:root{
  --bg:#03050a;
  --ink:#eef6ff;
  --muted:#9aa9bb;
  --line:rgba(130,190,255,.18);
  --panel:#09111f;
  --panel-soft:rgba(10,19,33,.72);
  --panel-solid:#0b1424;
  --navy:#061f4c;
  --navy-2:#071426;
  --blue:#0f66d8;
  --blue-light:#59b9ff;
  --shadow:0 24px 64px rgba(0,0,0,.35);
  --radius:8px;
  --container:1200px;
}

*{box-sizing:border-box;min-width:0}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  overflow-x:hidden;
  margin:0;
  font-family:'Inter', Arial, Helvetica, sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 12% 0%,rgba(15,102,216,.16),transparent 25%),
    radial-gradient(circle at 92% 20%,rgba(89,185,255,.09),transparent 25%),
    var(--bg);
  line-height:1.55;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(var(--container), calc(100% - 40px));margin-inline:auto}
.skip-link{position:absolute;top:-48px;left:16px;background:#fff;color:#000;padding:10px 14px;z-index:100}
.skip-link:focus{top:16px}

.site-header{
  position:fixed;
  inset:0 0 auto 0;
  z-index:50;
  padding:20px 0;
  transition:background .25s ease, box-shadow .25s ease, padding .25s ease;
}
.site-header.is-scrolled{
  background:rgba(3,5,10,.88);
  backdrop-filter:blur(18px);
  box-shadow:0 12px 40px rgba(0,0,0,.35);
  padding:10px 0;
}
.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center}
.brand-logo{
  width:auto;
  height:clamp(58px,6vw,76px);
  max-width:min(34vw,330px);
  object-fit:contain;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.34));
}
.main-nav{display:flex;align-items:center;gap:24px;font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.02em}
.main-nav a{color:#eef6ff}
.site-header.is-scrolled .main-nav a{color:var(--ink)}
.nav-cta{
  padding:12px 16px;
  border-radius:6px;
  background:linear-gradient(135deg,var(--blue),#0a4ca9);
  color:#fff!important;
  box-shadow:0 14px 34px rgba(15,102,216,.28);
}
.nav-toggle{display:none;background:none;border:0;gap:5px;flex-direction:column;padding:8px}
.nav-toggle span{width:28px;height:2px;background:#fff;display:block}
.site-header.is-scrolled .nav-toggle span{background:var(--ink)}

.hero{
  min-height:100vh;
  display:grid;
  align-items:center;
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(3,8,18,.94) 34%,rgba(3,13,27,.68) 60%,rgba(0,0,0,.24) 88%),
    url("../img/astrachem-hero-branded.png") center right / cover no-repeat;
  padding:124px 0 56px;
}
.hero-shade{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 11% 22%,rgba(255,255,255,.9) 0 1px,transparent 2px),
    radial-gradient(circle at 26% 66%,rgba(89,185,255,.7) 0 1px,transparent 2px),
    radial-gradient(circle at 43% 18%,rgba(255,255,255,.65) 0 1px,transparent 2px),
    radial-gradient(circle at 78% 30%,rgba(255,255,255,.55) 0 1px,transparent 2px),
    radial-gradient(circle at 18% 50%,rgba(15,102,216,.22),transparent 36%),
    radial-gradient(circle at 58% 72%,rgba(89,185,255,.12),transparent 34%),
    linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.36));
}
.hero-layout{position:relative}
.hero-copy{max-width:960px}
.eyebrow{
  margin:0 0 18px;
  color:var(--blue-light);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
h1,h2,h3{line-height:1.04;margin:0;letter-spacing:-.035em}
h1{font-size:clamp(32px,3.8vw,52px);max-width:980px}
h2{font-size:clamp(22px,2.6vw,38px)}
h3{font-size:17px}
.hero-subtitle{
  margin:22px 0 0;
  max-width:710px;
  color:#dcecff;
  font-size:clamp(19px,2vw,23px);
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:24px 0 24px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border:1px solid transparent;
  border-radius:6px;
  font-weight:900;
  cursor:pointer;
  transition:transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--blue),#084a9f);color:white;box-shadow:0 18px 40px rgba(15,102,216,.3)}
.btn-primary:hover{background:linear-gradient(135deg,#0a58bc,#073d86)}
.btn-secondary{background:rgba(255,255,255,.1);color:white;border-color:rgba(255,255,255,.28)}
.btn-secondary:hover{background:rgba(255,255,255,.16)}

.hero-capability-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  max-width:980px;
}
.hero-capability-strip div{
  display:grid;
  align-content:start;
  gap:10px;
  min-height:132px;
  padding:17px 16px;
  border:1px solid rgba(130,190,255,.24);
  border-radius:8px;
  background:
    linear-gradient(145deg,rgba(10,26,48,.66),rgba(5,10,18,.72)),
    radial-gradient(circle at 90% 12%,rgba(89,185,255,.16),transparent 36%);
  box-shadow:0 22px 58px rgba(0,0,0,.24);
  backdrop-filter:blur(10px);
}
.hero-capability-strip .line-icon{
  width:30px;
  height:30px;
  color:var(--blue-light);
}
.hero-capability-strip strong{
  color:#fff;
  font-size:15px;
  line-height:1.15;
  letter-spacing:.02em;
}
.hero-capability-strip small{
  color:#bdd2ea;
  font-size:12px;
  font-weight:800;
  line-height:1.38;
}
.line-icon{
  width:42px;
  height:42px;
  display:inline-grid;
  place-items:center;
  justify-self:center;
  position:relative;
  color:#fff;
  background:currentColor;
  -webkit-mask:var(--icon) center / contain no-repeat;
  mask:var(--icon) center / contain no-repeat;
}
.icon-flask{--icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' d='M18 4h12M20 4v14L9 39c-1.2 2.3.5 5 3.1 5h23.8c2.6 0 4.3-2.7 3.1-5L28 18V4M15 33h18'/%3E%3C/svg%3E")}
.icon-truck{--icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' d='M4 15h25v18H4zM29 21h8l7 7v5H29zM13 39a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM36 39a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z'/%3E%3C/svg%3E")}
.icon-shield{--icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' d='M24 4 8 10v12c0 10.5 6.7 18 16 22 9.3-4 16-11.5 16-22V10L24 4Z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' d='m16 24 6 6 11-13'/%3E%3C/svg%3E")}
.icon-people{--icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' d='M18 23a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM4 43c2-9 8-14 14-14s12 5 14 14M33 24a7 7 0 1 0-3-13M34 31c5 1 9 5 10 12'/%3E%3C/svg%3E")}
.icon-calendar{--icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' d='M10 8v8M38 8v8M6 15h36M8 10h32a3 3 0 0 1 3 3v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V13a3 3 0 0 1 3-3Z'/%3E%3C/svg%3E")}
.icon-map{--icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' d='m5 13 12-6 14 6 12-6v28l-12 6-14-6-12 6V13ZM17 7v28M31 13v28'/%3E%3C/svg%3E")}

.icon-rail{--icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' d='M4 18h40v12H4zM14 36a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM34 36a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM4 44h40M4 10h40'/%3E%3C/svg%3E")}
.icon-ship{--icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' d='M8 28h32l-4 10H12zM24 8v14M16 22h16M4 34c5 0 9-3 11-5s5-3 9-3 7 1 9 3 6 5 11 5'/%3E%3C/svg%3E")}
.icon-globe{--icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' d='M24 44a20 20 0 1 0 0-40 20 20 0 0 0 0 40ZM4 24h40M24 4c6 6 9 13 9 20s-3 14-9 20c-6-6-9-13-9-20s3-14 9-20Z'/%3E%3C/svg%3E")}

.proof-band{
  background:linear-gradient(90deg,#02050d,#071b38 55%,#02050d);
  color:#fff;
  border-block:1px solid var(--line);
}
.proof-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.proof-grid div{
  min-height:126px;
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:18px;
  align-items:center;
  padding:24px 28px;
  border-left:1px solid rgba(255,255,255,.18);
}
.proof-grid div:last-child{border-right:1px solid rgba(255,255,255,.18)}
.proof-grid .line-icon{grid-row:span 2;justify-self:start}
.proof-grid strong{font-size:30px;line-height:1;color:#fff}
.proof-grid p{margin:6px 0 0;color:#d5e7ff}

.exploration-strip{
  background:
    linear-gradient(180deg,rgba(0,0,0,.72) 0%,rgba(4,13,27,.52) 50%,rgba(0,0,0,.76) 100%),
    url("../img/space-earth-from-orbit.png") center 60% / cover no-repeat;
  border-block:1px solid var(--line);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.exploration-strip:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 14% 50%,rgba(15,102,216,.22),transparent 38%),
    radial-gradient(circle at 86% 50%,rgba(89,185,255,.12),transparent 38%);
  pointer-events:none;
}
.exploration-grid{
  position:relative;
  min-height:248px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:48px;
  padding:56px 0;
}
.exploration-grid p{
  margin:0;
  font-size:clamp(21px,2.8vw,38px);
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  line-height:1.06;
  flex-shrink:0;
  max-width:580px;
}
.exploration-grid span{
  max-width:480px;
  color:#c3d2e4;
  font-weight:700;
  font-size:clamp(16px,1.5vw,19px);
  line-height:1.65;
  border-left:1px solid rgba(89,185,255,.22);
  padding-left:36px;
}

.section{padding:94px 0;scroll-margin-top:92px}
.section-muted{background:#060a12}
.section-heading{max-width:800px;margin-bottom:42px}
.section-heading p:not(.eyebrow),.split-grid p:not(.eyebrow),.about-copy p:not(.eyebrow),.contact-section p:not(.eyebrow){color:var(--muted);font-size:18px}
.split-grid,.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:center;
}
.image-panel{
  position:relative;
  background:linear-gradient(145deg,#050a13,#0a1729);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.image-panel:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(3,5,10,.82) 0%,rgba(3,5,10,.3) 28%,transparent 52%),
    linear-gradient(180deg,rgba(3,5,10,.28) 0%,transparent 30%,transparent 70%,rgba(3,5,10,.38) 100%),
    radial-gradient(circle at 82% 18%,rgba(89,185,255,.10),transparent 34%);
}
.image-panel img{
  width:100%;
  aspect-ratio:1.3 / 1;
  object-fit:cover;
  object-position:center;
  filter:saturate(.86) contrast(1.02) brightness(.82);
  opacity:.93;
}
.about-intro{
  position:relative;
  background:linear-gradient(100deg,rgba(3,5,10,.98) 0%,rgba(3,5,10,.90) 36%,rgba(3,5,10,.32) 62%,rgba(3,5,10,.06) 100%);
  border-block:1px solid var(--line);
}
.about-intro::before{
  content:'';
  position:absolute;
  inset:0;
  background:url("../img/astrachem-rail-transport.png") center right / cover no-repeat;
  filter:brightness(1.7) contrast(.95);
  z-index:-1;
}
.about-copy{max-width:520px}
.about-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:24px;
}
.about-points article{
  padding:16px;
  border:1px solid rgba(130,190,255,.14);
  border-radius:8px;
  background:rgba(6,14,26,.5);
}
.about-points strong{
  display:block;
  color:#fff;
  margin-bottom:4px;
}
.about-points span{
  color:#aebfd4;
  font-size:14px;
  line-height:1.45;
}
.text-link{display:inline-flex;margin-top:16px;color:var(--blue);font-weight:900}

.global-offices-section{
  background:linear-gradient(180deg,#020409 0%,#04101e 100%);
  border-block:1px solid var(--line);
}
.global-offices-head{
  text-align:center;
  max-width:720px;
  margin-inline:auto;
  margin-bottom:48px;
}
.global-offices-head h2{font-size:clamp(21px,2.3vw,34px)}
.global-offices-sub{color:#c2d2e7;font-size:17px;margin-top:14px;line-height:1.65}
/* ── City grid: 6-col micro-grid → 3 + 2 centered ── */
.city-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}
.city-card{
  grid-column:span 2;
  position:relative;
  border-radius:12px;
  overflow:hidden;
  border:1px solid rgba(89,185,255,.13);
  aspect-ratio:16/10;
  background:#03091a;
}
.city-card--offset:nth-of-type(4){grid-column:2 / span 2}
.city-card--offset:nth-of-type(5){grid-column:4 / span 2}
.city-card-img{
  width:100%;height:100%;
  object-fit:cover;display:block;
  transition:transform .55s ease;
}
.city-card:hover .city-card-img{transform:scale(1.05)}
.city-card-label{
  position:absolute;bottom:0;left:0;right:0;
  padding:40px 18px 16px;
  background:linear-gradient(0deg,rgba(2,4,9,.9) 0%,rgba(2,4,9,0) 100%);
  display:flex;flex-direction:column;gap:3px;
}
.city-card-name{
  color:#fff;font-size:16px;font-weight:800;line-height:1.2;
}
.city-card-country{
  color:#59b9ff;font-size:11px;font-weight:700;
  letter-spacing:2.5px;text-transform:uppercase;
}

.precision-section{
  background:
    linear-gradient(90deg,rgba(3,5,10,.96),rgba(6,18,35,.82)),
    url("../img/space-astronaut-moon.png") center right / cover no-repeat;
  border-block:1px solid var(--line);
}
.precision-section .image-panel img{
  transform:scale(1.18);
  object-position:center;
}
.mission-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:28px;
}
.mission-points div{
  padding:18px;
  border:1px solid var(--line);
  border-radius:8px;
  background:rgba(255,255,255,.05);
}
.mission-points strong{display:block;color:#fff;font-size:22px}
.mission-points span{color:#b9c9db;font-size:13px}

.product-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 74% 16%,rgba(89,185,255,.13),transparent 28%),
    radial-gradient(circle at 14% 18%,rgba(15,102,216,.12),transparent 30%),
    linear-gradient(180deg,#05070d 0%,#07101d 48%,#05070d 100%);
}
.product-section:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:86px 86px;
  mask-image:linear-gradient(180deg,transparent,black 18%,black 72%,transparent);
  opacity:.22;
}
.product-section .container{position:relative}
.product-section .section-heading{
  max-width:920px;
  margin-bottom:30px;
}
.product-section .section-heading h2{max-width:880px}
.product-section .section-heading p:not(.eyebrow){
  max-width:820px;
  color:#c2d2e7;
  font-size:19px;
}

.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.portfolio-summary{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin:0 0 22px;
  position:relative;
}
.portfolio-summary div{
  position:relative;
  min-height:166px;
  padding:22px 22px;
  border:1px solid rgba(130,190,255,.28);
  border-radius:8px;
  background:
    linear-gradient(145deg,rgba(20,48,80,.9),rgba(7,13,24,.94)),
    radial-gradient(circle at 86% 14%,rgba(89,185,255,.22),transparent 38%);
  box-shadow:0 24px 58px rgba(0,0,0,.28);
  overflow:hidden;
}
.portfolio-summary div:after{
  content:"";
  position:absolute;
  left:16px;
  right:16px;
  bottom:0;
  height:2px;
  background:linear-gradient(90deg,rgba(89,185,255,.8),transparent);
  opacity:.55;
}
.portfolio-summary .line-icon{
  width:40px;
  height:40px;
  color:var(--blue-light);
  margin-bottom:18px;
}
.portfolio-summary strong{
  display:block;
  color:#fff;
  font-size:25px;
  line-height:1.1;
  letter-spacing:.01em;
}
.portfolio-summary small{display:block;margin-top:10px;color:#d1e2f4;font-weight:800;font-size:14px;line-height:1.4}
.product-card,.industry-card,.quality-card,.quote-form,.process-card{
  background:
    linear-gradient(145deg,rgba(15,28,48,.88),rgba(7,13,24,.94));
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:0 18px 50px rgba(0,0,0,.22);
}
.product-card,.industry-card,.quote-form{color:var(--ink)}
.product-tools{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin:0 0 30px;
  padding:16px;
  border:1px solid rgba(130,190,255,.16);
  border-radius:8px;
  background:rgba(4,10,20,.52);
  box-shadow:0 18px 44px rgba(0,0,0,.18);
  backdrop-filter:blur(10px);
}
.search-field{
  display:grid;
  gap:8px;
  min-width:min(430px,100%);
  color:#dcecff;
  font-weight:900;
}
.search-field span{font-size:13px}
.search-field input{
  min-height:58px;
  padding-left:48px;
  background:rgba(9,18,32,.9) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 24 24' stroke='%238fb5dc' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E") no-repeat 18px 50%;
}
.filter-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.filter-chip{
  border:1px solid var(--line);
  background:rgba(10,20,36,.78);
  color:#dcecff;
  border-radius:6px;
  padding:13px 16px;
  font:inherit;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}
.filter-chip.is-active,.filter-chip:hover{background:rgba(15,102,216,.82);border-color:rgba(89,185,255,.38);color:#fff;box-shadow:0 10px 28px rgba(15,102,216,.16)}
.product-card{padding:28px;min-height:420px;position:relative;overflow:hidden;display:flex;flex-direction:column}
.product-card:before{content:"";position:absolute;right:-42px;top:-42px;width:124px;height:124px;border-radius:50%;background:rgba(89,185,255,.07)}
.product-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 44%);pointer-events:none}
.product-icon{width:48px;height:48px;border-radius:6px;background:rgba(12,55,120,.78);border:1px solid rgba(130,190,255,.22);color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:18px}
.product-category{margin:0 0 10px!important;color:var(--blue-light)!important;font-size:12px!important;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.product-card p,.industry-card p{color:var(--muted)}
.product-examples{
  margin-top:20px;
  padding:16px;
  border:1px solid rgba(130,190,255,.14);
  border-radius:8px;
  background:rgba(3,8,17,.36);
}
.product-examples strong{
  display:block;
  margin-bottom:10px;
  color:#eaf5ff;
  font-size:13px;
}
.product-examples ul:not(.sub-dropdown){
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px 14px;
}
.product-examples li:not(.sub-dropdown li){
  color:#aebfd4;
  font-size:13px;
  line-height:1.3;
}
.product-examples li:not(.sub-dropdown li):before{
  content:"";
  display:inline-block;
  width:5px;
  height:5px;
  margin-right:8px;
  border-radius:50%;
  background:var(--blue-light);
  vertical-align:2px;
}
.product-examples span{
  display:block;
  margin-top:10px;
  color:#7ec7ff;
  font-size:12px;
  font-weight:900;
}
.product-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}
.product-tags span{background:rgba(89,185,255,.08);border:1px solid rgba(130,190,255,.18);border-radius:6px;padding:6px 10px;font-size:12px;font-weight:800;color:#bfd7f2}
.product-link{margin-top:auto;padding-top:22px;color:#7ec7ff;font-weight:900}
.product-example-link{
  color:#7ec7ff;text-decoration:none;
  font-weight:inherit;
}
.product-example-link:hover{color:#aadeff;text-decoration:underline;text-underline-offset:3px;}
.has-sub-dropdown{display:flex;flex-wrap:wrap;align-items:center;gap:4px;grid-column:1/-1;}
.sub-dropdown-toggle{display:inline-flex;align-items:center;justify-content:center;background:rgba(89,185,255,.1);border:1px solid rgba(89,185,255,.22);border-radius:4px;color:#7ec7ff;cursor:pointer;padding:2px 5px;line-height:1;transition:background .2s,transform .2s;}
.sub-dropdown-toggle:hover{background:rgba(89,185,255,.2);}
.sub-dropdown-toggle.is-open svg{transform:rotate(180deg);}
.sub-dropdown-toggle svg{display:block;transition:transform .25s ease;}
.sub-dropdown{width:100%;margin:6px 0 2px 0;padding:8px 12px;background:rgba(4,10,24,.55);border:1px solid rgba(89,185,255,.13);border-radius:7px;list-style:none;display:flex;flex-direction:column;gap:5px;}
.sub-dropdown[hidden]{display:none !important;}
.sub-item-link{color:#c8dff5;text-decoration:none;font-weight:400;}
.sub-item-link:hover{color:#7ec7ff;text-decoration:underline;text-underline-offset:3px;}
.sub-dropdown li{color:#c8dff5;font-size:12px;font-weight:400;letter-spacing:.3px;padding-left:10px;position:relative;}
.sub-dropdown li::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:#59b9ff;}
.empty-state{padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--panel-soft);color:var(--muted);font-weight:800}

#industries{
  background:
    linear-gradient(180deg,rgba(4,8,18,.97) 0%,rgba(6,12,24,.95) 60%,rgba(4,8,18,.97) 100%),
    url("../img/astrachem-industries-solutions.png") center / cover no-repeat;
  border-block:1px solid var(--line);
}
.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.industry-card{padding:22px 20px 20px;border-left:2px solid rgba(89,185,255,.3)}
.industry-card span{color:var(--blue-light);font-weight:900;font-size:12px;letter-spacing:.08em}
.industry-card h3{margin-top:10px;font-size:16px;line-height:1.25}
.industry-card small{
  display:inline-flex;
  margin-top:12px;
  padding:6px 10px;
  border:1px solid rgba(130,190,255,.18);
  border-radius:6px;
  background:rgba(89,185,255,.08);
  color:#bfd7f2;
  font-size:11px;
  font-weight:900;
}

.partners-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 18%,rgba(89,185,255,.11),transparent 30%),
    radial-gradient(circle at 18% 72%,rgba(15,102,216,.12),transparent 32%),
    linear-gradient(180deg,#03050a,#07101d 52%,#03050a);
  border-block:1px solid var(--line);
}
.partners-section:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.02) 1px,transparent 1px);
  background-size:92px 92px;
  opacity:.2;
}
.partners-section .container{position:relative}
.partners-header{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(320px,.7fr);
  gap:38px;
  align-items:end;
  margin-bottom:30px;
}
.partners-header h2{max-width:760px;font-size:clamp(22px,2.4vw,36px)}
.partners-header > p{margin:0;color:#c2d2e7;font-size:17px}
.partner-marquee-wrap{
  position:relative;
  overflow:hidden;
  mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);
  padding-block:8px;
}
.partner-track{
  display:flex;
  align-items:center;
  gap:72px;
  width:max-content;
  animation:marquee-scroll 32s linear infinite;
}
.partner-track img{
  height:64px;
  width:auto;
  object-fit:contain;
  flex-shrink:0;
  filter:brightness(0) invert(1);
  opacity:.65;
  transition:opacity .3s;
}
.partner-track img:hover{opacity:.95}
/* JPEG logos with white bg: invert makes bg black, screen blend hides the black on dark bg */
.partner-track img[src$=".jpg"]{
  filter:invert(1) grayscale(1);
  mix-blend-mode:screen;
  opacity:.8;
}
@keyframes marquee-scroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

.wide-image-panel{
  position:relative;
  margin:0 0 32px;
  aspect-ratio:4.75 / 1;
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#050a13;
}
.wide-image-panel:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(3,5,10,.72),rgba(3,5,10,.42) 34%,transparent 64%,rgba(3,5,10,.3)),
    radial-gradient(circle at 78% 35%,rgba(89,185,255,.12),transparent 32%);
}
.wide-image-panel img{
  width:225%;
  max-width:none;
  height:100%;
  margin-left:-125%;
  object-fit:cover;
  object-position:100% center;
  filter:saturate(.88) contrast(1.02) brightness(.82);
  opacity:.92;
}
.logistics-banner img{
  width:185%;
  margin-left:-85%;
  object-position:100% center;
}

.sourcing-section{background:#05070d}
.sourcing-intro{
  max-width:680px;
  margin-bottom:40px;
}
.sourcing-intro h2{margin-bottom:12px}
.sourcing-intro p:not(.eyebrow){color:var(--muted);font-size:17px;margin:0}
.solution-services{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:24px;
}
.solution-services article{
  padding:16px;
  border:1px solid rgba(130,190,255,.14);
  border-radius:8px;
  background:rgba(6,14,26,.5);
}
.solution-services strong{
  display:block;
  color:#fff;
  font-size:16px;
  margin-bottom:6px;
}
.solution-services span{
  color:#aebfd4;
  font-size:14px;
  line-height:1.45;
}
.process-card{padding:30px;background:rgba(6,14,26,.58);color:#fff;border-color:rgba(130,190,255,.14)}
.process-card .eyebrow{margin-bottom:12px;color:#9dd7ff}
.process-card h3{margin-bottom:22px;font-size:clamp(17px,1.7vw,22px)}
.process-card ol{margin:0;padding:0;display:grid;gap:14px;list-style:none;counter-reset:quoteStep}
.process-card li{color:#dcecff}
.process-card li{
  counter-increment:quoteStep;
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  align-items:start;
}
.process-card li:before{
  content:counter(quoteStep, decimal-leading-zero);
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:6px;
  background:rgba(89,185,255,.08);
  border:1px solid rgba(130,190,255,.18);
  color:#fff;
  font-weight:900;
}
.process-card li div{min-width:0}
.process-card strong{display:block;color:#fff;margin-bottom:5px}
.process-card li span{display:block;color:#c4dbf4;line-height:1.45}


.transport-image-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-bottom:52px;
}
.transport-img-card{
  position:relative;
  border-radius:12px;
  overflow:hidden;
  border:1px solid rgba(130,190,255,.12);
  background:#03050a;
}
.transport-img-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  filter:brightness(.78) saturate(.88);
  display:block;
  transition:filter .4s;
}
.transport-img-card:hover img{filter:brightness(.92) saturate(1)}
.transport-img-label{
  position:absolute;
  bottom:0;left:0;right:0;
  padding:48px 22px 20px;
  background:linear-gradient(transparent,rgba(3,5,12,.88));
}
.transport-img-label strong{
  display:block;
  color:#fff;
  font-size:22px;
  font-weight:900;
  letter-spacing:-.02em;
  margin-bottom:5px;
}
.transport-img-label span{
  color:#a8c8e8;
  font-size:13px;
  line-height:1.45;
}
.doc-strip{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:8px;
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid rgba(130,190,255,.12);
}
.doc-strip span{
  display:flex;
  flex-direction:column;
  gap:3px;
  padding:12px 14px;
  border-radius:8px;
  background:rgba(89,185,255,.05);
  border:1px solid rgba(130,190,255,.1);
  font-size:13px;
  color:#93b4d4;
  line-height:1.4;
}
.doc-strip strong{
  display:block;
  color:#ddeeff;
  font-size:13px;
  font-weight:900;
  margin-bottom:2px;
}

.cta-checklist{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:22px 0 28px;
}
.cta-checklist span{
  padding:10px 13px;
  border:1px solid rgba(130,190,255,.18);
  border-radius:8px;
  background:rgba(4,10,20,.56);
  color:#dcecff;
  font-size:13px;
  font-weight:900;
}
.contact-section{
  background:
    radial-gradient(circle at 12% 12%,rgba(15,102,216,.1),transparent 30%),
    linear-gradient(180deg,#060a12,#03050a);
}
.contact-section h2{font-size:clamp(22px,2.4vw,36px)}
.contact-details{margin-top:26px;display:grid;gap:12px}
.contact-details article{
  padding:18px;
  border:1px solid rgba(130,190,255,.14);
  border-radius:8px;
  background:rgba(6,14,26,.52);
}
.contact-details strong{display:block;color:#fff;font-size:17px;margin-bottom:4px}
.contact-details span{color:#aebfd4;line-height:1.45}
.quote-form{
  padding:32px;
  display:grid;
  gap:16px;
  background:
    linear-gradient(145deg,rgba(15,28,48,.92),rgba(7,13,24,.96)),
    radial-gradient(circle at 82% 8%,rgba(89,185,255,.14),transparent 32%);
}
.form-heading{margin-bottom:4px}
.form-heading .eyebrow{margin-bottom:8px}
.form-heading h3{font-size:clamp(17px,1.6vw,22px)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.quote-form label{display:grid;gap:8px;font-weight:800;color:#d8e8fb}
input,textarea{
  width:100%;
  border:1px solid rgba(130,190,255,.18);
  border-radius:8px;
  padding:15px 16px;
  font:inherit;
  color:var(--ink);
  background:rgba(4,10,20,.86);
}
input:focus,textarea:focus{outline:3px solid rgba(15,102,216,.18);border-color:var(--blue)}
.form-note{margin:0!important;font-size:14px!important;color:var(--blue)!important;font-weight:800}
.form-note a{text-decoration:underline}

.site-footer{background:#010308;color:#dce6f7;padding:60px 0 24px;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:32px}
.footer-grid .brand-logo{width:min(320px,100%);height:auto;max-width:none}
.footer-grid h3{font-size:16px;margin:0 0 14px}
.footer-grid a{display:block;color:#aebbd0;margin:8px 0}
.footer-grid p{color:#aebbd0}
.footer-bottom{display:flex;justify-content:space-between;gap:16px;border-top:1px solid rgba(255,255,255,.1);margin-top:38px;padding-top:22px;color:#8794aa;font-size:14px}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease, transform .7s ease}
.reveal.is-visible{opacity:1;transform:none}
.delay-1{transition-delay:.12s}
.delay-2{transition-delay:.24s}
.delay-3{transition-delay:.36s}
.industry-card,.transport-mode,.product-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.industry-card:hover,.transport-mode:hover{transform:translateY(-4px);border-color:rgba(89,185,255,.42);box-shadow:0 28px 64px rgba(0,0,0,.34),0 0 0 1px rgba(89,185,255,.1)}
.product-card:hover{transform:translateY(-4px);border-color:rgba(89,185,255,.38);box-shadow:0 28px 64px rgba(0,0,0,.34)}

@media (max-width:980px){
  .nav-toggle{display:flex}
  .main-nav{
    position:absolute;
    left:20px;
    right:20px;
    top:calc(100% + 4px);
    display:none;
    flex-direction:column;
    align-items:flex-start;
    background:rgba(5,10,19,.96);
    color:var(--ink);
    border:1px solid var(--line);
    padding:22px;
    border-radius:8px;
    box-shadow:var(--shadow);
  }
  .main-nav.is-open{display:flex}
  .main-nav a{color:var(--ink)}
  .hero{background-position:center right}
  .proof-grid{grid-template-columns:repeat(2,1fr)}
  .hero-capability-strip{grid-template-columns:repeat(2,1fr)}
  .split-grid,.contact-grid{grid-template-columns:1fr}
  .global-offices-head{margin-bottom:28px}
  .city-grid{grid-template-columns:repeat(2,1fr)}
  .city-card,.city-card--offset:nth-of-type(4),.city-card--offset:nth-of-type(5){grid-column:span 1}
  .card-grid,.portfolio-summary,.transport-image-grid{grid-template-columns:1fr 1fr}
  .industry-grid{grid-template-columns:repeat(2,1fr)}
  .partners-header{grid-template-columns:1fr}
  .product-tools{align-items:stretch;flex-direction:column}
  .filter-row{justify-content:flex-start}
  .footer-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:640px){
  .container{width:min(100% - 28px, var(--container))}
  .brand-logo{height:56px;max-width:210px}
  .site-header{padding:14px 0}
  .hero{
    min-height:520px;
    align-items:center;
    padding:108px 0 52px;
    background:
      linear-gradient(180deg,rgba(2,13,33,.92) 0%,rgba(5,30,70,.82) 50%,rgba(5,30,70,.97) 100%),
      url("../img/astrachem-hero-branded.png") center right / cover no-repeat;
  }
  .hero-capability-strip{display:none}
  h1{font-size:30px}
  .card-grid,.portfolio-summary,.footer-grid,.doc-strip{grid-template-columns:1fr}
  .proof-grid{grid-template-columns:repeat(2,1fr)}
  .proof-grid div{padding:14px 12px;min-height:auto;column-gap:10px}
  .proof-grid strong{font-size:22px}
  .proof-grid p{font-size:13px;margin:3px 0 0}
  .industry-grid{grid-template-columns:repeat(2,1fr)}
  .transport-image-grid{grid-template-columns:1fr}
  .exploration-grid{flex-direction:column;text-align:center;gap:20px;padding:48px 0;min-height:0}
  .exploration-grid span{border-left:none;padding-left:0}
  .solution-services{grid-template-columns:1fr}
  .product-examples ul:not(.sub-dropdown){grid-template-columns:1fr}
  .wide-image-panel{aspect-ratio:1.8 / 1}
  .proof-grid div{border-right:1px solid rgba(255,255,255,.18)}
  .section{padding:70px 0}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .cta-checklist,.form-row{grid-template-columns:1fr}
  .filter-chip{flex:1 1 calc(50% - 10px)}
  .mission-points{grid-template-columns:1fr}
  .about-points{grid-template-columns:1fr}
  .quote-checkbox-grid{grid-template-columns:1fr}
}

@media (max-width:480px){
  .city-grid{grid-template-columns:1fr}
  .city-card,.city-card--offset:nth-of-type(4),.city-card--offset:nth-of-type(5){grid-column:span 1}
}

/* ── Product detail pages ── */
.product-page{
  background:
    radial-gradient(circle at 84% 12%,rgba(89,185,255,.12),transparent 30%),
    linear-gradient(180deg,#03050a,#07101d 45%,#03050a);
}
.product-detail-hero{
  min-height:520px;
  display:grid;
  align-items:end;
  padding:150px 0 74px;
  background:
    radial-gradient(circle at 18% 78%,rgba(89,185,255,.18),transparent 28%),
    linear-gradient(90deg,rgba(3,5,10,.98),rgba(3,8,18,.86) 46%,rgba(3,13,27,.5)),
    url("../img/astrachem-homepage-industry-moving.png") center right / cover no-repeat;
  border-bottom:1px solid rgba(130,190,255,.16);
}
.product-detail-hero h1{max-width:920px}
.product-detail-hero p:not(.eyebrow){max-width:720px;color:#dcecff;font-size:20px}
.product-hero-panel{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  max-width:780px;
  margin:28px 0 0;
  padding:10px;
  border:1px solid rgba(130,190,255,.2);
  border-radius:8px;
  background:linear-gradient(135deg,rgba(7,15,28,.68),rgba(6,28,58,.5));
  box-shadow:0 20px 52px rgba(0,0,0,.24);
  backdrop-filter:blur(12px);
}
.product-hero-panel div{
  padding:14px 16px;
  border-radius:6px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.08);
}
.product-hero-panel strong{display:block;color:#fff;font-size:clamp(18px,2vw,25px);line-height:1.1}
.product-hero-panel span{display:block;margin-top:6px;color:#adc7e5;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:28px;align-items:start}
.product-detail-card,.product-request-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(130,190,255,.2);
  border-radius:8px;
  background:linear-gradient(145deg,rgba(15,28,48,.9),rgba(7,13,24,.97));
  box-shadow:0 22px 60px rgba(0,0,0,.24);
}
.product-detail-card:before,.product-request-card:before{
  content:"";position:absolute;inset:0 0 auto;height:3px;
  background:linear-gradient(90deg,rgba(89,185,255,.9),rgba(15,102,216,.25),transparent);
}
.product-detail-card{padding:30px}
.product-request-card{
  padding:28px;position:static!important;scroll-margin-top:110px;
  background:
    radial-gradient(circle at 88% 8%,rgba(89,185,255,.18),transparent 30%),
    linear-gradient(145deg,rgba(11,26,48,.96),rgba(5,10,20,.98));
  box-shadow:0 26px 70px rgba(0,0,0,.32);
}
.product-specs-card{grid-column:1 / -1}
.product-detail-card h2,.product-request-card h2{font-size:clamp(28px,3vw,40px);margin-bottom:18px}
.product-detail-card p,.product-detail-card li,.product-request-card p{color:#c2d2e7}
.product-quote-form{display:grid;gap:14px;margin-top:20px}
.product-quote-form label{display:block;color:#d8e8fb;font-weight:800}
.product-quote-form label input,.product-quote-form label textarea{margin-top:8px}
.required-mark{display:inline;color:var(--blue-light);font-weight:900}
.product-quote-form input,.product-quote-form textarea{
  background:rgba(2,8,18,.78);border-color:rgba(130,190,255,.22);
}
.product-quote-form input:focus,.product-quote-form textarea:focus{background:rgba(4,12,26,.94)}
.quote-option-group{
  margin:0;padding:15px;border:1px solid rgba(130,190,255,.18);
  border-radius:8px;background:rgba(4,10,20,.5);
}
.quote-option-group legend{
  padding:0 8px;color:#fff;font-size:13px;font-weight:900;
  letter-spacing:.08em;text-transform:uppercase;
}
.quote-checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:8px}
.quote-checkbox-grid label{
  display:flex;align-items:center;gap:10px;min-height:44px;
  padding:10px 12px;border:1px solid rgba(130,190,255,.14);border-radius:8px;
  background:rgba(9,18,32,.72);color:#dcecff;cursor:pointer;
}
.quote-checkbox-grid input{width:18px;height:18px;accent-color:var(--blue-light);flex:0 0 auto}
.quote-checkbox-grid span{font-weight:900}
.detail-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0 30px}
.detail-list div{padding:15px;border:1px solid rgba(130,190,255,.14);border-radius:8px;background:linear-gradient(145deg,rgba(4,10,20,.56),rgba(14,30,52,.38))}
.detail-list strong{display:block;color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.detail-list span{display:block;margin-top:4px;color:#bfd7f2}
.package-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:18px}
.package-card{padding:20px;border:1px solid rgba(130,190,255,.18);border-radius:8px;background:linear-gradient(145deg,rgba(4,10,20,.62),rgba(13,27,47,.46));box-shadow:0 16px 38px rgba(0,0,0,.18)}
.package-visual{height:104px;display:grid;place-items:center;margin-bottom:14px;border-radius:8px;background:radial-gradient(circle,rgba(89,185,255,.16),rgba(4,10,20,.62))}
.package-visual svg{width:76px;height:76px;stroke:#9dd7ff;fill:none;stroke-width:2.3}
.package-visual-image{
  box-sizing:border-box;display:flex;align-items:center;justify-content:center;
  aspect-ratio:1/1;height:auto;padding:12px;overflow:hidden;
  background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.95),rgba(232,239,247,.82) 58%,rgba(12,24,42,.28) 100%),
    linear-gradient(180deg,rgba(248,251,255,.96),rgba(226,235,246,.9));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.5);
}
.package-visual-image img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center}
.package-visual-bulk{padding:10px}
.package-visual-tote{padding:8px}
.package-card strong{display:block;color:#fff;font-size:18px}
.package-card span{display:block;margin-top:5px;color:#c2d2e7;font-size:14px}
.recommended-title{margin-top:42px}
.spec-table{display:grid;margin-top:18px;border:1px solid rgba(130,190,255,.16);border-radius:8px;overflow:hidden}
.spec-table div{display:grid;grid-template-columns:minmax(170px,.42fr) 1fr;border-bottom:1px solid rgba(130,190,255,.12)}
.spec-table div:last-child{border-bottom:0}
.spec-table strong,.spec-table span{padding:13px 15px}
.spec-table strong{color:#fff;background:rgba(89,185,255,.06);font-size:13px;text-transform:uppercase;letter-spacing:.06em}
.spec-table span{color:#c2d2e7;background:rgba(4,10,20,.32)}
.document-panel{
  display:grid;grid-template-columns:minmax(180px,.42fr) 1fr;gap:14px;align-items:center;
  margin-top:28px;padding:16px;border:1px solid rgba(130,190,255,.18);border-radius:8px;
  background:linear-gradient(145deg,rgba(4,10,20,.5),rgba(13,27,47,.32));
}
.document-panel .eyebrow{margin-bottom:7px}
.document-panel h2{margin:0;font-size:clamp(20px,2vw,26px);letter-spacing:-.01em}
.document-list{display:grid;gap:8px}
.document-row{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  min-height:54px;padding:11px 12px 11px 14px;
  border:1px solid rgba(130,190,255,.16);border-radius:6px;background:rgba(2,8,18,.44);
}
.document-row span{color:#dcecff;font-weight:900}
.document-row a{
  display:inline-flex;align-items:center;justify-content:center;min-height:38px;
  padding:9px 12px;border-radius:6px;color:#9dd7ff;background:rgba(89,185,255,.08);
  border:1px solid rgba(130,190,255,.2);font-size:12px;font-weight:900;
  text-decoration:none;white-space:nowrap;
}
.document-row a:hover{background:rgba(89,185,255,.16);color:#fff}
.request-code{padding:15px;border-radius:8px;background:linear-gradient(135deg,rgba(89,185,255,.12),rgba(15,102,216,.05));border:1px solid rgba(130,190,255,.22);color:#dcecff;font-weight:900}
.product-page .site-footer{margin-top:0}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}

@media (max-width:980px){
  .product-detail-grid{grid-template-columns:1fr}
  .product-hero-panel{max-width:none}
}
@media (min-width:981px) and (max-width:1100px){
  .product-detail-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .product-detail-hero{min-height:0;padding:116px 0 54px;background-position:58% center}
  .product-detail-hero p:not(.eyebrow){font-size:17px}
  .product-hero-panel{grid-template-columns:1fr;gap:8px;margin-top:22px;padding:8px}
  .product-hero-panel div{padding:13px 14px}
  .product-detail-card,.product-request-card{padding:22px}
  .package-card{padding:16px}
  .detail-list,.package-grid{grid-template-columns:1fr}
  .document-panel{grid-template-columns:1fr;padding:20px}
  .document-row{align-items:flex-start;flex-direction:column}
  .document-row a{width:100%}
  .spec-table div{grid-template-columns:1fr}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
}
