


      * { box-sizing: border-box; }

      html, body {
        margin: 0;
        min-height: 100%;
        font-family: Inter, Arial, sans-serif;
        background:
          radial-gradient(circle at 20% 10%, rgba(24, 169, 184, 0.14) 0%, rgba(24, 169, 184, 0) 32%),
          radial-gradient(circle at 80% 0%, rgba(77, 193, 203, 0.12) 0%, rgba(77, 193, 203, 0) 22%),
          linear-gradient(180deg, #043f45 0%, #06282d 42%, #05171b 100%);
        color: #f0f9fb;
        overflow-x: hidden;
      }

      a { text-decoration: none; }
      button, input, select, textarea { font: inherit; }

      .page-bg {
        position: fixed;
        inset: 0;
        pointer-events: none;
        z-index: 0;
        background:
          linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(0,0,0,0.10) 100%);
      }

      .grid-noise {
        position: fixed;
        inset: 0;
        pointer-events: none;
        z-index: 0;
        opacity: 0.08;
        background-image:
          linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
          linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
        background-size: 64px 64px;
        mask-image: radial-gradient(circle at center, black 42%, transparent 100%);
      }

      .site-header { pointer-events: auto; }

      .header-shell {
        border: 1px solid rgba(178, 228, 232, 0.12);
        background:
          linear-gradient(180deg, rgba(6, 24, 28, 0.82) 0%, rgba(6, 24, 28, 0.72) 100%);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        border-radius: 20px;
        box-shadow:
          0 18px 50px rgba(0, 0, 0, 0.24),
          inset 0 1px 0 rgba(255,255,255,0.05);
        padding-left: 16px;
        padding-right: 16px;
        overflow: visible;
      }

      .nav-link {
        color: rgba(240, 249, 251, 0.78);
        transition: color 180ms ease;
      }

      .nav-link:hover,
      .nav-link.active {
        color: #ffffff;
      }

      .provider-trigger {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        border-radius: 999px;
        padding: 9px 14px;
        color: #f0f9fb;
        background: rgba(24, 169, 184, 0.10);
        border: 1px solid rgba(77, 193, 203, 0.22);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
        transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
        cursor: pointer;
      }

      .provider-trigger:hover {
        background: rgba(24, 169, 184, 0.16);
        border-color: rgba(77, 193, 203, 0.34);
      }

      .provider-menu {
        border: 1px solid rgba(178, 228, 232, 0.12);
        background:
          linear-gradient(180deg, rgba(8, 25, 30, 0.96) 0%, rgba(6, 20, 24, 0.96) 100%);
        backdrop-filter: blur(18px);
        box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
      }

      .provider-item {
        display: block;
        padding: 12px 16px;
        font-size: 14px;
        color: rgba(240, 249, 251, 0.88);
        transition: background 160ms ease, color 160ms ease;
      }

      .provider-item:hover {
        background: rgba(255,255,255,0.04);
        color: #ffffff;
      }

      .header-ghost-btn {
        padding: 10px 16px;
        border-radius: 14px;
        border: 1px solid rgba(178, 228, 232, 0.14);
        background: rgba(240, 249, 251, 0.04);
        color: rgba(240, 249, 251, 0.92);
        font-size: 14px;
        font-weight: 600;
        transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
        white-space: nowrap;
      }

      .header-ghost-btn:hover {
        background: rgba(240, 249, 251, 0.08);
        border-color: rgba(178, 228, 232, 0.22);
      }

      .header-primary-btn {
        padding: 10px 16px;
        border-radius: 14px;
        background: linear-gradient(180deg, #18a9b8 0%, #0c8a96 100%);
        color: #eafbfd;
        font-size: 14px;
        font-weight: 700;
        box-shadow: 0 14px 30px rgba(12, 138, 150, 0.28);
        transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
        border: none;
        cursor: pointer;
        white-space: nowrap;
      }

      .header-primary-btn:hover {
        transform: translateY(-1px);
        filter: brightness(1.03);
        box-shadow: 0 18px 38px rgba(12, 138, 150, 0.32);
      }

      .burger-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 42px;
        width: 42px;
        border-radius: 14px;
        border: 1px solid rgba(178, 228, 232, 0.14);
        background: rgba(240, 249, 251, 0.04);
        color: rgba(240, 249, 251, 0.92);
        transition: background 180ms ease, border-color 180ms ease;
        flex: 0 0 auto;
      }

      .burger-btn:hover {
        background: rgba(240, 249, 251, 0.08);
        border-color: rgba(178, 228, 232, 0.22);
      }

      .mobile-shell {
        border: 1px solid rgba(178, 228, 232, 0.12);
        background: rgba(7, 25, 29, 0.72);
        backdrop-filter: blur(16px);
        border-radius: 18px;
        padding: 14px 16px;
      }

      .mobile-menu-panel {
        border: 1px solid rgba(178, 228, 232, 0.12);
        background:
          linear-gradient(180deg, rgba(8, 25, 30, 0.96) 0%, rgba(6, 20, 24, 0.96) 100%);
        backdrop-filter: blur(16px);
        border-radius: 22px;
        box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
      }

      .mobile-link {
        display: block;
        border-radius: 14px;
        padding: 12px 12px;
        color: rgba(240, 249, 251, 0.9);
        transition: background 160ms ease, color 160ms ease;
      }

      .mobile-link:hover,
      .mobile-link.active {
        background: rgba(255,255,255,0.04);
        color: #ffffff;
      }

      .mobile-ghost-btn {
        display: block;
        padding: 13px 16px;
        border-radius: 14px;
        border: 1px solid rgba(178, 228, 232, 0.14);
        background: rgba(240, 249, 251, 0.04);
        color: rgba(240, 249, 251, 0.92);
        font-size: 14px;
        text-align: center;
      }

      .mobile-primary-btn {
        display: block;
        padding: 13px 16px;
        border-radius: 14px;
        background: linear-gradient(180deg, #18a9b8 0%, #0c8a96 100%);
        color: #eafbfd;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        box-shadow: 0 14px 30px rgba(12, 138, 150, 0.28);
        border: none;
        cursor: pointer;
        width: 100%;
      }

      .page-shell {
        position: relative;
        z-index: 1;
        padding-top: 124px;
        padding-bottom: 44px;
      }

      .hero-panel,
      .flow-shell,
      .step-shell,
      .pricing-card,
      .footer-links-card {
        border: 1px solid rgba(178, 228, 232, 0.12);
        background:
          linear-gradient(180deg, rgba(7, 25, 29, 0.88) 0%, rgba(5, 17, 21, 0.84) 100%);
        box-shadow:
          0 24px 60px rgba(0, 0, 0, 0.22),
          inset 0 1px 0 rgba(255,255,255,0.04);
        backdrop-filter: blur(18px);
      }

      .hero-panel {
        border-radius: 32px;
        padding: 36px;
        overflow: hidden;
        position: relative;
      }

      .hero-panel::after {
        content: "";
        position: absolute;
        inset: -20% -10% auto auto;
        width: 380px;
        height: 380px;
        background: radial-gradient(circle, rgba(24, 169, 184, 0.18) 0%, rgba(24, 169, 184, 0) 70%);
        pointer-events: none;
      }

      .page-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 14px;
        color: #4dc1cb;
        text-transform: uppercase;
        letter-spacing: 0.22em;
        font-size: 11px;
        font-weight: 700;
      }

      .page-eyebrow::before {
        content: "";
        width: 34px;
        height: 1px;
        background: linear-gradient(90deg, transparent, #18a9b8);
      }

      .hero-title {
        max-width: 900px;
        font-size: clamp(42px, 6vw, 78px);
        line-height: 0.92;
        letter-spacing: -0.07em;
        font-weight: 900;
        margin: 0;
        color: #f0f9fb;
      }

      .hero-copy {
        margin-top: 18px;
        max-width: 860px;
        color: rgba(240, 249, 251, 0.78);
        font-size: clamp(15px, 1.4vw, 18px);
        line-height: 1.8;
      }

      .hero-chips {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 28px;
      }

      .hero-chip {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 16px;
        border-radius: 999px;
        border: 1px solid rgba(178, 228, 232, 0.14);
        background: rgba(240, 249, 251, 0.04);
        color: rgba(240, 249, 251, 0.9);
        font-size: 14px;
      }

      .flow-shell {
        margin-top: 24px;
        border-radius: 28px;
        padding: 24px;
      }

      .flow-kicker {
        color: rgba(77, 193, 203, 0.92);
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.16em;
        font-weight: 800;
      }

      .flow-title {
        margin-top: 10px;
        font-size: clamp(24px, 3vw, 38px);
        line-height: 1.08;
        letter-spacing: -0.04em;
        font-weight: 850;
        color: #f0f9fb;
      }

      .flow-progress-card {
        margin-top: 20px;
        padding: 18px 18px 16px;
        border-radius: 22px;
        background: rgba(8, 50, 56, 0.64);
        border: 1px solid rgba(99, 217, 199, 0.16);
      }

      .flow-progress-label {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #f0f9fb;
        font-weight: 700;
        font-size: 15px;
      }

      .progress-track {
        margin-top: 14px;
        height: 8px;
        border-radius: 999px;
        background: rgba(255,255,255,0.08);
        overflow: hidden;
      }

      .progress-fill {
        height: 100%;
        width: 33.333%;
        border-radius: 999px;
        background: linear-gradient(90deg, #4dc1cb 0%, #63d9c7 100%);
        transition: width 240ms ease;
      }

      .steps-nav {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 18px;
      }

      .step-pill {
        padding: 14px 16px;
        border-radius: 18px;
        border: 1px solid rgba(178, 228, 232, 0.10);
        background: rgba(255,255,255,0.03);
        color: rgba(240, 249, 251, 0.58);
        font-size: 13px;
        line-height: 1.5;
      }

      .step-pill strong {
        display: block;
        color: inherit;
        font-size: 14px;
        margin-bottom: 4px;
      }

      .step-pill.active {
        background: linear-gradient(180deg, rgba(12, 138, 150, 0.22) 0%, rgba(8, 60, 66, 0.28) 100%);
        border-color: rgba(99, 217, 199, 0.24);
        color: rgba(240, 249, 251, 0.92);
      }

      .step-pill.done {
        color: rgba(240, 249, 251, 0.82);
      }

      .section-grid {
        margin-top: 24px;
        display: block;
      }

      .step-shell {
        border-radius: 30px;
        padding: 26px;
        margin-bottom: 24px;
      }

      .step-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 14px;
        align-items: flex-start;
        margin-bottom: 22px;
      }

      .step-title-wrap h2 {
        margin: 0;
        font-size: clamp(28px, 3vw, 42px);
        letter-spacing: -0.05em;
        line-height: 1.02;
        color: #f0f9fb;
        font-weight: 850;
      }

      .step-title-wrap p {
        margin: 10px 0 0;
        color: rgba(240, 249, 251, 0.72);
        font-size: 15px;
        line-height: 1.75;
        max-width: 720px;
      }

      .step-index {
        padding: 10px 14px;
        border-radius: 999px;
        font-size: 12px;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #dffcf8;
        border: 1px solid rgba(99, 217, 199, 0.18);
        background: rgba(99, 217, 199, 0.10);
        font-weight: 800;
      }

      .toggle-toolbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 16px;
        align-items: end;
      }

      .toggle-block {
        display: grid;
        gap: 8px;
        min-width: 0;
      }

      .toggle-label {
        font-size: 11px;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        font-weight: 800;
        color: rgba(240, 249, 251, 0.46);
        padding-left: 2px;
      }

      .toggle-group {
        display: flex;
        align-items: stretch;
        padding: 5px;
        border-radius: 22px;
        background:
          linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
        border: 1px solid rgba(178, 228, 232, 0.12);
        width: 100%;
        min-width: 0;
        gap: 5px;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
      }

      .toggle-btn {
        flex: 1 1 0;
        min-width: 0;
        border: none;
        background: transparent;
        color: rgba(240, 249, 251, 0.68);
        padding: 13px 16px;
        border-radius: 17px;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.2;
        cursor: pointer;
        transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
        text-align: center;
      }

      .toggle-btn.active {
        color: #04181c;
        background: linear-gradient(180deg, #e8fdff 0%, #bdeef2 100%);
        box-shadow:
          0 10px 24px rgba(0, 0, 0, 0.16),
          inset 0 1px 0 rgba(255,255,255,0.6);
      }

      .toggle-btn:not(.active):hover {
        color: #ffffff;
        background: rgba(255,255,255,0.04);
      }

      .pricing-grid {
        display: grid;
        gap: 18px;
        margin-top: 22px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .pricing-card {
        border-radius: 26px;
        padding: 22px;
        position: relative;
        height: 100%;
        transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
      }

      .pricing-card:hover {
        transform: translateY(-3px);
      }

      .pricing-card.featured {
        border-color: rgba(99, 217, 199, 0.30);
        background:
          radial-gradient(circle at top, rgba(99, 217, 199, 0.12) 0%, rgba(99, 217, 199, 0) 42%),
          linear-gradient(180deg, rgba(9, 32, 36, 0.96) 0%, rgba(5, 17, 21, 0.92) 100%);
        box-shadow:
          0 28px 70px rgba(4, 0, 0, 0.24),
          0 0 0 1px rgba(99, 217, 199, 0.08),
          inset 0 1px 0 rgba(255,255,255,0.05);
      }

      .pricing-card.selected {
        border-color: rgba(99, 217, 199, 0.34);
        box-shadow:
          0 28px 70px rgba(4, 0, 0, 0.24),
          0 0 0 1px rgba(99, 217, 199, 0.12),
          inset 0 1px 0 rgba(255,255,255,0.05);
      }

      .plan-pill {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 7px 11px;
        border-radius: 999px;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        border: 1px solid rgba(178, 228, 232, 0.12);
        background: rgba(240, 249, 251, 0.04);
        color: rgba(240, 249, 251, 0.74);
      }

      .plan-pill.brand {
        color: #dffcf8;
        border-color: rgba(99, 217, 199, 0.18);
        background: rgba(99, 217, 199, 0.10);
      }

      .plan-top-badge {
        position: absolute;
        top: -12px;
        left: 22px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border-radius: 999px;
        padding: 8px 14px;
        background: linear-gradient(180deg, #18a9b8 0%, #0c8a96 100%);
        color: #eafbfd;
        font-size: 12px;
        font-weight: 800;
        box-shadow: 0 14px 30px rgba(12, 138, 150, 0.30);
      }

      .plan-label {
        margin-top: 18px;
        font-size: 28px;
        font-weight: 850;
        letter-spacing: -0.04em;
        color: #f0f9fb;
      }

      .plan-price {
        margin-top: 12px;
        display: flex;
        align-items: flex-end;
        gap: 8px;
        flex-wrap: wrap;
      }

      .plan-price-amount {
        font-size: clamp(38px, 4vw, 50px);
        line-height: 0.95;
        font-weight: 900;
        letter-spacing: -0.06em;
        color: #f0f9fb;
      }

      .plan-price-period {
        color: rgba(240, 249, 251, 0.58);
        font-size: 15px;
        margin-bottom: 5px;
      }

      .yearly-note {
        margin-top: 10px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        border-radius: 999px;
        border: 1px solid rgba(99, 217, 199, 0.18);
        background: rgba(99, 217, 199, 0.08);
        color: rgba(223, 252, 248, 0.92);
        font-size: 12px;
        font-weight: 700;
        line-height: 1.35;
        flex-wrap: wrap;
      }

      .yearly-note.hidden {
        display: none;
      }

      .yearly-note-icon {
        width: 16px;
        height: 16px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(99, 217, 199, 0.16);
        color: #8ef0e4;
        font-size: 10px;
        flex: 0 0 auto;
      }

      .plan-copy {
        margin-top: 14px;
        color: rgba(240, 249, 251, 0.72);
        font-size: 14px;
        line-height: 1.75;
        min-height: 84px;
      }

      .feature-list {
        margin: 20px 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 12px;
      }

      .feature-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        color: rgba(240, 249, 251, 0.84);
        font-size: 14px;
        line-height: 1.6;
      }

      .feature-dot {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        margin-top: 7px;
        background: linear-gradient(180deg, #63d9c7 0%, #18a9b8 100%);
        box-shadow: 0 0 0 6px rgba(24, 169, 184, 0.10);
        flex: 0 0 auto;
      }


      .feature-tooltip-trigger {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        margin-left: 6px;
        border-radius: 999px;
        border: 1px solid rgba(178, 228, 232, 0.18);
        background: rgba(240, 249, 251, 0.05);
        color: #dffcf8;
        font-size: 10px;
        font-weight: 900;
        line-height: 1;
        vertical-align: middle;
        cursor: help;
        transform: translateY(-1px);
      }

      .feature-tooltip-trigger::after {
        content: attr(data-tooltip);
        position: absolute;
        left: 50%;
        bottom: calc(100% + 12px);
        transform: translateX(-50%) scale(0.94);
        transform-origin: bottom center;
        min-width: 230px;
        max-width: 280px;
        padding: 10px 12px;
        border-radius: 14px;
        border: 1px solid rgba(178, 228, 232, 0.18);
        background: linear-gradient(180deg, rgba(8, 25, 30, 0.98) 0%, rgba(6, 20, 24, 0.98) 100%);
        box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34);
        color: rgba(240, 249, 251, 0.92);
        font-size: 12px;
        font-weight: 700;
        line-height: 1.55;
        letter-spacing: 0;
        text-transform: none;
        text-align: left;
        white-space: normal;
        opacity: 0;
        pointer-events: none;
        transition: opacity 180ms ease, transform 180ms ease;
        z-index: 30;
      }

      .feature-tooltip-trigger::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: calc(100% + 6px);
        width: 10px;
        height: 10px;
        border-right: 1px solid rgba(178, 228, 232, 0.18);
        border-bottom: 1px solid rgba(178, 228, 232, 0.18);
        background: rgba(7, 22, 27, 0.98);
        transform: translateX(-50%) rotate(45deg) scale(0.94);
        opacity: 0;
        pointer-events: none;
        transition: opacity 180ms ease, transform 180ms ease;
        z-index: 29;
      }

      .feature-tooltip-trigger:hover::after,
      .feature-tooltip-trigger:hover::before,
      .feature-tooltip-trigger:focus-visible::after,
      .feature-tooltip-trigger:focus-visible::before {
        opacity: 1;
        transform: translateX(-50%) scale(1);
      }

      .feature-tooltip-trigger:focus-visible {
        outline: none;
        box-shadow: 0 0 0 4px rgba(24, 169, 184, 0.16);
      }

      .plan-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 22px;
        padding: 14px 18px;
        border-radius: 16px;
        font-size: 14px;
        font-weight: 800;
        transition: transform 180ms ease, filter 180ms ease, background 180ms ease, border-color 180ms ease;
        cursor: pointer;
        border: none;
      }

      .plan-cta:hover {
        transform: translateY(-1px);
      }

      .plan-cta.primary {
        background: linear-gradient(180deg, #18a9b8 0%, #0c8a96 100%);
        color: #eafbfd;
        box-shadow: 0 14px 30px rgba(12, 138, 150, 0.28);
      }

      .plan-cta.secondary {
        background: rgba(240, 249, 251, 0.05);
        color: #f0f9fb;
        border: 1px solid rgba(178, 228, 232, 0.14);
      }

      .plan-cta.selected {
        background: linear-gradient(180deg, #dff8fa 0%, #b2e4e8 100%);
        color: #04252b;
      }

      .form-grid {
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .field {
        display: grid;
        gap: 8px;
      }

      .field.full {
        grid-column: 1 / -1;
      }

      .field label {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.02em;
        color: rgba(240, 249, 251, 0.92);
        flex-wrap: wrap;
      }

      .field-hint {
        color: rgba(240, 249, 251, 0.46);
        font-size: 12px;
        font-weight: 600;
      }

      .input,
      .select,
      .search-input {
        width: 100%;
        border-radius: 16px;
        border: 1px solid rgba(178, 228, 232, 0.14);
        background: rgba(240, 249, 251, 0.04);
        color: #f0f9fb;
        padding: 14px 15px;
        outline: none;
        transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
      }

      .input::placeholder,
      .search-input::placeholder {
        color: rgba(240, 249, 251, 0.34);
      }

      .input:focus,
      .select:focus,
      .search-input:focus {
        border-color: rgba(99, 217, 199, 0.34);
        background: rgba(240, 249, 251, 0.06);
        box-shadow: 0 0 0 4px rgba(24, 169, 184, 0.10);
      }

      .select-wrap {
        position: relative;
      }

      .select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 48px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='rgba(240,249,251,0.72)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>");
        background-repeat: no-repeat;
        background-position: right 14px center;
        background-size: 18px;
      }

      .select option,
      .select optgroup {
        background: #072126;
        color: #f0f9fb;
      }

      .subcategory-disabled {
        opacity: 0.65;
      }

      .checkbox-row {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        margin-top: 4px;
        border-radius: 18px;
        padding: 16px;
        border: 1px solid rgba(178, 228, 232, 0.12);
        background: rgba(255,255,255,0.03);
      }

      .checkbox-row input[type="checkbox"] {
        margin-top: 2px;
        accent-color: #4dc1cb;
        width: 18px;
        height: 18px;
        flex: 0 0 auto;
      }

      .checkbox-row label {
        margin: 0;
        color: rgba(240, 249, 251, 0.76);
        font-size: 14px;
        line-height: 1.7;
      }

      .checkbox-row a {
        color: #8ce7ef;
      }

      .actions-row {
        margin-top: 22px;
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
      }

      .primary-btn,
      .secondary-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 14px 18px;
        border-radius: 16px;
        border: none;
        cursor: pointer;
        font-weight: 800;
        font-size: 14px;
        transition: transform 180ms ease, filter 180ms ease, background 180ms ease, border-color 180ms ease;
      }

      .primary-btn:hover,
      .secondary-btn:hover {
        transform: translateY(-1px);
      }

      .primary-btn {
        background: linear-gradient(180deg, #18a9b8 0%, #0c8a96 100%);
        color: #eafbfd;
        box-shadow: 0 14px 30px rgba(12, 138, 150, 0.28);
      }

      .secondary-btn {
        background: rgba(240, 249, 251, 0.05);
        color: #f0f9fb;
        border: 1px solid rgba(178, 228, 232, 0.14);
      }

      .note-banner,
      .payment-panel,
      .status-banner {
        margin-top: 22px;
        border-radius: 22px;
        padding: 20px;
        border: 1px solid rgba(178, 228, 232, 0.12);
        background: rgba(255,255,255,0.03);
      }

      .note-banner h3,
      .payment-panel h3,
      .status-banner h3 {
        margin: 0 0 8px;
        font-size: 18px;
        font-weight: 800;
        color: #f0f9fb;
      }

      .note-banner p,
      .payment-panel p,
      .status-banner p {
        margin: 0;
        color: rgba(240, 249, 251, 0.74);
        line-height: 1.75;
        font-size: 14px;
      }

      .status-banner.success {
        border-color: rgba(99, 217, 199, 0.22);
        background: rgba(99, 217, 199, 0.08);
      }

      .status-banner.error {
        border-color: rgba(255, 130, 130, 0.22);
        background: rgba(255, 130, 130, 0.06);
      }

      .payment-summary-grid {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 18px;
      }

      .payment-summary-card {
        padding: 14px;
        border-radius: 16px;
        border: 1px solid rgba(178, 228, 232, 0.10);
        background: rgba(255,255,255,0.03);
      }

      .payment-summary-card span {
        display: block;
        font-size: 12px;
        color: rgba(240, 249, 251, 0.52);
        margin-bottom: 6px;
      }

      .payment-summary-card strong {
        color: #f0f9fb;
        font-size: 14px;
      }

      .inline-chip-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 18px;
      }

      .inline-chip {
        padding: 8px 12px;
        border-radius: 999px;
        border: 1px solid rgba(178, 228, 232, 0.12);
        background: rgba(240, 249, 251, 0.04);
        color: rgba(240, 249, 251, 0.82);
        font-size: 12px;
        font-weight: 700;
      }

      .hidden-step {
        display: none !important;
      }

      .routing-picker {
        position: relative;
      }

      .routing-dropdown {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        z-index: 30;
        max-height: 320px;
        overflow: auto;
        border-radius: 18px;
        border: 1px solid rgba(178, 228, 232, 0.12);
        background:
          linear-gradient(180deg, rgba(8, 25, 30, 0.98) 0%, rgba(6, 20, 24, 0.98) 100%);
        box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
      }

      .routing-option {
        display: grid;
        gap: 2px;
        padding: 13px 14px;
        cursor: pointer;
        border-bottom: 1px solid rgba(255,255,255,0.05);
      }

      .routing-option:last-child {
        border-bottom: 0;
      }

      .routing-option:hover {
        background: rgba(255,255,255,0.04);
      }

      .routing-line-top {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        color: #f0f9fb;
        font-size: 14px;
        font-weight: 700;
      }

      .routing-line-bottom {
        color: rgba(240, 249, 251, 0.56);
        font-size: 12px;
      }

      .footer-shell {
        position: relative;
        z-index: 1;
        padding: 0 0 38px;
      }

      .footer-links-card {
        border-radius: 24px;
        padding: 24px;
        color: rgba(240, 249, 251, 0.62);
      }

      .footer-brand-copy {
        color: rgba(240, 249, 251, 0.66);
        line-height: 1.75;
        font-size: 14px;
        max-width: 320px;
      }

      .footer-col-title {
        color: #f0f9fb;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        margin-bottom: 12px;
      }

      .footer-link-list {
        display: grid;
        gap: 10px;
        font-size: 14px;
      }

      .footer-link-list a {
        color: rgba(240, 249, 251, 0.68);
        transition: color 160ms ease, transform 160ms ease;
      }

      .footer-link-list a:hover {
        color: #ffffff;
        transform: translateX(3px);
      }

      .footer-socials {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 18px;
        flex-wrap: wrap;
      }

      .footer-socials a {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        border: 1px solid rgba(178, 228, 232, 0.12);
        background: rgba(240, 249, 251, 0.04);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: rgba(240, 249, 251, 0.88);
        transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
      }

      .footer-socials a:hover {
        transform: translateY(-2px);
        background: rgba(240, 249, 251, 0.08);
        border-color: rgba(178, 228, 232, 0.22);
      }

      .footer-bottom {
        border-top: 1px solid rgba(255,255,255,0.08);
        margin-top: 22px;
        padding-top: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        flex-wrap: wrap;
        font-size: 12px;
        color: rgba(240, 249, 251, 0.42);
      }


      .note-card {
        margin-top: 24px;
        border-radius: 24px;
        border: 1px solid rgba(178, 228, 232, 0.12);
        background:
          linear-gradient(180deg, rgba(9, 32, 36, 0.82) 0%, rgba(5, 17, 21, 0.78) 100%);
        box-shadow:
          0 24px 60px rgba(0, 0, 0, 0.18),
          inset 0 1px 0 rgba(255,255,255,0.04);
        padding: 22px;
      }

      .note-title {
        color: #f0f9fb;
        font-size: 22px;
        line-height: 1.1;
        letter-spacing: -0.04em;
        font-weight: 850;
      }

      .note-copy {
        margin-top: 8px;
        max-width: 760px;
        color: rgba(240, 249, 251, 0.72);
        font-size: 14px;
        line-height: 1.75;
      }

      .loading {
        opacity: 0.7;
        pointer-events: none;
      }

      .spinner {
        width: 16px;
        height: 16px;
        border: 2px solid rgba(255,255,255,0.25);
        border-top-color: #ffffff;
        border-radius: 999px;
        animation: spin 0.8s linear infinite;
      }


      .validation-modal-card {
        width: min(560px, calc(100vw - 24px));
      }

      .validation-modal-copy {
        margin-top: 10px;
        color: rgba(240, 249, 251, 0.78);
        font-size: 14px;
        line-height: 1.7;
      }

      .validation-list {
        margin: 18px 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 10px;
      }

      .validation-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        color: rgba(240, 249, 251, 0.9);
        font-size: 14px;
        line-height: 1.6;
      }

      .validation-list li::before {
        content: "";
        width: 8px;
        height: 8px;
        margin-top: 8px;
        border-radius: 999px;
        background: linear-gradient(180deg, #63d9c7 0%, #18a9b8 100%);
        box-shadow: 0 0 0 5px rgba(24, 169, 184, 0.10);
        flex: 0 0 auto;
      }

      .field.is-invalid .input,
      .field.is-invalid .select,
      .field.is-invalid .search-input {
        border-color: rgba(255, 111, 111, 0.72);
        box-shadow: 0 0 0 4px rgba(255, 111, 111, 0.10);
      }

      .routing-picker.is-invalid .search-input,
      .checkbox-row.is-invalid input[type="checkbox"] {
        border-color: rgba(255, 111, 111, 0.72);
        box-shadow: 0 0 0 4px rgba(255, 111, 111, 0.10);
      }

      #routingSearchError,
      #routingSearchBusinessError {
        margin-top: 8px;
      }

      @keyframes spin {
        to { transform: rotate(360deg); }
      }

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

      @media (max-width: 820px) {
        .form-grid,
        .steps-nav,
        .payment-summary-grid,
        .toggle-toolbar {
          grid-template-columns: 1fr;
        }

        .hero-title {
          font-size: clamp(34px, 10vw, 58px);
        }

        .step-header {
          flex-direction: column;
          align-items: flex-start;
        }
      }

      @media (max-width: 640px) {
        .hero-panel,
        .flow-shell,
        .step-shell,
        .footer-links-card {
          padding: 18px;
        }

        .hero-chip {
          width: 100%;
        }

        .actions-row {
          flex-direction: column;
        }

        .actions-row .primary-btn,
        .actions-row .secondary-btn {
          width: 100%;
        }

        .footer-bottom {
          flex-direction: column;
          align-items: flex-start;
        }
      }
    

/* Shared header/footer + post job modal styles */

      * { box-sizing: border-box; }

      html, body {
        margin: 0;
        min-height: 100%;
        font-family: Inter, Arial, sans-serif;
        background:
          radial-gradient(circle at 20% 10%, rgba(24, 169, 184, 0.14) 0%, rgba(24, 169, 184, 0) 32%),
          radial-gradient(circle at 80% 0%, rgba(77, 193, 203, 0.12) 0%, rgba(77, 193, 203, 0) 22%),
          linear-gradient(180deg, #043f45 0%, #06282d 42%, #05171b 100%);
        color: #f0f9fb;
        overflow-x: hidden;
      }

      a { text-decoration: none; }
      button { font: inherit; }

      .page-bg {
        position: fixed;
        inset: 0;
        pointer-events: none;
        z-index: 0;
        background:
          linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(0,0,0,0.10) 100%);
      }

      .grid-noise {
        position: fixed;
        inset: 0;
        pointer-events: none;
        z-index: 0;
        opacity: 0.08;
        background-image:
          linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
          linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
        background-size: 64px 64px;
        mask-image: radial-gradient(circle at center, black 42%, transparent 100%);
      }

      .site-header { pointer-events: auto; }

      .header-shell {
        border: 1px solid rgba(178, 228, 232, 0.12);
        background:
          linear-gradient(180deg, rgba(6, 24, 28, 0.82) 0%, rgba(6, 24, 28, 0.72) 100%);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        border-radius: 20px;
        box-shadow:
          0 18px 50px rgba(0, 0, 0, 0.24),
          inset 0 1px 0 rgba(255,255,255,0.05);
        padding-left: 16px;
        padding-right: 16px;
      }

      .nav-link {
        color: rgba(240, 249, 251, 0.78);
        transition: color 180ms ease;
      }

      .nav-link:hover,
      .nav-link.active {
        color: #ffffff;
      }

      .provider-trigger {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        border-radius: 999px;
        padding: 9px 14px;
        color: #f0f9fb;
        background: rgba(24, 169, 184, 0.10);
        border: 1px solid rgba(77, 193, 203, 0.22);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
        transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
      }

      .provider-trigger:hover {
        background: rgba(24, 169, 184, 0.16);
        border-color: rgba(77, 193, 203, 0.34);
      }

      .provider-menu {
        border: 1px solid rgba(178, 228, 232, 0.12);
        background:
          linear-gradient(180deg, rgba(8, 25, 30, 0.96) 0%, rgba(6, 20, 24, 0.96) 100%);
        backdrop-filter: blur(18px);
        box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
      }

      .provider-item {
        display: block;
        padding: 12px 16px;
        font-size: 14px;
        color: rgba(240, 249, 251, 0.88);
        transition: background 160ms ease, color 160ms ease;
      }

      .provider-item:hover {
        background: rgba(255,255,255,0.04);
        color: #ffffff;
      }

      .header-ghost-btn {
        padding: 10px 16px;
        border-radius: 14px;
        border: 1px solid rgba(178, 228, 232, 0.14);
        background: rgba(240, 249, 251, 0.04);
        color: rgba(240, 249, 251, 0.92);
        font-size: 14px;
        font-weight: 600;
        transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
      }

      .header-ghost-btn:hover {
        background: rgba(240, 249, 251, 0.08);
        border-color: rgba(178, 228, 232, 0.22);
      }

      .header-primary-btn {
        padding: 10px 16px;
        border-radius: 14px;
        background: linear-gradient(180deg, #18a9b8 0%, #0c8a96 100%);
        color: #eafbfd;
        font-size: 14px;
        font-weight: 700;
        box-shadow: 0 14px 30px rgba(12, 138, 150, 0.28);
        transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
        border: none;
        cursor: pointer;
      }

      .header-primary-btn:hover {
        transform: translateY(-1px);
        filter: brightness(1.03);
        box-shadow: 0 18px 38px rgba(12, 138, 150, 0.32);
      }

      .burger-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 42px;
        width: 42px;
        border-radius: 14px;
        border: 1px solid rgba(178, 228, 232, 0.14);
        background: rgba(240, 249, 251, 0.04);
        color: rgba(240, 249, 251, 0.92);
        transition: background 180ms ease, border-color 180ms ease;
      }

      .burger-btn:hover {
        background: rgba(240, 249, 251, 0.08);
        border-color: rgba(178, 228, 232, 0.22);
      }

      .mobile-shell {
        border: 1px solid rgba(178, 228, 232, 0.12);
        background: rgba(7, 25, 29, 0.72);
        backdrop-filter: blur(16px);
        border-radius: 18px;
        padding: 14px 16px;
      }

      .mobile-menu-panel {
        border: 1px solid rgba(178, 228, 232, 0.12);
        background:
          linear-gradient(180deg, rgba(8, 25, 30, 0.96) 0%, rgba(6, 20, 24, 0.96) 100%);
        backdrop-filter: blur(16px);
        border-radius: 22px;
        box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
      }

      .mobile-link {
        display: block;
        border-radius: 14px;
        padding: 12px 12px;
        color: rgba(240, 249, 251, 0.9);
        transition: background 160ms ease, color 160ms ease;
      }

      .mobile-link:hover {
        background: rgba(255,255,255,0.04);
        color: #ffffff;
      }

      .mobile-ghost-btn {
        display: block;
        padding: 13px 16px;
        border-radius: 14px;
        border: 1px solid rgba(178, 228, 232, 0.14);
        background: rgba(240, 249, 251, 0.04);
        color: rgba(240, 249, 251, 0.92);
        font-size: 14px;
        text-align: center;
      }

      .mobile-primary-btn {
        display: block;
        padding: 13px 16px;
        border-radius: 14px;
        background: linear-gradient(180deg, #18a9b8 0%, #0c8a96 100%);
        color: #eafbfd;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        box-shadow: 0 14px 30px rgba(12, 138, 150, 0.28);
        border: none;
        cursor: pointer;
        width: 100%;
      }

      .page-shell {
        position: relative;
        z-index: 1;
        padding-top: 124px;
        padding-bottom: 48px;
      }

      .page-card {
        border: 1px solid rgba(178, 228, 232, 0.12);
        background:
          linear-gradient(180deg, rgba(7, 25, 29, 0.86) 0%, rgba(5, 17, 21, 0.82) 100%);
        box-shadow:
          0 24px 60px rgba(0, 0, 0, 0.22),
          inset 0 1px 0 rgba(255,255,255,0.04);
        backdrop-filter: blur(18px);
        border-radius: 32px;
        padding: 34px;
      }

      .page-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 14px;
        color: #4dc1cb;
        text-transform: uppercase;
        letter-spacing: 0.22em;
        font-size: 11px;
        font-weight: 700;
      }

      .page-eyebrow::before {
        content: "";
        width: 34px;
        height: 1px;
        background: linear-gradient(90deg, transparent, #18a9b8);
      }

      .page-title {
        font-size: clamp(34px, 5.4vw, 72px);
        line-height: 0.95;
        letter-spacing: -0.06em;
        font-weight: 850;
        margin: 0;
        color: #f0f9fb;
      }

      .page-copy {
        margin-top: 18px;
        max-width: 760px;
        color: rgba(240, 249, 251, 0.78);
        font-size: clamp(15px, 1.4vw, 18px);
        line-height: 1.75;
      }

      .footer-shell {
        position: relative;
        z-index: 1;
        padding: 0 0 38px;
      }

      .footer-links-card {
        border: 1px solid rgba(178, 228, 232, 0.12);
        background: rgba(7, 25, 29, 0.52);
        border-radius: 24px;
        padding: 24px;
        color: rgba(240, 249, 251, 0.62);
        backdrop-filter: blur(14px);
      }

      .footer-brand-copy {
        color: rgba(240, 249, 251, 0.66);
        line-height: 1.75;
        font-size: 14px;
        max-width: 320px;
      }

      .footer-col-title {
        color: #f0f9fb;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        margin-bottom: 12px;
      }

      .footer-link-list {
        display: grid;
        gap: 10px;
        font-size: 14px;
      }

      .footer-link-list a {
        color: rgba(240, 249, 251, 0.68);
        transition: color 160ms ease, transform 160ms ease;
      }

      .footer-link-list a:hover {
        color: #ffffff;
        transform: translateX(3px);
      }

      .footer-socials {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 18px;
      }

      .footer-socials a {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        border: 1px solid rgba(178, 228, 232, 0.12);
        background: rgba(240, 249, 251, 0.04);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: rgba(240, 249, 251, 0.88);
        transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
      }

      .footer-socials a:hover {
        transform: translateY(-2px);
        background: rgba(240, 249, 251, 0.08);
        border-color: rgba(178, 228, 232, 0.22);
      }

      .footer-bottom {
        border-top: 1px solid rgba(255,255,255,0.08);
        margin-top: 22px;
        padding-top: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        flex-wrap: wrap;
        font-size: 12px;
        color: rgba(240, 249, 251, 0.42);
      }

      .modal-overlay {
        position: fixed;
        inset: 0;
        z-index: 60;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 18px;
        background: rgba(3, 12, 15, 0.72);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
      }

      .modal-overlay.show {
        display: flex;
      }

      .modal-card {
        width: min(720px, calc(100vw - 24px));
        max-height: min(88vh, 860px);
        overflow: auto;
        border-radius: 28px;
        border: 1px solid rgba(178, 228, 232, 0.14);
        background:
          linear-gradient(180deg, rgba(7, 25, 29, 0.98) 0%, rgba(5, 17, 21, 0.98) 100%);
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
        -webkit-overflow-scrolling: touch;
        user-select: text;
        -webkit-user-select: text;
      }

      .modal-head,
      .modal-body,
      .modal-copy,
      .how-text,
      .success-card,
      .warning-box {
        user-select: text;
        -webkit-user-select: text;
      }

      .modal-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
        padding: 22px 22px 14px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
      }

      .modal-kicker {
        color: #4dc1cb;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        margin-bottom: 8px;
      }

      .modal-title {
        margin: 0;
        color: #f0f9fb;
        font-size: 30px;
        line-height: 1.02;
        letter-spacing: -0.04em;
        font-weight: 840;
      }

      .modal-copy {
        margin-top: 10px;
        max-width: 560px;
        color: rgba(240, 249, 251, 0.78);
        font-size: 14px;
        line-height: 1.65;
      }

      .modal-close {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        border: 1px solid rgba(178, 228, 232, 0.14);
        background: rgba(240, 249, 251, 0.04);
        color: #f0f9fb;
        cursor: pointer;
        font-size: 20px;
        line-height: 1;
        flex: 0 0 auto;
      }

      .modal-body {
        padding: 22px;
      }

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

      .how-card {
        border-radius: 22px;
        padding: 18px;
        border: 1px solid rgba(178, 228, 232, 0.10);
        background: rgba(255,255,255,0.03);
      }

      .how-step {
        width: 36px;
        height: 36px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
        background: linear-gradient(180deg, #63d9c7 0%, #18a9b8 100%);
        color: #04181c;
        font-size: 13px;
        font-weight: 900;
      }

      .how-title {
        color: #f0f9fb;
        font-size: 16px;
        font-weight: 800;
        margin-bottom: 8px;
      }

      .how-text {
        color: rgba(240, 249, 251, 0.75);
        font-size: 14px;
        line-height: 1.6;
      }

      .modal-actions {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        padding: 0 22px 22px;
      }

      .modal-btn {
        border-radius: 14px;
        padding: 12px 16px;
        font-size: 14px;
        font-weight: 800;
        cursor: pointer;
      }

      .modal-btn.secondary {
        border: 1px solid rgba(178, 228, 232, 0.14);
        background: rgba(240, 249, 251, 0.04);
        color: #f0f9fb;
      }

      .modal-btn.primary {
        border: none;
        background: linear-gradient(180deg, #18a9b8 0%, #0c8a96 100%);
        color: #eafbfd;
        box-shadow: 0 14px 30px rgba(12, 138, 150, 0.26);
      }

      .job-form {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
      }

      .field,
      .field-full {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }

      .field-full {
        grid-column: 1 / -1;
      }

      .job-form label {
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(240, 249, 251, 0.74);
      }

      .job-form input,
      .job-form select,
      .job-form textarea {
        width: 100%;
        border: 1px solid rgba(178, 228, 232, 0.12);
        background: rgba(240, 249, 251, 0.04);
        color: #f0f9fb;
        border-radius: 16px;
        padding: 14px;
        outline: none;
        font-size: 14px;
      }

      .job-form select {
        background: rgba(211, 240, 242, 0.10);
        color: #f0f9fb;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image:
          linear-gradient(45deg, transparent 50%, rgba(240, 249, 251, 0.82) 50%),
          linear-gradient(135deg, rgba(240, 249, 251, 0.82) 50%, transparent 50%);
        background-position:
          calc(100% - 20px) calc(50% - 3px),
          calc(100% - 14px) calc(50% - 3px);
        background-size: 6px 6px, 6px 6px;
        background-repeat: no-repeat;
        padding-right: 42px;
      }

      .job-form select option {
        background: #0b2a2f;
        color: #f0f9fb;
      }

      .job-form textarea {
        min-height: 120px;
        resize: vertical;
      }

      .job-form input::placeholder,
      .job-form textarea::placeholder {
        color: rgba(240, 249, 251, 0.38);
      }

      .job-form input:focus,
      .job-form select:focus,
      .job-form textarea:focus {
        border-color: rgba(77, 193, 203, 0.46);
        box-shadow: 0 0 0 4px rgba(24, 169, 184, 0.12);
      }

      .job-form input.invalid,
      .job-form select.invalid,
      .job-form textarea.invalid {
        border-color: rgba(255, 111, 111, 0.72);
        box-shadow: 0 0 0 4px rgba(255, 111, 111, 0.10);
      }

      .field-hint {
        font-size: 12px;
        line-height: 1.5;
        color: rgba(240, 249, 251, 0.58);
      }

      .field-error {
        display: none;
        font-size: 12px;
        line-height: 1.45;
        color: #ffb3b3;
      }

      .field-error.show {
        display: block;
      }

      .field-error.inline-error {
        display: none;
        margin-top: -2px;
        color: #ffb3b3;
        font-size: 12px;
        line-height: 1.5;
      }

      .field-error.inline-error.show {
        display: block;
      }

      .file-upload-wrap {
        position: relative;
      }

      .file-upload-input {
        padding: 12px 14px;
        border: 1px dashed rgba(77, 193, 203, 0.32) !important;
        background: rgba(211, 240, 242, 0.06) !important;
        color: rgba(240, 249, 251, 0.82);
        cursor: pointer;
      }

      .file-upload-input::file-selector-button {
        margin-right: 12px;
        border: none;
        border-radius: 10px;
        padding: 10px 12px;
        background: linear-gradient(180deg, #18a9b8 0%, #0c8a96 100%);
        color: #eafbfd;
        font-weight: 700;
        cursor: pointer;
      }

      .form-result {
        display: none;
        border-radius: 20px;
        padding: 18px;
        background: rgba(99, 217, 199, 0.08);
        border: 1px solid rgba(99, 217, 199, 0.16);
        color: #dffcf8;
        font-size: 14px;
        line-height: 1.7;
      }

      .consent-box {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 14px 16px;
        border-radius: 18px;
        border: 1px solid rgba(178, 228, 232, 0.12);
        background: rgba(240, 249, 251, 0.03);
      }

      .consent-box input[type="checkbox"] {
        width: 18px;
        height: 18px;
        margin-top: 2px;
        accent-color: #18a9b8;
        flex: 0 0 auto;
      }

      .consent-text {
        color: rgba(240, 249, 251, 0.84);
        font-size: 13px;
        line-height: 1.55;
      }

      .consent-text a {
        color: #63d9c7;
      }

      .success-summary {
        display: grid;
        gap: 14px;
      }

      .success-card {
        border-radius: 22px;
        padding: 18px;
        border: 1px solid rgba(178, 228, 232, 0.12);
        background: rgba(255,255,255,0.03);
      }

      .success-job-row {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
        margin-top: 10px;
      }

      .success-job-id {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 14px;
        border-radius: 999px;
        background: rgba(24, 169, 184, 0.12);
        border: 1px solid rgba(77, 193, 203, 0.24);
        color: #eafbfd;
        font-weight: 900;
        letter-spacing: 0.08em;
      }

      .success-copy-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 16px;
        border-radius: 14px;
        border: 1px solid rgba(178, 228, 232, 0.14);
        background: rgba(240, 249, 251, 0.05);
        color: #f0f9fb;
        font-size: 14px;
        font-weight: 800;
        cursor: pointer;
        transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
      }

      .success-copy-btn:hover {
        background: rgba(240, 249, 251, 0.08);
        border-color: rgba(178, 228, 232, 0.22);
        transform: translateY(-1px);
      }

      .warning-box {
        border-radius: 18px;
        padding: 16px;
        background: rgba(255, 213, 79, 0.08);
        border: 1px solid rgba(255, 213, 79, 0.18);
        color: #fff4bf;
        font-size: 14px;
        line-height: 1.65;
      }

      .subcategory-disabled {
        opacity: 0.65;
      }

      .step-panel.hidden {
        display: none;
      }

      .pac-container {
        margin-top: 10px;
        border-radius: 18px !important;
        overflow: hidden !important;
        border: 1px solid rgba(178, 228, 232, 0.14) !important;
        background: linear-gradient(180deg, rgba(7, 25, 29, 0.98) 0%, rgba(5, 17, 21, 0.98) 100%) !important;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42) !important;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        z-index: 99999 !important;
      }

      .pac-container:after {
        display: none !important;
      }

      .pac-item {
        border-top: 1px solid rgba(255,255,255,0.06) !important;
        padding: 12px 14px !important;
        background: transparent !important;
        color: #f0f9fb !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
        cursor: pointer;
        transition: background 160ms ease, color 160ms ease;
      }

      .pac-item:first-child {
        border-top: none !important;
      }

      .pac-item:hover,
      .pac-item-selected {
        background: rgba(24, 169, 184, 0.14) !important;
      }

      .pac-item-query {
        color: #ffffff !important;
        font-size: 14px !important;
      }

      .pac-matched {
        color: #63d9c7 !important;
        font-weight: 800;
      }

      .pac-icon {
        filter: brightness(0) saturate(100%) invert(86%) sepia(9%) saturate(585%) hue-rotate(140deg) brightness(101%) contrast(94%);
        opacity: 0.9;
      }

      @media (max-width: 980px) {
        .site-header .header-shell {
          margin-top: 10px;
        }

        .page-card {
          padding: 22px;
          border-radius: 24px;
        }

        .how-grid,
        .job-form {
          grid-template-columns: 1fr;
        }

        .modal-title {
          font-size: 24px;
        }

        .modal-actions {
          flex-wrap: wrap;
        }
      }

      @media (max-width: 640px) {
        .modal-overlay {
          padding: 10px;
          align-items: flex-end;
        }

        .modal-card {
          width: 100%;
          max-height: min(92vh, 1000px);
          border-radius: 24px 24px 0 0;
        }

        .modal-head {
          padding: 18px 18px 12px;
        }

        .modal-body {
          padding: 18px;
        }

        .modal-actions {
          padding: 0 18px 18px;
        }

        .success-job-row {
          align-items: stretch;
        }

        .success-copy-btn {
          width: 100%;
        }

        .step-progress {
          flex-direction: column;
          align-items: stretch;
          gap: 10px;
        }

        .step-progress .h-px {
          width: 100%;
          height: 1px;
        }

        .modal-btn,
        .mobile-primary-btn,
        .mobile-ghost-btn,
        .header-primary-btn,
        .header-ghost-btn {
          min-height: 48px;
        }

        .job-form input,
        .job-form select,
        .job-form textarea,
        .pac-item,
        .pac-item-query {
          font-size: 16px !important;
        }

        .pac-container {
          border-radius: 16px !important;
        }
        .feature-item small {
          font-size: 12px;
          opacity: 0.7;
          font-style: italic;
          margin-left: 4px;
}
      }
    
