:root {
      color-scheme: light;
      --sea: #075985;
      --sea-2: #0369A1;
      --sea-dark: #082F49;
      --sea-dark-2: #0C4A6E;
      --amber: #B45309;
      --amber-hover: #92400E;
      --amber-hi: #FBBF67;
      --amber-ink: #7C3D0A;
      --paper: #FFFBEB;
      --card: #FFFFFF;
      --ink: #0F172A;
      --fg-2: #475569;
      --line: #F0E4C8;
      --muted: #FDF6E3;
      --on-dark: #FFFFFF;
      --on-dark-2: #CBD9E2;
      --display: 'Fraunces', Georgia, 'Times New Roman', serif;
      --body: 'Karla', system-ui, -apple-system, 'Segoe UI', sans-serif;
      --wrap: 1160px;
      --pad: clamp(18px, 5vw, 46px);
    }

    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
    body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: clamp(1rem, .97rem + .18vw, 1.08rem); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
    h1, h2, h3, p { margin-top: 0; }
    h1, h2, h3 { font-family: var(--display); line-height: 1.15; font-weight: 600; }
    a { color: inherit; }
    svg { display: block; max-width: 100%; }
    img { max-width: 100%; }
    .wrap { width: min(100%, var(--wrap)); margin-inline: auto; padding-inline: var(--pad); }
    .k, .v { display: block; }
    :where(a, button, summary):focus-visible { outline: 3px solid var(--sea); outline-offset: 3px; border-radius: 4px; }

    .skip { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--amber); color: #fff; padding: 12px 18px; font-weight: 700; text-decoration: none; }
    .skip:focus { left: 0; }

    /* Nav */
    .nav { background: var(--card); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
    .nav__in { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-block: 10px; }
    .brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-height: 44px; min-width: 0; }
    .brand__mark { flex: 0 0 40px; width: 40px; height: 40px; }
    .brand__name { display: block; font-family: var(--display); font-weight: 700; font-size: 1.12rem; line-height: 1.1; color: var(--sea-dark); }
    .brand__sub { display: block; color: var(--fg-2); font-size: .76rem; margin-top: 3px; }
    .nav__links { display: flex; align-items: center; gap: clamp(14px, 2.6vw, 30px); flex-wrap: wrap; }
    .nav__links a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; font-size: .88rem; font-weight: 700; color: var(--ink); }
    .nav__links a:hover { color: var(--amber-ink); }
    .nav__cta { padding: 9px 16px; border-radius: 8px; background: var(--sea); color: #fff !important; }
    .nav__cta:hover { background: var(--sea-2); color: #fff !important; }

    /* Hero */
    .hero { position: relative; overflow: hidden; color: var(--on-dark); background: linear-gradient(160deg, var(--sea-dark-2) 0%, var(--sea-dark) 60%); }
    .hero__texture { position: absolute; inset: 0; opacity: .16; pointer-events: none; }
    .hero__grid { position: relative; min-height: 540px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(28px, 6vw, 70px); padding-block: clamp(54px, 8vw, 100px); }
    .hero h1 { max-width: 16ch; margin-bottom: 18px; font-size: clamp(2.3rem, 1.7rem + 3vw, 3.6rem); letter-spacing: -.02em; }
    .hero h1 em { font-style: normal; color: var(--amber-hi); }
    .hero__lead { max-width: 52ch; color: var(--on-dark-2); font-size: clamp(1.02rem, .96rem + .3vw, 1.18rem); margin-bottom: 28px; }
    .actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 22px; border: 2px solid transparent; border-radius: 10px; font-family: var(--body); font-weight: 700; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease; cursor: pointer; font-size: .98rem; }
    .btn:hover { transform: translateY(-2px); }
    .btn--main { background: var(--amber); color: #fff; }
    .btn--main:hover { background: var(--amber-hover); }
    .btn--ghost { border-color: rgba(255,255,255,.4); color: #fff; }
    .btn--ghost:hover { border-color: var(--amber-hi); }
    .btn--sea { border-color: var(--sea); color: var(--sea); background: transparent; }
    .btn--sea:hover { background: var(--sea); color: #fff; }

    .hero__basket { position: relative; }
    .hero__plate { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.22); border-radius: 22px; padding: clamp(16px, 3vw, 28px); box-shadow: 0 26px 60px rgba(3,17,29,.35); }
    .hero__plate svg { width: 100%; height: auto; }

    /* Faixa de confiança */
    .facts { background: var(--card); border-bottom: 1px solid var(--line); }
    .facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
    .fact { padding: 24px clamp(14px, 3vw, 26px); border-left: 1px solid var(--line); }
    .fact:first-child { border-left: 0; }
    .fact__icon { width: 30px; height: 30px; color: var(--amber-ink); margin-bottom: 10px; }
    .fact__v { display: block; color: var(--ink); font-weight: 700; font-size: .96rem; line-height: 1.35; }

    /* Seções gerais */
    .sec { padding-block: clamp(60px, 8vw, 96px); }
    .sec--muted { background: var(--muted); }
    .sec__head { max-width: 680px; margin-bottom: 38px; }
    .sec h2 { margin-bottom: 14px; font-size: clamp(1.8rem, 1.4rem + 1.8vw, 2.7rem); letter-spacing: -.01em; color: var(--sea-dark); }
    .sec__head > p:last-child { color: var(--fg-2); margin-bottom: 0; max-width: 60ch; font-size: 1.02rem; }

    /* O problema */
    .problem { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(30px, 6vw, 70px); align-items: start; }
    .problem__figure { border-radius: 18px; overflow: hidden; border: 1px solid var(--line); }
    .problem__figure svg { width: 100%; height: auto; display: block; }
    .problem__copy p { color: var(--fg-2); }
    .problem__copy strong { color: var(--ink); }
    .problem__note { margin-top: 22px; padding: 16px 20px; background: var(--card); border: 1px solid var(--line); border-left: 4px solid var(--amber); border-radius: 0 10px 10px 0; font-weight: 600; color: var(--ink); }

    /* O que você encontra */
    .offers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
    .offer { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 26px; transition: box-shadow .18s ease, transform .18s ease; }
    .offer:hover { box-shadow: 0 14px 32px rgba(7,89,133,.1); transform: translateY(-2px); }
    .offer--lead { grid-column: span 2; background: var(--sea-dark); color: var(--on-dark); border-color: transparent; }
    .offer--lead .offer__title, .offer--lead .offer__note { color: var(--on-dark); }
    .offer__icon { width: 40px; height: 40px; display: grid; place-items: center; background: var(--muted); color: var(--amber-ink); border-radius: 10px; margin-bottom: 18px; }
    .offer--lead .offer__icon { background: rgba(255,255,255,.14); color: var(--amber-hi); }
    .offer__icon svg { width: 22px; height: 22px; }
    .offer__title { font-family: var(--display); font-weight: 700; font-size: 1.18rem; margin-bottom: 8px; }
    .offer p { margin-bottom: 0; color: var(--fg-2); font-size: .95rem; }
    .offer--lead p { color: var(--on-dark-2); }
    .offer__note { display: block; margin-top: 14px; font-weight: 700; font-size: .84rem; color: var(--amber-ink); }

    /* Como funciona */
    .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
    .step { position: relative; padding: 30px 24px 24px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; }
    .step__num { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: var(--sea); color: #fff; font-family: var(--display); font-weight: 700; margin-bottom: 16px; }
    .step h3 { font-size: 1.08rem; margin-bottom: 8px; }
    .step p { margin-bottom: 0; color: var(--fg-2); font-size: .94rem; }

    /* FAQ */
    .faq { max-width: 780px; }
    .faq__item { border-bottom: 1px solid var(--line); }
    .faq__item:first-child { border-top: 1px solid var(--line); }
    .faq__q { width: 100%; text-align: left; background: none; border: 0; padding: 20px 4px; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; font-family: var(--body); font-weight: 700; font-size: 1.02rem; color: var(--ink); min-height: 44px; }
    .faq__q .plus { flex: 0 0 auto; width: 22px; height: 22px; color: var(--amber-ink); transition: transform .2s ease; }
    .faq__item[open] .plus { transform: rotate(45deg); }
    .faq__a { padding: 0 4px 20px; color: var(--fg-2); max-width: 62ch; }
    summary { list-style: none; }
    summary::-webkit-details-marker { display: none; }

    /* Onde fica */
    .visit { background: var(--sea-dark); color: var(--on-dark); }
    .visit__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(24px, 6vw, 64px); align-items: start; }
    .visit .sec__head p:last-child { color: var(--on-dark-2); }
    .visit h2 { color: var(--on-dark); max-width: 18ch; }
    .address { color: var(--on-dark-2); font-size: 1.08rem; margin: 0 0 24px; }
    .address strong { color: var(--on-dark); display: block; margin-bottom: 4px; font-family: var(--display); font-size: 1.15rem; }
    .schedule { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; padding: 24px; }
    .schedule h3 { margin-bottom: 16px; font-size: 1.08rem; }
    .schedule__row { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.16); }
    .schedule__row:first-child { border-top: 0; padding-top: 0; }
    .schedule__day { color: var(--on-dark-2); font-size: .94rem; }
    .schedule__hours { font-weight: 700; white-space: nowrap; }
    .visit__note { margin-top: 18px; color: var(--on-dark-2); font-size: .88rem; }

    /* CTA final */
    .final { text-align: center; padding-block: clamp(56px, 8vw, 88px); }
    .final h2 { margin-bottom: 12px; }
    .final p { max-width: 52ch; margin: 0 auto 28px; color: var(--fg-2); font-size: 1.05rem; }
    .final .actions { justify-content: center; }

    /* Rodapé */
    .foot { background: #062338; color: var(--on-dark); padding-block: 48px 28px; }
    .foot__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; padding-bottom: 28px; border-bottom: 1px solid #17415a; flex-wrap: wrap; }
    .foot .brand__name { color: #fff; }
    .foot .brand__sub { color: var(--on-dark-2); }
    .foot__links { display: flex; flex-wrap: wrap; gap: 20px; }
    .foot__links a { min-height: 44px; display: inline-flex; align-items: center; color: var(--on-dark-2); font-size: .86rem; font-weight: 700; text-decoration: none; }
    .foot__links a:hover { color: #fff; }
    .foot__legal { padding-top: 28px; }
    .foot__legal h2 { color: var(--on-dark-2); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; font-family: var(--body); }
    .foot__legal > p { color: #cfe0ea; max-width: 90ch; font-size: .9rem; }
    .foot__legal dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; margin: 16px 0; font-size: .88rem; color: #cfe0ea; }
    .foot__legal dt { color: var(--on-dark-2); font-weight: 700; }
    .foot__legal dd { margin: 0; }
    .foot__bottom { margin-top: 20px; font-size: .82rem; color: #9fb7c4; }
    .foot__bottom a { text-decoration: underline; min-height: 44px; display: inline-flex; align-items: center; }

    /* Responsivo */
    @media (max-width: 980px) {
      .hero__grid { grid-template-columns: 1fr; min-height: 0; }
      .hero__basket { order: -1; max-width: 360px; }
      .facts__grid { grid-template-columns: repeat(2, 1fr); }
      .fact:nth-child(3) { border-left: 0; }
      .problem { grid-template-columns: 1fr; }
      .problem__figure { max-width: 320px; }
      .offers { grid-template-columns: repeat(2, 1fr); }
      .offer--lead { grid-column: span 2; }
      .steps { grid-template-columns: 1fr; }
      .visit__grid { grid-template-columns: 1fr; }
      .foot__legal dl { grid-template-columns: 1fr; }
      .nav__links { display: none; }
    }
    @media (max-width: 560px) {
      .facts__grid { grid-template-columns: 1fr 1fr; }
      .offers { grid-template-columns: 1fr; }
      .offer--lead { grid-column: span 1; }
      .foot__top { flex-direction: column; }
    }
