:root {
    --purple: #8B3FE8;
    --purple-deep: #6D28D9;
    --pink: #EC4899;
    --magenta: #D6249F;
    --gold: #F5A623;
    --amber: #FFB627;
    --green: #16C784;
    --green-deep: #0FA968;
    --cyan: #22B8CF;
    --blue: #3B82F6;
    --ink: #241B2E;
    --muted: #6B6577;
    --paper: #FFFFFF;
    --soft: #FBF7FF;
    --line: #EFE7F8;
    --charcoal: #17131F;
    --charcoal-2: #211A2E;
    --rainbow: linear-gradient(120deg, #7C3AED, #EC4899);
    --shadow: 0 26px 60px -28px rgba(109, 40, 217, .45);
    --shadow-sm: 0 12px 30px -16px rgba(109, 40, 217, .4);
    --r: 26px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Poppins', system-ui, sans-serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

h1,
h2,
h3,
.fred {
    font-family: 'Fredoka', system-ui, sans-serif;
    line-height: 1.04;
    letter-spacing: -.01em
}

a {
    color: inherit;
    text-decoration: none
}

.wrap {
    width: min(1200px, 92vw);
    margin: 0 auto
}

.rainbow-text {
    background: var(--rainbow);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.eyebrow {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--purple)
}

/* buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: .6em;
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    padding: .85em 1.7em;
    border-radius: 100px;
    cursor: pointer;
    border: none;
    transition: .25s ease;
    white-space: nowrap
}

.btn-rainbow {
    background: var(--rainbow);
    color: #fff;
    box-shadow: 0 14px 30px -12px rgba(214, 36, 159, .55);
    background-size: 160% auto
}

.btn-rainbow:hover {
    transform: translateY(-3px);
    background-position: right center;
    box-shadow: 0 20px 40px -14px rgba(214, 36, 159, .7)
}

.btn-ghost {
    background: #fff;
    color: var(--ink);
    border: 2px solid var(--line)
}

.btn-ghost:hover {
    border-color: var(--purple);
    color: var(--purple)
}

.pulse-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    animation: pulse 1.7s infinite
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .6)
    }

    70% {
        box-shadow: 0 0 0 9px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

/* placeholder photo cards */
.photo {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    min-height: 160px;
    background: repeating-linear-gradient(135deg, rgba(139, 63, 232, .10) 0 14px, rgba(236, 72, 153, .10) 14px 28px), linear-gradient(150deg, #F3E8FF, #FCE7F3 50%, #FEF3C7);
    border: 1px solid rgba(139, 63, 232, .16)
}

.photo .tag {
    font-family: ui-monospace, Menlo, monospace;
    font-size: .72rem;
    color: var(--purple-deep);
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(4px);
    padding: .45em .7em;
    border-radius: 10px;
    margin: 14px;
    border: 1px solid rgba(139, 63, 232, .2)
}

.photo .lbl {
    position: absolute;
    left: 18px;
    bottom: 16px;
    z-index: 3;
    font-family: 'Fredoka';
    font-weight: 600;
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .25)
}

/* nav */
header.nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .84);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line)
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0
}

.logo {
    display: flex;
    align-items: center;
    gap: .5em;
    font-family: 'Fredoka';
    font-weight: 700;
    font-size: 1.5rem
}

.logo .mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: var(--rainbow);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.15rem;
    box-shadow: var(--shadow-sm)
}
.brand,
.logo{
    display: flex;
    align-items: center;
    gap: .25rem;
}
.brand img,
.logo img{
    display: block;
    width: 54px;
    height: auto;
}
.nav-links {
    display: flex;
    gap: 30px;
    align-items: center;
    font-size: .95rem;
    font-weight: 500;
    color: var(--muted)
}

.nav-links a:hover {
    color: var(--ink)
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 14px
}

.badge18 {
    font-size: .7rem;
    font-weight: 700;
    color: var(--purple);
    border: 2px solid rgba(139, 63, 232, .3);
    border-radius: 100px;
    padding: .3em .6em;
    font-family: 'Fredoka'
}

@media(max-width:900px) {
    .nav-links {
        display: none
    }

    .badge18 {
        display: none
    }
}

/* hero */
.hero {
    position: relative;
    padding: 60px 0 30px;
    overflow: hidden
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 48px;
    align-items: center
}

.hero h1 {
    font-size: clamp(2.8rem, 6.2vw, 4.8rem);
    font-weight: 700
}

.hero h1 .line2 {
    color: var(--ink)
}

.hero p.lead {
    font-size: 1.18rem;
    color: var(--muted);
    margin: 22px 0 30px;
    max-width: 38ch
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center
}

.trial-chip {
    display: inline-flex;
    align-items: center;
    gap: .5em;
    font-size: .86rem;
    font-weight: 600;
    color: var(--purple-deep);
    background: #fff;
    border: 2px dashed rgba(139, 63, 232, .4);
    border-radius: 100px;
    padding: .5em 1em;
    font-family: 'Fredoka'
}

/* stats */
.stats {
    display: flex;
    gap: 30px;
    margin-top: 38px;
    flex-wrap: wrap
}

.stat {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    max-width: 200px
}

.stat .ic {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 1.3rem;
    flex: none;
    color: #fff
}

.stat:nth-child(1) .ic {
    background: linear-gradient(135deg, var(--purple), var(--pink))
}

.stat:nth-child(2) .ic {
    background: linear-gradient(135deg, var(--pink), var(--purple))
}

.stat:nth-child(3) .ic {
    background: linear-gradient(135deg, var(--gold), var(--pink))
}

.stat b {
    font-family: 'Fredoka';
    font-weight: 600;
    font-size: 1.15rem;
    display: block;
    line-height: 1.1
}

.stat small {
    color: var(--muted);
    font-size: .8rem
}

/* hero collage */
.collage {
    position: relative;
    height: 500px
}

.collage .photo {
    position: absolute;
    box-shadow: var(--shadow)
}

.c-back {
    width: 62%;
    height: 74%;
    top: 0;
    right: 4%;
    background: linear-gradient(150deg, #FDE68A, #FCA5D6) !important;
    border: 4px solid var(--amber) !important;
    z-index: 1;
    transform: rotate(5deg)
}

.c-mid {
    width: 60%;
    height: 70%;
    top: 10%;
    right: 16%;
    background: linear-gradient(150deg, #DDD6FE, #F5D0FE) !important;
    border: 4px solid var(--purple) !important;
    z-index: 2;
    transform: rotate(-4deg)
}

.c-front {
    width: 64%;
    height: 62%;
    bottom: 0;
    left: 0;
    background: linear-gradient(150deg, #FBCFE8, #F9A8D4) !important;
    border: 4px solid var(--pink) !important;
    z-index: 3
}

.float-card {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    padding: 12px 15px;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    gap: 11px;
    z-index: 5
}

.fc-online {
    top: 2%;
    left: 0
}

.fc-online .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 4px rgba(22, 199, 132, .2)
}

.fc-online b {
    font-family: 'Fredoka';
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1
}

.fc-online small {
    display: block;
    color: var(--muted);
    font-size: .72rem
}

.fc-heart {
    bottom: 8%;
    right: -4px;
    font-family: 'Fredoka'
}

.fc-heart .e {
    font-size: 1.4rem
}

.fc-heart b {
    font-weight: 600;
    font-size: 1.05rem;
    display: block;
    line-height: 1
}

.fc-heart small {
    color: var(--muted);
    font-size: .74rem
}

@media(max-width:920px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .hero p.lead {
        max-width: 52ch
    }

    .collage {
        height: 420px;
        margin-top: 10px
    }
}

/* doodle divider */
.doodle {
    display: flex;
    justify-content: center;
    margin: 10px 0 -20px;
    position: relative;
    z-index: 1
}

.doodle svg {
    width: min(420px, 60vw);
    height: auto;
    overflow: visible
}

section {
    padding: 86px 0;
    position: relative
}

.sec-head {
    max-width: 680px;
    margin: 0 auto 52px;
    text-align: center
}

.sec-head h2 {
    font-size: clamp(2.2rem, 4.8vw, 3.4rem);
    font-weight: 600;
    margin-top: 12px
}

.sec-head p {
    color: var(--muted);
    margin-top: 14px;
    font-size: 1.08rem
}

/* keyword statement */
.statement {
    text-align: center;
    padding: 70px 0
}

.statement h2 {
    font-family: 'Fredoka';
    font-weight: 600;
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: 1.25;
    max-width: 16ch;
    margin: 0 auto
}

.statement .u {
    position: relative;
    white-space: nowrap
}

.statement .u::after {
    content: "";
    position: absolute;
    left: -2%;
    right: -2%;
    bottom: .04em;
    height: .42em;
    background: var(--amber);
    opacity: .5;
    border-radius: 6px;
    z-index: -1
}

.k-purple {
    color: var(--purple)
}

.k-pink {
    color: var(--pink)
}

.k-gold {
    color: var(--gold)
}

.k-green {
    color: var(--pink)
}

.k-cyan {
    color: var(--purple)
}

/* feature cards (bright solid) */
.feat {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.fcard {
    border-radius: var(--r);
    padding: 36px 30px;
    color: #fff;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow);
    transition: .3s;
    position: relative;
    overflow: hidden
}

.fcard:hover {
    transform: translateY(-6px)
}

.fcard .ic {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 2.5px solid rgba(255, 255, 255, .6);
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    margin-bottom: auto
}

.fcard h3 {
    font-size: 1.9rem;
    font-weight: 600;
    margin: 22px 0 8px
}

.fcard p {
    font-size: .96rem;
    opacity: .94
}

.fc-p {
    background: linear-gradient(160deg, #9B51E0, #6D28D9)
}

.fc-g {
    background: linear-gradient(160deg, #FFC436, #F5A623);
    color: #3d2a00
}

.fc-g p {
    opacity: .8
}

.fc-e {
    background: linear-gradient(160deg, #EC4899, #BE185D)
}

@media(max-width:820px) {
    .feat {
        grid-template-columns: 1fr
    }
}

/* how it works */
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.step {
    background: #fff;
    border: 2px solid var(--line);
    border-radius: var(--r);
    padding: 34px 30px;
    transition: .3s;
    position: relative
}

.step:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
    border-color: transparent
}

.step .n {
    font-family: 'Fredoka';
    font-weight: 700;
    font-size: 1rem;
    background: var(--rainbow);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: .05em
}

.step .ic {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: var(--soft);
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    margin: 10px 0 16px
}

.step h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 8px
}

.step p {
    color: var(--muted);
    font-size: .95rem
}

@media(max-width:820px) {
    .steps {
        grid-template-columns: 1fr
    }
}

/* dark community section */
.community {
    background: var(--charcoal);
    border-radius: 40px;
    padding: 64px 8% 70px;
    position: relative;
    overflow: hidden;
    color: #fff
}

.community::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 90px 90px;
    -webkit-mask: radial-gradient(circle at 50% 40%, #000, transparent 75%);
    mask: radial-gradient(circle at 50% 40%, #000, transparent 75%)
}

.community>* {
    position: relative;
    z-index: 2
}

.community .top-row {
    margin-bottom: 50px
}

.community .top-row .eyebrow {
    color: var(--pink)
}

.community .top-row h3 {
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    font-weight: 600;
    margin-top: 10px
}

.community .top-row p {
    color: rgba(255, 255, 255, .6);
    margin-top: 12px
}

.cphotos {
    position: relative;
    height: 230px
}

.cphotos .photo {
    position: absolute;
    min-height: 0;
    background: #2a2235 !important
}

.cp1 {
    width: 150px;
    height: 190px;
    right: 30%;
    top: 0;
    border: 3px solid var(--amber) !important;
    transform: rotate(-8deg);
    z-index: 1
}

.cp2 {
    width: 150px;
    height: 190px;
    right: 14%;
    top: 18px;
    border: 3px solid var(--purple) !important;
    z-index: 2
}

.cp3 {
    width: 150px;
    height: 190px;
    right: -2%;
    top: 6px;
    border: 3px solid var(--pink) !important;
    transform: rotate(7deg);
    z-index: 1
}

/* neighborhood chips */
.areas {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 34px;
    margin-bottom: 6px
}

.areas .eyebrow {
    color: var(--gold)
}

.areas h4 {
    font-family: 'Fredoka';
    font-weight: 600;
    font-size: 1.25rem;
    margin: 8px 0 16px
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px
}

.chips span {
    font-size: .86rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .82);
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 100px;
    padding: .4em .9em
}

.community .cta-block {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 48px;
    margin-top: 46px
}

.community .cta-block h2 {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 600;
    max-width: 18ch;
    margin: 0 auto
}

.community .cta-block .row {
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 28px
}

.community .cta-block .ph {
    font-family: 'Fredoka';
    font-weight: 600;
    font-size: 1.6rem
}

@media(max-width:820px) {
    .community .top-row {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .cphotos {
        height: 210px
    }
}

/* safety */
.safety {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px
}

.scard {
    background: #fff;
    border: 2px solid var(--line);
    border-radius: var(--r);
    padding: 28px 24px;
    transition: .3s
}

.scard:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
    border-color: transparent
}

.scard .ic {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    font-size: 1.35rem;
    margin-bottom: 16px;
    color: #fff
}

.scard:nth-child(1) .ic {
    background: linear-gradient(135deg, var(--purple), var(--magenta))
}

.scard:nth-child(2) .ic {
    background: linear-gradient(135deg, var(--purple), var(--pink))
}

.scard:nth-child(3) .ic {
    background: linear-gradient(135deg, var(--gold), var(--magenta))
}

.scard:nth-child(4) .ic {
    background: linear-gradient(135deg, var(--gold), var(--amber))
}

.scard h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 6px
}

.scard p {
    color: var(--muted);
    font-size: .9rem
}

@media(max-width:820px) {
    .safety {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:480px) {
    .safety {
        grid-template-columns: 1fr
    }
}

/* faq */
.faq {
    max-width: 800px;
    margin: 0 auto
}

.qa {
    background: #fff;
    border: 2px solid var(--line);
    border-radius: 18px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: .3s
}

.qa summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 26px;
    font-family: 'Fredoka';
    font-weight: 500;
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px
}

.qa summary::-webkit-details-marker {
    display: none
}

.qa .pm {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--soft);
    color: var(--purple);
    display: grid;
    place-items: center;
    flex: none;
    transition: .3s;
    font-weight: 700;
    font-family: 'Fredoka'
}

.qa[open] .pm {
    transform: rotate(45deg);
    background: var(--rainbow);
    color: #fff
}

.qa[open] {
    border-color: transparent;
    box-shadow: var(--shadow-sm)
}

.qa .ans {
    padding: 0 26px 24px;
    color: var(--muted);
    font-size: .97rem
}

/* final cta */
.final {
    text-align: center;
    padding: 90px 0
}

.final h2 {
    font-family: 'Fredoka';
    font-weight: 700;
    font-size: clamp(2.6rem, 6vw, 4.4rem)
}

.final p {
    color: var(--muted);
    font-size: 1.15rem;
    margin: 18px auto 30px;
    max-width: 44ch
}

.final .ph {
    font-family: 'Fredoka';
    font-weight: 600;
    font-size: 2.4rem;
    margin-top: 20px
}

/* footer */
footer {
    background: var(--soft);
    padding: 34px 0 30px;
    border-top: 1px solid var(--line)
}

.foot-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 36px;
    margin-bottom: 40px
}

.foot-grid p {
    color: var(--muted);
    font-size: .9rem;
    margin-top: 14px;
    max-width: 34ch
}

.foot-col h4 {
    font-family: 'Fredoka';
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 14px
}

.foot-col a {
    display: block;
    color: var(--muted);
    font-size: .92rem;
    margin-bottom: 9px
}

.foot-col a:hover {
    color: var(--purple)
}

.socials {
    display: flex;
    gap: 10px;
    margin-top: 6px
}

.socials a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    color: var(--purple);
    transition: .25s;
    font-weight: 700
}

.socials a:hover {
    background: var(--rainbow);
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px)
}

.disclaimer {
    color: var(--muted);
    font-size: .8rem;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: .7s cubic-bezier(.2, .7, .2, 1)
}

.reveal.in {
    opacity: 1;
    transform: none
}
