@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/outfit-600-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/outfit-700-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/outfit-800-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-400-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-600-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-700-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


:root {
  /* Brand Colors */
  --teal-50: #f0fdfa;
  --teal-100: #ccfbf1;
  --teal-200: #99f6e4;
  --teal-300: #5eead4;
  --teal-400: #2dd4bf;
  --teal-500: #14b8a6;
  --teal-600: #0d9488;
  --teal-700: #0f766e;
  --teal-800: #115e59;
  --teal-900: #134e4a;
  --teal-950: #042f2e;

  /* Neutrals & Slate */
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --slate-950: #020617;

  /* Accent & Action (CTA) */
  --coral-400: #fb923c;
  --coral-500: #f97316;
  --coral-600: #ea580c;
  --coral-700: #c2410c;

  /* Semantic */
  --success-bg: #ecfdf5;
  --success-border: #a7f3d0;
  --success-text: #065f46;
  --danger-bg: #fef2f2;
  --danger-border: #fecaca;
  --danger-text: #991b1b;
  --gold: #f59e0b;

  /* Typography */
  --font-display: 'Outfit', system-ui, -apple-system, sans-serif;
  --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 10px 25px -3px rgba(15, 23, 42, 0.08), 0 4px 10px -4px rgba(15, 23, 42, 0.04);
  --shadow-xl: 0 20px 35px -5px rgba(15, 23, 42, 0.1), 0 8px 15px -6px rgba(15, 23, 42, 0.05);
  --shadow-cta: 0 12px 24px -4px rgba(234, 88, 12, 0.38);
  --shadow-card: 0 8px 24px -4px rgba(15, 23, 42, 0.06), 0 0 0 1px rgba(226, 232, 240, 0.8);
  --shadow-form: 0 25px 50px -12px rgba(15, 23, 42, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.2);

  /* Radius */
  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-full: 9999px;
}

/* ==============================================================================
   Reset & Base Elements
   ============================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: var(--font-body);
  color: var(--slate-900);
  background-color: var(--slate-50);
  line-height: 1.65;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.2;
  color: var(--slate-950);
  letter-spacing: -0.02em;
}

p {
  color: var(--slate-600);
}

ul, ol {
  padding-left: 1.25rem;
}

button, input, select, textarea {
  font: inherit;
}

/* Target anchor margin for sticky headers */
#order, #order-container, #order-section, .order-section-grid, .order-card, section[id] {
  scroll-margin-top: 5.5rem;
}

/* ==============================================================================
   Layout & Container Utility
   ============================================================================== */
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container-narrow {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.section-sm {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-bg-white {
  background-color: #ffffff;
}

.section-bg-slate {
  background-color: var(--slate-100);
}

.section-bg-teal {
  background: linear-gradient(135deg, var(--teal-900) 0%, var(--slate-900) 100%);
  color: #ffffff;
}

.section-bg-teal p, .section-bg-teal h2, .section-bg-teal h3 {
  color: #ffffff;
}

/* Inner Page 2-Column Grid Layout */
.page-layout-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.5rem;
  align-items: start;
}

.sticky-sidebar-wrapper {
  position: sticky;
  top: 5.5rem;
  z-index: 20;
}

@media (max-width: 991px) {
  .page-layout-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .sticky-sidebar-wrapper {
    position: static;
  }
}

/* ==============================================================================
   Header, Navigation & Top Bar
   ============================================================================== */
.top-notice-bar {
  background: linear-gradient(90deg, var(--teal-900) 0%, var(--teal-800) 100%);
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  padding: 0.45rem 1rem;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.top-notice-bar span.pill {
  background-color: var(--coral-500);
  color: #ffffff;
  padding: 0.15rem 0.5rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--slate-200);
  transition: box-shadow 0.2s ease;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.25rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.brand-logo-icon {
  width: 2rem;
  height: 2rem;
  background: linear-gradient(135deg, var(--teal-600), var(--teal-400));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  font-family: var(--font-display);
  font-size: 1.15rem;
  box-shadow: 0 4px 10px rgba(13, 148, 136, 0.3);
}

.brand-logo-text {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--slate-900);
  letter-spacing: -0.03em;
}

.brand-logo-text span {
  color: var(--teal-600);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-link {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--slate-700);
  transition: color 0.2s ease;
  padding: 0.35rem 0.15rem;
  position: relative;
}

.nav-link:hover, .nav-link.active {
  color: var(--teal-700);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--teal-600);
  border-radius: var(--radius-full);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.btn-header-cta {
  background: linear-gradient(135deg, var(--coral-500), var(--coral-600));
  color: #ffffff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9375rem;
  padding: 0.55rem 1.25rem;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-cta);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.btn-header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px -4px rgba(234, 88, 12, 0.45);
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--slate-800);
  cursor: pointer;
  padding: 0.5rem;
}

@media (max-width: 991px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 4.25rem;
    left: 0;
    right: 0;
    background-color: #ffffff;
    flex-direction: column;
    padding: 1.5rem;
    border-bottom: 1px solid var(--slate-200);
    box-shadow: var(--shadow-lg);
    gap: 1rem;
    align-items: flex-start;
  }
  .main-nav.is-open {
    display: flex;
  }
  .mobile-menu-btn {
    display: block;
  }
  .btn-header-cta {
    display: none;
  }
}

/* ==============================================================================
   Hero Section
   ============================================================================== */
.hero-section {
  background: linear-gradient(180deg, var(--teal-50) 0%, #ffffff 100%);
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--teal-800);
  background-color: var(--teal-100);
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-full);
  margin-bottom: 1rem;
  border: 1px solid var(--teal-200);
}

.eyebrow-dark {
  background-color: rgba(255, 255, 255, 0.12);
  color: var(--teal-200);
  border-color: rgba(255, 255, 255, 0.2);
}

.hero-title {
  font-size: 2.75rem;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  color: var(--slate-950);
}

.hero-title span.highlight {
  color: var(--teal-600);
  position: relative;
}

.hero-description {
  font-size: 1.125rem;
  color: var(--slate-600);
  line-height: 1.6;
  margin-bottom: 1.75rem;
}

.hero-checklist {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.hero-checklist li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.975rem;
  font-weight: 600;
  color: var(--slate-800);
}

.hero-checklist li svg, .hero-checklist li span.check-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--teal-600);
  flex-shrink: 0;
}

.hero-offer-box {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.price-pill-tag {
  display: flex;
  flex-direction: column;
}

.price-pill-tag .old-price {
  font-size: 0.875rem;
  color: var(--slate-400);
  text-decoration: line-through;
  font-weight: 600;
}

.price-pill-tag .new-price {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  color: var(--slate-950);
  line-height: 1;
}

.btn-cta-primary {
  background: linear-gradient(135deg, var(--coral-500) 0%, var(--coral-600) 100%);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 800;
  padding: 0.9rem 1.85rem;
  border-radius: var(--radius-full);
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-cta);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}

.btn-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -4px rgba(234, 88, 12, 0.5);
}

.btn-cta-primary:active {
  transform: translateY(0);
}

.btn-block {
  width: 100%;
}

.hero-trust-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  color: var(--slate-500);
}

.hero-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image-wrapper img {
  max-height: 520px;
  width: auto;
  filter: drop-shadow(0 20px 30px rgba(15, 23, 42, 0.15));
  transition: transform 0.3s ease;
}

.hero-badge-float {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  background-color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--slate-200);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.badge-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--teal-50);
  color: var(--teal-600);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .hero-title {
    font-size: 2.15rem;
  }
  .hero-image-wrapper img {
    max-height: 380px;
  }
}

/* ==============================================================================
   Cards, Badges & Grids
   ============================================================================== */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

@media (max-width: 991px) {
  .grid-3, .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }
}

.card {
  background-color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--teal-300);
}

.card-icon {
  width: 3rem;
  height: 3rem;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--teal-50) 0%, var(--teal-100) 100%);
  color: var(--teal-700);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 1.25rem;
  border: 1px solid var(--teal-200);
}

.card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--slate-900);
  margin-bottom: 0.65rem;
}

.card-text {
  font-size: 0.9375rem;
  color: var(--slate-600);
  line-height: 1.55;
}

.badge-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background-color: var(--slate-100);
  color: var(--slate-700);
  margin-bottom: 0.5rem;
}

.badge-tag-teal {
  background-color: var(--teal-100);
  color: var(--teal-800);
}

/* ==============================================================================
   Order Form & Card Component (Compact Two-Tone Conversion Engine)
   ============================================================================== */
.order-card {
  background-color: #ffffff;
  color: var(--slate-900);
  border-radius: var(--radius-xl);
  box-shadow: 0 16px 36px -4px rgba(15, 23, 42, 0.16), 0 6px 16px -2px rgba(15, 23, 42, 0.08);
  border: 1px solid var(--slate-200);
  position: relative;
  overflow: hidden;
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
}

.order-header {
  background: linear-gradient(180deg, #0f3e36 0%, #092e27 100%);
  color: #ffffff;
  padding: 1.15rem 1.4rem;
  text-align: left;
  position: relative;
  z-index: 1;
}

.order-header-eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--teal-300);
  margin-bottom: 0.3rem;
}

.order-title {
  font-size: 1.35rem;
  color: #ffffff;
  margin-bottom: 0.3rem;
  font-weight: 800;
  line-height: 1.25;
}

.order-subtitle {
  font-size: 0.8125rem;
  color: #cbd5e1;
  line-height: 1.35;
}

.order-body {
  padding: 1.15rem 1.35rem 1.35rem;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.order-price-banner {
  background-color: #eefaf6;
  border: 1px solid #99f6e4;
  border-radius: var(--radius-lg);
  padding: 0.65rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9rem;
  position: relative;
  z-index: 1;
}

.order-price-left {
  display: flex;
  flex-direction: column;
}

.order-price-left .order-new-price {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 900;
  color: #0f4a3e;
  line-height: 1;
}

.order-price-left .order-price-label {
  font-size: 0.725rem;
  color: #0f766e;
  font-weight: 600;
  margin-top: 0.2rem;
}

.order-price-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}

.order-volume-pill {
  border: 1px solid #0d9488;
  color: #0f766e;
  background-color: #ffffff;
  font-size: 0.725rem;
  font-weight: 700;
  padding: 0.15rem 0.55rem;
  border-radius: var(--radius-full);
}

.order-stock-status {
  font-size: 0.775rem;
  color: #0f766e;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.form-group {
  margin-bottom: 0.85rem;
}

.form-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--slate-800);
  margin-bottom: 0.3rem;
}

.form-input {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-md);
  border: 1px solid #cbd5e1;
  background-color: #f8fafc;
  color: var(--slate-900);
  font-size: 0.9375rem;
  font-weight: 500;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
}

.form-input:focus {
  border-color: var(--teal-500);
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.2);
  background-color: #ffffff;
}

.phone-input-group {
  display: flex;
  align-items: stretch;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-md);
  background-color: #f8fafc;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
}

.phone-input-group:focus-within {
  border-color: var(--teal-500);
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.2);
  background-color: #ffffff;
}

.phone-prefix {
  background-color: #f1f5f9;
  border-right: 1px solid #cbd5e1;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--slate-700);
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.phone-input-group .form-input {
  border: none;
  background: transparent;
  padding: 0.65rem 0.85rem;
  box-shadow: none !important;
}

.phone-input-group.is-invalid, .form-input.is-invalid {
  border-color: var(--coral-500);
  background-color: #fff5f5;
}

.form-error-msg {
  display: none;
  font-size: 0.75rem;
  color: #dc2626;
  margin-top: 0.25rem;
  font-weight: 600;
}

.form-error-msg.visible {
  display: block;
}

.btn-submit-order {
  width: 100%;
  background: linear-gradient(135deg, var(--coral-500) 0%, var(--coral-600) 100%);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  padding: 0.85rem 1.25rem;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 16px -2px rgba(234, 88, 12, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  margin-top: 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn-submit-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -3px rgba(234, 88, 12, 0.5);
}

.btn-submit-order:active {
  transform: translateY(0);
}

.order-guarantees-list {
  list-style: none;
  padding: 0;
  margin-top: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.775rem;
  color: var(--slate-600);
}

.order-guarantees-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  line-height: 1.35;
}

.order-guarantees-list li span.check {
  color: #0d9488;
  font-weight: 800;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.order-section-grid {
  display: grid;
  grid-template-columns: minmax(280px, 440px) minmax(280px, 430px);
  gap: 2.5rem;
  align-items: stretch;
  justify-content: center;
  max-width: 940px;
  margin: 0 auto;
}

.order-image-col {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.order-image-col img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius-xl);
  box-shadow: 0 16px 36px -4px rgba(15, 23, 42, 0.16), 0 6px 16px -2px rgba(15, 23, 42, 0.08);
  border: 1px solid var(--slate-200);
}

@media (max-width: 991px) {
  .order-section-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 430px;
    align-items: center;
  }

  .order-image-col {
    position: static;
    height: auto;
  }

  .order-image-col img {
    position: static;
    height: auto;
    max-height: 380px;
  }
}

/* ==============================================================================
   INCI & Ingredients Visual Components
   ============================================================================== */
.inci-box {
  background-color: #ffffff;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--slate-700);
  line-height: 1.8;
  word-break: break-word;
  background-color: var(--slate-50);
}

.ingredient-card {
  background-color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  border: 1px solid var(--slate-200);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.ingredient-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--teal-400);
}

.ingredient-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.ingredient-badge {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--teal-800);
  background-color: var(--teal-100);
  padding: 0.2rem 0.5rem;
  border-radius: var(--radius-sm);
}

/* ==============================================================================
   Before / After Comparison Block
   ============================================================================== */
.before-after-card {
  background-color: #ffffff;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-md);
}

.before-after-img-wrap {
  width: 100%;
  max-height: 420px;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

.before-after-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-after-content {
  padding: 1.75rem;
}

.timeline-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.timeline-step {
  background-color: var(--slate-50);
  padding: 1.25rem;
  border-radius: var(--radius-md);
  border-left: 3px solid var(--teal-600);
}

.timeline-step-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--slate-900);
  margin-bottom: 0.35rem;
}

.timeline-step-desc {
  font-size: 0.8125rem;
  color: var(--slate-600);
  line-height: 1.45;
}

@media (max-width: 768px) {
  .timeline-steps {
    grid-template-columns: 1fr;
  }
}

/* ==============================================================================
   Reviews Component & UGC Photos
   ============================================================================== */
.review-card {
  background-color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-sm);
  margin-bottom: 1.5rem;
}

.review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.author-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-full);
  background-color: var(--teal-100);
  color: var(--teal-800);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.author-info-name {
  font-weight: 700;
  color: var(--slate-900);
  font-size: 0.9375rem;
}

.author-info-location {
  font-size: 0.75rem;
  color: var(--slate-500);
}

.review-stars {
  color: var(--gold);
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}

.review-badge-verified {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--success-text);
  background-color: var(--success-bg);
  padding: 0.15rem 0.5rem;
  border-radius: var(--radius-full);
}

.review-text {
  font-size: 0.9375rem;
  color: var(--slate-700);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.review-photos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.review-photo-item {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--slate-200);
  aspect-ratio: 1 / 1;
}

.review-photo-container {
  margin-top: 1.25rem;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-sm);
  background-color: var(--slate-100);
}

.review-photo-container img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.review-photo-container img:hover {
  transform: scale(1.02);
}

/* ==============================================================================
   FAQ Accordion
   ============================================================================== */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background-color: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--slate-200);
  overflow: hidden;
  transition: border-color 0.2s;
}

.faq-item.is-open {
  border-color: var(--teal-500);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1.25rem 1.5rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--slate-900);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
}

.faq-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--slate-100);
  color: var(--slate-700);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s, background-color 0.2s, color 0.2s;
  font-weight: 700;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
  background-color: var(--teal-600);
  color: #ffffff;
}

.faq-answer {
  padding: 0 1.5rem 1.25rem;
  font-size: 0.9375rem;
  color: var(--slate-600);
  line-height: 1.6;
  display: none;
}

.faq-item.is-open .faq-answer {
  display: block;
}

/* ==============================================================================
   Breadcrumbs & Subpage Headers
   ============================================================================== */
.breadcrumb-nav {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.8125rem;
  color: var(--slate-500);
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
}

.breadcrumb-list li a {
  color: var(--teal-700);
  font-weight: 600;
}

.breadcrumb-list li.separator {
  color: var(--slate-400);
}

.subpage-hero {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--slate-200);
  margin-bottom: 3rem;
}

.subpage-title {
  font-size: 2.4rem;
  color: var(--slate-950);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.subpage-lead {
  font-size: 1.125rem;
  color: var(--slate-600);
  max-width: 780px;
  line-height: 1.6;
}

/* ==============================================================================
   Footer
   ============================================================================== */
.site-footer {
  background-color: var(--slate-950);
  color: var(--slate-400);
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.footer-brand p {
  color: var(--slate-400);
  font-size: 0.875rem;
  margin-top: 0.75rem;
  line-height: 1.6;
}

.footer-email {
  margin-top: 0.85rem;
  font-size: 0.875rem;
}

.footer-email a {
  color: var(--teal-300);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s ease;
}

.footer-email a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-col-title {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-links li a {
  font-size: 0.875rem;
  color: var(--slate-400);
  transition: color 0.15s;
}

.footer-links li a:hover {
  color: #ffffff;
}

.footer-disclaimer-box {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  font-size: 0.75rem;
  color: var(--slate-500);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8125rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.5rem;
}

@media (max-width: 991px) {
  .site-footer {
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* ==============================================================================
   Mobile Sticky Bottom CTA Bar
   ============================================================================== */
.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 990;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.12);
  padding: 0.65rem 1rem;
  padding-bottom: calc(0.65rem + env(safe-area-inset-bottom, 0px));
  transform: translateY(120%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
  opacity: 0;
  pointer-events: none;
}

.mobile-sticky-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-sticky-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
  gap: 0.75rem;
}

.mobile-sticky-cta-pricing {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.mobile-sticky-cta-price {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--teal-700);
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.mobile-sticky-cta-old {
  font-size: 0.85rem;
  color: var(--slate-400);
  text-decoration: line-through;
  font-weight: 500;
}

.mobile-sticky-cta-badge {
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--coral-600);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.mobile-sticky-cta-btn {
  padding: 0.7rem 1.35rem !important;
  font-family: var(--font-display) !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  border-radius: var(--radius-full) !important;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.4) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.35rem !important;
  white-space: nowrap !important;
  flex-shrink: 0;
  text-decoration: none !important;
  border: none !important;
}

.mobile-sticky-cta-btn span {
  color: #ffffff !important;
}

.mobile-sticky-cta-btn svg {
  stroke: #ffffff !important;
}

@media (max-width: 991px) {
  .mobile-sticky-cta {
    display: block;
  }
}
