/*
Theme Name: RouteFlow Website V13 Child
Theme URI: https://routeflowapphq.com/
Description: A focused, accessible RouteFlow marketing site built on the installed V12 theme.
Author: RouteFlow
Template: routeflow-website-v12-theme
Version: 13.0.2
Text Domain: routeflow-v13
*/

:root {
  --rf-focus: #a7f3ff;
  --rf-success: #86f79a;
}

html { scroll-padding-top: 92px; }
body { overflow-x: hidden; }
body.rf-menu-open { overflow: hidden; }

.rf-skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 9999;
  padding: 12px 18px;
  border-radius: 12px;
  background: #fff;
  color: #07111f;
  font-weight: 900;
}
.rf-skip-link:focus { top: 12px; }

:where(a, button, input, summary):focus-visible {
  outline: 3px solid var(--rf-focus);
  outline-offset: 4px;
}

.rf-header.is-scrolled { background: rgba(4, 11, 22, .94); }
.rf-menu-list {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rf-menu-list a[aria-current="page"] { color: #fff; }
.rf-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  cursor: pointer;
}
.rf-menu-toggle-lines,
.rf-menu-toggle-lines::before,
.rf-menu-toggle-lines::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transition: transform .2s ease, opacity .2s ease;
}
.rf-menu-toggle-lines::before { transform: translateY(-6px); }
.rf-menu-toggle-lines::after { transform: translateY(4px); }
.rf-menu-toggle[aria-expanded="true"] .rf-menu-toggle-lines { background: transparent; }
.rf-menu-toggle[aria-expanded="true"] .rf-menu-toggle-lines::before { transform: translateY(0) rotate(45deg); }
.rf-menu-toggle[aria-expanded="true"] .rf-menu-toggle-lines::after { transform: translateY(-2px) rotate(-45deg); }

.rf-hero-v13 { padding-bottom: 44px; }
.rf-hero-v13 .rf-lead { max-width: 720px; }
.rf-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 26px;
  color: #d8e8f7;
  font-size: 14px;
  font-weight: 760;
}
.rf-proof-row span::before { content: "\2713"; color: var(--rf-success); margin-right: 7px; }
.rf-visual-caption {
  position: absolute;
  right: -12px;
  top: 28px;
  max-width: 220px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(5, 11, 24, .9);
  box-shadow: var(--shadow);
  font-size: 14px;
  font-weight: 850;
}

.rf-outcome-grid,
.rf-how-grid,
.rf-help-grid,
.rf-business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.rf-outcome-card { min-height: 230px; }
.rf-card-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  margin-bottom: 18px;
  padding: 0 11px;
  border: 1px solid rgba(86, 217, 255, .3);
  border-radius: 13px;
  background: rgba(86, 217, 255, .12);
  color: #c9f7ff;
  font-weight: 900;
}
.rf-card-link {
  display: inline-flex;
  margin-top: 18px;
  color: #8eeaff;
  font-weight: 850;
  text-decoration: none;
}

.rf-feature-panel {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 32px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(10, 102, 255, .18), rgba(255, 255, 255, .06));
  box-shadow: var(--shadow);
}
.rf-feature-panel .rf-phone-shot { height: min(600px, 68vh); }
.rf-feature-points { display: grid; gap: 12px; margin-top: 22px; }
.rf-feature-point {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}
.rf-feature-point b:first-child {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(110, 230, 111, .13);
  color: var(--rf-success);
}
.rf-feature-point span { display: block; color: var(--muted); font-size: 14px; }

.rf-tier-price { display: flex; align-items: baseline; gap: 8px; margin: 10px 0 4px; }
.rf-tier-price strong { line-height: 1; }
.rf-tier-price span { color: var(--muted); font-size: 14px; }
.rf-price-note { margin-top: 20px; color: var(--muted); font-size: 14px; }
.rf-price .rf-button { margin-top: 20px; }

.rf-trial-privacy { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.rf-trial-privacy a { color: #9feeff; }

.rf-page-hero-v13 { padding: 76px 0 26px; }
.rf-page-hero-v13 h1 {
  max-width: 940px;
  margin: 18px 0;
  font-size: clamp(42px, 6vw, 74px);
  line-height: .98;
  letter-spacing: -.065em;
}
.rf-page-hero-v13 .rf-lead { max-width: 800px; }
.rf-page-content-v13 { padding-top: 36px; }
.rf-help-card h2, .rf-business-card h2 { margin: 0 0 10px; font-size: 22px; }
.rf-help-card p, .rf-business-card p { color: var(--muted); }
.rf-contact-panel { text-align: center; }
.rf-contact-panel .rf-actions { justify-content: center; }
.rf-contact-panel .rf-section-sub { margin-left: auto; margin-right: auto; }
.rf-inline-list { margin: 18px 0 0; padding: 0; list-style: none; color: var(--muted); }
.rf-inline-list li { margin: 10px 0; padding-left: 25px; position: relative; }
.rf-inline-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--rf-success); font-weight: 900; }
.rf-note {
  margin-top: 22px;
  padding: 16px 18px;
  border-left: 3px solid var(--cyan);
  border-radius: 0 16px 16px 0;
  background: rgba(86, 217, 255, .08);
  color: #d9ebf8;
}

.rf-footer-meta { max-width: 480px; }
.rf-footer-meta p { margin: 8px 0; }
.rf-footer-links a { min-height: 44px; display: inline-flex; align-items: center; }

@media (max-width: 1020px) {
  .rf-header-download { display: none; }
  .rf-menu-list { gap: 18px; }
}

@media (max-width: 900px) {
  .rf-menu-toggle { display: inline-flex; }
  .rf-menu {
    display: none;
    position: fixed;
    inset: 76px 0 auto 0;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    padding: 18px 20px 28px;
    border-bottom: 1px solid var(--line);
    background: rgba(4, 11, 22, .98);
    box-shadow: 0 26px 60px rgba(0, 0, 0, .42);
  }
  .rf-menu.is-open { display: block; }
  .rf-menu-list { display: grid; gap: 4px; }
  .rf-menu-list a { display: block; min-height: 48px; padding: 12px 10px; border-radius: 12px; }
  .rf-menu-list a:hover { background: rgba(255, 255, 255, .07); }
  .rf-outcome-grid, .rf-help-grid, .rf-business-grid { grid-template-columns: 1fr 1fr; }
  .rf-feature-panel { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .rf-outcome-grid, .rf-how-grid, .rf-help-grid, .rf-business-grid { grid-template-columns: 1fr; }
  .rf-feature-panel { padding: 20px; border-radius: 28px; }
  .rf-page-hero-v13 { padding-top: 50px; }
  .rf-visual-caption { right: 0; top: 12px; }
  .rf-proof-row { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
