
:root{
  --navy:#061f43;
  --navy2:#092b59;
  --blue:#0c56a8;
  --gold:#c99a42;
  --ink:#07182f;
  --muted:#5d6a7d;
  --line:#e6ebf2;
  --soft:#f5f7fa;
  --white:#fff;
  --radius:18px;
  --shadow:0 18px 45px rgba(7,24,47,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.58}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 48px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.header-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.logo img{width:260px;height:auto}
.nav{display:flex;align-items:center;gap:32px;font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.04em}
.nav a{padding:36px 0 32px;border-bottom:3px solid transparent}
.nav a.active,.nav a:hover{border-bottom-color:var(--navy)}
.lang{border:1px solid var(--line);border-radius:12px;padding:12px 14px;font-weight:800;font-size:13px;display:flex;gap:8px;align-items:center}
.menu-toggle{display:none;background:none;border:0;font-size:28px;color:var(--navy)}
.hero{background:#061f43;color:#fff;position:relative}
.hero-media{position:absolute;inset:0;overflow:hidden}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,14,31,.82),rgba(3,14,31,.42) 48%,rgba(3,14,31,.16))}
.hero-content{position:relative;z-index:2;min-height:610px;display:flex;align-items:center}
.kicker{font-weight:900;letter-spacing:.16em;text-transform:uppercase;font-size:13px;color:var(--gold);margin-bottom:16px}
.hero h1,.page-hero h1{font-size:clamp(44px,5.8vw,82px);line-height:.95;margin:0 0 24px;font-weight:950;letter-spacing:-.055em;text-transform:uppercase;max-width:820px}
.hero p{font-size:20px;max-width:620px;margin:0 0 34px;color:rgba(255,255,255,.94)}
.btn-row{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:12px;border-radius:8px;padding:16px 22px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;font-size:13px;border:1px solid transparent}
.btn.primary{background:var(--blue);color:#fff}
.btn.gold{background:var(--gold);color:#fff}
.btn.ghost{border-color:rgba(255,255,255,.55);color:#fff}
.trust-strip{background:var(--navy);color:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.trust-item{padding:28px 26px;border-left:1px solid rgba(255,255,255,.14);display:flex;gap:18px;align-items:flex-start}
.trust-item:first-child{border-left:0}
.icon{font-size:28px;line-height:1;color:#fff}
.trust-item h3{margin:0 0 4px;font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.trust-item p{margin:0;color:rgba(255,255,255,.75);font-size:13px;line-height:1.45}
.section{padding:82px 0}
.section.soft{background:var(--soft)}
.section.navy{background:var(--navy);color:#fff}
.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:36px}
.section-head h2{font-size:clamp(32px,4vw,52px);line-height:1.02;margin:0;letter-spacing:-.045em;max-width:640px}
.section-head p{max-width:520px;color:var(--muted);font-size:18px;margin:0}
.section.navy .section-head p{color:rgba(255,255,255,.72)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 14px 38px rgba(7,24,47,.08);transition:.2s transform,.2s box-shadow}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-card img{height:178px;width:100%;object-fit:cover}
.product-card div{padding:18px 18px 20px}
.product-card h3{margin:0 0 8px;font-size:17px;text-transform:uppercase;letter-spacing:.02em}
.product-card p{margin:0 0 14px;color:var(--muted);font-size:14px}
.link{font-weight:900;font-size:13px;color:var(--blue);text-transform:uppercase}
.split{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.photo-panel{border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}
.photo-panel img{width:100%;height:420px;object-fit:cover}
.checks{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:28px}
.check{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;font-weight:800}
.process{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.step{border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:24px;background:rgba(255,255,255,.05)}
.step b{color:var(--gold);font-size:14px}
.step h3{font-size:18px;margin:12px 0 8px;text-transform:uppercase}
.step p{color:rgba(255,255,255,.72);margin:0;font-size:14px}
.page-hero{background:var(--navy);color:#fff;position:relative;overflow:hidden}
.page-hero .container{position:relative;z-index:2;min-height:360px;display:flex;align-items:center}
.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.38}
.page-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,14,31,.88),rgba(3,14,31,.35))}
.page-hero p{font-size:20px;max-width:700px;color:rgba(255,255,255,.9)}
.content-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:start}
.prose h2{font-size:36px;line-height:1.1;margin:0 0 18px}
.prose h3{font-size:24px;margin:34px 0 10px}
.prose p{color:#354257;font-size:17px}
.prose ul{padding-left:20px;color:#354257}
.detail-list{display:grid;gap:20px}
.detail{display:grid;grid-template-columns:340px 1fr;gap:38px;padding:30px 0;border-bottom:1px solid var(--line);align-items:center}
.detail img{border-radius:16px;height:240px;width:100%;object-fit:cover}
.detail h2{margin:0 0 12px;font-size:30px}
.detail p{color:var(--muted)}
.contact-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px;box-shadow:var(--shadow)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-grid .full{grid-column:1/-1}
label{display:block;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.06em;margin-bottom:7px}
input,select,textarea{width:100%;border:1px solid #d5dde8;border-radius:8px;padding:13px;font:inherit}
textarea{min-height:160px}
.hp{display:none!important}
.site-footer{background:var(--navy);color:#fff;padding:54px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:34px}
.footer-logo{width:230px;margin-bottom:22px;filter:brightness(0) invert(1)}
.site-footer h3{font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 14px;color:#fff}
.site-footer p,.site-footer a{color:rgba(255,255,255,.72);font-size:14px;line-height:1.8}
.legal-line{border-top:1px solid rgba(255,255,255,.14);margin-top:36px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.6);font-size:13px}
.map-box{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:18px;margin-top:12px}
.badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.badge{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;font-weight:900;font-size:12px;text-transform:uppercase}
@media (max-width:980px){
 .container{width:min(100% - 34px, 920px)}
 .header-inner{height:78px}
 .logo img{width:210px}
 .menu-toggle{display:block}
 .nav{position:fixed;inset:78px 0 auto 0;background:#fff;display:none;flex-direction:column;align-items:stretch;gap:0;border-bottom:1px solid var(--line)}
 .nav.open{display:flex}
 .nav a{padding:18px 28px;border-bottom:1px solid var(--line)}
 .lang{margin-left:auto}
 .hero-content{min-height:560px}
 .hero-media img{object-position:center}
 .trust-grid{grid-template-columns:repeat(5,1fr);overflow-x:auto}
 .trust-item{min-width:155px;padding:20px 16px;display:block}
 .product-grid{grid-template-columns:repeat(2,1fr)}
 .split,.content-grid{grid-template-columns:1fr}
 .process{grid-template-columns:repeat(3,1fr)}
 .footer-grid{grid-template-columns:1fr 1fr}
 .detail{grid-template-columns:1fr}
}
@media (max-width:620px){
 .container{width:min(100% - 28px, 560px)}
 .logo img{width:165px}
 .header-inner{height:66px}
 .nav{inset:66px 0 auto}
 .lang{padding:9px 10px}
 .hero-content{min-height:520px;align-items:end;padding:0 0 42px}
 .hero-media img{content:url('../img/v72/hero-brand-truck-mobile.jpg');object-position:center}
 .hero h1{font-size:39px;max-width:360px}
 .hero p{font-size:16px;max-width:340px}
 .btn{width:100%;justify-content:center}
 .trust-grid{grid-template-columns:1fr 1fr;overflow:visible}
 .trust-item{min-width:0;border-bottom:1px solid rgba(255,255,255,.1)}
 .section{padding:54px 0}
 .section-head{display:block}
 .section-head h2{margin-bottom:16px}
 .product-grid{grid-template-columns:1fr}
 .product-card{display:grid;grid-template-columns:118px 1fr}
 .product-card img{height:100%;min-height:130px}
 .process{grid-template-columns:1fr}
 .checks{grid-template-columns:1fr}
 .form-grid{grid-template-columns:1fr}
 .footer-grid{grid-template-columns:1fr}
 .legal-line{display:block}
 .page-hero .container{min-height:330px}
}

/* v60.1 finetune: keep product visuals consistent */
.product-card img{background:#f4f6f8;}
.page-hero img{object-position:center;}
@media (max-width:620px){.hero-media img{object-fit:cover;object-position:center center}.trust-grid{grid-template-columns:1fr}.trust-item{display:flex}}


/* v60.4 controlled finetune: language dropdown + calmer typography */
.lang{position:relative;border:0;padding:0;display:block;z-index:120}
.lang-toggle{border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:#fff;font-weight:900;font-size:13px;display:flex;gap:8px;align-items:center;cursor:pointer;color:var(--ink)}
.lang-menu{display:none;position:absolute;right:0;top:calc(100% + 8px);min-width:178px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:8px;z-index:200}
.lang.open .lang-menu{display:block}
.lang-menu button{width:100%;border:0;background:#fff;text-align:left;padding:10px 12px;border-radius:9px;font-weight:800;color:var(--ink);cursor:pointer}
.lang-menu button:hover,.lang-menu button.active{background:var(--soft);color:var(--blue)}
.form-status{margin:0 0 18px;padding:13px 15px;border-radius:10px;display:none;font-weight:800}
.form-status.ok{display:block;background:#eaf7ef;color:#126431;border:1px solid #bfe4cb}
.form-status.error{display:block;background:#fff0f0;color:#8a1f1f;border:1px solid #f0c1c1}

/* Typography slightly reduced: screenshots showed oversized hero/page titles on desktop */
.hero h1{font-size:clamp(40px,5vw,72px);line-height:1.01;max-width:760px}
.page-hero h1{font-size:clamp(40px,4.8vw,70px);line-height:1.02;max-width:780px}
.section-head h2{font-size:clamp(30px,3.5vw,46px);line-height:1.08}
.prose h2{font-size:clamp(28px,3vw,34px);line-height:1.12}
.hero p,.page-hero p{font-size:18px}
@media (max-width:980px){
 .lang-menu{right:0}
 .hero h1{font-size:clamp(38px,7vw,58px)}
 .page-hero h1{font-size:clamp(36px,6vw,56px)}
}
@media (max-width:620px){
 .hero h1{font-size:34px;line-height:1.05}
 .page-hero h1{font-size:34px;line-height:1.05}
 .hero p,.page-hero p{font-size:16px}
 .lang-toggle{padding:9px 10px}
 .lang-menu{right:0;min-width:160px}
}


/* v60.5 RC1 typography polish: calmer desktop scale without changing layout */
.hero h1{font-size:clamp(38px,4.7vw,68px);line-height:1.03}
.page-hero h1{font-size:clamp(38px,4.4vw,64px);line-height:1.04}
.section-head h2{font-size:clamp(28px,3.2vw,42px);line-height:1.12}
.prose h2{font-size:clamp(26px,2.7vw,32px)}
@media (max-width:620px){
 .hero h1{font-size:32px;line-height:1.07}
 .page-hero h1{font-size:32px;line-height:1.07}
}


/* v60.6 RC1 mobile + iPad polish
   Scope: responsive spacing, touch targets and visual balance only.
   No content, i18n, HTML structure or desktop layout changes. */

/* iPad / smaller laptop refinement: keep desktop feel but reduce excess height */
@media (min-width:981px) and (max-width:1180px){
  .container{width:min(100% - 54px, 1040px)}
  .header-inner{height:88px}
  .logo img{width:232px}
  .nav{gap:24px;font-size:12px}
  .nav a{padding:32px 0 28px}
  .lang-toggle{padding:10px 12px}
  .hero-content{min-height:560px}
  .hero h1{font-size:clamp(44px,5.1vw,62px);max-width:720px}
  .hero p{max-width:650px}
  .trust-item{padding:24px 22px}
  .trust-item p{font-size:13px}
  .product-grid{gap:20px}
  .product-card img{height:168px}
}

/* Tablet portrait: avoid cramped navigation and give sections calmer spacing */
@media (max-width:980px){
  .site-header{z-index:100}
  .header-inner{height:76px}
  .logo img{width:220px}
  .menu-toggle{font-size:28px;line-height:1}
  .nav{inset:76px 0 auto 0;box-shadow:0 18px 40px rgba(7,24,47,.10)}
  .nav a{padding:17px 30px}
  .hero-content{min-height:535px}
  .hero h1{max-width:690px}
  .hero p{max-width:620px}
  .trust-grid{scrollbar-width:thin}
  .trust-item{padding:22px 18px}
  .section{padding:72px 0}
  .section-head{gap:28px;margin-bottom:32px}
  .photo-panel img{height:360px}
  .contact-card{padding:30px}
  input,select,textarea{min-height:48px}
}

/* Phone polish: make the site feel designed for mobile, not just stacked */
@media (max-width:620px){
  body{line-height:1.55}
  .container{width:min(100% - 28px, 540px)}
  .header-inner{height:68px;gap:12px}
  .logo img{width:176px}
  .menu-toggle{font-size:26px;padding:6px 4px}
  .lang-toggle{padding:9px 10px;border-radius:11px;font-size:12px}
  .lang-menu{min-width:154px}
  .nav{inset:68px 0 auto 0}

  .hero-content{min-height:485px;align-items:end;padding:78px 0 34px}
  .hero::after{background:linear-gradient(180deg,rgba(3,14,31,.62),rgba(3,14,31,.86))}
  .kicker{font-size:11px;letter-spacing:.14em;margin-bottom:12px}
  .hero h1{font-size:30px;line-height:1.08;letter-spacing:-.045em;max-width:340px;margin-bottom:16px}
  .hero p{font-size:15px;max-width:340px;line-height:1.58;margin-bottom:20px}
  .hero .actions{gap:10px}
  .btn{min-height:46px;padding:13px 16px;border-radius:9px;font-size:12px}

  .trust-grid{grid-template-columns:1fr;gap:0}
  .trust-item{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;padding:17px 14px;border-left:0}
  .trust-item svg{width:30px;height:30px}
  .trust-item h3{font-size:12px;margin-bottom:3px}
  .trust-item p{font-size:12px;line-height:1.45}

  .section{padding:52px 0}
  .section-head{margin-bottom:24px}
  .section-head h2{font-size:28px;line-height:1.12;letter-spacing:-.035em}
  .section-head p{font-size:15px;line-height:1.65}
  .eyebrow{font-size:11px;letter-spacing:.15em;margin-bottom:8px}

  .product-grid{gap:14px}
  .product-card{grid-template-columns:136px 1fr;min-height:150px;border-radius:13px}
  .product-card:hover{transform:none}
  .product-card img{height:100%;min-height:150px}
  .product-card div{padding:15px 15px 16px;display:flex;flex-direction:column}
  .product-card h3{font-size:15px;line-height:1.2;margin-bottom:7px}
  .product-card p{font-size:13px;line-height:1.48;margin-bottom:10px}
  .product-card .link{font-size:12px;margin-top:auto}

  .split{gap:26px}
  .photo-panel{border-radius:15px}
  .photo-panel img{height:230px}
  .checks{gap:10px;margin-top:20px}
  .check{padding:14px 15px;font-size:13px;border-radius:10px}

  .section.navy{padding:54px 0}
  .process{gap:11px}
  .step{padding:17px 16px;border-radius:13px}
  .step h3{font-size:15px;margin:8px 0 4px}
  .step p{font-size:13px;line-height:1.45}

  .page-hero .container{min-height:300px;padding:72px 0 34px}
  .page-hero h1{font-size:30px;line-height:1.08;letter-spacing:-.04em;margin-bottom:14px}
  .page-hero p{font-size:15px;line-height:1.6}

  .content-grid{gap:28px}
  .prose h2{font-size:25px;line-height:1.16}
  .prose h3{font-size:20px;margin-top:26px}
  .prose p,.prose li{font-size:15px}
  .detail{gap:18px;padding:24px 0}
  .detail img{height:205px;border-radius:14px}
  .detail h2{font-size:24px;line-height:1.16}
  .detail p,.detail li{font-size:15px}

  .contact-card{padding:22px;border-radius:17px;box-shadow:0 16px 38px rgba(7,24,47,.10)}
  .form-grid{gap:13px}
  label{font-size:11px;margin-bottom:6px}
  input,select,textarea{min-height:50px;padding:14px 13px;border-radius:9px;font-size:16px}
  textarea{min-height:148px}

  .site-footer{padding:42px 0 24px}
  .footer-grid{gap:26px}
  .footer-logo{width:198px;margin-bottom:18px}
  .site-footer h3{font-size:12px;margin-bottom:10px}
  .site-footer p,.site-footer a{font-size:13px;line-height:1.7}
  .map-box{padding:16px;border-radius:13px;margin-top:14px}
  .legal-line{margin-top:28px;padding-top:18px;font-size:12px;line-height:1.55}
}

/* Very narrow phones: keep cards readable without squeezing images */
@media (max-width:390px){
  .logo img{width:160px}
  .hero h1,.page-hero h1{font-size:28px}
  .product-card{grid-template-columns:124px 1fr}
  .product-card img{min-height:142px}
  .product-card div{padding:13px}
  .product-card p{font-size:12.5px}
}


/* v60.7 RC1 mobile hero no-crop patch
   Goal: on phones the complete hero photo is visible instead of cropped/zoomed.
   Desktop and iPad hero remain unchanged. */
@media (max-width:620px){
  .hero{
    background:#061f43;
    overflow:hidden;
  }
  .hero-media{
    position:relative;
    inset:auto;
    height:auto;
    aspect-ratio:1920 / 720;
    width:100%;
    overflow:hidden;
    background:#061f43;
  }
  .hero-media img{
    content:url('../img/v72/hero-brand-truck-mobile.jpg');
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center center;
  }
  .hero::after{
    /* Remove full-section overlay on mobile; text sits below the complete image. */
    display:none;
  }
  .hero-content{
    min-height:auto;
    align-items:flex-start;
    padding:26px 0 34px;
  }
  .hero h1{
    font-size:29px;
    line-height:1.08;
    max-width:350px;
    margin-bottom:14px;
  }
  .hero p{
    max-width:350px;
    margin-bottom:20px;
  }
  .hero .btn-row{
    gap:10px;
  }
}
@media (max-width:390px){
  .hero h1{font-size:27px}
}
