/* Webinar landing — KP Expert brand theme */
:root {
    --wl-primary: #012f62;
    --wl-primary-dark: #01204d;
    --wl-secondary: #034078;
    --wl-accent: #0a4d8c;
    --wl-cyan: #06b6d4;
    --wl-success: #10b981;
    --wl-amber: #f59e0b;
    --wl-bg: #f8fafc;
    --wl-text: #1e293b;
    --wl-muted: #64748b;
    --wl-white: #ffffff;
    --wl-hero-gradient: linear-gradient(160deg, #021a3d 0%, #012f62 45%, #034078 100%);
    --wl-card-gradient: linear-gradient(to top, #034078 0%, #01204d 100%);
    --wl-btn-gradient: linear-gradient(135deg, #012f62, #034078);
    --wl-btn-gradient-hover: linear-gradient(135deg, #0369a1, #06b6d4);
}

*, *::before, *::after { box-sizing: border-box; }

.wl-body {
    margin: 0;
    font-family: 'Inter', 'Open Sans', sans-serif;
    color: var(--wl-white);
    background: var(--wl-primary-dark);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.wl-page {
    overflow-x: hidden;
    max-width: 100%;
}
.wl-page img:not(.wl-video-player) {
    max-width: 100%;
}

.wl-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
}

.wl-section {
    padding: 48px 0;
}

.wl-section--dark { background: var(--wl-hero-gradient); }
.wl-section--white { background: var(--wl-white); color: var(--wl-text); }
.wl-section--alt { background: var(--wl-bg); color: var(--wl-text); }
.wl-section--cream { background: var(--wl-bg); color: var(--wl-text); }

/* Unified section headers */
.wl-section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 32px;
}
.wl-section-head h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    line-height: 1.25;
    color: var(--wl-primary);
    margin: 0 0 10px;
}
.wl-section-head p,
.wl-section-head__sub {
    font-size: 15px;
    line-height: 1.55;
    color: var(--wl-muted);
    margin: 0;
}
.wl-section-head__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--wl-cyan);
    background: rgba(6,182,212,.1);
    border: 1px solid rgba(6,182,212,.25);
    border-radius: 999px;
    padding: 4px 14px;
    margin-bottom: 12px;
}
.wl-section-head--light h2 { color: var(--wl-white); }
.wl-section-head--light p { color: rgba(255,255,255,.78); }
.wl-section-head--light .wl-section-head__eyebrow {
    background: rgba(255,255,255,.1);
    border-color: rgba(6,182,212,.35);
    color: var(--wl-cyan);
}
.wl-section-head--in-panel h2 { color: var(--wl-white); font-size: clamp(1.2rem, 2.5vw, 1.5rem); }
.wl-section-head--in-panel p { color: rgba(255,255,255,.8); }

/* Pain points block */
.wl-pain-block { margin-bottom: 8px; }
.wl-pain-card {
    width: 100%;
    background: var(--wl-white);
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(1,47,98,.1);
    box-shadow: 0 12px 40px rgba(1,32,77,.08);
}
.wl-pain-card__main {
    display: grid;
    grid-template-columns: minmax(280px, 40%) 1fr;
    gap: 0;
}
.wl-pain-card__intro {
    padding: 36px 28px;
    border-right: 1px solid #e8edf2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wl-pain-card__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--wl-primary);
    background: rgba(6,182,212,.1);
    border: 1px solid rgba(6,182,212,.25);
    border-radius: 999px;
    padding: 5px 12px;
    margin-bottom: 14px;
}
.wl-pain-card__eyebrow i { color: var(--wl-cyan); }
.wl-pain-card__intro h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: clamp(1.25rem, 2.5vw, 1.55rem);
    line-height: 1.3;
    color: var(--wl-primary);
    margin: 0 0 12px;
}
.wl-pain-card__intro > p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--wl-muted);
    margin: 0;
}

.wl-pain-card__list {
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    background: #f8fafc;
}
.wl-pain-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    background: var(--wl-white);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(1,32,77,.04);
    transition: border-color .15s, box-shadow .15s;
}
.wl-pain-item:hover {
    border-color: rgba(6,182,212,.35);
    box-shadow: 0 4px 16px rgba(1,32,77,.08);
}
.wl-pain-item__num {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(6,182,212,.12);
    border: 1px solid rgba(6,182,212,.25);
    font-size: 11px;
    font-weight: 800;
    color: var(--wl-primary);
}
.wl-pain-item p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--wl-text);
    margin: 0;
    padding-top: 4px;
}

.wl-pain-card__truth {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 28px;
    background: var(--wl-btn-gradient);
    border-top: 2px solid rgba(6,182,212,.35);
    color: var(--wl-white);
}
.wl-pain-card__truth-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(6,182,212,.35);
    font-size: 1.25rem;
    color: var(--wl-cyan);
}
.wl-pain-card__truth h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.35;
}
.wl-pain-card__truth p {
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
    opacity: .95;
}

/* Check grid — legacy pain / beginner items */
.wl-check-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}
.wl-check-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    background: var(--wl-white);
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(1,32,77,.04);
    font-size: 14px;
    line-height: 1.45;
    color: var(--wl-text);
}
.wl-check-item i { color: var(--wl-success); flex-shrink: 0; margin-top: 2px; }
.wl-check-item--light {
    background: rgba(255,255,255,.08);
    border-color: rgba(6,182,212,.25);
    color: rgba(255,255,255,.92);
}
.wl-check-item--light i { color: var(--wl-cyan); }
.wl-check-grid--in-panel { margin-bottom: 20px; }

/* Callout box on light sections */
.wl-callout {
    max-width: 820px;
    margin: 0 auto 32px;
    padding: 20px 24px;
    background: var(--wl-btn-gradient);
    border-radius: 12px;
    border: 1px solid rgba(6,182,212,.3);
    text-align: center;
    color: var(--wl-white);
}
.wl-callout h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 8px;
}
.wl-callout p { margin: 0; font-size: 14px; line-height: 1.55; opacity: .95; }

/* Beginner block */
.wl-beginner-block {
    margin-top: 40px;
}
.wl-beginner-card {
    display: grid;
    grid-template-columns: minmax(280px, 42%) 1fr;
    gap: 0;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(6,182,212,.35);
    box-shadow: 0 16px 48px rgba(1,32,77,.18);
    background: var(--wl-hero-gradient);
}
.wl-beginner-card__intro {
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(255,255,255,.1);
}
.wl-beginner-card__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--wl-white);
    background: rgba(16,185,129,.25);
    border: 1px solid rgba(16,185,129,.45);
    border-radius: 999px;
    padding: 5px 12px;
    margin-bottom: 14px;
}
.wl-beginner-card__eyebrow i { color: #6ee7b7; }
.wl-beginner-card__intro h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: clamp(1.25rem, 2.5vw, 1.55rem);
    line-height: 1.3;
    color: var(--wl-white);
    margin: 0 0 12px;
}
.wl-beginner-card__intro > p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,.82);
    margin: 0 0 18px;
}
.wl-beginner-card__highlight {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(6,182,212,.3);
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255,255,255,.9);
}
.wl-beginner-card__highlight i {
    color: var(--wl-cyan);
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.wl-beginner-card__list {
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    background: rgba(0,0,0,.12);
}
.wl-beginner-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    transition: border-color .15s, background .15s;
}
.wl-beginner-item:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(6,182,212,.35);
}
.wl-beginner-item__num {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--wl-btn-gradient);
    border: 1px solid rgba(6,182,212,.4);
    font-size: 12px;
    font-weight: 800;
    color: var(--wl-white);
    letter-spacing: .02em;
}
.wl-beginner-item h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--wl-white);
    margin: 0 0 4px;
    line-height: 1.3;
}
.wl-beginner-item p {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255,255,255,.75);
    margin: 0;
}

.wl-beginner-footer {
    text-align: center;
    margin-top: 24px;
}
.wl-beginner-footer__note {
    font-size: 15px;
    font-weight: 600;
    color: var(--wl-primary);
    margin: 0 0 14px;
}

/* Dark panel inside light section (legacy) */
.wl-panel {
    border-radius: 16px;
    padding: 28px 24px;
    margin-top: 8px;
}
.wl-panel--dark {
    background: var(--wl-hero-gradient);
    border: 1px solid rgba(6,182,212,.3);
    box-shadow: 0 12px 40px rgba(1,32,77,.2);
}

/* Light schedule tiles (white section) */
.wl-schedule-grid--light .wl-schedule-card--light {
    background: var(--wl-white);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 16px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(1,32,77,.06);
}
.wl-schedule-card--light i {
    font-size: 2rem;
    color: var(--wl-cyan);
    display: block;
    margin-bottom: 10px;
}
.wl-schedule-card--light h4 {
    font-size: 13px;
    font-weight: 700;
    color: var(--wl-primary);
    margin: 0 0 6px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.wl-schedule-card--light p {
    font-size: 15px;
    font-weight: 600;
    color: var(--wl-text);
    margin: 0;
    line-height: 1.35;
}

/* Curriculum cards */
.wl-curriculum-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.wl-curriculum-card {
    background: var(--wl-white);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px 20px;
    box-shadow: 0 4px 20px rgba(1,32,77,.06);
    position: relative;
}
.wl-curriculum-card__badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--wl-white);
    background: var(--wl-btn-gradient);
    border-radius: 6px;
    padding: 4px 10px;
    margin-bottom: 12px;
}
.wl-curriculum-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--wl-primary);
    margin: 0 0 14px;
    line-height: 1.3;
}
.wl-curriculum-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wl-curriculum-card ul li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    line-height: 1.45;
    color: var(--wl-text);
    margin-bottom: 8px;
}
.wl-curriculum-card ul li i { color: var(--wl-success); flex-shrink: 0; margin-top: 3px; }

/* Workshop overview card */
.wl-workshop-section {
    padding: 56px 0;
}
.wl-section--dark.wl-workshop-section {
    background: var(--wl-hero-gradient);
}
.wl-workshop-section .wl-wrap {
    max-width: 1140px;
}
.wl-workshop-card {
    display: grid;
    grid-template-columns: minmax(300px, 42%) 1fr;
    gap: 0;
    width: 100%;
    background: var(--wl-white);
    border: 2px solid rgba(6,182,212,.25);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.wl-workshop-card__media {
    position: relative;
    background: var(--wl-primary-dark);
    min-height: 100%;
}
.wl-workshop-card__media img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}
.wl-workshop-card__badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: var(--wl-white);
    background: rgba(1,32,77,.85);
    border: 1px solid rgba(6,182,212,.45);
    border-radius: 999px;
    padding: 6px 14px;
    backdrop-filter: blur(6px);
}
.wl-workshop-card__badge i { color: var(--wl-cyan); }

.wl-workshop-card__body {
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wl-workshop-card__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--wl-cyan);
    background: rgba(6,182,212,.1);
    border: 1px solid rgba(6,182,212,.25);
    border-radius: 6px;
    padding: 4px 10px;
    margin-bottom: 12px;
}
.wl-workshop-card__title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    line-height: 1.3;
    color: var(--wl-primary);
    margin: 0 0 10px;
}
.wl-workshop-card__subtitle {
    font-size: 15px;
    line-height: 1.55;
    color: var(--wl-muted);
    margin: 0 0 22px;
}

.wl-workshop-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}
.wl-workshop-detail {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}
.wl-workshop-detail__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(1,47,98,.08), rgba(6,182,212,.12));
    border-radius: 10px;
    color: var(--wl-primary);
    font-size: 1.1rem;
}
.wl-workshop-detail__label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 2px;
}
.wl-workshop-detail strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--wl-primary);
    line-height: 1.35;
}

.wl-workshop-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.wl-workshop-tags span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: var(--wl-primary);
    background: rgba(6,182,212,.08);
    border: 1px solid rgba(6,182,212,.2);
    border-radius: 999px;
    padding: 6px 12px;
}
.wl-workshop-tags i { color: var(--wl-cyan); font-size: 13px; }

.wl-workshop-card .wl-cta-wrap { margin-top: auto; padding-top: 4px; }
.wl-workshop-card .wl-cta { width: 100%; max-width: none; }

/* Top announcement bar */
.wl-topbar {
    background: linear-gradient(90deg, var(--wl-amber), var(--wl-cyan));
    padding: 8px 15px;
    text-align: center;
}
.wl-topbar p {
    margin: 0;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
    color: var(--wl-primary-dark);
    line-height: 1.3;
}

/* Typography */
.wl-h1-gold {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: clamp(1.55rem, 3.5vw, 2.35rem);
    line-height: 1.25;
    color: var(--wl-white);
    text-align: center;
    margin: 0 0 12px;
    text-shadow: 0 2px 12px rgba(0,0,0,.35);
}
.wl-h1-gold u, .wl-h1-gold .wl-underline {
    color: var(--wl-cyan);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.wl-sub-gold {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: clamp(.95rem, 2vw, 1.05rem);
    line-height: 1.35;
    text-align: center;
    margin: 0 0 16px;
    color: rgba(255,255,255,.92);
}
.wl-sub-gold em, .wl-sub-gold .gold { color: var(--wl-cyan); font-style: normal; }

.wl-heading-dark {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.25;
    text-align: center;
    color: var(--wl-primary);
    margin: 0 0 14px;
}

.wl-heading-white {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    line-height: 1.3;
    text-align: center;
    color: var(--wl-white);
    margin: 0 0 12px;
}

.wl-heading-gold-sm {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: var(--wl-cyan);
    text-align: center;
    margin: 0 0 8px;
}

.wl-text-center { text-align: center; }
.wl-text-muted { color: rgba(255,255,255,.75); font-size: 14px; }
.wl-text-dark { color: var(--wl-muted); font-size: 15px; line-height: 1.5; }

/* Rating badge */
.wl-rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(6,182,212,.35);
    border-radius: 7px;
    padding: 7px 18px;
    margin: 10px auto 16px;
}
.wl-rating-badge img { height: 28px; width: auto; }
.wl-rating-badge span {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: var(--wl-cyan);
    letter-spacing: .02em;
}

/* Hero layout — cards + CTA left, video right */
.wl-hero-layout {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 14px;
    align-items: start;
    margin-top: 12px;
}
.wl-hero-left {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.wl-hero-left .wl-trust-line { margin-top: 14px; margin-bottom: 4px; }
.wl-hero-left .wl-cta-wrap { margin: 4px 0 8px; }
.wl-hero-left .wl-expiry-red { margin-bottom: 0; }

/* Disclaimer — inside hero */
.wl-disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 820px;
    margin: 28px auto 0;
    padding: 14px 18px;
    text-align: left;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(6,182,212,.28);
    border-radius: 12px;
    backdrop-filter: blur(4px);
}
.wl-disclaimer i {
    flex-shrink: 0;
    font-size: 1.15rem;
    color: var(--wl-cyan);
    margin-top: 1px;
}
.wl-disclaimer p {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: 1.55;
    color: rgba(255,255,255,.9);
    margin: 0;
}

/* Mentor section — white background */
.wl-section--mentor {
    background: var(--wl-white);
    padding: 48px 0 56px;
    color: var(--wl-text);
}
.wl-section--mentor .wl-mentor-box {
    background: var(--wl-white);
    border: 2px solid rgba(1,47,98,.12);
    box-shadow: 0 12px 40px rgba(1,32,77,.08);
}
.wl-section--mentor .wl-mentor-box__label {
    background: var(--wl-white);
    color: var(--wl-primary);
    border-color: rgba(6,182,212,.4);
    font-style: normal;
    font-weight: 700;
}
.wl-section--mentor .wl-mentor-profile__info h3 {
    color: var(--wl-primary);
}
.wl-section--mentor .wl-mentor-profile__credentials {
    color: var(--wl-secondary);
}
.wl-section--mentor .wl-mentor-profile__bio {
    color: var(--wl-muted);
}
.wl-section--mentor .wl-mentor-profile__points li {
    color: var(--wl-text);
}
.wl-section--mentor .wl-mentor-profile__points li i {
    color: var(--wl-success);
}
.wl-section--mentor .wl-mentor-stat {
    background: #f8fafc;
    border-color: #e2e8f0;
}
.wl-section--mentor .wl-mentor-stat h4 {
    color: var(--wl-primary);
}
.wl-section--mentor .wl-mentor-stat p {
    color: var(--wl-muted);
    font-style: normal;
}

/* Mentor box — reference layout */
.wl-mentor-box {
    position: relative;
    border: 2px solid rgba(6,182,212,.45);
    border-radius: 12px;
    padding: 28px 20px 20px;
    margin: 0 auto;
    max-width: 980px;
    background: transparent;
}
.wl-mentor-box__label {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--wl-primary-dark);
    border: 2px solid rgba(6,182,212,.45);
    border-radius: 6px;
    padding: 6px 16px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: clamp(.85rem, 2vw, 1rem);
    font-style: italic;
    color: var(--wl-cyan);
    white-space: nowrap;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wl-mentor-profile {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    align-items: start;
}
.wl-mentor-profile__photo img {
    width: 100%;
    border-radius: 10px;
    border: 2px solid rgba(6,182,212,.3);
    display: block;
    object-fit: cover;
    aspect-ratio: 4/5;
}
.wl-mentor-profile__info h3 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    color: var(--wl-white);
    margin: 0 0 10px;
    line-height: 1.25;
}
.wl-mentor-profile__credentials {
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    color: rgba(255,255,255,.95);
    margin: 0 0 12px;
}
.wl-mentor-profile__bio {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255,255,255,.88);
    margin: 0 0 14px;
}
.wl-mentor-profile__points {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}
.wl-mentor-profile__points li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255,255,255,.9);
    margin-bottom: 6px;
}
.wl-mentor-profile__points li i {
    color: var(--wl-cyan);
    flex-shrink: 0;
    margin-top: 2px;
}
.wl-mentor-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.wl-mentor-stat {
    text-align: center;
    padding: 12px 8px;
    border: 1px solid rgba(6,182,212,.3);
    border-radius: 8px;
    background: rgba(1,32,77,.35);
}
.wl-mentor-stat__icon {
    display: block;
    font-size: 2rem;
    margin-bottom: 6px;
    line-height: 1;
}
.wl-mentor-stat h4 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: .95rem;
    color: var(--wl-cyan);
    margin: 0 0 4px;
    line-height: 1.2;
}
.wl-mentor-stat p {
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: rgba(255,255,255,.85);
    margin: 0;
    line-height: 1.3;
}
.wl-featured-label {
    text-align: center;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: var(--wl-white);
    margin: 24px 0 12px;
}

.wl-hero-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 8px;
}
.wl-info-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 12px;
    min-height: 84px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(6,182,212,.3);
    border-radius: 12px;
    backdrop-filter: blur(4px);
    transition: border-color .15s, background .15s, transform .15s;
}
.wl-info-card:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(6,182,212,.5);
    transform: translateY(-1px);
}
.wl-info-card__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(1,47,98,.9), rgba(3,64,120,.9));
    border: 1px solid rgba(6,182,212,.35);
    border-radius: 12px;
    font-size: 1.25rem;
    color: var(--wl-cyan);
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.wl-info-card__content {
    flex: 1;
    min-width: 0;
    text-align: left;
}
.wl-info-card__label {
    display: block;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(6,182,212,.95);
    margin-bottom: 3px;
    line-height: 1.2;
}
.wl-info-card__value {
    display: block;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    color: var(--wl-white);
    word-break: break-word;
}

/* Legacy info card body */
.wl-info-card__body {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.25;
    color: var(--wl-white);
    text-align: left;
}
.wl-info-card__body u { color: var(--wl-cyan); text-decoration: underline; }

.wl-trust-line {
    font-family: Inter, sans-serif;
    font-size: clamp(.95rem, 2vw, 1.05rem);
    font-style: italic;
    text-align: center;
    color: #fff;
    margin: 18px auto 6px;
    max-width: 720px;
    line-height: 1.45;
}
.wl-trust-line u {
    color: var(--wl-cyan);
    font-style: italic;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.wl-expiry-red {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    color: #fff;
    margin: 10px 0 0;
}
.wl-expiry-red em { font-style: italic; }
.wl-expiry-red strong { color: #ff2b2b; font-weight: 700; font-style: normal; }

/* Video / hero media */
.wl-video-wrap {
    border: 3px solid rgba(6,182,212,.5);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #000;
    margin-top: 0;
    box-shadow: 0 8px 30px rgba(0,0,0,.45);
}
.wl-video-wrap img, .wl-video-wrap video, .wl-video-player {
    width: 100%;
    display: block;
    aspect-ratio: 16/10;
    object-fit: cover;
}
.wl-video-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    background: #000;
}
.wl-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.wl-video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.25);
    cursor: pointer;
    border: 0;
}
.wl-video-play i {
    font-size: 4rem;
    color: #ff0000;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,.5));
}
.wl-video-label {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 2;
}
.wl-video-label img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; background: #fff; }
.wl-video-label div {
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,.8);
    line-height: 1.2;
}
.wl-video-label small { font-weight: 400; opacity: .9; }

/* CTA button — KP Expert primary */
.wl-cta {
    display: inline-block;
    width: min(100%, 520px);
    max-width: 100%;
    padding: 12px 28px;
    margin: 10px auto 8px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: clamp(1rem, 2.2vw, 1.35rem);
    color: var(--wl-white) !important;
    text-decoration: none !important;
    text-align: center;
    border-radius: 54px;
    border: 2px solid rgba(6,182,212,.4);
    background: var(--wl-btn-gradient);
    box-shadow: 0 4px 20px rgba(1,32,77,.35);
    transition: transform .15s, box-shadow .15s, background .15s;
}
.wl-cta:hover {
    color: var(--wl-white);
    background: var(--wl-btn-gradient-hover);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(6,182,212,.35);
}
.wl-cta__sub {
    display: block;
    font-size: 12px;
    font-weight: 400;
    opacity: .92;
    margin-top: 4px;
}
.wl-cta-wrap { text-align: center; padding: 8px 0; }

/* Expiry banner */
.wl-expiry {
    background: var(--wl-card-gradient);
    border: 1px solid rgba(6,182,212,.25);
    border-radius: 5px;
    padding: 10px 16px;
    margin: 12px auto;
    max-width: 680px;
    text-align: center;
}
.wl-expiry p {
    margin: 0;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: var(--wl-cyan);
}

/* Mentor / stats row */
.wl-mentor-head {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: clamp(1.2rem, 2.5vw, 1.65rem);
    color: #fff;
    text-align: center;
    margin: 0 0 16px;
}
.wl-mentor-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 16px 0;
}
.wl-stat-card {
    text-align: center;
    padding: 12px 8px;
}
.wl-stat-card img, .wl-stat-card .wl-stat-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin: 0 auto 8px;
    display: block;
    font-size: 2.5rem;
}
.wl-stat-card h4 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--wl-cyan);
    margin: 0 0 4px;
}
.wl-stat-card p {
    font-family: Inter, sans-serif;
    font-size: 13px;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.wl-instructor-hero {
    text-align: center;
    margin: 20px 0;
}
.wl-instructor-hero img {
    max-width: 280px;
    width: 100%;
    border-radius: 12px;
    border: 3px solid rgba(255,255,255,.2);
}

/* Featured logos */
.wl-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 16px 0;
}
.wl-logos img { max-height: 56px; width: auto; opacity: .95; }

/* Pain points — white section */
.wl-pain-list {
    list-style: none;
    padding: 0;
    margin: 16px auto;
    max-width: 720px;
}
.wl-pain-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 8px;
    text-align: left;
}
.wl-pain-list li i { color: var(--wl-success); font-size: 1.1rem; margin-top: 2px; flex-shrink: 0; }

.wl-truth-box {
    max-width: 720px;
    margin: 20px auto;
    padding: 16px 20px;
    background: var(--wl-card-gradient);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    color: #fff;
    text-align: center;
}
.wl-truth-box h3 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    margin: 0 0 10px;
    text-decoration: underline;
}
.wl-truth-box p { margin: 0; font-size: 15px; line-height: 1.5; }

/* Workshop intro cards */
.wl-schedule-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 20px 0;
}
.wl-schedule-card {
    background: var(--wl-card-gradient);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    padding: 16px 12px;
    text-align: center;
}
.wl-schedule-card img { width: 56px; height: 56px; object-fit: contain; margin-bottom: 8px; }
.wl-schedule-card h4 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: var(--wl-cyan);
    margin: 0 0 6px;
    text-decoration: underline;
}
.wl-schedule-card p {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.wl-banner-img {
    display: block;
    max-width: 720px;
    width: 100%;
    margin: 16px auto;
    border-radius: 10px;
}

/* Day curriculum */
.wl-day-block {
    margin: 24px 0;
    padding: 0 10px;
}
.wl-day-block img.wl-day-img {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto 14px;
    border-radius: 8px;
}
.wl-day-block h3 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    color: #000;
    text-align: left;
    margin: 0 0 10px;
    text-decoration: underline;
}
.wl-day-block ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    max-width: 90%;
}
.wl-day-block ul li {
    display: flex;
    gap: 10px;
    font-family: Inter, sans-serif;
    font-size: 15px;
    color: #000;
    margin-bottom: 6px;
    line-height: 1.4;
}
.wl-day-block ul li i { color: var(--wl-success); flex-shrink: 0; margin-top: 3px; }
.wl-day-block .wl-session-label {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
    color: #000;
    margin: 12px 0 8px;
}

/* Bonuses */
.wl-section--bonuses {
    background: linear-gradient(180deg, #fff 0%, #f0f7ff 100%);
    padding: 56px 0;
}
.wl-bonus-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 36px;
}
.wl-bonus-header__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #92400e;
    background: rgba(245,158,11,.15);
    border: 1px solid rgba(245,158,11,.35);
    border-radius: 999px;
    padding: 5px 14px;
    margin-bottom: 14px;
}
.wl-bonus-header__eyebrow i { color: var(--wl-amber); }
.wl-bonus-header h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    line-height: 1.25;
    color: var(--wl-primary);
    margin: 0 0 10px;
}
.wl-bonus-header p {
    font-size: 15px;
    line-height: 1.55;
    color: var(--wl-muted);
    margin: 0;
}

.wl-bonus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 28px;
}
.wl-bonus-card {
    display: flex;
    flex-direction: column;
    background: var(--wl-white);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 24px rgba(1,32,77,.08);
    transition: transform .15s, box-shadow .15s, border-color .15s;
}
.wl-bonus-card:hover {
    transform: translateY(-3px);
    border-color: rgba(6,182,212,.35);
    box-shadow: 0 12px 36px rgba(1,32,77,.12);
}
.wl-bonus-card__top {
    position: relative;
    padding: 28px 20px 24px;
    background: linear-gradient(135deg, #012f62 0%, #034078 100%);
    text-align: center;
}
.wl-bonus-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--wl-white);
    background: rgba(245,158,11,.9);
    border-radius: 6px;
    padding: 3px 8px;
}
.wl-bonus-card__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    border: 2px solid rgba(6,182,212,.4);
    font-size: 1.75rem;
    color: var(--wl-cyan);
}
.wl-bonus-card__body {
    flex: 1;
    padding: 20px 18px 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.wl-bonus-card__body h3 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.45;
    color: var(--wl-primary);
    margin: 0 0 12px;
    flex: 1;
}
.wl-bonus-card__value {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #b91c1c;
    background: rgba(220,38,38,.08);
    border: 1px solid rgba(220,38,38,.2);
    border-radius: 999px;
    padding: 5px 12px;
    margin: 0 auto;
}

.wl-bonus-pricing {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    max-width: 820px;
    margin: 0 auto 28px;
    background: var(--wl-white);
    border: 2px solid rgba(1,47,98,.12);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(1,32,77,.08);
}
.wl-bonus-pricing__item {
    flex: 1;
    min-width: 160px;
    text-align: center;
    padding: 20px 16px;
}
.wl-bonus-pricing__item span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--wl-muted);
    margin-bottom: 6px;
}
.wl-bonus-pricing__item strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--wl-primary);
    line-height: 1.2;
}
.wl-bonus-pricing__strike {
    text-decoration: line-through;
    color: #94a3b8 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}
.wl-bonus-pricing__item--offer {
    background: linear-gradient(135deg, rgba(1,47,98,.06), rgba(6,182,212,.1));
}
.wl-bonus-pricing__item--offer strong {
    color: var(--wl-cyan);
    font-size: 1.5rem;
}
.wl-bonus-pricing__divider {
    width: 1px;
    background: #e2e8f0;
    align-self: stretch;
}

.wl-bonus-footer { text-align: center; }

/* Legacy bonus styles */
.wl-bonus-card img { width: 100%; aspect-ratio: 850/600; object-fit: cover; }
.wl-bonus-val {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ce0000;
    margin: 0 12px 14px;
}
.wl-price-summary {
    text-align: center;
    margin: 20px 0;
}
.wl-price-summary h3 {
    font-family: Inter, sans-serif;
    font-size: 1.1rem;
    color: #000;
    margin: 6px 0;
}
.wl-price-summary .strike { text-decoration: line-through; opacity: .7; }
.wl-price-summary .offer { color: var(--wl-primary); font-weight: 800; font-size: 1.25rem; }

/* Audience — who should attend */
.wl-audience-section { padding: 48px 0; }
.wl-audience-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 32px;
}
.wl-audience-header h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    line-height: 1.25;
    color: var(--wl-primary);
    margin: 0 0 10px;
}
.wl-audience-header p {
    font-size: 15px;
    line-height: 1.55;
    color: var(--wl-muted);
    margin: 0;
}

.wl-audience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 960px;
    margin: 0 auto;
}
.wl-audience-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 18px;
    background: var(--wl-white);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(1,32,77,.06);
    transition: transform .15s, border-color .15s, box-shadow .15s;
}
.wl-audience-card:hover {
    transform: translateY(-2px);
    border-color: rgba(6,182,212,.35);
    box-shadow: 0 10px 32px rgba(1,32,77,.1);
}
.wl-audience-card__icon {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--wl-primary), var(--wl-secondary));
    color: var(--wl-white);
    font-size: 1.35rem;
    box-shadow: 0 4px 14px rgba(1,32,77,.2);
}
.wl-audience-card__content { flex: 1; min-width: 0; }
.wl-audience-card__content h3 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--wl-primary);
    margin: 0 0 6px;
    line-height: 1.3;
}
.wl-audience-card__content p {
    font-size: 14px;
    line-height: 1.55;
    color: var(--wl-muted);
    margin: 0;
}

.wl-audience-footer {
    text-align: center;
    margin-top: 28px;
    padding-top: 8px;
}

/* Legacy who grid (unused) */
.wl-who-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 20px 0;
}
.wl-who-card {
    text-align: center;
    background: var(--wl-white);
    border-radius: 14px;
    padding: 20px 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(1,32,77,.05);
    transition: transform .15s, border-color .15s;
}
.wl-who-card:hover {
    transform: translateY(-2px);
    border-color: rgba(6,182,212,.4);
}
.wl-who-card .wl-who-icon,
.wl-who-card img.wl-who-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(1,47,98,.08), rgba(6,182,212,.12));
    font-size: 1.75rem;
    color: var(--wl-primary);
}
.wl-who-card h4 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--wl-primary);
    margin: 0;
    line-height: 1.3;
}

/* Reviews */
.wl-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 20px 0;
}
.wl-review-card {
    background: rgba(255,255,255,.97);
    border-radius: 14px;
    padding: 20px;
    color: var(--wl-primary);
    border: 1px solid rgba(6,182,212,.2);
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
}
.wl-review-card .stars { color: var(--wl-amber); margin-bottom: 8px; }
.wl-review-card p { font-size: 14px; line-height: 1.5; margin: 0 0 10px; font-style: italic; }
.wl-review-card strong { font-size: 14px; display: block; }
.wl-review-card span { font-size: 12px; color: #666; }

/* Coach section */
.wl-coach-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 28px;
    align-items: start;
    margin: 20px 0;
}
.wl-coach-grid img {
    width: 100%;
    border-radius: 12px;
    border: 3px solid rgba(255,255,255,.15);
}
.wl-coach-grid h3 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--wl-cyan);
    margin: 0 0 8px;
}
.wl-coach-grid h4 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.4;
}
.wl-coach-grid p { font-size: 15px; line-height: 1.6; color: #dedede; margin: 0 0 10px; }

.wl-cred-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 16px 0;
}
.wl-cred-grid img { width: 100%; border-radius: 6px; border: 1px solid rgba(255,255,255,.1); }

/* Guarantee */
.wl-section--guarantee {
    background: var(--wl-hero-gradient);
    padding: 56px 0;
}
.wl-guarantee-card {
    display: grid;
    grid-template-columns: minmax(240px, 320px) 1fr;
    gap: 0;
    width: 100%;
    background: var(--wl-white);
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(6,182,212,.3);
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.wl-guarantee-card__visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 36px 24px;
    background: linear-gradient(160deg, #012f62 0%, #034078 100%);
    color: var(--wl-white);
}
.wl-guarantee-shield {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    border: 2px solid rgba(6,182,212,.45);
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.wl-guarantee-shield i {
    font-size: 2.75rem;
    color: var(--wl-cyan);
}
.wl-guarantee-card__badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--wl-white);
    background: rgba(16,185,129,.25);
    border: 1px solid rgba(16,185,129,.5);
    border-radius: 999px;
    padding: 6px 16px;
    margin-bottom: 8px;
}
.wl-guarantee-card__tagline {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,.75);
    margin: 0;
    letter-spacing: .02em;
}

.wl-guarantee-card__content {
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wl-guarantee-card__content h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    line-height: 1.3;
    color: var(--wl-primary);
    margin: 0 0 12px;
}
.wl-guarantee-card__lead {
    font-size: 15px;
    line-height: 1.55;
    color: var(--wl-text);
    margin: 0 0 12px;
}
.wl-guarantee-card__lead strong { color: var(--wl-primary); }
.wl-guarantee-card__text {
    font-size: 14px;
    line-height: 1.6;
    color: var(--wl-muted);
    margin: 0 0 18px;
}
.wl-guarantee-points {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.wl-guarantee-points li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--wl-primary);
    background: rgba(16,185,129,.08);
    border: 1px solid rgba(16,185,129,.25);
    border-radius: 999px;
    padding: 6px 12px;
}
.wl-guarantee-points i { color: var(--wl-success); font-size: 14px; }

.wl-guarantee-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}
.wl-guarantee-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--wl-primary);
}
.wl-guarantee-meta i { color: var(--wl-cyan); }

.wl-guarantee-footer {
    text-align: center;
    margin-top: 28px;
}

/* Legacy guarantee */
.wl-guarantee {
    background: var(--wl-white);
    color: var(--wl-text);
    border-radius: 16px;
    padding: 32px 24px;
    margin: 0 auto;
    max-width: 820px;
    text-align: center;
    border: 2px solid rgba(6,182,212,.25);
    box-shadow: 0 8px 32px rgba(1,32,77,.08);
}
.wl-guarantee h3 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0 0 10px;
    color: var(--wl-primary);
}
.wl-guarantee p { font-size: 14px; line-height: 1.6; margin: 0; color: var(--wl-muted); }

/* FAQ */
.wl-faq-item {
    background: var(--wl-white);
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(1,32,77,.04);
}
.wl-faq-q {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #fff;
    border: 0;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: var(--wl-primary);
    text-align: left;
    cursor: pointer;
}
.wl-faq-q span:last-child { font-size: 1.4rem; color: var(--wl-cyan); flex-shrink: 0; }
.wl-faq-a {
    display: none;
    padding: 0 16px 14px;
    font-size: 14px;
    line-height: 1.55;
    color: #333;
}
.wl-faq-a.show { display: block; }

/* Register section */
.wl-section--register {
    background: var(--wl-white);
    padding: 56px 0;
    color: var(--wl-text);
}

.wl-register-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 36px;
}
.wl-register-header h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: clamp(1.4rem, 2.8vw, 1.9rem);
    color: var(--wl-primary);
    margin: 0 0 10px;
    line-height: 1.25;
}
.wl-register-header p {
    font-size: 15px;
    line-height: 1.55;
    color: var(--wl-muted);
    margin: 0;
}
.wl-register-header .wl-section-head__eyebrow {
    background: rgba(6,182,212,.1);
    border-color: rgba(6,182,212,.25);
    color: var(--wl-cyan);
}

.wl-register-layout {
    display: grid;
    grid-template-columns: minmax(280px, 360px) 1fr;
    gap: 24px;
    align-items: start;
}

.wl-price-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px 20px;
    margin-bottom: 16px;
}
.wl-price-card__label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--wl-cyan);
    margin-bottom: 8px;
}
.wl-price-card__amount {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 8px;
}
.wl-price-card__offer {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--wl-primary);
    line-height: 1;
}
.wl-price-card__compare {
    font-size: 1rem;
    color: #94a3b8;
    text-decoration: line-through;
}
.wl-price-card__note {
    font-size: 13px;
    color: var(--wl-muted);
    margin: 0 0 16px;
    line-height: 1.45;
}
.wl-price-card__perks {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #e2e8f0;
    padding-top: 14px;
}
.wl-price-card__perks li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: var(--wl-text);
    margin-bottom: 8px;
    line-height: 1.4;
}
.wl-price-card__perks i { color: var(--wl-success); flex-shrink: 0; margin-top: 2px; }

.wl-payment-panel {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
}
.wl-payment-panel__step {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.wl-payment-panel__badge {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--wl-white);
    background: var(--wl-btn-gradient);
    border-radius: 6px;
    padding: 4px 10px;
    flex-shrink: 0;
}
.wl-payment-panel h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--wl-primary);
    margin: 0;
}
.wl-payment-panel__hint {
    font-size: 13px;
    color: var(--wl-muted);
    margin: 16px 0 0;
    line-height: 1.45;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
}
.wl-payment-panel__hint strong { color: var(--wl-primary); }

.wl-qr-box {
    text-align: center;
    background: var(--wl-white);
    border-radius: 12px;
    padding: 16px;
}
.wl-qr-box img {
    max-width: 180px;
    width: 100%;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}
.wl-qr-box p {
    margin: 12px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--wl-primary);
}
.wl-qr-box i { color: var(--wl-cyan); margin-right: 4px; }

.wl-bank {
    background: var(--wl-white);
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 14px;
    font-size: 13px;
}
.wl-bank__title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--wl-cyan);
    margin: 0 0 10px;
}
.wl-bank div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    border-bottom: 1px solid #e8edf2;
}
.wl-bank div:last-child { border-bottom: 0; }
.wl-bank span { color: var(--wl-muted); flex-shrink: 0; }
.wl-bank strong { color: var(--wl-primary); text-align: right; word-break: break-all; }

.wl-register-form-card {
    background: var(--wl-white);
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 8px 32px rgba(1,32,77,.08);
    border: 1px solid #e2e8f0;
}
.wl-register-form-card__head {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8edf2;
}
.wl-register-form-card__head h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--wl-primary);
    margin: 0 0 4px;
}
.wl-register-form-card__head p {
    font-size: 13px;
    color: var(--wl-muted);
    margin: 0;
}

.wl-form-section { margin-bottom: 24px; }
.wl-form-section__title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--wl-cyan);
    margin: 0 0 14px;
}
.wl-form-field { margin-bottom: 16px; }
.wl-form-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--wl-primary);
    margin-bottom: 6px;
}
.wl-required { color: #dc2626; }
.wl-input {
    width: 100%;
    font-family: Inter, sans-serif;
    font-size: 15px;
    color: var(--wl-text);
    background: #f8fafc;
    border: 1px solid #d1d9e6;
    border-radius: 10px;
    padding: 12px 14px;
    transition: border-color .15s, box-shadow .15s, background .15s;
}
.wl-input::placeholder { color: #94a3b8; }
.wl-input:hover { border-color: #b8c5d6; }
.wl-input:focus {
    outline: none;
    border-color: var(--wl-cyan);
    background: var(--wl-white);
    box-shadow: 0 0 0 3px rgba(6,182,212,.15);
}
.wl-input.is-invalid {
    border-color: #dc2626;
    background: #fef2f2;
}
.wl-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.wl-field-error {
    display: block;
    font-size: 12px;
    color: #dc2626;
    margin-top: 6px;
}

.wl-file-upload { position: relative; }
.wl-file-upload__input {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}
.wl-file-upload__label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 24px 16px;
    background: #f8fafc;
    border: 2px dashed #c5d0de;
    border-radius: 12px;
    cursor: pointer;
    transition: border-color .15s, background .15s;
    text-align: center;
}
.wl-file-upload__label:hover,
.wl-file-upload__label.has-file {
    border-color: var(--wl-cyan);
    background: rgba(6,182,212,.06);
}
.wl-file-upload__label i {
    font-size: 1.75rem;
    color: var(--wl-cyan);
    margin-bottom: 4px;
}
.wl-file-upload__text {
    font-size: 14px;
    font-weight: 600;
    color: var(--wl-primary);
}
.wl-file-upload__hint {
    font-size: 12px;
    color: var(--wl-muted);
}

.wl-screenshot-preview {
    margin-top: 12px;
    text-align: center;
}
.wl-screenshot-preview img {
    max-width: 200px;
    max-height: 160px;
    border-radius: 10px;
    border: 2px solid #e2e8f0;
    object-fit: contain;
    background: #f8fafc;
}

.wl-register-submit {
    width: 100%;
    display: block;
    padding: 16px 24px;
    margin-top: 8px;
    font-family: Inter, sans-serif;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    background: var(--wl-btn-gradient);
    color: var(--wl-white);
    box-shadow: 0 6px 24px rgba(1,32,77,.3);
    transition: transform .15s, box-shadow .15s;
}
.wl-register-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 32px rgba(6,182,212,.35);
}
.wl-register-submit__main {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
}
.wl-register-submit__sub {
    display: block;
    font-size: 12px;
    font-weight: 400;
    opacity: .9;
    margin-top: 4px;
}

.wl-alert {
    max-width: 720px;
    margin: 0 auto 20px;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.45;
}
.wl-alert--success {
    background: #ecfdf5;
    border: 1px solid #6ee7b7;
    color: #065f46;
}
.wl-alert--danger {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}
.wl-alert--warning {
    background: #fffbeb;
    border: 1px solid #fcd34d;
    color: #92400e;
    text-align: center;
}

/* Legacy register (unused) */
.wl-register {
    background: var(--wl-card-gradient);
    border: 1px solid rgba(6,182,212,.3);
    border-radius: 16px;
    padding: 32px 24px;
    margin: 0 auto;
    max-width: 640px;
    box-shadow: 0 12px 40px rgba(1,32,77,.25);
}
.wl-register h3 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: var(--wl-cyan);
    text-align: center;
    margin: 0 0 8px;
}
.wl-register .form-label { color: #fff; font-size: 14px; }
.wl-register .form-control {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 12px;
}
.wl-register .form-control:focus {
    border-color: var(--wl-cyan);
    box-shadow: 0 0 0 3px rgba(6,182,212,.2);
}

/* Footer */
.wl-footer {
    padding: 24px 15px 100px;
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,.65);
    line-height: 1.5;
}
.wl-footer p { margin: 0 0 8px; }

/* Sticky bottom bar */
.wl-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: var(--wl-btn-gradient);
    border-top: 2px solid rgba(6,182,212,.4);
    padding: 10px 15px calc(10px + env(safe-area-inset-bottom, 0px));
    text-align: center;
    box-shadow: 0 -4px 20px rgba(0,0,0,.35);
}
.wl-sticky-bar a {
    display: block;
    color: #fff !important;
    text-decoration: none !important;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: clamp(.85rem, 2.5vw, 1rem);
    line-height: 1.3;
    word-break: break-word;
}
.wl-sticky-bar small {
    display: block;
    font-weight: 400;
    font-size: clamp(10px, 2.2vw, 11px);
    opacity: .9;
    margin-top: 2px;
    line-height: 1.35;
}

/* Divider note */
.wl-note-bar {
    background: var(--wl-bg);
    color: var(--wl-text);
    text-align: center;
    padding: 12px 16px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 15px;
    font-style: italic;
}

/* ============================================================
   Responsive — tablet & mobile
   ============================================================ */
@media (max-width: 991px) {
    .wl-section { padding: 40px 0; }
    .wl-section--register,
    .wl-section--guarantee,
    .wl-workshop-section { padding: 40px 0; }

    .wl-hero-layout { grid-template-columns: 1fr; gap: 20px; }
    .wl-hero-left { order: 1; }
    .wl-video-wrap { order: 2; margin-top: 0; }

    .wl-hero-cards { grid-template-columns: 1fr 1fr; gap: 10px; }
    .wl-check-grid { grid-template-columns: 1fr; }

    .wl-mentor-profile { grid-template-columns: 1fr; text-align: center; }
    .wl-mentor-profile__photo { max-width: 260px; margin: 0 auto; }
    .wl-mentor-profile__info { text-align: left; }
    .wl-mentor-profile__points { text-align: left; }
    .wl-mentor-stats { grid-template-columns: repeat(2, 1fr); }
    .wl-mentor-box { padding: 24px 16px 16px; }
    .wl-mentor-box__label {
        white-space: normal;
        text-align: center;
        font-size: .8rem;
        padding: 6px 10px;
        max-width: 92%;
    }

    .wl-pain-card__main { grid-template-columns: 1fr; }
    .wl-pain-card__intro { border-right: 0; border-bottom: 1px solid #e8edf2; padding: 24px 20px; }
    .wl-pain-card__list { padding: 20px; }
    .wl-pain-card__truth { padding: 18px 20px; flex-direction: column; align-items: flex-start; }

    .wl-beginner-card { grid-template-columns: 1fr; }
    .wl-beginner-card__intro { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); padding: 24px 20px; }
    .wl-beginner-card__list { padding: 20px; }

    .wl-workshop-card { grid-template-columns: 1fr; }
    .wl-workshop-card__media img { min-height: 220px; }
    .wl-workshop-card__body { padding: 24px 20px; }
    .wl-workshop-details { grid-template-columns: 1fr 1fr; }

    .wl-curriculum-grid { grid-template-columns: 1fr; }

    .wl-bonus-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
    .wl-bonus-pricing { flex-direction: column; max-width: 100%; }
    .wl-bonus-pricing__divider { width: 100%; height: 1px; }
    .wl-bonus-pricing__item { min-width: 0; width: 100%; }

    .wl-reviews-grid { grid-template-columns: 1fr; }
    .wl-audience-grid { grid-template-columns: 1fr; }
    .wl-audience-card { padding: 18px 16px; }

    .wl-guarantee-card { grid-template-columns: 1fr; }
    .wl-guarantee-card__visual { padding: 24px 20px; }
    .wl-guarantee-card__content { padding: 24px 20px; }

    .wl-register-layout { grid-template-columns: 1fr; }
    .wl-register-form-card { padding: 24px 20px; }
    .wl-form-row { grid-template-columns: 1fr; }

    .wl-schedule-grid { grid-template-columns: 1fr; }
    .wl-who-grid { grid-template-columns: repeat(2, 1fr); }
    .wl-mentor-grid { grid-template-columns: repeat(2, 1fr); }
    .wl-coach-grid { grid-template-columns: 1fr; text-align: center; }
    .wl-coach-grid img { max-width: 260px; margin: 0 auto; }
    .wl-cred-grid { grid-template-columns: repeat(2, 1fr); }

    .wl-cta { width: 100%; max-width: none; }
    .wl-workshop-card .wl-cta { width: 100%; }
}

@media (max-width: 767px) {
    .wl-topbar p { font-size: 15px; padding: 0 4px; }

    .wl-rating-badge {
        flex-direction: column;
        gap: 4px;
        padding: 8px 12px;
        font-size: 11px;
        text-align: center;
    }
    .wl-rating-badge span { font-size: 11px; line-height: 1.35; }

    .wl-h1-gold { font-size: clamp(1.35rem, 6vw, 1.75rem); padding: 0 4px; }
    .wl-sub-gold { font-size: .9rem; padding: 0 4px; }

    .wl-hero-cards { grid-template-columns: 1fr; }
    .wl-info-card { min-height: auto; padding: 12px; }
    .wl-info-card__icon { width: 42px; height: 42px; flex: 0 0 42px; font-size: 1.1rem; }
    .wl-info-card__value { font-size: 13px; }

    .wl-trust-line { font-size: .9rem; }
    .wl-expiry-red { font-size: 13px; }

    .wl-disclaimer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-top: 20px;
        padding: 12px 14px;
    }
    .wl-disclaimer p { font-size: 13px; }

    .wl-video-label {
        flex-wrap: wrap;
        font-size: 12px;
        top: 8px;
        left: 8px;
        right: 8px;
    }
    .wl-video-label img { width: 36px; height: 36px; }
    .wl-video-play i { font-size: 3rem; }

    .wl-workshop-details { grid-template-columns: 1fr; }
    .wl-workshop-card__title { font-size: 1.2rem; }

    .wl-section-head { margin-bottom: 24px; }
    .wl-section-head h2 { font-size: 1.3rem; }

    .wl-bank div {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
    .wl-bank strong { text-align: left; word-break: break-word; }

    .wl-guarantee-meta { flex-direction: column; gap: 8px; }
    .wl-guarantee-points { flex-direction: column; align-items: stretch; }
    .wl-guarantee-points li { justify-content: center; }

    .wl-register-header h2 { font-size: 1.35rem; }
    .wl-price-card__offer { font-size: 1.85rem; }

    .wl-faq-q { font-size: 14px; padding: 12px 14px; }
}

@media (max-width: 575px) {
    .wl-wrap { padding: 0 14px; }
    .wl-section { padding: 32px 0; }

    .wl-topbar { padding: 8px 10px; }
    .wl-topbar p { font-size: 13px; line-height: 1.4; }

    .wl-mentor-stats { grid-template-columns: 1fr 1fr; gap: 8px; }
    .wl-mentor-stat { padding: 10px 6px; }
    .wl-mentor-stat__icon { font-size: 1.5rem; }

    .wl-who-grid { grid-template-columns: 1fr; }
    .wl-mentor-grid { grid-template-columns: 1fr 1fr; }

    .wl-pain-card,
    .wl-beginner-card,
    .wl-workshop-card,
    .wl-guarantee-card,
    .wl-register-form-card,
    .wl-bonus-card,
    .wl-audience-card,
    .wl-curriculum-card {
        border-radius: 14px;
    }

    .wl-pain-item__num,
    .wl-beginner-item__num { width: 28px; height: 28px; font-size: 10px; }

    .wl-cta {
        padding: 12px 14px;
        font-size: .92rem;
        border-radius: 12px;
    }
    .wl-cta__sub { font-size: 11px; line-height: 1.35; }

    .wl-sticky-bar a { font-size: .82rem; }
    .wl-sticky-bar small { font-size: 10px; }

    .wl-footer {
        padding: 24px 14px calc(90px + env(safe-area-inset-bottom, 0px));
        font-size: 11px;
    }

    .wl-bonus-header h2,
    .wl-audience-header h2,
    .wl-register-header h2 { font-size: 1.2rem; }

    .wl-workshop-tags span { font-size: 11px; padding: 5px 10px; }

    .wl-file-upload__label { padding: 18px 12px; }
    .wl-register-submit { padding: 14px 16px; }
    .wl-register-submit__main { font-size: .95rem; }
}

@media (max-width: 399px) {
    .wl-h1-gold { font-size: 1.25rem; }
    .wl-info-card__label { font-size: 9px; }
    .wl-info-card__value { font-size: 12px; }
    .wl-hero-cards { gap: 8px; }
    .wl-mentor-stats { grid-template-columns: 1fr; }
    .wl-bonus-pricing__item strong { font-size: 1.1rem; }
    .wl-bonus-pricing__item--offer strong { font-size: 1.25rem; }
}
