
:root {
  --blue: #2851b0;
  --blue-2: #183679;
  --yellow: #dcae22;
  --ink: #121826;
  --ink-2: #25324a;
  --muted: #5f6b85;
  --line: #dbe3f0;
  --bg: #f5f8fc;
  --panel: #ffffff;
  --panel-alt: #f1f5fb;
  --success: #1fa26b;
  --shadow: 0 18px 50px rgba(11, 24, 51, 0.12);
  --radius: 22px;
  --radius-sm: 16px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f8fbff 0%, #eff4fb 100%);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}
.section {
  padding: 84px 0;
}
.section.compact { padding: 56px 0; }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  background: rgba(40, 81, 176, 0.08);
  border: 1px solid rgba(40, 81, 176, 0.14);
  padding: 8px 12px;
  border-radius: 999px;
}
.kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--yellow), var(--blue));
}
h1, h2, h3, h4 {
  margin: 0 0 16px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
h1 { font-size: clamp(2.8rem, 6vw, 5rem); max-width: 14ch; }
h2 { font-size: clamp(2rem, 4vw, 3rem); max-width: 16ch; }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); }
p { margin: 0 0 16px; color: var(--muted); font-size: 1.05rem; }
.lead { font-size: clamp(1.05rem, 2vw, 1.2rem); max-width: 60ch; }
.small { font-size: 0.95rem; }
.muted { color: var(--muted); }
.note { color: var(--muted); font-size: 0.95rem; }
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 26px rgba(17, 34, 68, 0.16); }
.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: #fff;
}
.btn-secondary {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}
.btn-ghost {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-color: rgba(255,255,255,0.18);
}
.badge-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.badge {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.9);
  font-size: .92rem;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(16px);
  background: rgba(248, 251, 255, 0.8);
  border-bottom: 1px solid rgba(219, 227, 240, 0.8);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
.brand-text strong {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.brand-text span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.nav-links a {
  color: var(--ink-2);
  font-weight: 600;
  font-size: 0.96rem;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 1.35rem;
}
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(220, 174, 34, 0.18), transparent 30%),
              radial-gradient(circle at bottom left, rgba(40, 81, 176, 0.22), transparent 30%),
              linear-gradient(140deg, #0d1835 0%, #13284f 44%, #1f417c 100%);
  color: #fff;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}
.hero::before {
  width: 420px;
  height: 420px;
  right: -80px;
  top: -120px;
  background: rgba(220, 174, 34, 0.14);
}
.hero::after {
  width: 360px;
  height: 360px;
  left: -120px;
  bottom: -110px;
  background: rgba(106, 144, 232, 0.16);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 44px;
  align-items: center;
  min-height: 720px;
  padding: 72px 0 84px;
}
.hero p,
.hero .muted { color: rgba(255,255,255,0.82); }
.hero-card {
  position: relative;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 30px 80px rgba(7, 14, 31, 0.42);
  padding: 32px;
  overflow: hidden;
  min-height: 620px;
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.08);
}
.product-shell {
  position: relative;
  height: 100%;
  min-height: 500px;
}
.pump-frame {
  position: absolute;
  right: 28px;
  top: 18px;
  width: min(100%, 370px);
  height: 540px;
  margin-left: auto;
  border-radius: 28px;
  background: linear-gradient(180deg, #1a2236 0%, #11182a 100%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02), 0 30px 80px rgba(0,0,0,0.4);
}
.pump-frame::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 54%;
  height: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  background: #060910;
}
.pump-screen {
  position: absolute;
  left: 50%;
  top: 88px;
  transform: translateX(-50%);
  width: 62%;
  height: 245px;
  border-radius: 18px;
  background: linear-gradient(180deg, #08111d 0%, #0d1d34 100%);
  border: 1px solid rgba(85, 162, 255, 0.22);
  box-shadow: inset 0 0 30px rgba(27, 147, 255, 0.08);
}
.pump-screen::before,
.pump-screen::after {
  content: "";
  position: absolute;
  top: 30px;
  width: 88px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(180deg, #edf1f7 0%, #c3cbda 48%, #20304c 50%, #0c1627 100%);
}
.pump-screen::before { left: 22px; }
.pump-screen::after { right: 22px; }
.pump-strip {
  position: absolute;
  top: 106px;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1e4ba9, #22c588, #dcae22);
}
.pump-terminal {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 120px;
  border-radius: 16px;
  background: linear-gradient(180deg, #737a89 0%, #444d61 100%);
  box-shadow: 0 16px 30px rgba(0,0,0,0.25);
}
.pump-terminal::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 12px;
  right: 12px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(180deg, #7aa7ff 0%, #294f9a 100%);
}
.pump-terminal::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  width: 58px;
  height: 52px;
  border-radius: 10px;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,0.2), rgba(255,255,255,0.2) 6px, transparent 6px, transparent 8px),
              repeating-linear-gradient(90deg, rgba(255,255,255,0.22), rgba(255,255,255,0.22) 8px, transparent 8px, transparent 12px),
              #5f6572;
}
.pump-printer,
.pump-reader,
.pump-led,
.pump-base,
.pump-nozzle,
.pump-hose,
.pump-side {
  position: absolute;
}
.pump-printer {
  left: 30px;
  top: 174px;
  width: 68px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(180deg, #5f6778, #2b3446);
}
.pump-reader {
  right: 30px;
  top: 174px;
  width: 48px;
  height: 54px;
  border-radius: 10px;
  background: linear-gradient(180deg, #626d83, #30394a);
}
.pump-reader::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  right: 10px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,0.5);
}
.pump-led {
  right: 24px;
  bottom: 98px;
  width: 70px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fb6f6f, #f4b23c);
  box-shadow: 0 0 16px rgba(255, 123, 123, 0.36);
}
.pump-base {
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  width: 72%;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(180deg, #d6dee9 0%, #adb7c8 100%);
}
.pump-side {
  left: 32px;
  bottom: 82px;
  width: 86px;
  height: 110px;
  border-radius: 12px;
  background: linear-gradient(180deg, #2b3344, #1a2131);
}
.pump-side::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 14px;
  right: 14px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(180deg, #111927, #050a11);
}
.pump-nozzle {
  right: 32px;
  bottom: 24px;
  width: 44px;
  height: 86px;
  border-radius: 12px 12px 18px 18px;
  background: linear-gradient(180deg, #f05d4a 0%, #ba2216 100%);
}
.pump-nozzle::before {
  content: "";
  position: absolute;
  right: 7px;
  top: -8px;
  width: 14px;
  height: 58px;
  border-radius: 10px;
  background: linear-gradient(180deg, #cdd5e1, #eef1f6);
  transform: rotate(4deg);
  transform-origin: bottom center;
}
.pump-hose {
  right: 68px;
  top: 22px;
  width: 7px;
  height: 400px;
  background: linear-gradient(180deg, rgba(0,0,0,0.8), rgba(13,13,13,0.55));
  border-radius: 999px;
  transform: rotate(-4deg);
}
.floating-card,
.floating-card-2,
.floating-card-3 {
  position: absolute;
  border-radius: 18px;
  padding: 18px;
  background: rgba(255,255,255,0.92);
  color: var(--ink);
  box-shadow: 0 16px 40px rgba(2, 11, 28, 0.22);
  max-width: 240px;
}
.floating-card h4,
.floating-card-2 h4,
.floating-card-3 h4 {
  margin-bottom: 8px;
  font-size: 1rem;
}
.floating-card p,
.floating-card-2 p,
.floating-card-3 p { font-size: 0.92rem; margin-bottom: 0; }
.floating-card {
  left: 0;
  bottom: 110px;
}
.floating-card-2 {
  right: 4px;
  top: 54px;
}
.floating-card-3 {
  left: 40px;
  top: 40px;
  background: rgba(20, 32, 63, 0.84);
  color: #fff;
}
.floating-card-3 p { color: rgba(255,255,255,0.78); }
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}
.metric {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}
.metric strong {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 4px;
}
.metric span { color: rgba(255,255,255,0.7); font-size: 0.92rem; }
.grid-3,
.grid-2,
.grid-4 {
  display: grid;
  gap: 24px;
}
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  background: var(--panel);
  border: 1px solid rgba(36, 58, 105, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
}
.card.soft {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}
.card.dark {
  background: linear-gradient(180deg, #172446 0%, #121b31 100%);
  color: #fff;
}
.card.dark p,
.card.dark li,
.card.dark .muted { color: rgba(255,255,255,0.78); }
.feature-card {
  position: relative;
  overflow: hidden;
}
.feature-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(220,174,34,0.16), transparent 70%);
}
.icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  font-weight: 800;
  color: var(--blue);
  background: linear-gradient(135deg, rgba(40,81,176,0.12), rgba(220,174,34,0.12));
  border: 1px solid rgba(40,81,176,0.12);
  margin-bottom: 16px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 32px;
}
.section-head p { max-width: 52ch; }
.band {
  background: linear-gradient(180deg, #edf3fb 0%, #f7fbff 100%);
  border-top: 1px solid rgba(36, 58, 105, 0.06);
  border-bottom: 1px solid rgba(36, 58, 105, 0.06);
}
.highlight-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}
.product-panel {
  position: relative;
  border-radius: 28px;
  background: linear-gradient(135deg, #0f1c3f 0%, #163066 100%);
  min-height: 460px;
  overflow: hidden;
  color: #fff;
  padding: 32px;
}
.product-panel::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.12);
}
.product-panel .product-shell {
  min-height: 360px;
}
.product-panel .pump-frame {
  width: 300px;
  right: 30px;
  top: 30px;
  height: 390px;
}
.stat-list,
.tick-list,
.feature-list,
.policy-list,
.steps,
.spec-list { list-style: none; padding: 0; margin: 0; }
.tick-list li,
.policy-list li,
.spec-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: var(--ink-2);
}
.tick-list li::before,
.policy-list li::before,
.spec-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--success);
  font-weight: 800;
}
.steps {
  display: grid;
  gap: 18px;
}
.steps li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.step-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--yellow));
  color: #fff;
  font-weight: 800;
  display: grid;
  place-items: center;
  flex: none;
}
.split {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 28px;
  align-items: center;
}
.stack { display: grid; gap: 24px; }
.comparison {
  overflow: hidden;
}
.comparison-wrap {
  overflow-x: auto;
}
.compare-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: var(--panel);
  border-radius: 24px;
  overflow: hidden;
}
.compare-table th,
.compare-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.compare-table thead th {
  background: #edf3ff;
  color: var(--ink);
  font-size: 0.98rem;
}
.compare-table thead th.glowtec-col {
  background: linear-gradient(135deg, rgba(40,81,176,0.15), rgba(220,174,34,0.16));
}
.compare-table td.glowtec-col {
  background: linear-gradient(180deg, rgba(40,81,176,0.05), rgba(220,174,34,0.05));
}
.compare-table tr:last-child td { border-bottom: 0; }
.status-good,
.status-bad,
.status-mid {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.status-good::before,
.status-bad::before,
.status-mid::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.status-good::before { background: var(--success); }
.status-mid::before { background: var(--yellow); }
.status-bad::before { background: #e05a5a; }
.quote-block {
  background: linear-gradient(135deg, #fff 0%, #f7fbff 100%);
  border: 1px solid rgba(36, 58, 105, 0.08);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 30px;
}
.cta-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #112247 0%, #17356d 65%, #1d468d 100%);
  color: #fff;
  border-radius: 32px;
  padding: 34px;
  box-shadow: 0 26px 60px rgba(9, 19, 41, 0.24);
}
.cta-panel p { color: rgba(255,255,255,0.8); }
.cta-panel::after {
  content: "";
  position: absolute;
  inset: auto -80px -80px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220,174,34,0.24), transparent 68%);
}
.form-card {
  background: var(--panel);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(36, 58, 105, 0.08);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.form-field {
  display: grid;
  gap: 8px;
}
.form-field.full { grid-column: 1 / -1; }
label {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ink-2);
}
input, select, textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #f9fbff;
  padding: 14px 16px;
  font: inherit;
  color: var(--ink);
}
textarea { min-height: 140px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: rgba(40,81,176,0.5);
  box-shadow: 0 0 0 4px rgba(40,81,176,0.12);
}
.region-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.region-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(36, 58, 105, 0.08);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.region-card h3 { margin-bottom: 10px; }
.region-card .tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(40,81,176,0.09);
  color: var(--blue);
  font-weight: 700;
  font-size: .82rem;
}
.info-banner {
  border-left: 4px solid var(--yellow);
  background: #fff9e8;
  color: var(--ink-2);
  padding: 18px 18px 18px 20px;
  border-radius: 0 16px 16px 0;
}
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #112144 0%, #163369 55%, #1e4a93 100%);
  color: #fff;
  padding: 84px 0 70px;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: auto -60px -60px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220,174,34,0.24), transparent 70%);
}
.page-hero p,
.page-hero .muted { color: rgba(255,255,255,0.82); }
.breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: .92rem;
  color: rgba(255,255,255,0.74);
  margin-bottom: 18px;
}
.table-like {
  display: grid;
  gap: 14px;
}
.table-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 14px;
  padding: 18px 20px;
  background: var(--panel);
  border: 1px solid rgba(36, 58, 105, 0.08);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.footer {
  background: #0e1730;
  color: #fff;
  padding: 70px 0 30px;
}
.footer p,
.footer a,
.footer li { color: rgba(255,255,255,0.76); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr 1.1fr;
  gap: 24px;
  align-items: start;
}
.footer-brand {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer-brand img {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #fff;
  padding: 4px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
  margin-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: .92rem;
}
.logo-cloud {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}
.logo-cloud .cloud-item {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(36, 58, 105, 0.08);
  text-align: center;
  color: var(--ink-2);
  font-weight: 700;
}
.hide-desktop { display: none; }
@media (max-width: 1100px) {
  .hero-grid,
  .split,
  .highlight-block,
  .footer-grid,
  .grid-4,
  .region-grid { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid { min-height: auto; padding-top: 56px; }
  .hero-card { min-height: 540px; }
  .floating-card-2 { right: 8px; top: 24px; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .logo-cloud { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 860px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .nav { min-height: 72px; }
  .nav-links,
  .nav-actions .btn-secondary { display: none; }
  .nav-links.open {
    display: grid;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    padding: 18px;
    background: rgba(248,251,255,0.98);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
  }
  .nav-links.open a { padding: 6px 0; }
  .hero-card { min-height: 500px; }
  .pump-frame { width: min(100%, 320px); height: 480px; }
  .pump-screen { height: 220px; }
  .floating-card,
  .floating-card-2,
  .floating-card-3 { transform: scale(.92); transform-origin: center; }
  .hero-metrics,
  .grid-3,
  .grid-2,
  .form-grid { grid-template-columns: 1fr; }
  .logo-cloud { grid-template-columns: 1fr; }
  .table-row { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .hide-mobile { display: none !important; }
  .hide-desktop { display: block; }
}
@media (max-width: 620px) {
  .section { padding: 68px 0; }
  h1 { max-width: 11ch; }
  .hero-grid { gap: 28px; }
  .hero-card { padding: 22px; min-height: 470px; }
  .pump-frame { right: 8px; width: 260px; height: 420px; }
  .pump-screen { top: 72px; width: 64%; height: 188px; }
  .pump-screen::before, .pump-screen::after { width: 70px; height: 30px; }
  .pump-strip { top: 90px; width: 60px; }
  .pump-terminal { top: 126px; width: 78px; height: 108px; }
  .pump-printer { left: 22px; top: 146px; width: 54px; height: 36px; }
  .pump-reader { right: 22px; top: 148px; width: 40px; height: 46px; }
  .pump-side { left: 20px; width: 72px; height: 100px; }
  .pump-nozzle { right: 24px; width: 38px; height: 80px; }
  .pump-led { right: 18px; width: 56px; }
  .floating-card, .floating-card-2, .floating-card-3 { position: static; max-width: none; margin-top: 14px; transform: none; }
  .hero-card .product-shell { display: grid; align-content: end; }
  .card, .form-card, .region-card, .quote-block { padding: 22px; }
  .page-hero { padding: 68px 0 56px; }
}
