* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f3eee4;
    color: #1b231b;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

.container {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
}

/* FIRST SECTION SHELL */

.home-shell {
    min-height: 100vh;
    padding: 26px;
    background:
            radial-gradient(circle at 88% 18%, rgba(218, 188, 140, 0.28), transparent 20%),
            radial-gradient(circle at 8% 84%, rgba(80, 119, 80, 0.08), transparent 22%),
            #efe7da;
}

.hero-panel {
    width: min(1420px, 100%);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 42px;
    background: #fffdf8;
    box-shadow: 0 32px 100px rgba(61, 45, 25, 0.10);
}

/* HEADER */

.site-header {
    position: relative;
    z-index: 20;
    background: #fffdf8;
    border-bottom: 1px solid #ebe3d6;
}

.nav {
    height: 84px;
    padding: 0 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.logo {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 9px;
    align-items: center;
    line-height: 1;
    color: #152217;
    font-weight: 900;
}

.logo-mark {
    grid-row: 1 / span 2;
    width: 40px;
    height: 40px;
    display: block;
}

.logo-mark svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #1f3f28;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.logo-main {
    font-size: 31px;
    letter-spacing: 0.02em;
}

.logo-sub {
    grid-column: 2;
    margin-top: 3px;
    color: #687067;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 34px;
    color: #303a31;
    font-size: 15px;
    font-weight: 750;
}

.nav-links a:hover {
    color: #2f6b3e;
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 24px;
    border-radius: 10px;
    background: #2f6b3e;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(47, 107, 62, 0.20);
}

.nav-toggle {
    display: none;
    border: 0;
    background: transparent;
    color: #152217;
    font-size: 30px;
}

/* HERO */

.hero-content {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 38px;
    align-items: center;
    min-height: 575px;
    padding: 62px 58px 46px;
    background:
            linear-gradient(90deg, #fffdf8 0%, #fffdf8 48%, rgba(242, 227, 206, 0.56) 100%);
}

.hero-left {
    position: relative;
    z-index: 2;
}

.hero-left h1 {
    max-width: 570px;
    margin: 0;
    color: #0f1610;
    font-size: clamp(52px, 5.7vw, 76px);
    line-height: 1.08;
    letter-spacing: -0.055em;
    font-weight: 950;
}

.hero-left h1 span {
    color: #2f6b3e;
}

.hero-text {
    max-width: 560px;
    margin: 28px 0 0;
    color: #465148;
    font-size: 19px;
    line-height: 1.58;
    font-weight: 650;
}

.hero-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    max-width: 610px;
    margin-top: 38px;
}

.hero-benefits div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 11px;
    align-items: center;
}

.benefit-icon {
    width: 44px;
    height: 44px;
    border: 1px solid #bec8bb;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #314239;
    background: rgba(255, 255, 255, 0.44);
}

.benefit-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-benefits strong {
    color: #202920;
    font-size: 14px;
    line-height: 1.25;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 15px 26px;
    border: 0;
    border-radius: 8px;
    font-weight: 900;
    transition: 0.2s ease;
}

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

.btn-primary {
    background: #2f6b3e;
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(47, 107, 62, 0.20);
}

.btn-primary:hover {
    background: #245532;
}

.btn-secondary {
    background: #ffffff;
    color: #1e3324;
    border: 1px solid #ddd4c5;
}

.btn-full {
    width: 100%;
}

.hero-left > .btn {
    margin-top: 34px;
}

.btn span {
    margin-left: 8px;
}

/* HERO VISUAL */

.hero-visual {
    position: relative;
    min-height: 500px;
    display: grid;
    place-items: center;
}

.soft-glow {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    width: min(630px, 100%);
    height: 360px;
    transform: translate(-50%, -50%);
    border-radius: 48px;
    background:
            radial-gradient(circle at 42% 20%, rgba(255, 255, 255, 0.82), transparent 28%),
            linear-gradient(180deg, rgba(244, 223, 190, 0.34), rgba(225, 186, 132, 0.26));
}

.globe {
    position: absolute;
    left: 8%;
    top: 2%;
    width: 330px;
    height: 430px;
    z-index: 1;
}

.globe-sphere {
    position: absolute;
    left: 24px;
    top: 18px;
    width: 258px;
    height: 258px;
    border-radius: 50%;
    overflow: hidden;
    background:
            radial-gradient(circle at 34% 22%, rgba(255, 248, 230, 0.88), transparent 18%),
            linear-gradient(135deg, #f3d9ad 0%, #dfb66e 58%, #c58a45 100%);
    box-shadow:
            inset -28px -18px 44px rgba(91, 56, 22, 0.18),
            inset 18px 18px 42px rgba(255, 255, 255, 0.20),
            0 22px 60px rgba(70, 45, 20, 0.13);
}

.globe-sphere::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.22), transparent 16%),
            linear-gradient(120deg, rgba(255, 255, 255, 0.10), transparent 55%);
    pointer-events: none;
    z-index: 4;
}

.globe-sphere::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset -10px -14px 30px rgba(111, 73, 33, 0.08);
    border-radius: 50%;
    pointer-events: none;
    z-index: 4;
}

/* continent shadows - irregular, not circles */
.continent {
    position: absolute;
    background: rgba(103, 72, 36, 0.16);
    filter: blur(0.35px);
    z-index: 1;
}

.continent-one {
    left: 48px;
    top: 54px;
    width: 76px;
    height: 58px;
    clip-path: polygon(
            14% 28%, 34% 8%, 58% 14%, 76% 4%, 92% 22%,
            78% 44%, 88% 62%, 62% 76%, 48% 96%, 30% 76%,
            12% 80%, 4% 58%, 18% 46%
    );
    transform: rotate(-12deg);
}

.continent-two {
    left: 128px;
    top: 62px;
    width: 62px;
    height: 92px;
    clip-path: polygon(
            44% 0%, 68% 14%, 58% 32%, 82% 48%, 66% 70%,
            72% 92%, 46% 100%, 34% 78%, 12% 66%, 24% 46%,
            8% 28%, 28% 18%
    );
    transform: rotate(8deg);
}

.continent-three {
    left: 72px;
    top: 142px;
    width: 94px;
    height: 70px;
    clip-path: polygon(
            8% 34%, 28% 8%, 52% 16%, 70% 4%, 96% 24%,
            82% 48%, 94% 72%, 68% 90%, 42% 80%, 24% 98%,
            6% 76%, 18% 58%
    );
    transform: rotate(-7deg);
}

.continent-four {
    right: 42px;
    bottom: 58px;
    width: 48px;
    height: 66px;
    clip-path: polygon(
            42% 0%, 70% 12%, 60% 34%, 86% 50%, 64% 72%,
            70% 100%, 38% 88%, 28% 66%, 8% 54%, 22% 32%
    );
    transform: rotate(12deg);
}

/* globe lines restored */
.meridian,
.parallel {
    position: absolute;
    pointer-events: none;
    border-color: rgba(96, 65, 35, 0.30);
    border-style: solid;
    z-index: 2;
}

.meridian-one {
    inset: 0 72px;
    border-width: 0 2px;
    border-radius: 50%;
}

.meridian-two {
    inset: 0 112px;
    border-width: 0 1.5px;
    border-radius: 50%;
}

.parallel-one {
    left: 10px;
    right: 10px;
    top: 75px;
    height: 44px;
    border-width: 1.5px 0 0;
    border-radius: 50%;
}

.parallel-two {
    left: 2px;
    right: 2px;
    top: 129px;
    height: 36px;
    border-width: 1.5px 0 0;
    border-radius: 50%;
}

.parallel-three {
    left: 16px;
    right: 16px;
    top: 182px;
    height: 42px;
    border-width: 1.5px 0 0;
    border-radius: 50%;
}

.globe-ring {
    position: absolute;
    left: 4px;
    top: -8px;
    width: 292px;
    height: 326px;
    border: 8px solid #765637;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    transform: rotate(18deg);
    opacity: 0.84;
    z-index: 2;
}

.globe-neck {
    position: absolute;
    left: 145px;
    top: 270px;
    width: 34px;
    height: 104px;
    border-radius: 20px;
    background: linear-gradient(90deg, #9c7142, #6f4d2f);
    z-index: 0;
}

.globe-base {
    position: absolute;
    left: 72px;
    top: 360px;
    width: 178px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(90deg, #755032, #b9864e 52%, #6b482d);
    box-shadow: 0 14px 26px rgba(67, 45, 24, 0.22);
}

.laptop {
    position: absolute;
    left: 50%;
    top: 52%;
    right: auto;
    bottom: auto;
    width: 470px;
    max-width: 76%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.laptop-screen {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    border: 15px solid #151515;
    border-radius: 15px 15px 8px 8px;
    background: #fffdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(39, 31, 20, 0.18);
}

.laptop-screen-img {
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 70%;
    display: block;
    object-fit: contain;
    object-position: center;
}

.laptop-base {
    width: calc(100% + 58px);
    height: 30px;
    margin-left: -29px;
    border-radius: 0 0 28px 28px;
    background: linear-gradient(180deg, #c8c3ba, #8d887e);
}

/* LANGUAGE ROW INSIDE FIRST SECTION */

.language-intro {
    display: flex;
    align-items: center;
}

.home-languages {
    display: grid;
    grid-template-columns: 1.05fr 1.95fr;
    gap: 46px;
    padding: 42px 58px 30px;
    border-top: 1px solid #efe6d8;
    background: #ffffff;
}

.language-intro h2 {
    margin: 0 0 12px;
    color: #162217;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.045em;
}

.language-intro p {
    max-width: 470px;
    margin: 0;
    color: #667066;
    font-size: 16px;
}

.language-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.language-mini-grid article {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 16px;
    align-items: center;
}

.flag,
.language-icon {
    position: relative;
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    background: #f5f1e8;
    box-shadow:
            inset 0 0 0 1px #ded5c7,
            0 10px 24px rgba(42, 34, 23, 0.06);
}

.language-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 28px;
}

.flag-uk,
.language-icon.flag-uk {
    background-color: #012169;
    background-image: url("/img/british-flag.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.flag-de {
    background:
            linear-gradient(180deg, #000000 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66% 100%);
}

.flag-it {
    background:
            linear-gradient(90deg, #009246 0 33.33%, #ffffff 33.33% 66.66%, #ce2b37 66.66% 100%);
}

.language-mini-grid h3 {
    margin: 0 0 5px;
    color: #152217;
    font-size: 20px;
    line-height: 1.1;
}

.language-mini-grid p {
    margin: 0;
    color: #667066;
    font-size: 15px;
    line-height: 1.35;
}

/* LAST ROW */

.home-info-strip {
    display: grid;
    grid-template-columns: 1.55fr repeat(4, 1fr);
    gap: 0;
    margin: 20px 58px 56px;
    padding: 0;
    border-radius: 12px;
    background: #f7f4ee;
    overflow: hidden;
}

.home-info-strip > div {
    min-height: 92px;
    padding: 20px 24px;
    border-right: 1px solid #e4dbce;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: center;
}

.home-info-strip > div:not(:first-child) {
    grid-template-columns: 34px 1fr;
}

.home-info-strip > div:last-child {
    border-right: 0;
}

.strip-icon {
    width: 34px;
    height: 34px;
    display: block;
    color: #314239;
}

.home-info-strip > div:first-child .strip-icon {
    width: 42px;
    height: 42px;
}

.strip-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-info-strip strong {
    display: block;
    color: #202920;
    font-size: 16px;
    line-height: 1.12;
}

.home-info-strip p {
    margin: 5px 0 0;
    color: #6c746b;
    font-size: 13px;
    line-height: 1.22;
}

/* GENERAL SECTIONS */

.section-kicker {
    margin: 0 0 12px;
    color: #2f6b3e;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    font-weight: 900;
}

h1,
h2,
h3 {
    margin-top: 0;
}

h2 {
    margin-bottom: 18px;
    color: #14251a;
    font-size: clamp(36px, 4.8vw, 58px);
    line-height: 1.06;
    letter-spacing: -0.055em;
}

h3 {
    color: #14251a;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 38px;
}

.section-heading p:not(.section-kicker) {
    margin: 0;
    color: #6d756c;
    font-size: 18px;
}

/* LANGUAGES SECTION */

.languages-section {
    padding: 96px 0 88px;
    background: #ffffff;
}

.languages-container {
    max-width: 1060px;
}

.languages-heading {
    margin: 0 0 42px;
}

.languages-heading h2 {
    max-width: 690px;
    margin-bottom: 10px;
    color: #14251a;
    font-size: clamp(36px, 4.5vw, 54px);
    line-height: 1.05;
    letter-spacing: -0.055em;
}

.languages-heading p {
    max-width: 560px;
    margin: 0;
    color: #667066;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
}

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

.language-card {
    min-height: 444px;
    padding: 38px 30px 30px;
    border: 1px solid #ece6dc;
    border-radius: 18px;
    background: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 18px 50px rgba(35, 31, 25, 0.035);
    transition: 0.2s ease;
}

.language-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 70px rgba(35, 31, 25, 0.075);
}

.language-landmark-img {
    width: 164px;
    height: 145px;
    object-fit: contain;
    display: block;
}

.language-card h3 {
    margin: 24px 0 14px;
    color: #172217;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.language-card p {
    max-width: 235px;
    margin: 0 auto;
    color: #687067;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
}

.language-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 154px;
    min-height: 48px;
    margin-top: auto;
    padding: 12px 20px;
    border: 1px solid #e6ded2;
    border-radius: 8px;
    background: #ffffff;
    color: #253025;
    font-size: 14px;
    font-weight: 900;
    transition: 0.2s ease;
}

.language-button:hover {
    border-color: #2f6b3e;
    color: #2f6b3e;
    transform: translateY(-2px);
}

/* LANGUAGE INFO STRIP */

.languages-info-strip {
    display: grid;
    grid-template-columns: 1.25fr repeat(3, 1fr);
    gap: 0;
    margin-top: 56px;
    padding: 0;
    border-radius: 14px;
    background: #f7f4ee;
    overflow: hidden;
}

.languages-info-strip > div {
    min-height: 104px;
    padding: 24px 26px;
    border-right: 1px solid #e4dbce;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px;
    align-items: center;
}

.languages-info-strip > div:last-child {
    border-right: 0;
}

.languages-info-strip .strip-icon {
    width: 40px;
    height: 40px;
    color: #314239;
}

.languages-info-strip .strip-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.languages-info-strip strong {
    display: block;
    color: #202920;
    font-size: 15px;
    line-height: 1.18;
}

.languages-info-strip p {
    margin: 5px 0 0;
    color: #6c746b;
    font-size: 13px;
    line-height: 1.25;
}

@media (max-width: 1020px) {
    .language-grid {
        grid-template-columns: 1fr;
    }

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

    .languages-info-strip > div {
        border-right: 0;
        border-bottom: 1px solid #e4dbce;
    }

    .languages-info-strip > div:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
}

@media (max-width: 860px) {
    .languages-info-strip {
        grid-template-columns: 1fr;
    }

    .languages-info-strip > div:nth-last-child(-n + 2) {
        border-bottom: 1px solid #e4dbce;
    }

    .languages-info-strip > div:last-child {
        border-bottom: 0;
    }
}

/* LEVELS */

.levels-section {
    padding: 92px 0 104px;
    background: #f7f5ef;
}

.levels-section .section-heading {
    max-width: 720px;
    margin-bottom: 46px;
}

.levels-section .section-heading h2 {
    max-width: 720px;
}

.levels-section .section-heading p {
    max-width: 560px;
    color: #667066;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
}

.levels-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.levels-grid article {
    min-height: 235px;
    padding: 30px 24px 26px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #e5ded2;
    box-shadow: 0 18px 50px rgba(35, 31, 25, 0.035);
}

.levels-grid span {
    display: block;
    margin-bottom: 26px;
    color: #2f6b3e;
    font-size: 50px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.06em;
}

.levels-grid h3 {
    margin-bottom: 12px;
    color: #14251a;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.levels-grid p {
    margin: 0;
    color: #6d756c;
    font-size: 14px;
    line-height: 1.55;
}

.levels-pricing-grid article {
    min-height: 390px;
    display: flex;
    flex-direction: column;
}

.levels-pricing-grid article > p {
    margin-bottom: 28px;
}

.level-pricing {
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid #eee6d9;
    display: grid;
    gap: 20px;
}

.level-pricing div {
    text-align: center;
}

.level-pricing small {
    display: block;
    margin-bottom: 6px;
    color: #1e4f2d;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.level-pricing del {
    display: block;
    margin-bottom: 3px;
    color: #2e2e2e;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 850;
    text-decoration-thickness: 2px;
    text-decoration-color: #1b231b;
}

.level-pricing strong {
    display: block;
    color: #1f4d2c;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.level-pricing div:last-child small,
.level-pricing div:last-child strong {
    color: #6b351f;
}

.summer-discount {
    min-height: 96px;
    margin-top: 26px;
    padding: 18px 28px;
    border: 1px solid #e5ded2;
    border-radius: 18px;
    background:
            radial-gradient(circle at 14% 35%, rgba(255, 203, 88, 0.16), transparent 16%),
            linear-gradient(90deg, #f7f0df, #fff8ea 48%, #f7f0df);
    box-shadow: 0 18px 50px rgba(35, 31, 25, 0.035);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    align-items: center;
    overflow: hidden;
}

.summer-visual {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 42px;
    line-height: 1;
}

.summer-palm {
    transform: rotate(-14deg);
}

.summer-sun {
    color: #e0a121;
}

.summer-text strong {
    display: block;
    color: #1f4d2c;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 0.95;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.summer-text p {
    margin: 8px 0 0;
    color: #303a31;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

.summer-date {
    min-width: 250px;
    padding: 16px 22px;
    border-radius: 18px;
    background: #1f4d2c;
    color: #ffffff;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: center;
}

.summer-date-icon {
    width: 42px;
    height: 42px;
    display: block;
}

.summer-date-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.summer-date small {
    display: block;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.summer-date strong {
    display: block;
    margin-top: 2px;
    font-size: 24px;
    line-height: 1;
    font-weight: 950;
}

.levels-bottom-row {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 22px;
    margin-top: 26px;
}

.levels-features,
.levels-start-card {
    min-height: 112px;
    border: 1px solid #e5ded2;
    border-radius: 18px;
    background: #eeeade;
    box-shadow: 0 18px 50px rgba(35, 31, 25, 0.035);
}

.levels-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
}

.levels-features > div {
    padding: 20px 18px;
    text-align: center;
    border-right: 1px solid #ddd5c8;
}

.levels-features > div:last-child {
    border-right: 0;
}

.levels-feature-icon {
    width: 36px;
    height: 36px;
    margin: 0 auto 9px;
    display: block;
    color: #1f4d2c;
}

.levels-feature-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.levels-features strong {
    display: block;
    color: #172217;
    font-size: 14px;
    line-height: 1.25;
}

.levels-features p {
    margin: 3px 0 0;
    color: #172217;
    font-size: 13px;
    line-height: 1.25;
}

.levels-start-card {
    padding: 22px 28px;
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 22px;
    align-items: center;
}

.levels-start-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #1f4d2c;
    color: #ffffff;
}

.levels-start-icon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.levels-start-card h3 {
    margin: 0 0 4px;
    color: #14251a;
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.levels-start-card p {
    margin: 0;
    color: #303a31;
    font-size: 16px;
    line-height: 1.4;
}

.levels-start-card .btn {
    min-width: 190px;
}

.progress-box {
    margin-top: 86px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #1b231b;
}

.progress-box h3 {
    margin-bottom: 34px;
    color: #14251a;
    font-size: clamp(30px, 3.8vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.055em;
}

.progress-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 26px;
}

.progress-step {
    text-align: center;
}

.progress-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    border: 1px solid #bec8bb;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.48);
    color: #314239;
}

.progress-icon svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.progress-step strong {
    display: block;
    max-width: 170px;
    margin: 0 auto 8px;
    color: #202920;
    font-size: 15px;
    line-height: 1.3;
}

.progress-step p {
    max-width: 170px;
    margin: 0 auto;
    color: #6d756c;
    font-size: 13px;
    line-height: 1.45;
}

/* ABOUT */

.about-section {
    padding: 92px 0;
    background: #ffffff;
}

.about-container {
    max-width: 1180px;
}

.about-layout {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    align-items: stretch;
    min-height: 520px;
    background: transparent;
    border-radius: 0;
    overflow: visible;
}

.about-content {
    padding: 54px 48px 48px 0;
}

.about-content h2 {
    margin-bottom: 28px;
    color: #14251a;
    font-size: clamp(38px, 4.2vw, 54px);
    line-height: 1.05;
    letter-spacing: -0.055em;
}

.about-lead {
    max-width: 520px;
    margin: 0 0 34px;
    color: #566157;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 650;
}

.about-text-block {
    margin-top: 22px;
}

.about-text-block h3 {
    margin: 0 0 14px;
    color: #14251a;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.about-text-block p {
    max-width: 560px;
    margin: 0;
    color: #6d756c;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 600;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 54px;
}

.about-features article {
    text-align: center;
}

.about-icon {
    display: block;
    width: 46px;
    height: 46px;
    margin: 0 auto 16px;
    color: #314239;
}

.about-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-features strong {
    display: block;
    color: #202920;
    font-size: 15px;
    line-height: 1.32;
}

.about-photo-wrap {
    position: relative;
    min-height: 520px;
    overflow: visible;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-photo {
    width: 100%;
    height: 100%;
    max-height: 520px;
    display: block;
    object-fit: contain;
    object-position: center;
}

.about-quote p {
    margin: 0;
    color: #2c332c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.55;
    font-style: italic;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin-top: 30px;
}

.signature-name {
    margin-top: 18px;
    font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
    color: #14251a;
    line-height: 1.2;
    font-weight: 400;
}

/* CONTACT */

.contact-section {
    padding: 92px 0 34px;
    background: #f7f5ef;
}

.contact-container {
    max-width: 1060px;
}

.contact-card {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 72px;
    align-items: start;
    padding: 56px 58px 50px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(33, 40, 30, 0.045);
}

.contact-info h2 {
    margin-bottom: 18px;
    color: #14251a;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.055em;
}

.contact-info > p {
    max-width: 420px;
    margin: 0;
    color: #566157;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 650;
}

.contact-details {
    display: grid;
    gap: 24px;
    margin-top: 42px;
}

.contact-details > div {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 14px;
    align-items: start;
    padding: 0;
    border: 0;
}

.contact-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #314239;
}

.contact-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-details strong {
    display: block;
    margin-bottom: 3px;
    color: #1e3324;
    font-size: 15px;
    line-height: 1.25;
}

.contact-details span {
    color: #6d756c;
    font-size: 14px;
    line-height: 1.35;
}

.contact-form {
    display: grid;
    gap: 18px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.contact-form label {
    display: grid;
    grid-template-columns: 96px 1fr;
    align-items: center;
    gap: 16px;
    color: #1e3324;
    font-size: 14px;
    font-weight: 800;
}

.contact-form label small {
    grid-column: 2;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    border: 1px solid #ddd4c5;
    border-radius: 6px;
    background: #fbfaf7;
    color: #1e3324;
    outline: none;
    font-size: 14px;
    font-weight: 650;
}

.contact-form input,
.contact-form select {
    height: 48px;
    padding: 0 15px;
}

.contact-form textarea {
    min-height: 132px;
    padding: 14px 15px;
}

.contact-form button {
    justify-self: start;
    margin-left: 112px;
}

.contact-form .btn {
    width: 180px;
    min-height: 46px;
    margin-top: 6px;
    padding: 12px 22px;
    border-radius: 6px;
}

.contact-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    min-height: 86px;
    margin-top: 22px;
    color: #1e3324;
}

.contact-social > span {
    color: #243426;
    font-size: 16px;
    font-weight: 800;
}

.contact-social-links {
    display: flex;
    align-items: center;
    gap: 22px;
}

.contact-social-links a {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: #3e7b4f;
    transition: 0.2s ease;
}

.contact-social-links a:hover {
    color: #2f6b3e;
    transform: translateY(-1px);
}

.contact-social-links svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* FOOTER */

.footer {
    padding: 34px 0;
    background: #1e3324;
    color: #ffffff;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: center;
}

.footer-logo,
.footer-logo .logo-main,
.footer-logo .logo-sub {
    color: #ffffff;
}

.footer-logo .logo-mark svg {
    stroke: #ffffff;
}

.footer-links {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

/* RESPONSIVE */

@media (max-width: 1120px) {
    .hero-content {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 450px;
    }

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

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

    .home-info-strip > div {
        border-right: 0;
        border-bottom: 1px solid #e4dbce;
    }

    .home-info-strip > div:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .about-layout,
    .contact-card {
        grid-template-columns: 1fr;
    }

    .about-content {
        padding-right: 0;
    }

    .about-photo-wrap,
    .about-photo {
        min-height: 420px;
    }

    .levels-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .levels-bottom-row,
    .summer-discount {
        grid-template-columns: 1fr;
    }

    .summer-date {
        width: fit-content;
    }

    .levels-start-card {
        grid-template-columns: 64px 1fr;
    }

    .levels-start-card .btn {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

@media (max-width: 860px) {
    .home-shell {
        padding: 0;
    }

    .hero-panel {
        border-radius: 0;
    }

    .nav {
        height: 74px;
        padding: 0 22px;
    }

    .nav-toggle {
        display: block;
    }

    .nav-links {
        position: absolute;
        top: 74px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 22px;
        background: #fffdf8;
        border-bottom: 1px solid #ebe3d6;
    }

    .nav-links.open {
        display: flex;
    }

    .nav-cta {
        display: none;
    }

    .hero-content {
        padding: 46px 24px 34px;
    }

    .hero-left h1 {
        font-size: 48px;
    }

    .hero-benefits,
    .language-mini-grid,
    .language-grid,
    .levels-grid {
        grid-template-columns: 1fr;
    }

    .home-languages {
        padding: 36px 24px 24px;
    }

    .home-info-strip {
        margin: 16px 24px 38px;
        grid-template-columns: 1fr;
    }

    .home-info-strip > div:nth-last-child(-n + 2) {
        border-bottom: 1px solid #e4dbce;
    }

    .home-info-strip > div:last-child {
        border-bottom: 0;
    }

    .laptop {
        width: 360px;
        max-width: 82%;
        left: 50%;
        top: 52%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%);
    }

    .laptop-screen {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .laptop-screen-img {
        padding: 14px 16px;
    }

    .laptop-base {
        width: calc(100% + 44px);
        margin-left: -22px;
    }

    .progress-steps {
        grid-template-columns: 1fr;
    }

    .progress-step {
        text-align: left;
        display: grid;
        grid-template-columns: 62px 1fr;
        column-gap: 16px;
        align-items: start;
    }

    .progress-icon {
        margin: 0;
        grid-row: 1 / span 2;
    }

    .progress-step strong,
    .progress-step p {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    .about-content {
        padding: 36px 0 28px;
    }

    .about-features {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-quote {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .contact-card {
        padding: 34px 24px;
        gap: 38px;
    }

    .contact-form label {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .contact-form label small {
        grid-column: auto;
    }

    .contact-form button {
        justify-self: stretch;
        margin-left: 0;
    }

    .contact-form .btn {
        width: 100%;
    }

    .contact-social {
        flex-direction: column;
        gap: 10px;
    }

    .footer-grid {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .levels-features > div {
        border-right: 0;
        border-bottom: 1px solid #ddd5c8;
    }

    .levels-features > div:nth-child(odd) {
        border-right: 1px solid #ddd5c8;
    }

    .levels-features > div:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .levels-start-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .levels-start-icon {
        margin: 0 auto;
    }

    .levels-start-card .btn {
        justify-self: stretch;
    }
}

@media (max-width: 560px) {
    .container {
        width: min(100% - 28px, 1180px);
    }

    .logo-main {
        font-size: 24px;
    }

    .logo-sub {
        font-size: 8px;
    }

    .hero-left h1 {
        font-size: 42px;
    }

    .hero-text {
        font-size: 17px;
    }

    h2 {
        font-size: 34px;
    }

    .languages-section,
    .levels-section,
    .about-section,
    .contact-section {
        padding: 64px 0;
    }

    .hero-visual {
        min-height: 340px;
    }

    .laptop {
        width: 310px;
        max-width: 86%;
    }

    .laptop-screen-img {
        padding: 12px 14px;
    }

    .contact-form {
        padding: 24px;
    }
}


/* CONTACT SUCCESS PAGE */

.success-page {
    min-height: 100vh;
    padding: 32px;
    background:
            radial-gradient(circle at 15% 18%, rgba(47, 107, 62, 0.12), transparent 26%),
            radial-gradient(circle at 85% 78%, rgba(218, 188, 140, 0.34), transparent 28%),
            linear-gradient(135deg, #f3eee4 0%, #fffdf8 100%);
    display: grid;
    place-items: center;
}

.success-card {
    width: min(620px, 100%);
    padding: 48px 42px 44px;
    border: 1px solid #ebe3d6;
    border-radius: 28px;
    background: rgba(255, 253, 248, 0.94);
    box-shadow: 0 32px 100px rgba(61, 45, 25, 0.12);
    text-align: center;
}

.success-logo {
    width: fit-content;
    margin: 0 auto 34px;
    display: inline-grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
    text-align: left;
    color: #152217;
}

.success-logo-mark {
    width: 42px;
    height: 42px;
    display: block;
}

.success-logo-mark svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #1f3f28;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.success-logo strong {
    display: block;
    color: #152217;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 950;
}

.success-logo small {
    display: block;
    margin-top: 4px;
    color: #687067;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 800;
}

.success-icon {
    width: 86px;
    height: 86px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: #eaf3ec;
    color: #2f6b3e;
    display: grid;
    place-items: center;
    box-shadow: inset 0 0 0 1px rgba(47, 107, 62, 0.16);
}

.success-icon svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.success-kicker {
    margin: 0 0 12px;
    color: #2f6b3e;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.success-card h1 {
    margin: 0;
    color: #14251a;
    font-size: clamp(38px, 6vw, 58px);
    line-height: 1.05;
    letter-spacing: -0.055em;
    font-weight: 950;
}

.success-card h1 span {
    color: #2f6b3e;
}

.success-text {
    max-width: 470px;
    margin: 22px auto 0;
    color: #566157;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 650;
}

.success-actions {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.success-actions .btn {
    min-width: 190px;
}

@media (max-width: 560px) {
    .success-page {
        padding: 18px;
    }

    .success-card {
        padding: 36px 22px 30px;
        border-radius: 22px;
    }

    .success-actions {
        display: grid;
    }

    .success-actions .btn {
        width: 100%;
    }
}