/* Shared UX, accessibility, mobile and subtle interaction layer */
html{scroll-padding-top:90px}
body{overflow-x:hidden}
img{max-width:100%;height:auto}
.skip-link{position:fixed;top:10px;left:10px;z-index:200;background:#fff;color:#0B2A45;padding:9px 13px;border-radius:8px;transform:translateY(-150%);transition:transform .2s}
.skip-link:focus{transform:none}
.lang-switch{display:inline-flex;align-items:center;gap:4px;border:1px solid rgba(255,255,255,.22);padding:5px;border-radius:8px}
.lang-switch a{font-size:11px;padding:4px 7px;border-radius:5px;color:#DCE4E9}
.lang-switch a.active{background:rgba(255,255,255,.14);color:#fff;font-weight:700}
.header-actions{gap:10px}
@media(max-width:900px){
  .container{padding-left:18px;padding-right:18px}
  header{padding:13px 0}
  .brand-text{font-size:14px}.brand-text span{font-size:10px}
  .brand img{width:34px!important;height:34px!important}
  .header-actions>.btn-header:not(.quote-btn){display:none}
  .lang-switch{margin-left:2px}
}
@media(max-width:600px){
  section{padding:58px 0}
  .hero{padding:58px 0 76px}
  .hero h1{font-size:27px}
  .hero p{font-size:14px}
  .hero-actions{display:grid;grid-template-columns:1fr;width:100%}
  .hero-actions a{text-align:center;width:100%}
  .feature-strip-inner{border-radius:13px}
  .feature-item{padding:17px 8px;gap:7px}.feature-item span{font-size:11.5px}
  .photo-strip{gap:12px}.photo-card{aspect-ratio:16/10}
  .section-desc{font-size:14px;margin-bottom:30px}
  .supply-card{min-height:0;padding:24px 20px}
  .card-tags span{font-size:9.5px}
  .contact-box{border-radius:15px}
}
/* Touch devices: keep effects, remove hover-only movement */
@media(hover:none){
  .service-card:hover,.photo-card:hover,.industry-item:hover{transform:none;box-shadow:inherit}
  .service-card:active{transform:scale(.99)}
}
.floating-actions{left:auto;right:18px;bottom:18px;align-items:flex-end}
.whatsapp-float{width:56px;height:56px}
.back-top{width:42px;height:42px;border-radius:50%}
.floating-tooltip{left:auto;right:66px;transform:translateX(4px)}
@media(max-width:600px){.floating-actions{right:13px;bottom:13px}.whatsapp-float{width:52px;height:52px}.back-top{width:40px;height:40px}}
/* Small visual detail for cards */
.service-card,.photo-card,.industry-item,.feature-item{will-change:transform}
.service-card::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,.18),transparent 35%);opacity:0;transition:opacity .25s ease}
.service-card{position:relative}
.service-card:hover::after{opacity:1}
@media(prefers-reduced-motion:reduce){.service-card::after{transition:none}}

/* v4 visual system: hero slider + interactive image details */
.hero-slider{padding:0;min-height:560px;position:relative;background:#0B2A45;}
.hero-slides{position:relative;min-height:560px;overflow:hidden;}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .65s ease;display:flex;align-items:center;}
.hero-slide.is-active{opacity:1;visibility:visible;z-index:2;}
.hero-slide>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.hero-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,42,69,.9) 0%,rgba(11,42,69,.66) 48%,rgba(11,42,69,.25) 100%);}
.hero-content{position:relative;z-index:3;padding-top:90px;padding-bottom:100px;}
.hero-content h1,.hero-content h2{color:#fff;font-size:38px;font-weight:800;line-height:1.5;max-width:720px;margin-bottom:18px;}
.hero-content p:not(.hero-eyebrow){color:#D5DEE5;font-size:16px;max-width:600px;margin-bottom:30px;}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:46px;height:46px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(11,42,69,.32);backdrop-filter:blur(5px);color:#fff;font-size:30px;line-height:1;cursor:pointer;transition:background .2s,transform .2s;}
.hero-arrow:hover{background:rgba(181,103,46,.88);transform:translateY(-50%) scale(1.05);}
.hero-prev{right:24px}.hero-next{left:24px}
.hero-dots{position:absolute;z-index:6;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:8px;}
.hero-dot{width:9px;height:9px;border-radius:50%;border:1px solid #fff;background:transparent;padding:0;cursor:pointer;opacity:.85;}
.hero-dot.active{background:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.18);}
.photo-gallery-section{padding-top:72px;}
.photo-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.photo-card{position:relative;padding:0;border:0;background:#000;border-radius:16px;overflow:hidden;aspect-ratio:4/3;cursor:pointer;box-shadow:0 10px 26px rgba(11,42,69,.09);text-align:inherit;}
.photo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s ease,filter .4s ease;}
.photo-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,42,69,0) 35%,rgba(11,42,69,.72) 100%);z-index:1;}
.photo-label{position:absolute;right:16px;bottom:14px;left:16px;color:#fff;font-size:14px;font-weight:800;z-index:3;transition:transform .3s ease;}
.photo-hover{position:absolute;inset:0;z-index:4;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:24px;color:#fff;background:linear-gradient(180deg,rgba(11,42,69,.38),rgba(11,42,69,.78));opacity:0;transition:opacity .3s ease;}
.photo-hover strong{font-size:18px;margin-bottom:8px}.photo-hover small{font-size:12px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.35);padding:6px 12px;border-radius:999px;}
.photo-card:hover img,.photo-card:focus-visible img{transform:scale(1.07);filter:brightness(.72);}.photo-card:hover .photo-hover,.photo-card:focus-visible .photo-hover{opacity:1}.photo-card:hover .photo-label,.photo-card:focus-visible .photo-label{transform:translateY(10px);opacity:0;}
.detail-modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:20px;}
.detail-modal.open{display:flex;}
.detail-modal-backdrop{position:absolute;inset:0;background:rgba(5,18,30,.76);backdrop-filter:blur(6px);}
.detail-modal-box{position:relative;z-index:2;width:min(920px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:20px;box-shadow:0 30px 80px rgba(0,0,0,.3);display:grid;grid-template-columns:1fr 1fr;direction:rtl;}
.detail-modal-box>img{width:100%;height:100%;min-height:330px;object-fit:cover;border-radius:20px 0 0 20px;}
.detail-modal-content{padding:42px 34px;display:flex;flex-direction:column;justify-content:center;}.detail-modal-content h2{font-size:26px;color:var(--navy);margin-bottom:14px}.detail-modal-content>p:not(.section-tag){color:var(--muted);font-size:14px;margin-bottom:24px}.detail-modal-close{position:absolute;z-index:4;top:12px;left:12px;width:38px;height:38px;border:0;border-radius:50%;background:#fff;color:var(--navy);font-size:25px;cursor:pointer;box-shadow:0 5px 15px rgba(0,0,0,.16)}
html.modal-open,body.modal-open{overflow:hidden;}
@media(max-width:900px){.photo-gallery{grid-template-columns:1fr 1fr}.hero-slider,.hero-slides{min-height:500px}.hero-content h1,.hero-content h2{font-size:30px}.hero-content p:not(.hero-eyebrow){font-size:14px}.hero-slide-overlay{background:linear-gradient(180deg,rgba(11,42,69,.48),rgba(11,42,69,.9) 88%)}.detail-modal-box{grid-template-columns:1fr;max-height:88vh}.detail-modal-box>img{height:230px;min-height:0;border-radius:20px 20px 0 0}.detail-modal-content{padding:28px 24px}}
@media(max-width:600px){.hero-slider,.hero-slides{min-height:520px}.hero-content{padding-top:80px;padding-bottom:90px}.hero-content h1,.hero-content h2{font-size:26px;line-height:1.55}.hero-content p:not(.hero-eyebrow){font-size:13.5px}.hero-arrow{width:38px;height:38px;font-size:24px;top:auto;bottom:22px;transform:none}.hero-arrow:hover{transform:scale(1.03)}.hero-prev{right:20px}.hero-next{left:20px}.hero-dots{bottom:36px}.photo-gallery{grid-template-columns:1fr;gap:14px}.photo-card{aspect-ratio:16/10}.photo-hover{opacity:1;background:linear-gradient(180deg,transparent 30%,rgba(11,42,69,.6) 100%);justify-content:flex-end;align-items:flex-start;text-align:right;padding:18px}.photo-hover strong{font-size:15px}.photo-hover small{display:none}.photo-label{display:none}.detail-modal{padding:12px}.detail-modal-box{border-radius:16px}.detail-modal-box>img{height:200px;border-radius:16px 16px 0 0}.detail-modal-content h2{font-size:21px}.detail-modal-content{padding:24px 20px}}
@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}.photo-card img{transition:none}.photo-hover{transition:none}}


/* v5 corporate polish */
.pt-home-link{font-weight:800!important}
.pt-about-hero{position:relative;min-height:430px;background-size:cover;background-position:center;display:flex;align-items:center;overflow:hidden}
.pt-about-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,24,39,.88),rgba(5,24,39,.42),rgba(5,24,39,.12))}
.pt-about-hero-content{position:relative;z-index:2;color:#fff;max-width:1180px;margin:auto;width:100%;padding:55px 6%}
.pt-about-hero h1{font-size:clamp(34px,5vw,62px);margin:0 0 14px;font-weight:850}
.pt-about-hero p{font-size:clamp(16px,1.7vw,22px);line-height:2;max-width:720px;margin:0}
.pt-about-section{padding:65px 6%;max-width:1180px;margin:auto}
.pt-about-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:35px;align-items:stretch}
.pt-about-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 14px 40px rgba(7,29,49,.09);border:1px solid #e7edf2}
.pt-about-card h2{color:#0b2b45;margin-top:0}
.pt-about-card p{line-height:2;color:#4a5865}
.pt-values{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px}
.pt-value{padding:20px;border-radius:15px;background:#f5f8fb;border-right:4px solid #d77b27}
.pt-value strong{display:block;color:#0b2b45;margin-bottom:7px}
.pt-contact-form input[type=file]{padding:11px;background:#f7f9fb;border:1px solid #dbe3ea;border-radius:9px;width:100%;box-sizing:border-box}
.pt-file-note{font-size:12px;color:#65727e;margin-top:6px}
@media(max-width:760px){.pt-about-grid{grid-template-columns:1fr}.pt-values{grid-template-columns:1fr}.pt-about-hero{min-height:380px}}


/* v5.1 fixes */
.pt-floating-actions{position:fixed;left:22px;bottom:22px;z-index:99990;display:flex;flex-direction:column;gap:10px}
.pt-wa,.pt-top{position:static!important;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;box-shadow:0 8px 24px rgba(0,0,0,.22);transition:.22s}
.pt-wa{background:#25D366}
.pt-wa svg{width:29px;height:29px;fill:#fff}
.pt-top{border:0;background:#0b2b45;color:#fff;font-size:22px;cursor:pointer;text-decoration:none}
.pt-wa:hover,.pt-top:hover{transform:translateY(-3px)}
.pt-about-hero{background-image:linear-gradient(90deg,rgba(5,24,39,.86),rgba(5,24,39,.34)),url('assets/images/hero.jpg'),url('og-image.jpg')!important;background-size:cover;background-position:center}
@media(max-width:700px){.pt-floating-actions{left:14px;bottom:14px}.pt-wa,.pt-top{width:50px;height:50px}}

/* v5.2 cleanup */
.pt-floating-actions{position:fixed;right:22px!important;left:auto!important;bottom:22px;z-index:99990;display:flex;flex-direction:column;gap:10px}
.pt-wa,.pt-top{position:static!important;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;box-shadow:0 8px 24px rgba(0,0,0,.22);transition:.22s}
.pt-wa{background:#25D366!important}
.pt-wa svg{width:31px;height:31px;fill:#fff}
.pt-top{border:0;background:#0b2b45;color:#fff;font-size:22px;cursor:pointer;text-decoration:none}
.pt-wa:hover,.pt-top:hover{transform:translateY(-3px)}
@media(max-width:700px){.pt-floating-actions{right:14px!important;left:auto!important;bottom:14px}}

/* v5.3 stable floating actions */
.floating-actions{
  position:fixed!important;
  right:22px!important;
  left:auto!important;
  bottom:22px!important;
  z-index:9990!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  align-items:center!important;
}
.whatsapp-float{
  width:58px!important;height:58px!important;
  border-radius:50%!important;
  background:#25D366!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.whatsapp-float .wa-icon{width:31px!important;height:31px!important}
.back-top{
  width:44px!important;height:44px!important;
  border-radius:50%!important;
  background:#0B2A45!important;color:#fff!important;
  border:1px solid rgba(255,255,255,.2)!important;
}
@media(max-width:600px){
  .floating-actions{right:14px!important;left:auto!important;bottom:14px!important}
  .whatsapp-float{width:54px!important;height:54px!important}
  .back-top{width:42px!important;height:42px!important}
}

/* v5.4 — six supply cards use one consistent visual style */
.supply-grid .supply-card,
.supply-grid .supply-card.featured-supply{
  background:var(--card,#fff)!important;
  color:var(--ink,#14202B)!important;
  border:1px solid var(--line,#E1E6E9)!important;
  box-shadow:0 10px 28px rgba(11,42,69,.07)!important;
}
.supply-grid .supply-card.featured-supply h3,
.supply-grid .supply-card.featured-supply p,
.supply-grid .supply-card.featured-supply .card-index,
.supply-grid .supply-card.featured-supply .service-icon{
  color:inherit!important;
}
.supply-grid .supply-card.featured-supply .card-index{color:var(--steel-light,#8B99A3)!important}
.supply-grid .supply-card.featured-supply .service-icon{color:var(--navy,#0B2A45)!important}
.supply-grid .supply-card.featured-supply .card-link{color:var(--copper,#B5672E)!important}

/* v5.4 — product banner carousel */
.products-banner-slider{
  position:relative!important;
  overflow:hidden!important;
  border-radius:18px!important;
  min-height:310px!important;
  background:#0B2A45!important;
  box-shadow:0 14px 34px rgba(11,42,69,.12)!important;
}
.products-banner-slides{position:relative;min-height:310px;overflow:hidden}
.products-banner-slide{
  position:absolute;inset:0;opacity:0;visibility:hidden;
  transition:opacity .55s ease;
}
.products-banner-slide.is-active{opacity:1;visibility:visible;z-index:2}
.products-banner-slide img{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;display:block;
}
.products-banner-slide::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(11,42,69,.88),rgba(11,42,69,.48),rgba(11,42,69,.20));
}
.products-banner-copy{
  position:relative;z-index:3;min-height:310px;
  display:flex;flex-direction:column;justify-content:center;
  align-items:flex-start;padding:42px 82px;color:#fff;max-width:760px;
}
.products-banner-copy .banner-number{
  font-size:12px;color:#D5DEE5;margin-bottom:8px;font-weight:700;
  letter-spacing:.04em;
}
.products-banner-copy b{font-size:27px;line-height:1.5;margin-bottom:8px}
.products-banner-copy span{font-size:13.5px;color:#E3EAF0;max-width:620px}
.products-banner-arrow{
  position:absolute;top:50%;transform:translateY(-50%);
  z-index:6;width:44px;height:44px;border-radius:50%;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(11,42,69,.32);color:#fff;font-size:29px;
  cursor:pointer;backdrop-filter:blur(5px);line-height:1;
  transition:.2s ease;
}
.products-banner-arrow:hover{background:rgba(181,103,46,.9);transform:translateY(-50%) scale(1.05)}
.products-banner-prev{right:18px}.products-banner-next{left:18px}
.products-banner-dots{
  position:absolute;z-index:7;bottom:15px;left:50%;
  transform:translateX(-50%);display:flex;gap:7px;
}
.products-banner-dot{
  width:8px;height:8px;border-radius:50%;border:1px solid #fff;
  background:transparent;padding:0;cursor:pointer;
}
.products-banner-dot.active{background:#fff}
@media(max-width:700px){
  .products-banner-slider,.products-banner-slides,.products-banner-copy{min-height:280px}
  .products-banner-copy{padding:30px 66px}
  .products-banner-copy b{font-size:21px}
  .products-banner-copy span{font-size:12px}
  .products-banner-arrow{width:38px;height:38px;font-size:24px}
}

/* v5.4 — identical floating actions on every page */
.floating-actions{
  position:fixed!important;right:18px!important;left:auto!important;bottom:18px!important;
  z-index:99990!important;display:flex!important;flex-direction:column!important;
  gap:10px!important;align-items:center!important;
}
.floating-actions .whatsapp-wrap{position:relative!important}
.floating-actions .whatsapp-float{
  width:56px!important;height:56px!important;border-radius:50%!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  background:#25D366!important;color:#fff!important;
  box-shadow:0 8px 22px rgba(0,0,0,.20)!important;
}
.floating-actions .wa-icon{width:31px!important;height:31px!important;display:block!important}
.floating-actions .back-top{
  width:42px!important;height:42px!important;border-radius:50%!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  background:#0B2A45!important;color:#fff!important;border:0!important;
  box-shadow:0 7px 18px rgba(0,0,0,.18)!important;
}
@media(max-width:600px){
  .floating-actions{right:13px!important;bottom:13px!important}
  .floating-actions .whatsapp-float{width:52px!important;height:52px!important}
  .floating-actions .back-top{width:40px!important;height:40px!important}
}


/* =========================================================
   v6 — Mobile-first visual refinement
   Keeps desktop layout intact; targets phones <= 780px.
   ========================================================= */

@media (max-width:780px){
  /* Header: compact, balanced and predictable */
  header{
    padding:10px 0;
    min-height:68px;
    box-sizing:border-box;
  }
  header .container{
    min-height:48px;
    padding-left:14px;
    padding-right:14px;
    gap:8px;
  }
  .brand{
    min-width:0;
    flex:1 1 auto;
    gap:7px;
    justify-content:flex-start;
    order:3;
  }
  .brand img{
    width:38px!important;
    height:38px!important;
    flex:0 0 38px;
  }
  .brand-text{
    font-size:13px!important;
    line-height:1.35;
    max-width:112px;
    white-space:normal;
  }
  .brand-text span{
    display:none;
  }

  .header-actions{
    order:1;
    flex:0 0 auto;
    gap:6px;
    margin-right:auto;
  }
  .lang-switch{
    order:3;
    padding:3px;
    gap:2px;
    border-radius:8px;
  }
  .lang-switch a{
    font-size:10px;
    line-height:1;
    padding:6px 7px;
    border-radius:5px;
  }
  .header-actions>.quote-btn{
    order:2;
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    height:40px;
    min-width:116px;
    padding:0 12px;
    font-size:12px;
    border-radius:8px;
    box-sizing:border-box;
  }
  .menu-toggle{
    order:1;
    display:flex;
    width:34px;
    height:40px;
    flex:0 0 34px;
  }
  .menu-toggle span{
    width:24px;
    height:2px;
  }

  /* Mobile menu: attached cleanly to the header */
  nav{
    top:100%!important;
    right:12px!important;
    left:12px!important;
    width:auto;
    padding:7px 18px 14px!important;
    border-radius:0 0 14px 14px;
    box-sizing:border-box;
  }
  nav a{
    padding:11px 3px!important;
    font-size:13px!important;
  }

  /* Hero: give the content breathing room and a clear hierarchy */
  .hero-slider,
  .hero-slides{
    min-height:545px!important;
  }
  .hero-slide{
    align-items:flex-start;
  }
  .hero-slide>img{
    object-position:center center;
  }
  .hero-slide-overlay{
    background:linear-gradient(
      180deg,
      rgba(11,42,69,.40) 0%,
      rgba(11,42,69,.68) 46%,
      rgba(11,42,69,.94) 100%
    )!important;
  }
  .hero-content{
    width:100%;
    box-sizing:border-box;
    padding:78px 18px 118px!important;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  .hero-eyebrow{
    font-size:11px;
    margin-bottom:12px;
    letter-spacing:0;
  }
  .hero-content h1,
  .hero-content h2{
    width:100%;
    max-width:345px;
    font-size:25px!important;
    line-height:1.65!important;
    margin:0 0 13px!important;
    text-wrap:balance;
  }
  .hero-content p:not(.hero-eyebrow){
    width:100%;
    max-width:350px;
    font-size:13.5px!important;
    line-height:2!important;
    margin:0 auto 22px!important;
    color:#dce5eb;
  }
  .hero-actions{
    width:100%;
    max-width:350px;
    display:grid!important;
    grid-template-columns:1fr;
    gap:10px;
  }
  .hero-actions a{
    width:100%;
    min-height:48px;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 16px!important;
    font-size:13.5px!important;
    border-radius:10px;
  }

  /* Slider controls: unobtrusive, never collide with buttons */
  .hero-arrow{
    width:34px!important;
    height:34px!important;
    bottom:17px!important;
    top:auto!important;
    font-size:20px!important;
    transform:none!important;
    background:rgba(7,28,45,.42);
  }
  .hero-prev{right:16px!important;}
  .hero-next{left:16px!important;}
  .hero-dots{
    bottom:28px!important;
    gap:6px;
  }
  .hero-dot{
    width:7px;
    height:7px;
  }

  /* Feature cards: clean 2x2 panel below hero */
  .feature-strip{
    margin-top:-46px!important;
    padding:0 14px;
    box-sizing:border-box;
  }
  .feature-strip-inner{
    width:100%;
    border-radius:16px;
    grid-template-columns:repeat(2,1fr)!important;
    overflow:hidden;
    box-shadow:0 16px 36px rgba(11,42,69,.16);
  }
  .feature-item{
    min-height:108px;
    box-sizing:border-box;
    padding:17px 8px!important;
    gap:8px;
    justify-content:center;
  }
  .feature-icon{
    width:40px;
    height:40px;
    flex:0 0 40px;
  }
  .feature-item span{
    font-size:11.5px!important;
    line-height:1.6;
  }

  /* Sections: consistent mobile rhythm */
  section{
    padding:54px 0!important;
  }
  .section-title{
    font-size:22px;
    line-height:1.65;
  }
  .section-desc{
    font-size:13.5px;
    line-height:2;
    margin-bottom:28px;
  }

  /* Prevent cards from feeling oversized on phones */
  .service-card{
    padding:22px 18px;
    border-radius:14px;
  }
  .service-card h3{
    font-size:16px;
  }
  .service-card p{
    font-size:13px;
    line-height:1.9;
  }
}

@media (max-width:390px){
  header .container{
    padding-left:10px;
    padding-right:10px;
  }
  .brand{
    gap:5px;
  }
  .brand img{
    width:35px!important;
    height:35px!important;
    flex-basis:35px;
  }
  .brand-text{
    font-size:12px!important;
    max-width:96px;
  }
  .header-actions{
    gap:4px;
  }
  .header-actions>.quote-btn{
    min-width:108px;
    padding:0 9px;
    font-size:11.5px;
  }
  .menu-toggle{
    width:30px;
    flex-basis:30px;
  }
  .menu-toggle span{width:22px;}
  .hero-slider,
  .hero-slides{
    min-height:535px!important;
  }
  .hero-content{
    padding-top:70px!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .hero-content h1,
  .hero-content h2{
    font-size:23px!important;
  }
  .hero-content p:not(.hero-eyebrow){
    font-size:13px!important;
  }
  .feature-strip{
    padding-left:10px;
    padding-right:10px;
  }
  .feature-item{
    min-height:104px;
  }
}

@media (max-width:340px){
  .brand-text{max-width:84px;font-size:11.5px!important;}
  .header-actions>.quote-btn{min-width:98px;font-size:11px;}
  .lang-switch a{padding-left:5px;padding-right:5px;}
  .hero-content h1,
  .hero-content h2{font-size:21px!important;}
}
