.elementor-2249 .elementor-element.elementor-element-5a5f16d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* =====================================================
   rahulkolge.com — FULL BOOKING SYSTEM PAGE
   CUSTOM CSS
   Paste into: Elementor → Page Settings → Advanced →
   Custom CSS (remove the body.elementor-page-2249{} wrapper Elementor adds)
   OR paste into Customizer → Additional CSS
   ===================================================== */


/* =============================================
   RESETS & BASE
   ============================================= */
.rk-section *,
.rk-section *::before,
.rk-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.rk-section {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff !important;
}

.rk-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

/* =============================================
   ELEMENTOR COLOR OVERRIDES
   ============================================= */
.rk-section h1,
.rk-section h2,
.rk-section h3,
.rk-section h4 {
  color: #ffffff !important;
}

.rk-section a {
  text-decoration: none !important;
}

/* =============================================
   TYPOGRAPHY
   ============================================= */
.rk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', -apple-system, sans-serif !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FF9C00 !important;
  margin-bottom: 20px;
}

.rk-eyebrow::before {
  content: '';
  width: 18px;
  height: 2px;
  background: linear-gradient(135deg, #FF9C00, #FED000);
  flex-shrink: 0;
}

.rk-heading-md {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff !important;
  letter-spacing: -0.02em;
}

.rk-gold-italic {
  font-style: italic;
  background: linear-gradient(135deg, #FF9C00, #FED000) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* =============================================
   BUTTONS
   ============================================= */
.rk-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', -apple-system, sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  padding: 14px 28px;
  border-radius: 8px;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.rk-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rk-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #FF9C00, #FED000) !important;
  position: relative;
  overflow: hidden;
}

.rk-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.rk-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255, 156, 0, 0.3);
  color: #fff !important;
}

.rk-btn-primary:hover::before { opacity: 1; }

.rk-btn-ghost {
  color: #d1d1d1 !important;
  background: transparent !important;
  border: 1px solid #333 !important;
}

.rk-btn-ghost:hover {
  color: #FF9C00 !important;
  border-color: #FF9C00 !important;
  background: rgba(255, 156, 0, 0.04) !important;
}

.rk-btn-outline-gold {
  color: #FF9C00 !important;
  background: transparent !important;
  border: 1px solid rgba(255, 156, 0, 0.3) !important;
}

.rk-btn-outline-gold:hover {
  background: rgba(255, 156, 0, 0.06) !important;
  border-color: #FF9C00 !important;
}

/* =============================================
   SCROLL ANIMATIONS
   ============================================= */
.rk-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.rk-reveal.rk-visible {
  opacity: 1;
  transform: translateY(0);
}

.rk-reveal-delay-1 { transition-delay: 0.08s; }
.rk-reveal-delay-2 { transition-delay: 0.16s; }
.rk-reveal-delay-3 { transition-delay: 0.24s; }
.rk-reveal-delay-4 { transition-delay: 0.32s; }

/* =============================================
   S1: HERO
   ============================================= */
.rk-fbs-hero {
  position: relative;
  background: #0a0a0a !important;
  padding: 160px 0 80px;
  overflow: hidden;
}

.rk-fbs-hero-glow {
  position: absolute;
  top: -25%;
  right: -10%;
  width: 60%;
  height: 90%;
  background: radial-gradient(ellipse at top right, rgba(255,156,0,0.06) 0%, transparent 55%);
  pointer-events: none;
}

.rk-fbs-hero-inner {
  display: flex;
  align-items: center;
  gap: 64px;
}

.rk-fbs-hero-content {
  flex: 1;
  max-width: 560px;
}

.rk-fbs-hero-heading {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  color: #ffffff !important;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.rk-fbs-hero-sub {
  font-size: 17px;
  color: #999 !important;
  line-height: 1.75;
  margin-bottom: 28px;
}

.rk-fbs-hero-guarantee {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #FF9C00 !important;
  padding: 10px 18px;
  background: rgba(255, 156, 0, 0.06) !important;
  border: 1px solid rgba(255, 156, 0, 0.15);
  border-radius: 8px;
  margin-bottom: 32px;
}

.rk-fbs-hero-guarantee svg {
  width: 18px;
  height: 18px;
  stroke: #FF9C00 !important;
  flex-shrink: 0;
}

.rk-fbs-hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.rk-fbs-hero-visual {
  flex: 1;
  max-width: 480px;
  position: relative;
}

.rk-fbs-hero-mockup {
  background: #141414 !important;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.rk-fbs-hero-mockup::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,156,0,0.25), transparent);
}

.rk-fbs-mockup-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.rk-fbs-mockup-dot { width: 8px; height: 8px; border-radius: 50%; }
.rk-fbs-mockup-dot-red { background: #ff5f57 !important; }
.rk-fbs-mockup-dot-yellow { background: #ffbd2e !important; }
.rk-fbs-mockup-dot-green { background: #28c840 !important; }

.rk-fbs-mockup-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.rk-fbs-mockup-row:last-child { border-bottom: none; }

.rk-fbs-mockup-label {
  font-size: 13px;
  color: #999 !important;
}

.rk-fbs-mockup-value {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(135deg, #FF9C00, #FED000) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.rk-fbs-mockup-value-up {
  color: #28c840 !important;
  -webkit-text-fill-color: #28c840 !important;
  background: none !important;
}

/* =============================================
   S2: PROBLEM
   ============================================= */
.rk-fbs-problem {
  background: #111111 !important;
  padding: 100px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.rk-fbs-problem-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}

.rk-fbs-problem-header .rk-eyebrow { justify-content: center; }
.rk-fbs-problem-header .rk-heading-md { margin-bottom: 16px; }
.rk-fbs-problem-header p { font-size: 15px; color: #999 !important; line-height: 1.7; }

.rk-fbs-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rk-fbs-problem-card {
  background: #141414 !important;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 32px 28px;
  text-align: center;
  transition: all 0.3s ease;
}

.rk-fbs-problem-card:hover {
  border-color: rgba(255, 80, 80, 0.15);
  transform: translateY(-3px);
}

.rk-fbs-problem-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 80, 80, 0.08) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.rk-fbs-problem-icon svg {
  width: 24px;
  height: 24px;
  stroke: #ff5050 !important;
}

.rk-fbs-problem-card h3 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 10px;
}

.rk-fbs-problem-card p {
  font-size: 13.5px;
  color: #777 !important;
  line-height: 1.65;
}

/* =============================================
   S3: WHAT'S INCLUDED
   ============================================= */
.rk-fbs-included {
  background: #0a0a0a !important;
  padding: 100px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.rk-fbs-included-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
}

.rk-fbs-included-header .rk-eyebrow { justify-content: center; }
.rk-fbs-included-header .rk-heading-md { margin-bottom: 16px; }
.rk-fbs-included-header p { font-size: 15px; color: #999 !important; line-height: 1.7; }

.rk-fbs-included-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.rk-fbs-include-card {
  background: #141414 !important;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 36px 32px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.rk-fbs-include-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(135deg, #FF9C00, #FED000);
  transition: height 0.4s ease;
}

.rk-fbs-include-card:hover { border-color: rgba(255,255,255,0.12); }
.rk-fbs-include-card:hover::before { height: 100%; }

.rk-fbs-include-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 156, 0, 0.08) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.rk-fbs-include-icon svg {
  width: 22px;
  height: 22px;
  stroke: #FF9C00 !important;
}

.rk-fbs-include-card h3 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 10px;
}

.rk-fbs-include-card p {
  font-size: 14px;
  color: #999 !important;
  line-height: 1.7;
}

/* =============================================
   S4: HOW IT WORKS
   ============================================= */
.rk-fbs-process {
  background: #111111 !important;
  padding: 100px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.rk-fbs-process-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 64px;
}

.rk-fbs-process-header .rk-eyebrow { justify-content: center; }

.rk-fbs-process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}

.rk-fbs-process-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(16.66% + 40px);
  right: calc(16.66% + 40px);
  height: 1px;
  background: linear-gradient(90deg, rgba(255,156,0,0.3), rgba(254,208,0,0.3));
}

.rk-fbs-step-card {
  text-align: center;
  position: relative;
}

.rk-fbs-step-number {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #171717 !important;
  border: 1px solid rgba(255, 156, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 22px;
  font-weight: 800;
  color: #FF9C00 !important;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}

.rk-fbs-step-card h3 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 10px;
}

.rk-fbs-step-card p {
  font-size: 14px;
  color: #999 !important;
  line-height: 1.65;
  max-width: 280px;
  margin: 0 auto;
}

.rk-fbs-step-tag {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #777 !important;
  margin-top: 12px;
}

/* =============================================
   S5: PRICING
   ============================================= */
.rk-fbs-pricing {
  background: #0a0a0a !important;
  padding: 100px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.rk-fbs-pricing-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 56px;
}

.rk-fbs-pricing-header .rk-eyebrow { justify-content: center; }
.rk-fbs-pricing-header .rk-heading-md { margin-bottom: 16px; }
.rk-fbs-pricing-header p { font-size: 15px; color: #999 !important; line-height: 1.7; }

.rk-fbs-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.rk-fbs-price-card {
  background: #141414 !important;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}

.rk-fbs-price-card:hover {
  border-color: rgba(255,255,255,0.12);
  transform: translateY(-4px);
}

.rk-fbs-price-card.rk-fbs-featured {
  border-color: rgba(255, 156, 0, 0.25) !important;
  box-shadow: 0 0 40px rgba(255, 156, 0, 0.06);
}

.rk-fbs-price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff !important;
  background: linear-gradient(135deg, #FF9C00, #FED000) !important;
  padding: 5px 16px;
  border-radius: 100px;
  white-space: nowrap;
}

.rk-fbs-price-stage {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #555 !important;
  margin-bottom: 12px;
}

.rk-fbs-price-card h3 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 16px;
}

.rk-fbs-price-amount {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 36px;
  font-weight: 800;
  background: linear-gradient(135deg, #FF9C00, #FED000) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  line-height: 1;
  margin-bottom: 4px;
}

.rk-fbs-price-freq {
  font-size: 12px;
  color: #555 !important;
  margin-bottom: 24px;
}

.rk-fbs-price-list {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
  padding: 0;
}

.rk-fbs-price-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: #d1d1d1 !important;
  line-height: 1.5;
}

.rk-fbs-price-list li svg {
  width: 16px;
  height: 16px;
  stroke: #FF9C00 !important;
  flex-shrink: 0;
  margin-top: 2px;
}

.rk-fbs-price-card .rk-btn {
  width: 100%;
  justify-content: center;
}

/* =============================================
   S6: GUARANTEE
   ============================================= */
.rk-fbs-guarantee {
  background: #111111 !important;
  padding: 100px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.rk-fbs-guarantee-box {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.rk-fbs-guarantee-shield {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(255, 156, 0, 0.08) !important;
  border: 1px solid rgba(255, 156, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.rk-fbs-guarantee-shield svg {
  width: 32px;
  height: 32px;
  stroke: #FF9C00 !important;
}

.rk-fbs-guarantee-box .rk-heading-md { margin-bottom: 20px; }

.rk-fbs-guarantee-text {
  font-size: 16px;
  color: #999 !important;
  line-height: 1.75;
  margin-bottom: 12px;
}

.rk-fbs-guarantee-fine {
  font-size: 13px;
  color: #555 !important;
  font-style: italic;
}

/* =============================================
   S7: FAQ
   ============================================= */
.rk-fbs-faq {
  background: #0a0a0a !important;
  padding: 100px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.rk-fbs-faq-header {
  text-align: center;
  margin-bottom: 48px;
}

.rk-fbs-faq-header .rk-eyebrow { justify-content: center; }

.rk-fbs-faq-list {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.rk-fbs-faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.rk-fbs-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
  cursor: pointer;
  background: none !important;
  border: none !important;
  width: 100%;
  text-align: left;
  font-family: 'Inter', -apple-system, sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff !important;
  transition: color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
}

.rk-fbs-faq-q:hover { color: #FF9C00 !important; }

.rk-fbs-faq-q svg {
  width: 20px;
  height: 20px;
  stroke: #555 !important;
  flex-shrink: 0;
  transition: transform 0.3s ease, stroke 0.2s ease;
}

.rk-fbs-faq-item.rk-faq-open .rk-fbs-faq-q svg {
  transform: rotate(45deg);
  stroke: #FF9C00 !important;
}

.rk-fbs-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.rk-fbs-faq-item.rk-faq-open .rk-fbs-faq-a {
  max-height: 300px;
  padding-bottom: 24px;
}

.rk-fbs-faq-a p {
  font-size: 14px;
  color: #999 !important;
  line-height: 1.7;
}

/* =============================================
   S8: BOTTOM CTA
   ============================================= */
.rk-cta-bottom {
  background: #0a0a0a !important;
  padding: 100px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.rk-cta-box {
  background: #141414 !important;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px;
  padding: 72px 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.rk-cta-box::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,156,0,0.3), transparent);
}

.rk-cta-box::after {
  content: '';
  position: absolute;
  top: -40%; left: 30%;
  width: 40%; height: 100%;
  background: radial-gradient(ellipse, rgba(255,156,0,0.06) 0%, transparent 60%);
  pointer-events: none;
}

.rk-cta-box .rk-eyebrow { justify-content: center; }

.rk-cta-box .rk-heading-md {
  margin-bottom: 16px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.rk-cta-box > p {
  font-size: 15px;
  color: #999 !important;
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 36px;
  position: relative;
  z-index: 1;
}

.rk-cta-box .rk-btn {
  position: relative;
  z-index: 1;
}

.rk-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.rk-cta-sub {
  font-size: 12px;
  color: #555 !important;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}

/* =============================================
   RESPONSIVE — TABLET (1024px)
   ============================================= */
@media (max-width: 1024px) {
  .rk-container { padding: 0 28px; }

  .rk-fbs-hero { padding: 140px 0 72px; }
  .rk-fbs-hero-inner { flex-direction: column; gap: 48px; }
  .rk-fbs-hero-content { max-width: 100%; }
  .rk-fbs-hero-visual { max-width: 100%; }

  .rk-fbs-problem,
  .rk-fbs-included,
  .rk-fbs-process,
  .rk-fbs-pricing,
  .rk-fbs-guarantee,
  .rk-fbs-faq,
  .rk-cta-bottom { padding: 80px 0; }

  .rk-fbs-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .rk-fbs-process-steps::before { display: none; }
}

/* =============================================
   RESPONSIVE — MOBILE (768px)
   ============================================= */
@media (max-width: 768px) {
  .rk-container { padding: 0 20px; }

  .rk-fbs-hero { padding: 110px 0 48px; }
  .rk-fbs-hero-heading { font-size: 32px !important; }
  .rk-fbs-hero-sub { font-size: 15px; }
  .rk-fbs-hero-guarantee { font-size: 12px; padding: 8px 14px; }

  .rk-fbs-hero-ctas,
  .rk-cta-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .rk-btn {
    justify-content: center;
    padding: 13px 24px;
    font-size: 13.5px;
  }

  .rk-fbs-problem,
  .rk-fbs-included,
  .rk-fbs-process,
  .rk-fbs-pricing,
  .rk-fbs-guarantee,
  .rk-fbs-faq,
  .rk-cta-bottom { padding: 64px 0; }

  .rk-fbs-problem-grid,
  .rk-fbs-included-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rk-fbs-process-steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rk-fbs-process-steps::before { display: none; }
  .rk-fbs-step-card { text-align: left; }
  .rk-fbs-step-number { margin: 0 0 16px; }
  .rk-fbs-step-card p { max-width: 100%; margin: 0; }

  .rk-fbs-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .rk-fbs-guarantee-text { font-size: 15px; }

  .rk-cta-box {
    padding: 40px 24px;
    border-radius: 16px;
  }
}

/* =============================================
   RESPONSIVE — SMALL MOBILE (480px)
   ============================================= */
@media (max-width: 480px) {
  .rk-fbs-hero { padding: 100px 0 40px; }
  .rk-fbs-hero-heading { font-size: 28px !important; }

  .rk-fbs-hero-guarantee {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-size: 11.5px;
  }

  .rk-fbs-mockup-value { font-size: 16px; }
  .rk-fbs-mockup-label { font-size: 12px; }
  .rk-fbs-price-amount { font-size: 28px; }
  .rk-eyebrow { font-size: 10px; }
}/* End custom CSS */