:root {
    --blue: #062e66;
    --deep: #021d46;
    --yellow: #ffc22b;
    --green: #16b761;
    --ink: #16233b;
    --muted: #5f6d82;
    --line: #e4eaf2;
    --soft: #f5f8fc;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
    background: var(--white);
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1820px, calc(100% - 64px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 4px 18px rgba(2, 29, 70, .05);
}

.nav-wrap {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.brand {
    min-width: 210px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform .2s ease;
}

.brand:hover {
    transform: translateY(-2px);
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--yellow);
    background: var(--deep);
    border: 3px solid var(--yellow);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
    transition: transform .22s ease, box-shadow .22s ease;
}

.brand:hover .brand-mark {
    transform: rotate(-8deg) scale(1.04);
    box-shadow: 0 8px 18px rgba(2, 29, 70, .18);
}

.brand strong {
    display: block;
    color: var(--blue);
    font-size: 21px;
    line-height: 1;
}

.brand small {
    display: block;
    color: var(--yellow);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 800;
}

.main-nav a {
    position: relative;
    padding: 26px 0;
    color: #24354f;
    transition: color .2s ease;
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    height: 3px;
    background: var(--yellow);
    border-radius: 99px;
    transform: scaleX(0);
    transition: transform .22s ease;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--blue);
}

.main-nav a:hover::after,
.main-nav a.active::after {
    transform: scaleX(1);
}

.call-chip {
    min-width: 150px;
    display: grid;
    gap: 1px;
    padding: 11px 16px;
    color: var(--white);
    background: var(--deep);
    border-radius: 8px;
    text-align: center;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.call-chip:hover {
    transform: translateY(-3px);
    background: #053475;
    box-shadow: 0 12px 26px rgba(2, 29, 70, .2);
}

.call-chip small {
    color: var(--yellow);
    font-size: 12px;
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: var(--blue);
}

.hero {
    background:
        linear-gradient(90deg, rgba(245, 249, 255, .98), rgba(245, 249, 255, .92)),
        radial-gradient(circle at 50% 30%, rgba(6, 46, 102, .08), transparent 28%);
    overflow: hidden;
}

.hero-grid {
    min-height: 388px;
    display: grid;
    grid-template-columns: minmax(520px, .48fr) minmax(620px, .52fr);
    align-items: center;
    gap: 30px;
    padding: 22px 0 18px;
}

.hero-copy {
    max-width: 760px;
    animation: fadeUp .55s ease both;
}

.eyebrow,
.section-kicker {
    margin: 0 0 10px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2px;
    text-transform: uppercase;
}

.hero-copy .eyebrow {
    display: inline-flex;
    order: 3;
    margin: 4px 0 14px;
    padding: 5px 8px;
    color: var(--white);
    background: var(--blue);
    border-radius: 3px;
    font-size: 10px;
    line-height: 1.2;
}

.hero h1,
.page-hero h1 {
    margin: 0;
    max-width: 560px;
    color: var(--blue);
    font-size: clamp(34px, 3.15vw, 50px);
    line-height: .96;
    text-transform: uppercase;
}

.hero h1 span {
    display: block;
    color: var(--yellow);
}

.hero-lead,
.page-hero p {
    max-width: 520px;
    color: #263b5a;
    font-size: 14px;
    font-weight: 700;
    margin: 7px 0 8px;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    margin: 0 0 16px;
}

.hero-tags span {
    width: 76px;
    min-height: 52px;
    display: grid;
    place-items: start center;
    align-content: start;
    gap: 5px;
    padding: 0;
    color: var(--blue);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 8.5px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    box-shadow: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.feature-icon {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    border: 2px solid rgba(6, 46, 102, .65);
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 5px rgba(255, 194, 43, .2);
}

.feature-icon::before,
.feature-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fees-icon::before {
    width: 11px;
    height: 7px;
    border: 2px solid var(--blue);
    border-radius: 2px;
}

.nmc-icon::before {
    width: 14px;
    height: 8px;
    background: var(--blue);
    clip-path: polygon(50% 0, 100% 35%, 50% 70%, 0 35%);
}

.nmc-icon::after {
    width: 10px;
    height: 6px;
    border-bottom: 2px solid var(--blue);
    border-left: 2px solid var(--blue);
    border-right: 2px solid var(--blue);
    top: 63%;
}

.food-icon::before {
    width: 3px;
    height: 13px;
    background: var(--blue);
    border-radius: 2px;
    transform: translate(-6px, -50%);
}

.food-icon::after {
    width: 9px;
    height: 9px;
    border: 2px solid var(--blue);
    border-radius: 50%;
    transform: translate(0, -50%);
}

.visa-icon::before {
    width: 13px;
    height: 8px;
    border: 2px solid var(--blue);
    border-radius: 2px;
}

.visa-icon::after {
    width: 10px;
    height: 2px;
    background: var(--blue);
}

.support-icon::before {
    width: 13px;
    height: 13px;
    border: 2px solid var(--blue);
    border-radius: 50%;
}

.support-icon::after {
    width: 9px;
    height: 5px;
    border-left: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
    transform: translate(-50%, -62%) rotate(-45deg);
}

.hero-tags span:hover {
    transform: translateY(-3px);
    box-shadow: none;
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 25px;
    border: 0;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(2, 29, 70, .16);
    filter: saturate(1.06);
}

.btn-yellow {
    color: #15213a;
    background: var(--yellow);
}

.btn-blue {
    color: var(--white);
    background: var(--blue);
}

.btn-green {
    color: var(--white);
    background: var(--green);
}

.btn-outline-light {
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, .75);
    background: transparent;
}

.hero-visual {
    position: relative;
    min-height: 338px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    animation: fadeIn .55s .08s ease both;
}

.hero-visual img,
.hero-image-placeholder {
    width: min(430px, 62%);
    height: 330px;
    object-fit: cover;
    object-position: center 34%;
    border-radius: 0 0 92px 92px;
    box-shadow: none;
    transition: transform .22s ease, box-shadow .22s ease;
}

.hero-image-placeholder {
    display: grid;
    place-items: center;
    justify-self: center;
    color: rgba(6, 46, 102, .54);
    background:
        radial-gradient(circle at 42% 28%, rgba(255,255,255,.9), rgba(255,255,255,.25) 42%, transparent 44%),
        linear-gradient(90deg, rgba(255, 255, 255, .2), rgba(213, 237, 249, .5));
    border: 0;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-image-placeholder span {
    padding: 9px 16px;
    background: rgba(255, 255, 255, .68);
    border-radius: 4px;
}

.hero-visual:hover img,
.hero-visual:hover .hero-image-placeholder {
    transform: translateY(-3px) scale(1.006);
    box-shadow: none;
}

.badge {
    position: absolute;
    width: 92px;
    min-height: 84px;
    display: grid;
    place-items: center;
    padding: 10px;
    color: var(--white);
    background: var(--deep);
    border: 3px solid var(--yellow);
    clip-path: polygon(50% 0, 100% 18%, 100% 78%, 50% 100%, 0 78%, 0 18%);
    text-align: center;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    transition: transform .2s ease;
}

.badge:hover {
    transform: translateY(-4px);
}

.admission {
    top: 6px;
    right: 28px;
}

.scholarship {
    right: 16px;
    bottom: 30px;
}

.scholarship strong {
    color: var(--yellow);
    font-size: 27px;
}

.flag-strip {
    position: absolute;
    right: 188px;
    top: 130px;
    display: grid;
    grid-template-columns: repeat(3, 34px);
    gap: 8px;
}

.flag-strip span {
    height: 24px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--green);
    border-radius: 3px;
    font-size: 9px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
    transition: transform .2s ease;
}

.flag-strip span:hover {
    transform: translateY(-4px);
}

.flag {
    position: relative;
    overflow: hidden;
}

.flag-bd {
    background: #006a4e;
}

.flag-bd::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #f42a41;
    border-radius: 50%;
}

.flag-uz {
    background:
        linear-gradient(#0099b5 0 32%, #d51e2d 32% 35%, #fff 35% 65%, #d51e2d 65% 68%, #009b74 68%);
}

.flag-kz {
    background: #00afca;
}

.flag-kz::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #fec107;
    border-radius: 50%;
}

.flag-np {
    background: #003893;
}

.flag-np::before {
    content: "";
    position: absolute;
    inset: 2px 7px 2px 4px;
    background: #dc143c;
    clip-path: polygon(0 0, 100% 45%, 28% 45%, 100% 100%, 0 100%);
}

.flag-ru {
    background: linear-gradient(#fff 0 33%, #0039a6 33% 66%, #d52b1e 66%);
}

.flag-ge {
    background:
        linear-gradient(90deg, transparent 0 44%, #e21b2d 44% 56%, transparent 56%),
        linear-gradient(transparent 0 40%, #e21b2d 40% 60%, transparent 60%),
        #fff;
}

.stats-section {
    background: #fff;
    padding-bottom: 24px;
}

.stats-bar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    color: var(--white);
    background: var(--deep);
    border-radius: 5px;
    box-shadow: 0 16px 40px rgba(2, 29, 70, .12);
    overflow: hidden;
}

.stats-bar div {
    min-height: 56px;
    display: grid;
    grid-template-columns: 34px 1fr;
    place-items: center;
    align-content: center;
    column-gap: 10px;
    padding: 10px 12px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .16);
    transition: background .2s ease, transform .2s ease;
}

.stat-icon {
    width: 26px;
    height: 26px;
    display: block;
    position: relative;
    border: 2px solid rgba(255, 194, 43, .8);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 194, 43, .28) 0 32%, transparent 34%),
        transparent;
    grid-row: 1 / 3;
}

.stat-icon::before,
.stat-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.students-icon::before {
    width: 11px;
    height: 11px;
    border: 2px solid var(--yellow);
    border-radius: 50%;
    top: 40%;
}

.students-icon::after {
    width: 16px;
    height: 8px;
    border: 2px solid var(--yellow);
    border-top: 0;
    border-radius: 0 0 12px 12px;
    top: 69%;
}

.university-icon::before {
    width: 17px;
    height: 10px;
    border: 2px solid var(--yellow);
    border-top: 0;
    top: 61%;
}

.university-icon::after {
    width: 18px;
    height: 10px;
    background: var(--yellow);
    clip-path: polygon(50% 0, 100% 65%, 0 65%);
    top: 35%;
}

.countries-icon::before {
    width: 16px;
    height: 16px;
    border: 2px solid var(--yellow);
    border-radius: 50%;
}

.countries-icon::after {
    width: 2px;
    height: 18px;
    background: var(--yellow);
}

.visa-stat-icon::before {
    width: 16px;
    height: 18px;
    border: 2px solid var(--yellow);
    border-radius: 8px 8px 4px 4px;
}

.visa-stat-icon::after {
    width: 9px;
    height: 5px;
    border-left: 2px solid var(--yellow);
    border-bottom: 2px solid var(--yellow);
    transform: translate(-50%, -55%) rotate(-45deg);
}

.support-stat-icon::before {
    width: 16px;
    height: 16px;
    border: 2px solid var(--yellow);
    border-radius: 50%;
}

.support-stat-icon::after {
    width: 7px;
    height: 7px;
    border-right: 2px solid var(--yellow);
    border-bottom: 2px solid var(--yellow);
    transform: translate(-45%, -45%) rotate(-45deg);
}

.stats-bar div:hover {
    background: rgba(255, 255, 255, .08);
    transform: translateY(-2px);
}

.stats-bar div:last-child {
    border-right: 0;
}

.stats-bar strong {
    display: block;
    color: var(--yellow);
    font-size: 20px;
    line-height: 1.1;
    grid-column: 2;
}

.stats-bar span {
    display: block;
    font-size: 9.5px;
    font-weight: 800;
    grid-column: 2;
}

.section {
    padding: 58px 0;
}

h2 {
    margin: 0 0 16px;
    color: var(--blue);
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.1;
}

h3 {
    color: var(--blue);
}

.center {
    text-align: center;
}

.split-layout,
.career-grid,
.trust-grid,
.booking-grid,
.content-grid,
.contact-grid,
.about-intro-grid,
.about-mission-card {
    display: grid;
    gap: 28px;
    align-items: start;
}

.split-layout {
    grid-template-columns: 300px minmax(0, 1fr);
}

.career-grid {
    grid-template-columns: 320px minmax(0, 1fr);
}

.trust-grid,
.booking-grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.content-grid,
.contact-grid {
    grid-template-columns: minmax(0, 1fr) 340px;
}

.about-intro-grid {
    grid-template-columns: minmax(0, 1fr) 250px;
    align-items: center;
}

.mission-panel p,
.content-grid p,
.info-card p,
.contact-panel p,
.about-intro-grid p,
details p {
    color: var(--muted);
}

.check-list {
    padding: 0;
    margin: 22px 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding: 6px 0 6px 28px;
    color: #263b5a;
    font-weight: 800;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: inset 0 0 0 4px var(--white), 0 0 0 1px var(--green);
}

.two-column {
    columns: 2;
}

.country-grid,
.testimonial-grid,
.feature-grid,
.partner-grid,
.steps,
.mini-grid,
.value-grid,
.process-list,
.about-service-grid,
.about-why-grid,
.about-stat-card {
    display: grid;
    gap: 16px;
}

.country-grid {
    grid-template-columns: repeat(3, 1fr);
}

.testimonial-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-grid,
.partner-grid,
.steps,
.mini-grid,
.value-grid,
.process-list,
.about-service-grid,
.about-why-grid {
    grid-template-columns: repeat(2, 1fr);
}

.country-card,
.testimonial-grid article,
.info-card,
.side-form,
.contact-panel,
.contact-form,
.steps div,
.feature-grid div,
.partner-grid div,
.mini-grid div,
.value-grid article,
.process-list div,
.about-service-grid article,
.about-why-grid article,
.about-stat-card article,
.kolkata-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(17, 36, 70, .05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.country-card:hover,
.testimonial-grid article:hover,
.info-card:hover,
.side-form:hover,
.contact-panel:hover,
.contact-form:hover,
.steps div:hover,
.feature-grid div:hover,
.partner-grid div:hover,
.mini-grid div:hover,
.value-grid article:hover,
.process-list div:hover,
.about-service-grid article:hover,
.about-why-grid article:hover,
.about-stat-card article:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 194, 43, .75);
    box-shadow: 0 18px 36px rgba(17, 36, 70, .1);
}

.country-card {
    overflow: hidden;
}

.country-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform .32s ease;
}

.country-card:hover img {
    transform: scale(1.06);
}

.country-card h3 {
    margin: 14px 16px 8px;
    text-align: center;
    text-transform: uppercase;
}

.country-card ul {
    margin: 0 16px 16px;
    padding-left: 18px;
    color: var(--muted);
    font-size: 13px;
}

.country-card a {
    display: block;
    margin: 0 16px 18px;
    padding: 10px 12px;
    color: #17213a;
    background: var(--yellow);
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease;
}

.country-card a:hover {
    transform: translateY(-2px);
    background: #ffd25a;
}

.scholar-card {
    min-height: 220px;
    padding: 28px;
    color: var(--white);
    background: linear-gradient(135deg, var(--deep), #0a4b95);
    border-radius: 8px;
    overflow: hidden;
}

.scholar-card h2 {
    color: var(--white);
    font-size: 26px;
}

.steps div,
.feature-grid div,
.partner-grid div,
.mini-grid div,
.value-grid article,
.process-list div,
.about-service-grid article {
    min-height: 96px;
    display: grid;
    place-items: center;
    padding: 18px 14px;
    color: var(--blue);
    text-align: center;
    font-weight: 900;
}

.steps b,
.process-list b {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin: 0 auto 9px;
    color: var(--white);
    background: var(--blue);
    border-radius: 50%;
    transition: transform .2s ease, background .2s ease;
}

.steps div:hover b,
.process-list div:hover b {
    transform: rotate(-6deg) scale(1.08);
    background: var(--green);
}

.trust-section,
.soft-band {
    background: var(--soft);
}

.testimonial-grid article,
.info-card,
.side-form,
.contact-panel,
.contact-form {
    padding: 24px;
}

.student-avatar {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border: 3px solid var(--yellow);
    border-radius: 50%;
    margin-bottom: 12px;
}

.testimonial-grid p {
    color: var(--muted);
}

.testimonial-grid strong,
.testimonial-grid span {
    display: block;
}

.testimonial-grid strong {
    color: var(--blue);
}

.testimonial-grid span {
    color: var(--muted);
    font-size: 13px;
}

.booking-section {
    padding: 54px 0;
    color: var(--white);
    background: linear-gradient(135deg, #021d46 0%, #063a82 72%, #0a4b95 100%);
}

.booking-section h2 {
    color: var(--white);
}

.lead-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    padding: 18px;
    background: rgba(255, 255, 255, .97);
    border-radius: 8px;
}

label span {
    display: block;
    margin-bottom: 6px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 900;
}

input,
select,
textarea {
    width: 100%;
    min-height: 44px;
    padding: 11px 12px;
    border: 1px solid var(--line);
    border-radius: 5px;
    font: inherit;
    background: var(--white);
    transition: border-color .2s ease, box-shadow .2s ease;
}

input:focus,
select:focus,
textarea:focus {
    outline: 0;
    border-color: var(--yellow);
    box-shadow: 0 0 0 4px rgba(255, 194, 43, .18);
}

textarea {
    resize: vertical;
}

.form-wide {
    grid-column: 1 / -1;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 22px;
}

details {
    border: 1px solid var(--line);
    border-radius: 7px;
    background: var(--white);
    transition: border-color .2s ease, box-shadow .2s ease;
}

details:hover,
details[open] {
    border-color: rgba(6, 46, 102, .2);
    box-shadow: 0 12px 24px rgba(17, 36, 70, .08);
}

summary {
    position: relative;
    padding: 17px 52px 17px 18px;
    color: var(--ink);
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--blue);
    border-radius: 50%;
    transform: translateY(-50%);
}

details[open] summary::after {
    content: "-";
    background: var(--green);
}

details p {
    margin: 0;
    padding: 0 18px 18px;
}

.page-hero {
    min-height: 300px;
    display: grid;
    align-items: center;
    color: var(--white);
    background: linear-gradient(135deg, #021d46 0%, #062e66 70%, #0a4b95 100%);
    overflow: hidden;
}

.page-hero .container {
    animation: fadeUp .5s ease both;
}

.page-hero h1,
.page-hero .eyebrow,
.page-hero p {
    color: var(--white);
}

.success-message {
    padding: 13px 15px;
    color: #0b6d39;
    background: #e9fff2;
    border: 1px solid #bdebcf;
    border-radius: 6px;
    font-weight: 900;
}

.about-showcase {
    color: var(--white);
    background: linear-gradient(135deg, #021d46 0%, #062e66 72%, #0a4b95 100%);
    overflow: hidden;
}

.about-showcase-grid {
    min-height: 390px;
    display: grid;
    grid-template-columns: .9fr 1fr;
    gap: 28px;
    align-items: end;
    padding-top: 40px;
}

.about-showcase-copy {
    align-self: center;
    padding-bottom: 44px;
    animation: fadeUp .5s ease both;
}

.about-showcase h1 {
    margin: 0 0 20px;
    color: var(--white);
    font-size: clamp(40px, 5vw, 60px);
    line-height: 1;
}

.about-showcase h1 span,
.about-showcase strong {
    color: var(--yellow);
}

.about-showcase p {
    max-width: 390px;
    margin: 0;
    font-size: 20px;
    font-weight: 900;
}

.about-doctors {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.about-doctors img {
    width: min(520px, 100%);
    max-height: 360px;
    object-fit: cover;
    object-position: center top;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 22px 50px rgba(0, 0, 0, .2);
}

.about-stat-wrap {
    position: relative;
    z-index: 2;
    margin-top: -38px;
}

.about-stat-card {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 22px 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(17, 36, 70, .14);
}

.about-stat-card article {
    min-height: 155px;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 8px;
    padding: 0 16px;
    text-align: center;
    border: 0;
    border-right: 1px solid var(--line);
    box-shadow: none;
}

.about-stat-card article:last-child {
    border-right: 0;
}

.about-icon,
.about-line-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--deep);
    border-radius: 12px;
}

.about-line-icon {
    color: var(--blue);
    background: #fff8e6;
    border: 1px solid rgba(255, 194, 43, .65);
}

.about-icon::before,
.about-line-icon::before {
    color: inherit;
    font-size: 22px;
    font-weight: 900;
}

.calendar-icon::before { content: "17"; }
.location-icon::before { content: "K"; }
.cap-icon::before { content: "MB"; font-size: 16px; }
.people-icon::before { content: "7+"; font-size: 18px; }
.globe-icon::before { content: "MB"; font-size: 16px; }
.counselling-icon::before { content: "SC"; font-size: 16px; }
.university-icon::before { content: "U"; }
.document-icon::before { content: "D"; }
.scholarship-icon::before { content: "Rs"; font-size: 16px; }
.travel-icon::before { content: ">"; transform: rotate(-35deg); }

.about-stat-card small {
    color: var(--blue);
    font-weight: 900;
    text-transform: uppercase;
}

.about-stat-card strong {
    color: var(--blue);
    font-size: 22px;
    line-height: 1.1;
    text-transform: uppercase;
}

.about-stat-card p {
    margin: 0;
    color: #2d3b52;
    font-size: 13px;
    font-weight: 700;
}

.kolkata-card {
    overflow: hidden;
    align-self: center;
    border: 8px solid #eef3fb;
    border-radius: 50% 50% 18px 18px;
}

.kolkata-card img {
    width: 100%;
    aspect-ratio: 1 / .78;
    object-fit: cover;
}

.kolkata-card div {
    padding: 14px 12px 18px;
    color: var(--white);
    background: var(--blue);
    text-align: center;
    font-weight: 900;
}

.kolkata-card strong {
    display: block;
    color: var(--yellow);
    font-size: 23px;
}

.about-why-grid article {
    grid-template-columns: 44px 1fr;
    align-items: start;
    padding: 18px;
    text-align: left;
}

.about-why-grid span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    background: #fff2c9;
    border-radius: 50%;
}

.about-why-grid span::before {
    content: "";
    width: 13px;
    height: 7px;
    border-left: 3px solid var(--blue);
    border-bottom: 3px solid var(--blue);
    transform: rotate(-45deg);
}

.about-why-grid h3 {
    margin: 0 0 6px;
}

.about-why-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.about-mission-card {
    grid-template-columns: 120px minmax(0, 1fr) 180px;
    align-items: center;
    padding: 26px 28px;
    color: var(--white);
    background: linear-gradient(135deg, var(--deep), #063a82);
    border-radius: 12px;
}

.mission-trophy {
    width: 104px;
    height: 104px;
    display: grid;
    place-items: center;
    color: var(--yellow);
    border: 8px solid rgba(255, 194, 43, .3);
    border-radius: 50%;
    font-size: 26px;
    font-weight: 900;
}

.about-mission-card h2 {
    color: var(--yellow);
}

.about-mission-card p {
    max-width: 540px;
    margin: 0 0 16px;
    font-weight: 700;
}

.about-mission-card strong {
    color: var(--yellow);
    font-size: 20px;
    font-style: italic;
}

.about-mission-card img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    border-radius: 8px;
}

.dream-cta {
    padding: 34px 0;
    color: var(--white);
    background: linear-gradient(135deg, #021d46 0%, #062e66 75%, #0a4b95 100%);
}

.dream-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.dream-cta h2 {
    margin-bottom: 4px;
    color: var(--white);
}

.dream-cta p {
    margin: 0;
}

.site-footer {
    background: var(--white);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(3, 1fr);
    gap: 28px;
    padding: 34px 0;
}

.footer-grid h3 {
    margin: 0 0 12px;
    color: var(--blue);
}

.footer-grid a,
.footer-grid p {
    display: block;
    margin: 7px 0;
    color: var(--muted);
}

.socials {
    display: flex;
    gap: 8px;
}

.socials span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--blue);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 900;
}

.footer-bottom {
    padding: 16px;
    color: var(--muted);
    background: var(--soft);
    text-align: center;
    font-size: 13px;
}

.float-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 40;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--green);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
    transition: transform .2s ease, box-shadow .2s ease;
}

.float-whatsapp:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}

.reveal {
    opacity: 1;
    transform: none;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(.98);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 1080px) {
    .nav-wrap {
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .nav-toggle {
        display: block;
        margin-left: auto;
    }

    .call-chip {
        display: none;
    }

    .main-nav {
        order: 3;
        flex-basis: 100%;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        border-top: 1px solid var(--line);
    }

    .main-nav.open {
        display: flex;
    }

    .main-nav a {
        padding: 12px 4px;
    }

    .main-nav a::after {
        bottom: 6px;
        transform-origin: left;
    }

    .hero-grid,
    .split-layout,
    .career-grid,
    .trust-grid,
    .booking-grid,
    .content-grid,
    .contact-grid,
    .about-showcase-grid,
    .about-intro-grid,
    .about-mission-card {
        grid-template-columns: 1fr;
    }

    .hero-copy,
    .hero h1,
    .hero-lead {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .hero-tags,
    .hero-actions {
        justify-content: center;
    }

    .hero-visual {
        margin-top: 8px;
    }

    .country-grid,
    .testimonial-grid,
    .about-stat-card {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-stat-card article {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .about-stat-card article:nth-child(n + 3) {
        border-bottom: 0;
    }

    .about-showcase-copy {
        padding-bottom: 0;
        text-align: center;
    }

    .about-showcase p {
        margin: 0 auto;
    }

    .mission-trophy,
    .about-mission-card img {
        margin: 0 auto;
    }

    .about-mission-card {
        text-align: center;
    }
}

@media (max-width: 760px) {
    .container {
        width: min(100% - 24px, 1120px);
    }

    .brand {
        min-width: 0;
    }

    .brand strong {
        font-size: 17px;
    }

    .brand small {
        font-size: 9px;
    }

    .hero-grid {
        min-height: auto;
        gap: 18px;
        padding: 30px 0 26px;
    }

    .hero-copy .eyebrow {
        font-size: 10px;
        line-height: 1.35;
    }

    .hero h1,
    .page-hero h1 {
        font-size: 34px;
    }

    .hero-lead,
    .page-hero p {
        font-size: 16px;
    }

    .hero-tags {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .hero-tags span {
        display: grid;
        place-items: center;
        min-height: 42px;
        padding: 8px;
        font-size: 11px;
        text-align: center;
    }

    .hero-actions,
    .cta-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .btn {
        width: 100%;
    }

    .hero-visual {
        min-height: 280px;
    }

    .hero-visual img,
    .hero-image-placeholder {
        width: min(290px, 70%);
        height: 260px;
        border-radius: 0 0 92px 92px;
    }

    .hero-image-placeholder {
        font-size: 17px;
    }

    .badge {
        width: 88px;
        min-height: 84px;
        padding: 10px;
        font-size: 10px;
    }

    .scholarship strong {
        font-size: 23px;
    }

    .admission {
        top: 4px;
        right: 6px;
    }

    .scholarship {
        right: 2px;
        bottom: 18px;
    }

    .flag-strip {
        left: 10px;
        right: auto;
        top: 86px;
        grid-template-columns: repeat(2, 32px);
        gap: 7px;
    }

    .flag-strip span {
        height: 26px;
        font-size: 10px;
    }

    .stats-section {
        padding-bottom: 34px;
    }

    .stats-bar,
    .country-grid,
    .testimonial-grid,
    .feature-grid,
    .partner-grid,
    .steps,
    .mini-grid,
    .value-grid,
    .process-list,
    .about-service-grid,
    .about-why-grid,
    .about-stat-card,
    .faq-grid,
    .lead-form {
        grid-template-columns: 1fr;
    }

    .stats-bar div {
        min-height: 82px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .16);
    }

    .stats-bar div:last-child {
        border-bottom: 0;
    }

    .section {
        padding: 40px 0;
    }

    h2 {
        font-size: 26px;
    }

    .two-column {
        columns: 1;
    }

    .country-card img {
        height: 170px;
    }

    .booking-section {
        padding: 40px 0;
    }

    .page-hero {
        min-height: 270px;
    }

    .about-showcase-grid {
        min-height: auto;
        padding-top: 30px;
    }

    .about-showcase h1 {
        font-size: 42px;
    }

    .about-showcase p {
        font-size: 18px;
    }

    .about-doctors img {
        max-height: 280px;
    }

    .about-stat-wrap {
        margin-top: -20px;
    }

    .about-stat-card article {
        min-height: auto;
        padding: 18px 10px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .about-stat-card article:nth-child(n) {
        border-bottom: 1px solid var(--line);
    }

    .about-stat-card article:last-child {
        border-bottom: 0;
    }

    .about-why-grid article {
        grid-template-columns: 42px 1fr;
    }

    .dream-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .float-whatsapp {
        right: 12px;
        bottom: 12px;
        width: 48px;
        height: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
