/* ===== Tokens ===== */
:root{
  --ink:#0E1626;
  --ink-2:#16203A;
  --ink-3:#1E2C4E;
  --paper:#F6F7FB;
  --surface:#FFFFFF;
  --accent:#F2A93B;
  --stamp:#EF5A28;
  --stamp-dark:#D2431A;
  --route:#3E8EDE;
  --steel:#5B6472;
  --steel-light:#97A1B0;
  --line-light:rgba(14,22,38,.12);
  --line-dark:rgba(255,255,255,.14);

  --display:'Archivo Black', sans-serif;
  --sub:'Barlow Semi Condensed', sans-serif;
  --body:'Inter', sans-serif;
  --mono:'IBM Plex Mono', monospace;

  --wrap:1160px;
  --radius:10px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--body);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3{
  font-family:var(--sub);
  font-weight:700;
  line-height:1.08;
  margin:0 0 .5em;
  letter-spacing:-.01em;
}
h1{font-family:var(--display);font-weight:400;font-size:clamp(2.5rem,5vw,4.1rem);line-height:1.03;}
h1 em{font-style:normal;color:var(--accent);}
h2{font-size:clamp(1.8rem,3vw,2.6rem);}
h3{font-size:1.15rem;}
p{margin:0 0 1em;}
.lead{font-size:1.12rem;color:var(--steel);}
a{color:inherit;}
.mono{font-family:var(--mono);}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px;}
ul,ol{padding:0;margin:0;list-style:none;}
button{font-family:inherit;}

.eyebrow{
  font-size:.72rem;
  letter-spacing:.16em;
  color:var(--stamp);
  margin:0 0 .9em;
  font-weight:700;
  text-transform:uppercase;
}

/* ===== Buttons ===== */
.btn{
  display:inline-flex;
  align-items:center;
  gap:.5em;
  padding:.75em 1.4em;
  border-radius:8px;
  font-family:var(--sub);
  font-weight:700;
  font-size:.98rem;
  text-decoration:none;
  border:1.5px solid transparent;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn-stamp{
  background:linear-gradient(135deg, var(--stamp), var(--stamp-dark));
  color:#fff;
  box-shadow:0 10px 24px -8px rgba(239,90,40,.55);
}
.btn-stamp:hover{transform:translateY(-2px);box-shadow:0 14px 30px -8px rgba(239,90,40,.65);}
.btn-ghost{
  background:transparent;
  color:var(--ink);
  border-color:var(--line-light);
}
.btn-ghost:hover{border-color:var(--ink);}
.hero .btn-ghost, .footer-cta .btn-ghost{color:#fff;border-color:rgba(255,255,255,.35);}
.hero .btn-ghost:hover, .footer-cta .btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08);}
.btn-lg{padding:.95em 1.8em;font-size:1.03rem;}

/* ===== Header ===== */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(246,247,251,.88);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line-light);
}
.header-row{
  display:flex;align-items:center;justify-content:space-between;
  height:76px;
}
.logo{
  display:flex;align-items:center;gap:.5em;
  font-family:var(--sub);font-weight:700;font-size:1.3rem;
  text-decoration:none;color:var(--ink);
}
.logo-mark{color:var(--stamp);display:inline-flex;}
.main-nav{display:flex;gap:2.1em;}
.main-nav a{
  text-decoration:none;font-family:var(--sub);font-weight:600;
  font-size:.95rem;color:var(--ink);
  border-bottom:2px solid transparent;
  padding-bottom:3px;
}
.main-nav a:hover{border-color:var(--stamp);}
.header-actions{display:flex;align-items:center;gap:1em;}
.nav-toggle{
  display:none;
  width:44px;height:44px;
  background:none;border:none;cursor:pointer;
  flex-direction:column;justify-content:center;
  align-items:center;
  gap:6px;
  padding:0;
}
.nav-toggle span{display:block;width:22px;height:2.5px;background:var(--ink);border-radius:2px;}

/* ===== Hero ===== */
.hero{
  position:relative;
  padding:96px 0 76px;
  color:#fff;
  overflow:hidden;
  background:
    radial-gradient(880px 520px at 82% 12%, rgba(242,169,59,.20), transparent 60%),
    radial-gradient(700px 480px at 8% 90%, rgba(62,142,222,.16), transparent 60%),
    linear-gradient(155deg, var(--ink) 0%, var(--ink-2) 55%, var(--ink-3) 100%);
}
.hero-grid{
  position:relative;z-index:1;
  display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;
}
.hero .eyebrow{color:var(--accent);}
.hero-sub{color:var(--steel-light);font-size:1.08rem;max-width:46ch;}
.hero-actions{display:flex;gap:1em;flex-wrap:wrap;margin:1.7em 0 2.3em;}
.hero-stats{display:flex;gap:2.5em;flex-wrap:wrap;}
.hero-stats div{display:flex;flex-direction:column;}
.hero-stats strong{font-size:1.55rem;color:var(--accent);font-family:var(--sub);}
.hero-stats span{font-size:.7rem;color:var(--steel-light);letter-spacing:.03em;}

.hero-visual{position:relative;min-height:380px;}
.warehouse-illo{width:100%;height:auto;display:block;filter:drop-shadow(0 30px 60px rgba(0,0,0,.35));}

.label-card{
  position:absolute;left:-8px;bottom:-6px;
  background:var(--surface);
  color:var(--ink);
  border-radius:12px;
  padding:20px 20px 24px;
  width:230px;
  box-shadow:0 24px 48px -12px rgba(0,0,0,.45);
  transform:rotate(-3deg);
}
.label-head{
  display:flex;justify-content:space-between;align-items:flex-start;
  font-family:var(--sub);font-weight:700;font-size:.68rem;
  letter-spacing:.06em;margin-bottom:12px;
}
.stamp-mark{
  color:var(--stamp);border:2px solid var(--stamp);
  padding:2px 7px;border-radius:4px;
  transform:rotate(4deg);
  font-family:var(--mono);
  font-size:.62rem;
}
.label-addr{font-size:.72rem;line-height:1.5;color:var(--ink);}
.label-barcode{margin:14px 0 8px;height:32px;color:var(--ink);
  background:repeating-linear-gradient(90deg,var(--ink) 0 2px, transparent 2px 5px, var(--ink) 5px 6px, transparent 6px 11px, var(--ink) 11px 14px, transparent 14px 16px);
}
.label-track{font-size:.64rem;color:var(--steel);letter-spacing:.04em;}

/* ===== Strip ===== */
.strip{
  background:var(--ink);color:var(--steel-light);
  padding:14px 0;overflow:hidden;
  border-top:1px solid var(--line-dark);
}
.strip-row{
  display:flex;gap:1.3em;flex-wrap:wrap;justify-content:center;
  font-size:.72rem;letter-spacing:.07em;
}
.strip .dot{color:var(--accent);}

/* ===== Sections ===== */
.section{padding:96px 0;}
.section-dark{background:var(--ink);color:#fff;}
.section-dark .lead{color:var(--steel-light);}
.section-dark h2{color:#fff;}

.card-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:20px;
  margin-top:2.4em;
}
.service-card{
  background:var(--surface);
  border-radius:var(--radius);
  padding:30px 26px;
  box-shadow:0 1px 2px rgba(14,22,38,.05), 0 12px 28px -18px rgba(14,22,38,.18);
  border:1px solid var(--line-light);
  transition:transform .18s ease, box-shadow .18s ease;
}
.service-card:hover{transform:translateY(-3px);box-shadow:0 20px 34px -18px rgba(14,22,38,.28);}
.card-num{color:var(--stamp);font-family:var(--mono);font-size:.85rem;margin-bottom:.9em;font-weight:600;}
.service-card p{color:var(--steel);font-size:.95rem;margin:0;}

/* ===== Route steps ===== */
.route-steps{
  margin-top:2.6em;
  display:grid;grid-template-columns:repeat(5,1fr);gap:0;
  position:relative;
}
.route-steps::before{
  content:"";position:absolute;top:15px;left:4%;right:4%;height:0;
  border-top:2px dashed rgba(255,255,255,.28);
  z-index:0;
}
.route-steps li{position:relative;padding-right:20px;z-index:1;}
.step-index{
  display:inline-flex;align-items:center;justify-content:center;
  width:32px;height:32px;background:var(--stamp);color:#fff;
  border-radius:50%;font-size:.72rem;margin-bottom:1em;font-weight:600;
}
.route-steps h3{font-size:1rem;margin-bottom:.4em;color:#fff;}
.route-steps p{font-size:.88rem;color:var(--steel-light);}

/* ===== Why UK ===== */
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
.why-list{margin-top:1.6em;}
.why-list li{
  padding:18px 0;border-bottom:1px solid var(--line-light);
  font-size:.98rem;color:var(--steel);
}
.why-list li:first-child{border-top:1px solid var(--line-light);}
.why-list strong{color:var(--ink);font-family:var(--sub);}
.coverage-panel{
  background:linear-gradient(155deg, var(--ink) 0%, var(--ink-3) 100%);
  border-radius:20px;padding:28px 20px 24px;
  box-shadow:0 24px 50px -20px rgba(14,22,38,.35);
}
.coverage-illo{width:100%;height:auto;display:block;}
.coverage-stat{
  text-align:center;margin-top:6px;
}
.coverage-stat strong{
  display:block;font-size:2rem;color:var(--accent);font-family:var(--sub);
}
.coverage-stat span{font-size:.7rem;letter-spacing:.05em;color:var(--steel-light);}

/* ===== Pricing ===== */
.price-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px;
  margin:2.6em 0 1.8em;
}
.price-card{
  background:var(--ink-2);border-radius:var(--radius);
  padding:28px 22px;
  display:flex;flex-direction:column;gap:.5em;
  border:1px solid var(--line-dark);
}
.price-card-stamp{
  background:linear-gradient(135deg, var(--stamp), var(--stamp-dark));
  border-color:transparent;
}
.price-card-stamp .price-desc{color:rgba(255,255,255,.85);}
.price-card-stamp .price-label{color:#fff;}
.price-label{font-size:.7rem;letter-spacing:.1em;color:var(--accent);font-weight:700;}
.price-figure{display:flex;align-items:baseline;gap:.4em;margin:.1em 0;}
.price-figure .mono{font-size:1.6rem;font-weight:600;color:#fff;}
.price-unit{font-size:.75rem;color:var(--steel-light);}
.price-card-stamp .price-unit{color:rgba(255,255,255,.75);}
.price-desc{font-size:.85rem;color:var(--steel-light);margin:0;}
.price-footnote{font-size:.68rem;color:var(--steel-light);letter-spacing:.05em;margin-bottom:1.6em;}

/* ===== Quote ===== */
.quote-section{
  background:linear-gradient(155deg, var(--ink) 0%, var(--ink-3) 100%);
  color:#fff;
  border-top:1px solid var(--line-dark);
}
.quote-section h2{color:#fff;}
.quote-section .lead{color:var(--steel-light);}
.quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;}
.quote-form{
  background:var(--surface);color:var(--ink);
  padding:30px;border-radius:var(--radius);
  box-shadow:0 30px 60px -20px rgba(0,0,0,.5);
}
.form-row{margin-bottom:16px;display:flex;flex-direction:column;gap:.4em;}
.form-row label{font-family:var(--sub);font-weight:600;font-size:.85rem;}
.form-row input,.form-row select,.form-row textarea{
  width:100%;
  font-family:var(--body);font-size:16px;
  padding:.7em .85em;border:1.5px solid var(--line-light);border-radius:6px;
  background:var(--paper);color:var(--ink);
}
.form-row input:focus,.form-row select:focus,.form-row textarea:focus{
  outline:2px solid var(--route);outline-offset:1px;border-color:var(--route);
}
.form-note{margin:.8em 0 0;font-size:.75rem;color:var(--route);min-height:1em;}

/* ===== FAQ ===== */
.faq-list{
  margin-top:2.2em;
  display:grid;grid-template-columns:1fr 1fr;
  column-gap:48px;
}
details{
  border-bottom:1px solid var(--line-light);padding:20px 0;
  break-inside:avoid;
}
summary{
  cursor:pointer;font-family:var(--sub);font-weight:600;font-size:1.04rem;
  list-style:none;display:flex;justify-content:space-between;align-items:center;
}
summary::-webkit-details-marker{display:none;}
summary::after{content:"+";color:var(--stamp);font-size:1.3rem;}
details[open] summary::after{content:"–";}
details p{margin:.9em 0 0;color:var(--steel);}

/* ===== Footer ===== */
.site-footer{background:var(--ink);color:var(--steel-light);padding-top:0;}

.footer-cta{
  background:linear-gradient(155deg, var(--ink-2) 0%, var(--ink-3) 100%);
  border-bottom:1px solid var(--line-dark);
}
.footer-cta-row{
  padding:56px 0;
  display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;
}
.footer-cta-row h2{color:#fff;margin:0;font-size:clamp(1.5rem,2.6vw,2.1rem);}
.footer-cta-actions{display:flex;gap:1em;flex-wrap:wrap;}

.footer-row{
  display:grid;grid-template-columns:1.4fr 1fr 1.2fr;gap:48px;
  padding:56px 0 40px;
}
.footer-brand{max-width:340px;}
.footer-logo{display:flex;align-items:center;gap:.6em;font-family:var(--sub);font-weight:700;font-size:1.3rem;color:#fff;text-decoration:none;}
.footer-logo img{border-radius:50%;}
.footer-tag{color:var(--steel-light);font-size:.68rem;letter-spacing:.06em;margin:.9em 0 .8em;}
.footer-desc{color:var(--steel-light);font-size:.9rem;line-height:1.6;}
.footer-social{display:flex;gap:10px;margin-top:1.2em;}
.social-btn{
  display:inline-flex;align-items:center;justify-content:center;
  width:38px;height:38px;border-radius:50%;
  background:rgba(255,255,255,.08);color:#fff;
  transition:background .15s ease, transform .15s ease;
}
.social-btn:hover{background:var(--stamp);transform:translateY(-2px);}

.footer-col-title{
  color:var(--accent);font-size:.7rem;letter-spacing:.12em;font-weight:700;margin-bottom:1.2em;
}
.footer-nav{display:flex;flex-direction:column;gap:.7em;}
.footer-nav a{text-decoration:none;font-size:.92rem;color:var(--steel-light);}
.footer-nav a:hover{color:#fff;}

.footer-contact{display:flex;flex-direction:column;gap:.9em;}
.footer-contact-line{
  display:flex;align-items:flex-start;gap:.6em;
  text-decoration:none;color:var(--steel-light);font-size:.9rem;line-height:1.5;
}
.footer-contact-line svg{flex-shrink:0;margin-top:2px;color:var(--accent);}
.footer-contact-line:not(.footer-address):hover{color:#fff;}
.footer-address{margin:0;}

.footer-bottom{
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;
  padding:20px 0;font-size:.72rem;color:var(--steel-light);
  border-top:1px solid var(--line-dark);
}

/* WhatsApp floating button */
.whatsapp-fab{
  position:fixed;right:22px;bottom:22px;z-index:60;
  width:56px;height:56px;border-radius:50%;
  background:#25D366;color:#fff;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 12px 28px -8px rgba(37,211,102,.55);
  transition:transform .18s ease;
}
.whatsapp-fab:hover{transform:scale(1.07);}

/* ===== Responsive ===== */
@media (max-width:960px){
  .main-nav{
    position:absolute;top:76px;left:0;right:0;
    background:var(--paper);border-bottom:1px solid var(--line-light);
    flex-direction:column;padding:18px 24px;gap:1.1em;
    display:none;
    box-shadow:0 12px 24px -12px rgba(14,22,38,.2);
  }
  .main-nav.open{display:flex;}
  .main-nav a{padding:.4em 0;}
  .nav-toggle{display:flex;}
  .header-call{display:none;}
}
@media (max-width:900px){
  .hero-grid,.why-grid,.quote-grid{grid-template-columns:1fr;}
  .card-grid{grid-template-columns:1fr 1fr;}
  .price-grid{grid-template-columns:1fr 1fr;}
  .route-steps{grid-template-columns:1fr 1fr;gap:28px;}
  .route-steps::before{display:none;}
  .footer-row{grid-template-columns:1fr;}
  .hero-visual{margin-top:2em;}
  .section{padding:72px 0;}
}
@media (max-width:640px){
  .wrap{padding:0 18px;}
  .header-row{height:68px;}
  .logo{font-size:1.12rem;gap:.4em;}
  .logo img{width:34px;height:34px;}
  .hero{padding:56px 0 48px;}
  .hero-sub{font-size:1rem;}
  .hero-actions .btn{width:100%;justify-content:center;}
  .hero-actions{flex-direction:column;}
  .hero-stats{gap:1.4em 1.8em;}
  .card-grid{grid-template-columns:1fr;}
  .price-grid{grid-template-columns:1fr;}
  .route-steps{grid-template-columns:1fr;}
  .label-card{position:static;transform:none;margin-top:20px;width:100%;}
  .faq-list{grid-template-columns:1fr;}
  .section{padding:56px 0;}
  h1{font-size:2.2rem;}
  h2{font-size:1.6rem;}
  .service-card,.price-card,.quote-form{padding:22px 20px;}
  .coverage-panel{padding:22px 14px 18px;}

  .footer-cta-row{padding:40px 0;text-align:center;justify-content:center;}
  .footer-cta-row h2{font-size:1.4rem;}
  .footer-cta-actions{width:100%;justify-content:center;}
  .footer-cta-actions .btn{flex:1 1 auto;justify-content:center;}
  .footer-row{padding:40px 0 32px;gap:36px;}
  .footer-brand{max-width:none;}
  .footer-bottom{flex-direction:column;text-align:center;gap:4px;}

  .whatsapp-fab{width:50px;height:50px;right:16px;bottom:16px;}
}
@media (max-width:380px){
  .hero-stats{gap:1.2em;}
  .hero-stats strong{font-size:1.3rem;}
  h1{font-size:1.9rem;}
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  .btn-stamp:hover{transform:none;}
}
