.elementor-504 .elementor-element.elementor-element-71cc2a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0c79a7e */.sg-page {
  --sg-gold:        #FEAD18;
  --sg-gold-dark:   #d4940e;
  --sg-gold-light:  #FFF6DC;
  --sg-navy:        #0D1B2A;
  --sg-navy-mid:    #162233;
  --sg-navy-light:  #1E3248;
  --sg-slate:       #334155;
  --sg-slate-mid:   #64748B;
  --sg-body:        #1C2B33;
  --sg-muted:       #6B7A8D;
  --sg-bg:          #FFFFFF;
  --sg-bg-alt:      #F7F8FA;
  --sg-bg-dark:     #EEF0F3;
  --sg-border:      #E2E8F0;
  --sg-green:       #16a34a;
  --sg-radius:      10px;
  --sg-radius-lg:   16px;
  --sg-radius-xl:   24px;
  --sg-shadow-sm:   0 1px 3px rgba(13,27,42,0.06), 0 1px 2px rgba(13,27,42,0.04);
  --sg-shadow-md:   0 4px 16px rgba(13,27,42,0.08), 0 2px 6px rgba(13,27,42,0.04);
  --sg-shadow-lg:   0 12px 40px rgba(13,27,42,0.12), 0 4px 12px rgba(13,27,42,0.06);
  --sg-font-serif:  'DM Serif Display', Georgia, serif;
  --sg-font-sans:   'DM Sans', system-ui, -apple-system, sans-serif;
  --sg-transition:  0.22s cubic-bezier(0.4, 0, 0.2, 1);
  --sg-container:   1200px;

  font-family: var(--sg-font-sans);
  color: var(--sg-body);
  background: var(--sg-bg);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

/* ── RESET / BASE ─────────────────────────────────────────── */
.sg-page *,
.sg-page *::before,
.sg-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.sg-page img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sg-page a {
  color: inherit;
  text-decoration: none;
}
.sg-page ul {
  list-style: none;
}

/* ── CONTAINER ────────────────────────────────────────────── */
.sg-container {
  max-width: var(--sg-container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ── BUTTONS ──────────────────────────────────────────────── */
.sg-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sg-font-sans);
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--sg-radius);
  padding: 12px 24px;
  transition: all var(--sg-transition);
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}
.sg-btn--primary {
  background: var(--sg-gold);
  color: var(--sg-navy);
  border-color: var(--sg-gold);
}
.sg-btn--primary:hover {
  background: var(--sg-gold-dark);
  border-color: var(--sg-gold-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(254, 173, 24, 0.35);
}
.sg-btn--ghost {
  background: transparent;
  color: var(--sg-navy);
  border-color: var(--sg-navy);
}
.sg-btn--ghost:hover {
  background: var(--sg-navy);
  color: #fff;
}
.sg-btn--ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.45);
}
.sg-btn--ghost-light:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.7);
}
.sg-btn--outline {
  background: transparent;
  color: var(--sg-navy);
  border-color: var(--sg-border);
}
.sg-btn--outline:hover {
  border-color: var(--sg-gold);
  color: var(--sg-gold-dark);
}
.sg-btn--nav {
  background: var(--sg-gold);
  color: var(--sg-navy);
  border-color: var(--sg-gold);
  padding: 10px 20px;
  font-size: 14px;
}
.sg-btn--nav:hover {
  background: var(--sg-gold-dark);
  border-color: var(--sg-gold-dark);
}
.sg-btn--sm {
  padding: 7px 16px;
  font-size: 13px;
  border-radius: 7px;
  background: transparent;
  border: 1.5px solid var(--sg-border);
  color: var(--sg-navy);
}
.sg-btn--sm:hover {
  border-color: var(--sg-gold);
  color: var(--sg-gold-dark);
}

/* ── LINK ARROW ───────────────────────────────────────────── */
.sg-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--sg-gold-dark);
  transition: gap var(--sg-transition);
}
.sg-link-arrow:hover {
  gap: 10px;
}

/* ── BADGES / TAGS ────────────────────────────────────────── */
.sg-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 10px;
  border-radius: 99px;
  background: var(--sg-gold-light);
  color: var(--sg-gold-dark);
}
.sg-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2px 8px;
  border-radius: 99px;
  margin-left: 8px;
}
.sg-badge--gold {
  background: var(--sg-gold-light);
  color: var(--sg-gold-dark);
}
.sg-badge--blue {
  background: #EFF6FF;
  color: #1D4ED8;
}
.sg-badge--slate {
  background: #F1F5F9;
  color: var(--sg-slate);
}
.sg-rating-chip {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--sg-body);
}
.sg-text-green {
  color: var(--sg-green);
}

/* ── EYEBROW / SECTION HEADER ─────────────────────────────── */
.sg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--sg-gold-dark);
  margin-bottom: 16px;
}
.sg-eyebrow__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sg-gold);
  display: inline-block;
}
.sg-section-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--sg-gold-dark);
  margin-bottom: 12px;
  padding: 4px 14px;
  background: var(--sg-gold-light);
  border-radius: 99px;
}
.sg-section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}
.sg-section-title {
  font-family: var(--sg-font-serif);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 400;
  color: var(--sg-navy);
  line-height: 1.2;
  margin-bottom: 16px;
}
.sg-section-sub {
  font-size: 17px;
  color: var(--sg-muted);
  line-height: 1.65;
}
.sg-section {
  padding: 96px 0;
}

/* ═══════════════════════════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════════════════════════ */
.sg-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--sg-border);
}
.sg-nav__inner {
  max-width: var(--sg-container);
  margin: 0 auto;
  padding: 0 24px;
  height: 68px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.sg-nav__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
}
.sg-nav__logo-mark {
  width: 34px;
  height: 34px;
  background: var(--sg-gold);
  color: var(--sg-navy);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sg-font-serif);
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}
.sg-nav__logo-text {
  font-size: 17px;
  font-weight: 700;
  color: var(--sg-navy);
  letter-spacing: -0.02em;
}
.sg-nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
}
.sg-nav__link {
  font-size: 14px;
  font-weight: 500;
  color: var(--sg-slate);
  padding: 8px 14px;
  border-radius: 7px;
  transition: all var(--sg-transition);
}
.sg-nav__link:hover {
  background: var(--sg-bg-alt);
  color: var(--sg-navy);
}

/* ═══════════════════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════════════════ */
.sg-hero {
  position: relative;
  background: var(--sg-navy);
  overflow: hidden;
  padding: 100px 0 0;
}
.sg-hero__bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(254,173,24,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(254,173,24,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.sg-hero__bg-blob {
  position: absolute;
  top: -200px;
  right: -200px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254,173,24,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.sg-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  position: relative;
  z-index: 2;
}
.sg-hero__content {
  padding-bottom: 80px;
}
.sg-hero .sg-eyebrow {
  color: var(--sg-gold);
}
.sg-hero__title {
  font-family: var(--sg-font-serif);
  font-size: clamp(38px, 5.5vw, 64px);
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}
.sg-hero__title em {
  font-style: italic;
  color: var(--sg-gold);
}
.sg-hero__subtitle {
  font-size: 17px;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 36px;
}
.sg-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}
.sg-hero .sg-btn--ghost {
  color: rgba(255,255,255,0.85);
  border-color: rgba(255,255,255,0.25);
}
.sg-hero .sg-btn--ghost:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.5);
  color: #fff;
}
.sg-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sg-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.65);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 99px;
  padding: 6px 14px;
}

/* Hero Visual */
.sg-hero__visual {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.sg-hero__image-frame {
  position: relative;
  width: 100%;
  max-width: 480px;
  border-radius: var(--sg-radius-xl) var(--sg-radius-xl) 0 0;
  overflow: visible;
}
.sg-hero__image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: var(--sg-radius-xl) var(--sg-radius-xl) 0 0;
  display: block;
}
.sg-hero__image-badge {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 90px;
  height: 90px;
  background: var(--sg-gold);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--sg-shadow-lg);
}
.sg-hero__badge-num {
  font-family: var(--sg-font-serif);
  font-size: 26px;
  font-weight: 700;
  color: var(--sg-navy);
  line-height: 1;
}
.sg-hero__badge-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--sg-navy);
  text-align: center;
  line-height: 1.2;
}
.sg-hero__image-stat {
  position: absolute;
  bottom: 24px;
  left: -28px;
  background: #fff;
  border-radius: var(--sg-radius);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--sg-shadow-lg);
}
.sg-hero__image-stat strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--sg-navy);
  line-height: 1.2;
}
.sg-hero__image-stat span {
  font-size: 12px;
  color: var(--sg-muted);
}
.sg-hero__wave {
  position: relative;
  z-index: 1;
  margin-top: -2px;
  line-height: 0;
}
.sg-hero__wave svg {
  width: 100%;
  height: 60px;
  display: block;
}

/* ═══════════════════════════════════════════════════════════
   STATS BAR
═══════════════════════════════════════════════════════════ */
.sg-stats {
  background: var(--sg-bg-alt);
  padding: 48px 0;
  border-bottom: 1px solid var(--sg-border);
}
.sg-stats__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.sg-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 48px;
}
.sg-stat__num {
  font-family: var(--sg-font-serif);
  font-size: 38px;
  font-weight: 400;
  color: var(--sg-navy);
  line-height: 1;
  margin-bottom: 6px;
}
.sg-stat__label {
  font-size: 13px;
  font-weight: 500;
  color: var(--sg-muted);
  text-align: center;
}
.sg-stat__divider {
  width: 1px;
  height: 48px;
  background: var(--sg-border);
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════
   WHY LLC
═══════════════════════════════════════════════════════════ */
.sg-why {
  background: var(--sg-bg);
}
.sg-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.sg-why-card {
  background: var(--sg-bg-alt);
  border: 1px solid var(--sg-border);
  border-radius: var(--sg-radius-lg);
  padding: 32px 28px;
  transition: all var(--sg-transition);
  position: relative;
  overflow: hidden;
}
.sg-why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--sg-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--sg-transition);
}
.sg-why-card:hover {
  box-shadow: var(--sg-shadow-md);
  border-color: transparent;
  transform: translateY(-2px);
}
.sg-why-card:hover::before {
  transform: scaleX(1);
}
.sg-why-card__icon {
  width: 52px;
  height: 52px;
  background: var(--sg-gold-light);
  border-radius: var(--sg-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.sg-why-card__title {
  font-family: var(--sg-font-serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--sg-navy);
  margin-bottom: 12px;
  line-height: 1.3;
}
.sg-why-card__text {
  font-size: 15px;
  color: var(--sg-muted);
  line-height: 1.65;
}

/* ═══════════════════════════════════════════════════════════
   REVIEWS SECTION
═══════════════════════════════════════════════════════════ */
.sg-reviews {
  background: var(--sg-bg-alt);
  position: relative;
}
.sg-reviews__bg {
  display: none;
}
.sg-reviews__featured {
  margin-bottom: 40px;
}
.sg-review-featured {
  background: var(--sg-bg);
  border: 1px solid var(--sg-border);
  border-radius: var(--sg-radius-xl);
  overflow: hidden;
  display: grid;
  grid-template-columns: 420px 1fr;
  box-shadow: var(--sg-shadow-md);
  transition: box-shadow var(--sg-transition);
}
.sg-review-featured:hover {
  box-shadow: var(--sg-shadow-lg);
}
.sg-review-featured__image-wrap {
  position: relative;
  overflow: hidden;
}
.sg-review-featured__image {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.sg-review-featured:hover .sg-review-featured__image {
  transform: scale(1.03);
}
.sg-review-featured__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--sg-gold);
  color: var(--sg-navy);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 12px;
  border-radius: 99px;
}
.sg-review-featured__content {
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
.sg-review-featured__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.sg-review-featured__rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--sg-navy);
}
.sg-review-featured__title {
  font-family: var(--sg-font-serif);
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 400;
  color: var(--sg-navy);
  line-height: 1.3;
  margin-bottom: 16px;
}
.sg-review-featured__excerpt {
  font-size: 15px;
  color: var(--sg-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}
.sg-review-featured__pros {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
}
.sg-pro-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--sg-body);
}

/* Review Card Grid */
.sg-reviews__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 44px;
}
.sg-review-card {
  background: var(--sg-bg);
  border: 1px solid var(--sg-border);
  border-radius: var(--sg-radius-lg);
  overflow: hidden;
  transition: all var(--sg-transition);
  display: flex;
  flex-direction: column;
}
.sg-review-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sg-shadow-md);
  border-color: transparent;
}
.sg-review-card__image-wrap {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.sg-review-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.sg-review-card:hover .sg-review-card__image {
  transform: scale(1.05);
}
.sg-review-card__content {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.sg-review-card__title {
  font-family: var(--sg-font-serif);
  font-size: 17px;
  font-weight: 400;
  color: var(--sg-navy);
  line-height: 1.4;
}
.sg-review-card__excerpt {
  font-size: 13px;
  color: var(--sg-muted);
  line-height: 1.6;
  flex: 1;
}
.sg-reviews__cta {
  text-align: center;
}

/* ═══════════════════════════════════════════════════════════
   COMPARISON TABLE
═══════════════════════════════════════════════════════════ */
.sg-compare {
  background: var(--sg-bg);
}
.sg-compare__scroll {
  overflow-x: auto;
  border-radius: var(--sg-radius-lg);
  border: 1px solid var(--sg-border);
  box-shadow: var(--sg-shadow-sm);
}
.sg-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 640px;
}
.sg-table thead {
  background: var(--sg-navy);
}
.sg-table thead th {
  padding: 16px 20px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.65);
  white-space: nowrap;
}
.sg-table thead th:first-child {
  color: rgba(255,255,255,0.9);
}
.sg-table tbody tr {
  border-bottom: 1px solid var(--sg-border);
  transition: background var(--sg-transition);
}
.sg-table tbody tr:last-child {
  border-bottom: none;
}
.sg-table tbody tr:hover {
  background: var(--sg-bg-alt);
}
.sg-table tbody td {
  padding: 18px 20px;
  color: var(--sg-body);
  vertical-align: middle;
}
.sg-table__row--highlight {
  background: var(--sg-gold-light) !important;
}
.sg-table__row--highlight:hover {
  background: #fff3c4 !important;
}
.sg-table__service {
  font-weight: 600;
  color: var(--sg-navy);
}
.sg-table__service-col {
  min-width: 180px;
}
.sg-compare__note {
  margin-top: 16px;
  font-size: 12px;
  color: var(--sg-muted);
  text-align: center;
}

/* ═══════════════════════════════════════════════════════════
   STATES
═══════════════════════════════════════════════════════════ */
.sg-states {
  background: var(--sg-navy);
  position: relative;
  overflow: hidden;
}
.sg-states .sg-section-eyebrow {
  background: rgba(254,173,24,0.15);
  color: var(--sg-gold);
}
.sg-states .sg-section-title {
  color: #fff;
}
.sg-states .sg-section-sub {
  color: rgba(255,255,255,0.6);
}
.sg-states__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.sg-state-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--sg-radius);
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  transition: all var(--sg-transition);
  text-decoration: none;
}
.sg-state-card:hover {
  background: rgba(254,173,24,0.12);
  border-color: rgba(254,173,24,0.3);
  transform: translateY(-2px);
}
.sg-state-card__abbr {
  font-family: var(--sg-font-serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--sg-gold);
  line-height: 1;
}
.sg-state-card__name {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
}
.sg-state-card__arrow {
  display: none;
}
.sg-state-card--all {
  background: rgba(254,173,24,0.1);
  border-color: rgba(254,173,24,0.25);
}
.sg-state-card--all .sg-state-card__name {
  color: var(--sg-gold);
}

/* ═══════════════════════════════════════════════════════════
   CTA BANNER
═══════════════════════════════════════════════════════════ */
.sg-cta-banner {
  background: linear-gradient(135deg, var(--sg-gold) 0%, #f5a200 100%);
  padding: 80px 0;
}
.sg-cta-banner__inner {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.sg-cta-banner__decor {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  pointer-events: none;
}
.sg-cta-banner__content {
  position: relative;
  z-index: 1;
}
.sg-cta-banner__title {
  font-family: var(--sg-font-serif);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 400;
  color: var(--sg-navy);
  margin-bottom: 16px;
}
.sg-cta-banner__sub {
  font-size: 17px;
  color: rgba(13,27,42,0.75);
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.6;
}
.sg-cta-banner__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.sg-cta-banner .sg-btn--primary {
  background: var(--sg-navy);
  border-color: var(--sg-navy);
  color: #fff;
}
.sg-cta-banner .sg-btn--primary:hover {
  background: var(--sg-navy-light);
  border-color: var(--sg-navy-light);
  box-shadow: 0 6px 20px rgba(13,27,42,0.3);
}

/* ═══════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════ */
.sg-footer {
  background: var(--sg-navy);
  padding: 72px 0 0;
  color: rgba(255,255,255,0.7);
}
.sg-footer__top {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 64px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.sg-footer__logo .sg-nav__logo-text {
  color: #fff;
}
.sg-footer__tagline {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 16px;
  color: rgba(255,255,255,0.55);
}
.sg-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.sg-footer__col-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--sg-gold);
  margin-bottom: 20px;
}
.sg-footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sg-footer__links a {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  transition: color var(--sg-transition);
}
.sg-footer__links a:hover {
  color: var(--sg-gold);
}
.sg-footer__bottom {
  padding: 28px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sg-footer__copy {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}
.sg-footer__disclosure {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — TABLET (≤ 1024px)
═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .sg-hero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sg-hero__content {
    padding-bottom: 0;
    text-align: center;
  }
  .sg-hero__subtitle {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sg-hero__actions {
    justify-content: center;
  }
  .sg-hero__trust {
    justify-content: center;
  }
  .sg-hero__visual {
    justify-content: center;
  }
  .sg-hero__image-frame {
    max-width: 480px;
  }
  .sg-hero__image-stat {
    left: 10px;
  }
  .sg-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sg-review-featured {
    grid-template-columns: 1fr;
  }
  .sg-review-featured__image {
    height: 280px;
    min-height: unset;
  }
  .sg-review-featured__content {
    padding: 32px;
  }
  .sg-reviews__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sg-states__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .sg-footer__top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sg-stats__grid {
    gap: 0;
  }
  .sg-stat {
    padding: 0 28px;
  }
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE (≤ 640px)
═══════════════════════════════════════════════════════════ */
@media (max-width: 640px) {
  .sg-section {
    padding: 64px 0;
  }
  .sg-section-header {
    margin-bottom: 40px;
  }
  .sg-nav__links {
    display: none;
  }
  .sg-nav__inner {
    gap: 16px;
  }
  .sg-hero {
    padding: 64px 0 0;
  }
  .sg-hero__title {
    font-size: 36px;
  }
  .sg-hero__image {
    height: 320px;
  }
  .sg-hero__image-stat {
    display: none;
  }
  .sg-hero__image-badge {
    width: 72px;
    height: 72px;
    top: -10px;
    right: -10px;
  }
  .sg-hero__badge-num {
    font-size: 20px;
  }
  .sg-stats__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    text-align: center;
  }
  .sg-stat {
    padding: 0;
  }
  .sg-stat__divider {
    display: none;
  }
  .sg-why__grid {
    grid-template-columns: 1fr;
  }
  .sg-reviews__grid {
    grid-template-columns: 1fr;
  }
  .sg-review-featured__content {
    padding: 24px;
  }
  .sg-review-featured__pros {
    display: none;
  }
  .sg-states__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .sg-footer__cols {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .sg-footer__bottom {
    flex-direction: column;
    gap: 6px;
  }
  .sg-cta-banner__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .sg-cta-banner__actions .sg-btn {
    text-align: center;
    justify-content: center;
  }
  .sg-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .sg-hero__actions .sg-btn {
    justify-content: center;
  }
  .sg-btn--nav {
    display: none;
  }
}/* End custom CSS */