@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap");

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://urlifebikes.co.uk/cdn/fonts/work_sans/worksans_n4.b7973b3d07d0ace13de1b1bea9c45759cdbe12cf.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://urlifebikes.co.uk/cdn/fonts/work_sans/worksans_n7.e2cf5bd8f2c7e9d30c030f9ea8eafc69f5a92f7b.woff2") format("woff2");
}

:root {
  --manta-ink: #0B0F17;
  --manta-night: #06090E;
  --manta-body: #374151;
  --manta-muted: #6B7280;
  --manta-light-muted: #9CA3AF;
  --manta-border: #E5E7EB;
  --manta-border-light: rgba(229, 231, 235, 0.8);
  --manta-soft: #F8FAFC;
  --manta-soft-alt: #F1F5F9;
  --manta-panel: #FFFFFF;
  --manta-emerald: #065F46;
  --manta-emerald-hover: #047857;
  --manta-emerald-light: #ECFDF5;
  --manta-emerald-border: #A7F3D0;
  --manta-amber: #F59E0B;
  --manta-sale: #DC2626;
  --manta-blue: #2563EB;
  --manta-primary: #0F172A;
  --manta-primary-hover: #1E293B;
  --manta-radius-sm: 8px;
  --manta-radius-md: 14px;
  --manta-radius-lg: 20px;
  --manta-radius-pill: 9999px;
  --manta-shadow-xs: 0 1px 3px rgba(0,0,0,0.05);
  --manta-shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);
  --manta-shadow-md: 0 12px 30px -6px rgba(0, 0, 0, 0.08), 0 4px 12px -2px rgba(0, 0, 0, 0.03);
  --manta-shadow-lg: 0 20px 45px -10px rgba(0, 0, 0, 0.12), 0 8px 20px -4px rgba(0, 0, 0, 0.04);
  --manta-shadow-glow: 0 0 60px rgba(6, 95, 70, 0.12);
  --manta-max: 1240px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--manta-ink);
  background: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.drawer-open,
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; transition: color 0.2s ease, opacity 0.2s ease; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--manta-emerald); outline-offset: 3px; }

h1, h2, h3, h4, h5, h6, .manta-logo span {
  font-family: "Outfit", "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.02em;
}

.manta-shell { min-height: 100vh; display: flex; flex-direction: column; }
.manta-main { flex: 1; }
.manta-container { max-width: var(--manta-max); margin: 0 auto; padding: 0 24px; }
.manta-section { padding: 76px 0; position: relative; }
.manta-section--soft { background: var(--manta-soft); border-block: 1px solid var(--manta-border); }
.manta-section--dark { background: var(--manta-night); color: #ffffff; }

.manta-kicker {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--manta-emerald);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.manta-kicker--light { color: #34D399; }

.manta-lead {
  margin: 0;
  color: var(--manta-body);
  font-size: 18px;
  line-height: 1.65;
  max-width: 720px;
}
.manta-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}
.manta-section__head h2 {
  margin: 0;
  font-size: clamp(30px, 4.2vw, 46px);
  line-height: 1.1;
  max-width: 760px;
  font-weight: 700;
  color: var(--manta-ink);
}
.manta-section__head--center {
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.manta-section__head--center h2 { max-width: 700px; margin-inline: auto; }

/* ── Top Announcement Bars ────────────────────────────────────────── */
.manta-topbar {
  background: linear-gradient(90deg, #064E3B 0%, #065F46 50%, #047857 100%);
  color: #ffffff;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  gap: 12px;
}
.manta-topbar-pill {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--manta-radius-pill);
  padding: 2px 10px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.manta-topbar-pill:hover {
  background: #ffffff;
  color: var(--manta-emerald);
  transform: translateY(-1px);
}

.manta-delivery-bar {
  background: #F8FAFC;
  color: #334155;
  border-bottom: 1px solid var(--manta-border);
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  font-size: 12.5px;
  font-weight: 500;
}
.manta-delivery-bar__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.manta-delivery-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.manta-delivery-item svg {
  width: 14px;
  height: 14px;
  stroke: var(--manta-emerald);
  stroke-width: 2;
  fill: none;
}

/* ── Sticky Header ────────────────────────────────────────────────── */
.manta-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(229, 231, 235, 0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.25s ease;
}
.manta-header__inner {
  max-width: var(--manta-max);
  margin: 0 auto;
  min-height: 74px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.manta-logo {
  justify-self: center;
  display: inline-grid;
  gap: 2px;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.manta-logo span:first-child {
  font-size: 20px;
  line-height: 1.1;
  color: var(--manta-ink);
}
.manta-logo small {
  color: var(--manta-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.manta-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  min-width: 0;
}
.manta-nav a,
.manta-menu-summary {
  padding: 8px 12px;
  border-radius: var(--manta-radius-sm);
  background: transparent;
  color: var(--manta-ink);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  list-style: none;
  transition: background 0.18s ease, color 0.18s ease;
  border: 0;
}
.manta-nav a:hover,
.manta-menu-summary:hover {
  background: var(--manta-soft-alt);
  color: var(--manta-emerald);
}
.manta-menu-group { position: relative; }
.manta-menu-group summary::-webkit-details-marker { display: none; }
.manta-menu-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 260px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-md);
  box-shadow: var(--manta-shadow-lg);
  display: grid;
  gap: 2px;
  animation: mantaFadeDown 0.18s ease;
  z-index: 60;
}
@keyframes mantaFadeDown {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
.manta-menu-panel a {
  padding: 10px 12px;
  font-size: 13.5px;
  border-radius: var(--manta-radius-sm);
  color: var(--manta-ink);
  font-weight: 500;
}
.manta-menu-panel a:hover { background: var(--manta-soft); color: var(--manta-emerald); }

.manta-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.manta-icon {
  width: 42px;
  height: 42px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: var(--manta-radius-pill);
  display: inline-grid;
  place-items: center;
  position: relative;
  color: var(--manta-ink);
  transition: all 0.18s ease;
}
.manta-icon:hover {
  background: var(--manta-soft-alt);
  border-color: var(--manta-border);
  color: var(--manta-emerald);
}
.manta-icon svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.8; fill: none; }
.manta-count {
  position: absolute;
  right: 2px;
  top: 2px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--manta-emerald);
  color: #ffffff;
  font-size: 10.5px;
  display: grid;
  place-items: center;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(6, 95, 70, 0.3);
}
.manta-menu-toggle { display: none; justify-self: start; }
.manta-mobile-nav {
  display: none;
  border-top: 1px solid var(--manta-border);
  padding: 14px 20px 24px;
  background: #ffffff;
}
.manta-mobile-nav a {
  display: block;
  padding: 12px 6px;
  font-weight: 600;
  font-size: 14.5px;
  border-bottom: 1px solid var(--manta-border);
  color: var(--manta-ink);
}

/* ── Hero Section ─────────────────────────────────────────────────── */
.manta-hero {
  background: radial-gradient(ellipse at top right, rgba(6, 95, 70, 0.05) 0%, #ffffff 65%);
  border-bottom: 1px solid var(--manta-border);
  position: relative;
  overflow: hidden;
}
.manta-hero::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.manta-hero__inner {
  max-width: var(--manta-max);
  margin: 0 auto;
  padding: 56px 24px 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 1.1fr);
  gap: 48px;
  align-items: center;
}
.manta-hero h1 {
  margin: 0 0 18px;
  max-width: 640px;
  font-size: clamp(40px, 5.2vw, 64px);
  line-height: 1.05;
  font-weight: 800;
  color: var(--manta-ink);
}
.manta-hero p {
  margin: 0 0 24px;
  max-width: 560px;
  color: var(--manta-body);
  font-size: 18.5px;
  line-height: 1.6;
}

.manta-social-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--manta-soft);
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-pill);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}
.manta-stars-row {
  color: var(--manta-amber);
  display: inline-flex;
  gap: 2px;
}
.manta-stars-row svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.manta-hero-offer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 190px));
  gap: 12px;
  margin: 0 0 24px;
}
.manta-hero-offer > div {
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-md);
  padding: 14px 16px;
  background: #ffffff;
  box-shadow: var(--manta-shadow-xs);
  position: relative;
  transition: all 0.2s ease;
}
.manta-hero-offer > div:hover {
  border-color: var(--manta-emerald);
  transform: translateY(-2px);
  box-shadow: var(--manta-shadow-sm);
}
.manta-hero-offer strong {
  display: block;
  font-size: 26px;
  line-height: 1.1;
  font-family: "Outfit", sans-serif;
  color: var(--manta-ink);
}
.manta-hero-offer span {
  display: block;
  margin-top: 4px;
  color: var(--manta-muted);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.manta-hero-offer .promo-box {
  background: var(--manta-emerald-light);
  border-color: var(--manta-emerald-border);
}
.manta-hero-offer .promo-box strong { color: var(--manta-emerald); }
.manta-hero-offer .promo-box span { color: var(--manta-emerald); }

.manta-hero-checks {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  font-weight: 600;
  font-size: 14.5px;
  color: var(--manta-ink);
}
.manta-hero-checks li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.manta-hero-checks li svg {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--manta-emerald-light);
  stroke: var(--manta-emerald);
  stroke-width: 2.5;
  padding: 3px;
  flex-shrink: 0;
}

.manta-hero__media-wrapper {
  position: relative;
  display: grid;
  place-items: center;
}
.manta-hero__media {
  min-height: 480px;
  width: 100%;
  background: radial-gradient(circle at center, #FFFFFF 0%, #F8FAFC 100%);
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-lg);
  box-shadow: var(--manta-shadow-md);
  position: relative;
  transition: box-shadow 0.3s ease;
}
.manta-hero__media:hover {
  box-shadow: var(--manta-shadow-lg);
}
.manta-hero__media img {
  width: 100%;
  height: 100%;
  max-height: 440px;
  object-fit: contain;
  padding: 32px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.manta-hero__media:hover img {
  transform: scale(1.035);
}

.manta-float-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-pill);
  padding: 8px 16px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--manta-ink);
  box-shadow: var(--manta-shadow-md);
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
  animation: mantaFloat 4s ease-in-out infinite alternate;
}
.manta-float-badge--top { top: 20px; left: -10px; }
.manta-float-badge--bottom { bottom: 20px; right: -10px; animation-delay: 2s; }
@keyframes mantaFloat {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-8px); }
}

/* ── Buttons ──────────────────────────────────────────────────────── */
.manta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 12px 24px;
  border-radius: var(--manta-radius-pill);
  border: 1px solid transparent;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 14.5px;
  text-align: center;
  letter-spacing: 0.01em;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--manta-shadow-xs);
}
.manta-btn--primary {
  background: var(--manta-primary);
  color: #ffffff;
  border-color: var(--manta-primary);
}
.manta-btn--primary:hover {
  background: var(--manta-emerald);
  border-color: var(--manta-emerald);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(6, 95, 70, 0.25);
}
.manta-btn--secondary {
  background: #ffffff;
  color: var(--manta-ink);
  border-color: var(--manta-border);
}
.manta-btn--secondary:hover {
  background: var(--manta-soft-alt);
  border-color: var(--manta-muted);
  transform: translateY(-1px);
}
.manta-btn--text {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  min-height: 44px;
  padding-inline: 12px;
  color: var(--manta-ink);
  font-weight: 600;
}
.manta-btn--text:hover {
  color: var(--manta-emerald);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.manta-btn[disabled] { opacity: 0.55; cursor: not-allowed; transform: none !important; }
.manta-cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ── Trust Reassurance Grid ───────────────────────────────────────── */
.manta-trust-strip {
  border-bottom: 1px solid var(--manta-border);
  background: #ffffff;
  padding: 24px 0;
}
.manta-trust-strip .manta-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.manta-trust-card {
  padding: 16px 20px;
  background: var(--manta-soft);
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-md);
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.2s ease;
}
.manta-trust-card:hover {
  background: #ffffff;
  border-color: var(--manta-emerald);
  box-shadow: var(--manta-shadow-sm);
  transform: translateY(-2px);
}
.manta-trust-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--manta-emerald-light);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.manta-trust-card__icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--manta-emerald);
  stroke-width: 2;
  fill: none;
}
.manta-trust-card strong {
  display: block;
  font-size: 14.5px;
  color: var(--manta-ink);
  font-weight: 700;
}
.manta-trust-card span {
  display: block;
  color: var(--manta-muted);
  font-size: 12.5px;
  margin-top: 2px;
}

/* ── Social Proof & Pillars ───────────────────────────────────────── */
.manta-social-proof {
  padding: 36px 0 0;
  background: #ffffff;
}
.manta-social-proof__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-md);
  padding: 16px 24px;
  margin-bottom: 20px;
  background: var(--manta-soft);
}
.manta-social-proof__head strong {
  font-size: 19px;
  font-family: "Outfit", sans-serif;
  color: var(--manta-ink);
}
.manta-quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.manta-quote-grid figure {
  margin: 0;
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-md);
  padding: 24px;
  background: #ffffff;
  box-shadow: var(--manta-shadow-xs);
  transition: all 0.2s ease;
}
.manta-quote-grid figure:hover {
  transform: translateY(-3px);
  box-shadow: var(--manta-shadow-md);
  border-color: var(--manta-emerald-border);
}
.manta-quote-grid blockquote {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  color: var(--manta-ink);
}
.manta-quote-grid figcaption {
  color: var(--manta-body);
  font-size: 14px;
  line-height: 1.55;
}

/* ── Product Grid Showcase ────────────────────────────────────────── */
.manta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.manta-card {
  background: #ffffff;
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-lg);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--manta-shadow-xs);
}
.manta-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--manta-shadow-lg);
  border-color: rgba(6, 95, 70, 0.3);
}
.manta-card__media {
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle at center, #FFFFFF 0%, #F8FAFC 100%);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--manta-border);
}
.manta-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 26px;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.manta-card:hover .manta-card__media img {
  transform: scale(1.06);
}
.manta-card__badge {
  position: absolute;
  left: 14px;
  top: 14px;
  background: var(--manta-sale);
  color: #ffffff;
  padding: 4px 10px;
  border-radius: var(--manta-radius-pill);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
  z-index: 2;
}
.manta-card__badge--tag {
  background: var(--manta-primary);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.2);
}
.manta-card__badge--emerald {
  background: var(--manta-emerald);
  box-shadow: 0 2px 8px rgba(6, 95, 70, 0.25);
}

.manta-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.manta-card h2,
.manta-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--manta-ink);
}
.manta-card h3 a:hover { color: var(--manta-emerald); }
.manta-card p {
  color: var(--manta-muted);
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
}
.manta-card__rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
}
.manta-card__stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--manta-amber);
}
.manta-card__stars svg { width: 13px; height: 13px; fill: currentColor; }
.manta-card__stock {
  color: var(--manta-emerald);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.manta-card__stock::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--manta-emerald);
}

.manta-card__features {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
  color: var(--manta-body);
  font-size: 12.5px;
}
.manta-card__features li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.manta-card__features li::before {
  content: "✓";
  color: var(--manta-emerald);
  font-weight: 800;
}

.manta-card__price {
  margin-top: auto;
  padding-top: 12px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-weight: 800;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  color: var(--manta-ink);
}
.manta-card__price s {
  color: var(--manta-light-muted);
  font-size: 14px;
  font-weight: 500;
}
.manta-card__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 8px;
}
.manta-card__actions .manta-btn {
  min-height: 44px;
  padding: 10px 16px;
  font-size: 13.5px;
}
.manta-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  font-weight: 600;
  font-size: 13px;
  color: var(--manta-muted);
}
.manta-card__link:hover { color: var(--manta-emerald); }

/* ── Split Feature Spotlight ──────────────────────────────────────── */
.manta-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 48px;
  align-items: center;
}
.manta-split h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.1;
  font-weight: 800;
}
.manta-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.manta-benefit-card {
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-md);
  padding: 20px;
  background: #ffffff;
  transition: all 0.2s ease;
  box-shadow: var(--manta-shadow-xs);
}
.manta-benefit-card:hover {
  border-color: var(--manta-emerald);
  transform: translateY(-2px);
  box-shadow: var(--manta-shadow-sm);
}
.manta-benefit-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--manta-emerald-light);
  display: grid;
  place-items: center;
  color: var(--manta-emerald);
}
.manta-benefit-icon svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 2.2; fill: none; }
.manta-benefit-card strong {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  color: var(--manta-ink);
}
.manta-benefit-card p {
  margin: 6px 0 0;
  color: var(--manta-muted);
  font-size: 13.5px;
  line-height: 1.5;
}

.manta-lifestyle-card {
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-lg);
  background: radial-gradient(circle at center, #FFFFFF 0%, #F8FAFC 100%);
  box-shadow: var(--manta-shadow-md);
  overflow: hidden;
  display: grid;
}
.manta-lifestyle-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 32px;
  transition: transform 0.35s ease;
}
.manta-lifestyle-card:hover img { transform: scale(1.03); }
.manta-lifestyle-card div {
  border-top: 1px solid var(--manta-border);
  background: #ffffff;
  padding: 22px;
}
.manta-lifestyle-card strong {
  display: block;
  font-size: 17px;
  font-family: "Outfit", sans-serif;
  color: var(--manta-ink);
}
.manta-lifestyle-card span {
  display: block;
  color: var(--manta-muted);
  font-size: 13.5px;
  margin-top: 4px;
}

/* ── "Shop by Sleep Need" ─────────────────────────────────────────── */
.manta-needs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.manta-need {
  background: #ffffff;
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-md);
  min-height: 160px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 120px 1fr;
  transition: all 0.25s ease;
  box-shadow: var(--manta-shadow-xs);
}
.manta-need:hover {
  transform: translateY(-3px);
  border-color: var(--manta-emerald);
  box-shadow: var(--manta-shadow-md);
}
.manta-need__media {
  background: radial-gradient(circle at center, #FFFFFF 0%, #F8FAFC 100%);
  display: grid;
  place-items: center;
  border-right: 1px solid var(--manta-border);
}
.manta-need__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  transition: transform 0.25s ease;
}
.manta-need:hover .manta-need__media img { transform: scale(1.08); }
.manta-need > div {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.manta-need strong {
  display: block;
  font-size: 19px;
  font-family: "Outfit", sans-serif;
  color: var(--manta-ink);
  margin-bottom: 4px;
}
.manta-need p {
  color: var(--manta-muted);
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.45;
}
.manta-need .manta-card__link {
  font-size: 13px;
  font-weight: 700;
  color: var(--manta-emerald);
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.manta-need .manta-card__link:hover { text-decoration: underline; }

/* ── Interactive Comparison Matrix ────────────────────────────────── */
.manta-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-lg);
  background: #ffffff;
  box-shadow: var(--manta-shadow-md);
}
.manta-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.manta-compare-table th,
.manta-compare-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--manta-border);
  vertical-align: middle;
  text-align: center;
}
.manta-compare-table thead th {
  background: var(--manta-soft);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--manta-muted);
}
.manta-compare-table th:first-child,
.manta-compare-table td:first-child { text-align: left; }
.manta-compare-product {
  display: inline-grid;
  grid-template-columns: 52px auto;
  gap: 14px;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  color: var(--manta-ink);
}
.manta-compare-product img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  background: var(--manta-soft);
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-sm);
  padding: 4px;
}
.manta-compare-table .check-yes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--manta-emerald-light);
  color: var(--manta-emerald);
  font-weight: 800;
}
.manta-compare-table .check-dash {
  color: var(--manta-light-muted);
  font-size: 18px;
}

/* ── Blackout Proof & Demo ────────────────────────────────────────── */
.manta-demo {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 48px;
  align-items: center;
}
.manta-demo h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.1;
  font-weight: 800;
}
.manta-demo__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.manta-demo-card {
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-md);
  background: #ffffff;
  overflow: hidden;
  box-shadow: var(--manta-shadow-sm);
}
.manta-demo-card--manta {
  border-color: var(--manta-emerald);
  box-shadow: 0 8px 24px rgba(6, 95, 70, 0.15);
}
.manta-demo-card__media {
  background: var(--manta-soft);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  padding: 24px;
}
.manta-demo-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.manta-demo-card__body {
  padding: 18px;
  border-top: 1px solid var(--manta-border);
}
.manta-demo-card__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--manta-muted);
  margin-bottom: 4px;
}
.manta-demo-card--manta .manta-demo-card__tag { color: var(--manta-emerald); }
.manta-demo-card strong {
  display: block;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  color: var(--manta-ink);
}

/* ── Verified Customer Reviews ────────────────────────────────────── */
.manta-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}
.manta-review-card {
  background: #ffffff;
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-md);
  padding: 26px;
  box-shadow: var(--manta-shadow-xs);
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}
.manta-review-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--manta-shadow-md);
  border-color: rgba(6, 95, 70, 0.3);
}
.manta-review-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.manta-review-card__stars {
  color: var(--manta-amber);
  display: inline-flex;
  gap: 2px;
}
.manta-review-card__stars svg { width: 14px; height: 14px; fill: currentColor; }
.manta-review-card__verified {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--manta-emerald);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--manta-emerald-light);
  padding: 3px 8px;
  border-radius: var(--manta-radius-pill);
}
.manta-review-card h3 {
  margin: 0 0 10px;
  font-size: 16.5px;
  font-weight: 700;
  color: var(--manta-ink);
}
.manta-review-card p {
  margin: 0 0 18px;
  color: var(--manta-body);
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
}
.manta-review-card__author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--manta-border);
  padding-top: 14px;
  font-size: 12.5px;
}
.manta-review-card__name {
  font-weight: 700;
  color: var(--manta-ink);
}
.manta-review-card__loc {
  color: var(--manta-muted);
}

/* ── FAQ Accordion ────────────────────────────────────────────────── */
.manta-faq {
  display: grid;
  gap: 12px;
  max-width: 820px;
  margin: 28px auto 0;
}
.manta-faq details {
  background: #ffffff;
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-md);
  padding: 20px 24px;
  transition: all 0.2s ease;
}
.manta-faq details[open] {
  border-color: var(--manta-emerald);
  box-shadow: var(--manta-shadow-sm);
}
.manta-faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 16.5px;
  color: var(--manta-ink);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.manta-faq summary::-webkit-details-marker { display: none; }
.manta-faq summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  color: var(--manta-muted);
  transition: transform 0.2s ease;
}
.manta-faq details[open] summary::after {
  content: "−";
  color: var(--manta-emerald);
}
.manta-faq p {
  margin: 14px 0 0;
  color: var(--manta-body);
  font-size: 14.5px;
  line-height: 1.65;
}

/* ── Final Night CTA Banner ───────────────────────────────────────── */
.manta-final-cta {
  background: linear-gradient(180deg, #090D16 0%, #04070D 100%);
  color: #ffffff;
  padding: 84px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.manta-final-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.manta-final-cta h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.1;
  font-weight: 800;
  color: #ffffff;
}
.manta-final-cta p {
  max-width: 600px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.6;
}
.manta-final-cta .manta-btn--primary {
  background: #ffffff;
  color: var(--manta-ink);
  border-color: #ffffff;
}
.manta-final-cta .manta-btn--primary:hover {
  background: var(--manta-emerald-light);
  color: var(--manta-emerald);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

/* ── Footer ───────────────────────────────────────────────────────── */
.manta-footer {
  background: #06090E;
  color: #ffffff;
  padding: 68px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.manta-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 36px;
}
.manta-footer a,
.manta-footer p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13.5px;
  line-height: 1.6;
}
.manta-footer a:hover { color: #ffffff; }
.manta-footer h2,
.manta-footer h3 {
  color: #ffffff;
  margin-top: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.manta-footer h2 { font-size: 18px; text-transform: none; }
.manta-footer nav { display: grid; gap: 10px; }
.manta-footer__bottom {
  color: rgba(255, 255, 255, 0.45);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 48px;
  padding-top: 24px;
  font-size: 12.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* ── Cart Drawer & Modals ─────────────────────────────────────────── */
.manta-drawer,
.manta-modal,
.manta-discount-popup { position: fixed; inset: 0; z-index: 80; pointer-events: none; }
.manta-drawer__shade,
.manta-modal__shade,
.manta-discount-popup__shade {
  position: absolute;
  inset: 0;
  background: rgba(11, 15, 23, 0.6);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.manta-drawer__panel,
.manta-modal__panel,
.manta-discount-card {
  position: absolute;
  right: 0;
  top: 0;
  width: min(100%, 460px);
  height: 100%;
  background: #ffffff;
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  display: grid;
  grid-template-rows: auto 1fr auto;
  box-shadow: var(--manta-shadow-lg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.manta-drawer.is-open,
.manta-modal.is-open,
.manta-discount-popup.is-open { pointer-events: auto; }
.manta-drawer.is-open .manta-drawer__shade,
.manta-modal.is-open .manta-modal__shade,
.manta-discount-popup.is-open .manta-discount-popup__shade { opacity: 1; }
.manta-drawer.is-open .manta-drawer__panel,
.manta-modal.is-open .manta-modal__panel {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.manta-discount-popup.is-open .manta-discount-card { transform: translate(-50%, -50%); }

.manta-drawer__head,
.manta-drawer__foot,
.manta-modal__head {
  padding: 20px 24px;
  border-bottom: 1px solid var(--manta-border);
}
.manta-drawer__foot { border-top: 1px solid var(--manta-border); border-bottom: 0; background: var(--manta-soft); }
.manta-drawer__head,
.manta-modal__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.manta-close {
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-pill);
  background: #ffffff;
  width: 36px;
  height: 36px;
  font-size: 16px;
  display: grid;
  place-items: center;
  transition: all 0.18s ease;
}
.manta-close:hover { background: var(--manta-soft); border-color: var(--manta-muted); }

.manta-cart-lines { overflow: auto; padding: 20px 24px; display: grid; gap: 16px; align-content: start; }
.manta-cart-item {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 14px;
  align-items: start;
  border-bottom: 1px solid var(--manta-border);
  padding-bottom: 16px;
}
.manta-cart-item img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  background: var(--manta-soft);
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-sm);
}
.manta-cart-item h3 { margin: 0 0 4px; font-size: 14.5px; font-weight: 700; }
.manta-cart-meta { color: var(--manta-muted); font-size: 12.5px; }
.manta-cart-actions { display: flex; gap: 8px; align-items: center; margin-top: 8px; }
.manta-cart-actions button {
  border: 1px solid var(--manta-border);
  background: #ffffff;
  border-radius: var(--manta-radius-sm);
  min-height: 30px;
  padding: 3px 10px;
  font-size: 12.5px;
  font-weight: 600;
}
.manta-summary-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  font-size: 15px;
}
.manta-summary-line strong { font-size: 19px; font-family: "Outfit", sans-serif; }

.manta-search {
  width: min(100%, 520px);
  min-height: 48px;
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-pill);
  padding: 0 20px;
  background: #ffffff;
  transition: border-color 0.2s ease;
}
.manta-search:focus { border-color: var(--manta-emerald); }

.manta-discount-card {
  left: 50%;
  top: 50%;
  right: auto;
  width: min(92vw, 720px);
  height: auto;
  max-height: 90vh;
  border-radius: var(--manta-radius-lg);
  transform: translate(-50%, calc(-50% + 20px));
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  grid-template-rows: auto;
  overflow: hidden;
  border: 1px solid var(--manta-border);
}
.manta-discount-popup.is-open .manta-discount-card { opacity: 1; visibility: visible; pointer-events: auto; }
.manta-discount-card__media { background: radial-gradient(circle at center, #FFFFFF 0%, #F8FAFC 100%); min-height: 380px; display: grid; place-items: center; }
.manta-discount-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 24px; }
.manta-discount-card__body { padding: 36px; position: relative; display: grid; align-content: center; gap: 14px; }
.manta-discount-card h2 { margin: 0; font-size: clamp(28px, 3.5vw, 42px); line-height: 1.1; font-weight: 800; }
.manta-discount-card p { margin: 0; color: var(--manta-body); font-size: 14.5px; }
.manta-discount-form { display: grid; gap: 10px; }
.manta-discount-form input {
  min-height: 48px;
  border: 1px solid var(--manta-border);
  border-radius: var(--manta-radius-pill);
  padding: 0 18px;
}
.manta-discount-code {
  display: inline-flex;
  width: fit-content;
  background: var(--manta-emerald-light);
  border: 1px dashed var(--manta-emerald);
  color: var(--manta-emerald);
  padding: 8px 14px;
  border-radius: var(--manta-radius-pill);
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* ── Toast Feedback ───────────────────────────────────────────────── */
.manta-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 18px);
  background: #0B0F17;
  color: #ffffff;
  border-radius: var(--manta-radius-pill);
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 100;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  gap: 8px;
}
.manta-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Floating Review Tab adjustment (prevent mobile collision) */
.manta-review-tab {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 45;
  border: 1px solid var(--manta-border);
  background: #ffffff;
  color: var(--manta-ink);
  padding: 8px 14px;
  border-radius: var(--manta-radius-pill);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: var(--manta-shadow-md);
  transition: all 0.2s ease;
}
.manta-review-tab:hover {
  background: var(--manta-primary);
  color: #ffffff;
}

/* ── Responsive Queries ───────────────────────────────────────────── */
@media (max-width: 1060px) {
  .manta-header__inner { grid-template-columns: auto 1fr auto; }
  .manta-menu-toggle { display: inline-grid; }
  .manta-logo { justify-self: center; }
  .manta-nav { display: none; }
  .manta-mobile-nav.is-open { display: block; }
  .manta-hero__inner,
  .manta-split,
  .manta-demo { grid-template-columns: 1fr; }
  .manta-hero__media { min-height: 380px; }
  .manta-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .manta-needs { grid-template-columns: 1fr; }
  .manta-trust-strip .manta-container,
  .manta-quote-grid,
  .manta-reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .manta-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .manta-topbar { min-height: 36px; font-size: 12px; }
  .manta-header__inner { padding: 0 16px; min-height: 64px; gap: 8px; }
  .manta-logo span:first-child { font-size: 15px; letter-spacing: 0.08em; }
  .manta-logo small { display: none; }
  .manta-hero__inner { padding: 36px 16px 44px; }
  .manta-hero h1 { font-size: 38px; }
  .manta-hero p { font-size: 16.5px; }
  .manta-hero-offer,
  .manta-trust-strip .manta-container,
  .manta-quote-grid,
  .manta-benefit-grid,
  .manta-demo__grid,
  .manta-reviews-grid,
  .manta-grid { grid-template-columns: 1fr; }
  .manta-section { padding: 48px 0; }
  .manta-section__head { display: block; }
  .manta-section__head h2 { font-size: 30px; }
  .manta-need { grid-template-columns: 100px 1fr; }
  .manta-need strong { font-size: 17px; }
  .manta-footer__grid { grid-template-columns: 1fr; gap: 24px; }
  .manta-compare-table { min-width: 0; }
  .manta-compare-table,
  .manta-compare-table tbody,
  .manta-compare-table tr,
  .manta-compare-table th,
  .manta-compare-table td { display: block; width: 100%; text-align: left; }
  .manta-compare-table th { border-bottom: 0; padding-bottom: 6px; }
  .manta-compare-table td { padding-top: 6px; }
  .manta-discount-card { grid-template-columns: 1fr; overflow: auto; }
  .manta-discount-card__media { min-height: 220px; }
  .manta-discount-card__body { padding: 24px; }
}
