/*
Theme Name: Gibran Hanna
Theme URI: https://www.gibraanhanna.com/
Description: Tema filho do Hello Elementor para a landing page de Astrologia Horária Tradicional.
Author: Projeto Gibran Hanna
Template: hello-elementor
Version: 1.0.0
Text Domain: gibran-hanna
*/

:root{--gh-navy:#071329;--gh-navy-2:#0a1633;--gh-blue:#12284a;--gh-gold:#f0ae3c;--gh-gold-2:#f7c877;--gh-ivory:#fff0d2;--gh-paper:#f4edde;--gh-ink:#0b1425;--gh-muted:#b9b7b0;--gh-line:rgba(240,174,60,.24);--gh-shadow:0 24px 80px rgba(0,0,0,.28);--gh-serif:"Cormorant Garamond",Georgia,serif;--gh-sans:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;background:var(--gh-navy);color:var(--gh-ivory);font-family:var(--gh-sans);font-size:17px;line-height:1.7}body.admin-bar .gh-header{top:32px}a{color:inherit}.gh-site{overflow:hidden}.gh-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.gh-section{position:relative;padding:110px 0}.gh-kicker{display:inline-flex;gap:10px;align-items:center;margin:0 0 16px;color:var(--gh-gold-2);font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.gh-kicker:before{content:"";width:34px;height:1px;background:var(--gh-gold)}.gh-title{max-width:830px;margin:0 0 24px;color:var(--gh-ivory);font-family:var(--gh-serif);font-size:clamp(42px,5vw,70px);font-weight:500;line-height:.98;letter-spacing:-.035em}.gh-title em{color:var(--gh-gold-2);font-style:italic}.gh-subtitle{max-width:690px;margin:0;color:#d8d5cc;font-size:18px}.gh-btn{display:inline-flex;min-height:56px;padding:0 26px;align-items:center;justify-content:center;gap:12px;border:1px solid var(--gh-gold);border-radius:4px;background:linear-gradient(135deg,var(--gh-gold-2),var(--gh-gold));box-shadow:0 12px 35px rgba(240,174,60,.18);color:var(--gh-ink)!important;font-size:13px;font-weight:800;letter-spacing:.09em;text-decoration:none;text-transform:uppercase;transition:.25s ease}.gh-btn:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(240,174,60,.3)}.gh-btn--ghost{background:transparent;color:var(--gh-ivory)!important;box-shadow:none}.gh-header{position:fixed;z-index:1000;top:0;left:0;width:100%;border-bottom:1px solid transparent;transition:.3s ease}.gh-header.is-scrolled{border-color:var(--gh-line);background:rgba(5,11,23,.86);backdrop-filter:blur(18px)}.gh-header__inner{display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:25px}.gh-brand{display:flex;align-items:center;gap:12px;text-decoration:none}.gh-brand img{width:54px;height:54px}.gh-brand__text{font-family:var(--gh-serif);font-size:22px;line-height:1}.gh-brand__text small{display:block;margin-top:5px;color:var(--gh-gold-2);font-family:var(--gh-sans);font-size:8px;letter-spacing:.18em;text-transform:uppercase}.gh-nav{display:flex;align-items:center;gap:30px}.gh-nav a{color:#e4e0d8;font-size:13px;text-decoration:none}.gh-nav a:not(.gh-btn):hover{color:var(--gh-gold-2)}.gh-menu-toggle{display:none;border:0;background:none;color:var(--gh-ivory);font-size:26px}.gh-hero{display:grid;min-height:100svh;align-items:center;padding:130px 0 56px;background:radial-gradient(circle at 76% 40%,rgba(18,40,74,.8),transparent 34%),linear-gradient(110deg,#050b17 0%,#0a1633 60%,#071329 100%)}.gh-hero:before{position:absolute;inset:0;background-image:linear-gradient(rgba(240,174,60,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(240,174,60,.035) 1px,transparent 1px);background-size:72px 72px;content:"";mask-image:linear-gradient(to right,transparent,black 40%,black)}.gh-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;align-items:center}.gh-hero__copy{position:relative;z-index:4;padding:40px 0}.gh-hero h1{max-width:700px;margin:0 0 22px;font-family:var(--gh-serif);font-size:clamp(54px,6.15vw,88px);font-weight:500;line-height:.91;letter-spacing:-.045em}.gh-hero h1 span{color:var(--gh-gold-2);font-style:italic}.gh-hero__lead{max-width:640px;margin:0 0 30px;color:#ddd9cf;font-size:19px}.gh-hero__actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.gh-microcopy{color:#c9c5bc;font-size:12px;letter-spacing:.04em}.gh-hero__visual{position:relative;align-self:end;min-height:720px}.gh-person{position:absolute;z-index:3;right:-12%;bottom:-56px;width:min(620px,52vw);filter:drop-shadow(-20px 30px 40px rgba(0,0,0,.42))}.gh-orbit{position:absolute;z-index:1;top:8%;left:-6%;width:630px;max-width:54vw;aspect-ratio:1;border:1px solid rgba(247,200,119,.26);border-radius:50%;animation:gh-spin 42s linear infinite}.gh-orbit:before,.gh-orbit:after{position:absolute;border:1px solid rgba(247,200,119,.18);border-radius:50%;content:""}.gh-orbit:before{inset:12%}.gh-orbit:after{inset:25%}.gh-orbit__marks{position:absolute;inset:-18px;border:1px dashed rgba(247,200,119,.18);border-radius:50%;animation:gh-spin-rev 62s linear infinite}.gh-orbit__sun{position:absolute;top:5%;right:18%;width:9px;height:9px;border-radius:50%;background:var(--gh-gold-2);box-shadow:0 0 24px 8px rgba(240,174,60,.35)}@keyframes gh-spin{to{transform:rotate(360deg)}}@keyframes gh-spin-rev{to{transform:rotate(-360deg)}}.gh-trust{position:relative;z-index:5;display:grid;grid-template-columns:repeat(3,1fr);margin-top:28px;border:1px solid var(--gh-line);background:rgba(5,11,23,.65);backdrop-filter:blur(12px)}.gh-trust div{padding:16px 18px;border-right:1px solid var(--gh-line);font-size:12px}.gh-trust div:last-child{border:0}.gh-trust strong{display:block;color:var(--gh-gold-2);font-family:var(--gh-serif);font-size:20px;font-weight:600}.gh-video-wrap{position:relative;z-index:6;margin-top:-28px;padding-bottom:70px}.gh-video-card{max-width:920px;margin:auto;padding:10px;border:1px solid var(--gh-line);border-radius:8px;background:#0b1e3a;box-shadow:var(--gh-shadow)}.gh-video{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:5px;background:linear-gradient(135deg,#0e2548,#060c19)}.gh-video iframe{width:100%;height:100%;border:0}.gh-paper{background:var(--gh-paper);color:var(--gh-ink)}.gh-paper .gh-title{color:var(--gh-ink)}.gh-paper .gh-subtitle{color:#4f5560}.gh-grid{display:grid;gap:22px}.gh-grid--4{grid-template-columns:repeat(4,1fr)}.gh-grid--3{grid-template-columns:repeat(3,1fr)}.gh-card{position:relative;padding:30px;border:1px solid var(--gh-line);border-radius:7px;background:rgba(18,40,74,.38)}.gh-paper .gh-card{border-color:rgba(10,22,51,.13);background:rgba(255,255,255,.52)}.gh-card__icon{display:grid;width:50px;height:50px;margin-bottom:22px;place-items:center;border:1px solid var(--gh-line);border-radius:50%;color:var(--gh-gold);font-size:23px}.gh-card h3{margin:0 0 10px;font-family:var(--gh-serif);font-size:28px;font-weight:600;line-height:1.1}.gh-card p{margin:0;color:#c8c6c0;font-size:15px}.gh-paper .gh-card p{color:#59606b}.gh-method{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.gh-quote{padding:28px;border-left:2px solid var(--gh-gold);background:rgba(18,40,74,.3);font-family:var(--gh-serif);font-size:27px;font-style:italic;line-height:1.35}.gh-flow{display:grid;gap:14px}.gh-flow__item{display:grid;grid-template-columns:54px 1fr;gap:18px;align-items:center;padding:20px;border:1px solid var(--gh-line);border-radius:7px;background:rgba(255,255,255,.02)}.gh-flow__num{display:grid;width:54px;height:54px;place-items:center;border-radius:50%;background:var(--gh-gold);color:var(--gh-ink);font-family:var(--gh-serif);font-size:23px}.gh-flow h3,.gh-flow p{margin:0}.gh-flow h3{font-family:var(--gh-serif);font-size:24px}.gh-flow p{color:#bbb9b3;font-size:14px}.gh-cases .gh-card{min-height:250px}.gh-cases ul{margin:18px 0 0;padding:0;list-style:none}.gh-cases li{padding:7px 0;border-bottom:1px solid rgba(240,174,60,.1);font-size:14px}.gh-benefit{display:flex;gap:18px;padding:22px 0;border-bottom:1px solid var(--gh-line)}.gh-benefit__icon{color:var(--gh-gold-2);font-size:24px}.gh-benefit h3{margin:0;font-family:var(--gh-serif);font-size:25px}.gh-benefit p{margin:4px 0 0;color:#bbb9b3;font-size:14px}.gh-testimonial blockquote{margin:0 0 24px;font-family:var(--gh-serif);font-size:22px;line-height:1.45}.gh-testimonial strong{color:var(--gh-gold-2)}.gh-about{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:center}.gh-about__photo{position:relative;overflow:hidden;border:1px solid var(--gh-line);border-radius:220px 220px 8px 8px;background:#10223f}.gh-about__photo img{display:block;width:100%;height:620px;object-fit:cover;object-position:50% 20%;filter:saturate(.85)}.gh-credentials{display:flex;gap:25px;flex-wrap:wrap;margin:32px 0}.gh-credentials div{padding-left:16px;border-left:1px solid var(--gh-gold)}.gh-credentials strong{display:block;color:var(--gh-gold-2);font-family:var(--gh-serif);font-size:25px}.gh-process{display:grid;grid-template-columns:repeat(5,1fr);counter-reset:step}.gh-process__step{position:relative;padding:24px 20px;border-top:1px solid var(--gh-line)}.gh-process__step:before{display:grid;width:38px;height:38px;margin-top:-44px;margin-bottom:20px;place-items:center;border:1px solid var(--gh-gold);border-radius:50%;background:var(--gh-navy);color:var(--gh-gold-2);counter-increment:step;content:counter(step)}.gh-process h3{margin:0 0 8px;font-family:var(--gh-serif);font-size:23px}.gh-process p{margin:0;color:#bbb9b3;font-size:14px}.gh-bonus-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gh-bonus{padding:28px;border:1px solid var(--gh-line);border-radius:8px;background:linear-gradient(145deg,rgba(18,40,74,.6),rgba(5,11,23,.6))}.gh-bonus h3{margin:0 0 10px;color:var(--gh-gold-2);font-family:var(--gh-serif);font-size:29px}.gh-bonus p{color:#c5c2bb;font-size:14px}.gh-bonus ul{padding-left:20px;color:#e6e1d7;font-size:14px}.gh-offer{background:radial-gradient(circle at 50% 10%,rgba(240,174,60,.11),transparent 38%),#050b17}.gh-offer__box{display:grid;grid-template-columns:1fr .8fr;max-width:1040px;margin:auto;overflow:hidden;border:1px solid rgba(247,200,119,.42);border-radius:12px;background:linear-gradient(145deg,#102747,#071329);box-shadow:var(--gh-shadow)}.gh-offer__main,.gh-offer__price{padding:55px}.gh-offer__price{display:flex;flex-direction:column;justify-content:center;border-left:1px solid var(--gh-line);background:rgba(5,11,23,.55);text-align:center}.gh-offer h2{margin:0 0 15px;font-family:var(--gh-serif);font-size:52px;line-height:1}.gh-offer ul{padding:0;list-style:none}.gh-offer li{padding:8px 0}.gh-offer li:before{margin-right:10px;color:var(--gh-gold);content:"✓"}.gh-price-old{color:#aaa;text-decoration:line-through}.gh-price{display:block;color:var(--gh-gold-2);font-family:var(--gh-serif);font-size:78px;line-height:1}.gh-price small{font-family:var(--gh-sans);font-size:18px}.gh-installments{margin:10px 0 22px;color:#c5c1b8;font-size:14px}.gh-guarantee{margin-top:18px;color:#aaa;font-size:12px}.gh-faq{max-width:900px;margin:45px auto 0}.gh-faq details{border-bottom:1px solid var(--gh-line)}.gh-faq summary{display:flex;padding:24px 0;align-items:center;justify-content:space-between;cursor:pointer;font-family:var(--gh-serif);font-size:23px;list-style:none}.gh-faq summary:after{color:var(--gh-gold);content:"+"}.gh-faq details[open] summary:after{content:"−"}.gh-faq p{max-width:760px;margin:0 0 26px;color:#bbb9b3}.gh-footer{padding:55px 0;border-top:1px solid var(--gh-line);background:#040914}.gh-footer__grid{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end}.gh-footer__links{display:flex;gap:20px;flex-wrap:wrap}.gh-footer__links a{color:#b8b5ae;font-size:12px;text-decoration:none}.gh-footer p{margin:18px 0 0;color:#777;font-size:11px}.gh-top{position:fixed;z-index:900;right:24px;bottom:24px;display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--gh-line);border-radius:50%;background:#0a1633;color:var(--gh-gold-2);opacity:0;pointer-events:none;transition:.25s}.gh-top.is-visible{opacity:1;pointer-events:auto}.gh-legal{min-height:100vh;padding:145px 0 90px;background:var(--gh-paper);color:var(--gh-ink)}.gh-legal__article{max-width:860px;margin:auto}.gh-legal h1{font-family:var(--gh-serif);font-size:58px;line-height:1}.gh-legal h2{margin-top:48px;font-family:var(--gh-serif);font-size:32px}.gh-legal a{color:#8b5b08}.gh-legal-note{padding:20px;border-left:3px solid var(--gh-gold);background:#fff8e8}.gh-cookie{position:fixed;z-index:2000;right:22px;bottom:22px;display:none;width:min(470px,calc(100% - 44px));padding:24px;border:1px solid var(--gh-line);border-radius:8px;background:#08162d;box-shadow:var(--gh-shadow)}.gh-cookie.is-open{display:block}.gh-cookie h2{margin:0 0 8px;font-family:var(--gh-serif);font-size:28px}.gh-cookie p{margin:0 0 18px;color:#c8c5bd;font-size:13px}.gh-cookie__actions{display:flex;gap:9px;flex-wrap:wrap}.gh-cookie button{min-height:40px;padding:0 14px;border:1px solid var(--gh-gold);border-radius:3px;background:transparent;color:var(--gh-ivory);font-size:11px;font-weight:700;text-transform:uppercase}.gh-cookie button[data-choice="accept"]{background:var(--gh-gold);color:var(--gh-ink)}.gh-cookie-settings{display:none;margin:16px 0}.gh-cookie-settings.is-open{display:block}.gh-cookie-settings label{display:flex;padding:8px 0;justify-content:space-between;font-size:13px}.gh-reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.gh-reveal.is-visible{opacity:1;transform:none}
@media(max-width:960px){body.admin-bar .gh-header{top:46px}.gh-nav{position:absolute;top:82px;left:20px;right:20px;display:none;padding:22px;align-items:stretch;flex-direction:column;background:#071329;border:1px solid var(--gh-line)}.gh-nav.is-open{display:flex}.gh-menu-toggle{display:block}.gh-header .gh-btn{min-height:44px;padding:0 13px;font-size:10px}.gh-hero{padding-top:120px}.gh-hero__grid{grid-template-columns:1fr}.gh-hero__visual{min-height:580px}.gh-person{right:50%;bottom:-45px;width:min(600px,95vw);transform:translateX(54%)}.gh-orbit{left:50%;width:520px;max-width:92vw;transform:translateX(-50%);animation:none}.gh-grid--4{grid-template-columns:repeat(2,1fr)}.gh-grid--3,.gh-bonus-tabs{grid-template-columns:1fr 1fr}.gh-method,.gh-about{grid-template-columns:1fr;gap:45px}.gh-about__photo{max-width:520px}.gh-process{grid-template-columns:1fr}.gh-process__step{margin-left:20px;padding-left:40px;border-top:0;border-left:1px solid var(--gh-line)}.gh-process__step:before{position:absolute;top:22px;left:-19px;margin:0}.gh-offer__box{grid-template-columns:1fr}.gh-offer__price{border-top:1px solid var(--gh-line);border-left:0}}
@media(max-width:620px){html{scroll-padding-top:72px}.gh-container{width:min(100% - 28px,1180px)}.gh-section{padding:78px 0}.gh-header__inner{min-height:72px}.gh-brand img{width:44px;height:44px}.gh-brand__text{font-size:18px}.gh-brand__text small{display:none}.gh-nav{top:72px}.gh-hero{min-height:auto;padding-top:110px}.gh-hero h1{font-size:clamp(47px,14vw,66px)}.gh-hero__lead{font-size:16px}.gh-hero__actions .gh-btn{width:100%}.gh-hero__visual{min-height:510px}.gh-person{width:116vw;max-width:none;bottom:-52px}.gh-trust{grid-template-columns:1fr;margin-top:12px}.gh-trust div{padding:10px 14px;border-right:0;border-bottom:1px solid var(--gh-line)}.gh-trust strong{display:inline;margin-right:8px;font-size:17px}.gh-video-wrap{margin-top:0;padding-bottom:30px}.gh-title{font-size:43px}.gh-grid--4,.gh-grid--3,.gh-bonus-tabs{grid-template-columns:1fr}.gh-card{padding:25px}.gh-about__photo img{height:500px}.gh-offer__main,.gh-offer__price{padding:34px 24px}.gh-offer h2{font-size:42px}.gh-price{font-size:65px}.gh-footer__grid{grid-template-columns:1fr}.gh-footer__links{gap:12px}.gh-cookie{right:12px;bottom:12px;width:calc(100% - 24px)}.gh-legal h1{font-size:45px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.gh-orbit,.gh-orbit__marks{animation:none}.gh-reveal{opacity:1;transform:none;transition:none}}

/* Hero fotográfica final */
.gh-hero{background:#050b17}
.gh-hero{position:relative;overflow:hidden}
.gh-hero:before{z-index:1;background:linear-gradient(90deg,rgba(5,11,23,.98) 0%,rgba(5,11,23,.88) 31%,rgba(5,11,23,.15) 62%,rgba(5,11,23,.02) 100%);mask-image:none}
.gh-hero:after{position:absolute;z-index:0;inset:-2%;background-image:url('assets/images/gibran-hero-background.webp');background-image:image-set(url('assets/images/gibran-hero-background.avif') type('image/avif'),url('assets/images/gibran-hero-background.webp') type('image/webp'));background-position:center center;background-size:cover;background-repeat:no-repeat;content:"";animation:gh-hero-breathe 14s ease-in-out infinite alternate;transform-origin:72% 50%}
@keyframes gh-hero-breathe{from{transform:scale(1)}to{transform:scale(1.025)}}
@media(max-width:960px){.gh-hero:before{background:linear-gradient(180deg,rgba(5,11,23,.97) 0%,rgba(5,11,23,.86) 46%,rgba(5,11,23,.12) 72%)}.gh-hero:after{background-position:64% center}}
@media(prefers-reduced-motion:reduce){.gh-hero:after{animation:none}}
.gh-video-consent{display:grid;height:100%;place-items:center;background:radial-gradient(circle at 65% 40%,#17385f 0%,#0b1e3a 42%,#050b17 100%)}
.gh-video-consent__cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.gh-video-consent__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,11,23,.08),rgba(5,11,23,.35))}
.gh-video-consent:before{position:absolute;width:42%;aspect-ratio:1;border:1px solid rgba(247,200,119,.14);border-radius:50%;content:""}
.gh-video-consent button{position:relative;z-index:2;display:grid;width:92px;height:92px;padding:0;place-items:center;border:1px solid var(--gh-gold);border-radius:50%;background:var(--gh-gold);box-shadow:0 0 0 16px rgba(240,174,60,.08);color:var(--gh-ink);cursor:pointer;font-size:0}
.gh-video-consent button:after{margin-left:6px;border-top:13px solid transparent;border-bottom:13px solid transparent;border-left:20px solid var(--gh-ink);content:""}
.gh-video-consent>span:last-child{position:absolute;z-index:2;margin-top:150px;color:#fff;font-size:13px;text-shadow:0 2px 10px rgba(0,0,0,.8)}

/* Ajustes de escala, órbita viva e variedade visual */
.gh-hero:after{inset:0;background-position:right bottom;background-size:auto 92%}
.gh-live-orbit{position:absolute;z-index:5;top:43%;left:70%;width:1px;height:1px;filter:drop-shadow(0 0 7px rgba(247,200,119,.7));animation:gh-live-orbit 15s linear infinite}
.gh-live-orbit i{display:block;width:10px;height:10px;border:1px solid #ffe2a0;border-radius:50%;background:var(--gh-gold-2);box-shadow:0 0 0 7px rgba(240,174,60,.08),0 0 22px rgba(247,200,119,.75);transform:translateX(225px)}
@keyframes gh-live-orbit{to{transform:rotate(360deg)}}
main>.gh-section>.gh-container{position:relative;z-index:2}
main>.gh-section:nth-of-type(2){overflow:hidden;background:linear-gradient(135deg,#f4edde 0%,#eee2ca 100%)}
main>.gh-section:nth-of-type(2):before{position:absolute;right:-110px;bottom:-190px;width:520px;height:520px;border:1px solid rgba(10,22,51,.1);border-radius:50%;box-shadow:inset 80px 0 0 rgba(240,174,60,.08),0 0 0 55px rgba(10,22,51,.025);content:""}
main>.gh-section:nth-of-type(3){background:radial-gradient(circle at 9% 18%,rgba(240,174,60,.13) 0 2px,transparent 3px),radial-gradient(circle at 84% 14%,rgba(247,200,119,.18) 0 1px,transparent 2px),radial-gradient(circle at 78% 70%,rgba(18,40,74,.8),transparent 35%),#071329;background-size:280px 260px,190px 210px,auto,auto}
main>.gh-section:nth-of-type(5){overflow:hidden;background:linear-gradient(118deg,#08152c 0%,#10294b 58%,#08152c 100%)}
main>.gh-section:nth-of-type(5):before{position:absolute;top:10%;right:4%;width:330px;aspect-ratio:1;border:1px solid rgba(247,200,119,.13);border-radius:50%;box-shadow:0 0 0 40px rgba(247,200,119,.025),0 0 0 90px rgba(247,200,119,.018);content:""}
main>.gh-section:nth-of-type(6){background:linear-gradient(135deg,#efe7d8,#e2d4bd)}
main>.gh-section:nth-of-type(7){overflow:hidden;background:radial-gradient(circle at 8% 65%,rgba(93,43,52,.42),transparent 28%),linear-gradient(120deg,#050b17,#0c1d36 65%,#10284a)}
main>.gh-section:nth-of-type(7):before{position:absolute;top:-170px;right:-120px;width:560px;aspect-ratio:1;border:1px dashed rgba(247,200,119,.13);border-radius:50%;content:"";animation:gh-spin 80s linear infinite}
main>.gh-section:nth-of-type(9){background:radial-gradient(circle at 72% 25%,rgba(240,174,60,.09) 0 2px,transparent 3px),linear-gradient(145deg,#0d213e,#061026);background-size:190px 190px,auto}
main>.gh-section:nth-of-type(11){background:linear-gradient(145deg,#08162d,#0d2341)}
@media(max-width:960px){.gh-hero:after{background-position:63% bottom;background-size:auto 90%}.gh-live-orbit{display:none}}
@media(prefers-reduced-motion:reduce){.gh-live-orbit,main>.gh-section:nth-of-type(7):before{animation:none}}

/* Órbita alinhada ao anel externo da mandala; o ponto some quando passa atrás do retrato. */
.gh-live-orbit{top:44%;left:82%;animation-duration:19s}
.gh-live-orbit i{transform:translateX(300px);animation:gh-orbit-depth 19s linear infinite}
@keyframes gh-orbit-depth{0%,27%{opacity:1}34%,67%{opacity:0}74%,100%{opacity:1}}
@media(prefers-reduced-motion:reduce){.gh-live-orbit i{animation:none}}

/* Contraste nas superfícies claras */
.gh-paper .gh-kicker{color:#7b4d05}
.gh-paper .gh-kicker:before{background:#8b5b08}
.gh-paper .gh-title em{color:#8b5b08}
.gh-paper .gh-card__icon{border-color:rgba(94,57,4,.38);background:rgba(255,255,255,.58);color:#744600}
.gh-paper .gh-testimonial strong{color:#744600}

/* Estados do menu coerentes com a identidade */
.gh-menu-toggle,.gh-menu-toggle:hover,.gh-menu-toggle:focus,.gh-menu-toggle:focus-visible,.gh-menu-toggle:active{border:0!important;background:transparent!important;box-shadow:none!important;color:var(--gh-gold-2)!important;outline:1px solid transparent;-webkit-tap-highlight-color:transparent}
.gh-menu-toggle:focus-visible{outline-color:var(--gh-gold);outline-offset:5px}

/* Estrelas discretas nas seções escuras */
main>.gh-section:nth-of-type(3),main>.gh-section:nth-of-type(5),main>.gh-section:nth-of-type(7),main>.gh-section:nth-of-type(9),main>.gh-section:nth-of-type(11),.gh-offer{overflow:hidden}
main>.gh-section:nth-of-type(3):after,main>.gh-section:nth-of-type(5):after,main>.gh-section:nth-of-type(7):after,main>.gh-section:nth-of-type(9):after,main>.gh-section:nth-of-type(11):after,.gh-offer:after{position:absolute;z-index:1;inset:-4%;pointer-events:none;background-image:radial-gradient(circle,rgba(255,233,190,.72) 0 1px,transparent 1.7px),radial-gradient(circle,rgba(247,200,119,.45) 0 1.2px,transparent 2px),radial-gradient(circle,rgba(180,205,235,.35) 0 .8px,transparent 1.5px);background-position:17px 32px,80px 110px,150px 38px;background-size:220px 190px,310px 270px,180px 230px;content:"";opacity:.38;animation:gh-stars-drift 24s ease-in-out infinite alternate,gh-stars-twinkle 9s ease-in-out infinite}
@keyframes gh-stars-drift{from{transform:translate3d(-4px,3px,0)}to{transform:translate3d(8px,-7px,0)}}
@keyframes gh-stars-twinkle{0%,100%{opacity:.24}45%{opacity:.42}70%{opacity:.31}}

/* Tablet e celular: texto e retrato em blocos separados */
@media(max-width:960px){
  .gh-hero:after{display:none}
  .gh-hero:before{background:radial-gradient(circle at 50% 20%,rgba(18,40,74,.55),transparent 48%),#050b17}
  .gh-hero__copy{padding-bottom:22px}
  .gh-hero__visual{z-index:3;display:block;min-height:600px;background-image:url('assets/images/gibran-hero-background.webp');background-image:image-set(url('assets/images/gibran-hero-background.avif') type('image/avif'),url('assets/images/gibran-hero-background.webp') type('image/webp'));background-position:center bottom;background-size:contain;background-repeat:no-repeat}
  .gh-live-orbit{display:block;top:47%;left:80%;animation-duration:19s}
  .gh-live-orbit i{transform:translateX(230px)}
}

/* Nas páginas legais, o cabeçalho precisa de contraste desde o carregamento. */
.gh-legal-page .gh-header{border-color:var(--gh-line);background:rgba(5,11,23,.96);backdrop-filter:blur(18px)}

/* Linha do tempo: o traço avança e cada etapa acende em sequência. */
.gh-process{position:relative}
.gh-process:before{position:absolute;z-index:1;top:0;left:19px;width:calc(100% - 19px);height:2px;background:linear-gradient(90deg,#d98e18,var(--gh-gold-2));box-shadow:0 0 12px rgba(240,174,60,.45);content:"";transform:scaleX(0);transform-origin:left center}
.gh-process:after{position:absolute;z-index:3;top:-5px;left:14px;width:12px;height:12px;border:2px solid #fff3cf;border-radius:50%;background:var(--gh-gold-2);box-shadow:0 0 9px 3px rgba(240,174,60,.55);content:"";opacity:0}
.gh-process__step{z-index:2}
.gh-process__step:before{position:relative;z-index:4;background:var(--gh-paper);color:var(--gh-ink);box-shadow:0 0 0 5px var(--gh-paper);transition:none}
.gh-process.is-animated:before{animation:gh-process-line 10s linear forwards}
.gh-process.is-animated:after{animation:gh-process-dot 10s linear forwards}
.gh-process.is-animated .gh-process__step:before{animation:gh-process-step .8s linear forwards}
.gh-process.is-animated .gh-process__step:nth-child(1):before{animation-delay:.15s}
.gh-process.is-animated .gh-process__step:nth-child(2):before{animation-delay:2s}
.gh-process.is-animated .gh-process__step:nth-child(3):before{animation-delay:4s}
.gh-process.is-animated .gh-process__step:nth-child(4):before{animation-delay:6s}
.gh-process.is-animated .gh-process__step:nth-child(5):before{animation-delay:8s}
@keyframes gh-process-line{to{transform:scaleX(1)}}
@keyframes gh-process-dot{0%{left:14px;opacity:0}2%{opacity:1}98%{opacity:1}100%{left:calc(100% - 12px);opacity:0}}
@keyframes gh-process-step{0%{background:var(--gh-paper);color:var(--gh-ink);box-shadow:0 0 0 5px var(--gh-paper)}55%{transform:scale(1.13);box-shadow:0 0 0 5px var(--gh-paper),0 0 18px 7px rgba(240,174,60,.38)}100%{background:var(--gh-navy);color:var(--gh-gold-2);transform:scale(1);box-shadow:0 0 0 5px var(--gh-paper),0 0 11px 2px rgba(240,174,60,.2)}}
@media(max-width:960px){
  .gh-process:before{top:20px;left:20px;width:2px;height:calc(100% - 20px);transform:scaleY(0);transform-origin:center top}
  .gh-process:after{top:15px;left:15px}
  .gh-process.is-animated:before{animation-name:gh-process-line-mobile}
  .gh-process.is-animated:after{animation-name:gh-process-dot-mobile}
  @keyframes gh-process-line-mobile{to{transform:scaleY(1)}}
  @keyframes gh-process-dot-mobile{0%{top:15px;opacity:0}2%{opacity:1}98%{opacity:1}100%{top:calc(100% - 12px);opacity:0}}
}
@media(prefers-reduced-motion:reduce){
  .gh-process.is-animated:before{animation:none;transform:scaleX(1)}
  .gh-process.is-animated:after{display:none;animation:none}
  .gh-process.is-animated .gh-process__step:before{animation:none;background:var(--gh-navy);color:var(--gh-gold-2)}
}
@media(max-width:960px) and (prefers-reduced-motion:reduce){.gh-process.is-animated:before{transform:scaleY(1)}}

/* Retrato editorial: recortes assimétricos substituem o antigo arco de janela. */
.gh-about__photo{isolation:isolate;overflow:hidden;padding:1px;border:0;border-radius:0;background:linear-gradient(145deg,rgba(247,200,119,.95),rgba(240,174,60,.16) 48%,rgba(247,200,119,.72));clip-path:polygon(0 0,calc(100% - 58px) 0,100% 58px,100% 100%,58px 100%,0 calc(100% - 58px));box-shadow:0 28px 70px rgba(0,0,0,.28)}
.gh-about__photo:before{position:absolute;z-index:3;top:25px;right:25px;width:88px;height:88px;border:1px solid rgba(247,200,119,.5);border-radius:50%;box-shadow:0 0 0 13px rgba(247,200,119,.06),inset 0 0 30px rgba(5,11,23,.22);content:"";pointer-events:none}
.gh-about__photo:after{position:absolute;z-index:3;right:67px;bottom:24px;width:1px;height:92px;background:linear-gradient(transparent,var(--gh-gold-2),transparent);box-shadow:0 0 10px rgba(240,174,60,.4);content:"";pointer-events:none;transform:rotate(42deg);transform-origin:center}
.gh-about__photo img{position:relative;z-index:1;height:620px;clip-path:inherit;filter:saturate(.88) contrast(1.02)}
@media(max-width:620px){
  .gh-about__photo{clip-path:polygon(0 0,calc(100% - 36px) 0,100% 36px,100% 100%,36px 100%,0 calc(100% - 36px))}
  .gh-about__photo:before{top:18px;right:18px;width:68px;height:68px}
  .gh-about__photo:after{right:48px;height:70px}
}

/* Três atmosferas distintas depois da linha do tempo. */
main>.gh-section:nth-of-type(9){background:radial-gradient(ellipse at 8% 105%,rgba(120,56,66,.34),transparent 42%),radial-gradient(ellipse at 90% -10%,rgba(240,174,60,.11),transparent 35%),linear-gradient(128deg,#071225 0%,#102b4b 52%,#08162d 100%)}
main>.gh-section:nth-of-type(9):after{display:none}
main>.gh-section:nth-of-type(9):before{position:absolute;right:-170px;bottom:-250px;width:650px;height:650px;border:1px solid rgba(247,200,119,.16);border-radius:50%;box-shadow:0 0 0 58px rgba(247,200,119,.035),0 0 0 125px rgba(247,200,119,.02),inset 0 0 90px rgba(240,174,60,.035);content:"";transform:rotate(-18deg)}

.gh-offer{background:radial-gradient(circle at 50% 12%,rgba(240,174,60,.15),transparent 34%),linear-gradient(180deg,#030817 0%,#071329 56%,#030817 100%)}
.gh-offer:after{background-size:270px 230px,390px 330px,210px 290px;opacity:.3;animation:gh-offer-stars-a 38s ease-in-out infinite alternate,gh-offer-twinkle-a 11s ease-in-out infinite}
.gh-offer:before{position:absolute;z-index:1;inset:-5%;pointer-events:none;background-image:radial-gradient(circle,rgba(255,244,216,.82) 0 .9px,transparent 1.7px),radial-gradient(circle,rgba(247,200,119,.58) 0 1.1px,transparent 2px);background-position:40px 75px,145px 22px;background-size:340px 310px,470px 390px;content:"";opacity:.2;animation:gh-offer-stars-b 47s ease-in-out infinite alternate-reverse,gh-offer-twinkle-b 17s ease-in-out infinite}
@keyframes gh-offer-stars-a{from{transform:translate3d(-5px,4px,0)}to{transform:translate3d(12px,-9px,0)}}
@keyframes gh-offer-stars-b{from{transform:translate3d(8px,-3px,0)}to{transform:translate3d(-10px,8px,0)}}
@keyframes gh-offer-twinkle-a{0%,100%{opacity:.18;filter:brightness(.85)}19%{opacity:.32;filter:brightness(1.2)}53%{opacity:.23;filter:brightness(.95)}78%{opacity:.38;filter:brightness(1.28)}}
@keyframes gh-offer-twinkle-b{0%,100%{opacity:.12}27%{opacity:.26}48%{opacity:.17}73%{opacity:.32}88%{opacity:.2}}

main>.gh-section:nth-of-type(11){background:radial-gradient(ellipse at 50% 0%,rgba(34,78,118,.55),transparent 55%),repeating-linear-gradient(115deg,rgba(247,200,119,.035) 0 1px,transparent 1px 88px),linear-gradient(135deg,#09172b,#0c2039 58%,#071225)}
main>.gh-section:nth-of-type(11):after{display:none}
main>.gh-section:nth-of-type(11):before{position:absolute;top:50%;left:50%;width:min(92vw,1120px);height:430px;border:1px solid rgba(247,200,119,.08);border-radius:50%;box-shadow:0 0 0 58px rgba(247,200,119,.02),0 0 0 116px rgba(180,205,235,.018);content:"";transform:translate(-50%,-50%) rotate(-7deg)}
@media(prefers-reduced-motion:reduce){.gh-offer:before,.gh-offer:after{animation:none}}

/* Moldura limpa com um pulso periódico percorrendo a borda. */
.gh-about__photo{isolation:isolate;padding:2px;border:0;border-radius:4px;background:rgba(240,174,60,.42);clip-path:none;box-shadow:0 24px 58px rgba(0,0,0,.26)}
.gh-about__photo:before{position:absolute;z-index:0;inset:-70%;width:auto;height:auto;border:0;border-radius:0;background:conic-gradient(from 0deg,transparent 0 76%,rgba(240,174,60,.1) 81%,var(--gh-gold-2) 86%,#fff3c8 90%,var(--gh-gold-2) 94%,rgba(240,174,60,.1) 97%,transparent 100%);box-shadow:none;content:"";opacity:0;pointer-events:none;transform:rotate(0)}
.gh-about__photo.is-frame-active:before{animation:gh-frame-pulse 6.5s ease-in-out infinite}
.gh-about__photo:after{display:none}
.gh-about__photo img{position:relative;z-index:1;width:100%;height:620px;border-radius:3px;clip-path:none}
@keyframes gh-frame-pulse{0%{opacity:1;transform:rotate(0)}44%{opacity:1;transform:rotate(360deg)}52%,100%{opacity:0;transform:rotate(360deg)}}
@media(max-width:620px){
  .gh-about__photo{border-radius:4px;clip-path:none}
  .gh-about__photo:before{inset:-70%;width:auto;height:auto}
  .gh-about__photo img{height:500px;border-radius:3px}
}
@media(prefers-reduced-motion:reduce){.gh-about__photo:before,.gh-about__photo.is-frame-active:before{display:none;animation:none}}

/* Pré-visualização privada com aparência familiar do player do YouTube. */
.gh-video-consent button{width:68px;height:48px;border:0;border-radius:12px;background:#f00;box-shadow:0 8px 24px rgba(0,0,0,.38);transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease}
.gh-video-consent button:after{position:absolute;top:50%;left:50%;display:block;width:18px;height:20px;margin:0;border:0;background:#fff;clip-path:polygon(0 0,100% 50%,0 100%);transform:translate(-50%,-50%) translateX(1px)}
.gh-video-consent button:hover,.gh-video-consent button:focus-visible{background:#d90000;box-shadow:0 10px 30px rgba(0,0,0,.48);transform:scale(1.06)}
.gh-video-consent>span:last-child{display:none}
.gh-video-consent:before{display:none}

/* Nesta seção, permanece somente o elemento orbital do lado direito. */
main>.gh-section:nth-of-type(5):after{display:none}
@media(max-width:620px){
  .gh-hero{padding-bottom:0}
  .gh-hero__visual{min-height:500px;margin-top:8px;background-position:68% bottom;background-size:auto 100%}
  .gh-live-orbit{top:45%;left:92%}
  .gh-live-orbit i{transform:translateX(145px)}
}
@media(prefers-reduced-motion:reduce){main>.gh-section:nth-of-type(3):after,main>.gh-section:nth-of-type(5):after,main>.gh-section:nth-of-type(7):after,main>.gh-section:nth-of-type(9):after,main>.gh-section:nth-of-type(11):after,.gh-offer:after{animation:none}}

/* Respiro entre o título e a linha do processo */
.gh-process{margin-top:72px}
@media(max-width:960px){.gh-process{margin-top:58px}}

/* Celular e tablet: reserva espaço na versão empilhada sem cobrir os títulos */
@media(max-width:960px){
  .gh-process__step{padding-left:72px}
  .gh-process__step:before{position:absolute;top:22px;left:-19px;margin:0}
  .gh-process__step h3,.gh-process__step p{text-align:left}
}

/* Respiro dos depoimentos e movimento consistente dos cartões */
main>.gh-section:nth-of-type(6) .gh-grid{margin-top:58px}
.gh-card,.gh-bonus,.gh-flow__item,.gh-video-card,.gh-offer__box{box-shadow:0 14px 38px rgba(5,11,23,.08);transition:transform .58s cubic-bezier(.2,.7,.2,1),box-shadow .58s ease,border-color .58s ease}
.gh-paper .gh-card{box-shadow:0 16px 38px rgba(24,29,37,.075)}
@media(hover:hover) and (pointer:fine){
  .gh-card:hover,.gh-bonus:hover,.gh-flow__item:hover,.gh-video-card:hover,.gh-offer__box:hover{transform:translateY(-8px);border-color:rgba(240,174,60,.48);box-shadow:0 25px 58px rgba(5,11,23,.18)}
  .gh-paper .gh-card:hover{box-shadow:0 25px 55px rgba(32,28,20,.14)}
}
@media(max-width:620px){main>.gh-section:nth-of-type(6) .gh-grid{margin-top:42px}}
@media(prefers-reduced-motion:reduce){.gh-card,.gh-bonus,.gh-flow__item,.gh-video-card,.gh-offer__box{transition:none}.gh-card:hover,.gh-bonus:hover,.gh-flow__item:hover,.gh-video-card:hover,.gh-offer__box:hover{transform:none}}

/* Órbita definitiva: o ponto percorre o próprio anel, sem sumir. */
.gh-live-orbit{top:44%;left:93%;width:220px;height:220px;margin:-110px 0 0 -110px;border:1px solid rgba(247,200,119,.26);border-radius:50%;filter:drop-shadow(0 0 5px rgba(247,200,119,.24));animation:gh-live-ring 19s linear infinite}
.gh-live-orbit:before{position:absolute;inset:16px;border:1px solid rgba(247,200,119,.09);border-radius:50%;content:""}
.gh-live-orbit i{position:absolute;top:50%;left:50%;display:block;width:10px;height:10px;margin:-5px 0 0 -5px;transform:translateX(110px);animation:none;opacity:1}
@keyframes gh-live-ring{to{transform:rotate(360deg)}}
@media(max-width:960px){.gh-live-orbit{top:46%;left:84%;width:180px;height:180px;margin:-90px 0 0 -90px}.gh-live-orbit i{transform:translateX(90px)}}
@media(max-width:620px){.gh-live-orbit{top:45%;left:92%;width:120px;height:120px;margin:-60px 0 0 -60px}.gh-live-orbit i{transform:translateX(60px)}}
@media(prefers-reduced-motion:reduce){.gh-live-orbit{animation:none}}

/* Anel no espaço negativo da composição, sem cobrir o retrato. */
.gh-live-orbit{top:82%;left:26%}
@media(max-width:960px){.gh-live-orbit{top:72%;left:31%}}
@media(max-width:620px){.gh-live-orbit{top:76%;left:24%}}

/* Mobile: retrato centralizado e órbita removida para preservar a composição. */
@media(max-width:620px){.gh-hero__visual{background-position:95% bottom}.gh-live-orbit{display:none}}

/* Mobile: menu sempre abaixo do cabeçalho e sem botão de retorno ao topo. */
@media(max-width:620px){.gh-nav{top:calc(100% + 8px);z-index:1002}.gh-top{display:none!important}}

/* Mobile: conteúdo da hero centralizado e mais próximo do cabeçalho. */
@media(max-width:620px){
  .gh-hero{padding-top:70px}
  .gh-hero__copy{padding-top:22px;text-align:center}
  .gh-hero__lead{margin-right:auto;margin-left:auto}
  .gh-hero__actions{justify-content:center}
  .gh-microcopy{display:block;width:100%;text-align:center}
  .gh-trust div{text-align:center}
}

/* Mobile: mais contraste no símbolo pontilhado de Agotamiento. */
@media(max-width:620px){main>.gh-section:nth-of-type(2) .gh-card:nth-child(4) .gh-card__icon{border-color:rgba(64,38,0,.52);color:#553400}}

/* Centralização dos cabeçalhos exclusivamente no celular; cards preservados. */
@media(max-width:620px){
  .gh-section>.gh-container>.gh-kicker,.gh-method>div:first-child>.gh-kicker,.gh-about>div:last-child>.gh-kicker,.gh-hero__copy>.gh-kicker{display:flex;width:100%;justify-content:center;text-align:center}
  .gh-section>.gh-container>.gh-title,.gh-method>div:first-child>.gh-title,.gh-about>div:last-child>.gh-title,.gh-hero__copy>h1{margin-right:auto;margin-left:auto;text-align:center}
  .gh-section>.gh-container>.gh-subtitle,.gh-method>div:first-child>.gh-subtitle,.gh-about>div:last-child>.gh-subtitle,.gh-hero__copy>.gh-hero__lead{margin-right:auto;margin-left:auto;text-align:center}
}

/* Controle persistente e discreto das preferências de cookies */
.gh-cookie-control{position:fixed;z-index:900;left:24px;bottom:24px;display:grid;width:44px;height:44px;padding:10px;place-items:center;border:1px solid var(--gh-line);border-radius:50%;background:#0a1633;color:var(--gh-gold-2);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease,box-shadow .3s ease}
.gh-cookie-control.is-visible{opacity:1;pointer-events:auto;transform:none}
.gh-cookie-control:hover,.gh-cookie-control:focus-visible{border-color:var(--gh-gold);background:#10284a;color:var(--gh-gold-2);box-shadow:0 8px 24px rgba(0,0,0,.24);outline:none}
.gh-cookie-control svg{width:100%;height:100%;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.gh-cookie-control circle{fill:currentColor;stroke:none}
@media(max-width:620px){.gh-cookie-control{left:14px;bottom:14px}}

/* Pulso dourado nos dois controles flutuantes. */
.gh-top:hover,.gh-top:focus-visible,.gh-top:active{border-color:var(--gh-gold);background:#10284a;color:var(--gh-gold-2)!important;box-shadow:0 8px 24px rgba(0,0,0,.24);outline:none}
.gh-top:before,.gh-cookie-control:before{position:absolute;inset:-2px;padding:1px;border-radius:50%;background:conic-gradient(from 0deg,transparent 0 72%,rgba(240,174,60,.15) 80%,var(--gh-gold-2) 88%,#fff3c8 92%,var(--gh-gold) 96%,transparent 100%);content:"";opacity:0;pointer-events:none;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}
.gh-top.is-visible:before,.gh-cookie-control.is-visible:before{animation:gh-floating-border-pulse 6.5s ease-in-out infinite}
@keyframes gh-floating-border-pulse{0%{opacity:1;transform:rotate(0)}44%{opacity:1;transform:rotate(360deg)}52%,100%{opacity:0;transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.gh-top:before,.gh-cookie-control:before{display:none;animation:none}}

/* FAQ completo: 5 itens de cada lado em telas amplas. */
.gh-faq{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 48px;max-width:1180px}
.gh-faq__column{min-width:0}
@media(max-width:820px){.gh-faq{grid-template-columns:1fr;gap:0}}

/* Ajustes finais exportados do Personalizador */

/* Painel LGPD ancorado ao controle */
@media (min-width: 621px) {
  .gh-cookie {
    left: 78px !important;
    right: auto !important;
    bottom: 24px !important;
  }
}

/* Estado normal igual ao botão de voltar ao topo */
.gh-cookie-control {
  border-color: var(--gh-line) !important;
  background: #0a1633 !important;
  color: var(--gh-gold-2) !important;
  box-shadow: none !important;
  outline: none !important;
}
.gh-cookie-control:hover {
  border-color: var(--gh-gold) !important;
  background: #10284a !important;
  color: var(--gh-gold-2) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.24) !important;
}

/* Dourado somente ao clicar e enquanto o painel estiver aberto */
.gh-cookie-control:active,
.gh-cookie-control:focus,
.gh-cookie-control:focus-visible,
body:has(.gh-cookie.is-open) .gh-cookie-control {
  border-color: var(--gh-gold) !important;
  background: linear-gradient(135deg, var(--gh-gold-2), var(--gh-gold)) !important;
  color: var(--gh-ink) !important;
  box-shadow: 0 10px 28px rgba(240,174,60,.28) !important;
  outline: none !important;
}

@media (max-width: 620px) {
  .gh-cookie {
    left: 12px !important;
    right: 12px !important;
    bottom: 70px !important;
    width: auto !important;
    max-height: calc(100svh - 88px);
    overflow-y: auto;
  }
}

/* Hero com identidade facial corrigida */
.gh-hero:after {
  background-image: url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.webp') !important;
  background-image: image-set(url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.avif') type('image/avif'), url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.webp') type('image/webp')) !important;
}
@media (max-width: 960px) {
  .gh-hero__visual {
    background-image: url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.webp') !important;
    background-image: image-set(url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.avif') type('image/avif'), url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.webp') type('image/webp')) !important;
  }
}

/* Formatos modernos: maior especificidade para superar o CSS antigo do Personalizador. */
body .gh-hero:after {
  background-image: url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.webp') !important;
  background-image: image-set(url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.avif') type('image/avif'), url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.webp') type('image/webp')) !important;
}
@media (max-width: 960px) {
  .gh-hero .gh-hero__visual {
    background-image: url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.webp') !important;
    background-image: image-set(url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.avif') type('image/avif'), url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.webp') type('image/webp')) !important;
  }
}

/* Imagens responsivas e retratos dos depoimentos. */
.gh-video-consent picture{position:absolute;inset:0;width:100%;height:100%}
.gh-about__photo picture{display:block}
.gh-testimonial__person{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.gh-testimonial__person picture,.gh-testimonial__person img{display:block;width:58px;height:58px;flex:0 0 58px;border-radius:50%}
.gh-testimonial__person img{border:1px solid rgba(240,174,60,.52);object-fit:cover;box-shadow:0 8px 24px rgba(10,22,51,.14)}
.gh-testimonial__person p{margin-top:2px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.gh-testimonial blockquote{margin-bottom:0}

/* Depoimentos adicionais: trilho editorial e vídeos emoldurados */
.gh-testimonials__featured{margin-top:58px}
.gh-testimonials__more,.gh-video-testimonials{margin-top:76px}
.gh-testimonials__heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}
.gh-testimonials__heading .gh-kicker{margin-bottom:8px}
.gh-testimonials__heading h3{margin:0;font-family:var(--gh-serif);font-size:clamp(30px,3vw,44px);font-weight:600;line-height:1}
.gh-testimonials__controls{display:flex;gap:10px}
.gh-testimonials__controls button{display:grid;width:46px;height:46px;place-items:center;border:1px solid rgba(10,22,51,.25);border-radius:50%;background:transparent;color:var(--gh-ink);font-size:20px;cursor:pointer;transition:background .3s ease,color .3s ease,transform .3s ease}
.gh-testimonials__controls button:hover,.gh-testimonials__controls button:focus-visible{background:var(--gh-navy);color:var(--gh-gold-2);transform:translateY(-2px)}
.gh-testimonial-rail{display:flex;gap:22px;overflow-x:auto;padding:4px 2px 28px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-color:var(--gh-gold) rgba(10,22,51,.08);scrollbar-width:thin}
.gh-testimonial-rail .gh-testimonial{flex:0 0 calc((100% - 44px)/3);min-height:320px;scroll-snap-align:start}
.gh-testimonial__avatar{display:grid;width:58px;height:58px;flex:0 0 58px;place-items:center;border:1px solid rgba(240,174,60,.65);border-radius:50%;background:radial-gradient(circle at 32% 28%,#183866,#071329 72%);box-shadow:0 8px 24px rgba(10,22,51,.18),inset 0 0 0 4px rgba(247,200,119,.07);color:var(--gh-gold-2);font-family:var(--gh-serif);font-size:28px;font-weight:600}
.gh-testimonial--initial blockquote{font-size:20px}
.gh-video-testimonials__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;max-width:800px;margin-inline:auto}
.gh-video-testimonial{overflow:hidden;border:1px solid rgba(10,22,51,.16);border-radius:8px;background:#fffaf0;box-shadow:0 18px 48px rgba(10,22,51,.11);transition:transform .55s ease,box-shadow .55s ease}
.gh-video-testimonial:hover{transform:translateY(-6px);box-shadow:0 26px 58px rgba(10,22,51,.17)}
.gh-video-testimonial__frame{position:relative;display:grid;max-height:560px;aspect-ratio:9/16;overflow:hidden;place-items:center;border-bottom:1px solid rgba(240,174,60,.35);background:radial-gradient(circle at 50% 30%,#17365f,#061126 72%)}
.gh-video-testimonial__frame:before{position:absolute;z-index:0;inset:14px;border:1px solid rgba(247,200,119,.2);border-radius:5px;content:"";pointer-events:none}
.gh-video-testimonial video{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;background:#061126}
.gh-video-testimonial__caption{display:flex;gap:15px;align-items:center;padding:18px 20px}
.gh-video-testimonial__caption>span{color:#8b5b08;font-family:var(--gh-serif);font-size:26px}
.gh-video-testimonial__caption strong{display:block;font-family:var(--gh-serif);font-size:22px;line-height:1}
.gh-video-testimonial__caption p{margin:4px 0 0;color:#59606b;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.gh-testimonials__disclaimer{max-width:820px;margin:34px auto 0;color:#6b6f77;font-size:12px;text-align:center}
@media(max-width:960px){.gh-testimonial-rail .gh-testimonial{flex-basis:calc((100% - 22px)/2)}}
@media(max-width:620px){
  .gh-testimonials__featured{margin-top:42px}
  .gh-testimonials__more,.gh-video-testimonials{margin-top:58px}
  .gh-testimonials__heading{align-items:flex-start}
  .gh-testimonials__heading h3{font-size:32px}
  .gh-testimonials__controls button{width:42px;height:42px}
  .gh-testimonial-rail{gap:14px;margin-right:-14px;padding-right:28px}
  .gh-testimonial-rail .gh-testimonial{flex-basis:88%;min-height:300px}
  .gh-video-testimonials__grid{grid-template-columns:1fr;max-width:360px}
  .gh-video-testimonial__frame{max-height:none}
}


/* Ajustes finais exportados do Personalizador */

/* Painel LGPD ancorado ao controle */
@media (min-width: 621px) {
  .gh-cookie {
    left: 78px !important;
    right: auto !important;
    bottom: 24px !important;
  }
}

/* Estado normal igual ao botão de voltar ao topo */
.gh-cookie-control {
  border-color: var(--gh-line) !important;
  background: #0a1633 !important;
  color: var(--gh-gold-2) !important;
  box-shadow: none !important;
  outline: none !important;
}
.gh-cookie-control:hover {
  border-color: var(--gh-gold) !important;
  background: #10284a !important;
  color: var(--gh-gold-2) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.24) !important;
}

/* Dourado somente ao clicar e enquanto o painel estiver aberto */
.gh-cookie-control:active,
.gh-cookie-control:focus,
.gh-cookie-control:focus-visible,
body:has(.gh-cookie.is-open) .gh-cookie-control {
  border-color: var(--gh-gold) !important;
  background: linear-gradient(135deg, var(--gh-gold-2), var(--gh-gold)) !important;
  color: var(--gh-ink) !important;
  box-shadow: 0 10px 28px rgba(240,174,60,.28) !important;
  outline: none !important;
}

@media (max-width: 620px) {
  .gh-cookie {
    left: 12px !important;
    right: 12px !important;
    bottom: 70px !important;
    width: auto !important;
    max-height: calc(100svh - 88px);
    overflow-y: auto;
  }
}

/* Hero com identidade facial corrigida */
.gh-hero:after {
  background-image: url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.webp') !important;
}
@media (max-width: 960px) {
  .gh-hero__visual {
    background-image: url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.webp') !important;
  }
}

/* Hero zodiacal final — versão 1.8 */
body .gh-hero:after {
  background-image: url('assets/images/gibran-hero-zodiaco-v1.webp') !important;
  background-image: image-set(url('assets/images/gibran-hero-zodiaco-v1.avif') type('image/avif'),url('assets/images/gibran-hero-zodiaco-v1.webp') type('image/webp')) !important;
}
@media (max-width: 960px) {
  body .gh-hero .gh-hero__visual {
    background-image: url('assets/images/gibran-hero-zodiaco-v1.webp') !important;
    background-image: image-set(url('assets/images/gibran-hero-zodiaco-v1.avif') type('image/avif'),url('assets/images/gibran-hero-zodiaco-v1.webp') type('image/webp')) !important;
  }
}

/* Versão 1.8: prevalece sobre os ajustes antigos do Personalizador. */
body .gh-hero:after {
  background-image: url('assets/images/gibran-hero-zodiaco-v1.webp') !important;
  background-image: image-set(url('assets/images/gibran-hero-zodiaco-v1.avif') type('image/avif'),url('assets/images/gibran-hero-zodiaco-v1.webp') type('image/webp')) !important;
}
@media (max-width: 960px) {
  body .gh-hero .gh-hero__visual {
    background-image: url('assets/images/gibran-hero-zodiaco-v1.webp') !important;
    background-image: image-set(url('assets/images/gibran-hero-zodiaco-v1.avif') type('image/avif'),url('assets/images/gibran-hero-zodiaco-v1.webp') type('image/webp')) !important;
  }
}

/* Hero zodiacal final: mesma composição, mandala refinada e signos em escala natural. */
body .gh-hero:after {
  background-image: url('assets/images/gibran-hero-zodiaco-v1.webp') !important;
  background-image: image-set(url('assets/images/gibran-hero-zodiaco-v1.avif') type('image/avif'),url('assets/images/gibran-hero-zodiaco-v1.webp') type('image/webp')) !important;
}
@media (max-width: 960px) {
  body .gh-hero .gh-hero__visual {
    background-image: url('assets/images/gibran-hero-zodiaco-v1.webp') !important;
    background-image: image-set(url('assets/images/gibran-hero-zodiaco-v1.avif') type('image/avif'),url('assets/images/gibran-hero-zodiaco-v1.webp') type('image/webp')) !important;
  }
}

/* Retrato editorial integrado à explicação do método. */
.gh-method__editorial{display:grid;grid-template-columns:minmax(150px,.72fr) 1.28fr;gap:18px;align-items:stretch;margin-top:34px}
.gh-method__editorial picture{position:relative;display:block;overflow:hidden;padding:2px;border-radius:4px;background:linear-gradient(145deg,var(--gh-gold-2),rgba(240,174,60,.18));box-shadow:0 18px 42px rgba(0,0,0,.22)}
.gh-method__editorial picture:after{position:absolute;inset:10px;border:1px solid rgba(247,200,119,.28);border-radius:2px;content:"";pointer-events:none}
.gh-method__editorial img{display:block;width:100%;height:100%;min-height:285px;border-radius:2px;object-fit:cover;object-position:50% 23%;filter:saturate(.9) contrast(1.02)}
.gh-method__editorial .gh-quote{display:flex;margin:0;align-items:center;font-size:24px}
@media(max-width:620px){
  .gh-method__editorial{grid-template-columns:1fr;margin-top:30px}
  .gh-method__editorial picture{max-width:290px;margin-inline:auto}
  .gh-method__editorial img{height:390px;min-height:0}
  .gh-method__editorial .gh-quote{font-size:24px;text-align:left}
}

/* A foto principal de Sobre mí usa o enquadramento original, sem roupa recriada. */
.gh-about__photo img{object-position:50% 36%}


/* Ajustes finais exportados do Personalizador */

/* Painel LGPD ancorado ao controle */
@media (min-width: 621px) {
  .gh-cookie {
    left: 78px !important;
    right: auto !important;
    bottom: 24px !important;
  }
}

/* Estado normal igual ao botão de voltar ao topo */
.gh-cookie-control {
  border-color: var(--gh-line) !important;
  background: #0a1633 !important;
  color: var(--gh-gold-2) !important;
  box-shadow: none !important;
  outline: none !important;
}
.gh-cookie-control:hover {
  border-color: var(--gh-gold) !important;
  background: #10284a !important;
  color: var(--gh-gold-2) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.24) !important;
}

/* Dourado somente ao clicar e enquanto o painel estiver aberto */
.gh-cookie-control:active,
.gh-cookie-control:focus,
.gh-cookie-control:focus-visible,
body:has(.gh-cookie.is-open) .gh-cookie-control {
  border-color: var(--gh-gold) !important;
  background: linear-gradient(135deg, var(--gh-gold-2), var(--gh-gold)) !important;
  color: var(--gh-ink) !important;
  box-shadow: 0 10px 28px rgba(240,174,60,.28) !important;
  outline: none !important;
}

@media (max-width: 620px) {
  .gh-cookie {
    left: 12px !important;
    right: 12px !important;
    bottom: 70px !important;
    width: auto !important;
    max-height: calc(100svh - 88px);
    overflow-y: auto;
  }
}

/* Hero com identidade facial corrigida */
.gh-hero:after {
  background-image: url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.webp') !important;
}
@media (max-width: 960px) {
  .gh-hero__visual {
    background-image: url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.webp') !important;
  }
}


/* Ajustes finais exportados do Personalizador */

/* Painel LGPD ancorado ao controle */
@media (min-width: 621px) {
  .gh-cookie {
    left: 78px !important;
    right: auto !important;
    bottom: 24px !important;
  }
}

/* Estado normal igual ao botão de voltar ao topo */
.gh-cookie-control {
  border-color: var(--gh-line) !important;
  background: #0a1633 !important;
  color: var(--gh-gold-2) !important;
  box-shadow: none !important;
  outline: none !important;
}
.gh-cookie-control:hover {
  border-color: var(--gh-gold) !important;
  background: #10284a !important;
  color: var(--gh-gold-2) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.24) !important;
}

/* Dourado somente ao clicar e enquanto o painel estiver aberto */
.gh-cookie-control:active,
.gh-cookie-control:focus,
.gh-cookie-control:focus-visible,
body:has(.gh-cookie.is-open) .gh-cookie-control {
  border-color: var(--gh-gold) !important;
  background: linear-gradient(135deg, var(--gh-gold-2), var(--gh-gold)) !important;
  color: var(--gh-ink) !important;
  box-shadow: 0 10px 28px rgba(240,174,60,.28) !important;
  outline: none !important;
}

@media (max-width: 620px) {
  .gh-cookie {
    left: 12px !important;
    right: 12px !important;
    bottom: 70px !important;
    width: auto !important;
    max-height: calc(100svh - 88px);
    overflow-y: auto;
  }
}

/* Hero com identidade facial corrigida */
.gh-hero:after {
  background-image: url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.webp') !important;
}
@media (max-width: 960px) {
  .gh-hero__visual {
    background-image: url('assets/images/gibran-hero-rosto-referencia-v5-sem-furinho.webp') !important;
  }
}

