@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* ── Page-level scroll fix ── */
.main {
  position: relative !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: auto !important;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
}

.menu {
  position: fixed !important;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}


/* ── HERO ── */
.rr-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.rr-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 0%, rgba(37,99,235,0.2), transparent 56%),
    linear-gradient(140deg, #0a0f1e 0%, #111827 62%, #172554 100%);
}
.rr-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  padding: 160px 0 60px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rr-eyebrow {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: white;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rr-eyebrow::before {
  content: '';
  width: 24px;
  height: 2px;
  background: white;
  display: inline-block;
}

.rr-heading {
  font-family: 'Google Sans', sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.0;
  color: #f5f5f5;
  margin-bottom: 20px;
}
.rr-heading em {
  font-style: normal;
  color: #2563EB;
}

.rr-sub {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(245,245,245,0.6);
  max-width: 540px;
  margin-bottom: 32px;
}

.rr-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.rr-hero-note {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: rgba(245,245,245,0.4);
  letter-spacing: .04em;
}

/* Stat bar */
.rr-hero-stat-bar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto 32px;
  border: 1px solid rgba(255,255,255,0.08);
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(10px);
}
.rr-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  gap: 4px;
}
.rr-stat-val {
  font-family: 'Google Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #f5f5f5;
}
.rr-stat-lbl {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(245,245,245,0.45);
}
.rr-stat-div {
  width: 1px;
  background: rgba(255,255,255,0.08);
  align-self: stretch;
}

/* ── SHARED ── */
.rr-section-header {
  margin-bottom: 40px;
}
.rr-section-header h2 {
  font-family: 'Google Sans', sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: #f5f5f5;
  margin-bottom: 10px;
  line-height: 1.1;
}
.rr-section-header.light h2 { color: #f5f5f5; }
.rr-section-header p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(245,245,245,0.55);
  max-width: 560px;
}
.rr-section-header.light p { color: rgba(245,245,245,0.6); }

.rr-label {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #93b4ff;
  margin-bottom: 10px;
}
.rr-label.light { color: #93b4ff; }

/* Shared button */
.rr-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 54px;
  padding: 0 28px;
  background: #2563EB;
  color: #fff !important;
  font-family: 'Google Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s, transform .15s;
  border: none;
  white-space: nowrap;
}
.rr-btn-primary svg {
  width: 16px; height: 16px;
  stroke: #fff; fill: none; stroke-width: 2;
  transition: transform .2s;
}
.rr-btn-primary:hover { background: #1d4ed8; transform: translateY(-1px); }
.rr-btn-primary:hover svg { transform: translateX(4px); }
.rr-btn-primary.large { height: 60px; font-size: 15px; padding: 0 36px; }

.rr-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 28px;
  background: none;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.7) !important;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}
.rr-btn-ghost:hover { border-color: #fff; color: #fff !important; }

/* ── WHAT'S INCLUDED ── */
.rr-includes {
  position: relative;
  padding: 88px 32px;
  background:
    radial-gradient(ellipse at 15% 100%, rgba(37,99,235,0.18), transparent 52%),
    linear-gradient(150deg, #0a0f1e 0%, #111827 55%, #0f1f3d 100%);
  overflow: hidden;
}
.rr-includes-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.rr-includes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
}
.rr-include-card {
  background: rgba(255,255,255,0.03);
  padding: 32px 24px;
  transition: background .2s;
}
.rr-include-card:hover { background: rgba(255,255,255,0.07); }
.rr-include-num {
  font-family: 'Google Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  color: #2563EB;
  margin-bottom: 14px;
}
.rr-include-card h3 {
  font-family: 'Google Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #f5f5f5;
  margin-bottom: 10px;
  line-height: 1.3;
}
.rr-include-card p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(245,245,245,0.5);
}

/* ── WHY PROFESSIONAL ── */
.rr-why {
  position: relative;
  padding: 88px 32px;
  background:
    radial-gradient(ellipse at 90% 10%, rgba(37,99,235,0.2), transparent 52%),
    linear-gradient(140deg, #111827 0%, #0d1525 55%, #0a1628 100%);
  overflow: hidden;
}
.rr-why-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.rr-why-text h2 {
  font-family: 'Google Sans', sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: #f5f5f5;
  margin-bottom: 14px;
  line-height: 1.1;
}
.rr-why-text > p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(245,245,245,0.55);
  margin-bottom: 24px;
}
.rr-why-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rr-why-list li {
  font-family: 'Roboto', sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(245,245,245,0.7);
}
.rr-why-list svg {
  width: 16px; height: 16px;
  stroke: #2563EB; fill: none; stroke-width: 2.5;
  flex-shrink: 0;
}

/* Compare cards */
.rr-why-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid rgba(255,255,255,0.08);
}
.rr-compare-card {
  padding: 28px 24px;
}
.rr-compare-card.rr-compare-bad {
  background: rgba(255,255,255,0.03);
  border-right: 1px solid rgba(255,255,255,0.06);
}
.rr-compare-card.rr-compare-good {
  background: rgba(37,99,235,0.1);
}
.rr-compare-label {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 4px 10px;
  display: inline-block;
}
.rr-compare-label.bad {
  background: rgba(255,255,255,0.07);
  color: rgba(245,245,245,0.45);
}
.rr-compare-label.good {
  background: rgba(37,99,235,0.2);
  color: #93b4ff;
}
.rr-compare-card ul {
  list-style: none;
  padding: 0; margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rr-compare-card li {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: rgba(245,245,245,0.6);
  display: flex;
  align-items: center;
  gap: 8px;
}
.rr-compare-card .x { color: rgba(245,245,245,0.25); font-weight: 700; }
.rr-compare-card .ch { color: #2563EB; font-weight: 700; }
.rr-compare-price {
  font-family: 'Google Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #f5f5f5;
}
.rr-compare-price.blue { color: #93b4ff; }

/* ── HOW TO BOOK ── */
.rr-book {
  padding: 88px 32px;
  background: #111827;
}
.rr-book-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.rr-steps {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 48px;
  border: 1px solid rgba(255,255,255,0.08);
}
.rr-step {
  flex: 1;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 32px 28px;
  background: rgba(255,255,255,0.03);
  border-right: 1px solid rgba(255,255,255,0.06);
}
.rr-step:last-child { border-right: none; }
.rr-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2563EB;
  color: #fff;
  font-family: 'Google Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rr-step-body h3 {
  font-family: 'Google Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #f5f5f5;
  margin-bottom: 6px;
}
.rr-step-body p {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(245,245,245,0.5);
}
.rr-step-arrow {
  font-size: 20px;
  color: rgba(255,255,255,0.2);
  padding: 0 4px;
  display: none;
}
.rr-book-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.rr-book-note {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: rgba(245,245,245,0.4);
}
.rr-book-note a {
  color: #93b4ff;
  text-decoration: none;
}
.rr-book-note a:hover { color: #fff; }

/* ── FAQ ── */
.rr-faq {
  position: relative;
  padding: 88px 32px;
  background:
    radial-gradient(ellipse at 100% 50%, rgba(37,99,235,0.16), transparent 50%),
    radial-gradient(ellipse at 0% 100%, rgba(37,99,235,0.1), transparent 45%),
    linear-gradient(145deg, #0d1525 0%, #111827 50%, #0a0f1e 100%);
  overflow: hidden;
}
.rr-faq-inner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.rr-faq-list {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,0.08);
}
.rr-faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.rr-faq-item:last-child { border-bottom: none; }
.rr-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #f5f5f5;
  cursor: pointer;
  text-align: left;
  transition: background .2s;
}
.rr-faq-q:hover { background: rgba(255,255,255,0.04); }
.rr-faq-q svg {
  width: 18px; height: 18px;
  stroke: rgba(245,245,245,0.4); fill: none; stroke-width: 2;
  flex-shrink: 0;
  transition: transform .3s;
}
.rr-faq-q[aria-expanded="true"] svg { transform: rotate(180deg); }
.rr-faq-q[aria-expanded="true"] { background: rgba(255,255,255,0.04); }
.rr-faq-a {
  display: none;
  padding: 0 24px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245,245,245,0.5);
}
.rr-faq-a.open { display: block; }

/* ── FINAL CTA ── */
.rr-final-cta {
  padding: 88px 32px;
  background: #0b1220;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.rr-final-cta-inner {
  max-width: 600px;
  margin: 0 auto;
}
.rr-final-cta h2 {
  font-family: 'Google Sans', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: #f5f5f5;
  margin-bottom: 12px;
  line-height: 1.1;
}
.rr-final-cta p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: rgba(245,245,245,0.55);
  margin-bottom: 32px;
}
.rr-final-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .rr-includes-grid { grid-template-columns: repeat(2, 1fr); }
  .rr-why-inner { grid-template-columns: 1fr; gap: 40px; }
  .rr-steps { flex-direction: column; gap: 0; }
  .rr-step {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    width: 100%;
  }
  .rr-step:last-child { border-bottom: none; }
}

@media (max-width: 600px) {
  .rr-hero-inner {
    width: calc(100% - 40px);
    padding: 140px 0 48px;
  }
  .rr-includes { padding: 64px 20px; }
  .rr-includes-grid { grid-template-columns: 1fr; }
  .rr-why { padding: 64px 20px; }
  .rr-why-compare { grid-template-columns: 1fr; }
  .rr-compare-card.rr-compare-bad { border-right: none; border-bottom: 1px solid rgba(17,24,39,0.08); }
  .rr-book { padding: 64px 20px; }
  .rr-faq { padding: 64px 20px; }
  .rr-final-cta { padding: 64px 20px; }
  .rr-final-btns { flex-direction: column; align-items: center; }
  .rr-hero-stat-bar {
    width: calc(100% - 40px);
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .rr-stat { min-width: 50%; }
  .rr-stat-div { display: none; }
  .rr-btn-primary.large { width: 100%; justify-content: center; }
}
