:root {
  --bg: #d9e2e0;
  --bg-alt: #eff5f3;
  --bg-deep: #b8c9c5;
  --panel: rgba(255, 255, 255, 0.06);
  --panel-strong: rgba(255, 255, 255, 0.11);
  --text: #18202a;
  --text-strong: #0f141b;
  --muted: rgba(42, 52, 65, 0.72);
  --line: rgba(15, 20, 27, 0.1);
  --line-strong: rgba(15, 20, 27, 0.18);
  --teal: #0f766e;
  --teal-soft: #1c8b83;
  --cyan: #7bc7c0;
  --amber: #bb8a3c;
  --rose: #8d4f5f;
  --shadow: 0 26px 80px rgba(29, 53, 63, 0.16);
  --shadow-xl: 0 42px 120px rgba(20, 44, 54, 0.24);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.58), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(123, 199, 192, 0.18), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(187, 138, 60, 0.12), transparent 28%),
    linear-gradient(180deg, #f9fbfa 0%, #edf4f2 34%, #d9e4e1 68%, var(--bg-deep) 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: -1;
  filter: blur(24px);
}

body::before {
  top: 8%;
  left: -8%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

body::after {
  right: -6%;
  bottom: 18%;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(123, 199, 192, 0.24);
}

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

button,
input,
textarea {
  font: inherit;
}

select {
  font: inherit;
}

ul {
  list-style: none;
}

.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;
}

.site-wrap {
  position: relative;
  overflow: hidden;
}

.announcement-bar {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.42));
  backdrop-filter: blur(18px);
}

.announcement-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.announcement-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #1c232c;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 20, 27, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 20, 27, 0.03) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 82%);
  pointer-events: none;
}

.site-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 255, 255, 0.36), transparent 14%),
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.24), transparent 12%);
  pointer-events: none;
}

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

.narrow {
  max-width: 920px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(15, 20, 27, 0.08);
  box-shadow: 0 14px 40px rgba(148, 163, 184, 0.22);
}

.nav-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0;
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(214, 219, 225, 0.34);
  background: linear-gradient(135deg, rgba(214, 219, 225, 0.28), rgba(154, 164, 175, 0.12));
  color: var(--teal-soft);
  font-weight: 800;
  letter-spacing: 0.16em;
}

.brand-logo {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.brand-text,
.hero-copy h1,
.section-head h2,
.newsletter-card h2,
.page-hero h1,
.support-panel h2,
.deal-large h2,
.about-panel h2,
.contact-card h2 {
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.brand-text {
  font-size: 1.24rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: var(--text);
}

.menu-toggle span + span {
  margin-top: 6px;
}

.site-nav {
  display: inline-flex;
  gap: 28px;
  color: rgba(31, 41, 55, 0.72);
}

.site-nav a {
  position: relative;
  transition: color 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.active {
  color: var(--text);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cart-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(226, 232, 240, 0.55));
  color: var(--text);
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 12px 30px rgba(148, 163, 184, 0.14);
}

.cart-pill span:last-child {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.12);
  color: var(--teal);
}

.text-link {
  color: rgba(31, 41, 55, 0.7);
}

.primary-link,
.button,
.product-footer button,
.signup-form button,
.contact-form button {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.primary-link {
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff, #d8ebe7 48%, #b8d6ce 100%);
  color: #111317;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(22, 62, 67, 0.16);
}

.primary-link:hover,
.button:hover,
.product-footer button:hover,
.signup-form button:hover,
.contact-form button:hover {
  transform: translateY(-2px);
}

.hero-section,
.feature-section,
.catalog-section,
.support-section,
.newsletter-section,
.deal-section,
.about-section,
.contact-section {
  padding: 112px 0;
}

.hero-grid,
.support-grid,
.deal-grid,
.about-grid,
.contact-grid {
  display: grid;
  gap: 36px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  align-items: center;
  min-height: calc(100vh - 104px);
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.hero-kicker span {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(15, 20, 27, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.eyebrow {
  margin-bottom: 22px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-copy h1,
.page-hero h1 {
  font-size: clamp(3.5rem, 8vw, 6.6rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  color: var(--text-strong);
}

.page-hero h1 {
  font-size: clamp(2.9rem, 5.2vw, 4.8rem);
  line-height: 0.97;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  text-shadow: 0 10px 26px rgba(255, 255, 255, 0.35);
}

.lead {
  margin-top: 28px;
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.9;
  max-width: 52ch;
}

.center {
  text-align: center;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.button-primary,
.product-footer button,
.signup-form button,
.contact-form button {
  background: linear-gradient(135deg, #ffffff, #d8ece7 50%, #a7cbc1 100%);
  color: #101317;
  box-shadow: 0 18px 38px rgba(22, 62, 67, 0.16);
}

.button-secondary {
  border-color: var(--line-strong);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(226, 232, 240, 0.42));
  backdrop-filter: blur(10px);
}

.stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 48px;
}

.stat-row article {
  min-width: 150px;
  padding: 18px 20px;
  border: 1px solid rgba(15, 20, 27, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(226, 232, 240, 0.44));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 14px 30px rgba(148, 163, 184, 0.12);
}

.stat-row strong {
  display: block;
  margin-bottom: 6px;
  color: var(--teal);
  font-size: 1.7rem;
}

.stat-row span,
.info-card p,
.product-text,
.support-panel p,
.mini-panel p,
.story-panel p,
.timeline-card p,
.testimonial-card p,
.faq-answer p,
.quick-card p,
.metric-card p,
.spotlight-card p,
.newsletter-card p,
.deal-card p,
.about-panel p,
.contact-card p,
.footer-copy {
  color: var(--muted);
  line-height: 1.75;
}

.hero-visual {
  min-height: 700px;
}

.device-stage,
.newsletter-card,
.info-card,
.product-card,
.support-panel,
.mini-panel,
.deal-card,
.about-panel,
.contact-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(236, 240, 244, 0.6));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.device-stage {
  position: relative;
  min-height: 700px;
  border-radius: 44px;
  background:
    radial-gradient(circle at 75% 22%, rgba(255, 255, 255, 0.64), transparent 18%),
    radial-gradient(circle at 30% 20%, rgba(123, 199, 192, 0.26), transparent 18%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(225, 238, 234, 0.66) 42%, rgba(184, 202, 196, 0.95));
  box-shadow: var(--shadow-xl);
}

.device-stage::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(15, 20, 27, 0.08);
  border-radius: 28px;
  pointer-events: none;
}

.device-stage::after {
  content: "";
  position: absolute;
  inset: auto 8% 6% 8%;
  height: 34%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(148, 163, 184, 0.18), transparent 68%);
  filter: blur(22px);
  pointer-events: none;
}

.hero-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: min(440px, 72%);
  height: auto;
  transform: translate(-50%, -50%);
  opacity: 0.04;
  filter: grayscale(1) contrast(0.78) brightness(1.04);
  pointer-events: none;
}

.device-shot {
  position: absolute;
  top: 14%;
  z-index: 1;
  width: 42%;
  height: 68%;
  object-fit: contain;
  object-position: center;
  border-radius: 34px;
  box-shadow:
    0 24px 40px rgba(148, 163, 184, 0.2);
  animation: floatPhone 7s ease-in-out infinite;
  filter:
    saturate(1.02)
    contrast(1.03)
    drop-shadow(0 24px 40px rgba(148, 163, 184, 0.22));
}

.phone-one {
  left: 18%;
  transform: rotate(-12deg);
}

.phone-two {
  left: 42%;
  transform: rotate(10deg);
}

.phone-two {
  animation-name: floatPhoneTwo;
  animation-delay: -2.5s;
}

.float-card {
  position: absolute;
  z-index: 2;
  padding: 22px 24px;
  border: 1px solid rgba(15, 20, 27, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(231, 236, 241, 0.72));
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.float-card p,
.product-tag {
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.float-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.65;
}

.top-card {
  top: 10%;
  right: 0;
  width: min(320px, 72%);
}

.bottom-card {
  left: 0;
  bottom: 9%;
  width: min(280px, 64%);
}

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

.showcase-ribbon {
  padding: 0 0 34px;
}

.showcase-ribbon-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.showcase-pill,
.showroom-panel {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(236, 240, 244, 0.58));
  box-shadow: var(--shadow);
}

.showcase-pill {
  padding: 22px 24px;
  border-radius: 24px;
}

.showcase-pill span {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.showcase-pill strong {
  font-size: 1.1rem;
  line-height: 1.45;
}

.spotlight-showroom {
  padding-top: 18px;
}

.showroom-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: center;
  gap: 28px;
  padding: 34px 38px;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
}

.showroom-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.52), transparent 28%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  pointer-events: none;
}

.showroom-panel p:not(.eyebrow) {
  position: relative;
  color: var(--muted);
  line-height: 1.85;
}

.section-head-inline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.section-head h2,
.newsletter-card h2,
.support-panel h2,
.deal-large h2,
.about-panel h2,
.contact-card h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.feature-grid,
.product-grid,
.support-list,
.benefit-grid,
.story-grid,
.testimonial-grid,
.faq-grid,
.quick-grid,
.metrics-grid,
.spotlight-strip {
  display: grid;
  gap: 28px;
}

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

.info-card,
.support-panel,
.mini-panel,
.deal-card,
.about-panel,
.contact-card {
  padding: 36px;
  border-radius: 32px;
}

.info-card,
.support-panel,
.mini-panel,
.deal-card,
.about-panel,
.contact-card,
.spotlight-card,
.story-panel,
.timeline-card,
.testimonial-card,
.faq-answer,
.quick-card,
.metric-card,
.newsletter-card,
.product-card {
  position: relative;
  overflow: hidden;
}

.info-card::before,
.support-panel::before,
.mini-panel::before,
.deal-card::before,
.about-panel::before,
.contact-card::before,
.spotlight-card::before,
.story-panel::before,
.timeline-card::before,
.testimonial-card::before,
.faq-answer::before,
.quick-card::before,
.metric-card::before,
.newsletter-card::before,
.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.44), transparent 40%);
  pointer-events: none;
}

.card-number {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--amber);
  font-size: 1.1rem;
  font-weight: 700;
}

.info-card h3,
.mini-panel h3,
.deal-card h3 {
  margin-bottom: 14px;
  font-size: 1.55rem;
}

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

.product-card[hidden] {
  display: none;
}

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

.product-card {
  overflow: hidden;
  border-radius: 34px;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-10px);
  border-color: rgba(214, 219, 225, 0.38);
  box-shadow: 0 34px 84px rgba(148, 163, 184, 0.2);
}

.product-art {
  min-height: 290px;
  position: relative;
  display: grid;
  place-items: center;
  padding: 28px 28px 12px;
  background:
    radial-gradient(circle at 24% 22%, color-mix(in srgb, var(--variant-glow, #d7dde2) 72%, white 28%), transparent 28%),
    radial-gradient(circle at 76% 24%, color-mix(in srgb, var(--variant-glow, #d7dde2) 52%, transparent), transparent 26%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.9), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(233, 238, 243, 0.78));
}

.product-art::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 22%, color-mix(in srgb, var(--variant-glow, #d7dde2) 58%, white 42%), transparent 28%),
    radial-gradient(circle at 32% 78%, color-mix(in srgb, var(--variant-glow, #d7dde2) 38%, transparent), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.34)),
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.82), transparent 32%);
  border: 1px solid rgba(15, 20, 27, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 18px 30px rgba(148, 163, 184, 0.1);
}

.product-art img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 248px;
  object-fit: contain;
  object-position: center;
  transform: scale(0.96);
  filter:
    saturate(1.03)
    contrast(1.04)
    drop-shadow(0 18px 24px rgba(148, 163, 184, 0.16));
}

.product-card:hover .product-art img,
.product-card:focus-within .product-art img {
  transform: scale(1);
}

.product-art::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12%;
  width: 54%;
  height: 10%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(148, 163, 184, 0.14);
  filter: blur(14px);
}

.has-variant-preview .product-art::after {
  background: color-mix(in srgb, var(--variant-glow, #d7dde2) 62%, rgba(148, 163, 184, 0.12));
}

.has-variant-preview .product-art {
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--variant-glow, #d7dde2) 32%, rgba(15, 20, 27, 0.06)),
    0 18px 32px color-mix(in srgb, var(--variant-glow, #d7dde2) 12%, transparent);
}

.variant-preview-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 36px);
  padding: 9px 12px;
  border: 1px solid color-mix(in srgb, var(--variant-glow, #d7dde2) 48%, rgba(15, 20, 27, 0.08));
  border-radius: 999px;
  background: color-mix(in srgb, var(--variant-glow, #d7dde2) 18%, rgba(255, 255, 255, 0.92));
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(148, 163, 184, 0.14);
  backdrop-filter: blur(10px);
}

.variant-preview-dot {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: var(--variant-glow, #d7dde2);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow:
    0 0 0 1px rgba(15, 20, 27, 0.06),
    0 4px 10px rgba(15, 20, 27, 0.12);
}

.product-copy {
  padding: 32px;
}

.product-text {
  margin: 14px 0 18px;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.confidence-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 18px;
}

.confidence-badge {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  background:
    linear-gradient(180deg, rgba(15, 118, 110, 0.12), rgba(15, 118, 110, 0.06));
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.chip-list li,
.category-pill {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--muted);
  font-size: 0.92rem;
}

.product-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.product-footer strong {
  font-size: 1.28rem;
}

.product-footer-actions {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
}

.product-footer-actions > button {
  flex: 1 1 140px;
}

.compare-toggle {
  min-width: 104px;
  padding: 13px 18px;
  border: 1px solid rgba(15, 20, 27, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  font-weight: 600;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.compare-toggle:hover,
.compare-toggle:focus-visible {
  border-color: rgba(15, 118, 110, 0.22);
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-1px);
}

.compare-toggle.is-selected {
  border-color: rgba(15, 118, 110, 0.26);
  background: rgba(15, 118, 110, 0.12);
  color: var(--teal);
}

.ask-sidryan-button {
  min-width: 118px;
  padding: 13px 18px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(15, 118, 110, 0.1), rgba(15, 118, 110, 0.04));
  color: var(--teal);
  font-weight: 700;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ask-sidryan-button:hover,
.ask-sidryan-button:focus-visible {
  border-color: rgba(15, 118, 110, 0.24);
  background:
    linear-gradient(180deg, rgba(15, 118, 110, 0.14), rgba(15, 118, 110, 0.08));
  transform: translateY(-1px);
}

.compare-panel {
  margin: 0 0 28px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.14);
  background:
    radial-gradient(circle at top left, rgba(123, 199, 192, 0.22), transparent 24%),
    radial-gradient(circle at top right, rgba(187, 138, 60, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(225, 238, 234, 0.82));
  box-shadow:
    0 28px 60px rgba(29, 53, 63, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.compare-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  pointer-events: none;
}

.compare-panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.compare-panel-head h2 {
  margin-top: 8px;
}

.compare-copy {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  color: var(--muted);
  font-size: 1rem;
}

.compare-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.compare-spotlight-board {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.compare-spotlight-card {
  padding: 20px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(123, 199, 192, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(240, 246, 244, 0.78));
  box-shadow:
    0 14px 28px rgba(29, 53, 63, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.compare-spotlight-name {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-strong);
}

.compare-spotlight-metric {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 118, 110, 0.08);
}

.compare-spotlight-metric span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
}

.compare-spotlight-metric strong {
  display: block;
  margin-top: 6px;
  font-size: 0.98rem;
  color: var(--text-strong);
}

.compare-spotlight-price {
  margin-top: 16px;
}

.compare-spotlight-price span {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 800;
  color: #0f141b;
}

.compare-spotlight-bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.08);
  overflow: hidden;
}

.compare-spotlight-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--cyan));
}

.compare-empty-state,
.compare-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(123, 199, 192, 0.16), transparent 24%),
    radial-gradient(circle at bottom left, rgba(187, 138, 60, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(231, 239, 236, 0.78));
  box-shadow:
    0 18px 36px rgba(29, 53, 63, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.compare-empty-state {
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--muted);
}

.compare-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.compare-card-head .product-tag {
  color: var(--amber);
}

.compare-card h3 {
  margin-top: 8px;
  font-size: 1.38rem;
}

.compare-remove {
  padding: 9px 12px;
  border: 1px solid rgba(15, 20, 27, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 0.82rem;
}

.compare-remove:hover,
.compare-remove:focus-visible {
  color: var(--text);
}

.compare-price {
  margin-top: 16px;
  font-size: 1.52rem;
  font-weight: 800;
  color: var(--text-strong);
  letter-spacing: -0.02em;
}

.compare-spec-list {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.compare-spec {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 118, 110, 0.08);
}

.compare-spec span {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
}

.compare-spec strong {
  font-size: 0.98rem;
  color: var(--text-strong);
}

.variant-picker {
  margin: 0 0 20px;
}

.variant-picker-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.variant-picker-label {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.variant-picker-name {
  color: var(--text-strong);
  font-size: 0.92rem;
  font-weight: 700;
}

.variant-swatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.variant-swatch {
  position: relative;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 999px;
  background: var(--swatch-color);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 0 0 1px rgba(15, 20, 27, 0.12);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.variant-swatch:hover,
.variant-swatch:focus-visible {
  transform: translateY(-1px) scale(1.05);
}

.variant-swatch.is-selected {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 0 0 2px rgba(255, 255, 255, 0.95),
    0 0 0 4px rgba(15, 118, 110, 0.3);
}

.product-footer button,
.signup-form button,
.contact-form button {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  cursor: pointer;
  font-weight: 700;
}

.support-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  align-items: start;
}

.support-list {
  grid-template-columns: 1fr;
}

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

.spotlight-card,
.story-panel,
.timeline-card,
.testimonial-card,
.faq-answer,
.quick-card,
.metric-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(236, 240, 244, 0.58));
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.story-panel,
.timeline-card,
.quick-card,
.faq-answer {
  background:
    radial-gradient(circle at top left, rgba(187, 138, 60, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(242, 236, 226, 0.78));
  border-color: rgba(187, 138, 60, 0.14);
}

.spotlight-card,
.metric-card {
  background:
    radial-gradient(circle at top right, rgba(123, 199, 192, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(246, 252, 251, 0.96), rgba(226, 238, 235, 0.76));
  border-color: rgba(15, 118, 110, 0.14);
}

.spotlight-card:hover,
.story-panel:hover,
.timeline-card:hover,
.testimonial-card:hover,
.faq-answer:hover,
.quick-card:hover,
.metric-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 26px 70px rgba(148, 163, 184, 0.22);
}

.spotlight-card strong,
.metric-card strong {
  display: block;
  margin-top: 12px;
  font-size: 1.6rem;
}

.trust-strip {
  padding: 12px 0 44px;
}

.metric-card span,
.spotlight-card span,
.testimonial-meta,
.faq-answer span,
.timeline-step {
  color: var(--teal);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story-grid {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: start;
}

.story-stack,
.faq-grid,
.quick-grid {
  display: grid;
  gap: 18px;
}

.export-highlight {
  position: relative;
  margin-top: 26px;
  padding: 22px 22px 18px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(255, 255, 255, 0.9) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(236, 240, 244, 0.72));
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.export-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.export-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.2), rgba(15, 118, 110, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.export-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #0f5d58;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.export-badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.18);
  color: #0f4f4a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.export-highlight p {
  margin: 14px 0 0;
}

.export-country-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.export-country-row span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 118, 110, 0.14);
  color: var(--text-strong);
  font-size: 0.94rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.export-country-row span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f766e, #38b2ac);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1);
}

.export-route {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding: 0 10px;
}

.export-route::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(15, 118, 110, 0.12), rgba(15, 118, 110, 0.4), rgba(15, 118, 110, 0.12));
  transform: translateY(-50%);
}

.export-route span {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 2px solid rgba(15, 118, 110, 0.55);
  box-shadow: 0 0 0 5px rgba(15, 118, 110, 0.08);
}

.story-panel h3,
.timeline-card h3,
.testimonial-card h3,
.quick-card h3,
.faq-answer h3 {
  margin-top: 14px;
  font-size: 1.4rem;
}

.timeline-card + .timeline-card {
  margin-top: 18px;
}

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

.testimonial-card {
  position: relative;
}

.testimonial-card::before {
  content: "“";
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(167, 243, 208, 0.2);
  font-size: 4rem;
  line-height: 1;
}

.testimonial-card strong {
  display: block;
  margin-top: 18px;
}

.metric-card strong,
.info-card h3,
.product-copy h3,
.testimonial-card strong,
.showroom-panel h2 {
  color: var(--text-strong);
}

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

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

.quick-card a {
  color: var(--text);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(167, 243, 208, 0.36);
  text-underline-offset: 0.2em;
}

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

.quick-card-whatsapp {
  position: relative;
  border-color: rgba(37, 211, 102, 0.16);
  background:
    radial-gradient(circle at top left, rgba(37, 211, 102, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(236, 240, 244, 0.62));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 26px 70px rgba(37, 211, 102, 0.06),
    var(--shadow);
}

.contact-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(37, 211, 102, 0.16);
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.08);
  color: #18864a;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-link-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin-top: 4px;
  padding: 12px 18px;
  border: 1px solid rgba(37, 211, 102, 0.16);
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.08);
  color: #166534;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.contact-link-icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
}

.contact-link-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.contact-link-icon-phone {
  background: rgba(148, 163, 184, 0.16);
  color: #334155;
}

.contact-link-icon-email {
  background: rgba(148, 163, 184, 0.16);
  color: #334155;
}

.newsletter-card {
  padding: 56px;
  border-radius: 40px;
  text-align: center;
  background:
    radial-gradient(circle at top center, rgba(123, 199, 192, 0.24), transparent 28%),
    radial-gradient(circle at 18% 24%, rgba(187, 138, 60, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(226, 238, 235, 0.58));
}

.newsletter-card > p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px auto 0;
}

.trade-in-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 28px;
  align-items: start;
}

.trade-in-form-card,
.trade-in-result-card {
  padding: 34px;
}

.trade-in-copy {
  margin-top: 12px;
  color: var(--muted);
}

.trade-in-result-card {
  background:
    radial-gradient(circle at top right, rgba(123, 199, 192, 0.16), transparent 28%),
    radial-gradient(circle at bottom left, rgba(187, 138, 60, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(228, 238, 235, 0.7));
}

.trade-in-chip-row {
  margin-top: 22px;
}

.trade-in-points {
  margin: 22px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.trade-in-points li::marker {
  color: var(--teal);
}

.trade-in-cta {
  margin-top: 24px;
  width: 100%;
  justify-content: center;
}

.trade-in-cta.is-disabled {
  opacity: 0.55;
  pointer-events: none;
}

.signup-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.signup-form input,
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.signup-form input:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(214, 219, 225, 0.38);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 4px rgba(214, 219, 225, 0.14);
}

.contact-form textarea {
  resize: vertical;
}

.signup-form input {
  width: min(420px, 100%);
  border-radius: 999px;
}

.signup-form input::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(74, 85, 104, 0.52);
}

.page-main {
  padding-bottom: 56px;
}

.page-hero {
  padding: 128px 0 54px;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(123, 199, 192, 0.12), transparent 20%),
    radial-gradient(circle at 80% 24%, rgba(187, 138, 60, 0.1), transparent 18%);
  pointer-events: none;
}

.page-hero .narrow {
  position: relative;
}

.checkout-page-hero {
  padding: 96px 0 38px;
}

.checkout-page-narrow {
  max-width: 840px;
}

.checkout-page-section {
  padding-top: 58px;
}

.payment-page-hero {
  padding: 92px 0 34px;
}

.payment-page-narrow {
  max-width: 820px;
}

.payment-page-section {
  padding-top: 56px;
}

.oms-page-hero {
  padding: 96px 0 34px;
}

.oms-page-section {
  padding-top: 52px;
}

.page-hero .narrow {
  text-align: center;
}

.about-page .page-hero {
  padding: 104px 0 34px;
}

.about-page .about-section,
.about-page .feature-section {
  padding: 72px 0;
}

.about-page .section-head {
  margin-bottom: 36px;
}

.about-page .story-grid,
.about-page .quick-grid {
  gap: 22px;
}

.about-page .story-panel,
.about-page .timeline-card,
.about-page .quick-card {
  padding: 26px;
}

.category-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.category-pill.active {
  color: var(--text);
  border-color: rgba(214, 219, 225, 0.3);
  background: linear-gradient(180deg, rgba(214, 219, 225, 0.14), rgba(255, 255, 255, 0.05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

button.category-pill {
  cursor: pointer;
}

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 42px;
}

.shop-summary {
  color: var(--muted);
}

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

.deal-large {
  grid-column: span 2;
}

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

.contact-grid {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr) minmax(0, 1.2fr);
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.82fr);
  gap: 28px;
  align-items: start;
}

.checkout-layout-compact {
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.76fr);
  gap: 22px;
}

.payment-layout-compact {
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.72fr);
  gap: 22px;
}

.checkout-main,
.summary-stack,
.checkout-items,
.checkout-sidebar {
  display: grid;
  gap: 24px;
}

.checkout-card,
.checkout-summary-card {
  padding: 36px;
}

.checkout-layout-compact .checkout-card,
.checkout-layout-compact .checkout-summary-card {
  padding: 28px;
  border-radius: 28px;
}

.payment-layout-compact .checkout-card,
.payment-layout-compact .checkout-summary-card {
  padding: 28px;
  border-radius: 28px;
}

.checkout-summary-card {
  position: sticky;
  top: 124px;
}

.checkout-card-head,
.checkout-item-head,
.checkout-card-footer,
.summary-row,
.checkout-item-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.checkout-card-footer {
  margin-top: 24px;
}

.checkout-items {
  margin-top: 26px;
}

.checkout-item,
.checkout-empty {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(236, 240, 244, 0.56));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.checkout-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  padding: 20px;
}

.checkout-layout-compact .checkout-item {
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
}

.checkout-item-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 170px;
  padding: 16px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.8), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(226, 232, 240, 0.6));
}

.checkout-item-art::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12%;
  width: 62%;
  height: 12%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(148, 163, 184, 0.14);
  filter: blur(12px);
}

.checkout-item-art img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 142px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(148, 163, 184, 0.18));
}

.checkout-layout-compact .checkout-item-art {
  min-height: 152px;
}

.checkout-layout-compact .checkout-item-art img {
  max-height: 126px;
}

.checkout-item-copy h3 {
  font-size: 1.45rem;
}

.checkout-layout-compact .checkout-item-copy h3 {
  font-size: 1.28rem;
}

.checkout-item-variant {
  margin-top: 6px;
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 700;
}

.checkout-item-meta,
.checkout-note {
  color: var(--muted);
  line-height: 1.75;
}

.order-reference {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 8px 0 18px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text-strong);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.checkout-item-meta {
  margin-top: 8px;
}

.qty-stepper {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}

.qty-stepper button,
.ghost-button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  cursor: pointer;
}

.qty-stepper button {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  font-size: 1.1rem;
  line-height: 1;
}

.qty-stepper span {
  min-width: 18px;
  text-align: center;
  font-weight: 700;
}

.ghost-button {
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
}

.ghost-button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.checkout-empty {
  display: grid;
  justify-items: start;
  gap: 14px;
  padding: 34px;
}

.checkout-empty strong {
  font-size: 1.3rem;
}

.checkout-form {
  margin-top: 22px;
}

.checkout-layout-compact .checkout-form {
  margin-top: 16px;
}

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

.checkout-layout-compact .checkout-form-grid {
  gap: 14px;
}

.contact-form select {
  width: 100%;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  appearance: none;
}

.contact-form select:focus {
  border-color: rgba(214, 219, 225, 0.38);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 4px rgba(214, 219, 225, 0.14);
}

.summary-row {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.summary-row strong {
  font-size: 1.18rem;
}

.summary-row.total-row {
  padding-top: 22px;
  border-bottom: 0;
}

.summary-row.total-row strong {
  font-size: 1.4rem;
}

.summary-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 18px;
}

.summary-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 0.92rem;
}

.payment-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.payment-layout-compact .payment-method-grid {
  gap: 12px;
}

.payment-method-card {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(236, 240, 244, 0.58));
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.payment-layout-compact .payment-method-card {
  padding: 18px;
  border-radius: 20px;
}

.payment-method-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(148, 163, 184, 0.16);
}

.payment-method-card input {
  position: absolute;
  inset: 16px 16px auto auto;
  width: 18px;
  height: 18px;
}

.payment-method-title {
  color: var(--text-strong);
  font-size: 1.08rem;
  font-weight: 700;
}

.payment-method-copy,
.payment-summary-row span {
  color: var(--muted);
  line-height: 1.7;
}

.payment-method-card:has(input:checked) {
  border-color: rgba(148, 163, 184, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.64),
    0 24px 52px rgba(148, 163, 184, 0.18);
}

.payment-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.payment-summary-row strong {
  font-size: 1rem;
}

.oms-stats-grid,
.oms-list {
  display: grid;
  gap: 24px;
}

.oms-stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 28px;
}

.oms-order-card,
.oms-empty-state {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(236, 240, 244, 0.58));
  box-shadow: var(--shadow);
}

.oms-order-head,
.oms-meta-grid,
.oms-item-list li,
.oms-foot-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.oms-order-head {
  margin-bottom: 18px;
}

.oms-order-head h3 {
  font-size: 1.55rem;
}

.oms-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  margin-bottom: 20px;
}

.oms-meta-grid p {
  display: grid;
  gap: 6px;
}

.oms-meta-grid span,
.oms-foot-note {
  color: var(--muted);
}

.oms-item-list {
  display: grid;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.oms-item-list li {
  padding: 8px 0;
}

.oms-foot-note {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}

.upi-panel {
  display: grid;
  gap: 14px;
}

.gateway-panel {
  display: grid;
  gap: 12px;
}

.upi-qr-wrap {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(236, 240, 244, 0.62));
}

.payment-layout-compact .upi-qr-wrap {
  padding: 18px;
}

.upi-qr-image {
  width: min(100%, 240px);
  height: auto;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(148, 163, 184, 0.16);
}

.payment-layout-compact .upi-qr-image {
  width: min(100%, 190px);
}

.upi-qr-caption {
  color: var(--muted);
  text-align: center;
  line-height: 1.7;
}

.upi-detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.upi-detail-row span {
  color: var(--muted);
}

.upi-detail-row strong {
  color: var(--text-strong);
  font-size: 1rem;
  text-align: right;
}

.upi-action-stack {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.detail-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
  color: var(--muted);
}

.product-footer button:disabled,
.signup-form button:disabled,
.contact-form button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.detail-list strong {
  color: var(--text);
}

.detail-whatsapp-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(37, 211, 102, 0.16);
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.detail-whatsapp-label {
  color: #18864a;
}

.detail-whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-weight: 700;
  white-space: nowrap;
  min-width: 0;
}

.detail-whatsapp-icon {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.18);
}

.detail-whatsapp-icon svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.detail-phone-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-weight: 700;
}

.detail-phone-icon {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.16);
  color: #334155;
  box-shadow: 0 8px 18px rgba(148, 163, 184, 0.14);
}

.detail-phone-icon svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.map-link {
  margin-top: 22px;
}

.map-frame {
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  min-height: 320px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.map-placeholder {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 28px;
  text-align: center;
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.62), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(226, 232, 240, 0.48));
}

.map-static-image {
  width: 100%;
  max-width: 360px;
  height: auto;
  border-radius: 24px;
  margin-bottom: 18px;
  border: 1px solid rgba(15, 20, 27, 0.08);
  box-shadow: 0 18px 32px rgba(148, 163, 184, 0.16);
}

.map-placeholder h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.map-placeholder p {
  max-width: 28ch;
  color: var(--text);
}

.map-placeholder span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.map-copy-button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  cursor: pointer;
  font-weight: 700;
}

.map-status {
  margin-top: 14px;
  min-height: 22px;
}

.contact-form {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.form-status {
  min-height: 22px;
  margin-top: 12px;
  color: var(--teal-soft);
  font-size: 0.94rem;
}

.signup-form .form-status {
  width: 100%;
  text-align: center;
}

.contact-form .form-status {
  margin-top: 0;
}

.cart-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  gap: 4px;
  min-width: 240px;
  padding: 16px 18px;
  border: 1px solid rgba(214, 219, 225, 0.24);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(11, 18, 31, 0.96), rgba(18, 28, 45, 0.94));
  box-shadow: var(--shadow);
  color: #f8fbfd !important;
  font-size: 0.95rem;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 200ms ease, transform 200ms ease, visibility 0ms linear 200ms;
}

.cart-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 200ms ease, transform 200ms ease;
}

.cart-toast-title {
  display: block;
  margin: 0;
  color: #ffffff !important;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

.cart-toast-message {
  display: block;
  margin: 0;
  color: rgba(232, 238, 244, 0.92) !important;
  font-size: 0.9rem;
}

.site-footer {
  padding: 18px 0 48px;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.footer-brand-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.footer-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(148, 163, 184, 0.16);
}

.footer-links {
  display: flex;
  gap: 20px;
  color: var(--muted);
}

.footer-links a:hover,
.footer-links a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: var(--text);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatPhone {
  0%,
  100% {
    transform: translateY(0) rotate(-12deg);
  }
  50% {
    transform: translateY(-14px) rotate(-10deg);
  }
}

@keyframes floatPhoneTwo {
  0%,
  100% {
    transform: translateY(0) rotate(10deg);
  }
  50% {
    transform: translateY(-16px) rotate(12deg);
  }
}

@media (max-width: 1024px) {
  .feature-grid,
  .product-grid,
  .large-grid,
  .deal-grid,
  .about-grid,
  .contact-grid,
  .checkout-layout,
  .showcase-ribbon-track,
  .showroom-panel,
  .oms-stats-grid,
  .support-grid,
  .trade-in-layout,
  .spotlight-strip,
  .metrics-grid,
  .testimonial-grid,
  .quick-grid,
  .faq-grid,
  .story-grid {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .announcement-bar {
    border-bottom-color: rgba(15, 118, 110, 0.1);
    background:
      radial-gradient(circle at left center, rgba(123, 199, 192, 0.16), transparent 30%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(240, 247, 244, 0.82));
  }

  .announcement-inner,
  .shop-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .announcement-inner {
    gap: 10px;
    color: rgba(24, 32, 42, 0.72);
  }

  .announcement-pill {
    border-color: rgba(15, 118, 110, 0.18);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(226, 241, 236, 0.92));
    color: var(--text-strong);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.82),
      0 10px 22px rgba(22, 62, 67, 0.08);
  }

  .quick-card-whatsapp {
    order: -1;
  }

  .site-header {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(238, 245, 242, 0.84));
    border-bottom-color: rgba(15, 118, 110, 0.1);
    box-shadow: 0 14px 32px rgba(29, 53, 63, 0.1);
  }

  .nav-shell {
    flex-wrap: wrap;
    gap: 16px;
    padding: 18px 0;
  }

  .menu-toggle {
    display: inline-block;
    margin-left: auto;
    border-color: rgba(15, 118, 110, 0.14);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(225, 240, 235, 0.9));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.84),
      0 14px 28px rgba(22, 62, 67, 0.08);
  }

  .menu-toggle span {
    background: linear-gradient(90deg, var(--teal), var(--teal-soft));
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    gap: 14px;
    padding: 20px;
    border: 1px solid rgba(15, 118, 110, 0.12);
    border-radius: 24px;
    background:
      radial-gradient(circle at top left, rgba(123, 199, 192, 0.14), transparent 28%),
      radial-gradient(circle at top right, rgba(187, 138, 60, 0.12), transparent 24%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(235, 243, 240, 0.94));
    box-shadow:
      0 18px 42px rgba(29, 53, 63, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(18px);
  }

  .site-nav a {
    padding: 10px 12px;
    border-radius: 14px;
    color: rgba(24, 32, 42, 0.78);
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a.active {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(255, 255, 255, 0.88));
    color: var(--text-strong);
  }

  .site-nav a::after {
    bottom: 4px;
    background: linear-gradient(90deg, transparent, rgba(15, 118, 110, 0.88), transparent);
  }

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

  .nav-actions {
    display: none;
  }

  .hero-section,
  .feature-section,
  .catalog-section,
  .support-section,
  .newsletter-section,
  .deal-section,
  .about-section,
  .contact-section {
    padding: 64px 0;
  }

  .feature-grid,
  .product-grid,
  .large-grid,
  .deal-grid,
  .about-grid,
  .contact-grid,
  .checkout-layout,
  .support-grid,
  .trade-in-layout,
  .spotlight-strip,
  .metrics-grid,
  .testimonial-grid,
  .quick-grid,
  .faq-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .deal-large {
    grid-column: auto;
  }

  .hero-copy h1,
  .page-hero h1 {
    max-width: none;
  }

  .hero-cta,
  .signup-form,
  .product-footer,
  .product-footer-actions,
  .checkout-card-head,
  .checkout-item,
  .checkout-item-actions,
  .checkout-card-footer,
  .oms-order-head,
  .oms-foot-note,
  .footer-grid,
  .footer-links {
    flex-direction: column;
    align-items: stretch;
  }

  .checkout-form-grid {
    grid-template-columns: 1fr;
  }

  .compare-panel-head {
    flex-direction: column;
    align-items: stretch;
  }

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

  .compare-spotlight-board {
    grid-template-columns: 1fr;
  }

  .oms-meta-grid {
    grid-template-columns: 1fr;
  }

  .payment-method-grid {
    grid-template-columns: 1fr;
  }

  .checkout-summary-card {
    position: static;
  }

  .checkout-item-art {
    min-height: 220px;
  }

  .hero-visual,
  .device-stage {
    min-height: 480px;
  }

  .top-card,
  .bottom-card {
    width: auto;
  }

  .newsletter-card {
    padding: 30px 22px;
  }

  .cart-toast {
    right: 14px;
    left: 14px;
    bottom: 14px;
    min-width: 0;
  }
}
