:root { --navy:#006080; --navy-deep:#00455d; --blue:#0b96be; --rose:#ff4b8b; --rose-pale:#fff0f5; --cream:#fffdfa; --ink:#13445a; --muted:#607b86; --line:#dce4e8; --serif:'Montserrat',Arial,sans-serif; --sans:'Montserrat',Arial,sans-serif; --section-space:88px; --layout-gap:64px; --card-radius:24px; --rose-ink:#c52c64; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; scroll-padding-top:100px; } body { margin:0; color:var(--ink); background:var(--cream); font-family:var(--sans); line-height:1.55; } a { color:inherit; } .container { width:min(1120px, calc(100% - 48px)); margin:auto; } .skip-link { position:absolute; left:-999px; } .skip-link:focus { left:16px; top:16px; z-index:10; background:white; padding:10px; }
.site-header { background:var(--cream); position:sticky; top:0; z-index:5; border-bottom:1px solid rgba(8,45,79,.08); } .nav { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:24px; } .brand { display:inline-flex; align-items:center; gap:10px; text-decoration:none; color:var(--navy); font-size:12px; line-height:1.1; letter-spacing:.02em; } .brand strong { font-size:15px; } .brand-mark { width:37px; height:37px; display:grid; place-items:center; border:1px solid currentColor; border-radius:50%; font-weight:bold; font-size:10px; } .main-nav { display:flex; align-items:center; gap:27px; font-size:14px; } .main-nav a { text-decoration:none; } .main-nav > a:not(.nav-cta):hover, .text-link:hover { color:var(--rose); } .nav-cta { border:1px solid var(--navy); padding:10px 15px; border-radius:3px; } .menu-button { display:none; }
.hero { min-height:650px; overflow:hidden; background:linear-gradient(112deg, var(--navy) 0%, #0b426a 58%, #165f82 100%); color:white; position:relative; } .hero-grid { min-height:650px; display:grid; grid-template-columns:1.1fr .9fr; align-items:center; } .hero-copy { position:relative; z-index:1; max-width:650px; padding:90px 0; } .eyebrow,.section-label { text-transform:uppercase; font-size:11px; font-weight:bold; letter-spacing:.15em; } .eyebrow { color:#f9bed3; } h1,h2,h3,p { margin-top:0; } h1,h2 { font-family:var(--serif); font-weight:400; letter-spacing:-.035em; line-height:1.05; } h1 { font-size:clamp(48px,6vw,77px); margin:19px 0 23px; } h1 em,h2 em { color:var(--rose); } .lead { max-width:530px; font-size:18px; color:#e3edf2; } .hero-actions { display:flex; gap:22px; align-items:center; margin:34px 0 32px; flex-wrap:wrap; } .button { min-height:48px; border:0; font-family:inherit; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; gap:16px; padding:13px 20px; border-radius:3px; font-size:14px; font-weight:bold; text-decoration:none; transition:transform .2s,background .2s; } .button:hover { transform:translateY(-2px); } .button-primary { background:var(--rose); color:white; } .text-link { color:white; font-size:14px; text-underline-offset:5px; } .trust-note { color:#c4d4df; font-size:13px; }.trust-note span { color:#f6b2ca; margin-right:7px; } .hero-art { height:100%; min-height:490px; position:relative; opacity:.98; } .art-circle { width:530px; height:530px; position:absolute; top:50%; left:50%; transform:translate(-47%,-50%); border:1px solid rgba(255,255,255,.16); border-radius:50%; } .art-petal { position:absolute; width:200px; height:290px; border-radius:100% 0 100% 0; background:linear-gradient(145deg,#f8abc7,#cf3971); box-shadow:0 15px 45px rgba(2,25,47,.2); top:50%; left:50%; transform-origin:0 0; } .petal-one { transform:rotate(5deg) translate(-5px,-18px); } .petal-two { transform:rotate(95deg) translate(-5px,-18px); } .petal-three { transform:rotate(185deg) translate(-5px,-18px); } .petal-four { transform:rotate(275deg) translate(-5px,-18px); } .art-core { width:76px; height:76px; border-radius:50%; background:#f9c9d9; position:absolute; top:calc(50% - 38px); left:calc(50% - 38px); box-shadow:0 0 0 15px rgba(255,255,255,.12); }
.section { padding:var(--section-space) 0; } .intro-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:var(--layout-gap); align-items:center; } .section-label { color:var(--rose-ink); margin-bottom:12px; } h2 { font-size:clamp(32px,3.4vw,48px); line-height:1.12; margin-bottom:24px; } .intro p:not(.section-label), .journey p:not(.section-label), .faq-grid p:not(.section-label), .lead-form-grid > div > p:not(.section-label) { max-width:650px; color:var(--muted); font-size:17px; } .section-tint { background:#f1f7f9; } .section-heading { max-width:750px; margin-bottom:32px; } .cards { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; } .procedure-card { background:white; padding:30px; min-height:312px; display:flex; flex-direction:column; border:1px solid var(--line); border-top:3px solid transparent; border-radius:var(--card-radius); box-shadow:0 10px 30px rgba(10,45,79,.04); transition:border .2s, transform .2s; } .procedure-card:hover { transform:translateY(-4px); border-top-color:var(--rose); } .card-number { color:var(--rose); font-family:var(--serif); font-size:22px; } h3 { color:var(--navy); font-family:var(--serif); font-size:26px; font-weight:400; line-height:1.2; margin:20px 0 14px; } .procedure-card p { color:var(--muted); font-size:15px; margin-bottom:25px; } .procedure-card a { margin-top:auto; color:var(--navy); font-weight:bold; font-size:14px; text-underline-offset:5px; }.disclaimer { color:var(--muted); font-size:12px; margin:24px 0 0; }
.journey-grid,.faq-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:var(--layout-gap); align-items:start; } .button-outline { margin-top:17px; border:1px solid var(--navy); color:var(--navy); } .steps { padding:0; margin:0; list-style:none; border-top:1px solid var(--line); } .steps li { display:flex; gap:22px; padding:23px 0; border-bottom:1px solid var(--line); } .steps span { color:var(--rose); font-family:var(--serif); font-size:27px; } .steps h3 { font-size:23px; margin:0 0 4px; }.journey .steps p { margin:0; font-size:15px; }.faq-section { background:var(--rose-pale); }.faq-list { border-top:1px solid rgba(8,45,79,.2); }.faq-list details { border-bottom:1px solid rgba(8,45,79,.2); padding:18px 0; }.faq-list summary { cursor:pointer; color:var(--navy); font-size:16px; font-weight:bold; list-style:none; display:flex; justify-content:space-between; gap:20px; }.faq-list summary::after { content:'+'; color:var(--rose); font-size:25px; line-height:1; flex-shrink:0; font-weight:400; }.faq-list details[open] summary::after { content:'−'; }.faq-grid .faq-list details p { margin:12px 30px 0 0; font-size:15px; }
.appointment { position:relative; width:100%; aspect-ratio:1906/812; min-height:460px; padding:48px 0; display:flex; align-items:center; overflow:hidden; background:#f5f8f8; color:var(--navy-deep); }
.appointment-bg { position:absolute; inset:0; z-index:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.appointment-glow { position:absolute; inset:0; z-index:1; pointer-events:none; background:linear-gradient(90deg,rgba(242,249,250,.6) 0%,rgba(242,249,250,.2) 42%,transparent 65%); }
.appointment-copy { position:relative; z-index:2; width:52%; max-width:540px; padding:40px; border:1px solid rgba(255,255,255,.8); border-radius:32px; background:rgba(255,255,255,.84); box-shadow:0 16px 48px rgba(19,68,90,.08); -webkit-backdrop-filter:blur(14px); backdrop-filter:blur(14px); }
.appointment h2 { margin:17px 0 22px; color:var(--navy-deep); font-size:clamp(34px,3vw,50px); line-height:1.12; }
.appointment .eyebrow { color:#ae2858; font-size:10px; letter-spacing:.17em; }
.appointment h2 em { color:#c52c64; }
.appointment-copy > p:not(.eyebrow) { color:#476572; font-size:17px; }
.appointment-actions { display:flex; flex-wrap:wrap; gap:16px; align-items:center; margin:28px 0 18px; }
.button-light { margin:0; background:white; color:var(--navy); }
.appointment .button-light { background:linear-gradient(180deg,#ff6c9f,var(--rose)); color:white; box-shadow:0 6px 18px rgba(255,75,139,.22); }
.appointment .button-light:hover { background:var(--rose); box-shadow:0 8px 22px rgba(255,75,139,.3); }
.appointment small { display:block; color:#526b76; font-size:12px; line-height:1.6; }
.site-footer { background:#0b1520; color:#9db2c0; padding:64px 0 0; }
.footer-grid { display:grid; grid-template-columns:1.3fr .8fr .8fr 1.2fr; gap:32px; padding-bottom:40px; }
.footer-col { min-width:0; display:flex; flex-direction:column; gap:14px; }
.footer-col h4 { margin:0 0 4px; color:white; font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:.08em; }
.footer-col a { color:#9db2c0; font-size:14px; text-decoration:none; transition:color .2s; width:fit-content; max-width:100%; overflow-wrap:anywhere; }
.footer-col a:hover { color:var(--rose); }
.brand-footer { min-width:0; margin-bottom:6px; }
.footer-logo { height:34px; width:auto; }
.footer-tagline { max-width:300px; color:#9db2c0; font-size:13px; margin:0; }
.footer-social { display:flex; gap:12px; margin-top:6px; }
.footer-social a { display:flex; align-items:center; justify-content:center; width:38px; height:38px; border:1px solid rgba(255,255,255,.18); border-radius:50%; color:#9db2c0; }
.footer-social a:hover { color:white; border-color:var(--rose); background:rgba(255,75,139,.12); }
.footer-social svg { width:18px; height:18px; }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:24px 0; border-top:1px solid rgba(255,255,255,.08); font-size:12px; }
.footer-bottom p { margin:0; }
.footer-bottom a { color:inherit; text-decoration:none; }
@media (max-width:760px) { .container { width:min(100% - 40px, 600px); }.menu-button { display:flex; width:40px; height:40px; flex-direction:column; justify-content:center; gap:5px; border:0; background:transparent; }.menu-button span:not(.sr-only) { display:block; width:24px; height:1px; background:var(--navy); }.main-nav { display:none; position:absolute; top:76px; left:0; right:0; padding:20px; background:var(--cream); flex-direction:column; align-items:stretch; box-shadow:0 12px 20px rgba(8,45,79,.1); }.main-nav.is-open { display:flex; }.nav-cta { text-align:center; }.hero,.hero-grid { min-height:670px; }.hero-grid { grid-template-columns:1fr; }.hero-copy { padding:68px 0 260px; }.lead { font-size:16px; }.hero-art { position:absolute; bottom:-115px; right:-108px; min-height:0; width:330px; height:330px; }.art-circle { width:300px; height:300px; }.art-petal { width:110px; height:170px; }.art-core { width:50px; height:50px; top:calc(50% - 25px); left:calc(50% - 25px); }.intro-grid,.journey-grid,.faq-grid { grid-template-columns:1fr; gap:28px; }:root { --section-space:56px; --layout-gap:28px; }.cards { grid-template-columns:1fr; }.procedure-card { min-height:0; padding:24px; }.footer-grid { grid-template-columns:1fr 1fr; gap:36px 24px; }.footer-brand-col,.footer-col:last-child { grid-column:1 / -1; }.footer-bottom { flex-direction:column; align-items:flex-start; gap:8px; }.appointment { min-height:0; aspect-ratio:auto; padding:320px 0 32px; }.appointment-bg { height:400px; object-position:72% top; }.appointment-glow { background:linear-gradient(180deg,transparent 260px,#f5f8f8 400px); }.appointment-copy { width:100%; max-width:100%; padding:28px 24px; border-radius:26px; text-align:center; }.appointment-copy > p:not(.eyebrow) { margin-left:auto; margin-right:auto; }.appointment-actions { justify-content:center; } }

/* Hero Outubro Rosa — composição aprovada */
.site-header { position:fixed; inset:27px 0 auto; z-index:50; background:transparent; border:0; transition:inset .45s cubic-bezier(.4,0,.2,1); }
.nav { width:min(1100px, calc(100% - 48px)); min-height:76px; margin:auto; padding:0 25px; color:white; border-radius:999px; background:linear-gradient(110deg,var(--blue),#087b9f); box-shadow:0 10px 35px rgba(0,70,100,.18); transition:width .45s cubic-bezier(.4,0,.2,1), padding .45s cubic-bezier(.4,0,.2,1), min-height .45s cubic-bezier(.4,0,.2,1); }
.brand { min-width:180px; color:white; }.brand-mark { width:34px; height:45px; border:0; border-radius:0; filter:brightness(0) invert(1); }.main-nav { font-size:12px; }.nav-cta { color:var(--navy-deep); background:white; border:0; border-radius:999px; font-size:11px; white-space:nowrap; }
.site-header.is-scrolled { inset:14px 0 auto; }
.site-header.is-scrolled .nav { width:min(900px, calc(100% - 48px)); min-height:60px; padding:0 18px; box-shadow:0 10px 30px rgba(0,70,100,.24); }

/* Entrance animations */
.reveal { opacity:0; transform:translateY(28px); transition:opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity:1; transform:none; }
.reveal-stagger .reveal-item { opacity:0; transform:translateY(28px); transition:opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1); }
.reveal-stagger.is-visible .reveal-item { opacity:1; transform:none; }
.reveal-stagger.is-visible .reveal-item:nth-child(1) { transition-delay:.05s; }
.reveal-stagger.is-visible .reveal-item:nth-child(2) { transition-delay:.15s; }
.reveal-stagger.is-visible .reveal-item:nth-child(3) { transition-delay:.25s; }
.reveal-stagger.is-visible .reveal-item:nth-child(4) { transition-delay:.35s; }
.reveal-stagger.is-visible .reveal-item:nth-child(5) { transition-delay:.45s; }
.reveal-stagger.is-visible .reveal-item:nth-child(6) { transition-delay:.55s; }
@media (prefers-reduced-motion: reduce) { .reveal,.reveal-item,.site-header,.nav { transition:none !important; opacity:1 !important; transform:none !important; } }
.hero { height:auto; min-height:calc(110px + 100vw * 812 / 1906); border-radius:0 0 48px 48px; background:linear-gradient(108deg,#075476 0%,#087da0 40%,#80b9ce 70%,#f5edf5 100%); }.hero-bg { position:absolute; top:110px; right:0; left:0; z-index:1; width:100%; height:calc(100% - 110px); object-fit:cover; object-position:right center; }.hero-content { position:relative; z-index:3; padding-top:165px; padding-bottom:60px; }.hero-copy { width:44%; max-width:500px; padding:0; }.hero-grid,.hero-art { display:none; }.eyebrow { display:flex; align-items:center; gap:15px; margin-bottom:16px; color:var(--rose); font-size:12px; font-weight:600; letter-spacing:.23em; }.eyebrow::after { content:''; width:66px; height:1px; background:var(--rose); opacity:.55; }.hero h1 { margin-bottom:18px; color:white; font-family:var(--sans); font-size:clamp(42px,3.6vw,64px); font-weight:600; }.subhead { margin:0 0 20px; color:white; font-size:24px; letter-spacing:-.04em; }.subhead strong { color:var(--rose); }.hero .lead { max-width:430px; margin-bottom:26px; color:rgba(255,255,255,.88); font-size:15px; }.button { border-radius:999px; }.button-primary { background:linear-gradient(180deg,#ff6c9f,var(--rose)); }.trust-note { margin:26px 0 0; color:rgba(255,255,255,.85); font-size:10px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; }.trust-note::before { content:''; display:inline-block; width:35px; height:1px; margin:0 12px 3px 0; background:var(--rose); }
.benefits { position:relative; z-index:4; width:min(1120px,calc(100% - 48px)); margin:-36px auto 0; padding:29px 40px 26px; background:rgba(255,255,255,.95); border-radius:38px; box-shadow:0 24px 70px rgba(11,150,190,.12); text-align:center; }.benefits h2 { margin-bottom:7px; color:var(--navy-deep); font-family:var(--sans); font-size:25px; font-weight:600; }.benefits > p { margin-bottom:22px; color:var(--muted); font-size:13px; }.benefit-row { display:grid; grid-template-columns:repeat(5,1fr); gap:10px; }.benefit { display:flex; align-items:center; justify-content:center; gap:9px; min-height:55px; padding:9px 11px; color:var(--navy-deep); background:#effaff; border-radius:999px; font-size:11px; font-weight:600; }.benefit span { color:var(--rose); font-size:17px; }
h1,h2,h3,.card-number,.steps span { font-family:var(--sans); } h2 { font-weight:600; } h3 { font-weight:600; }
@media (max-width:900px) { .site-header { top:18px; }.nav { width:calc(100% - 32px); min-height:68px; padding:0 20px; }.brand { min-width:0; }.brand > span:not(.brand-mark) { display:none; }.brand-mark { width:29px; height:38px; }.main-nav { background:var(--blue); top:76px; border-radius:20px; }.menu-button span:not(.sr-only) { background:white; }.nav-cta { margin-left:auto; }.hero { height:auto; min-height:0; border-radius:0 0 34px 34px; }.hero-bg { top:104px; height:clamp(300px,55vw,440px); object-fit:cover; object-position:72% center; }.hero-content { padding-top:calc(104px + clamp(300px,55vw,440px) + 32px); padding-bottom:48px; }.hero-copy { width:100%; max-width:580px; margin-inline:auto; }.hero h1,.hero .subhead { color:var(--navy-deep); }.hero .lead,.hero .trust-note { color:var(--muted); }.benefits { width:calc(100% - 40px); margin-top:-20px; }.benefit-row { grid-template-columns:repeat(2,1fr); }.benefit:last-child { grid-column:1 / -1; justify-self:center; width:50%; } }
@media (max-width:560px) { .site-header { top:14px; }.nav { width:calc(100% - 24px); min-height:62px; padding:0 14px; }.nav-cta { padding:10px 13px; font-size:10px; }.hero-bg { top:90px; height:clamp(300px,55vw,440px); }.hero-content { padding-top:calc(90px + clamp(300px,55vw,440px) + 28px); padding-bottom:40px; }.hero h1 { font-size:40px; }.subhead { font-size:20px; }.hero .lead { font-size:14px; }.eyebrow { font-size:10px; }.benefits { width:calc(100% - 24px); padding:27px 16px; border-radius:30px; }.benefits h2 { font-size:21px; }.benefit-row { grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }.benefit { min-height:48px; padding:8px; border-radius:16px; }.benefit,.benefit:last-child { width:100%; } }
@media (max-width:760px) { .appointment .eyebrow { display:block; text-align:center; }.appointment .eyebrow::after { display:none; } }

/* Formulário de contato */
.lead-form-section { background:var(--rose-pale); }
.lead-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:var(--layout-gap); align-items:start; }
.lead-form { display:flex; flex-direction:column; gap:16px; background:white; min-width:0; padding:32px; border-radius:var(--card-radius); box-shadow:0 20px 50px rgba(10,45,79,.08); }
.form-row { display:flex; flex-direction:column; gap:6px; }
.lead-form label { font-size:13px; font-weight:600; color:var(--navy-deep); }
.lead-form input[type="text"], .lead-form input[type="tel"], .lead-form select { width:100%; min-width:0; font:inherit; padding:12px 14px; border:1px solid var(--line); border-radius:10px; color:var(--ink); background:var(--cream); }
.lead-form input:focus, .lead-form select:focus { outline:2px solid var(--blue); outline-offset:1px; }
.form-consent { display:flex; gap:10px; align-items:flex-start; font-size:12px; color:var(--muted); }
.form-consent input { margin-top:3px; }
.lead-form button { align-self:flex-start; margin-top:6px; }
.lead-form button:disabled { cursor:wait; opacity:.7; transform:none; }
.form-honeypot { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); clip-path:inset(50%); white-space:nowrap; }
.form-feedback { margin:0; font-size:14px; font-weight:600; }
.form-feedback.is-success { color:#1a8a4a; }
.form-feedback.is-error { color:#c0294a; }
@media (max-width:760px) { .lead-form-grid { grid-template-columns:1fr; gap:28px; }.form-row-split { grid-template-columns:1fr; }.lead-form { padding:26px 22px; } }

/* Padrões compartilhados de leitura e navegação */
.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; }
.section h2 em { color:var(--rose-ink); }
.intro h2,.intro-grid > p,.section-heading h2,.faq-grid > div > p:last-child,.lead-form-grid > div > p:last-child { margin-bottom:0; }
.intro-grid > *,.journey-grid > *,.faq-grid > *,.lead-form-grid > * { min-width:0; }
.audience-cards { display:grid; gap:14px; }
.audience-cards article { padding:18px 20px; border-left:3px solid var(--rose); background:#fff; border-radius:14px; box-shadow:0 8px 24px rgba(10,45,79,.05); }
.audience-cards h3 { margin:0 0 5px; font-size:19px; }
.audience-cards p { margin:0; color:var(--muted); font-size:14px; }
.lead-form .form-consent { font-size:12px; font-weight:400; color:var(--muted); }
.form-consent input { flex-shrink:0; }
a:focus-visible,button:focus-visible,summary:focus-visible { outline:3px solid var(--blue); outline-offset:4px; }
@media (max-width:900px) and (min-width:761px) {
  :root { --layout-gap:32px; --section-space:72px; }
  .appointment { min-height:0; aspect-ratio:auto; padding:360px 0 40px; }
  .appointment-bg { height:440px; object-position:72% top; }
  .appointment-glow { background:linear-gradient(180deg,transparent 300px,#f5f8f8 440px); }
  .appointment-copy { width:100%; max-width:580px; margin-inline:auto; }
  .cards { gap:16px; }
  .procedure-card { padding:24px 20px; }
  .procedure-card h3 { font-size:22px; }
  .footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:760px) {
  .nav { position:relative; }
  .main-nav { top:calc(100% + 10px); }
  .main-nav a { padding:10px 12px; }
  .main-nav .nav-cta { margin-left:0; }
  .site-header.is-scrolled .nav { width:calc(100% - 24px); }
  .section p:not(.section-label):not(.disclaimer):not(.form-feedback) { font-size:16px; }
  .journey .steps p,.faq-grid .faq-list details p { font-size:15px; }
  .section-label { font-size:10px; }
  .lead-form .button { width:100%; }
  .site-footer { padding-top:48px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }

.appointment-copy.reveal-stagger .reveal-item { opacity:0; transform:translateY(18px); transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1); }
.appointment-copy.reveal-stagger.is-visible .reveal-item { opacity:1; transform:none; }
.appointment-copy.reveal-stagger.is-visible .reveal-item:nth-child(1) { transition-delay:.08s; }
.appointment-copy.reveal-stagger.is-visible .reveal-item:nth-child(2) { transition-delay:.18s; }
.appointment-copy.reveal-stagger.is-visible .reveal-item:nth-child(3) { transition-delay:.28s; }
.appointment-copy.reveal-stagger.is-visible .reveal-item:nth-child(4) { transition-delay:.38s; }
.appointment-copy.reveal-stagger.is-visible .reveal-item:nth-child(5) { transition-delay:.48s; }
@media (prefers-reduced-motion:reduce) { .appointment-copy.reveal-stagger .reveal-item { opacity:1; transform:none; } }

.hero .button-primary {
  box-shadow:0 7px 18px rgba(255,75,139,.22);
  animation:hero-cta-lift-glow 2.8s ease-in-out infinite;
}
.hero .button-primary:hover {
  transform:translateY(-4px);
  box-shadow:0 12px 28px rgba(255,75,139,.4);
  animation-play-state:paused;
}
@keyframes hero-cta-lift-glow {
  0%,100% { transform:translateY(0); box-shadow:0 7px 18px rgba(255,75,139,.22); }
  50% { transform:translateY(-3px); box-shadow:0 12px 28px rgba(255,75,139,.38); }
}
@media (prefers-reduced-motion:reduce) {
  .hero .button-primary { animation:none; }
}

/* Menu ocupa a faixa superior da arte antes de virar a pill ao rolar. */
.site-header {
  inset:0 0 auto;
  height:110px;
  background:linear-gradient(110deg,var(--blue),#087b9f);
  border:0;
  border-bottom:1px solid rgba(255,255,255,.16);
  transition:inset .45s cubic-bezier(.4,0,.2,1),height .45s cubic-bezier(.4,0,.2,1),background-color .45s;
}
.nav {
  width:100%;
  height:100%;
  min-height:0;
  margin:0 auto;
  padding:0 max(24px,calc((100vw - 1100px)/2));
  border-radius:0;
  background:transparent;
  box-shadow:none;
  transition:width .45s cubic-bezier(.4,0,.2,1),height .45s cubic-bezier(.4,0,.2,1),padding .45s cubic-bezier(.4,0,.2,1),min-height .45s cubic-bezier(.4,0,.2,1),border-radius .45s cubic-bezier(.4,0,.2,1),background-color .45s,box-shadow .45s;
}
.site-header.is-scrolled {
  inset:14px 0 auto;
  height:60px;
  background:transparent;
  border:0;
}
.site-header.is-scrolled .nav {
  width:min(900px,calc(100% - 48px));
  height:60px;
  min-height:60px;
  margin:0 auto;
  padding:0 18px;
  border-radius:999px;
  background:linear-gradient(110deg,var(--blue),#087b9f);
  box-shadow:0 10px 30px rgba(0,70,100,.24);
}
.hero { background:#faffff; }

/* A copy comercial mais longa precisa caber na área livre da fotografia. */
.hero h1 {
  margin:0 0 22px;
  font-size:clamp(40px, 3.35vw, 56px);
  line-height:1.14;
  letter-spacing:-.035em;
  text-wrap:balance;
}
.hero .eyebrow {
  margin-bottom:20px;
  font-size:10px;
  letter-spacing:.16em;
}
.hero .eyebrow::after { display:none; }
.hero .subhead {
  max-width:440px;
  margin-bottom:18px;
  font-size:18px;
  line-height:1.55;
  letter-spacing:-.015em;
}
.hero .subhead strong { color:inherit; font-weight:600; }
.hero .lead { max-width:420px; margin-bottom:24px; line-height:1.65; }
.hero .trust-note { margin-top:20px; letter-spacing:.1em; }
@media (min-width:901px) {
  .hero-content { padding-top:158px; padding-bottom:80px; }
  .hero-copy { width:44%; max-width:480px; }
  .hero-bg { object-position:center; }
  .hero::after {
    content:'';
    position:absolute;
    inset:110px 0 0;
    z-index:2;
    pointer-events:none;
    background:linear-gradient(90deg,rgba(0,69,93,.7),rgba(0,69,93,.4) 40%,transparent 62%);
  }
}
@media (max-width:560px) {
  .hero h1 { font-size:clamp(34px,9vw,40px); }
  .hero .subhead { font-size:17px; }
  .hero .trust-note { font-size:9px; }
}
@media (max-width:900px) {
  .site-header { top:0; height:104px; }
  .nav { width:100%; min-height:0; height:100%; margin:0; padding:0 20px; }
  .site-header.is-scrolled { top:14px; height:60px; }
  .site-header.is-scrolled .nav { width:calc(100% - 32px); height:60px; min-height:60px; margin:0 auto; padding:0 18px; }
}
@media (max-width:560px) {
  .site-header { top:0; height:90px; }
  .nav { width:100%; min-height:0; height:100%; margin:0; padding:0 14px; }
  .site-header.is-scrolled { top:14px; height:60px; }
  .site-header.is-scrolled .nav { width:calc(100% - 24px); height:60px; min-height:60px; margin:0 auto; padding:0 14px; }
}
