:root {
  --navy: #06245a;
  --navy-2: #0a377c;
  --green: #08a620;
  --green-2: #12c43b;
  --whatsapp: #25d366;
  --yellow: #f9b61a;
  --orange: #f47b13;
  --red: #eb2d1d;
  --ink: #10203f;
  --muted: #5d6a80;
  --line: #dfe7ef;
  --soft: #f4f8f4;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(6, 36, 90, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.section-pad {
  padding: 72px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 76px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(223, 231, 239, 0.75);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(6, 36, 90, 0.1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.brand span {
  color: var(--green);
  font-size: 1.18rem;
  font-weight: 900;
}

.brand strong {
  color: var(--navy);
}

.site-nav {
  position: fixed;
  inset: 76px 16px auto 16px;
  display: none;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.site-nav.is-open {
  display: grid;
}

.site-nav a {
  padding: 13px 12px;
  color: var(--navy);
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 800;
}

.site-nav a:hover {
  background: #eef8ee;
  color: var(--green);
}

.nav-toggle,
.header-cta,
.btn,
.floating-whatsapp,
.chat-input a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-toggle {
  justify-self: end;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--navy);
  background: #f1f7f1;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.nav-toggle svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.header-cta {
  display: none;
  gap: 8px;
  min-height: 46px;
  padding: 0 16px;
  color: var(--white);
  background: var(--green);
  border-radius: var(--radius);
  box-shadow: 0 10px 22px rgba(8, 166, 32, 0.22);
  font-weight: 900;
}

.header-cta svg,
.btn svg,
.floating-whatsapp svg,
.chat-input svg,
.wa-pop svg,
.offer-footer svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  padding: 34px 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.08)),
    url("assets/easyborong-hero-final.png") center center / cover no-repeat;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(5, 27, 66, 0.04) 56%, rgba(5, 27, 66, 0.2) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.34), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.18));
}

.hero-stage {
  position: relative;
  display: grid;
  align-content: end;
  gap: 18px;
  min-height: 690px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.live-dot {
  width: 10px;
  height: 10px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(8, 166, 32, 0.12);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 420px;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 2.3rem;
  line-height: 1;
  overflow-wrap: break-word;
}

h2 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 2rem;
  line-height: 1.12;
}

h3 {
  color: var(--navy);
  font-size: 1.06rem;
  line-height: 1.25;
}

.hero-lead {
  max-width: 410px;
  margin-bottom: 16px;
  color: #33415f;
  font-size: 0.98rem;
  font-weight: 700;
}

.hero-slogan {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  max-width: 420px;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-slogan span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(6, 36, 90, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 10px 22px rgba(6, 36, 90, 0.08);
}

.hero-slogan span:nth-child(2) {
  color: var(--white);
  background: var(--green);
}

.hero-punch {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.hero-punch span {
  padding: 8px 11px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--yellow);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(6, 36, 90, 0.07);
}

.hero-actions,
.cta-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-copy {
  width: min(100%, 360px);
  padding: 16px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  box-shadow: 0 18px 40px rgba(6, 36, 90, 0.14);
  backdrop-filter: blur(8px);
}

.hero-copy h1 {
  max-width: 330px;
  font-size: clamp(1.85rem, 3vw, 2.55rem);
}

.hero-copy .hero-lead {
  max-width: 320px;
}

.hero-copy .btn-secondary {
  background: rgba(255, 255, 255, 0.85);
}

.top-offer-panel {
  position: relative;
  display: grid;
  gap: 10px;
  width: min(100%, 330px);
  padding: 12px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--radius);
  box-shadow: 0 20px 44px rgba(5, 27, 66, 0.18);
  backdrop-filter: blur(9px);
  animation: offerFloat 4.8s ease-in-out infinite;
}

.offer-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-title span:nth-child(2) {
  flex: 1;
  min-width: 0;
}

.offer-title b {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  color: var(--white);
  background: var(--red);
  border-radius: 999px;
  font-size: 0.68rem;
  box-shadow: 0 0 0 0 rgba(231, 58, 33, 0.22);
  animation: liveBadgePulse 1.4s ease-in-out infinite;
}

.picker-dot {
  width: 10px;
  height: 10px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(8, 166, 32, 0.13);
}

.offer-list {
  display: grid;
  gap: 7px;
}

.offer-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 3px 10px;
  min-height: 58px;
  padding: 9px 10px;
  color: #20304c;
  background: rgba(247, 251, 248, 0.9);
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-weight: 900;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.24s ease, transform 0.24s ease, border-color 0.24s ease;
}

.offer-row.is-updating {
  opacity: 0;
  transform: translateY(9px) scale(0.98);
}

.offer-row span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.offer-row strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 9px;
  color: var(--white);
  background: var(--green);
  border-radius: 999px;
  font-size: 0.9rem;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 10px 20px rgba(8, 166, 32, 0.2);
  white-space: nowrap;
}

.offer-row small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-one {
  animation-delay: -4.8s;
}

.offer-two {
  animation-delay: -4.25s;
}

.offer-three {
  animation-delay: -3.7s;
}

.offer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px;
  color: var(--navy);
  background: linear-gradient(90deg, rgba(249, 182, 26, 0.28), rgba(8, 166, 32, 0.14));
  border: 1px solid rgba(249, 182, 26, 0.42);
  border-radius: var(--radius);
}

.offer-footer span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
}

.offer-footer strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 10px;
  color: var(--white);
  background: var(--whatsapp);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.34);
  white-space: nowrap;
  animation: whatsappButtonPulse 2.4s ease-in-out infinite;
}

@keyframes offerFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes offerSlide {
  0%,
  8% {
    opacity: 0;
    transform: translateX(22px);
  }
  16%,
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  86%,
  100% {
    opacity: 0.7;
    transform: translateX(0);
  }
}

@keyframes liveBadgePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(231, 58, 33, 0.18);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(231, 58, 33, 0);
  }
}

@keyframes whatsappButtonPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 16px 30px rgba(37, 211, 102, 0.34);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 0 0 8px rgba(37, 211, 102, 0.13), 0 18px 34px rgba(37, 211, 102, 0.34);
  }
}

.btn {
  gap: 9px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 16px 28px rgba(8, 166, 32, 0.25);
}

.btn-primary:hover {
  background: #07901e;
}

.btn-secondary {
  color: var(--navy);
  background: var(--white);
  border-color: var(--line);
}

.btn-secondary:hover {
  box-shadow: 0 12px 28px rgba(6, 36, 90, 0.12);
}

.market-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  max-width: 620px;
  margin-top: 24px;
}

.market-strip span {
  padding: 11px 12px;
  color: var(--navy);
  background: linear-gradient(90deg, rgba(249, 182, 26, 0.24), rgba(8, 166, 32, 0.12));
  border: 1px solid rgba(249, 182, 26, 0.35);
  border-radius: var(--radius);
  font-weight: 900;
  text-align: center;
}

.hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.hero-copy,
.hero-visual,
.hero-image-card,
.product-card,
.dashboard,
.phone-chat {
  min-width: 0;
}

.hero-image-card {
  position: relative;
  height: 235px;
  margin: 0;
  overflow: hidden;
  background: #eef7ef;
  border: 1px solid rgba(8, 166, 32, 0.2);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-image-card figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px;
  color: var(--white);
  background: rgba(6, 36, 90, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.hero-image-card figcaption span {
  color: var(--yellow);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-image-card figcaption strong {
  font-size: 0.88rem;
}

.promo-banner {
  display: grid;
  gap: 3px;
  padding: 14px;
  color: var(--white);
  background: linear-gradient(120deg, var(--navy), var(--green));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.promo-banner span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.promo-banner strong {
  font-size: 1.28rem;
}

.promo-banner small {
  font-weight: 800;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.product-card,
.step-card,
.benefit-grid article,
.category-card,
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(6, 36, 90, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.product-card:hover,
.step-card:hover,
.benefit-grid article:hover,
.category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 166, 32, 0.32);
  box-shadow: 0 20px 36px rgba(6, 36, 90, 0.13);
}

.product-card {
  min-height: 190px;
  padding: 10px;
}

.product-card h3 {
  margin-bottom: 4px;
  font-size: 0.92rem;
}

.product-card p {
  min-height: 38px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.78rem;
}

.product-card strong {
  display: block;
  color: var(--green);
  font-size: 0.78rem;
}

.product-art {
  position: relative;
  display: grid;
  place-items: center;
  height: 84px;
  margin-bottom: 10px;
  overflow: hidden;
  color: var(--white);
  background: #eef7ef;
  border-radius: 6px;
}

.product-art::before {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 44px;
  height: 58px;
  border-radius: 7px 7px 4px 4px;
  background: var(--green);
  box-shadow: -28px 14px 0 -8px var(--yellow), 28px 9px 0 -4px var(--red);
}

.product-art::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 110px;
  height: 15px;
  background: rgba(6, 36, 90, 0.14);
  border-radius: 50%;
}

.product-art span {
  position: relative;
  z-index: 1;
  padding-top: 8px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
}

.snack::before {
  width: 52px;
  background: var(--yellow);
  box-shadow: -28px 12px 0 -9px var(--green), 28px 8px 0 -4px var(--orange);
}

.household::before {
  width: 40px;
  background: var(--orange);
  box-shadow: -26px 12px 0 -7px var(--navy), 28px 10px 0 -6px var(--green);
}

.dashboard {
  display: grid;
  gap: 9px;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.dashboard-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-size: 0.82rem;
}

.dashboard-head strong {
  color: var(--green);
}

.quote-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  padding: 10px;
  background: #f7fafc;
  border: 1px solid #ebf1f6;
  border-radius: 6px;
  font-size: 0.88rem;
}

.quote-row.best {
  background: #effaef;
  border-color: rgba(8, 166, 32, 0.28);
}

.quote-row b {
  color: var(--navy);
}

.quote-row small {
  color: var(--muted);
}

.phone-chat,
.large-chat {
  background: #eff8ef;
  border: 1px solid rgba(8, 166, 32, 0.22);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.phone-chat {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.phone-bar {
  width: 42px;
  height: 4px;
  margin: 0 auto 2px;
  background: rgba(6, 36, 90, 0.22);
  border-radius: 999px;
}

.bubble,
.message {
  max-width: 88%;
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 0.82rem;
}

.customer {
  justify-self: end;
  color: var(--white);
  background: var(--green);
}

.easy {
  justify-self: start;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(6, 36, 90, 0.08);
}

.trust-bar {
  padding: 16px 0;
  background: var(--navy);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 10px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
}

.trust-item span {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.trust-item p {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 900;
}

.section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-head.compact {
  max-width: 620px;
}

.section-head p,
.network-copy p,
.whatsapp-focus p,
.faq-intro p,
.cta-inner p,
.site-footer p {
  color: var(--muted);
}

.steps-grid,
.benefit-grid,
.category-grid {
  display: grid;
  gap: 14px;
}

.step-card {
  position: relative;
  min-height: 236px;
  padding: 22px;
  overflow: hidden;
}

.step-number {
  position: absolute;
  top: 16px;
  right: 18px;
  color: rgba(6, 36, 90, 0.13);
  font-size: 2.1rem;
  font-weight: 900;
}

.step-icon,
.benefit-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  background: #ecf8ec;
  border: 1px solid rgba(8, 166, 32, 0.18);
  border-radius: var(--radius);
}

.step-icon::before,
.benefit-icon::before {
  content: "";
  width: 22px;
  height: 22px;
  background: var(--green);
}

.search-icon::before {
  border-radius: 50%;
  box-shadow: 13px 13px 0 -9px var(--green);
}

.network-icon::before {
  clip-path: polygon(50% 0, 100% 28%, 100% 72%, 50% 100%, 0 72%, 0 28%);
}

.compare-icon::before {
  width: 26px;
  height: 18px;
  background: linear-gradient(90deg, var(--green) 0 28%, transparent 28% 36%, var(--yellow) 36% 64%, transparent 64% 72%, var(--navy) 72%);
}

.deal-icon::before {
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: inset 0 0 0 6px var(--white);
}

.step-card h3,
.benefit-grid h3,
.category-card h3 {
  margin-bottom: 8px;
}

.step-card p,
.benefit-grid p,
.category-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.network {
  background:
    radial-gradient(circle at top left, rgba(8, 166, 32, 0.16), transparent 34%),
    linear-gradient(180deg, #f7fbf8 0%, #ffffff 100%);
}

.network-grid,
.network-intel-grid,
.whatsapp-grid,
.faq-grid {
  display: grid;
  gap: 28px;
}

.network-intel-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.network-intel-head h2 {
  max-width: 720px;
}

.network-intel-head p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.06rem;
  font-weight: 800;
}

.network-intel-copy {
  align-self: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(8, 166, 32, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(6, 36, 90, 0.08);
  backdrop-filter: blur(10px);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #2e3d5a;
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: var(--green);
  border-radius: 50%;
}

.check-list li::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 8px;
  height: 5px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
}

.network-map-card {
  position: relative;
  overflow: visible;
  padding: 14px;
  color: var(--white);
  background:
    radial-gradient(circle at 24% 20%, rgba(37, 211, 102, 0.23), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(249, 182, 26, 0.18), transparent 25%),
    linear-gradient(135deg, #061b43 0%, #08285e 52%, #073f2c 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 28px 70px rgba(6, 36, 90, 0.26);
}

.network-map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.18));
}

.network-map-top,
.network-map-note,
.network-map-stage {
  position: relative;
  z-index: 1;
}

.network-map-top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.network-map-top div,
.network-map-top span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 11px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.network-live-dot {
  width: 10px;
  height: 10px;
  background: var(--whatsapp);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45);
  animation: networkLivePulse 1.5s ease-in-out infinite;
}

.network-map-stage {
  position: relative;
  overflow: visible;
  min-height: 360px;
  aspect-ratio: 1200 / 650;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(3, 17, 45, 0.42);
}

.malaysia-network-map {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.map-grid-bg {
  fill: rgba(255, 255, 255, 0.03);
}

.map-land,
.map-state {
  fill: url(#landGradient);
  fill-opacity: 0.78;
  stroke: rgba(255, 255, 255, 0.52);
  stroke-width: 2;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.22));
}

.map-state {
  stroke-width: 2.4;
  transition: fill-opacity 0.2s ease;
}

.map-state:hover {
  fill-opacity: 0.92;
}

.state-perlis {
  fill: #6fc74f;
}

.state-kedah {
  fill: #1178ce;
}

.state-penang {
  fill: #ec4fa6;
}

.state-perak {
  fill: #8a4fc7;
}

.state-kelantan {
  fill: #f28c21;
}

.state-terengganu {
  fill: #36c2d5;
}

.state-pahang {
  fill: #65b96c;
}

.state-selangor {
  fill: #f9b61a;
}

.state-kl {
  fill: #eb2d1d;
}

.state-negeri {
  fill: #2467b7;
}

.state-melaka {
  fill: #d64636;
}

.state-johor {
  fill: #7546b9;
}

.sarawak,
.sabah {
  fill-opacity: 0.82;
}

.sarawak {
  fill: #6e37b8;
}

.sabah {
  fill: #0c4c9d;
}

.region-label {
  fill: rgba(255, 255, 255, 0.42);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.state-name {
  fill: rgba(255, 255, 255, 0.88);
  paint-order: stroke;
  stroke: rgba(6, 27, 67, 0.46);
  stroke-width: 3;
  stroke-linejoin: round;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  pointer-events: none;
}

.route-line-active,
.route-trail {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.route-line-active {
  stroke: url(#routeGradient);
  stroke-width: 5;
  stroke-opacity: 0.46;
  filter: url(#routeGlow);
  animation: routeGlowPulse 2.8s ease-in-out infinite;
}

.sea-route {
  stroke-width: 4;
  stroke-dasharray: 11 12;
  stroke-opacity: 0.58;
}

.east-route {
  stroke: var(--yellow);
  stroke-opacity: 0.56;
}

.route-trail {
  stroke: var(--white);
  stroke-width: 4;
  stroke-dasharray: 34 260;
  stroke-dashoffset: 0;
  filter: url(#routeGlow);
  animation: routeTrail 3.8s linear infinite;
}

.route-trail-two {
  animation-duration: 5.4s;
  animation-delay: -1.2s;
}

.route-trail-three {
  animation-duration: 3.2s;
  animation-delay: -0.7s;
}

.route-trail-four {
  animation-duration: 2.8s;
  animation-delay: -1s;
}

.route-trail-five {
  stroke: var(--whatsapp);
  animation-duration: 6.6s;
  animation-delay: -2s;
}

.route-trail-six {
  stroke: var(--yellow);
  animation-duration: 5.6s;
  animation-delay: -1.4s;
}

.route-trail-seven {
  stroke: var(--yellow);
  animation-duration: 3.4s;
  animation-delay: -0.8s;
}

.route-trail-eight {
  stroke: var(--whatsapp);
  animation-duration: 4.1s;
  animation-delay: -1.6s;
}

.city-node {
  color: var(--white);
}

.city-node text {
  fill: rgba(255, 255, 255, 0.9);
  paint-order: stroke;
  stroke: rgba(6, 27, 67, 0.82);
  stroke-width: 4;
  stroke-linejoin: round;
  font-size: 18px;
  font-weight: 900;
}

.city-dot {
  r: 8;
  fill: var(--yellow);
  stroke: var(--white);
  stroke-width: 3;
  filter: url(#routeGlow);
  animation: nodeBlink 2.6s ease-in-out infinite;
}

.key-dot {
  fill: var(--whatsapp);
}

.city-wave {
  r: 12;
  fill: none;
  stroke: rgba(37, 211, 102, 0.42);
  stroke-width: 3;
  animation: nodeRadar 2.4s ease-out infinite;
}

.key-wave {
  stroke: rgba(249, 182, 26, 0.7);
  animation-duration: 1.8s;
}

.arrival-burst {
  r: 13;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 4;
  opacity: 0;
  animation: arrivalPulse 8s ease-out infinite;
}

.arrival-johor-penang {
  stroke: var(--whatsapp);
  animation-duration: 11s;
  animation-delay: -2s;
}

.arrival-kl-melaka {
  animation-duration: 6.5s;
  animation-delay: -1s;
}

.arrival-ipoh-kl {
  stroke: var(--whatsapp);
  animation-duration: 5.6s;
  animation-delay: -1.8s;
}

.arrival-kl-sabah {
  stroke: var(--whatsapp);
  animation-duration: 13s;
  animation-delay: -3.2s;
}

.arrival-kl-sarawak {
  animation-duration: 10s;
  animation-delay: -4s;
}

.arrival-kk-sandakan {
  stroke: var(--whatsapp);
  animation-duration: 6s;
  animation-delay: -1.6s;
}

.arrival-kuching-miri {
  animation-duration: 7.5s;
  animation-delay: -2.8s;
}

.city-penang .city-wave {
  animation-delay: -0.4s;
}

.city-johor .city-wave {
  animation-delay: -0.8s;
}

.city-melaka .city-wave {
  animation-delay: -1.2s;
}

.city-ipoh .city-wave {
  animation-delay: -1.6s;
}

.city-sabah .city-wave,
.city-kuching .city-wave {
  animation-delay: -1s;
}

.city-sandakan .city-wave,
.city-miri .city-wave {
  animation-delay: -1.9s;
}

.truck-layer {
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.28));
}

.route-truck {
  cursor: pointer;
  outline: none;
  transition: transform 0.18s ease;
}

.route-truck:hover .truck-shape,
.route-truck:focus-visible .truck-shape,
.route-truck.is-active .truck-shape {
  transform: translate(-15px, -11px) scale(1.16);
}

.truck-shape {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.truck-shape rect,
.truck-shape path {
  fill: var(--yellow);
  stroke: var(--white);
  stroke-width: 2;
}

.truck-shape circle {
  fill: var(--navy);
  stroke: var(--white);
  stroke-width: 2;
}

.network-floating-metrics {
  position: absolute;
  inset: 14px;
  z-index: 2;
  pointer-events: none;
}

.network-floating-metrics span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  animation: metricFloat 5.8s ease-in-out infinite;
}

.network-floating-metrics span:nth-child(1) {
  top: 10px;
  left: 14px;
}

.network-floating-metrics span:nth-child(2) {
  top: 48px;
  right: 18px;
  animation-delay: -1.5s;
}

.network-floating-metrics span:nth-child(3) {
  right: 22px;
  bottom: 58px;
  animation-delay: -2.5s;
}

.network-floating-metrics span:nth-child(4) {
  left: 20px;
  bottom: 18px;
  animation-delay: -3.4s;
}

.route-popover {
  position: absolute;
  top: var(--route-popover-y, 32%);
  left: var(--route-popover-x, 45%);
  z-index: 80;
  width: min(310px, calc(100% - 24px));
  padding: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--radius);
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -100%) translateY(-8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.route-popover.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -100%) translateY(-14px);
}

.route-popover-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--navy);
  background: #eef7ef;
  border: 1px solid rgba(8, 166, 32, 0.18);
  border-radius: 50%;
  cursor: pointer;
  font-weight: 900;
}

.route-popover-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 30px;
  margin-bottom: 10px;
}

.route-popover-head span,
.route-status-row span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  color: var(--white);
  background: var(--green);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.route-popover-head strong {
  color: var(--navy);
  font-weight: 900;
}

.route-popover h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1rem;
}

.route-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}

.route-tags span {
  padding: 6px 8px;
  color: var(--navy);
  background: rgba(249, 182, 26, 0.2);
  border: 1px solid rgba(249, 182, 26, 0.28);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
}

.route-popover dl {
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
}

.route-popover dl div {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 8px;
  padding: 8px;
  background: #f7fbf8;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.route-popover dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.route-popover dd {
  margin: 0;
  color: #20304c;
  font-size: 0.8rem;
  font-weight: 900;
}

.route-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.route-status-row span:nth-child(2) {
  background: var(--orange);
}

.route-status-row span:nth-child(3) {
  background: var(--navy);
}

.network-map-note {
  margin: 12px 2px 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 800;
}

.network-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(6, 36, 90, 0.94), rgba(8, 166, 32, 0.9)),
    var(--navy);
  border-radius: var(--radius);
  box-shadow: 0 18px 40px rgba(6, 36, 90, 0.16);
}

.network-cta strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 900;
}

.network-cta p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

@keyframes networkLivePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(37, 211, 102, 0);
  }
}

@keyframes routeGlowPulse {
  0%,
  100% {
    stroke-opacity: 0.38;
  }
  50% {
    stroke-opacity: 0.7;
  }
}

@keyframes routeTrail {
  to {
    stroke-dashoffset: -294;
  }
}

@keyframes nodeRadar {
  0% {
    r: 10;
    opacity: 0.84;
  }
  100% {
    r: 34;
    opacity: 0;
  }
}

@keyframes nodeBlink {
  0%,
  100% {
    opacity: 0.92;
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 12px rgba(249, 182, 26, 0.9));
  }
}

@keyframes arrivalPulse {
  0%,
  72% {
    r: 13;
    opacity: 0;
  }
  82% {
    r: 18;
    opacity: 0.84;
  }
  100% {
    r: 38;
    opacity: 0;
  }
}

@keyframes metricFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

.comparison {
  background:
    linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.comparison-wrap {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.comparison-top {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  background: linear-gradient(90deg, rgba(6, 36, 90, 0.06), rgba(8, 166, 32, 0.1));
  border-bottom: 1px solid var(--line);
}

.comparison-top span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.comparison-top h3 {
  margin: 0;
}

.comparison-top a {
  color: var(--green);
  font-weight: 900;
}

.comparison-table {
  display: grid;
  min-width: 860px;
}

.comparison-wrap {
  overflow-x: auto;
}

.table-row {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.85fr 1fr 1fr 1fr 0.85fr;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}

.table-row:last-child {
  border-bottom: 0;
}

.table-row span {
  display: grid;
  align-content: center;
  min-height: 66px;
  padding: 12px;
  border-right: 1px solid var(--line);
  color: #30405d;
  font-size: 0.9rem;
}

.table-row span:last-child {
  border-right: 0;
}

.table-head span {
  min-height: 46px;
  color: var(--navy);
  background: #f6f9fc;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.table-row small {
  margin-top: 2px;
  color: var(--muted);
}

.table-row mark {
  width: fit-content;
  padding: 3px 8px;
  color: var(--green);
  background: #e9f9ed;
  border-radius: 999px;
  font-weight: 900;
}

.best-row {
  box-shadow: inset 4px 0 0 var(--green);
}

.best-row span {
  background: #f5fff5;
}

.why {
  background: var(--white);
}

.benefit-grid {
  grid-template-columns: 1fr;
}

.benefit-grid article {
  min-height: 210px;
  padding: 20px;
}

.benefit-icon.time::before {
  border-radius: 50%;
  background: conic-gradient(var(--green) 0 75%, #d5ead8 75%);
}

.benefit-icon.supplier::before {
  clip-path: polygon(12% 28%, 50% 8%, 88% 28%, 88% 74%, 50% 94%, 12% 74%);
}

.benefit-icon.terms::before {
  background: linear-gradient(var(--green) 0 30%, transparent 30% 42%, var(--yellow) 42% 70%, transparent 70% 82%, var(--navy) 82%);
}

.benefit-icon.whatsapp::before {
  border-radius: 50%;
}

.benefit-icon.bulk::before {
  box-shadow: 8px 8px 0 var(--yellow);
}

.benefit-icon.ai::before {
  border-radius: 6px;
  box-shadow: inset 0 0 0 6px var(--white);
}

.benefit-icon.free::before {
  border-radius: 50%;
  background: var(--navy);
}

.benefit-icon.cashback::before {
  border-radius: 50%;
  background: var(--yellow);
}

.products {
  background: #f7fbf8;
}

.products.section-pad {
  padding-top: 48px;
}

.products .section-head p {
  margin-bottom: 0;
}

.price-ticker {
  position: relative;
  overflow: hidden;
  margin: 8px 0 8px;
  color: var(--white);
  background: #061f4b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(6, 36, 90, 0.16);
}

.price-ticker::before,
.price-ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 70px;
  pointer-events: none;
}

.price-ticker::before {
  left: 0;
  background: linear-gradient(90deg, #061f4b, transparent);
}

.price-ticker::after {
  right: 0;
  background: linear-gradient(270deg, #061f4b, transparent);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: tickerScroll 52s linear infinite;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 52px;
  padding: 0 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.94rem;
  font-weight: 900;
  white-space: nowrap;
}

.ticker-item b {
  animation: tickerPulse 1.5s ease-in-out infinite;
}

.trend-down b,
.trend-down.price-box,
.card-topline .trend-down {
  color: var(--green);
}

.trend-up b,
.trend-up.price-box,
.card-topline .trend-up {
  color: var(--orange);
}

.ticker-disclaimer {
  max-width: 820px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.trade-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(226px, 1fr));
  gap: 14px;
}

.trade-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(6, 36, 90, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.trade-card:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 166, 32, 0.34);
  box-shadow: 0 22px 42px rgba(6, 36, 90, 0.14);
}

.trade-card img {
  width: 100%;
  height: 150px;
  padding: 8px;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(180deg, #ffffff, #edf6ee);
}

.trade-card-body {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.card-topline span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.card-topline b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background: #f2f7f3;
  border-radius: 50%;
  font-size: 1.2rem;
}

.trade-card h3 {
  min-height: 48px;
  margin: 0;
  font-size: 0.98rem;
}

.price-box {
  display: flex;
  align-items: baseline;
  gap: 4px;
  width: fit-content;
  min-height: 42px;
  padding: 6px 10px;
  background: #f2fbf3;
  border: 1px solid rgba(8, 166, 32, 0.22);
  border-radius: var(--radius);
  font-size: 1.25rem;
  font-weight: 900;
  animation: pricePulse 1.85s ease-in-out infinite;
}

.price-box.trend-up {
  background: #fff6ed;
  border-color: rgba(244, 123, 19, 0.3);
}

.trade-card p {
  margin: 0;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 900;
}

.trade-card dl {
  display: grid;
  gap: 7px;
  margin: 0;
}

.trade-card dl div {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid #edf1f5;
}

.trade-card dt,
.trade-card dd {
  margin: 0;
  font-size: 0.82rem;
}

.trade-card dt {
  color: var(--muted);
  font-weight: 900;
}

.trade-card dd {
  color: #33415f;
  font-weight: 800;
}

.trade-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  color: var(--white);
  background: var(--green);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(8, 166, 32, 0.2);
}

@keyframes tickerScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes tickerPulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
}

@keyframes pricePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(8, 166, 32, 0);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(8, 166, 32, 0.1);
  }
}

.category-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-card {
  min-height: 210px;
  padding: 12px;
}

.category-art {
  position: relative;
  display: grid;
  place-items: center;
  height: 92px;
  margin-bottom: 14px;
  overflow: hidden;
  background: #f0f8f1;
  border-radius: 6px;
}

.category-art::before,
.category-art::after {
  content: "";
  position: absolute;
  bottom: 14px;
  background: var(--green);
}

.bottles::before {
  width: 26px;
  height: 58px;
  border-radius: 9px 9px 5px 5px;
  box-shadow: -26px 8px 0 -4px var(--navy), 26px 8px 0 -4px var(--orange);
}

.bottles::after {
  width: 82px;
  height: 10px;
  background: rgba(6, 36, 90, 0.12);
  border-radius: 50%;
}

.snacks::before {
  width: 52px;
  height: 54px;
  background: var(--yellow);
  border-radius: 12px 12px 5px 5px;
  clip-path: polygon(0 10%, 12% 0, 24% 10%, 36% 0, 48% 10%, 60% 0, 72% 10%, 84% 0, 100% 10%, 100% 100%, 0 100%);
}

.snacks::after,
.household-art::after,
.care::after,
.cleaning::after,
.baby::after,
.imported::after,
.cartons::after {
  width: 82px;
  height: 10px;
  background: rgba(6, 36, 90, 0.12);
  border-radius: 50%;
}

.household-art::before {
  width: 58px;
  height: 42px;
  background: var(--navy);
  border-radius: 7px;
  box-shadow: 0 -20px 0 -9px var(--green);
}

.care::before {
  width: 30px;
  height: 62px;
  background: var(--red);
  border-radius: 10px 10px 5px 5px;
  box-shadow: 32px 8px 0 -7px var(--green);
}

.cleaning::before {
  width: 34px;
  height: 60px;
  background: var(--orange);
  border-radius: 8px;
  transform: rotate(-8deg);
  box-shadow: 32px 10px 0 -6px var(--navy);
}

.baby::before {
  width: 54px;
  height: 54px;
  background: var(--yellow);
  border-radius: 50% 50% 14px 14px;
  box-shadow: inset 0 0 0 9px rgba(255, 255, 255, 0.55);
}

.imported::before {
  width: 64px;
  height: 48px;
  background: linear-gradient(90deg, var(--green), var(--yellow), var(--orange));
  border-radius: 7px;
}

.cartons::before {
  width: 64px;
  height: 46px;
  background: var(--navy);
  border-radius: 5px;
  box-shadow: -12px -12px 0 -2px var(--yellow), 12px -7px 0 -4px var(--green);
}

.category-card h3 {
  margin-bottom: 6px;
  font-size: 0.98rem;
}

.category-card p {
  font-size: 0.88rem;
}

.whatsapp-focus {
  background:
    linear-gradient(135deg, rgba(8, 166, 32, 0.1), transparent 40%),
    linear-gradient(180deg, #ffffff, #f7fbf8);
}

.whatsapp-grid {
  align-items: center;
}

.whatsapp-reasons {
  display: grid;
  gap: 10px;
  margin: 20px 0 22px;
}

.whatsapp-reasons article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  padding: 13px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(6, 36, 90, 0.08);
}

.whatsapp-reasons span {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.whatsapp-reasons strong {
  color: var(--navy);
  font-weight: 900;
}

.whatsapp-reasons p {
  margin: 0;
  font-size: 0.9rem;
}

.large-chat {
  padding: 16px;
}

.chat-head {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(8, 166, 32, 0.18);
}

.avatar {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: var(--navy);
  border-radius: 50%;
  font-weight: 900;
}

.chat-head strong {
  color: var(--navy);
}

.chat-head p {
  margin: 0;
  color: var(--green);
  font-size: 0.83rem;
  font-weight: 900;
}

.large-chat .message {
  margin-bottom: 10px;
}

.chat-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 48px;
  padding: 8px 8px 8px 14px;
  margin-top: 14px;
  color: var(--muted);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.chat-input a {
  width: 36px;
  height: 36px;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
}

.cta-band {
  color: var(--white);
  background: linear-gradient(120deg, var(--navy), #0a3c87 52%, var(--green));
}

.cta-inner {
  justify-content: space-between;
}

.cta-inner h2 {
  color: var(--white);
}

.cta-inner p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
}

.cta-inner .section-kicker {
  color: var(--yellow);
}

.cta-number {
  width: 100%;
  margin: 2px 0 0;
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  box-shadow: none;
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 62px;
  padding: 16px;
  color: var(--navy);
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-weight: 900;
}

.faq-item button span {
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-left: 14px;
  background: #ecf8ec;
  border-radius: 50%;
}

.faq-item button span::before,
.faq-item button span::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 2px;
  background: var(--green);
  transform: translate(-50%, -50%);
}

.faq-item button span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item button[aria-expanded="true"] span::after {
  display: none;
}

.faq-answer {
  padding: 0 16px 16px;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 58px 0 96px;
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 12% 14%, rgba(37, 211, 102, 0.18), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(249, 182, 26, 0.14), transparent 27%),
    linear-gradient(145deg, #03122e 0%, #061f4b 52%, #052f27 100%);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), transparent);
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.footer-command {
  display: grid;
  gap: 18px;
  align-items: stretch;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.footer-command-copy {
  display: grid;
  align-content: center;
  gap: 12px;
}

.footer-command-copy .section-kicker {
  color: var(--yellow);
}

.footer-command-copy h2 {
  max-width: 620px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.85rem, 5vw, 3.2rem);
  line-height: 1.03;
}

.footer-command-copy p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.footer-command-copy .btn {
  width: fit-content;
  margin-top: 4px;
}

.rfq-terminal {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 320px;
  padding: 14px;
  overflow: hidden;
  color: var(--white);
  background: rgba(3, 17, 45, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.rfq-terminal::before {
  content: "";
  position: absolute;
  inset: -35% -20%;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 24%, rgba(37, 211, 102, 0.16), transparent 56%);
  animation: terminalScan 4.6s linear infinite;
}

.terminal-head,
.terminal-line,
.supplier-meter {
  position: relative;
  z-index: 1;
}

.terminal-head {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.terminal-head span {
  width: 10px;
  height: 10px;
  background: var(--whatsapp);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  animation: networkLivePulse 1.5s ease-in-out infinite;
}

.terminal-head strong {
  flex: 1;
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
}

.terminal-head b {
  padding: 5px 8px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.terminal-line {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 4px 10px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  animation: terminalLinePulse 3.8s ease-in-out infinite;
}

.terminal-line:nth-child(3) {
  animation-delay: -1.2s;
}

.terminal-line:nth-child(4) {
  animation-delay: -2.4s;
}

.terminal-line span {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

.terminal-line strong {
  color: var(--white);
  font-size: 0.92rem;
}

.terminal-line em {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
}

.supplier-meter {
  align-self: end;
  padding: 12px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
}

.supplier-meter div {
  height: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.supplier-meter span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--yellow));
  border-radius: inherit;
  animation: supplierMeter 2.4s ease-in-out infinite;
}

.supplier-meter p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-signal-grid {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.footer-signal-grid article {
  min-height: 130px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
}

.footer-signal-grid span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 12px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 900;
}

.footer-signal-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--white);
  font-weight: 900;
}

.footer-signal-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
}

.footer-bottom {
  display: grid;
  gap: 22px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer img {
  width: 156px;
  height: 68px;
  object-fit: contain;
  padding: 6px;
  background: var(--white);
  border-radius: var(--radius);
}

.site-footer h2 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1rem;
}

.site-footer a {
  color: var(--yellow);
  font-weight: 900;
}

.copyright {
  margin-bottom: 0;
  font-size: 0.9rem;
}

@keyframes terminalScan {
  from {
    transform: translateX(-25%);
  }
  to {
    transform: translateX(25%);
  }
}

@keyframes terminalLinePulse {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.12);
  }
  50% {
    border-color: rgba(37, 211, 102, 0.36);
  }
}

@keyframes supplierMeter {
  0%,
  100% {
    opacity: 0.88;
    transform: scaleX(0.92);
    transform-origin: left;
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

.floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  width: 58px;
  height: 58px;
  color: var(--white);
  background: var(--whatsapp);
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.42);
}

.floating-whatsapp svg {
  width: 28px;
  height: 28px;
}

.live-rfq-feed {
  position: fixed;
  left: 16px;
  bottom: 18px;
  z-index: 46;
  display: grid;
  gap: 8px;
  width: min(318px, calc(100vw - 92px));
  pointer-events: none;
}

.rfq-feed-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 30px;
  padding: 0 10px;
  color: var(--white);
  background: rgba(6, 36, 90, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(6, 36, 90, 0.18);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.rfq-feed-label span {
  width: 8px;
  height: 8px;
  background: var(--whatsapp);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.44);
  animation: networkLivePulse 1.5s ease-in-out infinite;
}

.rfq-feed-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 92px;
  padding: 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-left: 4px solid var(--whatsapp);
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(6, 36, 90, 0.18);
  opacity: 0;
  pointer-events: auto;
  transform: translateX(-22px) translateY(10px) scale(0.98);
  transition: opacity 0.24s ease, transform 0.24s ease;
  backdrop-filter: blur(14px);
}

.rfq-feed-card.is-visible {
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
}

.rfq-feed-card > div {
  min-width: 0;
}

.rfq-avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--navy));
  border: 2px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(6, 36, 90, 0.16);
}

.rfq-avatar span {
  font-size: 1rem;
  font-weight: 900;
}

.rfq-avatar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rfq-avatar img:not([src]),
.rfq-avatar img[src=""] {
  display: none;
}

.rfq-feed-top {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.rfq-feed-top strong {
  min-width: 0;
  overflow: hidden;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rfq-feed-top span {
  padding: 3px 7px;
  color: var(--white);
  background: var(--green);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.rfq-feed-card p {
  margin: 0 0 4px;
  color: #243450;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.3;
}

.rfq-feed-card small {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
}

@media (min-width: 560px) {
  .market-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .steps-grid,
  .benefit-grid,
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 820px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    padding: 10px 28px;
  }

  .brand img {
    width: 60px;
    height: 60px;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .site-nav a {
    padding: 10px 11px;
    font-size: 0.88rem;
  }

  .header-cta {
    display: inline-flex;
  }

  .hero {
    padding-top: 66px;
  }

  .hero-stage {
    grid-template-columns: minmax(250px, 330px) minmax(180px, 1fr) minmax(280px, 330px);
    align-items: end;
    justify-content: space-between;
    min-height: 690px;
  }

  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.55rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-slogan {
    font-size: 0.9rem;
  }

  .hero-copy {
    grid-column: 1;
    align-self: end;
  }

  .top-offer-panel {
    grid-column: 3;
    justify-self: end;
    align-self: end;
  }

  .trust-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .trust-item {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    min-height: 110px;
  }

  .steps-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .network-intel-grid {
    grid-template-columns: minmax(230px, 0.48fr) minmax(0, 1.52fr);
    align-items: stretch;
  }

  .network-grid,
  .whatsapp-grid,
  .faq-grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

  .network-map-card {
    padding: 16px;
  }

  .network-map-stage {
    min-height: 430px;
  }

  .benefit-grid,
  .category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-command {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    padding: 22px;
  }

  .footer-signal-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-bottom {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
  }
}

@media (min-width: 1080px) {
  .hero-stage {
    min-height: 720px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .container {
    width: min(calc(100% - 24px), 390px);
  }

  .site-header {
    grid-template-columns: auto 44px;
    min-height: 66px;
    padding: 8px 12px;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand span {
    font-size: 0.98rem;
  }

  .site-nav {
    inset: 66px 12px auto;
  }

  .hero {
    min-height: 0;
    padding: 16px 0 22px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 38%, rgba(5, 27, 66, 0.12) 100%),
      url("assets/easyborong-hero-final.png") center top / auto 100% no-repeat;
  }

  .hero-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(5, 27, 66, 0.3));
  }

  .hero-stage {
    align-content: end;
    min-height: clamp(540px, calc(100svh - 188px), 640px);
    gap: 10px;
  }

  .hero-slogan span,
  .hero-punch span {
    background: rgba(255, 255, 255, 0.92);
  }

  .hero-slogan span:nth-child(3) {
    background: var(--green);
  }

  .hero-copy {
    width: 100%;
    padding: 12px;
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 34px rgba(6, 36, 90, 0.16);
  }

  .hero-copy h1 {
    font-size: clamp(1.72rem, 8vw, 2rem);
  }

  .hero-slogan {
    gap: 6px;
    margin-bottom: 10px;
    font-size: 0.78rem;
  }

  .hero-slogan span {
    min-height: 28px;
    padding: 0 8px;
  }

  .hero-lead {
    margin-bottom: 12px;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .eyebrow {
    font-size: 0.72rem;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.03;
  }

  h2 {
    font-size: 1.55rem;
    line-height: 1.12;
  }

  .section-head {
    margin-bottom: 20px;
  }

  .section-head p {
    font-size: 0.95rem;
  }

  .top-offer-panel {
    width: 100%;
    padding: 12px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 36px rgba(6, 36, 90, 0.18);
  }

  .offer-title {
    font-size: 0.74rem;
  }

  .offer-list {
    gap: 8px;
  }

  .offer-row {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 52px;
    padding: 8px;
    font-size: 0.82rem;
  }

  .offer-row strong {
    min-height: 28px;
    padding: 0 8px;
    font-size: 0.82rem;
  }

  .offer-row small {
    font-size: 0.66rem;
  }

  .offer-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
  }

  .offer-footer strong {
    width: 100%;
    min-height: 40px;
    font-size: 0.76rem;
  }

  .trust-grid {
    gap: 8px;
  }

  .network-intel-head {
    margin-bottom: 20px;
  }

  .network-intel-head p {
    font-size: 0.95rem;
  }

  .network-intel-copy {
    padding: 16px;
  }

  .network-map-card {
    padding: 10px;
  }

  .network-map-top {
    gap: 8px;
  }

  .network-map-top div,
  .network-map-top span {
    min-height: 30px;
    padding: 0 9px;
    font-size: 0.68rem;
  }

  .network-map-stage {
    min-height: 360px;
    aspect-ratio: auto;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
  }

  .malaysia-network-map {
    min-width: 680px;
    height: 360px;
    min-height: 360px;
  }

  .city-node text {
    font-size: 18px;
  }

  .state-name {
    font-size: 12px;
  }

  .network-floating-metrics {
    inset: auto 8px 8px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .network-floating-metrics span,
  .network-floating-metrics span:nth-child(n) {
    position: static;
    justify-content: center;
    min-height: 25px;
    padding: 0 7px;
    font-size: 0.58rem;
    text-align: center;
    animation: none;
  }

  .route-popover {
    position: fixed;
    right: 12px;
    bottom: 84px;
    left: 12px !important;
    top: auto !important;
    width: auto;
    transform: translateY(14px);
  }

  .route-popover.is-open {
    transform: translateY(0);
  }

  .route-popover dl div {
    grid-template-columns: 68px 1fr;
  }

  .network-cta {
    align-items: stretch;
  }

  .network-cta .btn {
    width: 100%;
  }

  .live-rfq-feed {
    right: 84px;
    left: 12px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    width: auto;
  }

  .rfq-feed-label {
    display: none;
  }

  .rfq-feed-card {
    grid-template-columns: 40px 1fr;
    min-height: 76px;
    padding: 8px;
    border-radius: 10px;
  }

  .rfq-avatar {
    width: 40px;
    height: 40px;
  }

  .rfq-feed-top strong {
    font-size: 0.8rem;
  }

  .rfq-feed-card p {
    font-size: 0.75rem;
  }

  .rfq-feed-card small {
    font-size: 0.65rem;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    width: 58px;
    height: 58px;
  }

  .trust-item {
    min-height: 72px;
    padding: 9px;
  }

  .trust-item span {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .trust-item p {
    font-size: 0.78rem;
    line-height: 1.15;
  }

  .price-ticker {
    margin-right: -12px;
    margin-left: -12px;
    border-radius: 0;
  }

  .ticker-item {
    min-height: 46px;
    padding: 0 15px;
    font-size: 0.82rem;
  }

  .ticker-disclaimer {
    margin-bottom: 18px;
    font-size: 0.78rem;
  }

  .products.section-pad {
    padding-top: 18px;
  }

  .products .section-head {
    margin-bottom: 14px;
  }

  .trade-grid {
    display: flex;
    gap: 12px;
    margin-right: -12px;
    margin-left: -12px;
    padding: 0 12px 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .trade-grid::-webkit-scrollbar {
    display: none;
  }

  .trade-card {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

  .trade-card img {
    height: 132px;
  }

  .trade-card h3 {
    min-height: 42px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 0;
  }

  .dashboard-head,
  .quote-row {
    grid-template-columns: 1fr;
  }

  .dashboard-head {
    display: grid;
    gap: 4px;
  }

  .hero-image-card {
    height: 220px;
  }

  .hero-image-card figcaption {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 24px, 1140px);
  }

  .site-header {
    gap: 10px;
    padding-inline: 12px;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .brand span {
    font-size: 0.94rem;
  }

  h1 {
    font-size: 1.9rem;
  }

  h2 {
    font-size: 1.56rem;
  }

  .section-pad {
    padding: 56px 0;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }
}
