/**
 * SSEI Results Landing Page - Modern Premium Theme Overrides
 * Design style: Sleek, editorial, modern, high-conversion
 */

:root {
    --ssei-blue-primary: #2563eb;
    --ssei-blue-dark: #1d4ed8;
    --ssei-navy-deep: #0b0f19;
    --ssei-navy-light: #1e293b;
    --ssei-slate-text: #334155;
    --ssei-slate-muted: #64748b;
    --ssei-ice-bg: #f8fafc;
    --ssei-gold-accent: #d97706;
}

/* ===================================
   HERO SECTION — CLEAN EDITORIAL LAYOUT
   =================================== */

/* Hero shell */
.hero-section {
    min-height: auto;
    padding: 2.75rem 0 3rem;
    display: flex;
    align-items: center;
    background: #fafbfc;
    position: relative;
    overflow: hidden;
}

.hero-section canvas {
    opacity: 0.62 !important;
}

.hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse 85% 70% at 50% 20%,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(250, 251, 252, 0.45) 65%,
        rgba(250, 251, 252, 0.62) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-content {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
    align-items: center;
    position: relative;
    z-index: 10;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

/* Logo */
.hero-logo {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-logo .logo-image {
    max-width: 148px;
    height: auto;
    object-fit: contain;
}

/* Left column — vertically centered beside form */
.hero-section .hero-left {
    padding: 0 0.5rem 0 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    display: flex;
    align-items: center;
    align-self: center;
    height: 100%;
}

.hero-text {
    display: block;
}

.hero-headline {
    font-size: clamp(1.9rem, 2.85vw, 2.85rem);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.03em;
    color: #0f172a;
    margin-bottom: 1rem;
    max-width: none;
}

.hero-subheading {
    font-size: clamp(1rem, 1.15vw, 1.125rem);
    line-height: 1.65;
    color: #64748b;
    margin-bottom: 0;
    max-width: 36rem;
}

/* Trust badges — light inline chips */
.hero-section .trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.75rem;
    padding: 0;
    background: transparent;
}

.hero-section .trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.85rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    font-weight: 500;
    color: #475569;
    font-size: 0.8125rem;
    flex: none;
    justify-content: flex-start;
}

.hero-section .trust-badge:not(:last-child) {
    border-right: 1px solid #e2e8f0;
}

.hero-section .trust-badge:hover {
    color: #1e293b;
    border-color: #cbd5e1;
}

.hero-section .trust-icon {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section .trust-icon svg {
    width: 16px;
    height: 16px;
}

/* Form column */
.hero-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-self: center;
}

.hero-section .hero-form-container {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 1.25rem 1.4rem 1rem;
    border: 1px solid rgba(203, 213, 225, 0.85);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.85) inset,
        0 2px 4px rgba(15, 23, 42, 0.03),
        0 14px 36px rgba(15, 23, 42, 0.09),
        0 28px 56px rgba(15, 23, 42, 0.05);
    max-width: 420px;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.hero-section .hero-form-container:focus-within {
    border-color: rgba(37, 99, 235, 0.22);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.9) inset,
        0 0 0 3px rgba(37, 99, 235, 0.06),
        0 2px 4px rgba(15, 23, 42, 0.03),
        0 16px 40px rgba(37, 99, 235, 0.1),
        0 28px 56px rgba(15, 23, 42, 0.06);
}

.hero-section .hero-form-container::before {
    display: none;
}

.hero-section .form-header {
    margin-bottom: 0.75rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #eef2f7;
    text-align: left;
    display: block;
}

.hero-section .form-header h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.2rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.hero-section .form-header p {
    order: unset;
    color: #64748b;
    font-size: 0.8125rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.4;
    margin: 0;
}

/* Compact form spacing */
.hero-section .cfa-lead-form {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: visible;
}

.hero-section .form-group {
    margin-bottom: 0.5rem;
}

.hero-section .form-row {
    gap: 0.5rem;
    margin-bottom: 0;
}

.hero-section .form-row .form-group {
    margin-bottom: 0.5rem;
}

.hero-section .form-label {
    margin-bottom: 0.15rem;
    font-weight: 500;
    color: #475569;
    font-size: 0.75rem;
    line-height: 1.2;
}

.hero-section .form-input,
.hero-section .form-select {
    padding: 0.45rem 0.7rem;
    font-size: 0.875rem;
    line-height: 1.35;
    border: 1px solid #dbe2ea;
    border-radius: 8px;
    background: #ffffff;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
    min-height: auto;
}

.hero-section .form-input:focus,
.hero-section .form-select:focus {
    border-color: #60a5fa;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
    transform: none;
}

.hero-section .phone-input-container {
    position: relative;
    overflow: visible;
    border: 1px solid #dbe2ea;
    border-radius: 8px;
    background: #ffffff;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.hero-section .phone-input-container:focus-within {
    border-color: #60a5fa;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.hero-section .form-row {
    gap: 0.5rem;
}

.hero-section .country-code-picker {
    z-index: 25;
}

.hero-section .country-code-trigger {
    min-height: auto;
    padding: 0.42rem 0.45rem 0.42rem 0.55rem;
    font-size: 0.8125rem;
    border-right: 1px solid #e2e8f0;
    background-color: #f1f5f9;
    color: #475569;
}

.hero-section .country-code-dropdown {
    border-radius: 10px;
    border-color: #dbe2ea;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
    background: #fff;
}

.hero-section .country-code-dropdown.is-open {
    z-index: 10001;
}

.hero-section .country-code-list {
    background: #fff;
}

.hero-section .phone-country-search {
    padding: 0.4rem 0.55rem;
    font-size: 0.8125rem;
    border-color: #dbe2ea;
}

.hero-section .phone-country-search:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.hero-section .country-code-option {
    font-size: 0.78rem;
    padding: 0.42rem 0.65rem;
}

.hero-section .form-group .field-error-message {
    font-size: 0.68rem;
    margin-top: 0.2rem;
    color: #ef4444;
}

.hero-section .country-code,
.hero-section .country-code-select {
    padding: 0.42rem 1.15rem 0.42rem 0.5rem;
    font-size: 0.8125rem;
    border-right: 1px solid #e2e8f0;
    background-color: #f1f5f9;
    color: #475569;
    min-width: 5rem;
    max-width: 7rem;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    flex-shrink: 0;
}

.hero-section .country-code-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.3rem center;
}

.hero-section .phone-input {
    padding-left: 0.45rem !important;
    background: transparent;
}

/* Existing student — inline radios */
.hero-section .form-group:has(.form-radio-group) .form-label {
    margin-bottom: 0.45rem;
    display: block;
}

.hero-section .form-radio-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1.25rem;
    margin-top: 0.2rem;
}

.hero-section .form-radio {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.hero-section .form-radio input[type="radio"] {
    width: 0.95rem;
    height: 0.95rem;
    margin: 0;
    accent-color: var(--ssei-blue-primary);
}

.hero-section .radio-label {
    font-size: 0.8125rem;
    color: #475569;
    line-height: 1.2;
    cursor: pointer;
}

.hero-section .form-checkbox {
    gap: 0.4rem;
    align-items: flex-start;
}

.hero-section .form-checkbox input[type="checkbox"] {
    width: 0.95rem;
    height: 0.95rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.hero-section .consent-label {
    font-size: 0.7rem;
    color: #64748b;
    line-height: 1.35;
}

.hero-section .form-submit-btn {
    padding: 0.65rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 0.2rem;
    min-height: auto;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.28);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.hero-section .form-submit-btn:hover {
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.34);
    transform: translateY(-1px);
}

.hero-section .form-footer {
    margin-top: 0.45rem;
    text-align: center;
}

.hero-section .security-note {
    font-size: 0.6875rem;
    color: #94a3b8;
    line-height: 1.35;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.hero-section .security-note svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

/* ===================================
   PAGE-LEVEL UPGRADE: PROGRAM CARDS
   =================================== */

.offerings-section {
    background: var(--ssei-ice-bg);
}

/* Elegant Cards */
.offerings-section .offering-card {
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    background: #ffffff;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0.875rem 1rem;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.offering-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #e2e8f0;
    transition: background 0.3s ease;
}

/* Premium Card Badges */
.card-badge {
    top: 0.5rem;
    right: 0.5rem;
    background: var(--ssei-blue-primary);
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.15rem 0.4rem;
    border-radius: 20px;
}

/* Card Hover States */
.offering-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(37, 99, 235, 0.08);
    border-color: rgba(37, 99, 235, 0.2);
}

.offering-card.featured::before {
    background: linear-gradient(90deg, var(--ssei-blue-primary), var(--ssei-blue-dark));
}

.offering-card.celebration-card::before {
    background: linear-gradient(90deg, #10b981, #059669);
}

.offering-card.webinar-card::before {
    background: linear-gradient(90deg, #f59e0b, #d97706);
}

/* Card structure — override base styles.css spacing */
.offerings-section .card-header {
    margin-bottom: 0;
}

.offerings-section .card-features {
    flex: 1;
    margin-bottom: 0.5rem;
    min-height: 0;
}

/* Card Header elements */
.offerings-section .card-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    color: var(--ssei-blue-primary);
    margin-bottom: 0.4rem;
    transition: all 0.3s ease;
}

.offerings-section .offering-card:hover .card-icon {
    transform: scale(1.05);
    background: var(--ssei-blue-primary);
    color: #ffffff;
}

.offerings-section .card-icon svg {
    width: 22px;
    height: 22px;
}

.offerings-section .card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ssei-navy-light);
    margin-bottom: 0.2rem;
    line-height: 1.25;
}

.offerings-section .card-description {
    font-size: 0.825rem;
    color: var(--ssei-slate-muted);
    margin-bottom: 0.5rem;
    line-height: 1.35;
}

/* Features List Styling */
.offerings-section .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.offerings-section .feature-list li {
    display: block;
    font-size: 0.825rem;
    color: var(--ssei-slate-text);
    padding-left: 1.15rem;
    position: relative;
    line-height: 1.3;
    margin-bottom: 0;
    gap: 0;
}

.offerings-section .feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 9px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310b981' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0;
    flex-shrink: unset;
    margin-top: 0;
}

.offerings-section .feature-list li::after {
    display: none;
}

.offerings-section .card-footer {
    margin-top: auto;
    padding-top: 0.5rem;
    border-top: 1px solid #f3f4f6;
}

.offerings-section .card-price {
    margin-bottom: 0.4rem;
}

.offerings-section .price-label {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ssei-navy-light);
}

.offerings-section .card-cta {
    width: 100%;
    padding: 0.55rem 0.85rem;
    font-size: 0.825rem;
    font-weight: 600;
    border-radius: 6px;
}

/* ===================================
   PAGE-LEVEL UPGRADE: MENTOR SECTION
   =================================== */

.mentor-section {
    background: #ffffff !important;
    padding: 2.5rem 0 !important;
    position: relative;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.mentor-section canvas {
    opacity: 0.15 !important;
}

.mentor-section .mentor-header {
    text-align: center;
    margin-bottom: 1.25rem !important;
}

.mentor-section .mentor-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--ssei-navy-light);
    margin-bottom: 0.35rem;
}

.mentor-section .mentor-subtitle {
    font-size: 1rem;
    color: var(--ssei-slate-muted);
    max-width: 600px;
    margin: 0 auto;
}

.mentor-section .mentor-profile {
    display: grid;
    grid-template-columns: 280px 1fr !important;
    gap: 2rem !important;
    align-items: start !important;
    position: relative;
    z-index: 10;
    max-width: 1000px;
    margin: 0 auto;
}

/* Refined Image Frame */
.mentor-section .mentor-image {
    position: relative;
}

.mentor-section .mentor-photo {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 340px;
    border-radius: 16px !important;
    border: 4px solid #ffffff !important;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08) !important;
    object-fit: cover !important;
    object-position: top center;
    transition: all 0.3s ease;
}

.mentor-section .mentor-photo:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12) !important;
}

.mentor-section .mentor-badge {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--ssei-blue-primary);
    padding: 0.6rem 1.2rem;
    border-radius: 30px;
    bottom: -1rem;
}

/* Biography & Highlight Readability */
.mentor-section .mentor-bio {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0 !important;
}

.mentor-section .mentor-name {
    font-size: 1.85rem;
    font-weight: 800;
    color: var(--ssei-navy-light);
    letter-spacing: -0.02em;
    margin: 0;
}

.mentor-section .mentor-designation {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--ssei-blue-primary);
    margin: 0;
    line-height: 1.4;
}

.mentor-section .mentor-description {
    margin: 0 !important;
}

.mentor-section .mentor-quote {
    border-left: 4px solid var(--ssei-blue-primary);
    background: rgba(37, 99, 235, 0.03);
    padding: 0.75rem 1rem;
    border-radius: 0 12px 12px 0;
    font-size: 0.9rem;
    color: var(--ssei-slate-text);
    margin: 0;
}

.mentor-section .mentor-quote p {
    margin: 0;
    line-height: 1.45;
    font-size: 0.9rem;
}

/* Stats Cards */
.mentor-section .mentor-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin: 0.25rem 0;
}

.mentor-section .highlight-item {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
    padding: 0.65rem 0.85rem;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.65rem;
    text-align: left;
}

.mentor-section .highlight-item:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.15);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.03);
}

.mentor-section .highlight-icon {
    width: 36px !important;
    height: 36px !important;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    flex-shrink: 0;
}

.mentor-section .highlight-icon svg {
    width: 18px !important;
    height: 18px !important;
    stroke: white;
    color: white;
}

.mentor-section .highlight-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mentor-section .highlight-text strong {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--ssei-navy-light);
    line-height: 1.15;
    margin-bottom: 0.1rem;
}

.mentor-section .highlight-text span {
    font-size: 0.75rem;
    color: var(--ssei-slate-muted);
    font-weight: 600;
    line-height: 1.2;
}

/* Credentials Columns */
.mentor-section .mentor-credentials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin: 0.25rem 0;
}

.mentor-section .credentials-column {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.mentor-section .credentials-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ssei-navy-light);
    margin: 0 0 0.5rem 0;
    border-bottom: 2px solid var(--ssei-ice-bg);
    padding-bottom: 0.35rem;
}

.mentor-section .credentials-list li {
    font-size: 0.85rem;
    color: var(--ssei-slate-text);
    margin-bottom: 0.3rem;
    line-height: 1.4;
    padding-left: 1rem;
}

.mentor-section .credentials-list li:last-child {
    margin-bottom: 0;
}

.mentor-section .credentials-list li:before {
    color: var(--ssei-blue-primary);
}

.mentor-section .credentials-note {
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.mentor-section .mentor-cta {
    margin-top: 0.35rem;
    text-align: center;
}

.mentor-section .mentor-cta-btn {
    width: 100%;
    padding: 0.7rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
}

/* ===================================
   PAGE-LEVEL UPGRADE: TESTIMONIALS
   =================================== */

.testimonials-section {
    padding: 4.5rem 0;
    background: var(--ssei-ice-bg);
}

.testimonial-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    padding: 3rem 2.5rem;
    position: relative;
    transition: all 0.3s ease;
}

.testimonial-quote {
    font-size: 1.15rem;
    line-height: 1.6;
    color: var(--ssei-slate-text);
    margin-bottom: 1.75rem;
}

/* Premium quote mark styling */
.testimonial-card::after {
    content: "“";
    position: absolute;
    top: 1rem;
    left: 2rem;
    font-size: 5rem;
    color: rgba(37, 99, 235, 0.08);
    font-family: serif;
    pointer-events: none;
}

/* Carousel Controls */
.carousel-btn {
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    color: var(--ssei-slate-text);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease;
}

.carousel-btn:hover {
    background: var(--ssei-blue-primary);
    border-color: var(--ssei-blue-primary);
    color: #ffffff;
    transform: scale(1.05);
}

.indicator-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    transition: all 0.3s ease;
}

.indicator-dot.active {
    background: var(--ssei-blue-primary);
    width: 24px;
    border-radius: 4px;
}

/* ===================================
   PAGE-LEVEL UPGRADE: FAQ ACCORDION
   =================================== */

.faq-section {
    padding: 4.5rem 0;
    background: #ffffff;
}

.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #ffffff;
    border: 1.5px solid rgba(226, 232, 240, 0.8);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item:hover {
    border-color: rgba(37, 99, 235, 0.25);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.03);
}

.faq-question {
    padding: 1.25rem 1.5rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ssei-navy-light);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    min-height: auto;
    transition: background-color 0.2s ease;
}

.faq-question:hover {
    background-color: var(--ssei-ice-bg);
}

.faq-icon {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    transition: max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-answer-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
    font-size: 0.95rem;
    color: var(--ssei-slate-text);
    line-height: 1.6;
}

/* ===================================
   PAGE-LEVEL UPGRADE: FOOTER
   =================================== */

.footer-section {
    background: var(--ssei-navy-deep) !important;
    color: #94a3b8;
    padding: 4.5rem 0 2rem 0;
    border-top: 1px solid var(--ssei-navy-light);
}

.footer-brand p.footer-tagline {
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}

.footer-brand p.footer-description {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-nav-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.25rem;
}

.footer-nav-link {
    color: #94a3b8;
    font-size: 0.9rem;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.footer-nav-link:hover {
    color: var(--ssei-blue-primary);
    transform: translateX(2px);
}

/* Footer Bottom Bar */
.footer-bottom {
    border-top: 1px solid var(--ssei-navy-light);
    padding-top: 2rem;
    margin-top: 3rem;
}

.policy-link {
    color: #64748b;
    font-size: 0.85rem;
    transition: color 0.2s ease;
}

.policy-link:hover {
    color: #ffffff;
}

/* ===================================
   RESPONSIVE DESIGN ADAPTATIONS
   =================================== */

/* Large laptop screen size constraint (1366x768 and 1440x900) */
@media (min-width: 1200px) and (max-height: 900px) {
    .hero-section {
        padding: 1.75rem 0 2rem;
    }
    
    .hero-content {
        gap: 2rem;
    }
    
    .hero-logo {
        margin-bottom: 0.85rem;
    }
    
    .hero-logo .logo-image {
        max-width: 132px;
    }
    
    .hero-headline {
        font-size: clamp(1.65rem, 2.4vw, 2.35rem);
    }
    
    .hero-form-container {
        padding: 1.25rem 1.35rem 1.1rem;
        max-width: 400px;
    }
    
    .hero-section .form-group {
        margin-bottom: 0.65rem;
    }
}

/* Tablet screen optimizations */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        text-align: center;
        align-items: stretch;
    }
    
    .hero-logo {
        justify-content: center;
        margin-bottom: 1rem;
    }

    .hero-section .hero-left {
        padding: 0;
        display: block;
        height: auto;
        align-self: stretch;
    }

    .hero-headline,
    .hero-subheading {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-section .trust-badges {
        justify-content: center;
    }
    
    .hero-right {
        justify-content: center;
    }

    .hero-form-container {
        margin: 0 auto;
        max-width: 480px;
    }
    
    .mentor-section .mentor-profile {
        grid-template-columns: 1fr !important;
        text-align: center;
        gap: 1.5rem !important;
    }
    
    .mentor-section .mentor-image {
        margin: 0 auto;
        max-width: 250px;
    }

    .mentor-section .mentor-photo {
        max-height: 300px;
    }
    
    .mentor-section .mentor-quote {
        border-left: none;
        border-top: 3px solid var(--ssei-blue-primary);
        border-radius: 0 0 12px 12px;
        text-align: left;
    }
    
    .mentor-section .mentor-highlights {
        grid-template-columns: 1fr 1fr;
        max-width: 100%;
        margin: 0.25rem auto;
    }

    .mentor-section .highlight-item {
        flex-direction: column;
        text-align: center;
    }

    .mentor-section .highlight-text {
        align-items: center;
    }
    
    .mentor-section .mentor-credentials {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0.25rem auto;
        text-align: left;
    }
}

/* Mobile adjustments */
@media (max-width: 768px) {
    /* Fix 1: Reserve space for fixed bottom contact bar */
    body {
        padding-bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px));
    }

    .footer-section {
        margin-bottom: 0;
    }

    /* Fix 2: Hide Vanta canvases when animations are disabled on mobile */
    .hero-section canvas,
    .mentor-section canvas {
        display: none !important;
    }

    .hero-section {
        min-height: auto;
        padding: 2rem 0;
    }

    .hero-section::after {
        background: radial-gradient(
            ellipse 100% 80% at 50% 0%,
            rgba(255, 255, 255, 0) 0%,
            rgba(250, 251, 252, 0.92) 80%
        );
    }
    
    .hero-section .hero-left {
        padding: 0;
        display: block;
        height: auto;
    }
    
    .hero-section .hero-form-container {
        padding: 1.15rem 1rem 0.85rem;
        max-width: 100%;
    }

    .hero-section .form-header {
        text-align: left;
    }

    .hero-section .form-radio-group {
        flex-direction: row;
    }
    
    .hero-section .trust-badges {
        flex-direction: row;
        justify-content: center;
        gap: 0.5rem;
    }

    .hero-section .trust-badge {
        padding: 0.4rem 0.75rem;
    }

    /* Fix 4: Touch-friendly offering tabs */
    .offerings-section .tab-btn {
        min-height: 48px;
        padding: 0.75rem 1rem;
        touch-action: manipulation;
    }

    .mentor-section {
        padding: 2rem 0 !important;
    }

    /* Fix 3: Unified mentor mobile layout (overrides conflicting styles.css rules) */
    .mentor-section .mentor-profile {
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
        align-items: start !important;
        text-align: center;
    }

    .mentor-section .mentor-image {
        max-width: 280px !important;
        margin: 0 auto;
    }

    .mentor-section .mentor-image::before,
    .mentor-section .mentor-image::after {
        display: none;
    }

    .mentor-section .mentor-photo {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: 280px !important;
        border-radius: 16px !important;
        object-fit: cover !important;
        object-position: top center;
        transform: none !important;
    }

    .mentor-section .mentor-photo:hover {
        transform: none !important;
    }

    .mentor-section .mentor-bio {
        padding: 0 !important;
        text-align: left;
    }

    .mentor-section .mentor-highlights {
        grid-template-columns: 1fr 1fr;
        max-width: 100%;
        margin: 0.25rem auto;
    }

    .mentor-section .highlight-item {
        flex-direction: column;
        text-align: center;
    }

    .mentor-section .highlight-text {
        align-items: center;
    }

    .mentor-section .mentor-credentials {
        grid-template-columns: 1fr;
        max-width: 100%;
        margin: 0.25rem auto;
    }

    .mentor-section .mentor-cta-btn {
        min-height: 48px;
    }
}

@media (max-width: 480px) {
    body {
        padding-bottom: calc(6rem + env(safe-area-inset-bottom, 0px));
    }

    .offerings-section .tab-btn {
        min-height: 48px !important;
        flex-direction: row;
        justify-content: center;
        gap: 0.5rem;
    }

    .mentor-section .mentor-highlights {
        grid-template-columns: 1fr;
        max-width: 320px;
    }

    .mentor-section .mentor-photo {
        max-height: 260px !important;
    }

    .mentor-section .mentor-name {
        font-size: 1.5rem;
    }
}
