.vibe-page {
    --vibe-blue: #138bc9;
    --vibe-blue-dark: #0d6fa3;
    --vibe-gold: #f7bf47;
    --vibe-ink: #0f172a;
    --vibe-muted: #475569;
    --vibe-line: #e2e8f0;
    --vibe-bg: #f8fafc;
    color: var(--vibe-ink);
    overflow-x: hidden;
}

.vibe-page h1,
.vibe-page h2,
.vibe-page h3 {
    color: var(--vibe-ink);
    font-weight: 800;
    line-height: 1.2;
}

.vibe-page h1 {
    font-size: clamp(1.7rem, 3.4vw, 2.45rem);
    max-width: 18ch;
    margin: 0 0 1rem;
}

.vibe-page h2 {
    font-size: clamp(1.45rem, 2.4vw, 1.9rem);
    text-align: center;
    margin-bottom: 0.75rem;
}

.vibe-page h3 {
    font-size: 1.05rem;
    margin: 0 0 0.4rem;
}

.vibe-lead {
    text-align: center;
    color: var(--vibe-muted);
    max-width: 36rem;
    margin: 0 auto 1.75rem;
    line-height: 1.55;
}

.vibe-section {
    padding: 3.25rem 0;
}

.vibe-hero {
    padding: 3.25rem 0 3rem;
    background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%);
    color: #fff;
}

.vibe-hero-grid {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 992px) {
    .vibe-hero-grid {
        grid-template-columns: 1.05fr 0.95fr;
        gap: 2.5rem;
    }
}

.vibe-hero-copy {
    text-align: left;
}

.vibe-hero-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0 0 1.1rem;
}

.vibe-hero-tools li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    padding: 0.38rem 0.75rem 0.38rem 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(15, 23, 42, 0.22);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
}

.vibe-hero-tools img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.vibe-h1-name {
    display: block;
    font-size: 0.62em;
    font-weight: 700;
    letter-spacing: 0.02em;
    opacity: 0.92;
    margin-bottom: 0.35rem;
}

.vibe-h1-promise {
    display: block;
}

.vibe-hero-visual {
    margin: 0 0 1rem;
}

.vibe-hero-visual img,
.vibe-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1.1rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
}

.vibe-hero-offer .vibe-hero-visual img {
    border-radius: 0.85rem;
    box-shadow: none;
}

.vibe-hero-offer {
    background: #fff;
    color: var(--vibe-ink);
    border-radius: 1.15rem;
    padding: 0.85rem 0.9rem 1.1rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.vibe-hero-offer-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--vibe-blue-dark);
}

.vibe-hero-offer-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    margin: 0 0 0.85rem;
    padding: 0.7rem 0.85rem;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 0.85rem;
}

.vibe-hero-offer-amount {
    font-size: clamp(2.15rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #0f172a;
}

.vibe-hero-offer-note {
    font-size: 0.88rem;
    font-weight: 700;
    color: #92400e;
}

.vibe-hero-offer-cta {
    width: 100%;
    background: var(--vibe-blue);
    color: #fff;
    white-space: nowrap;
}

.vibe-hero-offer .vibe-btn-primary.vibe-hero-offer-cta {
    background: var(--vibe-blue);
    color: #fff;
}

.vibe-hero-offer .vibe-btn-primary.vibe-hero-offer-cta:hover,
.vibe-hero-offer .vibe-btn-primary.vibe-hero-offer-cta:focus {
    background: var(--vibe-blue-dark);
    color: #fff;
}

.vibe-media {
    margin: 0 auto 1.75rem;
    max-width: 52rem;
}

.vibe-media--result {
    margin: 0;
}

.vibe-hero h1,
.vibe-hero .vibe-kicker,
.vibe-hero .vibe-hero-lead {
    color: #fff;
}

.vibe-hero h1 {
    max-width: 14em;
}

.vibe-kicker {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    margin-bottom: 1rem;
}

.vibe-hero-lead {
    font-size: 1.12rem;
    line-height: 1.55;
    max-width: 34rem;
    margin: 0 0 1.5rem;
    opacity: 0.95;
}

.vibe-facts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
}

.vibe-facts li {
    background: rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 0.4rem 0.85rem;
    font-size: 0.88rem;
    font-weight: 600;
}

.vibe-hero-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.75rem;
}

.vibe-price-amount {
    font-weight: 800;
    font-size: 1.35rem;
    color: #b45309;
    letter-spacing: -0.02em;
}

.vibe-price-note {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--vibe-muted);
}

.vibe-btn-primary {
    background: #fff;
    color: var(--vibe-blue-dark);
    font-weight: 800;
    border: none;
    border-radius: 10px;
    padding: 0.85rem 1.4rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
}

.vibe-btn-primary:hover,
.vibe-btn-primary:focus {
    background: #f8fafc;
    color: #0b5f8a;
}

.vibe-btn-ghost {
    background: transparent;
    color: #fff;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 10px;
    padding: 0.85rem 1.4rem;
}

.vibe-btn-ghost:hover,
.vibe-btn-ghost:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.vibe-paths {
    background: #fff;
}

.vibe-paths-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .vibe-paths-grid {
        grid-template-columns: repeat(3, 1fr);
        align-items: stretch;
    }
}

.vibe-path {
    border: 1px solid var(--vibe-line);
    border-radius: 1rem;
    padding: 1.35rem 1.25rem;
    background: var(--vibe-bg);
}

.vibe-path h3,
.vibe-path p {
    margin: 0;
}

.vibe-path p + p,
.vibe-path h3 + p {
    margin-top: 0.45rem;
    color: var(--vibe-muted);
    line-height: 1.5;
}

.vibe-path-label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.45rem;
}

.vibe-path--best {
    background: #fff;
    border: 2px solid var(--vibe-blue);
    box-shadow: 0 12px 32px rgba(19, 139, 201, 0.14);
}

.vibe-path--best .vibe-path-label {
    color: var(--vibe-blue);
    background: rgba(19, 139, 201, 0.1);
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
}

.vibe-result {
    background: var(--vibe-bg);
}

.vibe-result-split {
    display: grid;
    gap: 1.25rem;
    align-items: center;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .vibe-result-split {
        grid-template-columns: 1fr 1fr;
        gap: 1.75rem;
    }
}

.vibe-quotes {
    display: grid;
    gap: 0.85rem;
    margin: 0;
}

.vibe-quote {
    margin: 0;
    padding: 1.1rem 1.15rem;
    border-radius: 1rem;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.4;
}

.vibe-quote span {
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.vibe-quote--before {
    background: #fff;
    border: 1px solid var(--vibe-line);
    color: #64748b;
}

.vibe-quote--after {
    background: #0f172a;
    color: #fff;
}

.vibe-quote--after span {
    color: var(--vibe-gold);
}

.vibe-result-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .vibe-result-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.vibe-result-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1.25rem;
    border: 1px solid var(--vibe-line);
}

.vibe-result-card .bi {
    font-size: 1.35rem;
    color: var(--vibe-blue);
    margin-bottom: 0.55rem;
    display: block;
}

.vibe-result-card p {
    margin: 0;
    color: var(--vibe-muted);
    line-height: 1.5;
    font-size: 0.95rem;
}

.vibe-fit {
    background: #fff;
}

.vibe-fit-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .vibe-fit-grid:not(.vibe-fit-grid--solo) {
        grid-template-columns: 1fr 1fr;
    }
}

.vibe-fit-grid--solo {
    max-width: 38rem;
    margin: 0 auto;
}

.vibe-fit-col {
    border-radius: 1rem;
    padding: 1.4rem 1.35rem;
}

.vibe-fit-col h3 {
    font-size: 1.1rem;
    margin-bottom: 0.85rem;
}

.vibe-fit-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vibe-fit-col li {
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 0.7rem;
    line-height: 1.5;
    color: var(--vibe-muted);
}

.vibe-fit-col li:last-child {
    margin-bottom: 0;
}

.vibe-fit-col--yes {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
}

.vibe-fit-col--yes h3 {
    color: var(--vibe-blue-dark);
}

.vibe-fit-col--yes li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--vibe-blue);
    font-weight: 800;
}

.vibe-fit-col--no {
    background: #f8fafc;
    border: 1px solid var(--vibe-line);
}

.vibe-fit-col--no h3 {
    color: #475569;
}

.vibe-fit-col--no li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #94a3b8;
    font-weight: 800;
}

.vibe-fit-alt {
    margin: 1rem 0 0;
    font-size: 0.92rem;
}

.vibe-fit-alt a {
    color: var(--vibe-blue);
    font-weight: 700;
}

.vibe-weeks {
    background: var(--vibe-bg);
}

.vibe-weeks-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 44rem;
}

.vibe-weeks-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    background: #fff;
    border: 1px solid var(--vibe-line);
    border-radius: 1rem;
    padding: 1rem 1.15rem;
    margin-bottom: 0.65rem;
}

.vibe-week-n {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--vibe-blue);
    background: rgba(19, 139, 201, 0.1);
    border-radius: 999px;
    padding: 0.3rem 0.65rem;
    white-space: nowrap;
}

.vibe-weeks-list h3 {
    margin: 0 0 0.2rem;
}

.vibe-weeks-list p {
    margin: 0;
    color: var(--vibe-muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.vibe-week-tech,
.vibe-week-practice {
    margin-top: 0.45rem !important;
}

.vibe-week-tech strong,
.vibe-week-practice strong {
    color: var(--vibe-ink);
    font-weight: 700;
}

.vibe-week-more {
    margin-top: 0.35rem;
}

.vibe-week-more summary {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--vibe-blue);
    list-style: none;
}

.vibe-week-more summary::-webkit-details-marker {
    display: none;
}

.vibe-week-more summary:hover,
.vibe-week-more summary:focus {
    color: #24b4fb;
}

.vibe-week-more-close {
    display: none;
}

.vibe-week-more[open] .vibe-week-more-open {
    display: none;
}

.vibe-week-more[open] .vibe-week-more-close {
    display: inline;
}

.vibe-week-topics-label {
    margin: 0.75rem 0 0.4rem;
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--vibe-ink);
}

.vibe-week-topics {
    list-style: none;
    padding: 0;
    margin: 0 0 0.75rem;
    display: grid;
    gap: 0.35rem;
}

.vibe-week-topics li {
    position: relative;
    padding-left: 1.15rem;
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.45;
    color: var(--vibe-muted);
}

.vibe-week-topics li::before {
    content: "·";
    position: absolute;
    left: 0.15rem;
    font-weight: 800;
    color: var(--vibe-blue);
}

.vibe-week-result {
    margin-top: 0.55rem !important;
    font-weight: 700;
    color: var(--vibe-ink) !important;
}

.vibe-how {
    background: #fff;
}

.vibe-how-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .vibe-how-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.vibe-how-grid article {
    border: 1px solid var(--vibe-line);
    border-radius: 1rem;
    padding: 1.25rem;
    background: var(--vibe-bg);
}

.vibe-how-grid p {
    margin: 0;
    color: var(--vibe-muted);
    line-height: 1.5;
}

.vibe-coach {
    background: var(--vibe-bg);
}

.vibe-coach-card {
    display: grid;
    gap: 1.25rem;
    max-width: 42rem;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--vibe-line);
    border-radius: 1.15rem;
    padding: 1.5rem;
}

@media (min-width: 640px) {
    .vibe-coach-card {
        grid-template-columns: 96px 1fr;
        align-items: start;
    }
}

.vibe-coach-card img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
}

.vibe-coach-card h2 {
    text-align: left;
    font-size: 1.15rem;
    margin: 0 0 0.25rem;
}

.vibe-coach-name {
    font-weight: 800;
    margin: 0 0 0.5rem;
    color: var(--vibe-blue);
}

.vibe-coach-card p:last-child {
    margin: 0;
    color: var(--vibe-muted);
    line-height: 1.55;
}

.vibe-enroll {
    background: #fff;
}

.vibe-enroll-card {
    max-width: 36rem;
    margin: 0 auto;
    text-align: center;
    border: 2px solid var(--vibe-blue);
    border-radius: 1.15rem;
    padding: 2rem 1.5rem;
    box-shadow: 0 12px 32px rgba(19, 139, 201, 0.1);
}

.vibe-enroll-card .vibe-btn-primary {
    background: var(--vibe-blue);
    color: #fff;
}

.vibe-enroll-card .vibe-btn-primary:hover,
.vibe-enroll-card .vibe-btn-primary:focus {
    background: var(--vibe-blue-dark);
    color: #fff;
}

.vibe-enroll-card p {
    color: var(--vibe-muted);
    margin-bottom: 1.1rem;
}

.vibe-enroll-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    margin: 0.5rem auto 1rem !important;
    padding: 0.85rem 1rem;
    max-width: 18rem;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 0.85rem;
}

.vibe-enroll-price .vibe-price-amount {
    font-size: clamp(2.2rem, 4vw, 2.75rem);
    line-height: 1;
    color: #0f172a;
}

.vibe-enroll-price .vibe-price-note {
    color: #92400e;
    font-weight: 700;
}

.vibe-includes {
    list-style: none;
    padding: 0;
    margin: 0 0 1.4rem;
    display: grid;
    gap: 0.45rem;
    text-align: left;
}

.vibe-includes li {
    padding-left: 1.4rem;
    position: relative;
    color: var(--vibe-ink);
}

.vibe-includes li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--vibe-blue);
    font-weight: 800;
}

.vibe-faq {
    background: var(--vibe-bg);
}

.vibe-faq-list {
    max-width: 40rem;
    margin: 1.25rem auto 0;
}

.vibe-faq-list details {
    background: #fff;
    border: 1px solid var(--vibe-line);
    border-radius: 0.85rem;
    padding: 0.85rem 1rem;
    margin-bottom: 0.55rem;
}

.vibe-faq-list summary {
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}

.vibe-faq-list summary::-webkit-details-marker {
    display: none;
}

.vibe-faq-list details p {
    margin: 0.65rem 0 0;
    color: var(--vibe-muted);
    line-height: 1.55;
}

.vibe-final {
    padding: 3.25rem 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 55%, #138bc9 100%);
    color: #fff;
    text-align: center;
}

.vibe-final h2 {
    color: #fff;
    max-width: 20ch;
    margin-left: auto;
    margin-right: auto;
}

.vibe-final p {
    opacity: 0.9;
    margin-bottom: 1.35rem;
}

.vibe-final-price {
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--vibe-gold) !important;
    opacity: 1 !important;
    margin-bottom: 1.1rem !important;
}

.vibe-btn-primary--on-dark {
    background: #fff;
    color: var(--vibe-blue-dark);
}

@media (max-width: 767px) {
    .vibe-hero {
        padding: 2.5rem 0 2.25rem;
    }

    .vibe-section {
        padding: 2.4rem 0;
    }

    .vibe-page h1 {
        max-width: none;
    }

    .vibe-hero-copy {
        text-align: center;
    }

    .vibe-hero-tools {
        justify-content: center;
    }

    .vibe-hero-cta,
    .vibe-facts {
        justify-content: center;
    }

    .vibe-hero-lead {
        margin-left: auto;
        margin-right: auto;
    }
}
