:root {
    --primary: #3f2c24;
    --primary-dark: #241915;
    --secondary: #2f211b;
    --accent: #d8bd86;
    --accent-soft: #efe1c2;
    --bg: #faf8f4;
    --card: #ffffff;
    --text: #332822;
    --muted: #7a6d65;
    --border: #eadfce;
    --dark: #1f1612;
    --radius: 22px;
    --shadow: 0 20px 50px rgba(63, 44, 36, 0.14);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1180px, 92%);
    margin: auto;
}

.topbar {
    background: var(--dark);
    color: #f9fafb;
    font-size: 14px;
    padding: 10px 0;
}

.topbar .container {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(234,223,206,0.95);
    box-shadow: 0 10px 30px rgba(63,44,36,0.06);
}

.nav-inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 8px 0;
}

.logo {
    display: flex;
    align-items: center;
    max-width: 205px;
    flex: 0 0 205px;
}

.logo-img {
    width: 190px;
    height: auto;
    object-fit: contain;
    display: block;
}


.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    color: var(--secondary);
    font-weight: 700;
    font-size: 14px;
    flex: 1;
}

.nav-links a {
    position: relative;
    padding: 10px 0;
    transition: 0.25s ease;
    letter-spacing: 0.01em;
}

.nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent), #8a6936);
    transition: 0.25s ease;
}

.nav-links a:hover {
    color: var(--primary-dark);
}

.nav-links a.is-active {
    color: var(--primary-dark);
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-links a.is-active::after {
    width: 100%;
}

.nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 0 0 150px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 800;
    font-size: 15px;
    line-height: 1;
    border: 1px solid transparent;
    transition: 0.25s ease;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.01em;
}

.btn-primary {
    background: linear-gradient(135deg, #e8d39d 0%, #c8a861 48%, #8a6936 100%);
    color: #1f1612 !important;
    border-color: rgba(216,189,134,1);
    box-shadow: 0 14px 32px rgba(63,44,36,0.22);
    text-shadow: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #f1dfb2 0%, #d8bd86 50%, #9b783f 100%);
    box-shadow: 0 18px 42px rgba(63,44,36,0.30);
}

.btn-outline {
    border-color: rgba(232,211,157,0.70);
    color: #ffffff !important;
    background: rgba(255,255,255,0.10);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
    backdrop-filter: blur(12px);
    text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}

.btn-outline:hover {
    background: rgba(232,211,157,0.18);
    border-color: #e8d39d;
    transform: translateY(-2px);
}

.btn-light {
    background: #ffffff;
    color: var(--secondary) !important;
    border-color: var(--border);
    box-shadow: 0 10px 24px rgba(63,44,36,0.08);
}

.hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 0;
    background: #1f1612;
}

.hero-slider {
    position: relative;
    min-height: 800px;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.9s ease, visibility 0.9s ease;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(90deg, rgba(9,9,11,0.92) 0%, rgba(9,9,11,0.70) 48%, rgba(9,9,11,0.25) 100%),
            radial-gradient(circle at 18% 38%, rgba(216,189,134,0.22), transparent 28%);
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero-slide-1 {
    background-image: url('https://images.unsplash.com/photo-1572116469696-31de0f17cc34?auto=format&fit=crop&w=1800&q=85');
}

.hero-slide-2 {
    background-image: url('https://images.unsplash.com/photo-1551538827-9c037cb4f32a?auto=format&fit=crop&w=1800&q=85');
}

.hero-slide-3 {
    background-image: url('https://images.unsplash.com/photo-1470337458703-46ad1756a187?auto=format&fit=crop&w=1800&q=85');
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(1180px, 92%);
    margin: auto;
    padding: 120px 0 180px;
}

.hero-text {
    max-width: 760px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(216,189,134,0.14);
    border: 1px solid rgba(216,189,134,0.28);
    color: #efe1c2;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 22px;
    backdrop-filter: blur(10px);
}

.eyebrow i {
    font-size: 14px;
}

.hero h1 {
    font-size: clamp(44px, 6vw, 82px);
    line-height: 0.98;
    letter-spacing: -0.07em;
    margin-bottom: 24px;
}

.hero h1 span {
    color: var(--accent);
    white-space: nowrap;
}

.hero p {
    font-size: 19px;
    color: #e5e7eb;
    max-width: 660px;
    margin-bottom: 34px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 38px;
}

.hero-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 720px;
}

.hero-point {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.16);
    padding: 16px;
    border-radius: 18px;
    color: #f9fafb;
    font-weight: 700;
    backdrop-filter: blur(12px);
}

.hero-point small {
    display: block;
    color: #d1d5db;
    font-weight: 500;
    margin-top: 4px;
}

.slider-controls {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%);
    width: min(1180px, 92%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    pointer-events: none;
}

.slider-arrows {
    display: flex;
    gap: 12px;
    pointer-events: auto;
}

.slider-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.28);
    background: rgba(255,255,255,0.10);
    color: #ffffff;
    cursor: pointer;
    backdrop-filter: blur(12px);
    transition: 0.25s ease;
}

.slider-arrow i {
    font-size: 20px;
}

.slider-arrow:hover {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #2f211b;
    border-color: transparent;
}

.slider-dots {
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: auto;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 0;
    background: rgba(255,255,255,0.45);
    cursor: pointer;
    transition: 0.25s ease;
}

.slider-dot.active {
    width: 34px;
    background: var(--accent);
}

section {
    padding: 96px 0;
}

.section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 54px;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-dark);
    background: rgba(216,189,134,0.20);
    border: 1px solid rgba(216,189,134,0.36);
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 14px;
    white-space: nowrap;
}

.section-head h2,
.about-content h2,
.app-content h2 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    color: var(--secondary);
    margin-bottom: 18px;
}

.section-head p {
    color: var(--muted);
    font-size: 17px;
}

.about-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 56px;
    align-items: center;
}

.about-visual {
    position: relative;
}

.about-image {
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--shadow);
    min-height: 520px;
    background: url('https://images.unsplash.com/photo-1551538827-9c037cb4f32a?auto=format&fit=crop&w=1000&q=80') center/cover;
}

.about-stat {
    position: absolute;
    right: -24px;
    bottom: 32px;
    background: #ffffff;
    border-radius: 24px;
    padding: 22px;
    width: 220px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}

.about-stat strong {
    display: block;
    font-size: 38px;
    color: var(--primary);
    letter-spacing: -0.04em;
}

.about-content p {
    color: var(--muted);
    font-size: 17px;
    margin-bottom: 24px;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 28px 0 34px;
}

.feature-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid var(--border);
    padding: 16px;
    border-radius: 18px;
    font-weight: 700;
    box-shadow: 0 12px 25px rgba(15,23,42,0.04);
}

.check {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(63,44,36,0.12);
    color: var(--primary-dark);
    font-weight: 900;
}

.courses {
    background: #ffffff;
    padding-bottom: 150px;
}

.course-topbar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -20px 0 26px;
}

.course-slider-arrows {
    pointer-events: none;
}

.courses .course-slider-btn {
    position: absolute;
    top: 42%;
    z-index: 5;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(216,189,134,0.55);
    background: #ffffff;
    color: var(--secondary);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 34px rgba(63,44,36,0.18);
    transition: 0.25s ease;
    pointer-events: auto;
}

.courses .course-slider-btn i {
    font-size: 20px;
}

.courses .course-slider-btn.prev {
    left: -27px;
}

.courses .course-slider-btn.next {
    right: -27px;
}

.courses .course-slider-btn:hover {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #ffffff;
    transform: translateY(-2px) scale(1.04);
}

.courses .course-scroll-wrap {
    position: relative;
    padding: 0 8px;
}

.courses .course-grid {

    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 48px) / 3);
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 8px 4px 28px;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
}

.courses .course-grid.dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.courses .course-grid::-webkit-scrollbar {
    display: none;
}


.courses .course-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 28px;
    background: var(--card);
    min-height: 430px;
    box-shadow: 0 6px 16px rgba(63,44,36,0.045);
    transition: 0.25s ease;
    scroll-snap-align: start;
}

.courses .course-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 12px 26px rgba(63,44,36,0.08);
    border-color: rgba(63,44,36,0.18);
}

.courses .course-image {
    height: 230px;
    overflow: hidden;
    position: relative;
}

.courses .course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.courses .course-card:hover .course-image img {
    transform: scale(1.06);
}

.courses .course-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 45%, rgba(31,22,18,0.38));
}

.courses .course-body {
    padding: 24px;
}

.courses .course-card h3 {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.025em;
    color: var(--secondary);
    margin-bottom: 12px;
}

.courses .course-card p {
    color: var(--muted);
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.courses .course-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-dark);
    font-weight: 800;
    padding-bottom: 3px;
    border-bottom: 2px solid rgba(216,189,134,0.65);
}

.courses .course-link:hover {
    color: #8a6936;
}

.courses .course-scroll-hint {
    text-align: center;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
    margin-top: 8px;
}

.courses .course-bottom-action {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

.inquiry-page {
    background:
        radial-gradient(circle at 10% 10%, rgba(216,189,134,0.18), transparent 22%),
        radial-gradient(circle at 92% 20%, rgba(216,189,134,0.12), transparent 24%),
        linear-gradient(180deg, #f5eee3 0%, #fffaf4 52%, #f8f1e7 100%);
}

.about-page {
    background:
        radial-gradient(circle at 8% 8%, rgba(216,189,134,0.14), transparent 24%),
        radial-gradient(circle at 92% 16%, rgba(155,120,63,0.10), transparent 22%),
        linear-gradient(180deg, #f7f1e8 0%, #fffaf5 48%, #f6eee2 100%);
}

.about-page .page-hero {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(31,22,18,0.94) 0%, rgba(31,22,18,0.74) 52%, rgba(31,22,18,0.30) 100%),
        radial-gradient(circle at 18% 38%, rgba(216,189,134,0.22), transparent 28%),
        url('https://images.unsplash.com/photo-1572116469696-31de0f17cc34?auto=format&fit=crop&w=1800&q=85') center/cover;
}

.about-page .page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.about-page .hero-content {
    position: relative;
    z-index: 1;
    max-width: 820px;
    padding: 90px 0;
}

.about-page .section-kicker,
.about-page .hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-dark);
    background: linear-gradient(135deg, #f3e4bd 0%, #d8bd86 100%);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 999px;
    padding: 9px 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 16px;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.about-page .page-hero h1 {
    font-size: clamp(44px, 6vw, 78px);
    line-height: 0.98;
    letter-spacing: -0.07em;
    margin-bottom: 24px;
    color: #ffffff;
    max-width: 12ch;
}

.about-page .page-hero h1 span {
    color: var(--accent);
}

.about-page .page-hero p {
    font-size: 19px;
    color: #e5e7eb;
    max-width: 700px;
    margin-bottom: 34px;
}

.about-page section {
    padding: 96px 0;
}

.about-page .section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 54px;
}

.about-page .section-head h2,
.about-page .content-block h2,
.about-page .cta-content h2 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    color: var(--secondary);
    margin-bottom: 18px;
}

.about-page .section-head p {
    color: var(--muted);
    font-size: 17px;
}

.about-page .about-intro {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 56px;
    align-items: center;
}

.about-page .about-visual {
    position: relative;
}

.about-page .about-image {
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--shadow);
    min-height: 540px;
    background: url('https://images.unsplash.com/photo-1551538827-9c037cb4f32a?auto=format&fit=crop&w=1000&q=80') center/cover;
}

.about-page .experience-card {
    position: absolute;
    right: -24px;
    bottom: 32px;
    background: #ffffff;
    border-radius: 24px;
    padding: 22px;
    width: 230px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}

.about-page .experience-card strong {
    display: block;
    font-size: 38px;
    color: var(--primary);
    letter-spacing: -0.04em;
    margin-bottom: 6px;
}

.about-page .experience-card span {
    display: block;
    color: var(--muted);
    line-height: 1.6;
}

.about-page .content-block p {
    color: var(--muted);
    font-size: 17px;
    margin-bottom: 22px;
    line-height: 1.8;
}

.about-page .feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 30px 0 34px;
}

.about-page .feature-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid var(--border);
    padding: 16px;
    border-radius: 18px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(63,44,36,0.04);
}

.about-page .check {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(216,189,134,0.24);
    color: var(--primary-dark);
    font-weight: 900;
}

.about-page .mission-section {
    background: #ffffff;
}

.about-page .mission-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.about-page .mission-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(63,44,36,0.045);
    transition: 0.25s ease;
}

.about-page .mission-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(63,44,36,0.08);
}

.about-page .mission-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(216,189,134,0.28), rgba(63,44,36,0.10));
    font-size: 30px;
    margin-bottom: 22px;
}

.about-page .mission-card h3 {
    font-size: 23px;
    color: var(--secondary);
    letter-spacing: -0.025em;
    margin-bottom: 12px;
}

.about-page .mission-card p {
    color: var(--muted);
}

.about-page .training-method {
    background:
        radial-gradient(circle at 8% 12%, rgba(63,44,36,0.10), transparent 26%),
        var(--bg);
}

.about-page .method-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.about-page .method-steps {
    display: grid;
    gap: 18px;
}

.about-page .step-card {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 18px;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 8px 20px rgba(63,44,36,0.045);
}

.about-page .step-number {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
}

.about-page .step-card h3 {
    color: var(--secondary);
    margin-bottom: 6px;
    font-size: 20px;
}

.about-page .step-card p {
    color: var(--muted);
}

.about-page .offer-section {
    background: #ffffff;
}

.about-page .offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.about-page .offer-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 6px 16px rgba(63,44,36,0.045);
}

.about-page .offer-card h3 {
    color: var(--secondary);
    font-size: 21px;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.about-page .offer-card p {
    color: var(--muted);
}

.about-page .career-section {
    background: var(--bg);
}

.about-page .career-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    max-width: 920px;
    margin: auto;
}

.about-page .career-tags span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid var(--border);
    color: var(--secondary);
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(63,44,36,0.04);
}

.about-page .cta-section {
    background: #ffffff;
    padding-top: 0;
}

.about-page .cta-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    background:
        radial-gradient(circle at 85% 15%, rgba(216,189,134,0.32), transparent 24%),
        linear-gradient(135deg, #2f211b, #1f1612);
    color: #ffffff;
    padding: 66px;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
}

.about-page .cta-content h2 {
    color: #ffffff;
}

.about-page .cta-content p {
    color: #d1d5db;
    font-size: 17px;
    max-width: 680px;
}

.contact-page .contact-section {
    background: #ffffff;
}

.contact-page .page-hero {
    position: relative;
    overflow: hidden;
    min-height: 510px;
    display: flex;
    align-items: center;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(31,22,18,0.94) 0%, rgba(31,22,18,0.74) 52%, rgba(31,22,18,0.28) 100%),
        radial-gradient(circle at 18% 38%, rgba(216,189,134,0.22), transparent 28%),
        url('https://images.unsplash.com/photo-1470337458703-46ad1756a187?auto=format&fit=crop&w=1800&q=85') center/cover;
}

.contact-page .page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.contact-page .hero-content {
    position: relative;
    z-index: 1;
    max-width: 820px;
    padding: 90px 0;
}

.contact-page .hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-dark);
    background: linear-gradient(135deg, #f3e4bd 0%, #d8bd86 100%);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 999px;
    padding: 9px 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 16px;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.contact-page .page-hero h1 {
    font-size: clamp(44px, 6vw, 78px);
    line-height: 0.98;
    letter-spacing: -0.07em;
    margin-bottom: 24px;
    color: #ffffff;
}

.contact-page .page-hero h1 span {
    color: var(--accent);
}

.contact-page .page-hero p {
    font-size: 19px;
    color: #e5e7eb;
    max-width: 700px;
    margin-bottom: 34px;
}

.contact-page .contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 940px;
    margin: 0 auto;
    align-items: stretch;
}

.contact-page .contact-card {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 6px 18px rgba(63,44,36,0.035);
    transition: 0.25s ease;
    min-height: auto;
}

.contact-page .contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, rgba(63,44,36,0.85), rgba(216,189,134,0.85));
}

.contact-page .contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(63,44,36,0.055);
}

.contact-page .contact-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.contact-page .contact-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(216,189,134,0.20);
    color: var(--primary-dark);
    font-size: 22px;
    box-shadow: none;
    margin-bottom: 0;
}

.contact-page .contact-card h3 {
    color: var(--secondary);
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -0.025em;
    margin-bottom: 4px;
}

.contact-page .contact-card-subtitle {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.contact-page .contact-list {
    list-style: none;
    display: grid;
    gap: 10px;
}

.contact-page .contact-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    color: var(--secondary);
    font-weight: 750;
    word-break: break-word;
    padding: 12px;
    border-radius: 16px;
    background: #faf8f4;
    border: 1px solid rgba(234,223,206,0.80);
    box-shadow: none;
}

.contact-page .contact-list li span:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    overflow-wrap: anywhere;
}

.contact-page .contact-mini-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: grid;
    place-items: center;
    align-items: center;
    justify-items: center;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid var(--border);
    color: var(--primary-dark);
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
}

.contact-page .contact-mini-icon i {
    display: block;
    line-height: 1;
}

.contact-page .contact-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(216,189,134,0.55);
    color: var(--primary-dark);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
    transition: 0.25s ease;
}

.contact-page .contact-action:hover,
.contact-page .contact-list li:hover .contact-action {
    background: rgba(216,189,134,0.28);
    color: var(--primary-dark);
}

.contact-page .contact-note {
    margin-top: 16px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 600;
    padding-left: 2px;
}

.contact-page .branches-section {
    background:
        radial-gradient(circle at 8% 12%, rgba(63,44,36,0.10), transparent 26%),
        var(--bg);
}

.contact-page .branch-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    align-items: start;
}

.contact-page .branch-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(63,44,36,0.045);
}

.contact-page .branch-card.head-office {
    position: sticky;
    top: 110px;
    background:
        linear-gradient(135deg, rgba(216,189,134,0.20), rgba(255,255,255,0.96)),
        #ffffff;
    border-color: rgba(216,189,134,0.58);
    box-shadow: 0 18px 42px rgba(63,44,36,0.10);
}

.contact-page .branch-card h3 {
    color: var(--secondary);
    font-size: 26px;
    letter-spacing: -0.035em;
    margin-bottom: 12px;
}

.contact-page .branch-card p {
    color: var(--muted);
    margin-bottom: 18px;
}

.contact-page .branch-info {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.contact-page .branch-info-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 13px 14px;
    border-radius: 16px;
    background: rgba(250,248,244,0.9);
    border: 1px solid var(--border);
    color: var(--muted);
    font-weight: 700;
}

.contact-page .branch-info-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(216,189,134,0.24);
    color: var(--primary-dark);
}

.contact-page .branch-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.contact-page .branch-count-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(216,189,134,0.20);
    color: var(--primary-dark);
    border: 1px solid rgba(216,189,134,0.40);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.contact-page .mini-branch {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 6px 16px rgba(63,44,36,0.04);
    transition: 0.25s ease;
    min-height: 170px;
}

.contact-page .mini-branch::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
}

.contact-page .mini-branch:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(63,44,36,0.08);
    border-color: rgba(216,189,134,0.65);
}

.contact-page .mini-branch h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--secondary);
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.contact-page .branch-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 28px;
    padding: 0 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, #e8d39d, #9b783f);
    color: #1f1612;
    font-size: 12px;
    font-weight: 900;
}

.contact-page .mini-branch p {
    color: var(--muted);
    margin-bottom: 14px;
}

.contact-page .mini-branch-meta {
    display: grid;
    gap: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.contact-page .social-section {
    background: #ffffff;
}

.contact-page .social-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.contact-page .social-card {
    display: grid;
    place-items: center;
    text-align: center;
    gap: 12px;
    justify-items: center;
    align-content: center;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 24px 14px;
    width: 170px;
    min-height: 150px;
    box-shadow: 0 6px 16px rgba(63,44,36,0.045);
    transition: 0.25s ease;
    font-weight: 900;
    color: var(--secondary);
}

.contact-page .social-card:hover {
    transform: translateY(-5px);
    border-color: rgba(216,189,134,0.75);
    box-shadow: 0 14px 30px rgba(63,44,36,0.08);
}

.contact-page .social-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #e8d39d, #9b783f);
    color: #1f1612;
    font-size: 24px;
    font-weight: 900;
}

.contact-page .social-card[aria-label="Facebook"] .social-icon {
    background: linear-gradient(135deg, #1877f2, #0d5fd3);
    color: #ffffff;
}

.contact-page .social-card[aria-label="Instagram"] .social-icon {
    background: linear-gradient(135deg, #f58529, #dd2a7b 52%, #8134af 78%, #515bd4);
    color: #ffffff;
}

.contact-page .social-card[aria-label="LinkedIn"] .social-icon {
    background: linear-gradient(135deg, #0a66c2, #004182);
    color: #ffffff;
}

.contact-page .social-card[aria-label="YouTube"] .social-icon {
    background: linear-gradient(135deg, #ff3131, #cc0000);
    color: #ffffff;
}

.contact-page .social-card[aria-label="Twitter X"] .social-icon {
    background: linear-gradient(135deg, #111111, #2b2b2b);
    color: #ffffff;
}

.contact-page .social-card[aria-label="WhatsApp"] .social-icon {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #ffffff;
}

.contact-page .inquiry-section {
    background: var(--bg);
    padding-top: 0;
}

.contact-page .inquiry-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    background:
        radial-gradient(circle at 85% 15%, rgba(216,189,134,0.32), transparent 24%),
        linear-gradient(135deg, #2f211b, #1f1612);
    color: #ffffff;
    padding: 66px;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
}

.contact-page .inquiry-wrap .cta-content h2 {
    color: #ffffff;
}

.contact-page .inquiry-wrap .cta-content p {
    color: #d1d5db;
    font-size: 17px;
    max-width: 680px;
    line-height: 1.8;
}

.contact-page .inquiry-wrap .section-kicker {
    color: var(--primary-dark);
    background: linear-gradient(135deg, #f3e4bd 0%, #d8bd86 100%);
    border: 1px solid rgba(255,255,255,0.35);
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.contact-page .inquiry-wrap .hero-actions {
    margin: 0;
    justify-content: flex-start;
}

.contact-page .contact-inquiry-button {
    position: relative;
    min-width: 230px;
    min-height: 66px;
    padding: 18px 30px;
    border-radius: 22px;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: linear-gradient(135deg, #fff7de 0%, #f0d691 28%, #d3ab56 58%, #8e682e 100%);
    border-color: rgba(255,244,210,0.68);
    color: #24170f !important;
    box-shadow:
        0 20px 44px rgba(216,189,134,0.32),
        0 0 0 6px rgba(216,189,134,0.12);
    animation: inquiryPulse 2.4s ease-in-out infinite;
}

.contact-page .contact-inquiry-button::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255,255,255,0.42), rgba(255,255,255,0.05));
    pointer-events: none;
}

.contact-page .contact-inquiry-button i,
.contact-page .contact-inquiry-button span {
    position: relative;
    z-index: 1;
}

.contact-page .contact-inquiry-button i {
    font-size: 18px;
}

.contact-page .contact-inquiry-button:hover {
    transform: translateY(-4px) scale(1.02);
    background: linear-gradient(135deg, #fff9e8 0%, #f4dea6 30%, #ddb96a 60%, #9f7735 100%);
    box-shadow:
        0 26px 52px rgba(216,189,134,0.40),
        0 0 0 8px rgba(216,189,134,0.16);
}

.contact-page .contact-inquiry-button:active {
    transform: translateY(-1px) scale(0.99);
}

.contact-page .map-placeholder {
    margin-top: 54px;
    border-radius: 34px;
    min-height: 360px;
    background:
        linear-gradient(135deg, rgba(31,22,18,0.70), rgba(31,22,18,0.35)),
        url('https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1400&q=80') center/cover;
    display: grid;
    place-items: center;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.contact-page .map-placeholder h3 {
    font-size: 34px;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
}

.contact-page .map-placeholder p {
    color: #e5e7eb;
    font-weight: 600;
}

.courses-page .page-hero {
    position: relative;
    overflow: hidden;
    min-height: 530px;
    display: flex;
    align-items: center;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(31,22,18,0.94) 0%, rgba(31,22,18,0.74) 52%, rgba(31,22,18,0.28) 100%),
        radial-gradient(circle at 18% 38%, rgba(216,189,134,0.22), transparent 28%),
        url('https://images.unsplash.com/photo-1551538827-9c037cb4f32a?auto=format&fit=crop&w=1800&q=85') center/cover;
}

.courses-page .page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.courses-page .hero-content {
    position: relative;
    z-index: 1;
    max-width: 850px;
    padding: 90px 0;
}

.courses-page .section-kicker,
.courses-page .hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-dark);
    background: linear-gradient(135deg, #f3e4bd 0%, #d8bd86 100%);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 999px;
    padding: 9px 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 16px;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.courses-page .page-hero h1 {
    font-size: clamp(44px, 6vw, 78px);
    line-height: 0.98;
    letter-spacing: -0.07em;
    margin-bottom: 24px;
    color: #ffffff;
}

.courses-page .page-hero h1 span {
    color: var(--accent);
}

.courses-page .page-hero p {
    font-size: 19px;
    color: #e5e7eb;
    max-width: 720px;
    margin-bottom: 34px;
}

.courses-page section {
    padding: 96px 0;
}

.courses-page .section-head {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 54px;
}

.courses-page .section-head h2,
.courses-page .cta-content h2 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    color: var(--secondary);
    margin-bottom: 18px;
}

.courses-page .section-head p {
    color: var(--muted);
    font-size: 17px;
}

.courses-page .course-filter-section {
    background: #ffffff;
    padding: 28px 0;
    border-bottom: 1px solid var(--border);
}

.courses-page .course-filter-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.courses-page .filter-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 999px;
    background: #faf8f4;
    border: 1px solid var(--border);
    color: var(--secondary);
    font-size: 14px;
    font-weight: 800;
    transition: 0.25s ease;
}

.courses-page .filter-pill.active,
.courses-page .filter-pill:hover {
    background: linear-gradient(135deg, #e8d39d, #9b783f);
    color: #1f1612;
    border-color: rgba(216,189,134,0.65);
    transform: translateY(-2px);
}

.courses-page .courses-section {
    background: #ffffff;
}

.courses-page .course-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    align-items: stretch;
}

.courses-page .course-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(63,44,36,0.055);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.courses-page .course-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 36px rgba(63,44,36,0.10);
    border-color: rgba(63,44,36,0.18);
}

.courses-page .course-image {
    height: 240px;
    overflow: hidden;
    position: relative;
}

.courses-page .course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.courses-page .course-card:hover .course-image img {
    transform: scale(1.06);
}

.courses-page .course-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 45%, rgba(31,22,18,0.45));
}

.courses-page .course-label {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    color: #1f1612;
    background: linear-gradient(135deg, #f3e4bd, #d8bd86);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.courses-page .course-body {
    padding: 24px 24px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px;
}

.courses-page .course-card h3 {
    font-size: 23px;
    line-height: 1.22;
    letter-spacing: -0.03em;
    color: var(--secondary);
    margin-bottom: 0;
}

.courses-page .course-card p {
    color: var(--muted);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.72;
}

.courses-page .combo-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #2f211b, #8a6936);
    border: 1px solid rgba(255,255,255,0.38);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 10px 24px rgba(31,22,18,0.24);
}

.courses-page .course-actions {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 14px;
    margin-top: auto;
    padding-top: 6px;
}

.courses-page .course-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-dark);
    font-weight: 900;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(216,189,134,0.14);
    border: 1px solid rgba(216,189,134,0.36);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.58);
}

.courses-page .course-link:hover {
    color: #1f1612;
    background: linear-gradient(135deg, #f3e4bd, #d8bd86);
    border-color: rgba(216,189,134,0.68);
}

.courses-page .courses-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.courses-page .pagination-pages {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.courses-page .pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 46px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #faf8f4;
    border: 1px solid var(--border);
    color: var(--secondary);
    font-size: 14px;
    font-weight: 800;
    transition: 0.25s ease;
}

.courses-page .pagination-link.active,
.courses-page .pagination-link:hover {
    background: linear-gradient(135deg, #e8d39d, #9b783f);
    border-color: rgba(216,189,134,0.65);
    color: #1f1612;
    transform: translateY(-2px);
}

.courses-page .pagination-nav {
    gap: 8px;
}

.courses-page .why-section {
    background:
        radial-gradient(circle at 8% 12%, rgba(63,44,36,0.10), transparent 26%),
        var(--bg);
}

.courses-page .why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.courses-page .why-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 6px 16px rgba(63,44,36,0.045);
    text-align: center;
}

.courses-page .why-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    margin: 0 auto 18px;
    background: rgba(216,189,134,0.22);
    color: var(--primary-dark);
    font-size: 27px;
}

.courses-page .why-card h3 {
    color: var(--secondary);
    font-size: 19px;
    margin-bottom: 8px;
}

.courses-page .why-card p {
    color: var(--muted);
    font-size: 14px;
}

.courses-page .process-section {
    background: #ffffff;
}

.courses-page .process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.courses-page .process-card {
    position: relative;
    padding: 26px;
    border-radius: 24px;
    background: #faf8f4;
    border: 1px solid var(--border);
}

.courses-page .process-number {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 18px;
}

.courses-page .process-card h3 {
    color: var(--secondary);
    font-size: 20px;
    margin-bottom: 8px;
}

.courses-page .process-card p {
    color: var(--muted);
    font-size: 14px;
}

.courses-page .cta-section {
    background: #ffffff;
    padding-top: 0;
}

.courses-page .cta-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    background:
        radial-gradient(circle at 85% 15%, rgba(216,189,134,0.32), transparent 24%),
        linear-gradient(135deg, #2f211b, #1f1612);
    color: #ffffff;
    padding: 66px;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
}

.courses-page .cta-content h2 {
    color: #ffffff;
}

.courses-page .cta-content p {
    color: #d1d5db;
    font-size: 17px;
    max-width: 680px;
}

@media (max-width: 1024px) {
    .courses-page .course-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .courses-page .why-grid,
    .courses-page .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .courses-page .cta-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .courses-page .page-hero {
        min-height: 570px;
    }

    .courses-page .page-hero h1 {
        font-size: 44px;
    }

    .courses-page .course-grid,
    .courses-page .why-grid,
    .courses-page .process-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .courses-page .course-actions {
        align-items: flex-start;
    }

    .courses-page section {
        padding: 70px 0;
    }

    .courses-page .cta-wrap {
        padding: 32px;
        border-radius: 28px;
    }

    .courses-page .courses-pagination {
        flex-direction: column;
    }
}

.inquiry-hero {
    padding: 92px 0 108px;
}

.inquiry-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    justify-items: center;
}

.inquiry-intro {
    position: static;
    width: min(100%, 860px);
    text-align: center;
}

.inquiry-intro h1 {
    font-size: clamp(40px, 4.8vw, 72px);
    line-height: 0.98;
    letter-spacing: -0.065em;
    color: var(--secondary);
    margin: 18px 0 22px;
    max-width: 12ch;
    margin-left: auto;
    margin-right: auto;
}

.inquiry-intro p {
    font-size: 18px;
    line-height: 1.75;
    color: #5e544b;
    margin-bottom: 30px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.inquiry-points {
    max-width: none;
    margin-top: 26px;
}

.inquiry-spotlight {
    display: grid;
    gap: 14px;
    max-width: 540px;
}

.inquiry-spotlight-card {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.62);
    border: 1px solid rgba(216,189,134,0.28);
    box-shadow: 0 14px 34px rgba(63,44,36,0.08);
}

.inquiry-spotlight-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(216,189,134,0.22), rgba(155,120,63,0.14));
    color: var(--primary-dark);
    font-size: 20px;
}

.inquiry-spotlight-card strong,
.inquiry-spotlight-card span {
    display: block;
}

.inquiry-spotlight-card strong {
    color: var(--secondary);
    font-size: 15px;
    margin-bottom: 4px;
}

.inquiry-spotlight-card span {
    color: #65594f;
    font-size: 14px;
    line-height: 1.55;
}

.inquiry-panel {
    position: relative;
    overflow: hidden;
    width: min(100%, 860px);
    padding: 38px;
    border-radius: 38px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,250,244,0.94) 100%);
    border: 1px solid rgba(216,189,134,0.30);
    box-shadow:
        0 30px 90px rgba(63,44,36,0.14),
        inset 0 1px 0 rgba(255,255,255,0.65);
}

.inquiry-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 7px;
    background: linear-gradient(90deg, #e8d39d 0%, #9b783f 45%, #f0e0b8 100%);
}

.inquiry-panel::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216,189,134,0.22) 0%, transparent 70%);
    pointer-events: none;
}

.inquiry-panel-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(31,22,18,0.05);
    color: #6a5846;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 18px;
}

.inquiry-form-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 30px;
    text-align: center;
}

.inquiry-form-logo {
    width: 78px;
    height: 78px;
    object-fit: contain;
    padding: 12px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(216,189,134,0.18), rgba(216,189,134,0.08));
    border: 1px solid rgba(216,189,134,0.3);
}

.inquiry-kicker {
    margin-bottom: 0;
}

.inquiry-form-header h2 {
    margin: 0;
    font-size: 34px;
    color: var(--secondary);
    letter-spacing: -0.04em;
}

.inquiry-form-subtitle {
    margin: 10px 0 0;
    color: #6c6157;
    font-size: 14px;
    line-height: 1.65;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}

.inquiry-form-body {
    display: grid;
    gap: 24px;
}

.inquiry-section-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.inquiry-section-line {
    width: 42px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent), rgba(216,189,134,0));
}

.inquiry-section-head strong {
    color: var(--secondary);
    font-size: 15px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.inquiry-type-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.inquiry-type-col {
    min-width: 0;
}

.inquiry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
    padding: 24px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.66));
    border: 1px solid rgba(63,44,36,0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.62);
}

.inquiry-col-full {
    grid-column: 1 / -1;
    min-width: 0;
    width: 100%;
}

.inquiry-col-half {
    min-width: 0;
    width: 100%;
}

.inquiry-grid .fv-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.inquiry-form-body .form-label {
    display: block;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 10px;
}

.inquiry-label-caps {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.inquiry-form-body input.form-control,
.inquiry-form-body select.form-select,
.inquiry-form-body textarea.form-control {
    width: 100%;
    border-radius: 20px;
    border-color: rgba(63,44,36,0.12);
    min-height: 58px;
    box-shadow: none;
    background: rgba(255,255,255,0.95);
    color: var(--secondary);
    font-size: 15px;
    font-weight: 600;
    padding-left: 18px;
    padding-right: 18px;
}

.inquiry-form-body input.form-control::placeholder,
.inquiry-form-body textarea.form-control::placeholder {
    font-size: 15px;
}

.inquiry-control-surface {
    border: 1px solid rgba(63,44,36,0.12);
    background: rgba(255,255,255,0.95);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.82),
        0 10px 24px rgba(63,44,36,0.04);
}

.inquiry-form-body .form-control:focus,
.inquiry-form-body .form-select:focus,
.inquiry-otp-input:focus {
    border-color: rgba(216,189,134,0.9);
    box-shadow: 0 0 0 4px rgba(216,189,134,0.16);
    outline: none;
}

.inquiry-form-body .is-invalid,
.inquiry-otp-input.is-invalid {
    border-color: #d64545 !important;
    box-shadow: 0 0 0 4px rgba(214,69,69,0.12) !important;
}

.inquiry-form-body textarea.form-control {
    min-height: 128px;
    padding-top: 16px;
}

.inquiry-form-body .input-group .form-control {
    border-radius: 0 20px 20px 0;
}

.inquiry-form-body .input-group .form-select.rounded-end-0 {
    border-radius: 20px 0 0 20px !important;
}

.inquiry-type-box {
    min-height: auto !important;
    border-radius: 28px !important;
    background: linear-gradient(180deg, #fffdfa, #fff7ee);
    border: 1px solid rgba(63,44,36,0.10);
    padding: 20px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
}

.inquiry-type-head {
    margin-bottom: 14px;
}

.inquiry-type-head strong,
.inquiry-type-head span {
    display: block;
}

.inquiry-type-head strong {
    color: var(--secondary);
    font-size: 15px;
    margin-bottom: 4px;
}

.inquiry-type-head span {
    color: #6b6057;
    font-size: 13px;
}

.inquiry-choice {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 13px 16px;
    border-radius: 18px;
    border: 1px solid rgba(63,44,36,0.10);
    background: linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);
    cursor: pointer;
    transition: 0.25s ease;
    box-shadow: 0 10px 24px rgba(63,44,36,0.04);
}

.inquiry-choice:hover {
    border-color: rgba(216,189,134,0.8);
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(63,44,36,0.08);
}

.inquiry-choice input.form-check-input {
    margin: 0;
    border-color: rgba(63,44,36,0.25);
    accent-color: #9b783f;
}

.inquiry-choice-label {
    color: var(--secondary);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.inquiry-phone-group {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.inquiry-phone-code-wrap {
    overflow: hidden;
    flex: 0 0 150px;
    width: 150px;
}

.inquiry-phone-group .form-control {
    flex: 1 1 auto;
    min-width: 0;
}

.inquiry-page .select2-container {
    width: 100% !important;
}

.inquiry-page .select2-container .selection {
    display: block;
}

.inquiry-page .select2-container--default .select2-selection--single {
    height: 58px;
    border-radius: 20px;
    border: 1px solid rgba(63,44,36,0.12);
    background: rgba(255,255,255,0.95);
    padding: 0 48px 0 18px;
    display: flex;
    align-items: center;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.82),
        0 10px 24px rgba(63,44,36,0.04);
    transition: 0.25s ease;
}

.inquiry-phone-code-wrap .select2-container--default .select2-selection--single {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.inquiry-page .select2-container--default .select2-selection--single:hover {
    border-color: rgba(63,44,36,0.12);
    transform: none;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.82),
        0 10px 24px rgba(63,44,36,0.04);
}

.inquiry-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--secondary);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 1.4;
    padding-left: 0;
    padding-right: 0;
}

.inquiry-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #8f8175;
    font-weight: 600;
}

.inquiry-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 58px;
    right: 14px;
    width: 26px;
}

.inquiry-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    width: 10px;
    height: 10px;
    margin: -6px 0 0 -5px;
    border-right: 2px solid #7a6550;
    border-bottom: 2px solid #7a6550;
    transform: rotate(45deg);
    transition: 0.2s ease;
}

.inquiry-page .select2-container--default.select2-container--open .select2-selection--single {
    border-color: rgba(216,189,134,0.9);
    box-shadow: 0 0 0 4px rgba(216,189,134,0.16);
}

.inquiry-page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    margin-top: -2px;
    transform: rotate(225deg);
}

.inquiry-select2-dropdown {
    border-radius: 22px;
    border: 1px solid rgba(63,44,36,0.10);
    overflow: hidden;
    background: rgba(255,252,247,0.98);
    box-shadow:
        0 20px 50px rgba(63,44,36,0.12),
        inset 0 1px 0 rgba(255,255,255,0.68);
    backdrop-filter: blur(16px);
}

.inquiry-select2-dropdown .select2-search--dropdown {
    padding: 12px;
    background: linear-gradient(180deg, rgba(248,241,231,0.92), rgba(255,250,243,0.96));
    border-bottom: 1px solid rgba(63,44,36,0.07);
}

.inquiry-select2-dropdown .select2-search__field {
    border-radius: 14px;
    border: 1px solid rgba(92,76,61,0.12);
    background: rgba(255,255,255,0.94);
    padding: 11px 14px;
    font-size: 15px;
    font-weight: 600;
    color: var(--secondary);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.inquiry-select2-dropdown .select2-results__option {
    padding: 12px 16px;
    font-weight: 600;
    font-size: 14px;
    color: var(--secondary);
    transition: 0.2s ease;
    border-radius: 14px;
    margin: 2px 4px;
}

.inquiry-select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    background: linear-gradient(135deg, var(--primary), var(--accent));
}

.inquiry-select2-dropdown .select2-results__option--selected {
    background: rgba(216,189,134,0.18);
    color: var(--secondary);
}

.inquiry-select2-dropdown .select2-results__options {
    padding: 8px;
}

.inquiry-submit-wrap {
    display: grid;
}

.inquiry-submit {
    min-height: 62px;
    width: 100%;
    letter-spacing: 0.08em;
    font-size: 14px;
}

.inquiry-modal-content {
    border: 0;
    border-radius: 32px;
    overflow: hidden;
    width: 100%;
    background:
        radial-gradient(circle at top right, rgba(216,189,134,0.18), transparent 34%),
        linear-gradient(180deg, rgba(255,252,247,0.98), rgba(255,246,235,0.98));
    box-shadow:
        0 28px 80px rgba(15, 10, 8, 0.24),
        inset 0 1px 0 rgba(255,255,255,0.72);
}

.inquiry-modal-form {
    width: 100%;
}

.inquiry-modal-header,
.inquiry-modal-body,
.inquiry-modal-footer {
    padding-left: 28px;
    padding-right: 28px;
}

.inquiry-modal-header {
    padding-top: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(63,44,36,0.08);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.inquiry-modal-title-wrap {
    display: grid;
    gap: 6px;
}

.inquiry-modal-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(216,189,134,0.18);
    color: #8a6731;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.inquiry-modal-title {
    margin: 0;
    font-size: 30px;
    font-weight: 800;
    color: var(--secondary);
    letter-spacing: -0.03em;
}

.inquiry-modal-close {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.88);
    color: var(--secondary);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.78);
}

.inquiry-modal-body {
    padding-top: 18px;
    padding-bottom: 14px;
}

.inquiry-modal-stack {
    display: grid;
    gap: 20px;
}

.inquiry-modal-intro {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    align-items: start;
}

.inquiry-modal-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #9b783f, #d8bd86);
    color: #fffdf9;
    font-size: 19px;
    box-shadow: 0 16px 30px rgba(155,120,63,0.22);
}

.inquiry-modal-copy {
    margin: 0;
    color: #6b6057;
    font-size: 15px;
    line-height: 1.7;
}

.inquiry-otp-panel {
    width: 100%;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(63,44,36,0.08);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.92),
        0 14px 32px rgba(63,44,36,0.06);
}

.inquiry-otp-panel .fv-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.inquiry-otp-input {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    min-height: 64px;
    font-size: 26px !important;
    font-weight: 800 !important;
    letter-spacing: 0.22em;
    padding-left: 18px !important;
    padding-right: 18px !important;
    background: linear-gradient(180deg, #fffdfa, #fff6ea) !important;
}

.inquiry-otp-hint {
    display: block;
    margin-top: 10px;
    color: #8b7d70;
    font-size: 13px;
    line-height: 1.5;
}

.inquiry-modal-footer {
    padding-top: 8px;
    padding-bottom: 28px;
    border-top: 0;
    display: flex;
    justify-content: stretch;
    gap: 12px;
}

.inquiry-modal-secondary,
.inquiry-modal-primary {
    flex: 1 1 0;
    min-width: 0;
}

.inquiry-modal-secondary {
    background: #f4ede3;
    color: var(--secondary) !important;
    border-color: rgba(63,44,36,0.08);
}

.inquiry-modal-secondary:hover {
    background: #eadfce;
}

.inquiry-error {
    margin-top: 8px;
    color: #c73d3d;
    font-size: 13px;
    font-weight: 700;
}

.inquiry-submit .indicator-progress,
.inquiry-modal-primary .indicator-progress {
    display: none;
}

.inquiry-submit.is-loading .indicator-label,
.inquiry-modal-primary.is-loading .indicator-label {
    display: none;
}

.inquiry-submit.is-loading .indicator-progress,
.inquiry-modal-primary.is-loading .indicator-progress {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.spinner-border {
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    animation: inquiry-spin 0.7s linear infinite;
}

.inquiry-modal {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at top, rgba(216,189,134,0.16), transparent 30%),
        rgba(18, 13, 10, 0.58);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 2000;
}

.inquiry-modal.is-open {
    display: flex;
}

.inquiry-modal .modal-dialog {
    width: min(100%, 460px);
    margin: 0;
}

@media (max-width: 575px) {
    .inquiry-modal-header,
    .inquiry-modal-body,
    .inquiry-modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .inquiry-modal-title {
        font-size: 26px;
    }

    .inquiry-modal-intro {
        grid-template-columns: 1fr;
    }

    .inquiry-modal-icon {
        width: 52px;
        height: 52px;
    }

    .inquiry-otp-panel {
        padding: 18px;
    }

    .inquiry-otp-input {
        font-size: 22px !important;
        letter-spacing: 0.16em;
    }

    .inquiry-modal-footer {
        flex-direction: column-reverse;
    }

    .inquiry-modal-secondary,
    .inquiry-modal-primary {
        width: 100%;
    }
}

body.modal-open {
    overflow: hidden;
}

body.is-blocked::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.55);
    z-index: 2100;
}

body.is-blocked::after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin: -21px 0 0 -21px;
    border: 4px solid rgba(63,44,36,0.18);
    border-top-color: var(--primary-dark);
    border-radius: 50%;
    animation: inquiry-spin 0.7s linear infinite;
    z-index: 2101;
}

.inquiry-toast-stack {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2200;
    display: grid;
    gap: 10px;
    width: min(92vw, 340px);
}

.inquiry-toast {
    transform: translateY(-8px);
    opacity: 0;
    transition: 0.25s ease;
    border-radius: 18px;
    padding: 14px 16px;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(18,13,10,0.18);
    display: grid;
    gap: 4px;
}

.inquiry-toast.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.inquiry-toast strong {
    font-size: 14px;
    letter-spacing: 0.02em;
}

.inquiry-toast span {
    font-size: 13px;
    line-height: 1.45;
}

.inquiry-toast-success {
    background: linear-gradient(135deg, #1b8f5a, #126a42);
}

.inquiry-toast-error {
    background: linear-gradient(135deg, #b43f3f, #8d2e2e);
}

.inquiry-toast-warning {
    background: linear-gradient(135deg, #a66a14, #82510b);
}

@keyframes inquiry-spin {
    to {
        transform: rotate(360deg);
    }
}

.counter-section {
    position: relative;
    z-index: 2;
    padding: 0;
    margin-top: -80px;
    margin-bottom: -80px;
    background: transparent;
}

.counter-wrap {
    background: linear-gradient(135deg, var(--dark), #332822);
    border-radius: 34px;
    padding: 54px;
    border: 1px solid rgba(216,189,134,0.22);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    color: #ffffff;
    box-shadow: var(--shadow);
}

.counter-box {
    text-align: center;
    padding: 16px;
    border-right: 1px solid rgba(255,255,255,0.12);
}

.counter-box:last-child {
    border-right: 0;
}

.counter-box strong {
    display: block;
    font-size: 42px;
    line-height: 1;
    color: var(--accent);
    letter-spacing: -0.04em;
    margin-bottom: 10px;
}

.counter-box span {
    color: #d1d5db;
    font-weight: 700;
}

.testimonials {
    padding-top: 170px;
    background:
            radial-gradient(circle at 8% 12%, rgba(63,44,36,0.10), transparent 26%),
            var(--bg);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.testimonial-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 26px;
    box-shadow: 0 14px 34px rgba(15,23,42,0.06);
}

.stars {
    color: var(--primary);
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-size: 17px;
}

.testimonial-card p {
    color: #4b5563;
    margin-bottom: 22px;
}

.student {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    color: var(--secondary);
}

.avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #2f211b;
}

.app-section {
    background: #ffffff;
}

.app-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    background:
            radial-gradient(circle at 85% 15%, rgba(216,189,134,0.32), transparent 24%),
            linear-gradient(135deg, #2f211b, #1f1612);
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 40px;
    align-items: center;
    padding: 66px;
    box-shadow: var(--shadow);
}

.app-badge {
    color: #1f1612 !important;
    background: linear-gradient(135deg, #f3e4bd 0%, #d8bd86 100%) !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    letter-spacing: 0.06em;
    font-size: 12px;
    font-weight: 900;
    padding: 9px 16px;
}

.app-content h2 {
    color: #ffffff;
}

.app-content p {
    color: #d1d5db;
    font-size: 17px;
    margin-bottom: 26px;
}

.app-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 32px;
}

.app-feature {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    padding: 13px 15px;
    font-weight: 700;
}

.download-buttons {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
    width: 100%;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1 1 0;
    padding: 13px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(232,211,157,0.38);
    color: #ffffff !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05), 0 12px 26px rgba(0,0,0,0.14);
    backdrop-filter: blur(12px);
    transition: 0.25s ease;
}

.download-btn:hover {
    transform: translateY(-2px);
    background: rgba(216,189,134,0.18);
    border-color: rgba(232,211,157,0.70);
}

.download-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8d39d, #9b783f);
    color: #1f1612;
    font-size: 21px;
    flex: 0 0 42px;
}

.download-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.download-text small {
    color: #d1d5db;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 3px;
}

.download-text strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
}

.phone-mockup {
    width: 300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 42px;
    background: linear-gradient(145deg, #f9fafb, #9ca3af);
    box-shadow: 0 30px 90px rgba(0,0,0,0.42);
    position: relative;
}

.phone-mockup::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 16px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.92);
    z-index: 2;
}

.phone-screen {
    height: 532px;
    border-radius: 32px;
    background: #f8fafc;
    color: var(--secondary);
    padding: 22px;
    overflow: hidden;
}

.app-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.app-logo {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    font-weight: 900;
}

.mobile-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 18px;
    margin-bottom: 15px;
    box-shadow: 0 12px 25px rgba(15,23,42,0.08);
    border: 1px solid var(--border);
}

.mobile-card small {
    color: var(--muted);
    font-weight: 700;
}

.progress {
    width: 100%;
    height: 9px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
    margin-top: 12px;
}

.progress span {
    display: block;
    width: 72%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary), var(--accent));
}

.phone-screen-image {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 32px;
    border: 1px solid rgba(255,255,255,0.28);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

footer {
    position: relative;
    overflow: hidden;
    background:
            radial-gradient(circle at 10% 0%, rgba(216,189,134,0.18), transparent 28%),
            radial-gradient(circle at 92% 18%, rgba(216,189,134,0.10), transparent 30%),
            linear-gradient(135deg, #1f1612 0%, #120d0a 100%);
    color: #d1d5db;
    padding: 86px 0 28px;
}

footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.45;
    pointer-events: none;
}

footer .container {
    position: relative;
    z-index: 1;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.45fr 0.75fr 0.9fr 1.05fr;
    gap: 34px;
    padding: 34px;
    border: 1px solid rgba(216,189,134,0.18);
    border-radius: 34px;
    background: rgba(255,255,255,0.055);
    box-shadow: 0 24px 70px rgba(0,0,0,0.24);
    backdrop-filter: blur(14px);
}

.footer-logo {
    width: 270px;
    max-width: 100%;
    margin-bottom: 22px;
}

.footer-brand h3,
.footer-col h4 {
    color: #ffffff;
    margin-bottom: 18px;
}

.footer-brand h3 {
    display: none;
}

.footer-col h4 {
    position: relative;
    font-size: 18px;
    letter-spacing: -0.02em;
    padding-bottom: 12px;
}

.footer-col h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent), rgba(216,189,134,0));
}

.footer-brand p {
    max-width: 390px;
    color: #c9c0b8;
    margin-bottom: 24px;
}

.footer-socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(216,189,134,0.20);
    color: #efe1c2;
    font-weight: 800;
    transition: 0.25s ease;
}

.footer-socials a:hover {
    background: linear-gradient(135deg, #e8d39d, #9b783f);
    color: #1f1612;
    transform: translateY(-2px);
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 12px;
    color: #c9c0b8;
    transition: 0.25s ease;
}

.footer-col li:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.footer-contact-card {
    display: grid;
    gap: 12px;
}

.footer-contact-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #c9c0b8;
}

.footer-contact-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(216,189,134,0.16);
    color: #efe1c2;
}

.footer-contact-address {
    font-size: 14px;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 26px;
    color: #b8aca3;
    font-size: 14px;
}

.scroll-top-button {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8d39d 0%, #c8a861 48%, #8a6936 100%);
    color: #1f1612;
    box-shadow: 0 18px 36px rgba(63,44,36,0.24);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: 0.25s ease;
    z-index: 1200;
}

.scroll-top-button i {
    font-size: 18px;
}

.scroll-top-button.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 40px rgba(63,44,36,0.28);
}

.mobile-menu {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: #ffffff;
    font-size: 22px;
    color: var(--secondary);
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mobile-menu i {
    line-height: 1;
}

.mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(18, 13, 10, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease;
    z-index: 90;
}

.mobile-side-panel {
    display: none;
}

@media (max-width: 1024px) {
    .navbar {
        z-index: 110;
    }

    .nav-links,
    .nav-actions {
        display: none;
    }

    .mobile-menu {
        display: inline-flex;
        position: relative;
        z-index: 121;
    }

    .logo {
        max-width: 185px;
        flex: 0 0 auto;
    }

    .logo-img {
        width: 175px;
    }

    .mobile-nav-backdrop {
        display: block;
    }

    body.mobile-nav-open {
        overflow: hidden;
    }

    body.mobile-nav-open .mobile-nav-backdrop {
        opacity: 1;
        visibility: visible;
    }

    .mobile-side-panel {
        display: grid;
        grid-template-rows: auto 1fr auto auto;
        position: fixed;
        top: 0;
        right: 0;
        width: min(360px, 88vw);
        height: 100vh;
        padding: 18px 20px 20px;
        background: linear-gradient(180deg, rgba(255,255,255,0.99), rgba(250,248,244,0.99));
        border-left: 1px solid rgba(234,223,206,0.95);
        box-shadow: -20px 0 50px rgba(63,44,36,0.12);
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 120;
    }

    .mobile-side-panel[aria-hidden="false"] {
        transform: translateX(0);
    }

    .mobile-side-panel-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding-bottom: 18px;
        border-bottom: 1px solid rgba(234,223,206,0.9);
    }

    .mobile-side-logo {
        display: flex;
        align-items: center;
        max-width: 170px;
    }

    .mobile-side-close {
        width: 44px;
        height: 44px;
        border: 1px solid var(--border);
        border-radius: 14px;
        background: #ffffff;
        color: var(--secondary);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        flex: 0 0 44px;
    }

    .mobile-side-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 4px;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 20px 0;
    }

    .mobile-side-nav a {
        position: relative;
        width: 100%;
        padding: 14px 2px;
        border-bottom: 1px solid rgba(234,223,206,0.72);
        color: var(--secondary);
        font-weight: 800;
        font-size: 15px;
    }

    .mobile-side-nav a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 0;
        height: 2px;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--accent), #8a6936);
        transition: 0.25s ease;
    }

    .mobile-side-nav a:hover,
    .mobile-side-nav a.is-active {
        color: var(--primary-dark);
    }

    .mobile-side-nav a:hover::after,
    .mobile-side-nav a.is-active::after {
        width: 100%;
    }

    .mobile-side-action {
        display: flex;
        padding: 16px 0 14px;
        border-top: 1px solid rgba(234,223,206,0.88);
        justify-content: stretch;
    }

    .mobile-side-action .btn {
        width: 100%;
    }

    .mobile-side-contact {
        display: grid;
        gap: 10px;
        border-top: 1px solid rgba(234,223,206,0.82);
        padding-top: 14px;
    }

    .mobile-side-contact-item {
        display: flex;
        align-items: center;
        gap: 12px;
        min-width: 0;
        padding: 10px 12px;
        border-radius: 16px;
        background: rgba(255,255,255,0.74);
        border: 1px solid rgba(234,223,206,0.9);
        color: var(--secondary);
        font-size: 13px;
        font-weight: 700;
    }

    .mobile-side-contact-item span:last-child {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .mobile-side-contact-icon {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(216,189,134,0.18);
        color: var(--primary-dark);
    }

    .hero-slider {
        min-height: 740px;
    }

    .about-grid,
    .app-wrap {
        grid-template-columns: 1fr;
    }

    .course-grid {
        grid-auto-columns: calc((100% - 24px) / 2);
    }

    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .counter-wrap,
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .counter-box:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 960px) {
    .contact-page .contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-page .branch-grid,
    .contact-page .inquiry-wrap {
        grid-template-columns: 1fr;
    }

    .contact-page .branch-card.head-office {
        position: static;
    }

    .contact-page .branch-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-page .about-intro,
    .about-page .method-wrap,
    .about-page .cta-wrap {
        grid-template-columns: 1fr;
    }

    .about-page .mission-grid,
    .about-page .offer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-page .page-hero h1 {
        max-width: none;
    }

    .inquiry-shell {
        grid-template-columns: 1fr;
    }

    .inquiry-intro {
        position: static;
    }

    .inquiry-intro h1 {
        max-width: none;
    }

    .inquiry-type-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .contact-page .page-hero {
        min-height: 570px;
    }

    .contact-page .page-hero h1 {
        font-size: 44px;
    }

    .contact-page .contact-grid,
    .contact-page .branch-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .contact-page .social-grid {
        display: flex;
        justify-content: center;
    }

    .contact-page .social-card {
        width: min(100%, 260px);
    }

    .contact-page .inquiry-wrap {
        padding: 32px;
        border-radius: 28px;
    }

    .contact-page .map-placeholder {
        min-height: 280px;
    }

    .contact-page .map-placeholder h3 {
        font-size: 28px;
    }

    .about-page section {
        padding: 70px 0;
    }

    .about-page .page-hero {
        min-height: 570px;
    }

    .about-page .page-hero h1 {
        font-size: 44px;
    }

    .about-page .feature-list,
    .about-page .mission-grid,
    .about-page .offer-grid,
    .about-page .footer-grid {
        grid-template-columns: 1fr;
    }

    .about-page .feature-list,
    .about-page .mission-grid,
    .about-page .offer-grid {
        display: grid;
    }

    .about-page .experience-card {
        position: static;
        margin-top: 18px;
        width: 100%;
    }

    .about-page .about-image {
        min-height: 390px;
    }

    .about-page .cta-wrap {
        padding: 32px;
        border-radius: 28px;
    }

    .about-page .step-card {
        grid-template-columns: 1fr;
    }

    .nav-inner {
        min-height: 66px;
        gap: 16px;
    }

    .logo-img {
        width: 155px;
    }

    section {
        padding: 70px 0;
    }

    .hero-slider {
        min-height: 690px;
    }

    .hero-content {
        padding: 76px 0 130px;
    }

    .inquiry-hero {
        padding: 72px 0 78px;
    }

    .inquiry-spotlight {
        max-width: none;
    }

    .inquiry-spotlight-card {
        grid-template-columns: 44px 1fr;
        padding: 14px;
        border-radius: 18px;
    }

    .inquiry-spotlight-icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        font-size: 18px;
    }

    .inquiry-panel {
        padding: 22px;
        border-radius: 24px;
    }

    .inquiry-form-header {
        align-items: flex-start;
    }

    .inquiry-form-header h2 {
        font-size: 28px;
    }

    .inquiry-form-logo {
        width: 64px;
        height: 64px;
        border-radius: 18px;
    }

    .hero-points,
    .feature-list,
    .counter-wrap,
    .testimonial-grid,
    .app-features,
    .footer-grid,
    .inquiry-points {
        grid-template-columns: 1fr;
    }

    .inquiry-grid {
        grid-template-columns: 1fr;
        padding: 18px;
        border-radius: 22px;
    }

    .hero-points {
        display: none;
    }

    .inquiry-type-box {
        padding: 16px;
        border-radius: 22px !important;
    }

    .inquiry-choice {
        min-height: 52px;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .courses .course-scroll-wrap {
        padding: 0 44px;
    }

    .courses .course-slider-btn {
        width: 42px;
        height: 42px;
        font-size: 24px;
    }

    .courses .course-slider-btn.prev {
        left: 0;
    }

    .courses .course-slider-btn.next {
        right: 0;
    }

    .courses .course-grid {
        grid-auto-columns: 100%;
        gap: 18px;
    }

    .courses .course-card {
        min-height: 405px;
    }

    .courses .course-image {
        height: 210px;
    }

    .hero h1 {
        font-size: 44px;
    }

    .hero-slide::before {
        background: linear-gradient(90deg, rgba(9,9,11,0.94) 0%, rgba(9,9,11,0.76) 100%);
    }

    .slider-controls {
        align-items: flex-end;
    }

    .about-stat {
        position: static;
        margin-top: 18px;
        width: 100%;
    }

    .counter-section {
        margin-top: -58px;
        margin-bottom: -58px;
    }

    .testimonials {
        padding-top: 132px;
    }

    .courses {
        padding-bottom: 120px;
    }

    .counter-wrap,
    .app-wrap {
        padding: 32px;
        border-radius: 28px;
    }

    .app-wrap {
        gap: 28px;
        text-align: center;
    }

    .app-content {
        width: 100%;
    }

    .app-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .app-feature {
        text-align: left;
    }

    .counter-box {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.12);
    }

    .counter-box:last-child {
        border-bottom: 0;
    }

    .download-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        overflow: visible;
        padding-bottom: 0;
    }

.download-btn {
        width: 100%;
        min-width: 0;
        flex: 1 1 auto;
        justify-content: flex-start;
        padding: 14px 16px;
    }

    .phone-mockup {
        width: 100%;
        max-width: 300px;
    }
}

.course-details-page .course-hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(31, 22, 18, 0.96) 0%, rgba(31, 22, 18, 0.78) 50%, rgba(31, 22, 18, 0.38) 100%),
        radial-gradient(circle at 18% 38%, rgba(216, 189, 134, 0.22), transparent 28%),
        var(--course-hero-image, url('https://images.unsplash.com/photo-1572116469696-31de0f17cc34?auto=format&fit=crop&w=1800&q=85')) center/cover;
}

.course-details-page .course-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.course-details-page .hero-grid {
    position: relative;
    z-index: 1;
    min-height: 560px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
    padding: 90px 0;
}

.course-details-page .breadcrumb {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    color: #d1d5db;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

.course-details-page .breadcrumb span {
    color: var(--accent);
}

.course-details-page .hero-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.course-details-page .hero-badge,
.course-details-page .section-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-dark);
    background: linear-gradient(135deg, #f3e4bd 0%, #d8bd86 100%);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 9px 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.course-details-page .hero-badge.dark {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(12px);
}

.course-details-page .course-hero h1 {
    font-size: clamp(44px, 6vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.07em;
    margin-bottom: 24px;
    max-width: 820px;
}

.course-details-page .course-hero h1 span {
    color: var(--accent);
}

.course-details-page .course-hero p {
    color: #e5e7eb;
    font-size: 19px;
    max-width: 720px;
    margin-bottom: 34px;
}

.course-details-page section {
    padding: 96px 0;
}

.course-details-page .section-head {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 54px;
}

.course-details-page .section-head .section-kicker {
    margin-bottom: 16px;
}

.course-details-page .section-head h2,
.course-details-page .content-block h2,
.course-details-page .sidebar-card h3,
.course-details-page .cta-content h2 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    color: var(--secondary);
    margin-bottom: 18px;
}

.course-details-page .section-head p,
.course-details-page .content-block p {
    color: var(--muted);
    font-size: 17px;
}

.course-details-page .details-section {
    background: #ffffff;
}

.course-details-page .details-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 34px;
    align-items: start;
}

.course-details-page .content-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 30px;
    padding: 34px;
    box-shadow: 0 8px 20px rgba(63, 44, 36, 0.045);
    margin-bottom: 24px;
}

.course-details-page .content-card h2 {
    color: var(--secondary);
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
}

.course-details-page .content-card p {
    color: var(--muted);
    font-size: 16px;
    margin-bottom: 16px;
}

.course-details-page .highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 24px;
}

.course-details-page .highlight-item {
    background: #faf8f4;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 18px;
}

.course-details-page .highlight-item span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(216, 189, 134, 0.24);
    color: var(--primary-dark);
    font-size: 22px;
    margin-bottom: 12px;
}

.course-details-page .highlight-item strong {
    display: block;
    color: var(--secondary);
    font-size: 17px;
    margin-bottom: 4px;
}

.course-details-page .highlight-item small {
    color: var(--muted);
    font-weight: 700;
}

.course-details-page .combo-section-note {
    color: var(--muted);
    font-size: 15px;
    margin-bottom: 22px;
}

.course-details-page .included-course-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.course-details-page .included-course-card {
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 16px;
    align-items: center;
    background: #faf8f4;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 14px;
    transition: 0.25s ease;
}

.course-details-page .included-course-card:hover {
    background: #ffffff;
    border-color: rgba(216, 189, 134, 0.7);
    box-shadow: 0 10px 24px rgba(63, 44, 36, 0.06);
    transform: translateY(-3px);
}

.course-details-page .included-course-image {
    width: 108px;
    height: 92px;
    border-radius: 16px;
    overflow: hidden;
}

.course-details-page .included-course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-details-page .included-course-content h3 {
    color: var(--secondary);
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

.course-details-page .included-course-content p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.course-details-page .included-course-link,
.course-details-page .course-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-dark);
    font-size: 13px;
    font-weight: 900;
    border-bottom: 2px solid rgba(216, 189, 134, 0.65);
}

.course-details-page .single-course-only,
.course-details-page .combo-course-only {
    display: block;
}

.course-details-page.is-single-course .combo-course-only,
body.is-single-course .course-details-page .combo-course-only {
    display: none;
}

.course-details-page.is-combo-course .single-course-only,
body.is-combo-course .course-details-page .single-course-only {
    display: none;
}

.course-details-page .module-list {
    display: grid;
    gap: 18px;
}

.course-details-page .module-item {
    background: #faf8f4;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 20px;
}

.course-details-page .module-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.course-details-page .module-number {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #ffffff;
    font-weight: 900;
}

.course-details-page .module-item h3 {
    color: var(--secondary);
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -0.025em;
    margin: 0;
}

.course-details-page .lesson-list {
    display: grid;
    gap: 10px;
    padding-left: 60px;
}

.course-details-page .lesson-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(234, 223, 206, 0.85);
    border-radius: 16px;
    padding: 13px 14px;
}

.course-details-page .lesson-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: var(--secondary);
    font-weight: 700;
    font-size: 14px;
}

.course-details-page .lesson-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(216, 189, 134, 0.22);
    color: var(--primary-dark);
    font-size: 16px;
}

.course-details-page .lesson-title {
    overflow-wrap: anywhere;
}

.course-details-page .lesson-duration,
.course-details-page .lesson-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #faf8f4;
    border: 1px solid var(--border);
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.course-details-page .lesson-exam {
    background: linear-gradient(135deg, rgba(216, 189, 134, 0.24), rgba(63, 44, 36, 0.08));
    border-color: rgba(216, 189, 134, 0.55);
}

.course-details-page .lesson-exam .lesson-icon {
    background: linear-gradient(135deg, #e8d39d, #9b783f);
    color: #1f1612;
}

.course-details-page .course-completion-process {
    margin-top: 22px;
    padding: 24px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 92% 12%, rgba(216, 189, 134, 0.28), transparent 28%),
        linear-gradient(135deg, #2f211b, #1f1612);
    border: 1px solid rgba(216, 189, 134, 0.26);
    color: #ffffff;
}

.course-details-page .completion-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.course-details-page .completion-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #e8d39d, #9b783f);
    color: #1f1612;
    font-size: 24px;
}

.course-details-page .completion-head h3 {
    color: #ffffff;
    font-size: 23px;
    line-height: 1.25;
    letter-spacing: -0.025em;
    margin: 0;
}

.course-details-page .completion-head p {
    color: #d1d5db;
    margin: 4px 0 0;
    font-size: 14px;
}

.course-details-page .completion-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.course-details-page .completion-step {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 16px;
}

.course-details-page .completion-step strong {
    display: block;
    color: var(--accent);
    font-size: 15px;
    margin-bottom: 5px;
}

.course-details-page .completion-step span {
    display: block;
    color: #e5e7eb;
    font-size: 14px;
    line-height: 1.45;
}

.course-details-page .sidebar {
    position: sticky;
    top: 106px;
    display: grid;
    gap: 20px;
}

.course-details-page .sidebar-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 30px;
    padding: 26px;
    box-shadow: 0 8px 20px rgba(63, 44, 36, 0.045);
}

.course-details-page .sidebar-card.featured {
    background:
        radial-gradient(circle at 85% 10%, rgba(216, 189, 134, 0.3), transparent 28%),
        linear-gradient(135deg, #2f211b, #1f1612);
    color: #ffffff;
    border-color: rgba(216, 189, 134, 0.22);
    box-shadow: var(--shadow);
}

.course-details-page .sidebar-card h3 {
    font-size: 25px;
    color: var(--secondary);
    margin-bottom: 14px;
}

.course-details-page .sidebar-card.featured h3 {
    color: #ffffff;
}

.course-details-page .sidebar-card p {
    color: var(--muted);
    margin-bottom: 20px;
}

.course-details-page .sidebar-card.featured p {
    color: #d1d5db;
}

.course-details-page .info-list {
    display: grid;
    gap: 11px;
    margin-bottom: 22px;
}

.course-details-page .info-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border-radius: 15px;
    background: #faf8f4;
    border: 1px solid var(--border);
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.course-details-page .info-row strong {
    color: var(--secondary);
    text-align: right;
}

.course-details-page .app-access-section {
    background: #ffffff;
    padding-top: 0;
}

.course-details-page .app-access-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    background:
        radial-gradient(circle at 85% 15%, rgba(216, 189, 134, 0.3), transparent 24%),
        linear-gradient(135deg, #2f211b, #1f1612);
    color: #ffffff;
    padding: 58px;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: 1fr 0.82fr;
    gap: 40px;
    align-items: center;
}

.course-details-page .app-access-content h2 {
    color: #ffffff;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    margin-bottom: 18px;
}

.course-details-page .app-access-content p {
    color: #d1d5db;
    font-size: 17px;
    margin-bottom: 24px;
    max-width: 680px;
}

.course-details-page .access-alert {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 18px;
    background: rgba(216, 189, 134, 0.14);
    border: 1px solid rgba(216, 189, 134, 0.28);
    color: #efe1c2;
    font-weight: 700;
    margin-bottom: 26px;
}

.course-details-page .access-alert strong {
    color: #ffffff;
}

.course-details-page .download-buttons {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.course-details-page .download-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1 1 0;
    padding: 13px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(232, 211, 157, 0.38);
    color: #ffffff !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 12px 26px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(12px);
    transition: 0.25s ease;
}

.course-details-page .download-btn:hover {
    transform: translateY(-2px);
    background: rgba(216, 189, 134, 0.18);
    border-color: rgba(232, 211, 157, 0.7);
}

.course-details-page .download-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8d39d, #9b783f);
    color: #1f1612;
    font-size: 21px;
    flex: 0 0 42px;
    font-weight: 900;
}

.course-details-page .download-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.course-details-page .download-text small {
    color: #d1d5db;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 3px;
}

.course-details-page .download-text strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
}

.course-details-page .app-access-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 28px;
    padding: 24px;
}

.course-details-page .app-access-card h3 {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
}

.course-details-page .app-access-list {
    display: grid;
    gap: 12px;
}

.course-details-page .app-access-list li {
    list-style: none;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #e5e7eb;
    font-weight: 700;
}

.course-details-page .app-access-list span {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(216, 189, 134, 0.22);
    color: #efe1c2;
    font-size: 13px;
    font-weight: 900;
}

.course-details-page .cta-section {
    background: #ffffff;
    padding-top: 0;
}

.course-details-page .cta-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    background:
        radial-gradient(circle at 85% 15%, rgba(216, 189, 134, 0.32), transparent 24%),
        linear-gradient(135deg, #2f211b, #1f1612);
    color: #ffffff;
    padding: 66px;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
}

.course-details-page .cta-content h2 {
    color: #ffffff;
}

.course-details-page .cta-content p {
    color: #d1d5db;
    font-size: 17px;
    max-width: 680px;
}

@media (max-width: 1024px) {
    .course-details-page .details-layout,
    .course-details-page .app-access-wrap,
    .course-details-page .cta-wrap {
        grid-template-columns: 1fr;
    }

    .course-details-page .sidebar {
        position: static;
    }

    .course-details-page .highlight-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .course-details-page section {
        padding: 70px 0;
    }

    .course-details-page .hero-grid {
        min-height: 680px;
        padding: 70px 0;
    }

    .course-details-page .course-hero h1 {
        font-size: 44px;
    }

    .course-details-page .highlight-grid,
    .course-details-page .included-course-grid,
    .course-details-page .footer-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .course-details-page .included-course-card {
        grid-template-columns: 1fr;
    }

    .course-details-page .included-course-image {
        width: 100%;
        height: 180px;
    }

    .course-details-page .lesson-list {
        padding-left: 0;
    }

    .course-details-page .lesson-item {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .course-details-page .completion-steps {
        grid-template-columns: 1fr;
    }

    .course-details-page .download-buttons {
        overflow-x: auto;
        padding-bottom: 6px;
        scrollbar-width: none;
    }

    .course-details-page .download-buttons::-webkit-scrollbar {
        display: none;
    }

    .course-details-page .download-btn {
        min-width: 168px;
        flex: 0 0 168px;
    }

    .course-details-page .content-card,
    .course-details-page .sidebar-card {
        padding: 24px;
        border-radius: 24px;
    }

    .course-details-page .app-access-wrap,
    .course-details-page .cta-wrap {
        padding: 32px;
        border-radius: 28px;
    }
}

.policy-page .page-hero {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(31, 22, 18, 0.94) 0%, rgba(31, 22, 18, 0.76) 52%, rgba(31, 22, 18, 0.34) 100%),
        radial-gradient(circle at 18% 38%, rgba(216, 189, 134, 0.22), transparent 28%),
        url('https://images.unsplash.com/photo-1470337458703-46ad1756a187?auto=format&fit=crop&w=1800&q=85') center/cover;
}

.policy-page .page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.policy-page .hero-content {
    position: relative;
    z-index: 1;
    max-width: 850px;
    padding: 90px 0;
}

.policy-page .section-kicker,
.policy-page .hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-dark);
    background: linear-gradient(135deg, #f3e4bd 0%, #d8bd86 100%);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 9px 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 16px;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.policy-page .page-hero h1 {
    font-size: clamp(44px, 6vw, 78px);
    line-height: 0.98;
    letter-spacing: -0.07em;
    margin-bottom: 24px;
}

.policy-page .page-hero h1 span {
    color: var(--accent);
}

.policy-page .page-hero p {
    font-size: 19px;
    color: #e5e7eb;
    max-width: 720px;
    margin-bottom: 34px;
}

.policy-page .hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.policy-page section {
    padding: 96px 0;
}

.policy-page .terms-section {
    background: #ffffff;
}

.policy-page .terms-layout {
    max-width: 980px;
    margin: 0 auto;
}

.policy-page .terms-content {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 34px;
    padding: 42px;
    box-shadow: 0 8px 20px rgba(63, 44, 36, 0.045);
}

.policy-page .terms-card {
    padding: 34px 0;
    border-bottom: 1px solid var(--border);
}

.policy-page .terms-card:first-child {
    padding-top: 0;
}

.policy-page .terms-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.policy-page .terms-card h2 {
    color: var(--secondary);
    font-size: 30px;
    line-height: 1.18;
    letter-spacing: -0.04em;
    margin-bottom: 14px;
}

.policy-page .terms-card p {
    color: var(--muted);
    margin-bottom: 14px;
    font-size: 16px;
}

.policy-page .terms-card ul {
    display: grid;
    gap: 11px;
    margin-top: 14px;
    padding-left: 0;
    list-style: none;
}

.policy-page .terms-card li {
    position: relative;
    color: var(--muted);
    background: #faf8f4;
    border: 1px solid rgba(234, 223, 206, 0.85);
    border-radius: 16px;
    padding: 13px 14px 13px 42px;
    font-weight: 650;
}

.policy-page .terms-card li::before {
    content: "✓";
    position: absolute;
    left: 14px;
    top: 13px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(216, 189, 134, 0.24);
    color: var(--primary-dark);
    font-size: 12px;
    font-weight: 900;
}

.policy-page .notice-box {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(216, 189, 134, 0.18), rgba(255, 255, 255, 0.92));
    border: 1px solid rgba(216, 189, 134, 0.45);
    color: var(--secondary);
    font-weight: 750;
    margin-top: 18px;
}

.policy-page .notice-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #e8d39d, #9b783f);
    color: #1f1612;
    font-weight: 900;
}

.policy-page .contact-cta {
    background: var(--bg);
}

.policy-page .cta-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    background:
        radial-gradient(circle at 85% 15%, rgba(216, 189, 134, 0.32), transparent 24%),
        linear-gradient(135deg, #2f211b, #1f1612);
    color: #ffffff;
    padding: 66px;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
}

.policy-page .cta-content h2 {
    color: #ffffff;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    margin-bottom: 18px;
}

.policy-page .cta-content p {
    color: #d1d5db;
    font-size: 17px;
    max-width: 680px;
}

@media (max-width: 1024px) {
    .policy-page .cta-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .policy-page section {
        padding: 70px 0;
    }

    .policy-page .page-hero {
        min-height: 570px;
    }

    .policy-page .page-hero h1 {
        font-size: 44px;
    }

    .policy-page .hero-actions,
    .policy-page .footer-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .policy-page .terms-content {
        padding: 26px;
        border-radius: 26px;
    }

    .policy-page .terms-card {
        padding: 26px 0;
    }

    .policy-page .cta-wrap {
        padding: 32px;
        border-radius: 28px;
    }
}

.coming-soon-page .coming-soon-section {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 118px);
    display: flex;
    align-items: center;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(31, 22, 18, 0.96) 0%, rgba(31, 22, 18, 0.78) 52%, rgba(31, 22, 18, 0.38) 100%),
        radial-gradient(circle at 18% 38%, rgba(216, 189, 134, 0.22), transparent 28%),
        url('https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?auto=format&fit=crop&w=1800&q=85') center/cover;
}

.coming-soon-page .coming-soon-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.coming-soon-page .coming-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
    justify-items: center;
    text-align: center;
    padding: 90px 0;
}

.coming-soon-page .coming-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-dark);
    background: linear-gradient(135deg, #f3e4bd 0%, #d8bd86 100%);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 9px 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 22px;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.coming-soon-page .coming-content h1 {
    font-size: clamp(48px, 7vw, 92px);
    line-height: 0.92;
    letter-spacing: -0.08em;
    margin-bottom: 24px;
    max-width: 820px;
}

.coming-soon-page .coming-content h1 span {
    color: var(--accent);
}

.coming-soon-page .coming-content p {
    color: #e5e7eb;
    font-size: 19px;
    max-width: 720px;
    margin-bottom: 34px;
}

.coming-soon-page .coming-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 1024px) {
    .coming-soon-page .coming-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .coming-soon-page .coming-soon-section {
        min-height: auto;
    }

    .coming-soon-page .coming-grid {
        padding: 70px 0;
    }

    .coming-soon-page .coming-content h1 {
        font-size: 48px;
    }

    .coming-soon-page .coming-actions {
        display: flex;
        justify-content: center;
    }
}
