:root {
    --bg: #f8f3ed;
    --surface: rgba(255, 255, 255, 0.9);
    --surface-strong: #ffffff;
    --border: #ecdcc9;
    --text: #2f241f;
    --muted: #6f635b;
    --accent: #f5a428;
    --accent-dark: #eb8d00;
    --shadow: 0 18px 45px rgba(68, 42, 16, 0.08);
    --radius-xl: 30px;
    --radius-lg: 24px;
    --radius-md: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Noto Sans Georgian", Arial, sans-serif;
    color: var(--text);
    background:
            radial-gradient(circle at top left, rgba(245, 164, 40, 0.13), transparent 28%),
            radial-gradient(circle at right center, rgba(245, 164, 40, 0.09), transparent 30%),
            linear-gradient(180deg, #fffdfb 0%, var(--bg) 100%);
}

.page-shell {
    width: min(1220px, calc(100% - 32px));
    margin: 0 auto;
    padding: 22px 0 42px;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 6px 24px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand-mark {
    width: 58px;
    height: 58px;
    border: 2px solid #cfa061;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #8f6030;
    background: linear-gradient(180deg, #fff6ea 0%, #f7ebdc 100%);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-name,
.brand-sub {
    letter-spacing: 0.24em;
    font-weight: 700;
}

.brand-name { font-size: 1.45rem; }
.brand-sub { font-size: 1.05rem; margin-top: 8px; }

.site-nav {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.site-nav a {
    text-decoration: none;
    color: var(--text);
    font-weight: 500;
    padding: 10px 14px;
    border-radius: 14px;
}

.site-nav a:hover {
    background: rgba(245, 164, 40, 0.08);
}

.site-link {
    border: 1px solid #d2b08a;
    background: #fff9f2;
}

.content-wrap {
    display: grid;
    gap: 26px;
}

.hero-card,
.info-card,
.program-card,
.form-card {
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    backdrop-filter: blur(6px);
}

.hero-card {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 26px;
    padding: 42px;
    border-radius: var(--radius-xl);
    overflow: hidden;
    position: relative;
}

.hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(245, 164, 40, 0.08), transparent 42%);
    pointer-events: none;
}

.hero-copy {
    position: relative;
    z-index: 1;
}

.eyebrow,
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #9d6f2c;
    background: #fff4e4;
    border: 1px solid #f2d4a5;
    padding: 8px 14px;
    border-radius: 999px;
}

.hero-copy h1 {
    margin: 18px 0 12px;
    font-size: clamp(2.25rem, 5vw, 4.1rem);
    line-height: 1.05;
}

.hero-subtitle {
    margin: 0;
    font-size: clamp(1.05rem, 2vw, 1.45rem);
    color: var(--muted);
    font-weight: 500;
}

.hero-description {
    margin: 18px 0 0;
    max-width: 700px;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.75;
}

.hero-pills {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.pill {
    min-width: 190px;
    padding: 16px 18px;
    background: rgba(255,255,255,0.86);
    border: 1px solid #eedbc3;
    border-radius: 18px;
}

.pill strong,
.price-box strong,
.highlight-date,
.program-note strong {
    color: var(--accent-dark);
}

.pill strong {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 6px;
}

.pill span {
    color: var(--muted);
    font-size: 0.95rem;
}

.pill-accent {
    background: linear-gradient(180deg, #fff4df 0%, #fff7ec 100%);
}

.hero-visual {
    min-height: 520px;
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    background: linear-gradient(135deg, #fff5e6 0%, #f6eadf 55%, #efdfcf 100%);
    border: 1px solid rgba(214, 184, 151, 0.45);
}

.hero-photo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(33, 22, 13, 0.16) 100%);
    pointer-events: none;
}

.hero-photo-badge {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 1;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(255, 250, 243, 0.92);
    border: 1px solid rgba(239, 216, 182, 0.95);
    backdrop-filter: blur(8px);
    box-shadow: 0 12px 24px rgba(68, 42, 16, 0.12);
}

.hero-photo-badge strong {
    display: block;
    color: var(--text);
    font-size: 1rem;
    margin-bottom: 4px;
}

.hero-photo-badge span {
    color: var(--muted);
    font-size: 0.9rem;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.info-card,
.program-card,
.form-card {
    border-radius: var(--radius-lg);
}

.info-card {
    padding: 26px;
}

.icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff4e4;
    color: var(--accent-dark);
    font-size: 1.4rem;
    margin-bottom: 16px;
}

.info-card h3,
.program-card h2,
.form-card h2 {
    margin: 0 0 14px;
    font-size: 1.55rem;
}

.info-card p,
.info-card li,
.program-card li,
.privacy-note,
.price-box span,
.program-note span,
label,
input,
select,
textarea {
    font-size: 0.97rem;
}

.info-card p,
.info-card ul,
.info-card li,
.program-card ul,
.program-card li,
label,
.privacy-note,
.program-note span,
.price-box span {
    color: var(--muted);
    line-height: 1.72;
}

.info-card ul,
.program-card ul {
    margin: 0;
    padding-left: 20px;
}

.main-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.35fr;
    gap: 22px;
}

.program-card,
.form-card {
    padding: 28px;
}

.section-heading {
    margin-bottom: 22px;
}

.section-heading h2 {
    margin-top: 12px;
}

.day-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.day-title h4 {
    margin: 0;
    font-size: 1.2rem;
}

.day-badge {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);
}

.divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(243, 189, 112, 0), rgba(243, 189, 112, 0.85), rgba(243, 189, 112, 0));
    margin: 22px 0;
}

.program-note {
    margin-top: 26px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #fff6ea;
    border: 1px solid #f0d5b1;
}

.program-note strong {
    display: block;
    margin-top: 4px;
    font-size: 1.18rem;
}

.application-form {
    display: grid;
    gap: 16px;
}

.form-row.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.field-group {
    display: grid;
    gap: 8px;
}

label {
    font-weight: 600;
    color: var(--text);
}

label span {
    color: #d65d1f;
}

input,
select,
textarea {
    width: 100%;
    padding: 15px 16px;
    border-radius: 16px;
    border: 1px solid #e7d8c8;
    background: #fff;
    font-family: inherit;
    color: var(--text);
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #e7a848;
    box-shadow: 0 0 0 4px rgba(245, 164, 40, 0.14);
}

textarea {
    resize: vertical;
    min-height: 140px;
}

.submit-panel {
    margin-top: 6px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 16px;
    align-items: center;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, #fffaf4 0%, #fff3e3 100%);
    border: 1px solid #efd8b6;
}

.captcha-box {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 92px;
    padding: 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e4d6c6;
}

.captcha-check {
    width: 28px;
    height: 28px;
    border: 2px solid #8e8e8e;
    border-radius: 4px;
    flex: 0 0 auto;
}

.captcha-text strong {
    display: block;
    margin-bottom: 4px;
    font-size: 1rem;
}

.captcha-text span {
    color: var(--muted);
    font-size: 0.85rem;
}

.price-box {
    text-align: center;
}

.price-box strong {
    display: block;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1;
    margin-top: 8px;
}

.submit-btn {
    width: 100%;
    border: 0;
    border-radius: 18px;
    padding: 18px 24px;
    margin-top: 2px;
    background: linear-gradient(180deg, #f7ac33 0%, #ee9300 100%);
    color: #fff;
    font-family: inherit;
    font-size: 1.22rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 16px 28px rgba(238, 147, 0, 0.24);
    transition: transform .2s ease, box-shadow .2s ease;
}

.submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 32px rgba(238, 147, 0, 0.28);
}

.privacy-note {
    margin: 6px 0 0;
    text-align: center;
}

@media (max-width: 1080px) {
    .hero-card,
    .main-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 360px;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .page-shell {
        width: min(100% - 20px, 100%);
        padding-top: 14px;
    }

    .site-header {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 18px;
    }

    .hero-card,
    .program-card,
    .form-card,
    .info-card {
        padding: 22px;
    }

    .form-row.two-col,
    .submit-panel {
        grid-template-columns: 1fr;
    }

    .hero-copy h1 {
        font-size: 2.15rem;
    }

    .site-nav {
        gap: 8px;
    }

    .site-nav a {
        padding: 8px 10px;
        font-size: 0.92rem;
    }

    .brand-name { font-size: 1.18rem; }
    .brand-sub { font-size: 0.92rem; }
}
