﻿
:root {
    --red: #b61d23;
    --blue: #2563eb;
    --slate: #475569;
    --paper: #f8fafc;
    --teal: #14bba6;
    --brown: #7c2d12;
    --amber: #f59e0b;
    --navy: #1e3a8a;
    --ink: #101a33;
    --display: "Bricolage Grotesque", sans-serif;
    --body: "Poppins", sans-serif;
    --script: "Great Vibes", cursive;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--body);
    background: var(--paper);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img, svg {
    display: block;
    max-width: 100%;
}

.wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 32px;
}

h1, h2, h3, h4 {
    font-family: var(--display);
    letter-spacing: -0.01em;
}

.script {
    font-family: var(--script);
    font-weight: 400;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .8s ease, transform .8s ease;
}

    .reveal.in {
        opacity: 1;
        transform: translateY(0);
    }

.ribbon {
    background: var(--navy);
    color: #eaf0ff;
    text-align: center;
    font-size: 12.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 9px 12px;
    font-weight: 500;
}

    .ribbon strong {
        color: var(--amber);
        font-weight: 600;
    }

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 32px;
    max-width: 1180px;
    margin: 0 auto;
}

.brand {
    font-family: var(--display);
    font-weight: 700;
    font-size: 22px;
    color: var(--navy);
    display: flex;
    align-items: center;
    gap: 9px;
}

    .brand .dot {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: var(--red);
        display: inline-block;
    }

    .brand span.tag {
        font-family: var(--script);
        font-size: 26px;
        color: var(--red);
        margin-left: 2px;
    }
.hero {
    position: relative;
    color: #f4f7ff;
    padding: 50px 32px 50px;
    overflow: hidden;
    background-image: url('../images/myimages/boardingshool/bb1.png');
    background-repeat: no-repeat;
    background-size: cover;
}
    .hero::before {
        content: "";
        position: absolute;
        pointer-events: none;
        background: radial-gradient(1100px 500px at 82% -10%, rgba(245, 158, 11, .20), transparent 60%), radial-gradient(900px 500px at 8% 110%, rgba(20, 187, 166, .16), transparent 55%), linear-gradient(160deg, #101a33bf 0%, #1e3a8adb 55%, #16255cc7 100%);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
    }
.hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}
.hero-ctas .btn-primary:hover {
    color: #fff;
    border: 1px solid #ffffffa6 !important;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--amber);
    font-weight: 600;
    margin-bottom: 26px;
}

    .eyebrow::before {
        content: "";
        width: 26px;
        height: 1px;
        background: var(--amber);
    }

.hero h1 {
    font-size: clamp(38px,5.6vw,72px);
    font-weight: 700;
    line-height: 1.06;
    max-width: 920px;
}

    .hero h1 em {
        font-style: normal;
        color: var(--amber);
    }
.hero .lede {
    font-family: var(--script);
    font-size: clamp(30px,3.4vw,42px);
    color: #ffe9b8;
    margin: 15px 0 15px;
    font-weight: 400;
}
.hero p.sub {
    max-width: 640px;
    font-size: 17px;
    line-height: 25px;
    color: #c9d3ec;
    font-weight: 300;
}
.hero-ctas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 42px;
    margin-bottom: 0;
}

.hero-strip {
    margin-top: 70px;
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,.14);
    padding-top: 26px;
}

    .hero-strip div {
        flex: 1;
        min-width: 150px;
        padding: 6px 22px;
        border-left: 1px solid rgba(255,255,255,.14);
    }

        .hero-strip div:first-child {
            border-left: none;
            padding-left: 0;
        }

    .hero-strip .num {
        font-family: var(--display);
        font-weight: 700;
        font-size: 15px;
        color: var(--amber);
    }

    .hero-strip .lab {
        font-size: 12.5px;
        color: #a9b4d4;
        margin-top: 2px;
    }
.section {
    padding: 50px 32px;
}
.kicker {
    font-size: 12.5px;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
}

.sec-title {
    font-size: clamp(28px,3.6vw,44px);
    font-weight: 700;
    line-height: 1.18;
    color: var(--ink);
}

    .sec-title .script {
        color: var(--red);
    }

.sec-1 {
    background: var(--paper);
}
.sec1-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 70px;
    align-items: start;
    margin-top: 15px;
}
    .sec1-grid p {
        font-size: 16px;
        line-height: 24px;
        color: var(--slate);
        font-weight: 300;
        margin: 0 0 16px 0;
    }
p.iconpara img {
    height: 60px;
    filter: brightness(0) saturate(100%) invert(13%) sepia(88%) saturate(3061%) hue-rotate(353deg) brightness(105%) contrast(84%);
}
p.iconpara {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sec1-grid p span {
    font-size: 25px;
    font-family: var(--display);
    font-weight: 600;
    color: var(--navy);
}
        .sec1-grid p.emph {
            font-family: var(--display);
            font-size: 22px;
            font-weight: 600;
            color: var(--navy);
            line-height: 1.5;
            border-left: 3px solid var(--red);
            padding-left: 18px;
            margin: 26px 0;
        }

.overlook-card {
    background: #fff;
    border: 1px solid #e6eaf2;
    border-radius: 20px;
    padding: 36px 34px;
    box-shadow: 0 22px 50px -30px rgba(16,26,51,.18);
}

    .overlook-card h4 {
        font-size: 13px;
        letter-spacing: .16em;
        text-transform: uppercase;
        color: var(--red);
        margin-bottom: 22px;
        font-weight: 700;
    }
    .overlook-card ul {
        list-style: none;
        padding: 0;
    }
    .overlook-card li {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 13px 0;
        border-bottom: 1px dashed #e2e6ee;
        font-family: var(--display);
        font-weight: 600;
        font-size: 16.5px;
        color: var(--ink);
    }
    .overlook-card ul li img {
        height: 40px;
        filter: brightness(0) saturate(100%) invert(68%) sepia(42%) saturate(5008%) hue-rotate(130deg) brightness(95%) contrast(84%);
    }
        .overlook-card li:last-child {
            border-bottom: none;
        }
/*
        .overlook-card li::before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--teal);
            flex-shrink: 0;
            transform: translateY(-2px);
        } 322*/

.sec-2 {
    background: linear-gradient(180deg,#fff, var(--paper));
    text-align: center;
    position: relative;
}

.sec2-inner {
    max-width: 800px;
    margin: 0 auto;
}
.sec-2 .big-q {
    font-family: var(--display);
    font-weight: 700;
    font-size: clamp(24px,3vw,34px);
    color: var(--navy);
    margin: 30px 0 24px;
    line-height: 40px;
}
    .sec-2 .big-q span {
        color: #ae2220;
    }
.sec-2 p {
    font-size: 16px;
    line-height: 24px;
    color: var(--slate);
    font-weight: 300;
    margin-bottom: 14px;
}
.sec-3 h2 span {
    color: #f59e0b;
}

.sec-2 .close-line {
    margin-top: 24px;
    font-family: var(--script);
    font-size: 28px;
    color: var(--red);
}

.quote-mark {
    font-family: var(--display);
    font-size: 70px;
    color: var(--amber);
    line-height: .5;
    opacity: .6;
}

.sec-3 {
    background: var(--ink);
    color: #eef1fb;
}

    .sec-3 .kicker {
        color: var(--amber);
    }

    .sec-3 .sec-title {
        color: #fff;
        max-width: 720px;
    }
    .sec-3 .intro {
        color: #aab4d4;
        max-width: 640px;
        margin-top: 18px;
        font-weight: 300;
        line-height: 24px;
    }
.country-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 26px;
}
.stamp {
    position: relative;
    border-radius: 22px;
    padding: 34px 28px 30px;
    background: rgba(255,255,255,.03);
    border: 1.5px dashed rgba(255,255,255,.22);
    transition: .4s ease;
    overflow: hidden;
}

    .stamp:hover {
        transform: translateY(-8px);
        background: rgba(255,255,255,.055);
    }

    .stamp::after {
        content: "";
        position: absolute;
        top: -40px;
        right: -40px;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        opacity: .16;
        background: var(--accent, var(--amber));
    }

    .stamp .flag {
        font-size: 34px;
    }

    .stamp .badge {
        display: inline-block;
        margin-top: 16px;
        font-size: 11px;
        letter-spacing: .14em;
        text-transform: uppercase;
        font-weight: 700;
        color: var(--accent, var(--amber));
        border: 1px solid var(--accent, var(--amber));
        padding: 5px 11px;
        border-radius: 100px;
    }

    .stamp h3 {
        font-size: 21px;
        font-weight: 700;
        margin-top: 18px;
        color: #fff;
        line-height: 1.3;
    }
    .stamp p {
        font-size: 14.5px;
        line-height: 20px;
        color: #b6bfdc;
        margin-top: 12px;
        font-weight: 300;
    }
    .stamp .go {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin-top: 20px;
        font-size: 13px;
        font-weight: 600;
        color: var(--accent, var(--amber));
        text-decoration: none;
    }

        .stamp .go span {
            transition: .3s;
        }

    .stamp:hover .go span {
        transform: translateX(4px);
    }

.sec-4 {
    color: #fff;
    text-align: center;
    background-image: url('../images/myimages/boardingshool/bb2.png');
    background-repeat: no-repeat;
    background-size: cover;
}
    .sec-4::before {
        content: "";
        background: linear-gradient(135deg, #1e3a8acf, #16255ce8 65%, #7c2d12d6);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
    }
    .sec-4 .kicker {
        color: var(--amber);
    }

    .sec-4 .sec-title {
        color: #fff;
        max-width: 840px;
        margin: 0 auto;
    }
    .sec-4 p.lead {
        max-width: 720px;
        margin: 26px auto 0;
        font-size: 16px;
        line-height: 24px;
        color: #dde3f6;
        font-weight: 300;
    }
.chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 44px;
}
.chip {
    font-family: var(--display);
    font-weight: 600;
    font-size: 14px;
    padding: 11px 20px;
    border-radius: 100px;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.22);
    color: #fff;
    position: relative;
    animation: unset;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
    .chip img {
        height: 40px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    }
.sec-5 {
    background: var(--paper);
}
.sec5-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 70px;
    align-items: center;
    margin-top: 0;
}
.priority-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.ptag {
    font-family: var(--body);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
}
    .ptag img {
        height: 50px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    }
.sec-5 p.lastparagraph {
    font-family: var(--script);
    font-size: 25px;
    line-height: 35px;
    color: #ae2220;
}
.sec-5 p {
    font-size: 16.5px;
    line-height: 1.9;
    color: var(--slate);
    font-weight: 300;
    margin-bottom: 16px;
}

.sec-5 .closer {
    font-family: var(--display);
    font-weight: 700;
    font-size: 20px;
    color: var(--navy);
    margin-top: 22px;
    line-height: 1.5;
}
.sec-6 {
    background: #fff;
    border-top: 1px solid #eceff5;
    border-bottom: 1px solid #eceff5;
    overflow: hidden;
}
section.sec-6::before {
    content: "";
    background-image: url('../images/myimages/boardingshool/bb4.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.05;
    height: 900px;
    width: 100%;
}
.process {
    margin-top: 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    position: relative;
}
    .process::before {
        content: "";
        position: absolute;
        top: 47px;
        left: 0;
        right: 0;
        height: 2px;
        background: repeating-linear-gradient(90deg, #dbe1ee 0 10px, transparent 10px 18px);
    }
.p-step {
    padding: 0 40px 0 0;
    position: relative;
}

    .p-step:last-child {
        padding: 0 0 0 40px;
    }
.p-num {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--display);
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    background: var(--navy);
    position: relative;
    z-index: 2;
    margin-bottom: 26px;
}
    .p-num img {
        height: 70px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    }

.p-step:last-child .p-num {
    background: var(--red);
}

.p-step h4 {
    font-size: 19px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 12px;
}
.sec-4 h2 span {
    color: #f59e0b;
}
.p-step p {
    font-size: 15px;
    line-height: 23px;
    color: var(--slate);
    font-weight: 300;
}
.process h4 span {
    font-size: 25px;
    color: #ae2220;
}
.sec-7 {
    background: var(--paper);
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
    .sec-7 .frame {
        max-width: 840px;
        margin: 0 auto;
        padding: 0 10px;
    }
    .sec-7 p {
        font-size: 19px;
        line-height: 27px;
        color: var(--ink);
        font-weight: 400;
        font-family: var(--display);
    }
    .sec-7 .goal.second {
        color: #1e3a8a;
    }
.sec-8 h2 span {
    color: #f59e0b;
}
        .sec-7 p.small {
            font-family: var(--body);
            font-size: 15px;
            line-height: 23px;
            color: var(--slate);
            font-weight: 300;
            margin-top: 20px;
        }
    .sec-7 .goal {
        margin-top: 26px;
        font-family: var(--script);
        font-size: 30px;
        color: var(--brown);
    }
.sec-8 {
    color: #fff;
    text-align: center;
    background-image: url('../images/myimages/boardingshool/bb3.png');
    background-repeat: no-repeat;
    background-size: cover;
}
    .sec-8::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(170deg, #101a33e6, #1e3a8ae8);
        height: 100%;
        width: 100%;
    }
    .sec-8 .kicker {
        color: var(--teal);
    }
section.sec-2::before {
    content: "";
    background-image: url('../images/myimages/boardingshool/backhoundimage.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 450px;
    opacity: 0.09;
}
    .sec-8 .sec-title {
        color: #fff;
        max-width: 820px;
        margin: 0 auto;
    }
    .sec-8 p {
        max-width: 700px;
        margin: 15px auto 0;
        font-size: 16px;
        line-height: 24px;
        color: #cfd7f0;
        font-weight: 300;
    }
.cta-block {
    margin-top: 48px;
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

.sec-hidden {
    background: #fdfbf6;
    position: relative;
    overflow: hidden;
}

    .sec-hidden::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        background: repeating-linear-gradient(180deg, #d8b98a 0 8px, transparent 8px 16px);
        transform: translateX(-50%);
    }
.cta-block .btn-primary:hover {
    color: #fff;
    border: 1px solid #ffffff8c !important;
}
.cta-block .btn-ghost {
    color: #fff;
    border: 1px solid #ffffff8c;
}
    .cta-block .btn-ghost:hover {
        border: 1px solid #ae2220;
    }
.hidden-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 30px;
}

    .hidden-head .kicker {
        color: var(--brown);
    }

    .hidden-head h2 {
        font-size: clamp(30px,4vw,48px);
        color: var(--ink);
        font-weight: 700;
    }

    .hidden-head .script-line {
        font-family: var(--script);
        font-size: 34px;
        color: var(--red);
        margin-top: 10px;
        display: block;
    }

.ledger {
    margin-top: 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1.5px solid #e6ddc9;
    border-radius: 26px;
    overflow: hidden;
    background: #fffefb;
    box-shadow: 0 30px 70px -40px rgba(124,45,18,.25);
}

.ledger-col {
    padding: 20px 0;
}

    .ledger-col.left {
        border-right: 1.5px solid #eee3ca;
    }

.ledger-col-head {
    padding: 22px 40px;
    text-align: center;
    font-family: var(--display);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ledger-col.left .ledger-col-head {
    color: var(--slate);
    background: #f5f2ea;
}

.ledger-col.right .ledger-col-head {
    color: #fff;
    background: var(--red);
}

.ledger-row {
    display: flex;
    align-items: center;
    padding: 16px 40px;
    font-family: var(--body);
    font-size: 16px;
    border-top: 1px dashed #ece4cf;
    position: relative;
}

.ledger-col.left .ledger-row {
    color: var(--slate);
    font-weight: 400;
    justify-content: flex-end;
    text-align: right;
}

.ledger-col.right .ledger-row {
    color: var(--ink);
    font-weight: 600;
}

.ledger-foot {
    grid-column: 1 / -1;
    text-align: center;
    padding: 34px 40px 40px;
    border-top: 1.5px solid #eee3ca;
}

    .ledger-foot p {
        font-family: var(--script);
        font-size: 26px;
        color: var(--brown);
    }

.final {
    background: var(--ink);
    color: #fff;
    text-align: center;
    padding: 90px 32px 60px;
}

    .final h2 {
        font-size: clamp(28px,3.6vw,42px);
        max-width: 700px;
        margin: 0 auto;
        font-weight: 700;
    }

    .final .script {
        color: var(--amber);
    }

.cta-block2 {
    margin-top: 40px;
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

.foot-line {
    margin-top: 70px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,.12);
    font-size: 12.5px;
    color: #8892b0;
    letter-spacing: .05em;
}

@media(max-width:920px) {
    .sec1-grid, .sec5-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .country-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .process {
        grid-template-columns: 1fr;
        gap: 40px;
    }

        .process::before {
            display: none;
        }

    .p-step, .p-step:last-child {
        padding: 0;
    }

    .ledger {
        grid-template-columns: 1fr;
    }

    .ledger-col.left {
        border-right: none;
        border-bottom: 1.5px solid #eee3ca;
    }

        .ledger-col.left .ledger-row {
            justify-content: flex-start;
            text-align: left;
        }
}

@media(max-width:600px) {
    .section {
        padding: 76px 22px;
    }

    nav {
        padding: 20px 22px;
    }

    .hero {
        padding: 80px 22px 90px;
    }

    .country-grid {
        grid-template-columns: 1fr;
    }

    .hero-strip div {
        border-left: none;
        padding-left: 0;
    }
}

:focus-visible {
    outline: 2.5px solid var(--teal);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    html {
        scroll-behavior: auto;
    }
}
