/* Homepage & Systematic Header v7 */

/* ---- Header system shell ---- */
.header-system {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
}

.header-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---- Utility top bar ---- */
.top-bar {
    background: linear-gradient(90deg, #070b14 0%, #0f172a 55%, #152238 100%);
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 36px;
    gap: 16px;
}

.top-bar-left,
.top-bar-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.top-bar-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: rgba(255,255,255,0.75);
    text-transform: uppercase;
}

.top-bar-badge i { color: var(--secondary); font-size: 10px; }

.top-bar-link {
    color: rgba(255,255,255,0.65) !important;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s;
}

.top-bar-link:hover { color: #fff !important; }

.top-bar-phone {
    background: linear-gradient(135deg, rgba(32,114,243,0.25), rgba(0,196,167,0.2));
    padding: 5px 14px !important;
    border-radius: 50px;
    border: 1px solid rgba(32, 114, 243, 0.35);
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    transition: 0.25s;
}

.top-bar-phone:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff !important;
}

/* ---- Trust strip ---- */
.header-trust-bar {
    background: #f8fafc;
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
    padding: 0;
}

.header-trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    min-height: 34px;
}

.trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    padding: 6px 14px;
    white-space: nowrap;
}

.trust-pill i {
    color: var(--primary);
    font-size: 10px;
}

.trust-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cbd5e1;
    flex-shrink: 0;
}

/* ---- Main header row ---- */
.site-header {
    background: #fff;
    border-bottom: 1px solid #eef2f7;
    position: relative;
}

.header-system.is-scrolled .site-header {
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

.header-row {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 6px 0;
}

.logo {
    flex-shrink: 0;
    text-decoration: none;
}

.logo-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(32, 114, 243, 0.25);
}

.logo-name {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: var(--dark);
    line-height: 1.2;
}

.logo-tagline {
    font-size: 10px;
    letter-spacing: 0.15px;
    color: #94a3b8;
    display: block;
    margin-top: 1px;
}

/* Navigation */
.desktop-nav {
    display: flex;
    justify-content: center;
    min-width: 0;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-link {
    font-weight: 600;
    font-size: 13px;
    padding: 9px 11px;
    border-radius: 10px;
    color: #334155;
    white-space: nowrap;
    transition: 0.2s;
}

.nav-link--mega {
    color: #1e293b;
}

.nav-link:hover,
.nav-item-has-mega:hover > .nav-link {
    color: var(--primary);
    background: rgba(32, 114, 243, 0.06);
}

.nav-link--secondary {
    font-weight: 500;
    font-size: 12.5px;
    color: #64748b;
    padding: 8px 10px;
}

.nav-separator {
    width: 1px;
    height: 20px;
    background: #e2e8f0;
    margin: 0 4px;
    list-style: none;
    align-self: center;
}

/* Institute + actions — see header.css for layout */
.header-institute-cta { flex-shrink: 0; }

.header-phone-btn {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: #f1f5f9;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    transition: 0.25s;
    flex-shrink: 0;
}

.header-phone-btn:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    transform: translateY(-1px);
}

.header-cta-btn {
    border-radius: 11px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 13px;
    box-shadow: 0 4px 16px rgba(32, 114, 243, 0.28);
    white-space: nowrap;
    gap: 8px;
}

.header-cta-btn i { font-size: 12px; }

.quick-action--institute {
    background: linear-gradient(135deg, rgba(109,40,217,0.12), rgba(124,58,237,0.08)) !important;
    color: #6d28d9 !important;
    border-color: rgba(109,40,217,0.2) !important;
}

.quick-action--institute:hover {
    background: linear-gradient(135deg, #6d28d9, #7c3aed) !important;
    color: #fff !important;
}

/* Legacy compat */
.header-inner { display: contents; }
.top-bar-stats, .top-bar-links, .top-bar-institute { display: none; }

/* ---- Hero v5/v6 ---- */
.hero-v5 {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    padding: 48px 0 0;
    overflow: hidden;
    background: #0a0f1a;
    margin-top: -1px;
}

.hero-v5-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 20% 40%, rgba(32, 114, 243, 0.28) 0%, transparent 50%),
        radial-gradient(ellipse 60% 50% at 85% 55%, rgba(109, 40, 217, 0.12) 0%, transparent 45%),
        radial-gradient(ellipse 50% 40% at 80% 60%, rgba(0, 196, 167, 0.14) 0%, transparent 50%),
        linear-gradient(160deg, #0a0f1a 0%, #0f172a 40%, #1e3a5f 100%);
}

.hero-v5-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse at center, black 15%, transparent 72%);
}

.hero-v5-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    animation: orbFloat 8s ease-in-out infinite;
    pointer-events: none;
}

.hero-v5-orb-1 { width: 420px; height: 420px; background: rgba(32,114,243,0.22); top: -12%; right: 8%; }
.hero-v5-orb-2 { width: 320px; height: 320px; background: rgba(0,196,167,0.14); bottom: 15%; left: -6%; animation-delay: -4s; }

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(18px, -24px); }
}

.hero-v5-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
    padding-bottom: 100px;
}

.hero-v5-content { max-width: 620px; }

.hero-v5-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: var(--secondary);
    margin-bottom: 22px;
    letter-spacing: 0.2px;
}

.hero-v5-badge .pulse-dot {
    width: 8px;
    height: 8px;
    background: var(--secondary);
    border-radius: 50%;
    animation: pulseDot 2s infinite;
    flex-shrink: 0;
}

@keyframes pulseDot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0,196,167,0.6); }
    50% { box-shadow: 0 0 0 8px rgba(0,196,167,0); }
}

.hero-v5 h1 {
    font-size: clamp(34px, 4.8vw, 54px);
    color: #fff;
    line-height: 1.12;
    margin-bottom: 18px;
    letter-spacing: -1.2px;
}

.hero-v5 h1 .hero-highlight {
    background: linear-gradient(135deg, #93c5fd, var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-v5-subtitle {
    font-size: 17px;
    color: rgba(255,255,255,0.72);
    line-height: 1.75;
    margin-bottom: 28px;
}

.hero-v5-trust {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 28px;
}

.hero-v5-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.88);
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 10px 12px;
}

.hero-v5-trust-item i {
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    font-size: 13px;
    flex-shrink: 0;
}

.hero-v5-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.hero-v5-buttons .btn-primary {
    padding: 15px 30px;
    font-size: 15px;
    border-radius: 50px;
}

.btn-glow {
    box-shadow: 0 4px 24px rgba(32, 114, 243, 0.45), 0 0 40px rgba(32, 114, 243, 0.15);
}

.btn-glow:hover {
    box-shadow: 0 8px 32px rgba(32, 114, 243, 0.55), 0 0 50px rgba(32, 114, 243, 0.2);
}

.hero-v5-buttons .btn-hero-outline {
    padding: 15px 28px;
    border-radius: 50px;
    border: 2px solid rgba(255,255,255,0.22);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(8px);
    transition: 0.3s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero-v5-buttons .btn-hero-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.38);
    color: #fff;
}

.hero-v5-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.hero-v5-stars {
    display: flex;
    gap: 3px;
    color: #fbbf24;
    font-size: 13px;
}

.hero-v5-rating > span {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    font-weight: 500;
}

.hero-v5-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-v5-pill {
    padding: 6px 14px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.72);
    text-decoration: none;
    transition: 0.3s;
}

.hero-v5-pill:hover {
    background: rgba(32,114,243,0.28);
    border-color: rgba(96,165,250,0.5);
    color: #fff;
}

.hero-v5-pill:nth-child(3):hover {
    background: rgba(109,40,217,0.35);
    border-color: rgba(167,139,250,0.5);
}

/* Hero wave */
.hero-v5-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    line-height: 0;
}

.hero-v5-wave svg { width: 100%; height: 70px; display: block; }

/* Hero visual cards */
.hero-v5-visual { position: relative; height: 480px; }

.hero-v5-card {
    position: absolute;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(14px);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.28);
    border: 1px solid rgba(255,255,255,0.25);
}

.hero-v5-card-main {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 310px;
    z-index: 3;
    animation: cardFloatMain 6s ease-in-out infinite;
}

.hero-v5-card-float-1 {
    top: 6%;
    right: 2%;
    width: 175px;
    padding: 18px;
    animation: cardFloatSide 5s ease-in-out infinite;
    animation-delay: -1.5s;
}

.hero-v5-card-float-2 {
    bottom: 10%;
    left: 0;
    width: 195px;
    padding: 18px;
    animation: cardFloatSide2 5.5s ease-in-out infinite;
    animation-delay: -3s;
}

@keyframes cardFloatMain {
    0%, 100% { transform: translate(-50%, -50%) translateY(0); }
    50% { transform: translate(-50%, -50%) translateY(-10px); }
}

@keyframes cardFloatSide {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes cardFloatSide2 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}

.hero-v5-card-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 14px;
}

.hero-v5-card h3 { font-size: 17px; margin-bottom: 8px; color: var(--dark); }
.hero-v5-card p { font-size: 13px; color: var(--text-light); margin-bottom: 14px; line-height: 1.55; }

.hero-v5-stat-row { display: flex; gap: 12px; }

.hero-v5-mini-stat {
    flex: 1;
    text-align: center;
    padding: 11px 8px;
    background: var(--bg-light);
    border-radius: 12px;
}

.hero-v5-mini-stat strong {
    display: block;
    font-size: 18px;
    color: var(--primary);
    font-family: var(--font-heading);
}

.hero-v5-mini-stat span { font-size: 10px; color: var(--text-muted); }

.hero-v5-card-small strong { font-size: 22px; color: var(--primary); display: block; font-family: var(--font-heading); }
.hero-v5-card-small span { font-size: 11px; color: var(--text-light); }

/* Logo marquee */
.home-marquee {
    background: #fff;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
    overflow: hidden;
    position: relative;
}

.home-marquee::before,
.home-marquee::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

.home-marquee::before { left: 0; background: linear-gradient(90deg, #fff, transparent); }
.home-marquee::after { right: 0; background: linear-gradient(-90deg, #fff, transparent); }

.home-marquee-track {
    display: flex;
    gap: 40px;
    animation: marqueeScroll 35s linear infinite;
    width: max-content;
}

.home-marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-light);
    white-space: nowrap;
}

.home-marquee-item i { font-size: 5px; color: var(--secondary); }

@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Features overlap */
.features-overlap {
    margin-top: 0;
    position: relative;
    z-index: 10;
    padding: 40px 0 48px;
    background: #fff;
}

.features-overlap .features-grid {
    background: #fff;
    border-radius: 24px;
    padding: 28px 24px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
    border: 1px solid rgba(226, 232, 240, 0.9);
    margin-top: 0;
    grid-template-columns: repeat(4, 1fr);
}

.features-overlap .feature-card {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 20px 16px;
    border-radius: 16px;
    transition: 0.3s;
    text-align: left;
    position: relative;
}

.features-overlap .feature-card:hover {
    background: linear-gradient(145deg, rgba(32,114,243,0.04), rgba(0,196,167,0.04));
    transform: translateY(-5px);
}

.feature-step {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 28px;
    font-weight: 800;
    font-family: var(--font-heading);
    color: rgba(32,114,243,0.08);
    line-height: 1;
}

.features-overlap .feature-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(32,114,243,0.12), rgba(0,196,167,0.12));
    border-radius: 14px;
    font-size: 20px;
    color: var(--primary);
    margin: 0 0 14px;
}

.features-overlap .feature-card h3 { font-size: 15px; text-align: left; }
.features-overlap .feature-card p { font-size: 13px; text-align: left; }

/* Premium stats */
.home-stats-premium {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 50%, #f0f7ff 100%);
    position: relative;
    overflow: hidden;
}

.home-stats-premium::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(32,114,243,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.home-stats-header {
    text-align: center;
    margin-bottom: 48px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.home-stats-sub {
    color: var(--text-light);
    font-size: 16px;
    margin-top: 12px;
    line-height: 1.6;
}

.home-stats-header h2 {
    font-size: clamp(26px, 3.5vw, 36px);
    margin-top: 10px;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--primary);
}

.home-stats-grid { gap: 24px; }

.home-stat-card {
    background: #fff;
    border-radius: 24px;
    padding: 32px 24px !important;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05);
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.home-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    opacity: 0;
    transition: opacity 0.3s;
}

.home-stat-card--blue::before { background: linear-gradient(90deg, #2072f3, #60a5fa); opacity: 1; }
.home-stat-card--teal::before { background: linear-gradient(90deg, #00c4a7, #2dd4bf); opacity: 1; }
.home-stat-card--purple::before { background: linear-gradient(90deg, #7c3aed, #a78bfa); opacity: 1; }
.home-stat-card--gold::before { background: linear-gradient(90deg, #f59e0b, #fbbf24); opacity: 1; }

.home-stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(32, 114, 243, 0.14);
    border-color: rgba(32, 114, 243, 0.15);
}

.home-stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto 18px;
    transition: 0.3s;
}

.home-stat-card--blue .home-stat-icon { background: linear-gradient(135deg, rgba(32,114,243,0.12), rgba(32,114,243,0.06)); color: #2072f3; }
.home-stat-card--teal .home-stat-icon { background: linear-gradient(135deg, rgba(0,196,167,0.15), rgba(0,196,167,0.06)); color: #00c4a7; }
.home-stat-card--purple .home-stat-icon { background: linear-gradient(135deg, rgba(124,58,237,0.12), rgba(124,58,237,0.06)); color: #7c3aed; }
.home-stat-card--gold .home-stat-icon { background: linear-gradient(135deg, rgba(245,158,11,0.15), rgba(245,158,11,0.06)); color: #d97706; }

.home-stat-card:hover .home-stat-icon { transform: scale(1.08); }

.home-stat-card .stat-value {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    font-family: var(--font-heading);
    color: var(--dark);
    line-height: 1.1;
}

.home-stat-card--blue .stat-value { color: #2072f3; }
.home-stat-card--teal .stat-value { color: #059669; }
.home-stat-card--purple .stat-value { color: #7c3aed; }
.home-stat-card--gold .stat-value { color: #d97706; }

.home-stat-card .stat-label {
    font-size: 14px;
    color: var(--text-light);
    font-weight: 500;
    margin-top: 8px;
    line-height: 1.4;
}

/* Services strip */
.home-services-strip {
    padding: 72px 0;
    background: var(--bg-light);
}

.home-services-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.home-services-head h2 {
    font-size: clamp(24px, 3vw, 32px);
    margin-top: 8px;
}

.home-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.home-service-card {
    background: #fff;
    border-radius: 18px;
    padding: 26px 22px;
    border: 1px solid var(--border);
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.home-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(32, 114, 243, 0.3);
    box-shadow: 0 16px 40px rgba(32, 114, 243, 0.12);
}

.home-service-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.home-service-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--dark);
}

.home-service-card p {
    font-size: 13px;
    color: var(--text-light);
    line-height: 1.6;
    flex: 1;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-service-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.home-service-card:hover .home-service-link i { transform: translateX(4px); }
.home-service-link i { transition: 0.2s; }

/* FAQ */
.home-faq-section { padding: 80px 0; background: #fff; }
.home-faq-grid { max-width: 800px; margin: 32px auto 0; }
.home-faq-item {
    background: var(--bg-light);
    border-radius: 14px;
    margin-bottom: 10px;
    border: 1px solid var(--border);
    overflow: hidden;
    transition: 0.3s;
}
.home-faq-item.open {
    background: #fff;
    border-color: rgba(32,114,243,0.25);
    box-shadow: 0 8px 24px rgba(32,114,243,0.08);
}
.home-faq-q {
    width: 100%;
    text-align: left;
    padding: 20px 24px;
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: var(--dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: inherit;
    gap: 16px;
}
.home-faq-q i { color: var(--primary); transition: 0.3s; flex-shrink: 0; }
.home-faq-item.open .home-faq-q i { transform: rotate(180deg); }
.home-faq-a {
    display: none;
    padding: 0 24px 20px;
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.75;
}
.home-faq-item.open .home-faq-a { display: block; }

/* ---- Power strip ---- */
.home-power-strip {
    background: #fff;
    padding: 28px 0;
    border-bottom: 1px solid #eef2f7;
}

.home-power-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.home-power-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    transition: 0.25s;
}

.home-power-item:hover {
    border-color: rgba(32,114,243,0.25);
    box-shadow: 0 8px 24px rgba(32,114,243,0.08);
    transform: translateY(-2px);
}

.home-power-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary), #1d4ed8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.home-power-icon--ai { background: linear-gradient(135deg, #7c3aed, #6d28d9); }
.home-power-icon--pkg { background: linear-gradient(135deg, #0d9488, #059669); }
.home-power-icon--cta { background: linear-gradient(135deg, #ea580c, #dc2626); }

.home-power-item strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.3;
}

.home-power-item span {
    font-size: 12px;
    color: var(--text-light);
}

/* ---- Why section ---- */
.home-why-section {
    padding: 100px 0 120px;
    background: linear-gradient(145deg, #060b14 0%, #0f172a 35%, #132a4a 70%, #0f172a 100%);
    position: relative;
    overflow: hidden;
}

.home-why-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.home-why-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
}

.home-why-orb-1 {
    width: 520px;
    height: 520px;
    top: -20%;
    right: -8%;
    background: rgba(32, 114, 243, 0.22);
}

.home-why-orb-2 {
    width: 380px;
    height: 380px;
    bottom: -15%;
    left: -6%;
    background: rgba(0, 196, 167, 0.14);
}

.home-why-orb-3 {
    width: 220px;
    height: 220px;
    top: 40%;
    left: 42%;
    background: rgba(124, 58, 237, 0.12);
}

.home-why-grid {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 15%, transparent 72%);
}

.home-why-layout {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.section-label--light { color: var(--secondary); }

.home-why-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: var(--secondary);
    background: rgba(0, 196, 167, 0.12);
    border: 1px solid rgba(0, 196, 167, 0.28);
    margin-bottom: 4px;
}

.home-why-badge i {
    font-size: 12px;
}

.home-why-content h2 {
    font-size: clamp(28px, 3.8vw, 42px);
    color: #fff;
    margin: 16px 0 18px;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.home-why-highlight {
    background: linear-gradient(135deg, #60a5fa 0%, var(--secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-why-content > p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 540px;
}

.home-why-list {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
    display: grid;
    gap: 12px;
}

.home-why-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: 0.3s ease;
}

.home-why-list li:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(32, 114, 243, 0.25);
    transform: translateX(4px);
}

.home-why-list-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(32, 114, 243, 0.25), rgba(0, 196, 167, 0.2));
    color: var(--secondary);
    font-size: 14px;
}

.home-why-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.home-why-actions .btn-primary {
    box-shadow: 0 8px 32px rgba(32, 114, 243, 0.4);
}

.btn-outline-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: 0.25s;
    backdrop-filter: blur(6px);
}

.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
    transform: translateY(-2px);
}

.home-why-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.home-why-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 28px 22px 24px;
    text-align: center;
    backdrop-filter: blur(12px);
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.home-why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    opacity: 0.9;
}

.home-why-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 55%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.home-why-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
}

.home-why-card:hover::after {
    opacity: 1;
}

.home-why-card-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: transform 0.3s;
}

.home-why-card:hover .home-why-card-icon {
    transform: scale(1.08);
}

.home-why-card strong {
    display: block;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 800;
    color: #fff;
    font-family: var(--font-heading);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.home-why-card span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.62);
    margin-top: 6px;
    display: block;
    line-height: 1.45;
}

.home-why-card--growth {
    background: linear-gradient(160deg, rgba(32, 114, 243, 0.18), rgba(255, 255, 255, 0.04));
    border-color: rgba(96, 165, 250, 0.25);
}

.home-why-card--growth::before {
    background: linear-gradient(90deg, #2072f3, #60a5fa);
}

.home-why-card--growth .home-why-card-icon {
    background: rgba(32, 114, 243, 0.22);
    color: #93c5fd;
}

.home-why-card--accent {
    background: linear-gradient(160deg, rgba(0, 196, 167, 0.16), rgba(255, 255, 255, 0.04));
    border-color: rgba(0, 196, 167, 0.28);
}

.home-why-card--accent::before {
    background: linear-gradient(90deg, #00c4a7, #2dd4bf);
}

.home-why-card--accent .home-why-card-icon {
    background: rgba(0, 196, 167, 0.2);
    color: var(--secondary);
}

.home-why-card--trust {
    background: linear-gradient(160deg, rgba(59, 130, 246, 0.14), rgba(255, 255, 255, 0.04));
    border-color: rgba(59, 130, 246, 0.22);
}

.home-why-card--trust::before {
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
}

.home-why-card--trust .home-why-card-icon {
    background: rgba(59, 130, 246, 0.2);
    color: #93c5fd;
}

.home-why-card--institute {
    background: linear-gradient(160deg, rgba(109, 40, 217, 0.2), rgba(255, 255, 255, 0.04));
    border-color: rgba(167, 139, 250, 0.3);
}

.home-why-card--institute::before {
    background: linear-gradient(90deg, #7c3aed, #a78bfa);
}

.home-why-card--institute .home-why-card-icon {
    background: rgba(124, 58, 237, 0.22);
    color: #c4b5fd;
}

/* ---- Mid CTA band ---- */
.home-mid-cta {
    padding: 0 0 72px;
    margin-top: -56px;
    background: transparent;
    position: relative;
    z-index: 2;
}

.home-mid-cta-inner {
    position: relative;
    background: linear-gradient(135deg, #2072f3 0%, #1d4ed8 45%, #1557c7 100%);
    border-radius: 24px;
    padding: 40px 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
    box-shadow:
        0 4px 6px rgba(15, 23, 42, 0.06),
        0 28px 64px rgba(32, 114, 243, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
}

.home-mid-cta-glow {
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent 65%);
    pointer-events: none;
}

.home-mid-cta-inner::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
    opacity: 0.6;
}

.home-mid-cta-text {
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 260px;
}

.home-mid-cta-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.12);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.home-mid-cta-text h2 {
    font-size: clamp(22px, 2.8vw, 28px);
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.25;
}

.home-mid-cta-text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    line-height: 1.6;
    max-width: 520px;
}

.home-mid-cta-actions {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.home-mid-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    background: rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: 0.25s;
    backdrop-filter: blur(8px);
}

.home-mid-phone:hover {
    background: rgba(15, 23, 42, 0.5);
    color: #fff;
    transform: translateY(-2px);
}

.home-mid-phone i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.home-mid-cta-inner .btn-primary {
    background: #fff !important;
    color: var(--primary) !important;
    border-color: #fff !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    font-weight: 700;
}

.home-mid-cta-inner .btn-primary:hover {
    background: #f0f7ff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

/* ---- Compare Section ---- */
.compare-section {
    padding: 96px 0 88px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fafc 0%, #eef4ff 45%, #f8fafc 100%);
}

.compare-section-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 18%, rgba(32, 114, 243, 0.09), transparent 42%),
        radial-gradient(circle at 88% 82%, rgba(0, 196, 167, 0.08), transparent 42%);
}

.compare-section-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(32, 114, 243, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(32, 114, 243, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 20%, transparent 75%);
}

.compare-section-header {
    max-width: 760px;
    margin-bottom: 52px;
    position: relative;
    z-index: 1;
}

.compare-section-header h2 {
    line-height: 1.25;
}

.compare-highlight {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.compare-stat-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    padding: 10px 22px 10px 10px;
    background: #fff;
    border-radius: 999px;
    border: 1px solid rgba(32, 114, 243, 0.14);
    box-shadow: 0 10px 36px rgba(32, 114, 243, 0.12);
    font-size: 14px;
    color: var(--text);
}

.compare-stat-badge > i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.compare-stat-badge strong {
    font-size: 22px;
    font-weight: 800;
    color: var(--primary);
    font-family: var(--font-heading);
    margin-right: 4px;
}

.compare-wrapper {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.compare-container {
    position: relative;
    height: 480px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
        0 4px 6px rgba(15, 23, 42, 0.04),
        0 28px 80px rgba(32, 114, 243, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.85);
    cursor: ew-resize;
    user-select: none;
}

.compare-before,
.compare-after {
    position: absolute;
    inset: 0;
}

.compare-after {
    background: linear-gradient(145deg, #1557c7 0%, #2072f3 40%, #00b89a 100%);
    z-index: 0;
}

.compare-after::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.18), transparent 38%),
        radial-gradient(circle at 20% 90%, rgba(0, 196, 167, 0.25), transparent 45%);
    pointer-events: none;
}

.compare-before {
    background: linear-gradient(145deg, #334155 0%, #64748b 55%, #94a3b8 100%);
    z-index: 1;
    clip-path: inset(0 50% 0 0);
}

.compare-before::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.1), transparent 40%);
    pointer-events: none;
}

.compare-panel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: min(340px, 42%);
    text-align: center;
    z-index: 1;
}

.compare-panel--growth {
    right: 8%;
}

.compare-panel--legacy {
    left: 8%;
}

.compare-panel-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.compare-panel-badge--growth {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(6px);
}

.compare-panel-badge--legacy {
    background: rgba(15, 23, 42, 0.25);
    color: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.compare-panel-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.compare-panel h3 {
    font-size: clamp(22px, 2.5vw, 28px);
    color: #fff;
    margin-bottom: 6px;
    text-align: center;
}

.compare-panel-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 20px;
    line-height: 1.5;
}

.compare-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.compare-panel ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    line-height: 1.4;
}

.compare-item-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 11px;
}

.compare-panel--growth .compare-item-icon {
    background: rgba(0, 196, 167, 0.35);
    color: #fff;
}

.compare-panel--legacy .compare-item-icon {
    background: rgba(15, 23, 42, 0.3);
    color: rgba(255, 255, 255, 0.75);
}

.compare-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10;
    box-shadow: 0 0 24px rgba(255, 255, 255, 0.45);
    pointer-events: none;
}

.compare-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid var(--primary);
    box-shadow:
        0 8px 32px rgba(15, 23, 42, 0.22),
        0 0 0 8px rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--primary);
    pointer-events: auto;
    cursor: ew-resize;
}

.compare-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    font-size: 13px;
    color: var(--text-muted);
}

.compare-hint i {
    color: var(--primary);
    opacity: 0.7;
}

.compare-labels {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
    padding: 0 4px;
}

.compare-labels span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 13px;
}

.compare-labels span:first-child {
    background: rgba(100, 116, 139, 0.12);
    color: #64748b;
}

.compare-labels span:first-child i {
    color: #94a3b8;
}

.compare-labels span:last-child {
    background: rgba(32, 114, 243, 0.1);
    color: var(--primary);
}

.compare-labels span:last-child i {
    color: var(--secondary);
}

@media (max-width: 768px) {
    .compare-section {
        padding: 72px 0 64px;
    }

    .compare-container {
        height: auto;
        min-height: 560px;
    }

    .compare-panel {
        width: min(280px, 88%);
    }

    .compare-panel--growth {
        right: 4%;
    }

    .compare-panel--legacy {
        left: 4%;
    }

    .compare-panel ul li {
        font-size: 12px;
        padding: 8px 12px;
    }

    .compare-stat-badge {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        border-radius: 20px;
        padding: 14px 18px;
    }

    .compare-labels {
        flex-direction: column;
        align-items: center;
    }
}

/* ---- Home Pillars ---- */
.home-pillars-section {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
}

.home-pillars-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 10% 20%, rgba(32, 114, 243, 0.06), transparent 42%),
        radial-gradient(circle at 90% 80%, rgba(0, 196, 167, 0.05), transparent 40%);
}

.home-pillars-header { max-width: 760px; }

.home-pillars-highlight {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-pillars-grid { gap: 28px; }

.home-pillar-card {
    position: relative;
    border-radius: 22px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
}

.home-pillar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    opacity: 0;
    transition: opacity 0.3s;
}

.home-pillar-card:hover::before { opacity: 1; }

.home-pillar-card--platform::before { background: linear-gradient(90deg, #2072f3, #60a5fa); }
.home-pillar-card--execution::before { background: linear-gradient(90deg, #00c4a7, #2dd4bf); }
.home-pillar-card--ai::before { background: linear-gradient(90deg, #7c3aed, #a78bfa); }

.home-pillar-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 56px rgba(32, 114, 243, 0.14);
    border-color: rgba(32, 114, 243, 0.18);
}

.home-pillar-img {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.home-pillar-card--platform .home-pillar-img {
    background: linear-gradient(145deg, #2072f3, #3b82f6 50%, #60a5fa);
}

.home-pillar-card--execution .home-pillar-img {
    background: linear-gradient(145deg, #0891b2, #00c4a7 50%, #2dd4bf);
}

.home-pillar-card--ai .home-pillar-img {
    background: linear-gradient(145deg, #6d28d9, #7c3aed 50%, #a78bfa);
}

.home-pillar-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.2), transparent 50%);
}

.home-pillar-img-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    backdrop-filter: blur(8px);
    position: relative;
    z-index: 1;
    transition: transform 0.3s;
}

.home-pillar-card:hover .home-pillar-img-icon { transform: scale(1.08); }

.home-pillar-num {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 48px;
    font-weight: 800;
    font-family: var(--font-heading);
    color: rgba(255, 255, 255, 0.15);
    line-height: 1;
    z-index: 1;
}

.home-pillar-body {
    padding: 28px 28px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.home-pillar-body h3 {
    font-size: 21px;
    margin-bottom: 10px;
}

.home-pillar-body > p {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 20px;
}

.home-pillar-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    flex: 1;
}

.home-pillar-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    padding-left: 0;
    font-size: 13px;
    color: var(--text);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.home-pillar-list li::before { display: none; }

.home-pillar-list li:last-child { border-bottom: none; }

.home-pillar-list li i {
    color: var(--secondary);
    margin-top: 3px;
    font-size: 12px;
    flex-shrink: 0;
}

.home-pillar-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
    transition: 0.25s;
    margin-top: auto;
}

.home-pillar-link i {
    font-size: 12px;
    transition: transform 0.25s;
}

.home-pillar-link:hover {
    color: var(--primary-dark);
    gap: 12px;
}

.home-pillar-link:hover i { transform: translateX(4px); }

/* ---- Home Case Studies ---- */
.home-cases-section {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
}

.home-cases-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 85% 15%, rgba(32, 114, 243, 0.05), transparent 45%),
        radial-gradient(circle at 15% 85%, rgba(0, 196, 167, 0.04), transparent 40%);
}

.home-cases-header { max-width: 720px; }

.home-cases-highlight {
    background: linear-gradient(135deg, var(--primary), #1d4ed8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-cases-grid { gap: 28px; }

.home-case-card {
    position: relative;
    border-radius: 22px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
}

.home-case-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 56px rgba(15, 23, 42, 0.12);
    border-color: rgba(32, 114, 243, 0.15);
}

.home-case-header {
    position: relative;
    padding: 32px 28px;
    background: linear-gradient(145deg, #0f172a 0%, #1e3a5f 55%, #1a2b4a 100%);
    overflow: hidden;
}

.home-case-header::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(32, 114, 243, 0.25), transparent 70%);
    pointer-events: none;
}

.home-case-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--secondary);
    background: rgba(0, 196, 167, 0.12);
    border: 1px solid rgba(0, 196, 167, 0.25);
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.home-case-stat {
    font-size: clamp(40px, 5vw, 56px);
    background: linear-gradient(135deg, #fff, #93c5fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
}

.home-case-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 4px;
}

.home-case-body {
    padding: 26px 28px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.home-case-body h3 {
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 1.35;
}

.home-case-body p {
    font-size: 14px;
    line-height: 1.65;
    flex: 1;
    margin-bottom: 20px;
}

.home-case-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
    transition: 0.25s;
    margin-top: auto;
}

.home-case-link i {
    font-size: 12px;
    transition: transform 0.25s;
}

.home-case-link:hover {
    color: var(--primary-dark);
    gap: 12px;
}

.home-case-link:hover i { transform: translateX(4px); }

.home-cases-cta {
    text-align: center;
    margin-top: 48px;
}

.home-cases-cta .btn-primary {
    box-shadow: 0 12px 40px rgba(32, 114, 243, 0.3);
    padding: 14px 32px;
}

/* ---- Home Blog ---- */
.home-blog-section {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.home-blog-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 50% 0%, rgba(32, 114, 243, 0.04), transparent 50%);
}

.home-blog-header { max-width: 760px; }

.home-blog-highlight {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-blog-grid { gap: 28px; }

.home-blog-card {
    border-radius: 22px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
}

.home-blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 56px rgba(32, 114, 243, 0.12);
    border-color: rgba(32, 114, 243, 0.15);
}

.home-blog-img {
    position: relative;
    height: 180px;
    background: linear-gradient(145deg, #2072f3, #00c4a7);
    overflow: hidden;
}

.home-blog-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.15), transparent 50%);
}

.home-blog-img-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    backdrop-filter: blur(8px);
    position: relative;
    z-index: 1;
    transition: transform 0.3s;
}

.home-blog-card:hover .home-blog-img-icon { transform: scale(1.08) rotate(-3deg); }

.home-blog-tag {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff;
    background: rgba(15, 23, 42, 0.35);
    backdrop-filter: blur(6px);
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.home-blog-body {
    padding: 26px 28px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.home-blog-body h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.home-blog-body h3 a {
    color: var(--dark);
    transition: color 0.2s;
}

.home-blog-body h3 a:hover { color: var(--primary); }

.home-blog-body > p {
    font-size: 14px;
    line-height: 1.65;
    flex: 1;
    margin-bottom: 20px;
}

.home-blog-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
    transition: 0.25s;
    margin-top: auto;
}

.home-blog-link i {
    font-size: 12px;
    transition: transform 0.25s;
}

.home-blog-link:hover {
    color: var(--primary-dark);
    gap: 12px;
}

.home-blog-link:hover i { transform: translateX(4px); }

@media (max-width: 768px) {
    .home-pillars-section,
    .home-cases-section,
    .home-blog-section { padding: 72px 0; }

    .home-pillar-body,
    .home-case-body,
    .home-blog-body { padding: 22px 20px 26px; }

    .home-pillar-img,
    .home-blog-img { height: 150px; }
}

/* ---- Homepage Institute Promo ---- */
.home-institute-promo {
    padding: 72px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 50%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.home-institute-promo::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 15% 50%, rgba(109,40,217,0.06) 0%, transparent 45%),
                      radial-gradient(circle at 85% 30%, rgba(32,114,243,0.05) 0%, transparent 40%);
    pointer-events: none;
}

.home-institute-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(109, 40, 217, 0.18);
    box-shadow: 0 32px 80px rgba(79, 70, 229, 0.18), 0 8px 24px rgba(15, 23, 42, 0.06);
    background: linear-gradient(135deg, #4c1d95 0%, #6d28d9 35%, #5b21b6 70%, #4338ca 100%);
}

.home-institute-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    opacity: 0.5;
}

.home-institute-glow--1 {
    width: 320px;
    height: 320px;
    background: rgba(167, 139, 250, 0.35);
    top: -80px;
    right: -60px;
}

.home-institute-glow--2 {
    width: 240px;
    height: 240px;
    background: rgba(0, 196, 167, 0.2);
    bottom: -40px;
    left: 10%;
}

.home-institute-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

.home-institute-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 48px;
    padding: 52px 52px 48px;
    align-items: center;
}

.home-institute-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.22);
    color: #e9d5ff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home-institute-content h2 {
    font-size: clamp(28px, 3.5vw, 42px);
    color: #fff;
    line-height: 1.15;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    font-family: var(--font-heading);
}

.home-institute-content h2 span {
    background: linear-gradient(90deg, #fde68a, #fbbf24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-institute-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
}

.home-institute-stars {
    color: #fbbf24;
    font-size: 13px;
    letter-spacing: 2px;
}

.home-institute-rating strong {
    color: #fde68a;
    font-size: 16px;
}

.home-institute-lead {
    font-size: 16px;
    font-weight: 600;
    color: #c4b5fd;
    margin-bottom: 12px;
}

.home-institute-desc {
    font-size: 15px;
    color: rgba(255,255,255,0.78);
    line-height: 1.75;
    margin-bottom: 22px;
    max-width: 540px;
}

.home-institute-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.home-institute-tags span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.92);
    transition: 0.25s;
}

.home-institute-tags span:hover {
    background: rgba(255,255,255,0.18);
    transform: translateY(-2px);
}

.home-institute-tags span i {
    font-size: 11px;
    color: #a78bfa;
}

.home-institute-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.home-institute-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s;
    font-family: inherit;
}

.home-institute-btn--primary {
    background: #fff;
    color: #6d28d9 !important;
    box-shadow: 0 8px 28px rgba(0,0,0,0.18);
}

.home-institute-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(0,0,0,0.22);
    color: #5b21b6 !important;
}

.home-institute-btn--ghost {
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.35);
    color: #fff !important;
    backdrop-filter: blur(8px);
}

.home-institute-btn--ghost:hover {
    background: rgba(255,255,255,0.2);
    border-color: #fff;
    transform: translateY(-2px);
    color: #fff !important;
}

.home-institute-partners {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.12);
}

.home-institute-partners > span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255,255,255,0.5);
}

.home-institute-partner-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-institute-partner-logos span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
    background: rgba(255,255,255,0.08);
    padding: 6px 12px;
    border-radius: 8px;
}

.home-institute-partner-logos i {
    font-size: 14px;
    opacity: 0.9;
}

.home-institute-visual {
    position: relative;
}

.home-institute-hero-photo {
    position: absolute;
    inset: -12px -20px auto auto;
    width: min(52%, 280px);
    aspect-ratio: 4 / 5;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
    z-index: 0;
    opacity: 0.92;
}

.home-institute-hero-img,
.home-institute-hero-photo .inst-media-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-institute-visual .home-institute-stats {
    position: relative;
    z-index: 1;
}

.home-institute-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.home-institute-stat {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 20px;
    padding: 24px 20px;
    text-align: center;
    backdrop-filter: blur(12px);
    transition: 0.3s;
}

.home-institute-stat:hover {
    background: rgba(255,255,255,0.16);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

.home-institute-stat-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    border-radius: 14px;
    background: rgba(255,255,255,0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #e9d5ff;
}

.home-institute-stat-icon--img {
    padding: 8px;
    background: rgba(255, 255, 255, 0.18);
}

.home-institute-stat-icon--img .inst-media-img,
.home-institute-stat-icon--img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-institute-tag--img {
    gap: 8px;
    padding-left: 10px;
}

.home-institute-tag-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.home-institute-tag-icon .inst-media-img,
.home-institute-tag-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-institute-partner--img {
    gap: 8px;
}

.home-institute-partner-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-institute-partner-icon .inst-media-img,
.home-institute-partner-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-institute-stat strong {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    font-family: var(--font-heading);
    line-height: 1.1;
}

.home-institute-stat span {
    font-size: 12px;
    color: rgba(255,255,255,0.65);
    font-weight: 500;
    margin-top: 4px;
    display: block;
}

.home-institute-stat--accent {
    background: rgba(0, 196, 167, 0.15);
    border-color: rgba(0, 196, 167, 0.35);
}

.home-institute-stat--accent .home-institute-stat-icon {
    background: rgba(0, 196, 167, 0.25);
    color: #5eead4;
}

.home-institute-float {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 16px;
    padding: 12px 18px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.2);
    font-size: 13px;
    font-weight: 600;
    color: var(--dark);
    animation: homeInstFloat 4s ease-in-out infinite;
}

.home-institute-float i {
    font-size: 20px;
    color: #6d28d9;
}

.home-institute-float--scholarship {
    top: -16px;
    right: -8px;
}

.home-institute-float--scholarship strong {
    display: block;
    font-size: 18px;
    color: #6d28d9;
    line-height: 1.1;
}

.home-institute-float--scholarship span {
    font-size: 11px;
    color: var(--text-muted);
    font-weight: 500;
}

.home-institute-float--placement {
    bottom: -12px;
    left: -12px;
    animation-delay: 2s;
}

.home-institute-float--placement i {
    color: #059669;
}

@keyframes homeInstFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* ---- Responsive ---- */
@media (max-width: 1280px) {
    .home-services-grid { grid-template-columns: repeat(2, 1fr); }
    .features-overlap .features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 992px) {
    .hero-v5-layout { grid-template-columns: 1fr; }
    .hero-v5-visual { height: 360px; margin-top: 16px; }
    .hero-v5-card-main { width: 280px; }
    .trust-dot { display: none; }
    .trust-pill { padding: 6px 10px; font-size: 10px; }
    .top-bar-link { display: none; }
    .home-power-grid { grid-template-columns: repeat(2, 1fr); }
    .home-why-layout { grid-template-columns: 1fr; gap: 40px; }
    .home-why-section { padding: 72px 0 100px; }
    .home-mid-cta { margin-top: -48px; }
    .home-institute-inner { grid-template-columns: 1fr; padding: 40px 32px; }
}

@media (max-width: 768px) {
    .header-system {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    body.page-home .header-system {
        background: var(--app-dark, #0a0f1a) !important;
    }

    .top-bar { display: none; }
    .header-trust-bar { display: none; }
    .desktop-nav { display: none; }
    .header-container { padding-left: 16px; padding-right: 16px; }

    body.page-home .hero-v5 {
        min-height: auto;
        padding-top: 24px;
        padding-bottom: 0;
        margin-top: 0;
        background: var(--app-dark, #0a0f1a);
    }

    body.page-home .hero-v5 h1 .hero-highlight {
        background: linear-gradient(135deg, #a5f3fc 0%, #22d3ee 40%, #2dd4bf 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #22d3ee;
    }

    body.page-home .hero-v5-badge {
        display: none;
    }

    body.page-home .hero-v5-wave {
        display: none;
    }

    .hero-v5 {
        min-height: auto;
        padding-top: 16px;
        padding-bottom: 8px;
    }

    .hero-v5-layout { padding-bottom: 56px; gap: 18px; }
    .hero-v5-content { padding: 0; }

    .hero-v5 h1 {
        font-size: clamp(26px, 7.2vw, 34px);
        letter-spacing: -0.5px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .hero-v5 h1 .hero-highlight {
        background: linear-gradient(135deg, #67e8f9 0%, #22d3ee 40%, #00c4a7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .hero-v5-subtitle {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 22px;
        color: rgba(255,255,255,0.72);
    }

    .hero-v5-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-bottom: 22px;
    }

    .hero-v5-trust-item {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        padding: 14px 12px;
        font-size: 11px;
        line-height: 1.35;
        border-radius: 16px;
        background: rgba(255,255,255,0.05);
        border: 1px solid rgba(255,255,255,0.08);
        min-width: 0;
    }

    .hero-v5-trust-item i {
        width: 32px;
        height: 32px;
        font-size: 12px;
        border-radius: 50%;
        background: rgba(32, 114, 243, 0.2);
        flex-shrink: 0;
    }

    .hero-v5-buttons {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 18px;
    }

    .hero-v5-buttons .btn-primary {
        width: 100%;
        justify-content: center;
        padding: 16px 24px;
        font-size: 15px;
        font-weight: 700;
        border-radius: 16px;
        background: linear-gradient(135deg, #2072f3 0%, #1557c7 100%);
        box-shadow: 0 8px 32px rgba(32, 114, 243, 0.5);
        border: none;
    }

    .hero-v5-buttons .btn-hero-outline {
        width: 100%;
        justify-content: center;
        padding: 15px 24px;
        font-size: 15px;
        border-radius: 16px;
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(255,255,255,0.18);
        color: rgba(255,255,255,0.9);
    }

    .hero-v5-rating {
        margin-bottom: 16px;
        gap: 8px;
    }

    .hero-v5-rating > span {
        font-size: 12px;
        color: rgba(255,255,255,0.55);
    }

    .hero-v5-stars { font-size: 12px; }

    .hero-v5-pills { gap: 8px; }

    .hero-v5-pill {
        font-size: 11px;
        padding: 7px 14px;
        border-radius: 50px;
        background: rgba(255,255,255,0.05);
        border-color: rgba(255,255,255,0.12);
        color: rgba(255,255,255,0.75);
    }

    /* Hero visual shown on mobile — layout handled in mobile-app.css */
    .hero-v5-visual { display: block; }
    .hero-v5-wave svg { height: 36px; }
    .features-overlap { margin-top: 0; padding-bottom: 32px; }
    .features-overlap .features-grid {
        padding: 12px 16px;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .features-overlap .feature-card {
        border-radius: 18px;
        box-shadow: 0 4px 24px rgba(15, 23, 42, 0.07);
    }
    .home-services-grid { grid-template-columns: 1fr; gap: 12px; }
    .home-service-card {
        border-radius: 18px;
        box-shadow: 0 4px 24px rgba(15, 23, 42, 0.07);
    }
    .home-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .home-power-grid { grid-template-columns: 1fr; }
    .home-why-cards { grid-template-columns: 1fr 1fr; gap: 14px; }
    .home-why-card { padding: 22px 16px 20px; }
    .home-mid-cta-inner { flex-direction: column; text-align: center; padding: 28px 24px; }
    .home-mid-cta-text { min-width: 0; }
    .home-mid-cta-actions { justify-content: center; width: 100%; }
    .home-mid-cta-inner .btn-primary { width: 100%; justify-content: center; }
    .home-mid-phone { width: 100%; justify-content: center; }
    .home-institute-promo { padding: 48px 0; }
    .home-institute-inner {
        grid-template-columns: 1fr;
        padding: 36px 24px 32px;
        gap: 36px;
    }
    .home-institute-actions { flex-direction: column; }
    .home-institute-btn { width: 100%; justify-content: center; }
    .home-institute-float--scholarship { top: -8px; right: 8px; }
    .home-institute-float--placement { bottom: -8px; left: 8px; }
    .home-institute-stats { gap: 12px; }
    .home-institute-stat { padding: 18px 14px; }
    .home-institute-stat strong { font-size: 22px; }
}
