/*
Theme Name: NEXTGEN Insurance
Theme URI: https://nextgeninsurance.ca
Author: Cortexa Labs
Description: Professional WordPress theme for NEXTGEN Insurance — a branch of Oracle RMS. Teal/navy palette, Elementor-ready, functional quote system, fully mobile responsive.
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: nextgen-insurance
Tags: insurance, business, elementor, custom-logo, custom-menu, full-width-template, translation-ready
*/

/* ══════════════════════════════════════════════════════════════
   DESIGN TOKENS
   ══════════════════════════════════════════════════════════════ */
:root {
  --navy-dk:   #00132E;
  --navy:      #001E3C;
  --navy-md:   #002554;
  --slate:     #003070;
  --teal:      #007A7A;
  --teal-md:   #009090;
  --teal-lt:   #00B4B4;
  --cta:       #00C8B0;
  --cta-lt:    #00D2B4;
  --white:     #FFFFFF;
  --off:       #F0FAF9;
  --light:     #E0F5F5;
  --muted:     #4A7A8A;
  --text:      #001E3C;
  --border:    rgba(0,30,60,.1);
  --r-sm:      6px;
  --r:         10px;
  --r-lg:      14px;
  --r-xl:      20px;
  --ease:      0.24s cubic-bezier(.4,0,.2,1);
  --sh-sm:     0 2px 12px rgba(0,30,60,.07);
  --sh:        0 6px 32px rgba(0,30,60,.12);
  --sh-lg:     0 16px 56px rgba(0,30,60,.16);
  --sh-teal:   0 4px 24px rgba(0,122,122,.25);
  --sh-cta:    0 4px 20px rgba(0,200,176,.28);
  --font:      'Sora', 'Inter', system-ui, sans-serif;
}

/* ══════════════════════════════════════════════════════════════
   RESET
   ══════════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--white);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; transition: color var(--ease); }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; }
input, select, textarea { font-family: inherit; }

/* ══════════════════════════════════════════════════════════════
   LAYOUT
   ══════════════════════════════════════════════════════════════ */
.ng-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
  width: 100%;
}
.ng-section { padding: 80px 0; position: relative; }
.ng-light   { background: var(--off); }
.ng-navy-bg { background: var(--navy); color: var(--white); }

/* ══════════════════════════════════════════════════════════════
   TYPOGRAPHY
   ══════════════════════════════════════════════════════════════ */
.kicker {
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; margin-bottom: 12px; display: block;
}
.kicker-teal  { color: var(--teal); }
.kicker-cta   { color: var(--cta); }
.kicker-white { color: rgba(255,255,255,.55); }
.kicker-gold  { color: var(--cta-lt); }

.ng-display {
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 800; line-height: 1.08; letter-spacing: -.5px; color: var(--navy);
}
.ng-display--white { color: var(--white); }

.ng-heading {
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 700; line-height: 1.15; letter-spacing: -.3px; color: var(--navy);
}
.ng-heading--white { color: var(--white); }

.ng-lead {
  font-size: 16px; color: var(--muted); line-height: 1.8;
}
.ng-lead--white { color: rgba(255,255,255,.72); }

/* ══════════════════════════════════════════════════════════════
   BUTTONS
   ══════════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 13px 26px; border-radius: var(--r);
  font-size: 13px; font-weight: 700; letter-spacing: .5px;
  text-transform: uppercase; border: 2px solid transparent;
  transition: var(--ease); white-space: nowrap; cursor: pointer;
  -webkit-appearance: none;
}
.btn:focus-visible { outline: 2px solid var(--teal-lt); outline-offset: 3px; }
.btn svg { flex-shrink: 0; transition: transform var(--ease); }
.btn:hover svg { transform: translateX(3px); }

.btn-cta {
  background: var(--cta); color: var(--navy);
  border-color: var(--cta); box-shadow: var(--sh-cta);
}
.btn-cta:hover {
  background: var(--cta-lt); transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,200,176,.4); color: var(--navy);
}
.btn-outline {
  background: transparent; color: var(--navy);
  border-color: rgba(0,30,60,.22);
}
.btn-outline:hover { border-color: var(--teal); color: var(--teal); }

.btn-outline-w {
  background: transparent; color: var(--white);
  border-color: rgba(255,255,255,.32);
}
.btn-outline-w:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.07); }

.btn-sm  { padding: 9px 18px; font-size: 12px; }
.btn-lg  { padding: 16px 32px; font-size: 14px; }
.btn-full { width: 100%; justify-content: center; }

/* ══════════════════════════════════════════════════════════════
   LOGO
   ══════════════════════════════════════════════════════════════ */
.ng-logo { display: flex; align-items: center; line-height: 0; flex-shrink: 0; }
.ng-logo img { height: 52px; width: auto; object-fit: contain; display: block; }

/* ══════════════════════════════════════════════════════════════
   TOPBAR
   ══════════════════════════════════════════════════════════════ */
.ng-topbar {
  background: var(--navy-dk); padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.ng-topbar-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 10px;
  font-size: 12px; font-weight: 500;
  color: rgba(255,255,255,.5); letter-spacing: .3px;
  flex-wrap: wrap;
}
.ng-topbar-left {
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap; flex: 1; min-width: 0;
}
.ng-topbar-badge {
  background: var(--cta); color: var(--navy); font-size: 10.5px;
  font-weight: 700; letter-spacing: .8px; text-transform: uppercase;
  padding: 5px 13px; border-radius: 4px; transition: var(--ease);
  white-space: nowrap; flex-shrink: 0;
}
.ng-topbar-badge:hover { background: var(--cta-lt); }

/* ══════════════════════════════════════════════════════════════
   HEADER / NAV
   ══════════════════════════════════════════════════════════════ */
.ng-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--border);
  transition: var(--ease);
}
.ng-header.scrolled {
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(18px);
  box-shadow: var(--sh-sm);
}
.ng-nav {
  display: flex; align-items: center;
  justify-content: space-between; gap: 16px; padding: 13px 0;
}
.ng-nav-links { display: flex; align-items: center; gap: 2px; flex-wrap: nowrap; }
.ng-nav-links a {
  font-size: 13px; font-weight: 600; letter-spacing: .2px;
  color: var(--text); padding: 7px 11px; border-radius: var(--r-sm);
  transition: var(--ease); white-space: nowrap; position: relative;
}
.ng-nav-links a:hover,
.ng-nav-links a.active { color: var(--teal); background: rgba(0,122,122,.06); }
.ng-nav-links a.active::after {
  content: ''; position: absolute; bottom: -1px;
  left: 11px; right: 11px; height: 2px;
  background: var(--teal); border-radius: 2px;
}

/* Burger — hidden on desktop */
.ng-burger {
  display: none; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: var(--r-sm);
  border: 1px solid var(--border); color: var(--navy);
  transition: var(--ease); flex-shrink: 0;
}
.ng-burger:hover { background: var(--light); }

/* Mobile full-screen nav */
.ng-mobile-nav {
  display: none; position: fixed; inset: 0; z-index: 300;
  background: var(--navy);
  flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; padding: 20px;
}
.ng-mobile-nav.open { display: flex; }
.ng-mobile-nav a {
  font-size: clamp(22px, 5vw, 36px); font-weight: 700;
  color: rgba(255,255,255,.82); padding: 10px 24px;
  transition: color var(--ease); text-align: center;
  width: 100%; display: block;
}
.ng-mobile-nav a:hover { color: var(--cta-lt); }
.ng-mobile-close {
  position: absolute; top: 20px; right: 20px;
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.15);
  color: var(--white); display: flex; align-items: center; justify-content: center;
  transition: var(--ease);
}
.ng-mobile-close:hover { background: rgba(255,255,255,.1); }

/* ══════════════════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════════════════ */
.ng-hero {
  background: linear-gradient(145deg, var(--navy-dk) 0%, var(--navy) 45%, var(--slate) 100%);
  padding: 88px 0 80px; position: relative; overflow: hidden; color: var(--white);
}
.ng-hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 65% at 85% 50%, rgba(0,180,180,.12), transparent 55%),
    radial-gradient(ellipse 35% 45% at 10% 80%, rgba(0,200,176,.07), transparent 50%);
  pointer-events: none;
}
.ng-hero::after {
  content: ''; position: absolute; top: 0; right: 0;
  width: 42%; height: 100%;
  background: linear-gradient(135deg, transparent 30%, rgba(0,180,180,.06) 100%);
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: none;
}
.ng-hero-grid {
  display: grid; grid-template-columns: 1fr 400px;
  gap: 52px; align-items: center; position: relative; z-index: 2;
}
.ng-hero h1 {
  font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 800; line-height: 1.08; color: var(--white);
  letter-spacing: -.5px; margin: 14px 0 20px;
}
.ng-hero-lead {
  font-size: 16px; color: rgba(255,255,255,.72);
  line-height: 1.8; max-width: 100%;
}
.ng-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }

/* Hero panel */
.ng-hero-panel {
  background: rgba(255,255,255,.065);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-xl); padding: 34px;
  box-shadow: 0 20px 60px rgba(0,0,0,.22);
}
.ng-panel-title {
  font-size: 11px; font-weight: 700; color: var(--cta-lt);
  letter-spacing: .5px; text-transform: uppercase; margin-bottom: 6px;
}
.ng-panel-desc { font-size: 13px; color: rgba(255,255,255,.58); margin-bottom: 22px; line-height: 1.6; }
.ng-panel-divider { height: 1px; background: rgba(255,255,255,.08); margin: 20px 0; }
.ng-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ng-stat {
  padding: 14px 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--r); text-align: center;
}
.ng-stat strong { display: block; font-size: 17px; font-weight: 800; color: var(--cta-lt); margin-bottom: 2px; }
.ng-stat span { font-size: 10px; color: rgba(255,255,255,.45); font-weight: 600; letter-spacing: .5px; text-transform: uppercase; }

/* ══════════════════════════════════════════════════════════════
   PAGE HERO (inner pages)
   ══════════════════════════════════════════════════════════════ */
.ng-page-hero {
  background: linear-gradient(135deg, var(--navy-dk) 0%, var(--navy) 55%, var(--slate) 100%);
  padding: 68px 0; position: relative; overflow: hidden; color: var(--white);
}
.ng-page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 80% at 88% 50%, rgba(0,180,180,.09), transparent 55%);
  pointer-events: none;
}
.ng-page-hero-inner { position: relative; z-index: 2; }
.ng-page-hero h1 {
  font-size: clamp(26px, 4.5vw, 50px);
  font-weight: 800; line-height: 1.08; color: var(--white);
  letter-spacing: -.5px; margin: 12px 0 18px;
}
.ng-page-hero .ng-lead { color: rgba(255,255,255,.72); max-width: 620px; }

.ng-breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,.38); margin-bottom: 16px; flex-wrap: wrap;
}
.ng-breadcrumb a { color: rgba(255,255,255,.5); transition: color var(--ease); }
.ng-breadcrumb a:hover { color: rgba(255,255,255,.82); }
.ng-breadcrumb span { opacity: .35; }

/* ══════════════════════════════════════════════════════════════
   SECTION HEAD
   ══════════════════════════════════════════════════════════════ */
.ng-sec-head { margin-bottom: 44px; }
.ng-sec-head-row {
  display: flex; align-items: flex-end;
  justify-content: space-between; flex-wrap: wrap; gap: 16px;
  margin-bottom: 44px;
}
.ng-sec-head-left h2 {
  font-size: clamp(22px, 3.2vw, 34px); font-weight: 700;
  color: var(--navy); margin-bottom: 6px; letter-spacing: -.3px;
}
.ng-sec-head-left p { font-size: 14px; color: var(--muted); margin-top: 4px; }

/* ══════════════════════════════════════════════════════════════
   COVERAGE GRID
   ══════════════════════════════════════════════════════════════ */
.ng-cov-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden;
}
.ng-cov-item {
  background: var(--white); padding: 22px 18px;
  display: flex; flex-direction: column; gap: 6px; transition: var(--ease);
}
.ng-cov-item:hover { background: rgba(0,122,122,.03); }
.ng-cov-item strong {
  font-size: 13px; font-weight: 700; color: var(--navy);
  display: flex; align-items: center; gap: 7px;
}
.ng-cov-item strong::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--teal); flex-shrink: 0;
}
.ng-cov-item span { font-size: 12px; color: var(--muted); line-height: 1.55; }

/* ══════════════════════════════════════════════════════════════
   CARDS
   ══════════════════════════════════════════════════════════════ */
.ng-cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ng-cards-single { display: flex; flex-direction: column; gap: 18px; }
.ng-val-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.ng-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 28px 24px;
  transition: var(--ease); position: relative; overflow: hidden;
}
.ng-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--teal-lt));
  opacity: 0; transition: opacity var(--ease);
}
.ng-card:hover {
  border-color: rgba(0,122,122,.2);
  box-shadow: var(--sh); transform: translateY(-3px);
}
.ng-card:hover::before { opacity: 1; }
.ng-card-icon {
  width: 48px; height: 48px; border-radius: var(--r);
  background: rgba(0,122,122,.08); border: 1px solid rgba(0,122,122,.13);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; font-size: 20px; color: var(--teal);
  transition: var(--ease);
}
.ng-card:hover .ng-card-icon { background: rgba(0,122,122,.13); }
.ng-card h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.ng-card p  { font-size: 13px; color: var(--muted); line-height: 1.68; }

/* ══════════════════════════════════════════════════════════════
   SPLIT LAYOUT
   ══════════════════════════════════════════════════════════════ */
.ng-split      { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.ng-split-wide { grid-template-columns: 1.1fr 1fr; }

/* ══════════════════════════════════════════════════════════════
   FEATURE BOX (navy dark)
   ══════════════════════════════════════════════════════════════ */
.ng-feat {
  background: var(--navy); color: var(--white);
  border-radius: var(--r-xl); padding: 40px 36px;
  position: relative; overflow: hidden;
}
.ng-feat::after {
  content: ''; position: absolute; bottom: -18px; right: -18px;
  width: 120px; height: 120px; border-radius: 50%;
  background: rgba(0,180,180,.08); pointer-events: none;
}
.ng-feat h2 {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700; color: var(--white); margin-bottom: 12px; line-height: 1.2;
}
.ng-feat p { font-size: 14px; color: rgba(255,255,255,.68); line-height: 1.72; margin-bottom: 24px; }

/* CHECK LIST */
.ng-checks { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.ng-check-item {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13px; color: rgba(255,255,255,.78);
}
.ng-check-item::before {
  content: '✓'; flex-shrink: 0; width: 20px; height: 20px;
  border-radius: 50%; background: rgba(0,180,180,.18);
  border: 1px solid rgba(0,180,180,.32);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; color: var(--cta-lt); font-weight: 700; line-height: 20px;
  text-align: center; margin-top: 1px;
}

/* ══════════════════════════════════════════════════════════════
   BAND (Why NEXTGEN)
   ══════════════════════════════════════════════════════════════ */
.ng-band { background: var(--navy); padding: 60px 0; }
.ng-band h2 {
  font-size: clamp(22px, 3.5vw, 38px);
  font-weight: 700; color: var(--white); margin-bottom: 8px;
}
.ng-band .ng-lead { color: rgba(255,255,255,.6); }
.ng-band-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(255,255,255,.07);
  border-radius: var(--r-lg); overflow: hidden; margin-top: 36px;
}
.ng-band-item { background: var(--navy); padding: 26px 22px; transition: var(--ease); }
.ng-band-item:hover { background: rgba(255,255,255,.04); }
.ng-band-item h3 { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 7px; }
.ng-band-item p  { font-size: 12.5px; color: rgba(255,255,255,.52); line-height: 1.6; }

/* ══════════════════════════════════════════════════════════════
   TIMELINE
   ══════════════════════════════════════════════════════════════ */
.ng-timeline { display: flex; flex-direction: column; }
.ng-tl-item {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 20px 0; border-bottom: 1px solid var(--border);
}
.ng-tl-item:last-child { border-bottom: none; }
.ng-tl-num {
  flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%;
  background: var(--teal); color: var(--white); font-size: 14px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--sh-teal);
}
.ng-tl-item h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.ng-tl-item p  { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ══════════════════════════════════════════════════════════════
   NOTICE
   ══════════════════════════════════════════════════════════════ */
.ng-notice {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 13px 16px; background: rgba(0,180,180,.07);
  border: 1px solid rgba(0,180,180,.22);
  border-radius: var(--r-sm); font-size: 12.5px; color: #004A4A; line-height: 1.55;
}
.ng-notice svg { flex-shrink: 0; margin-top: 1px; }

/* ══════════════════════════════════════════════════════════════
   FORM WRAP + FORM BOX
   ══════════════════════════════════════════════════════════════ */
.ng-form-wrap { display: grid; grid-template-columns: 1fr 1.12fr; gap: 60px; align-items: start; }

.ng-form-box {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-xl); padding: 36px;
  box-shadow: var(--sh-lg); position: relative; overflow: hidden;
}
.ng-form-box::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--teal) 0%, var(--teal-lt) 50%, var(--cta) 100%);
}
.ng-form-title { font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.ng-form-sub   { font-size: 13px; color: var(--muted); margin-bottom: 26px; line-height: 1.55; }

.ng-form-grid { display: grid; gap: 14px; }
.ng-form-row  { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.ng-field { display: flex; flex-direction: column; gap: 6px; }
.ng-field label {
  font-size: 10.5px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: var(--navy);
}
.ng-field input,
.ng-field select,
.ng-field textarea {
  width: 100%; background: var(--off);
  border: 1.5px solid var(--border); border-radius: var(--r-sm);
  padding: 11px 13px; color: var(--text); font-size: 15px;
  outline: none; transition: var(--ease); -webkit-appearance: none;
  font-family: inherit;
}
.ng-field input::placeholder,
.ng-field textarea::placeholder { color: #82B4C0; }
.ng-field input:focus,
.ng-field select:focus,
.ng-field textarea:focus {
  border-color: var(--teal); background: var(--white);
  box-shadow: 0 0 0 3px rgba(0,122,122,.09);
}
.ng-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6'%3E%3Cpath d='M1 1l4.5 4L10 1' stroke='%234A7A8A' stroke-width='1.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 13px center;
  padding-right: 36px; cursor: pointer;
}
.ng-field textarea { min-height: 96px; resize: vertical; }
.ng-hp { display: none !important; }

.ng-form-success, .ng-form-error {
  padding: 12px 16px; border-radius: var(--r-sm); font-size: 13px;
  font-weight: 600; margin-bottom: 14px; display: none;
}
.ng-form-success { background: rgba(0,180,180,.1); border: 1px solid rgba(0,180,180,.3); color: #004A4A; }
.ng-form-error   { background: rgba(220,50,50,.07); border: 1px solid rgba(220,50,50,.2); color: #7a0000; }
.ng-form-success.show, .ng-form-error.show { display: block; }

/* ══════════════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════════════ */
.ng-footer { background: var(--navy-dk); color: rgba(255,255,255,.55); padding: 60px 0 26px; }
.ng-footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 44px; padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.ng-footer-tagline {
  font-size: 12.5px; color: rgba(255,255,255,.42);
  line-height: 1.7; max-width: 240px; margin-top: 14px;
}
.ng-footer-col h4 {
  font-size: 10px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(255,255,255,.38); margin-bottom: 16px;
}
.ng-footer-links { display: flex; flex-direction: column; gap: 9px; }
.ng-footer-links a { font-size: 12.5px; color: rgba(255,255,255,.5); transition: color var(--ease); }
.ng-footer-links a:hover { color: var(--white); }
.ng-footer-contact p { font-size: 12.5px; color: rgba(255,255,255,.48); line-height: 1.7; margin-bottom: 5px; }
.ng-footer-contact a { color: rgba(255,255,255,.48); transition: color var(--ease); }
.ng-footer-contact a:hover { color: var(--white); }
.ng-footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding-top: 22px; font-size: 11px;
  color: rgba(255,255,255,.28); flex-wrap: wrap;
}
.ng-back-top {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.38); cursor: pointer; transition: var(--ease);
  flex-shrink: 0;
}
.ng-back-top:hover { background: rgba(255,255,255,.06); color: rgba(255,255,255,.7); }

/* ══════════════════════════════════════════════════════════════
   SCROLL REVEAL
   ══════════════════════════════════════════════════════════════ */
.reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity .72s cubic-bezier(.4,0,.2,1), transform .72s cubic-bezier(.4,0,.2,1);
}
.reveal.left  { transform: translateX(-22px); }
.reveal.right { transform: translateX(22px); }
.reveal.scale { transform: scale(.96) translateY(14px); }
.reveal.in    { opacity: 1; transform: none; }
.d1 { transition-delay: .08s; } .d2 { transition-delay: .14s; }
.d3 { transition-delay: .20s; } .d4 { transition-delay: .26s; }

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE — 1024px tablet landscape
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .ng-nav-links { gap: 1px; }
  .ng-nav-links a { padding: 6px 9px; font-size: 12px; }
  .ng-hero-grid { grid-template-columns: 1fr !important; gap: 40px; }
  .ng-hero-panel { max-width: 540px; }
  .ng-hero { padding: 72px 0 64px; }
  .ng-cov-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .ng-split, .ng-split-wide { grid-template-columns: 1fr !important; gap: 36px; }
  .ng-val-grid { grid-template-columns: repeat(2, 1fr); }
  .ng-band-grid { grid-template-columns: 1fr !important; }
  .ng-form-wrap { grid-template-columns: 1fr !important; gap: 36px; }
  .ng-footer-grid { grid-template-columns: 1fr 1fr !important; gap: 36px; }
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE — 768px tablet portrait / large phones
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Nav */
  .ng-nav-links { display: none !important; }
  .ng-burger { display: flex; }

  /* Spacing */
  .ng-wrap { padding: 0 20px; }
  .ng-section { padding: 60px 0; }
  .ng-hero { padding: 60px 0 52px; }
  .ng-page-hero { padding: 52px 0; }
  .ng-band { padding: 52px 0; }

  /* Section head */
  .ng-sec-head-row { flex-direction: column; align-items: flex-start; gap: 14px; }

  /* Hero */
  .ng-hero-grid { gap: 32px; }
  .ng-hero-panel { max-width: 100%; }
  .ng-hero h1 { margin-bottom: 16px; }
  .ng-stat-grid { grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .ng-stat { padding: 12px 8px; }
  .ng-stat strong { font-size: 15px; }

  /* Coverage */
  .ng-cov-grid { grid-template-columns: repeat(2, 1fr) !important; }

  /* Cards */
  .ng-cards-3 { grid-template-columns: repeat(2, 1fr); }
  .ng-val-grid { grid-template-columns: repeat(2, 1fr); }

  /* Feature */
  .ng-feat { padding: 32px 28px; }

  /* Form */
  .ng-form-wrap { grid-template-columns: 1fr !important; gap: 28px; }
  .ng-form-box { padding: 28px 22px; }

  /* Band */
  .ng-band-grid { grid-template-columns: 1fr !important; }

  /* Footer */
  .ng-footer-grid { grid-template-columns: 1fr 1fr !important; gap: 28px; }
  .ng-footer { padding: 48px 0 20px; }
  .ng-footer-tagline { max-width: 100%; }

  /* Topbar */
  .ng-topbar-inner { justify-content: center; text-align: center; gap: 6px; flex-wrap: wrap; }
  .ng-topbar-badge { display: none; }
  .ng-topbar-left { justify-content: center; text-align: center; font-size: 11px; }

  /* Touch targets: all interactive elements ≥ 44px */
  .btn { min-height: 44px; }
  .ng-burger, .ng-mobile-close, .ng-back-top { min-height: 44px; min-width: 44px; }
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE — 480px phones
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
  /* Spacing */
  .ng-wrap { padding: 0 16px; }
  .ng-section { padding: 48px 0; }
  .ng-hero { padding: 48px 0 42px; }
  .ng-page-hero { padding: 44px 0; }
  .ng-band { padding: 44px 0; }

  /* Hero */
  .ng-hero-grid { gap: 26px; }
  .ng-hero-actions { flex-direction: column !important; gap: 10px; }
  .ng-hero-actions .btn { width: 100% !important; }
  .ng-hero-panel { padding: 22px 18px; border-radius: var(--r-lg); }
  .ng-panel-title { font-size: 10px; }
  .ng-panel-desc { font-size: 12px; margin-bottom: 16px; }
  .ng-panel-divider { margin: 14px 0; }

  /* Hero stats: 2×2 */
  .ng-stat-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .ng-stat { padding: 12px 10px; }
  .ng-stat strong { font-size: 15px; }
  .ng-stat span { font-size: 9px; }

  /* Coverage: 1 col */
  .ng-cov-grid { grid-template-columns: 1fr !important; }
  .ng-cov-item { padding: 16px 14px; }

  /* Cards: 1 col */
  .ng-cards-3 { grid-template-columns: 1fr !important; }
  .ng-val-grid { grid-template-columns: 1fr !important; }
  .ng-card { padding: 22px 18px; }
  .ng-card-icon { width: 42px; height: 42px; margin-bottom: 14px; }

  /* Feature box */
  .ng-feat { padding: 28px 22px; border-radius: var(--r-lg); }

  /* Split */
  .ng-split, .ng-split-wide { gap: 26px; }

  /* Timeline */
  .ng-tl-item { gap: 14px; padding: 16px 0; }
  .ng-tl-num { width: 32px; height: 32px; font-size: 13px; }
  .ng-tl-item h3 { font-size: 14px; }
  .ng-tl-item p { font-size: 12px; }

  /* Band */
  .ng-band h2 { font-size: clamp(20px, 6vw, 30px); }
  .ng-band-item { padding: 20px 16px; }
  .ng-band-item h3 { font-size: 14px; }

  /* Form */
  .ng-form-wrap { grid-template-columns: 1fr !important; gap: 24px; }
  .ng-form-box { padding: 22px 16px; border-radius: var(--r-lg); }
  .ng-form-title { font-size: 18px; }
  .ng-form-row { grid-template-columns: 1fr !important; gap: 12px; }
  .ng-form-grid { gap: 12px; }
  /* CRITICAL: font-size ≥ 16px prevents iOS Safari auto-zoom on input tap */
  .ng-field input,
  .ng-field select,
  .ng-field textarea { font-size: 16px !important; padding: 12px 13px; }

  /* Footer: 1 col */
  .ng-footer-grid { grid-template-columns: 1fr !important; gap: 24px; }
  .ng-footer { padding: 40px 0 18px; }
  .ng-footer-bottom { flex-direction: column; text-align: center; gap: 12px; }

  /* Topbar */
  .ng-topbar { padding: 7px 0; }
  .ng-topbar-left { justify-content: center; }

  /* Breadcrumb */
  .ng-breadcrumb { font-size: 11px; }

  /* Section head */
  .ng-sec-head { margin-bottom: 32px; }

  /* Page hero */
  .ng-page-hero { padding: 36px 0 32px; }
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE — 380px small phones (iPhone SE, Galaxy A)
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 380px) {
  .ng-wrap { padding: 0 14px; }
  .ng-section { padding: 40px 0; }
  .ng-hero { padding: 40px 0 36px; }
  .ng-page-hero { padding: 32px 0; }
  .ng-hero-panel { padding: 18px 14px; }
  .ng-stat-grid { gap: 6px; }
  .ng-stat { padding: 10px 8px; }
  .ng-stat strong { font-size: 14px; }
  .ng-feat { padding: 22px 16px; }
  .ng-form-box { padding: 18px 14px; }
  .ng-card { padding: 18px 14px; }
  .ng-footer-grid { gap: 20px; }
  .btn { padding: 11px 18px; font-size: 12px; }
  .btn-lg { padding: 13px 22px; font-size: 13px; }
  .ng-mobile-nav a { font-size: clamp(20px, 5vw, 30px); padding: 8px 16px; }
}

/* ══════════════════════════════════════════════════════════════
   GLOBAL OVERFLOW PREVENTION
   ══════════════════════════════════════════════════════════════ */
html { overflow-x: hidden; }
body { overflow-x: hidden; max-width: 100%; }
.ng-hero::after { pointer-events: none; }
@media (max-width: 480px) {
  /* Hide decorative diagonal on small screens — causes overflow */
  .ng-hero::after { display: none; }
}

/* ══════════════════════════════════════════════════════════════
   ELEMENTOR COMPATIBILITY
   ══════════════════════════════════════════════════════════════ */
.elementor-section, .elementor-widget-wrap { position: relative; }
.elementor-widget-heading .elementor-heading-title { font-family: var(--font) !important; }
.elementor-widget-button .elementor-button {
  border-radius: var(--r) !important; font-family: var(--font) !important;
  font-weight: 700 !important; letter-spacing: .5px !important; text-transform: uppercase !important;
}

/* ══════════════════════════════════════════════════════════════
   WORDPRESS CORE
   ══════════════════════════════════════════════════════════════ */
.alignleft  { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin: 0 auto; }
.screen-reader-text { position: absolute; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
