:root {
  --navy: #03162d;
  --navy-2: #0a2947;
  --teal: #049ca6;
  --teal-dark: #007b83;
  --teal-light: #e2f5f3;
  --orange: #f59b17;
  --orange-dark: #d87900;
  --cream: #f2f8f8;
  --paper: #ffffff;
  --ink: #102238;
  --muted: #647486;
  --line: #dce5e8;
  --shadow: 0 28px 80px rgba(6, 26, 50, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Segoe UI", Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
main { padding-top: 82px; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.04em; }
h2 { font-size: clamp(38px, 4.8vw, 62px); line-height: 1.04; margin: 17px 0 20px; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 110px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--teal-dark); text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 850; }
.eyebrow > span { width: 27px; height: 2px; background: currentColor; }
.eyebrow.light { color: #76d6d5; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid transparent; border-radius: 9px; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-orange { color: var(--navy); background: var(--orange); box-shadow: 0 13px 34px rgba(246,160,26,.25); }
.button-orange:hover { background: #ffae31; }
.button-small { min-height: 43px; padding-inline: 18px; font-size: 13px; }
.button-outline { color: white; border-color: rgba(255,255,255,.32); background: transparent; }
.button-outline:hover { color: var(--navy); background: white; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 800; }
.light-link { color: white; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 82px; background: rgba(3,22,45,.97); border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: 0 10px 35px rgba(3,22,45,.18); backdrop-filter: blur(18px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand-link { display: inline-flex; }
.brand-lockup { display: flex; align-items: center; gap: 11px; color: white; }
.brand-symbol { position: relative; width: 46px; height: 46px; flex: 0 0 auto; overflow: hidden; border-radius: 50%; background: white; }
.brand-symbol img { position: absolute; width: 137px; max-width: none; left: -45px; top: -29px; }
.brand-name { display: grid; line-height: 1; }
.brand-name b { font-size: 25px; letter-spacing: .03em; font-weight: 700; }
.brand-name small { margin-top: 5px; font-size: 8px; letter-spacing: .24em; font-weight: 800; }
.brand-lockup-inverse { color: white; }
.nav-links { height: 100%; display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 700; }
.nav-links > a:not(.button) { position: relative; display: grid; place-items: center; height: 100%; color: #c7d3de; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; transform: scaleX(0); background: var(--orange); transition: transform .2s; }
.nav-links > a:not(.button):hover, .nav-links > a.active { color: white; }
.nav-links > a.active::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid rgba(255,255,255,.24); border-radius: 9px; background: rgba(255,255,255,.07); }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: white; }

.home-hero { position: relative; overflow: hidden; background: var(--navy); }
.home-hero-full { min-height: calc(100svh - 82px); display: grid; align-items: center; color: white; isolation: isolate; }
.hero-media.hero-media-full { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; border-radius: 0; box-shadow: none; }
.hero-media.hero-media-full video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media.hero-media-full .hero-video-overlay { background: linear-gradient(90deg, rgba(3,22,45,.96) 0%, rgba(3,22,45,.84) 42%, rgba(3,22,45,.33) 76%, rgba(3,22,45,.42) 100%), linear-gradient(0deg, rgba(3,22,45,.72), transparent 55%); }
.home-hero-content { min-height: calc(100svh - 82px); display: flex; align-items: center; padding: 76px 0; }
.home-hero-content .hero-copy { max-width: 730px; }
.home-hero-content .hero-copy h1 em { color: var(--orange); }
.home-hero-content .hero-copy > p { color: #d5e2e9; }
.home-hero-content .hero-trust { color: #d5e2e9; }
.home-hero-content .hero-trust b { color: #73d5d2; }
.home-hero-content .text-link { color: white; }
.home-hero-full > .video-control { z-index: 3; right: 28px; top: 28px; }
.home-hero-full > .hero-media-note { z-index: 3; left: auto; right: 28px; bottom: 28px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 640px; margin: 22px 0 27px; font-size: clamp(54px, 6.3vw, 82px); line-height: .98; }
.hero-copy h1 em { display: block; color: var(--teal-dark); font-style: normal; }
.hero-copy > p { max-width: 600px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 34px 0; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; padding: 0; margin: 0; color: #657789; list-style: none; font-size: 12px; }
.hero-trust b { color: var(--teal-dark); margin-right: 5px; }
.hero-media { position: relative; height: 570px; overflow: hidden; border-radius: 28px 4px 28px 4px; box-shadow: 0 35px 90px rgba(6,26,50,.22); background: var(--navy); }
.hero-media video { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.hero-video-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(3,20,39,.65)); pointer-events: none; }
.video-control { position: absolute; right: 18px; top: 18px; width: 40px; height: 40px; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(6,26,50,.42); backdrop-filter: blur(8px); font-size: 11px; font-weight: 900; }
.hero-media-note { position: absolute; left: 24px; bottom: 22px; display: flex; align-items: center; gap: 9px; color: white; font-size: 12px; font-weight: 750; }
.hero-media-note span { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(246,160,26,.15); }
.trust-bar { color: #b7c4d0; background: var(--navy); }
.trust-bar .container { min-height: 78px; display: flex; align-items: center; gap: 25px; }
.trust-bar span { margin-right: auto; color: var(--orange); font-size: 10px; letter-spacing: .15em; font-weight: 900; }
.trust-bar p { margin: 0; font-size: 13px; }.trust-bar i { width: 4px; height: 4px; border-radius: 50%; background: var(--teal); }

.solutions-preview { background: var(--cream); }
.split-heading { display: grid; grid-template-columns: 1.28fr .72fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: 7px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.solution-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.solution-card { min-height: 430px; display: flex; flex-direction: column; padding: 34px; overflow: hidden; border: 1px solid #e0e7e6; border-radius: 20px; background: white; transition: transform .24s, box-shadow .24s; }
.solution-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.solution-top { display: flex; align-items: center; justify-content: space-between; }
.solution-top > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 14px; color: var(--teal-dark); background: var(--teal-light); font-size: 12px; font-weight: 900; }
.solution-top small { color: var(--teal-dark); text-transform: uppercase; letter-spacing: .15em; font-weight: 850; }
.solution-orange .solution-top > span { color: var(--orange-dark); background: #fff0d8; }.solution-orange .solution-top small { color: var(--orange-dark); }
.solution-navy .solution-top > span { color: white; background: var(--navy); }.solution-navy .solution-top small { color: var(--navy); }
.solution-card h3 { margin: 78px 0 16px; font-size: 31px; }.solution-card > p { color: var(--muted); line-height: 1.68; }.solution-card > b { display: flex; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); font-size: 14px; }.solution-card > b span { color: var(--orange-dark); }

.process-section { padding: 110px 0; }
.centered-heading { max-width: 780px; margin: 0 auto 56px; text-align: center; }.centered-heading .eyebrow { justify-content: center; }.centered-heading > p { color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.process-grid article { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); }.process-grid article:last-child { border-right: 0; }.process-grid article > span { color: var(--teal-dark); font-size: 12px; font-weight: 900; }.process-grid h3 { margin: 60px 0 12px; font-size: 20px; }.process-grid p { color: var(--muted); font-size: 14px; line-height: 1.6; }

.founder-preview { padding: 105px 0; color: white; background: var(--teal-dark); }
.founder-preview-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.founder-preview-photo { position: relative; }.founder-preview-photo img { width: 100%; height: 570px; object-fit: cover; object-position: center 28%; border-radius: 24px; }.founder-preview-photo > span { position: absolute; right: -30px; bottom: 24px; padding: 17px 21px; color: white; background: var(--navy); border-radius: 10px; box-shadow: var(--shadow); font-size: 12px; font-weight: 750; line-height: 1.5; }
.founder-preview blockquote { margin: 28px 0; padding-left: 24px; border-left: 3px solid var(--orange); font-size: 24px; line-height: 1.5; font-weight: 700; }.founder-preview-grid > div:last-child > p { max-width: 620px; color: #c9e6e5; line-height: 1.75; }.founder-preview .button { margin-top: 18px; }

.page-hero { position: relative; overflow: hidden; padding: 112px 0; color: white; background: var(--teal-dark); }
.page-hero-orange { background: #9a5700; }.page-hero-navy { background: var(--navy); }
.page-hero-pattern { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent); }
.page-hero-grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: center; }
.page-hero h1 { max-width: 780px; margin: 22px 0 27px; font-size: clamp(54px, 6.5vw, 84px); line-height: .98; }.page-hero-grid > div > p { max-width: 670px; color: rgba(255,255,255,.75); font-size: 18px; line-height: 1.7; }.page-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; }
.product-summary-card { padding: 35px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(255,255,255,.1); backdrop-filter: blur(15px); }.product-summary-card > span { color: var(--orange); font-size: 10px; letter-spacing: .17em; font-weight: 900; }.product-summary-card p { margin: 45px 0 32px; font-size: 21px; line-height: 1.55; font-weight: 650; }.product-summary-card b { font-size: 12px; color: rgba(255,255,255,.7); }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.benefit-grid article { padding: 34px; border: 1px solid var(--line); border-radius: 18px; }.benefit-grid span { color: var(--orange-dark); font-size: 12px; font-weight: 900; }.benefit-grid h3 { margin: 65px 0 12px; font-size: 25px; }.benefit-grid p { color: var(--muted); line-height: 1.65; }
.fit-section { padding: 90px 0; color: white; background: var(--navy); }.fit-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }.fit-grid h2 { max-width: 550px; }.fit-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0; margin: 0; list-style: none; }.fit-grid li { display: flex; align-items: center; gap: 12px; padding: 18px; color: #c6d1da; border: 1px solid rgba(255,255,255,.11); border-radius: 10px; background: rgba(255,255,255,.05); font-size: 14px; }.fit-grid li span { color: var(--orange); font-weight: 900; }
.criteria-section { background: var(--cream); }.criteria-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }.criteria-intro { position: sticky; top: 120px; }.criteria-intro > p { max-width: 430px; color: var(--muted); line-height: 1.7; }.criteria-list { border-top: 1px solid #cdd8da; }.criteria-list article { display: grid; grid-template-columns: 42px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid #cdd8da; }.criteria-list article > b { width: 36px; height: 36px; display: grid; place-items: center; color: var(--teal-dark); border: 1px solid #bdd0d1; border-radius: 50%; font-size: 12px; }.criteria-list h3 { margin: 0 0 8px; font-size: 21px; }.criteria-list p { margin: 0; color: var(--muted); line-height: 1.6; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 800; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--teal-dark); transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); color: white; background: var(--teal); }.faq-list details p { padding: 0 60px 24px 0; color: var(--muted); line-height: 1.7; }
.page-cta { padding: 70px 0; color: white; background: var(--navy); }.page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }.page-cta-inner > div > span { color: var(--orange); font-size: 10px; letter-spacing: .16em; font-weight: 900; }.page-cta h2 { margin: 10px 0 8px; font-size: clamp(34px,4vw,52px); }.page-cta p { margin: 0; color: #9eb0bf; }

.inner-hero { padding: 100px 0; color: white; background: linear-gradient(120deg,var(--navy),#0b3558); }.inner-hero.compact { padding: 76px 0; }.inner-hero-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: center; }.inner-hero h1 { max-width: 850px; margin: 20px 0; font-size: clamp(54px,6.5vw,82px); line-height: .98; }.inner-hero p { max-width: 650px; color: #aebdca; font-size: 18px; line-height: 1.7; }.inner-hero-stamp { width: 260px; height: 260px; display: grid; place-content: center; justify-self: end; text-align: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }.inner-hero-stamp b { color: var(--orange); font-size: 58px; }.inner-hero-stamp span { color: #aebdca; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.about-founder { background: var(--cream); }.about-founder-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }.about-photo { position: relative; }.about-photo img { width: 100%; height: 650px; object-fit: cover; object-position: center 28%; border-radius: 24px; box-shadow: var(--shadow); }.about-photo span { position: absolute; right: -25px; bottom: 25px; padding: 16px 20px; color: white; background: var(--teal-dark); border-radius: 9px; font-size: 12px; font-weight: 800; }.about-founder blockquote { margin: 26px 0; padding-left: 24px; border-left: 3px solid var(--orange); font-size: 24px; line-height: 1.5; font-weight: 700; }.about-founder-grid > div:last-child > p { color: var(--muted); line-height: 1.75; }
.principles-section { padding: 105px 0; color: white; background: var(--teal-dark); }.principles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.principles-grid article { min-height: 290px; padding: 31px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.07); }.principles-grid span { color: var(--orange); font-size: 12px; font-weight: 900; }.principles-grid h3 { margin: 70px 0 14px; font-size: 27px; }.principles-grid p { color: #c9e3e2; line-height: 1.65; }
.service-standard { background: white; }

.contact-hero { padding: 95px 0; color: white; background: linear-gradient(125deg,var(--teal-dark),#055760); }.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }.contact-copy h1 { margin: 20px 0 25px; font-size: clamp(52px,6vw,76px); line-height: .98; }.contact-copy > p { color: #c8e3e2; font-size: 17px; line-height: 1.7; }.contact-points { display: grid; gap: 12px; margin-top: 42px; }.contact-points article { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); }.contact-points article > span { color: var(--orange); font-size: 11px; font-weight: 900; }.contact-points p { margin: 4px 0 0; color: #b9d8d8; font-size: 13px; line-height: 1.6; }
.quote-form { padding: 35px; color: var(--ink); background: white; border-radius: 22px; box-shadow: 0 30px 80px rgba(0,0,0,.2); }.form-heading { display: flex; align-items: center; gap: 13px; padding-bottom: 22px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }.form-heading > span { width: 43px; height: 43px; display: grid; place-items: center; color: var(--teal-dark); border-radius: 10px; background: var(--teal-light); font-weight: 900; }.form-heading > div { display: grid; }.form-heading small { margin-top: 3px; color: var(--muted); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.quote-form label { display: grid; gap: 7px; margin-bottom: 17px; font-size: 12px; font-weight: 800; }.quote-form input:not([type="checkbox"]), .quote-form select { width: 100%; height: 51px; padding: 0 13px; color: var(--ink); border: 1px solid #ced9dc; border-radius: 8px; outline: none; background: #fbfcfc; }.quote-form input:focus, .quote-form select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(4,157,165,.12); }.privacy-check { grid-template-columns: 18px 1fr; gap: 10px !important; align-items: start; color: var(--muted); font-size: 10px !important; line-height: 1.55; font-weight: 500 !important; }.privacy-check input { margin-top: 2px; accent-color: var(--teal); }.form-submit { width: 100%; border: 0; }.form-success { margin: 13px 0 0; color: var(--teal-dark); text-align: center; font-size: 12px; font-weight: 800; }.form-note { display: block; margin-top: 12px; color: #86959e; text-align: center; }
.contact-after { padding: 70px 0; background: var(--cream); }.contact-after .container { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }.contact-after span { color: var(--teal-dark); font-size: 10px; letter-spacing: .15em; font-weight: 900; }.contact-after h2 { margin: 14px 0 9px; font-size: 22px; }.contact-after p { color: var(--muted); line-height: 1.6; }
.legal-copy { max-width: 850px; padding-top: 80px; padding-bottom: 100px; }.legal-copy h2 { margin-top: 45px; font-size: 28px; }.legal-copy p { color: var(--muted); line-height: 1.8; }.legal-note { padding: 18px; color: #7d4d00 !important; border: 1px solid #f1ce96; border-radius: 10px; background: #fff5e5; }

footer { color: #b4c1cd; background: #020f20; }.footer-main { display: grid; grid-template-columns: 1.55fr .8fr .8fr .8fr; gap: 60px; padding: 72px 0 48px; }.footer-brand p { max-width: 330px; margin-top: 20px; font-size: 13px; line-height: 1.7; }.footer-main h3 { color: white; margin-bottom: 20px; font-size: 13px; }.footer-main > div:not(.footer-brand) a { display: block; margin-bottom: 11px; font-size: 12px; }.footer-main a:hover { color: var(--orange); }.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }.footer-bottom a { text-decoration: underline; }
.whatsapp-float { position: fixed; z-index: 40; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 10px; padding: 8px 15px 8px 8px; color: white; border-radius: 99px; background: #25d366; box-shadow: 0 14px 38px rgba(0,0,0,.25); font-size: 12px; }.whatsapp-float span { width: 35px; height: 35px; display: grid; place-items: center; color: #25d366; border-radius: 50%; background: white; }.whatsapp-float span img { width: 21px; height: 21px; }

@media (max-width: 1060px) {
  .nav-links { gap: 16px; font-size: 12px; }
  .page-hero-grid, .founder-preview-grid, .about-founder-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-media:not(.hero-media-full) { height: 520px; }.page-hero-grid { gap: 48px; }.product-summary-card { max-width: 650px; }
  .founder-preview-grid, .about-founder-grid { max-width: 800px; }.founder-preview-photo img, .about-photo img { height: 690px; }
  .criteria-grid, .faq-grid { gap: 55px; }.criteria-intro { position: static; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }.footer-main > div:last-child { display: none; }
}

@media (max-width: 820px) {
  main { padding-top: 72px; }.site-header, .nav-wrap { height: 72px; }.menu-toggle { display: block; }
  .nav-links { position: absolute; left: 16px; right: 16px; top: 80px; height: auto; display: none; padding: 20px; flex-direction: column; align-items: stretch; gap: 2px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: var(--navy); box-shadow: var(--shadow); }.nav-links.is-open { display: flex; }.nav-links > a:not(.button) { height: auto; padding: 12px; display: block; color: #d6e0e8; }.nav-links > a:not(.button)::after { display: none; }.nav-links > a.active { color: white; background: rgba(4,156,166,.2); border-radius: 7px; }.nav-links .button { width: 100%; margin-top: 10px; }
  .split-heading, .fit-grid, .criteria-grid, .faq-grid, .inner-hero-grid { grid-template-columns: 1fr; gap: 30px; }.split-heading { margin-bottom: 38px; }.solution-grid, .benefit-grid, .principles-grid { grid-template-columns: 1fr; }.solution-card { min-height: 360px; }.solution-card h3 { margin-top: 55px; }
  .process-grid { grid-template-columns: 1fr 1fr; }.process-grid article:nth-child(2) { border-right: 0; }.process-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .fit-grid ul { grid-template-columns: 1fr; }.inner-hero-stamp { justify-self: start; }.contact-grid { gap: 45px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 32px, 540px); }.section, .process-section { padding: 76px 0; }.brand-symbol { width: 42px; height: 42px; }.brand-symbol img { width: 125px; left: -41px; top: -27px; }.brand-name b { font-size: 22px; }
  h2 { font-size: 38px; }.home-hero-full { min-height: calc(100svh - 72px); }.home-hero-content { min-height: calc(100svh - 72px); align-items: flex-end; padding: 78px 0 92px; }.hero-copy h1, .page-hero h1, .inner-hero h1, .contact-copy h1 { font-size: 48px; }.hero-copy > p { font-size: 16px; }.hero-actions, .page-hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }.hero-actions .button, .page-hero-actions .button { width: 100%; }.hero-media:not(.hero-media-full) { height: 430px; border-radius: 20px 3px; }.hero-media-full { height: 100%; border-radius: 0; }.hero-media.hero-media-full .hero-video-overlay { background: linear-gradient(0deg, rgba(3,22,45,.98) 0%, rgba(3,22,45,.82) 58%, rgba(3,22,45,.5) 100%); }.hero-trust { display: grid; gap: 8px; }.home-hero-full > .hero-media-note { display: none; }.home-hero-full > .video-control { right: 16px; top: 16px; }
  .trust-bar .container { padding: 22px 0; flex-wrap: wrap; gap: 10px 18px; }.trust-bar span { width: 100%; }.trust-bar i { display: none; }
  .process-grid { grid-template-columns: 1fr; }.process-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }.process-grid article:last-child { border-bottom: 0; }.process-grid article:nth-child(2) { border-bottom: 1px solid var(--line); }.process-grid h3 { margin-top: 42px; }
  .founder-preview { padding: 76px 0; }.founder-preview-grid { gap: 46px; }.founder-preview-photo img, .about-photo img { height: 510px; }.founder-preview-photo > span, .about-photo span { right: -4px; }.founder-preview blockquote, .about-founder blockquote { font-size: 20px; }
  .page-hero { padding: 78px 0; }.product-summary-card { padding: 27px; }.benefit-grid article { padding: 28px; }.fit-section { padding: 75px 0; }.page-cta-inner { align-items: stretch; flex-direction: column; gap: 28px; }.page-cta .button { width: 100%; }
  .inner-hero { padding: 75px 0; }.inner-hero-stamp { width: 210px; height: 210px; }.inner-hero-stamp b { font-size: 50px; }.about-founder-grid { gap: 44px; }.principles-section { padding: 76px 0; }
  .contact-hero { padding: 70px 0; }.quote-form { padding: 25px 19px; }.form-row { grid-template-columns: 1fr; gap: 0; }.contact-after .container { grid-template-columns: 1fr; gap: 25px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 22px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; padding: 20px 0; }.whatsapp-float b { display: none; }.whatsapp-float { padding-right: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-media video { display: none; }
  .hero-media { background: linear-gradient(135deg, var(--teal-dark), var(--navy)); }
}

/* V5 — confiança, comparação, conversão, acessibilidade e LGPD */
textarea { font: inherit; }
.skip-link { position: fixed; z-index: 100; left: 18px; top: -80px; padding: 12px 16px; color: var(--navy); border-radius: 8px; background: var(--orange); font-weight: 800; transition: top .2s; }.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.credibility-section { padding: 34px 0; border-bottom: 1px solid var(--line); background: white; }.credibility-grid { display: grid; grid-template-columns: repeat(4,1fr); }.credibility-grid article { padding: 10px 28px; border-right: 1px solid var(--line); }.credibility-grid article:first-child { padding-left: 0; }.credibility-grid article:last-child { border-right: 0; }.credibility-grid strong { display: block; color: var(--teal-dark); font-size: 27px; line-height: 1; }.credibility-grid span { display: block; margin-top: 7px; color: var(--navy); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }.credibility-grid p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.comparison-preview { background: var(--cream); }.comparison-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }.comparison-grid > div:first-child > p { max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.75; }.comparison-grid .button { margin-top: 18px; }.comparison-board { overflow: hidden; border: 1px solid #cddadd; border-radius: 20px; background: white; box-shadow: var(--shadow); }.comparison-board article { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 25px 28px; border-bottom: 1px solid var(--line); }.comparison-board article:last-child { border-bottom: 0; }.comparison-board article > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--teal-dark); border-radius: 50%; background: var(--teal-light); font-size: 11px; font-weight: 900; }.comparison-board b { font-size: 18px; }.comparison-board p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.confidence-section { padding: 105px 0; color: white; background: linear-gradient(125deg,var(--navy),var(--navy-2)); }.confidence-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }.confidence-grid > div:first-child > p { max-width: 540px; color: #b7c7d3; line-height: 1.75; }.confidence-list { border-top: 1px solid rgba(255,255,255,.16); }.confidence-list a { display: grid; grid-template-columns: 38px 1fr 30px; gap: 20px; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.16); }.confidence-list a > span { color: var(--orange); font-size: 11px; font-weight: 900; }.confidence-list b { font-size: 18px; }.confidence-list p { margin: 5px 0 0; color: #9fb1bf; font-size: 13px; }.confidence-list em { color: var(--orange); font-style: normal; font-size: 20px; }
.form-progress { margin: -8px 0 22px; }.form-progress > span { display: block; height: 5px; overflow: hidden; border-radius: 99px; background: #e6edef; }.form-progress i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg,var(--teal),var(--orange)); }.form-progress small { display: block; margin-top: 7px; color: var(--muted); text-align: right; }
.quote-form textarea { width: 100%; min-height: 90px; padding: 13px; color: var(--ink); border: 1px solid #ced9dc; border-radius: 8px; outline: none; background: #fbfcfc; resize: vertical; }.quote-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(4,157,165,.12); }.privacy-check a { color: var(--teal-dark); text-decoration: underline; }.optional-check { margin-top: -8px; }.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }.form-submit:disabled { opacity: .65; cursor: wait; }.form-status { margin: 13px 0 0; padding: 12px; border-radius: 8px; text-align: center; font-size: 12px; font-weight: 800; }.form-status.is-success { color: #086842; background: #e5f8ef; }.form-status.is-neutral, .form-status.is-loading { color: #765000; background: #fff4dc; }
.comparator-hero { background: linear-gradient(120deg,var(--navy),#0a4051); }.comparator-section { background: var(--cream); }.comparator-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: stretch; }.comparison-form { padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); }.comparison-form label { display: grid; gap: 7px; margin-bottom: 17px; font-size: 12px; font-weight: 800; }.comparison-form select { width: 100%; height: 51px; padding: 0 13px; color: var(--ink); border: 1px solid #ced9dc; border-radius: 8px; outline: none; background: #fbfcfc; }.comparison-form select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(4,157,165,.12); }.comparison-result { padding: 44px; color: white; border-radius: 20px; background: var(--navy); }.comparison-result > span { color: var(--orange); font-size: 10px; letter-spacing: .16em; font-weight: 900; }.comparison-result h2 { margin-top: 18px; font-size: clamp(36px,4vw,54px); }.comparison-result p { color: #b7c7d3; line-height: 1.75; }.comparison-result ul { display: grid; gap: 12px; padding: 22px 0 0; margin: 28px 0 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }.comparison-result li::before { content: "✓"; margin-right: 10px; color: var(--orange); font-weight: 900; }
.footer-cookie-link { padding: 0; color: #b4c1cd; border: 0; background: none; font-size: 12px; }.footer-cookie-link:hover { color: var(--orange); }
.cookie-panel { position: fixed; z-index: 90; left: 20px; right: 20px; bottom: 20px; max-width: 1120px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 22px; color: white; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(3,22,45,.98); box-shadow: 0 24px 80px rgba(0,0,0,.35); backdrop-filter: blur(18px); }.cookie-panel b { font-size: 17px; }.cookie-panel p { max-width: 700px; margin: 7px 0; color: #bccad5; font-size: 12px; line-height: 1.6; }.cookie-panel a { color: #7bd7d5; font-size: 11px; text-decoration: underline; }.cookie-actions { display: flex; gap: 10px; }.cookie-actions .button { min-height: 44px; padding-inline: 17px; font-size: 11px; }

@media (max-width: 1060px) {
  .comparison-grid, .confidence-grid, .comparator-layout { grid-template-columns: 1fr; gap: 46px; }
}
@media (max-width: 820px) {
  .credibility-grid { grid-template-columns: 1fr 1fr; }.credibility-grid article:nth-child(2) { border-right: 0; }.credibility-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.credibility-grid article { padding: 24px; }.credibility-grid article:first-child { padding-left: 24px; }
}
@media (max-width: 620px) {
  .quote-form, .comparison-form, .comparison-result { padding: 25px 19px; }.comparison-grid, .confidence-grid { gap: 38px; }.comparison-board article { padding: 21px 18px; }.cookie-panel { left: 10px; right: 10px; bottom: 10px; grid-template-columns: 1fr; gap: 16px; padding: 18px; }.cookie-actions { align-items: stretch; flex-direction: column; }.cookie-actions .button { width: 100%; }
}

/* V5.4 — fotografias de abertura, operadoras e compatibilidade de imagens */
.page-hero,
.inner-hero,
.contact-hero {
  background-color: var(--navy);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-hero {
  background-image: linear-gradient(90deg, rgba(3,22,45,.96) 0%, rgba(3,22,45,.88) 43%, rgba(3,22,45,.68) 100%), url("assets/hero-saude.jpg");
}
.page-hero-orange {
  background-image: linear-gradient(90deg, rgba(3,22,45,.96) 0%, rgba(3,22,45,.87) 43%, rgba(3,22,45,.65) 100%), url("assets/hero-odonto.jpg");
}
.page-hero-navy {
  background-image: linear-gradient(90deg, rgba(3,22,45,.96) 0%, rgba(3,22,45,.86) 43%, rgba(3,22,45,.62) 100%), url("assets/hero-protecao.jpg");
}
.inner-hero,
.comparator-hero {
  background-image: linear-gradient(90deg, rgba(3,22,45,.97) 0%, rgba(3,22,45,.86) 48%, rgba(3,22,45,.62) 100%), url("assets/hero-saude.jpg");
}
.contact-hero {
  background-image: linear-gradient(90deg, rgba(3,22,45,.96) 0%, rgba(3,22,45,.82) 48%, rgba(3,22,45,.7) 100%), url("assets/hero-saude.jpg");
}
.page-hero-grid,
.inner-hero-grid,
.contact-grid { position: relative; z-index: 1; }
.page-hero-grid > div > p,
.inner-hero p,
.contact-copy > p { color: rgba(255,255,255,.86); }

.convenios-section { background: white; }
.convenios-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.convenio-card { display: flex; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 18px 55px rgba(6,26,50,.08); }
.convenio-media { aspect-ratio: 16 / 9; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: #fff; }
.convenio-media img { width: 100%; height: 100%; object-fit: contain; }
.convenio-card > div:last-child { display: flex; flex: 1; flex-direction: column; padding: 24px 25px 28px; }
.convenio-card span { color: var(--teal-dark); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; font-weight: 900; }
.convenio-card h3 { margin: 10px 0 13px; font-size: 25px; }
.convenio-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.convenios-note { max-width: 900px; margin: 24px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

@media (max-width: 1060px) {
  .convenios-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .convenios-grid { gap: 14px; }
}
@media (max-width: 620px) {
  .page-hero,
  .inner-hero,
  .contact-hero { background-position: 62% center; }
  .page-hero { background-image: linear-gradient(0deg, rgba(3,22,45,.98) 0%, rgba(3,22,45,.88) 62%, rgba(3,22,45,.72) 100%), url("assets/hero-saude.jpg"); }
  .page-hero-orange { background-image: linear-gradient(0deg, rgba(3,22,45,.98) 0%, rgba(3,22,45,.88) 62%, rgba(3,22,45,.72) 100%), url("assets/hero-odonto.jpg"); }
  .page-hero-navy { background-image: linear-gradient(0deg, rgba(3,22,45,.98) 0%, rgba(3,22,45,.88) 62%, rgba(3,22,45,.72) 100%), url("assets/hero-protecao.jpg"); }
  .inner-hero,
  .comparator-hero,
  .contact-hero { background-image: linear-gradient(0deg, rgba(3,22,45,.98) 0%, rgba(3,22,45,.88) 62%, rgba(3,22,45,.72) 100%), url("assets/hero-saude.jpg"); }
  .convenio-card > div:last-child { padding: 23px 22px 26px; }
  .convenios-grid { grid-template-columns: 1fr; }
}

/* V6 — acabamento editorial, catálogo, formulário em etapas e mobile */
body { font-family: "Aptos", "Segoe UI Variable", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
h1, h2, h3 { font-family: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif; text-wrap: balance; }
h1, h2 { font-weight: 750; }
p { text-wrap: pretty; }
.section { border-bottom: 1px solid rgba(220,229,232,.7); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(245,155,23,.65); outline-offset: 3px; }
.button-ghost { color: white; border-color: rgba(255,255,255,.4); background: rgba(3,22,45,.2); backdrop-filter: blur(10px); box-shadow: none; }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.12); }
.button-navy { color: white; background: var(--navy); box-shadow: 0 14px 32px rgba(3,22,45,.18); }
.button-navy:hover { background: var(--navy-2); }
.section-link, .card-link { display: inline-flex; align-items: center; gap: 10px; color: var(--teal-dark); font-weight: 850; }
.section-link { margin-top: 14px; font-size: 13px; }
.section-link span, .card-link span { color: var(--orange-dark); transition: transform .2s; }
.section-link:hover span, .card-link:hover span { transform: translateX(4px); }
.section-actions { display: flex; justify-content: center; margin-top: 34px; }

.home-hero-content .hero-copy { max-width: 780px; }
.hero-copy h1 { max-width: 760px; font-size: clamp(52px,6vw,80px); }
.home-hero-content .hero-copy > p { max-width: 650px; color: rgba(237,246,249,.9); }
.hero-media.hero-media-full .hero-video-overlay { background: linear-gradient(90deg,rgba(3,22,45,.98) 0%,rgba(3,22,45,.88) 46%,rgba(3,22,45,.45) 78%,rgba(3,22,45,.52) 100%),linear-gradient(0deg,rgba(3,22,45,.75),transparent 58%); }
.trust-bar p { color: #d4dfe7; }
.credibility-grid article { transition: background .2s; }
.credibility-grid article:hover { background: #f6fbfb; }

.compact-heading { align-items: center; }
.compact-heading > div:last-child > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.operator-logo-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.operator-logo-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 12px 34px rgba(6,26,50,.06); transition: transform .22s,box-shadow .22s,border-color .22s; }
.operator-logo-card:hover { transform: translateY(-4px); border-color: #bdd2d5; box-shadow: 0 20px 48px rgba(6,26,50,.12); }
.operator-logo-card img { width: 100%; aspect-ratio: 16/9; object-fit: contain; background: #fff; }
.operator-logo-card span { display: block; padding: 13px 15px; color: var(--navy); border-top: 1px solid var(--line); font-size: 12px; font-weight: 850; }

.operators-hero { background-image: linear-gradient(90deg,rgba(3,22,45,.98) 0%,rgba(3,22,45,.87) 48%,rgba(3,22,45,.58) 100%),url("assets/hero-saude.jpg"); }
.operators-catalog { background: #f7fafb; }
.operators-catalog .convenio-card { scroll-margin-top: 105px; transition: transform .22s,box-shadow .22s; }
.operators-catalog .convenio-card:hover { transform: translateY(-5px); box-shadow: 0 26px 65px rgba(6,26,50,.13); }
.operators-catalog .convenio-card > div:last-child { min-height: 270px; }
.operators-catalog .convenio-card p { margin-bottom: 22px; }
.card-link { margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); font-size: 12px; }
.operator-method { background: white; }
.operator-criteria { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.operator-criteria article { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.operator-criteria article > span { color: var(--orange-dark); font-size: 11px; font-weight: 900; }
.operator-criteria h3 { margin: 70px 0 12px; font-size: 22px; }
.operator-criteria p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.form-progress i { width: 33.333%; transition: width .3s ease; }
.form-step[hidden] { display: none !important; }
.form-step.is-active { animation: form-step-in .28s ease both; }
.step-heading { margin-bottom: 24px; }
.step-heading small { color: var(--teal-dark); letter-spacing: .14em; font-size: 10px; font-weight: 900; }
.step-heading h2 { margin: 8px 0 7px; font-size: 27px; line-height: 1.12; }
.step-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.form-navigation { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 10px; }
.form-navigation-end { justify-content: flex-end; }
.form-navigation .button { min-width: 180px; }
.form-navigation .form-submit { width: auto; }
.form-back { min-height: 48px; padding: 0 8px; color: var(--teal-dark); border: 0; background: transparent; font-weight: 850; }
.form-back:hover { color: var(--navy); }
@keyframes form-step-in { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }

.mobile-action-bar { display: none; }

@media (max-width: 1060px) {
  .operator-logo-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .operator-criteria { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 820px) {
  body { padding-bottom: 68px; }
  .nav-links { max-height: calc(100vh - 100px); overflow-y: auto; }
  .operator-logo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mobile-action-bar { position: fixed; z-index: 48; inset: auto 0 0; height: 68px; display: grid; grid-template-columns: .82fr 1.18fr; padding: 8px; gap: 8px; background: rgba(3,22,45,.98); border-top: 1px solid rgba(255,255,255,.14); box-shadow: 0 -12px 35px rgba(3,22,45,.18); backdrop-filter: blur(14px); }
  .mobile-action-bar a { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 8px; color: white; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; font-size: 12px; font-weight: 850; }
  .mobile-action-bar a:last-child { color: var(--navy); border-color: var(--orange); background: var(--orange); }
  .mobile-action-bar img { width: 20px; height: 20px; }
  .whatsapp-float { display: none; }
  .footer-bottom { margin-bottom: 0; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .section { padding: 72px 0; }
  .hero-copy h1, .page-hero h1, .inner-hero h1, .contact-copy h1 { font-size: clamp(42px,13vw,52px); line-height: 1; }
  .home-hero-content { padding-bottom: 72px; }
  .hero-actions { gap: 10px; margin: 26px 0; }
  .hero-trust { gap: 7px; }
  .trust-bar p { font-size: 12px; }
  .operator-logo-grid { gap: 9px; }
  .operator-logo-card { border-radius: 12px; }
  .operator-logo-card span { padding: 10px 11px; font-size: 11px; }
  .section-actions .button { width: 100%; }
  .operator-criteria { grid-template-columns: 1fr; }
  .operator-criteria article { min-height: 210px; }
  .operator-criteria h3 { margin-top: 48px; }
  .operators-catalog .convenio-card > div:last-child { min-height: auto; }
  .form-heading { margin-bottom: 20px; }
  .step-heading h2 { font-size: 24px; }
  .form-navigation { align-items: stretch; flex-direction: column-reverse; }
  .form-navigation-end { flex-direction: column; }
  .form-navigation .button { width: 100%; }
  .form-navigation .form-submit { width: 100%; }
  .form-back { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .form-step.is-active { animation: none; }
}

/* V6.1 — seção do fundador clara e princípios com fotografia */
.founder-preview {
  color: var(--navy);
  background: #ffffff;
}
.founder-preview .eyebrow.light { color: var(--teal-dark); }
.founder-preview h2,
.founder-preview blockquote,
.founder-preview-grid > div:last-child > p { color: var(--navy); }
.founder-preview blockquote { border-left-color: var(--orange); }
.founder-preview .button-outline {
  color: var(--navy);
  border-color: rgba(3,22,45,.35);
  background: transparent;
}
.founder-preview .button-outline:hover {
  color: white;
  border-color: var(--navy);
  background: var(--navy);
}
.founder-preview-photo img { box-shadow: 0 28px 75px rgba(3,22,45,.16); }

.principles-section {
  position: relative;
  isolation: isolate;
  background-color: var(--navy);
  background-image: linear-gradient(90deg,rgba(3,22,45,.96) 0%,rgba(3,22,45,.84) 52%,rgba(3,22,45,.76) 100%),url("assets/hero-protecao.jpg");
  background-repeat: no-repeat;
  background-position: center 44%;
  background-size: cover;
}
.principles-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(0deg,rgba(3,22,45,.34),transparent 55%);
}
.principles-grid article {
  border-color: rgba(255,255,255,.22);
  background: rgba(3,22,45,.62);
  box-shadow: 0 18px 48px rgba(0,0,0,.14);
  backdrop-filter: blur(8px);
}
.principles-grid p { color: rgba(255,255,255,.86); }

@media (max-width: 620px) {
  .founder-preview-grid > div:last-child > p { color: var(--navy); }
  .principles-section {
    background-image: linear-gradient(0deg,rgba(3,22,45,.97) 0%,rgba(3,22,45,.86) 62%,rgba(3,22,45,.78) 100%),url("assets/hero-protecao.jpg");
    background-position: 62% center;
  }
}

/* V6.2 — aplicação da logo oficial com fundo transparente */
.brand-symbol { background: transparent; }
