.study-visa-body {
    margin: 0;
    background: #ffffff;
    color: #0b2448;
}

.study-visa-page {
    --sv-navy: #061f49;
    --sv-navy-deep: #03152f;
    --sv-blue: #0b6fe8;
    --sv-blue-bright: #1684ff;
    --sv-orange: #ff7a1a;
    --sv-gold: #f4b91f;
    --sv-green: #11a36a;
    --sv-ink: #0a2346;
    --sv-muted: #64748b;
    --sv-line: #dce5f0;
    --sv-soft: #f4f8fd;
    --sv-white: #ffffff;
    overflow: hidden;
    color: var(--sv-ink);
    font-family: Inter, "Noto Sans Arabic", Arial, sans-serif;
}

.study-visa-page *,
.study-visa-page *::before,
.study-visa-page *::after {
    box-sizing: border-box;
}

.study-visa-page :is(a, button, input, select, summary):focus-visible,
.study-visa-promo a:focus-visible {
    outline: 3px solid #ffb04d;
    outline-offset: 3px;
}

.sv-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.sv-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--sv-blue);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 11px;
    font-weight: 900;
}

.sv-kicker i {
    color: var(--sv-orange);
}

.sv-kicker--light {
    color: #ffcc78;
}

.sv-title {
    margin: 16px 0 0;
    color: var(--sv-navy);
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.sv-button {
    min-height: 52px;
    padding: 0 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 0;
    border-radius: 13px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sv-button:hover {
    transform: translateY(-2px);
}

.sv-button--primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--sv-orange), #ff952f);
    box-shadow: 0 16px 35px rgba(255, 122, 26, .24);
}

.sv-button--secondary {
    border: 1px solid rgba(255, 255, 255, .22);
    color: #ffffff;
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(12px);
}

.sv-button--light {
    color: var(--sv-navy);
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .13);
}

.sv-hero {
    min-height: 690px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(128deg, #041a3d 0%, #072b63 52%, #0a5ec6 100%);
}

.sv-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to right, #000, transparent 75%);
}

[dir="rtl"] .sv-hero::before {
    mask-image: linear-gradient(to left, #000, transparent 75%);
}

.sv-hero::after {
    content: "";
    width: 560px;
    height: 560px;
    position: absolute;
    top: -280px;
    right: -180px;
    border-radius: 50%;
    background: rgba(22, 132, 255, .28);
}

[dir="rtl"] .sv-hero::after {
    right: auto;
    left: -180px;
}

.sv-hero-grid {
    min-height: 690px;
    padding: 70px 0 74px;
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    align-items: center;
    gap: 70px;
    position: relative;
    z-index: 2;
}

.sv-breadcrumb {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    font-weight: 700;
}

.sv-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.sv-breadcrumb strong {
    color: #ffffff;
}

.sv-hero h1 {
    max-width: 650px;
    margin: 19px 0 21px;
    color: #ffffff;
    font-size: clamp(40px, 5vw, 60px);
    line-height: 1.03;
    letter-spacing: -.052em;
}

.sv-hero h1 em {
    display: block;
    color: #62aeff;
    font-style: normal;
}

.sv-hero-lead {
    max-width: 600px;
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 16px;
    line-height: 1.75;
}

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

.sv-trust-row {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.sv-trust-row > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sv-trust-row > div > i {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #8df0be;
    background: rgba(24, 190, 114, .15);
    font-size: 12px;
}

.sv-trust-row p {
    margin: 0;
    display: grid;
    gap: 3px;
}

.sv-trust-row strong {
    font-size: 13px;
}

.sv-trust-row small {
    color: rgba(255, 255, 255, .5);
    font-size: 11px;
}

.sv-hero-visual {
    min-height: 510px;
    position: relative;
}

.sv-passport-card {
    width: 280px;
    height: 385px;
    padding: 25px;
    position: absolute;
    z-index: 2;
    top: 55px;
    left: 35px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 24px;
    background: linear-gradient(148deg, #07346f, #041d46 68%, #06152f);
    box-shadow: 0 38px 70px rgba(0, 0, 0, .28);
    transform: rotate(-7deg);
}

[dir="rtl"] .sv-passport-card {
    left: auto;
    right: 35px;
    transform: rotate(7deg);
}

.sv-passport-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .2;
    background: repeating-radial-gradient(circle at 50% 50%, transparent 0 14px, rgba(255, 255, 255, .18) 15px 16px);
}

.sv-passport-top,
.sv-passport-name,
.sv-passport-subtitle,
.sv-passport-lines,
.sv-passport-orbit {
    position: relative;
    z-index: 2;
}

.sv-passport-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #ffc27d;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 8px;
    font-weight: 900;
}

.sv-passport-top span:last-child {
    color: rgba(255, 255, 255, .43);
}

.sv-passport-orbit {
    width: 128px;
    height: 128px;
    margin: 49px auto 21px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(117, 185, 255, .35);
    border-radius: 50%;
    box-shadow: inset 0 0 0 15px rgba(27, 114, 218, .06), 0 0 0 16px rgba(93, 168, 255, .05);
}

.sv-passport-orbit::before,
.sv-passport-orbit::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(117, 185, 255, .2);
    border-radius: 50%;
}

.sv-passport-orbit::before { inset: 20px -18px; }
.sv-passport-orbit::after { inset: -18px 20px; }
.sv-passport-orbit i { color: #d8ecff; font-size: 47px; transform: rotate(-18deg); }
[dir="rtl"] .sv-passport-orbit i { transform: rotate(18deg); }

.sv-passport-name {
    text-align: center;
    color: #ffffff;
    letter-spacing: .13em;
    font-size: 22px;
    font-weight: 900;
}

.sv-passport-subtitle {
    margin-top: 5px;
    text-align: center;
    color: #6eaff8;
    letter-spacing: .2em;
    font-size: 8px;
    font-weight: 800;
}

.sv-passport-lines {
    margin-top: 25px;
    display: grid;
    gap: 7px;
}

.sv-passport-lines i {
    height: 4px;
    border-radius: 99px;
    background: rgba(255, 255, 255, .13);
}

.sv-passport-lines i:nth-child(2) { width: 75%; }
.sv-passport-lines i:nth-child(3) { width: 48%; }

.sv-journey-card {
    width: 290px;
    min-height: 390px;
    padding: 21px;
    position: absolute;
    z-index: 4;
    top: 95px;
    right: 10px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 22px;
    color: var(--sv-ink);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 35px 70px rgba(0, 0, 0, .27);
    transform: rotate(4deg);
}

[dir="rtl"] .sv-journey-card {
    right: auto;
    left: 10px;
    transform: rotate(-4deg);
}

.sv-journey-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.sv-journey-heading div {
    display: grid;
    gap: 5px;
}

.sv-journey-heading small {
    color: var(--sv-blue);
    letter-spacing: .13em;
    font-size: 7px;
    font-weight: 900;
}

.sv-journey-heading strong {
    color: var(--sv-navy);
    font-size: 17px;
}

.sv-journey-heading > span {
    padding: 7px 8px;
    border-radius: 8px;
    color: var(--sv-blue);
    background: #eaf4ff;
    font-size: 8px;
    font-weight: 900;
}

.sv-progress-line {
    height: 4px;
    margin: 18px 0;
    border-radius: 99px;
    background: #e8eef5;
}

.sv-progress-line i {
    display: block;
    width: 58%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--sv-blue), var(--sv-orange));
}

.sv-journey-steps {
    display: grid;
    gap: 7px;
}

.sv-journey-step {
    min-height: 58px;
    padding: 8px 9px;
    display: grid;
    grid-template-columns: 31px 1fr auto;
    align-items: center;
    gap: 9px;
    border: 1px solid transparent;
    border-radius: 11px;
}

.sv-journey-step > span {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #8290a2;
    background: #eef3f7;
    font-size: 9px;
    font-weight: 900;
}

.sv-journey-step p {
    min-width: 0;
    margin: 0;
    display: grid;
    gap: 3px;
}

.sv-journey-step strong { font-size: 10px; }
.sv-journey-step small { color: #8794a5; font-size: 8px; }
.sv-journey-step > b { color: var(--sv-orange); font-size: 7px; }
.sv-journey-step.is-complete > span { color: #fff; background: var(--sv-green); }
.sv-journey-step.is-current { border-color: #cfe3ff; background: #f4f9ff; }
.sv-journey-step.is-current > span { color: #fff; background: var(--sv-blue); }

.sv-floating-note {
    min-width: 160px;
    padding: 11px 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    z-index: 6;
    top: 29px;
    left: -3px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    color: var(--sv-ink);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .2);
}

[dir="rtl"] .sv-floating-note { left: auto; right: -3px; }
.sv-floating-note i { color: var(--sv-green); }
.sv-floating-note p { margin: 0; display: grid; gap: 2px; }
.sv-floating-note strong { font-size: 9px; }
.sv-floating-note small { color: #8994a6; font-size: 7px; }

.sv-proof {
    border-bottom: 1px solid var(--sv-line);
    background: #ffffff;
}

.sv-proof-grid {
    min-height: 98px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.sv-proof-item {
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-inline-end: 1px solid var(--sv-line);
}

.sv-proof-item:first-child { border-inline-start: 1px solid var(--sv-line); }
.sv-proof-item > strong { color: var(--sv-blue); font-size: 16px; }
.sv-proof-item p { margin: 0; display: grid; gap: 4px; }
.sv-proof-item b { font-size: 13px; }
.sv-proof-item span { color: var(--sv-muted); font-size: 11px; }

.sv-section {
    padding: 92px 0;
}

.sv-heading-split {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1.08fr .72fr;
    align-items: end;
    gap: 65px;
}

.sv-heading-split > p,
.sv-heading-centred > p {
    margin: 0;
    color: var(--sv-muted);
    font-size: 14px;
    line-height: 1.75;
}

.sv-heading-centred {
    max-width: 720px;
    margin: 0 auto 46px;
    text-align: center;
}

.sv-heading-centred > p {
    max-width: 560px;
    margin: 17px auto 0;
}

.sv-destination-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.sv-destination-card {
    min-height: 382px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--sv-line);
    border-radius: 22px;
    background: #ffffff;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sv-destination-card:hover {
    transform: translateY(-6px);
    border-color: #b8d7fb;
    box-shadow: 0 24px 50px rgba(8, 42, 92, .12);
}

.sv-destination-card::after {
    content: "";
    width: 180px;
    height: 180px;
    position: absolute;
    top: -90px;
    right: -90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(17, 112, 232, .11), transparent 70%);
}

[dir="rtl"] .sv-destination-card::after { right: auto; left: -90px; }

.sv-destination-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sv-flag {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 1px solid #edf1f7;
    border-radius: 15px;
    background: #fafcff;
    font-size: 27px;
    box-shadow: 0 10px 20px rgba(8, 42, 92, .06);
}

.sv-card-arrow {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--sv-blue);
    background: #edf5ff;
}

.sv-destination-card > small {
    margin-top: 28px;
    color: var(--sv-blue);
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: 10px;
    font-weight: 900;
}

.sv-destination-card h3 {
    margin: 8px 0 11px;
    color: var(--sv-navy);
    font-size: 24px;
}

.sv-destination-card > p {
    margin: 0;
    color: var(--sv-muted);
    font-size: 14px;
    line-height: 1.72;
}

.sv-destination-tags {
    margin: 16px 0;
    color: #4a6282;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.65;
}

.sv-destination-card > a {
    margin-top: auto;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #edf1f6;
    color: var(--sv-navy);
    text-decoration: none;
    font-size: 13px;
    font-weight: 850;
}

.sv-destination-card > a i { color: var(--sv-blue); }

.sv-other-destination {
    min-height: 78px;
    margin-top: 18px;
    padding: 16px 21px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px dashed #bfd3ea;
    border-radius: 16px;
    background: #f8fbff;
}

.sv-other-destination > i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    border-radius: 12px;
    color: var(--sv-blue);
    background: #e7f2ff;
}

.sv-other-destination p { margin: 0; display: grid; gap: 3px; }
.sv-other-destination strong { font-size: 14px; }
.sv-other-destination small { color: var(--sv-muted); font-size: 12px; }
.sv-other-destination a { margin-inline-start: auto; color: var(--sv-blue); text-decoration: none; font-size: 13px; font-weight: 850; }

.sv-method {
    position: relative;
    background: var(--sv-soft);
}

.sv-method-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 90px;
}

.sv-method-copy > p {
    max-width: 480px;
    margin: 22px 0;
    color: var(--sv-muted);
    font-size: 14px;
    line-height: 1.8;
}

.sv-text-link {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: var(--sv-blue);
    text-decoration: none;
    font-size: 12px;
    font-weight: 850;
}

.sv-text-link i {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #ffffff;
    background: var(--sv-blue);
}

.sv-timeline {
    display: grid;
    gap: 10px;
}

.sv-timeline article {
    min-height: 96px;
    padding: 17px 19px;
    display: grid;
    grid-template-columns: 43px 1fr 31px;
    align-items: center;
    gap: 17px;
    border: 1px solid #dce6f1;
    border-radius: 17px;
    background: rgba(255, 255, 255, .8);
}

.sv-timeline article > span,
.sv-timeline article > i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #8796a9;
    background: #eef3f8;
    font-size: 11px;
    font-weight: 900;
}

.sv-timeline article > i { width: 30px; height: 30px; border-radius: 9px; }
.sv-timeline small { color: #8c9aae; letter-spacing: .12em; font-size: 10px; font-weight: 900; }
.sv-timeline h3 { margin: 4px 0; color: var(--sv-navy); font-size: 17px; }
.sv-timeline p { margin: 0; color: var(--sv-muted); font-size: 13px; }
.sv-timeline article:first-child { border-color: #b9d7fb; background: #fff; box-shadow: 0 18px 42px rgba(8, 42, 92, .09); }
.sv-timeline article:first-child > span,
.sv-timeline article:first-child > i { color: #fff; background: var(--sv-blue); }

.sv-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.sv-service-card {
    min-height: 270px;
    padding: 25px;
    position: relative;
    border: 1px solid var(--sv-line);
    border-radius: 20px;
    background: linear-gradient(180deg, #fff, #fbfdff);
}

.sv-service-icon {
    width: 49px;
    height: 49px;
    margin-bottom: 31px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: var(--sv-blue);
    background: #eaf4ff;
    font-size: 19px;
}

.sv-service-card > small {
    position: absolute;
    top: 27px;
    right: 22px;
    color: #c0cad7;
    font-size: 10px;
    font-weight: 900;
}

[dir="rtl"] .sv-service-card > small { right: auto; left: 22px; }
.sv-service-card h3 { margin: 0 0 11px; color: var(--sv-navy); font-size: 18px; }
.sv-service-card p { margin: 0; color: var(--sv-muted); font-size: 14px; line-height: 1.7; }

.sv-evaluation {
    color: #ffffff;
    background: linear-gradient(130deg, #041a3d, #062b61);
}

.sv-evaluation-grid {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    align-items: center;
    gap: 76px;
}

.sv-evaluation-copy .sv-title { color: #ffffff; }
.sv-evaluation-copy > p { margin: 21px 0 24px; color: rgba(255, 255, 255, .67); font-size: 14px; line-height: 1.8; }

.sv-privacy-card {
    padding: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .055);
}

.sv-privacy-card > i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    border-radius: 10px;
    color: #9bd1ff;
    background: rgba(20, 124, 242, .17);
}

.sv-privacy-card div { display: grid; gap: 5px; }
.sv-privacy-card strong { font-size: 13px; }
.sv-privacy-card small { color: rgba(255, 255, 255, .6); font-size: 11px; line-height: 1.55; }

.sv-benefits {
    margin: 23px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
    list-style: none;
    color: rgba(255, 255, 255, .77);
    font-size: 13px;
}

.sv-benefits li { display: flex; align-items: center; gap: 9px; }
.sv-benefits i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 7px; color: #7ff0b7; background: rgba(22, 171, 103, .13); }

.sv-form-card {
    min-height: 610px;
    padding: 29px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 24px;
    color: var(--sv-ink);
    background: #ffffff;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .22);
}

.sv-alert {
    margin-bottom: 18px;
    padding: 15px 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-radius: 13px;
    font-size: 13px;
    line-height: 1.55;
}

.sv-alert--error { border: 1px solid #fecaca; color: #9f1239; background: #fff1f2; }
.sv-alert--error strong { display: block; margin-bottom: 3px; }

.sv-success {
    min-height: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sv-success > i {
    width: 72px;
    height: 72px;
    margin-bottom: 21px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    color: #ffffff;
    background: linear-gradient(135deg, #0aaa6c, #19c882);
    font-size: 27px;
    box-shadow: 0 18px 40px rgba(13, 177, 111, .22);
}

.sv-success > small { color: #0a9d65; letter-spacing: .16em; font-size: 10px; font-weight: 900; }
.sv-success h3 { max-width: 390px; margin: 11px 0; color: var(--sv-navy); font-size: 26px; }
.sv-success p { max-width: 420px; margin: 0; color: var(--sv-muted); font-size: 14px; line-height: 1.7; }
.sv-reference { margin: 20px 0 2px; padding: 13px 20px; display: grid; gap: 4px; border: 1px solid #d8e5f3; border-radius: 13px; background: #f5f9fe; }
.sv-reference small { color: var(--sv-muted); font-size: 10px; }
.sv-reference strong { color: var(--sv-blue); letter-spacing: .06em; font-size: 15px; }
.sv-success .sv-button { margin-top: 20px; color: var(--sv-blue); border: 1px solid var(--sv-line); background: #ffffff; }

.sv-form-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.sv-form-heading div { display: grid; gap: 5px; }
.sv-form-heading small { color: var(--sv-blue); letter-spacing: .14em; font-size: 10px; font-weight: 900; }
.sv-form-heading h3 { margin: 0; color: var(--sv-navy); font-size: 21px; }
.sv-form-heading > span { padding: 7px 9px; border-radius: 8px; color: var(--sv-blue); background: #eaf4ff; font-size: 11px; font-weight: 900; }

.sv-form-stepper {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.sv-form-stepper > div {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #9aa6b5;
}

.sv-form-stepper > div:not(:last-child)::after {
    content: "";
    height: 1px;
    flex: 1;
    background: #e4ebf3;
}

.sv-form-stepper span {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    flex: 0 0 25px;
    border-radius: 8px;
    color: #8795a7;
    background: #edf2f7;
    font-size: 8px;
    font-weight: 900;
}

.sv-form-stepper small { font-size: 11px; font-weight: 800; }
.sv-form-stepper .is-current { color: var(--sv-blue); }
.sv-form-stepper .is-current span { color: #fff; background: var(--sv-blue); box-shadow: 0 7px 16px rgba(11, 111, 232, .22); }
.sv-form-stepper .is-complete { color: var(--sv-green); }
.sv-form-stepper .is-complete span { color: #fff; background: var(--sv-green); }
.sv-form-stepper .is-complete::after { background: #9cdec5; }

.sv-form-progress {
    height: 3px;
    margin: 14px 0 24px;
    overflow: hidden;
    border-radius: 99px;
    background: #e9eff6;
}

.sv-form-progress i {
    display: block;
    width: 33.333%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--sv-blue), var(--sv-orange));
    transition: width .3s ease;
}

.sv-form.is-enhanced .sv-form-step { display: none; }
.sv-form.is-enhanced .sv-form-step.is-active { display: block; }

.sv-form-step {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.sv-field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.sv-field {
    display: grid;
    gap: 7px;
}

.sv-field--full { grid-column: 1 / -1; }
.sv-field > span { color: #344b69; font-size: 13px; font-weight: 800; }

.sv-field input,
.sv-field select {
    width: 100%;
    height: 47px;
    padding: 0 13px;
    border: 1px solid #d6e0ec;
    border-radius: 10px;
    outline: none;
    color: var(--sv-ink);
    background: #ffffff;
    font: inherit;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.sv-field input:focus,
.sv-field select:focus {
    border-color: var(--sv-blue);
    box-shadow: 0 0 0 3px rgba(11, 111, 232, .1);
}

.sv-field input::placeholder { color: #a5afbc; }

.sv-consent {
    margin: 17px 0;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--sv-muted);
    font-size: 12px;
    line-height: 1.5;
}

.sv-consent input { width: 16px; height: 16px; flex: 0 0 16px; accent-color: var(--sv-blue); }

.sv-form-actions {
    margin-top: 19px;
    display: grid;
    grid-template-columns: .42fr 1fr;
    gap: 10px;
}

.sv-form-actions--single { grid-template-columns: 1fr; }

.sv-next,
.sv-submit,
.sv-back {
    min-height: 50px;
    padding: 0 16px;
    border-radius: 12px;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.sv-next,
.sv-submit {
    border: 0;
    color: #ffffff;
    background: linear-gradient(135deg, var(--sv-orange), #ff902c);
    box-shadow: 0 12px 25px rgba(255, 122, 26, .2);
}

.sv-back {
    border: 1px solid #d7e1ec;
    color: #435b79;
    background: #f8fafc;
}

.sv-form:not(.is-enhanced) .sv-next,
.sv-form:not(.is-enhanced) .sv-back,
.sv-form:not(.is-enhanced) .sv-form-stepper,
.sv-form:not(.is-enhanced) .sv-form-progress,
.sv-form:not(.is-enhanced) .sv-form-heading > span {
    display: none;
}

.sv-form:not(.is-enhanced) .sv-form-step + .sv-form-step {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid var(--sv-line);
}

.sv-form-note { margin: 11px 0 0; text-align: center; color: #7f8b9a; font-size: 11px; line-height: 1.5; }
.sv-form-card .assalas-turnstile-field { margin-top: 15px; }

.sv-faq-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
}

.sv-faq-copy > p { margin-top: 19px; color: var(--sv-muted); font-size: 13px; line-height: 1.75; }
.sv-faq-list { display: grid; gap: 9px; }
.sv-faq-list details { padding: 0 19px; border: 1px solid var(--sv-line); border-radius: 14px; background: #fff; }
.sv-faq-list summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--sv-navy); font-size: 14px; font-weight: 850; cursor: pointer; list-style: none; }
.sv-faq-list summary::-webkit-details-marker { display: none; }
.sv-faq-list summary i { width: 26px; height: 26px; display: grid; place-items: center; flex: 0 0 26px; border-radius: 8px; color: var(--sv-blue); background: #edf5ff; transition: transform .2s ease; }
.sv-faq-list details[open] { border-color: #bfd9f9; background: #f9fcff; }
.sv-faq-list details[open] summary i { color: #fff; background: var(--sv-blue); transform: rotate(45deg); }
.sv-faq-list details p { margin: -2px 39px 18px 0; color: var(--sv-muted); font-size: 13px; line-height: 1.7; }
[dir="rtl"] .sv-faq-list details p { margin: -2px 0 18px 39px; }

.sv-final-cta {
    padding: 66px 0;
    color: #ffffff;
    background: linear-gradient(110deg, #0865d7, #0b78ee 58%, #ff7a1a 150%);
}

.sv-final-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.sv-final-cta small { color: #c8e4ff; letter-spacing: .16em; text-transform: uppercase; font-size: 8px; font-weight: 900; }
.sv-final-cta h2 { max-width: 700px; margin: 11px 0 0; font-size: clamp(27px, 4vw, 43px); line-height: 1.08; letter-spacing: -.04em; }

.study-visa-promo {
    grid-column: 1 / -1;
    min-height: 112px;
    margin: 0 0 8px;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(105, 169, 255, .3);
    border-radius: 20px;
    color: #ffffff;
    background: linear-gradient(125deg, #061f49, #0a58bd 72%, #0b76e7);
    box-shadow: 0 16px 34px rgba(7, 31, 67, .16);
}

.study-visa-promo::after {
    content: "";
    width: 180px;
    height: 180px;
    position: absolute;
    top: -105px;
    right: 14%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}

.study-visa-promo-icon {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    color: #ffd170;
    background: rgba(255, 255, 255, .11);
    font-size: 22px;
}

.study-visa-promo-copy { min-width: 0; position: relative; z-index: 2; }
.study-visa-promo-copy small { color: #ffc978; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 900; }
.study-visa-promo-copy h3 { margin: 5px 0 4px; color: #ffffff; font-size: 17px; }
.study-visa-promo-copy p { margin: 0; color: rgba(255, 255, 255, .72); font-size: 13px; }
.study-visa-promo > a { min-height: 43px; padding: 0 15px; display: inline-flex; align-items: center; gap: 11px; position: relative; z-index: 2; border-radius: 11px; color: #071f43; background: #ffffff; text-decoration: none; font-size: 13px; font-weight: 900; }

.sv-sr-only {
    width: 1px;
    height: 1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1020px) {
    .sv-hero-grid { grid-template-columns: 1fr; gap: 10px; }
    .sv-hero-copy { max-width: 760px; }
    .sv-hero-visual { width: 100%; max-width: 640px; min-height: 550px; margin: 0 auto; }
    .sv-destination-grid,
    .sv-services-grid { grid-template-columns: repeat(2, 1fr); }
    .sv-proof-grid { grid-template-columns: repeat(2, 1fr); }
    .sv-method-grid,
    .sv-evaluation-grid,
    .sv-faq-grid { grid-template-columns: 1fr; gap: 48px; }
    .sv-method-copy { max-width: 720px; }
}

@media (max-width: 700px) {
    .sv-shell { width: min(100% - 28px, 1180px); }
    .sv-hero { min-height: 0; }
    .sv-hero-grid { min-height: 0; padding: 44px 0 48px; }
    .sv-breadcrumb { margin-bottom: 27px; font-size: 9px; }
    .sv-hero h1 { font-size: 39px; }
    .sv-hero-lead { font-size: 14px; }
    .sv-hero-actions { display: grid; }
    .sv-button { width: 100%; }
    .sv-trust-row { display: grid; gap: 13px; margin-top: 27px; }
    .sv-hero-visual { min-height: 470px; margin-top: 8px; }
    .sv-passport-card { width: 220px; height: 315px; top: 61px; left: 3px; padding: 19px; }
    [dir="rtl"] .sv-passport-card { left: auto; right: 3px; }
    .sv-passport-orbit { width: 98px; height: 98px; margin-top: 39px; }
    .sv-journey-card { width: 242px; min-height: 325px; top: 103px; right: -1px; padding: 15px; }
    [dir="rtl"] .sv-journey-card { right: auto; left: -1px; }
    .sv-journey-step { min-height: 52px; }
    .sv-floating-note { top: 18px; left: 0; }
    [dir="rtl"] .sv-floating-note { left: auto; right: 0; }
    .sv-proof-grid { grid-template-columns: 1fr 1fr; }
    .sv-proof-item { min-height: 80px; padding: 13px 9px; border-bottom: 1px solid var(--sv-line); }
    .sv-proof-item > strong { font-size: 12px; }
    .sv-section { padding: 70px 0; }
    .sv-heading-split { grid-template-columns: 1fr; gap: 16px; margin-bottom: 29px; }
    .sv-title { font-size: 34px; }
    .sv-destination-grid,
    .sv-services-grid { grid-template-columns: 1fr; }
    .sv-destination-card,
    .sv-service-card { min-height: 0; }
    .sv-other-destination { align-items: flex-start; flex-wrap: wrap; }
    .sv-other-destination a { width: 100%; margin-inline-start: 52px; }
    .sv-timeline article { grid-template-columns: 39px 1fr 28px; gap: 11px; padding: 14px 11px; }
    .sv-timeline article > span { width: 39px; height: 39px; }
    .sv-form-card { min-height: 0; padding: 20px 15px; }
    .sv-field-grid { grid-template-columns: 1fr; }
    .sv-field--full { grid-column: auto; }
    .sv-form-heading h3 { font-size: 18px; }
    .sv-form-stepper small { display: none; }
    .sv-form-actions { grid-template-columns: .38fr 1fr; }
    .sv-success { min-height: 440px; }
    .sv-faq-list details { padding: 0 14px; }
    .sv-faq-list summary { font-size: 13px; }
    .sv-faq-list details p,
    [dir="rtl"] .sv-faq-list details p { margin-inline-end: 0; margin-inline-start: 0; }
    .sv-final-inner { flex-direction: column; align-items: flex-start; }
    .study-visa-promo { grid-template-columns: auto 1fr; padding: 17px; }
    .study-visa-promo > a { grid-column: 1 / -1; justify-content: center; }
}

@media (max-width: 390px) {
    .sv-hero h1 { font-size: 35px; }
    .sv-hero-visual { transform: scale(.9); transform-origin: top center; margin-bottom: -42px; }
    .sv-journey-card { right: -14px; }
    [dir="rtl"] .sv-journey-card { right: auto; left: -14px; }
}

@media (prefers-reduced-motion: reduce) {
    .study-visa-page *,
    .study-visa-page *::before,
    .study-visa-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
