* { box-sizing: border-box; }

      html, body {
        margin: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        font-family: Inter, Arial, sans-serif;
        background: #054d55;
        -webkit-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
      }

      input,
      textarea,
      select {
        -webkit-user-select: text;
        user-select: text;
        -webkit-touch-callout: default;
      }

      a {
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
      }

      button {
        font: inherit;
        -webkit-tap-highlight-color: transparent;
      }

      canvas {
        display: block;
        touch-action: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
      }

      #app {
        position: fixed;
        inset: 0;
      }

      .overlay {
        position: fixed;
        inset: 0;
        pointer-events: none;
        z-index: 5;
        background:
          radial-gradient(circle at 74% 24%, rgba(24, 169, 184, 0.12) 0%, rgba(24, 169, 184, 0) 34%),
          linear-gradient(90deg, rgba(4, 18, 22, 0.90) 0%, rgba(4, 18, 22, 0.72) 26%, rgba(4, 18, 22, 0.18) 54%, rgba(4, 18, 22, 0.30) 100%),
          linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.12) 100%);
      }

      .copy {
        position: fixed;
        left: 5.5vw;
        top: 53%;
        transform: translateY(-50%);
        width: min(620px, 44vw);
        z-index: 15;
        color: #f0f9fb;
        pointer-events: none;
      }

      .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;
      }

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

      .hero-title {
        margin: 0;
        max-width: 620px;
        font-size: clamp(52px, 6.4vw, 92px);
        line-height: 0.92;
        letter-spacing: -0.06em;
        font-weight: 840;
        text-wrap: balance;
      }

      .lead {
        margin-top: 18px;
        max-width: 520px;
        color: rgba(240, 249, 251, 0.84);
        font-size: clamp(15px, 1.15vw, 18px);
        line-height: 1.65;
      }

      .chips {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 22px;
      }

      .chip {
        padding: 10px 14px;
        border-radius: 999px;
        border: 1px solid rgba(178, 228, 232, 0.14);
        background: rgba(240, 249, 251, 0.05);
        color: rgba(240, 249, 251, 0.88);
        font-size: 13px;
        backdrop-filter: blur(10px);
      }

      .cta-row {
        display: flex;
        gap: 12px;
        margin-top: 24px;
        pointer-events: auto;
      }

      .hero-cta-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 160px;
        padding: 14px 18px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: -0.01em;
        border: none;
        cursor: pointer;
        transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, opacity 180ms ease;
      }

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

      .hero-cta-btn.primary {
        background: #0c8a96;
        color: #eafbfd;
        box-shadow: 0 7px 15px rgba(12, 138, 150, 0.28);
      }

      .hero-cta-btn.primary:hover {
        filter: brightness(1.03);
        box-shadow: 0 18px 36px rgba(12, 138, 150, 0.32);
      }

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

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

      .note {
        position: fixed;
        right: 24px;
        bottom: 24px;
        z-index: 15;
        padding: 12px 16px;
        border-radius: 999px;
        background: rgba(4, 18, 22, 0.50);
        border: 1px solid rgba(178, 228, 232, 0.14);
        color: rgba(240, 249, 251, 0.74);
        font-size: 12px;
        backdrop-filter: blur(12px);
        pointer-events: none;
      }

      .mobile-entry-ui {
        display: none;
      }

      .mission-ui {
        position: fixed;
        left: 50%;
        bottom: 26px;
        transform: translateX(-50%);
        z-index: 30;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
      }

      .mission-pill {
        pointer-events: auto;
        border: 1px solid rgba(255, 214, 64, 0.28);
        background: linear-gradient(180deg, rgba(255, 215, 79, 0.98) 0%, rgba(234, 183, 37, 0.98) 100%);
        color: #201700;
        font-weight: 800;
        border-radius: 999px;
        padding: 13px 20px;
        box-shadow:
          0 16px 40px rgba(234, 183, 37, 0.25),
          inset 0 1px 0 rgba(255,255,255,0.35);
        cursor: pointer;
      }

      .reward-card {
        pointer-events: auto;
        width: min(420px, calc(100vw - 32px));
        border-radius: 24px;
        padding: 18px;
        color: #f0f9fb;
        border: 1px solid rgba(178, 228, 232, 0.14);
        background:
          linear-gradient(180deg, rgba(7, 25, 29, 0.96) 0%, rgba(5, 17, 21, 0.96) 100%);
        box-shadow: 0 24px 60px rgba(0,0,0,0.34);
        backdrop-filter: blur(18px);
      }

      .reward-topline {
        color: #ffd54f;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        margin-bottom: 8px;
      }

      .reward-title {
        font-size: 24px;
        font-weight: 800;
        line-height: 1.05;
        margin-bottom: 8px;
      }

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

      .reward-code {
        margin-top: 14px;
        padding: 14px 16px;
        border-radius: 18px;
        background: rgba(255, 213, 79, 0.08);
        border: 1px solid rgba(255, 213, 79, 0.18);
      }

      .reward-code-label {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: rgba(255, 213, 79, 0.78);
        margin-bottom: 7px;
      }

      .reward-code-value {
        font-size: 22px;
        font-weight: 900;
        letter-spacing: 0.08em;
        color: #fff4bf;
        word-break: break-word;
      }

      .reward-actions {
        display: flex;
        gap: 10px;
        margin-top: 16px;
      }

      .reward-btn {
        border: none;
        border-radius: 14px;
        padding: 12px 16px;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
      }

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

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

      .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);
      }

      .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;
        color-scheme: dark;
        border-radius: 16px;
        padding: 14px;
        outline: none;
        font-size: 14px;
      }

      .job-form select {
        background-color: rgba(6, 40, 45, 0.92);
        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: #06282d;
        color: #f0f9fb;
      }

      .job-form select option:checked,
      .job-form select option:hover {
        background: #0c8a96;
        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;
      }

      .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;
      }

      .validation-toast {
        position: fixed;
        top: 92px;
        right: 20px;
        z-index: 120;
        min-width: 280px;
        max-width: min(420px, calc(100vw - 32px));
        border-radius: 18px;
        border: 1px solid rgba(77, 193, 203, 0.24);
        background:
          linear-gradient(180deg, rgba(8, 25, 30, 0.98) 0%, rgba(6, 20, 24, 0.98) 100%);
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
        padding: 14px 16px;
        color: #f0f9fb;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 180ms ease, transform 180ms ease;
      }

      .validation-toast.show {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
      }

      .validation-toast-title {
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #4dc1cb;
        margin-bottom: 6px;
      }

      .validation-toast-text {
        font-size: 14px;
        line-height: 1.5;
        color: rgba(240, 249, 251, 0.86);
      }

      .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%;
      }

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

      .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;
        color-scheme: dark;
        border-radius: 16px;
        padding: 14px;
        outline: none;
        font-size: 14px;
      }

      .job-form select {
        background-color: rgba(6, 40, 45, 0.92);
        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: #06282d;
        color: #f0f9fb;
      }

      .job-form select option:checked,
      .job-form select option:hover {
        background: #0c8a96;
        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) {
        .note {
          display: none;
        }

        .copy {
          left: 16px;
          right: 16px;
          bottom: 24px;
          top: auto;
          width: auto;
          transform: translateY(0);
          opacity: 1;
          visibility: visible;
          transition:
            opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
            transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
            visibility 420ms cubic-bezier(0.22, 1, 0.36, 1);
        }

        body.mobile-intro-active .copy {
          opacity: 0;
          visibility: hidden;
          transform: translateX(-34px) translateY(0);
        }

        body.mobile-copy-visible .copy {
          opacity: 1;
          visibility: visible;
          transform: translateX(0) translateY(0) scale(1.03);
          padding: 18px 16px 16px;
          border-radius: 24px;
          background:
            linear-gradient(180deg, rgba(4, 18, 22, 0.84) 0%, rgba(4, 18, 22, 0.70) 100%);
          border: 1px solid rgba(178, 228, 232, 0.10);
          backdrop-filter: blur(10px);
          box-shadow: 0 18px 44px rgba(0,0,0,0.24);
        }

        .hero-title {
          font-size: clamp(36px, 10vw, 54px);
          line-height: 0.94;
          max-width: 100%;
        }

        .lead {
          max-width: 100%;
          font-size: 14px;
          line-height: 1.58;
        }

        .chips {
          margin-top: 16px;
          gap: 8px;
        }

        .chip {
          padding: 8px 11px;
          font-size: 11px;
        }

        .cta-row {
          margin-top: 16px;
          flex-wrap: wrap;
        }

        .hero-cta-btn {
          min-width: 0;
          flex: 1 1 calc(50% - 6px);
          padding: 12px 14px;
          font-size: 13px;
        }

        body.mobile-copy-visible .hero-title {
          font-size: clamp(40px, 11vw, 60px);
        }

        body.mobile-copy-visible .lead {
          font-size: 15px;
          line-height: 1.65;
        }

        body.mobile-copy-visible .chip {
          font-size: 12px;
          padding: 9px 12px;
        }

        body.mobile-copy-visible .hero-cta-btn {
          font-size: 14px;
          padding: 13px 16px;
        }

        .reward-title {
          font-size: 21px;
        }

        .reward-code-value {
          font-size: 18px;
        }

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

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

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

        .mission-ui {
          bottom: 18px;
        }

        body.mobile-intro-active .mobile-entry-ui {
          position: fixed;
          left: 50%;
          bottom: 18px;
          transform: translateX(-50%);
          z-index: 34;
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 10px;
          width: min(78vw, 300px);
          pointer-events: none;
        }

        .mobile-entry-card {
          width: 100%;
          border-radius: 18px;
          padding: 12px 13px;
          background: linear-gradient(180deg, rgba(7, 25, 29, 0.90) 0%, rgba(5, 17, 21, 0.86) 100%);
          border: 1px solid rgba(178, 228, 232, 0.14);
          box-shadow: 0 20px 44px rgba(0,0,0,0.30);
          backdrop-filter: blur(14px);
          color: #f0f9fb;
          pointer-events: auto;
          text-align: center;
        }

        .mobile-entry-kicker {
          color: #4dc1cb;
          font-size: 9px;
          font-weight: 800;
          letter-spacing: 0.16em;
          text-transform: uppercase;
          margin-bottom: 5px;
        }

        .mobile-entry-title {
          font-size: 14px;
          font-weight: 800;
          letter-spacing: -0.02em;
          margin-bottom: 4px;
        }

        .mobile-entry-text {
          font-size: 11px;
          line-height: 1.45;
          color: rgba(240, 249, 251, 0.78);
        }

        .mobile-entry-actions {
          width: 100%;
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 8px;
          pointer-events: auto;
        }

        .mobile-entry-btn {
          border: none;
          border-radius: 999px;
          padding: 10px 12px;
          font-size: 12px;
          font-weight: 800;
          cursor: pointer;
        }

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

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

      @media (max-width: 640px) {
        .overlay {
          background:
            radial-gradient(circle at 74% 24%, rgba(24, 169, 184, 0.10) 0%, rgba(24, 169, 184, 0) 32%),
            linear-gradient(180deg, rgba(4, 18, 22, 0.18) 0%, rgba(4, 18, 22, 0.04) 34%, rgba(4, 18, 22, 0.16) 100%);
        }

        .copy {
          left: 12px;
          right: 12px;
          bottom: 112px;
        }

        body.mobile-copy-visible .copy {
          padding: 16px 14px 14px;
          border-radius: 22px;
        }

        .hero-title {
          font-size: clamp(30px, 9.2vw, 42px);
        }

        .lead {
          font-size: 13px;
        }

        .chips {
          display: flex;
          gap: 7px;
          margin-top: 14px;
        }

        .chip {
          padding: 7px 10px;
          font-size: 10px;
          line-height: 1.2;
        }

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

        .hero-cta-btn {
          width: 100%;
          padding: 11px 10px;
          font-size: 12px;
        }

        body.mobile-copy-visible .hero-title {
          font-size: clamp(42px, 11.8vw, 56px);
        }

        body.mobile-copy-visible .lead {
          font-size: 15px;
        }

        body.mobile-copy-visible .chip {
          font-size: 11px;
          padding: 8px 10px;
        }

        body.mobile-copy-visible .hero-cta-btn {
          font-size: 13px;
          padding: 12px 12px;
        }

        .mission-pill {
          padding: 12px 16px;
          font-size: 13px;
        }

        body.mobile-intro-active .mobile-entry-ui {
          width: min(76vw, 280px);
          bottom: 16px;
        }

        .mobile-entry-card {
          padding: 11px 12px;
          border-radius: 16px;
        }

        .mobile-entry-title {
          font-size: 13px;
        }

        .mobile-entry-text {
          font-size: 10.5px;
        }

        .mobile-entry-btn {
          padding: 10px 10px;
          font-size: 11px;
        }

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

        .success-copy-btn {
          width: 100%;
        }
      }
      /* Fix mobile overlap: move Park here above Play first / Skip intro */
@media (max-width: 980px) {
  body.mobile-intro-active.park-ready .mobile-entry-ui,
  body.mobile-intro-active.reward-open .mobile-entry-ui {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(18px);
  }
}
