.hero-home {
    position: relative;
    padding: 18px 0 72px;
    overflow: clip;
}

.hero-home::before,
.hero-home::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}

.hero-home::before {
    top: 10%;
    left: -90px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(255, 107, 53, 0.18), transparent 68%);
    animation: heroPulse 7s ease-in-out infinite;
}

.hero-home::after {
    right: 8%;
    bottom: 12%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(125, 211, 252, 0.22), transparent 68%);
    animation: heroPulse 9s ease-in-out infinite reverse;
}

.hero-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 24%, rgba(255, 107, 53, 0.18), transparent 24%),
        linear-gradient(120deg, transparent 0 52%, rgba(12, 44, 80, 0.98) 52% 100%);
    pointer-events: none;
    transition: transform 260ms ease-out;
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
    gap: 28px;
    align-items: center;
    min-height: calc(100vh - 180px);
}

.hero-copy h1 {
    margin: 16px 0 18px;
    font-size: clamp(2.5rem, 4.9vw, 4.45rem);
    max-width: 640px;
    line-height: 1.06;
}

.hero-copy p {
    max-width: 560px;
    font-size: 0.98rem;
    line-height: 1.9;
}

.hero-copy-rich,
.campus-copy-rich {
    max-width: 640px;
}

.hero-copy-rich p,
.campus-copy-rich p {
    margin: 0 0 1em;
}

.hero-copy-rich p:last-child,
.campus-copy-rich p:last-child {
    margin-bottom: 0;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.hero-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.hero-mini-stats div {
    padding: 14px 14px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(16, 35, 61, 0.08);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(12px);
}

.hero-mini-stats strong {
    display: block;
    color: var(--primary);
    font-size: 0.95rem;
}

.hero-mini-stats span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.5;
}

.hero-visual {
    position: relative;
    padding: 18px 0 12px;
    transition: transform 260ms ease-out;
}

.hero-card {
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.hero-card-top {
    margin-left: auto;
    width: min(100%, 470px);
    animation: floatCard 6s ease-in-out infinite;
}

.hero-card-top img {
    width: 100%;
    aspect-ratio: 1 / 1.02;
    object-fit: cover;
    object-position: center top;
}

.hero-card-float {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: min(280px, 84%);
    padding: 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(16, 35, 61, 0.08);
    animation: floatCard 5s ease-in-out infinite reverse;
}

.hero-card-float span {
    display: block;
    margin-bottom: 6px;
    color: var(--secondary);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-card-float strong {
    color: var(--primary);
    font-size: 0.94rem;
    line-height: 1.55;
}

.home-stats {
    padding-top: 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.stat-card,
.benefit-card,
.grade-panel,
.teaser-card,
.roadmap-item,
.schedule-grid article {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(16, 35, 61, 0.08);
    box-shadow: var(--shadow-sm);
}

.stat-card {
    padding: 28px 24px;
    border-radius: 24px;
}

.stat-card strong {
    display: block;
    color: var(--secondary);
    font-family: var(--font-heading);
    font-size: 2.6rem;
    text-shadow: 0 10px 26px rgba(255, 107, 53, 0.16);
}

.stat-card span {
    color: var(--muted);
    font-weight: 700;
}

.home-ai-faq-section {
    position: relative;
    overflow: clip;
    background:
        radial-gradient(circle at top, rgba(125, 211, 252, 0.08), transparent 32%),
        linear-gradient(180deg, #071221 0%, #0b1c33 100%);
}

.home-ai-faq-section::before,
.home-ai-faq-section::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(8px);
    pointer-events: none;
}

.home-ai-faq-section::before {
    top: 44px;
    left: 12%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(255, 107, 53, 0.15), transparent 68%);
}

.home-ai-faq-section::after {
    right: 10%;
    bottom: 36px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(125, 211, 252, 0.18), transparent 70%);
}

.home-ai-heading,
.home-ai-shell {
    position: relative;
    z-index: 1;
}

.home-ai-heading {
    max-width: 820px;
    margin: 0 auto 26px;
    text-align: center;
}

.home-ai-badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin-bottom: 16px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-ai-heading h2 {
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.home-ai-shell {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
}

.home-ai-shell::before,
.home-ai-shell::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
}

.home-ai-shell::before {
    top: -48px;
    left: 4%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(255, 107, 53, 0.18), transparent 72%);
    filter: blur(14px);
    opacity: 0.9;
}

.home-ai-shell::after {
    right: 2%;
    bottom: -36px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(125, 211, 252, 0.18), transparent 74%);
    filter: blur(20px);
    opacity: 0.82;
}

.home-ai-console {
    position: relative;
    display: grid;
    gap: 18px;
    padding: 24px;
    border-radius: 36px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
        rgba(5, 14, 28, 0.46);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.home-ai-console::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 30%),
        radial-gradient(circle at top right, rgba(125, 211, 252, 0.1), transparent 28%);
    pointer-events: none;
}

.home-ai-form {
    margin: 0;
    position: relative;
    z-index: 1;
}

.home-ai-input-shell {
    position: relative;
    padding: 14px;
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
        rgba(11, 23, 42, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow:
        0 28px 60px rgba(0, 0, 0, 0.24),
        0 0 0 1px rgba(125, 211, 252, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
}

.home-ai-input-shell::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(125, 211, 252, 0.12), transparent 28%, transparent 72%, rgba(255, 107, 53, 0.12));
    pointer-events: none;
}

.home-ai-input-row {
    position: relative;
}

.home-ai-input {
    width: 100%;
    height: 104px;
    padding: 0 92px 0 28px;
    border: 0;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
        rgba(40, 53, 76, 0.88);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.2;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        inset 0 -18px 36px rgba(0, 0, 0, 0.08);
}

.home-ai-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.home-ai-input:focus {
    outline: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
        rgba(44, 58, 84, 0.96);
    box-shadow:
        inset 0 0 0 1px rgba(125, 211, 252, 0.34),
        0 0 0 4px rgba(125, 211, 252, 0.08),
        inset 0 -18px 36px rgba(0, 0, 0, 0.08);
}

.home-ai-submit {
    position: absolute;
    right: 18px;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 18px 34px rgba(255, 107, 53, 0.24);
    transform: translateY(-50%);
    transition: transform var(--transition), box-shadow var(--transition), opacity var(--transition);
}

.home-ai-submit::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 55%);
    opacity: 0.75;
}

.home-ai-submit:hover:not(:disabled) {
    transform: translateY(calc(-50% - 2px));
    box-shadow: 0 22px 40px rgba(255, 107, 53, 0.28), 0 0 28px rgba(255, 107, 53, 0.24);
}

.home-ai-submit:disabled {
    opacity: 0.48;
    cursor: not-allowed;
    box-shadow: none;
}

.home-ai-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 8px;
}

.home-ai-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.94rem;
    font-weight: 700;
}

.home-ai-meta small {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(125, 211, 252, 0.06);
    border: 1px solid rgba(125, 211, 252, 0.12);
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.82rem;
    line-height: 1.5;
}

.home-ai-response {
    position: relative;
    display: grid;
    gap: 12px;
    padding: 26px 28px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
        rgba(7, 18, 33, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.home-ai-response.is-hidden {
    display: none;
}

.home-ai-response::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 30%, transparent 68%, rgba(255, 255, 255, 0.03));
    pointer-events: none;
}

.home-ai-response.is-loading {
    box-shadow:
        0 22px 48px rgba(0, 0, 0, 0.18),
        inset 0 0 0 1px rgba(125, 211, 252, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.03);
}

.home-ai-response.is-match {
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(255, 107, 53, 0.18);
}

.home-ai-response.is-suggestion {
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(125, 211, 252, 0.18);
}

.home-ai-response-kicker {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-ai-response p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.95;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.home-ai-response small {
    display: block;
    color: rgba(255, 255, 255, 0.56);
    line-height: 1.7;
}

.home-ai-suggestions {
    display: grid;
    gap: 14px;
}

.home-ai-suggestions.is-hidden {
    display: none;
}

.home-ai-suggestions-kicker {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-ai-suggestions-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-ai-suggestion-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(125, 211, 252, 0.18);
    background: linear-gradient(135deg, rgba(125, 211, 252, 0.12), rgba(255, 107, 53, 0.08));
    color: rgba(255, 255, 255, 0.9);
    font: inherit;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.home-ai-suggestion-chip:hover,
.home-ai-suggestion-chip:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(255, 107, 53, 0.3);
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.16), rgba(125, 211, 252, 0.14));
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
    outline: none;
}

.home-ai-query {
    display: none;
    gap: 8px;
    padding: 16px 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.12), rgba(125, 211, 252, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-ai-query-kicker {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-ai-query strong {
    color: #fff;
    font-size: 0.98rem;
    line-height: 1.7;
}

.home-ai-thinking {
    display: none;
    gap: 14px;
    position: relative;
    z-index: 1;
}

.home-ai-thinking-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.home-ai-thinking-kicker {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-ai-thinking-pulse {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7dd3fc, #ff6b35);
    box-shadow: 0 0 0 0 rgba(125, 211, 252, 0.45);
    animation: homeAiPulse 1.4s ease-out infinite;
}

.home-ai-thinking-title {
    color: rgba(255, 255, 255, 0.96);
    font-size: 1.08rem;
    line-height: 1.6;
}

.home-ai-thinking-copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.96rem;
    line-height: 1.8;
}

.home-ai-thinking-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.home-ai-thinking-track span {
    position: relative;
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
}

.home-ai-thinking-track span::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.75), rgba(255, 107, 53, 0.75), transparent);
    transform: translateX(-100%);
    animation: homeAiSweep 1.45s ease-in-out infinite;
}

.home-ai-thinking-track span:nth-child(2)::after {
    animation-delay: 0.15s;
}

.home-ai-thinking-track span:nth-child(3)::after {
    animation-delay: 0.3s;
}

.home-ai-thinking-dots {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.home-ai-thinking-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.38);
    animation: homeAiDot 0.9s ease-in-out infinite;
}

.home-ai-thinking-dots span:nth-child(2) {
    animation-delay: 0.14s;
}

.home-ai-thinking-dots span:nth-child(3) {
    animation-delay: 0.28s;
}

.home-ai-answer {
    display: grid;
    gap: 12px;
    animation: homeAiAnswerReveal 420ms cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    z-index: 1;
}

.split-section,
.campus-grid,
.roadmap-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 34px;
    align-items: start;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.benefit-card {
    padding: 28px;
    border-radius: 24px;
}

.benefit-card i {
    color: var(--secondary);
    font-size: 1.4rem;
    margin-bottom: 16px;
}

.benefit-card h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.grade-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 34px;
}

.grade-panel {
    border-radius: 24px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
}

.grade-panel span {
    color: #9edfff;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.grade-panel h3 {
    margin: 14px 0 10px;
    font-size: 1.2rem;
}

.grade-panel p {
    color: rgba(255, 255, 255, 0.78);
}

.campus-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.campus-gallery img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: var(--shadow-md);
    transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), filter 380ms ease;
}

.campus-gallery img:hover {
    transform: translateY(-8px) scale(1.02);
    filter: saturate(1.08);
}

.roadmap-list {
    display: grid;
    gap: 16px;
}

.roadmap-item {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 18px;
    align-items: start;
    padding: 22px;
    border-radius: 24px;
}

.roadmap-item span {
    display: inline-grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: var(--primary);
    color: #fff;
    font-family: var(--font-heading);
}

.teaser-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 34px;
}

.teaser-card {
    overflow: hidden;
    border-radius: 26px;
}

.teaser-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.teaser-card:hover img {
    transform: scale(1.06);
}

.teaser-card div {
    padding: 24px;
}

.teaser-card span {
    color: var(--secondary);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.teaser-card h3 {
    margin: 12px 0;
    font-size: 1.15rem;
}

.teaser-card a {
    color: var(--primary);
    font-weight: 800;
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@keyframes heroPulse {
    0%, 100% { transform: scale(1) translateY(0); opacity: 0.9; }
    50% { transform: scale(1.08) translateY(-10px); opacity: 1; }
}

@keyframes homeAiPulse {
    0% {
        transform: scale(0.92);
        box-shadow: 0 0 0 0 rgba(125, 211, 252, 0.4);
    }
    70% {
        transform: scale(1.04);
        box-shadow: 0 0 0 12px rgba(125, 211, 252, 0);
    }
    100% {
        transform: scale(0.96);
        box-shadow: 0 0 0 0 rgba(125, 211, 252, 0);
    }
}

@keyframes homeAiSweep {
    0% {
        transform: translateX(-100%);
        opacity: 0.35;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.35;
    }
}

@keyframes homeAiDot {
    0%, 100% {
        transform: translateY(0);
        opacity: 0.4;
    }
    50% {
        transform: translateY(-5px) scale(1.12);
        opacity: 1;
    }
}

@keyframes homeAiAnswerReveal {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1080px) {
    .hero-grid,
    .split-section,
    .campus-grid,
    .roadmap-grid {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        min-height: auto;
    }

    .hero-copy h1 {
        max-width: 100%;
    }

    .hero-copy p {
        max-width: 100%;
    }

    .home-ai-shell {
        grid-template-columns: 1fr;
    }

    .grade-track,
    .stats-grid,
    .teaser-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .hero-home {
        padding-bottom: 48px;
    }

    .hero-grid {
        min-height: auto;
    }

    .hero-copy h1 {
        font-size: clamp(2.1rem, 10vw, 3.3rem);
    }

    .hero-copy p {
        font-size: 0.95rem;
        line-height: 1.8;
    }

    .home-ai-heading {
        margin-bottom: 22px;
    }

    .home-ai-badge {
        min-height: 34px;
        margin-bottom: 14px;
        padding: 0 14px;
        font-size: 0.74rem;
    }

    .home-ai-input-shell {
        padding: 10px;
        border-radius: 28px;
    }

    .home-ai-input {
        height: 88px;
        padding: 0 74px 0 20px;
        border-radius: 20px;
        font-size: 0.98rem;
    }

    .home-ai-submit {
        right: 14px;
        top: 50%;
        width: 48px;
        height: 48px;
    }

    .home-ai-meta {
        padding: 0 4px;
    }

    .home-ai-meta span,
    .home-ai-meta small {
        width: 100%;
        justify-content: center;
    }

    .home-ai-console {
        padding: 18px;
        border-radius: 28px;
    }

    .home-ai-response {
        padding: 22px 20px;
        border-radius: 24px;
    }

    .home-ai-query,
    .home-ai-response p {
        padding: 16px;
        border-radius: 18px;
    }

    .home-ai-suggestions-list {
        flex-direction: column;
    }

    .home-ai-suggestion-chip {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
    }

    .hero-mini-stats,
    .benefit-grid,
    .campus-gallery,
    .grade-track,
    .stats-grid,
    .teaser-grid {
        grid-template-columns: 1fr;
    }

    .hero-card-float {
        position: static;
        width: 100%;
        margin-top: 16px;
    }

.hero-backdrop {
        background:
            radial-gradient(circle at top right, rgba(255, 107, 53, 0.14), transparent 28%),
            linear-gradient(180deg, rgba(12, 44, 80, 0.06), transparent 52%);
    }
}

.home-seo-faq-grid {
    display: grid;
    gap: 16px;
}

.home-seo-faq-item {
    border-radius: 28px;
    border: 1px solid rgba(18, 41, 74, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 248, 252, 0.98) 100%);
    box-shadow: 0 24px 54px rgba(15, 31, 58, 0.08);
    overflow: hidden;
}

.home-seo-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 28px;
    cursor: pointer;
    list-style: none;
    font-size: 1.04rem;
    font-weight: 800;
    color: #14233f;
}

.home-seo-faq-item summary::-webkit-details-marker {
    display: none;
}

.home-seo-faq-item summary i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(244, 124, 54, 0.12);
    color: #f47a3a;
    transition: transform 0.22s ease, background 0.22s ease;
}

.home-seo-faq-item[open] summary i {
    transform: rotate(45deg);
    background: rgba(244, 124, 54, 0.2);
}

.home-seo-faq-answer {
    padding: 0 28px 24px;
}

.home-seo-faq-answer p {
    margin: 0;
    color: #55657f;
    line-height: 1.7;
}

.home-public-faq {
    background:
        radial-gradient(circle at top right, rgba(125, 211, 252, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 251, 0.96));
}

.home-public-faq-actions {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.home-blog-section .section-heading {
    max-width: 860px;
    margin: 0 auto 32px;
}
