:root{--bg-deep:#070a14;--bg-base:#0d1424;--bg-elevated:#131b2e;--bg-card:#161f36;--bg-card-hover:#1c2742;--text-primary:#f5f0e6;--text-secondary:#a8a496;--text-muted:#6e6a5d;--gold-300:#e0c891;--gold-400:#d4b675;--gold-500:#c9a961;--gold-600:#b8923f;--gold-700:#7a6133;--rose:#d99d8a;--gradient-brand:linear-gradient(135deg, var(--gold-400) 0%, var(--gold-500) 45%, var(--rose) 100%);--gradient-gold:linear-gradient(135deg, var(--gold-600), var(--gold-400));--shadow-glow-gold:0 0 60px #c9a96138;--shadow-glow-soft:0 0 40px #d99d8a26;--font-display:"Cormorant Garamond", serif;--font-body:"Outfit", sans-serif;--nav-height:84px;--container:1280px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);background:var(--bg-deep);color:var(--text-primary);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.container{width:min(var(--container), calc(100% - 2.5rem));margin-inline:auto}.cursor-glow{pointer-events:none;z-index:9999;opacity:0;background:radial-gradient(circle,#c9a96114 0%,#0000 70%);border-radius:50%;width:400px;height:400px;transition:opacity .3s;position:fixed;transform:translate(-50%,-50%)}body:hover .cursor-glow{opacity:1}@media (pointer:coarse){.cursor-glow{display:none}}.btn{font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.95rem 1.85rem;font-size:.95rem;font-weight:600;transition:transform .3s,box-shadow .3s,background .3s;display:inline-flex}.btn--sm{padding:.6rem 1.25rem;font-size:.875rem}.btn--primary{background:var(--gradient-brand);color:var(--bg-deep);box-shadow:0 4px 24px #c9a96159}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #c9a96180}.btn--ghost{color:var(--text-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f5f0e60a;border:1px solid #c9a9614d}.btn--ghost:hover{border-color:var(--gold-500);background:#f5f0e614}.btn--whatsapp{color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 4px 24px #25d3664d}.btn--whatsapp:hover{box-shadow:0 8px 32px #25d36666}.nav{z-index:100;height:var(--nav-height);transition:background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s,border-color .4s;position:fixed;top:0;left:0;right:0}.nav--scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#070a14e0;border-bottom:1px solid #c9a9611a}.nav__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.nav__logo{font-family:var(--font-display);letter-spacing:.01em;align-items:center;gap:.85rem;font-size:1.55rem;font-weight:700;display:flex}.nav__logo-mark{width:46px;height:58px;color:var(--gold-500);flex-shrink:0}.nav__links{gap:2rem;display:flex}.nav__links a{color:var(--text-secondary);font-size:.88rem;font-weight:500;transition:color .3s;position:relative}.nav__links a:after{content:"";background:var(--gold-500);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav__links a:hover{color:var(--text-primary)}.nav__links a:hover:after{width:100%}.nav__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav__toggle span{background:var(--text-primary);width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.hero{min-height:100dvh;padding-top:calc(var(--nav-height) + 2rem);flex-direction:column;justify-content:center;padding-bottom:0;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;background:radial-gradient(ellipse 60% 50% at 80% 30%, #c9a9611f 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 10% 70%, #d99d8a14 0%, transparent 55%), linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-base) 100%);position:absolute;inset:0}.hero__dots{width:100%;height:100%;position:absolute;inset:0}.hero__glow{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.hero__glow--top{background:#c9a9612e;width:380px;height:380px;top:8%;left:30%}.hero__glow--bottom{background:#d99d8a1f;width:320px;height:320px;bottom:12%;right:18%}.hero__constellation{width:260px;height:260px;color:var(--gold-500);opacity:.4;animation:80s linear infinite slowRotate;position:absolute;top:8%;right:5%}@keyframes slowRotate{to{transform:rotate(360deg)}}.hero__layout{z-index:1;grid-template-columns:minmax(280px,460px) 1fr;align-items:center;gap:5rem;padding-block:2rem;display:grid;position:relative}.hero__portrait{flex-direction:column;gap:.85rem;display:flex;position:relative}.hero__portrait-tag{font-family:var(--font-body);letter-spacing:.25em;text-transform:uppercase;color:var(--gold-500);align-self:flex-end;font-size:.7rem;font-weight:500}.hero__portrait-frame{aspect-ratio:4/5;background:var(--bg-card);isolation:isolate;position:relative;overflow:hidden;box-shadow:0 30px 80px #0000008c}.hero__portrait-img{object-fit:cover;object-position:center 30%;filter:contrast(1.05)saturate(.95);width:100%;height:100%;transition:transform 8s}.hero__portrait-frame:hover .hero__portrait-img{transform:scale(1.06)}.hero__corner{z-index:2;pointer-events:none;width:28px;height:28px;position:absolute}.hero__corner--tl{border-top:1px solid var(--gold-500);border-left:1px solid var(--gold-500);top:12px;left:12px}.hero__corner--tr{border-top:1px solid var(--gold-500);border-right:1px solid var(--gold-500);top:12px;right:12px}.hero__corner--bl{border-bottom:1px solid var(--gold-500);border-left:1px solid var(--gold-500);bottom:12px;left:12px}.hero__corner--br{border-bottom:1px solid var(--gold-500);border-right:1px solid var(--gold-500);bottom:12px;right:12px}.hero__portrait-caption{z-index:1;background:linear-gradient(#0000,#070a14d9);padding:1.25rem 1rem 1rem;position:absolute;bottom:0;left:0;right:0}.hero__portrait-caption span{letter-spacing:.08em;color:var(--gold-300);text-align:center;font-size:.7rem;display:block}.hero__editorial{flex-direction:column;display:flex;position:relative}.hero__vertical{font-family:var(--font-body);letter-spacing:.3em;color:var(--gold-700);writing-mode:vertical-rl;flex-direction:column;gap:1.5rem;font-size:.65rem;font-weight:500;display:flex;position:absolute;top:0;left:-3rem;transform:rotate(180deg)}.hero__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--gold-400);align-items:center;gap:.65rem;margin-bottom:1.5rem;font-size:.78rem;font-weight:500;display:flex}.hero__eyebrow:before{content:"";background:var(--gold-500);width:40px;height:1px}.hero__title{font-family:var(--font-display);letter-spacing:-.025em;margin-bottom:1.75rem;font-size:clamp(3.5rem,9vw,7.5rem);font-weight:600;line-height:.95}.hero__title-line{display:block}.hero__title-line--accent{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:600}.hero__subtitle{color:var(--text-secondary);max-width:540px;margin-bottom:2.5rem;font-size:clamp(1rem,1.4vw,1.15rem);font-weight:300;line-height:1.75}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__stats-bar{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0d142480;border-top:1px solid #c9a9612e;border-bottom:1px solid #c9a9612e;grid-template-columns:repeat(4,1fr);margin-top:5rem;display:grid;position:relative}.hero__stat{text-align:center;border-right:1px solid #c9a9611f;padding:1.5rem 2rem}.hero__stat:last-child{border-right:none}.hero__stat strong{font-family:var(--font-display);color:var(--gold-400);margin-bottom:.4rem;font-size:1.85rem;font-weight:700;line-height:1;display:block}.hero__stat span{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;display:block}.manifesto{text-align:center;background:var(--bg-base);border-top:1px solid #c9a9611a;border-bottom:1px solid #c9a9611a;padding:6rem 1.5rem 7rem;position:relative;overflow:hidden}.manifesto:before{content:"";pointer-events:none;background:radial-gradient(60% 80%,#c9a96114,#0000 70%);position:absolute;inset:0}.manifesto__rule{width:240px;color:var(--gold-500);margin:0 auto 3rem}.manifesto__rule svg{width:100%;height:20px}.manifesto__quote{font-family:var(--font-display);color:var(--text-primary);z-index:1;max-width:1000px;margin:0 auto;font-size:clamp(1.75rem,3.5vw,3.25rem);font-weight:500;line-height:1.25;position:relative}.manifesto__quote em{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:600}.manifesto__open,.manifesto__close{font-family:var(--font-display);color:var(--gold-500);opacity:.5;vertical-align:-.05em;font-size:1.1em}.manifesto__sign{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--gold-400);margin-top:2.5rem;font-size:.85rem}.section{padding:7rem 0;position:relative}.section__label{letter-spacing:.28em;text-transform:uppercase;color:var(--gold-400);align-items:center;gap:.6rem;margin-bottom:1.25rem;font-size:.72rem;font-weight:500;display:inline-flex}.section__label:before{content:"";background:var(--gold-500);width:32px;height:1px}.section__title{font-family:var(--font-display);letter-spacing:-.015em;margin-bottom:1.25rem;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:600;line-height:1.08}.section__subtitle{color:var(--text-secondary);margin-inline:auto;max-width:540px;margin-top:.5rem;font-size:1.05rem;font-weight:300}.section__header{max-width:800px;margin-bottom:4rem}.section__header--center{text-align:center;margin-inline:auto}.section__header--center .section__label{justify-content:center}.section__header--center .section__label:before{display:none}.text-accent{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:600}.section--about{background:var(--bg-deep)}.about__header{max-width:920px;margin-bottom:3.5rem}.about__article{border-top:1px solid #c9a9611f;grid-template-columns:1fr 1fr;gap:3.5rem;margin-bottom:4rem;padding-top:2.5rem;display:grid}.about__col p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1.02rem;font-weight:300;line-height:1.85}.about__col p:last-child{margin-bottom:0}.about__col strong{color:var(--text-primary);font-weight:600}.about__col em{color:var(--gold-400);font-style:italic;font-weight:500}.about__lead{color:var(--text-primary)!important;font-size:1.1rem!important;font-weight:400!important}.about__dropcap{float:left;font-family:var(--font-display);color:var(--gold-500);margin:.4rem .85rem 0 0;font-size:4.2rem;font-weight:700;line-height:.85}.about__credentials,.about__brands{border-top:1px solid #c9a9611f;grid-template-columns:200px 1fr;align-items:center;gap:2rem;padding:2rem 0;display:grid}.about__cred-label{font-family:var(--font-body);letter-spacing:.25em;text-transform:uppercase;color:var(--gold-400);font-size:.72rem;font-weight:500}.about__cred-list{flex-wrap:wrap;gap:.5rem;display:flex}.about__cred-list li{color:var(--gold-300);background:#c9a96114;border:1px solid #c9a9612e;border-radius:100px;padding:.5rem 1rem;font-size:.82rem;font-weight:500}.about__brand-strip{font-family:var(--font-display);color:var(--text-primary);flex-wrap:wrap;align-items:center;gap:1rem;font-size:1.35rem;font-style:italic;font-weight:600;display:flex}.about__brand-sep{color:var(--gold-500);opacity:.7;font-size:.75rem;font-style:normal}.section--services{background:var(--bg-base)}.bento{grid-template-rows:1fr 1fr;grid-template-columns:1.4fr 1fr;gap:1.5rem;min-height:600px;display:grid}.bento__feature{background:linear-gradient(160deg, #c9a96124 0%, var(--bg-card) 55%);border:1px solid #c9a9614d;border-radius:28px;flex-direction:column;grid-row:span 2;justify-content:space-between;padding:3rem;transition:transform .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden}.bento__feature:hover{box-shadow:var(--shadow-glow-gold);transform:translateY(-4px)}.bento__feature-deco{width:280px;height:280px;color:var(--gold-500);opacity:.18;pointer-events:none;position:absolute;bottom:-40px;right:-40px}.bento__feature-deco svg{width:100%;height:100%;animation:60s linear infinite slowRotate}.bento__feature-content{z-index:1;position:relative}.bento__feature h3{font-family:var(--font-display);letter-spacing:-.015em;margin-bottom:1.25rem;font-size:clamp(2.25rem,4vw,2.85rem);font-weight:600;line-height:1.05}.bento__desc{color:var(--text-secondary);margin-bottom:1.75rem;font-size:1.02rem;font-weight:300;line-height:1.8}.bento__highlights{border-top:1px solid #c9a96126;flex-direction:column;gap:.75rem;margin-bottom:2rem;padding-top:1.5rem;display:flex}.bento__highlights li{color:var(--text-secondary);padding-left:1.25rem;font-size:.95rem;position:relative}.bento__highlights li:before{content:"◆";color:var(--gold-500);font-size:.65rem;position:absolute;top:.55em;left:0}.bento__highlights strong{color:var(--text-primary);font-weight:600}.bento__cta{font-family:var(--font-body);color:var(--gold-400);align-self:flex-start;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;transition:gap .3s,color .3s;display:inline-flex}.bento__cta:hover{color:var(--gold-300);gap:.85rem}.bento__small{background:var(--bg-card);border:1px solid #c9a9611a;border-radius:24px;flex-direction:column;justify-content:space-between;padding:2.25rem;transition:transform .4s,border-color .4s,box-shadow .4s;display:flex;position:relative}.bento__small:hover{box-shadow:var(--shadow-glow-gold);border-color:#c9a96159;transform:translateY(-4px)}.bento__num{font-family:var(--font-display);color:var(--gold-700);font-size:2rem;font-weight:700;line-height:1;position:absolute;top:1.75rem;right:1.75rem}.bento__tag{text-transform:uppercase;letter-spacing:.18em;color:var(--text-muted);margin-bottom:.85rem;font-size:.68rem;font-weight:600;display:inline-block}.bento__tag--gold{color:var(--gold-400)}.bento__small h3{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.65rem;font-weight:600}.bento__small p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;font-weight:300;line-height:1.65}.bento__meta{color:var(--gold-700);letter-spacing:.05em;font-size:.78rem;font-style:italic}.section--method{background:var(--bg-deep);overflow:hidden}.journey{max-width:900px;margin:0 auto;padding:2rem 0;position:relative}.journey__path{z-index:0;pointer-events:none;opacity:.6;width:800px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.journey__step{z-index:1;grid-template-columns:1fr auto 1fr;align-items:center;gap:2.5rem;margin-bottom:5rem;display:grid;position:relative}.journey__step:last-child{margin-bottom:0}.journey__step--left .journey__content{text-align:right;grid-column:1}.journey__step--left .journey__node{grid-column:2}.journey__step--right .journey__node{order:2;grid-column:2}.journey__step--right .journey__content{text-align:left;order:3;grid-column:3}.journey__step--right .journey__bullets{align-items:flex-start}.journey__step--left .journey__bullets{align-items:flex-end}.journey__node{background:var(--bg-base);border:1px solid var(--gold-500);width:72px;height:72px;font-family:var(--font-display);color:var(--gold-400);box-shadow:0 0 0 6px var(--bg-deep), 0 0 28px #c9a9614d;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;display:flex}.journey__content h3{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600}.journey__content p{color:var(--text-secondary);max-width:360px;margin-bottom:1.25rem;margin-left:auto;margin-right:0;font-size:1rem;font-weight:300;line-height:1.75}.journey__step--right .journey__content p{margin-left:0;margin-right:auto}.journey__bullets{flex-direction:column;gap:.4rem;display:flex}.journey__bullets li{color:var(--gold-300);letter-spacing:.02em;font-size:.85rem}.section--testimonials{background:var(--bg-base)}.testimonial-feature{background:linear-gradient(135deg,#c9a9611a,#d99d8a0a);border:1px solid #c9a96133;border-radius:28px;margin-bottom:1.5rem;padding:3.5rem 4rem 3rem;position:relative;overflow:hidden}.testimonial-feature__mark{width:60px;height:60px;color:var(--gold-500);opacity:.25;position:absolute;top:2rem;left:2rem}.testimonial-feature__body{z-index:1;padding-left:5.5rem;position:relative}.testimonial-feature__quote{font-family:var(--font-display);color:var(--text-primary);margin:1.25rem 0 2rem;font-size:clamp(1.4rem,2.4vw,1.85rem);font-style:italic;font-weight:500;line-height:1.5}.testimonial-feature__author{border-top:1px solid #c9a96126;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.testimonial__stars{gap:.25rem;display:flex}.testimonial__stars svg{width:18px;height:18px;fill:var(--gold-500);filter:drop-shadow(0 0 6px #c9a96166)}.testimonial__avatar{background:var(--gradient-brand);width:48px;height:48px;font-family:var(--font-display);color:var(--bg-deep);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.testimonial-feature__author strong,.testimonial-card__author strong{color:var(--text-primary);font-size:1rem;display:block}.testimonial-feature__author span,.testimonial-card__author span{color:var(--text-muted);font-size:.82rem}.testimonial-card{background:var(--bg-card);border:1px solid #c9a9611f;border-radius:24px;max-width:560px;margin-left:auto;padding:2.5rem;transition:transform .4s,border-color .4s,box-shadow .4s}.testimonial-card:hover{box-shadow:var(--shadow-glow-gold);border-color:#c9a9614d;transform:translateY(-3px)}.testimonial-card__quote{font-family:var(--font-display);color:var(--text-primary);margin:1.25rem 0 1.75rem;font-size:1.2rem;font-style:italic;line-height:1.55}.testimonial-card__author{border-top:1px solid #c9a9611a;padding-top:1.25rem}.section--contact{background:var(--bg-deep);padding-bottom:5rem}.contact{border:1px solid #c9a9612e;border-radius:28px;grid-template-columns:1.2fr 1fr;min-height:460px;display:grid;overflow:hidden;box-shadow:0 30px 80px #0006}.contact__panel{flex-direction:column;padding:3.5rem 3rem;display:flex;position:relative}.contact__panel--dark{background:linear-gradient(160deg, #c9a96129 0%, var(--bg-card) 55%, var(--bg-base) 100%);justify-content:center}.contact__panel--dark .btn--whatsapp{justify-content:center;width:70%;min-width:280px}.contact__panel-deco{width:200px;height:200px;color:var(--gold-500);opacity:.15;pointer-events:none;position:absolute;top:-30px;right:-30px}.contact__panel-deco svg{width:100%;height:100%;animation:70s linear infinite slowRotate}.contact__text{color:var(--text-secondary);max-width:480px;margin-bottom:2rem;font-size:1.02rem;font-weight:300;line-height:1.75}.contact__text strong{color:var(--gold-400);font-weight:500}.contact__panel--info{background:var(--bg-card);border-left:1px solid #c9a96126;justify-content:space-between}.contact__info-header{border-bottom:1px solid #c9a96126;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.contact__info-mark{width:52px;height:66px;color:var(--gold-500);flex-shrink:0}.contact__info-header strong{font-family:var(--font-display);font-size:1.65rem;font-weight:600;display:block}.contact__info-header span{color:var(--text-muted);font-size:.95rem}.contact__info-list{flex-direction:column;gap:1rem;display:flex}.contact__info-list>div{border-bottom:1px dashed #c9a9611a;grid-template-columns:120px 1fr;gap:1rem;padding:.75rem 0;display:grid}.contact__info-list dt{letter-spacing:.18em;text-transform:uppercase;color:var(--gold-700);align-self:center;font-size:.8rem;font-weight:500}.contact__info-list dd{color:var(--text-primary);font-size:1.08rem;font-weight:400}.contact__info-list dd a{color:var(--gold-400);transition:color .2s}.contact__info-list dd a:hover{color:var(--gold-300)}.contact__info-foot{color:var(--text-secondary);font-size:1.15rem;font-style:italic;font-family:var(--font-display);border-top:1px solid #c9a9611a;margin-top:2rem;padding-top:1.5rem;line-height:1.55}.footer{background:var(--bg-base);border-top:1px solid #c9a9611a;padding:2.75rem 0 0}.footer__inner{grid-template-columns:1fr auto;align-items:center;gap:2rem;padding-bottom:2.25rem;display:grid}.footer__logo-link{color:var(--text-primary);align-items:center;gap:.65rem;display:inline-flex}.footer__logo-mark{width:30px;height:38px;color:var(--gold-500)}.footer__logo{font-family:var(--font-display);font-size:1.25rem;font-weight:700}.footer__brand p{color:var(--text-muted);margin-top:.4rem;font-size:.88rem}.footer__links{gap:1.75rem;display:flex}.footer__links a{color:var(--text-secondary);font-size:.88rem;transition:color .3s}.footer__links a:hover{color:var(--gold-400)}.footer__bottom{border-top:1px solid #c9a96114;padding:1.1rem 0}.footer__copy{text-align:center;color:var(--text-muted);letter-spacing:.04em;font-size:.78rem}.wa-fab{z-index:90;color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;display:inline-flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 28px #25d36666}.wa-fab:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 14px 36px #25d3668c}.wa-fab__pulse{pointer-events:none;border:2px solid #25d366;border-radius:50%;animation:2.4s cubic-bezier(.4,0,.6,1) infinite waPulse;position:absolute;inset:0}@keyframes waPulse{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@media (width<=1024px){.hero{padding-top:calc(var(--nav-height) + 3rem)}.hero__layout{text-align:center;grid-template-columns:1fr;gap:3rem}.hero__portrait{max-width:380px;margin-inline:auto}.hero__portrait-tag{align-self:center}.hero__vertical{display:none}.hero__eyebrow{justify-content:center}.hero__subtitle{margin-inline:auto}.hero__actions{justify-content:center}.hero__stats-bar{grid-template-columns:repeat(2,1fr)}.hero__stat{border-bottom:1px solid #c9a9611f}.hero__stat:nth-child(2){border-right:none}.hero__stat:nth-child(3),.hero__stat:nth-child(4){border-bottom:none}.about__article{grid-template-columns:1fr;gap:2rem}.about__credentials,.about__brands{grid-template-columns:1fr;gap:1rem}.bento{grid-template-rows:auto;grid-template-columns:1fr}.bento__feature{grid-row:auto}.bento__feature h3{font-size:2rem}.journey__path{display:none}.journey__step{gap:1.5rem;margin-bottom:3rem;text-align:left!important;grid-template-columns:auto 1fr!important}.journey__step--left .journey__content,.journey__step--right .journey__content{text-align:left!important;grid-column:2!important}.journey__step--left .journey__node,.journey__step--right .journey__node{order:0!important;grid-column:1!important}.journey__step--left .journey__bullets,.journey__step--right .journey__bullets{align-items:flex-start}.journey__content p{margin-left:0!important;margin-right:0!important}.testimonial-feature{padding:2.5rem}.testimonial-feature__mark{display:none}.testimonial-feature__body{padding-left:0}.testimonial-card{margin-left:0}.contact{grid-template-columns:1fr}.contact__panel--info{border-top:1px solid #c9a96126;border-left:none}}@media (width<=768px){.nav__links,.nav__cta{display:none}.nav__toggle{display:flex}.nav--open .nav__links{inset:var(--nav-height) 0 0 0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#070a14f7;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;display:flex;position:fixed}.nav--open .nav__cta{z-index:101;display:inline-flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.hero__stats-bar{grid-template-columns:1fr}.hero__stat{border-bottom:1px solid #c9a9611f;border-right:none!important}.hero__stat:last-child{border-bottom:none}.contact__panel{padding:2.5rem 2rem}.wa-fab{width:54px;height:54px;bottom:1rem;right:1rem}.footer__inner{text-align:center;grid-template-columns:1fr;gap:1.5rem}.footer__logo-link{justify-content:center}.footer__links{flex-wrap:wrap;justify-content:center}}[data-reveal]{will-change:transform, opacity}
