:root {
    --bg: #ffffff;
    --peach: #fce8e0;
    --blush: #fbecf0;
    --ink: #2b1721;
    --ink-soft: #4c333e;
    --muted: #7c636b;
    --coral: #ff8a6b;
    --rose: #f65c8e;
    --magenta: #d8419b;
    --grad: linear-gradient(116deg, #ff8e6b 0%, #f65c8e 52%, #d8419b 100%);
    --grad-soft: linear-gradient(120deg, #fff1eb 0%, #fde9ef 60%, #f9e6f3 100%);
    --tint: #fce2ec;
    --tint-ink: #bb3577;
    --line: #f1e1e4;
    --line-strong: #ecd4d9;
    --card: #ffffff;
    --soft: #fff7f4;
    --shadow-sm: 0 1px 2px rgba(43, 23, 33, .05), 0 6px 16px -8px rgba(43, 23, 33, .10);
    --shadow: 0 2px 6px rgba(43, 23, 33, .05), 0 24px 48px -28px rgba(216, 65, 155, .30);
    --shadow-lg: 0 30px 70px -34px rgba(216, 65, 155, .42);
    --r-sm: 14px;
    --r: 20px;
    --r-lg: 28px;
    --r-xl: 36px;
    --maxw: 1140px;
    --ease: cubic-bezier(.22, .61, .36, 1);
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: "Hanken Grotesque", system-ui, -apple-system, sans-serif;
    color: var(--ink);
    background: var(--bg);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.02em;
    margin: 0;
    color: var(--ink)
}

p {
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%
}

.wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 24px
}

.btn-wrap{
    margin-top: 2rem;
    text-align: center;
}

/* ---------- buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Hanken Grotesque", sans-serif;
    font-weight: 700;
    font-size: 1.06rem;
    padding: 16px 28px;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    transition: transform .18s var(--ease), box-shadow .18s var(--ease), filter .18s var(--ease);
    line-height: 1;
    white-space: nowrap;
}

.btn-primary {
    background: var(--grad);
    color: #fff;
    box-shadow: 0 10px 26px -10px rgba(216, 65, 155, .65)
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px -12px rgba(216, 65, 155, .7);
    filter: saturate(1.05)
}

.btn-primary:active {
    transform: translateY(0)
}

.btn-ghost {
    background: #fff;
    color: var(--ink);
    border: 1.5px solid var(--line-strong);
    box-shadow: var(--shadow-sm)
}

.btn-ghost:hover {
    transform: translateY(-2px);
    border-color: var(--rose);
    color: var(--magenta)
}

.btn .ph {
    font-variant-numeric: tabular-nums;
    letter-spacing: .01em
}

.btn-sm {
    padding: 12px 20px;
    font-size: .98rem
}

.btn-lg {
    padding: 19px 36px;
    font-size: 1.16rem
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
    outline: 3px solid var(--magenta);
    outline-offset: 3px;
    border-radius: 6px
}

/* ---------- eyebrow ---------- */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--tint);
    color: var(--tint-ink);
    font-weight: 700;
    font-size: .74rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 999px;
}

.eyebrow .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--rose);
    box-shadow: 0 0 0 4px rgba(246, 92, 142, .18)
}

/* ---------- nav ---------- */
header.nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 250, 248, .82);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(241, 225, 228, .7)
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px
}

.brand {
    display: flex;
    align-items: center;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
    font-size: 1.32rem;
    letter-spacing: -.02em
}

.brand img {
    width: 48px;
    height: auto;
    display: block;
}

.brand b {
    color: var(--coral)
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 34px
}

.nav-links a {
    font-weight: 500;
    color: var(--ink-soft);
    font-size: .98rem;
    transition: color .15s
}

.nav-links a:hover {
    color: var(--magenta)
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 14px
}

/* ---------- hero ---------- */
.hero {
    position: relative;
    background: var(--grad);
    padding: 120px 0;
    text-align: center;
    overflow: hidden
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 1;
    z-index: 3
}

.hero::before {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, #ffc9b3, transparent 70%);
    top: -120px;
    left: -90px
}

.hero::after {
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, #f7b6d6, transparent 70%);
    top: -40px;
    right: -120px
}

.hero-img{
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: .8;
}

.hero-img:after{
    content: '';
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: .4;
}

.hero-img img{
    display: block;
    width: 100%;
    height: 100%;
}

.hero .wrap {
    position: relative;
    z-index: 4
}

.hero h1 {
    font-size: clamp(2.5rem, 6.4vw, 4.6rem);
    font-weight: 800;
    margin: 22px auto 0;
    color: #fff;
}

.hero h1 .accent {
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.hero .sub {
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    color: #fff;
    max-width: 720px;
    margin: 22px auto 0
}

.hero-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 34px
}

.trust {
    display: flex;
    gap: 22px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 22px;
    color: var(--muted);
    font-size: .92rem;
    font-weight: 500
}

.trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px
}

.trust svg {
    width: 16px;
    height: 16px;
    color: var(--rose)
}

/* on-the-line card */
.live-card {
    margin: 54px auto 0;
    max-width: 560px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow);
    padding: 22px 26px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
}

.live-card .live-head {
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 700;
    font-size: .82rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--magenta)
}

.live-card .live-head .pulse {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #34c759;
    box-shadow: 0 0 0 0 rgba(52, 199, 89, .6);
    animation: pulse 2s infinite
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 199, 89, .5)
    }

    70% {
        box-shadow: 0 0 0 9px rgba(52, 199, 89, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 199, 89, 0)
    }
}

.live-card .count {
    font-family: "Bricolage Grotesque";
    font-weight: 700;
    font-size: 1.4rem;
    margin-top: 4px;
    letter-spacing: -.02em
}

.live-card .count small {
    font-family: "Hanken Grotesque";
    font-weight: 500;
    color: var(--muted);
    font-size: .86rem;
    letter-spacing: 0
}

.live-card .wave {
    flex: 1;
    height: 48px
}

/* waveform */
.wave {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 40px
}

.wave .bar {
    width: 4px;
    border-radius: 4px;
    background: var(--grad);
    opacity: .92;
    height: 30%;
    animation: eq 1.25s ease-in-out infinite alternate;
    transform-origin: center
}

@keyframes eq {
    from {
        transform: scaleY(.32)
    }

    to {
        transform: scaleY(1)
    }
}

/* ---------- section base ---------- */
.section {
    padding: 88px 0
}

.section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 52px
}

.section-head h2 {
    font-size: clamp(2rem, 4.4vw, 3.1rem);
    margin-top: 16px
}

.section-head p {
    color: var(--muted);
    margin-top: 16px;
    font-size: 1.08rem
}

/* ---------- value props (4-up) ---------- */
.values {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.vcard {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 28px 24px;
    box-shadow: var(--shadow-sm);
    transition: transform .2s var(--ease), box-shadow .2s var(--ease)
}

.vcard:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow)
}

.vcard .ic {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #fff0eb, #fde6f0);
    color: var(--magenta);
    margin-bottom: 18px
}

.vcard .ic svg {
    width: 24px;
    height: 24px
}

.vcard h3 {
    font-size: 1.18rem;
    font-family: "Bricolage Grotesque";
    font-weight: 700
}

.vcard p {
    color: var(--muted);
    font-size: .98rem;
    margin-top: 9px
}

/* ---------- intro / local ---------- */
.intro {
    background: var(--soft);
    text-align: center;
}

.intro-img{
    width: 100%;
    margin: 0 auto 2rem;
}
.intro-img img{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4/2;
    object-fit: cover;
    border-radius: 2rem;
}

.intro .grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 60px;
    align-items: center
}

.intro h2 {
    font-size: clamp(1.9rem, 4vw, 2.8rem)
}

.intro p {
    color: var(--muted);
    margin-top: 18px;
    font-size: 1.06rem
}

.intro p b {
    color: var(--ink-soft);
    font-weight: 600
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px
}

.chip {
    background: #fff;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    padding: 9px 16px;
    font-size: .92rem;
    font-weight: 600;
    color: var(--ink-soft);
    box-shadow: var(--shadow-sm)
}

.chip.hot {
    background: var(--grad);
    color: #fff;
    border-color: transparent
}

.intro-art {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow);
    padding: 30px;
    position: relative;
    overflow: hidden
}

.intro-art .glow {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffd0c0, transparent 70%);
    top: -90px;
    right: -70px;
    opacity: .6
}

.quote-row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

.quote-row+.quote-row {
    margin-top: 16px
}

.ava {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    font-family: "Bricolage Grotesque";
    font-size: 1.05rem
}

.qbody {
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 16px;
    border-top-left-radius: 5px;
    padding: 13px 16px
}

.qbody .nm {
    font-weight: 700;
    font-size: .9rem;
    color: var(--ink)
}

.qbody .nm span {
    font-weight: 500;
    color: var(--muted)
}

.qbody p {
    margin-top: 3px;
    font-size: .96rem;
    color: var(--ink-soft)
}

.intro-art .mini-wave {
    margin-top: 22px;
    height: 34px;
    position: relative;
    z-index: 1
}

/* ---------- steps ---------- */
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative
}

.step {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 34px 30px;
    box-shadow: var(--shadow-sm);
    position: relative
}

.step .no {
    font-family: "Bricolage Grotesque";
    font-weight: 800;
    font-size: 2.6rem;
    line-height: 1;
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -.03em
}

.step h3 {
    margin-top: 14px;
    font-size: 1.32rem
}

.step p {
    color: var(--muted);
    margin-top: 10px
}

.step .stepic {
    position: absolute;
    top: 32px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff0eb, #fde6f0);
    display: grid;
    place-items: center;
    color: var(--magenta)
}

.step .stepic svg {
    width: 21px;
    height: 21px
}

/* ---------- stats band ---------- */
.stats {
    background: var(--grad);
    border-radius: var(--r-xl);
    padding: 54px 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-lg)
}

.stats::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% -10%, rgba(255, 255, 255, .28), transparent 45%);
    pointer-events: none
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
    z-index: 1;
    text-align: center
}

.stat .n {
    font-family: "Bricolage Grotesque";
    font-weight: 800;
    font-size: clamp(2.1rem, 4vw, 2.9rem);
    letter-spacing: -.02em;
    line-height: 1
}

.stat .l {
    margin-top: 8px;
    font-size: .98rem;
    color: rgba(255, 255, 255, .9);
    font-weight: 500
}

.stat+.stat {
    border-left: 1px solid rgba(255, 255, 255, .22)
}

.stats-note {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 26px;
    font-size: .82rem;
    color: rgba(255, 255, 255, .82)
}

/* ---------- feature bento ---------- */
.bento {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.fcard {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 30px;
    box-shadow: var(--shadow-sm);
    transition: transform .2s var(--ease), box-shadow .2s var(--ease)
}

.fcard .ic {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #fff0eb, #fde6f0);
    color: var(--magenta);
    margin-bottom: 16px
}

.fcard .ic svg {
    width: 23px;
    height: 23px
}

.fcard h3 {
    font-size: 1.22rem
}

.fcard p {
    color: var(--muted);
    margin-top: 9px;
    font-size: .99rem
}

/* ---------- use cases ---------- */
.uses {
    background: var(--soft)
}

.ugrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px
}

.ucard {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 30px 32px;
    box-shadow: var(--shadow-sm);
    display: flex;
    gap: 20px;
    align-items: flex-start
}

.ucard .ic {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: var(--grad);
    color: #fff;
    box-shadow: 0 10px 22px -12px rgba(216, 65, 155, .7)
}

.ucard .ic svg {
    width: 25px;
    height: 25px
}

.ucard h3 {
    font-size: 1.2rem
}

.ucard .tag {
    color: var(--magenta);
    font-weight: 600;
    font-size: .92rem;
    margin-top: 4px
}

.ucard p {
    color: var(--muted);
    margin-top: 10px;
    font-size: .98rem
}

/* ---------- coverage ---------- */
.coverage {
    text-align: center
}

.coverage .panel {
    background: var(--grad-soft);
    border: 1px solid var(--line);
    border-radius: var(--r-xl);
    padding: 54px 40px;
    box-shadow: var(--shadow-sm)
}

.coverage .col-title {
    font-weight: 700;
    color: var(--magenta);
    font-size: .82rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 30px 0 14px
}

.cov-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 780px;
    margin: 0 auto
}

/* ---------- faq ---------- */
.faq-list {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px
}

details.faq {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: box-shadow .2s, border-color .2s
}

details.faq[open] {
    box-shadow: var(--shadow);
    border-color: var(--line-strong)
}

details.faq summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-family: "Bricolage Grotesque";
    font-weight: 600;
    font-size: 1.12rem;
    color: var(--ink)
}

details.faq summary::-webkit-details-marker {
    display: none
}

details.faq .toggle {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--tint);
    display: grid;
    place-items: center;
    transition: transform .25s var(--ease), background .2s
}

details.faq .toggle svg {
    width: 16px;
    height: 16px;
    color: var(--magenta)
}

details.faq[open] .toggle {
    transform: rotate(45deg);
    background: var(--grad)
}

details.faq[open] .toggle svg {
    color: #fff
}

details.faq .ans {
    padding: 0 26px 24px;
    color: var(--muted);
    font-size: 1.02rem
}

details.faq .ans b {
    color: var(--ink-soft);
    font-weight: 600
}

/* ---------- final cta ---------- */
.final {
    padding: 96px 0
}

.final .box {
    background: var(--grad);
    border-radius: var(--r-xl);
    padding: 64px 48px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-lg)
}

.final .box::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .22), transparent 70%);
    top: -260px;
    left: -120px;
    pointer-events: none
}

.final .box::after {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .16), transparent 70%);
    bottom: -260px;
    right: -120px;
    pointer-events: none
}

.final h2 {
    font-size: clamp(2.1rem, 4.6vw, 3.3rem);
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 18ch;
    margin: 0 auto
}

.final p {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .92);
    margin: 18px auto 0;
    max-width: 42ch;
    font-size: 1.1rem
}

.final .wave {
    justify-content: center;
    margin: 30px auto 0;
    height: 46px;
    max-width: 300px;
    position: relative;
    z-index: 1
}

.final .wave .bar {
    background: rgba(255, 255, 255, .9)
}

.final-actions {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap
}

.final .btn-on-grad {
    background: #fff;
    color: var(--magenta)
}

.final .btn-on-grad:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px -12px rgba(0, 0, 0, .25)
}

.final .micro {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    font-size: .92rem;
    color: rgba(255, 255, 255, .88)
}

/* ---------- footer ---------- */
footer.ft {
    background: #2b1721;
    color: #e8d8de;
    padding: 30px 0;
}

.ft-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    color: #a98f99;
    font-size: .86rem
}

.badge18 {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1.5px solid #6b4a57;
    color: #ff9fc4;
    font-weight: 800;
    font-size: .8rem;
    font-family: "Bricolage Grotesque"
}

/* ---------- responsive ---------- */
@media(max-width:1000px) {
    .values {
        grid-template-columns: repeat(2, 1fr)
    }

    .bento {
        grid-template-columns: repeat(2, 1fr)
    }

    .fcard.lg,
    .fcard.sm {
        grid-column: span 1
    }

    .intro .grid {
        grid-template-columns: 1fr;
        gap: 38px
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 24px
    }

    .stat+.stat {
        border-left: 0
    }

    .stat:nth-child(n+3) {
        border-top: 1px solid rgba(255, 255, 255, .22);
        padding-top: 30px
    }
}

@media(max-width:820px) {
    .nav-links {
        display: none
    }

    .steps {
        grid-template-columns: 1fr
    }

    .ugrid {
        grid-template-columns: 1fr
    }

    .section {
        padding: 64px 0
    }

    .final {
        padding: 72px 0
    }

    .live-card {
        flex-direction: column;
        align-items: flex-start;
        text-align: left
    }

    .live-card .wave {
        width: 100%
    }
}

@media(max-width:560px) {
    body {
        font-size: 16px
    }

    .wrap {
        padding: 0 18px
    }

    .hero {
        padding: 44px 0 70px
    }

    .values {
        grid-template-columns: 1fr
    }

    .bento {
        grid-template-columns: 1fr
    }

    .stats-grid {
        grid-template-columns: 1fr
    }

    .stat+.stat {
        border-left: 0
    }

    .stat:nth-child(n+2) {
        border-top: 1px solid rgba(255, 255, 255, .22);
        padding-top: 26px
    }

    .stats,
    .final .box,
    .coverage .panel {
        padding-left: 24px;
        padding-right: 24px
    }

    .nav-cta .btn-ghost {
        display: none
    }

    .ft-top {
        flex-direction: column
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        animation: none !important;
        scroll-behavior: auto
    }

    .wave .bar {
        transform: scaleY(.7)
    }
}
