        /* Hero & Form Side by Side Section */
        .hero-form-section {
            position: relative;
            padding: 60px 0;
            background:
                linear-gradient(90deg, rgba(228, 235, 240, 0.3) 1px, transparent 1px),
                linear-gradient(rgba(228, 235, 240, 0.3) 1px, transparent 1px),
                linear-gradient(to right, #f8f9fa 0%, #ffffff 100%);
            background-size: 30px 30px, 30px 30px, 100% 100%;
            min-height: calc(100vh - 140px);
            display: flex;
            align-items: center;
        }

        .hero-form-content-wrapper {
            padding-right: 3rem;
        }

        .hero-form-badge {
            display: inline-block;
            padding: 0.5rem 1.25rem;
            background: linear-gradient(135deg, var(--cta-color), #00d4b8);
            color: white;
            border-radius: 50px;
            font-size: 0.875rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }

        .hero-form-title {
            font-size: 2.75rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }

        .hero-form-subtitle {
            font-size: 1.125rem;
            color: var(--text-muted);
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        .hero-form-features {
            margin-bottom: 2rem;
        }

        .feature-item {
            display: flex;
            align-items: start;
            gap: 1rem;
            margin-bottom: 1.25rem;
        }

        .feature-icon {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, var(--primary-color), #0066cc);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            flex-shrink: 0;
        }

        .feature-icon i {
            color: #ffffff !important;
        }

        .feature-content h3 {
            font-size: 1.125rem;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 0.25rem;
        }

        .feature-content p {
            font-size: 0.9375rem;
            color: var(--text-muted);
            margin: 0;
        }

        .application-form-wrapper {
            background: white;
            border-radius: 16px;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
            padding: 2.5rem;
            position: sticky;
            top: 100px;
            border-top: 3px solid var(--cta-color);
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .form-label {
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 0.5rem;
            display: block;
        }

        .form-label .required {
            color: var(--error-color);
            margin-left: 4px;
        }

        .form-control,
        .form-select {
            border: 2px solid var(--border-color);
            border-radius: 8px;
            padding: 0.75rem 1rem;
            font-size: 1rem;
            transition: all 0.3s ease;
        }

        .form-control:focus,
        .form-select:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.2rem rgba(0, 74, 153, 0.1);
            outline: none;
        }

        .form-control:invalid:not(:placeholder-shown) {
            border-color: var(--error-color);
        }

        textarea.form-control {
            min-height: auto;
            resize: none;
        }

        .checkbox-group {
            margin-top: 1.5rem;
            padding: 1.5rem;
            background: var(--bg-light);
            border-radius: 8px;
        }

        .form-check {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
        }

        .form-check-input {
            margin-top: 0.25rem;
            flex-shrink: 0;
        }

        .form-check-label {
            font-size: 0.9375rem;
            line-height: 1.6;
            color: var(--text-dark);
        }

        .form-check-label a {
            color: var(--primary-color);
            text-decoration: underline;
        }

        .form-check-label a:hover {
            color: var(--primary-hover);
        }

        .btn-submit {
            width: 100%;
            padding: 1rem 2rem;
            font-size: 1.125rem;
            font-weight: 600;
            background: var(--cta-color);
            color: white;
            border: none;
            border-radius: 8px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            cursor: pointer;
        }

        .btn-submit:hover {
            background: var(--cta-hover);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 191, 165, 0.3);
        }

        .btn-submit:active {
            transform: translateY(0);
        }

        .btn-submit:disabled {
            opacity: 0.75;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

        .form-help-text {
            font-size: 0.875rem;
            color: var(--text-muted);
            margin-top: 0.5rem;
        }

        .form-section-title {
            font-size: 1.25rem;
            font-weight: 600;
            color: var(--primary-color);
            margin-top: 2rem;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid var(--border-color);
        }

        .form-section-title:first-child {
            margin-top: 0;
        }

        .form-header-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 0.5rem;
        }

        .form-header-subtitle {
            font-size: 0.9375rem;
            color: var(--text-muted);
            margin-bottom: 1.5rem;
        }

        /* Trust Stats */
        .trust-stats-wrapper {
            border-top: 1px solid #e0e6ed;
        }

        .trust-stats-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
        }

        .trust-stat-item {
            text-align: center;
            padding: 1.5rem 1rem;
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
        }

        .trust-stat-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

        .trust-stat-number {
            font-size: 2rem;
            font-weight: 700;
            color: var(--cta-color);
            margin-bottom: 0.5rem;
            line-height: 1;
        }

        .trust-stat-label {
            font-size: 0.875rem;
            color: var(--text-muted);
            font-weight: 500;
        }

        /* Security Features Cards */
        .security-features-wrapper {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .security-feature-card {
            display: flex;
            align-items: start;
            gap: 1rem;
            padding: 1.25rem;
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
            border: 1px solid rgba(228, 235, 240, 0.8);
            transition: all 0.3s ease;
        }

        .security-feature-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            border-color: rgba(0, 191, 165, 0.3);
        }

        .security-feature-icon {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, var(--primary-color), #0066cc);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            flex-shrink: 0;
        }

        .security-feature-icon i {
            color: #ffffff !important;
        }

        .security-feature-content {
            flex: 1;
        }

        .security-feature-title {
            font-size: 1rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 0.5rem;
            line-height: 1.3;
        }

        .security-feature-desc {
            font-size: 0.875rem;
            color: var(--text-muted);
            margin: 0;
            line-height: 1.5;
        }

        /* Neden SanalPos */
        .why-sanalpos {
            margin-top: 2.5rem;
            padding-top: 2rem;
            border-top: 1px solid #e4ebf0;
        }

        .why-sanalpos-title {
            font-size: 1.125rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }

        .why-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 0.625rem;
        }

        .why-card {
            border-radius: 10px;
            text-align: center;
            border: 1px solid #e4ebf0;
        }

        .why-card--big {
            grid-column: span 1;
            background: linear-gradient(135deg, #f0faf8, #e8f7f4);
            border-color: rgba(0, 191, 165, 0.2);
            padding: 1rem 0.75rem;
        }

        .why-card--big:first-child {
            grid-column: 1 / 2;
        }

        .why-card--big:nth-child(2) {
            grid-column: 2 / 4;
        }

        .why-card-label {
            display: block;
            font-size: 0.75rem;
            color: var(--text-muted);
            font-weight: 500;
            margin-bottom: 0.125rem;
        }

        .why-card-value {
            display: block;
            font-size: 1.375rem;
            font-weight: 800;
            color: var(--cta-color);
        }

        .why-card--small {
            background: #f8f9fa;
            padding: 0.75rem 0.5rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.375rem;
        }

        .why-card--small i {
            font-size: 1.125rem;
            color: var(--primary-color);
        }

        .why-card--small span {
            font-size: 0.75rem;
            font-weight: 600;
            color: #333;
            line-height: 1.3;
        }

        /* Wizard Progress */
        .wizard-progress {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0;
            margin-bottom: 2rem;
            padding: 0 1rem;
        }

        .wizard-step {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
            flex-shrink: 0;
        }

        .wizard-step span {
            font-size: 0.8125rem;
            font-weight: 500;
            color: var(--text-muted);
            transition: color 0.3s ease;
        }

        .wizard-step.active span,
        .wizard-step.completed span {
            color: var(--primary-color);
            font-weight: 600;
        }

        .wizard-step-dot {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #e4ebf0;
            color: var(--text-muted);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.875rem;
            font-weight: 700;
            transition: all 0.3s ease;
        }

        .wizard-step.active .wizard-step-dot {
            background: var(--primary-color);
            color: white;
            box-shadow: 0 2px 8px rgba(0, 74, 153, 0.3);
        }

        .wizard-step.completed .wizard-step-dot {
            background: var(--cta-color);
            color: white;
        }

        .wizard-step-line {
            width: 80px;
            height: 3px;
            background: #e4ebf0;
            margin: 0 0.75rem;
            margin-bottom: 1.5rem;
            border-radius: 2px;
            position: relative;
            overflow: hidden;
        }

        .wizard-step-line::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 0;
            background: var(--cta-color);
            border-radius: 2px;
            transition: width 0.4s ease;
        }

        .wizard-step-line.active::after {
            width: 100%;
        }

        /* Wizard Panels */
        .wizard-panel {
            animation: wizardSlideForward 0.3s ease;
        }

        #wizardStep2 {
            display: none;
        }

        @keyframes wizardSlideForward {
            from { opacity: 0; transform: translateX(20px); }
            to { opacity: 1; transform: translateX(0); }
        }

        @keyframes wizardSlideBackward {
            from { opacity: 0; transform: translateX(-20px); }
            to { opacity: 1; transform: translateX(0); }
        }

        /* Wizard Actions (Back + Submit) */
        .wizard-actions {
            display: flex;
            gap: 0.75rem;
        }

        .btn-back {
            padding: 1rem 1.5rem;
            font-size: 1rem;
            font-weight: 600;
            background: white;
            color: var(--text-muted);
            border: 2px solid var(--border-color);
            border-radius: 8px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            cursor: pointer;
        }

        .btn-back:hover {
            border-color: var(--primary-color);
            color: var(--primary-color);
            background: #f8f9fa;
        }

        .wizard-actions .btn-submit {
            flex: 1;
        }

        /* Field validation */
        .field-error {
            border-color: var(--error-color) !important;
            animation: fieldShake 0.4s ease;
        }

        .field-feedback {
            display: none;
            font-size: 0.8125rem;
            color: var(--error-color);
            margin-top: 0.25rem;
            line-height: 1.4;
        }

        .field-error ~ .field-feedback {
            display: block;
            animation: wizardSlideForward 0.2s ease;
        }

        @keyframes fieldShake {
            0%, 100% { transform: translateX(0); }
            25% { transform: translateX(-4px); }
            75% { transform: translateX(4px); }
        }

        /* Uppercase inputs */
        #your-fullname,
        #your-company {
            text-transform: uppercase;
        }

        /* Trust strip */
        .form-trust-strip {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            padding-top: 1.25rem;
            margin-top: 1rem;
            border-top: 1px solid var(--border-color);
        }

        .form-trust-strip .trust-item {
            display: flex;
            align-items: center;
            gap: 0.375rem;
            font-size: 0.75rem;
            color: var(--text-muted);
            font-weight: 500;
        }

        .form-trust-strip .trust-item i {
            color: var(--cta-color);
            font-size: 0.875rem;
        }

        /* KVKK Notice */
        .kvkk-notice {
            background-color: var(--bg-light);
            border: 1px solid var(--border-color);
            font-size: 0.75rem;
            color: var(--text-muted);
            line-height: 1.6;
            text-align: justify;
            padding: 1rem;
            border-radius: 0.75rem;
            margin-top: 0.5rem;
        }

        .kvkk-notice strong {
            color: var(--text-dark);
        }

        .kvkk-notice a {
            color: var(--primary-color);
            text-decoration: none;
            cursor: pointer;
        }

        .kvkk-notice a:hover {
            text-decoration: underline;
        }

        /* Demo Modals */
        .demo-modal .modal-content {
            border-radius: 1rem;
            overflow: hidden;
            border: 0;
        }

        .demo-modal .modal-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
        }

        .demo-modal .modal-icon i {
            font-size: 2.5rem;
            color: white;
        }

        .demo-modal .modal-icon--success {
            background: linear-gradient(135deg, var(--success-color), #27AE60);
        }

        .demo-modal .modal-icon--error {
            background: linear-gradient(135deg, var(--error-color), #C0392B);
        }

        .demo-modal .modal-btn {
            border-radius: 0.5rem;
        }

        /* Success timeline */
        .success-timeline {
            text-align: left;
            margin-bottom: 1.5rem;
        }

        .success-step {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.5rem 0;
            font-size: 0.9375rem;
            color: var(--text-dark);
        }

        .success-step i {
            color: var(--cta-color);
            font-size: 1.125rem;
            flex-shrink: 0;
        }

        @media (max-width: 991px) {
            .hero-form-section {
                padding: 40px 0;
                min-height: auto;
            }

            .hero-form-content-wrapper {
                padding-right: 0;
                margin-bottom: 3rem;
            }

            .application-form-wrapper {
                position: static;
            }
        }

        @media (max-width: 768px) {
            .application-form-wrapper {
                padding: 2rem 1.5rem;
            }

            .hero-form-title {
                font-size: 2rem;
            }

            .hero-form-subtitle {
                font-size: 1rem;
            }

            .feature-icon {
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }

            .feature-content h3 {
                font-size: 1rem;
            }

            .security-feature-card {
                padding: 1rem;
            }

            .security-feature-icon {
                width: 40px;
                height: 40px;
                font-size: 1.25rem;
            }

            .security-feature-title {
                font-size: 0.9375rem;
            }

            .security-feature-desc {
                font-size: 0.8125rem;
            }

            .wizard-step-line {
                width: 50px;
            }

            .wizard-step span {
                font-size: 0.75rem;
            }

            .wizard-step-dot {
                width: 32px;
                height: 32px;
                font-size: 0.8125rem;
            }

            .btn-back {
                padding: 0.875rem 1.25rem;
                font-size: 0.9375rem;
            }
        }

        @media (max-width: 575px) {
            .hero-form-section {
                padding: 24px 0;
            }

            .application-form-wrapper {
                padding: 1.5rem 1.25rem;
                border-radius: 12px;
            }

            .form-header-title {
                font-size: 1.25rem;
            }

            .btn-submit {
                padding: 0.875rem 1.5rem;
                font-size: 1rem;
            }

            .wizard-actions {
                flex-direction: column-reverse;
            }

            .wizard-actions .btn-back {
                width: 100%;
                justify-content: center;
            }

            .wizard-actions .btn-submit {
                width: 100%;
            }

            .form-trust-strip {
                flex-direction: column;
                align-items: center;
                gap: 0.5rem;
            }

            .why-grid {
                grid-template-columns: 1fr 1fr;
            }

            .why-card--big:first-child {
                grid-column: 1 / -1;
            }

            .why-card--big:nth-child(2) {
                grid-column: 1 / -1;
            }
        }