:root {
    --pll-teal: #255a5d;
    --pll-teal-dark: #183f42;
    --pll-coral: #d96b79;
    --pll-cream: #fff8f2;
    --pll-mist: #e7efee;
    --pll-charcoal: #263238;
    --pll-gold: #c49a4a;
}

html {
    scroll-behavior: smooth;
}

body#waitlist-home {
    background: var(--pll-cream);
    color: var(--pll-charcoal);
    overflow-x: hidden;
    padding-top: 66px;
}

body#waitlist-home a {
    text-underline-offset: 0.18em;
}

body#waitlist-home .btn-primary {
    --bs-btn-bg: var(--pll-teal);
    --bs-btn-border-color: var(--pll-teal);
    --bs-btn-hover-bg: var(--pll-teal-dark);
    --bs-btn-hover-border-color: var(--pll-teal-dark);
    --bs-btn-active-bg: var(--pll-teal-dark);
    --bs-btn-active-border-color: var(--pll-teal-dark);
}

.py-lg-6 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.pll-hero {
    position: relative;
    background:
        radial-gradient(circle at 10% 10%, rgba(217, 107, 121, 0.14), transparent 34rem),
        radial-gradient(circle at 90% 0%, rgba(37, 90, 93, 0.18), transparent 32rem),
        var(--pll-cream);
}

.pll-status-badge,
.pll-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--pll-teal-dark);
    font-weight: 700;
    letter-spacing: 0.04em;
}

.pll-status-badge {
    padding: 0.55rem 0.85rem;
    border: 1px solid rgba(37, 90, 93, 0.26);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.pll-eyebrow {
    text-transform: uppercase;
    font-size: 0.78rem;
}

.pll-hero h1 {
    color: var(--pll-charcoal);
    max-width: 12ch;
    line-height: 1.05;
}

.pll-hero-copy {
    max-width: 38rem;
    color: #536166;
}

.pll-core-promise {
    max-width: 39rem;
    border-left: 4px solid var(--pll-coral);
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.68);
    border-radius: 0 0.65rem 0.65rem 0;
}

.pll-hero-image,
.pll-community-image {
    width: 100%;
    border-radius: 1.5rem;
    box-shadow: 0 24px 70px rgba(38, 50, 56, 0.16);
}

.pll-hero-visual {
    position: relative;
    min-height: 430px;
    border-radius: 1.75rem;
    background: linear-gradient(145deg, var(--pll-teal), var(--pll-teal-dark));
    box-shadow: 0 24px 70px rgba(38, 50, 56, 0.2);
    overflow: hidden;
    padding: 3.5rem 2rem;
}

.pll-hero-visual::before,
.pll-hero-visual::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.pll-hero-visual::before {
    width: 280px;
    height: 280px;
    right: -100px;
    top: -80px;
}

.pll-hero-visual::after {
    width: 200px;
    height: 200px;
    left: -70px;
    bottom: -80px;
}

.pll-visual-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

.pll-visual-card-main {
    border-radius: 1.25rem;
    padding: 1.5rem;
    max-width: 420px;
    margin: 1rem auto;
}

.pll-avatar-placeholder {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--pll-mist);
    color: var(--pll-teal);
}

.pll-post-line {
    height: 10px;
    border-radius: 999px;
    background: #dce5e4;
    margin-top: 0.7rem;
}

.pll-post-line-short {
    width: 68%;
}

.pll-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: var(--pll-cream);
    border: 1px solid #eadfd6;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    font-size: 0.82rem;
}

.pll-visual-card-small {
    position: absolute;
    border-radius: 0.9rem;
    padding: 0.85rem 1rem;
    font-size: 0.88rem;
    font-weight: 700;
}

.pll-card-one {
    left: 1rem;
    bottom: 2rem;
}

.pll-card-two {
    right: 1rem;
    top: 1.3rem;
}

.pll-section-heading {
    max-width: 800px;
}

.pll-feature-card {
    background: #fff;
    border: 1px solid rgba(37, 90, 93, 0.12);
    border-radius: 1.25rem;
    padding: 2rem;
    box-shadow: 0 12px 35px rgba(38, 50, 56, 0.07);
}

.pll-feature-card p {
    color: #5b686c;
    margin-bottom: 0;
}

.pll-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    background: var(--pll-mist);
    color: var(--pll-teal);
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
}

.pll-soft-section {
    background: var(--pll-mist);
}

.pll-community-preview {
    border-radius: 1.35rem;
    background: #fff;
    border: 1px solid rgba(37, 90, 93, 0.14);
    box-shadow: 0 20px 55px rgba(38, 50, 56, 0.14);
    overflow: hidden;
}

.pll-preview-header {
    display: flex;
    gap: 0.4rem;
    padding: 0.9rem 1rem;
    background: var(--pll-teal);
}

.pll-preview-header span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
}

.pll-preview-body {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 1rem;
    min-height: 340px;
    padding: 1rem;
}

.pll-preview-sidebar,
.pll-preview-block {
    border-radius: 0.9rem;
    background: #edf2f1;
}

.pll-preview-feed {
    display: grid;
    gap: 1rem;
}

.pll-preview-block-tall {
    min-height: 190px;
}

.pll-timeline {
    display: grid;
    gap: 1.1rem;
}

.pll-timeline-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 1rem;
    align-items: start;
}

.pll-timeline-item > span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--pll-teal);
    color: #fff;
    font-weight: 800;
}

.pll-timeline-item p {
    color: #5b686c;
    margin-bottom: 0;
}

.pll-waitlist-section {
    scroll-margin-top: 90px;
    background: linear-gradient(180deg, var(--pll-cream), #fff);
}

.pll-waitlist-panel {
    background: #fff;
    border: 1px solid rgba(37, 90, 93, 0.16);
    border-radius: 1.5rem;
    padding: clamp(1.5rem, 4vw, 3.5rem);
    box-shadow: 0 22px 65px rgba(38, 50, 56, 0.12);
}

.pll-waitlist-form .form-control {
    min-height: 52px;
    border-color: #cbd8d6;
}

.pll-waitlist-form .form-control:focus,
.pll-waitlist-form .form-check-input:focus {
    border-color: var(--pll-teal);
    box-shadow: 0 0 0 0.25rem rgba(37, 90, 93, 0.18);
}

.pll-check-card {
    padding: 1rem 1rem 1rem 2.6rem;
    background: var(--pll-cream);
    border: 1px solid #eadfd6;
    border-radius: 0.85rem;
}

.pll-check-card .form-check-input {
    margin-left: -1.6rem;
}

.pll-check-card span {
    color: #687478;
    font-size: 0.9rem;
}

.pll-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


.pll-honeypot input {
    width: 1px !important;
    height: 1px !important;
    min-width: 0 !important;
}

@media (max-width: 991.98px) {
    .py-lg-6 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .pll-hero h1 {
        max-width: 16ch;
    }

    .pll-hero-visual {
        min-height: 390px;
    }
}

@media (max-width: 575.98px) {
    body#waitlist-home {
        padding-top: 60px;
    }

    .pll-hero h1 {
        font-size: clamp(2.25rem, 12vw, 3.25rem);
    }

    .pll-hero-visual {
        min-height: 390px;
        padding: 3.5rem 1rem 5rem;
    }

    .pll-visual-card-small {
        max-width: calc(100% - 2rem);
    }

    .pll-card-one,
    .pll-card-two {
        left: 1rem;
        right: auto;
    }

    .pll-card-two {
        top: 1rem;
    }

    .pll-card-one {
        bottom: 1rem;
    }

    .pll-preview-body {
        grid-template-columns: 1fr;
    }

    .pll-preview-sidebar {
        min-height: 70px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
