:root{
  --navy:#071b31;--navy2:#0b2947;--gold:#d4a056;--gold2:#f0c57d;--cream:#fbf7ef;--white:#fffdf9;--text:#152137;--muted:#606b7e;--border:#eadfce;--serif:"Playfair Display",Georgia,serif;--sans:"Inter",Arial,sans-serif;--shadow:0 22px 50px rgba(4,20,39,.18)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--sans);color:var(--text);background:var(--cream);line-height:1.5;-webkit-font-smoothing:antialiased}img{display:block}a{text-decoration:none;color:inherit}.container{width:min(1120px,calc(100% - 48px));margin:auto}.skip{position:absolute;left:16px;top:-60px;z-index:999;background:var(--gold2);padding:10px 16px;border-radius:999px}.skip:focus{top:16px}
.header{position:fixed;inset:0 0 auto;z-index:50;padding:22px 0;color:#fff;background:linear-gradient(180deg,rgba(5,18,34,.94),rgba(5,18,34,.54),rgba(5,18,34,0));transition:.25s}.header.is-scrolled{padding:12px 0;background:rgba(5,18,34,.96);box-shadow:0 12px 32px rgba(0,0,0,.22);backdrop-filter:blur(16px)}.header__inner{display:flex;align-items:center;gap:28px}.logo{display:flex;align-items:center;gap:12px;min-width:255px}.logo__mark{width:52px;height:52px;display:grid;place-items:center;border:2px solid rgba(240,197,125,.76);border-radius:50% 50% 50% 13px;color:var(--gold2);font-family:var(--serif);font-weight:700;font-size:22px;letter-spacing:-3px}.logo__text strong{display:block;font-family:var(--serif);font-size:17px;line-height:.94;letter-spacing:.8px}.logo__text small{display:block;margin-top:5px;color:var(--gold2);font-size:12px;font-weight:900;letter-spacing:5px}.nav{display:flex;gap:34px;margin-left:auto;font-size:13px;font-weight:800}.nav a{color:rgba(255,255,255,.84);position:relative}.nav a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--gold2);transform:scaleX(0);transform-origin:left;transition:.2s}.nav a:hover{color:#fff}.nav a:hover:after{transform:scaleX(1)}.menu{display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:rgba(255,255,255,.06);padding:10px}.menu span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:8px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 24px;border-radius:7px;font-weight:900;font-size:13px;text-transform:uppercase;letter-spacing:.15px;transition:.2s;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn--gold{color:#172238;background:linear-gradient(#ffd995,#d9a054);box-shadow:0 14px 26px rgba(197,138,55,.26)}.btn--navy{color:#fff;background:linear-gradient(#12304f,#071d35);box-shadow:0 14px 28px rgba(5,21,39,.2)}.btn--big{min-height:58px;padding:0 31px}.btn--top{text-transform:none;min-height:43px}.section-light{background:var(--white)}.section-dark{color:#fff;background:var(--navy)}.tag{margin:0 0 13px;color:var(--gold2);font-size:13px;font-weight:900;letter-spacing:.8px;text-transform:uppercase}.tag--dark{color:#b9873d}.center{text-align:center}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:700;letter-spacing:-.03em}em{font-style:normal;color:var(--gold2)}
.hero{position:relative;min-height:575px;padding:122px 0 46px;overflow:hidden;color:#fff;background:linear-gradient(90deg,rgba(5,18,34,.98),rgba(5,18,34,.89) 44%,rgba(5,18,34,.56) 72%,rgba(5,18,34,.75)),url(hero-bg.svg) center/cover}.hero:after{content:"";position:absolute;inset:auto 0 0;height:130px;background:linear-gradient(0deg,rgba(6,24,45,.92),transparent)}.hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr .95fr;gap:34px;align-items:end}.hero__copy{max-width:565px;padding-bottom:35px}.hero h1{margin-bottom:20px;font-size:clamp(42px,6vw,63px);line-height:1.02;color:#fff}.hero__lead{max-width:510px;margin-bottom:28px;color:rgba(255,255,255,.84);font-size:17px;font-weight:600}.safe{display:flex;align-items:center;gap:10px;margin:19px 0 0;color:rgba(255,255,255,.86);font-size:14px;font-weight:800}.hero__photo{position:relative;min-height:448px}.hero__photo img{width:min(440px,100%);height:470px;margin-left:auto;object-fit:cover;object-position:center top;border-radius:0 0 18px 18px;filter:drop-shadow(0 28px 45px rgba(0,0,0,.36))}.hero__card{position:absolute;right:0;top:117px;width:155px;min-height:222px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;padding:20px 16px;border:2px solid rgba(240,197,125,.75);border-radius:14px;background:rgba(8,27,48,.78);backdrop-filter:blur(12px);box-shadow:0 16px 38px rgba(0,0,0,.2)}.hero__card .house{font-size:38px;color:var(--gold2)}.hero__card strong{font-size:17px;line-height:1.25;text-transform:uppercase}.hero__card i{width:30px;height:3px;border-radius:20px;background:var(--gold2)}.hero__card small{color:rgba(255,255,255,.78);font-weight:800;font-size:11px}
.benefits{background:linear-gradient(#fffdf9,#f7f1e8);border-bottom:1px solid var(--border)}.benefits__grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefit{min-height:112px;display:flex;align-items:center;gap:18px;padding:21px 26px;border-right:1px solid var(--border)}.benefit:last-child{border-right:0}.benefit span{width:48px;height:48px;display:grid;place-items:center;color:var(--gold);font-size:42px;line-height:1}.benefit h3{margin-bottom:4px;font-size:13px;font-weight:900;text-transform:uppercase}.benefit p{margin:0;color:#5f6470;font-size:13px;font-weight:650}.risks{padding:72px 0 62px}.risks__grid{display:grid;grid-template-columns:.8fr 1.15fr .85fr;align-items:center;gap:54px}.risks h2,.solution h2,.about h2,.section-title h2{margin-bottom:0;font-size:clamp(31px,4.2vw,46px);line-height:1.04}.ticks{list-style:none;margin:0 0 34px;padding:0}.ticks li{position:relative;margin-bottom:15px;padding-left:34px;font-size:15px;font-weight:800}.ticks li:before{content:"✓";position:absolute;left:0;top:-2px;width:22px;height:22px;display:grid;place-items:center;color:#fff;background:var(--gold);border-radius:50%;font-size:13px}.ticks--gold li:before{background:transparent;color:var(--gold);border:2px solid currentColor}.risks__text p{margin-bottom:7px;color:#6b7280;font-weight:650}.risks__text strong{font-weight:900}.rounded{width:100%;min-height:182px;object-fit:cover;border-radius:15px;box-shadow:0 18px 40px rgba(10,28,51,.15)}
.solution{padding:24px 0;background:linear-gradient(135deg,#071b31,#0c2743 58%,#07192e)}.solution__grid{display:grid;grid-template-columns:1.05fr 1fr;gap:55px;align-items:center}.solution .rounded{min-height:255px;max-height:255px}.solution__copy{max-width:435px}.solution h2,.section-dark h2{color:#fff}.solution p:not(.tag){margin:14px 0 24px;color:rgba(255,255,255,.78);font-size:16px}.about{padding:24px 0 29px}.about__grid{display:grid;grid-template-columns:320px 1fr 230px;gap:44px;align-items:center}.about__photo{width:100%;min-height:266px;object-fit:cover;border-radius:14px;box-shadow:var(--shadow)}.about__copy p:not(.tag){max-width:575px;margin:13px 0 17px;color:#4d5666;font-weight:650}.about__copy .ticks{margin-bottom:18px}.about__copy .ticks li{margin-bottom:11px;color:#394358;font-size:14px}.about__side{min-height:230px;padding-left:42px;border-left:1px solid var(--border);color:#525c6f}.about__side span{display:block;margin-bottom:13px;color:var(--gold);font-size:34px}.about__side h3{margin-bottom:6px;color:#b9873d;font-size:13px;font-weight:900;text-transform:uppercase}.about__side p{font-size:14px;font-weight:800}.about__side .oab{color:var(--text)}
.process{padding:35px 0 62px;background:radial-gradient(circle at 50% 0,rgba(212,160,86,.13),transparent 30%),linear-gradient(135deg,#06182d,#0a2642 62%,#06182d)}.section-title{text-align:center;margin-bottom:36px}.steps{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:42px}.steps:before{content:"";position:absolute;top:67px;left:11%;right:11%;height:1px;background:repeating-linear-gradient(90deg,rgba(240,197,125,.55) 0 5px,transparent 5px 11px)}.step{position:relative;z-index:1;text-align:center}.step b{position:absolute;top:-6px;left:calc(50% - 53px);width:30px;height:30px;display:grid;place-items:center;color:#fff;background:var(--gold);border-radius:50%;box-shadow:0 8px 18px rgba(212,160,86,.34)}.step span{width:100px;height:100px;display:grid;place-items:center;margin:8px auto 18px;border:1px solid rgba(240,197,125,.58);border-radius:50%;background:rgba(255,255,255,.03);font-size:45px;color:rgba(255,255,255,.88)}.step h3{margin-bottom:8px;color:var(--gold2);font-size:13px;font-weight:900;text-transform:uppercase}.step p{margin:0;color:rgba(255,255,255,.77);font-size:13px;font-weight:650}.reviews{padding:46px 0 34px;background:#fbf8f2}.reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.review{position:relative;min-height:140px;padding:25px 27px 22px 54px;background:#fff;border-radius:7px;box-shadow:0 12px 34px rgba(27,31,43,.08)}.review i{position:absolute;left:22px;top:17px;color:var(--gold);font-family:var(--serif);font-size:55px;line-height:1}.review p{margin-bottom:11px;color:#555f6f;font-size:13px;font-weight:650}.review small{display:block;color:var(--gold);letter-spacing:3px;font-size:15px}.review strong{color:#3d4658;font-size:13px}
.faq{padding:25px 0 47px;background:#fbf8f2}.faq__grid{display:grid;grid-template-columns:1fr 1fr 286px;gap:34px;align-items:end}.faq h2{margin-bottom:16px;font-family:var(--sans);font-size:17px;font-weight:900;text-align:center;text-transform:uppercase}.empty{color:transparent}.faq__item{width:100%;min-height:45px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px;padding:0 18px;color:#202b3f;background:#fff;border:1px solid #efe8dd;border-radius:7px;box-shadow:0 8px 26px rgba(12,25,44,.05);cursor:pointer;text-align:left;font-size:13px;font-weight:850}.faq__item span{font-size:20px;transition:.2s}.faq__item[aria-expanded=true] span{transform:rotate(45deg)}.faq__panel{display:grid;grid-template-rows:0fr;transition:.25s}.faq__panel.open{grid-template-rows:1fr}.faq__panel p{overflow:hidden;margin:0;padding:0 18px;color:#5c6677;font-size:13px;font-weight:650}.faq__panel.open p{padding:8px 18px 14px}.faq__cta{padding:31px 26px;color:#fff;text-align:center;border-radius:10px;background:linear-gradient(#102b49,#071d35);box-shadow:var(--shadow)}.faq__cta h3{margin-bottom:10px;color:var(--gold2);font-size:14px;font-weight:900;text-transform:uppercase}.faq__cta p{margin-bottom:20px;color:rgba(255,255,255,.86);font-size:15px;font-weight:800}.faq__cta .btn{width:100%}.bottom-cta{background:linear-gradient(90deg,#e6b466,#c79042);color:#1b273c}.bottom-cta__inner{min-height:72px;display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:24px}.bottom-cta__inner>span{font-size:50px}.bottom-cta p{margin:0;font-size:18px;font-weight:900;line-height:1.25}
.footer{padding:34px 0 17px;color:rgba(255,255,255,.78);background:#06182d}.footer__grid{display:grid;grid-template-columns:1.45fr 1.45fr 1.2fr .9fr;gap:55px;padding-bottom:32px}.footer h3{margin-bottom:14px;color:var(--gold2);font-size:12px;font-weight:900;text-transform:uppercase}.footer a,.footer p{display:block;margin:0 0 9px;font-size:13px;font-weight:650}.footer a:hover{color:#fff}.footer__oab{margin-top:18px!important;color:#fff!important}.footer__copy{padding-top:15px;border-top:1px solid rgba(255,255,255,.08);text-align:center;font-size:11px;color:rgba(255,255,255,.46)}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}.reveal{opacity:1;transform:none}}
@media(max-width:1030px){.container{width:min(100% - 32px,920px)}.btn--top{display:none}.nav{gap:22px}.hero__grid,.solution__grid,.about__grid,.risks__grid,.faq__grid{grid-template-columns:1fr}.hero{padding-top:115px}.hero__copy{padding-bottom:0}.hero__photo{min-height:auto}.hero__photo img{margin:auto;height:390px}.hero__card{right:7%;top:70px}.benefits__grid,.steps,.reviews__grid,.footer__grid{grid-template-columns:repeat(2,1fr)}.benefit:nth-child(2){border-right:0}.steps:before{display:none}.about__side{padding:22px;border-left:0;border-radius:14px;background:#fbf7ef}.about__photo{max-width:420px}.faq__cta{max-width:420px;margin:auto}}
@media(max-width:780px){.header{padding:13px 0;background:rgba(5,18,34,.96)}.logo{min-width:0}.logo__mark{width:44px;height:44px;font-size:19px}.logo__text strong{font-size:14px}.logo__text small{font-size:10px;letter-spacing:3.4px}.menu{display:block;margin-left:auto}.nav{position:absolute;top:calc(100% + 10px);left:16px;right:16px;display:grid;gap:0;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(5,18,34,.98);box-shadow:0 20px 45px rgba(0,0,0,.28);opacity:0;transform:translateY(-12px);pointer-events:none;transition:.2s}.nav.open{opacity:1;transform:none;pointer-events:auto}.nav a{padding:13px 10px}.nav a:after{display:none}.hero{min-height:auto;padding:104px 0 34px}.hero h1{font-size:40px}.hero__lead{font-size:15px}.btn{width:100%;white-space:normal;text-align:center}.hero__photo img{width:100%;height:330px}.hero__card{position:relative;top:auto;right:auto;width:100%;min-height:auto;margin-top:14px}.benefits__grid,.steps,.reviews__grid,.footer__grid{grid-template-columns:1fr}.benefit{border-right:0;border-bottom:1px solid var(--border)}.benefit:last-child{border-bottom:0}.risks,.process{padding:42px 0}.solution,.about{padding:38px 0}.risks__grid,.solution__grid,.about__grid,.faq__grid{gap:26px}.solution .rounded{min-height:210px}.empty{display:none}.bottom-cta__inner{grid-template-columns:1fr;padding:22px 0;text-align:center}.bottom-cta p{font-size:16px}.footer__grid{gap:24px}}


/* Atalhos e ponte para Projeto Maternidade */
.hero__shortcuts{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0}
.hero__shortcuts a{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;color:#fff;border:1px solid rgba(240,197,125,.35);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(12px);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;transition:.2s}
.hero__shortcuts a:hover{color:#081a30;background:var(--gold2);transform:translateY(-2px)}
.project-bridge{padding:58px 0;background:linear-gradient(135deg,#fffdf9 0%,#fff4f6 50%,#fbf8f2 100%);border-top:1px solid rgba(205,152,72,.14);border-bottom:1px solid rgba(205,152,72,.14)}
.project-bridge__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.project-bridge h2{max-width:660px;margin-bottom:16px;color:#19233a}
.project-bridge__copy p:not(.tag){max-width:690px;margin:0 0 24px;color:#4f596a;font-size:16px;font-weight:650;line-height:1.75}
.project-bridge__actions{display:flex;flex-wrap:wrap;gap:14px}
.project-bridge__cards{display:grid;grid-template-columns:1fr;gap:14px}
.project-bridge__cards a{position:relative;display:grid;grid-template-columns:54px 1fr;gap:4px 16px;align-items:center;min-height:112px;padding:20px 22px;color:#1d2940;background:rgba(255,255,255,.86);border:1px solid rgba(231,130,158,.2);border-radius:18px;box-shadow:0 18px 50px rgba(25,35,58,.08);overflow:hidden;transition:.25s}
.project-bridge__cards a:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(#e87998,#d4a056)}
.project-bridge__cards a:hover{transform:translateX(6px);box-shadow:0 22px 60px rgba(25,35,58,.13)}
.project-bridge__cards span{grid-row:1/3;width:48px;height:48px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#e87998,#d4a056);border-radius:16px;font-size:23px;font-weight:900}
.project-bridge__cards strong{font-size:17px;font-weight:900}
.project-bridge__cards small{color:#606a7c;font-size:13px;font-weight:700}
@media(max-width:1030px){.project-bridge__grid{grid-template-columns:1fr}.project-bridge__cards{grid-template-columns:repeat(3,1fr)}}
@media(max-width:780px){.hero__shortcuts a{width:100%;justify-content:center}.project-bridge{padding:42px 0}.project-bridge__actions,.project-bridge__actions .btn{width:100%}.project-bridge__cards{grid-template-columns:1fr}.project-bridge__cards a:hover{transform:none}}

/* Refinamento de tipografia, proporções e leitura */
:root{
  --serif:"Cormorant Garamond","Playfair Display",Georgia,serif;
  --sans:"Plus Jakarta Sans","Inter",Arial,sans-serif;
  --text-strong:#111d31;
  --text-soft:#4f5a6c;
}
body{font-family:var(--sans);font-size:16px;line-height:1.68;letter-spacing:-.01em;text-rendering:optimizeLegibility}
h1,h2{font-family:var(--serif);font-weight:700;letter-spacing:-.045em;text-wrap:balance}
h3{letter-spacing:-.01em}p{line-height:1.72}.tag{font-size:12.5px;letter-spacing:.13em;line-height:1.3}.header{padding:20px 0}.header.is-scrolled{padding:11px 0}.logo__text strong{font-size:16.5px;line-height:.98;letter-spacing:.9px}.logo__text small{font-size:11px;letter-spacing:.38em}.nav{gap:30px;font-size:13.5px}.btn{min-height:48px;padding:0 24px;border-radius:10px;font-size:12.5px;letter-spacing:.055em}.btn--big{min-height:60px;padding:0 32px}.btn--top{min-height:44px;padding:0 22px}
.hero{min-height:630px;padding:132px 0 54px}.hero__copy{max-width:610px}.hero h1{max-width:630px;margin-bottom:22px;font-size:clamp(44px,5.4vw,70px);line-height:.98}.hero__lead{max-width:545px;margin-bottom:30px;font-size:18px;line-height:1.66;font-weight:600}.safe{font-size:14.5px}.hero__photo img{width:min(465px,100%);height:505px}.hero__card{width:168px;min-height:232px}.hero__card strong{font-size:18px}.hero__card small{font-size:11.5px;line-height:1.45}.hero__shortcuts{gap:11px;margin-top:20px}.hero__shortcuts a{min-height:40px;padding:0 16px;font-size:11.5px;letter-spacing:.075em}
.benefit{min-height:122px;padding:24px 26px}.benefit h3{font-size:13.8px;line-height:1.25}.benefit p{font-size:13.8px;line-height:1.55}.risks{padding:82px 0 72px}.risks h2,.solution h2,.about h2,.section-title h2,.project-bridge h2{font-size:clamp(36px,4.2vw,52px);line-height:1}.ticks li{font-size:15.8px;line-height:1.55}.risks__text p{font-size:15.5px;line-height:1.65}.risks__text strong{font-size:15.8px}.solution{padding:34px 0}.solution p:not(.tag){font-size:16.5px;line-height:1.65}.about{padding:38px 0}.about__copy p:not(.tag){font-size:15.8px;line-height:1.7}.about__copy .ticks li{font-size:14.8px}.about__side p{font-size:14.6px;line-height:1.6}.process{padding:48px 0 72px}.section-title{margin-bottom:42px}.step h3{font-size:13.8px;line-height:1.35}.step p{font-size:13.8px;line-height:1.58}.reviews{padding:58px 0 42px}.review{border-radius:12px}.review p{font-size:14.2px;line-height:1.62}.review strong{font-size:13.8px}.faq{padding:36px 0 56px}.faq h2{font-size:18px;letter-spacing:.02em}.faq__item{min-height:49px;border-radius:10px;font-size:14.2px;line-height:1.35}.faq__panel p{font-size:13.8px;line-height:1.65}.faq__cta h3{font-size:14.5px}.faq__cta p{font-size:15.5px;line-height:1.55}.bottom-cta__inner{min-height:82px}.bottom-cta p{font-size:19px;line-height:1.32}.footer a,.footer p{font-size:13.6px;line-height:1.6}.footer h3{font-size:12.5px;letter-spacing:.06em}
.project-bridge{padding:72px 0}.project-bridge__copy p:not(.tag){font-size:16.3px;line-height:1.78}.project-bridge__cards a{min-height:122px;padding:22px 24px;border-radius:20px}.project-bridge__cards strong{font-size:18px;line-height:1.25}.project-bridge__cards small{font-size:13.5px;line-height:1.45}
@media(max-width:1030px){.nav{gap:22px;font-size:13px}.hero{padding-top:118px}.hero h1{font-size:clamp(42px,7vw,60px)}.hero__lead{font-size:17px}.risks h2,.solution h2,.about h2,.section-title h2,.project-bridge h2{font-size:clamp(34px,5vw,46px)}}
@media(max-width:780px){body{font-size:15.5px}.container{width:min(100% - 30px,920px)}.header{padding:12px 0}.logo__text strong{font-size:14px}.logo__text small{font-size:9px}.nav{font-size:14px}.btn{min-height:50px;font-size:12px}.hero{padding:104px 0 42px}.hero h1{font-size:42px;line-height:1.01}.hero__lead{font-size:16px;line-height:1.62}.hero__photo img{height:360px}.benefit{min-height:104px}.risks h2,.solution h2,.about h2,.section-title h2,.project-bridge h2{font-size:35px;line-height:1.04}.ticks li{font-size:15px}.step p,.review p,.faq__item{font-size:14px}.bottom-cta p{font-size:16.5px}.footer a,.footer p{font-size:13.5px}.project-bridge__cards strong{font-size:16px}}

/* --- cross-link pills and slide bridge refinements --- */
.nav__switch{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;border:1.5px solid rgba(255,255,255,.3);background:rgba(255,255,255,.08);box-shadow:0 12px 28px rgba(0,0,0,.12)}
.nav__switch:after{display:none!important}
.nav__switch--rose{color:#ffd9e3!important;border-color:rgba(240,139,165,.72);background:linear-gradient(135deg,rgba(240,139,165,.22),rgba(212,160,86,.18))}
.nav__switch--rose:hover{color:#fff!important;background:linear-gradient(135deg,#f08ba5,#d9a054);border-color:transparent}

.project-bridge{position:relative;z-index:4;margin-top:-48px;padding:0 0 58px;background:transparent;border:0}
.project-bridge__grid{position:relative;overflow:hidden;padding:38px 40px;background:linear-gradient(135deg,#fffdf9 0%,#fff5f7 56%,#fbf8f2 100%);border:1px solid rgba(205,152,72,.15);border-radius:28px;box-shadow:0 32px 85px rgba(17,30,49,.14)}
.project-bridge__grid:after{content:"";position:absolute;right:-110px;top:-90px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(232,121,152,.14) 0%,rgba(232,121,152,0) 70%);pointer-events:none}
.project-bridge__head{display:flex;align-items:center;gap:16px;margin-bottom:14px}
.slide-label{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;background:#fff;color:#c68739;border:1px solid rgba(212,160,86,.28);box-shadow:0 10px 24px rgba(25,35,58,.08);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.slide-dots{display:flex;align-items:center;gap:8px}
.slide-dots span{display:block;width:9px;height:9px;border-radius:999px;background:rgba(200,149,65,.35)}
.slide-dots span:first-child{width:26px;background:linear-gradient(135deg,#e87998,#d4a056)}
.project-bridge__copy .tag{margin-bottom:10px}
.project-bridge__cards a{background:rgba(255,255,255,.92)}

@media(max-width:1030px){
  .nav__switch{padding:10px 14px}
  .project-bridge{margin-top:20px;padding-bottom:44px}
  .project-bridge__grid{padding:32px}
}

@media(max-width:780px){
  .nav__switch{width:100%;justify-content:center;border-radius:12px;padding:14px 16px}
  .project-bridge{margin-top:10px;padding-bottom:32px}
  .project-bridge__grid{padding:24px 20px;border-radius:22px}
  .project-bridge__head{margin-bottom:12px}
}

/* --- refined header cross-link layout --- */
.header__inner{gap:20px}
.nav{margin-left:auto}
.header__actions{display:flex;align-items:center;gap:14px;flex-shrink:0}
.header-switch,
.nav__mobile-switch{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:14px;font-size:12.5px;font-weight:800;letter-spacing:.01em;transition:.2s;white-space:nowrap}
.header-switch{border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(10px);box-shadow:0 12px 26px rgba(3,18,35,.16)}
.header-switch:hover,.nav__mobile-switch:hover{transform:translateY(-1px)}
.header-switch--rose{color:#ffd7e0;background:linear-gradient(180deg,rgba(244,157,181,.16),rgba(244,157,181,.08));border-color:rgba(244,157,181,.48)}
.header-switch--rose:hover{color:#fff;background:linear-gradient(135deg,rgba(240,139,165,.92),rgba(207,120,146,.92));border-color:transparent}
.header-switch--gold{color:#f7d9a5;background:linear-gradient(180deg,rgba(212,160,86,.18),rgba(212,160,86,.08));border-color:rgba(212,160,86,.46)}
.header-switch--gold:hover{color:#fff;background:linear-gradient(135deg,rgba(217,160,84,.95),rgba(183,123,57,.95));border-color:transparent}
.nav__mobile-switch{display:none;width:100%;margin-top:8px;border:1px solid transparent}
.nav__mobile-switch--rose{color:#f08ba5;background:rgba(240,139,165,.1);border-color:rgba(240,139,165,.24)}
.nav__mobile-switch--gold{color:#b57935;background:rgba(212,160,86,.12);border-color:rgba(212,160,86,.24)}

@media(max-width:1030px){
  .header__inner{gap:16px}
  .header__actions{margin-left:12px}
  .header-switch{min-height:42px;padding:0 16px;font-size:12px}
}

@media(max-width:780px){
  .header__actions{display:none}
  .nav__mobile-switch{display:inline-flex}
}

/* Correção do logo oficial */
.logo__image{
  width:52px;
  height:52px;
  object-fit:contain;
  flex:0 0 52px;
  display:block;
  filter:drop-shadow(0 4px 12px rgba(0,0,0,.18));
}
.footer .logo__image{filter:none}
.hero__photo img{object-position:center top}
.solution .rounded{object-position:center}
@media(max-width:780px){
  .logo__image{width:44px;height:44px;flex-basis:44px}
}

/* =========================================================
   Revisão desktop 1366px+ | Layout mais apresentável
   ========================================================= */
html,body{max-width:100%;overflow-x:hidden}
img,svg,video,canvas{max-width:100%;height:auto}
body{background:#fbf7ef;color:#142033}
.container{width:min(1180px,calc(100% - 64px))}

@media (min-width:1100px){
  .header{padding:16px 0;background:linear-gradient(180deg,rgba(5,18,34,.98),rgba(5,18,34,.74),rgba(5,18,34,.18))}
  .header__inner{min-height:58px;gap:20px}
  .logo{min-width:250px;gap:13px}
  .logo__image{width:50px;height:50px;flex-basis:50px}
  .logo__text strong{font-size:15.5px;line-height:1;letter-spacing:.08em}
  .logo__text small{font-size:10px;letter-spacing:.34em}
  .nav{gap:22px;font-size:12.5px}
  .header-switch{min-height:42px;padding:0 15px}
  .btn--top{min-height:42px;padding:0 18px;font-size:12px}

  .hero{min-height:710px;padding:138px 0 92px;background:radial-gradient(circle at 76% 47%,rgba(212,160,86,.18),transparent 24%),linear-gradient(90deg,rgba(5,18,34,.99),rgba(5,18,34,.93) 44%,rgba(5,18,34,.64) 72%,rgba(5,18,34,.85)),url(hero-bg.svg) center/cover}
  .hero__grid{grid-template-columns:minmax(0,1.03fr) minmax(420px,.85fr);gap:58px;align-items:center}
  .hero__copy{max-width:650px;padding-bottom:0}
  .hero h1{font-size:clamp(58px,5.2vw,76px);line-height:.96;margin-bottom:24px;max-width:700px}
  .hero__lead{font-size:18px;line-height:1.72;max-width:560px;margin-bottom:28px}
  .hero__shortcuts{max-width:600px;gap:10px;margin-top:22px}
  .hero__shortcuts a{min-height:38px;padding:0 15px;font-size:11px;background:rgba(255,255,255,.075)}
  .hero__photo{min-height:540px;display:flex;align-items:flex-end;justify-content:flex-end}
  .hero__photo:before{content:"";position:absolute;right:28px;bottom:4px;width:420px;height:420px;border-radius:40px;background:linear-gradient(145deg,rgba(240,197,125,.28),rgba(255,255,255,.04));filter:blur(.2px);transform:rotate(3deg)}
  .hero__photo img{position:relative;width:440px;height:525px;object-fit:cover;border-radius:30px 30px 12px 12px;box-shadow:0 34px 80px rgba(0,0,0,.34);filter:none}
  .hero__card{right:300px;top:auto;bottom:44px;width:186px;min-height:190px;padding:21px 18px;border-radius:22px;background:rgba(8,27,48,.86)}

  .project-bridge{margin-top:-54px;padding-bottom:68px}
  .project-bridge__grid{grid-template-columns:1.03fr .97fr;gap:46px;padding:44px 48px;border-radius:32px}
  .project-bridge h2{font-size:clamp(38px,3.4vw,52px);line-height:1.02;max-width:620px}
  .project-bridge__cards{gap:16px}
  .project-bridge__cards a{min-height:116px}

  .benefits{border-top:1px solid rgba(234,223,206,.75)}
  .benefits__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
  .benefit{min-height:132px;padding:26px 28px;background:rgba(255,255,255,.42)}

  .risks{padding:92px 0}
  .risks__grid{grid-template-columns:.82fr 1.04fr .92fr;gap:48px;align-items:center}
  .risks h2{font-size:clamp(42px,3.8vw,58px)}
  .risks .rounded{height:330px;min-height:330px;border-radius:26px}
  .risks__text{padding:32px 34px;background:#fff;border:1px solid rgba(234,223,206,.88);border-radius:26px;box-shadow:0 18px 48px rgba(20,32,51,.08)}

  .solution{padding:72px 0;background:radial-gradient(circle at 20% 20%,rgba(212,160,86,.18),transparent 29%),linear-gradient(135deg,#071b31,#0c2743 58%,#07192e)}
  .solution__grid{grid-template-columns:.92fr 1.08fr;gap:62px}
  .solution .rounded{height:360px;min-height:360px;max-height:360px;border-radius:28px}
  .solution__copy{max-width:560px}
  .solution h2{font-size:clamp(42px,3.8vw,58px);line-height:1}

  .about-new{padding:94px 0;background:linear-gradient(180deg,#fffdf9 0%,#fbf7ef 100%)}
  .about-new__grid{width:min(1180px,calc(100% - 64px));margin:auto;display:grid;grid-template-columns:340px minmax(0,1fr) 280px;gap:44px;align-items:center;padding:42px;background:#fff;border:1px solid rgba(234,223,206,.92);border-radius:34px;box-shadow:0 28px 75px rgba(20,32,51,.11)}
  .about-new__portrait{width:100%;height:430px;object-fit:cover;object-position:center top;border-radius:28px;box-shadow:0 22px 48px rgba(10,28,51,.16)}
  .about-new__tag{margin:0 0 12px;color:#b9873d;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}
  .about-new__title{margin:0 0 16px;color:#142033;font-size:clamp(40px,3.4vw,54px);line-height:1}
  .about-new__description{max-width:520px;margin:0 0 22px;color:#4f596a;font-size:16.5px;font-weight:650;line-height:1.72}
  .about-new__checks{display:grid;gap:12px;margin:0 0 26px}
  .check-item{display:flex;align-items:center;gap:12px;margin:0;color:#273247;font-size:15px;font-weight:800;line-height:1.35}
  .check-icon{flex:0 0 auto;color:#c79042}
  .about-new__side{min-height:350px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:30px 28px;border-radius:26px;background:linear-gradient(145deg,#fbf7ef,#fffdf9);border:1px solid rgba(212,160,86,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
  .about-new__side-tag{margin:16px 0 4px;color:#b9873d;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}
  .about-new__side-text{margin:0 0 26px;color:#4f596a;font-size:14.5px;font-weight:700;line-height:1.65}
  .about-new__logo{width:98px;height:98px;object-fit:contain;margin-top:auto;margin-bottom:12px;filter:drop-shadow(0 8px 16px rgba(7,27,49,.08))}
  .about-new__oab{margin:0;color:#142033;font-size:14px;font-weight:900;letter-spacing:.04em}

  .process{padding:82px 0 96px}
  .section-title{max-width:760px;margin:0 auto 52px}
  .section-title h2{font-size:clamp(42px,3.6vw,58px)}
  .steps{gap:28px}
  .steps:before{top:76px;left:9%;right:9%}
  .step{padding:0 10px}
  .step span{width:116px;height:116px;margin-bottom:22px}
  .step h3{min-height:38px;font-size:13.5px}
  .step p{font-size:14px;line-height:1.65}

  .reviews{padding:76px 0 72px}
  .reviews__grid{gap:28px}
  .review{min-height:190px;padding:34px 30px 28px 62px;border-radius:22px}

  .faq{padding:72px 0 86px}
  .faq__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 330px;gap:28px;align-items:stretch}
  .faq__col,.faq__cta{height:100%}
  .faq__item{min-height:56px;border-radius:16px;padding:0 20px}
  .faq__cta{display:flex;flex-direction:column;justify-content:center;border-radius:24px;padding:34px 28px}

  .bottom-cta__inner{min-height:110px;grid-template-columns:64px minmax(0,1fr) auto;gap:28px}
  .bottom-cta p{font-size:20px}
  .footer{padding:48px 0 22px}
  .footer__grid{grid-template-columns:1.25fr 1.45fr 1.05fr .95fr;gap:42px}
}

@media (min-width:1100px) and (max-width:1280px){
  .container{width:min(1120px,calc(100% - 44px))}
  .nav{gap:16px;font-size:12px}
  .header-switch{display:none}
  .hero__grid{grid-template-columns:1.08fr .82fr;gap:34px}
  .hero h1{font-size:60px}
  .hero__photo img{width:390px;height:500px}
  .hero__card{right:250px}
  .about-new__grid{width:min(1120px,calc(100% - 44px));grid-template-columns:300px minmax(0,1fr) 250px;gap:32px;padding:34px}
  .about-new__portrait{height:390px}
}

@media (max-width:1099px){
  img,svg,video,canvas{max-width:100%;height:auto}
  .about-new{padding:56px 0;background:#fffdf9}
  .about-new__grid{width:min(920px,calc(100% - 32px));margin:auto;display:grid;grid-template-columns:1fr;gap:26px;padding:28px;background:#fff;border:1px solid rgba(234,223,206,.9);border-radius:26px;box-shadow:0 18px 48px rgba(20,32,51,.08)}
  .about-new__portrait{width:min(420px,100%);height:420px;object-fit:cover;object-position:center top;border-radius:24px;box-shadow:0 18px 42px rgba(10,28,51,.14)}
  .about-new__title{font-size:38px;line-height:1.04;margin:0 0 12px}
  .about-new__description{font-size:16px;color:#4f596a;font-weight:650;line-height:1.7}
  .check-item{display:flex;gap:10px;align-items:center;font-weight:800;color:#273247}
  .about-new__side{padding:24px;border-radius:22px;background:#fbf7ef;border:1px solid rgba(212,160,86,.22)}
  .about-new__logo{width:88px;height:88px;object-fit:contain}
}

/* =========================================================
   Refinamento mobile premium | Usucapião
   ========================================================= */
@media (max-width: 780px){
  body{
    background:#06192d;
  }

  .container{
    width:min(100% - 36px, 430px);
  }

  .header{
    padding:10px 0;
    background:rgba(5,18,34,.98);
    box-shadow:0 14px 30px rgba(0,0,0,.22);
    backdrop-filter:blur(16px);
  }

  .header__inner{
    min-height:48px;
  }

  .logo{
    gap:10px;
  }

  .logo__image{
    width:38px;
    height:38px;
    flex-basis:38px;
  }

  .logo__text strong{
    font-size:12.5px;
    line-height:1.02;
    letter-spacing:.08em;
  }

  .logo__text small{
    margin-top:4px;
    font-size:8.5px;
    letter-spacing:.38em;
  }

  .menu{
    width:42px;
    height:42px;
    border-radius:14px;
    background:rgba(255,255,255,.08);
    border-color:rgba(255,255,255,.20);
  }

  .nav{
    top:calc(100% + 8px);
    left:18px;
    right:18px;
    border-radius:20px;
    padding:10px;
  }

  .nav a{
    border-radius:12px;
    font-size:13px;
  }

  .nav a:hover{
    background:rgba(255,255,255,.06);
  }

  .hero{
    padding:92px 0 34px;
    background:
      radial-gradient(circle at 78% 16%, rgba(240,197,125,.18), transparent 30%),
      linear-gradient(180deg,#06192d 0%,#071b31 58%,#06192d 100%);
  }

  .hero:after{
    display:none;
  }

  .hero__grid{
    display:flex;
    flex-direction:column;
    gap:24px;
    align-items:stretch;
  }

  .hero__copy{
    order:1;
    padding:0;
    text-align:left;
  }

  .hero .tag{
    margin-bottom:12px;
    color:#f0c57d;
    font-size:10.5px;
    letter-spacing:.16em;
  }

  .hero h1{
    display:block;
    margin:0 0 16px;
    color:#fff;
    font-size:39px;
    line-height:.98;
    letter-spacing:-.035em;
  }

  .hero h1 em{
    color:#f0c57d;
    font-style:normal;
  }

  .hero__lead{
    display:block;
    margin:0 0 22px;
    max-width:100%;
    color:rgba(255,255,255,.78);
    font-size:15.2px;
    line-height:1.62;
  }

  .hero .btn--big{
    min-height:52px;
    padding:0 18px;
    border-radius:13px;
    box-shadow:0 18px 38px rgba(212,160,86,.20);
  }

  .safe{
    margin:16px 0 0;
    padding:12px 14px;
    border:1px solid rgba(240,197,125,.18);
    border-radius:14px;
    background:rgba(255,255,255,.045);
    color:rgba(255,255,255,.88);
    font-size:13px;
    line-height:1.35;
  }

  .hero__photo{
    order:2;
    min-height:auto;
    display:grid;
    gap:14px;
  }

  .hero__photo:before{
    display:none;
  }

  .hero__photo img{
    width:100%;
    height:min(84vw, 390px);
    margin:0;
    border-radius:24px;
    object-fit:cover;
    object-position:center top;
    box-shadow:0 26px 56px rgba(0,0,0,.34);
  }

  .hero__card{
    position:static;
    width:100%;
    min-height:auto;
    display:grid;
    grid-template-columns:48px 1fr;
    gap:10px 14px;
    align-items:center;
    justify-items:start;
    margin:0;
    padding:18px;
    border-radius:20px;
    background:linear-gradient(145deg,rgba(8,27,48,.96),rgba(11,37,65,.96));
    border:1px solid rgba(240,197,125,.55);
    box-shadow:0 18px 44px rgba(0,0,0,.25);
    text-align:left;
  }

  .hero__card .house{
    grid-row:1 / span 3;
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:16px;
    background:rgba(240,197,125,.10);
    color:#f0c57d;
    font-size:28px;
  }

  .hero__card strong{
    font-size:15px;
    line-height:1.25;
  }

  .hero__card i{
    width:40px;
    height:2px;
    margin:0;
  }

  .hero__card small{
    font-size:11px;
    line-height:1.45;
  }

  .benefits{
    background:#fbf7ef;
    border:0;
  }

  .benefits__grid{
    gap:12px;
    padding:28px 0 10px;
  }

  .benefit{
    min-height:auto;
    align-items:flex-start;
    gap:14px;
    padding:18px;
    border:1px solid rgba(234,223,206,.95);
    border-radius:18px;
    background:#fff;
    box-shadow:0 14px 34px rgba(20,32,51,.08);
  }

  .benefit span{
    width:42px;
    height:42px;
    flex:0 0 42px;
    border-radius:14px;
    background:#fbf1df;
    font-size:26px;
  }

  .benefit h3{
    font-size:13px;
    line-height:1.25;
  }

  .benefit p{
    font-size:13px;
    line-height:1.5;
  }

  .risks,
  .process,
  .reviews,
  .faq{
    padding:48px 0;
  }

  .section-light,
  .about-new{
    background:#fbf7ef;
  }

  .risks__grid,
  .solution__grid,
  .about-new__grid,
  .faq__grid{
    gap:20px;
  }

  .risks h2,
  .solution h2,
  .section-title h2,
  .about-new__title{
    font-size:34px;
    line-height:1.02;
    letter-spacing:-.035em;
  }

  .risks__text,
  .about-new__grid{
    padding:22px;
    border-radius:24px;
    background:#fff;
    box-shadow:0 16px 42px rgba(20,32,51,.08);
  }

  .ticks{
    margin-bottom:22px;
  }

  .ticks li{
    margin-bottom:12px;
    font-size:14px;
    line-height:1.45;
  }

  .rounded,
  .solution .rounded,
  .about-new__portrait{
    width:100%;
    height:260px;
    min-height:260px;
    max-height:none;
    border-radius:22px;
    object-fit:cover;
    box-shadow:0 18px 42px rgba(20,32,51,.14);
  }

  .solution{
    padding:48px 0;
    background:linear-gradient(180deg,#071b31,#051426);
  }

  .solution__copy{
    max-width:100%;
  }

  .solution p:not(.tag){
    font-size:15px;
    line-height:1.6;
  }

  .about-new{
    padding:48px 0;
  }

  .about-new__grid{
    width:min(100% - 36px,430px);
  }

  .about-new__description,
  .about-new__side-text{
    font-size:14.5px;
    line-height:1.65;
  }

  .about-new__checks{
    gap:10px;
  }

  .check-item{
    align-items:flex-start;
    font-size:13.8px;
    line-height:1.45;
  }

  .about-new__side{
    padding:20px;
    border-radius:20px;
  }

  .about-new__logo{
    width:72px;
    height:72px;
  }

  .section-title{
    margin-bottom:30px;
    text-align:left;
  }

  .steps{
    display:grid;
    gap:14px;
  }

  .step{
    position:relative;
    min-height:auto;
    padding:20px 18px 18px 76px;
    border:1px solid rgba(240,197,125,.20);
    border-radius:20px;
    background:rgba(255,255,255,.045);
    text-align:left;
  }

  .step b{
    position:absolute;
    top:18px;
    left:18px;
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:#f0c57d;
    color:#071b31;
    font-weight:900;
  }

  .step span{
    display:none;
  }

  .step h3{
    min-height:auto;
    margin-bottom:6px;
    font-size:14px;
    line-height:1.35;
  }

  .step p{
    font-size:13.5px;
    line-height:1.58;
  }

  .reviews__grid{
    gap:14px;
  }

  .review{
    min-height:auto;
    padding:26px 22px 22px 46px;
    border-radius:20px;
  }

  .review i{
    left:18px;
    top:18px;
    font-size:42px;
  }

  .faq__item{
    min-height:58px;
    padding:0 16px;
    border-radius:16px;
    font-size:13.5px;
    line-height:1.35;
  }

  .faq__cta{
    padding:24px;
    border-radius:22px;
  }

  .bottom-cta__inner{
    gap:16px;
    padding:24px 0;
  }

  .bottom-cta p{
    font-size:18px;
    line-height:1.35;
  }

  .footer{
    padding:34px 0 22px;
  }
}

@media (max-width: 390px){
  .container,
  .about-new__grid{
    width:min(100% - 28px, 430px);
  }

  .hero h1{
    font-size:35px;
  }

  .hero__photo img{
    height:330px;
  }

  .risks h2,
  .solution h2,
  .section-title h2,
  .about-new__title{
    font-size:31px;
  }
}

/* =========================================================
   Hero mobile refinado | foto à direita do texto
   ========================================================= */
@media (max-width: 780px){
  .hero{
    position:relative;
    min-height:680px;
    padding:92px 0 38px;
    overflow:hidden;
    background:
      radial-gradient(circle at 76% 28%, rgba(240,197,125,.20), transparent 31%),
      radial-gradient(circle at 34% 18%, rgba(255,255,255,.06), transparent 34%),
      linear-gradient(180deg,#06192d 0%,#071b31 62%,#06192d 100%);
  }

  .hero__grid{
    position:relative;
    display:block;
    min-height:552px;
  }

  .hero__copy{
    position:relative;
    z-index:3;
    width:62%;
    max-width:255px;
    padding-top:28px;
  }

  .hero .tag{
    max-width:230px;
    margin-bottom:14px;
    font-size:10.8px;
    line-height:1.35;
    letter-spacing:.2em;
  }

  .hero h1{
    max-width:255px;
    margin-bottom:18px;
    font-size:clamp(37px,10.5vw,46px);
    line-height:.98;
  }

  .hero__lead{
    max-width:245px;
    margin-bottom:0;
    font-size:14.7px;
    line-height:1.58;
  }

  .hero__photo{
    position:absolute;
    z-index:2;
    right:-72px;
    top:120px;
    width:min(58vw,280px);
    display:block;
    min-height:0;
  }

  .hero__photo:after{
    content:"";
    position:absolute;
    inset:-28px -18px auto auto;
    width:210px;
    height:210px;
    border-radius:999px;
    background:rgba(240,197,125,.10);
    filter:blur(2px);
    z-index:-1;
  }

  .hero__photo img{
    width:100%;
    height:min(72vw,390px);
    min-height:315px;
    border-radius:999px 999px 30px 30px;
    object-fit:cover;
    object-position:center top;
    box-shadow:0 28px 58px rgba(0,0,0,.34);
  }

  .hero__card{
    display:none;
  }

  .hero .btn--big{
    position:absolute;
    z-index:4;
    left:0;
    right:0;
    bottom:74px;
    width:100%;
    min-height:54px;
  }

  .safe{
    position:absolute;
    z-index:4;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    justify-content:center;
    text-align:center;
  }
}

@media (max-width: 390px){
  .hero{
    min-height:710px;
  }

  .hero__copy{
    width:66%;
    max-width:235px;
  }

  .hero h1{
    font-size:36px;
  }

  .hero__lead{
    font-size:14px;
  }

  .hero__photo{
    right:-86px;
    top:138px;
    width:64vw;
  }
}

/* =========================================================
   Correção final mobile | CTA abaixo do texto e da foto
   ========================================================= */
@media (max-width: 780px){
  .hero{
    min-height:auto;
    padding:92px 0 34px;
    overflow:hidden;
  }

  .hero__grid{
    display:grid;
    grid-template-columns:minmax(0, 1fr) minmax(140px, 46%);
    gap:0 8px;
    align-items:start;
    min-height:0;
  }

  .hero__copy{
    display:contents;
    width:auto;
    max-width:none;
    padding:0;
  }

  .hero .tag,
  .hero h1,
  .hero__lead{
    grid-column:1;
    position:relative;
    z-index:3;
    max-width:none;
  }

  .hero .tag{
    margin:22px 0 14px;
    font-size:10.5px;
    line-height:1.35;
    letter-spacing:.2em;
  }

  .hero h1{
    margin:0 0 16px;
    font-size:clamp(34px, 9.7vw, 44px);
    line-height:.98;
  }

  .hero__lead{
    margin:0;
    font-size:14.6px;
    line-height:1.55;
    color:rgba(255,255,255,.82);
  }

  .hero__photo{
    position:relative;
    top:auto;
    right:auto;
    grid-column:2;
    grid-row:1 / span 3;
    align-self:end;
    justify-self:end;
    width:100%;
    min-height:0;
    margin-top:78px;
    z-index:2;
  }

  .hero__photo:after{
    content:"";
    position:absolute;
    inset:-22px -24px auto auto;
    width:185px;
    height:185px;
    border-radius:999px;
    background:rgba(240,197,125,.10);
    filter:blur(2px);
    z-index:-1;
  }

  .hero__photo img{
    width:100%;
    height:390px;
    min-height:0;
    border-radius:999px 999px 30px 30px;
    object-fit:cover;
    object-position:center top;
    box-shadow:0 28px 58px rgba(0,0,0,.34);
  }

  .hero__card{
    display:none;
  }

  .hero .btn--big{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    grid-column:1 / -1;
    z-index:4;
    width:100%;
    min-height:54px;
    margin-top:24px;
    border-radius:14px;
  }

  .safe{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    grid-column:1 / -1;
    z-index:4;
    width:100%;
    margin:12px 0 0;
    justify-content:center;
    text-align:center;
    border-radius:14px;
  }
}

@media (max-width: 390px){
  .hero{
    min-height:auto;
  }

  .hero__grid{
    grid-template-columns:minmax(0, 1fr) minmax(128px, 43%);
    gap:0 6px;
  }

  .hero h1{
    font-size:34px;
  }

  .hero__lead{
    font-size:13.8px;
    line-height:1.5;
  }

  .hero__photo{
    right:auto;
    top:auto;
    width:100%;
    margin-top:92px;
  }

  .hero__photo img{
    height:340px;
  }
}
