.online-lessons-page {
    background: #fffaf4;
}

.online-page {
    overflow: hidden;
    color: #141427;
}

.online-page .container {
    max-width: 1160px;
}

.online-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #f97316;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.online-kicker::before {
    content: '';
    width: 22px;
    height: 3px;
    border-radius: 999px;
    background: #f97316;
}

.online-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 132px 0 110px;
    color: #fff;
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 210, 63, 0.28), transparent 28%),
        radial-gradient(circle at 76% 16%, rgba(255, 255, 255, 0.22), transparent 24%),
        radial-gradient(circle at 82% 82%, rgba(255, 107, 53, 0.32), transparent 34%),
        linear-gradient(135deg, #101225 0%, #241a55 48%, #55226f 78%, #ff6b35 145%);
    isolation: isolate;
}

.online-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        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: 54px 54px;
    mask-image: radial-gradient(circle at 50% 45%, #000 0%, transparent 72%);
    pointer-events: none;
}

.online-hero::after {
    content: '';
    position: absolute;
    inset: auto -10% -100px -10%;
    height: 220px;
    background: #fffaf4;
    border-radius: 50% 50% 0 0;
}

.online-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.82fr);
    gap: 58px;
    align-items: start;
    padding-bottom: 24px;
}

.online-hero-copy {
    padding-top: 12px;
    padding-bottom: 8px;
}

.online-hero h1 {
    max-width: 690px;
    margin-bottom: 22px;
    font-size: clamp(2.35rem, 4.05vw, 4.15rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.045em;
    text-wrap: balance;
    text-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.online-hero-word {
    display: inline;
    background: linear-gradient(135deg, #ffd23f 0%, #ffb347 45%, #ff6b35 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 18px rgba(255, 210, 63, 0.45));
    white-space: nowrap;
}

.online-hero-accent {
    display: block;
    margin-top: 10px;
    background: linear-gradient(135deg, #ffd23f 0%, #ffb347 42%, #ff6b35 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 8px 24px rgba(255, 107, 53, 0.35));
}

.online-hero-accent::after {
    content: '';
    display: block;
    width: 72px;
    height: 4px;
    margin-top: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffd23f, #ff6b35);
    box-shadow: 0 0 18px rgba(255, 210, 63, 0.45);
}

.online-hero-lead {
    max-width: 720px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.online-hero-lead li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 1.32vw, 1.12rem);
    line-height: 1.55;
}

.online-hero-lead li:last-child {
    margin-bottom: 0;
}

.online-hero-lead li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd23f, #ff6b35);
    box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.22);
}

.online-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 0;
}

.online-hero .btn-primary,
.online-request .btn-primary,
.online-center-cta .btn-primary {
    border: 0;
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
    color: #1a1a2e;
    font-weight: 800;
    box-shadow: 0 18px 44px rgba(255, 107, 53, 0.38);
}

.online-hero .btn-primary,
.online-center-cta .btn-primary {
    padding: 15px 24px;
    border-radius: 999px;
    font-size: 1rem;
}

.online-hero .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.42);
    color: #fff;
    font-weight: 700;
}

.online-hero-trust {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
}

.online-hero-trust-under-video {
    margin: 22px 0 0;
    justify-content: stretch;
    gap: 12px;
}

.online-hero-media {
    display: flex;
    flex-direction: column;
    align-self: start;
    margin-top: 34px;
    width: 100%;
}

.online-hero-card {
    position: relative;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 36px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
    box-shadow: 0 34px 92px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(14px);
}

.online-hero-trust > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.86rem;
    white-space: nowrap;
    backdrop-filter: blur(10px);
}

.online-hero-badge {
    position: relative;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
    min-height: 118px;
    padding: 16px 10px 14px;
    overflow: hidden;
    border-radius: 22px;
    text-align: center;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow:
        0 16px 42px rgba(0, 0, 0, 0.24),
        0 0 0 1px rgba(255, 210, 63, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(14px);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.online-hero-badge::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255, 210, 63, 0.95) 0%,
        rgba(255, 107, 53, 0.75) 45%,
        rgba(255, 255, 255, 0.35) 100%
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.online-hero-badge::after {
    content: '';
    position: absolute;
    top: -60%;
    left: -70%;
    width: 42%;
    height: 220%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    transform: rotate(24deg);
    animation: online-hero-badge-shine 5.5s ease-in-out infinite;
    pointer-events: none;
}

.online-hero-badge:nth-child(2)::after {
    animation-delay: 1.2s;
}

.online-hero-badge:nth-child(3)::after {
    animation-delay: 2.4s;
}

.online-hero-badge-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff6b35 0%, #ffd23f 100%);
    color: #1a1a2e;
    font-size: 1.02rem;
    box-shadow:
        0 10px 26px rgba(255, 107, 53, 0.48),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.online-hero-badge:nth-child(2) .online-hero-badge-icon {
    background: linear-gradient(135deg, #ffd23f 0%, #ffb347 100%);
    box-shadow:
        0 10px 26px rgba(255, 210, 63, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.online-hero-badge:nth-child(3) .online-hero-badge-icon {
    background: linear-gradient(135deg, #ffb347 0%, #ff8c42 100%);
    box-shadow:
        0 10px 26px rgba(255, 140, 66, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.online-hero-badge-text {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.01em;
    white-space: normal;
    text-wrap: balance;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.online-hero-badge:hover {
    transform: translateY(-4px);
    box-shadow:
        0 22px 52px rgba(255, 107, 53, 0.28),
        0 0 28px rgba(255, 210, 63, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

@keyframes online-hero-badge-shine {
    0%,
    72%,
    100% {
        left: -70%;
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    38% {
        left: 130%;
        opacity: 1;
    }

    46% {
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .online-hero-badge::after {
        animation: none;
    }

    .online-hero-badge {
        transition: none;
    }
}

.online-hero-card::before {
    content: '';
    position: absolute;
    inset: -18px;
    z-index: -1;
    border-radius: 46px;
    background: radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.26), transparent 58%);
    filter: blur(2px);
}

.online-video-player {
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.92);
    border-radius: 30px;
    background: #000;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.online-video-player video {
    display: block;
    width: 100%;
    min-height: 280px;
    max-height: 360px;
    object-fit: cover;
    background: #000;
}

.online-video-placeholder {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 30px;
    border: 4px solid rgba(255, 255, 255, 0.92);
    border-radius: 30px;
    background:
        radial-gradient(circle at 14% 8%, rgba(255, 210, 63, 0.42), transparent 26%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.9));
    color: #1a1a2e;
    text-align: center;
}

.online-video-placeholder strong {
    max-width: 300px;
    font-size: 1.45rem;
    line-height: 1.25;
}

.online-video-placeholder small {
    max-width: 280px;
    color: #64748b;
}

.online-video-play {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ff6b35;
    color: #fff;
    box-shadow: 0 12px 30px rgba(255, 107, 53, 0.32);
}

.online-mini-dashboard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 14px;
}

.online-mini-dashboard div {
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.15);
}

.online-mini-dashboard span {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.78rem;
}

.online-mini-dashboard strong {
    display: block;
    margin-top: 3px;
    color: #fff;
    font-size: 0.92rem;
}

.online-section {
    padding: 92px 0;
}

.online-section-head {
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}

.online-section-head.compact {
    margin-bottom: 32px;
}

.online-section h2 {
    margin-bottom: 16px;
    color: #141427;
    font-size: clamp(2rem, 4vw, 3.7rem);
    font-weight: 900;
    letter-spacing: -0.045em;
}

.online-section h3 {
    color: #141427;
    font-weight: 850;
}

.online-section p {
    color: #5b6475;
}

.online-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.online-feature-card,
.online-perspective-card,
.online-age-card,
.online-review-card,
.online-step-card {
    border: 1px solid rgba(20, 20, 39, 0.08);
    background: #fff;
    box-shadow: 0 16px 44px rgba(20, 20, 39, 0.07);
}

.online-kicker-bright {
    display: block;
    gap: 0;
    margin-bottom: 6px;
    padding: 0;
    font-size: clamp(1.55rem, 3.2vw, 2.4rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.15;
    text-transform: none;
    background: linear-gradient(135deg, #ff6b35 0%, #ffb347 48%, #ffd23f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 8px 18px rgba(255, 107, 53, 0.28));
}

.online-kicker-bright::before {
    display: none;
}

.online-intro {
    position: relative;
    z-index: 2;
    padding-top: 18px;
    padding-bottom: 78px;
    background: #fffaf4;
}

.online-intro .online-section-head,
.online-inside .online-section-head {
    margin-bottom: 30px;
}

.online-intro .online-section-head h2,
.online-inside .online-section-head h2 {
    max-width: 920px;
    margin: 0 auto 14px;
    font-size: clamp(1.85rem, 3.8vw, 2.85rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.online-intro .online-section-head p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.05rem;
    line-height: 1.65;
}

.online-feature-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 26px 24px 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 107, 53, 0.12);
    border-radius: 28px;
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 241, 0.96) 100%);
    box-shadow:
        0 18px 40px rgba(20, 20, 39, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.online-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #ffd23f, #ff6b35);
    opacity: 0.85;
}

.online-feature-card::after {
    content: '';
    position: absolute;
    inset: auto -30% -40% auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 107, 53, 0.12), transparent 68%);
    pointer-events: none;
}

.online-feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 107, 53, 0.28);
    box-shadow:
        0 28px 56px rgba(255, 107, 53, 0.16),
        0 10px 24px rgba(20, 20, 39, 0.08);
}

.online-feature-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.online-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ff6b35 0%, #ffd23f 100%);
    color: #1a1a2e;
    font-size: 1.28rem;
    box-shadow:
        0 14px 28px rgba(255, 107, 53, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.online-feature-card:nth-child(2) .online-feature-icon {
    background: linear-gradient(135deg, #ffd23f 0%, #ffb347 100%);
    box-shadow:
        0 14px 28px rgba(255, 210, 63, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.online-feature-card:nth-child(3) .online-feature-icon {
    background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);
}

.online-feature-card:nth-child(4) .online-feature-icon {
    background: linear-gradient(135deg, #ffb347 0%, #ff6b35 100%);
}

.online-feature-index {
    color: rgba(255, 107, 53, 0.28);
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
}

.online-feature-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    font-size: 1.12rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.online-feature-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #5b6475;
    font-size: 0.94rem;
    line-height: 1.55;
}

.online-inside {
    position: relative;
    z-index: 2;
    margin-top: -36px;
    padding-top: 92px;
    padding-bottom: 120px;
    overflow: visible;
    background:
        radial-gradient(circle at 12% 28%, rgba(255, 179, 71, 0.14), transparent 34%),
        radial-gradient(circle at 88% 22%, rgba(167, 139, 250, 0.12), transparent 36%),
        linear-gradient(180deg, #fffaf4 0%, #faf6fb 36%, #f7f3ff 58%, #fffaf4 82%, #fffaf4 100%);
}

.online-inside::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -2px;
    z-index: 0;
    width: 150%;
    height: 110px;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%;
    background: #fffaf4;
    pointer-events: none;
}

.online-inside::after {
    content: '';
    position: absolute;
    left: -20%;
    right: -20%;
    bottom: 0;
    z-index: 3;
    height: 130px;
    border-radius: 50% 50% 0 0;
    background: #fffaf4;
    box-shadow: 0 -36px 54px 28px rgba(255, 250, 244, 0.92);
    pointer-events: none;
}

.online-inside .container {
    position: relative;
    z-index: 4;
}

.online-perspective-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.online-perspective-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: visible;
    padding: 18px 18px 28px;
    border-radius: 36px;
    border: 1px solid rgba(20, 20, 39, 0.08);
    background: rgba(255, 255, 255, 0.88);
    box-shadow:
        0 24px 60px rgba(20, 20, 39, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

.online-perspective-card.child {
    border-color: rgba(255, 107, 53, 0.2);
}

.online-perspective-card.parent {
    border-color: rgba(124, 58, 237, 0.22);
}

.online-perspective-media {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
}

.online-perspective-media-main {
    position: relative;
    overflow: hidden;
    height: 230px;
    border: 5px solid #fff;
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(20, 20, 39, 0.14);
}

.online-perspective-media-main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.online-perspective-caption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(20, 20, 39, 0.58);
    color: #fff;
    font-size: 0.86rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.online-perspective-media-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: -28px;
    margin-bottom: 0;
    padding: 0 18px 2px;
}

.online-perspective-thumb {
    position: relative;
    z-index: 2;
    margin: 0;
    overflow: hidden;
    height: 108px;
    border: 4px solid #fff;
    border-radius: 20px;
    box-shadow: 0 14px 28px rgba(20, 20, 39, 0.16);
    transition: transform 0.25s ease;
}

.online-perspective-thumb.tilt-left {
    transform: rotate(-3deg) translateY(4px);
}

.online-perspective-thumb.tilt-right {
    transform: rotate(3deg) translateY(10px);
}

.online-perspective-thumb:hover {
    z-index: 3;
    transform: translateY(-6px) rotate(0deg) scale(1.04);
}

.online-perspective-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.online-perspective-sticker {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    color: #1a1a2e;
    font-size: 0.78rem;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(20, 20, 39, 0.16);
    white-space: nowrap;
}

.online-perspective-sticker-row {
    position: absolute;
    top: 2px;
    right: 4px;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
}

.online-perspective-sticker-row .online-perspective-sticker {
    position: static;
}

.online-perspective-card.child .sticker-fun {
    top: 18px;
    right: 18px;
    color: #c2410c;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
}

.online-perspective-card.child .sticker-wow {
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
    color: #1a1a2e;
    transform: rotate(-8deg);
}

.online-perspective-card.parent .sticker-control {
    top: 18px;
    right: 18px;
    color: #6d28d9;
    background: linear-gradient(135deg, #f5f3ff, #ede9fe);
}

.online-perspective-card.parent .sticker-progress {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    color: #fff;
    transform: rotate(7deg);
}

.online-perspective-body {
    position: relative;
    z-index: 3;
    margin-top: -2px;
    padding: 18px 10px 0;
}

.online-perspective-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 18px;
    background: #f3e8ff;
    color: #7c3aed;
    font-size: 1.3rem;
    box-shadow: 0 10px 22px rgba(124, 58, 237, 0.18);
}

.online-perspective-card.child .online-perspective-icon {
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
    color: #1a1a2e;
    box-shadow: 0 10px 22px rgba(255, 107, 53, 0.28);
}

.online-perspective-card h3 {
    margin-bottom: 14px;
    font-size: 1.35rem;
    letter-spacing: -0.02em;
}

.online-perspective-card ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    color: #313649;
}

.online-format-column ul {
    margin: 0;
    padding-left: 1.2rem;
    color: #313649;
}

.online-perspective-card li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px;
    line-height: 1.45;
}

.online-format-column li {
    margin-bottom: 10px;
}

.online-perspective-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #20202a;
}

.online-perspective-card.parent li::before {
    background: #7c3aed;
}

.online-perspective-card.child li::before {
    background: #ff6b35;
}

.online-center-cta {
    position: relative;
    z-index: 5;
    margin-top: 34px;
    margin-bottom: 0;
    text-align: center;
}

.online-reasons {
    position: relative;
    z-index: 1;
    margin-top: -64px;
    padding-top: 88px;
    padding-bottom: 96px;
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 179, 71, 0.1), transparent 34%),
        radial-gradient(circle at 92% 10%, rgba(167, 139, 250, 0.08), transparent 32%),
        linear-gradient(180deg, #fffaf4 0%, #ffffff 48%, #fffaf4 100%);
}

.online-reasons::before,
.online-reasons::after {
    content: none;
}

.online-reasons .container {
    position: relative;
    z-index: 1;
}

.online-reasons .online-split {
    align-items: start;
}

.online-reasons-copy {
    position: sticky;
    top: 110px;
    padding-right: 12px;
}

.online-reasons-copy .online-kicker-bright {
    margin-bottom: 12px;
}

.online-reasons-copy h2 {
    margin-bottom: 18px;
    font-size: clamp(1.9rem, 3.4vw, 2.75rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.online-reasons-copy p {
    max-width: 420px;
    margin: 0;
    color: #5b6475;
    font-size: 1.05rem;
    line-height: 1.65;
}

.online-reasons-aside-media {
    position: relative;
    width: 100%;
    max-width: 420px;
    min-height: 280px;
    margin-top: 34px;
}

.online-reasons-shot {
    position: absolute;
    margin: 0;
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(20, 20, 39, 0.14);
    background: #fff;
}

.online-reasons-shot img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.online-reasons-shot.shot-main {
    left: 0;
    top: 18px;
    width: 68%;
    height: 210px;
    transform: rotate(-3deg);
    z-index: 1;
}

.online-reasons-shot.shot-a {
    right: 0;
    top: 0;
    width: 42%;
    height: 132px;
    transform: rotate(4deg);
    z-index: 2;
}

.online-reasons-shot.shot-b {
    right: 18px;
    bottom: 8px;
    width: 48%;
    height: 118px;
    transform: rotate(-2deg);
    z-index: 3;
}

.online-reasons-chip {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(20, 20, 39, 0.14);
    white-space: nowrap;
}

.online-reasons-chip.chip-fun {
    left: 10px;
    bottom: 18px;
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
    color: #1a1a2e;
    transform: rotate(-7deg);
}

.online-reasons-chip.chip-love {
    right: 0;
    top: 118px;
    background: #fff;
    color: #c2410c;
    transform: rotate(6deg);
}

.online-split {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 44px;
    align-items: start;
}

.online-reasons-list {
    display: grid;
    gap: 14px;
}

.online-reasons-label {
    margin: 0 0 6px 2px;
    background: linear-gradient(135deg, #ff6b35 0%, #ffb347 48%, #ffd23f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.2;
    filter: drop-shadow(0 6px 14px rgba(255, 107, 53, 0.22));
}

.online-reason-card {
    position: relative;
    padding: 22px 22px 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 107, 53, 0.12);
    border-radius: 24px;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 241, 0.96) 100%);
    box-shadow:
        0 16px 36px rgba(20, 20, 39, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.online-reason-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #ffd23f, #ff6b35);
    opacity: 0.8;
}

.online-reason-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 107, 53, 0.26);
    box-shadow:
        0 22px 44px rgba(255, 107, 53, 0.12),
        0 8px 18px rgba(20, 20, 39, 0.06);
}

.online-reason-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.online-reason-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
    color: #1a1a2e;
    font-size: 1.05rem;
    box-shadow:
        0 10px 22px rgba(255, 107, 53, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.online-reason-card:nth-child(3) .online-reason-icon {
    background: linear-gradient(135deg, #ffd23f, #ffb347);
}

.online-reason-card:nth-child(4) .online-reason-icon {
    background: linear-gradient(135deg, #ff8c42, #ff6b35);
}

.online-reason-card:nth-child(5) .online-reason-icon {
    background: linear-gradient(135deg, #ffb347, #ff6b35);
}

.online-reason-index {
    color: rgba(255, 107, 53, 0.28);
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
}

.online-reason-card h3 {
    margin: 0 0 8px;
    font-size: 1.08rem;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.online-reason-card p {
    margin: 0;
    color: #5b6475;
    font-size: 0.95rem;
    line-height: 1.55;
}

.online-formats {
    position: relative;
    z-index: 1;
    padding-top: 72px;
    padding-bottom: 96px;
    background:
        radial-gradient(circle at 14% 12%, rgba(255, 179, 71, 0.12), transparent 32%),
        radial-gradient(circle at 88% 18%, rgba(124, 58, 237, 0.1), transparent 34%),
        linear-gradient(180deg, #fffaf4 0%, #ffffff 40%, #f7f3ff 100%);
}

.online-formats .online-section-head {
    margin-bottom: 36px;
}

.online-formats .online-section-head h2 {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.9rem, 3.5vw, 2.85rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.online-formats .online-section-head p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.05rem;
    line-height: 1.65;
}

.online-format-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.online-format-card {
    position: relative;
    padding: 28px 28px 26px;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(255, 107, 53, 0.12);
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 241, 0.96) 100%);
    box-shadow:
        0 20px 48px rgba(20, 20, 39, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.online-format-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #ffd23f, #ff6b35);
    opacity: 0.85;
}

.online-format-card.format-solo {
    border-color: rgba(124, 58, 237, 0.16);
}

.online-format-card.format-solo::before {
    background: linear-gradient(90deg, #a78bfa, #7c3aed);
}

.online-format-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 107, 53, 0.28);
    box-shadow:
        0 28px 56px rgba(255, 107, 53, 0.14),
        0 10px 24px rgba(20, 20, 39, 0.06);
}

.online-format-card.format-solo:hover {
    border-color: rgba(124, 58, 237, 0.3);
    box-shadow:
        0 28px 56px rgba(124, 58, 237, 0.14),
        0 10px 24px rgba(20, 20, 39, 0.06);
}

.online-format-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.online-format-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
    color: #1a1a2e;
    font-size: 1.2rem;
    box-shadow:
        0 12px 26px rgba(255, 107, 53, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.online-format-card.format-solo .online-format-icon {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    color: #fff;
    box-shadow:
        0 12px 26px rgba(124, 58, 237, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.online-format-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.12), rgba(255, 210, 63, 0.2));
    color: #c2410c;
    font-size: 0.8rem;
    font-weight: 800;
}

.online-format-card.format-solo .online-format-badge {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(167, 139, 250, 0.2));
    color: #6d28d9;
}

.online-format-card h3 {
    margin: 0 0 16px;
    font-size: 1.35rem;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.online-format-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.online-format-card li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 22px;
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.5;
}

.online-format-card li:last-child {
    margin-bottom: 0;
}

.online-format-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6b35;
}

.online-format-card.format-solo li::before {
    background: #7c3aed;
}

.online-formats .online-center-cta {
    margin-top: 36px;
}

.online-steps {
    position: relative;
    padding-top: 72px;
    padding-bottom: 96px;
    background:
        radial-gradient(circle at 18% 16%, rgba(255, 179, 71, 0.12), transparent 30%),
        radial-gradient(circle at 86% 20%, rgba(255, 107, 53, 0.08), transparent 32%),
        linear-gradient(180deg, #f7f3ff 0%, #ffffff 36%, #fffaf4 100%);
}

.online-steps .online-section-head {
    margin-bottom: 42px;
}

.online-steps .online-section-head h2 {
    font-size: clamp(1.9rem, 3.5vw, 2.85rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.online-steps .online-section-head p {
    max-width: 560px;
    margin: 0 auto;
    color: #5b6475;
    font-size: 1.05rem;
    line-height: 1.6;
}

.online-steps-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.online-steps-track::before {
    content: '';
    position: absolute;
    top: 42px;
    left: 8%;
    right: 8%;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffd23f, #ff6b35 50%, #7c3aed);
    opacity: 0.55;
    z-index: 0;
}

.online-step-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 28px 22px 24px;
    border-radius: 28px;
    border: 1px solid rgba(255, 107, 53, 0.12);
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 241, 0.96) 100%);
    box-shadow:
        0 18px 42px rgba(20, 20, 39, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.online-step-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 107, 53, 0.28);
    box-shadow:
        0 26px 52px rgba(255, 107, 53, 0.14),
        0 8px 20px rgba(20, 20, 39, 0.06);
}

.online-step-num {
    position: absolute;
    top: -14px;
    left: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
    color: #1a1a2e;
    font-size: 1rem;
    font-weight: 900;
    box-shadow:
        0 10px 24px rgba(255, 107, 53, 0.35),
        0 0 0 6px rgba(255, 250, 244, 0.95);
}

.online-step-card:nth-child(2) .online-step-num {
    background: linear-gradient(135deg, #ffb347, #ff6b35);
}

.online-step-card:nth-child(3) .online-step-num {
    background: linear-gradient(135deg, #ff8c42, #a78bfa);
    color: #fff;
}

.online-step-card:nth-child(4) .online-step-num {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    color: #fff;
}

.online-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 18px 0 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.12), rgba(255, 210, 63, 0.2));
    color: #ff6b35;
    font-size: 1.15rem;
}

.online-step-card:nth-child(3) .online-step-icon {
    background: linear-gradient(135deg, rgba(255, 140, 66, 0.14), rgba(167, 139, 250, 0.18));
    color: #9a4dff;
}

.online-step-card:nth-child(4) .online-step-icon {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.14), rgba(167, 139, 250, 0.2));
    color: #7c3aed;
}

.online-step-card h3 {
    margin: 0 0 10px;
    font-size: 1.08rem;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.online-step-card p {
    margin: 0;
    color: #5b6475;
    font-size: 0.94rem;
    line-height: 1.55;
}

.online-steps .online-center-cta {
    margin-top: 40px;
}

.online-ages {
    position: relative;
    padding-top: 72px;
    padding-bottom: 96px;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 179, 71, 0.12), transparent 32%),
        radial-gradient(circle at 90% 12%, rgba(124, 58, 237, 0.1), transparent 34%),
        linear-gradient(180deg, #fffaf4 0%, #ffffff 42%, #f7f3ff 100%);
}

.online-ages .online-section-head {
    margin-bottom: 36px;
}

.online-ages .online-section-head h2 {
    font-size: clamp(1.9rem, 3.5vw, 2.85rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.online-age-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.online-age-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px 28px 26px;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(255, 107, 53, 0.12);
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 241, 0.96) 100%);
    box-shadow:
        0 20px 48px rgba(20, 20, 39, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.online-age-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #ffd23f, #ff6b35);
    opacity: 0.85;
}

.online-age-card.age-teen {
    border-color: rgba(124, 58, 237, 0.16);
}

.online-age-card.age-teen::before {
    background: linear-gradient(90deg, #a78bfa, #7c3aed);
}

.online-age-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 107, 53, 0.28);
    box-shadow:
        0 28px 56px rgba(255, 107, 53, 0.14),
        0 10px 24px rgba(20, 20, 39, 0.06);
}

.online-age-card.age-teen:hover {
    border-color: rgba(124, 58, 237, 0.3);
    box-shadow:
        0 28px 56px rgba(124, 58, 237, 0.14),
        0 10px 24px rgba(20, 20, 39, 0.06);
}

.online-age-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.online-age-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
    color: #1a1a2e;
    font-size: 1.2rem;
    box-shadow:
        0 12px 26px rgba(255, 107, 53, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.online-age-card.age-teen .online-age-icon {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    color: #fff;
    box-shadow:
        0 12px 26px rgba(124, 58, 237, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.online-age-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.12), rgba(255, 210, 63, 0.2));
    color: #c2410c;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: lowercase;
}

.online-age-card.age-teen .online-age-badge {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(167, 139, 250, 0.2));
    color: #6d28d9;
    text-transform: none;
}

.online-age-card h3 {
    margin: 0 0 14px;
    font-size: clamp(1.45rem, 2.4vw, 1.8rem);
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.online-age-copy {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.online-age-copy p {
    margin: 0;
    color: #5b6475;
    font-size: 0.96rem;
    line-height: 1.6;
}

.online-age-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: auto 0 0;
    padding: 0;
    list-style: none;
}

.online-age-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 107, 53, 0.07);
    color: #1a1a2e;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.3;
}

.online-age-points li i {
    color: #ff6b35;
    flex: 0 0 auto;
}

.online-testimonials {
    position: relative;
    padding-top: 72px;
    padding-bottom: 96px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 179, 71, 0.16), transparent 34%),
        radial-gradient(circle at 88% 12%, rgba(124, 58, 237, 0.12), transparent 36%),
        radial-gradient(circle at 50% 100%, rgba(255, 107, 53, 0.1), transparent 42%),
        linear-gradient(180deg, #f7f3ff 0%, #fffaf4 42%, #ffffff 100%);
}

.online-testimonials .online-section-head {
    margin-bottom: 28px;
}

.online-testimonials .online-section-head h2 {
    font-size: clamp(1.9rem, 3.5vw, 2.85rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.online-testimonials .online-section-head p {
    max-width: none;
    margin: 0 auto;
    color: #5b6475;
    font-size: 1.05rem;
    line-height: 1.6;
    white-space: nowrap;
}

.online-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 860px;
    margin: 0 auto 34px;
}

.online-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 18px 14px;
    border-radius: 22px;
    border: 1px solid rgba(255, 107, 53, 0.14);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 34px rgba(20, 20, 39, 0.06);
    text-align: center;
    backdrop-filter: blur(8px);
}

.online-trust-item strong {
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
}

.online-trust-item span {
    display: inline-flex;
    gap: 3px;
    color: #ffb347;
    font-size: 0.78rem;
}

.online-trust-item small {
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.35;
}

.online-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.online-review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 28px 24px 24px;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(255, 107, 53, 0.14);
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 241, 0.96) 100%);
    box-shadow:
        0 22px 50px rgba(20, 20, 39, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.online-review-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #ffd23f, #ff6b35);
    opacity: 0.9;
}

.online-review-card.featured {
    transform: translateY(-10px);
    border-color: rgba(255, 107, 53, 0.28);
    background:
        radial-gradient(circle at 90% 0%, rgba(255, 210, 63, 0.22), transparent 42%),
        linear-gradient(165deg, #fff 0%, #fff4e8 100%);
    box-shadow:
        0 28px 60px rgba(255, 107, 53, 0.16),
        0 10px 24px rgba(20, 20, 39, 0.06);
}

.online-review-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 107, 53, 0.3);
    box-shadow:
        0 30px 64px rgba(255, 107, 53, 0.16),
        0 10px 24px rgba(20, 20, 39, 0.06);
}

.online-review-card.featured:hover {
    transform: translateY(-14px);
}

.online-review-quote {
    position: absolute;
    top: 10px;
    right: 18px;
    color: rgba(255, 107, 53, 0.14);
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.online-review-stars {
    display: inline-flex;
    gap: 4px;
    margin-bottom: 14px;
    color: #ffb347;
    font-size: 0.86rem;
    text-shadow: 0 0 12px rgba(255, 179, 71, 0.45);
}

.online-review-card p {
    position: relative;
    z-index: 1;
    margin: 0 0 16px;
    color: #334155;
    font-size: 1rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.6;
}

.online-review-result {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.12), rgba(255, 210, 63, 0.22));
    color: #c2410c;
    font-size: 0.78rem;
    font-weight: 800;
}

.online-review-card.featured .online-review-result {
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
    color: #1a1a2e;
}

.online-review-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.online-review-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
    color: #1a1a2e;
    font-size: 1.05rem;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(255, 107, 53, 0.28);
}

.online-review-card:nth-child(3) .online-review-avatar {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    color: #fff;
    box-shadow: 0 10px 22px rgba(124, 58, 237, 0.28);
}

.online-review-author strong,
.online-review-author small {
    display: block;
}

.online-review-author strong {
    color: #1a1a2e;
    font-size: 0.98rem;
    font-weight: 800;
}

.online-review-author small {
    color: #64748b;
    font-size: 0.82rem;
}

.online-price {
    position: relative;
    padding-top: 64px;
    padding-bottom: 80px;
    isolation: isolate;
    background: #fff;
}

.online-price > .container {
    position: relative;
    z-index: 1;
}

.online-price .online-section-head {
    margin-bottom: 40px;
}

.online-price .online-section-head h2 {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    font-size: clamp(1.9rem, 3.5vw, 2.85rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.online-price .online-section-head p {
    max-width: 720px;
    margin: 0 auto;
    color: #5b6475;
    font-size: 1.05rem;
    line-height: 1.65;
}

.online-subscriptions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
}

.online-sub-card {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(33.333% - 15px);
    max-width: calc(33.333% - 15px);
    min-width: 260px;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(255, 107, 53, 0.12);
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 241, 0.96) 100%);
    box-shadow:
        0 22px 50px rgba(20, 20, 39, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.online-sub-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    z-index: 2;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #ffd23f, #ff6b35);
    opacity: 0.9;
}

.online-sub-card.tone-silver::before {
    background: linear-gradient(90deg, #e2e8f0, #94a3b8);
}

.online-sub-card.tone-gold::before {
    background: linear-gradient(90deg, #ffe566, #ff8a00);
}

.online-sub-card.tone-single::before {
    background: linear-gradient(90deg, #7dd3fc, #0284c7);
}

.online-sub-card.tone-individual::before {
    background: linear-gradient(90deg, #93c5fd, #1e3a5f);
}

.online-sub-card.tone-paired::before {
    background: linear-gradient(90deg, #c4b5fd, #7c3aed);
}

.online-sub-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 107, 53, 0.28);
    box-shadow:
        0 30px 64px rgba(255, 107, 53, 0.14),
        0 12px 28px rgba(20, 20, 39, 0.06);
}

.online-sub-card.is-featured {
    border-color: rgba(255, 140, 0, 0.42);
    box-shadow:
        0 26px 60px rgba(255, 140, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.online-sub-card.is-featured:hover {
    box-shadow:
        0 34px 72px rgba(255, 140, 0, 0.26),
        0 12px 28px rgba(20, 20, 39, 0.06);
}

.online-sub-card.is-simple {
    flex: 0 1 340px;
    max-width: 340px;
}

.online-sub-card.is-simple.tone-individual,
.online-sub-card.is-simple.tone-paired {
    border-color: rgba(124, 58, 237, 0.14);
}

.online-sub-card.is-simple.tone-individual:hover,
.online-sub-card.is-simple.tone-paired:hover {
    border-color: rgba(124, 58, 237, 0.3);
    box-shadow:
        0 30px 64px rgba(124, 58, 237, 0.14),
        0 12px 28px rgba(20, 20, 39, 0.06);
}

.online-sub-header {
    position: relative;
    z-index: 1;
    padding: 28px 20px 20px;
    text-align: center;
    color: #fff;
    background:
        radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.28), transparent 42%),
        linear-gradient(135deg, #ff6b35, #ff8f1f);
}

.online-sub-header.gold {
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.35), transparent 40%),
        linear-gradient(135deg, #ffd23f 0%, #ffb347 48%, #ff8a00 100%);
}

.online-sub-header.silver {
    background:
        radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.28), transparent 42%),
        linear-gradient(135deg, #cbd5e1 0%, #94a3b8 52%, #64748b 100%);
}

.online-sub-header.individual {
    background:
        radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.18), transparent 42%),
        linear-gradient(135deg, #1a1a2e 0%, #243b55 100%);
}

.online-sub-header.paired {
    background:
        radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.22), transparent 42%),
        linear-gradient(135deg, #667eea 0%, #7c3aed 55%, #764ba2 100%);
}

.online-sub-header.single {
    background:
        radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.3), transparent 42%),
        linear-gradient(135deg, #38bdf8 0%, #0ea5e9 48%, #0284c7 100%);
}

.online-sub-header h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.25rem, 1.7vw, 1.55rem);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.online-sub-card.is-simple .online-sub-header {
    padding: 22px 16px 16px;
}

.online-sub-card.is-simple .online-sub-header h3 {
    font-size: clamp(1.05rem, 1.3vw, 1.2rem);
    letter-spacing: 0.06em;
}

.online-sub-header p {
    margin: 14px auto 0;
    max-width: 94%;
    padding: 10px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.45;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(8px);
}

.online-sub-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #ff6b35;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(20, 20, 39, 0.14);
}

.online-sub-body {
    position: relative;
    z-index: 1;
    flex: 1;
    padding: 18px 14px 16px;
}

.online-sub-card.is-simple .online-sub-body {
    padding: 14px;
}

.online-sub-cols {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr) minmax(0, 0.85fr);
    gap: 8px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.online-sub-cols span {
    color: #f97316;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.25;
}

.online-sub-cols span:nth-child(2) {
    text-align: center;
}

.online-sub-cols span:last-child {
    text-align: right;
}

.online-sub-rows {
    display: grid;
    gap: 8px;
}

.online-sub-row {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr) minmax(0, 0.85fr);
    gap: 8px;
    align-items: center;
    padding: 11px 10px;
    border-radius: 16px;
    border: 1px solid rgba(255, 107, 53, 0.08);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.online-sub-row:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 107, 53, 0.22);
    background: #fff;
    box-shadow: 0 10px 22px rgba(255, 107, 53, 0.1);
}

.online-sub-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.16), rgba(255, 210, 63, 0.22));
    color: #ff6b35;
    font-size: 0.72rem;
    flex-shrink: 0;
}

.online-sub-age {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #141427;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.25;
}

.online-sub-age span:last-child {
    min-width: 0;
}

.online-sub-duration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}

.online-sub-price {
    text-align: right;
    color: #141427;
    font-size: 1.12rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    white-space: nowrap;
    line-height: 1.1;
}

.online-sub-byn {
    display: block;
    margin-top: 2px;
    color: #94a3b8;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.1;
}

.online-sub-simple {
    display: grid;
    gap: 10px;
}

.online-sub-simple-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 14px;
    border-radius: 18px;
    border: 1px solid rgba(20, 20, 39, 0.06);
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.96) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.online-sub-simple-row.is-price {
    border-color: rgba(255, 107, 53, 0.22);
    background:
        linear-gradient(165deg, rgba(255, 247, 237, 0.98) 0%, rgba(255, 237, 213, 0.95) 100%);
    box-shadow:
        0 12px 28px rgba(255, 107, 53, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.online-sub-simple-row .online-sub-ico {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 0.85rem;
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
    color: #1a1a2e;
    box-shadow:
        0 10px 20px rgba(255, 107, 53, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.online-sub-simple-label {
    flex: 1;
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 600;
}

.online-sub-simple-value {
    color: #141427;
    font-size: 1.05rem;
    font-weight: 800;
    text-align: right;
    letter-spacing: -0.02em;
}

.online-sub-simple-row.is-price .online-sub-simple-value {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    color: #141427;
    font-size: 1.35rem;
    font-weight: 900;
}

.online-sub-simple-row.is-price .online-sub-amount {
    background: linear-gradient(135deg, #ff6b35, #ffb347);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.online-sub-simple-row.is-price .online-sub-byn {
    display: inline;
    margin: 0;
    color: #94a3b8;
    font-size: 0.72rem;
}

.online-price-empty {
    width: 100%;
    padding: 48px 28px;
    border-radius: 32px;
    text-align: center;
    border: 1px solid rgba(255, 107, 53, 0.12);
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 241, 0.96) 100%);
    box-shadow: 0 20px 48px rgba(20, 20, 39, 0.07);
}

.online-price-empty i {
    margin-bottom: 14px;
    color: #ff6b35;
    font-size: 2.1rem;
}

.online-price-empty h3 {
    margin: 0 0 8px;
    font-size: 1.3rem;
}

.online-price-empty p {
    margin: 0;
    color: #64748b;
}

.online-special-offers {
    margin-top: 28px;
}

.online-price .special-offers-section {
    min-height: 0;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 210, 63, 0.22), transparent 28%),
        radial-gradient(circle at 88% 10%, rgba(255, 107, 53, 0.2), transparent 26%),
        radial-gradient(circle at 70% 90%, rgba(124, 58, 237, 0.22), transparent 30%),
        linear-gradient(135deg, #141427 0%, #241a55 55%, #31265d 100%);
    box-shadow: 0 28px 70px rgba(26, 26, 46, 0.28);
    overflow: hidden;
}

.online-price .special-offers-section::before {
    background:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 78%);
    opacity: 0.7;
}

.online-price .special-offers-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 12px;
    padding: 18px;
}

.online-price .special-offer-card {
    position: relative;
    flex: none;
    gap: 14px;
    min-width: 0;
    padding: 22px 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.online-price .special-offer-card:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.online-price .special-offer-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 210, 63, 0.28);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.online-price .special-offer-card::after {
    display: none;
}

.online-price .special-offer-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 18px;
    font-size: 1.2rem;
    box-shadow:
        0 14px 28px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.online-price .special-offer-title {
    font-size: 1.02rem;
    letter-spacing: -0.02em;
}

.online-price .special-offer-subtitle {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    line-height: 1.4;
}

.online-price .special-offer-badge {
    top: 12px;
    right: 12px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.64rem;
    letter-spacing: 0.06em;
}

.online-faq {
    background: #fffaf4;
}

.online-faq .online-section-head {
    margin-bottom: 36px;
}

.online-faq .online-section-head h2 {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.9rem, 3.5vw, 2.85rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.online-faq .online-section-head p {
    max-width: none;
    margin: 0 auto;
    color: #5b6475;
    font-size: 1.05rem;
    line-height: 1.65;
    white-space: nowrap;
}

.online-faq-list {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.online-faq-item {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255, 107, 53, 0.12);
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 241, 0.96) 100%);
    box-shadow:
        0 18px 44px rgba(20, 20, 39, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.online-faq-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #ffd23f, #ff6b35);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.online-faq-item:hover,
.online-faq-item[open] {
    border-color: rgba(255, 107, 53, 0.28);
    box-shadow:
        0 24px 52px rgba(255, 107, 53, 0.12),
        0 10px 24px rgba(20, 20, 39, 0.05);
}

.online-faq-item[open]::before,
.online-faq-item:hover::before {
    opacity: 0.9;
}

.online-faq-item summary {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 64px 22px 22px;
    color: #141427;
    font-weight: 850;
    cursor: pointer;
    list-style: none;
}

.online-faq-item summary::-webkit-details-marker {
    display: none;
}

.online-faq-qmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
    color: #1a1a2e;
    font-size: 1.15rem;
    font-weight: 900;
    box-shadow:
        0 12px 24px rgba(255, 107, 53, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.online-faq-question {
    flex: 1;
    min-width: 0;
    font-size: clamp(1rem, 1.5vw, 1.12rem);
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.online-faq-item summary::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    transform: translateY(-50%);
    background: rgba(255, 107, 53, 0.1);
    color: #ff6b35;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    transition: background 0.2s ease, transform 0.2s ease;
}

.online-faq-item[open] summary::after {
    content: '−';
    background: rgba(255, 107, 53, 0.16);
}

.online-faq-answer {
    padding: 0 22px 22px 78px;
}

.online-faq-answer p {
    margin: 0;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 107, 53, 0.1);
    color: #5b6475;
    font-size: 0.98rem;
    line-height: 1.65;
}

.online-request {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 210, 63, 0.28), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(255, 107, 53, 0.22), transparent 26%),
        radial-gradient(circle at 70% 88%, rgba(124, 58, 237, 0.28), transparent 32%),
        linear-gradient(135deg, #101225 0%, #1a1a2e 42%, #241a55 78%, #31265d 100%);
}

.online-request::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        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: 54px 54px;
    mask-image: radial-gradient(circle at 40% 40%, #000 0%, transparent 74%);
    pointer-events: none;
}

.online-request > .container {
    position: relative;
    z-index: 1;
}

.online-request-grid {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 34px;
    align-items: center;
}

.online-request-copy {
    padding-right: 20px;
}

.online-request-copy h2 {
    color: #fff;
    font-size: clamp(1.85rem, 3.4vw, 2.7rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.online-request-copy > p {
    max-width: 42ch;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.65;
}

.online-request-points {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.online-request-points li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.online-request-points li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.25), rgba(74, 222, 128, 0.35));
    color: #4ade80;
    font-size: 0.78rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.online-request-form {
    padding: 34px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 241, 0.96) 100%);
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.online-request-form h3 {
    margin-bottom: 22px;
    color: #141427;
    font-size: 1.55rem;
    letter-spacing: -0.03em;
}

.online-request-form label {
    display: block;
    margin-bottom: 15px;
}

.online-request-form label span:first-child {
    display: block;
    margin-bottom: 7px;
    color: #475569;
    font-size: 0.88rem;
    font-weight: 750;
}

.online-request-form input,
.online-request-form select,
.online-request-form textarea {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #f8fafc;
    color: #141427;
    font: inherit;
    outline: none;
    padding: 13px 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.online-request-form input:focus,
.online-request-form select:focus,
.online-request-form textarea:focus {
    border-color: #ff6b35;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.12);
}

.online-request-form .online-consent {
    color: #475569;
}

.online-request-form .online-consent.muted {
    color: #64748b;
}

.online-request-form .btn-primary {
    margin-top: 6px;
    padding: 15px 22px;
    border-radius: 999px;
    font-weight: 800;
}

.online-request-form .btn-primary:disabled {
    opacity: 0.55;
    box-shadow: none;
}

.online-consent {
    display: grid !important;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    align-items: flex-start;
    color: #475569;
    font-size: 0.86rem;
}

.online-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    padding: 0;
}

.online-consent a {
    color: #ff6b35;
    font-weight: 700;
}

.online-consent.muted {
    color: #64748b;
}

.online-footer {
    padding: 28px 0;
    background: #1a1a2e;
    color: rgba(255, 255, 255, 0.78);
}

.online-footer .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
}

.online-footer a {
    color: #ffd23f;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .online-feature-grid,
    .online-steps-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .online-steps-track::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .online-testimonials .online-section-head p {
        white-space: normal;
        max-width: 620px;
    }

    .online-faq .online-section-head p {
        white-space: normal;
        max-width: 620px;
    }

    .online-sub-card:not(.is-simple) {
        flex: 1 1 calc(50% - 11px);
        max-width: calc(50% - 11px);
    }

    .online-price .special-offers-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .online-trust-strip {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .online-review-card.featured {
        transform: none;
    }

    .online-review-card.featured:hover {
        transform: translateY(-8px);
    }

    .online-hero {
        min-height: auto;
        padding: 116px 0 88px;
    }

    .online-intro {
        padding-top: 12px;
    }

    .online-hero-trust-under-video {
        flex-wrap: wrap;
    }

    .online-hero-trust-under-video .online-hero-badge {
        flex: 1 1 calc(50% - 6px);
    }

    .online-hero-media {
        max-width: 620px;
        margin-top: 0;
    }

    .online-hero-card {
        max-width: none;
    }

    .online-hero-grid,
    .online-split,
    .online-request-grid {
        grid-template-columns: 1fr;
    }

    .online-sub-card,
    .online-sub-card.is-simple {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .online-price .special-offers-inner {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .online-sub-cols {
        display: none;
    }

    .online-sub-row {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            'age price'
            'duration price';
        gap: 6px 10px;
        padding: 12px;
    }

    .online-sub-age {
        grid-area: age;
    }

    .online-sub-duration {
        grid-area: duration;
        justify-content: flex-start;
    }

    .online-sub-price {
        grid-area: price;
        align-self: center;
    }

    .online-reasons-copy {
        position: static;
        padding-right: 0;
        margin-bottom: 8px;
    }

    .online-reasons-aside-media {
        max-width: 100%;
        min-height: 240px;
        margin-top: 28px;
        margin-bottom: 10px;
    }

    .online-feature-grid,
    .online-perspective-grid,
    .online-format-grid,
    .online-age-grid,
    .online-review-grid {
        grid-template-columns: 1fr;
    }

    .online-perspective-media-main {
        height: 210px;
    }

    .online-perspective-thumb {
        height: 96px;
    }

    .online-request-copy {
        padding-right: 0;
    }

    .online-age-points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .online-section {
        padding: 64px 0;
    }

    .online-hero h1 {
        font-size: 2.45rem;
    }

    .online-hero-actions .btn {
        width: 100%;
    }

    .online-hero-card,
    .online-feature-card,
    .online-perspective-card,
    .online-format-card,
    .online-step-card,
    .online-age-card,
    .online-request-form,
    .online-sub-card,
    .online-faq-item,
    .online-price .special-offers-section {
        border-radius: 24px;
    }

    .online-faq-item summary {
        gap: 12px;
        padding: 18px 52px 18px 16px;
    }

    .online-faq-qmark {
        width: 36px;
        height: 36px;
        border-radius: 12px;
        font-size: 1rem;
    }

    .online-faq-answer {
        padding: 0 16px 16px 16px;
    }

    .online-perspective-media-row {
        gap: 8px;
        margin-top: -22px;
        padding: 0 10px;
    }

    .online-perspective-thumb {
        height: 78px;
        border-width: 3px;
        border-radius: 14px;
    }

    .online-perspective-sticker {
        font-size: 0.72rem;
        padding: 7px 10px;
    }

    .online-video-placeholder {
        min-height: 240px;
    }

    .online-hero-trust-under-video .online-hero-badge {
        flex: 1 1 100%;
    }

    .online-mini-dashboard,
    .online-steps-track {
        grid-template-columns: 1fr;
    }

    .online-step-card {
        padding-top: 32px;
    }

    .online-footer .container {
        flex-direction: column;
        text-align: center;
    }
}

/* Trial lesson modal */
#onlineTrialModal .modal-dialog {
    max-width: 560px;
}

.online-trial-modal {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 28px;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 210, 63, 0.22), transparent 42%),
        radial-gradient(circle at 100% 0%, rgba(255, 107, 53, 0.18), transparent 38%),
        linear-gradient(180deg, #fffdf8 0%, #ffffff 48%, #fff8f1 100%);
    box-shadow: 0 34px 90px rgba(26, 26, 46, 0.35);
}

.online-trial-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(26, 26, 46, 0.08);
    color: #1a1a2e;
    transition: transform 0.25s ease, background 0.25s ease;
}

.online-trial-modal-close:hover {
    background: rgba(26, 26, 46, 0.14);
    transform: rotate(90deg);
}

.online-trial-modal-header {
    padding: 34px 32px 8px;
    text-align: center;
}

.online-trial-modal-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.14), rgba(255, 210, 63, 0.22));
    color: #c2410c;
    font-size: 0.82rem;
    font-weight: 800;
}

.online-trial-modal-header h3 {
    margin: 0 0 10px;
    color: #1a1a2e;
    font-size: clamp(1.45rem, 2.4vw, 1.85rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.online-trial-modal-header p {
    margin: 0 auto;
    max-width: 420px;
    color: #64748b;
    font-size: 0.98rem;
    line-height: 1.55;
}

.online-trial-modal-form {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.online-trial-modal-body {
    display: grid;
    gap: 14px;
    max-height: min(52vh, 420px);
    overflow-y: auto;
    padding: 20px 32px 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 107, 53, 0.55) rgba(26, 26, 46, 0.06);
}

.online-trial-modal-body::-webkit-scrollbar {
    width: 6px;
}

.online-trial-modal-body::-webkit-scrollbar-track {
    margin: 8px 0;
    background: rgba(26, 26, 46, 0.05);
    border-radius: 999px;
}

.online-trial-modal-body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ffd23f, #ff6b35);
    border-radius: 999px;
}

.online-trial-modal-body::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ff6b35, #ff8c42);
}

.online-trial-modal-footer {
    padding: 16px 32px 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff8f1 35%, #fff8f1 100%);
}

.online-trial-modal-form label {
    display: grid;
    gap: 7px;
    margin: 0;
}

.online-trial-modal-form label > span:first-child {
    color: #334155;
    font-size: 0.86rem;
    font-weight: 700;
}

.online-trial-modal-form input,
.online-trial-modal-form select,
.online-trial-modal-form textarea {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    color: #1a1a2e;
    font-size: 0.98rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.online-trial-modal-form input:focus,
.online-trial-modal-form select:focus,
.online-trial-modal-form textarea:focus {
    outline: 0;
    border-color: #ff6b35;
    box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.14);
}

.online-trial-modal-form .online-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #475569;
    font-size: 0.86rem;
    line-height: 1.45;
}

.online-trial-modal-form .online-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    padding: 0;
    flex: 0 0 auto;
}

.online-trial-modal-form .online-consent a {
    color: #ff6b35;
    font-weight: 700;
}

.online-trial-modal-footer .btn-primary {
    margin-top: 0;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
    color: #1a1a2e;
    font-weight: 800;
    box-shadow: 0 16px 36px rgba(255, 107, 53, 0.28);
}

.online-trial-modal-footer .btn-primary:disabled {
    opacity: 0.55;
    box-shadow: none;
}

.online-fancy-select {
    position: relative;
}

.online-fancy-select-native {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.online-fancy-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    color: #1a1a2e;
    font-size: 0.98rem;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.online-fancy-select.is-placeholder .online-fancy-select-value {
    color: #94a3b8;
}

.online-fancy-select-trigger:hover {
    border-color: #fdba8c;
}

.online-fancy-select.is-open .online-fancy-select-trigger,
.online-fancy-select-trigger:focus {
    outline: 0;
    border-color: #ff6b35;
    box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.14);
}

.online-fancy-select-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    border-radius: 9px;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.12), rgba(255, 210, 63, 0.22));
    color: #ff6b35;
    font-size: 0.72rem;
    transition: transform 0.22s ease;
}

.online-fancy-select.is-open .online-fancy-select-caret {
    transform: rotate(180deg);
}

.online-fancy-select-menu {
    position: fixed;
    z-index: 10050;
    display: none;
    margin: 0;
    padding: 8px;
    list-style: none;
    border: 1px solid rgba(255, 107, 53, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(26, 26, 46, 0.16);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.online-fancy-select.is-open .online-fancy-select-menu,
.online-fancy-select-menu.is-open {
    display: grid;
    gap: 4px;
    animation: online-fancy-select-in 0.18s ease;
}

.online-fancy-select-option {
    padding: 11px 13px;
    border-radius: 12px;
    color: #1a1a2e;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.online-fancy-select-option:hover {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(255, 210, 63, 0.16));
    color: #c2410c;
}

.online-fancy-select-option.is-selected {
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
    color: #1a1a2e;
    box-shadow: 0 8px 18px rgba(255, 107, 53, 0.22);
}

@keyframes online-fancy-select-in {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.online-request-form .online-fancy-select-trigger {
    border-color: #e7ddd0;
}

/* SweetAlert2 — online lessons */
.online-swal {
    width: min(440px, calc(100vw - 28px)) !important;
    padding: 28px 26px 24px !important;
    border: 1px solid rgba(255, 107, 53, 0.12) !important;
    border-radius: 28px !important;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 210, 63, 0.22), transparent 42%),
        radial-gradient(circle at 100% 0%, rgba(255, 107, 53, 0.16), transparent 40%),
        linear-gradient(180deg, #fffdf8 0%, #ffffff 52%, #fff8f1 100%) !important;
    box-shadow: 0 28px 70px rgba(26, 26, 46, 0.28) !important;
}

.online-swal-show {
    animation: online-swal-in 0.32s cubic-bezier(0.2, 0.9, 0.3, 1);
}

.online-swal-hide {
    animation: online-swal-out 0.18s ease forwards;
}

@keyframes online-swal-in {
    from {
        opacity: 0;
        transform: translateY(14px) scale(0.94);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes online-swal-out {
    to {
        opacity: 0;
        transform: translateY(8px) scale(0.96);
    }
}

.online-swal .online-swal-title {
    margin: 8px 0 6px !important;
    color: #1a1a2e !important;
    font-size: 1.55rem !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.2 !important;
}

.online-swal .online-swal-html {
    margin: 0 !important;
    color: #64748b !important;
    font-size: 0.98rem !important;
    line-height: 1.55 !important;
}

.online-swal-lead {
    margin: 0 0 14px;
    color: #475569;
}

.online-swal-lead strong {
    color: #1a1a2e;
}

.online-swal-steps {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.online-swal-steps li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 107, 53, 0.12);
    color: #334155;
    font-size: 0.9rem;
    font-weight: 700;
}

.online-swal-steps li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: linear-gradient(135deg, #ff6b35, #ffd23f);
    color: #1a1a2e;
    font-size: 0.78rem;
    flex: 0 0 auto;
}

.online-swal .online-swal-confirm {
    margin-top: 8px !important;
    padding: 13px 28px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ff6b35, #ffd23f) !important;
    color: #1a1a2e !important;
    font-weight: 800 !important;
    font-size: 1rem !important;
    box-shadow: 0 14px 30px rgba(255, 107, 53, 0.28) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.online-swal .online-swal-confirm:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(255, 107, 53, 0.34) !important;
}

.online-swal-success .swal2-icon,
.online-swal .swal2-icon.online-swal-icon {
    margin: 0 auto 6px !important;
    border: 0 !important;
}

.online-swal-success .swal2-icon {
    width: 72px !important;
    height: 72px !important;
    border-radius: 22px !important;
    background: linear-gradient(135deg, #ff6b35, #ffd23f) !important;
    color: #1a1a2e !important;
    box-shadow:
        0 16px 34px rgba(255, 107, 53, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.45) !important;
}

.online-swal-success .swal2-icon .swal2-icon-content {
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem !important;
    color: #1a1a2e !important;
}

.online-swal-warning .swal2-icon.swal2-warning {
    border-color: rgba(255, 178, 36, 0.55) !important;
    color: #f59e0b !important;
}

.online-swal-error .swal2-icon.swal2-error {
    border-color: rgba(239, 68, 68, 0.35) !important;
}

.online-swal-error .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
    background-color: #ef4444 !important;
}

@media (max-width: 640px) {
    .online-trial-modal-header,
    .online-trial-modal-body,
    .online-trial-modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .online-trial-modal-header {
        padding-top: 28px;
    }

    .online-trial-modal-footer {
        padding-bottom: 22px;
    }

    .online-trial-modal-body {
        max-height: 48vh;
    }
}
