:root {
  --ocean: #0a3d62;
  --ocean-2: #145374;
  --teal: #00cec9;
  --teal-2: #55efc4;
  --sand: #f4a261;
  --sand-2: #ffb86c;
  --ink: #1a2f3d;
  --muted: #5a7184;
  --line: rgba(10, 61, 98, .14);
  --paper: #f0f7fa;
  --cream: #e3f0f5;
  --white: #fff;
  --serif: "Outfit", "Segoe UI", sans-serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 18px 50px rgba(10, 61, 98, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
img, video { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; background: #fff; padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--ocean); color: #b8dce8; font-size: 12px; letter-spacing: .06em; }
.topbar-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.site-header { position: absolute; z-index: 20; width: 100%; }
.nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; color: white; }
.brand { display: inline-flex; gap: 11px; align-items: center; line-height: 1.05; }
.brand-mark { width: 48px; height: 48px; border: 2px solid var(--teal); border-radius: 10px; display: grid; place-items: center; background: rgba(0, 206, 201, .12); }
.brand-mark svg { width: 30px; fill: none; stroke: var(--teal); stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.brand strong { display: block; font-family: var(--serif); font-size: 21px; letter-spacing: .02em; }
.brand small { display: block; margin-top: 5px; opacity: .78; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.main-menu { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.main-menu > a:not(.nav-cta) { position: relative; }
.main-menu > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--teal); transition: width .25s; }
.main-menu > a:hover::after { width: 100%; }
.nav-cta { border: 1px solid var(--teal); background: var(--teal); color: var(--ocean); padding: 10px 18px; border-radius: 8px; font-weight: 700; transition: .2s; }
.nav-cta:hover { background: var(--teal-2); transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; background: currentColor; margin: 5px; }

.hero { min-height: 780px; height: 100vh; max-height: 960px; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero-video, .hero-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-fallback:not([hidden]) { display: block; }
.hero-video[hidden] { display: none; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 35, 58, .93) 0%, rgba(6, 35, 58, .65) 50%, rgba(6, 35, 58, .28) 100%), linear-gradient(0deg, rgba(6, 35, 58, .55), transparent 40%); }
.hero-content { position: relative; z-index: 2; padding-top: 95px; }
.eyebrow { margin: 0 0 22px; color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: var(--teal-2); }
h1, h2 { font-family: var(--serif); line-height: 1.02; letter-spacing: -.02em; margin: 0; }
h1 { font-size: clamp(48px, 6.5vw, 88px); max-width: 900px; font-weight: 800; }
h1 em, h2 em { font-style: normal; color: var(--sand); }
.hero-copy { max-width: 620px; margin: 30px 0; font-size: 18px; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; padding: 0 25px; border-radius: 8px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: var(--ocean); }
.button-primary:hover { background: var(--teal-2); }
.button-ghost { border-color: rgba(255,255,255,.5); color: #fff; }
.button-ghost:hover { background: white; color: var(--ocean); }
.button-dark { background: var(--ocean); color: #fff; }
.button-small { min-height: 39px; padding-inline: 16px; font-size: 13px; }
.button-ghost-dark { color: var(--ocean); border-color: var(--line); background: transparent; }
.hero-meta { border-top: 1px solid rgba(255,255,255,.2); margin-top: 60px; padding-top: 20px; display: flex; gap: 48px; color: rgba(255,255,255,.72); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; flex-wrap: wrap; }
.hero-meta b { color: var(--teal); margin-right: 8px; }
.scroll-cue { position: absolute; z-index: 2; right: 40px; bottom: 38px; display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.scroll-cue span { display: block; width: 44px; height: 1px; background: #fff; }

h2 { font-size: clamp(38px, 5vw, 64px); color: var(--ocean); font-weight: 700; }
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.intro-copy { max-width: 480px; padding-bottom: 7px; }
.intro-copy p { margin: 0 0 26px; color: var(--muted); font-size: 17px; }
.text-link { display: inline-flex; gap: 12px; color: var(--ocean); border-bottom: 2px solid var(--teal); padding-bottom: 3px; font-weight: 700; }
.photo-strip { display: grid; grid-template-columns: 1.1fr .8fr 1fr; gap: 22px; align-items: start; margin-top: 70px; }
.photo-card { margin: 0; position: relative; overflow: hidden; height: 400px; border-radius: 10px; }
.photo-card.photo-tall { height: 520px; }
.photo-card.photo-offset { margin-top: 70px; height: 450px; }
.photo-card img { height: 100%; object-fit: cover; transition: transform .7s; }
.photo-card:hover img { transform: scale(1.035); }
.photo-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(6, 35, 58, .78)); }
.photo-card figcaption { position: absolute; z-index: 2; bottom: 24px; left: 25px; right: 25px; color: #fff; display: flex; justify-content: space-between; align-items: end; }
.photo-card figcaption span { font-family: var(--serif); font-size: 22px; font-weight: 700; }
.photo-card figcaption b { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.video-showcase { background: var(--ocean); color: #fff; padding: 90px 0; }
.video-showcase-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
.video-showcase h2 { color: #fff; }
.video-showcase p { color: rgba(255,255,255,.75); max-width: 480px; }
.video-frame { border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 16/9; background: #000; }
.video-frame video { height: 100%; object-fit: cover; }
.video-credit { margin-top: 10px; font-size: 11px; color: rgba(255,255,255,.45); }

.trust-banner { background: var(--ocean); color: #fff; padding: 28px 0; }
.trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.trust-inner div { padding: 12px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-inner div:last-child { border-right: 0; }
.trust-inner b { display: block; font-family: var(--serif); font-size: 28px; color: var(--teal); margin-bottom: 6px; font-weight: 800; }
.trust-inner span { font-size: 12px; color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: .08em; }

.products { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 390px; gap: 60px; align-items: end; margin-bottom: 55px; }
.section-heading > p { color: var(--muted); margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 46px 25px; }
.product-image { height: 370px; position: relative; overflow: hidden; background: var(--cream); border-radius: 10px; }
.product-image img { height: 100%; object-fit: cover; transition: transform .6s; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-image span { position: absolute; top: 17px; left: 17px; background: var(--teal); color: var(--ocean); padding: 7px 12px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; border-radius: 6px; }
.product-info { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; border-bottom: 1px solid var(--line); padding: 20px 3px; }
.product-info p { margin: 0; color: var(--muted); font-size: 13px; }
.product-info > div > p { color: var(--ocean-2); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; }
.product-info h3 { margin: 3px 0 0; font-family: var(--serif); color: var(--ocean); font-size: 26px; font-weight: 700; }
.product-note { margin-top: 65px; padding: 30px 35px; background: var(--cream); display: flex; align-items: center; gap: 20px; border-left: 4px solid var(--teal); border-radius: 0 10px 10px 0; }
.product-note span { font-family: var(--serif); font-size: 24px; color: var(--ocean); font-weight: 700; }
.product-note p { color: var(--muted); flex: 1; margin: 0; }

.story { padding: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--ocean); color: #fff; }
.story-image { min-height: 780px; }
.story-image img { height: 100%; object-fit: cover; }
.story-content { padding: 100px clamp(40px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.story-content h2 { color: #fff; }
.story-content > p:not(.eyebrow):not(.honesty-note) { max-width: 620px; color: rgba(255,255,255,.76); }
.story-values { margin-top: 26px; border-top: 1px solid rgba(255,255,255,.17); }
.story-values div { display: grid; grid-template-columns: 155px 1fr; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.story-values span { color: rgba(255,255,255,.62); font-size: 13px; }
.timeline { margin-top: 30px; padding: 24px; background: rgba(255,255,255,.06); border-radius: 10px; border-left: 3px solid var(--teal); }
.timeline h3 { font-family: var(--serif); font-size: 20px; margin: 0 0 16px; color: var(--teal); font-weight: 700; }
.timeline ul { margin: 0; padding-left: 20px; color: rgba(255,255,255,.72); font-size: 14px; }
.timeline li { margin-bottom: 8px; }
.honesty-note { font-size: 12px; line-height: 1.55; color: rgba(255,255,255,.55); margin-top: 24px; padding: 16px; background: rgba(0,0,0,.2); border-radius: 8px; }

.verification { background: var(--paper); }
.verification-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.verify-card { background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 32px; box-shadow: var(--shadow); }
.verify-card h3 { font-family: var(--serif); color: var(--ocean); font-size: 24px; margin: 0 0 16px; font-weight: 700; }
.verify-card ul { margin: 0; padding: 0; list-style: none; }
.verify-card li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--muted); display: grid; grid-template-columns: 155px 1fr; gap: 12px; }
.verify-card li strong { color: var(--ocean); }
.verify-badge { display: inline-flex; align-items: center; gap: 10px; background: #e0f7f6; color: #0a6b68; padding: 10px 16px; border-radius: 8px; font-size: 13px; font-weight: 700; margin-bottom: 20px; }
.verify-badge::before { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; background: #0a6b68; color: #fff; border-radius: 50%; font-size: 12px; }
.verify-image { border-radius: 10px; overflow: hidden; height: 420px; position: relative; margin: 0; }
.verify-image img { height: 100%; object-fit: cover; }
.verify-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px 26px; background: linear-gradient(transparent, rgba(6, 35, 58, .96)); color: #fff; display: flex; flex-direction: column; gap: 5px; }
.verify-overlay .verify-label { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: var(--teal); font-weight: 700; margin-bottom: 4px; }
.verify-overlay strong { font-family: var(--serif); font-size: 28px; color: #fff; font-weight: 800; }
.verify-overlay span { font-size: 12px; color: rgba(255,255,255,.82); line-height: 1.45; }
.verify-caption { margin-top: 14px; font-size: 13px; color: var(--muted); line-height: 1.6; }
.chips span .char-count { display: none; }

.ads { background: #d4e8ef; }
.ads-heading { border-bottom: 1px solid var(--line); padding-bottom: 45px; }
.campaign-copy h3, .keywords h3 { color: var(--ocean); font-family: var(--serif); font-size: 23px; margin: 0 0 13px; font-weight: 700; }
.campaign-copy h3:not(:first-child) { margin-top: 28px; }
.campaign-copy small { font-family: var(--sans); color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; margin-left: 8px; font-weight: 400; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chips span { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 8px 14px; font-size: 12px; font-weight: 600; }
.chips span.highlight { border-color: var(--sand); background: #fff5eb; color: var(--ocean); }
.ad-descriptions { margin: 0; padding-left: 20px; color: var(--muted); font-size: 13px; }
.ad-descriptions li { margin-bottom: 10px; }
.ad-descriptions li::marker { color: var(--teal); }
.keywords { margin-top: 60px; padding: 35px; background: var(--white); border-left: 4px solid var(--teal); border-radius: 0 10px 10px 0; }
.keyword-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.keyword-tags span { background: var(--cream); padding: 6px 12px; border-radius: 999px; font-size: 12px; color: var(--ocean); font-weight: 600; }
.keyword-tags span.itau { background: #fff3e0; border: 1px solid #ff9800; }
.compliance { display: grid; grid-template-columns: 220px 1fr; gap: 25px; background: #e0f2f7; padding: 22px; margin: 25px 0; border-radius: 10px; }
.compliance strong { color: var(--ocean); }
.compliance span { color: var(--muted); font-size: 13px; }
.appeal-box { background: var(--ocean); color: rgba(255,255,255,.85); padding: 28px; border-radius: 10px; margin-top: 24px; }
.appeal-box h4 { font-family: var(--serif); color: var(--teal); margin: 0 0 12px; font-size: 20px; font-weight: 700; }
.appeal-box p { margin: 0 0 10px; font-size: 13px; line-height: 1.65; }
.campaign-id { font-size: 13px; margin-bottom: 0; color: var(--ocean); background: var(--cream); padding: 16px 20px; border-radius: 8px; }
.campaign-id a { text-decoration: underline; color: var(--ocean-2); }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); max-width: 560px; }
.contact-list { margin: 40px 0; }
.contact-list div { display: grid; grid-template-columns: 115px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--teal); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.contact-list p { margin: 0; color: var(--ink); }
.contact-list a { text-decoration: underline; }
.contact-form { background: var(--cream); padding: 42px; box-shadow: var(--shadow); border-radius: 10px; }
.contact-form h3 { font-family: var(--serif); color: var(--ocean); font-size: 35px; margin: 0; font-weight: 700; }
.contact-form > p { color: var(--muted); margin: 0 0 25px; }
.contact-form label { display: block; color: var(--ocean); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; margin: 16px 0; }
.contact-form input, .contact-form textarea { display: block; width: 100%; border: 0; border-bottom: 1px solid #9ec4d4; background: transparent; padding: 9px 2px; color: var(--ink); outline: 0; resize: vertical; text-transform: none; letter-spacing: normal; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--teal); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.contact-actions .button-ghost { border: 1px solid var(--ocean); color: var(--ocean); min-height: 50px; padding: 0 25px; border-radius: 8px; font-weight: 700; display: inline-flex; align-items: center; }
.contact-actions .button-ghost:hover { background: var(--ocean); color: #fff; }
.check input { width: 16px; margin-top: 4px; }
.check a { text-decoration: underline; }
.form-status { margin-top: 14px !important; font-size: 13px; }

.footer { background: #06233a; color: rgba(255,255,255,.64); padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; }
.brand-light { color: #fff; }
.footer-brand > p { max-width: 320px; font-size: 13px; }
.footer h3 { color: var(--teal); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; margin: 0 0 20px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-grid p { margin: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 55px; padding-top: 23px; display: flex; justify-content: space-between; font-size: 10px; gap: 16px; flex-wrap: wrap; }

.cookie-banner { position: fixed; z-index: 100; left: 20px; right: 20px; bottom: 20px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); padding: 19px 22px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-radius: 10px; }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { color: var(--ocean); }
.cookie-banner p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }
.cookie-actions { display: flex; gap: 9px; align-items: center; white-space: nowrap; }
.cookie-actions > a { color: var(--ocean-2); font-size: 12px; text-decoration: underline; }

.legal-header { position: relative; background: var(--ocean); }
.legal-hero { background: var(--ocean); color: #fff; padding: 80px 0 65px; }
.legal-hero h1 { font-size: clamp(46px, 6vw, 74px); font-weight: 800; }
.legal-hero p { color: rgba(255,255,255,.7); }
.legal-layout { display: grid; grid-template-columns: 240px 1fr; gap: 70px; padding-block: 75px 110px; }
.legal-nav { position: sticky; top: 30px; height: fit-content; display: flex; flex-direction: column; border-left: 2px solid var(--line); }
.legal-nav a { padding: 9px 18px; color: var(--muted); font-size: 13px; }
.legal-nav a:hover { color: var(--teal); }
.legal-content section { margin-bottom: 65px; scroll-margin-top: 30px; }
.legal-content h2 { font-size: 40px; border-bottom: 1px solid var(--line); padding-bottom: 14px; margin-bottom: 25px; font-weight: 700; }
.legal-content h3 { color: var(--ocean); font-family: var(--serif); font-size: 22px; margin-top: 30px; font-weight: 700; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 14px; }
.legal-updated { display: inline-block; background: var(--cream); padding: 7px 10px; font-size: 11px; color: var(--muted); border-radius: 6px; }

@media (max-width: 900px) {
  .section { padding: 80px 0; }
  .menu-toggle { display: block; color: #fff; z-index: 2; }
  .main-menu { display: none; position: absolute; top: 84px; left: 20px; right: 20px; padding: 24px; background: var(--paper); color: var(--ocean); flex-direction: column; align-items: stretch; gap: 15px; box-shadow: var(--shadow); border-radius: 10px; }
  .main-menu.open { display: flex; }
  .nav-cta { text-align: center; }
  .intro-grid, .section-heading, .contact-grid, .video-showcase-grid, .verification-grid { grid-template-columns: 1fr; gap: 30px; }
  .trust-inner { grid-template-columns: 1fr 1fr; }
  .trust-inner div:nth-child(2) { border-right: 0; }
  .photo-strip { grid-template-columns: 1fr 1fr; }
  .photo-card.photo-offset { margin-top: 0; }
  .photo-card:last-child { grid-column: span 2; }
  .story { grid-template-columns: 1fr; }
  .story-image { min-height: 520px; }
  .story-content { padding: 80px 35px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-nav { position: static; flex-direction: row; flex-wrap: wrap; border-left: 0; border-bottom: 1px solid var(--line); padding-bottom: 15px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .topbar-inner span { display: none; }
  .topbar-inner { justify-content: center; }
  .brand strong { font-size: 17px; }
  .brand-mark { width: 42px; height: 42px; }
  .hero { min-height: 730px; }
  .hero-content { padding-top: 80px; }
  .hero-copy { font-size: 16px; }
  .hero-meta { gap: 14px; flex-direction: column; margin-top: 45px; }
  .scroll-cue { display: none; }
  .trust-inner { grid-template-columns: 1fr; }
  .trust-inner div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .photo-strip, .product-grid { grid-template-columns: 1fr; }
  .photo-card, .photo-card.photo-tall, .photo-card.photo-offset { height: 390px; }
  .photo-card:last-child { grid-column: auto; }
  .product-image { height: 310px; }
  .product-info { grid-template-columns: 1fr; gap: 10px; }
  .product-note { align-items: stretch; flex-direction: column; }
  .story-image { min-height: 420px; }
  .story-content { padding-inline: 22px; }
  .story-values div { grid-template-columns: 1fr; gap: 3px; }
  .verify-card li { grid-template-columns: 1fr; gap: 4px; }
  .keywords { padding: 24px 20px; }
  .compliance { grid-template-columns: 1fr; gap: 5px; }
  .contact-form { padding: 28px 20px; }
  .contact-list div { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { flex-direction: column; align-items: stretch; }
  .cookie-actions { flex-wrap: wrap; white-space: normal; }
  .legal-hero { padding-top: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
