﻿/* INTRO SECTION */
.intro-section {
    background: linear-gradient(135deg, #dbeafe, #eff6ff);
    color: #1e40af;
    padding: 4rem 3rem;
}

    .intro-section h1 {
        font-size: 2.8rem;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }

    .intro-section p {
        font-size: 1.2rem;
    }

.intro-badge {
    background: #bfdbfe;
    border: 1px solid #93c5fd;
    color: #1e3a8a;
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
}

/* CARDS LEFT SIDE */
.info-card {
    background: #ffffff;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    padding: 1.2rem;
    box-shadow: 0 4px 18px rgba(147,197,253,.35);
}

/* RIGHT SIDE BACKGROUND */
.form-section {
    background: #f8fbff !important; /* much lighter */
}

/* FORM CARDS */
.glass-card {
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #bfdbfe;
    box-shadow: 0 6px 25px rgba(147,197,253,.35);
    color: #1e3a8a;
}

/* FORM LABELS & INPUT */
.form-label {
    font-weight: 600;
    font-size: 1rem;
}

.form-control {
    background: #ffffff;
    border-color: #93c5fd;
    color: #1e3a8a;
    font-size: 1rem;
    padding: .7rem .9rem;
}

    .form-control:focus {
        border-color: #3b82f6;
        box-shadow: 0 0 0 .15rem rgba(59,130,246,.35);
    }

/* BUTTONS */
.btn-primary {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border: none;
    color: #fff;
    padding: 0.85rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 10px;
}

.btn-outline-light {
    border-color: #2563eb !important;
    color: #2563eb !important;
}

    .btn-outline-light:hover {
        background: #2563eb !important;
        color: #fff !important;
    }

/* CONSULT CARD TITLE */
.glass-card h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .8rem;
}

/* MAIN TITLE BRANDING */
.portal-title {
    font-size: 2rem; /* bigger */
    font-weight: 800; /* extra bold */
    color: #1e40af; /* strong blue */
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, #1e40af, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* gradient text effect */
}

/* CONSULTATION CARD EFFECT */
.consult-card {
    animation: pulseGlow 2.8s infinite;
}

/* CLEAN TITLE */
.portal-title {
    font-size: 2.4rem;
    font-weight: 800;
    background: linear-gradient(90deg, #1e40af, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

/* HERO TITLE */
.hero-title {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.25;
    color: #1e3a8a;
}

/* SUBTITLE */
.hero-subtitle {
    font-size: 1.15rem;
    color: #1e3a8a;
    opacity: .9;
    max-width: 85%;
}

/* FEATURE CARDS */
.info-card {
    background: #ffffff;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    padding: 1.2rem;
    box-shadow: 0 4px 18px rgba(147,197,253,.35);
}

.info-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: .5rem;
}

.info-desc {
    color: #1e3a8a;
    font-size: .95rem;
}

/* BULLETS */
.feature-bullets {
    list-style: none;
    padding-left: 0;
}

    .feature-bullets li {
        font-size: 1.05rem;
        margin-bottom: .5rem;
        color: #1e3a8a;
    }

/* LEFT SIDE BACKGROUND */
.intro-section {
    background: linear-gradient(135deg, #e8f1ff 0%, #f5f9ff 100%) !important;
    padding: 4rem 3rem;
}

.page-wrapper {
    min-height: 90vh;
    display: flex;
}

.intro-section,
.form-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.crm-logo {
    height: auto;
    width: 100px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.15));
}
