/* ============================================================
   SIRIN CLEANING — AGGRESSIVE KADENCE FIX
   This CSS MUST be loaded. If file is missing, site breaks.
   ============================================================ */

/* ════════════════════════════════════════════════════════════
   0. NUCLEAR OPTION — Kill ALL WordPress / Kadence spacing
   ════════════════════════════════════════════════════════════ */
html, body,
.site, #wrapper, #inner-wrap,
.site-container, .site-content,
.content-area, #primary, #main,
.site-main, .content-wrap,
.entry-content-wrap, .entry-content,
.hentry, .type-page, .post, .page,
.wp-block-post-content,
.wp-block-html,
.wp-block-group,
.wp-block-group__inner-container,
.wp-block-group__inner-container > *,
.kt-row-layout-wrap,
.kt-row-layout-inner,
.kt-row-column-wrap,
.kt-row-layout-bottom-sep,
.alignfull, .alignwide,
figure, figcaption,
.entry-content > *,
.wp-block-post-content > * {
  margin: 0 !important;
  padding: 0 !important;
}

/* Kill Kadence page title & entry header */
.kadence-page-title,
.entry-header,
.page .entry-header,
.page-title,
.archive .entry-header,
.entry-meta,
.post-thumbnail {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

/* ════════════════════════════════════════════════════════════
   1. FULL-WIDTH BREAKOUT — Works inside ANY Kadence wrapper
   ════════════════════════════════════════════════════════════ */

/* The ONLY reliable way to break out of Kadence containers */
.hero.alignfull,
section.alignfull,
.alignfull {
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Kill any max-width constraints on alignfull ancestors */
.site .entry-content .alignfull,
.site .wp-block-post-content .alignfull,
.site .entry-content-wrap .alignfull,
.site .content-wrap .alignfull,
.site .kt-row-layout-inner .alignfull,
.site .kt-row-column-wrap .alignfull,
.site .wp-block-group .alignfull {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* ════════════════════════════════════════════════════════════
   2. HERO — Starts at absolute top, behind fixed header
   ════════════════════════════════════════════════════════════ */
.hero {
  min-height: 100vh;
  background: var(--navy-deeper);
  display: flex;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  padding: 100px 0 60px !important;
  margin: 0 !important;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center; /* keep this so text and form stay vertically aligned */
  position: relative;
  z-index: 2;
}

/* ════════════════════════════════════════════════════════════
   3. DESIGN SYSTEM (original styles preserved)
   ════════════════════════════════════════════════════════════ */
:root {
  --navy: #2A4765;
  --navy-dark: #1a2f45;
  --navy-deeper: #0f1e2d;
  --gold: #F1C40F;
  --gold-dark: #d4a500;
  --gold-light: #fff3b0;
  --blue: #2979FF;
  --blue-light: #e8f0ff;
  --white: #ffffff;
  --off-white: #f7f8fa;
  --light-grey: #eef0f4;
  --mid-grey: #8892a4;
  --text-dark: #111827;
  --text-body: #374151;
  --text-muted: #6B7280;
  --success: #10B981;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;
  --shadow-sm: 0 2px 8px rgba(42,71,101,0.08);
  --shadow-md: 0 8px 32px rgba(42,71,101,0.12);
  --shadow-lg: 0 20px 60px rgba(42,71,101,0.18);
  --transition: 0.28s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Rubik', sans-serif; color: var(--text-body); background: var(--white); overflow-x: hidden; line-height: 1.6; }
h1,h2,h3,h4,h5 { font-family: 'Montserrat', sans-serif; line-height: 1.2; color: var(--text-dark); }

/* UTILITY */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; width: 100%; }
.container-narrow { max-width: 860px; margin: 0 auto; padding: 0 24px; width: 100%; }
.badge { display: inline-flex; align-items: center; gap: 6px; background: var(--gold-light); color: var(--navy-dark); font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; }
.badge-white { background: rgba(255,255,255,0.15); color: #fff; }
.section-label { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 12px; display: block; }
.section-title { font-size: clamp(28px, 5vw, 44px); font-weight: 800; margin-bottom: 16px; }
.section-sub { font-size: 17px; color: var(--text-muted); max-width: 560px; line-height: 1.7; }
.text-gold { color: var(--gold-dark); }
.text-navy { color: var(--navy); }
.text-white { color: #fff; }
.highlight { background: linear-gradient(180deg, transparent 60%, var(--gold-light) 60%); }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: 'Montserrat', sans-serif !important; font-weight: 700 !important; font-size: 15px; border-radius: 100px; cursor: pointer; transition: all var(--transition); text-decoration: none !important; border: 2px solid transparent; white-space: normal; text-align: center; }
.btn-lg { padding: 16px 36px !important; font-size: 16px !important; }
.btn-md { padding: 13px 28px !important; }
.btn-sm { padding: 9px 20px; font-size: 13px; }
.btn-primary { background: var(--gold); color: var(--navy-dark); border-color: var(--gold); }
.btn-primary:hover { background: var(--gold-dark); border-color: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(241,196,15,0.4); }
.btn-primary:active { transform: translateY(0); }
.btn-navy { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(42,71,101,0.35); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.btn-outline-white:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.btn-whatsapp { background: #25D366; color: #fff; border-color: #25D366; }
.btn-whatsapp:hover { background: #1eba57; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,0.4); }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 0; transition: all 0.35s ease; }
.nav.scrolled { background: rgba(26,47,69,0.97); backdrop-filter: blur(20px); box-shadow: 0 4px 30px rgba(0,0,0,0.2); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 32px; }
.nav-logo { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 800; color: #fff; text-decoration: none; display: flex; align-items: center; gap: 8px; }
.nav-logo span { color: var(--gold); }
.nav-logo .dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; display: inline-block; margin-bottom: 2px; }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 14px; font-weight: 500; transition: color var(--transition); }
.nav-links a:hover { color: #fff; }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-phone { color: rgba(255,255,255,0.7); font-size: 14px; font-weight: 500; text-decoration: none; display: flex; align-items: center; gap: 6px; }
.nav-phone:hover { color: #fff; }
.mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; color: #fff; padding: 8px; }
.mobile-menu-btn svg { width: 24px; height: 24px; }

/* HERO */
.hero-bg { position: absolute; inset: 0; background: url('hero-bg.png') center/cover no-repeat; opacity: 0.15; }
.hero-pattern { position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='rgba(255,255,255,0.02)' fill-rule='evenodd'/%3E%3C/svg%3E"); }
.hero-glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(241,196,15,0.08) 0%, transparent 70%); top: -100px; right: -100px; animation: pulse 6s ease-in-out infinite; }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.7; } }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.hero-content { animation: fadeUp 0.8s ease forwards; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.hero-eyebrow .badge-white { font-size: 11px; padding: 6px 14px; }
.hero-title { font-size: clamp(36px, 5.5vw, 58px); font-weight: 900; color: #fff; line-height: 1.08; margin-bottom: 20px; }
.hero-title .accent { color: var(--gold); display: block; }
.hero-desc { font-size: 17px; color: rgba(255,255,255,0.7); margin-bottom: 36px; max-width: 500px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }
.hero-trust { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.7); font-size: 13px; font-weight: 500; }
.trust-item svg { color: var(--gold); flex-shrink: 0; }
.trust-divider { width: 1px; height: 20px; background: rgba(255,255,255,0.15); }

/* HERO FORM CARD */
.hero-form-card { background: #fff; border-radius: var(--radius-xl); padding: 36px; box-shadow: var(--shadow-lg); animation: fadeUp 0.8s 0.2s ease both; }
.form-title { font-size: 20px; font-weight: 800; color: var(--text-dark); margin-bottom: 6px; }
.form-sub { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.form-group { margin-bottom: 14px !important; }
.form-group label { display: block; font-size: 13px !important; font-weight: 600 !important; color: var(--text-dark) !important; margin-bottom: 6px !important; font-family: 'Montserrat', sans-serif !important; }
.form-group input, .form-group select { width: 100% !important; padding: 12px 16px !important; border: 1.5px solid #e5e7eb !important; border-radius: var(--radius-sm) !important; font-family: 'Rubik', sans-serif !important; font-size: 15px !important; color: var(--text-dark) !important; outline: none !important; transition: border-color var(--transition), box-shadow var(--transition); background: #fff !important; margin-bottom: 0 !important; }
.form-group input:focus, .form-group select:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(42,71,101,0.1); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-cta { width: 100% !important; padding: 15px !important; font-size: 16px !important; border-radius: var(--radius-sm) !important; background: var(--gold) !important; border: none !important; cursor: pointer; font-family: 'Montserrat', sans-serif !important; font-weight: 700 !important; color: var(--navy-dark) !important; transition: all var(--transition); margin-top: 6px !important; }
.form-cta:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(241,196,15,0.4); }
.form-note { text-align: center; font-size: 12px; color: var(--text-muted); margin-top: 10px; }

/* TRUST STRIP */
.trust-strip { background: var(--navy); padding: 24px 0; }
.trust-strip-inner { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.trust-stat { text-align: center; }
.trust-stat .number { font-family: 'Montserrat', sans-serif; font-size: 28px; font-weight: 800; color: var(--gold); display: block; line-height: 1; }
.trust-stat .label { font-size: 13px; color: rgba(255,255,255,0.65); margin-top: 4px; }
.trust-sep { width: 1px; height: 44px; background: rgba(255,255,255,0.12); }

/* SERVICES */
.services { padding: 100px 0; background: var(--off-white); }
.section-header { margin-bottom: 56px; }
.section-header.center { text-align: center; }
.section-header.center .section-sub { margin: 0 auto; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.service-card { background: #fff; border-radius: var(--radius-lg); padding: 32px; border: 1.5px solid transparent; cursor: pointer; transition: all var(--transition); position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(42,71,101,0.02), rgba(241,196,15,0.04)); opacity: 0; transition: opacity var(--transition); }
.service-card:hover { border-color: var(--gold); transform: translateY(-6px); box-shadow: var(--shadow-md); }
.service-card:hover::before { opacity: 1; }
.service-icon { width: 56px; height: 56px; background: var(--blue-light); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: background var(--transition); }
.service-card:hover .service-icon { background: var(--gold-light); }
.service-icon svg { width: 28px; height: 28px; color: var(--navy); }
.service-name { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.service-desc { font-size: 14px; color: var(--text-muted); line-height: 1.65; margin-bottom: 16px; }
.service-price { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 800; color: var(--navy); }
.service-price span { font-size: 13px; font-weight: 500; color: var(--text-muted); }
.service-tag { display: inline-block; background: var(--gold-light); color: var(--navy-dark); font-size: 11px; font-weight: 700; font-family: 'Montserrat', sans-serif; padding: 3px 10px; border-radius: 100px; margin-bottom: 12px; }
.service-tag.popular { background: var(--gold); }

/* WHY US */
.why-us { padding: 100px 0; background: var(--navy-deeper); color: #fff; position: relative; overflow: hidden; }
.why-us::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 30%, rgba(41,121,255,0.1) 0%, transparent 60%); }
.why-us-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 2; }
.why-us .section-label { color: var(--gold); }
.why-us .section-title { color: #fff; }
.why-us .section-sub { color: rgba(255,255,255,0.65); }
.features-list { display: flex; flex-direction: column; gap: 24px; margin-top: 36px; }
.feature-item { display: flex; gap: 18px; }
.feature-icon { width: 48px; height: 48px; border-radius: var(--radius-sm); background: rgba(241,196,15,0.12); border: 1px solid rgba(241,196,15,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feature-icon svg { width: 22px; height: 22px; color: var(--gold); }
.feature-title { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.feature-desc { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6; }
.stats-panel { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-xl); padding: 40px; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.stat-box { padding: 28px 24px; text-align: center; }
.stat-box:nth-child(1) { border-right: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); }
.stat-box:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,0.08); }
.stat-box:nth-child(3) { border-right: 1px solid rgba(255,255,255,0.08); }
.stat-num { font-family: 'Montserrat', sans-serif; font-size: 38px; font-weight: 900; color: var(--gold); line-height: 1; display: block; }
.stat-label { font-size: 13px; color: rgba(255,255,255,0.55); margin-top: 8px; line-height: 1.4; }
.certifications { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.cert-badge { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 100px; padding: 8px 16px; font-size: 13px; color: rgba(255,255,255,0.75); font-weight: 500; }
.cert-badge svg { color: var(--gold); width: 16px; height: 16px; }

/* HOW IT WORKS */
.how-it-works { padding: 100px 0; background: var(--white); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 60px; position: relative; }
.steps-grid::after { content: ''; position: absolute; top: 36px; left: calc(33.33% - 12px); width: calc(33.33% + 24px); height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-dark)); z-index: 0; }
.step { position: relative; z-index: 1; text-align: center; padding: 0 20px; }
.step-number { width: 72px; height: 72px; border-radius: 50%; background: var(--navy); color: var(--gold); font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; border: 4px solid var(--off-white); box-shadow: 0 0 0 4px var(--navy); transition: all var(--transition); }
.step:hover .step-number { background: var(--gold); color: var(--navy-dark); box-shadow: 0 0 0 4px var(--gold-light); }
.step-title { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.step-desc { font-size: 14px; color: var(--text-muted); line-height: 1.65; }
.step-cta { margin-top: 48px; text-align: center; }

/* PRICING */
.pricing { padding: 100px 0; background: var(--off-white); }
.pricing-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 48px; background: #e8eaf0; border-radius: 100px; padding: 6px; width: fit-content; margin-left: auto; margin-right: auto; }
.pricing-tab { padding: 10px 28px; border-radius: 100px; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 600; cursor: pointer; border: none; background: transparent; color: var(--text-muted); transition: all var(--transition); }
.pricing-tab.active { background: var(--navy); color: #fff; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.price-card { background: #fff; border-radius: var(--radius-lg); padding: 36px; border: 2px solid transparent; position: relative; transition: all var(--transition); }
.price-card.featured { border-color: var(--gold); }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.price-popular { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--navy-dark); font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 16px; border-radius: 100px; }
.price-name { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--text-muted); }
.price-amount { font-family: 'Montserrat', sans-serif; font-size: 44px; font-weight: 900; color: var(--text-dark); line-height: 1; margin-bottom: 4px; }
.price-amount .currency { font-size: 20px; font-weight: 700; vertical-align: super; }
.price-note { font-size: 13px; color: var(--text-muted); margin-bottom: 24px; }
.price-features { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 10px; }
.price-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; }
.price-features li svg { width: 18px; height: 18px; color: var(--success); flex-shrink: 0; margin-top: 2px; }

/* TESTIMONIALS */
.testimonials { padding: 100px 0; background: var(--white); overflow: hidden; }
.reviews-track { display: flex; gap: 20px; animation: scroll 35s linear infinite; width: max-content; margin-top: 48px; }
.reviews-track:hover { animation-play-state: paused; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.review-card { background: var(--off-white); border-radius: var(--radius-lg); padding: 28px; width: 300px; flex-shrink: 0; }
.review-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.review-stars svg { width: 16px; height: 16px; color: var(--gold); fill: var(--gold); }
.review-text { font-size: 14px; line-height: 1.7; color: var(--text-body); margin-bottom: 18px; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: var(--gold); font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.reviewer-name { font-weight: 600; font-size: 14px; }
.reviewer-area { font-size: 12px; color: var(--text-muted); }

/* FAQ */
.faq { padding: 100px 0; background: var(--off-white); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 48px; }
.faq-item { background: #fff; border-radius: var(--radius-md); overflow: hidden; border: 1.5px solid #e5e7eb; transition: border-color var(--transition); }
.faq-item.open { border-color: var(--navy); }
.faq-q { padding: 20px 24px; font-weight: 600; font-size: 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; user-select: none; }
.faq-q svg { width: 20px; height: 20px; color: var(--navy); flex-shrink: 0; transition: transform 0.28s ease; }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.28s ease; font-size: 14px; color: var(--text-muted); line-height: 1.7; padding: 0 24px; }
.faq-item.open .faq-a { max-height: 200px; padding: 0 24px 20px; }

/* FINAL CTA */
.final-cta { padding: 100px 0; background: var(--navy); position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 50%, rgba(241,196,15,0.1) 0%, transparent 60%); }
.cta-inner { text-align: center; position: relative; z-index: 2; }
.cta-title { font-size: clamp(32px, 5vw, 52px); font-weight: 900; color: #fff; margin-bottom: 16px; }
.cta-sub { font-size: 18px; color: rgba(255,255,255,0.7); margin-bottom: 40px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.cta-trust { display: flex; justify-content: center; gap: 32px; margin-top: 40px; flex-wrap: wrap; }
.cta-trust-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.55); font-size: 13px; }
.cta-trust-item svg { color: var(--gold); width: 16px; height: 16px; }

/* FOOTER */
.footer { background: var(--navy-deeper); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-logo { font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 14px; display: block; }
.footer-logo span { color: var(--gold); }
.footer-desc { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 20px; max-width: 280px; }
.footer-heading { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 14px; transition: color var(--transition); }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.footer-copy { font-size: 13px; color: rgba(255,255,255,0.35); }
.footer-badges { display: flex; gap: 12px; align-items: center; }
.footer-badge { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-sm); padding: 6px 12px; font-size: 12px; color: rgba(255,255,255,0.5); font-weight: 600; }
.social-links { display: flex; gap: 10px; }
.social-link { width: 38px; height: 38px; border-radius: var(--radius-sm); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; transition: all var(--transition); text-decoration: none; }
.social-link:hover { background: var(--gold); border-color: var(--gold); }
.social-link svg { width: 18px; height: 18px; color: rgba(255,255,255,0.6); }
.social-link:hover svg { color: var(--navy-dark); }

/* FLOATING CTA */
.floating-cta { position: fixed; bottom: 28px; right: 28px; z-index: 999; display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.float-btn { width: 56px; height: 56px; border-radius: 50%; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 24px rgba(0,0,0,0.2); transition: all var(--transition); }
.float-btn:hover { transform: scale(1.1); }
.float-whatsapp { background: #25D366; }
.float-whatsapp svg { width: 28px; height: 28px; color: #fff; }
.float-label { background: var(--navy-dark); color: #fff; font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 100px; white-space: nowrap; opacity: 0; transition: opacity var(--transition); pointer-events: none; }
.floating-cta:hover .float-label { opacity: 1; }

/* MOBILE */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-form-card { padding: 28px; }
  .why-us-inner { grid-template-columns: 1fr; gap: 48px; }
  .steps-grid { grid-template-columns: 1fr; gap: 32px; }
  .steps-grid::after { display: none; }
  .faq-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .nav-links { display: none; }
  .mobile-menu-btn { display: flex; }
  .nav-phone { display: none; }
  .trust-strip-inner { gap: 24px; }
  .trust-sep { display: none; }
}
@media (max-width: 600px) {
  .hero { padding: 90px 0 48px !important; }
  .hero-title { font-size: 34px; }
  .form-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .cta-actions { flex-direction: column; align-items: center; }
  .services-grid { grid-template-columns: 1fr; }
}

/* ANIMATED ELEMENTS */
.animate-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.animate-on-scroll.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
/* ════════════════════════════════════════════════════════════
   KADENCE STICKY HEADER OFFSET KILL
   ════════════════════════════════════════════════════════════ */

/* Kadence adds padding-top to body for sticky nav — kill it */
body.kadence-sticky-header,
body[class*="kadence"] {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Kill any auto-offset Kadence injects via JS or inline style */
#wrapper,
#inner-wrap,
.site-main,
#primary {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* The hero must start at absolute 0 — override everything */
.hero {
  margin-top: 0 !important;
  padding-top: 172px !important; /* this IS the header offset — keep this value */
}

/* Kill Kadence's ::before spacer on inner-wrap (sticky header offset hack) */
#inner-wrap::before,
#inner-wrap::after {
  display: none !important;
  content: none !important;
  height: 0 !important;
  min-height: 0 !important;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.contact-left {
  position: sticky;
  top: 100px;
}