
:root {
  --white:#fff; --off:#f7f7f5; --black:#0d0d0d; --grey:#6b6b6b;
  --light:#e8e8e4; --border:#d4d4ce; --blue:#5b8def; --blue-dark:#3a6fd4;
  --max:1240px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:var(--white);color:var(--black);font-family:'Barlow',Arial,sans-serif;font-weight:300;line-height:1.65;overflow-x:hidden}
a{color:inherit}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;top:-100px;left:1rem;background:var(--black);color:var(--white);padding:.8rem 1rem;z-index:9999}.skip-link:focus{top:1rem}

.site-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 4rem;background:rgba(255,255,255,.97);backdrop-filter:blur(7px);border-bottom:1px solid var(--border)}
.nav-logo{font-family:'Bebas Neue',Impact,sans-serif;font-size:1.45rem;letter-spacing:.12em;text-decoration:none;white-space:nowrap}
.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}
.nav-links a{color:var(--grey);text-decoration:none;font-size:.7rem;font-weight:500;letter-spacing:.17em;text-transform:uppercase;transition:color .2s}
.nav-links a:hover,.nav-links a[aria-current="page"]{color:var(--blue)}
.nav-cta{background:var(--black)!important;color:var(--white)!important;padding:.58rem 1.25rem!important}.nav-cta:hover{background:var(--blue)!important}
.hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer;background:none;border:0;padding:5px}.hamburger span{width:23px;height:1.5px;background:var(--black)}
.mobile-menu{display:none;position:fixed;inset:0;background:var(--black);z-index:200;flex-direction:column;justify-content:center;padding:3rem 2rem}.mobile-menu.open{display:flex}.mobile-menu a{font-family:'Bebas Neue',Impact,sans-serif;font-size:clamp(2.4rem,10vw,4rem);letter-spacing:.07em;color:var(--white);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.12);padding:.65rem 0}.mobile-menu a:hover{color:var(--blue)}.mobile-close{position:absolute;top:1.5rem;right:1.6rem;background:none;border:0;color:white;font-size:1.8rem;cursor:pointer}

.container{width:min(var(--max),calc(100% - 8rem));margin-inline:auto}
.section{padding:7rem 0;border-bottom:1px solid var(--border)}
.section-off{background:var(--off)}
.section-black{background:var(--black);color:var(--white)}
.eyebrow{display:block;font-size:.66rem;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:var(--grey);margin-bottom:1.6rem}
.section-black .eyebrow{color:rgba(255,255,255,.4)}
h1,h2,h3{font-family:'Bebas Neue',Impact,sans-serif;font-weight:400;letter-spacing:.025em;line-height:1}
h2{font-size:clamp(3rem,6vw,5.8rem)}
h3{font-size:clamp(1.55rem,2.2vw,2.2rem)}
p{color:var(--grey)}
.lead{font-size:1.15rem;line-height:1.85;max-width:760px}
.intro-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:7rem;align-items:start}
.copy p{font-size:1.04rem;line-height:1.85;margin-bottom:1.25rem}.copy strong{color:var(--black);font-weight:500}
.section-black .copy strong{color:var(--white)}

.btn{display:inline-block;text-decoration:none;padding:1rem 2rem;font-size:.7rem;font-weight:500;letter-spacing:.17em;text-transform:uppercase;transition:transform .2s,background .2s,color .2s;border:1px solid transparent;cursor:pointer}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--black);color:var(--white)}.btn-dark:hover{background:var(--blue)}
.btn-light{background:var(--white);color:var(--black)}.btn-light:hover{background:var(--blue);color:var(--white)}
.btn-outline{border-color:var(--border);color:var(--black)}.btn-outline:hover{border-color:var(--blue);color:var(--blue)}
.text-link{font-size:.7rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--grey);text-decoration:none;border-bottom:1px solid var(--border);padding-bottom:2px}.text-link:hover{color:var(--blue);border-color:var(--blue)}
.actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}

.hero{min-height:100vh;padding:9rem 4rem 5rem;display:flex;flex-direction:column;justify-content:flex-end;border-bottom:1px solid var(--border)}
.hero-inner{width:100%;max-width:1500px;margin:0 auto}
.hero-kicker{font-size:.72rem;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:var(--grey);margin-bottom:1.5rem}
.hero h1{font-size:clamp(5rem,13vw,14rem);line-height:.9;margin-bottom:3.5rem}.outline{-webkit-text-stroke:2px var(--black);color:transparent}
.hero-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:4rem;flex-wrap:wrap}.hero-desc{max-width:590px;font-size:1.08rem;line-height:1.8}.hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}
.stats{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--border)}.stat{padding:3rem 4rem;border-right:1px solid var(--border)}.stat:last-child{border-right:0}.stat-num{font-family:'Bebas Neue',Impact,sans-serif;font-size:4rem;line-height:1;display:block}.stat-label{font-size:.68rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--grey);display:block;margin-top:.5rem}
.pullquote{background:var(--black);padding:5.5rem 4rem}.pullquote-inner{max-width:1200px;margin:auto}.quote{font-family:'Bebas Neue',Impact,sans-serif;font-size:clamp(2rem,4.5vw,4rem);line-height:1.08;color:var(--white);max-width:1100px;margin-bottom:2rem}.quote-by{color:rgba(255,255,255,.55);font-size:.8rem;letter-spacing:.07em}

.about-preview{display:grid;grid-template-columns:.8fr 1.2fr;gap:7rem;align-items:center}.portrait-frame{background:var(--off);border:1px solid var(--border);padding:1rem;position:relative}.portrait-frame picture{display:block}.portrait-frame img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;filter:grayscale(100%);transition:filter .35s ease}.portrait-frame:hover img{filter:grayscale(0%)}
.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--border);margin-top:2.5rem}.mini-card{padding:1.7rem;border-right:1px solid var(--border)}.mini-card:last-child{border-right:0}.mini-card strong{font-family:'Bebas Neue',Impact,sans-serif;font-size:2.1rem;font-weight:400;display:block}.mini-card span{font-size:.67rem;letter-spacing:.15em;text-transform:uppercase;color:var(--grey)}

.cards{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);margin-top:4rem}.card{padding:3rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--white);text-decoration:none;transition:background .25s}.card:nth-child(3n){border-right:0}.card:nth-last-child(-n+3){border-bottom:0}.card:hover{background:var(--black)}.card:hover h3{color:var(--white)}.card:hover p,.card:hover .card-tag,.card:hover .card-arrow{color:rgba(255,255,255,.55)}.card-tag{font-size:.64rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--grey);display:block;margin-bottom:2rem}.card h3{margin-bottom:1rem}.card p{font-size:.93rem;line-height:1.75}.card-arrow{display:block;margin-top:2rem;color:var(--blue);font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase}
.cards.five .card:nth-last-child(-n+3){border-bottom:1px solid var(--border)}.cards.five .card:nth-child(4),.cards.five .card:nth-child(5){border-bottom:0}.cards.five .card:nth-child(4){border-right:1px solid var(--border)}

.case-feature{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border);margin-top:4rem}.case-copy{padding:4rem;border-right:1px solid var(--border)}.case-copy p{font-size:1rem;line-height:1.8;margin:1.3rem 0}.metric-grid{display:grid;grid-template-columns:1fr 1fr}.metric{padding:2.5rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;flex-direction:column;justify-content:flex-end;min-height:180px}.metric:nth-child(2n){border-right:0}.metric:nth-last-child(-n+2){border-bottom:0}.metric strong{font-family:'Bebas Neue',Impact,sans-serif;font-size:3rem;font-weight:400;line-height:1}.metric span{font-size:.65rem;font-weight:500;letter-spacing:.17em;text-transform:uppercase;color:var(--grey);margin-top:.6rem}

.process{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);margin-top:4rem}.step{padding:2.5rem;border-right:1px solid var(--border)}.step:last-child{border-right:0}.step-num{font-family:'Bebas Neue',Impact,sans-serif;color:var(--light);font-size:1.3rem;letter-spacing:.1em;display:block;margin-bottom:1.5rem}.step h3{font-size:1.65rem;margin-bottom:.8rem}.step p{font-size:.9rem;line-height:1.7}

.testimonials{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);margin-top:4rem}.testimonial{padding:3rem;border-right:1px solid var(--border);background:var(--white)}.testimonial:last-child{border-right:0}.testimonial blockquote{color:var(--grey);font-size:.93rem;line-height:1.85;font-style:italic;margin-bottom:2rem}.testimonial strong{font-weight:500;display:block}.testimonial span{font-size:.72rem;color:var(--grey)}

.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);margin-top:4rem}.insight-card{background:var(--white);padding:2.7rem;text-decoration:none;transition:background .2s}.insight-card:hover{background:var(--off)}.insight-card .tag{font-size:.64rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--grey);display:block;margin-bottom:1.3rem}.insight-card h3{font-size:1.8rem;margin-bottom:1rem}.insight-card p{font-size:.9rem;line-height:1.75}.read-more{display:block;margin-top:1.5rem;font-size:.68rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--blue)}

.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:7rem}.contact-details{display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem}.contact-details a{color:var(--grey);text-decoration:none}.contact-details a:hover{color:var(--blue)}
.form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:flex;flex-direction:column;gap:.45rem}.field label{font-size:.64rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--grey)}.field input,.field textarea,.field select{background:var(--white);border:1px solid var(--border);padding:.9rem 1rem;color:var(--black);outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--blue)}.field textarea{min-height:145px;resize:vertical}.form-note{font-size:.75rem;color:var(--grey)}

.page-hero{padding:10rem 0 5rem;border-bottom:1px solid var(--border)}.page-hero h1{font-size:clamp(4rem,9vw,8.5rem);max-width:1100px}.page-hero p{font-size:1.1rem;line-height:1.85;max-width:740px;margin-top:2rem}.breadcrumbs{font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--grey);margin-bottom:2rem}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{color:var(--blue)}
.content-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.65fr);gap:7rem;align-items:start}.sticky-card{position:sticky;top:7rem;background:var(--black);padding:3rem;color:var(--white)}.sticky-card h3{font-size:2.2rem;margin-bottom:1rem}.sticky-card p{color:rgba(255,255,255,.55);margin-bottom:1.5rem}.feature-list{list-style:none;margin:2rem 0}.feature-list li{padding:1rem 0;border-bottom:1px solid var(--border);color:var(--grey)}.feature-list li::before{content:'→';color:var(--blue);margin-right:.8rem}.content-section{margin-bottom:4rem}.content-section h2{font-size:clamp(2.5rem,4.5vw,4.5rem);margin-bottom:1.5rem}.content-section h3{margin:2rem 0 .8rem}.content-section p{font-size:1.03rem;line-height:1.85;margin-bottom:1.2rem}.content-section ul{margin:1rem 0 1.5rem 1.2rem;color:var(--grey)}.content-section li{margin:.7rem 0;padding-left:.25rem}
.faq{border-top:1px solid var(--border);margin-top:2rem}.faq details{border-bottom:1px solid var(--border);padding:1.25rem 0}.faq summary{cursor:pointer;font-weight:500;color:var(--black);list-style:none;padding-right:2rem;position:relative}.faq summary::after{content:'+';position:absolute;right:.2rem;font-size:1.3rem;color:var(--blue)}.faq details[open] summary::after{content:'−'}.faq p{padding-top:1rem;font-size:.95rem}

.case-list{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);margin-top:4rem}.case-card{padding:3rem;border-right:1px solid var(--border);text-decoration:none}.case-card:last-child{border-right:0}.case-card:hover{background:var(--off)}.case-card .tag{font-size:.64rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--grey)}.case-card h3{margin:1.5rem 0 1rem}.case-card p{font-size:.92rem;line-height:1.75}.case-card .result{font-family:'Bebas Neue',Impact,sans-serif;font-size:2.5rem;display:block;margin-top:2rem}
.article-wrap{display:grid;grid-template-columns:minmax(0,740px) minmax(230px,320px);gap:6rem;align-items:start}.article-body p{font-size:1.08rem;line-height:1.9;color:#3a3a3a;margin-bottom:1.55rem}.article-body h2{font-size:2.1rem;margin:3rem 0 1.1rem}.article-body h3{font-size:1.55rem;margin:2rem 0 .8rem}.article-body strong{font-weight:500;color:var(--black)}.article-meta{font-size:.78rem;color:var(--grey);letter-spacing:.06em;margin-top:1.5rem}.article-cta{margin-top:4rem;padding:3rem;background:var(--black)}.article-cta h3{color:white;font-size:2rem;margin:0 0 1rem}.article-cta p{color:rgba(255,255,255,.58);font-size:.95rem}.related{border-top:1px solid var(--border);margin-top:4rem;padding-top:3rem}.related a{display:block;text-decoration:none;padding:1rem 0;border-bottom:1px solid var(--border);color:var(--grey)}.related a:hover{color:var(--blue)}
.policy{max-width:850px}.policy h2{font-size:2.2rem;margin:3rem 0 1rem}.policy h3{font-size:1.45rem;margin:2rem 0 .7rem}.policy p,.policy li{font-size:1rem;line-height:1.85;color:var(--grey)}.policy ul{margin:1rem 0 1rem 1.4rem}

footer{padding:2rem 4rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer-links{display:flex;gap:1.4rem;list-style:none;flex-wrap:wrap}.footer-links a{font-size:.65rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--grey);text-decoration:none}.footer-links a:hover{color:var(--blue)}footer p{font-size:.74rem}
.reveal{opacity:1;transform:none;transition:opacity .55s ease,transform .55s ease}.js .reveal{opacity:0;transform:translateY(18px)}.js .reveal.visible{opacity:1;transform:none}

@media(max-width:1050px){.site-nav{padding:1.2rem 2.5rem}.container{width:min(var(--max),calc(100% - 5rem))}.hero{padding-inline:2.5rem}.pullquote{padding-inline:2.5rem}.about-preview,.intro-grid,.contact-grid,.content-grid{gap:4rem}.cards{grid-template-columns:repeat(2,1fr)}.card:nth-child(3n){border-right:1px solid var(--border)}.card:nth-child(2n){border-right:0}.card:nth-last-child(-n+3){border-bottom:1px solid var(--border)}.card:nth-last-child(-n+2){border-bottom:0}.cards.five .card:nth-child(4){border-right:0}.cards.five .card:nth-child(5){border-bottom:0}.process{grid-template-columns:repeat(2,1fr)}.step{border-bottom:1px solid var(--border)}.step:nth-child(2){border-right:0}.step:nth-last-child(-n+2){border-bottom:0}.testimonials{grid-template-columns:1fr}.testimonial{border-right:0;border-bottom:1px solid var(--border)}.testimonial:last-child{border-bottom:0}.insight-grid{grid-template-columns:1fr 1fr}.case-list{grid-template-columns:1fr}.case-card{border-right:0;border-bottom:1px solid var(--border)}.case-card:last-child{border-bottom:0}}
@media(max-width:768px){.site-nav{padding:1.05rem 1.5rem}.nav-links{display:none}.hamburger{display:flex}.container{width:calc(100% - 3rem)}.section{padding:4.5rem 0}.hero{padding:7rem 1.5rem 3.5rem;min-height:auto}.hero h1{font-size:clamp(4.5rem,20vw,7rem);margin-bottom:2.5rem}.hero-bottom{align-items:flex-start;gap:2rem}.hero-desc{font-size:.98rem}.stats{grid-template-columns:1fr 1fr}.stat{padding:1.8rem 1.5rem}.stat:nth-child(2){border-right:0}.stat:nth-child(3){grid-column:span 2;border-top:1px solid var(--border)}.stat-num{font-size:3rem}.pullquote{padding:4rem 1.5rem}.about-preview,.intro-grid,.contact-grid,.content-grid,.article-wrap{grid-template-columns:1fr;gap:3rem}.portrait-frame{max-width:520px}.mini-grid{grid-template-columns:1fr}.mini-card{border-right:0;border-bottom:1px solid var(--border)}.mini-card:last-child{border-bottom:0}.cards,.insight-grid{grid-template-columns:1fr}.card,.card:nth-child(n){border-right:0;border-bottom:1px solid var(--border)}.card:last-child{border-bottom:0}.case-feature{grid-template-columns:1fr}.case-copy{padding:2.5rem 1.5rem;border-right:0;border-bottom:1px solid var(--border)}.metric{padding:1.5rem;min-height:135px}.metric strong{font-size:2.1rem}.process{grid-template-columns:1fr}.step,.step:nth-child(n){border-right:0;border-bottom:1px solid var(--border)}.step:last-child{border-bottom:0}.insight-grid{gap:1px}.form-row{grid-template-columns:1fr}.page-hero{padding:8rem 0 3.5rem}.page-hero h1{font-size:clamp(3.6rem,16vw,6rem)}.sticky-card{position:static}.article-wrap{gap:2rem}.article-cta{padding:2rem}.case-list{grid-template-columns:1fr}footer{padding:2rem 1.5rem;flex-direction:column;text-align:center}.footer-links{justify-content:center}}

.linkedin-link{display:inline-flex;align-items:center;gap:.45rem}.linkedin-icon{width:1rem;height:1rem;flex:0 0 auto}.footer-links .linkedin-icon{width:.9rem;height:.9rem}.btn-outline{background:transparent;color:var(--black);border:1px solid var(--black)}.btn-outline:hover{background:var(--black);color:var(--white)}


/* WhatsApp, cookie consent and four-card testimonial additions */
.testimonials.four{grid-template-columns:repeat(4,1fr)}
.testimonials.four .testimonial{min-width:0}
.whatsapp-float{position:fixed;right:1.35rem;bottom:1.35rem;z-index:180;display:flex;align-items:center;gap:.55rem;background:var(--black);color:var(--white);text-decoration:none;padding:.78rem 1rem;border:1px solid rgba(255,255,255,.18);box-shadow:0 12px 32px rgba(0,0,0,.18);font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;transition:transform .2s,background .2s}
.whatsapp-float:hover{background:var(--blue);transform:translateY(-2px)}
.whatsapp-float svg{width:20px;height:20px;flex:0 0 auto}
.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:300;background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.35rem 1.5rem;border:1px solid rgba(255,255,255,.18);box-shadow:0 16px 48px rgba(0,0,0,.3)}
.cookie-banner-copy{max-width:720px}.cookie-banner-copy strong{font-size:.88rem;letter-spacing:.04em}.cookie-banner-copy p{margin:.3rem 0 0;color:rgba(255,255,255,.62);font-size:.84rem;line-height:1.55}
.cookie-banner-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:flex-end}
.text-button,.footer-cookie-button{border:0;background:none;font:inherit;cursor:pointer;padding:0;color:var(--grey);font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}
.text-button.light{color:rgba(255,255,255,.72)}.text-button:hover,.footer-cookie-button:hover{color:var(--blue)}
.footer-cookie-button{font-size:.7rem;letter-spacing:.15em}
.cookie-modal-backdrop{position:fixed;inset:0;z-index:350;background:rgba(0,0,0,.68);display:grid;place-items:center;padding:1rem}
.cookie-modal{position:relative;width:min(620px,100%);max-height:calc(100vh - 2rem);overflow:auto;background:var(--white);padding:2.5rem;border:1px solid var(--border)}
.cookie-modal h2{font-size:2.8rem;margin:.35rem 0 1rem}.cookie-modal>p{color:var(--grey);font-size:.92rem;line-height:1.7}
.cookie-modal-close{position:absolute;right:1.15rem;top:.9rem;border:0;background:none;font-size:1.8rem;cursor:pointer;color:var(--grey)}
.cookie-choice{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.15rem 0;border-bottom:1px solid var(--border);cursor:pointer}
.cookie-choice strong{display:block;font-weight:500}.cookie-choice span{display:block;color:var(--grey);font-size:.78rem;margin-top:.15rem}
.cookie-choice input{width:20px;height:20px;accent-color:var(--blue);flex:0 0 auto}
.cookie-actions{display:flex;align-items:center;gap:1.25rem;margin-top:1.5rem;flex-wrap:wrap}.cookie-small{font-size:.76rem!important;margin-top:1.25rem!important}
.proof-quote{padding:2.5rem;background:var(--off);border-left:3px solid var(--black);margin:2.5rem 0}
.proof-quote blockquote{font-size:1.05rem;line-height:1.8;color:#3a3a3a;font-style:italic;margin-bottom:1.2rem}
.proof-quote strong{display:block;font-weight:500}.proof-quote span{font-size:.76rem;color:var(--grey)}

@media(max-width:1050px){
  .testimonials.four{grid-template-columns:1fr}
  .cookie-banner{align-items:flex-start;flex-direction:column;padding:1.2rem}
  .cookie-banner-actions{justify-content:flex-start}
}
@media(max-width:640px){
  .whatsapp-float{right:1rem;bottom:1rem;padding:.72rem;border-radius:0}
  .whatsapp-float span{display:none}
  .cookie-banner{left:.65rem;right:.65rem;bottom:.65rem;gap:1rem}
  .cookie-banner-actions{gap:.75rem}
  .cookie-modal{padding:2rem 1.25rem}
}


/* Organic growth batch: service-business visibility, calculator and case proof */
.nav-links{gap:1.55rem}.nav-links a{letter-spacing:.14em}.featured-service-card{box-shadow:inset 0 3px 0 var(--blue)}
.calculator-home-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:5rem;align-items:center}.calculator-preview{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border);background:var(--off)}.calculator-preview div{padding:2rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.calculator-preview div:nth-child(2n){border-right:0}.calculator-preview div:nth-last-child(-n+2){border-bottom:0}.calculator-preview span{display:block;color:var(--grey);font-size:.64rem;letter-spacing:.14em;text-transform:uppercase}.calculator-preview strong{display:block;font-family:'Bebas Neue',Impact,sans-serif;font-size:2.8rem;font-weight:400;line-height:1;margin-top:.55rem}.calculator-preview .highlight{background:var(--black);color:var(--white)}.calculator-preview .highlight span{color:rgba(255,255,255,.5)}
.service-case-home{display:grid;grid-template-columns:1.2fr .8fr;gap:5rem;align-items:center}.service-case-home p{color:rgba(255,255,255,.62);font-size:1.05rem;max-width:720px}.service-case-stat{text-align:center;border:1px solid rgba(255,255,255,.2);padding:3rem}.service-case-stat strong{display:block;font-family:'Bebas Neue',Impact,sans-serif;font-size:clamp(5rem,10vw,9rem);font-weight:400;line-height:.8}.service-case-stat span{display:block;color:rgba(255,255,255,.65);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;margin-top:1.2rem}.service-case-stat small{display:block;color:rgba(255,255,255,.35);font-size:.7rem;margin-top:.7rem}.light-link{color:var(--white)}
@media(max-width:1100px){.nav-links{gap:1rem}.nav-links a{font-size:.63rem;letter-spacing:.1em}.site-nav{padding-inline:2.5rem}}
@media(max-width:900px){.calculator-home-grid,.service-case-home{grid-template-columns:1fr;gap:3rem}}

.case-list.four{grid-template-columns:repeat(2,1fr)}.case-list.four .case-card{border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.case-list.four .case-card:nth-child(2n){border-right:0}.case-list.four .case-card:nth-last-child(-n+2){border-bottom:0}.input-wrap input + .input-prefix{border-right:0;border-left:1px solid var(--border)}
@media(max-width:1050px){.case-list.four{grid-template-columns:1fr}.case-list.four .case-card{border-right:0!important;border-bottom:1px solid var(--border)!important}.case-list.four .case-card:last-child{border-bottom:0!important}}
@media(max-width:900px){.nav-links{display:none}.hamburger{display:flex}.site-nav{padding:1.05rem 1.5rem}}


/* Article readability and machine-readable content enhancements */
.article-hero h1{max-width:1180px}.article-meta{display:flex;gap:.75rem 1.35rem;flex-wrap:wrap;align-items:center}.article-meta span{display:inline-flex;align-items:center}.article-meta span+span::before{content:'•';margin-right:1.35rem;color:var(--blue)}.article-meta a{text-decoration:none;border-bottom:1px solid var(--border)}
.article-body>p:first-of-type{font-size:1.18rem;line-height:1.85;color:#242424}.answer-box{background:var(--off);border-left:3px solid var(--blue);padding:1.6rem 1.8rem;margin:0 0 2.5rem}.answer-box strong{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:.65rem}.answer-box p{margin:0!important;font-size:1rem!important;line-height:1.75!important}.key-points{border:1px solid var(--border);padding:1.8rem 2rem;margin:0 0 2.8rem}.key-points h2{font-size:1.8rem;margin:0 0 .9rem}.key-points ul{margin:.4rem 0 0 1.2rem;color:#3a3a3a}.key-points li{padding:.28rem 0;line-height:1.65}
.article-body ul,.article-body ol{margin:0 0 1.7rem 1.4rem;color:#3a3a3a}.article-body li{margin:.55rem 0;padding-left:.25rem;line-height:1.7}.article-body a:not(.btn):not(.text-link){color:var(--blue-dark);text-decoration-thickness:1px;text-underline-offset:3px}.article-body h2{scroll-margin-top:7rem}.article-body h3{scroll-margin-top:7rem}.article-note{padding:1.2rem 1.4rem;background:var(--off);border:1px solid var(--border);margin:1.5rem 0 2rem}.article-note p{font-size:.92rem!important;margin:0!important}.formula-box{padding:1.6rem 1.8rem;background:var(--black);color:var(--white);margin:1.8rem 0 2.2rem}.formula-box strong{color:var(--white);display:block;font-family:'Bebas Neue',Impact,sans-serif;font-size:1.8rem;font-weight:400;margin-bottom:.5rem}.formula-box p{color:rgba(255,255,255,.7);font-size:.95rem!important;margin:.35rem 0!important}.formula{display:block;font-size:1.05rem;color:var(--white);font-weight:500;margin:.8rem 0}
.table-wrap{overflow-x:auto;margin:1.7rem 0 2.3rem;border:1px solid var(--border)}.article-table{width:100%;border-collapse:collapse;min-width:680px;background:var(--white)}.article-table caption{text-align:left;padding:1rem 1.1rem;font-weight:500;background:var(--off);border-bottom:1px solid var(--border)}.article-table th,.article-table td{text-align:left;vertical-align:top;padding:.95rem 1rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);font-size:.86rem;line-height:1.55}.article-table th:last-child,.article-table td:last-child{border-right:0}.article-table tr:last-child td{border-bottom:0}.article-table th{font-size:.64rem;letter-spacing:.1em;text-transform:uppercase;background:#fbfbfa;color:#444}.article-table td strong{display:block;margin-bottom:.2rem}
.example-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--border);margin:1.8rem 0 2.4rem}.example-card{padding:1.6rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.example-card:nth-child(2n){border-right:0}.example-card:nth-last-child(-n+2){border-bottom:0}.example-card span{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--grey);margin-bottom:.55rem}.example-card strong{display:block;font-family:'Bebas Neue',Impact,sans-serif;font-size:2rem;font-weight:400;margin-bottom:.55rem}.example-card p{font-size:.88rem!important;line-height:1.65!important;margin:0!important}
.author-box{display:grid;grid-template-columns:110px 1fr;gap:1.5rem;align-items:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2rem 0;margin:4rem 0 0}.author-box picture,.author-box img{width:110px}.author-box img{aspect-ratio:4/5;object-fit:cover;filter:grayscale(100%)}.author-box .eyebrow{margin-bottom:.35rem}.author-box h3{margin:0 0 .45rem;font-size:1.8rem}.author-box p{font-size:.88rem!important;line-height:1.65!important;margin:0 0 .65rem!important}
.article-sidebar .eyebrow{color:rgba(255,255,255,.45);margin-bottom:.9rem}.sidebar-eyebrow{margin-top:2.2rem!important}.toc-list{list-style:none;counter-reset:toc;margin:0}.toc-list li{border-bottom:1px solid rgba(255,255,255,.12);padding:.72rem 0;counter-increment:toc}.toc-list a{color:rgba(255,255,255,.72);text-decoration:none;font-size:.78rem;line-height:1.45;display:flex;gap:.6rem}.toc-list a::before{content:counter(toc,decimal-leading-zero);color:var(--blue);font-size:.62rem;margin-top:.12rem}.toc-list a:hover{color:var(--white)}.article-sidebar .feature-list a{color:inherit;text-decoration:none}.article-sidebar .feature-list li{border-color:rgba(255,255,255,.12);padding:.75rem 0;color:rgba(255,255,255,.65)}
.article-faq{margin-top:3rem}.article-faq details{border-bottom:1px solid var(--border);padding:1.1rem 0}.article-faq summary{cursor:pointer;font-weight:500;list-style:none;position:relative;padding-right:2rem}.article-faq summary::after{content:'+';position:absolute;right:.2rem;color:var(--blue);font-size:1.3rem}.article-faq details[open] summary::after{content:'−'}.article-faq p{font-size:.95rem!important;padding-top:.85rem;margin-bottom:.5rem!important}.source-note{font-size:.82rem!important;color:var(--grey)!important;border-top:1px solid var(--border);padding-top:1.2rem;margin-top:2.2rem!important}
.guide-links{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);margin-top:2rem}.guide-link{padding:1.5rem;text-decoration:none;border-right:1px solid var(--border);transition:background .2s}.guide-link:last-child{border-right:0}.guide-link span{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--grey);margin-bottom:.55rem}.guide-link strong{display:block;font-family:'Bebas Neue',Impact,sans-serif;font-size:1.55rem;font-weight:400;line-height:1.1}.guide-link:hover{background:var(--off)}
.fact-grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--border);margin:2rem 0}.fact-card{padding:1.5rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.fact-card:nth-child(2n){border-right:0}.fact-card:nth-last-child(-n+2){border-bottom:0}.fact-card span{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--grey);margin-bottom:.45rem}.fact-card strong{font-weight:500;line-height:1.45}.faq-answer-first{font-weight:500;color:#242424!important}
@media(max-width:900px){.guide-links{grid-template-columns:1fr}.guide-link{border-right:0;border-bottom:1px solid var(--border)}.guide-link:last-child{border-bottom:0}}
@media(max-width:640px){.article-meta{display:block}.article-meta span{display:block;margin:.25rem 0}.article-meta span+span::before{display:none}.answer-box,.key-points{padding:1.3rem}.example-grid,.fact-grid{grid-template-columns:1fr}.example-card,.fact-card{border-right:0!important;border-bottom:1px solid var(--border)!important}.example-card:last-child,.fact-card:last-child{border-bottom:0!important}.author-box{grid-template-columns:75px 1fr;gap:1rem}.author-box picture,.author-box img{width:75px}.article-table th,.article-table td{padding:.8rem}.article-body p{font-size:1rem}.article-body>p:first-of-type{font-size:1.08rem}}

/* Keep long article content contained on small screens. */
.article-wrap > *, .article-body, .article-sidebar{min-width:0}
.table-wrap{max-width:100%;-webkit-overflow-scrolling:touch}
@media(max-width:768px){
  .article-sidebar{width:100%;max-width:100%}
  .article-body{overflow-wrap:anywhere}
}

/* 2026-08-04 refinement: clearer hierarchy, flexible grids and responsive balance */
:root{--max:1280px}
.container{width:min(var(--max),calc(100% - clamp(3rem,7vw,8rem)))}
.section{padding:clamp(4.75rem,6vw,6.25rem) 0}
h2{font-size:clamp(2.8rem,5.2vw,5.2rem)}
.page-hero{padding:clamp(8rem,10vw,9.5rem) 0 clamp(3.75rem,5vw,5rem)}
.page-hero h1{font-size:clamp(3.8rem,7.2vw,7.4rem);max-width:1120px;text-wrap:balance}
.page-hero p{max-width:780px}
.hero{min-height:min(100svh,920px);padding-top:8.5rem}
.hero h1{font-size:clamp(5rem,11vw,12rem);text-wrap:balance}
.hero-inner{max-width:1440px}
.pullquote{padding-block:clamp(4rem,6vw,5.5rem)}
.quote{text-wrap:balance}
.about-preview{grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);gap:clamp(3rem,6vw,6rem);align-items:center}
.about-preview>.copy{min-width:0}
.about-preview>.quick-facts-section{grid-column:1/-1;width:100%;margin:0;padding-top:.5rem}
.quick-facts-section h2{max-width:760px}
.quick-facts-section .fact-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:0}
.quick-facts-section .fact-card{border-right:1px solid var(--border);border-bottom:1px solid var(--border)}
.quick-facts-section .fact-card:nth-child(2n){border-right:1px solid var(--border)}
.quick-facts-section .fact-card:nth-child(3n){border-right:0}
.quick-facts-section .fact-card:nth-last-child(-n+3){border-bottom:0}
.cards,.process,.testimonials,.case-feature,.case-list,.fact-grid,.guide-links{max-width:100%}
.card,.testimonial,.insight-card,.case-card{min-width:0}
.card{display:flex;flex-direction:column}.card .card-arrow{margin-top:auto;padding-top:2rem}
.testimonial{display:flex;flex-direction:column}.testimonial blockquote{flex:1}.testimonial strong{margin-top:auto}
.insight-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1px}
.insight-card{display:flex;flex:0 1 calc(33.333% - 1px);max-width:calc(33.333% - 1px);flex-direction:column;min-width:0}
.insight-card .read-more{margin-top:auto;padding-top:1.5rem}
.service-case-home{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:clamp(3rem,5vw,4.5rem)}
.service-case-home h2{font-size:clamp(3rem,5vw,5rem);max-width:900px;text-wrap:balance}
.service-case-stat{padding:clamp(2rem,3vw,3rem)}
.service-case-stat strong{font-size:clamp(4.5rem,7vw,7rem)}
.case-copy h3{text-wrap:balance}
.content-grid{grid-template-columns:minmax(0,1.2fr) minmax(260px,.65fr);gap:clamp(3rem,6vw,6rem)}
.article-wrap{grid-template-columns:minmax(0,760px) minmax(240px,320px);gap:clamp(3rem,6vw,5.5rem)}
.content-section h2,.article-body h2{text-wrap:balance}
.whatsapp-float{max-width:calc(100vw - 2rem)}

@media(max-width:1200px){
  .testimonials.four{grid-template-columns:repeat(2,1fr)}
  .testimonials.four .testimonial{border-right:1px solid var(--border);border-bottom:1px solid var(--border)}
  .testimonials.four .testimonial:nth-child(2n){border-right:0}
  .testimonials.four .testimonial:nth-last-child(-n+2){border-bottom:0}
  .insight-card{flex-basis:calc(50% - 1px);max-width:calc(50% - 1px)}
}
@media(max-width:1050px){
  .about-preview{gap:3.5rem}
  .quick-facts-section .fact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .quick-facts-section .fact-card:nth-child(n){border-right:1px solid var(--border);border-bottom:1px solid var(--border)}
  .quick-facts-section .fact-card:nth-child(2n){border-right:0}
  .quick-facts-section .fact-card:nth-last-child(-n+2){border-bottom:0}
}
@media(max-width:900px){
  .hero{min-height:auto}
  .service-case-home{grid-template-columns:1fr}
  .service-case-stat{max-width:560px;width:100%}
}
@media(max-width:768px){
  .container{width:calc(100% - 2.5rem)}
  .section{padding:4.25rem 0}
  .about-preview{grid-template-columns:1fr;align-items:start}
  .about-preview>.quick-facts-section{grid-column:auto}
  .portrait-frame{width:min(100%,520px)}
  .page-hero h1{font-size:clamp(3.4rem,15vw,5.6rem)}
  .service-case-home h2{font-size:clamp(2.9rem,13vw,4.6rem)}
  .testimonials.four{grid-template-columns:1fr}
  .testimonials.four .testimonial:nth-child(n){border-right:0;border-bottom:1px solid var(--border)}
  .testimonials.four .testimonial:last-child{border-bottom:0}
  .insight-card{flex-basis:100%;max-width:100%}
}
@media(max-width:560px){
  .quick-facts-section .fact-grid{grid-template-columns:1fr}
  .quick-facts-section .fact-card:nth-child(n){border-right:0;border-bottom:1px solid var(--border)}
  .quick-facts-section .fact-card:last-child{border-bottom:0}
  .service-case-stat{padding:2rem 1.25rem}
  .hero h1{font-size:clamp(4.25rem,22vw,6.25rem)}
}
@media(min-width:1700px){
  .site-nav{padding-inline:max(4rem,calc((100vw - 1560px)/2))}
  .hero{padding-inline:max(4rem,calc((100vw - 1560px)/2))}
  .pullquote{padding-inline:max(4rem,calc((100vw - 1560px)/2))}
}


/* Final responsive safeguards after viewport audit */
.content-grid>*{min-width:0}
.content-grid>div{width:100%}
.insight-grid{background:transparent;border:0;gap:0}
.insight-card{border:1px solid var(--border);margin:-1px 0 0 -1px;background:var(--white)}
@media(max-width:768px){
  .page-hero h1{font-size:clamp(2.9rem,12vw,5.2rem);overflow-wrap:normal}
  .content-grid>*{min-width:0;width:100%}
  .fit-grid,.comparison-grid,.route-grid,.lead-flow,.case-proof,.math-panel{min-width:0;max-width:100%}
  .content-section{min-width:0;width:100%}
  .content-section h2{font-size:clamp(2.35rem,10.5vw,3.8rem);overflow-wrap:break-word}
}

/* 2026-08-04 mobile layout hotfix: restore single-column service/article layouts after later desktop overrides */
.content-grid > *, .article-wrap > *{min-width:0}

@media (max-width:900px){
  .content-grid,
  .article-wrap{
    grid-template-columns:minmax(0,1fr)!important;
    gap:2.5rem!important;
    width:100%;
  }
  .sticky-card,
  .article-sidebar{
    position:static!important;
    top:auto!important;
    width:100%;
    max-width:100%;
  }
  .sticky-card{
    padding:clamp(1.75rem,6vw,2.5rem);
  }
  .sticky-card h3{
    font-size:clamp(2.15rem,10vw,3.2rem);
    overflow-wrap:normal;
    word-break:normal;
  }
  .sticky-card p,
  .sticky-card a,
  .feature-list li{
    overflow-wrap:anywhere;
    word-break:normal;
  }
  .content-section h2{
    font-size:clamp(2.65rem,12vw,4.2rem);
    overflow-wrap:normal;
    word-break:normal;
  }
}

@media (max-width:640px){
  .content-grid,
  .article-wrap{
    gap:2rem!important;
  }
  .sticky-card{
    padding:1.75rem 1.25rem;
  }
  .sticky-card .btn{
    width:100%;
    text-align:center;
  }
  .feature-list{
    margin:1.5rem 0 0;
  }
  .feature-list li{
    padding:.9rem 0;
  }
  .content-section{
    margin-bottom:3.25rem;
  }
  .content-section p{
    font-size:1rem;
    line-height:1.75;
  }
  .industry-tags{
    gap:.5rem;
  }
  .industry-tags span{
    max-width:100%;
  }
  .case-proof{
    grid-template-columns:1fr!important;
  }
  .case-proof-metric{
    border-right:0!important;
    border-bottom:1px solid var(--border);
  }
  .route-grid{
    grid-template-columns:1fr!important;
  }
}

/* 2026-08-04 comprehensive narrow-screen containment fixes */
html,body{max-width:100%;overflow-x:hidden}
.about-preview>*,
.calculator-home-grid>*,
.contact-grid>*,
.content-grid>*,
.article-wrap>*,
.case-feature>*,
.service-case-home>*{min-width:0}

.contact-details a,
.footer-links a,
.feature-list a{overflow-wrap:anywhere}
.form,.form-row,.field,.field input,.field textarea,.field select{min-width:0;max-width:100%}
.field input,.field textarea,.field select{width:100%}

.calculator-shell,
.calculator-shell>*{
  min-width:0!important;
  max-width:100%!important;
}

@media (max-width:900px){
  .calculator-shell{grid-template-columns:minmax(0,1fr)!important}
  .calculator-shell>*{width:100%!important}
}

@media (max-width:768px){
  .about-preview,
  .contact-grid,
  .calculator-home-grid,
  .content-grid,
  .article-wrap{
    width:100%;
    max-width:100%;
  }
  .about-preview{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .about-preview .portrait-frame{
    width:100%!important;
    max-width:100%!important;
  }
  .about-preview .copy,
  .about-preview .quick-facts-section{
    width:100%;
    max-width:100%;
  }
  .contact-grid{
    grid-template-columns:minmax(0,1fr)!important;
  }
}

@media (max-width:560px){
  .page-hero h1{
    font-size:clamp(2.9rem,14vw,4.6rem);
    overflow-wrap:break-word;
  }
  .hero h1{
    overflow-wrap:break-word;
  }
  .container{
    width:calc(100% - 2rem);
  }
  .section{
    padding:3.75rem 0;
  }
  .actions{
    width:100%;
    align-items:stretch;
  }
  .actions .btn{
    max-width:100%;
  }
  .actions .text-link{
    max-width:100%;
    overflow-wrap:anywhere;
  }
}

@media (max-width:360px){
  .page-hero h1{
    font-size:clamp(2.55rem,13vw,3.75rem);
  }
  .metric-grid{
    grid-template-columns:1fr;
  }
  .metric,
  .metric:nth-child(n){
    border-right:0;
    border-bottom:1px solid var(--border);
  }
  .metric:last-child{
    border-bottom:0;
  }
  .calculator-preview{
    grid-template-columns:1fr;
  }
  .calculator-preview div,
  .calculator-preview div:nth-child(n){
    border-right:0;
    border-bottom:1px solid var(--border);
  }
  .calculator-preview div:last-child{
    border-bottom:0;
  }
}

/* Final 320–480px refinements found during rendered-page testing */
.intro-grid>*,
.stats>*,
.calculator-preview>*{min-width:0}

@media (max-width:560px){
  h2,
  .content-section h2,
  .article-body h2{
    font-size:clamp(2.45rem,12.5vw,3.75rem);
    overflow-wrap:break-word;
  }
  .calc-inputs h2{
    font-size:clamp(2.45rem,12.5vw,3.2rem)!important;
  }
}

@media (max-width:480px){
  .stats{
    grid-template-columns:1fr;
  }
  .stat,
  .stat:nth-child(n){
    grid-column:auto;
    border-right:0;
    border-top:0;
    border-bottom:1px solid var(--border);
    width:100%;
  }
  .stat:last-child{
    border-bottom:0;
  }
  .calculator-preview{
    grid-template-columns:1fr;
  }
  .calculator-preview div,
  .calculator-preview div:nth-child(n){
    border-right:0;
    border-bottom:1px solid var(--border);
    width:100%;
  }
  .calculator-preview div:last-child{
    border-bottom:0;
  }
}


/* 2026-08-23 readability, navigation and trust refinement */
:root{
  --grey:#505050;
  --border:#cfcfca;
  --dark-copy:#c7c7c7;
  --dark-muted:#9d9d9d;
}
body{font-weight:300}
p,.content-section ul,.content-section li{color:var(--grey)}
.nav-links a{color:#4a4a4a}
.eyebrow{color:#555}
.text-link{color:#4f4f4f;border-color:#a9a9a4}
.section-black p,
.section-black .text-link,
.service-case-home p{color:var(--dark-copy)}
.section-black .eyebrow{color:#a9a9a9}
.section-black .text-link{border-color:#696969}
.service-case-stat span{color:#d0d0d0}
.service-case-stat small{color:#9b9b9b}
.sticky-card p{color:#c5c5c5}
.sticky-card .eyebrow,.article-sidebar .eyebrow{color:#a8a8a8}
.feature-list li,.article-sidebar .feature-list li{color:#c4c4c4;border-color:rgba(255,255,255,.22)}
.toc-list a{color:#c8c8c8}
.article-cta p{color:#c8c8c8}
.formula-box p{color:#d0d0d0}
.testimonial blockquote{color:#4c4c4c}
.testimonial span{color:#555}
.card p,.insight-card p,.step p,.case-copy p{color:#505050}
.card-tag,.insight-card .tag,.mini-card span,.metric span,.calculator-preview span{color:#555}
.card:hover p,.card:hover .card-tag,.card:hover .card-arrow{color:#d2d2d2}

/* Give the monochrome system a restrained blue edge without changing the identity */
.sticky-card,.article-sidebar{box-shadow:inset 0 3px 0 var(--blue)}
.service-case-stat{border-top:3px solid var(--blue)}
.insight-card{position:relative}
.insight-card::before{content:'';position:absolute;left:-1px;top:-1px;width:0;height:3px;background:var(--blue);transition:width .2s ease}
.insight-card:hover::before{width:calc(100% + 2px)}

/* Desktop Services dropdown */
.nav-dropdown{position:relative}
.nav-dropdown-toggle{appearance:none;border:0;background:transparent;color:#4a4a4a;font:inherit;font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;padding:.5rem 0;display:flex;align-items:center;gap:.35rem;transition:color .2s}
.nav-dropdown-toggle:hover,.nav-dropdown-toggle:focus-visible,.nav-dropdown-toggle.active,.nav-dropdown.open .nav-dropdown-toggle{color:var(--blue);outline:none}
.nav-dropdown-toggle span{font-size:.9rem;line-height:1;transition:transform .2s}
.nav-dropdown.open .nav-dropdown-toggle span,.nav-dropdown:focus-within .nav-dropdown-toggle span{transform:rotate(180deg)}
.nav-dropdown-menu{position:absolute;top:calc(100% + .85rem);left:-1.2rem;width:300px;padding:.7rem;background:var(--white);border:1px solid var(--border);box-shadow:0 18px 45px rgba(0,0,0,.10);opacity:0;visibility:hidden;transform:translateY(-5px);transition:opacity .16s,transform .16s,visibility .16s}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.open .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.nav-dropdown-menu a{display:block;padding:.8rem .85rem;font-size:.69rem!important;letter-spacing:.1em!important;border-bottom:1px solid #e2e2de;color:#424242!important}
.nav-dropdown-menu a:last-child{border-bottom:0}
.nav-dropdown-menu a:hover,.nav-dropdown-menu a[aria-current="page"]{color:var(--blue)!important;background:var(--off)}
.nav-dropdown-menu .dropdown-all{font-weight:500;color:var(--blue-dark)!important}

/* Mobile menu accordion */
.mobile-menu{justify-content:flex-start;overflow-y:auto;padding-top:5.5rem}
.mobile-menu-inner{width:min(100%,560px);margin:auto}
.mobile-menu-inner>a,.mobile-menu-toggle{width:100%;font-family:'Bebas Neue',Impact,sans-serif;font-size:clamp(2.25rem,9vw,3.7rem);letter-spacing:.07em;color:var(--white);text-decoration:none;border:0;border-bottom:1px solid rgba(255,255,255,.18);padding:.65rem 0;background:none;text-align:left;display:flex;align-items:center;justify-content:space-between;cursor:pointer}
.mobile-menu-toggle span:last-child{font-family:'Barlow',Arial,sans-serif;font-size:1.8rem;color:var(--blue);transition:transform .2s}
.mobile-menu-toggle[aria-expanded="true"] span:last-child{transform:rotate(45deg)}
.mobile-submenu{display:none;border-bottom:1px solid rgba(255,255,255,.18);padding:.45rem 0 .75rem}
.mobile-submenu.open{display:block}
.mobile-submenu a{display:block;font-family:'Barlow',Arial,sans-serif!important;font-size:.95rem!important;font-weight:400;letter-spacing:.04em!important;text-transform:none!important;color:#d5d5d5!important;border:0!important;padding:.62rem .2rem!important}
.mobile-submenu a:hover{color:var(--blue)!important}

/* Google Partner proof */
.partner-proof-strip{border-bottom:1px solid var(--border);background:var(--off)}
.partner-proof-inner{width:min(var(--max),calc(100% - clamp(3rem,7vw,8rem)));margin:auto;display:flex;justify-content:space-between;align-items:center;gap:3rem;padding:1.65rem 0}
.partner-proof-inner .eyebrow{margin:0 0 .15rem}
.partner-proof-inner strong{display:block;font-family:'Bebas Neue',Impact,sans-serif;font-size:1.65rem;font-weight:400;letter-spacing:.04em}
.partner-proof-inner p{font-size:.84rem;margin:.05rem 0 0}
.google-partner-badge{display:block;flex:0 0 auto;padding:.35rem;background:#fff;border:1px solid var(--border)}
.google-partner-badge img{width:118px;height:auto}
.google-partner-mini{margin:1.5rem 0 .25rem;padding:1rem 0;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:space-between;gap:1rem}
.google-partner-mini>span{font-size:.64rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#c8c8c8}
.google-partner-mini a{display:block;background:#fff;padding:.25rem}
.google-partner-mini img{width:92px;height:auto}

@media(max-width:900px){
  .nav-dropdown{display:none}
  .partner-proof-inner{width:calc(100% - 2.5rem)}
}
@media(max-width:640px){
  .partner-proof-inner{width:calc(100% - 2rem);gap:1.25rem;padding:1.25rem 0}
  .partner-proof-inner p{display:none}
  .google-partner-badge img{width:96px}
  .mobile-menu{padding-inline:1.25rem}
}

/* Keep opened mobile navigation above floating consent/contact controls */
@media(max-width:900px){.mobile-menu{z-index:400}}

/* 2026-08-23 refinement: Google Partner badge is a quiet footer trust marker only */
.footer-partner{display:flex;align-items:center;flex:0 0 auto}
.footer-partner a{display:block;line-height:0}
.footer-partner img{display:block;width:78px;height:auto}
@media(max-width:768px){.footer-partner{order:3}.footer-partner img{width:72px}}
