 .app-card {
            max-width: 1120px;
            width: 100%;
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-radius: 40px;
            box-shadow: 0 30px 60px -20px rgba(0, 40, 80, 0.35), 0 8px 20px rgba(0, 20, 40, 0.08);
            padding: 2.5rem 2.8rem;
            border: 1px solid rgba(255, 255, 255, 0.5);
            margin: 60px auto;
        }

        .app-hero {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 2rem;
            border-bottom: 2px dashed #b7d0f0;
            padding-bottom: 1.5rem;
        }

        .app-hero h1 {
            font-size: 2.2rem;
            font-weight: 600;
            letter-spacing: -0.02em;
            background: linear-gradient(135deg, #1a344d, #2f5e8c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1.2;
        }

        .app-hero-badge {
            background: #1e3c5f;
            color: white;
            padding: 0.5rem 1.6rem;
            border-radius: 60px;
            font-weight: 500;
            font-size: 1rem;
            box-shadow: 0 6px 14px rgba(26, 60, 102, 0.25);
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .app-hero-badge i {
            font-size: 1.2rem;
        }

        .tagline {
            color: #2f4858;
            font-size: 1.1rem;
            margin: 0.5rem 0 0 0;
            display: flex;
            align-items: center;
            gap: 6px;
            font-weight: 400;
        }

        .tagline i {
            color: #387abf;
        }

        .app-form-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem 2.5rem;
        }

        .full-width {
            grid-column: span 2;
        }

        .app-section-title {
            font-size: 1rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #31698e;
            margin-bottom: 1rem;
            border-left: 5px solid #498ccf;
            padding-left: 0.8rem;
        }

        .app-option-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 2rem;
            background: #f1f7fd;
            padding: 0.8rem 1.2rem;
            border-radius: 50px;
        }

        .option-item {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            font-weight: 500;
            color: #1d3f5e;
        }

        .option-item input[type="radio"] {
            accent-color: #2b6a9e;
            width: 1.1rem;
            height: 1.1rem;
        }

        /* --- new date picker row: day, month, year (2026 only) --- */
        .date-picker-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1.2rem;
            background: #f3f8fe;
            padding: 1rem 1.8rem;
            border-radius: 60px;
            margin-bottom: 1.8rem;
        }

        .date-picker-item {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            background: white;
            padding: 0.3rem 1rem 0.3rem 1.2rem;
            border-radius: 40px;
            box-shadow: 0 3px 10px rgba(0, 35, 70, 0.05);
            border: 1px solid #c7dcf0;
        }

        .date-picker-item i {
            color: #3173a5;
            font-size: 1rem;
        }

        .date-picker-item select {
            border: none;
            background: transparent;
            font-size: 1rem;
            font-weight: 500;
            color: #103c5c;
            outline: none;
            padding: 0.5rem 0.2rem 0.5rem 0.2rem;
            cursor: pointer;
            min-width: 70px;
        }

        .date-picker-item .year-static {
            font-weight: 600;
            color: #103c5c;
            padding: 0.5rem 0.6rem 0.5rem 0.2rem;
            background: transparent;
            letter-spacing: 0.3px;
        }

        .date-hint {
            font-size: 0.9rem;
            color: #1e5782;
            background: #e3effb;
            padding: 0.3rem 1.2rem;
            border-radius: 40px;
            font-weight: 500;
            margin-left: 0.5rem;
        }

        /* Updated time slot styles for radio buttons */
        .time-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.8rem;
            background: #f3f8fe;
            padding: 1rem 1.2rem;
            border-radius: 40px;
        }

        .time-slot {
            background: white;
            border-radius: 30px;
            padding: 0.25rem 1rem;
            font-size: 0.85rem;
            font-weight: 500;
            color: #1d3a54;
            border: 1px solid #c7dcf0;
            box-shadow: 0 1px 3px rgba(0,0,0,0.02);
            white-space: nowrap;
            cursor: pointer;
            transition: all 0.2s ease;
            display: inline-block;
        }

        .time-slot.selected {
            background: #1e4e7a;
            color: white;
            border-color: #1e4e7a;
        }

        .time-slot input[type="radio"] {
            display: none;
        }

        .field {
            margin-bottom: 1.3rem;
        }

        .field label {
            display: block;
            font-weight: 550;
            color: #1f4970;
            font-size: 0.9rem;
            margin-bottom: 0.2rem;
        }

        .field input, .field textarea, .field select {
            width: 100%;
            padding: 0.85rem 1.2rem;
            background: white;
            border: 1.5px solid #dae7f5;
            border-radius: 24px;
            font-size: 0.95rem;
            transition: 0.15s;
            outline: none;
        }

        .field input:focus, .field textarea:focus {
            border-color: #4682b4;
            box-shadow: 0 4px 12px rgba(53, 121, 184, 0.15);
        }

        .row-2col {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }

        .app-service-checklist {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            gap: 0.6rem 1rem;
            background: #f4f9ff;
            padding: 1.2rem 1.4rem;
            border-radius: 30px;
        }

        .app-service-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.95rem;
            color: #173e5c;
        }

        .app-service-item input[type="checkbox"] {
            accent-color: #1f6fb0;
            width: 1rem;
            height: 1rem;
        }

        .other-specify {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-top: 0.8rem;
        }

        .other-specify input {
            flex: 1;
            padding: 0.7rem 1.2rem;
            border-radius: 40px;
            border: 1.5px solid #d0e2f5;
        }

        .checkbox-optin {
            display: flex;
            align-items: center;
            gap: 0.7rem;
            background: #eaf2fb;
            padding: 0.8rem 1.5rem;
            border-radius: 60px;
            margin: 1.2rem 0 1.8rem 0;
            color: #103654;
        }

        .checkbox-optin input {
            width: 1.3rem;
            height: 1.3rem;
            accent-color: #3173a5;
        }

        /*.submit-btn {*/
        /*    background: #103c5c;*/
        /*    border: none;*/
        /*    color: white;*/
        /*    font-weight: 600;*/
        /*    font-size: 1rem;*/
        /*    padding: 0.8rem 2rem;*/
        /*    border-radius: 60px;*/
        /*    width: fit-content;*/
        /*    display: inline-flex;*/
        /*    align-items: center;*/
        /*    gap: 1rem;*/
        /*    letter-spacing: 0.5px;*/
        /*    box-shadow: 0 16px 30px -8px #1b4f78;*/
        /*    transition: all 0.2s;*/
        /*    border: 1px solid rgba(255,255,255,0.2);*/
        /*    cursor: pointer;*/
        /*}*/

        /*.submit-btn:hover {*/
        /*    background: #1b5380;*/
        /*    transform: scale(1.02);*/
        /*    box-shadow: 0 20px 35px -6px #1f4d73;*/
        /*}*/

        hr {
            border: 1px solid #caddf0;
            margin: 1.5rem 0 1rem 0;
            opacity: 0.5;
        }

        .footnote {
            font-size: 0.85rem;
            color: #3c637f;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .error-message {
            color: #b22222;
            font-size: 0.85rem;
            margin-top: 5px;
            display: none;
        }

        @media (max-width: 800px) {
            .app-card { padding: 1.8rem; }
            .app-form-grid { grid-template-columns: 1fr; gap: 1.5rem; }
            .full-width { grid-column: span 1; }
            .app-app-hero { flex-direction: column; align-items: start; gap: 0.5rem; }
        }