:root {
    --ink: #111329;
    --ink-2: #191c35;
    --paper: #ffffff;
    --soft: #f5f5fa;
    --soft-pink: #fff1f5;
    --muted: #696f85;
    --line: #e6e7ef;
    --brand: #f12768;
    --brand-2: #ff6b4a;
    --violet: #6d5dfc;
    --cyan: #36c8f5;
    --success: #1fbf82;
    --shadow: 0 24px 80px rgba(17, 19, 41, .12);
    --shadow-sm: 0 14px 40px rgba(17, 19, 41, .08);
    --radius-xl: 34px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --container: 1180px;
    --header-h: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: #fff; background: var(--brand); }

.noise {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: .025;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}
.cursor-glow {
    position: fixed;
    left: 0;
    top: 0;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    opacity: .12;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(241,39,104,.65) 0, rgba(109,93,252,.15) 45%, transparent 70%);
    filter: blur(12px);
}
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; position: relative; z-index: 1; }
.section { padding: 112px 0; }
.section-dark { color: #fff; background: var(--ink); position: relative; overflow: hidden; }
.section-soft { background: var(--soft); }

.page-loader {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-content: center;
    gap: 18px;
    text-align: center;
    color: var(--muted);
    letter-spacing: .08em;
    font-size: .78rem;
    text-transform: uppercase;
    background: #fff;
    transition: opacity .55s ease, visibility .55s ease;
}
.page-loader img { margin: 0 auto; animation: loaderPulse 1.2s ease-in-out infinite; }
.page-loader.is-hidden { opacity: 0; visibility: hidden; }
@keyframes loaderPulse { 50% { transform: scale(.92); opacity: .65; } }

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 10001;
    padding: 10px 16px;
    border-radius: 12px;
    color: #fff;
    background: var(--brand);
    transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: fixed;
    top: 0;
    inset-inline: 0;
    z-index: 1000;
    height: var(--header-h);
    display: flex;
    align-items: center;
    transition: background .3s ease, box-shadow .3s ease, height .3s ease;
}
.site-header.scrolled {
    height: 70px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 10px 30px rgba(17,19,41,.08);
    backdrop-filter: blur(18px);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 112px; height: auto; filter: brightness(0) invert(1); transition: filter .3s ease, width .3s ease; }
.brand-legal { color: rgba(255,255,255,.7); font-size: .72rem; max-width: 128px; line-height: 1.25; }
.site-header.scrolled .brand img { filter: none; width: 98px; }
.site-header.scrolled .brand-legal { color: var(--muted); }
.main-nav { display: flex; align-items: center; gap: 29px; }
.main-nav > a { color: rgba(255,255,255,.76); font-weight: 600; font-size: .92rem; transition: color .2s ease; }
.main-nav > a:hover, .main-nav > a.active { color: #fff; }
.site-header.scrolled .main-nav > a { color: #4d5268; }
.site-header.scrolled .main-nav > a:hover, .site-header.scrolled .main-nav > a.active { color: var(--ink); }
.main-nav .nav-cta {
    padding: 11px 18px;
    color: #fff !important;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    box-shadow: 0 9px 24px rgba(241,39,104,.25);
}
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 13px; background: rgba(255,255,255,.12); padding: 11px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; border-radius: 10px; background: #fff; margin: 5px 0; transition: .3s ease; }
.site-header.scrolled .nav-toggle { background: var(--soft); }
.site-header.scrolled .nav-toggle span { background: var(--ink); }

.hero { min-height: 790px; padding: 152px 0 52px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.hero-grid {
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(circle at 65% 40%, black, transparent 70%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .5; }
.hero-orb-one { width: 520px; height: 520px; top: -170px; right: -90px; background: radial-gradient(circle, rgba(241,39,104,.6), transparent 68%); }
.hero-orb-two { width: 520px; height: 520px; bottom: -280px; left: -190px; background: radial-gradient(circle, rgba(109,93,252,.5), transparent 68%); }
.hero-layout { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 44px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--brand); font-weight: 800; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.pill { color: #fff; padding: 9px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 99px; background: rgba(255,255,255,.07); }
.eyebrow.pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 6px rgba(241,39,104,.15); }
.hero h1 { margin: 25px 0 24px; font-family: "Manrope", sans-serif; font-size: clamp(3rem, 5.2vw, 5.6rem); line-height: .98; letter-spacing: -.055em; max-width: 680px; }
.gradient-text { display: inline-block; color: transparent; background: linear-gradient(110deg, #ff4580, #ff7c50 48%, #988aff); background-clip: text; -webkit-background-clip: text; }
.word-rotate.is-changing { animation: wordSwap .45s ease; }
@keyframes wordSwap { 0% { opacity: 1; transform: translateY(0); } 45% { opacity: 0; transform: translateY(-12px); } 55% { opacity: 0; transform: translateY(12px); } 100% { opacity: 1; transform: translateY(0); } }
.hero-lead { max-width: 650px; margin: 0; color: rgba(255,255,255,.68); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 52px; padding: 14px 21px; border: 0; border-radius: 16px; font-weight: 800; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); box-shadow: 0 14px 36px rgba(241,39,104,.28); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 46px rgba(241,39,104,.36); }
.btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.btn-ghost:hover { background: rgba(255,255,255,.12); transform: translateY(-3px); }
.play-dot { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-size: .8rem; background: rgba(255,255,255,.12); }
.hero-proof { display: flex; align-items: center; gap: 16px; margin-top: 38px; color: rgba(255,255,255,.58); }
.hero-proof p { margin: 0; font-size: .82rem; line-height: 1.45; }
.hero-proof strong { color: #fff; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 38px; height: 38px; margin-left: -7px; border: 3px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-size: .55rem; font-weight: 800; color: #fff; background: linear-gradient(135deg, var(--violet), var(--cyan)); }
.avatar-stack span:first-child { margin-left: 0; background: linear-gradient(135deg, var(--brand), var(--brand-2)); }
.avatar-stack span:last-child { background: linear-gradient(135deg, #22bf82, #68ddb2); }
.hero-visual { perspective: 1200px; }
.visual-shell { position: relative; transform-style: preserve-3d; }
.visual-shell > img { filter: drop-shadow(0 40px 70px rgba(0,0,0,.28)); animation: heroFloat 6s ease-in-out infinite; }
@keyframes heroFloat { 50% { transform: translateY(-12px); } }
.float-card { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 185px; padding: 13px 15px; border-radius: 17px; color: var(--ink); background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); backdrop-filter: blur(14px); animation: cardFloat 5s ease-in-out infinite; }
.float-card small { display: block; color: var(--muted); font-size: .7rem; }
.float-card strong { display: block; font-size: .85rem; }
.float-card-a { top: 13%; right: -2%; }
.float-card-b { left: 2%; bottom: 7%; animation-delay: -2.3s; }
@keyframes cardFloat { 50% { transform: translateY(-9px) rotate(1deg); } }
.float-icon { width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; color: #fff; font-weight: 900; background: linear-gradient(135deg, var(--brand), var(--brand-2)); }
.status-dot { width: 13px; height: 13px; margin: 11px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 7px rgba(31,191,130,.14); }
.capability-strip { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; margin-top: 36px; color: rgba(255,255,255,.44); font-size: .76rem; font-weight: 700; letter-spacing: .04em; }
.capability-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--brand); }

.metrics { background: #fff; border-bottom: 1px solid var(--line); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { min-height: 150px; display: flex; align-items: center; gap: 15px; padding: 28px 31px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric strong { color: var(--brand); font-family: "Manrope", sans-serif; font-size: 2.55rem; letter-spacing: -.05em; }
.metric span { color: var(--muted); font-size: .88rem; line-height: 1.4; }

.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 55px; margin-bottom: 54px; }
.section-heading.centered { display: block; max-width: 780px; margin: 0 auto 54px; text-align: center; }
.section-heading h2, .planner-copy h2, .faq-intro h2, .contact-copy h2 { margin: 12px 0 0; font-family: "Manrope", sans-serif; font-size: clamp(2.25rem, 4vw, 4.05rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p, .planner-copy > p, .faq-intro > p, .contact-copy > p { margin: 0; color: var(--muted); font-size: 1rem; }
.section-heading.centered p { margin: 18px auto 0; max-width: 720px; }
.section-heading.light p { color: rgba(255,255,255,.6); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 0 0 rgba(17,19,41,0); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; transform-style: preserve-3d; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(241,39,104,.3); box-shadow: var(--shadow); }
.service-image { height: 218px; overflow: hidden; background: linear-gradient(135deg, #fbfbfd, #f5f4fc); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-image img { transform: scale(1.035); }
.service-content { padding: 26px; }
.service-eyebrow { color: var(--brand); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { margin: 9px 0 11px; font-family: "Manrope", sans-serif; font-size: 1.34rem; letter-spacing: -.025em; }
.service-card p { min-height: 101px; margin: 0; color: var(--muted); font-size: .91rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.tag-list span { padding: 6px 9px; border-radius: 8px; color: #5b6075; background: var(--soft); font-size: .7rem; font-weight: 700; }
.card-link { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; color: #fff; background: rgba(17,19,41,.86); backdrop-filter: blur(9px); transition: transform .25s ease, background .25s ease; }
.card-link:hover { transform: rotate(10deg) scale(1.06); background: var(--brand); }

.solution-lab { background: linear-gradient(180deg, #fff 0, #f7f7fb 100%); }
.solution-tabs { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); }
.tab-list { display: flex; gap: 6px; padding: 11px; overflow-x: auto; border-bottom: 1px solid var(--line); background: #fafafe; scrollbar-width: none; }
.tab-list::-webkit-scrollbar { display: none; }
.tab-list button { flex: 0 0 auto; padding: 12px 15px; border: 0; border-radius: 13px; color: var(--muted); background: transparent; font-weight: 800; font-size: .82rem; cursor: pointer; transition: .25s ease; }
.tab-list button[aria-selected="true"] { color: #fff; background: var(--ink); box-shadow: 0 10px 22px rgba(17,19,41,.15); }
.tab-panel { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 45px; padding: 48px; min-height: 480px; }
.tab-panel[hidden] { display: none; }
.panel-copy h3 { margin: 10px 0 15px; font-family: "Manrope", sans-serif; font-size: clamp(2rem, 3.5vw, 3.25rem); letter-spacing: -.045em; line-height: 1.05; }
.panel-copy > p { color: var(--muted); }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 24px 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 8px; color: #4e5368; font-size: .88rem; }
.check-list span { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); font-size: .67rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.panel-image { position: relative; overflow: hidden; border-radius: 28px; background: linear-gradient(135deg, #f8f8fc, #f1f0fa); }
.panel-image::after { content: ""; position: absolute; width: 160px; height: 160px; right: -60px; bottom: -60px; border-radius: 50%; background: rgba(241,39,104,.15); filter: blur(6px); }
.panel-image img { width: 100%; }

.bento-section { background: #101226; }
.bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(240px, auto); gap: 18px; }
.bento-card { position: relative; overflow: hidden; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); background: rgba(255,255,255,.055); }
.bento-card::before { content: ""; position: absolute; width: 180px; height: 180px; top: -110px; right: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(241,39,104,.4), transparent 70%); }
.bento-large { grid-column: span 2; grid-row: span 2; padding: 36px; }
.bento-wide { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 20px; }
.bento-number { color: rgba(255,255,255,.15); font-family: "Manrope", sans-serif; font-size: 5rem; font-weight: 800; line-height: 1; }
.bento-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; font-size: 1.45rem; background: linear-gradient(135deg, rgba(241,39,104,.28), rgba(109,93,252,.28)); border: 1px solid rgba(255,255,255,.1); }
.bento-card h3 { margin: 20px 0 11px; font-family: "Manrope", sans-serif; font-size: 1.33rem; letter-spacing: -.03em; }
.bento-large h3 { max-width: 480px; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.bento-card p { color: rgba(255,255,255,.58); margin: 0; }
.mini-flow { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 50px; }
.mini-flow span { padding: 10px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.06); font-size: .75rem; font-weight: 800; }
.mini-flow i { color: var(--brand); font-style: normal; }
.scope-board { display: grid; gap: 9px; }
.scope-board span { position: relative; padding: 10px 12px 10px 34px; border-radius: 11px; color: rgba(255,255,255,.52); background: rgba(255,255,255,.05); font-size: .75rem; font-weight: 700; }
.scope-board span::before { content: ""; position: absolute; left: 13px; top: 50%; width: 9px; height: 9px; margin-top: -4px; border-radius: 50%; background: #555a72; }
.scope-board .done::before { background: var(--success); }
.scope-board .active { color: #fff; border: 1px solid rgba(241,39,104,.3); background: rgba(241,39,104,.11); }
.scope-board .active::before { background: var(--brand); box-shadow: 0 0 0 5px rgba(241,39,104,.15); }

.process-section { overflow: hidden; }
.process-visual { margin-top: -30px; }
.process-visual img { width: 100%; }
.process-mobile { display: none; }

.planner-layout { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.planner-copy > p { margin-top: 18px; max-width: 620px; }
.planner-selector { margin-top: 30px; }
.planner-selector label, .label-like { display: block; margin-bottom: 10px; font-size: .82rem; font-weight: 800; }
.planner-selector select { width: 100%; min-height: 54px; padding: 0 16px; border: 1px solid var(--line); border-radius: 15px; outline: none; color: var(--ink); background: #fff; }
.planner-selector select:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(241,39,104,.08); }
.choice-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.choice-chips button { padding: 10px 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: #fff; font-size: .79rem; font-weight: 800; cursor: pointer; }
.choice-chips button.active { color: #fff; border-color: var(--ink); background: var(--ink); }
.planner-result { position: relative; overflow: hidden; padding: 40px; border-radius: var(--radius-xl); color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.planner-result::before { content: ""; position: absolute; width: 300px; height: 300px; top: -150px; right: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(241,39,104,.6), transparent 68%); }
.result-label { display: inline-flex; padding: 7px 10px; border-radius: 9px; color: #fff; background: rgba(255,255,255,.1); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.planner-result h3 { position: relative; margin: 25px 0 15px; font-family: "Manrope", sans-serif; font-size: 2rem; line-height: 1.15; }
.planner-result p { position: relative; color: rgba(255,255,255,.62); }
.planner-result #result-readiness { padding-top: 17px; border-top: 1px solid rgba(255,255,255,.1); }
.planner-result .btn { position: relative; width: 100%; margin-top: 14px; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro > p { margin-top: 18px; }
.faq-intro .text-link { margin-top: 27px; }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border: 0; background: transparent; text-align: left; font-family: "Manrope", sans-serif; font-size: 1.06rem; font-weight: 800; cursor: pointer; }
.accordion-item button i { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; font-style: normal; background: var(--soft); transition: transform .3s ease, color .3s ease, background .3s ease; }
.accordion-item.open button i { color: #fff; background: var(--brand); transform: rotate(45deg); }
.accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.accordion-content > p { overflow: hidden; margin: 0; color: var(--muted); }
.accordion-item.open .accordion-content { grid-template-rows: 1fr; }
.accordion-item.open .accordion-content > p { padding-bottom: 24px; }

.contact-section { padding: 115px 0; background: #0f1125; }
.contact-orb { position: absolute; width: 600px; height: 600px; left: -310px; bottom: -380px; border-radius: 50%; background: radial-gradient(circle, rgba(109,93,252,.5), transparent 68%); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; }
.contact-copy > p { margin-top: 20px; color: rgba(255,255,255,.58); }
.contact-links { display: grid; gap: 13px; margin-top: 34px; }
.contact-links a { display: flex; align-items: center; gap: 13px; max-width: 420px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.05); }
.contact-links a > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); font-weight: 900; }
.contact-links small { display: block; color: rgba(255,255,255,.45); }
.contact-links strong { display: block; overflow-wrap: anywhere; }
.contact-form { padding: 34px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-xl); background: rgba(255,255,255,.07); box-shadow: 0 30px 80px rgba(0,0,0,.24); backdrop-filter: blur(18px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 16px; color: rgba(255,255,255,.75); font-size: .78rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; outline: none; color: #fff; background: rgba(255,255,255,.07); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form input, .contact-form select { min-height: 49px; padding: 0 14px; }
.contact-form textarea { padding: 13px 14px; resize: vertical; }
.contact-form select option { color: var(--ink); background: #fff; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.35); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: rgba(241,39,104,.7); background: rgba(255,255,255,.1); box-shadow: 0 0 0 4px rgba(241,39,104,.12); }
.contact-form .invalid { border-color: #ff6a79 !important; }
.consent { display: flex !important; align-items: flex-start; gap: 10px; font-weight: 500 !important; }
.consent a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.consent input { width: 18px; min-height: 18px; margin: 2px 0 0; accent-color: var(--brand); }
.form-submit { width: 100%; }
.form-submit.loading { opacity: .7; pointer-events: none; }
.form-status { min-height: 24px; margin: 12px 0 0; font-size: .8rem; }
.form-status.success { color: #6ee7b7; }
.form-status.error { color: #ff919e; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { color: rgba(255,255,255,.72); background: #090b18; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 38px; padding: 70px 0 45px; }
.footer-brand img { width: 145px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 380px; color: rgba(255,255,255,.45); font-size: .88rem; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-col h2 { margin: 0 0 10px; color: #fff; font-size: .87rem; }
.footer-col a { color: rgba(255,255,255,.48); font-size: .83rem; overflow-wrap: anywhere; transition: color .2s ease; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.35); font-size: .78rem; }
.footer-bottom p { margin: 0; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: flex; align-items: center; gap: 9px; padding: 11px 15px; border-radius: 99px; color: #fff; background: #21bd6b; box-shadow: 0 13px 30px rgba(33,189,107,.3); font-size: .8rem; font-weight: 800; transition: transform .25s ease; }
.whatsapp-float:hover { transform: translateY(-4px); }
.whatsapp-float svg { width: 25px; height: 25px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
    .hero { min-height: auto; padding-top: 142px; }
    .hero-layout { grid-template-columns: 1fr; }
    .hero-copy { max-width: 820px; }
    .hero-visual { max-width: 760px; margin: 0 auto; }
    .metric-grid { grid-template-columns: repeat(2, 1fr); }
    .metric:nth-child(2) { border-right: 0; }
    .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .bento-grid { grid-template-columns: repeat(2, 1fr); }
    .bento-large { grid-row: auto; }
    .planner-layout, .contact-layout { grid-template-columns: 1fr; gap: 45px; }
    .footer-top { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-col:last-child { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
    :root { --header-h: 72px; }
    .section { padding: 86px 0; }
    .brand img { width: 96px; }
    .brand-legal { display: none; }
    .nav-toggle { display: block; }
    .main-nav { position: fixed; top: 0; right: 0; width: min(84vw, 390px); height: 100vh; padding: 115px 30px 40px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: rgba(12,14,30,.98); box-shadow: -30px 0 80px rgba(0,0,0,.32); transform: translateX(110%); transition: transform .35s cubic-bezier(.22,1,.36,1); }
    .main-nav.open { transform: translateX(0); }
    .main-nav > a, .site-header.scrolled .main-nav > a { color: rgba(255,255,255,.78); padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 1rem; }
    .main-nav .nav-cta { margin-top: 20px; text-align: center; border: 0; }
    .nav-toggle.active { position: relative; z-index: 2; }
    .nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle.active span:nth-child(2) { opacity: 0; }
    .nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .site-header.scrolled .nav-toggle.active span { background: #fff; }
    .hero h1 { font-size: clamp(3rem, 10vw, 5rem); }
    .section-heading { grid-template-columns: 1fr; gap: 18px; }
    .tab-panel { grid-template-columns: 1fr; padding: 34px; }
    .panel-image { order: -1; }
    .process-visual { display: none; }
    .process-mobile { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .process-step { display: flex; gap: 15px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; }
    .process-step > span { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); font-weight: 800; }
    .process-step h3 { margin: 0 0 6px; font-size: 1rem; }
    .process-step p { margin: 0; color: var(--muted); font-size: .82rem; }
    .faq-layout { grid-template-columns: 1fr; gap: 30px; }
    .faq-intro { position: static; }
}

@media (max-width: 650px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .hero { padding-top: 118px; }
    .hero h1 { font-size: 2.9rem; }
    .hero-lead { font-size: .98rem; }
    .hero-actions .btn { width: 100%; }
    .hero-proof { align-items: flex-start; }
    .float-card { transform: scale(.83); }
    .float-card-a { right: -12%; }
    .float-card-b { left: -8%; }
    .capability-strip { display: none; }
    .metric-grid { grid-template-columns: 1fr; }
    .metric { min-height: 112px; border-right: 0 !important; border-bottom: 1px solid var(--line); }
    .metric:last-child { border-bottom: 0; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card p { min-height: 0; }
    .section-heading h2, .planner-copy h2, .faq-intro h2, .contact-copy h2 { font-size: 2.35rem; }
    .tab-panel { padding: 22px; }
    .check-list { grid-template-columns: 1fr; }
    .bento-grid { grid-template-columns: 1fr; }
    .bento-large, .bento-wide { grid-column: auto; }
    .bento-wide { grid-template-columns: 1fr; }
    .process-mobile { grid-template-columns: 1fr; }
    .planner-result { padding: 28px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .contact-form { padding: 23px; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .footer-brand, .footer-col:last-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
    .whatsapp-float span { display: none; }
    .whatsapp-float { width: 54px; height: 54px; justify-content: center; padding: 0; }
    .cursor-glow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
    .cursor-glow { display: none; }
}
