/*
 * BARC source CSS for verify-insurance.html.
 * Generated from the original HTML handoff so this WordPress page matches the static design.
 */

:root {
    --navy: #0E5070;
    --navy-dark: #083a54;
    --navy-deeper: #052638;
    --gold: #C89B3C;
    --gold-light: #E3C878;
    --cream: #F7F3EA;
    --paper: #FBFAF6;
    --ink: #0E1821;
    --ink-soft: #3A4958;
    --muted: #6B7A89;
    --line: #D9DDE1;
    --line-soft: #E9ECEF;
    --urgent: #C84734;
    --success: #2E7D5B;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Inter', -apple-system, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.55; -webkit-font-smoothing: antialiased; }

  /* HEADER */
  .lp-header { background: #fff; border-bottom: 1px solid var(--line); }
  .lp-header .wrap { max-width: 1200px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
  .lp-header .logo img { height: 48px; display: block; }
  .lp-header ul { list-style: none; display: flex; gap: 22px; align-items: center; margin: 0; padding: 0; }
  .lp-header ul a { text-decoration: none; color: var(--ink-soft); font-weight: 600; font-size: 14px; padding: 6px 0; border-bottom: 2px solid transparent; transition: all 0.15s; white-space: nowrap; }
  .lp-header ul a:hover, .lp-header .current-menu-item > a { color: var(--navy); border-color: var(--gold); }
  .lp-header .phone { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy-deeper); }
  .lp-header .phone .label { text-align: right; font-size: 14px; font-weight: 700; color: var(--navy-deeper); letter-spacing: 0.03em; }
  .lp-header .phone .label small { display: block; font-size: 12px; color: var(--muted); font-weight: 500; margin-top: 2px; }
  .lp-header .phone .num { font-family: 'Source Serif 4', serif; font-size: 30px; font-weight: 600; color: var(--navy); letter-spacing: -0.01em; line-height: 1; }
  .lp-header .phone-icon { width: 48px; height: 48px; border-radius: 50%; background: var(--gold); color: #1a1208; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(200,155,60,0.35); }

  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 26px; border-radius: 4px; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; text-decoration: none; border: none; cursor: pointer; transition: all 0.15s ease; white-space: nowrap; letter-spacing: 0.01em; }
  .btn-gold { background: var(--gold); color: #1a1208; }
  .btn-gold:hover { background: var(--gold-light); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(200,155,60,0.35); }
  .btn-navy { background: var(--navy); color: #fff; }
  .btn-navy:hover { background: var(--navy-dark); }
  .btn-xl { padding: 18px 32px; font-size: 17px; }
  .btn-block { width: 100%; }

  /* HERO */
  .hero {
    background: linear-gradient(135deg, rgba(14,80,112,0.96) 0%, rgba(8,58,84,0.98) 100%), var(--navy);
    color: #fff; position: relative; overflow: hidden;
    padding: 60px 0 48px;
  }
  .hero::before {
    content: ''; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 40px 40px; pointer-events: none;
  }
  .hero .wrap { max-width: 1000px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; text-align: center; }
  .crumb { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 18px; letter-spacing: 0.04em; }
  .crumb a { color: rgba(255,255,255,0.8); text-decoration: none; }
  .hero h1 { font-family: 'Source Serif 4', serif; font-weight: 600; font-size: clamp(36px, 5vw, 54px); line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 18px; }
  .hero h1 em { font-style: italic; color: var(--gold-light); font-weight: 400; }
  .hero p.lead { font-size: 18px; color: rgba(255,255,255,0.88); max-width: 720px; margin: 0 auto 24px; line-height: 1.55; }
  .hero-badges { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin-top: 8px; }
  .hero-badge { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.85); }
  .hero-badge .dot { width: 28px; height: 28px; border-radius: 50%; background: rgba(74,222,128,0.15); border: 1px solid rgba(74,222,128,0.4); color: #4ADE80; display: flex; align-items: center; justify-content: center; }

  /* FORM SECTION */
  .form-section { padding: 72px 0; }
  .form-section .wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }

  .insurance-form {
    background: #fff; border: 1px solid var(--line); border-radius: 10px;
    padding: 40px; box-shadow: 0 10px 40px rgba(14,24,33,0.06);
    margin-top: -100px; position: relative; z-index: 2;
  }
  .form-h {
    border-bottom: 1px solid var(--line-soft);
    padding-bottom: 20px; margin-bottom: 28px;
  }
  .form-h h2 { font-family: 'Source Serif 4', serif; font-size: 26px; font-weight: 600; color: var(--navy-deeper); letter-spacing: -0.01em; margin-bottom: 6px; }
  .form-h p { font-size: 14px; color: var(--ink-soft); }

  .fieldset { margin-bottom: 32px; border: none; padding: 0; }
  .fieldset legend {
    display: flex; align-items: center; gap: 10px;
    font-family: 'Source Serif 4', serif; font-size: 19px; font-weight: 600;
    color: var(--navy-deeper); margin-bottom: 18px;
    width: 100%; padding-bottom: 10px; border-bottom: 2px solid var(--gold);
  }
  .fieldset legend .step-n {
    width: 26px; height: 26px; border-radius: 50%; background: var(--navy);
    color: #fff; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700;
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }

  .field { margin-bottom: 16px; }
  .field label { display: block; font-size: 13px; font-weight: 600; color: var(--ink-soft); margin-bottom: 6px; }
  .field label .req { color: var(--urgent); margin-left: 2px; }
  .field input, .field select, .field textarea {
    width: 100%; padding: 12px 14px; border: 1.5px solid var(--line);
    border-radius: 4px; font-family: inherit; font-size: 15px; background: #fff;
    transition: border-color 0.15s, box-shadow 0.15s;
  }
  .field input:focus, .field select:focus, .field textarea:focus {
    outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(14,80,112,0.1);
  }
  .field textarea { resize: vertical; min-height: 80px; }
  .field .sub { display: block; font-size: 11px; color: var(--muted); margin-top: 4px; font-weight: 500; }

  .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }

  .privacy-note {
    background: var(--cream); border-left: 3px solid var(--gold);
    padding: 16px 18px; border-radius: 4px;
    font-size: 13px; color: var(--ink-soft); line-height: 1.55;
    margin: 20px 0 24px;
    display: flex; gap: 12px; align-items: flex-start;
  }
  .privacy-note svg { flex-shrink: 0; color: var(--navy); margin-top: 2px; }
  .privacy-note strong { color: var(--navy-deeper); }

  .submit-row {
    display: flex; flex-direction: column; gap: 8px;
    padding-top: 8px;
  }
  .submit-row .tiny { font-size: 12px; color: var(--muted); text-align: center; display: flex; gap: 6px; align-items: center; justify-content: center; }

  /* SIDEBAR */
  .sidebar { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 24px; }
  .side-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 24px; }
  .side-card h3 { font-family: 'Source Serif 4', serif; font-size: 19px; font-weight: 600; color: var(--navy-deeper); margin-bottom: 12px; }
  .side-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; margin-bottom: 16px; }
  .call-card {
    background: var(--navy-deeper); color: #fff;
    border: 2px solid var(--gold); border-radius: 8px;
    padding: 24px; text-align: center;
  }
  .call-card .label { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 8px; }
  .call-card .num { font-family: 'Source Serif 4', serif; font-size: 32px; font-weight: 600; color: #fff; line-height: 1; margin-bottom: 6px; letter-spacing: -0.01em; }
  .call-card .num a { color: #fff; text-decoration: none; }
  .call-card .avail { font-size: 13px; color: rgba(255,255,255,0.7); }

  .carriers-list { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
  .carriers-list li { list-style: none; font-size: 13px; color: var(--ink-soft); padding: 4px 0; display: flex; align-items: center; gap: 6px; }
  .carriers-list li::before { content: '✓'; color: var(--success); font-weight: 700; }

  .trust-mini { display: flex; flex-direction: column; gap: 14px; }
  .trust-mini .ti { display: flex; align-items: flex-start; gap: 12px; font-size: 13.5px; color: var(--ink-soft); }
  .trust-mini .ti strong { display: block; color: var(--navy-deeper); font-size: 14px; margin-bottom: 2px; }
  .trust-mini .ti .ico { flex-shrink: 0; width: 32px; height: 32px; border-radius: 6px; background: var(--cream); color: var(--navy); display: flex; align-items: center; justify-content: center; }

  /* FOOTER */
  footer { background: #0a1922; color: rgba(255,255,255,0.6); padding: 28px 0; text-align: center; font-size: 13px; }
  footer .wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
  footer .footer-inline-menu { list-style: none; display: flex; gap: 0; margin: 0; padding: 0; flex-wrap: wrap; justify-content: center; }
  footer .footer-inline-menu li:not(:last-child)::after { content: "·"; color: rgba(255,255,255,0.55); }
  footer a { color: rgba(255,255,255,0.8); text-decoration: none; margin: 0 6px; }
  footer a:hover { color: var(--gold-light); }

  @media (max-width: 900px) {
    .lp-header ul { display: none; }
    .form-section .wrap { grid-template-columns: 1fr; }
    .sidebar { position: static; order: 2; }
    .insurance-form { order: 1; padding: 28px 22px; margin-top: -60px; }
    .row-2, .row-3 { grid-template-columns: 1fr; }
    .hero-badges { gap: 14px; }
  }
  @media (max-width: 560px) {
    .lp-header .phone .label { display: none; }
    .lp-header .phone .num { font-size: 22px; }
    .hero { padding: 44px 0 40px; }
    .hero h1 { font-size: 32px; }
    footer .wrap { flex-direction: column; }
  }
