.elementor-3788 .elementor-element.elementor-element-59864b9 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}/* Start custom CSS for html, class: .elementor-element-2f1b575 */.elementor-location-header, #content .page-header,.elementor-location-footer {display:none!important}

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  /* Navy / Blues */
  --navy:       #0B1F45;
  --navy-mid:   #153066;
  --blue:       #1D4ED8;
  --blue-light: #3B70F0;
  --blue-pale:  #EEF3FF;

  /* Reds — scam/danger */
  --red:        #C0182B;
  --red-mid:    #DC2626;
  --red-pale:   #FFF1F2;
  --red-border: rgba(192,24,43,0.2);

  /* Neutrals */
  --white:      #FFFFFF;
  --off-white:  #F8F9FC;
  --gray-50:    #F3F4F8;
  --gray-100:   #E8EAF0;
  --gray-200:   #CBD0DC;
  --gray-400:   #8492A6;
  --gray-600:   #4A5568;
  --gray-800:   #1A202C;

  /* Gold accent */
  --gold:       #B8892A;
  --gold-light: #F5ECD6;

  /* Green */
  --green:      #166534;
  --green-pale: #F0FDF4;

  /* Typography */
  --font-display: 'Fraunces', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;

  /* Spacing */
  --r:    8px;
  --r-lg: 16px;

  /* Shadows */
  --sh-sm:  0 2px 8px rgba(11,31,69,0.07);
  --sh-md:  0 6px 24px rgba(11,31,69,0.1);
  --sh-lg:  0 16px 48px rgba(11,31,69,0.14);
  --sh-xl:  0 32px 80px rgba(11,31,69,0.18);

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

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 18px; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--gray-800);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Skip nav — ADA */
.skip-nav {
  position: absolute; top: -100px; left: 1rem;
  background: var(--navy); color: var(--white);
  padding: 0.75rem 1.5rem; border-radius: var(--r);
  font-weight: 700; font-size: 0.95rem;
  text-decoration: none; z-index: 9999;
  transition: top 0.2s;
}
.skip-nav:focus { top: 1rem; }

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
  border-radius: 3px;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); }
a:hover { color: var(--blue-light); }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

h1,h2,h3,h4 {
  font-family: var(--font-display)!important;
  line-height: 1.08!important;
  letter-spacing: -0.015em!important;
  font-optical-sizing: auto!important;
  color: var(--navy)!important;
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap;
}

/* ============================================================
   LAYOUT HELPERS
   ============================================================ */
.container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 2rem;
}
.section { padding: 5.5rem 2rem; }
.section-white  { background: var(--white); }
.section-off    { background: var(--off-white); }
.section-gray   { background: var(--gray-50); }
.section-navy   { background: var(--navy); }
.section-red    { background: var(--red-pale); }

.section-label {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 0.9rem;
}
.section-label::before {
  content: ''; display: block;
  width: 20px; height: 2px; background: var(--blue);
}
.section-label.red { color: var(--red); }
.section-label.red::before { background: var(--red); }
.section-label.white { color: rgba(255,255,255,0.6); }
.section-label.white::before { background: rgba(255,255,255,0.4); }

.section-heading {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 800; margin-bottom: 1.25rem;
  font-optical-sizing: auto;
}
.section-heading.light { color: var(--white); }
.section-heading.red   { color: var(--red); }

.section-sub {
  font-size: 1.05rem; color: var(--gray-600);
  max-width: 750px; line-height: 1.7;
}
.section-sub.light { color: rgba(255,255,255,0.65); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.45rem;
  font-family: var(--font-body);
  font-size: 1rem; font-weight: 600;
  padding: 0.85rem 1.875rem;
  border-radius: var(--r);
  border: 2px solid transparent;
  cursor: pointer; text-decoration: none;
  transition: all 0.2s var(--ease);
  white-space: nowrap; min-height: 52px;
  letter-spacing: 0.01em;
}
.btn:active { transform: scale(0.98); }

.btn-navy {
  background: var(--navy); color: var(--white)!important; border-color: var(--navy);
  box-shadow: 0 4px 16px rgba(11,31,69,0.28);
}
.btn-navy:hover {
  background: var(--navy-mid); border-color: var(--navy-mid); color: var(--white)!important;
  box-shadow: 0 8px 28px rgba(11,31,69,0.36); transform: translateY(-1px);
}

.btn-blue {
  background: var(--blue); color: var(--white)!important; border-color: var(--blue);
  box-shadow: 0 4px 16px rgba(29,78,216,0.3);
}
.btn-blue:hover {
  background: var(--blue-light); border-color: var(--blue-light); color: var(--white)!important;
  box-shadow: 0 8px 28px rgba(29,78,216,0.4); transform: translateY(-1px);
}

.btn-outline-navy {
  background: transparent; color: var(--navy)!important; border-color: var(--navy);
}
.btn-outline-navy:hover {
  background: var(--navy); color: var(--white)!important;
}

.btn-outline-white {
  background: transparent; color: var(--white)!important; border-color: rgba(255,255,255,0.45);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,0.1); border-color: var(--white); color: var(--white)!important;
}

.btn-red {
  background: var(--red); color: var(--white)!important; border-color: var(--red);
}
.btn-red:hover {
  background: var(--red-mid); border-color: var(--red-mid); color: var(--white)!important;
  transform: translateY(-1px);
}

.btn-lg { font-size: 1.08rem; padding: 1rem 2.25rem; min-height: 58px; }
.btn-full { width: 100%; }

/* Phone link */
.phone-link {
  font-family: var(--font-display);
  font-weight: 800; text-decoration: none;
  font-optical-sizing: auto; letter-spacing: -0.01em;
  color: var(--navy)!important;
  display: inline-flex; align-items: center; gap: 0.4rem;
}
.phone-link:hover { color: var(--blue)!important; }

/* ============================================================
   TOP STRIP
   ============================================================ */
.top-strip {
  background: var(--navy);
  color: rgba(255,255,255,0.85);
  text-align: center;
  padding: 0.55rem 1.5rem;
  font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.02em;
}
.top-strip strong { color: var(--white); }
.top-strip a { color: #93C5FD; font-weight: 700; text-decoration: none; }
.top-strip a:hover { color: var(--white); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--gray-100);
  box-shadow: var(--sh-sm);
      max-width: unset !important;
}
.header-inner {
  max-width: 1450px; margin: 0 auto;
  padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; min-height: 72px;
}

.logo-link { display: inline-flex; align-items: center; text-decoration: none; }
.logo-link img { height: 70px; width: auto; }

.header-right {
  display: flex; align-items: center; gap: 1.5rem;
}
.live-pill {
  display: flex; align-items: center; gap: 0.45rem;
  font-size: 0.78rem; font-weight: 600; color: var(--green);
  background: var(--green-pale);
  border: 1px solid rgba(22,101,52,0.2);
  padding: 0.3rem 0.8rem; border-radius: 100px;
}
.live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--green);
  animation: gpulse 2s ease-in-out infinite;
}
@keyframes gpulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(22,101,52,0.4); }
  50%      { box-shadow: 0 0 0 5px rgba(22,101,52,0); }
}
.hdr-phone {
  font-family: var(--font-display);
  font-size: 1.2rem; font-weight: 800;
  color: var(--navy)!important; text-decoration: none;
  letter-spacing: -0.01em; font-optical-sizing: auto;
  display: flex; align-items: center; gap: 0.35rem;
  transition: color 0.15s;
}
.hdr-phone:hover { color: var(--blue)!important; }

/* ============================================================
   HERO — Light with navy accent
   ============================================================ */
.hero {
  background: var(--white);
  border-bottom: 1px solid var(--gray-100);
}

.hero-inner {
  max-width: 1450px; margin: 0 auto;
  padding: 4.5rem 2rem 4rem;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 5rem; align-items: center;
}

/* Eyebrow */
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  background: var(--red-pale);
  border: 1px solid var(--red-border);
  color: var(--red);
  font-size: 0.76rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.35rem 0.9rem; border-radius: 100px;
  margin-bottom: 1.5rem;
}

.hero h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800; color: var(--navy);
  line-height: 1.05; margin-bottom: 1.5rem;
  font-optical-sizing: auto;
}
.hero h1 .accent-red { color: var(--red); }
.hero h1 .accent-blue { color: var(--blue); }

.hero-lead {
  font-size: 1.08rem; color: var(--gray-600);
  max-width: 580px; line-height: 1.75; margin-bottom: 2rem;
}

/* Proof chips */
.hero-chips {
  display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2.25rem;
}
.hchip {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-size: 0.82rem; font-weight: 600; color: var(--navy);
  background: var(--blue-pale);
  border: 1px solid rgba(29,78,216,0.15);
  padding: 0.35rem 0.85rem; border-radius: 100px;
}
.hchip-check { color: var(--blue); font-size: 0.7rem; }

.hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.hero-footnote {
  font-size: 0.77rem; color: var(--gray-400); margin-top: 1rem;
}

/* ---- Hero Form Card ---- */
.gform_heading {
    display: none;
}
.gform_wrapper.gravity-theme .gfield_required {
    color: #eb917d!important;
    font-size: 10px!important;
    padding-left: 3px!important;
    font-weight: 600!important;
}
.gfield input {
    font-size: 14px!important;
    font-weight: 600!important;
    border-radius: 6px;
}
.elementor-kit-5 input[type="submit"] {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    border-radius: var(--r) !important;
    border: 1.5px solid transparent;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: all 0.2s var(--ease);
    white-space: nowrap;
    letter-spacing: 0.001em !important;
    font-size: .95rem !important;
    padding: .75rem 1rem !important;
    min-height: 58px !important;
    background: var(--champagne) !important;
    color: var(--obsidian) !important;
    border-color: var(--champagne) !important;
    box-shadow: var(--sh-gold) !important;
}
.elementor-kit-5 input[type="submit"]:hover {
    background: var(--champ-light)!important;
    border-color: var(--champ-light)!important;
    color: var(--obsidian)!important;
    box-shadow: 0 12px 40px rgba(169,209,233,0.35)!important;
    transform: translateY(-1px)!important;
}
.elementor-kit-5 p {
    margin-block-end: 1em!important;
}
.gform_confirmation_message {
    text-align: center;
    line-height: 1.75;
}
/* ---- Hero Form Card ---- */
.hero-form {
  background: var(--navy);
  border-radius: var(--r-lg);
  padding: 2.25rem 2rem;
  box-shadow: var(--sh-xl);
  position: relative; overflow: hidden;
}
.hero-form::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--blue-light), var(--blue));
}
.hf-heading {
  font-family: var(--font-display);
  font-size: 1.3rem; font-weight: 700; color: var(--white);
  letter-spacing: -0.01em; font-optical-sizing: auto;
  margin-bottom: 0.25rem;
}
.hf-sub { font-size: 0.8rem; color: rgba(255,255,255,0.6); margin-bottom: 2rem; }

.field { margin-bottom: 1rem; }
.field label {
  display: block; font-size: 0.78rem; font-weight: 600;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase; letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
}
.field input {
  width: 100%;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--r);
  padding: 0.8rem 1rem;
  font-family: var(--font-body); font-size: 1rem; color: var(--white);
  transition: border-color 0.18s, box-shadow 0.18s;
}
.field input:focus {
  outline: none;
  border-color: var(--blue-light);
  box-shadow: 0 0 0 3px rgba(59,112,240,0.22);
}
.field input::placeholder { color: rgba(255,255,255,0.22); }

.form-privacy {
  display: flex; gap: 0.4rem; align-items: flex-start;
  font-size: 0.74rem; color: rgba(255,255,255,0.3);
  margin-top: 0.75rem;
}
.form-privacy::before { content: '🔒'; font-size: 0.7rem; flex-shrink: 0; }

.form-divider {
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 0.73rem; color: rgba(255,255,255,0.5);
  margin: 1.5rem 0 15px;
}
.form-divider::before,.form-divider::after {
  content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.3);
}
.form-phone {
  text-align: center;
}
.form-phone a {
  font-family: var(--font-display);
  font-size: 1.6rem; font-weight: 800; color: #93C5FD;
  text-decoration: none; letter-spacing: 0.02em; font-optical-sizing: auto;
  display: flex; align-items: center; justify-content: center; gap: 0.35rem;margin-bottom: 10px;
}
.form-phone a:hover { color: var(--white); }
.form-phone p { font-size: 0.7rem; color: rgba(255,255,255,0.5); margin-top: 0.2rem; }

/* ============================================================
   STAT BAR
   ============================================================ */
.stat-bar {
  background: var(--navy);
  padding: 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.stat-bar-inner {
  max-width: 1450px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.stat-cell {
  padding: 2rem 1.5rem; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.07);
  transition: background 0.2s;
}
.stat-cell:last-child { border-right: none; }
.stat-cell:hover { background: rgba(255,255,255,0.03); }
.stat-n {
  font-family: var(--font-display);
  font-size: clamp(1.8rem,3vw,2.75rem); font-weight: 800;
  color: #93C5FD; display: block; line-height: 1;
  margin-bottom: 0.4rem; letter-spacing: -0.02em; font-optical-sizing: auto;
}
.stat-l { font-size: 0.8rem; color: rgba(255,255,255,0.45); }

/* ============================================================
   LOGO MARQUEE
   ============================================================ */
.logo-bar {
  background: var(--off-white);
  border-top: 1px solid var(--gray-100);
  border-bottom: 1px solid var(--gray-100);
  overflow: hidden; position: relative;
}
.logo-bar::before,.logo-bar::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 100px;
  z-index: 2; pointer-events: none;
}
.logo-bar::before { left: 0; background: linear-gradient(to right, var(--off-white), transparent); }
.logo-bar::after  { right:0; background: linear-gradient(to left,  var(--off-white), transparent); }
.logo-bar-kicker {
  text-align: center; padding: 1.5rem 1rem 0.5rem;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gray-400);
}
.logo-track-wrap { overflow: hidden; padding: 1.25rem 0 1.5rem; }
.logo-track {
  display: flex; align-items: center;
  width: max-content;
  animation: marquee 40s linear infinite;
}
.logo-track:hover { animation-play-state: paused; }
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.logo-ti {
  padding: 0 2.75rem; flex-shrink: 0;
  border-right: 1px solid var(--gray-100);
  display: flex; align-items: center;
}
.logo-ti:last-child { border-right: none; }
.logo-ti img {
  height: 120px; width: auto; max-width: unset; object-fit: contain;
 
  transition: filter 0.25s; display: block;
}
.logo-ti img:hover { filter: grayscale(0%) opacity(1); }

@media (max-width: 640px) {
  .logo-ti { padding: 0 1.75rem; }
  .logo-ti img { height: 28px; }
  .logo-track { animation-duration: 32s; }
  .logo-bar::before,.logo-bar::after { width: 50px; }
}

/* ============================================================
   WARNING SECTION — "Have You Already Been Victimized Twice?"
   ============================================================ */
.warning-hero {
  background: var(--red-pale);
  border-top: 3px solid var(--red);
  padding: 4.5rem 2rem;
}
.warning-hero-inner {
  max-width: 1450px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: center;
}
.warning-content h2 {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 800; color: var(--red);
  margin-bottom: 1.25rem; font-optical-sizing: auto;
}
.warning-content p { font-size: 1rem; color: #7F1D1D; line-height: 1.75; }
.warning-content strong { color: var(--red); }

.danger-list { list-style: none; padding: 0; margin-top: 1.5rem; }
.danger-row {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--white);
  border: 1px solid var(--red-border);
  border-radius: var(--r);
  margin-bottom: 0.75rem;
  box-shadow: var(--sh-sm);
}
.danger-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--red-pale); border: 1px solid var(--red-border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0;
}
.danger-row-text strong {
  display: block; font-size: 0.95rem; font-weight: 700; color: var(--red);
  margin-bottom: 0.2rem;
}
.danger-row-text span { font-size: 0.87rem; color: var(--gray-600); line-height: 1.5; }

/* Scam stat box */
.scam-stat-box {
  background: var(--white);
  border: 1px solid var(--red-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-md);
}
.scam-stat-header {
  background: var(--red);
  padding: 1.25rem 1.75rem;
  display: flex; align-items: center; gap: 0.75rem;
}
.scam-stat-header h3 {
    font-family: var(--font-display)!important;
    font-size: 1rem;
    font-weight: 700;
    color: var(--white)!important;
    font-optical-sizing: auto!important;
    letter-spacing: -0.01em!important;
    margin-bottom: 9px;
    padding: 0 10px 0 0;
}
.scam-stat-header .warn-badge {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  color: var(--white);
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.2rem 0.6rem; border-radius: 100px; white-space: nowrap;
}

.scam-stats-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: var(--gray-100);
}
.ssg-cell {
  background: var(--white);
  padding: 1.5rem 1.25rem; text-align: center;
}
.ssg-num {
  font-family: var(--font-display);
  font-size: 2rem; font-weight: 800; color: var(--red);
  letter-spacing: -0.02em; display: block; line-height: 1;
  margin-bottom: 0.3rem; font-optical-sizing: auto;
}
.ssg-label { font-size: 0.8rem; color: var(--gray-600); line-height: 1.4; }
.ssg-source {
  font-size: 0.65rem; color: var(--gray-400); margin-top: 0.25rem; display: block;
}

.scam-stat-footer {
  padding: 1.25rem 1.75rem;
  background: #FFF8F8;
  border-top: 1px solid var(--red-border);
  font-size: 0.83rem; color: #7F1D1D; line-height: 1.6;
}
.scam-stat-footer strong { color: var(--red); }

/* ============================================================
   HOW THE SCAM WORKS
   ============================================================ */
.scam-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; margin-top: 3rem;
  position: relative;
}
.scam-steps::before {
  content: '';
  position: absolute; top: 2.2rem; left: 2.5rem; right: 2.5rem; height: 2px;
  background: linear-gradient(to right, var(--red), rgba(192,24,43,0.15));
  z-index: 0;
}
.scam-step {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--r-lg);
  padding: 2rem 1.5rem 1.75rem;
  position: relative; z-index: 1;
  box-shadow: var(--sh-sm);
  transition: box-shadow 0.2s, transform 0.2s;
}
.scam-step:hover { box-shadow: var(--sh-md); transform: translateY(-2px); }
.scam-step-num {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--red-pale); border: 2px solid var(--red-border);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1rem; font-weight: 800;
  color: var(--red); margin-bottom: 1.1rem; font-optical-sizing: auto;
}
.scam-step h3 {
  font-size: 1rem; font-weight: 700; color: var(--gray-800);
  margin-bottom: 0.5rem; letter-spacing: -0.01em;
}
.scam-step p { font-size: 0.88rem; color: var(--gray-600); line-height: 1.6; }
.scam-step-tag {
  display: inline-block; margin-top: 0.75rem;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--red);
  background: var(--red-pale); border: 1px solid var(--red-border);
  padding: 0.2rem 0.65rem; border-radius: 100px;
}

/* Red flags list */
.redflags-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1rem; margin-top: 2.5rem;
}
.redflag {
  display: flex; align-items: flex-start; gap: 0.85rem;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-left: 4px solid var(--red);
  border-radius: 0 var(--r) var(--r) 0;
  padding: 1.1rem 1.25rem;
  box-shadow: var(--sh-sm);
}
.redflag-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 0.1rem; }
.redflag strong { display: block; font-size: 0.93rem; font-weight: 700; color: var(--gray-800); margin-bottom: 0.2rem; }
.redflag span { font-size: 0.85rem; color: var(--gray-600); line-height: 1.5; }

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.compare-wrap {
  max-width: 1200px; margin: 3rem auto 0;
  border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--gray-100); box-shadow: var(--sh-lg);
}
.compare-head {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  background: var(--navy);
}
.ch-blank { padding: 1.25rem 1.5rem; }
.ch-them {
  padding: 1.25rem 1.5rem; text-align: left;
  border-left: 1px solid rgba(255,255,255,0.07);
}
.ch-us {
  padding: 1.25rem 1.5rem; text-align: left;
  background: var(--blue);
  border-left: 1px solid rgba(255,255,255,0.1);
}
.ch-label {
  font-family: var(--font-display); font-weight: 700; font-optical-sizing: auto;
  color: rgba(255,255,255,0.55); font-size: 0.78rem;
  letter-spacing: 0.05em; text-transform: uppercase; display: block;
  margin-bottom: 0.2rem;
}
.ch-name {
  font-family: var(--font-display); font-weight: 800; font-optical-sizing: auto;
  color: var(--white); font-size: 1.05rem; display: block;
}
.ch-us .ch-name { color: var(--white); }

.compare-row {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  border-top: 1px solid var(--gray-100);
  transition: background 0.15s;
}
.compare-row:hover { background: var(--off-white); }
.compare-row:hover .cr-us { background: #EEF4FF; }

.cr-feature {
  padding: 1.1rem 1.5rem;
  font-size: 0.92rem; font-weight: 600; color: var(--gray-800);
  display: flex; align-items: center;
}
.cr-them {
  padding: 1.1rem 1.5rem; text-align: left;
  border-left: 1px solid var(--gray-100);
  display: flex; align-items: center; justify-content: left;
  font-size: 0.88rem; color: var(--gray-600);
}
.cr-us {
  padding: 1.1rem 1.5rem; text-align: left;
  background: var(--blue-pale);
  border-left: 1px solid rgba(29,78,216,0.1);
  display: flex; align-items: center; justify-content: flex-start;
  font-size: 0.88rem; font-weight: 600; color: var(--blue);
}
.x-mark { color: var(--red); font-size: 1.1rem; font-weight: 700;padding: 0 10px 0 0}
.check-mark { color: var(--green); font-size: 1.1rem; font-weight: 700;padding: 0 10px 0 0; }

/* ============================================================
   WHY ATTORNEY SECTION
   ============================================================ */
.why-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4.5rem; align-items: center;
}
.why-points { list-style: none; padding: 0; margin-top: 2rem; }
.why-pt {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--gray-100);
}
.why-pt:first-child { border-top: 1px solid var(--gray-100); }
.why-tick {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--green); display: flex; align-items: center;
  justify-content: center; color: var(--white); font-size: 0.7rem;
  font-weight: 800; flex-shrink: 0; margin-top: 0.1rem;
}
.why-pt-text strong {
  display: block; font-size: 0.95rem; font-weight: 700;
  color: var(--navy); margin-bottom: 0.2rem;
}
.why-pt-text span { font-size: 0.87rem; color: var(--gray-600); line-height: 1.55; }

/* Attorney card */
.atty-card {
  background: var(--navy);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-xl);
}
.atty-card-top {
  background: linear-gradient(140deg, var(--navy-mid), var(--navy));
  padding: 2.5rem 2rem 1.5rem;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.atty-monogram {
	width: 110px; height: 110px; border-radius: 50%;
	background: url(https://ogradylawlv.com/wp-content/uploads/2026/04/ogrady-headshot-1.webp);
	background-size: cover;
	background-repeat: no-repeat;
	border: 2px solid var(--champagne);
	display: flex; align-items: center; justify-content: center;
	margin: 0 auto 1rem;
	position: relative; z-index: 1;
}
.atty-name {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 800;
  color: var(--white); letter-spacing: -0.01em; font-optical-sizing: auto;
  margin-bottom: 0.2rem;
}
.atty-title {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.09em;
  text-transform: uppercase; color: #93C5FD; margin-bottom: 1.5rem;
}
.atty-badges {
  display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;
}
.atty-badge {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.7); font-size: 0.75rem; font-weight: 600;
  padding: 0.3rem 0.75rem; border-radius: 100px;
}

.atty-card-body { padding: 1.75rem 2rem 2rem; }
.atty-stats {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 1px; background: rgba(255,255,255,0.07);
  border-radius: var(--r); overflow: hidden; margin-bottom: 1.5rem;
}
.a-stat {
  background: rgba(255,255,255,0.03);
  padding: 1rem 0.75rem; text-align: center;
}
.a-stat-n {
  font-family: var(--font-display); font-size: 1.35rem; font-weight: 800;
  color: #93C5FD; letter-spacing: -0.02em; display: block;
  line-height: 1; font-optical-sizing: auto;
}
.a-stat-l { font-size: 0.68rem; color: rgba(255,255,255,0.38); margin-top: 0.3rem; display: block; }

.bbb-row {
  display: flex; align-items: center; gap: 0.6rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r); padding: 0.85rem 1.1rem;
  font-size: 0.85rem; color: rgba(255,255,255,0.7); font-weight: 600;
}
.bbb-row .bbb-score {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 800;
  color: #93C5FD; font-optical-sizing: auto; letter-spacing: -0.02em; margin-left: auto;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.test-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.test-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--r-lg);
  padding: 2rem;
  box-shadow: var(--sh-sm);
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
}
.test-card:hover { box-shadow: var(--sh-md); transform: translateY(-2px); }
.test-card::before {
  content: '"'; position: absolute; top: 1rem; left: 1.5rem;
  font-family: var(--font-display); font-size: 4rem; color: var(--blue-pale);
  line-height: 1; pointer-events: none; font-optical-sizing: auto;
}
.test-stars { color: var(--gold); font-size: 0.9rem; margin-bottom: 1rem; }
.test-quote {
  font-size: 0.97rem; color: var(--gray-800);
  line-height: 1.7; font-style: italic; margin-bottom: 1.5rem;
}
.test-author { display: flex; align-items: center; gap: 0.75rem; }
.test-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--blue-pale); border: 1px solid rgba(29,78,216,0.15);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 0.85rem; font-weight: 700;
  color: var(--blue); flex-shrink: 0; font-optical-sizing: auto;
}
.test-name { font-size: 0.9rem; font-weight: 700; color: var(--navy); }
.test-role { font-size: 0.73rem; color: var(--green); font-weight: 600; letter-spacing: 0.04em; }

/* ============================================================
   PROCESS STEPS
   ============================================================ */
.process-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; margin-top: 3rem;
  list-style: none; padding: 0;
}
.proc-step {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--r-lg);
  padding: 2rem 1.75rem 1.75rem;
  box-shadow: var(--sh-sm);
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
}
.proc-step:hover { box-shadow: var(--sh-md); transform: translateY(-3px); }
.proc-step:not(:last-child)::after {
  content: '→';
  position: absolute; right: -1rem; top: 50%;
  transform: translateY(-50%);
  color: var(--blue); font-size: 1rem; font-weight: 300; z-index: 2;
}
.proc-num {
  font-family: var(--font-display); font-size: 2.75rem; font-weight: 800;
  color: var(--blue-pale); letter-spacing: -0.04em; display: block;
  line-height: 1; margin-bottom: 1rem; font-optical-sizing: auto;
}
.proc-step h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.proc-step p  { font-size: 0.87rem; color: var(--gray-600); line-height: 1.6; }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--navy);
  padding: 6rem 2rem;
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 50% 50%, rgba(29,78,216,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.cta-inner { max-width: 640px; margin: 0 auto; position: relative; z-index: 1; }
.cta-inner h2 {
  font-size: clamp(1.85rem, 4vw, 2.25rem);line-height:1.25!important;
  font-weight: 800; color: var(--white)!important; margin-bottom: 1rem;
  font-optical-sizing: auto;
}
.cta-inner h2 em { font-style: italic; color: #93C5FD; }
.cta-inner p { font-size: .8rem; color: rgba(255,255,255,0.65); margin-bottom: 2.5rem!important;line-height:1.5; }

.cta-form-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-lg);
  padding: 2.25rem 2rem; text-align: left;
  position: relative;
}
.cta-form-box::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, #93C5FD, transparent);
  border-radius: var(--r-lg) var(--r-lg) 0 0;
}
.cta-divider {
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 0.73rem; color: rgba(255,255,255,0.5);
  letter-spacing: 0.04em; margin: 1.5rem 0 15px;
}
.cta-divider::before,.cta-divider::after {
  content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.3);
}
.cta-phone { text-align: center; }
.cta-phone a {
  font-family: var(--font-display); font-size: 2rem; font-weight: 800;
  color: #93C5FD; text-decoration: none; letter-spacing: 0.02em;
  display: flex; align-items: center; justify-content: center; gap: 0.4rem;
  font-optical-sizing: auto;margin-bottom: 20px;
}
.cta-phone a:hover { color: var(--white); }
.cta-phone p { font-size: 0.72rem; color: rgba(255,255,255,0.5); margin: 0.3rem; }

/* ============================================================
   MOBILE STICKY BAR
   ============================================================ */
.mobile-cta-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 400;
  background: var(--navy); padding: 0.85rem 1.5rem;
  align-items: center; justify-content: center; gap: 0.5rem;
  border-top: 2px solid var(--blue);
}
.mobile-cta-bar a {
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 800;
  color: #93C5FD; text-decoration: none;
  letter-spacing: -0.01em; font-optical-sizing: auto;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: #050C1A;
  padding: 3.5rem 2rem 2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-grid {
  max-width: 1450px; margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  gap: 3rem;
}
.footer-logo img { height: 40px; width: auto; margin-bottom: 1rem; }
.footer-about-text {
  font-size: 0.85rem; color: rgba(255,255,255,0.3); line-height: 1.65;
}
.footer-col-head {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: #93C5FD; margin-bottom: 1rem;
}
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a {
  font-size: 0.88rem; color: rgba(255,255,255,0.4);
  text-decoration: none; transition: color 0.15s;
}
.footer-links a:hover { color: rgba(255,255,255,0.8); }
.footer-phone-big {
  font-family: var(--font-display); font-size: 1.35rem; font-weight: 800;
  color: var(--white); text-decoration: none; letter-spacing: -0.01em;
  display: block; margin-bottom: 0.35rem; font-optical-sizing: auto;
}
.footer-phone-big:hover { color: #93C5FD; }
.footer-avail { font-size: 0.75rem; color: rgba(255,255,255,0.3); margin-bottom: 1.25rem; }

.footer-bottom {
  max-width: 1450px; margin: 2rem auto 0;
  padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.06);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.75rem;
  font-size: 0.77rem; color: rgba(255,255,255,0.22);
}
.footer-disclaimer {
  max-width: 1450px; margin: 1rem auto 0;
  font-size: 0.73rem; color: rgba(255,255,255,0.17); line-height: 1.6;
  padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.04);
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
.fade-up {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}
.fade-up.visible { opacity: 1; transform: none; }
.fade-up:nth-child(2) { transition-delay: 0.08s; }
.fade-up:nth-child(3) { transition-delay: 0.16s; }
.fade-up:nth-child(4) { transition-delay: 0.24s; }
.fade-up:nth-child(5) { transition-delay: 0.32s; }
.fade-up:nth-child(6) { transition-delay: 0.40s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-form { max-width: 500px; margin: 0 auto; width: 100%; }
  .warning-hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .scam-steps { grid-template-columns: 1fr 1fr; }
  .scam-steps::before { display: none; }
  .scam-step:nth-child(2)::after, .scam-step:nth-child(4)::after { display: none; }
  .redflags-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; gap: 3rem; }
  .test-grid { grid-template-columns: 1fr 1fr; }
  .process-row { grid-template-columns: 1fr 1fr; }
  .proc-step:nth-child(2)::after { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .stat-bar-inner { grid-template-columns: repeat(2,1fr); }
  .stat-cell:nth-child(2) { border-right: none; }
  .compare-wrap { overflow-x: auto; }
}

@media (max-width: 640px) {
  html { font-size: 17px; }
  .section { padding: 4rem 1.25rem; }
  .hero-inner { padding: 3rem 1.25rem; }
  .warning-hero { padding: 3rem 1.25rem; }
  .scam-steps { grid-template-columns: 1fr; }
  .test-grid { grid-template-columns: 1fr; }
  .process-row { grid-template-columns: 1fr; }
  .proc-step::after { display: none !important; }
  .mobile-cta-bar { display: flex; }
  body { padding-bottom: 60px; }
  .header-inner { padding: 0 1.25rem; }
  .live-pill { display: none; }
  .hdr-phone { font-size: 1rem; }
  .scam-stats-grid { grid-template-columns: 1fr; }
  .atty-stats { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, .fade-up { animation: none !important; transition: none !important;
    transform: none !important; opacity: 1 !important; }
}
@media (prefers-contrast: high) {
  :root { --blue: #0040CC; --red: #900015; }
}/* End custom CSS */