* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-dark: #1A1A1A;
    --bg-card: #252525;
    --bg-card-hover: #2a2a2a;
    --text-primary: #FFFFFF;
    --text-muted: #E2DED6;
    --accent: #FF4B3A;
    --accent-hover: #ff5c4d;
    --gold: #D4AF37;
    --gold-light: #E8C547;
    --thoughtful: #5C7A6B;
    --border-dark: #333;
    --border-gold: rgba(212, 175, 55, 0.5);
    /* Features title highlight: reddish-orange and orange */
    --highlight-fun: #E05A38;
    --highlight-way: #FF8C42;
}

html {
    font-size: 18px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.nav-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 24px;
}

/* Navigation */
.navbar {
    background: var(--bg-dark);
    border-bottom: 1px solid var(--border-dark);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-links {
    justify-self: start;
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
    margin: 0;
    padding: 0;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--text-primary);
    line-height: 0;
    justify-self: center;
}

.logo-img {
    height: 120px;
    width: auto;
    max-height: 140px;
    object-fit: contain;
}

.nav-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-muted);
    font-weight: 500;
    font-size: 1.0625rem;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: var(--text-primary);
}


.nav-link-btn {
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.2s;
}

.nav-link-btn:hover {
    opacity: 0.8;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.625rem 1.25rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    text-align: center;
    border: 2px solid transparent;
}

.btn-primary {
    background: var(--accent);
    color: var(--text-primary);
}

.btn-primary:hover {
    background: var(--accent-hover);
    transform: translateY(-1px);
}

.btn-outline {
    background: transparent;
    color: var(--text-primary);
    border-color: var(--border-dark);
}

.btn-outline:hover {
    border-color: var(--text-muted);
    background: rgba(255, 255, 255, 0.05);
}

.btn-lg {
    padding: 1.125rem 2.25rem;
    font-size: 1.25rem;
}

.btn-block {
    width: 100%;
    display: block;
}

/* Hero */
.hero {
    padding: 4rem 0 5rem;
    background: var(--bg-dark);
}

.hero-content {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.5rem;
}

.hero-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}

.hero-title .highlight {
    color: var(--accent);
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-muted);
    margin-bottom: 1.75rem;
    line-height: 1.7;
}

.hero-works-with {
    font-size: 0.8125rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

.hero-works-more {
    text-decoration: underline;
}

.hero-platform-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    margin-top: 0.25rem;
    margin-bottom: 2rem;
}

.platform-logo {
    display: block;
    color: #fff;
    fill: currentColor;
}

.platform-netflix {
    height: 1rem;
    width: auto;
}

.platform-youtube {
    height: 1.125rem;
    width: auto;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
}

.hero-platforms {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
}

.hero-browser-icons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.browser-icon {
    font-size: 0.75rem;
    color: var(--text-muted);
    padding: 0.25rem 0.5rem;
    background: var(--bg-card);
    border-radius: 0.25rem;
}

.hero-video {
    max-width: 1320px;
    margin: 0 auto;
}

.hero-demo {
    display: block;
}

.hero-shot {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.015) 100%), var(--bg-card);
    border: 1px solid var(--border-dark);
    border-radius: 0.9rem;
    padding: 1rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.hero-shot--carousel {
    padding-bottom: 0.9rem;
}

/* How it works: warm panel aligned with hero accent + gold (not flat grey card) */
.hero-shot.hero-shot--carousel {
    position: relative;
    background:
        radial-gradient(ellipse 130% 85% at 50% -25%, rgba(255, 75, 58, 0.22) 0%, transparent 52%),
        radial-gradient(ellipse 70% 55% at 105% 95%, rgba(212, 175, 55, 0.1) 0%, transparent 48%),
        linear-gradient(168deg, #1f1c1b 0%, #151312 55%, #121110 100%);
    border: 1px solid rgba(255, 75, 58, 0.28);
    box-shadow:
        0 0 0 1px rgba(212, 175, 55, 0.14),
        0 22px 50px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.hero-shot.hero-shot--carousel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% 120%, rgba(255, 75, 58, 0.06) 0%, transparent 45%);
    pointer-events: none;
}

.hero-shot.hero-shot--carousel > * {
    position: relative;
    z-index: 1;
}

.hero-shot--carousel .carousel__slide.hero-shot {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.018) 100%),
        rgba(10, 10, 10, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 12px 28px rgba(0, 0, 0, 0.35);
}

.hero-shot--carousel .hero-shot-header {
    justify-content: center;
    padding-bottom: 1rem;
    margin-bottom: 0.15rem;
    border-bottom: 1px solid rgba(255, 75, 58, 0.18);
}

.hero-carousel-title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: 0.01em;
}

.hero-shot--carousel .hero-carousel-title {
    font-size: clamp(1.0625rem, 2.2vw, 1.2rem);
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--text-muted);
}

.hero-shot--carousel .hero-carousel-title .hero-carousel-title-accent {
    color: var(--accent);
    font-weight: 800;
}

.hero-shot--carousel .hero-shot-header .hero-carousel-title {
    text-align: center;
}

.hero-shot-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.hero-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 75, 58, 0.16);
    color: var(--text-primary);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.hero-shot-title {
    font-size: 0.95rem;
    color: rgba(226, 222, 214, 0.9);
    font-weight: 600;
    text-align: right;
}

.hero-shot-image {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0d0d0d;
    object-fit: contain;
}

.hero-shot-trigger {
    display: flex;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0.75rem;
    cursor: zoom-in;
    min-height: 0;
    flex: 1 1 auto;
}

.hero-shot-trigger:focus-visible {
    outline: 3px solid rgba(255, 75, 58, 0.65);
    outline-offset: 3px;
}

.hero-shot-trigger .hero-shot-image {
    transition: transform 0.18s ease, border-color 0.18s ease;
}

.hero-shot-trigger:hover .hero-shot-image {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.14);
}

.hero-shot-caption {
    margin-top: 0.85rem;
    font-size: 0.95rem;
    color: rgba(226, 222, 214, 0.9);
    line-height: 1.6;
}

.carousel__slide .hero-shot-caption {
    margin-top: 0.75rem;
    text-align: center;
    text-wrap: pretty;
}

.hero-image-title {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: rgba(226, 222, 214, 0.95);
    margin: 0.1rem 0 0.75rem 0;
    text-align: center;
}

.carousel__viewport {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    /* Fixed height so the layout never jumps between pages */
    height: clamp(620px, 70vh, 860px);
    overflow: hidden;
}

.carousel__slide {
    display: none;
    height: 100%;
}

.carousel__slide.is-active {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-height: 0;
}

/* no measurement: keep carousel always visible */

.carousel__caption {
    margin-top: 0.85rem;
    font-size: 0.95rem;
    color: rgba(226, 222, 214, 0.9);
    line-height: 1.6;
}

.carousel__controls {
    margin-top: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.carousel__btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: var(--text-primary);
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

.carousel__viewport .carousel__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    backdrop-filter: blur(6px);
}

.carousel__viewport [data-carousel-prev] {
    left: 14px;
}

.carousel__viewport [data-carousel-next] {
    right: 14px;
}

.carousel__btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.hero-shot--carousel .carousel__btn:hover {
    border-color: rgba(255, 75, 58, 0.45);
    background: rgba(255, 75, 58, 0.12);
}

.carousel__btn:focus-visible {
    outline: 3px solid rgba(255, 75, 58, 0.65);
    outline-offset: 3px;
}

.carousel__dots {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}

.carousel__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    background: rgba(226, 222, 214, 0.35);
    cursor: pointer;
}

.carousel__dot.is-active {
    background: rgba(255, 75, 58, 0.9);
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.lightbox[aria-hidden="false"] {
    display: block;
}

.lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(2px);
}

.lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(1400px, calc(100vw - 24px));
    height: calc(100vh - 24px);
    margin: 12px auto;
    background: rgba(13, 13, 13, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox__close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: var(--text-primary);
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
}

.lightbox__close:hover {
    background: rgba(255, 255, 255, 0.1);
}

.lightbox__close:focus-visible {
    outline: 3px solid rgba(255, 75, 58, 0.65);
    outline-offset: 3px;
}

.lightbox__image {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 52px);
    object-fit: contain;
    display: block;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #000;
}

body.lightbox-open {
    overflow: hidden;
}

@media (min-width: 900px) {
    .hero-video {
        max-width: 1400px;
    }

    .carousel__viewport {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        align-items: start;
        height: clamp(940px, 82vh, 1180px);
    }
}

/* Section titles */
.section {
    padding: 5rem 0;
}

.section-title {
    text-align: center;
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-title .highlight {
    color: var(--accent);
}

/* Features section: "the Fun" = reddish-orange, "Way" = orange */
.features-section .section-title .highlight-fun {
    color: var(--highlight-fun);
}

.features-section .section-title .highlight-way {
    color: var(--highlight-way);
}

.features-section .section-subtitle {
    margin-bottom: 3rem;
}

.section-subtitle {
    text-align: center;
    color: var(--text-muted);
    font-size: 1.25rem;
    margin-bottom: 3rem;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* Features grid - 3 cols then 1 centered */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
}

.feature-card {
    background: var(--bg-card);
    border-radius: 0.75rem;
    padding: 2rem;
    border: 1px solid var(--border-dark);
    transition: all 0.2s;
}

.feature-card:hover {
    background: var(--bg-card-hover);
    border-color: var(--border-gold);
}

.feature-card-center {
    grid-column: 1 / -1;
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.feature-icon.gold {
    color: var(--gold);
}

.feature-card h3 {
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.feature-card p {
    font-size: 1.0625rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* Journey section */
.journey-section .section-subtitle {
    margin-bottom: 2.5rem;
}

.journey-visual {
    text-align: center;
    margin-bottom: 3rem;
}

.browser-mockup {
    background: var(--bg-card);
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid var(--border-dark);
    max-width: 900px;
    margin: 0 auto 1rem;
}

.journey-screenshot {
    width: 100%;
    display: block;
}

.journey-caption {
    color: var(--text-muted);
    font-size: 1.125rem;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
}

.step-card {
    background: var(--bg-card);
    border-radius: 0.75rem;
    padding: 1.75rem;
    border: 1px solid var(--border-dark);
    transition: all 0.2s;
}

.step-card-active {
    border-color: var(--gold);
    box-shadow: 0 0 0 1px var(--border-gold);
}

.step-card:hover {
    background: var(--bg-card-hover);
}

.step-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.step-icon.gold {
    color: var(--gold);
}

.step-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.step-card p {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* Why section - light/white block with black text */
.why-section {
    background: #ffffff;
}

.why-section .section-title {
    color: #1A1A1A;
}

.why-section .section-title .highlight {
    color: var(--accent);
}

.why-story {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 0;
    position: relative;
    line-height: 1.7;
}

.why-greeting {
    font-size: 1.125rem;
    color: #1A1A1A;
    margin-bottom: 2.5rem;
    letter-spacing: 0.02em;
}

.why-hook {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 2rem;
}

.why-lead {
    font-size: 1.375rem;
    color: #1A1A1A;
    margin-bottom: 2.5rem;
    font-weight: 500;
}

.why-lead em {
    color: var(--accent);
    font-style: normal;
    font-weight: 700;
}

.why-body {
    font-size: 1.1875rem;
    color: #1A1A1A;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.why-label {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 1.25rem;
}

.why-label .why-x {
    color: var(--accent);
    margin-right: 0.35em;
    font-weight: 700;
}

.why-pain-list {
    list-style: none;
    margin-bottom: 2.5rem;
    padding-left: 0;
}

.why-pain-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
    color: #1A1A1A;
    font-size: 1.125rem;
    line-height: 1.7;
}

.why-pain-list li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--accent);
    font-weight: 600;
}

.why-contrast {
    font-size: 1.1875rem;
    color: #1A1A1A;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.why-question {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 2rem;
}

.why-insight {
    font-size: 1.1875rem;
    color: #1A1A1A;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.why-insight strong {
    color: #1A1A1A;
}

.why-solution {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 2.25rem;
}

.why-solution .highlight {
    color: var(--accent);
}

.why-cta-copy {
    font-size: 1.1875rem;
    color: #1A1A1A;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.why-cta-copy:last-child {
    margin-bottom: 0;
}

.why-cta {
    text-align: center;
    margin-top: 2.5rem;
}

.why-cta-copy strong {
    color: #1A1A1A;
}

/* Why section - legacy grid (if used elsewhere) */
.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.why-card {
    background: var(--bg-card);
    border-radius: 0.75rem;
    padding: 1.75rem;
    border: 1px solid var(--border-dark);
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    transition: all 0.2s;
}

.why-card:hover {
    background: var(--bg-card-hover);
}

.why-check {
    color: var(--accent);
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.why-card h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.why-card p {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* Testimonials */
.testimonials-section .section-subtitle {
    margin-bottom: 2.5rem;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto;
    align-items: stretch;
}

.testimonial-card {
    background: var(--bg-card);
    border-radius: 0.75rem;
    padding: 2rem;
    border: 1px solid var(--border-dark);
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-card:hover {
    background: var(--bg-card-hover);
}

.testimonial-card blockquote {
    font-size: 1.125rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 1.75rem;
    font-style: italic;
    flex: 1 1 auto;
}

.testimonial-card blockquote p {
    margin: 0 0 0.9rem 0;
}

.testimonial-card blockquote p:last-child {
    margin-bottom: 0;
}

.testimonial-author {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-top: auto;
    flex-wrap: wrap;
}

.author-name {
    font-weight: 500;
    font-size: 1.0625rem;
}

.author-location {
    font-size: 0.9375rem;
    color: rgba(226, 222, 214, 0.85);
    font-style: italic;
}

/* Pricing */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 420px));
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: center;
}

.pricing-card {
    background:
        radial-gradient(ellipse 120% 85% at 0% 0%, rgba(255, 75, 58, 0.08) 0%, transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.012) 100%),
        var(--bg-card);
    border-radius: 0.9rem;
    padding: 2.1rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.pricing-card .btn {
    margin-top: auto;
}

.pricing-card:hover {
    background:
        radial-gradient(ellipse 120% 85% at 0% 0%, rgba(255, 75, 58, 0.11) 0%, transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%),
        var(--bg-card-hover);
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.16);
}

.pricing-card-featured {
    border-color: var(--accent);
    background:
        radial-gradient(ellipse 120% 90% at 50% -20%, rgba(255, 75, 58, 0.18) 0%, transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.018) 100%),
        var(--bg-card);
    box-shadow:
        0 0 0 2px rgba(255, 75, 58, 0.25),
        0 24px 60px rgba(0, 0, 0, 0.45);
    transform: translateY(-2px);
}

.pricing-badge {
    position: absolute;
    top: -10px;
    right: 1rem;
    background: var(--accent);
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.pricing-title {
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 0.85rem;
}

.price {
    font-size: 2.85rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.price span {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--text-muted);
}

.price--free {
    letter-spacing: -0.01em;
}

.pricing-kicker {
    margin-top: -0.4rem;
    margin-bottom: 1.25rem;
    color: rgba(226, 222, 214, 0.9);
    font-size: 0.95rem;
    line-height: 1.55;
    text-wrap: pretty;
}

.pricing-price {
    margin-bottom: 0.85rem;
}

.pricing-price .price {
    margin-bottom: 0.35rem;
}

.pricing-subcopy {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.pricing-subcopy strong {
    color: var(--text-primary);
    font-weight: 800;
}

.pricing-subcopy-muted {
    color: rgba(226, 222, 214, 0.75);
    font-weight: 650;
    margin-left: 0.25rem;
    white-space: nowrap;
}

.pricing-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0.75rem 0 1.25rem;
    color: rgba(226, 222, 214, 0.9);
    font-size: 0.85rem;
    flex-wrap: wrap;
}

.pricing-meta-divider {
    opacity: 0.7;
}

.price-features {
    list-style: none;
    margin-bottom: 1.5rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.price-features li {
    padding: 0;
}

.feature-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 0;
}

.feature-label {
    color: rgba(226, 222, 214, 0.92);
    font-weight: 650;
}

.feature-badge {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(226, 222, 214, 0.9);
    white-space: nowrap;
}

.feature-badge--unlimited {
    border-color: rgba(74, 222, 128, 0.25);
    background: rgba(74, 222, 128, 0.08);
    color: #86efac;
}

.feature-badge--limited {
    border-color: rgba(251, 191, 36, 0.25);
    background: rgba(251, 191, 36, 0.08);
    color: #fde68a;
}

.pricing-actions {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

/* CTA section */
.cta-section {
    padding: 5rem 0;
    text-align: center;
}

.cta-subtitle {
    color: var(--text-muted);
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Footer */
.footer {
    background: var(--bg-dark);
    border-top: 1px solid var(--border-dark);
    padding: 3rem 0 1.5rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-brand .logo {
    font-size: 1.125rem;
}

.footer-links {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.footer-col h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 0.5rem;
}

.footer-col a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 1.0625rem;
    transition: color 0.2s;
}

.footer-col a:hover {
    color: var(--text-primary);
}

.footer-bottom {
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-dark);
    text-align: center;
}

.footer-bottom p {
    font-size: 1rem;
    color: var(--text-muted);
}

/* Contact / privacy content links – visible on dark background */
.privacy-content a {
    color: var(--accent);
    text-decoration: none;
}
.privacy-content a:hover {
    color: var(--accent-hover);
    text-decoration: underline;
}

.privacy-content .last-updated {
    margin-bottom: 2rem;
}
.privacy-content .policy-section {
    margin-bottom: 2.5rem;
}
.privacy-content .policy-section:last-child {
    margin-bottom: 3.5rem;
}
.privacy-content.contact-content {
    padding-bottom: 3.5rem;
}
.privacy-content .policy-section p {
    margin-bottom: 1.25rem;
}
.privacy-content .policy-section p:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-card-center {
        grid-column: 1 / -1;
    }

    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card-featured {
        order: -1;
    }
}

@media (max-width: 768px) {
    .why-story {
        padding: 2.5rem 1.5rem;
    }

    .why-hook {
        font-size: 1.35rem;
    }

    .why-lead {
        font-size: 1.125rem;
    }

    .nav-links {
        display: none;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-links {
        gap: 2rem;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-buttons .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .nav-actions {
        gap: 0.5rem;
    }

    .btn {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }

    .btn-lg {
        padding: 0.75rem 1.25rem;
    }
}

