.elementor-3944 .elementor-element.elementor-element-e401d9e{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-3944 .elementor-element.elementor-element-ee705cc > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-3944 .elementor-element.elementor-element-1b03f8f > .elementor-widget-container{margin:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS */:root {
    --navy: #0a1628;
    --navy-mid: #0f2040;
    --gold: #c9a84c;
    --gold-light: #e8c87a;
    --gold-pale: #f5e9c8;
    --white: #ffffff;
    --off-white: #f8f6f1;
    --text-dark: #1a1a2e;
    --text-mid: #4a5568;
    --text-light: #718096;
    --border: #e2d9c5;
    --accent-green: #2d7a4f;
    --accent-red: #c0392b;
  }

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

  body {
    font-family: 'Inter', sans-serif;
    background: var(--white);
    color: var(--text-dark);
    line-height: 1.6;
  }

  
  /* HERO */
  .hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, #1a3a6e 100%);
    padding: 5rem 5%;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero-badge {
    display: inline-block;
    background: rgba(201,168,76,0.15);
    border: 1px solid rgba(201,168,76,0.4);
    color: var(--gold);
    padding: 0.35rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
  }
  .hero-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .hero h1 {
    font-family: 'inherit;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 1.25rem;
    max-width: 750px;
  }
  .hero h1 em {
    font-style: italic;
    color: var(--gold);
  }
  .hero-sub {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.75);
    margin-bottom: 2rem;
    max-width: 580px;
    line-height: 1.7;
  }
  .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
  .btn-primary {
    background: var(--gold);
    color: var(--navy);
    padding: 0.9rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
    transition: background 0.2s, transform 0.2s;
    display: inline-block;
  }
  .btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
  .btn-outline {
    border: 1.5px solid rgba(255,255,255,0.4);
    color: var(--white);
    padding: 0.9rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: border-color 0.2s, background 0.2s;
    display: inline-block;
  }
  .btn-outline:hover { border-color: var(--gold); background: rgba(201,168,76,0.1); }

  /* STATS BAR */
  .stats-bar {
    background: var(--off-white);
    border-bottom: 1px solid var(--border);
    padding: 2rem 5%;
  }
  .stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .stat-item {
    text-align: center;
    padding: 1rem;
  }
  .stat-value {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--navy);
  }
  .stat-label {
    font-size: 0.78rem;
    color: var(--text-mid);
    font-weight: 500;
    margin-top: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  /* SECTION BASE */
  section { padding: 5rem 5%; }
  .section-inner { max-width: 1200px; margin: 0 auto; }
  .section-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
  }
  .section-title {
   font-family: 'inherit;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.25;
    margin-bottom: 1.25rem;
  }
  .section-title em { font-style: italic; color: var(--gold); }
  .section-desc {
    font-size: 1rem;
    color: var(--text-mid);
    max-width: 650px;
    line-height: 1.75;
  }

  /* HOW IT WORKS */
  .process-section { background: var(--white); }
  .process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
  }
  .process-card {
    background: var(--off-white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 2rem 1.5rem;
    position: relative;
  }
  .process-num {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: rgba(10,22,40,0.08);
    line-height: 1;
    margin-bottom: 1rem;
  }
  .process-card h3 {
    font-weight: 700;
    color: var(--navy);
    font-size: 0.95rem;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .process-card p { font-size: 0.88rem; color: var(--text-mid); line-height: 1.6; }

  /* PRICING */
  .pricing-section { background: var(--off-white); }
  .pricing-intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .age-pricing {
    background: var(--navy);
    border-radius: 10px;
    padding: 2.5rem;
    margin-bottom: 3rem;
  }
  .age-pricing h3 {
    font-family: 'Playfair Display', serif;
    color: var(--gold);
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .age-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .age-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(201,168,76,0.2);
    border-radius: 6px;
    padding: 1rem 1.25rem;
  }
  .age-label { color: rgba(255,255,255,0.8); font-size: 0.9rem; font-weight: 500; }
  .age-price { color: var(--gold); font-weight: 700; font-size: 1rem; font-family: 'font-family: 'inherit; }
  .packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .package-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 2.5rem 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .package-card.featured {
    border-color: var(--gold);
    box-shadow: 0 0 0 2px rgba(201,168,76,0.15);
  }
  .featured-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: var(--navy);
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .pkg-tier {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.5rem;
  }
  .pkg-name {
   font-family: 'inherit;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 1.5rem;
  }
  .pkg-features {
    list-style: none;
    flex: 1;
    margin-bottom: 2rem;
  }
  .pkg-features li {
    font-size: 0.88rem;
    color: var(--text-mid);
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border);
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
  }
  .pkg-features li::before { content: '✓'; color: var(--accent-green); font-weight: 700; flex-shrink: 0; }
  .pkg-cta {
    display: block;
    text-align: center;
    background: var(--navy);
    color: var(--white);
    padding: 0.9rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
    transition: background 0.2s;
  }
  .pkg-cta:hover { background: var(--gold); color: var(--navy); }
  .package-card.featured .pkg-cta { background: var(--gold); color: var(--navy); }
  .package-card.featured .pkg-cta:hover { background: var(--gold-light); }

  /* ADVANTAGES */
  .advantages-section { background: var(--white); }
  .adv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
  }
  .adv-card {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 2rem;
    border-top: 3px solid var(--gold);
  }
  .adv-icon {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .adv-card h3 {
   font-family: 'inherit;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.6rem;
  }
  .adv-card p { font-size: 0.88rem; color: var(--text-mid); line-height: 1.65; }

  /* COMPARISON */
  .compare-section { background: var(--navy); }
  .compare-section .section-title { color: var(--white); }
  .compare-section .section-desc { color: rgba(255,255,255,0.7); }
  .compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
  }
  .compare-card {
    border-radius: 10px;
    padding: 2.5rem 2rem;
  }
  .compare-card.bad {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
  }
  .compare-card.good {
    background: rgba(201,168,76,0.08);
    border: 1px solid rgba(201,168,76,0.3);
  }
  .compare-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .compare-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    flex-shrink: 0;
  }
  .compare-icon.bad { background: rgba(192,57,43,0.2); color: #e74c3c; }
  .compare-icon.good { background: rgba(45,122,79,0.2); color: #2ecc71; }
  .compare-card h3 {
   font-family: 'inherit;
    font-size: 1.1rem;
    font-weight: 700;
  }
  .compare-card.bad h3 { color: rgba(255,255,255,0.7); }
  .compare-card.good h3 { color: var(--gold); }
  .compare-list { list-style: none; }
  .compare-list li {
    font-size: 0.88rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
  }
  .compare-card.bad .compare-list li { color: rgba(255,255,255,0.65); }
  .compare-card.good .compare-list li { color: rgba(255,255,255,0.85); }
  .compare-list .icon-x { color: #e74c3c; }
  .compare-list .icon-check { color: #2ecc71; }

  /* CLEAN STANDARDS */
  .standards-section { background: var(--off-white); }
  .standards-box {
    background: var(--white);
    border: 1px solid var(--border);
    border-left: 4px solid var(--gold);
    border-radius: 8px;
    padding: 2.5rem;
    margin-top: 2rem;
  }
  .standards-box h3 {
    font-family: 'inherit;
    font-size: 1.2rem;
    color: var(--navy);
    margin-bottom: 1rem;
  }
  .standards-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .standards-list li {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    font-size: 0.9rem;
    color: var(--text-mid);
    padding: 0.4rem 0;
  }
  .standards-list li::before { content: '✓'; color: var(--accent-green); font-weight: 700; flex-shrink: 0; }

  /* STATE OPTIONS */
  .states-section { background: var(--white); }
  .states-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 3rem;
  }
  .state-card {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 1.75rem 1.5rem;
    text-align: center;
  }
  .state-name {
   font-family: 'inherit;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.25rem;
  }
  .state-fee {
    display: inline-block;
    background: var(--gold-pale);
    color: var(--navy);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
  }
  .state-features { list-style: none; }
  .state-features li {
    font-size: 0.8rem;
    color: var(--text-mid);
    padding: 0.35rem 0;
    border-bottom: 1px solid var(--border);
    text-align: left;
  }
  .state-features li:last-child { border-bottom: none; }

  /* FAQs */
  .faq-section {  }
  .faq-list { margin-top: 2.5rem; }
  .faq-item {
    border: 1px solid var(--border);
    border-radius: 6px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: var(--white);
  }
  .faq-question {
    width: 100%;
    background: #BDA16A;
    border: none;
    padding: 1.25rem 1.5rem;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .faq-question:hover {  }
  .faq-chevron {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s;
    font-size: 0.65rem;
    color: var(--navy);
  }
  .faq-item.open .faq-chevron { transform: rotate(180deg); }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }
  .faq-item.open .faq-answer { max-height: 800px; }
  .faq-answer-inner {
    padding: 0 1.5rem 1.5rem;
    font-size: 0.9rem;
    color: var(--text-mid);
    line-height: 1.7;
    border-top: 1px solid var(--border);
    padding-top: 1rem;
  }

  /* PARTNER */
  .partner-section { background: var(--navy); padding: 4rem 5%; }
  .partner-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
  }
  .partner-inner h2 {
   font-family: 'inherit;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    color: var(--white);
    margin-bottom: 1rem;
    line-height: 1.3;
  }
  .partner-inner p {
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
  .partner-features { list-style: none; margin-bottom: 2rem; }
  .partner-features li {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
    padding: 0.4rem 0;
    display: flex;
    gap: 0.6rem;
  }
  .partner-features li::before { content: '→'; color: var(--gold); }
  .partner-cta-box {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(201,168,76,0.3);
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
  }
  .partner-cta-box p {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 0;
  }

  /* CTA SECTION */
  .cta-section { background: var(--off-white); padding: 5rem 5%; text-align: center; }
  .cta-section .section-title { margin-bottom: 1rem; }
  .cta-section .section-desc { margin: 0 auto 2rem; text-align: center; }
  .cta-group { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
  .btn-navy {
    background: var(--navy);
    color: var(--white);
    padding: 0.9rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.2s;
    display: inline-block;
  }
  .btn-navy:hover { background: var(--navy-mid); }
  .cta-note { margin-top: 1.25rem; font-size: 0.8rem; color: var(--text-light); }

  

  @media (max-width: 1024px) {
    .stats-inner { grid-template-columns: repeat(2, 1fr); }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .adv-grid { grid-template-columns: repeat(2, 1fr); }
    .states-grid { grid-template-columns: repeat(2, 1fr); }
    .packages-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .partner-inner { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
  }

  @media (max-width: 768px) {
    .nav-links { display: none; }
    .hamburger { display: flex; }
    section { padding: 3.5rem 5%; }
    .process-grid { grid-template-columns: 1fr; }
    .adv-grid { grid-template-columns: 1fr; }
    .compare-grid { grid-template-columns: 1fr; }
    .states-grid { grid-template-columns: 1fr 1fr; }
    .age-grid { grid-template-columns: 1fr; }
    .standards-list { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  }

  @media (max-width: 480px) {
    .stats-inner { grid-template-columns: repeat(2, 1fr); }
    .states-grid { grid-template-columns: 1fr; }
    .hero-actions { flex-direction: column; }
    .hero-actions a { text-align: center; }
    .cta-group { flex-direction: column; align-items: center; }
    .footer-bottom { flex-direction: column; text-align: center; }
  }/* End custom CSS */