:root{

  --bg:#FFFFFF;
  --surface:#FAFAFA;
  --white:#FFFFFF;
  --ink:#1F1F1F;
  --ink-2:#4D4D4D;
  --ink-3:#DFE0E0;
  --ink-inv:#FAFAFA;
  --accent:#1D3868;
  --accent-deep:#15294C;
  --dark:#161616;
  --border:#DFE0E0;
  --scrim:rgba(0,0,0,0.55);

  --font-body:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-display:'Lora',Georgia,'Times New Roman',serif;

  --container:1200px;
  --container-wide:1280px;
  --pad-x:20px;
  --section-y:100px;
  --radius-card:12px;
  --radius-btn:8px;
  --radius-icon:6px;
  --radius-pill:50px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.6;
  letter-spacing:-0.16px;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
ul{margin:0;padding:0;list-style:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
h1,h2,h3,h4,h5,h6{
  margin:0;
  font-family:var(--font-display);
  font-weight:500;
  font-optical-sizing:auto;
  text-wrap:balance;
  overflow-wrap:break-word;
}
p{margin:0}

.band{
  width:100%;
  padding:var(--section-y) var(--pad-x);
  position:relative;
}
.container{
  width:100%;
  max-width:var(--container);
  margin-inline:auto;
}
.container-wide{
  width:100%;
  max-width:var(--container-wide);
  margin-inline:auto;
}

h1,.h1{font-size:54px;line-height:1.2;letter-spacing:-0.005em}
h2,.h2{font-size:42px;line-height:1.2;letter-spacing:-0.01em;color:var(--ink)}
.h3-lg{font-size:28px;line-height:1.25;letter-spacing:-0.01em;color:var(--ink)}
.h3{font-size:24px;line-height:1.3;letter-spacing:-0.005em;color:var(--ink);font-family:var(--font-display);font-weight:500;margin:0}
.card-title{font-size:20px;line-height:1.3;letter-spacing:-0.02em;color:var(--ink);font-family:var(--font-body);font-weight:500;margin:0}
.lead{font-size:18px;line-height:1.6;letter-spacing:-0.02em;color:var(--ink-2)}
.meta{font-size:16px;line-height:1.6;letter-spacing:-0.01em;color:var(--ink-2)}

.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:var(--font-body);
  font-size:14px;line-height:1.6;font-weight:600;
  letter-spacing:0.06em;text-transform:uppercase;
  color:var(--ink);
}
.eyebrow .dot{width:8px;height:8px;border-radius:var(--radius-pill);background:var(--accent);flex:0 0 8px}
.eyebrow-light{color:var(--ink-3)}
.eyebrow-light .dot{background:var(--ink-3)}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  position:relative;overflow:hidden;
  padding:9px 24px;min-height:48px;
  border-radius:var(--radius-btn);
  font-size:16px;font-weight:500;letter-spacing:-0.01em;
  transition:background-color .3s ease,color .3s ease,transform .3s ease;
  will-change:transform;
}
.btn-lab{display:block;transition:transform .38s cubic-bezier(.22,1,.36,1)}

.btn-lab-1{align-self:stretch;display:flex;align-items:center;justify-content:center;margin-block:-9px;padding-block:9px}
.btn-lab-2{position:absolute;left:24px;right:24px;top:0;bottom:0;display:flex;align-items:center;justify-content:center;transform:translateY(100%)}
.btn:hover .btn-lab-1{transform:translateY(-100%)}
.btn:hover .btn-lab-2{transform:translateY(0)}
.btn-primary{background:var(--accent);color:var(--ink-inv)}
.btn-primary:hover{background:var(--accent-deep)}
.btn-white{background:var(--white);color:var(--ink)}
.btn-white:hover{background:var(--surface)}
.btn-outline{background:var(--white);color:var(--ink);box-shadow:inset 0 0 0 1px var(--border)}
.btn-outline:hover{background:var(--surface)}

.ic{width:24px;height:24px;flex:0 0 24px;color:currentColor}
.icon-box{
  width:44px;height:44px;flex:0 0 44px;
  display:flex;align-items:center;justify-content:center;
  background:var(--white);border-radius:var(--radius-icon);
  box-shadow:inset 0 0 0 1px var(--border);
  color:var(--accent);
}
.icon-box .ic{width:28px;height:28px;flex:0 0 28px}

.site-header{
  position:fixed;top:0;left:0;right:0;width:100%;
  padding:20px var(--pad-x) 0;
  z-index:90;
  transition:transform .4s cubic-bezier(.22,1,.36,1);
}
.site-header.is-hidden{transform:translateY(-120%)}
.header-pill{
  display:flex;align-items:center;justify-content:space-between;gap:8px;
  background:var(--white);
  border-radius:10px;
  padding:14px 22px;
  min-height:76px;
}
.brand img{height:30px;width:auto}
.nav-links{display:flex;align-items:center;gap:32px}
.nav-links a,.nav-drop>span{
  font-size:16px;font-weight:400;letter-spacing:-0.01em;color:var(--ink-2);
  transition:color .25s ease;
}
.nav-links a:hover,.nav-drop:hover>span{color:var(--ink)}
.nav-drop{position:relative;display:flex;align-items:center;gap:6px;cursor:pointer}
.nav-drop .ic{width:16px;height:16px;flex:0 0 16px;color:var(--ink-2);transition:transform .25s ease}
.nav-drop:hover .ic{transform:rotate(180deg)}
.nav-panel{
  position:absolute;top:calc(100% + 18px);left:-16px;
  min-width:260px;padding:10px;
  background:var(--white);border-radius:var(--radius-card);
  box-shadow:0 18px 50px rgba(0,0,0,.1);
  opacity:0;visibility:hidden;transform:translateY(6px);
  transition:opacity .25s ease,transform .25s ease,visibility .25s;
}
.nav-drop:hover .nav-panel{opacity:1;visibility:visible;transform:translateY(0)}
.nav-panel a{display:block;padding:9px 12px;border-radius:8px;font-size:16px}
.nav-panel a:hover{background:var(--surface)}
.header-actions{display:flex;align-items:center;gap:12px}

.menu-toggle{
  display:none;width:44px;height:44px;border-radius:var(--radius-btn);
  flex-direction:column;align-items:center;justify-content:center;gap:5px;
  position:relative;z-index:110;
}
.mt-bar{width:20px;height:2px;background:var(--ink);border-radius:2px;transition:transform .3s ease,opacity .2s ease}
.menu-toggle.is-open .mt-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle.is-open .mt-bar:nth-child(2){opacity:0}
.menu-toggle.is-open .mt-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.mobile-menu{
  position:fixed;inset:0;background:var(--white);z-index:100;
  opacity:0;pointer-events:none;transition:opacity .3s ease;overflow-y:auto;
}
.mobile-menu.is-open{opacity:1;pointer-events:auto}
.mobile-menu-close{
  position:absolute;top:24px;right:20px;width:44px;height:44px;
  display:flex;align-items:center;justify-content:center;
  border-radius:var(--radius-btn);color:var(--ink);
}
.mobile-menu-close svg{width:22px;height:22px}
.mobile-menu-inner{display:flex;flex-direction:column;min-height:100%;padding:110px 24px 40px}
.mobile-menu-list{margin:0 0 28px}
.mobile-menu-list a{
  display:block;padding:16px 0;border-bottom:1px solid var(--border);
  color:var(--accent);font-size:22px;font-weight:600;letter-spacing:-0.02em;
  transition:color .25s ease,padding-left .25s ease;
}
.mobile-menu-list a:hover{color:var(--ink);padding-left:6px}
.mobile-menu-cta{align-self:flex-start;margin-top:8px}
.mobile-menu-meta{color:var(--ink-2);font-size:13px;margin:24px 0 0;max-width:280px}

.hero{
  min-height:100vh;
  padding:80px var(--pad-x);
  display:flex;align-items:center;
  overflow:hidden;
}
.hero-bg{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;object-position:center;
  z-index:0;
}
.hero-scrim{position:absolute;inset:0;background:var(--scrim);z-index:1}
.hero-inner{
  position:relative;z-index:2;
  display:flex;flex-direction:column;justify-content:space-between;gap:40px;
  min-height:789px;
  padding-top:120px;
}

.hero-top{display:flex;flex-direction:column;gap:20px;max-width:720px}
.hero h1{color:var(--ink-inv);max-width:720px}
.hero-lead{
  font-size:18px;line-height:1.6;letter-spacing:-0.02em;color:var(--ink-3);
  max-width:500px;
}
.hero-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-checks{display:flex;flex-direction:column;gap:8px}
.hero-checks li{
  display:flex;align-items:center;gap:6px;
  font-size:18px;line-height:1.6;letter-spacing:-0.02em;color:var(--ink-3);
}
.hero-checks .ic{width:22px;height:22px;flex:0 0 22px;color:var(--ink-inv)}

.trusted{padding:40px var(--pad-x);background:var(--bg)}
.trusted .container{display:flex;align-items:center;gap:40px}
.trusted-title{
  flex:0 0 250px;max-width:250px;
  font-family:var(--font-display);font-size:24px;line-height:1.3;
  letter-spacing:-0.005em;font-weight:500;color:var(--ink);
}
.marquee{overflow:hidden;flex:1 1 auto;width:100%;min-width:0;align-self:stretch;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
.marquee-track{display:flex;align-items:center;gap:40px;width:max-content;animation:marquee 26s linear infinite}
.marquee:hover .marquee-track{animation-play-state:paused}
.marquee-track img{height:30px;width:auto}
.trusted .marquee-track{filter:grayscale(1)}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes marquee-rev{from{transform:translateX(-50%)}to{transform:translateX(0)}}

.section-head{display:flex;flex-direction:column;gap:16px;max-width:600px}
.section-head .eyebrow{align-self:flex-start}

.section-head-center{align-items:center;text-align:center;align-self:center;width:100%;margin-inline:auto}

.section-head-center{max-width:none}
.section-head-center h2{max-width:920px;margin-inline:auto}
.section-head-center .lead,.section-head-center p:not(.eyebrow){max-width:800px;margin-inline:auto}
@media (max-width:1024px){
  .section-head-center h2{max-width:640px}
  .section-head-center .lead,.section-head-center p:not(.eyebrow){max-width:620px}
}
@media (max-width:640px){
  .section-head-center h2,.section-head-center .lead,.section-head-center p:not(.eyebrow){max-width:100%}
}

.section-head-center .eyebrow{align-self:center}
.services .container{display:flex;flex-direction:column;gap:40px}
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.svc-card{
  position:relative;
  display:flex;flex-direction:column;gap:24px;
  background:var(--surface);border-radius:var(--radius-card);
  padding:24px;
  box-shadow:inset 0 0 0 1px var(--border);
  transition:background-color .3s ease,transform .3s ease;
}
.svc-card:hover{background:var(--white);transform:translateY(-3px)}
.svc-card-body{display:flex;flex-direction:column;gap:8px}
.svc-more{
  position:absolute;left:24px;bottom:16px;
  display:inline-flex;align-items:center;gap:6px;
  font-size:16px;font-weight:500;color:var(--accent);
  opacity:1;transform:none;
  transition:opacity .3s ease,transform .3s ease;
  pointer-events:none;
}
.svc-card:hover .svc-more{opacity:1;transform:none}
.svc-foot{display:flex;align-items:center;justify-content:space-between;gap:40px}
.svc-foot-actions{display:flex;flex-direction:column;gap:12px;align-items:flex-start;flex:0 0 auto}
.svc-foot-actions .btn{width:100%}
.industries{display:flex;flex-direction:column;gap:16px;flex:0 1 600px;min-width:0}
.pill{
  display:inline-flex;align-items:center;
  background:var(--surface);border-radius:var(--radius-pill);
  padding:8px 20px;white-space:nowrap;
  font-size:18px;font-weight:500;letter-spacing:-0.02em;color:var(--ink);
  box-shadow:inset 0 0 0 1px var(--border);
}
.industries .marquee-track{gap:16px;animation-duration:34s}
.industries .marquee-track.rev{animation-name:marquee-rev;animation-duration:40s}

.why{background:var(--surface)}
.why .container{display:flex;align-items:flex-start;gap:60px}
.why-head{flex:1 1 0;min-width:0;max-width:570px;position:sticky;top:140px}
.why-head h2{max-width:500px}
.why-list{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:20px}
.why-card{
  display:flex;flex-direction:column;gap:24px;
  background:var(--white);border-radius:var(--radius-card);padding:24px;
  box-shadow:inset 0 0 0 1px var(--border);
  transition:transform .3s ease;
}
.why-card:hover{transform:translateY(-3px)}
.why-card-body{display:flex;flex-direction:column;gap:8px}

.case .container{display:flex;flex-direction:column;gap:40px;align-items:center}
.case .section-head{max-width:600px}
.case-card{
  display:flex;align-items:stretch;gap:32px;width:100%;
  background:var(--surface);border-radius:var(--radius-card);padding:16px;
  box-shadow:inset 0 0 0 1px var(--border);
}
.case-body{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:16px;padding:16px}
.case-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:4px}
.tag{
  display:inline-flex;align-items:center;
  padding:2px 8px;border-radius:4px;
  font-size:16px;font-weight:400;letter-spacing:-0.01em;color:var(--ink-inv);
}
.tag-dark{background:var(--dark)}
.tag-accent{background:var(--accent)}
.case-list{display:flex;flex-direction:column;gap:4px;margin:8px 0 16px}
.case-list li{display:flex;align-items:center;gap:6px;font-size:18px;line-height:1.6;letter-spacing:-0.02em;color:var(--ink-2)}
.case-list .ic{width:22px;height:22px;flex:0 0 22px;color:var(--ink)}
.case-body .btn{align-self:flex-start;margin-top:auto}
.case-media{flex:0 0 552px;max-width:552px;border-radius:8px;overflow:hidden}
.case-media img{width:100%;height:100%;object-fit:cover}

.process .container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.proc-card{
  display:flex;flex-direction:column;gap:32px;
  background:var(--surface);border-radius:var(--radius-card);padding:24px;
  box-shadow:inset 0 0 0 1px var(--border);
  transition:transform .3s ease;
}
.proc-card:hover{transform:translateY(-3px)}
.proc-num{font-family:var(--font-display);font-size:24px;font-weight:500;letter-spacing:-0.005em;color:var(--ink)}
.proc-num span{color:var(--accent)}
.proc-body{display:flex;flex-direction:column;gap:8px}

.testimonials .container{display:flex;flex-direction:column;gap:40px}
.tmarquee .marquee-track{gap:20px;animation-duration:38s}
.t-card{
  flex:0 0 370px;width:370px;min-height:220px;
  display:flex;flex-direction:column;justify-content:space-between;gap:24px;
  background:var(--surface);border-radius:var(--radius-card);padding:24px;
  box-shadow:inset 0 0 0 1px var(--border);
  white-space:normal;
}
.t-quote{font-size:18px;line-height:1.3;letter-spacing:-0.02em;font-weight:500;color:var(--ink)}
.t-person{display:flex;align-items:center;gap:12px}
.t-person img{width:42px;height:42px;border-radius:var(--radius-pill);object-fit:cover;flex:0 0 42px}
.t-name{font-size:18px;line-height:1.6;letter-spacing:-0.02em;font-weight:500;color:var(--ink)}
.t-role{font-size:14px;line-height:1.2;letter-spacing:0.03em;color:var(--ink-2)}
.stats-card{
  background:var(--surface);border-radius:var(--radius-card);padding:60px;
  display:flex;flex-direction:column;align-items:center;gap:32px;
  box-shadow:inset 0 0 0 1px var(--border);
}
.stats-row{display:flex;align-items:flex-start;justify-content:space-around;gap:16px;width:100%}
.stat{display:flex;flex-direction:column;align-items:center;text-align:center}
.stat-num{font-family:var(--font-display);font-size:48px;line-height:1.1;letter-spacing:-0.015em;font-weight:500;color:var(--ink)}
.stat-label{font-size:18px;line-height:1.6;letter-spacing:-0.02em;color:var(--ink-2)}

.stat--google{gap:2px}
.g-stars{display:inline-flex;align-items:center;gap:3px;margin:4px 0 2px}
.g-star{width:17px;height:17px;flex:0 0 17px;color:#FBBC05}
.g-word{font-weight:600;letter-spacing:0}
@media (max-width:640px){

  h1,h2,h3,h4,.h3,.h3-lg{text-wrap:wrap;text-wrap:pretty} .g-star{width:19px;height:19px;flex:0 0 19px} }

.insights .container{display:flex;flex-direction:column;gap:40px}
.insights-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}
.ins-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ins-card{
  display:flex;flex-direction:column;
  background:var(--surface);border-radius:var(--radius-card);padding:10px;
  box-shadow:inset 0 0 0 1px var(--border);
  transition:transform .3s ease,background-color .3s ease;
}
.ins-card:hover{transform:translateY(-3px);background:var(--white)}
.ins-thumb{border-radius:8px;overflow:hidden;aspect-ratio:367/200}
.ins-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.22,1,.36,1)}
.ins-card:hover .ins-thumb img{transform:scale(1.04)}
.ins-body{display:flex;flex-direction:column;gap:12px;padding:14px 6px 12px}
.ins-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.ins-date{font-size:16px;letter-spacing:-0.01em;color:var(--ink-2)}

.faq .container{display:flex;align-items:flex-start;gap:48px}
.faq-head{flex:1 1 0;min-width:0;position:sticky;top:140px}
.faq-list{flex:0 0 640px;max-width:640px;display:flex;flex-direction:column;gap:12px}
.faq-item{background:var(--surface);border-radius:var(--radius-card);overflow:hidden}
.acc-q{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:24px;text-align:left;white-space:normal;
  font-family:var(--font-display);font-size:24px;line-height:1.3;letter-spacing:-0.005em;
  font-weight:500;color:var(--ink);
}
.acc-icon{position:relative;width:20px;height:20px;flex:0 0 20px}
.acc-icon::before,.acc-icon::after{
  content:"";position:absolute;left:50%;top:50%;background:var(--ink);
  transform:translate(-50%,-50%);transition:transform .3s ease,opacity .3s ease;
}
.acc-icon::before{width:18px;height:1.6px}
.acc-icon::after{width:1.6px;height:18px}
.faq-item.is-open .acc-icon::after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}
.acc-a{max-height:0;overflow:hidden;transition:max-height .38s cubic-bezier(.22,1,.36,1)}
.acc-a p{padding:0 24px 24px;font-size:18px;line-height:1.6;letter-spacing:-0.02em;color:var(--ink-2)}

.cta-final{position:relative;overflow:hidden;padding:100px var(--pad-x)}
.cta-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.cta-scrim{
  position:absolute;inset:0;z-index:1;pointer-events:none;

  background:
    radial-gradient(130% 105% at 50% 50%, rgba(31,31,31,.88) 0%, rgba(31,31,31,.84) 42%, rgba(31,31,31,.78) 100%),
    linear-gradient(90deg, rgba(31,31,31,.34) 0%, rgba(31,31,31,.10) 46%, rgba(31,31,31,0) 70%),
    rgba(31,31,31,.34);
}
.cta-final .container{
  position:relative;z-index:2;
  display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;
}
.cta-final h2{max-width:700px}
.cta-final h2{color:var(--ink-inv)}
.cta-final .lead{color:var(--ink-3);max-width:500px}
.cta-final .btn{margin-top:8px}

.site-footer{width:100%;background:var(--bg);padding:100px var(--pad-x) 0}
.footer-top{display:flex;gap:40px;padding-bottom:32px}
.footer-brand{flex:0 0 413px;max-width:413px;display:flex;flex-direction:column;justify-content:space-between;gap:24px}
.footer-brand-top{display:flex;flex-direction:column;gap:12px}
.footer-brand img.logo{height:30px;width:auto;align-self:flex-start;flex:0 0 auto}
.footer-desc{font-size:16px;line-height:1.6;letter-spacing:-0.01em;color:var(--ink-2);max-width:390px}
.footer-social{display:flex;gap:8px;align-self:flex-start}
.footer-social a{
  width:34px;height:34px;border-radius:var(--radius-pill);
  display:flex;align-items:center;justify-content:center;
  background:var(--white);box-shadow:inset 0 0 0 1px var(--border);
  color:var(--ink);transition:background-color .25s ease,color .25s ease;
}
.footer-social a:hover{background:var(--accent);color:var(--white)}
.footer-social .ic{width:20px;height:20px;flex:0 0 20px}
.footer-cols{flex:1 1 0;min-width:0;display:flex;gap:60px;justify-content:flex-end}
.footer-col{display:flex;flex-direction:column;gap:4px}
.footer-col h4{font-family:var(--font-body);font-size:16px;font-weight:500;letter-spacing:-0.01em;color:var(--ink);margin-bottom:8px}
.footer-col a,.footer-col li{font-size:16px;line-height:1.6;letter-spacing:-0.01em;color:var(--ink-2)}
.footer-col a{transition:color .25s ease}
.footer-col a:hover{color:var(--ink)}
.footer-contact{display:flex;flex-direction:column;gap:4px}
.footer-contact li{display:flex;align-items:center;gap:8px}
.footer-contact .ic{width:20px;height:20px;flex:0 0 20px;color:var(--ink)}
.footer-bottom{
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:32px 0;border-top:1px solid var(--border);
  font-size:16px;letter-spacing:-0.01em;color:var(--ink-2);
}
.footer-legal{display:flex;align-items:center;gap:16px}
.footer-legal a{transition:color .25s ease}
.footer-legal a:hover{color:var(--ink)}

.reveal{opacity:0;transform:translateY(32px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}
.reveal.visible{opacity:1;transform:translateY(0)}
.scale-in{opacity:0;transform:scale(.96);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}
.scale-in.visible{opacity:1;transform:scale(1)}
.d1{transition-delay:.08s}.d2{transition-delay:.16s}.d3{transition-delay:.24s}
.d4{transition-delay:.32s}.d5{transition-delay:.4s}.d6{transition-delay:.48s}

@media (max-width:640px){
  .reveal{transform:translateY(18px)}
  .d1,.d2,.d3,.d4,.d5,.d6{transition-delay:.06s}
}

.svc-more .ic{transition:transform .25s ease}
@media (hover:hover) and (pointer:fine){
  .loc-card{transition:transform .3s ease}
  .loc-card:hover{transform:translateY(-3px)}
  .stats-card{transition:transform .3s ease}
  .svc-card:hover .svc-more .ic{transform:translateX(3px) rotate(-90deg)}
}
@media (hover:none){

  .svc-more{opacity:1;transform:none}
  .svc-card:hover,.why-card:hover,.proc-card:hover,.ins-card:hover,
  .loc-card:hover,.whatsapp-float:hover{transform:none}
  .ins-card:hover .ins-thumb img{transform:none}
}

@media (prefers-reduced-motion:reduce){
  .reveal,.scale-in{opacity:1;transform:none;transition:none}
  .svc-more{opacity:1;transform:none;transition:none}
  .marquee-track{animation:none}
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
  }
}

@media (max-width:1440px){
  :root{--container:1140px;--container-wide:1180px}
  h1,.h1{font-size:50px}
  h2,.h2{font-size:40px}
  .case-media{flex:0 0 46%;max-width:46%}
  .faq-list{flex:0 0 560px;max-width:560px}
}
@media (max-width:1200px){
  :root{--section-y:88px}
  h1,.h1{font-size:46px}
  h2,.h2{font-size:38px}
  .industries{flex:0 1 460px}
}

@media (max-width:1024px){
  :root{--section-y:72px;--pad-x:24px}
  h1,.h1{font-size:40px}
  h2,.h2{font-size:34px}
  .h3-lg{font-size:24px}
  .stat-num{font-size:42px}
  .nav-links,.header-actions .btn{display:none}
  .menu-toggle{display:inline-flex}
  .hero-inner{min-height:auto;padding-top:110px}
  .hero-bottom{flex-direction:column;align-items:flex-start;gap:28px}
  .trusted .container{flex-direction:column;align-items:flex-start;gap:24px}
  .trusted-title{flex:0 0 auto;max-width:none}
  .svc-grid,.ins-grid{grid-template-columns:repeat(2,1fr)}
  .svc-foot{flex-direction:column;align-items:stretch;gap:28px}
  .industries{flex:1 1 auto}
  .why .container,.faq .container{flex-direction:column;gap:32px}
  .why-head,.faq-head{position:static;flex:0 0 auto}
  .faq-list{flex:0 0 auto;max-width:none;width:100%}
  .case-card{flex-direction:column}
  .case-media{flex:0 0 auto;max-width:none;aspect-ratio:16/10}
  .case-body .btn{margin-top:8px}
  .process .container{grid-template-columns:1fr}
  .stats-card{padding:40px}
  .insights-head{flex-direction:column;align-items:flex-start;gap:24px}
  .footer-top{flex-direction:column;gap:40px}
  .footer-brand{flex:0 0 auto;max-width:none}
  .footer-cols{gap:40px;flex-wrap:wrap;justify-content:flex-start}
  .acc-q{font-size:20px;padding:20px}
  .acc-a p{padding:0 20px 20px}
}

@media (max-width:640px){
  :root{--section-y:60px;--pad-x:20px;--container:100%}
  body{font-size:16px}
  h1,.h1{font-size:32px;line-height:1.2}
  h2,.h2{font-size:31px;line-height:1.2}
  .h3-lg{font-size:22px}
  .h3,.acc-q{font-size:20px}

  .site-header{padding:10px var(--pad-x) 0}
  .header-pill{padding:12px 20px;min-height:56px}
  .brand img{height:26px}

  .hero{min-height:auto;padding:116px var(--pad-x) 60px}
  .hero-inner{padding-top:0;gap:32px}
  .hero-top{gap:16px;max-width:none}
  .hero-lead{max-width:none}
  .hero-actions{width:100%}
  .hero-actions .btn{flex:1 1 auto}

  .section-head{align-items:center;text-align:center;margin-inline:auto}
  .section-head .eyebrow{align-self:center}
  .services .container,.case .container,.testimonials .container,.insights .container{gap:32px}
  .svc-grid,.ins-grid{grid-template-columns:1fr}
  .svc-foot-actions{align-items:stretch;width:100%}
  .svc-card,.why-card,.proc-card{align-items:center;text-align:center}
  .svc-card-body,.why-card-body,.proc-body{align-items:center}
  .icon-box{margin-inline:auto}
  .svc-more{justify-content:center}

  .why .container{gap:28px}
  .why-head{align-items:center;text-align:center}

  .case-card{padding:12px}
  .case-body{padding:8px;align-items:center;text-align:center}
  .case-tags{justify-content:center}
  .case-list li{justify-content:center;text-align:left}
  .case-body .btn{align-self:stretch}

  .proc-num{text-align:center}

  .t-card{flex:0 0 300px;width:300px}
  .stats-card{padding:32px 20px;gap:24px}
  .stats-row{flex-direction:column;align-items:center;gap:24px}

  .insights-head{align-items:center;text-align:center}
  .insights-head .btn{align-self:stretch;width:100%}
  .ins-body{align-items:center;text-align:center}
  .ins-meta{justify-content:center}

  .faq .container{gap:28px}
  .faq-head{align-items:center;text-align:center}
  .acc-q{padding:18px;gap:14px}
  .acc-a p{padding:0 18px 18px}

  .cta-final .btn{align-self:stretch;width:100%}

  .site-footer{padding:60px var(--pad-x) 0}
  .footer-top{align-items:center;text-align:center;gap:32px}
  .footer-brand{align-items:center}
  .footer-brand img.logo,.footer-social{align-self:center}
  .footer-brand-top{align-items:center}
  .footer-desc{max-width:none}
  .footer-cols{flex-direction:column;align-items:center;gap:32px;width:100%}
  .footer-col{align-items:center}
  .footer-contact li{justify-content:center}
  .footer-bottom{flex-direction:column;align-items:center;text-align:center;gap:14px}
}

.hero.hero--fullbleed{
  min-height:724px;padding:0;display:flex;align-items:center;
  background:var(--ink);position:relative;overflow:hidden;
}
.hero--fullbleed picture{position:absolute;inset:0;z-index:0;display:block;pointer-events:none}

.hero--fullbleed .hero-bgphoto{
  position:absolute !important;inset:0 !important;
  width:100% !important;height:100% !important;max-width:none !important;
  object-fit:cover !important;object-position:72% 12% !important;
}

.hero--fullbleed .hero-scrim{
  position:absolute;inset:0;z-index:1;pointer-events:none;background:
    linear-gradient(90deg,rgba(31,31,31,.96) 0%,rgba(31,31,31,.94) 34%,rgba(31,31,31,.8) 48%,rgba(31,31,31,.4) 58%,rgba(31,31,31,0) 68%,rgba(31,31,31,0) 100%),
    linear-gradient(180deg,var(--ink) 0,var(--ink) 52px,rgba(31,31,31,.5) 92px,rgba(31,31,31,0) 26%,rgba(31,31,31,0) 46%,rgba(31,31,31,.6) 86%,var(--ink) 100%);
}

.hero--fullbleed .hero-inner{min-height:auto;padding:190px var(--pad-x) 92px;gap:24px}

.hero--fullbleed h1{color:rgba(250,250,250,.8);max-width:720px}

.hero h1,.hero--fullbleed h1{text-wrap:wrap;text-wrap:pretty}

.hero--fullbleed h1 b{font-weight:inherit;color:#FFFFFB}

@media (min-width:1025px) and (max-width:1440px){
  .hero.hero--fullbleed{min-height:640px}
  .hero--fullbleed .hero-bgphoto{object-position:76% 10% !important}
}

@media (max-width:1024px){
  .hero--fullbleed .hero-inner{padding:130px var(--pad-x) 72px}
  .hero--fullbleed .hero-bgphoto{object-position:50% 12% !important}
  .hero--fullbleed .hero-scrim{background:
    linear-gradient(90deg,rgba(31,31,31,.96) 0%,rgba(31,31,31,.95) 40%,rgba(31,31,31,.82) 56%,rgba(31,31,31,.4) 68%,rgba(31,31,31,0) 78%,rgba(31,31,31,0) 100%),
    linear-gradient(180deg,var(--ink) 0,var(--ink) 52px,rgba(31,31,31,.5) 92px,rgba(31,31,31,0) 28%,rgba(31,31,31,0) 44%,rgba(31,31,31,.68) 84%,var(--ink) 100%)}
}

@media (max-width:768px){
  .hero.hero--fullbleed{display:block;min-height:auto;padding:0}
  .hero--fullbleed .hero-scrim{display:none}

  .hero--fullbleed picture{position:relative;inset:auto;display:block;line-height:0;margin-top:48px}
  .hero--fullbleed picture::before{
    content:"";position:absolute;left:0;right:0;top:-1px;height:132px;pointer-events:none;z-index:1;
    background:linear-gradient(180deg,var(--ink) 0%,rgba(31,31,31,.82) 26%,rgba(31,31,31,.42) 58%,rgba(31,31,31,0) 100%);
  }

  .hero--fullbleed picture::after{
    content:"";position:absolute;left:0;right:0;bottom:-1px;height:52%;pointer-events:none;
    background:linear-gradient(180deg,rgba(31,31,31,0) 0%,rgba(31,31,31,.42) 38%,rgba(31,31,31,.78) 66%,rgba(31,31,31,.96) 86%,var(--ink) 100%);
  }
  .hero--fullbleed .hero-bgphoto{
    position:static !important;display:block !important;inset:auto !important;
    width:100% !important;height:auto !important;max-width:100% !important;
    aspect-ratio:10/11;object-fit:cover !important;object-position:center 1% !important;
  }
  .hero--fullbleed .hero-inner{padding:0 var(--pad-x) 56px;margin-top:-88px;gap:28px}
  .hero--fullbleed h1{max-width:none}
}

.stats{padding:84px var(--pad-x) 56px}
.stats .container{display:flex;flex-direction:column;gap:24px}
.stats-note{font-size:14px;line-height:1.6;color:var(--ink-2);text-align:center;max-width:640px;margin-inline:auto}
@media (max-width:1024px){.stats{padding-top:64px}}
@media (max-width:640px){.stats{padding-top:52px}}

.case--sobre .case-media{flex:0 0 392px;max-width:392px}
.case--sobre .case-media img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center 16% !important}
.sobre-quote{
  font-family:var(--font-display);font-style:italic;font-size:26px;line-height:1.4;
  letter-spacing:-0.01em;color:var(--ink);margin:4px 0 4px;max-width:520px;
}
@media (max-width:1440px){.case--sobre .case-media{flex:0 0 352px;max-width:352px}}
@media (max-width:1024px){
  .case--sobre .case-media{flex:0 0 auto;max-width:340px;aspect-ratio:4/5;align-self:center}
  .sobre-quote{font-size:24px;max-width:none}
}
@media (max-width:640px){
  .case--sobre .case-media{max-width:100%}
  .sobre-quote{font-size:22px}
}

.svc-card{padding-bottom:52px}
.svc-thumb{
  margin:-24px -24px 0;aspect-ratio:16/7;position:relative;overflow:hidden;
  border-radius:var(--radius-card) var(--radius-card) 0 0;
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-deep) 100%);
  display:flex;align-items:center;justify-content:center;color:#fff;
}
.svc-thumb::before{
  content:"";position:absolute;inset:0;pointer-events:none;background:
    radial-gradient(circle at 22% 26%,rgba(255,255,255,.16) 0,transparent 44%),
    radial-gradient(circle at 78% 76%,rgba(255,255,255,.09) 0,transparent 46%);
}
.svc-thumb .ic{width:34px;height:34px;flex:0 0 34px;position:relative;z-index:1;color:#fff}

.svc-thumb.has-img{background:var(--ink)}
.svc-thumb.has-img::before{display:none}
.svc-thumb img{
  position:absolute;inset:0;z-index:1;
  width:100% !important;height:100% !important;max-width:none !important;
  object-fit:cover !important;object-position:center 42% !important;
}
.svc-thumb-tag{
  position:absolute;left:14px;bottom:10px;z-index:2;
  font-family:var(--font-body);font-size:10.5px;font-weight:600;
  letter-spacing:.09em;text-transform:uppercase;color:rgba(255,255,255,.68);
}
@media (max-width:640px){.svc-thumb{aspect-ratio:16/6}}

.why-photo{
  margin-top:28px;border-radius:var(--radius-card);overflow:hidden;
  max-width:340px;aspect-ratio:4/5;box-shadow:inset 0 0 0 1px var(--border);
}
.why-photo img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center 14% !important}
@media (max-width:1024px){
  .why-photo{
    display:block !important;margin:24px auto 4px;max-width:260px;width:100%;
    aspect-ratio:4/5;
  }}

.sit-card{justify-content:flex-start;gap:14px;min-height:210px}
.sit-quote{font-family:var(--font-display);font-size:20px;line-height:1.35;letter-spacing:-0.005em;color:var(--ink)}
.sit-note{font-size:16px;line-height:1.6;letter-spacing:-0.01em;color:var(--ink-2)}

.localizacao .container{display:flex;flex-direction:column;gap:40px}
.loc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.loc-card{
  display:flex;flex-direction:column;gap:14px;
  background:var(--surface);border-radius:var(--radius-card);padding:16px;
  box-shadow:inset 0 0 0 1px var(--border);
}
.loc-map{border-radius:8px;overflow:hidden;aspect-ratio:16/10;background:var(--white);box-shadow:inset 0 0 0 1px var(--border)}
.loc-map iframe{width:100%;height:100%;border:0;display:block}
.loc-body{display:flex;flex-direction:column;gap:12px;padding:2px 8px 10px}
.loc-lines{display:flex;flex-direction:column;gap:8px}
.loc-lines li{display:flex;align-items:flex-start;gap:10px;font-size:16px;line-height:1.6;letter-spacing:-0.01em;color:var(--ink-2)}
.loc-lines .ic{width:20px;height:20px;flex:0 0 20px;color:var(--accent);margin-top:4px}
.loc-cities{display:flex;flex-direction:column;gap:14px;align-items:center;text-align:center}
.loc-cities .meta{max-width:760px;margin-inline:auto}
.loc-cities-label{font-family:var(--font-body);font-size:14px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink)}
@media (max-width:900px){.loc-grid{grid-template-columns:1fr}}
@media (max-width:640px){
  .loc-body{align-items:center;text-align:center}
  .loc-lines li{justify-content:center;text-align:left}
  .loc-cities{align-items:center;text-align:center}
}

.faq-head .lead{max-width:420px}
.faq-head .btn{align-self:flex-start;margin-top:8px}
@media (max-width:640px){.faq-head .btn{align-self:stretch;width:100%}.faq-head .lead{max-width:none}}
.acc-q{white-space:normal !important}

.whatsapp-float{
  position:fixed;bottom:24px;right:24px;width:60px;height:60px;
  background:#25D366;color:#fff;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  box-shadow:0 6px 24px rgba(0,0,0,.18),0 2px 8px rgba(37,211,102,.32);
  z-index:999;transition:transform .25s ease;
}
.whatsapp-float:hover{transform:scale(1.06)}
.whatsapp-float svg{width:32px;height:32px;fill:currentColor}

.whatsapp-float::before{
  content:"";position:absolute;inset:-6px;border-radius:50%;
  background:rgba(37,211,102,.16);z-index:-1;
}
@media (max-width:640px){
  .whatsapp-float{width:54px;height:54px;bottom:18px;right:18px}
  .whatsapp-float svg{width:28px;height:28px}
}

.nw{white-space:nowrap}
.svc-more .ic{width:18px;height:18px;flex:0 0 18px;transform:rotate(-90deg)}
.nav-panel{min-width:300px}
.footer-col a,.footer-col li{line-height:1.7}
.footer-legal{flex-wrap:wrap;justify-content:center}

@media (max-width:640px){
  .eyebrow{font-size:13px}
  .stat-num{font-size:36px}
  .hero--fullbleed .hero-top{align-items:center;text-align:center}
  .hero--fullbleed .hero-lead{text-align:center}
  .hero--fullbleed .hero-bottom{align-items:center}
  .hero-checks{align-items:center}
  .hero-checks li{justify-content:center;text-align:left}
  .hero-actions{flex-direction:column;align-items:stretch;width:100%}
  .hero-actions .btn{width:100%}

  .acc-q{flex-direction:row;align-items:center;justify-content:space-between;text-align:left;gap:14px}
  .stats-note{text-align:center}
  .svc-thumb{align-self:stretch;width:auto}
  .sit-card{align-items:center;text-align:center}
  .loc-card .case-tags{justify-content:center}
}

.tag{font-size:14px}

@media (max-width:640px){

  .mobile-menu-inner{align-items:center;text-align:center}
  .mobile-menu-list{width:100%}
  .mobile-menu-list a{text-align:center}
  .mobile-menu-list a:hover{padding-left:0}
  .mobile-menu-cta{align-self:stretch;width:100%}
  .mobile-menu-meta{text-align:center;max-width:none;margin-inline:auto}

  .acc-a p{text-align:left}

  .loc-lines li,.footer-contact li{
    flex-direction:column;align-items:center;text-align:center;gap:4px;
  }

  .hero-checks{align-self:center;align-items:flex-start;width:fit-content;max-width:100%}
  .hero-checks li{
    flex-direction:row;align-items:flex-start;justify-content:flex-start;
    text-align:left;gap:10px;
  }
  .hero-checks .ic{margin-top:4px}

  .case-list{align-self:stretch;align-items:stretch}
  .case-list li{
    flex-direction:row;align-items:flex-start;justify-content:flex-start;
    text-align:left;gap:10px;
  }
  .case-list .ic{margin-top:4px}
  .loc-lines .ic,.footer-contact .ic{margin-top:0}

  .hero-checks{gap:18px}
  .case-list{gap:14px}
  .loc-lines{gap:16px}
  .footer-contact{gap:14px}

  .svc-more{left:20px;right:20px}

  .tag,.loc-cities-label{font-size:13px}
}

@media (min-width:1920px){
  h1,.h1{font-size:60px}
  h2,.h2{font-size:46px}
  .h3-lg{font-size:30px}
  .h3,.acc-q{font-size:26px}
  .card-title,.sit-quote{font-size:22px}
  .sobre-quote{font-size:28px}
  .stat-num{font-size:54px}
}

.brand img{height:46px !important;width:auto !important;max-width:none !important}
.footer-brand img.logo{height:52px !important;width:auto !important;max-width:none !important}
@media (max-width:1024px){.brand img{height:42px !important}}
@media (max-width:640px){
  .brand img{height:36px !important}
  .footer-brand img.logo{height:46px !important}
  .header-pill{min-height:60px}
}

.hero--fullbleed picture{width:auto}

@media (min-width:769px){
  .hero--fullbleed picture{
    position:absolute;top:52px;left:-6.5%;right:auto;bottom:auto;
    width:106.5%;height:auto;aspect-ratio:7/3;min-height:calc(100% - 52px);
  }
  .hero--fullbleed .hero-bgphoto{
    position:absolute !important;inset:0 !important;
    width:100% !important;height:100% !important;max-width:none !important;
    object-fit:cover !important;object-position:center !important;
  }
}
.case-media img{width:100% !important;height:100% !important;max-width:100% !important;object-fit:cover !important}
.cta-bg{width:100% !important;height:100% !important;max-width:100% !important;object-fit:cover !important}
.ins-thumb img,.t-person img{max-width:100% !important}

@media (max-width:1024px){
  .case--sobre .case-media{width:min(340px,100%)}
}
@media (max-width:640px){
  .case--sobre .case-media{width:100%}
}

#servicos .section-head{max-width:none}
#servicos .section-head h2{max-width:920px;margin-inline:auto}
#servicos .section-head .lead,
#servicos .section-head p{max-width:800px;margin-inline:auto}
@media (max-width:1024px){
  #servicos .section-head h2{max-width:640px}
  #servicos .section-head .lead,#servicos .section-head p{max-width:620px}
}
@media (max-width:640px){
  #servicos .section-head h2,
  #servicos .section-head .lead,#servicos .section-head p{max-width:100%}
}

.hero{padding-top:150px}
.hero .hero-bgphoto{object-position:50% 18%}
@media (max-width:1024px){ .hero{padding-top:120px} }
@media (max-width:640px){ .hero{padding-top:104px} .hero .hero-bgphoto{object-position:50% 12%} }

.dep-grid{align-items:stretch}
.dep-card{padding:24px}
.dep-body{display:flex;flex-direction:column;gap:14px;height:100%}
.dep-quote{font-size:17px;line-height:1.65;letter-spacing:-0.01em;color:var(--ink-2);flex:1 1 auto}
.dep-meta{display:flex;align-items:center;gap:12px;margin-top:4px}
.dep-avatar{
  width:40px;height:40px;flex:0 0 40px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--font-body);font-size:17px;font-weight:600;color:#FFFFFB;
}
.dep-ident{display:flex;flex-direction:column;min-width:0}
.dep-nome{font-size:16px;font-weight:500;color:var(--ink);line-height:1.3}
.dep-quando{font-size:14px;color:var(--ink-2);line-height:1.4}
.dep-cta{align-self:center;margin-top:8px}

.dep-selo{
  align-self:center;display:inline-flex;align-items:center;gap:12px;
  background:var(--white,#fff);border-radius:100px;padding:12px 24px;
  box-shadow:inset 0 0 0 1px var(--border),0 6px 24px rgba(0,0,0,.06);
  text-decoration:none;transition:transform .25s ease,box-shadow .25s ease;
}
.dep-selo:hover{transform:translateY(-2px);box-shadow:inset 0 0 0 1px var(--border),0 10px 30px rgba(0,0,0,.10)}
.dep-selo-nota{font-family:var(--font-display);font-size:30px;line-height:1;font-weight:500;color:var(--ink)}
.dep-selo .g-star{width:18px;height:18px;flex:0 0 18px}
.dep-selo-txt{display:flex;flex-direction:column;line-height:1.25}
.dep-selo-txt b{font-size:15px;font-weight:600;color:var(--ink)}
.dep-selo-txt span{font-size:14px;color:var(--ink-2)}
.dep-card{position:relative}
.dep-topo{position:absolute;top:20px;right:20px;display:inline-flex}
.dep-g{width:20px;height:20px;flex:0 0 20px}
@media (max-width:640px){
  .dep-selo{padding:10px 18px;gap:10px}
  .dep-selo-nota{font-size:26px}
}

@media (max-width:640px){
  .dep-card{padding:20px}
  .dep-body{align-items:flex-start;text-align:left}
  .dep-meta{justify-content:flex-start}
  .dep-cta{align-self:stretch}
}

.acc-a .mat-body{padding:0 24px 24px;font-size:15.5px;line-height:1.75;color:#2B3845}
.acc-a .mat-body h4{font-family:var(--font-display);font-size:16px;font-weight:500;margin:22px 0 10px;color:var(--accent);letter-spacing:0}
.acc-a .mat-body h4:first-child{margin-top:4px}
.acc-a .mat-body p{margin:0 0 14px}
.acc-a .mat-body ul{margin:0 0 16px;padding-left:22px}
.acc-a .mat-body li{margin-bottom:8px}
.acc-a .mat-body li::marker{color:var(--accent-2,#999)}
@media (max-width:1024px){ .acc-a .mat-body{padding:0 20px 20px} }
@media (max-width:640px){ .acc-a .mat-body{padding:0 18px 18px;font-size:15px} }

.tulio-blog-main{background:var(--bg);min-height:60vh}

.post-single{padding-bottom:8px}
.post-hero{
  width:100%;background:var(--dark);
  padding:170px var(--pad-x) 56px;
}

.post-hero-inner{display:flex;flex-direction:column;align-items:flex-start;gap:16px;max-width:780px;margin-inline:auto}
.post-back{
  display:inline-flex;align-items:center;gap:6px;
  font-size:15px;font-weight:500;color:var(--ink-3);
  transition:color .25s ease;
}
.post-back:hover{color:var(--white)}
.post-cat-badge{
  display:inline-flex;align-items:center;
  background:var(--accent);color:var(--ink-inv);
  font-family:var(--font-body);font-size:12px;font-weight:600;
  letter-spacing:.06em;text-transform:uppercase;
  padding:7px 14px;border-radius:var(--radius-pill);
}
.post-title{
  font-family:var(--font-display);font-weight:500;
  font-size:44px;line-height:1.18;letter-spacing:-0.005em;
  color:var(--white);margin:2px 0 0;text-wrap:balance;
}
.post-meta{font-size:15px;line-height:1.6;color:var(--ink-3)}

.post-media{width:100%;margin-top:36px}
.post-featured{
  width:100%;max-width:780px;margin:0 auto;
  max-height:440px;object-fit:cover;
  border-radius:var(--radius-card);display:block;
}
.post-featured-fallback{
  width:100%;max-width:780px;margin:0 auto;
  aspect-ratio:16/7;max-height:440px;
  border-radius:var(--radius-card);
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-deep) 45%,var(--border) 100%);
  display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.72);
}
.post-featured-fallback svg{width:72px;height:72px}
@media (max-width:640px){
  .post-featured,.post-featured-fallback{max-height:240px}
  .post-featured-fallback svg{width:52px;height:52px}
}

.post-body-wrap{max-width:780px;margin:0 auto;padding:44px 0 80px}

.post-hero-inner.container,.post-media.container,.post-body-wrap.container{
  max-width:780px!important;margin-left:auto!important;margin-right:auto!important;
  padding-left:0!important;padding-right:0!important;
}
@media (max-width:820px){

  .post-media.container,.post-body-wrap.container{
    max-width:none!important;
    padding-left:var(--pad-x)!important;padding-right:var(--pad-x)!important;
  }
}
.post-body{font-family:var(--font-body);font-size:18px;line-height:1.72;color:var(--ink-2)}
.post-body>*:first-child{margin-top:0}
.post-body h2{
  font-family:var(--font-display);font-weight:500;
  font-size:32px;line-height:1.22;letter-spacing:-0.01em;
  color:var(--ink);margin:46px 0 16px;
}
.post-body h3{
  font-family:var(--font-display);font-weight:500;
  font-size:23px;line-height:1.3;color:var(--ink);margin:34px 0 12px;
}
.post-body p{margin:0 0 20px}
.post-body ul,.post-body ol{margin:0 0 24px;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:12px}
.post-body ol{counter-reset:tlpost}
.post-body li{position:relative;padding-left:32px;font-size:17px;line-height:1.65;color:var(--ink-2)}
.post-body ul li::before{
  content:"";position:absolute;left:6px;top:10px;
  width:9px;height:9px;border-radius:50%;background:var(--accent);
  box-shadow:0 0 0 3px rgba(29,56,104,.14);
}
.post-body ol li{counter-increment:tlpost}
.post-body ol li::before{
  content:counter(tlpost);position:absolute;left:0;top:1px;
  width:24px;height:24px;border-radius:50%;
  background:var(--accent);color:var(--ink-inv);
  font-family:var(--font-body);font-size:12px;font-weight:600;
  display:flex;align-items:center;justify-content:center;
}
.post-body a{
  color:var(--ink);font-weight:600;text-decoration:underline;
  text-decoration-color:var(--accent);text-decoration-thickness:2px;text-underline-offset:3px;
}
.post-body a:hover{color:var(--accent)}
.post-body strong{color:var(--ink);font-weight:600}
.post-body blockquote{
  margin:32px 0;padding:24px 28px;
  background:var(--surface);border-left:4px solid var(--accent);
  border-radius:0 var(--radius-card) var(--radius-card) 0;
  font-family:var(--font-display);font-size:20px;line-height:1.5;color:var(--ink);
}
.post-body blockquote p{margin:0}
.post-body blockquote cite{display:block;margin-top:12px;font-family:var(--font-body);font-style:normal;font-size:14px;font-weight:600;color:var(--ink-2)}
.post-body .post-legal{
  background:var(--surface);box-shadow:inset 0 0 0 1px var(--border);
  border-radius:var(--radius-card);padding:18px 22px;
  font-size:15px;line-height:1.6;color:var(--ink-2);margin:0 0 22px;
}
.post-body img{border-radius:var(--radius-card);margin:8px 0 22px}
.post-body table{width:100%;border-collapse:collapse;margin:0 0 24px;font-size:16px}
.post-body th,.post-body td{border:1px solid var(--border);padding:12px 14px;text-align:left;color:var(--ink-2)}
.post-body th{background:var(--surface);color:var(--ink);font-weight:600}

.post-footer-cta{
  margin-top:44px;background:var(--dark);border-radius:var(--radius-card);
  padding:40px;display:flex;flex-direction:column;align-items:flex-start;gap:14px;color:var(--ink-3);
}
.post-footer-cta h2{font-family:var(--font-display);font-weight:500;font-size:28px;line-height:1.25;color:var(--white);margin:0}
.post-footer-cta p{font-size:17px;line-height:1.6;color:var(--ink-3);margin:0;max-width:60ch}
.post-footer-cta .btn,.btn-post-cta{margin-top:6px}
.btn-post-cta{background:var(--accent);color:var(--ink-inv)}
.btn-post-cta:hover{background:var(--accent-deep)}
.post-footer-legal{font-size:14px!important;color:var(--ink-3);opacity:.78}
.post-back-bottom{display:inline-flex;margin-top:32px;color:var(--ink-2)}
.post-back-bottom:hover{color:var(--ink)}

.blog-archive-hero{
  width:100%;background:var(--dark);
  padding:170px var(--pad-x) 64px;
}
.blog-archive-hero .eyebrow{margin-bottom:16px}
.blog-archive-title{
  font-family:var(--font-display);font-weight:500;
  font-size:48px;line-height:1.16;letter-spacing:-0.005em;
  color:var(--white);margin:0 0 14px;max-width:900px;text-wrap:balance;
}
.blog-archive-sub{font-size:18px;line-height:1.6;color:var(--ink-3);max-width:70ch}
.blog-archive-wrap{padding:64px var(--pad-x) 96px}
.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}
.blog-card{
  display:flex;flex-direction:column;overflow:hidden;
  background:var(--surface);border-radius:var(--radius-card);
  box-shadow:inset 0 0 0 1px var(--border);
  transition:transform .3s ease,box-shadow .3s ease;
}
.blog-card:hover{transform:translateY(-4px);box-shadow:inset 0 0 0 1px var(--border),0 18px 44px rgba(0,0,0,.10)}
.blog-card-media{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--border)}
.blog-card-img{width:100%;height:100%;object-fit:cover}
.blog-card-fallback{
  width:100%;height:100%;
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-deep) 45%,var(--border) 100%);
  display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.72);
}
.blog-card-fallback svg{width:48px;height:48px}
.blog-card-badge{
  position:absolute;top:14px;left:14px;
  background:var(--accent);color:var(--ink-inv);
  font-family:var(--font-body);font-size:11px;font-weight:600;
  letter-spacing:.06em;text-transform:uppercase;
  padding:6px 12px;border-radius:var(--radius-pill);
}
.blog-card-body{padding:24px;display:flex;flex-direction:column;flex:1;gap:12px}
.blog-card-title{
  font-family:var(--font-display);font-weight:500;
  font-size:21px;line-height:1.3;letter-spacing:-0.005em;color:var(--ink);margin:0;
}
.blog-card-excerpt{font-size:16px;line-height:1.6;color:var(--ink-2);flex:1;margin:0}
.blog-card-date{font-size:14px;color:var(--ink-2);font-weight:500}
.blog-pagination{margin-top:44px}
.blog-pagination .nav-links{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
.blog-pagination a,.blog-pagination .current{
  padding:10px 16px;border-radius:var(--radius-btn);
  box-shadow:inset 0 0 0 1px var(--border);font-size:16px;font-weight:500;color:var(--ink-2);
}
.blog-pagination .current{background:var(--accent);color:var(--ink-inv);box-shadow:none}
.blog-empty{text-align:center;color:var(--ink-2);font-size:17px;padding:64px 0}

@media (max-width:1024px){
  .post-hero,.blog-archive-hero{padding-top:150px}
}
@media (max-width:860px){
  .post-title{font-size:34px}
  .blog-archive-title{font-size:36px}
  .post-body,.post-body p{font-size:17px}
  .post-body h2{font-size:27px}
  .post-body h3{font-size:21px}
  .post-footer-cta{padding:30px 24px}
  .blog-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .post-hero,.blog-archive-hero{padding-top:130px;padding-bottom:44px}
  .post-hero-inner{align-items:flex-start}
  .post-footer-cta .btn{width:100%}
}

body{color:var(--ink)!important;background:var(--bg)!important;word-spacing:normal!important;line-height:1.6!important;font-family:var(--font-body)!important}

header.site-header#siteHeader,footer.site-footer,main.tulio-blog-main,.post-hero,.blog-archive-hero,.post-media{
  width:100%!important;max-width:none!important;float:none!important;
}
header.site-header#siteHeader{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:90!important;background:transparent!important;padding:20px var(--pad-x) 0!important}
footer.site-footer{background:var(--bg)!important;padding:100px var(--pad-x) 0!important}
.container{max-width:var(--container)!important;margin-left:auto!important;margin-right:auto!important}
.container-wide{max-width:var(--container-wide)!important;margin-left:auto!important;margin-right:auto!important}

.nav-links a,.nav-links a:link,.nav-links a:visited,.nav-drop>span{color:var(--ink-2)!important}
.nav-links a:hover,.nav-drop:hover>span{color:var(--ink)!important}
.nav-panel a,.nav-panel a:link,.nav-panel a:visited{color:var(--ink-2)!important}
.nav-panel a:hover{color:var(--ink)!important;background:var(--surface)!important}
.mobile-menu-list a,.mobile-menu-list a:link,.mobile-menu-list a:visited{color:var(--accent)!important}
.mobile-menu-list a:hover{color:var(--ink)!important}
.footer-col a,.footer-col a:link,.footer-col a:visited,
.footer-contact a,.footer-contact a:link,.footer-contact a:visited{color:var(--ink-2)!important}
.footer-col a:hover,.footer-contact a:hover{color:var(--ink)!important}
.footer-legal a,.footer-legal a:link,.footer-legal a:visited{color:var(--ink-2)!important}
.footer-social a,.footer-social a:link,.footer-social a:visited{color:var(--ink)!important}
.footer-social a:hover{background:var(--accent)!important;color:var(--white)!important}
.brand,.brand:link,.brand:visited{color:var(--ink)!important}

.btn-primary,.btn-primary:link,.btn-primary:visited{background:var(--accent)!important;color:var(--ink-inv)!important;border:none!important;box-shadow:none!important}
.btn-primary:hover{background:var(--accent-deep)!important;color:var(--ink-inv)!important}
.btn-white,.btn-white:link,.btn-white:visited{background:var(--white)!important;color:var(--ink)!important;border:none!important}
.btn-white:hover{background:var(--surface)!important;color:var(--ink)!important}
.btn-outline,.btn-outline:link,.btn-outline:visited{background:var(--white)!important;color:var(--ink)!important;box-shadow:inset 0 0 0 1px var(--border)!important}

.menu-toggle,.mobile-menu-close{background:transparent!important;border:none!important;box-shadow:none!important;white-space:normal!important}
.menu-toggle:hover,.mobile-menu-close:hover{background:transparent!important;color:var(--ink)!important}
.mt-bar{background:var(--ink)!important}
.mobile-menu-close{color:var(--ink)!important}
.acc-q{white-space:normal!important}

.mobile-menu{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;background:var(--white)!important;z-index:99999!important}
.mobile-menu:not(.is-open){opacity:0!important;pointer-events:none!important}
.mobile-menu.is-open{opacity:1!important;pointer-events:auto!important}

.site-header a::after,.site-footer a::after,.tulio-blog-main a::after,.mobile-menu a::after{content:none!important}
.btn::after{content:""!important}

.whatsapp-float{background:#25D366!important;color:#fff!important}
.whatsapp-float svg{fill:#fff!important}

.brand img{height:46px!important;width:auto!important;max-width:none!important}
.footer-brand img.logo{height:52px!important;width:auto!important;max-width:none!important}
.blog-card-img{width:100%!important;height:100%!important;object-fit:cover!important}
.post-featured{width:100%!important;max-width:780px!important;height:auto!important;max-height:440px!important;object-fit:cover!important;margin-left:auto!important;margin-right:auto!important;display:block!important}
.post-featured-fallback{max-width:780px!important;margin-left:auto!important;margin-right:auto!important}
.btn-post-cta,.btn-post-cta:link,.btn-post-cta:visited{background:var(--accent)!important;color:var(--ink-inv)!important;border:none!important}
.btn-post-cta:hover{background:var(--accent-deep)!important;color:var(--ink-inv)!important}
@media (max-width:1024px){.brand img{height:42px!important}}
@media (max-width:640px){.brand img{height:36px!important}.footer-brand img.logo{height:46px!important}}

.post-body{font-size:18px!important;line-height:1.72!important;font-family:var(--font-body)!important;color:var(--ink-2)!important}
.post-body p{font-size:18px!important;line-height:1.72!important;font-family:var(--font-body)!important}
.post-body li{font-size:17px!important;line-height:1.65!important;font-family:var(--font-body)!important}
.post-body h2{font-size:32px!important;line-height:1.22!important;font-family:var(--font-display)!important;color:var(--ink)!important}
.post-body h3{font-size:23px!important;line-height:1.3!important;font-family:var(--font-display)!important;color:var(--ink)!important}
.post-body a,.post-body a:link,.post-body a:visited{color:var(--ink)!important}
.post-body a:hover{color:var(--accent)!important}
.post-title{font-size:44px!important;line-height:1.18!important;font-family:var(--font-display)!important;color:var(--white)!important}
.blog-archive-title{font-size:48px!important;line-height:1.16!important;font-family:var(--font-display)!important;color:var(--white)!important}
.blog-card-title{font-size:21px!important;line-height:1.3!important;font-family:var(--font-display)!important;color:var(--ink)!important}
.post-cat-badge,.blog-card-badge{color:var(--ink-inv)!important;background:var(--accent)!important}
.post-hero .post-back,.post-hero .post-back:link,.post-hero .post-back:visited{color:var(--ink-3)!important}
.post-hero .post-back:hover{color:var(--white)!important}
.post-footer-cta h2{color:var(--white)!important}
.post-footer-cta p{color:var(--ink-3)!important}
.blog-pagination a,.blog-pagination a:link,.blog-pagination a:visited{color:var(--ink-2)!important}
.blog-pagination .current{color:var(--ink-inv)!important}
@media (max-width:860px){
  .post-title{font-size:34px!important}
  .blog-archive-title{font-size:36px!important}
  .post-body,.post-body p{font-size:17px!important}
  .post-body h2{font-size:27px!important}
  .post-body h3{font-size:21px!important}
}

.post-single header.post-hero{position:static!important;transform:none!important;opacity:1!important;pointer-events:auto!important}

.footer-col h4,.site-footer h4{color:var(--ink)!important}
.footer-desc,.footer-bottom,.footer-bottom p,.footer-contact li,.footer-contact span{color:var(--ink-2)!important}

a.blog-card,a.blog-card:link,a.blog-card:visited{color:var(--ink)!important}
.blog-card-title{color:var(--ink)!important}
.blog-card-excerpt,.blog-card-date{color:var(--ink-2)!important}

button.acc-q,button.acc-q:hover,button.acc-q:focus{
  color:var(--ink)!important;background:none!important;background-color:transparent!important;
  border:0!important;border-radius:0!important;box-shadow:none!important;
  white-space:normal!important;text-align:left!important;font-family:var(--font-display)!important}
button.acc-q .acc-icon{color:var(--ink)!important}
.menu-toggle{color:var(--ink)!important}

.post-body a,.post-body a:link,.post-body a:visited{
  text-decoration:underline!important;text-decoration-color:var(--accent)!important;
  text-decoration-thickness:2px!important;text-underline-offset:3px!important;font-weight:600!important}

.btn::after{content:none!important}
