/* Pricing cards and city selector */
    /* ── 11. PRICING — city picker + 4-col pricing cards ─────── */
    #pricing.section {
      padding-top: 20px;
    }

    .pricing-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 20px;
    }

    .coverage-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }

    .process-grid,
    .apollo-grid,
    .apollo-proof {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    @media (max-width: 1100px) {
      .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .coverage-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 767px) {
      #pricing.section {
        padding-top: 0 !important;
      }
      .pricing-grid {
        grid-template-columns: 1fr;
        gap: 24px;
      }
      .coverage-grid {
        grid-template-columns: 1fr;
        gap: 16px;
      }
      .process-grid,
      .apollo-grid,
      .apollo-proof {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
      }
      .pricing-card h3 {
        font-size: 24px !important;
      }
    }

    @media (max-width: 480px) {
      .process-grid,
      .apollo-grid,
      .apollo-proof {
        grid-template-columns: 1fr;
      }
    }

    .insight-card,
    .pricing-card,
    .coverage-card,
    .process-card,
    .apollo-card,
    .proof-card {
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.96);
      border: 1px solid rgba(19, 39, 51, 0.05);
      box-shadow: 0 10px 26px rgba(10, 42, 52, 0.05);
    }

    .insight-card,
    .coverage-card,
    .process-card,
    .apollo-card,
    .proof-card {
      padding: 22px;
    }

    .insight-section-head {
      max-width: 1180px;
      margin: 0 auto 42px;
      text-align: center;
    }

    .insight-section-head h1,
    .insight-section-head h2 {
      margin: 14px auto 0;
      font-size: 42px;
      font-weight: 500;
      line-height: 1.1;
      text-align: center;
    }

    .insight-grid {
      align-items: stretch;
    }

    .insight-card {
      position: relative;
      overflow: hidden;
      min-height: 0;
      aspect-ratio: 0.86 / 1;
      padding: 0;
      border-radius: 28px;
      border: 0;
      box-shadow: 0 18px 40px rgba(10, 42, 52, 0.12);
      background: #d4e4ea;
    }

    @media (max-width: 767px) {
      .insight-card {
        aspect-ratio: 1.2 / 1; /* Shorter cards on mobile to avoid long scroll */
      }
      .insight-section-head h1 {
        font-size: 28px !important;
      }
    }

    .insight-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(5, 20, 28, 0.02) 0%, rgba(5, 20, 28, 0.16) 48%, rgba(8, 75, 89, 0.74) 100%);
      pointer-events: none;
    }

    .insight-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .insight-copy {
      position: absolute;
      inset: auto 0 0;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      gap: 14px;
      min-height: 152px;
      padding: 22px 16px 18px;
      text-align: center;
    }

    .insight-copy h3 {
      margin: 0;
      color: #fff;
      max-width: 10ch;
      font-size: 1.08rem;
      line-height: 1.08;
      letter-spacing: -0.03em;
      text-wrap: balance;
    }

    .insight-copy .secondary-button {
      min-height: 46px;
      min-width: 142px;
      padding-inline: 24px;
      border-color: rgba(255, 255, 255, 0.8);
      background: rgba(255, 255, 255, 0.95);
      color: #17303b;
      box-shadow: 0 8px 20px rgba(9, 38, 48, 0.18);
    }

    .insight-card h3,
    .coverage-card h3,
    .process-card h3,
    .apollo-card h3,
    .pricing-card h3,
    .pricing-aside h3,
    .final-form h3 {
      margin: 14px 0 10px;
      font-size: 1.28rem;
      line-height: 1.2;
    }

    .lifestyle-card {
      aspect-ratio: 1 / 1.3;
      border-radius: 26px;
      box-shadow: var(--shadow-md);
    }

    .lifestyle-copy .primary-button {
      min-height: 42px;
      padding-inline: 16px;
      margin-top: 12px;
      box-shadow: none;
    }

    .pricing-panel {
      padding: 6px 0 0;
      border-radius: 30px;
      background: transparent;
      border: 0;
      box-shadow: none;
    }

    .pricing-note {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 0 10px;
      border-radius: 999px;
      background: #fff;
      border: 1px solid #d8e6eb;
      color: #49626d;
      font-size: 11px;
      font-weight: 700;
    }

    .city-selector-shell {
      display: flex;
      justify-content: center;
      margin-bottom: 32px;
      padding: 0;
      border-radius: 0;
      background: transparent;
      border: 0;
      box-shadow: none;
    }

    .city-picker-box {
      width: min(100%, 820px);
      display: grid;
      grid-template-columns: 1fr 300px;
      align-items: center;
      gap: 20px;
      padding: 16px 20px;
      border-radius: 28px;
      background: #fff;
      border: 1px solid rgba(19, 39, 51, 0.08);
      box-shadow:
        0 24px 44px rgba(10, 42, 52, 0.08),
        0 4px 10px rgba(10, 42, 52, 0.04);
    }

    .city-picker-copy {
      display: grid;
      gap: 4px;
    }

    .city-picker-copy strong {
      font-size: 1rem;
      line-height: 1.1;
      letter-spacing: -0.02em;
    }

    .city-picker-copy span {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.45;
    }

    .city-picker-box .field {
      margin: 0;
    }

    .pricing-card {
      position: relative;
      display: flex;
      flex-direction: column;
      background: #fff;
      border: 1px solid #eef3f6;
      border-radius: 28px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .pricing-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 24px 48px rgba(10, 42, 52, 0.12);
    }

    .pricing-visual {
      width: 100%;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      background: #f4f8fa;
    }

    .pricing-visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .pricing-details {
      padding: 0;
      display: flex;
      flex-direction: column;
      flex: 1;
    }

    .package-proposition {
      font-size: 13px;
      color: var(--raspberry);
      margin-bottom: 8px;
      font-weight: 700;
    }

    .pricing-card h3 {
      margin: 0 0 16px;
      font-size: 1.45rem;
      line-height: 1.1;
      font-weight: 800;
      color: var(--ink);
    }

    .package-price-row {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 0;
      padding-bottom: 16px;
      border-bottom: 1px dashed #e4eeef;
    }

    .price-main {
      font-size: 2.2rem;
      font-weight: 800;
      line-height: 1;
      letter-spacing: -0.04em;
      color: var(--ink);
    }

    .price-meta {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

    .old-price {
      font-size: 14px;
      color: #94a7af;
      text-decoration: line-through;
    }

    .save-tag {
      font-size: 11px;
      font-weight: 800;
      color: #fff;
      background: var(--raspberry);
      padding: 2px 8px;
      border-radius: 4px;
      display: inline-block;
      width: fit-content;
    }

    .benefits-simple {
      list-style: none;
      padding: 0;
      margin: 20px 0 20px;
      display: grid;
      gap: 8px;
    }

    .benefits-simple li {
      font-size: 14px;
      color: #4a5f6a;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .benefits-simple li::before {
      content: "•";
      color: var(--teal);
      font-weight: bold;
    }

    .package-stats {
      margin-top: auto;
      padding-top: 16px;
      border-top: 1px solid #f0f5f7;
      font-size: 12px;
      color: #6a7d87;
      line-height: 1.4;
    }

    .package-stats strong {
      color: var(--ink);
    }

    .pricing-card-actions {
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: 10px;
      margin-top: 18px;
    }

    .pricing-card-actions button {
      min-height: 56px;
      font-size: 15px;
      font-weight: 800;
      border-radius: 8px;
      box-shadow: none !important;
    }

    .pricing-card-actions .primary-button:hover,
    .pricing-card-actions .secondary-button:hover {
      box-shadow: none !important;
    }

    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }

    @media (max-width: 1200px) {
      .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .pricing-grid {
        grid-template-columns: 1fr;
      }
    }

    /* ── 15. PACKAGE MODAL V2 ────────────────────────────────── */
    .package-modal-dialog-v2 {
      width: min(94vw, 820px);
      background: #fff;
      border-radius: 32px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      max-height: 90vh;
      animation: modalSlide 400ms cubic-bezier(.22, 1, .36, 1);
    }

    @keyframes modalSlide {
      from { opacity: 0; transform: translateY(40px) scale(0.98); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }

    .package-modal-inner {
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow: hidden;
    }

    .modal-header-v2 {
      padding: 32px 32px 24px;
      background: #fff;
      border-bottom: 1px solid #f0f5f7;
      z-index: 10;
    }

    .modal-header-main {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 12px;
    }

    .modal-header-main h3 {
      font-size: 2.2rem;
      font-weight: 800;
      color: var(--ink);
      margin: 0;
      letter-spacing: -0.04em;
    }

    .modal-close-v3 {
      border: 0;
      background: #f0f4f6;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      font-size: 28px;
      line-height: 1;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s;
    }

    .modal-close-v3:hover {
      background: #e2eaed;
    }

    .modal-header-meta {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 15px;
      font-weight: 700;
      color: #6a7d87;
    }

    .meta-dot {
      color: var(--raspberry);
      font-size: 20px;
    }

    .modal-body-v2 {
      padding: 32px;
      overflow-y: auto;
      background: #f8fbfe;
      flex: 1;
    }

    .section-title-alt {
      font-size: 18px;
      font-weight: 800;
      color: var(--ink);
      margin-bottom: 24px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }

    .parameters-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .parameter-card {
      background: #fff;
      padding: 20px;
      border-radius: 20px;
      border: 1px solid rgba(0,0,0,0.03);
      box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    }

    .parameter-card h5 {
      font-size: 16px;
      font-weight: 700;
      color: var(--ink);
      margin: 0 0 12px;
      border-bottom: 2px solid var(--raspberry-soft);
      padding-bottom: 8px;
      display: inline-block;
    }

    .parameter-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 6px;
    }

    .parameter-list li {
      font-size: 13px;
      color: #5b727e;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .parameter-list li::before {
      content: "✓";
      color: var(--teal);
      font-weight: 900;
    }

    .modal-footer-v2 {
      padding: 24px 32px;
      background: #fff;
      border-top: 1px solid #f0f5f7;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-shadow: 0 -10px 30px rgba(0,0,0,0.03);
    }

    .footer-price {
      font-size: 2.4rem;
      font-weight: 800;
      color: var(--ink);
      line-height: 1;
      letter-spacing: -0.04em;
    }

    .footer-meta {
      font-size: 13px;
      color: var(--teal);
      font-weight: 700;
      margin-top: 4px;
    }

    .modal-footer-v2 .primary-button {
      min-width: 240px;
      min-height: 64px;
      font-size: 18px;
      font-weight: 800;
      border-radius: 12px;
    }

    @media (max-width: 768px) {
      .modal-header-v2, .modal-body-v2, .modal-footer-v2 {
        padding: 20px;
      }
      .modal-header-main h3 {
        font-size: 1.6rem;
      }
      .parameters-grid {
        grid-template-columns: 1fr;
      }
      .modal-footer-v2 {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
        text-align: center;
      }
      .modal-footer-v2 .primary-button {
        width: 100%;
      }
    }
