:root {
  --product-bg: #0f172a;
  --product-panel: #1e293b;
  --product-panel-light: #334155;
  --product-line: #475569;
  --product-muted: #cbd5e1;
  --product-dim: #94a3b8;
  --product-orange: #fdba74;
  --product-orange-strong: #fb923c;
}

.product-page {
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background: var(--product-bg);
}

.product-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 0 auto;
}

.product-hero {
  position: relative;
  min-height: 42rem;
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a, #1e293b, #0f172a);
}

.product-hero-image {
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
}

.product-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, transparent, rgb(15 23 42 / 30%), rgb(15 23 42 / 35%)),
    linear-gradient(135deg, rgb(15 23 42 / 78%), rgb(30 58 138 / 45%), rgb(15 23 42 / 55%));
}

.subscriptions-hero .product-hero-overlay {
  background:
    linear-gradient(to bottom, transparent, rgb(15 23 42 / 35%), rgb(15 23 42 / 55%)),
    linear-gradient(135deg, rgb(15 23 42 / 75%), rgb(88 28 135 / 60%), rgb(15 23 42 / 75%));
}

.product-hero-grid {
  display: grid;
  align-items: center;
  min-height: 42rem;
  gap: 3rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.product-hero-copy {
  max-width: 43rem;
}

.product-eyebrow,
.coming-soon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  color: var(--product-orange);
  font-size: 0.875rem;
  font-weight: 700;
  background: rgb(253 186 116 / 15%);
  border: 1px solid rgb(253 186 116 / 30%);
  border-radius: 9999px;
}

.product-hero-copy h1 {
  max-width: 44rem;
  margin: 1.25rem 0 0;
  font-size: clamp(2.5rem, 7vw, 3.75rem);
  line-height: 1.06;
}

.product-hero-copy h1 em {
  display: block;
  color: var(--product-orange);
  font-style: normal;
}

.product-hero-copy > p {
  max-width: 42rem;
  margin: 1.5rem 0 0;
  color: var(--product-muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.65;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.product-actions-center {
  justify-content: center;
}

.product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1.5rem;
  font-weight: 700;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.product-button:hover {
  transform: translateY(-2px);
}

.product-button-primary {
  color: #0f172a;
  background: var(--product-orange);
  box-shadow: 0 12px 24px -10px rgb(253 186 116 / 55%);
}

.product-button-primary:hover {
  background: var(--product-orange-strong);
}

.product-button-outline {
  color: #fff;
  background: rgb(255 255 255 / 5%);
  border-color: rgb(255 255 255 / 35%);
  backdrop-filter: blur(5px);
}

.product-button-outline:hover {
  background: rgb(255 255 255 / 12%);
}

.product-button-outline-orange {
  color: var(--product-orange);
  border-color: var(--product-orange);
}

.product-button-outline-orange:hover {
  background: rgb(253 186 116 / 10%);
}

.product-stats {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.product-stats > div {
  display: flex;
  flex-direction: column;
}

.product-stats strong {
  color: var(--product-orange);
  font-size: clamp(1.5rem, 4vw, 1.875rem);
}

.product-stats span:not([data-counter]):not([data-counter-decimal]) {
  color: var(--product-dim);
  font-size: 0.875rem;
}

.product-stats > i {
  width: 1px;
  height: 3rem;
  background: #4b5563;
}

.product-stats-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 35rem;
}

.product-stats-three > div {
  text-align: center;
}

.demo-card {
  position: relative;
  display: none;
  padding: 2rem;
  background: rgb(30 41 59 / 72%);
  border: 1px solid var(--product-line);
  border-radius: 1.5rem;
  box-shadow: 0 25px 50px rgb(0 0 0 / 35%);
  backdrop-filter: blur(14px);
  transition: transform 0.5s ease;
}

.demo-card:hover {
  transform: scale(1.03);
}

.demo-card h2 {
  margin: 0;
  font-size: 1.5rem;
}

.demo-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.demo-title > svg,
.spin-icon {
  color: var(--product-orange);
}

.demo-card label {
  display: block;
  margin-top: 1rem;
  color: var(--product-dim);
  font-size: 0.875rem;
  font-weight: 500;
}

.demo-card label > span {
  display: flex;
  align-items: center;
  min-height: 3.5rem;
  padding: 0.9rem 1rem;
  margin-top: 0.35rem;
  color: #fff;
  font: 1.05rem ui-monospace, SFMono-Regular, Menlo, monospace;
  background: rgb(51 65 85 / 65%);
  border-radius: 0.5rem;
}

.demo-card .demo-amount {
  color: var(--product-orange);
  font: 700 1.5rem Inter, sans-serif;
  background: linear-gradient(90deg, rgb(253 186 116 / 12%), rgb(251 146 60 / 12%));
  border: 1px solid rgb(253 186 116 / 25%);
}

.demo-card > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
  padding: 1rem;
  margin-top: 1rem;
  color: #0f172a;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(90deg, var(--product-orange), var(--product-orange-strong));
  border: 0;
  border-radius: 0.5rem;
}

.demo-card > small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  color: #64748b;
}

.demo-success {
  position: absolute;
  top: -1rem;
  right: -1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  font-weight: 700;
  background: #22c55e;
  border-radius: 9999px;
  box-shadow: 0 12px 24px rgb(0 0 0 / 25%);
  animation: product-bounce 1.7s ease-in-out infinite;
}

.recipient,
.destination {
  gap: 0.75rem;
  font-family: Inter, sans-serif !important;
}

.recipient > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #0f172a;
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(135deg, var(--product-orange), var(--product-orange-strong));
  border-radius: 50%;
}

.recipient b,
.recipient small {
  display: block;
}

.recipient small {
  color: var(--product-dim);
  font-weight: 400;
}

.destination b {
  margin-left: auto;
  color: var(--product-orange);
  font-size: 0.8rem;
}

.delivery-note {
  display: flex;
  gap: 0.75rem;
  padding: 1rem;
  margin-top: 1.5rem;
  background: rgb(59 130 246 / 15%);
  border: 1px solid rgb(59 130 246 / 30%);
  border-radius: 0.5rem;
}

.delivery-note > svg {
  flex-shrink: 0;
  color: #60a5fa;
}

.delivery-note b,
.delivery-note small {
  display: block;
}

.delivery-note small {
  margin-top: 0.2rem;
  color: var(--product-dim);
}

.spin-icon {
  display: flex;
  animation: product-spin 3s linear infinite;
}

.subscription-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  margin-top: 0.75rem;
  background: rgb(51 65 85 / 65%);
}

.subscription-row b,
.subscription-row small,
.revenue-growth span,
.revenue-growth strong,
.revenue-growth small {
  display: block;
}

.subscription-row small {
  margin-top: 0.2rem;
  color: var(--product-dim);
}

.subscription-row em {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--product-muted);
  font-size: 0.8rem;
  font-style: normal;
}

.subscription-row em i {
  width: 0.5rem;
  height: 0.5rem;
  background: #4ade80;
  border-radius: 50%;
  animation: product-pulse 1.5s ease-in-out infinite;
}

.revenue-growth {
  padding: 1rem;
  margin-top: 1.5rem;
  background: linear-gradient(90deg, rgb(253 186 116 / 15%), rgb(251 146 60 / 15%));
  border: 1px solid rgb(253 186 116 / 30%);
  border-radius: 0.5rem;
}

.revenue-growth span { color: var(--product-dim); font-size: 0.875rem; }
.revenue-growth strong { margin-top: 0.25rem; color: var(--product-orange); font-size: 1.75rem; }
.revenue-growth small { display: flex; align-items: center; gap: 0.4rem; margin-top: 0.5rem; color: #4ade80; }

.product-section,
.product-cta {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: var(--product-bg);
}

.product-section-gradient {
  background: linear-gradient(#0f172a, #1e293b);
}

.product-grid-background {
  position: relative;
  background:
    linear-gradient(rgb(255 255 255 / 9%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 9%) 1px, transparent 1px),
    linear-gradient(135deg, #1e293b, #0f172a, #1e293b);
  background-size: 50px 50px, 50px 50px, auto;
  animation: product-grid-move 25s linear infinite;
}

.product-heading {
  max-width: 48rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.product-heading h2,
.product-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.15;
}

.product-heading p,
.product-cta p {
  margin: 1rem auto 0;
  color: var(--product-muted);
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.6;
}

.tab-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 3rem;
}

.tab-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  color: var(--product-muted);
  font-weight: 600;
  cursor: pointer;
  background: var(--product-panel);
  border: 1px solid var(--product-line);
  border-radius: 0.5rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.tab-button span {
  padding: 0.2rem 0.45rem;
  color: var(--product-orange);
  font-size: 0.7rem;
  background: rgb(253 186 116 / 12%);
  border-radius: 9999px;
}

.tab-button:hover { background: #334155; }
.tab-button.active { color: #0f172a; background: var(--product-orange); border-color: var(--product-orange); box-shadow: 0 10px 25px rgb(253 186 116 / 20%); }
.tab-button.active span { color: #0f172a; background: rgb(15 23 42 / 12%); }

.tab-panels {
  padding: 1.5rem;
  background: rgb(30 41 59 / 72%);
  border: 1px solid var(--product-line);
  border-radius: 1rem;
  backdrop-filter: blur(7px);
}

.tab-panel {
  display: grid;
  align-items: center;
  gap: 3rem;
}

.tab-panel[hidden] {
  display: none;
}

.tab-copy h3 {
  margin: 1.25rem 0 0;
  font-size: 1.875rem;
}

.tab-copy > p {
  margin: 1rem 0 0;
  color: var(--product-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.tab-copy ul {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 1.5rem 0;
}

.tab-copy li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--product-muted);
  font-weight: 500;
}

.tab-copy li svg {
  flex-shrink: 0;
  color: var(--product-orange);
}

.tab-icon-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: var(--product-orange);
  background: rgb(253 186 116 / 15%);
  border: 1px solid rgb(253 186 116 / 30%);
  border-radius: 1rem;
}

.coming-soon {
  border-radius: 0.5rem;
}

.coming-soon.large {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
}

.method-preview {
  padding: 2rem;
  background: linear-gradient(135deg, #334155, #1e293b);
  border: 1px solid var(--product-line);
  border-radius: 1rem;
  box-shadow: 0 20px 35px rgb(0 0 0 / 25%);
}

.method-preview-top,
.transaction-card > span,
.preview-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.method-preview-top { color: var(--product-dim); font-size: 0.875rem; }
.method-preview-top strong { color: var(--product-orange); }
.method-preview-top .status-active { color: #4ade80; }

.preview-line {
  display: block;
  width: 50%;
  height: 0.5rem;
  margin-top: 0.5rem;
  background: #475569;
  border-radius: 9999px;
}

.preview-line-wide { width: 75%; margin-top: 1.5rem; }

.transaction-card,
.preview-stats > div {
  padding: 1rem;
  margin-top: 1.5rem;
  background: rgb(15 23 42 / 55%);
  border: 1px solid #334155;
  border-radius: 0.75rem;
}

.transaction-card > span { color: var(--product-dim); font-size: 0.875rem; }
.transaction-card strong { display: block; margin-top: 0.75rem; font-size: clamp(1.5rem, 5vw, 1.875rem); }
.transaction-card small { display: block; margin-top: 0.25rem; color: var(--product-dim); }
.preview-stats { gap: 1rem; }
.preview-stats > div { flex: 1; }
.preview-stats span, .preview-stats strong { display: block; }
.preview-stats span { color: var(--product-dim); font-size: 0.8rem; }
.preview-stats strong { margin-top: 0.25rem; color: var(--product-orange); font-size: 1.4rem; }

.batch-card {
  padding: 2rem;
  color: #0f172a;
  background: linear-gradient(135deg, var(--product-orange), var(--product-orange-strong));
  border-radius: 1rem;
  box-shadow: 0 20px 35px rgb(253 186 116 / 17%);
}

.batch-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.batch-title h4 { margin: 0; font-size: 1.25rem; }
.batch-person { display: flex; align-items: center; padding: 0.75rem; margin-top: 0.75rem; background: rgb(15 23 42 / 14%); border-radius: 0.5rem; }
.batch-person > i { display: flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; margin-right: 0.75rem; font-style: normal; font-weight: 700; background: rgb(15 23 42 / 17%); border-radius: 50%; }
.batch-person span { display: flex; flex-direction: column; }
.batch-person small { opacity: 0.75; }
.batch-person em { padding: 0.25rem 0.6rem; margin-left: auto; font-size: 0.7rem; font-style: normal; font-weight: 600; background: rgb(15 23 42 / 15%); border-radius: 9999px; }
.batch-total { padding: 1rem; margin-top: 1rem; background: rgb(15 23 42 / 15%); border-radius: 0.5rem; }
.batch-total span, .batch-total strong { display: block; }
.batch-total span { font-size: 0.8rem; opacity: 0.75; }
.batch-total strong { margin-top: 0.25rem; font-size: 1.4rem; }

.product-feature-grid {
  display: grid;
  gap: 1.5rem;
}

.product-feature {
  padding: 2rem;
  background: var(--product-panel);
  border: 1px solid var(--product-panel);
  transition: transform 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
}

.product-feature:hover {
  border-color: rgb(253 186 116 / 35%);
  box-shadow: 0 20px 35px rgb(253 186 116 / 7%);
  transform: translateY(-0.5rem);
}

.rounded-feature { border-color: #334155; border-radius: 0.2rem; }

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1.5rem;
  color: #fff;
  border-radius: 0.7rem;
  transition: transform 0.3s ease;
}

.product-feature:hover .feature-icon { transform: scale(1.1); }
.feature-icon svg { width: 1.7rem; height: 1.7rem; }
.tone-orange { background: linear-gradient(135deg, #fdba74, #f97316); }
.tone-slate { background: linear-gradient(135deg, #475569, #334155); }
.tone-indigo { background: linear-gradient(135deg, #6366f1, #4f46e5); }
.tone-blue { background: linear-gradient(135deg, #60a5fa, #2563eb); }

.product-feature h3 { margin: 0 0 0.75rem; font-size: 1.2rem; }
.product-feature p { margin: 0; color: var(--product-dim); line-height: 1.65; }

.timeline-grid,
.subscription-steps {
  position: relative;
  display: grid;
  gap: 1.5rem;
}

.timeline-grid::before {
  position: absolute;
  z-index: 0;
  top: 1.5rem;
  right: 0;
  left: 0;
  display: none;
  height: 0.25rem;
  content: "";
  background: linear-gradient(90deg, rgb(253 186 116 / 20%), rgb(253 186 116 / 70%), var(--product-orange));
}

.timeline-grid article {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  text-align: center;
  background: var(--product-panel);
  border: 2px solid #334155;
  border-radius: 1rem;
  transition: border 0.2s ease;
}

.timeline-grid article:hover { border-color: rgb(253 186 116 / 50%); }
.timeline-number { display: flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; margin: 0 auto 1rem; color: #0f172a; font-size: 1.2rem; font-weight: 700; background: linear-gradient(135deg, var(--product-orange), var(--product-orange-strong)); border-radius: 50%; }
.timeline-grid h3 { margin: 0 0 0.5rem; }
.timeline-grid strong { display: flex; align-items: center; justify-content: center; gap: 0.25rem; color: var(--product-orange); font-size: 0.85rem; }
.timeline-grid p { margin: 0.75rem 0 0; color: var(--product-dim); }
.center-action { margin-top: 3rem; text-align: center; }

.pricing-card {
  position: relative;
  max-width: 56rem;
  padding: 3rem 1.5rem;
  margin: 0 auto;
  text-align: center;
  background: var(--product-panel);
  border: 1px solid var(--product-orange);
  border-radius: 0.75rem;
  box-shadow: 0 20px 40px rgb(253 186 116 / 12%);
}

.pricing-label { position: absolute; top: -1rem; left: 50%; padding: 0.5rem 1.5rem; color: #0f172a; font-size: 0.85rem; font-weight: 700; white-space: nowrap; background: linear-gradient(90deg, var(--product-orange), var(--product-orange-strong)); border-radius: 9999px; transform: translateX(-50%); }
.pricing-card h3 { margin: 0.75rem 0; font-size: 1.75rem; }
.pricing-card > p { max-width: 45rem; margin: 0 auto 2rem; color: var(--product-dim); line-height: 1.65; }
.pricing-numbers { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2.5rem; padding: 1.5rem; background: rgb(15 23 42 / 55%); border-radius: 0.5rem; }
.pricing-numbers > div { display: flex; flex-direction: column; }
.pricing-numbers strong { color: var(--product-orange); font-size: 3rem; }
.pricing-numbers strong small { color: var(--product-dim); font-size: 1.1rem; }
.pricing-numbers .standard-rate { font-size: 1.2rem; }
.pricing-numbers span { color: var(--product-dim); font-size: 0.85rem; }
.pricing-numbers > i { display: none; width: 1px; height: 3rem; background: #334155; }
.pricing-features { display: grid; gap: 0.75rem; max-width: 42rem; margin: 2rem auto; text-align: left; }
.pricing-features span { display: flex; align-items: center; gap: 0.75rem; color: var(--product-muted); }
.pricing-features svg { flex-shrink: 0; color: var(--product-orange); }

.subscription-steps article { text-align: center; }
.subscription-steps article > i { display: flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; margin: 0 auto 1rem; color: var(--product-orange); font-style: normal; background: rgb(253 186 116 / 15%); border-radius: 0.65rem; }
.subscription-steps h3 { margin: 0 0 0.5rem; }
.subscription-steps p { margin: 0; color: var(--product-dim); line-height: 1.55; }

.product-cta {
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgb(253 186 116 / 10%), transparent 30%),
    radial-gradient(circle at bottom right, rgb(99 102 241 / 12%), transparent 30%),
    linear-gradient(135deg, #1e293b, #0f172a, #1e293b);
}

.product-cta p { max-width: 45rem; }
.product-cta small { display: block; margin-top: 1.5rem; color: var(--product-dim); }

@keyframes product-grid-move { to { background-position: 50px 50px, 50px 50px, 0 0; } }
@keyframes product-bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-0.5rem); } }
@keyframes product-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
@keyframes product-spin { to { transform: rotate(360deg); } }

@media (min-width: 640px) {
  .product-container { padding-right: 1.5rem; padding-left: 1.5rem; }
  .tab-panels { padding: 3rem; }
  .product-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-card { padding: 3rem; }
  .pricing-numbers > i { display: block; }
  .pricing-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .subscription-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  .tab-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .timeline-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .timeline-grid::before { display: block; }
  .subscription-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .product-container { padding-right: 2rem; padding-left: 2rem; }
  .product-hero-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .demo-card { display: block; }
  .product-feature-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  .product-grid-background,
  .demo-success,
  .spin-icon,
  .subscription-row em i {
    animation: none;
  }
}
