/* ===================================================================
   AGEWELL ALLIANCE — PAGE-SPECIFIC STYLES
   Layout/animation blocks scoped to one page only. Kept out of
   components.css so a global cascade isn't burdened with one-page art.

   Load order: AFTER components, BEFORE a11y. These blocks may
   reference component classes; a11y rules need to win last.

   FOLLOW-UP PRUNE CANDIDATES (no surviving HTML references —
   leftovers from deleted fear-funnel pages assessment.html and
   pricing.html, both now 301-redirected per vercel.json):
     - assessment-*, score-*, risk-*, vulnerability-*, lawsuit-risk-*
     - checkout-*, device-*, order-summary, plan-grid, recommended-badge
   Kept here for safety this split; remove in a separate prune commit
   only after confirming they truly load nowhere.
   =================================================================== */

/* ===== WHY AGEWELL PAGE ===== */
/* ===== WHY AGEWELL PAGE ===== */
.comparison-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.comparison-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
.comparison-card.agewell {
  border: 2px solid var(--gold);
  background: linear-gradient(135deg, var(--white), rgba(201, 168, 76, 0.03));
  position: relative;
}
.comparison-card.agewell::before {
  content: 'AGEWELL ALLIANCE';
  position: absolute;
  top: -12px;
  left: 2rem;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0.3rem 1rem;
  border-radius: 100px;
  font-family: var(--font-mono);
}
.stat-ring {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--gold);
  background: rgba(201, 168, 76, 0.05);
  transition: transform 0.5s var(--ease-spring),
              box-shadow 0.5s ease;
}
.stat-ring:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(201, 168, 76, 0.2);
}
.stat-ring .number {
  font-family: var(--font-mono);
  font-size: 2rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}
.stat-ring .label {
  font-size: 0.7rem;
  color: var(--text-light);
  text-align: center;
  margin-top: 0.25rem;
  max-width: 90px;
  line-height: 1.3;
}

/* ROI Calculator */
.roi-calculator {
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  border-radius: var(--radius-xl);
  padding: 3rem;
  position: relative;
  overflow: hidden;
}
.roi-calculator::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.06) 0%, transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}
.roi-result {
  background: rgba(26, 122, 76, 0.12);
  border: 1px solid rgba(26, 122, 76, 0.2);
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
  margin-top: 1.5rem;
  transition: transform 0.5s var(--ease-spring);
}
.roi-result:hover {
  transform: scale(1.02);
}


/* ===== TECHNOLOGY PAGE — SONAR + HERO TABLET DEMO ===== */
/* ===== TECHNOLOGY PAGE — SONAR VISUALIZATION ===== */
.sonar-ring {
  position: absolute;
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: 50%;
  animation: sonar-pulse 3s ease-out infinite;
}
.sonar-ring:nth-child(2) { animation-delay: 1s; }
.sonar-ring:nth-child(3) { animation-delay: 2s; }
@keyframes sonar-pulse {
  0% { transform: scale(0.3); opacity: 1; }
  100% { transform: scale(1); opacity: 0; }
}

/* Product section anchor offset for fixed header */
[id="tinkysee"], [id="tinkyspeak"], [id="tinkyhealth"], [id="linguascribe"] {
  scroll-margin-top: 100px;
}

/* ===== HERO TABLET DEMO ===== */
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
.hero-text { position: relative; z-index: 2; }
.hero-tablet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.hero-device-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.15);
  padding: 0.4rem 1rem;
  border-radius: 100px;
}
.hero-device-label svg {
  color: var(--gold);
  flex-shrink: 0;
}
.hero-device-caption {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  font-style: italic;
  max-width: 380px;
  text-align: center;
  justify-content: center;
  line-height: 1.4;
}
.hero-tablet-frame {
  background: linear-gradient(145deg, #151b30, #0a0e1c);
  border-radius: 28px;
  border: 2px solid rgba(255,255,255,0.06);
  padding: 14px;
  box-shadow:
    0 50px 100px rgba(0,0,0,0.5),
    0 20px 40px rgba(0,0,0,0.3),
    inset 0 1px 0 rgba(255,255,255,0.04);
  transform: perspective(1200px) rotateY(-5deg);
  animation: tablet-float 5s ease-in-out infinite;
  max-width: 380px;
  width: 100%;
}
.hero-tablet-notch {
  width: 56px;
  height: 4px;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  margin: 6px auto 10px;
}
.hero-tablet-screen {
  background: linear-gradient(180deg, rgba(15,20,40,0.95), rgba(10,14,30,0.98));
  border-radius: 18px;
  overflow: hidden;
  min-height: 420px;
}
/* Tablet header bar */
.tablet-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 1.25rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.tablet-header svg {
  width: 20px;
  height: 20px;
  color: var(--gold);
  flex-shrink: 0;
}
.tablet-header span:first-of-type {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.02em;
}
.tablet-live-badge {
  margin-left: auto;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #34d399;
  background: rgba(52,211,153,0.12);
  padding: 0.2rem 0.55rem;
  border-radius: 100px;
  animation: live-pulse 2s ease-in-out infinite;
}
@keyframes live-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
/* Tablet float animation */
@keyframes tablet-float {
  0%, 100% { transform: perspective(1200px) rotateY(-5deg) translateY(0); }
  50% { transform: perspective(1200px) rotateY(-5deg) translateY(-10px); }
}
/* Tablet entrance animation */
.hero-animate-tablet {
  opacity: 0;
  transform: translateX(40px);
  animation: tablet-enter 0.8s ease-out 0.6s forwards;
}
@keyframes tablet-enter {
  to { opacity: 1; transform: translateX(0); }
}
/* === Tablet Demo Tabs === */
.tablet-nav {
  display: flex;
  gap: 2px;
  padding: 0.5rem 0.75rem 0;
  background: rgba(255,255,255,0.02);
}
.tablet-nav-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.55rem 0.4rem;
  font-size: 0.68rem;
  font-weight: 600;
  font-family: var(--font-mono);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s;
}
.tablet-nav-btn:hover {
  color: rgba(255,255,255,0.6);
}
.tablet-nav-btn.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
.tablet-nav-btn svg {
  flex-shrink: 0;
}
.tablet-tabs-content {
  position: relative;
  min-height: 300px;
}
.tablet-tab {
  display: none;
  padding: 0.75rem;
  animation: tabFadeIn 0.3s ease;
}
.tablet-tab.active {
  display: block;
}
@keyframes tabFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
/* Menu tab */
.tablet-menu-grid {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.tablet-menu-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  transition: border-color 0.2s;
}
.tablet-menu-item:hover {
  border-color: rgba(201,168,76,0.2);
}
.tablet-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.2rem;
}
.tablet-menu-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
}
.tablet-menu-price {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold);
}
.tablet-menu-desc {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.35);
  margin-bottom: 0.35rem;
}
.tablet-menu-tags {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.tmtag {
  font-size: 0.6rem;
  padding: 0.15rem 0.45rem;
  border-radius: 100px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.5);
}
.tmtag.veg { background: rgba(52,211,153,0.1); color: #34d399; }
.tmtag.gf { background: rgba(201,168,76,0.1); color: var(--gold); }
.tablet-menu-footer {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 0.75rem;
  font-size: 0.65rem;
  color: rgba(52,211,153,0.7);
  border-top: 1px solid rgba(255,255,255,0.04);
  margin-top: 0.5rem;
}
.tablet-menu-footer svg { color: #34d399; flex-shrink: 0; }
/* Translate tab */
.tablet-translate-demo { padding: 0.25rem 0; }
.tablet-translate-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.tablet-translate-from, .tablet-translate-to {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  padding: 0.3rem 0.8rem;
  background: rgba(255,255,255,0.06);
  border-radius: 100px;
}
.tablet-translate-to { background: rgba(201,168,76,0.12); color: var(--gold); }
.tablet-translate-header svg { color: rgba(255,255,255,0.3); }
.tablet-translate-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  overflow: hidden;
}
.tablet-translate-original, .tablet-translate-result {
  padding: 0.75rem;
}
.tablet-translate-label {
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.3);
  margin-bottom: 0.3rem;
  font-family: var(--font-mono);
}
.tablet-translate-text {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
}
.tablet-translate-sub {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.4);
  margin-top: 0.2rem;
}
.tablet-translate-divider {
  height: 1px;
  background: rgba(255,255,255,0.06);
}
.tablet-translate-result {
  background: rgba(201,168,76,0.04);
}
.tablet-translate-result .tablet-translate-text { color: var(--gold); }
.tablet-lang-chips {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
.tablet-lang-chip {
  font-size: 0.62rem;
  padding: 0.25rem 0.55rem;
  border-radius: 100px;
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.4);
  font-weight: 500;
}
.tablet-lang-chip.active {
  background: rgba(201,168,76,0.15);
  color: var(--gold);
}
/* Certify tab */
.tablet-cert-demo { padding: 0.25rem 0; display: flex; justify-content: center; }
.tablet-cert-card {
  text-align: center;
  background: rgba(52,211,153,0.04);
  border: 1px solid rgba(52,211,153,0.12);
  border-radius: 12px;
  padding: 1.25rem 1rem;
  width: 100%;
}
.tablet-cert-badge { margin-bottom: 0.5rem; }
.tablet-cert-title {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #34d399;
  margin-bottom: 0.25rem;
}
.tablet-cert-status {
  font-size: 0.72rem;
  color: rgba(52,211,153,0.7);
  margin-bottom: 0.75rem;
}
.tablet-cert-qr {
  display: flex;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.tablet-qr-grid {
  width: 64px;
  height: 64px;
  background:
    repeating-conic-gradient(rgba(255,255,255,0.8) 0% 25%, transparent 0% 50%) 0 0 / 8px 8px,
    linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.6));
  border-radius: 6px;
  border: 3px solid white;
}
.tablet-cert-details {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.tablet-cert-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.68rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.tablet-cert-row span:first-child { color: rgba(255,255,255,0.35); }
.tablet-cert-row span:last-child { color: rgba(255,255,255,0.75); font-weight: 600; font-family: var(--font-mono); }
/* Access tab */
.tablet-access-demo { padding: 0.25rem 0; }
.tablet-access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.tablet-access-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 0.85rem 0.5rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  color: rgba(255,255,255,0.6);
  transition: all 0.2s;
  cursor: pointer;
}
.tablet-access-btn:hover {
  background: rgba(201,168,76,0.08);
  border-color: rgba(201,168,76,0.15);
  color: var(--gold);
}
.tablet-access-btn span {
  font-size: 0.68rem;
  font-weight: 600;
}
/* Lock tablet to 16px base so page-wide html font-size changes don't affect it */
.hero-tablet-screen {
  font-size: 16px !important;
}
/* Tablet controls are exempt from page-wide a11y toggle effects — see matching exclusions below near each html.a11y-* rule */
/* Responsive: stack at 900px */
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }
  .hero-grid .hero-text {
    order: 1;
  }
  .hero-grid .hero-tablet {
    order: 2;
  }
  .hero-tablet-frame {
    max-width: 320px;
    margin: 0 auto;
    transform: perspective(1200px) rotateY(0deg);
  }
  @keyframes tablet-float {
    0%, 100% { transform: perspective(1200px) rotateY(0deg) translateY(0); }
    50% { transform: perspective(1200px) rotateY(0deg) translateY(-8px); }
  }
  .hero-grid .hero-text .hero-animate-cta {
    justify-content: center;
  }
  .hero-grid .hero-text p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .hero-tablet-frame {
    max-width: 280px;
    padding: 10px;
    border-radius: 20px;
  }
  .hero-tablet-screen {
    min-height: 360px;
    border-radius: 14px;
  }
}
/* prefers-reduced-motion: disable float */
@media (prefers-reduced-motion: reduce) {
  .hero-tablet-frame { animation: none; }
  .hero-animate-tablet { animation: none; opacity: 1; transform: none; }
  .tablet-live-badge { animation: none; }
}


/* ===== ASSESSMENT WIZARD + CHECKOUT FLOW (deleted-page leftovers — prune candidates) ===== */
/* ===== ASSESSMENT WIZARD ===== */
.assessment-progress { height: 4px; background: var(--gray-200); border-radius: 2px; overflow: hidden; margin-bottom: 2rem; }
.assessment-progress-fill { height: 100%; background: var(--gold); border-radius: 2px; transition: width 0.5s cubic-bezier(0.25,0.46,0.45,0.94); }
.assessment-steps-nav { display: flex; justify-content: center; gap: 0.6rem; margin-bottom: 2.5rem; }
.assessment-step-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gray-300); transition: all 0.3s; }
.assessment-step-dot.active { background: var(--gold); transform: scale(1.3); }
.assessment-step-dot.completed { background: var(--green); }
.assessment-step { display: none; }
.assessment-step.active { display: block; animation: stepFadeIn 0.4s ease-out; }
@keyframes stepFadeIn { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } }
.assessment-step-title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--navy); margin-bottom: 0.5rem; }
.assessment-step-desc { color: var(--text-light); font-size: 0.95rem; margin-bottom: 2rem; }
.assessment-nav { display: flex; justify-content: space-between; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(0,0,0,0.06); }
.assessment-option-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 0.75rem; }
.assessment-option { border: 2px solid var(--gray-200); border-radius: var(--radius-md); padding: 1rem 1.25rem; cursor: pointer; transition: all 0.3s; display: flex; align-items: center; gap: 0.75rem; background: var(--white); }
.assessment-option:hover { border-color: var(--gold); background: rgba(201,168,76,0.03); }
.assessment-option.selected { border-color: var(--gold); background: rgba(201,168,76,0.06); box-shadow: 0 0 0 3px rgba(201,168,76,0.1); }
.assessment-option input[type="radio"],
.assessment-option input[type="checkbox"] { position: absolute; opacity: 0; pointer-events: none; }
.assessment-option-label { font-size: 0.9rem; font-weight: 500; color: var(--navy); }
.assessment-option-icon { font-size: 1.3rem; flex-shrink: 0; }
.assessment-yn { display: flex; gap: 0.75rem; }
.assessment-yn .assessment-option { flex: 1; justify-content: center; padding: 1.25rem; font-weight: 600; }
/* Score circle */
.score-circle { width: 200px; height: 200px; position: relative; margin: 0 auto 2rem; }
.score-circle svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.score-circle-bg { fill: none; stroke: var(--gray-200); stroke-width: 8; }
.score-circle-fill { fill: none; stroke-width: 8; stroke-linecap: round; transition: stroke-dashoffset 1.5s cubic-bezier(0.25,0.46,0.45,0.94); }
.score-grade { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; }
.score-grade-letter { font-family: var(--font-display); font-size: 3.5rem; font-weight: 800; line-height: 1; }
.score-grade-number { font-family: var(--font-mono); font-size: 0.9rem; color: var(--text-light); margin-top: 0.25rem; }
.risk-bar { height: 8px; background: var(--gray-200); border-radius: 4px; overflow: hidden; margin-top: 0.5rem; }
.risk-bar-fill { height: 100%; border-radius: 4px; transition: width 1s cubic-bezier(0.25,0.46,0.45,0.94); }
.risk-category { margin-bottom: 1.25rem; }
.risk-category-label { font-size: 0.85rem; font-weight: 600; color: var(--navy); display: flex; justify-content: space-between; }
.assessment-results { display: none; }
.assessment-results.visible { display: block; animation: stepFadeIn 0.5s ease-out; }
.vulnerability-item { display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.75rem 0; border-bottom: 1px solid rgba(0,0,0,0.04); font-size: 0.92rem; color: var(--text); }
.vulnerability-item svg { flex-shrink: 0; margin-top: 2px; }
.lawsuit-risk-card { background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%); border-radius: var(--radius-lg); padding: 2rem; color: white; text-align: center; margin: 2rem 0; }
.lawsuit-risk-card .number { font-family: var(--font-mono); font-size: 2.5rem; font-weight: 700; margin-bottom: 0.25rem; }
.lawsuit-risk-card .label { font-size: 0.9rem; opacity: 0.85; }
@media (max-width: 600px) {
  .assessment-option-grid { grid-template-columns: 1fr; }
  .score-circle { width: 160px; height: 160px; }
  .score-grade-letter { font-size: 2.5rem; }
}

/* ===== CHECKOUT FLOW ===== */
.checkout-section { margin-bottom: 1.5rem; background: var(--white); border: 1px solid rgba(0,0,0,0.06); border-radius: var(--radius-lg); overflow: hidden; transition: all 0.4s; }
.checkout-section.locked { pointer-events: none; }
.checkout-section.locked .checkout-section-header h2 { color: var(--text-light); }
.checkout-section.locked .checkout-section-header p { color: var(--gray-300); }
.checkout-section.locked .checkout-step-number { background: var(--gray-300); color: var(--white); }
.checkout-section.active { border-color: var(--gold); box-shadow: 0 4px 20px rgba(201,168,76,0.08); }
.checkout-section.completed { border-color: var(--green); }
.checkout-section-header { display: flex; align-items: center; gap: 1rem; padding: 1.25rem 2rem; background: var(--cream); border-bottom: 1px solid rgba(0,0,0,0.06); cursor: pointer; }
.checkout-step-number { width: 36px; height: 36px; border-radius: 50%; background: var(--navy); color: var(--gold); display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-weight: 700; font-size: 0.85rem; flex-shrink: 0; }
.checkout-section.completed .checkout-step-number { background: var(--green); color: var(--white); }
.checkout-section-title { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--navy); }
.checkout-section-body { padding: 2rem; }
.checkout-section.locked .checkout-section-body { display: none; }
.checkout-layout { display: grid; grid-template-columns: 1fr 380px; gap: 3rem; align-items: start; }
.device-card { background: var(--white); border: 2px solid var(--gold); border-radius: var(--radius-lg); padding: 2rem; }
.device-card-info { flex: 1; }
.device-card-name { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--navy); margin-bottom: 0.25rem; }
.device-card-sub { font-size: 0.85rem; color: var(--text-light); margin-bottom: 1rem; }
.device-card-features { list-style: none; padding: 0; margin: 0 0 1.5rem 0; }
.device-card-features li { font-size: 0.88rem; color: var(--text); padding: 0.3rem 0; display: flex; align-items: center; gap: 0.5rem; }
.device-card-features li svg { flex-shrink: 0; }
.device-card-price { font-family: var(--font-mono); font-size: 1.5rem; font-weight: 700; color: var(--navy); }
.device-card-price span { font-size: 0.85rem; font-weight: 400; color: var(--text-light); }
.device-quantity { display: inline-flex; align-items: center; border: 1.5px solid var(--gray-200); border-radius: var(--radius-sm); overflow: hidden; margin-top: 0.75rem; }
.device-quantity button { width: 42px; height: 42px; background: var(--cream); border: none; font-size: 1.3rem; font-weight: 700; cursor: pointer; transition: background 0.2s; color: var(--navy); }
.device-quantity button:hover { background: rgba(201,168,76,0.15); }
.device-quantity span { width: 50px; text-align: center; font-family: var(--font-mono); font-weight: 700; font-size: 1.1rem; }
.order-summary { background: var(--navy); border-radius: var(--radius-lg); padding: 2rem; position: sticky; top: 100px; }
.order-summary-title { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--white); margin-bottom: 1.5rem; padding-bottom: 0.75rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.order-summary-row { display: flex; justify-content: space-between; padding: 0.6rem 0; color: rgba(255,255,255,0.75); font-size: 0.88rem; }
.order-summary-row strong { color: var(--white); }
.order-summary-row .included { color: var(--green); font-weight: 600; }
.order-summary-divider { height: 1px; background: rgba(255,255,255,0.1); margin: 0.75rem 0; }
.order-summary-total { display: flex; justify-content: space-between; padding: 0.75rem 0; font-size: 1.15rem; font-weight: 700; color: var(--white); }
.order-summary-sub { display: flex; justify-content: space-between; padding: 0.4rem 0; font-size: 0.82rem; color: rgba(255,255,255,0.5); }
.payment-notice { background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.25); border-radius: var(--radius-md); padding: 1.25rem 1.5rem; display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 2rem; font-size: 0.9rem; color: var(--text); }
.payment-notice svg { flex-shrink: 0; color: var(--gold); margin-top: 2px; }
.order-confirmation { background: rgba(26,122,76,0.04); border: 2px solid rgba(26,122,76,0.2); border-radius: var(--radius-lg); padding: 3rem; text-align: center; }
.order-confirmation .conf-icon { width: 72px; height: 72px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; }
.order-confirmation h2 { font-family: var(--font-display); font-size: 1.8rem; color: var(--navy); margin-bottom: 0.5rem; }
.order-confirmation .conf-number { font-family: var(--font-mono); font-size: 0.9rem; color: var(--text-light); margin-bottom: 1.5rem; }
.conf-summary { background: var(--cream); border-radius: var(--radius-md); padding: 1.5rem; text-align: left; margin: 1.5rem auto; max-width: 400px; }
.conf-summary-row { display: flex; justify-content: space-between; padding: 0.4rem 0; font-size: 0.9rem; }
.shield-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(26,122,76,0.08); border: 1px solid rgba(26,122,76,0.2); padding: 0.5rem 1rem; border-radius: 100px; font-size: 0.8rem; font-weight: 600; color: var(--green); margin-top: 1rem; }
/* Plan selection in checkout */
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.plan-grid .policy-card { cursor: pointer; transition: all 0.3s; }
.plan-grid .policy-card:hover { border-color: var(--gold); }
.plan-grid .policy-card.selected { border: 2px solid var(--gold); box-shadow: 0 8px 30px rgba(201,168,76,0.15); }
.plan-grid .policy-card.selected .policy-btn { background: var(--gold); color: var(--navy); }
.recommended-badge { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: var(--green); color: var(--white); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.35rem 1rem; border-radius: 0 0 8px 8px; font-family: var(--font-mono); }
@media (max-width: 768px) {
  .checkout-layout { grid-template-columns: 1fr; }
  .plan-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .order-summary { position: static; margin-top: 0; }
  .checkout-section-header { padding: 1rem 1.25rem; }
  .checkout-section-body { padding: 1.25rem; }
}

/* ===================================================================
   TRANSLATION WIDGET — hide every Google Translate UI artifact.
   Our accessibility toolbar drives translation; the user should never
   see Google's banner, tooltip, frame, or "Powered by" gadget.
   The hidden mount node is offscreen via inline style in translate.js.
   =================================================================== */
