:root{--blue:#075bd8;--blue2:#0b6dff;--ink:#07162e;--muted:#647086;--line:#dbe3ef;--soft:#f5f8fc;--green:#20b56b}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}
.site-header{position:sticky;top:0;z-index:50;height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,6vw,94px);background:rgba(255,255,255,.92);border-bottom:1px solid rgba(219,227,239,.92);box-shadow:0 2px 18px rgba(15,23,42,.06);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:10px}.brand-icon{display:grid;place-items:center;width:58px;height:42px;color:var(--blue)}.brand-icon svg{width:58px;height:42px;fill:currentColor}.brand b{display:block;color:var(--blue);font-size:22px;line-height:1}.brand small{display:block;color:#0f172a;font-weight:750}.nav-links{display:flex;align-items:center;gap:34px;font-weight:700}.nav-links a:hover{color:var(--blue)}.nav-cta{padding:14px 24px;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff!important;box-shadow:0 12px 24px rgba(7,91,216,.24)}
.hero{position:relative;min-height:410px;display:block;overflow:hidden;padding:54px clamp(28px,6vw,84px);background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 30%,rgba(255,255,255,.34) 50%,rgba(255,255,255,0) 68%),url("../assets/hero-truck-kashmir.png") center right/cover no-repeat}.hero:after{content:"";position:absolute;inset:auto 0 0;height:38px;background:linear-gradient(0deg,#fff,transparent);pointer-events:none}.hero-copy{position:relative;z-index:2;max-width:600px;padding-right:20px}.hero h1{margin:0;font-size:clamp(42px,4.2vw,62px);line-height:1.04;letter-spacing:-.04em;font-weight:950}.hero h2{margin:22px 0 18px;color:var(--blue);font-size:clamp(20px,1.8vw,28px);line-height:1.35}.hero p{max-width:620px;color:#2d394f;font-size:clamp(15px,1.18vw,20px);line-height:1.62}.hero-actions{display:flex;gap:18px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:150px;min-height:54px;padding:0 26px;border-radius:12px;font-weight:950;font-size:17px}.button.primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;box-shadow:0 18px 34px rgba(7,91,216,.22)}.button.secondary{border:1.5px solid var(--blue);color:var(--blue);background:#fff}.hero-visual{display:none}
.booking-section{min-height:100vh;display:grid;grid-template-columns:37% 63%;gap:64px;align-items:center;padding:64px 80px;background:radial-gradient(circle at 10% 82%,rgba(7,91,216,.10),transparent 26%),linear-gradient(180deg,#fbfdff,#eef5ff)}.eyebrow{margin:0 0 10px;color:var(--blue);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.center{text-align:center}.booking-intro{padding-left:10px}.booking-intro h2{margin:0;font-size:clamp(58px,5.4vw,82px);line-height:1.08;letter-spacing:-.055em}.booking-intro h3{margin:28px 0 34px;color:var(--blue);font-size:31px;font-weight:700}.booking-intro h3:after{content:"";display:block;width:40px;height:2px;margin-top:34px;background:#a9c7ff}.booking-intro>p:not(.eyebrow){max-width:500px;color:#34415a;font-size:19px;line-height:1.55}.booking-benefits{display:grid;gap:28px;margin-top:42px}.booking-benefits article{display:flex;align-items:center;gap:20px}.booking-benefits span{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#eaf2ff;color:var(--blue);font-weight:900;font-size:24px}.booking-benefits b{display:block;font-size:18px}.booking-benefits small{display:block;margin-top:7px;color:#536177;font-size:14px}.mini-route{position:relative;width:560px;max-width:100%;height:150px;margin-top:58px}.mini-route:before{content:"";position:absolute;left:22px;right:35px;top:82px;border-top:3px dashed #4c91ff;border-radius:50%;transform:rotate(4deg)}.mini-route span,.mini-route b{position:absolute;display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#4d96ff,#075bd8);color:#fff}.mini-route span{left:0;top:52px}.mini-route span:before{content:"⌖"}.mini-route b{right:0;top:82px;background:#fff;color:var(--blue);box-shadow:0 10px 30px rgba(15,23,42,.12)}.mini-route b:before{content:"📦"}.mini-route i{position:absolute;left:23%;top:26px;width:150px;height:96px;border-radius:16px;background:linear-gradient(135deg,#dbeafe,#fff);box-shadow:0 18px 32px rgba(15,23,42,.12)}.mini-route i:before{content:"🚚";position:absolute;left:38px;top:24px;font-style:normal;font-size:42px}
.booking-panel{display:grid;gap:24px}.quote-form,.price-card{border:1px solid rgba(178,191,211,.9);border-radius:20px;background:rgba(255,255,255,.86);box-shadow:0 28px 80px rgba(15,23,42,.10);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:28px 34px;padding:44px}.quote-form label{display:grid;gap:12px;font-size:18px;font-weight:500;color:#07162e}.quote-form .full{grid-column:1/-1}.quote-form .quotation-detail{display:none}.input-wrap,.box-stepper,.dims{display:flex;align-items:center;height:66px;border:1px solid #cbd6e4;border-radius:11px;background:rgba(255,255,255,.9);color:#738096;overflow:hidden}.input-wrap:focus-within,.box-stepper:focus-within,.dims:focus-within{border-color:#72a7ff;box-shadow:0 0 0 4px rgba(7,91,216,.1)}.input-wrap i{width:56px;text-align:center;font-style:normal;color:#627089;font-size:22px}.input-wrap input,.input-wrap select,.box-stepper input,.dims input{min-width:0;width:100%;height:100%;border:0;outline:0;background:transparent;color:#0f172a;font-size:17px;font-weight:500}.input-wrap input::placeholder,.dims input::placeholder{color:#8b95a7}.input-wrap select{appearance:none;color:#7f899b}.input-wrap em,.dims em{padding:0 18px 0 6px;color:#475569;font-style:normal;font-size:16px}.box-stepper{justify-content:space-between;max-width:190px}.box-stepper button{width:58px;height:100%;border:0;background:transparent;color:#59708c;font-size:25px;cursor:pointer}.box-stepper input{text-align:center;font-size:22px;font-weight:600}.dims{gap:12px;padding-left:16px}.dims input{text-align:center}.dims b{color:#64748b;font-size:20px}.calculate{grid-column:1/-1;height:70px;border:0;border-radius:10px;background:linear-gradient(135deg,#126dff,#075bd8);color:#fff;font-size:21px;font-weight:800;box-shadow:0 18px 36px rgba(7,91,216,.22);cursor:pointer}.calculate:disabled{opacity:.65;cursor:not-allowed}
.price-card{display:grid;grid-template-columns:1fr 116px 1fr;align-items:center;gap:34px;padding:34px 44px}.price-card span{display:block;font-size:18px;font-weight:500}.price-card strong{display:block;margin-top:14px;color:#1367e8;font-size:52px;line-height:1}.price-card small{display:block;margin-top:14px;color:#738096;font-size:15px}.price-card i{display:grid;place-items:center;width:78px;height:78px;margin:auto;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:36px;font-style:normal;font-weight:950}.price-card button{height:66px;border:1.5px solid var(--blue);border-radius:12px;background:#fff;color:var(--blue);font-size:20px;font-weight:650;cursor:pointer}.price-card button:not(:disabled):hover{background:var(--blue);color:#fff}.price-card button:disabled{opacity:.45;cursor:not-allowed}
.services-section,.why-section,.reviews-section{padding:42px clamp(18px,6vw,94px);background:#fff}.services-section h2,.reviews-section h2{margin:0 0 24px;text-align:center;font-size:28px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.service-grid article{min-height:160px;padding:18px 12px;border:1px solid #e2e8f0;border-radius:9px;background:#fff;text-align:center;box-shadow:0 8px 20px rgba(15,23,42,.055)}.service-grid span{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 9px;border-radius:50%;background:#eef6ff;font-size:27px}.service-grid b{display:block;font-size:15px;line-height:1.12}.service-grid small{display:block;margin-top:9px;color:#263449;font-size:12px;line-height:1.35}
.why-section{border-top:1px solid #e7edf5;border-bottom:1px solid #e7edf5;text-align:center}.why-section h2{margin:0 0 22px;color:var(--blue);font-size:15px;text-align:center}.why-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;justify-items:center;align-items:start;max-width:1100px;margin:0 auto}.why-grid article{text-align:center}.why-icon{display:block;color:var(--blue);font-size:32px;line-height:1;margin-bottom:10px;font-weight:700;font-family:Arial,sans-serif}.why-grid b{font-size:15px;line-height:1.25}.clients-section{padding:42px clamp(18px,6vw,94px);background:#fff;text-align:center}.clients-section h2{margin:0 0 24px;font-size:28px}.clients-subtitle{margin:0 0 24px;font-size:16px;color:var(--muted);font-weight:600}.clients-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:1100px;margin:0 auto}.clients-grid article{padding:22px 18px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.055);display:flex;align-items:center;justify-content:center;min-height:140px}.client-wordmark{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:84px}.client-wordmark b{font-size:26px;line-height:1;font-weight:900;letter-spacing:-.03em}.client-wordmark small{display:block;font-size:12px;line-height:1;color:#6b7280;letter-spacing:.06em;text-transform:uppercase}.delhivery-wordmark{color:#1e5fe5}.delhivery-wordmark i{display:block;width:34px;height:10px;border-radius:999px;background:linear-gradient(135deg,#1e5fe5,#0b4cc0);box-shadow:0 8px 18px rgba(30,95,229,.18)}.safexpress-wordmark{color:#0b6b6b}.xpressbees-wordmark{color:#f97316}.xpressbees-wordmark b span{color:#ea580c}.valmo-wordmark{color:#5b4bdb}.reviews-section{background:linear-gradient(180deg,#fff,#f7faff)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-grid article{padding:20px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.055)}.review-grid span{color:#f5a400;letter-spacing:2px}.review-grid p{color:#27364f;line-height:1.55}.review-grid b{font-size:14px}
.contact-footer{display:grid;grid-template-columns:1.55fr .98fr 1.15fr 1fr auto;gap:26px;align-items:center;margin:22px clamp(18px,6vw,94px);padding:12px 24px;border-radius:12px;background:#eaf4ff;color:#0f172a;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Arial,sans-serif;font-size:18px;line-height:1.35}.help-copy{display:flex;align-items:flex-start;gap:12px}.help-copy>span{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--blue);color:#fff;font-size:22px;flex:0 0 46px;margin-top:1px}.help-copy b{display:block;font-size:18px;line-height:1.15;letter-spacing:-.01em;margin:0 0 2px}.help-copy small{display:block;font-weight:400;font-size:14px;line-height:1.2;max-width:18ch}.contact-link{display:flex;align-items:center;gap:8px;font-weight:800;white-space:nowrap}.contact-link span{font-size:22px;line-height:1;color:#0f172a;flex:0 0 auto}.contact-link strong{font-size:18px;line-height:1.15}.contact-footer address{display:flex;align-items:center;gap:10px;font-style:normal;line-height:1.25;font-size:17px}.address-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:20px;height:20px;color:#0f172a}.address-icon svg{width:100%;height:100%;fill:currentColor;display:block}.footer-cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;height:48px;width:170px;max-width:170px;padding:0 14px;border-radius:10px;background:var(--blue);color:#fff!important;font-weight:900;font-size:18px;white-space:nowrap;justify-self:end;margin-left:auto;line-height:1;}.copyright{text-align:center;color:#0f172a;margin:0 0 24px}.toast{position:fixed;left:50%;bottom:22px;z-index:90;transform:translate(-50%,20px);padding:13px 18px;border-radius:999px;background:#0f172a;color:#fff;font-weight:800;box-shadow:0 20px 50px rgba(15,23,42,.26);opacity:0;pointer-events:none;transition:.22s ease}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1180px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.clients-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-footer{grid-template-columns:1fr 1fr}.footer-cta{justify-self:start}}
@media(max-width:980px){.booking-section{grid-template-columns:1fr;padding:46px 22px}.quote-form{padding:26px}.booking-intro h2{font-size:52px}.price-card{grid-template-columns:1fr;text-align:center}.hero{padding:34px 20px}.hero-copy{max-width:520px}.hero h1{font-size:42px}}
@media(max-width:760px){.site-header{height:auto;padding:10px 14px;align-items:flex-start;gap:8px}.brand{gap:8px}.brand-icon{width:40px;height:32px}.brand-icon svg{width:40px;height:32px}.brand b{font-size:16px;line-height:1.05}.brand small{font-size:10px;line-height:1.1}.nav-links{display:none}.nav-cta{padding:9px 12px;border-radius:10px}.hero{min-height:auto;padding:20px 14px 18px;background-position:center right}.hero-copy{max-width:none;padding-right:0}.hero h1{font-size:30px;line-height:1.04}.hero h2{margin:14px 0 10px;font-size:16px}.hero p{font-size:13px;line-height:1.45;max-width:360px}.hero-actions{gap:10px;margin-top:16px}.button{min-width:auto;min-height:42px;padding:0 14px;font-size:14px}.booking-section{padding:26px 14px;gap:20px}.booking-intro{padding-left:0}.booking-intro h2{font-size:32px}.booking-intro h3{margin:14px 0 16px;font-size:18px}.booking-intro h3:after{margin-top:14px}.booking-intro>p:not(.eyebrow){font-size:14px;max-width:none}.booking-benefits{gap:14px;margin-top:20px}.booking-benefits article{gap:12px}.booking-benefits span{width:40px;height:40px;font-size:18px}.booking-benefits b{font-size:14px}.booking-benefits small{font-size:11px;margin-top:3px}.mini-route{display:none}.quote-form{grid-template-columns:1fr;padding:18px;gap:12px}.quote-form label{font-size:14px}.input-wrap,.box-stepper,.dims{height:52px;border-radius:10px}.input-wrap i{width:40px;font-size:17px}.input-wrap input,.input-wrap select,.box-stepper input,.dims input{font-size:14px}.input-wrap em,.dims em{font-size:12px;padding-right:10px}.box-stepper{max-width:none}.box-stepper button{width:44px;font-size:20px}.box-stepper input{font-size:18px}.dims{gap:6px;padding-left:10px}.dims b{font-size:16px}.calculate{height:52px;font-size:16px;border-radius:10px}.price-card{grid-template-columns:1fr;text-align:center;padding:18px;gap:14px}.price-card span{font-size:14px}.price-card strong{font-size:34px;margin-top:8px}.price-card small{font-size:12px;margin-top:8px}.price-card i{width:56px;height:56px;font-size:24px}.price-card button{height:48px;font-size:15px;border-radius:10px}.service-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:repeat(3,1fr)}.clients-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-grid{grid-template-columns:1fr}.contact-footer{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;margin:12px;padding:14px}.contact-footer > *{width:100%;display:flex;justify-content:center;align-items:center}.help-copy{display:flex;justify-content:center;align-items:center;text-align:center;gap:10px}.help-copy > span{width:34px;height:34px;flex:0 0 34px;font-size:16px}.help-copy b{font-size:16px;line-height:1.2;margin:0}.help-copy small{display:none}.contact-link{display:none}.contact-footer address{display:flex;justify-content:center;align-items:center;text-align:center;gap:8px;font-size:15px;line-height:1.25}.footer-cta{justify-self:center;margin-left:0;width:120px;max-width:120px;min-height:42px;font-size:15px}.copyright{font-size:12px}}




































@media (max-width: 760px) {
  .contact-footer {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 10px !important;
  }
  .contact-footer > * {
    width: auto !important;
    max-width: 100% !important;
  }
  .help-copy {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    gap: 10px !important;
  }
  .help-copy > span {
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
    font-size: 16px !important;
  }
  .help-copy b {
    font-size: 16px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
  }
  .help-copy small {
    display: none !important;
  }
  .contact-link {
    display: none !important;
  }
  .contact-footer address {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    gap: 8px !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    margin: 0 !important;
  }
  .footer-cta {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    margin-left: 0 !important;
    width: 120px !important;
    max-width: 120px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1 !important;
  }
}


/* Database-backed site settings overrides. The original layout remains unchanged. */
body{background:var(--site-background,#fff);color:var(--site-text,#111827)}
.site-logo{display:block;max-width:none;max-height:none;object-fit:contain;margin-right:12px}
.site-header-sticky{position:sticky;top:0;z-index:1000}
.nav-cta,.button.primary,.footer-cta{background:var(--site-primary,#1261d8)!important}
.button.secondary{border-color:var(--site-primary,#1261d8)!important;color:var(--site-primary,#1261d8)!important}
.service-grid article,.why-grid article,.clients-grid article,.review-grid article{border-radius:var(--site-radius,22px)}
.clients-section .delhivery-wordmark,.clients-section .delhivery-wordmark b{color:#1e5fe5!important;-webkit-text-fill-color:#1e5fe5!important}.clients-section .safexpress-wordmark,.clients-section .safexpress-wordmark b{color:#0b6b6b!important;-webkit-text-fill-color:#0b6b6b!important}.clients-section .xpressbees-wordmark,.clients-section .xpressbees-wordmark b{color:#f97316!important;-webkit-text-fill-color:#f97316!important}.clients-section .xpressbees-wordmark b span{color:#ea580c!important;-webkit-text-fill-color:#ea580c!important}.clients-section .valmo-wordmark,.clients-section .valmo-wordmark b{color:#5b4bdb!important;-webkit-text-fill-color:#5b4bdb!important}
.site-announcement{position:relative;z-index:1100;display:flex;align-items:center;justify-content:center;gap:14px;background:var(--site-primary,#1261d8);color:#fff;padding:10px 18px;font-weight:800;text-align:center}.site-announcement a{color:#fff;border:1px solid #ffffff99;border-radius:999px;padding:5px 11px;text-decoration:none}
.site-maintenance{min-height:100vh;display:grid;place-content:center;text-align:center;padding:30px;background:#eff6ff}.site-maintenance h1{font-size:48px;color:var(--site-primary,#1261d8);margin:0}.site-maintenance p{font-size:19px;color:#475569;max-width:620px}
.site-footer-text:empty{display:none}

/* Database-controlled homepage hero artwork. */
.hero{background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 30%,rgba(255,255,255,.34) 50%,rgba(255,255,255,0) 68%),var(--hero-image,url("../assets/hero-truck-kashmir.webp"))}
@media(max-width:760px){body.hero-image-mobile-hidden .hero{background-image:linear-gradient(90deg,rgba(255,255,255,.99),rgba(255,255,255,.96))}}
@media(max-width:760px){.site-mobile-hidden{display:none!important}}

/* Database-driven site branding */
.site-logo-picture{display:block;flex:0 0 auto}.site-logo{display:block;width:var(--logo-width-desktop,76px);height:58px;object-fit:var(--logo-fit,contain)}.brand-copy b,.brand-copy small{display:block}.brand-copy [hidden]{display:none!important}.brand[data-align="center"]{text-align:center}.brand[data-align="right"]{flex-direction:row-reverse;text-align:right}.footer-brand{display:flex;align-items:center;justify-content:center;gap:10px;margin:18px auto 8px}.footer-brand img{display:block;width:min(var(--logo-width-desktop,76px),76px);height:50px;object-fit:contain}.footer-brand b,.footer-brand small{display:block}.footer-brand b{color:var(--site-primary,#1261d8)}
@media(max-width:760px){.site-logo{width:var(--logo-width-mobile,58px);height:42px}.footer-brand img{width:min(var(--logo-width-mobile,58px),58px);height:42px}}
.footer-legal-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px 13px;margin:10px 18px 7px;color:#94a3b8;font:inherit;font-size:13px;line-height:1.4}.footer-legal-links a{color:inherit;text-decoration:none}.footer-legal-links a:hover,.footer-legal-links a:focus-visible{color:#64748b;text-decoration:underline;text-underline-offset:3px}.footer-legal-links a:not(:last-child)::after{content:"•";display:inline-block;margin-left:13px;color:#b2bdca}.copyright{margin-top:0}
@media(max-width:760px){.footer-legal-links{gap:6px 9px;margin-top:8px;font-size:11px;line-height:1.45}.footer-legal-links a:not(:last-child)::after{margin-left:9px}}
.client-logo-image{display:block;max-width:180px;width:100%;height:72px;object-fit:contain;margin:auto}
@media (min-width:761px){.site-desktop-hidden{display:none!important}}
@media (max-width:760px){.site-mobile-hidden{display:none!important}}
.site-card-image{display:block;width:100%;height:112px;margin:0 0 14px;border-radius:14px;object-fit:cover;background:#eef5fc}.why-grid .site-card-image{width:72px;height:72px;margin:0 auto 10px;border-radius:18px}.review-grid .site-card-image{height:150px}.story-step>.site-card-image{width:64px;height:64px;margin:0;border-radius:16px;flex:0 0 64px}.services-story .site-card-image{width:72px;height:72px;border-radius:18px;object-fit:cover}.legacy-faq-list .site-card-image{height:120px;margin:10px 14px 0;width:calc(100% - 28px)}
@media(max-width:760px){.site-card-image{height:96px}.review-grid .site-card-image{height:130px}.story-step>.site-card-image{width:54px;height:54px;flex-basis:54px}}
.mobile-nav-toggle{display:none;width:42px;height:42px;padding:10px;border:1px solid #cfe0f4;border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.07);cursor:pointer}.mobile-nav-toggle span{display:block;width:20px;height:2px;margin:4px auto;border-radius:999px;background:#075bd8;transition:transform .2s,opacity .2s}.mobile-nav-toggle.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-nav-toggle.active span:nth-child(2){opacity:0}.mobile-nav-toggle.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
@media(max-width:760px){.site-header{position:sticky;top:0;align-items:center}.mobile-nav-toggle{display:block;margin-left:auto;flex:0 0 42px}.site-header .nav-links{display:none;position:absolute;top:calc(100% + 1px);left:12px;right:12px;z-index:1100;flex-direction:column;align-items:stretch;gap:5px;padding:12px;border:1px solid #d6e4f3;border-radius:0 0 18px 18px;background:rgba(255,255,255,.98);box-shadow:0 22px 45px rgba(15,23,42,.18);backdrop-filter:blur(18px)}.site-header .nav-links.mobile-open{display:flex}.site-header .nav-links a{display:flex;align-items:center;min-height:44px;padding:0 13px;border-radius:10px}.site-header .nav-links a:not(.nav-cta):hover,.site-header .nav-links a:not(.nav-cta):focus-visible{background:#eef6ff;color:#075bd8}.site-header .nav-links .nav-cta{justify-content:center;margin-top:4px}.header-customer-actions{margin-left:0!important}}
@media(prefers-reduced-motion:reduce){.mobile-nav-toggle span{transition:none}}
.mobile-header-calculator{display:none;width:42px;height:42px;box-sizing:border-box;padding:9px;border:1px solid #cfe0f4;border-radius:12px;background:#0877f2;color:#fff;text-decoration:none;box-shadow:0 8px 22px rgba(7,91,216,.2);cursor:pointer}.mobile-header-calculator svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:760px){.mobile-header-calculator{display:block;flex:0 0 42px}.site-header .header-customer-actions{order:2}.site-header .mobile-header-calculator{order:3}.site-header .mobile-nav-toggle{order:4;margin-left:0}.site-header .nav-links{order:5}}
.site-managed-section-image{display:block;max-width:min(100%,720px);max-height:420px;object-fit:contain;margin:28px auto 0;border-radius:24px}
