/* ==========================================================================
   TRIMORYN® - ULTRA PREMIUM HIGH-CONVERTING DESIGN SYSTEM
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Design Tokens & Variables
   -------------------------------------------------------------------------- */
:root {
  /* Primary Botanical & Action Colors */
  --primary: #0f766e;
  --primary-hover: #115e59;
  --primary-dark: #042f2e;
  --primary-light: #f0fdfa;
  --primary-border: #ccfbf1;

  --accent-emerald: #059669;
  --accent-emerald-bright: #10b981;
  --accent-emerald-hover: #047857;
  --accent-emerald-light: #ecfdf5;
  --accent-emerald-border: #a7f3d0;

  --accent-gold: #f59e0b;
  --accent-gold-dark: #d97706;
  --accent-gold-light: #fef3c7;

  --accent-red: #ef4444;
  --accent-red-dark: #dc2626;
  --accent-red-light: #fef2f2;

  /* Neutrals & Slate */
  --text-main: #0f172a;
  --text-body: #334155;
  --text-muted: #64748b;
  --text-subtle: #94a3b8;

  --bg-page: #ffffff;
  --bg-card: #ffffff;
  --bg-card-alt: #ffffff;
  --bg-tint-green: #ffffff;
  --bg-tint-teal: #ffffff;

  --border-light: #e2e8f0;
  --border-green: #a7f3d0;

  /* Gradients */
  --gradient-cta: linear-gradient(135deg, #10b981 0%, #059669 60%, #0f766e 100%);
  --gradient-cta-hover: linear-gradient(135deg, #059669 0%, #047857 60%, #115e59 100%);
  --gradient-gold: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
  --gradient-hero: #ffffff;
  --gradient-brand-text: linear-gradient(135deg, #0f766e 0%, #059669 100%);

  /* Shadows */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 6px 18px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.03);
  --shadow-lg: 0 14px 30px -4px rgba(15, 23, 42, 0.08), 0 4px 10px -2px rgba(15, 23, 42, 0.04);
  --shadow-xl: 0 20px 40px -6px rgba(15, 23, 42, 0.12), 0 8px 16px -4px rgba(15, 23, 42, 0.06);
  --shadow-cta: 0 8px 24px -2px rgba(5, 150, 105, 0.4);
  --shadow-cta-hover: 0 12px 30px 0 rgba(5, 150, 105, 0.55);

  /* Radii */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Typography */
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* --------------------------------------------------------------------------
   2. Reset & Base Styles
   -------------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.7;
  color: var(--text-body);
  background-color: var(--bg-page);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

p {
  font-size: 20px;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover {
  color: var(--primary-hover);
}

ul {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

/* --------------------------------------------------------------------------
   3. Container & Global Utilities
   -------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-center {
  text-align: center;
}

.text-glow-gradient {
  background: var(--gradient-brand-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-brand {
  color: var(--primary);
}

/* Section Header Structure */
.section-head {
  margin-bottom: 44px;
}

.section-kicker {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  background: var(--primary-light);
  border: 1px solid var(--primary-border);
  padding: 5px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 12px;
}

.section-title-large {
  background: #1C5856;
  color: #ffffff !important;
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.3;
  padding: 14px 20px;
  border-radius: 4px;
  margin: 10px auto 16px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(28, 88, 86, 0.2);
  width: 100%;
  box-sizing: border-box;
}

.section-title-large * {
  color: #ffffff !important;
}

.section-subtitle {
  font-size: 20px;
  color: var(--text-muted);
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.65;
}

.section-footer-prompter {
  font-size: 20px;
  color: var(--text-body);
  max-width: 740px;
  margin: 36px auto 0;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   4. High-Impact Buy Buttons & CTAs
   -------------------------------------------------------------------------- */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-weight: 700;
  border-radius: var(--radius-full);
  padding: 15px 32px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  border: none;
}

.button-cta-glow {
  background: var(--gradient-cta);
  color: #ffffff !important;
  box-shadow: var(--shadow-cta);
  position: relative;
  overflow: hidden;
}

.button-cta-glow::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(60deg, rgba(255,255,255,0) 20%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0) 80%);
  transform: rotate(30deg);
  animation: shineSweep 4s infinite linear;
}

@keyframes shineSweep {
  0% { transform: translateX(-100%) rotate(30deg); }
  25%, 100% { transform: translateX(100%) rotate(30deg); }
}

.button-cta-glow:hover {
  background: var(--gradient-cta-hover);
  transform: translateY(-3px);
  box-shadow: var(--shadow-cta-hover);
}

.button-arrow {
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.button:hover .button-arrow {
  transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   5. Top Urgency Flash Bar
   -------------------------------------------------------------------------- */
.top-flash-bar {
  background: linear-gradient(90deg, #b91c1c 0%, #dc2626 50%, #b91c1c 100%);
  color: #ffffff;
  padding: 9px 0;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.flash-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  text-align: center;
}

.flash-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 0, 0, 0.25);
  padding: 2px 10px;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.live-pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #4ade80;
  border-radius: 50%;
  box-shadow: 0 0 8px #4ade80;
  animation: pulseDot 1.5s infinite;
}

@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.3); }
}

.flash-message {
  margin: 0;
}

/* --------------------------------------------------------------------------
   6. Site Header / Sticky Navbar
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-light);
  padding: 14px 0;
  transition: all 0.2s ease;
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.brand-text {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--text-main);
  letter-spacing: -0.03em;
}

.brand-sparkle-glow {
  font-size: 1.35rem;
}

.verified-pill {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-emerald);
  background: var(--accent-emerald-light);
  border: 1px solid var(--accent-emerald-border);
  padding: 3px 10px;
  border-radius: var(--radius-full);
  margin-left: 6px;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  font-family: var(--font-heading);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-body);
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--primary);
}

.nav-cta {
  padding: 10px 24px;
  font-size: 0.875rem;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2.5px;
  background-color: var(--text-main);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* --------------------------------------------------------------------------
   7. Hero Section
   -------------------------------------------------------------------------- */
.hero-section {
  padding: 48px 0 68px;
  background: var(--gradient-hero);
  border-bottom: 1px solid var(--border-light);
  position: relative;
}

.hero-eyebrow-container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 18px;
}

.glass-pill-authority {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid var(--border-light);
  padding: 6px 18px;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-sm);
  font-size: 0.8125rem;
  color: var(--text-body);
}

.pill-star {
  color: var(--accent-gold);
  font-size: 0.9375rem;
  letter-spacing: 2px;
}

.hero-grid-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.hero-content-wrapper {
  display: flex;
  flex-direction: column;
}

.hero-tag-glow {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 8px;
}

.hero-title-main {
  font-size: clamp(2.125rem, 3.8vw, 2.875rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.16;
  margin-bottom: 18px;
  color: var(--text-main);
}

.hero-desc-p {
  font-size: 20px;
  color: var(--text-body);
  line-height: 1.65;
  margin-bottom: 24px;
}

.hero-feature-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.feature-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 11px 16px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-main);
  box-shadow: var(--shadow-xs);
  transition: all 0.2s ease;
}

.feature-chip:hover {
  border-color: var(--border-green);
  background: #fcfdfd;
  transform: translateX(3px);
}

.tick-svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.hero-cta-action-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.button-hero {
  flex-direction: column;
  padding: 18px 32px;
  text-align: center;
  width: 100%;
  border-radius: var(--radius-lg);
}

.btn-headline {
  font-size: 1.1875rem;
  letter-spacing: 0.03em;
}

.btn-subtext {
  font-size: 0.8125rem;
  font-weight: 500;
  opacity: 0.95;
}

.hero-trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-muted);
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Hero Media Stage */
.hero-media-wrapper {
  position: relative;
}

.product-glass-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 10px 0 20px;
}

.hero-product-image {
  max-height: 460px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 15px 25px rgba(15, 23, 42, 0.12));
}

.hero-product-image:hover {
  transform: scale(1.02);
}

.glass-floating-badge {
  position: absolute;
  bottom: 0px;
  left: 20px;
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 10px 16px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 12px;
}

.glass-floating-badge strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.9375rem;
  color: var(--text-main);
  line-height: 1.1;
}

.glass-floating-badge span {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* --------------------------------------------------------------------------
   8. Customer Reviews & Infinite Marquee
   -------------------------------------------------------------------------- */
.reviews-section {
  padding: 76px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--border-light);
}

.customer-marquee-wrapper {
  overflow: hidden;
  position: relative;
  padding: 16px 0 40px;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.marquee-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: marqueeScroll 35s linear infinite;
}

.customer-marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}

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

.marquee-card {
  position: relative;
  width: 165px;
  height: 165px;
  flex-shrink: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-xs);
  background: var(--bg-card-alt);
}

.marquee-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.marquee-card:hover img {
  transform: scale(1.05);
}

.verified-tag {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(4px);
  color: #fbbf24;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: var(--radius-full);
}

/* 3 In-Depth Featured Review Cards: Stacked Rows with Square Images */
.reviews-cards-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 980px;
  margin: 24px auto 0;
}

.glass-review-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.glass-review-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: #cbd5e1;
}

.featured-glow-card {
  border: 2px solid #1C5856;
  background: #fcfdfd;
  box-shadow: var(--shadow-md);
}

.featured-ribbon-tag {
  position: absolute;
  top: -12px;
  right: 24px;
  background: #1C5856;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 4px 14px;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-xs);
}

.review-content-grid {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.review-avatar-box {
  flex-shrink: 0;
}

.review-avatar-box img,
.review-square-img {
  width: 130px;
  height: 130px;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-xs);
  display: block;
}

.review-main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.review-copy-box {
  min-width: 0;
}

.review-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-light);
}

.badge-verified-buyer {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--accent-emerald);
  background: var(--accent-emerald-light);
  padding: 4px 12px;
  border-radius: var(--radius-full);
}

.stars-icon {
  height: 18px;
  width: auto;
}

.review-title {
  font-size: clamp(1.15rem, 1.7vw, 1.8rem);
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.3;
  margin-top: 4px;
}

.review-copy-box p {
  font-size: clamp(0.96rem, 1.8vw, 1.2rem);
  color: var(--text-body);
  line-height: 1.6;
  margin-bottom: 8px;
}

.author-sign {
  font-size: 0.9375rem;
  color: var(--text-muted);
  border-top: 1px solid #f1f5f9;
  padding-top: 10px;
  margin-top: 4px;
}

.author-sign strong {
  color: var(--text-main);
}

/* --------------------------------------------------------------------------
   9. What Makes Trimoryn Different Section
   -------------------------------------------------------------------------- */
.difference-section {
  padding: 76px 0;
  background: var(--bg-page);
  border-bottom: 1px solid var(--border-light);
}

.feature-glass-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.glass-pillar-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 32px 20px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transition: all 0.25s ease;
}

.glass-pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-border);
}

.pillar-icon-box img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.glass-pillar-card h3 {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--text-main);
}

.glass-pillar-card p {
  font-size: 0.875rem;
  color: var(--text-body);
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   10. Pricing Sections (1st & 2nd Grids)
   -------------------------------------------------------------------------- */
.pricing-section,
.order-section {
  padding: 76px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--border-light);
}

.offer-banner-wrapper {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.offer-banner-img {
  max-width: 480px;
  height: auto;
}

.modern-pricing-grid {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 26px;
  margin-top: 20px;
  width: 100%;
}

.pricing-card {
  display: block;
  flex: 1 1 0;
  min-width: 260px;
  max-width: 420px;
  background: #ffffff;
  border: 2px solid var(--border-light);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
  position: relative;
}

.pricing-card img {
  width: 100%;
  height: auto;
  display: block;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: var(--primary);
}

.pricing-card-featured {
  border-color: var(--accent-emerald);
  border-radius: 32px;
  transform: scale(1.04);
  box-shadow: var(--shadow-xl), 0 0 25px rgba(5, 150, 105, 0.25);
  z-index: 2;
}

.pricing-card-featured:hover {
  transform: scale(1.06) translateY(-4px);
}

/* --------------------------------------------------------------------------
   11. What is Trimoryn? Section
   -------------------------------------------------------------------------- */
.what-section {
  padding: 76px 0;
  background: var(--bg-page);
  border-bottom: 1px solid var(--border-light);
}

.glass-story-container {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 44px;
  box-shadow: var(--shadow-md);
}

.story-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 48px;
  align-items: center;
}

.story-media-box img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.story-copy-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.story-lead {
  font-size: 22px;
  color: var(--text-main);
  line-height: 1.65;
}

.story-copy-box p {
  font-size: 20px;
  color: var(--text-body);
  line-height: 1.7;
}

.story-callout-glass {
  background: var(--primary-light);
  border-left: 4px solid var(--primary);
  padding: 18px 22px;
  border-radius: var(--radius-md);
  font-size: 20px;
  color: var(--text-main);
  line-height: 1.7;
}

.story-guarantee-note {
  font-size: 20px;
  color: var(--accent-emerald);
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   12. Benefits Section (10 Tiles)
   -------------------------------------------------------------------------- */
.benefits-section {
  padding: 76px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--border-light);
}

.benefits-grid-modern {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.glass-benefit-tile {
  background: var(--bg-page);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 22px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: var(--shadow-xs);
  transition: all 0.2s ease;
}

.glass-benefit-tile:hover {
  background: #ffffff;
  border-color: var(--border-green);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.tile-icon-check {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--accent-emerald-light);
  color: var(--accent-emerald);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
}

.tile-body h4 {
  font-size: 1.0625rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--text-main);
}

.tile-body p {
  font-size: 0.875rem;
  color: var(--text-body);
  line-height: 1.55;
}

/* --------------------------------------------------------------------------
   13. How Does Trimoryn Work? (5 Steps)
   -------------------------------------------------------------------------- */
.work-section {
  padding: 76px 0;
  background: var(--bg-page);
  border-bottom: 1px solid var(--border-light);
}

.steps-flow-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}

.glass-step-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 28px 18px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transition: all 0.25s ease;
}

.glass-step-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-border);
}

.step-counter-glow {
  font-family: var(--font-heading);
  font-size: 1.875rem;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
}

.glow-gold {
  color: var(--accent-gold-dark);
}

.glass-step-card h4 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--text-main);
}

.glass-step-card p {
  font-size: 0.8125rem;
  color: var(--text-body);
  line-height: 1.55;
}

.step-card-featured {
  background: #fffdfa;
  border-color: #fde68a;
}

.result-glow-banner {
  background: linear-gradient(135deg, var(--primary) 0%, #115e59 100%);
  color: #ffffff;
  border-radius: var(--radius-xl);
  padding: 40px 32px;
  text-align: center;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.result-tag-pill {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 14px;
  border-radius: var(--radius-full);
}

.result-glow-banner h3 {
  font-size: 1.875rem;
  color: #ffffff;
}

.result-glow-banner p {
  font-size: 1rem;
  color: #e2e8f0;
  max-width: 600px;
}

/* --------------------------------------------------------------------------
   14. Advantages Section
   -------------------------------------------------------------------------- */
.advantages-section {
  padding: 76px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--border-light);
}

.advantages-glass-deck {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.adv-glass-tile {
  background: var(--bg-page);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 28px 22px;
  box-shadow: var(--shadow-xs);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.25s ease;
}

.adv-glass-tile:hover {
  background: #ffffff;
  box-shadow: var(--shadow-md);
  border-color: var(--primary-border);
  transform: translateY(-3px);
}

.adv-glyph {
  font-size: 2rem;
  line-height: 1;
}

.adv-glass-tile h4 {
  font-size: 1.0625rem;
  font-weight: 800;
  color: var(--text-main);
}

.adv-glass-tile p {
  font-size: 0.875rem;
  color: var(--text-body);
  line-height: 1.55;
}

.tile-guarantee-highlight {
  grid-column: span 3;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  background: var(--accent-emerald-light);
  border-color: var(--accent-emerald-border);
}

.adv-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* --------------------------------------------------------------------------
   15. Ingredients Section & Label
   -------------------------------------------------------------------------- */
.ingredients-section {
  padding: 76px 0;
  background: var(--bg-page);
  border-bottom: 1px solid var(--border-light);
}

.ingredients-deck-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 28px;
  color: var(--text-body);
}

.ingredients-glass-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 36px;
}

.glass-ing-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 26px 22px;
  box-shadow: var(--shadow-xs);
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  transition: all 0.25s ease;
}

.glass-ing-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-border);
}

.ing-badge-counter {
  color: var(--primary);
  font-size: 1.25rem;
  line-height: 1;
}

.glass-ing-card h4 {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--text-main);
}

.glass-ing-card p {
  font-size: 0.875rem;
  color: var(--text-body);
  line-height: 1.55;
}

.ing-card-span-full {
  grid-column: span 3;
}

.supplement-label-showcase {
  margin-top: 48px;
}

.label-image-box {
  max-width: 680px;
  margin: 0 auto;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
}

/* --------------------------------------------------------------------------
   16. Quality Guarantee Section
   -------------------------------------------------------------------------- */
.quality-section {
  padding: 76px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--border-light);
}

.glass-quality-banner {
  background: var(--bg-page);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 44px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: center;
  box-shadow: var(--shadow-md);
}

.quality-text-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.quality-glow-tag {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--primary);
  background: var(--primary-light);
  border: 1px solid var(--primary-border);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  width: fit-content;
}

.quality-text-col h3 {
  font-size: 1.625rem;
  font-weight: 800;
  color: var(--text-main);
}

.quality-text-col p {
  font-size: 0.9375rem;
  color: var(--text-body);
  line-height: 1.6;
}

.quality-img-col {
  display: flex;
  justify-content: center;
}

.quality-seal-img {
  max-width: 200px;
  height: auto;
}

/* --------------------------------------------------------------------------
   17. Proven Formula (4 Pillars)
   -------------------------------------------------------------------------- */
.proven-section {
  padding: 76px 0;
  background: var(--bg-page);
  border-bottom: 1px solid var(--border-light);
}

.pillars-glass-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.glass-standout-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 32px 20px;
  box-shadow: var(--shadow-xs);
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transition: all 0.25s ease;
}

.glass-standout-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-border);
}

.pillar-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
}

.glass-standout-card h4 {
  font-size: 1.0625rem;
  font-weight: 800;
  color: var(--text-main);
}

.glass-standout-card p {
  font-size: 0.875rem;
  color: var(--text-body);
  line-height: 1.55;
}

/* --------------------------------------------------------------------------
   18. 60-Day Money Back Guarantee
   -------------------------------------------------------------------------- */
.guarantee-section {
  padding: 76px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--border-light);
}

.glass-guarantee-box {
  background: #ffffff;
  border: 2px solid var(--border-green);
  border-radius: var(--radius-xl);
  padding: 48px 40px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: center;
  box-shadow: var(--shadow-md);
}

.guarantee-shield-frame {
  display: flex;
  justify-content: center;
}

.guarantee-shield-frame img {
  max-width: 190px;
  height: auto;
}

.guarantee-copy-frame {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.guarantee-secure-pill {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--accent-emerald);
  background: #ffffff;
  border: 1px solid var(--border-green);
  padding: 4px 14px;
  border-radius: var(--radius-full);
  width: fit-content;
}

.guarantee-copy-frame h2 {
  font-size: clamp(1.625rem, 2.8vw, 2.25rem);
  font-weight: 800;
  color: var(--text-main);
}

.guarantee-copy-frame p {
  font-size: 20px;
  color: var(--text-body);
  line-height: 1.7;
}

.guarantee-action-row {
  margin-top: 8px;
}

.button-guarantee {
  padding: 15px 34px;
}

/* --------------------------------------------------------------------------
   19. FAQ Accordion Section
   -------------------------------------------------------------------------- */
.faq-section {
  padding: 76px 0;
  background: var(--bg-page);
  border-bottom: 1px solid var(--border-light);
}

.faq-glass-container {
  max-width: 840px;
}

.faq-accordion-deck {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.glass-faq-item {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: all 0.2s ease;
}

.glass-faq-item:hover {
  border-color: #cbd5e1;
}

.faq-question-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  text-align: left;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--text-main);
  transition: all 0.2s ease;
}

.faq-question-btn:hover {
  color: var(--primary);
  background: #fcfdfd;
}

.faq-toggle-glyph {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--primary);
  font-weight: 400;
  transition: transform 0.2s ease;
  margin-left: 12px;
}

.faq-question-btn[aria-expanded="true"] .faq-toggle-glyph {
  transform: rotate(45deg);
}

.faq-answer-drawer {
  padding: 0 24px 20px;
  font-size: 20px;
  color: var(--text-body);
  line-height: 1.7;
  border-top: 1px solid #f1f5f9;
}

.faq-answer-drawer p {
  padding-top: 14px;
  font-size: 20px;
  line-height: 1.7;
}

/* --------------------------------------------------------------------------
   20. Special Limited Time Deal Section
   -------------------------------------------------------------------------- */
.special-offer-section {
  padding: 80px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--border-light);
}

.special-offer-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.special-offer-image {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 36px auto;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
}

.special-offer-image:hover {
  transform: translateY(-6px) scale(1.02);
}

.special-offer-bottle {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 25px 40px rgba(15, 23, 42, 0.14));
}

.glass-special-offer-card {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  padding: 38px 36px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.special-pricing-tag {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.old-price {
  font-size: 1rem;
  color: var(--text-muted);
}

.today-price {
  font-size: 1.45rem;
  color: var(--text-main);
  font-weight: 700;
}

.today-price strong {
  color: var(--accent-emerald);
}

.button-special {
  width: 100%;
  max-width: 440px;
  padding: 18px 32px;
  font-size: 1.15rem;
}

/* --------------------------------------------------------------------------
   21. Sitemap & Page Quick Links
   -------------------------------------------------------------------------- */
.page-links-section {
  padding: 50px 0;
  background: var(--bg-page);
  border-bottom: 1px solid var(--border-light);
}

.glass-sitemap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.glass-sitemap-grid ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.glass-sitemap-grid a {
  font-family: var(--font-heading);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-body);
}

.glass-sitemap-grid a:hover {
  color: var(--primary);
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
   22. Footer & Legal Disclaimers
   -------------------------------------------------------------------------- */
.site-footer {
  padding: 52px 0 36px;
  background: #0f172a;
  color: #94a3b8;
  font-size: 0.8125rem;
  line-height: 1.7;
}

.footer-content-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-disclaimer {
  color: #94a3b8;
}

.footer-copyright-bar {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #1e293b;
  text-align: center;
  color: #64748b;
}

.footer-copyright-bar a {
  color: #cbd5e1;
}

/* --------------------------------------------------------------------------
   23. Floating Sticky Buy Bar
   -------------------------------------------------------------------------- */
.sticky-buy-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--border-light);
  padding: 12px 0;
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.08);
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.sticky-buy-bar.is-visible {
  transform: translateY(0);
}

.sticky-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sticky-product-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sticky-thumb {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.sticky-title {
  font-family: var(--font-heading);
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--text-main);
}

.sticky-sub {
  font-size: 0.75rem;
  color: var(--accent-emerald);
  font-weight: 600;
}

.sticky-btn {
  padding: 10px 24px;
  font-size: 0.875rem;
}

/* --------------------------------------------------------------------------
   24. Live Social Proof Toast Popup
   -------------------------------------------------------------------------- */
.social-proof-popup {
  position: fixed;
  bottom: 80px;
  left: 20px;
  z-index: 999;
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 12px 16px;
  box-shadow: var(--shadow-xl);
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 340px;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.social-proof-popup.sp-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.sp-avatar-wrapper {
  position: relative;
  flex-shrink: 0;
}

.sp-avatar-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.sp-verified-badge {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 16px;
  height: 16px;
  background: var(--accent-emerald);
  color: #ffffff;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #ffffff;
}

.sp-text-frame {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  line-height: 1.35;
}

.sp-user-line strong {
  color: var(--text-main);
  font-size: 0.8125rem;
}

.sp-sep {
  color: #cbd5e1;
  margin: 0 4px;
}

.sp-action {
  color: var(--primary);
  font-weight: 600;
  margin: 2px 0;
}

.sp-meta-line {
  color: var(--text-muted);
}

.sp-verified {
  color: var(--accent-emerald);
  font-weight: 600;
}

.sp-close-btn {
  color: var(--text-muted);
  font-size: 1.125rem;
  line-height: 1;
  padding: 4px;
  margin-left: auto;
  align-self: flex-start;
}

/* --------------------------------------------------------------------------
   25. Responsive Breakpoints
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .hero-grid-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .product-glass-stage {
    max-width: 460px;
    margin: 0 auto;
  }

  .reviews-cards-container {
    max-width: 100%;
  }

  .feature-glass-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-flow-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pillars-glass-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-grid-layout {
    grid-template-columns: 1fr;
  }

  .story-media-box {
    max-width: 440px;
    margin: 0 auto;
  }

  .glass-quality-banner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .quality-glow-tag {
    margin: 0 auto;
  }

  .glass-guarantee-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .guarantee-secure-pill {
    margin: 0 auto;
  }

  .guarantee-action-row {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 1100px) {
  .modern-pricing-grid {
    gap: 18px;
    max-width: 100%;
  }

  .pricing-card {
    min-width: 220px;
  }

  .pricing-card-featured {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 980px) {
  .navbar-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .nav-panel {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 18px;
  }
}

@media (max-width: 768px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-section,
  .order-section {
    padding: 52px 0;
  }

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

  .site-header {
    padding: 10px 0;
  }

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

  .brand-text {
    font-size: clamp(1.3rem, 4vw, 1.75rem);
  }

  .nav-toggle {
    display: flex;
  }

  .nav-panel {
    position: fixed;
    top: 61px;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid var(--border-light);
    flex-direction: column;
    padding: 24px;
    box-shadow: var(--shadow-lg);
    display: none;
  }

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

  .nav-links {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    text-align: center;
  }

  .nav-cta {
    width: 100%;
  }

  .hero-section {
    padding: 32px 0 42px;
  }

  .glass-pill-authority {
    width: 100%;
    justify-content: center;
    padding: 8px 12px;
    flex-wrap: wrap;
    text-align: center;
  }

  .hero-title-main {
    font-size: clamp(2rem, 7vw, 2.6rem);
    line-height: 1.12;
  }

  .hero-desc-p,
  .story-copy-box p,
  .story-lead,
  .section-subtitle,
  .section-footer-prompter,
  .review-copy-box p {
    font-size: clamp(0.98rem, 4vw, 1.2rem);
    line-height: 1.6;
  }

  .feature-chip {
    padding: 10px 12px;
    font-size: 0.875rem;
    line-height: 1.45;
  }

  .hero-cta-action-box {
    gap: 12px;
  }

  .button-hero {
    padding: 15px 18px;
  }

  .btn-headline {
    font-size: 1.05rem;
  }

  .hero-trust-bar {
    gap: 10px 14px;
  }

  .hero-product-image {
    max-height: 320px;
  }

  .marquee-card {
    width: 130px;
    height: 130px;
  }

  .section-title-large {
    padding: 12px 16px;
    font-size: clamp(1.25rem, 6vw, 1.8rem);
  }

  .glass-story-container {
    padding: 22px 18px;
  }

  .story-grid-layout {
    gap: 24px;
  }

  .story-copy-box {
    gap: 12px;
  }

  .story-lead,
  .story-copy-box p,
  .story-callout-glass,
  .story-guarantee-note {
    font-size: clamp(0.96rem, 3.8vw, 1.12rem);
    line-height: 1.55;
  }

  .story-callout-glass {
    padding: 14px 16px;
  }

  .section-footer-prompter {
    font-size: clamp(0.96rem, 3.8vw, 1.12rem);
    line-height: 1.55;
  }

  .supplement-label-showcase {
    margin-top: 24px;
  }

  .label-image-box {
    max-width: 100%;
    width: 100%;
  }

  .benefits-grid-modern {
    grid-template-columns: 1fr;
  }

  .glass-benefit-tile {
    padding: 18px 16px;
  }

  .modern-pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 100%;
    overflow: visible;
    padding-bottom: 0;
  }

  .pricing-card,
  .pricing-card-featured {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
  }

  .pricing-card-featured {
    transform: none;
    max-width: none;
  }

  .pricing-card-featured:hover {
    transform: translateY(-4px);
  }

  .offer-banner-img {
    max-width: 100%;
    width: 100%;
  }

  .steps-flow-grid {
    grid-template-columns: 1fr;
  }

  .advantages-glass-deck {
    grid-template-columns: 1fr;
  }

  .tile-guarantee-highlight {
    grid-column: span 1;
    flex-direction: column;
    text-align: center;
  }

  .ingredients-glass-grid {
    grid-template-columns: 1fr;
  }

  .ing-card-span-full {
    grid-column: span 1;
  }

  .pillars-glass-grid {
    grid-template-columns: 1fr;
  }

  .feature-glass-grid {
    grid-template-columns: 1fr;
  }

  .glass-sitemap-grid {
    grid-template-columns: 1fr;
  }

  .social-proof-popup {
    left: 12px;
    right: 12px;
    bottom: 74px;
    max-width: none;
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .top-flash-bar {
    font-size: 0.75rem;
  }

  .flash-inner {
    gap: 6px;
  }

  .flash-message {
    line-height: 1.4;
  }

  .verified-pill {
    display: none;
  }

  .brand {
    gap: 6px;
  }

  .hero-section {
    padding-top: 24px;
    padding-bottom: 36px;
  }

  .hero-feature-cards {
    gap: 8px;
  }

  .feature-chip {
    align-items: flex-start;
  }

  .tick-svg {
    margin-top: 2px;
  }

  .glass-review-card {
    padding: 18px 16px;
    gap: 14px;
  }

  .review-content-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .review-avatar-box {
    display: flex;
    justify-content: center;
  }

  .review-avatar-box img {
    width: 110px;
    height: 110px;
  }

  .review-title {
    font-size: clamp(1.25rem, 5.5vw, 1.7rem);
    line-height: 1.2;
  }

  .review-copy-box p {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .review-header-bar {
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }
}
