.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   ROYAL FINISH v2 â€” Bright & Lively
   Palette: white, fresh turquoise, deep teal, warm accent, ink
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700;800;900&family=Assistant:wght@400;500;600;700&display=swap');

:root {
  /* Colors â€” harmonized with the navy+gold logo */
  --rf-turq:        #1AA9C2;   /* fresh turquoise-blue - primary */
  --rf-turq-dark:   #117F95;   /* deeper */
  --rf-navy:        #0A2C48;   /* brand navy (from logo) - headings */
  --rf-navy-deep:   #06203A;   /* darkest navy */
  --rf-teal:        #0A2C48;   /* alias: headings use navy */
  --rf-gold:        #C9A24D;   /* brand gold (from logo) */
  --rf-gold-light:  #E0C176;
  --rf-accent:      #FF7A4D;   /* warm coral - CTAs that pop */
  --rf-accent-dark: #E85F30;
  --rf-mint:        #E6F6F9;   /* soft tint bg */
  --rf-mint-2:      #F1FAFC;
  --rf-white:       #FFFFFF;
  --rf-off:         #F6FAFB;
  --rf-gray:        #54646C;
  --rf-gray-light:  #8B9AA0;
  --rf-line:        #E1ECEF;
  --rf-yellow:      #FFC542;   /* stars */

  /* Typography */
  --font-display:   'Heebo', sans-serif;
  --font-body:      'Assistant', sans-serif;

  /* Layout */
  --container:      1200px;
  --gutter:         24px;
  --radius:         16px;
  --radius-lg:      28px;
  --radius-pill:    999px;

  /* Shadow */
  --shadow-sm:      0 2px 12px rgba(10,85,96,0.06);
  --shadow:         0 8px 30px rgba(10,85,96,0.10);
  --shadow-lg:      0 20px 50px rgba(10,85,96,0.15);
  --shadow-turq:    0 12px 30px rgba(24,184,196,0.30);
  --shadow-accent:  0 12px 30px rgba(255,122,77,0.35);

  --ease:           cubic-bezier(0.22, 1, 0.36, 1);
  --dur:            0.4s;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; direction: rtl; }

body {
  background: var(--rf-white);
  color: var(--rf-gray);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--rf-teal);
  line-height: 1.2;
  font-weight: 800;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 900; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); }

p { font-size: 1.05rem; line-height: 1.8; color: var(--rf-gray); }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.rf-container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }

/* ---------- Eyebrow ---------- */
.rf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--rf-mint);
  color: var(--rf-turq-dark);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  margin-bottom: 18px;
}

.rf-eyebrow::before {
  content: '';
  width: 7px; height: 7px;
  background: var(--rf-turq);
  border-radius: 50%;
}

/* ---------- Buttons ---------- */
.rf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 32px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  border-radius: var(--radius-pill);
  cursor: pointer;
  border: none;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease);
  white-space: nowrap;
}

.rf-btn svg { width: 18px; height: 18px; }

.rf-btn-accent {
  background: var(--rf-accent);
  color: #fff;
  box-shadow: var(--shadow-accent);
}
.rf-btn-accent:hover { background: var(--rf-accent-dark); transform: translateY(-3px); }

.rf-btn-turq {
  background: var(--rf-turq);
  color: #fff;
  box-shadow: var(--shadow-turq);
}
.rf-btn-turq:hover { background: var(--rf-turq-dark); transform: translateY(-3px); }

.rf-btn-white {
  background: #fff;
  color: var(--rf-teal);
  box-shadow: var(--shadow);
}
.rf-btn-white:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

.rf-btn-ghost {
  background: transparent;
  color: var(--rf-teal);
  border: 2px solid var(--rf-line);
}
.rf-btn-ghost:hover { border-color: var(--rf-turq); color: var(--rf-turq-dark); }

/* ---------- Section header ---------- */
.rf-section-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.rf-section-head .rf-eyebrow { margin-bottom: 16px; }
.rf-section-head h2 { margin-bottom: 14px; }
.rf-section-head h2 span { color: var(--rf-turq); }
.rf-section-head p { font-size: 1.1rem; }

/* ---------- WhatsApp float ---------- */
.rf-wa {
  position: fixed;
  bottom: 24px; left: 24px;
  width: 60px; height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 999;
  box-shadow: 0 8px 24px rgba(37,211,102,0.45);
  transition: transform var(--dur) var(--ease);
  animation: waPulse 2.5s infinite;
}
.rf-wa:hover { transform: scale(1.1); }
.rf-wa svg { width: 32px; height: 32px; fill: #fff; }

@keyframes waPulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(37,211,102,0.45); }
  50% { box-shadow: 0 8px 24px rgba(37,211,102,0.45), 0 0 0 12px rgba(37,211,102,0); }
}

/* ---------- Reveal animation ---------- */
/* Content is ALWAYS visible â€” the page can never get stuck hidden if the shared JS
   is missing or slow. If the shared JS adds .in on scroll, a soft entrance plays. */
.rf-reveal { opacity: 1; transform: none; transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .rf-reveal { opacity: 1; transform: none; }
}

/* Safety: SVGs never exceed their intended size even if a rule is missing */
svg { max-width: 100%; vertical-align: middle; }
.rf-btn svg, .rf-header-phone svg, .rf-topbar-item svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ============================================================
   ROYAL FINISH v2 â€” Home & Header & Footer
   ============================================================ */

/* ---------- Top bar ---------- */
.rf-topbar {
  background: var(--rf-navy);
  color: #fff;
  font-size: 0.85rem;
  padding: 8px 0;
}
.rf-topbar-inner {
  max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.rf-topbar a { color: #fff; opacity: 0.9; transition: opacity 0.3s; }
.rf-topbar a:hover { opacity: 1; color: var(--rf-gold-light); }
.rf-topbar-left { display: flex; gap: 22px; align-items: center; }
.rf-topbar-item { display: flex; align-items: center; gap: 7px; }
.rf-topbar-item svg { width: 14px; height: 14px; stroke: var(--rf-gold); fill: none; stroke-width: 2; }
.rf-topbar-right { display: flex; gap: 10px; }
.rf-topbar-social { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; transition: background 0.3s; }
.rf-topbar-social:hover { background: var(--rf-gold); }
.rf-topbar-social svg { width: 13px; height: 13px; fill: #fff; }
@media (max-width: 768px) { .rf-topbar { display: none; } }

/* ---------- Header ---------- */
.rf-header {
  position: sticky; top: 0; z-index: 100;
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.3s;
}
.rf-header.scrolled { box-shadow: var(--shadow); }
.rf-header-inner {
  max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter);
  height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.rf-logo img { height: 42px; width: auto; display: block; }

.rf-nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.rf-nav-links > li > a {
  display: block; padding: 10px 16px;
  font-family: var(--font-display); font-weight: 600; font-size: 1rem;
  color: var(--rf-navy); border-radius: var(--radius-pill);
  transition: color 0.3s, background 0.3s;
}
.rf-nav-links > li > a:hover, .rf-nav-links > li > a.active { color: var(--rf-turq-dark); background: var(--rf-mint); }

.rf-nav-item { position: relative; }
.rf-nav-item:hover .rf-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.rf-dropdown {
  position: absolute; top: calc(100% + 6px); right: 0; min-width: 230px;
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all 0.3s var(--ease); border: 1px solid var(--rf-line);
}
.rf-dropdown a {
  display: flex; align-items: center; gap: 10px; padding: 11px 14px;
  font-size: 0.92rem; font-weight: 500; color: var(--rf-gray); border-radius: 10px;
  transition: background 0.25s, color 0.25s;
}
.rf-dropdown a:hover { background: var(--rf-mint); color: var(--rf-turq-dark); }
.rf-dropdown a svg { width: 18px; height: 18px; stroke: var(--rf-turq); fill: none; stroke-width: 1.8; flex-shrink: 0; }

.rf-header-cta { display: flex; align-items: center; gap: 14px; }
.rf-header-phone { display: flex; align-items: center; gap: 9px; font-family: var(--font-display); font-weight: 700; color: var(--rf-navy); font-size: 1.05rem; }
.rf-header-phone svg { width: 20px; height: 20px; stroke: var(--rf-turq); fill: none; stroke-width: 2; }
.rf-header-phone span { direction: ltr; }

.rf-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.rf-hamburger span { width: 26px; height: 2.5px; background: var(--rf-navy); border-radius: 2px; transition: all 0.3s; }
.rf-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.rf-hamburger.open span:nth-child(2) { opacity: 0; }
.rf-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

.rf-mobile { display: none; position: fixed; inset: 0 0 0 0; top: 0; background: #fff; z-index: 200; padding: 24px; overflow-y: auto; }
.rf-mobile.open { display: block; }
.rf-mobile-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; }
.rf-mobile-top img { height: 46px; }
.rf-mobile-close { background: var(--rf-mint); border: none; width: 44px; height: 44px; border-radius: 50%; font-size: 1.5rem; color: var(--rf-navy); cursor: pointer; }
.rf-mobile ul { list-style: none; }
.rf-mobile > ul > li > a { display: block; padding: 16px 0; font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: var(--rf-navy); border-bottom: 1px solid var(--rf-line); }
.rf-mobile-sub a { font-size: 1rem !important; font-weight: 500 !important; color: var(--rf-gray) !important; padding: 11px 16px !important; border: none !important; }
.rf-mobile-actions { margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }

@media (max-width: 960px) {
  .rf-nav-links, .rf-header-phone { display: none; }
  .rf-hamburger { display: flex; }
  .rf-logo img { height: 38px; }
}
@media (max-width: 420px) {
  .rf-header-cta .rf-btn-accent { display: none; }
}

/* ============================================================
   HERO
   ============================================================ */
.rf-hero {
  position: relative;
  background: linear-gradient(135deg, #F1FAFC 0%, #E6F6F9 55%, #DFF1F5 100%);
  overflow: hidden;
  padding: 70px 0 90px;
}
/* playful bubbles */
.rf-hero::before, .rf-hero::after {
  content: ''; position: absolute; border-radius: 50%; pointer-events: none;
}
.rf-hero::before { width: 380px; height: 380px; background: radial-gradient(circle, rgba(26,169,194,0.12), transparent 70%); top: -120px; left: -80px; }
.rf-hero::after { width: 300px; height: 300px; background: radial-gradient(circle, rgba(201,162,77,0.10), transparent 70%); bottom: -100px; right: 10%; }

.rf-hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
}

.rf-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; box-shadow: var(--shadow-sm);
  padding: 8px 16px 8px 8px; border-radius: var(--radius-pill);
  font-size: 0.85rem; font-weight: 600; color: var(--rf-navy); margin-bottom: 24px;
}
.rf-hero-badge b { background: var(--rf-gold); color: #fff; padding: 3px 10px; border-radius: var(--radius-pill); font-size: 0.78rem; }

.rf-hero h1 { margin-bottom: 20px; }
.rf-hero h1 span { color: var(--rf-turq); position: relative; }
.rf-hero h1 span::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 10px;
  background: var(--rf-gold); opacity: 0.28; border-radius: 4px; z-index: -1;
}
.rf-hero-lead { font-size: 1.2rem; color: var(--rf-gray); margin-bottom: 28px; max-width: 520px; overflow-wrap: break-word; }

.rf-hero-checks { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-bottom: 34px; }
.rf-hero-check { display: flex; align-items: center; gap: 9px; font-weight: 600; color: var(--rf-navy); font-size: 0.98rem; }
.rf-hero-check svg { width: 22px; height: 22px; flex-shrink: 0; }

.rf-hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.rf-hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 32px; }
.rf-hero-stars { display: flex; gap: 2px; }
.rf-hero-stars svg { width: 18px; height: 18px; fill: var(--rf-yellow); }
.rf-hero-trust-text { font-size: 0.9rem; color: var(--rf-gray); }
.rf-hero-trust-text b { color: var(--rf-navy); }

/* Lead form card */
.rf-lead-card {
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  padding: 36px; position: relative;
}
.rf-lead-card::before {
  content: '50% ×”× ×—×” ×¢×œ ×¤×¨×™×˜ ×©× ×™!'; position: absolute; top: -14px; right: 24px;
  background: var(--rf-accent); color: #fff; font-size: 0.8rem; font-weight: 700;
  padding: 6px 16px; border-radius: var(--radius-pill);
  box-shadow: var(--shadow-accent); white-space: nowrap; max-width: calc(100% - 48px);
}
.rf-lead-card h3 { font-size: 1.5rem; margin-bottom: 6px; }
.rf-lead-card > p { font-size: 0.95rem; margin-bottom: 22px; }
.rf-lead-form { display: flex; flex-direction: column; gap: 14px; }
.rf-lead-form input, .rf-lead-form select {
  width: 100%; padding: 14px 16px; border: 1.5px solid var(--rf-line); border-radius: 12px;
  font-family: var(--font-body); font-size: 1rem; color: var(--rf-navy); background: var(--rf-off);
  transition: border-color 0.3s, background 0.3s; outline: none;
}
.rf-lead-form input:focus, .rf-lead-form select:focus { border-color: var(--rf-turq); background: #fff; }
.rf-lead-form input::placeholder { color: var(--rf-gray-light); }
.rf-lead-note { font-size: 0.8rem; color: var(--rf-gray-light); text-align: center; margin-top: 2px; }
.rf-lead-success { text-align: center; padding: 30px 10px; display: none; }
.rf-lead-success.show { display: block; }
.rf-lead-success svg { width: 56px; height: 56px; margin: 0 auto 14px; }
.rf-lead-success h3 { color: var(--rf-turq-dark); margin-bottom: 8px; }

@media (max-width: 900px) {
  .rf-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .rf-hero-grid > * { min-width: 0; }   /* prevent grid blowout */
  .rf-hero { padding: 36px 0 56px; }
  /* center all hero content on mobile */
  .rf-hero-text { text-align: center; }
  .rf-hero-text .rf-hero-badge { margin-left: auto; margin-right: auto; }
  .rf-hero-lead { margin-left: auto; margin-right: auto; }
  .rf-hero h1 { align-items: center; }
  .rf-h1-sub span { white-space: normal; }      /* allow wrap, no overflow */
  .rf-h1-sub span::after { display: none; }       /* underline looks bad when wrapped */
  .rf-hero-checks { justify-content: center; }
  .rf-hero-actions { justify-content: center; }
  .rf-hero-trust { justify-content: center; flex-wrap: wrap; }
  /* shrink decorative blobs so they don't push width */
  .rf-hero::before { width: 220px; height: 220px; top: -80px; left: -60px; }
  .rf-hero::after { width: 180px; height: 180px; }
  .rf-lead-card { padding: 28px 22px; }
  .rf-lead-card::before { right: 50%; transform: translateX(50%); font-size: 0.72rem; padding: 5px 14px; }
  /* H1 sizing so long words never overflow */
  .rf-h1-main { font-size: clamp(2rem, 9vw, 2.6rem); }
  .rf-h1-sub { font-size: clamp(1.2rem, 5.5vw, 1.7rem); }
}

/* ============================================================
   QUICK SERVICES (icon chips row)
   ============================================================ */
.rf-quickserv { margin-top: -40px; position: relative; z-index: 5; }
.rf-quickserv-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px;
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow);
  padding: 28px 24px;
}
.rf-quickserv-item {
  display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center;
  padding: 12px 8px; border-radius: var(--radius); transition: background 0.3s, transform 0.3s;
}
.rf-quickserv-item:hover { background: var(--rf-mint); transform: translateY(-4px); }
.rf-quickserv-icon { width: 54px; height: 54px; border-radius: 16px; background: var(--rf-mint); display: flex; align-items: center; justify-content: center; transition: background 0.3s; }
.rf-quickserv-item:hover .rf-quickserv-icon { background: #fff; }
.rf-quickserv-icon svg { width: 28px; height: 28px; stroke: var(--rf-turq-dark); fill: none; stroke-width: 1.6; }
.rf-quickserv-item span { font-family: var(--font-display); font-weight: 600; font-size: 0.92rem; color: var(--rf-navy); line-height: 1.3; }

@media (max-width: 900px) { .rf-quickserv-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .rf-quickserv-grid { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   SECTION SHELL
   ============================================================ */
.rf-section { padding: 90px 0; }
.rf-section-tint { background: var(--rf-off); }
.rf-section-navy { background: var(--rf-navy); }

/* ============================================================
   SERVICES (big cards)
   ============================================================ */
.rf-services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.rf-service-card {
  display: flex; gap: 22px; background: #fff; border: 1px solid var(--rf-line);
  border-radius: var(--radius-lg); padding: 28px; transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s;
}
.rf-service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.rf-service-thumb { width: 110px; height: 110px; border-radius: var(--radius); object-fit: cover; flex-shrink: 0; }
.rf-service-body { flex: 1; }
.rf-service-body h3 { margin-bottom: 8px; }
.rf-service-body p { font-size: 0.95rem; margin-bottom: 14px; }
.rf-service-link { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-display); font-weight: 700; font-size: 0.92rem; color: var(--rf-turq-dark); transition: gap 0.3s; }
.rf-service-link svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2.5; }
.rf-service-card:hover .rf-service-link { gap: 12px; }

@media (max-width: 768px) { .rf-services-grid { grid-template-columns: 1fr; } .rf-service-card { flex-direction: column; } .rf-service-thumb { width: 100%; height: 180px; } }

/* ============================================================
   WHY US
   ============================================================ */
.rf-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.rf-why-card { text-align: center; padding: 16px; }
.rf-why-icon {
  width: 78px; height: 78px; margin: 0 auto 20px; border-radius: 22px;
  background: linear-gradient(135deg, var(--rf-turq), var(--rf-turq-dark));
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-turq);
  transition: transform 0.4s var(--ease);
}
.rf-why-card:hover .rf-why-icon { transform: rotate(-6deg) scale(1.05); }
.rf-why-icon svg { width: 38px; height: 38px; stroke: #fff; fill: none; stroke-width: 1.6; }
.rf-why-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.rf-why-card p { font-size: 0.92rem; }

@media (max-width: 860px) { .rf-why-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; } }
@media (max-width: 440px) { .rf-why-grid { grid-template-columns: 1fr; } }

/* ============================================================
   BEFORE / AFTER SLIDER
   ============================================================ */
.rf-ba-wrap { max-width: 860px; margin: 0 auto; }
.rf-ba-slider {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); aspect-ratio: 4/3; user-select: none; cursor: ew-resize;
}
.rf-ba-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.rf-ba-after-wrap { position: absolute; inset: 0; width: 50%; overflow: hidden; border-left: 3px solid #fff; pointer-events: none; }
.rf-ba-after-wrap img { position: absolute; top: 0; right: 0; width: var(--rf-ba-w, 860px); height: 100%; object-fit: cover; pointer-events: none; }
.rf-ba-handle {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: #fff;
  transform: translateX(-50%); z-index: 3; pointer-events: none;
}
.rf-ba-grip {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 48px; height: 48px; border-radius: 50%; background: #fff; box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center;
}
.rf-ba-grip svg { width: 24px; height: 24px; stroke: var(--rf-turq-dark); fill: none; stroke-width: 2.5; }
.rf-ba-tag { position: absolute; bottom: 16px; padding: 6px 16px; border-radius: var(--radius-pill); font-weight: 700; font-size: 0.85rem; color: #fff; z-index: 2; backdrop-filter: blur(4px); pointer-events: none; }
.rf-ba-tag-before { right: 16px; background: rgba(10,44,72,0.75); }
.rf-ba-tag-after { left: 16px; background: rgba(26,169,194,0.85); }
.rf-ba-thumbs { display: flex; justify-content: center; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.rf-ba-thumb { width: 84px; height: 64px; border-radius: 12px; overflow: hidden; cursor: pointer; border: 3px solid transparent; transition: border-color 0.3s, transform 0.3s; opacity: 0.65; }
.rf-ba-thumb.active, .rf-ba-thumb:hover { border-color: var(--rf-turq); opacity: 1; transform: translateY(-3px); }
.rf-ba-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   PROCESS
   ============================================================ */
.rf-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: s; }
.rf-process-step { position: relative; background: #fff; border-radius: var(--radius-lg); padding: 32px 24px; box-shadow: var(--shadow-sm); transition: transform 0.4s var(--ease); }
.rf-process-step:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.rf-process-num { font-family: var(--font-display); font-weight: 900; font-size: 2.6rem; color: var(--rf-mint); line-height: 1; margin-bottom: 12px; }
.rf-process-step:hover .rf-process-num { color: var(--rf-gold); }
.rf-process-step h3 { font-size: 1.2rem; margin-bottom: 8px; }
.rf-process-step p { font-size: 0.9rem; }
.rf-process-arrow { position: absolute; top: 50%; left: -16px; z-index: 2; color: var(--rf-turq); }
.rf-process-arrow svg { width: 28px; height: 28px; stroke: currentColor; fill: none; stroke-width: 2; }
@media (max-width: 860px) { .rf-process-grid { grid-template-columns: 1fr 1fr; } .rf-process-arrow { display: none; } }
@media (max-width: 440px) { .rf-process-grid { grid-template-columns: 1fr; } }

/* ============================================================
   PRICING
   ============================================================ */
.rf-pricing-wrap { max-width: 920px; margin: 0 auto; }
.rf-price-table { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.rf-price-table th { background: var(--rf-navy); color: #fff; font-family: var(--font-display); font-weight: 700; padding: 18px 20px; font-size: 1rem; text-align: center; }
.rf-price-table th:first-child { text-align: right; }
.rf-price-table td { padding: 16px 20px; border-bottom: 1px solid var(--rf-line); text-align: center; color: var(--rf-navy); font-weight: 600; }
.rf-price-table td:first-child { text-align: right; font-weight: 500; color: var(--rf-gray); }
.rf-price-table tr:last-child td { border-bottom: none; }
.rf-price-table tbody tr { transition: background 0.25s; }
.rf-price-table tbody tr:hover { background: var(--rf-mint-2); }
.rf-price-strong { color: var(--rf-turq-dark) !important; font-weight: 800 !important; }
.rf-price-note { text-align: center; font-size: 0.85rem; color: var(--rf-gray-light); margin-top: 18px; }

@media (max-width: 600px) { .rf-price-table th, .rf-price-table td { padding: 12px 10px; font-size: 0.85rem; } }

/* ============================================================
   REVIEWS
   ============================================================ */
.rf-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rf-review { background: #fff; border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-sm); transition: transform 0.4s var(--ease), box-shadow 0.4s; }
.rf-review:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.rf-review-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.rf-review-stars svg { width: 18px; height: 18px; fill: var(--rf-yellow); }
.rf-review-text { color: var(--rf-navy); font-size: 1rem; line-height: 1.75; margin-bottom: 20px; }
.rf-review-by { display: flex; align-items: center; gap: 12px; }
.rf-review-av { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--rf-turq), var(--rf-turq-dark)); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; }
.rf-review-name { font-family: var(--font-display); font-weight: 700; color: var(--rf-navy); font-size: 0.95rem; }
.rf-review-loc { font-size: 0.82rem; color: var(--rf-gray-light); }
.rf-review-g { margin-right: auto; display: flex; align-items: center; }
.rf-review-g svg { width: 22px; height: 22px; }
@media (max-width: 860px) { .rf-reviews-grid { grid-template-columns: 1fr; } }

/* ============================================================
   CTA STRIP
   ============================================================ */
.rf-cta {
  background: linear-gradient(120deg, var(--rf-turq) 0%, var(--rf-turq-dark) 100%);
  border-radius: var(--radius-lg); padding: 56px; text-align: center; position: relative; overflow: hidden;
}
.rf-cta::before { content: ''; position: absolute; width: 300px; height: 300px; background: rgba(255,255,255,0.08); border-radius: 50%; top: -100px; right: -60px; }
.rf-cta::after { content: ''; position: absolute; width: 200px; height: 200px; background: rgba(201,162,77,0.15); border-radius: 50%; bottom: -80px; left: 10%; }
.rf-cta > * { position: relative; z-index: 2; }
.rf-cta h2 { color: #fff; margin-bottom: 12px; }
.rf-cta p { color: rgba(255,255,255,0.9); font-size: 1.15rem; margin-bottom: 30px; max-width: 540px; margin-left: auto; margin-right: auto; }
.rf-cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.rf-footer { background: var(--rf-navy); color: rgba(255,255,255,0.75); padding: 70px 0 0; }
.rf-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 48px; padding-bottom: 48px; }
.rf-footer-brand img { height: 38px; width: auto; margin-bottom: 22px; }
.rf-footer-brand p { color: rgba(255,255,255,0.7); font-size: 0.92rem; max-width: 300px; margin-bottom: 22px; }
.rf-footer-soc { display: flex; gap: 10px; }
.rf-footer-soc a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; transition: background 0.3s; }
.rf-footer-soc a:hover { background: var(--rf-turq); }
.rf-footer-soc svg { width: 17px; height: 17px; fill: #fff; }
.rf-footer h4 { color: #fff; font-size: 1.05rem; margin-bottom: 20px; }
.rf-footer-links { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.rf-footer-links a { color: rgba(255,255,255,0.7); font-size: 0.92rem; transition: color 0.3s, padding 0.3s; }
.rf-footer-links a:hover { color: var(--rf-gold-light); padding-right: 4px; }
.rf-footer-contact { display: flex; flex-direction: column; gap: 14px; }
.rf-footer-citem { display: flex; align-items: flex-start; gap: 11px; font-size: 0.92rem; }
.rf-footer-citem svg { width: 17px; height: 17px; stroke: var(--rf-gold); fill: none; stroke-width: 2; flex-shrink: 0; margin-top: 3px; }
.rf-footer-citem a { color: rgba(255,255,255,0.75); transition: color 0.3s; }
.rf-footer-citem a:hover { color: var(--rf-gold-light); }
.rf-footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding: 22px 0; text-align: center; font-size: 0.85rem; color: rgba(255,255,255,0.55); }

@media (max-width: 860px) { .rf-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 480px) { .rf-footer-grid { grid-template-columns: 1fr; } }

/* H1 SEO structure - business name + marketing subline */
.rf-hero h1 { display: flex; flex-direction: column; gap: 4px; }
.rf-h1-main { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 900; color: var(--rf-navy); line-height: 1.05; }
.rf-h1-sub { font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 800; color: var(--rf-navy); line-height: 1.15; }
.rf-h1-sub span { color: var(--rf-turq); position: relative; white-space: nowrap; }
.rf-h1-sub span::after { content: ''; position: absolute; left: 0; right: 0; bottom: 2px; height: 9px; background: var(--rf-gold); opacity: 0.28; border-radius: 4px; z-index: -1; }

/* Form embed area (Elementor Pro form via shortcode) */
.rf-form-embed { width: 100%; }
.rf-form-embed .elementor-form { max-width: 100%; margin: 0 auto; }
/* keep fields full width inside the card, but card itself is already constrained */
.rf-form-embed .elementor-field-group { margin-bottom: 14px; }

/* Lead card CTA (homepage - links to contact, no embedded form) */
.rf-lead-cta-list { display: flex; flex-direction: column; gap: 10px; margin: 18px 0 22px; }
.rf-lead-cta-item { display: flex; align-items: center; gap: 10px; font-size: 0.95rem; color: var(--rf-navy); font-weight: 600; }

/* Centered single-column hero (form moved to its own Elementor section) */
.rf-hero-center { text-align: center; }
.rf-hero-text-center { max-width: 760px; margin: 0 auto; }
.rf-hero-text-center .rf-hero-badge { margin-left: auto; margin-right: auto; }
.rf-hero-text-center .rf-hero-lead { margin-left: auto; margin-right: auto; }
.rf-hero-text-center h1 { align-items: center; }
.rf-hero-checks { justify-content: center; }
.rf-hero-actions-center { justify-content: center; }
.rf-hero-trust-center { justify-content: center; }/* End custom CSS */