:root {
  --navy: #183155;
  --navy-dark: #10233f;
  --blue: #4173b2;
  --wine: #95012b;
  --wine-dark: #760022;
  --red: #fb202a;
  --green: #398c4b;
  --orange: #c75f00;
  --bg: #f7f9fc;
  --white: #fff;
  --text: #172033;
  --muted: #586477;
  --border: #dde3ea;
  --shadow: 0 18px 50px rgba(24, 49, 85, .1);
  --radius: 20px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; scroll-padding-top: 88px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid #fd8101; outline-offset: 4px; border-radius: 5px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: .75rem 1rem; background: var(--white); color: var(--navy); border: 2px solid var(--navy); border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-heading { max-width: 670px; margin: 0 auto 48px; text-align: center; }
.section-heading-wide { max-width: 820px; }
.section-heading h2, .features-intro h2, .pricing-copy h2, .contact-card h2, .faq-intro h2 { margin: .4rem 0 1rem; color: var(--navy); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.12; letter-spacing: -.035em; }
.section-heading p, .features-intro > p, .contact-card > div > p, .faq-intro > p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.kicker { margin: 0; color: var(--wine); font-size: .78rem; line-height: 1.2; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.kicker-light { color: #b9d4f5; }

.site-header { position: sticky; z-index: 100; top: 0; min-height: 72px; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(221,227,234,.8); backdrop-filter: blur(14px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: .72rem; color: var(--navy); font-size: 1.14rem; font-weight: 750; text-decoration: none; }
.brand strong { color: var(--wine); }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; background: var(--navy); color: var(--white); border-radius: 11px 11px 4px 11px; font-size: 1rem; font-weight: 900; }
.site-nav { display: flex; align-items: center; gap: 1.65rem; }
.site-nav > a:not(.button) { min-height: 44px; display: flex; align-items: center; color: #334057; font-size: .92rem; font-weight: 650; text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--wine); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; background: transparent; border: 0; cursor: pointer; }
.menu-toggle span:not(.sr-only) { width: 24px; height: 2px; display: block; margin: 5px 0; background: var(--navy); border-radius: 2px; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .82rem 1.25rem; color: var(--white); background: var(--wine); border: 2px solid var(--wine); border-radius: 11px; box-shadow: 0 9px 22px rgba(149,1,43,.19); font-size: .94rem; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--wine-dark); border-color: var(--wine-dark); box-shadow: 0 13px 28px rgba(149,1,43,.24); }
.button-small { min-height: 44px; padding: .68rem 1rem; font-size: .86rem; }
.site-nav .button { background: #398c4b; border-color: #a2e2a3; box-shadow: 0 9px 22px rgba(57,140,75,.2); }
.site-nav .button:hover { background: #307a40; border-color: #8fd291; box-shadow: 0 13px 28px rgba(57,140,75,.27); }
.button-ghost { color: var(--navy); background: transparent; border-color: var(--border); box-shadow: none; }
.button-ghost:hover { color: var(--navy); background: var(--bg); border-color: #bcc8d5; box-shadow: none; }
.hero-primary-cta { background: #398c4b; border-color: #a2e2a3; box-shadow: 0 9px 22px rgba(57,140,75,.2); }
.hero-primary-cta:hover { background: #307a40; border-color: #8fd291; box-shadow: 0 13px 28px rgba(57,140,75,.27); }

.hero { position: relative; overflow: hidden; padding: 94px 0 88px; background: linear-gradient(110deg, #f7f9fc 0%, #fff 58%, #f2f6fb 100%); }
.hero::before { content: ""; position: absolute; inset: auto auto -260px -180px; width: 520px; height: 520px; border: 1px solid rgba(65,115,178,.14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(65,115,178,.025), 0 0 0 160px rgba(65,115,178,.018); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 65px; }
.eyebrow { display: inline-flex; align-items: center; gap: .58rem; margin: 0 0 1.2rem; padding: .45rem .72rem; color: var(--navy); background: #edf3fa; border: 1px solid #dce8f5; border-radius: 999px; font-size: .75rem; font-weight: 800; letter-spacing: .035em; }
.eyebrow span { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(83,180,103,.13); }
.hero h1 { max-width: 670px; margin: 0; color: var(--navy); font-size: clamp(2.5rem, 4.15vw, 3.4375rem); line-height: 1.04; letter-spacing: -.05em; }
.hero-description { max-width: 610px; margin: 1.45rem 0 1.75rem; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.28rem); line-height: 1.55; }
.button-group { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-note { max-width: 640px; margin: 1.25rem 0 0; color: #667288; font-size: .78rem; line-height: 1.65; }
.hero-note span { margin: 0 .28rem; color: var(--blue); }
.hero-visual { position: relative; min-height: 455px; display: grid; place-items: center; aspect-ratio: 6 / 5; }
.hero-photo-composition { isolation: isolate; min-height: 0; display: block; }
.photo-relief { position: absolute; border-radius: 28px; pointer-events: none; }
.photo-relief-back { z-index: -1; inset: 7% -1% 0 8%; background: linear-gradient(145deg, #dbe7f5, #183155); box-shadow: 0 30px 55px rgba(24,49,85,.18); transform: rotate(2.2deg); }
.hero-photo-shell { position: absolute; inset: 0 3% 5% 0; overflow: hidden; background: #e8eef5; border: 8px solid rgba(255,255,255,.92); border-radius: 28px; box-shadow: 0 25px 60px rgba(24,49,85,.22), 0 6px 18px rgba(24,49,85,.12); }
.hero-photo-shell::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,.16), transparent 34%, transparent 75%, rgba(24,49,85,.09)); pointer-events: none; }
.hero-photo-shell img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-signal { position: absolute; z-index: 3; display: flex; align-items: center; color: var(--navy); background: rgba(255,255,255,.94); border: 1px solid rgba(221,227,234,.94); box-shadow: 0 14px 32px rgba(24,49,85,.18); backdrop-filter: blur(10px); }
.hero-signal-top { top: 6%; left: -4%; gap: 8px; padding: 10px 14px; border-radius: 999px; font-size: .72rem; font-weight: 850; }
.hero-signal-top span { width: 9px; height: 9px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(83,180,103,.14); }
.hero-signal-bottom { right: -2%; bottom: 1%; min-width: 205px; display: grid; grid-template-columns: 34px 1fr; column-gap: 10px; padding: 12px 15px; border-radius: 14px; }
.hero-signal-bottom i { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--wine); border-radius: 10px; font-style: normal; font-weight: 900; }
.hero-signal-bottom strong { align-self: end; font-size: .75rem; line-height: 1.2; }
.hero-signal-bottom small { align-self: start; color: var(--muted); font-size: .63rem; line-height: 1.3; }
.visual-halo { position: absolute; width: 85%; aspect-ratio: 1; background: radial-gradient(circle, rgba(65,115,178,.17), rgba(65,115,178,0) 67%); border-radius: 50%; }
.laptop { position: relative; z-index: 2; width: 91%; transform: rotate(-1.2deg); filter: drop-shadow(0 25px 28px rgba(24,49,85,.19)); }
.laptop-screen { padding: 10px; background: #172033; border-radius: 18px 18px 5px 5px; }
.mock-browser { height: 29px; display: flex; align-items: center; gap: 5px; padding: 0 10px; background: #edf2f7; border-radius: 10px 10px 0 0; }
.mock-browser i { width: 6px; height: 6px; background: #bdc6d0; border-radius: 50%; }
.mock-browser span { margin-left: 7px; color: #7a8492; font-size: 7px; }
.mock-page { overflow: hidden; min-height: 278px; padding: 18px; background: #fff; border-radius: 0 0 3px 3px; }
.mock-nav { display: flex; align-items: center; gap: 12px; color: var(--navy); font-size: 9px; }
.mock-nav b { margin-right: auto; }
.mock-nav span { width: 30px; height: 3px; background: #dce3ea; border-radius: 2px; }
.mock-hero { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 16px; padding: 25px 5px 18px; }
.mock-hero small { display: block; margin-bottom: 7px; color: var(--wine); font-size: 6px; font-weight: 800; letter-spacing: .12em; }
.mock-hero strong { display: block; color: var(--navy); font-family: Georgia, serif; font-size: 21px; line-height: 1.06; }
.mock-hero p, .phone-page p { width: 89%; height: 4px; margin: 9px 0 0; background: #e6ebf0; border-radius: 2px; }
.mock-hero p + p, .phone-page p + p { width: 66%; margin-top: 5px; }
.mock-hero button, .phone-page button { margin-top: 13px; padding: 6px 9px; color: white; background: var(--wine); border: 0; border-radius: 5px; font-size: 6px; }
.mock-photo { height: 145px; display: grid; place-items: end center; background: linear-gradient(140deg, #e6d7cd 0 25%, #b4c8d6 25% 60%, #36577d 60%); border-radius: 50% 50% 9px 9px; box-shadow: inset 0 0 0 7px rgba(255,255,255,.38); }
.mock-photo span { margin-bottom: 11px; padding: 3px 7px; color: var(--navy); background: rgba(255,255,255,.87); border-radius: 99px; font-size: 6px; font-weight: 700; }
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mock-cards i { height: 36px; background: #f3f6f9; border: 1px solid #e9edf2; border-radius: 7px; }
.laptop-base { width: 108%; height: 13px; margin-left: -4%; background: linear-gradient(#ccd2db, #9da7b3); border-radius: 2px 2px 13px 13px; clip-path: polygon(3% 0,97% 0,100% 75%,95% 100%,5% 100%,0 75%); }
.phone { position: absolute; z-index: 3; right: 0; bottom: 15px; width: 25%; padding: 8px 6px 10px; background: #172033; border: 2px solid #414c5c; border-radius: 20px; box-shadow: 0 19px 35px rgba(16,35,63,.3); transform: rotate(3deg); }
.phone-speaker { width: 30%; height: 3px; margin: 0 auto 6px; background: #566171; border-radius: 3px; }
.phone-page { min-height: 210px; padding: 10px 8px; background: #fff; border-radius: 11px; }
.phone-page b { color: var(--navy); font-size: 7px; }
.phone-photo { height: 72px; margin: 10px 0; background: linear-gradient(145deg, #b8ccda 0 45%, #d6c4bb 45%); border-radius: 35px 35px 6px 6px; }
.phone-page strong { display: block; color: var(--navy); font-family: Georgia, serif; font-size: 10px; line-height: 1.15; }
.trust-chip { position: absolute; z-index: 4; left: 2px; bottom: 18px; display: flex; align-items: center; gap: 7px; padding: 9px 12px; color: var(--navy); background: rgba(255,255,255,.94); border: 1px solid var(--border); border-radius: 9px; box-shadow: var(--shadow); font-size: 10px; font-weight: 800; }
.trust-chip span { width: 22px; height: 22px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; }
.trust-strip { background: var(--navy); color: #edf5ff; }
.trust-marquee { overflow: hidden; min-height: 70px; display: flex; align-items: center; }
.trust-track { width: max-content; display: flex; align-items: center; animation: trust-scroll 30s linear infinite; will-change: transform; }
.trust-set { min-width: 100vw; display: flex; align-items: center; justify-content: space-around; gap: 3rem; padding-inline: 3rem; font-size: .88rem; font-weight: 700; white-space: nowrap; }
.trust-set span { display: inline-flex; align-items: center; gap: .6rem; }
.trust-strip:hover .trust-track, .trust-strip:focus-within .trust-track { animation-play-state: paused; }
@keyframes trust-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.dot { width: 9px; height: 9px; border-radius: 50%; }
.dot-green { background: #65cc79; }.dot-blue { background: #74a7e5; }.dot-orange { background: #ff9f40; }

.identify { background: var(--white); }
.minor-title { margin: 0 0 23px; color: var(--navy); font-size: 1.08rem; text-align: center; }
.desire-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.compact-card { position: relative; overflow: hidden; min-height: 156px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 24px 22px; background: linear-gradient(145deg, #eaf3fd, #f9fbfe); border: 1px solid #c5d7eb; border-radius: 16px; box-shadow: 0 8px 24px rgba(65,115,178,.08); text-align: center; transition: transform .2s, border-color .2s, box-shadow .2s; }
.compact-card::before { content: ""; position: absolute; inset: auto -28px -34px auto; width: 90px; height: 90px; background: rgba(65,115,178,.08); border-radius: 50%; }
.compact-card:nth-child(2n) { background: linear-gradient(145deg, #f8eef2, #fff); border-color: #ead0d9; }
.compact-card:nth-child(2n)::before { background: rgba(149,1,43,.06); }
.compact-card:hover { transform: translateY(-4px); border-color: #98b8d9; box-shadow: 0 16px 30px rgba(24,49,85,.12); }
.compact-card .desire-icon { position: relative; flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; color: white; background: var(--navy); border-radius: 13px; box-shadow: 0 8px 18px rgba(24,49,85,.2); font-size: 1.15rem; font-weight: 900; }
.compact-card:nth-child(2n) .desire-icon { background: var(--wine); box-shadow: 0 8px 18px rgba(149,1,43,.18); }
.compact-card .desire-icon::after { content: attr(data-index); position: absolute; top: -8px; right: -8px; min-width: 20px; height: 20px; display: grid; place-items: center; color: var(--navy); background: white; border: 1px solid var(--border); border-radius: 999px; font-size: .54rem; line-height: 1; }
.compact-card p { position: relative; z-index: 1; max-width: 270px; margin: 0; color: #27364e; font-size: .94rem; font-weight: 700; line-height: 1.45; text-align: center; }
.identify-support { position: relative; overflow: hidden; max-width: 960px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; margin: 34px auto 0; padding: 30px 32px; color: white; background: linear-gradient(135deg, var(--navy), #254d7c); border: 1px solid #335e91; border-radius: 22px; box-shadow: 0 20px 45px rgba(24,49,85,.2); text-align: left; }
.identify-support::after { content: ""; position: absolute; width: 180px; height: 180px; right: -85px; top: -105px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.025); pointer-events: none; }
.identify-support > div { position: relative; z-index: 1; }
.identify-support > div > span { display: block; margin-bottom: 7px; color: #acd0f6; font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.identify-support p { margin: 0; color: #f1f6fc; font-size: 1rem; font-weight: 650; line-height: 1.55; }
.identify-support .button { position: relative; z-index: 1; max-width: 270px; }
.pillars { background: var(--bg); }
.pillars-showcase { display: grid; grid-template-columns: 1fr; gap: 42px; }
.pillars-mockup { position: relative; z-index: 1; width: min(100%, 900px); margin: 0 auto; padding: 0; perspective: 1300px; }
.pillars-mockup::before { content: ""; position: absolute; z-index: -1; inset: 8% 2% 9% 7%; background: linear-gradient(145deg, rgba(57,140,75,.18), rgba(24,49,85,.12)); border-radius: 30px; filter: blur(28px); transform: translate(6%, 8%); }
.pillars-mockup-screen { position: relative; overflow: hidden; aspect-ratio: 1672 / 941; background: #f3eee6; border: 10px solid #fff; border-radius: 22px; box-shadow: -18px 24px 45px rgba(24,49,85,.22), 16px 18px 28px rgba(24,49,85,.12); transform: rotateY(8deg) rotateX(2deg) rotateZ(-1deg); transform-origin: center right; }
.pillars-mockup-screen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255,255,255,.2), transparent 30%, transparent 76%, rgba(24,49,85,.08)); pointer-events: none; }
.pillars-mockup-screen img { width: 100%; height: 100%; object-fit: cover; }
.pillar-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.pillar-card { min-height: 100%; padding: 26px 22px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 8px 30px rgba(24,49,85,.045); }
.pillar-card h3 { margin: 1.2rem 0 .65rem; color: var(--navy); font-size: 1.08rem; line-height: 1.25; }
.pillar-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.icon-wrap { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 13px; }
.icon-wrap svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-blue { color: var(--blue); background: #ebf2fb; }.icon-wine { color: var(--wine); background: #faedf1; }.icon-orange { color: var(--orange); background: #fff3e7; }.icon-green { color: var(--green); background: #edf8ef; }

.features { background: var(--white); }
.features-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.features-intro { position: sticky; top: 120px; }
.features-intro h2 { font-size: clamp(2rem, 3.5vw, 2.7rem); }
.features-accent { display: flex; align-items: center; gap: 13px; margin-top: 30px; padding-top: 23px; border-top: 1px solid var(--border); }
.features-accent strong { color: var(--wine); font-size: 2.5rem; line-height: 1; }
.features-accent span { color: var(--muted); font-size: .82rem; line-height: 1.4; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.feature-item { min-height: 76px; display: flex; align-items: center; gap: 12px; padding: 15px 17px; background: var(--bg); border: 1px solid var(--border); border-radius: 12px; color: #354158; font-size: .9rem; font-weight: 650; }
.feature-item span { flex: 0 0 50px; height: 50px; display: grid; place-items: center; color: #fff; background: var(--wine); border: 0; border-radius: 13px; box-shadow: 0 8px 18px rgba(149,1,43,.2); font-family: Inter, Manrope, system-ui, sans-serif; font-size: 1.32rem; font-weight: 900; line-height: 1; }
.feature-item:nth-child(2n) span { background: var(--blue); box-shadow: 0 7px 16px rgba(65,115,178,.18); }
.feature-item .feature-icon-text { color: #fff; font-size: .68rem; letter-spacing: .015em; }
.feature-item .feature-whatsapp-icon { display: grid; place-items: center; }
.feature-whatsapp-icon .whatsapp-glyph { width: 28px; height: 28px; }
.feature-cta { grid-column: 1 / -1; margin-top: 8px; background: #398c4b; border-color: #a2e2a3; box-shadow: 0 9px 22px rgba(57,140,75,.2); }
.feature-cta:hover { background: #307a40; border-color: #8fd291; box-shadow: 0 13px 28px rgba(57,140,75,.27); }
.disclaimer { grid-column: 1 / -1; margin: 10px 0 0; padding: 15px 18px; color: #5c513d; background: #fff9ed; border-left: 4px solid #e1770d; border-radius: 8px; font-size: .82rem; }
.process { background: var(--navy); color: white; }
.process .section-heading h2 { color: white; }.process .kicker { color: #9fc4ee; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.process-grid::before { content: ""; position: absolute; top: 44px; left: 16.66%; right: 16.66%; height: 1px; background: rgba(255,255,255,.22); }
.process-card { position: relative; z-index: 1; padding: 0 25px; text-align: center; }
.process-icon { width: 88px; height: 88px; display: grid; place-items: center; margin: 0 auto 21px; color: var(--navy); background: white; border: 7px solid rgba(65,115,178,.35); border-radius: 50%; font-size: 1.45rem; font-weight: 900; box-shadow: 0 0 0 8px var(--navy); }
.step { position: absolute; top: -6px; left: calc(50% + 22px); width: 28px; height: 28px; display: grid; place-items: center; background: var(--wine); border: 3px solid var(--navy); border-radius: 50%; font-size: .58rem; font-weight: 900; }
.process-card h3 { margin: 0 0 .6rem; font-size: 1.15rem; }
.process-card p { margin: 0 auto; max-width: 280px; color: #c8d5e6; font-size: .9rem; }
.process-note { width: fit-content; margin: 45px auto 0; padding: 11px 16px; color: #dce9f7; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 9px; font-size: .82rem; text-align: center; }

.testimonials { background: var(--bg); }
.testimonials .section-heading { max-width: 750px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.testimonial-video { overflow: hidden; aspect-ratio: 16 / 9; background: var(--navy-dark); border: 1px solid rgba(24,49,85,.14); border-radius: var(--radius); box-shadow: 0 18px 42px rgba(24,49,85,.16); }
.testimonial-video-link { position: relative; isolation: isolate; width: 100%; height: 100%; display: grid; place-items: center; overflow: hidden; color: white; background: linear-gradient(135deg, #0b1b31, var(--navy-dark)); text-decoration: none; transition: transform .25s, filter .25s; }
.testimonial-video-link::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(9,24,43,.06) 20%, rgba(9,24,43,.2) 55%, rgba(9,24,43,.88) 100%); pointer-events: none; }
.testimonial-video-link:hover { transform: scale(1.015); filter: brightness(1.08); }
.testimonial-video-link img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(1) contrast(1.08) brightness(.72); transition: filter .25s, transform .35s; }
.testimonial-video-link:hover img { filter: grayscale(.88) contrast(1.08) brightness(.78); transform: scale(1.025); }
.testimonial-play { position: absolute; z-index: 3; top: 42%; left: 50%; width: 54px; height: 54px; display: grid; place-items: center; padding-left: 3px; color: #ff7a00; background: rgba(9,24,43,.45); border: 2px solid #ff7a00; border-radius: 50%; box-shadow: 0 10px 24px rgba(0,0,0,.28); font-size: 1.15rem; transform: translate(-50%, -50%); transition: transform .2s, box-shadow .2s, background .2s; }
.testimonial-video-link:hover .testimonial-play { background: rgba(9,24,43,.68); transform: translate(-50%, -50%) scale(1.08); box-shadow: 0 14px 32px rgba(0,0,0,.38); }
.testimonial-label { position: absolute; z-index: 3; top: calc(42% + 38px); left: 50%; color: white; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); }
.testimonial-person { position: absolute; z-index: 3; left: 24px; bottom: 20px; display: flex; flex-direction: column; align-items: flex-start; line-height: 1.18; text-shadow: 0 2px 9px rgba(0,0,0,.55); }
.testimonial-person strong { color: white; font-size: 1.02rem; }
.testimonial-person small { margin-top: 4px; color: #ff7a00; font-size: .9rem; font-weight: 800; }
.video-open { overflow: hidden; }
.video-modal[hidden] { display: none; }
.video-modal { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; transition: opacity .2s ease; }
.video-modal.is-open { opacity: 1; }
.video-modal-backdrop { position: absolute; inset: 0; background: rgba(6,18,34,.88); backdrop-filter: blur(8px); }
.video-modal-dialog { position: relative; z-index: 1; width: min(100%, 960px); padding: 12px; background: #08182c; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; box-shadow: 0 32px 90px rgba(0,0,0,.52); }
.video-modal-close { position: absolute; z-index: 3; top: -16px; right: -16px; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; color: white; background: var(--wine); border: 3px solid white; border-radius: 50%; box-shadow: 0 8px 24px rgba(0,0,0,.3); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.video-modal-close:hover { filter: brightness(1.12); transform: scale(1.04); }
.video-modal-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #000; border-radius: 13px; }
.video-modal-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-modal-fallback { margin: 10px 6px 2px; color: #cad7e7; font-size: .78rem; text-align: center; }
.video-modal-fallback a { color: white; font-weight: 800; }
.pricing-section { background: white; }
.pricing-card { position: relative; overflow: hidden; padding: 56px; background: var(--navy); border-radius: 28px; box-shadow: 0 28px 70px rgba(24,49,85,.23); }
.pricing-card::before { content: ""; position: absolute; width: 390px; height: 390px; right: -170px; bottom: -220px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025); }
.pricing-copy { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; text-align: center; }
.pricing-copy h2 { color: white; font-size: clamp(2.1rem, 4vw, 3.2rem); }
.pricing-copy > p { max-width: 600px; margin-inline: auto; color: #c7d5e6; text-align: center; }
.included-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin: 28px 0 0; padding: 0; list-style: none; }
.included-list li { position: relative; padding-left: 24px; color: #e9f1fa; font-size: .88rem; }
.included-list li::before { content: "✓"; position: absolute; left: 0; color: #75d486; font-weight: 900; }
.contact { padding-top: 0; }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr; justify-items: center; gap: 30px; padding: 50px; background: linear-gradient(135deg, #fff 0%, #f4f8fd 64%, #eef4fb 100%); border: 1px solid #cbd9e8; border-radius: 24px; box-shadow: 0 20px 50px rgba(24,49,85,.1); text-align: center; }
.contact-card::before { content: ""; position: absolute; width: 220px; height: 220px; left: -120px; bottom: -145px; background: rgba(65,115,178,.08); border-radius: 50%; box-shadow: 0 0 0 35px rgba(65,115,178,.03); pointer-events: none; }
.contact-intro { position: relative; z-index: 1; max-width: 680px; margin-inline: auto; }
.contact-card h2 { margin-bottom: .7rem; font-size: clamp(2.15rem, 3vw, 2.75rem); }
.contact-actions { position: relative; z-index: 1; width: min(100%, 520px); margin-inline: auto; }
.contact-cta { min-height: 76px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 14px; padding: 14px 18px; color: white; background: linear-gradient(135deg, #167c3a 0%, #27a64e 54%, #45bd67 100%); border: 1px solid rgba(255,255,255,.28); border-radius: 16px; box-shadow: 0 14px 30px rgba(24,132,62,.25); text-align: left; text-decoration: none; transition: transform .2s, box-shadow .2s, filter .2s; }
.contact-cta:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(37,135,68,.34); filter: saturate(1.08); }
.contact-cta > span:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.contact-cta strong { font-size: 1rem; }
.contact-cta small { color: rgba(255,255,255,.84); font-size: .75rem; }
.contact-cta > i { color: white; font-size: 1.3rem; font-style: normal; font-weight: 900; }
.contact-cta-icon { width: 46px; height: 46px; display: grid; place-items: center; background: rgba(255,255,255,.17); border: 1px solid rgba(255,255,255,.24); border-radius: 50%; line-height: 0; }
.contact-cta-icon .whatsapp-glyph { width: 27px; height: 27px; }
.faq { background: var(--bg); }
.faq-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { font-size: 2.8rem; }
.faq-item { border-bottom: 1px solid #ccd5df; }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 4px; color: var(--navy); background: none; border: 0; font-size: .98rem; font-weight: 800; line-height: 1.35; text-align: left; cursor: pointer; }
.faq-item button span { flex: 0 0 30px; height: 30px; display: grid; place-items: center; color: var(--wine); background: white; border: 1px solid var(--border); border-radius: 50%; font-size: 1.2rem; transition: transform .2s; }
.faq-item button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-item [role="region"] { padding: 0 48px 22px 4px; }
.faq-item [role="region"] p { margin: 0; color: var(--muted); font-size: .9rem; }
.site-footer { padding: 65px 0 26px; color: #d8e2ee; background: var(--navy-dark); }
.footer-grid { display: grid; grid-template-columns: 1.8fr .7fr .7fr; gap: 55px; }
.brand-light { color: white; }.brand-light .brand-mark { background: white; color: var(--navy); }.brand-light strong { color: #f1a0b8; }
.footer-grid > div > p { color: #aebed0; font-size: .88rem; }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid nav h2 { margin: 0 0 12px; color: white; font-size: .85rem; }
.footer-grid nav a { min-height: 44px; display: flex; align-items: center; color: #b9c8d9; font-size: .82rem; text-decoration: none; }
.footer-grid nav a:hover { color: white; text-decoration: underline; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1.3fr; gap: 8px 40px; margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); }
.footer-bottom p { margin: 0; color: #91a3b8; font-size: .68rem; line-height: 1.5; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; padding: 0; color: white; background: linear-gradient(135deg, #179b45 0%, #25d366 52%, #0b7f38 100%); border: 0; border-radius: 50%; box-shadow: 0 10px 28px rgba(23,126,55,.34); line-height: 0; text-decoration: none; transition: filter .2s, transform .2s; animation: whatsapp-gradient-pulse 2.4s ease-in-out infinite; }
.whatsapp-float:hover { filter: brightness(.94) saturate(1.1); animation-play-state: paused; }
.whatsapp-glyph { display: block; margin: 0; fill: currentColor; pointer-events: none; }
.whatsapp-float .whatsapp-glyph { width: 31px; height: 31px; }
@keyframes whatsapp-gradient-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 10px 28px rgba(23,126,55,.34), 0 0 0 0 rgba(37,211,102,.45); }
  50% { transform: scale(1.07); box-shadow: 0 14px 34px rgba(23,126,55,.4), 0 0 0 14px rgba(37,211,102,0); }
}
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .site-nav { gap: 1rem; }
  .site-nav > a:not(.button) { font-size: .83rem; }
  .hero-grid { gap: 30px; }
  .hero h1 { font-size: clamp(2.35rem, 4.8vw, 3rem); }
  .hero-visual { min-height: 395px; }
  .pillars-mockup { width: min(100%, 720px); margin-inline: auto; }
  .pillar-grid { grid-template-columns: 1fr 1fr; }
  .pricing-card { padding: 48px; gap: 40px; }
  .contact-card { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 78px 0; }
  .site-header { min-height: 64px; }
  .header-inner { min-height: 64px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; z-index: 99; inset: 64px 0 auto; max-height: calc(100dvh - 64px); overflow-y: auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; background: white; border-top: 1px solid var(--border); box-shadow: 0 18px 35px rgba(24,49,85,.16); transform: translateY(-115%); visibility: hidden; transition: transform .25s, visibility .25s; }
  .site-nav.is-open { transform: none; visibility: visible; }
  .site-nav > a:not(.button) { min-height: 52px; justify-content: center; border-bottom: 1px solid var(--border); font-size: .95rem; }
  .site-nav .button { margin-top: 13px; }
  .hero { padding: 66px 0 65px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(2.2rem, 7.5vw, 2.8rem); }
  .hero-copy { text-align: center; }
  .eyebrow { margin-inline: auto; }
  .hero-description { margin-inline: auto; }
  .button-group { justify-content: center; }
  .hero-note { margin-inline: auto; }
  .hero-visual { width: min(100%, 550px); min-height: 395px; margin: 10px auto 0; }
  .hero-photo-composition { min-height: 0; }
  .trust-set { gap: 2.25rem; padding-inline: 2.25rem; font-size: .8rem; }
  .desire-grid { grid-template-columns: 1fr 1fr; }
  .identify-support { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .identify-support .button { width: 100%; max-width: none; }
  .features-layout { grid-template-columns: 1fr; gap: 36px; }
  .features-intro, .faq-intro { position: static; }
  .features-accent { display: none; }
  .process-grid { grid-template-columns: 1fr; gap: 45px; }
  .process-grid::before { top: 44px; bottom: 44px; left: 50%; right: auto; width: 1px; height: auto; }
  .process-card { background: var(--navy); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .pricing-card { grid-template-columns: 1fr; padding: 39px 28px; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-intro { text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; }
  .video-modal { padding: 14px; }
  .video-modal-dialog { padding: 8px; border-radius: 16px; }
  .video-modal-close { top: -12px; right: -8px; width: 40px; height: 40px; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 66px 0; }
  .hero h1 { font-size: clamp(2.05rem, 10vw, 2.6rem); }
  .button-group { flex-direction: column; }
  .button-group .button { width: 100%; }
  .hero-note span { display: block; height: 0; overflow: hidden; }
  .hero-visual { min-height: 305px; }
  .hero-photo-composition { min-height: 0; }
  .hero-signal-top { left: 1%; top: 4%; padding: 8px 11px; font-size: .64rem; }
  .hero-signal-bottom { right: 0; bottom: 0; min-width: 182px; padding: 10px 12px; }
  .laptop { width: 96%; }
  .mock-page { min-height: 210px; padding: 11px; }
  .mock-hero { padding: 18px 2px 12px; }
  .mock-hero strong { font-size: 15px; }
  .mock-photo { height: 105px; }
  .mock-cards i { height: 25px; }
  .phone { width: 27%; bottom: 5px; }
  .phone-page { min-height: 155px; padding: 7px 5px; }
  .phone-photo { height: 48px; }
  .trust-chip { bottom: 4px; }
  .desire-grid, .pillar-grid, .feature-list { grid-template-columns: 1fr; }
  .compact-card { min-height: 140px; }
  .compact-card .desire-icon { flex-basis: 42px; width: 42px; height: 42px; }
  .identify-support { padding: 26px 22px; border-radius: 17px; }
  .included-list { grid-template-columns: 1fr; }
  .pillars-mockup-screen { border-width: 6px; border-radius: 15px; transform: rotateY(4deg) rotateX(1deg) rotateZ(-.6deg); }
  .pricing-card { border-radius: 19px; }
  .contact-card { padding: 30px 22px; }
  .contact-actions { flex-direction: column; }
  .faq-intro h2 { font-size: 2.35rem; }
  .faq-item button { font-size: .91rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: auto; }
  .whatsapp-float { right: 12px; bottom: 12px; width: 52px; height: 52px; justify-content: center; padding: 0; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js .reveal { opacity: 1; transform: none; }
  .trust-track { width: 100%; animation: none !important; transform: none !important; }
  .trust-set { width: 100%; min-width: 100%; white-space: normal; }
  .trust-set[aria-hidden="true"] { display: none; }
  .whatsapp-float { animation: none !important; transform: none !important; }
}

@media print {
  .site-header, .whatsapp-float, .button { display: none !important; }
  .section { padding: 35px 0; }
  body { color: #000; }
}
