:root{
  --orange:#ff7a00;
  --orange-2:#ff9d24;
  --black:#070707;
  --dark:#101010;
  --white:#fff;
  --text:#111;
  --muted:#666;
  --line:#e9e9e9;
  --max:1180px;
  --shadow:0 18px 45px rgba(0,0,0,.16);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#fff;
}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.skip-link{position:absolute;left:0;top:-100px;background:#fff;color:#111;z-index:999}
.skip-link:focus{top:0}

.site-header{
  height:74px;
  display:flex;
  align-items:center;
  padding:0 34px;
  background:#fff;
  position:sticky;
  top:0;
  z-index:100;
  box-shadow:0 8px 25px rgba(0,0,0,.08);
}
.brand{text-decoration:none;display:flex;align-items:center;gap:8px}
.brand-text{font-size:30px;font-weight:950;letter-spacing:-1.5px}
.brand-text span{color:var(--orange)}
.brand-iso{font-size:30px;color:var(--orange)}
.nav{margin-left:auto;display:flex;align-items:center;gap:26px}
.nav a{text-decoration:none;text-transform:uppercase;font-size:13px;font-weight:900}
.nav a:hover{color:var(--orange)}
.nav-toggle{display:none;margin-left:auto;background:none;border:0;font-size:30px;color:#0b8de3}
.socials{display:flex;align-items:center;gap:10px}
.socials a{
  width:26px;height:26px;border-radius:50%;
  display:grid;place-items:center;text-decoration:none;
  background:#111;color:#fff;font-weight:900;font-size:13px;
}
.socials-header a{background:#111}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  gap:8px;border-radius:8px;padding:15px 22px;
  text-decoration:none;text-transform:uppercase;font-weight:950;
  font-size:13px;border:1px solid transparent;transition:.2s;
}
.btn:hover{transform:translateY(-2px)}
.btn-orange{background:linear-gradient(135deg,var(--orange),#ff6500);color:#fff;box-shadow:0 12px 30px rgba(255,122,0,.28)}
.btn-outline{border-color:rgba(255,255,255,.75);color:#fff;background:rgba(0,0,0,.18)}
.btn-small{padding:13px 18px}

.hero{min-height:510px;position:relative;overflow:hidden;background:#050505}
.hero-bg{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.62),rgba(0,0,0,.05)),
    url('../img/hero/hero.webp') center right/cover no-repeat;
}
.hero-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;align-items:end;min-height:510px}
.hero-copy{color:#fff;padding:70px 0 62px}
.eyebrow{color:var(--orange-2);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:17px}
.hero h1{font-size:52px;line-height:1.02;text-transform:uppercase;margin:0 0 20px;max-width:690px}
.hero .lead{font-size:18px;line-height:1.55;max-width:560px;margin-bottom:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:28px}
.hero-character{align-self:end;display:flex;justify-content:flex-end}
.hero-character img{
  max-height:440px;width:auto;object-fit:contain;margin-right:15px;
  filter:drop-shadow(0 22px 30px rgba(0,0,0,.65)) drop-shadow(0 0 25px rgba(255,122,0,.2));
}

.quick-benefits{background:#090909;color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.benefits-grid article{padding:25px 28px;border-right:1px solid rgba(255,255,255,.15);display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center}
.benefits-grid article:last-child{border-right:0}
.icon{font-size:34px;color:var(--orange)}
.benefits-grid h3{font-size:15px;margin:0 0 4px;text-transform:uppercase}
.benefits-grid p{margin:0;color:#ddd;font-size:13px;line-height:1.35}

.section-light{background:#fff}
.section-dark{background:linear-gradient(135deg,#070707,#161616);color:#fff}
.section-head{text-align:center;max-width:850px;margin:0 auto 38px;padding-top:12px}
.section-kicker{text-transform:uppercase;color:var(--orange);font-weight:950;letter-spacing:.08em}
.section-head h2,.section-title h2{font-size:38px;line-height:1.1;margin:0 0 14px;text-align:center}
.section-head h2 span,.section-title span,.about span{color:var(--orange)}
.section-head p{font-size:17px;color:#444;line-height:1.5}
.brands-section{padding:62px 0 46px;background:linear-gradient(180deg,#fff,#f7f7f7)}

.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.solution-card{
  position:relative;overflow:hidden;min-height:250px;
  border:1px solid var(--line);border-radius:12px;background:#fff;
  box-shadow:var(--shadow);display:flex;
}
.solution-card-dark{background:#101010;color:#fff}
.solution-media{width:32%;background-size:cover;background-position:center}
.solution-content{position:relative;z-index:2;padding:30px;width:100%}
.card-kicker{color:var(--orange);font-weight:950;text-transform:uppercase;margin:0 0 12px}
.solution-content h3{font-size:25px;line-height:1.15;margin:0 0 22px}
.logos-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap;min-height:65px}
.logos-row img{max-height:52px;max-width:150px;object-fit:contain}
.mini-points{border-top:1px solid rgba(0,0,0,.12);margin-top:24px;padding-top:15px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;font-size:12px;color:#555}
.solution-card-dark .mini-points{border-color:rgba(255,255,255,.16);color:#eee}
.mini-points span::before{content:"◌";color:var(--orange);font-weight:900;margin-right:6px}
.brands-cta{
  margin:28px 0 18px;padding:22px 28px;border-radius:10px;color:#fff;
  background:linear-gradient(90deg,#080808,#161616 70%,#ff7200);
  display:grid;grid-template-columns:auto 1fr auto;gap:25px;align-items:center;
  box-shadow:var(--shadow);
}
.cta-icon{font-size:26px;color:var(--orange);font-weight:950;border:2px solid var(--orange);border-radius:50%;width:70px;height:70px;display:grid;place-items:center}
.brands-cta p{font-size:20px;line-height:1.25;margin:0}
.brands-cta span{color:var(--orange-2);font-weight:950}
.legal-note{text-align:center;color:#666;font-size:13px;max-width:800px;margin:20px auto 0}

.products{padding:55px 0}
.product-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 10px 28px rgba(0,0,0,.08);overflow:hidden;text-align:center}
.product-card img{height:115px;width:100%;object-fit:cover;background:#ddd}
.product-card h3{font-size:13px;text-transform:uppercase;margin:15px 10px 8px}
.product-card p{font-size:12px;line-height:1.35;color:#555;margin:0 12px 18px}

.sectors{padding:56px 0}
.sector-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.sector-grid article{border:1px solid rgba(255,255,255,.25);border-radius:8px;overflow:hidden;background:#101010;text-align:center}
.sector-grid img{height:150px;width:100%;object-fit:cover;background:#222}
.sector-grid h3{font-size:14px;text-transform:uppercase;margin:16px 8px 8px}
.sector-grid p{font-size:12px;line-height:1.35;color:#ddd;margin:0 10px 18px}

.why{padding:50px 0}
.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-top:1px solid #eee}
.why-grid article{text-align:center;padding:28px 20px;border-right:1px solid #eee}
.why-grid article:last-child{border-right:0}
.why-grid span{font-size:38px;color:var(--orange)}
.why-grid h3{text-transform:uppercase;font-size:13px;margin:12px 0 8px}
.why-grid p{font-size:12px;color:#555;margin:0;line-height:1.4}

.about{padding:48px 0}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}
.about h2,.contact h2{font-size:34px;text-transform:uppercase;margin:0 0 16px}
.about p,.contact p{line-height:1.55;color:#ddd}
.about-image{min-height:220px;border-radius:12px;background:linear-gradient(135deg,rgba(255,122,0,.16),rgba(0,0,0,.72)),linear-gradient(145deg,#2a2a2a,#090909)}

.contact{background:#090909;color:#fff;padding:44px 0;border-top:1px solid rgba(255,255,255,.12)}
.contact-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:35px}
.contact-info{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.contact-info p{margin:0;color:#fff}

.footer{background:#050505;color:#fff;padding:34px 0 14px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:22px}
.footer-brand{font-size:28px;font-weight:950}
.footer-brand span,.footer-brand b{color:var(--orange)}
.footer p,.footer a{color:#ccc;font-size:13px;line-height:1.45}
.footer a{display:block;text-decoration:none;margin:6px 0}
.footer h3{text-transform:uppercase;font-size:13px}
.copyright{text-align:center;margin:16px 0 0;color:#999}

.floating-whatsapp{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;text-decoration:none;font-size:26px;box-shadow:0 15px 35px rgba(0,0,0,.25);z-index:80}

@media(max-width:1050px){
  .nav{gap:14px}
  .product-grid{grid-template-columns:repeat(4,1fr)}
  .sector-grid{grid-template-columns:repeat(3,1fr)}
  .hero h1{font-size:42px}
}
@media(max-width:820px){
  .site-header{padding:0 20px}
  .nav-toggle{display:block}
  .nav{
    position:absolute;left:0;right:0;top:74px;background:#fff;
    flex-direction:column;align-items:flex-start;padding:20px;
    display:none;box-shadow:0 18px 35px rgba(0,0,0,.12);
  }
  .nav.open{display:flex}
  .hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr}
  .hero-character{display:none}
  .benefits-grid,.solution-grid,.why-grid{grid-template-columns:1fr}
  .benefits-grid article,.why-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
  .brands-cta{grid-template-columns:1fr;text-align:center}
  .cta-icon{margin:auto}
  .product-grid,.sector-grid{grid-template-columns:repeat(2,1fr)}
  .contact-info{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}
@media(max-width:480px){
  .brand-text{font-size:25px}
  .hero h1{font-size:34px}
  .hero-copy{padding:52px 0}
  .section-head h2,.section-title h2{font-size:30px}
  .product-grid,.sector-grid{grid-template-columns:1fr}
}

/* Production polish */
a:focus-visible,button:focus-visible{outline:3px solid rgba(255,122,0,.45);outline-offset:3px}
.skip-link{padding:10px 14px;font-weight:900;text-decoration:none}
.nav-toggle{color:var(--orange);cursor:pointer}
.hero h1{letter-spacing:0;max-width:720px}
.section-head{max-width:900px}
.solution-card,.product-card,.brands-cta,.about-image{border-radius:8px}
.logos-row img{max-width:145px;object-fit:contain}
.brand-pill{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border:1px solid rgba(0,0,0,.16);border-radius:6px;background:#fff;color:#111;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.03em}
.contact-info a{color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.25)}
.contact-info a:hover{color:var(--orange-2);border-color:var(--orange-2)}
@media(max-width:820px){.solution-card{min-height:0;flex-direction:column}.solution-media{min-height:170px;width:100%}.mini-points{grid-template-columns:1fr}.logos-row{gap:16px}}
/* Logo and media repair */
.solution-card{min-height:280px}
.solution-media{flex:0 0 34%;width:auto;min-height:100%;background-size:cover;background-position:center}
.solution-content{flex:1;min-width:0}
.logos-row{align-items:center;gap:14px;min-height:78px}
.logos-row img{width:auto;height:auto;max-width:132px;max-height:50px;object-fit:contain;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:6px;padding:8px 10px;box-shadow:0 8px 18px rgba(0,0,0,.06)}
.solution-card-dark .logos-row img{border-color:rgba(255,255,255,.18)}
.brand-pill{height:50px;min-height:50px;border-color:rgba(0,0,0,.08);box-shadow:0 8px 18px rgba(0,0,0,.06)}
.product-card img,.sector-grid img{display:block;width:100%;object-fit:cover}
@media(max-width:1050px){.solution-media{flex-basis:38%}.logos-row img{max-width:120px}}
@media(max-width:820px){.solution-media{width:100%;min-height:180px;flex-basis:auto}.solution-content{width:100%}.logos-row{min-height:0}.logos-row img{max-width:138px;max-height:48px}.brand-pill{height:48px;min-height:48px}}
@media(max-width:480px){.logos-row img{max-width:128px}.brand-pill{font-size:12px;padding:7px 10px}.solution-content{padding:24px}}
/* Brand logo normalization */
.logos-row{
  display:flex;
  align-items:center;
  align-content:center;
  gap:14px;
  min-height:78px;
}
.brand-logo,
.logos-row .brand-logo{
  display:block;
  width:132px;
  height:50px;
  max-width:132px;
  max-height:50px;
  object-fit:contain;
  object-position:center;
  padding:8px 10px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:6px;
  box-shadow:0 8px 18px rgba(0,0,0,.06);
}
.brand-logo-wide,
.logos-row .brand-logo-wide{
  width:156px;
  max-width:156px;
}
.brand-pill{
  width:132px;
  height:50px;
  justify-content:center;
  text-align:center;
  line-height:1.1;
}
.logos-row-def{
  justify-content:flex-start;
}
@media(max-width:1050px){
  .brand-logo,.logos-row .brand-logo,.brand-pill{width:120px;max-width:120px}
  .brand-logo-wide,.logos-row .brand-logo-wide{width:148px;max-width:148px}
}
@media(max-width:820px){
  .logos-row{gap:12px;min-height:0}
  .brand-logo,.logos-row .brand-logo,.brand-pill{width:138px;max-width:138px;height:48px;max-height:48px}
  .brand-logo-wide,.logos-row .brand-logo-wide{width:158px;max-width:158px}
}
@media(max-width:480px){
  .brand-logo,.logos-row .brand-logo,.brand-pill{width:128px;max-width:128px;height:48px;max-height:48px}
  .brand-logo-wide,.logos-row .brand-logo-wide{width:148px;max-width:148px}
}
/* Contact map */
.contact-map-card{
  margin-top:30px;
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:22px;
  align-items:stretch;
  padding:18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  background:linear-gradient(135deg,#101010,#070707);
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}
.contact-map-copy{
  padding:20px 18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.contact-map-copy .section-kicker{
  margin:0 0 10px;
}
.contact-map-copy h3{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.15;
  text-transform:uppercase;
}
.contact-map-copy p{
  margin:0;
  color:#ddd;
  line-height:1.5;
}
.btn-map{
  margin-top:22px;
  align-self:flex-start;
}
.map-frame{
  min-height:360px;
  overflow:hidden;
  border-radius:8px;
  background:#161616;
  border:1px solid rgba(255,255,255,.12);
}
.map-frame iframe{
  display:block;
  width:100%;
  height:100%;
  min-height:360px;
  filter:saturate(.85) contrast(1.02);
}
@media(max-width:820px){
  .contact-map-card{grid-template-columns:1fr;padding:14px;gap:14px}
  .contact-map-copy{padding:14px 10px}
  .map-frame,.map-frame iframe{min-height:290px}
  .btn-map{align-self:stretch}
}
@media(max-width:480px){
  .map-frame,.map-frame iframe{min-height:270px}
  .contact-map-copy h3{font-size:19px}
}
/* Contact map fine tuning */
.contact-grid{align-items:start}
.contact-map-card{margin-top:36px;clear:both;overflow:hidden}
.contact-map-copy{min-width:0}
.contact-map-copy h3,.contact-map-copy p{overflow-wrap:break-word}
.map-frame{isolation:isolate}
/* Brands section dashboard evolution */
.brands-section{
  position:relative;
  padding:68px 0 50px;
  background:linear-gradient(180deg,#f7f7f7 0%,#fff 42%,#f4f4f4 100%);
}
.brands-section .section-head h2{
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}
.brands-section .section-head h2::after{
  content:"";
  display:block;
  width:86px;
  height:4px;
  margin:18px auto 0;
  border-radius:999px;
  background:var(--orange);
}
.brands-section .solution-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.brands-section .solution-card{
  display:grid;
  grid-template-rows:154px 1fr;
  min-height:0;
  border-radius:8px;
  border:1px solid rgba(0,0,0,.08);
  overflow:hidden;
  box-shadow:0 16px 38px rgba(0,0,0,.1);
}
.brands-section .solution-card-dark{
  border-color:rgba(255,255,255,.12);
  background:#0c0d0f;
}
.brands-section .solution-media{
  width:100%;
  min-height:154px;
  flex-basis:auto;
  background-size:cover;
  background-position:center;
  position:relative;
}
.brands-section .solution-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.28));
}
.brands-section .solution-card:not(.solution-card-dark) .solution-media::after{
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.58));
}
.brands-section .solution-content{
  width:100%;
  padding:26px 28px 22px;
}
.brands-section .solution-content h3{
  min-height:58px;
  margin-bottom:20px;
  font-size:24px;
  letter-spacing:0;
}
.brands-section .logos-row{
  min-height:70px;
  gap:12px;
}
.brands-section .brand-logo,
.brands-section .logos-row .brand-logo,
.brands-section .brand-pill{
  width:126px;
  max-width:126px;
  height:48px;
  max-height:48px;
  object-fit:contain;
  object-position:center;
  background:#fff;
}
.brands-section .brand-logo-wide,
.brands-section .logos-row .brand-logo-wide{
  width:156px;
  max-width:156px;
}
.brands-section .brand-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.brands-section .mini-points{
  margin-top:18px;
  padding-top:14px;
  align-items:center;
}
.brands-section .brands-cta{
  margin-top:28px;
  border-radius:8px;
  background:linear-gradient(90deg,#090a0c,#111 68%,#ff7200);
}
@media(max-width:1050px){
  .brands-section .brand-logo,
  .brands-section .logos-row .brand-logo,
  .brands-section .brand-pill{width:118px;max-width:118px}
}
@media(max-width:820px){
  .brands-section .solution-grid{grid-template-columns:1fr}
  .brands-section .solution-card{grid-template-rows:180px 1fr}
  .brands-section .solution-media{min-height:180px}
  .brands-section .solution-content h3{min-height:0}
  .brands-section .brand-logo,
  .brands-section .logos-row .brand-logo,
  .brands-section .brand-pill{width:132px;max-width:132px;height:48px;max-height:48px}
  .brands-section .brand-logo-wide,
  .brands-section .logos-row .brand-logo-wide{width:156px;max-width:156px}
}
@media(max-width:480px){
  .brands-section{padding-top:54px}
  .brands-section .solution-card{grid-template-rows:158px 1fr}
  .brands-section .solution-media{min-height:158px}
  .brands-section .solution-content{padding:22px 20px 20px}
  .brands-section .solution-content h3{font-size:21px}
  .brands-section .brand-logo,
  .brands-section .logos-row .brand-logo,
  .brands-section .brand-pill{width:124px;max-width:124px}
  .brands-section .mini-points{grid-template-columns:1fr}
}
/* WebP environmental assets */
.hero-bg,
.solution-media,
.about-image{
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
/* About placeholder */
.about-image{
  background:linear-gradient(135deg,rgba(255,122,0,.16),rgba(0,0,0,.72)),linear-gradient(145deg,#2a2a2a,#090909);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
/* Product image visual normalization */
.product-card{
  position:relative;
}
.product-card img{
  filter:saturate(.95) contrast(1.04) brightness(.96);
}
.product-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:115px;
  pointer-events:none;
  z-index:1;
  background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.18));
}
.product-card h3,
.product-card p{
  position:relative;
  z-index:2;
}
/* Hero mobile copy fit */
@media(max-width:480px){
  .eyebrow{letter-spacing:.05em;font-size:15px;line-height:1.35}
}
/* Corporate continuity section */
.why .section-title h2{
  max-width:920px;
  margin-left:auto;
  margin-right:auto;
  letter-spacing:0;
}
.why-grid .line-icon{
  width:42px;
  height:42px;
  margin:0 auto;
  display:grid;
  place-items:center;
  color:var(--orange);
}
.why-grid .line-icon svg{
  width:42px;
  height:42px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.why-grid h3{
  overflow-wrap:break-word;
  hyphens:auto;
}
@media(max-width:480px){
  .why .section-title h2{font-size:27px}
  .why-grid .line-icon,.why-grid .line-icon svg{width:38px;height:38px}
}
/* Final premium system polish */
:root {
    --tl-radius-card: 8px;
    --tl-shadow-soft: 0 12px 28px rgba(0, 0, 0, 0.08);
    --tl-shadow-dark: 0 16px 36px rgba(0, 0, 0, 0.18);
    --tl-section-y: 58px;
    --tl-section-y-compact: 50px;
}

.products,
.sectors,
.why,
.about {
    padding-top: var(--tl-section-y);
    padding-bottom: var(--tl-section-y);
}

.contact {
    padding-top: var(--tl-section-y-compact);
    padding-bottom: var(--tl-section-y-compact);
}

.brands-section {
    padding-top: 62px;
    padding-bottom: 52px;
}

.section-title,
.section-head {
    margin-bottom: 34px;
}

.section-title h2,
.section-head h2,
.about h2,
.contact h2 {
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: 0;
}

.section-title p,
.section-head p {
    line-height: 1.62;
}

.product-card,
.sector-grid article,
.why-grid article,
.solution-card,
.contact-map-card,
.map-shell {
    border-radius: var(--tl-radius-card);
}

.product-card {
    box-shadow: var(--tl-shadow-soft);
}

.sector-grid article,
.solution-card,
.contact-map-card {
    box-shadow: var(--tl-shadow-dark);
}

.product-card img,
.sector-grid img {
    object-fit: cover;
    object-position: center;
}

.sector-grid img {
    filter: saturate(0.96) contrast(1.04) brightness(0.96);
}

.why-grid .line-icon,
.why-grid .line-icon svg {
    width: 34px;
    height: 34px;
}

.why-grid .line-icon svg {
    stroke: var(--orange);
    stroke-width: 1.8;
}

.btn,
.map-button {
    border-radius: var(--tl-radius-card);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.btn:hover,
.map-button:hover {
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    :root {
        --tl-section-y: 44px;
        --tl-section-y-compact: 42px;
    }

    .brands-section {
        padding-top: 46px;
        padding-bottom: 42px;
    }

    .section-title,
    .section-head {
        margin-bottom: 26px;
    }

    .section-title h2,
    .section-head h2,
    .about h2,
    .contact h2 {
        line-height: 1.14;
    }
}
/* Unified social icon system */
.socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.socials a,
.socials-header a,
.footer .socials a {
    width: 32px;
    height: 32px;
    margin: 0;
    border-radius: 50%;
    border: 1px solid rgba(12, 12, 12, 0.18);
    background: rgba(12, 12, 12, 0.04);
    color: #111;
    display: grid;
    place-items: center;
    text-decoration: none;
    font-size: 0;
    line-height: 1;
    box-shadow: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.socials a::before,
.socials-header a::before,
.footer .socials a::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-color: currentColor;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.socials a[aria-label*="LinkedIn"]::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 10v8'/%3E%3Cpath d='M6 6.3v.2'/%3E%3Cpath d='M10.5 18v-8'/%3E%3Cpath d='M10.5 13.4c0-2 1.2-3.4 3.1-3.4 1.8 0 2.9 1.2 2.9 3.4V18'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 10v8'/%3E%3Cpath d='M6 6.3v.2'/%3E%3Cpath d='M10.5 18v-8'/%3E%3Cpath d='M10.5 13.4c0-2 1.2-3.4 3.1-3.4 1.8 0 2.9 1.2 2.9 3.4V18'/%3E%3C/svg%3E");
}

.socials a[aria-label*="Facebook"]::before {
    width: 15px;
    height: 15px;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.5 5h-1.7c-1.6 0-2.7 1.1-2.7 2.8V10H8.3v3h1.8v6h3.1v-6h2.2l.4-3h-2.6V8.4c0-.5.3-.8.8-.8h1.5V5Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.5 5h-1.7c-1.6 0-2.7 1.1-2.7 2.8V10H8.3v3h1.8v6h3.1v-6h2.2l.4-3h-2.6V8.4c0-.5.3-.8.8-.8h1.5V5Z'/%3E%3C/svg%3E");
}

.socials a[aria-label*="Instagram"]::before {
    width: 17px;
    height: 17px;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='5' width='14' height='14' rx='4'/%3E%3Ccircle cx='12' cy='12' r='3.2'/%3E%3Cpath d='M16.3 7.7h.1'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='5' width='14' height='14' rx='4'/%3E%3Ccircle cx='12' cy='12' r='3.2'/%3E%3Cpath d='M16.3 7.7h.1'/%3E%3C/svg%3E");
}

.socials a:hover,
.socials-header a:hover,
.footer .socials a:hover {
    color: var(--orange);
    border-color: rgba(255, 111, 0, 0.68);
    background: rgba(255, 111, 0, 0.08);
    transform: translateY(-1px);
}

.footer .socials {
    gap: 13px;
    margin-top: 10px;
}

.footer .socials a {
    width: 34px;
    height: 34px;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.055);
    color: #f4f4f4;
}

.footer .socials a:hover {
    border-color: rgba(255, 111, 0, 0.72);
    background: rgba(255, 111, 0, 0.1);
}
/* Header overflow guard */
@media (min-width: 821px) and (max-width: 1120px) {
    .nav {
        gap: 8px;
    }

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

    .socials {
        gap: 8px;
    }

    .socials a,
    .socials-header a {
        width: 30px;
        height: 30px;
    }

    .btn-small {
        padding: 11px 12px;
    }
}