/* RinkTime Product Site — Premium Dark Ice Theme (extends styles.css) */

/* RinkTime Brand header */
.rt-brand-logo .logo-badge {
  overflow: hidden;
  padding: 0;
  background: #0F192D;
}

.rt-brand-logo .logo-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rt-nav-links {
  display: flex;
  gap: 1.1rem;
  list-style: none;
}

.rt-nav-links .nav-link.active {
  color: var(--primary-cyan);
  font-weight: 600;
}

.rt-nav-links .nav-link.launch-link {
  color: var(--accent-gold);
  font-weight: 600;
}

/* Header CTA button (launch app) */
.header-cta {
  padding: 0.5rem 1.1rem;
  font-size: 0.85rem;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Breadcrumb */
.rt-breadcrumb {
  padding-top: 2rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.rt-breadcrumb a {
  color: var(--text-muted);
}

.rt-breadcrumb a:hover {
  color: var(--primary-cyan);
}

.rt-breadcrumb .sep {
  margin: 0 0.5rem;
  color: var(--text-dim);
}

.rt-breadcrumb .current {
  color: var(--text-main);
}

/* Page hero (sub-pages) */
.rt-page-hero {
  padding: 4rem 0 2.5rem;
  text-align: center;
}

.rt-page-hero .rt-page-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  border-radius: var(--radius-pill);
  background: rgba(0, 229, 255, 0.08);
  border: 1px solid var(--border-glass);
  color: var(--primary-cyan);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.rt-page-hero h1 {
  font-size: 2.9rem;
  line-height: 1.12;
  margin-bottom: 1rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #A0D4F2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rt-page-hero .lede {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 720px;
  margin: 0 auto 2rem;
}

/* Landing hero */
.rt-hero {
  padding: 5.5rem 0 4rem;
  text-align: center;
  position: relative;
}

.rt-hero .rt-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.1rem;
  border-radius: var(--radius-pill);
  background: rgba(0, 229, 255, 0.08);
  border: 1px solid var(--border-glass);
  color: var(--primary-cyan);
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.rt-hero h1 {
  font-size: 3.2rem;
  line-height: 1.1;
  margin-bottom: 1.1rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(180deg, #FFFFFF 0%, #A0D4F2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rt-hero .rt-hero-tagline {
  font-size: 1.25rem;
  color: var(--primary-cyan);
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.rt-hero .rt-hero-sub {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 780px;
  margin: 0 auto 2.25rem;
}

.rt-hero-ctas {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Promise block */
.rt-promise {
  margin: 2rem 0 5rem;
  padding: 2.75rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(15, 25, 45, 0.85), rgba(7, 13, 24, 0.95));
  border: 1px solid var(--border-glass-hover);
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.rt-promise .promise-label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: var(--accent-gold);
  font-weight: 700;
  margin-bottom: 1rem;
}

.rt-promise p {
  font-size: 1.15rem;
  color: var(--text-main);
  line-height: 1.65;
  max-width: 780px;
  margin: 0 auto;
}

/* Section scaffolding */
.rt-section {
  padding: 4.5rem 0;
}

.rt-section-alt {
  background: rgba(15, 25, 45, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.rt-section-head {
  text-align: center;
  margin-bottom: 3rem;
}

.rt-section-head h2 {
  font-size: 2rem;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}

.rt-section-head p {
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto;
}

/* Feature tiles (link cards) */
.rt-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 1.5rem;
}

.rt-feature-tile {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  backdrop-filter: blur(12px);
  transition: var(--transition-smooth);
  color: inherit;
}

.rt-feature-tile:hover {
  border-color: var(--border-glass-hover);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  color: inherit;
}

.rt-feature-tile .tile-icon {
  font-size: 1.7rem;
  margin-bottom: 0.75rem;
}

.rt-feature-tile h3 {
  font-size: 1.2rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.rt-feature-tile p {
  color: var(--text-muted);
  font-size: 0.95rem;
  flex: 1;
}

.rt-feature-tile .tile-link {
  margin-top: 1.1rem;
  color: var(--primary-cyan);
  font-weight: 600;
  font-size: 0.9rem;
}

/* Pillar cards */
.rt-pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.rt-pillar {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  backdrop-filter: blur(12px);
  transition: var(--transition-smooth);
}

.rt-pillar:hover {
  border-color: var(--border-glass-hover);
  transform: translateY(-3px);
}

.rt-pillar .pillar-num {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.6rem;
}

.rt-pillar h3 {
  font-size: 1.15rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.rt-pillar p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* Feature detail blocks (sub-pages) */
.rt-detail-block {
  max-width: 860px;
  margin: 0 auto 3rem;
  padding: 2rem;
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(12px);
}

.rt-detail-block h2 {
  font-size: 1.5rem;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}

.rt-detail-block h3 {
  font-size: 1.1rem;
  color: var(--primary-ice);
  margin: 1.25rem 0 0.5rem;
}

.rt-detail-block p {
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.rt-detail-block ul {
  margin: 0.5rem 0 0.75rem 1.25rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.rt-detail-block li {
  margin-bottom: 0.4rem;
}

.rt-detail-block strong {
  color: #FFFFFF;
}

.rt-detail-block .rt-ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary-ice);
  border: 1px solid rgba(0, 229, 255, 0.3);
  background: rgba(0, 229, 255, 0.08);
  border-radius: var(--radius-pill);
  padding: 0.25rem 0.7rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

/* Pricing / included list */
.rt-included-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 0.75rem 2rem;
  max-width: 900px;
  margin: 2rem auto 0;
}

.rt-included-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.rt-included-list .check {
  color: var(--primary-cyan);
  font-weight: 700;
  flex-shrink: 0;
}

/* Price hero */
.rt-price-hero {
  text-align: center;
  padding: 4.5rem 0 1rem;
}

.rt-price-hero .rt-price-amount {
  font-family: var(--font-heading);
  font-size: 4.5rem;
  font-weight: 800;
  background: linear-gradient(180deg, #FFFFFF 0%, #A0D4F2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0.5rem 0;
}

.rt-price-hero .rt-price-sub {
  color: var(--primary-cyan);
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.rt-price-hero .rt-price-desc {
  color: var(--text-muted);
  max-width: 660px;
  margin: 0 auto 2rem;
}

/* Callout */
.rt-callout {
  margin: 2rem 0;
  padding: 2.25rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.06), rgba(15, 25, 45, 0.8));
  border: 1px solid var(--border-glass-hover);
}

.rt-callout h3 {
  font-size: 1.3rem;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}

.rt-callout p {
  color: var(--text-muted);
  line-height: 1.7;
}

/* FAQ */
.rt-faq-list {
  max-width: 820px;
  margin: 0 auto;
}

.rt-faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 1.5rem 1.75rem;
  margin-bottom: 1rem;
  backdrop-filter: blur(10px);
}

.rt-faq-item .faq-q {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  color: #FFFFFF;
  margin-bottom: 0.6rem;
}

.rt-faq-item .faq-a {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.rt-faq-item .faq-a strong {
  color: var(--primary-ice);
}

/* CTA section */
.rt-cta-section {
  padding: 4.5rem 0 3rem;
  text-align: center;
}

.rt-cta-section h2 {
  font-size: 2rem;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}

.rt-cta-section .cta-sub {
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto 2rem;
}

/* Cross-link banner */
.rt-crosslink {
  margin: 3rem 0;
  padding: 2.25rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255, 179, 0, 0.06), rgba(15, 25, 45, 0.85));
  border: 1px solid var(--border-glass-hover);
  text-align: center;
}

.rt-crosslink h3 {
  font-size: 1.35rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.rt-crosslink p {
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto 1.25rem;
}

/* RinkTime footer grid (4 columns) */
.rt-footer-grid {
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

/* Back link */
.rt-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .rt-hero h1 {
    font-size: 2.1rem;
  }
  .rt-hero .rt-hero-tagline {
    font-size: 1.1rem;
  }
  .rt-page-hero h1 {
    font-size: 2.1rem;
  }
  .rt-promise {
    padding: 1.75rem 1.25rem;
  }
  .rt-section {
    padding: 3rem 0;
  }
  .rt-detail-block {
    padding: 1.5rem 1.25rem;
  }
  .rt-footer-grid {
    grid-template-columns: 1fr;
  }
  .rt-price-hero .rt-price-amount {
    font-size: 3.2rem;
  }
}