/* Homepage shell */
:root {
    --ls-primary: #8c52ff;
    --ls-primary-hover: #7000e2;
    --ls-bg-dark: #0b0f19;
    --ls-bg-light: #f8faff;
    --ls-text-dark: #111827;
    --ls-text-gray: #4b5563;
    --ls-border-radius: 24px;
    --ls-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    --ls-shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    --ls-shadow-purple: 0 20px 40px -5px rgba(140, 82, 255, 0.15);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--ls-text-dark);
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

body.page-template-front-page,
body.home {
    margin: 0;
    padding: 0;
}

body.page-template-front-page .site,
body.home .site,
body.page-template-front-page #page,
body.home #page,
body.page-template-front-page #content,
body.home #content,
body.page-template-front-page .site-content,
body.home .site-content,
body.page-template-front-page main,
body.home main,
body.page-template-front-page article,
body.home article,
body.page-template-front-page .entry-content,
body.home .entry-content,
body.page-template-front-page #primary,
body.home #primary,
body.page-template-front-page #main,
body.home #main,
body.page-template-front-page #masthead,
body.home #masthead,
body.page-template-front-page .site-header,
body.home .site-header,
body.page-template-front-page .elementor-location-header,
body.home .elementor-location-header,
body.page-template-front-page .ast-primary-header-bar,
body.home .ast-primary-header-bar,
body.page-template-front-page .main-header-bar,
body.home .main-header-bar {
    margin-bottom: 0 !important;
}

body.page-template-front-page #content,
body.home #content,
body.page-template-front-page .site-content,
body.home .site-content,
body.page-template-front-page main,
body.home main,
body.page-template-front-page article,
body.home article,
body.page-template-front-page .entry-content,
body.home .entry-content,
body.page-template-front-page #primary,
body.home #primary,
body.page-template-front-page #main,
body.home #main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.ls-section {
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.ls-container {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.ls-text-center {
    text-align: center;
}

.ls-h2 {
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--ls-text-dark);
    margin: 0 0 16px;
    letter-spacing: -0.02em;
}

.ls-sub {
    font-size: 1.15rem;
    color: var(--ls-text-gray);
    max-width: 600px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

.ls-btn {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.ls-btn-primary {
    background: #8c52ff;
    color: #fff;
}

.ls-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.ls-deferred-section {
    content-visibility: auto;
    contain-intrinsic-size: 720px;
}

.comparison-section.ls-deferred-section {
    contain-intrinsic-size: 760px;
}

.front-page-testimonials.ls-deferred-section {
    contain-intrinsic-size: 560px;
}

.front-page-faq.ls-deferred-section {
    contain-intrinsic-size: 520px;
}

.front-page-cta.ls-deferred-section {
    contain-intrinsic-size: 380px;
}

/* Hero */
.front-hero {
    position: relative;
    isolation: isolate;
    z-index: 0;
    background: linear-gradient(180deg, #ffffff 0%, #fdfaff 60%, #f7f1ff 100%);
    min-height: 0;
    overflow: hidden;
    border-bottom: 1px solid #efe6ff;
    margin-top: 0;
    padding-top: 0;
}

.front-hero::before,
.front-hero::after {
    content: '';
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    z-index: 0;
}

.front-hero::before {
    width: 420px;
    height: 420px;
    top: -120px;
    right: -120px;
    background: radial-gradient(circle, rgba(140, 82, 255, 0.16) 0%, rgba(140, 82, 255, 0.05) 52%, rgba(140, 82, 255, 0) 74%);
}

.front-hero::after {
    width: 380px;
    height: 380px;
    left: -120px;
    bottom: -150px;
    background: radial-gradient(circle, rgba(140, 82, 255, 0.12) 0%, rgba(140, 82, 255, 0.04) 50%, rgba(140, 82, 255, 0) 72%);
}

.hero-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px 0;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: flex-start;
    gap: 18px;
    min-height: 0;
}

.hero-left {
    width: 100%;
    max-width: 610px;
    padding: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.hero-right {
    min-height: 465px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding-top: 0;
}

.hero-right::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 300px;
    left: 42px;
    top: 68px;
    border-radius: 42% 58% 44% 56% / 48% 44% 56% 52%;
    background: rgba(140, 82, 255, 0.12);
    z-index: 0;
}

.hero-media-shell {
    position: relative;
    width: 100%;
    max-width: 604px;
    height: 465px;
    min-height: 0;
    margin-top: 16px;
    margin-left: -18px;
    margin-right: auto;
    overflow: visible;
    box-shadow: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    z-index: 1;
    display: flex;
    align-items: flex-start;
}

.hero-media-shell picture {
    display: block;
    width: 100%;
    height: auto;
}

.hero-media-shell::after {
    content: none;
}

.hero-media-shell img {
    width: 112%;
    max-width: none;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center center;
    transform: translate(-9%, 8px) scale(1.02);
    filter: drop-shadow(0 28px 50px rgba(102, 51, 153, 0.12));
    margin-left: 0;
    margin-right: auto;
}

.hero-headline {
    font-size: 2rem;
    font-weight: 600;
    color: #2d2942;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 0;
    margin-bottom: 14px;
    white-space: nowrap;
}

.hero-headline span {
    color: var(--ls-primary);
}

.hero-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: grid;
    gap: 8px;
}

.hero-highlight {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    color: #463f5d;
    font-size: 0.86rem;
    font-weight: 600;
}

.hero-highlight::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    color: var(--ls-primary);
    background: var(--ls-primary);
    box-shadow: 0 0 0 5px rgba(140, 82, 255, 0.1);
    flex: 0 0 8px;
}

.search-widget-card {
    background: #ffffff;
    padding: 18px;
    border-radius: var(--ls-border-radius);
    width: 100%;
    max-width: 440px;
    border: 1px solid rgba(140, 82, 255, 0.16);
    box-shadow: 0 18px 44px rgba(140, 82, 255, 0.1);
}

.widget-label {
    font-size: 0.75rem;
    font-weight: 800;
    color: #7b6d9a;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.hero-search-form {
    display: grid;
    gap: 14px;
}

.hero-search-input {
    width: 100%;
    padding: 18px 20px;
    border-radius: 16px;
    border: 1px solid rgba(140, 82, 255, 0.22);
    font-size: 1rem;
    box-sizing: border-box;
    transition: all 0.3s;
    color: #2d2942;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(68, 44, 106, 0.04);
}

.hero-search-input:focus {
    border-color: #8c52ff;
    box-shadow: 0 0 0 4px rgba(140, 82, 255, 0.12);
    outline: none;
}

.hero-search-error {
    display: none;
    color: #b91c1c;
    font-size: 0.9rem;
    font-weight: 600;
    margin: -4px 0 0;
}

.hero-search-error.is-visible {
    display: block;
}

.hero-search-btn {
    width: 100%;
    padding: 18px;
    border-radius: 16px;
    border: none;
    background: var(--ls-primary);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 18px 36px rgba(140, 82, 255, 0.24);
}

.hero-search-btn:hover {
    transform: translateY(-2px);
    background: var(--ls-primary-hover);
}

.hero-language-strip {
    grid-column: 1 / -1;
    width: 100%;
    padding: 0 32px 4px;
    margin-top: -34px;
}

.hero-language-strip-shell {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 48px;
}

.hero-language-strip-inner {
    display: flex;
    gap: 14px;
    align-items: center;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.hero-language-strip-inner::-webkit-scrollbar {
    display: none;
}

.hero-language-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #111827;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.hero-language-chip:hover {
    transform: translateY(-2px);
    border-color: rgba(140, 82, 255, 0.35);
    box-shadow: 0 10px 24px rgba(140, 82, 255, 0.14);
}

.hero-language-chip img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.15);
}

.hero-language-scroll {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid #e6def8;
    background: #ffffff;
    color: #5b4f81;
    box-shadow: 0 10px 24px rgba(88, 63, 134, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
    z-index: 2;
}

.hero-language-scroll:hover {
    transform: translateY(-50%) scale(1.03);
    box-shadow: 0 14px 28px rgba(88, 63, 134, 0.14);
}

.hero-language-scroll:disabled {
    opacity: 0.35;
    cursor: default;
    box-shadow: none;
}

.hero-language-scroll.prev {
    left: 0;
}

.hero-language-scroll.next {
    right: 0;
}

/* Trust bar */
.trust-bar {
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    padding: 16px 0 10px;
}

.trust-bar + .ls-section {
    padding-top: 40px !important;
    padding-bottom: 10px;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
    text-align: center;
}

.trust-item h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--ls-bg-dark);
    margin: 0;
    line-height: 1;
}

.trust-item p {
    font-size: 0.8rem;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
}

.payment-icons {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.payment-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    color: #475569;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

/* Featured teachers */
.slider-wrapper {
    position: relative;
    padding: 0 40px;
}

.teachers-track {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    padding-bottom: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.teachers-track::-webkit-scrollbar {
    display: none;
}

.home-teacher-card {
    flex: 0 0 calc((100% - 60px) / 3);
    min-width: calc((100% - 60px) / 3);
    height: 100%;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s, box-shadow 0.3s;
}

.home-teacher-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--ls-shadow-lg);
    border-color: transparent;
}

.home-teacher-card-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: linear-gradient(180deg, #eef2ff 0%, #f8fafc 100%);
    border-bottom: 1px solid #f1f5f9;
    overflow: hidden;
}

.home-teacher-card img,
.home-teacher-card iframe {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    image-rendering: auto;
    transform: translateZ(0);
}

.home-teacher-card iframe {
    border: 0;
}

.home-teacher-video-poster {
    object-position: center center;
}

.home-teacher-card-poster-link,
.home-teacher-video-button {
    display: block;
    width: 100%;
    height: 100%;
}

.home-teacher-video-button {
    position: relative;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.home-teacher-video-button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.06) 42%, rgba(15, 23, 42, 0.46) 100%);
    transition: background 0.2s ease;
}

.home-teacher-video-button:hover::after,
.home-teacher-video-button:focus-visible::after {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.04) 42%, rgba(15, 23, 42, 0.28) 100%);
}

.home-teacher-video-button:focus-visible {
    outline: 3px solid rgba(67, 97, 238, 0.34);
    outline-offset: -3px;
}

.home-teacher-video-controls {
    position: absolute;
    left: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
}

.home-teacher-video-play {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #8c52ff;
    color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 18px rgba(140, 82, 255, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-teacher-video-play::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #fff;
    margin-left: 3px;
}

.home-teacher-video-button:hover .home-teacher-video-play,
.home-teacher-video-button:focus-visible .home-teacher-video-play {
    transform: translateY(-1px) scale(1.04);
    box-shadow: 0 12px 22px rgba(140, 82, 255, 0.42);
}

.home-teacher-video-badge {
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.82);
    color: #fff;
    padding: 10px 14px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
}

.t-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.t-name {
    font-size: 1.3rem;
    font-weight: 800;
    margin: 0 0 5px;
    color: var(--ls-text-dark);
}

.home-teacher-card-title-link {
    color: inherit;
    text-decoration: none;
}

.home-teacher-card-title-link:hover {
    color: var(--ls-primary-hover);
}

.t-rating {
    color: #f59e0b;
    font-size: 0.95rem;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}

.t-desc {
    color: var(--ls-text-gray);
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 0 18px;
}

.home-teacher-card-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ls-primary);
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none;
}

.home-teacher-card-link:hover {
    color: var(--ls-primary-hover);
    text-decoration: underline;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
    cursor: pointer;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--ls-bg-dark);
    transition: all 0.2s ease;
}

.slider-btn:hover {
    background: var(--ls-primary);
    color: #fff;
    border-color: var(--ls-primary);
}

.slider-btn:disabled {
    opacity: 0.42;
    cursor: default;
    pointer-events: none;
}

.slider-btn.prev {
    left: -10px;
}

.slider-btn.next {
    right: -10px;
}

.view-all-link {
    font-weight: 700;
    color: var(--ls-primary);
    text-decoration: none;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    margin-top: 40px;
}

.view-all-link:hover {
    color: var(--ls-primary-hover);
    text-decoration: underline;
}

.front-page-trending__empty,
.front-page-trending__cta {
    text-align: center;
}

.front-page-trending__empty {
    width: 100%;
}

/* Offerings */
.offerings-section {
    background-color: var(--ls-bg-light);
    padding-top: 40px;
    padding-bottom: 30px;
}

.offerings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.offering-card {
    background: #fff;
    border-radius: 24px;
    text-align: center;
    transition: 0.3s;
    border: 1px solid transparent;
    box-shadow: var(--ls-shadow-sm);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.offering-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--ls-shadow-purple);
    border-color: rgba(140, 82, 255, 0.1);
}

.offering-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    margin: 0;
}

.offering-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.offering-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.offering-card p {
    color: var(--ls-text-gray);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.ls-link-arrow {
    color: var(--ls-primary);
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s;
    margin-top: auto;
}

.ls-link-arrow:hover {
    color: var(--ls-primary-hover);
}

/* Comparison */
.comparison-section {
    background: #fff;
    padding-top: 50px;
}

.comparison-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    margin-top: 50px;
}

.comp-card {
    flex: 1;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    transition: transform 0.3s;
    position: relative;
}

.comp-card.highlight {
    border: 2px solid var(--ls-primary);
    box-shadow: var(--ls-shadow-purple);
    transform: scale(1.05);
    z-index: 2;
}

.comp-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--ls-primary);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(140, 82, 255, 0.3);
}

.comp-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}

.comp-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 30px;
    color: var(--ls-text-dark);
}

.comp-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 1rem;
    color: #4b5563;
}

.comp-row:last-child {
    border-bottom: none;
}

.val-check {
    color: #10b981;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
}

.val-check::before {
    content: "\2713";
    font-weight: 900;
    font-size: 1.1em;
}

.val-cross {
    color: #ef4444;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0.8;
}

.val-cross::before {
    content: "\2715";
    font-size: 0.9em;
}

.val-neutral {
    color: #9ca3af;
    font-weight: 500;
    font-style: italic;
}

/* Testimonials */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.test-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: var(--ls-shadow-sm);
    transition: 0.3s;
}

.test-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.test-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    background: linear-gradient(135deg, #8c52ff 0%, #00d4ff 100%);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    flex-shrink: 0;
}

.test-name {
    font-weight: 800;
    color: var(--ls-text-dark);
    font-size: 1.1rem;
    display: block;
}

.test-lang {
    font-size: 0.85rem;
    color: #888;
    font-weight: 600;
}

.test-stars {
    color: #f59e0b;
    margin-left: auto;
    letter-spacing: 2px;
    font-size: 0.9rem;
}

.test-text {
    font-style: italic;
    color: #555;
    line-height: 1.6;
    font-size: 1rem;
}

/* FAQ */
.front-page-faq {
    border-top: 1px solid #eee;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.faq-item {
    background: #f8fafc;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #edf2f7;
}

.faq-q {
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 12px;
    display: block;
    color: var(--ls-text-dark);
}

.faq-a {
    color: var(--ls-text-gray);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* CTA */
.front-page-cta {
    padding: 120px 20px;
    text-align: center;
}

.front-page-cta__heading {
    font-size: 3rem;
    margin: 0 0 24px;
    font-weight: 800;
}

.front-page-cta__text {
    max-width: 600px;
    margin: 0 auto 35px;
    font-size: 1.2rem;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1100px) {
    .home-teacher-card {
        flex: 0 0 calc((100% - 30px) / 2);
        min-width: calc((100% - 30px) / 2);
    }

    .slider-wrapper {
        padding: 0 20px;
    }

    .slider-btn.prev {
        left: 0;
    }

    .slider-btn.next {
        right: 0;
    }

    #wpadminbar,
    .site-header,
    #masthead,
    .elementor-location-header,
    .ast-primary-header-bar,
    .ast-mobile-header-wrap,
    .ast-mobile-header-content {
        z-index: 1002 !important;
    }

    .builder-item--nav-icon,
    .menu-toggle,
    .main-header-menu-toggle {
        position: relative;
        z-index: 1003 !important;
    }

    .hero-container {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 0 16px 12px;
        gap: 12px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .hero-left {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        text-align: left;
        margin-top: 0;
        padding: 0;
        align-items: stretch;
    }

    .hero-right {
        display: none;
        min-height: 0;
    }

    .hero-right::before {
        content: none;
    }

    .offerings-grid,
    .trust-grid,
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .comparison-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .comp-card {
        width: 100%;
        max-width: 450px;
    }

    .comp-card.highlight {
        transform: scale(1);
        border-width: 3px;
    }

    .hero-headline {
        font-size: 1.7rem;
        max-width: 340px;
        white-space: normal;
        margin-bottom: 12px;
    }

    .hero-highlights {
        justify-items: start;
        margin-bottom: 12px;
        gap: 6px;
    }

    .hero-highlight {
        justify-content: flex-start;
        text-align: left;
    }

    .search-widget-card {
        width: 100%;
        max-width: none;
        min-width: 0;
        padding: 16px;
        margin-top: 2px;
    }

    .hero-search-input {
        padding: 14px 16px;
        font-size: 0.95rem;
    }

    .hero-search-btn {
        padding: 14px 16px;
        font-size: 1rem;
    }

    .hero-language-strip {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 8px 0 0;
        margin-top: 0;
    }

    .hero-language-strip-shell {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 0;
    }

    .hero-language-scroll {
        display: none !important;
    }

    .hero-language-strip-inner {
        width: 100%;
        min-width: 0;
        padding: 8px 0 6px;
        gap: 10px;
        scroll-snap-type: x proximity;
    }

    .hero-language-chip {
        padding: 8px 14px;
        font-size: 0.92rem;
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .hero-language-chip img {
        width: 24px;
        height: 24px;
    }

    .front-hero {
        min-height: 0;
    }

    .front-hero::before,
    .front-hero::after {
        opacity: 0.45;
    }

    .front-hero::before {
        width: 320px;
        height: 320px;
        top: -120px;
        right: -120px;
    }

    .front-hero::after {
        width: 280px;
        height: 280px;
        left: -120px;
        bottom: -120px;
    }
}

@media (max-width: 600px) {
    .home-teacher-card {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .home-teacher-video-controls {
        left: 12px;
        bottom: 12px;
        gap: 8px;
    }

    .home-teacher-video-play {
        width: 42px;
        height: 42px;
    }

    .home-teacher-video-badge {
        padding: 9px 12px;
        font-size: 0.72rem;
    }

    .search-widget-card {
        padding: 16px;
    }

    .hero-container {
        padding: 0 12px 10px;
        gap: 10px;
    }

    .hero-language-strip {
        padding: 6px 0 0;
        margin-top: 0;
    }

    .hero-language-strip-shell {
        padding: 0;
    }

    .hero-language-strip-inner {
        padding: 10px 0 4px;
        gap: 8px;
    }

    .payment-pill {
        min-width: 0;
        flex: 1 1 calc(50% - 8px);
    }

    .hero-headline {
        font-size: 1.45rem;
        max-width: none;
    }

    .hero-highlight {
        font-size: 0.82rem;
        width: 100%;
        justify-content: flex-start;
    }

    .hero-search-input {
        padding: 13px 14px;
        font-size: 0.92rem;
    }

    .hero-search-btn {
        padding: 13px 14px;
    }

    .hero-language-chip {
        padding: 7px 12px;
        font-size: 0.88rem;
    }

    .hero-language-chip img {
        width: 22px;
        height: 22px;
    }

    .front-page-cta {
        padding: 88px 20px;
    }

    .front-page-cta__heading {
        font-size: 2rem;
    }

    .front-page-cta__text {
        font-size: 1rem;
    }
}
