:root {
    --pink: #F0628E;
    --pink-d: #E14A77;
    --pink-soft: #FFE3EC;
    --blush: #FFF3F7;
    --ink: #1B1622;
    --plum: #241B2E;
    --body: #615C6B;
    --faint: #A7A2B0;
    --bg: #fff;
    --line: #F1E7EC;
    --ease: cubic-bezier(.22, .61, .36, 1);
    --maxw: 1160px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%
}

body {
    background: var(--bg);
    color: var(--ink);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

img,
svg {
    max-width: 100%;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font-family: inherit
}

::selection {
    background: var(--pink);
    color: #fff
}

.wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 28px
}

h1,
h2,
h3,
h4 {
    font-family: "Sora", sans-serif;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -.02em;
    color: var(--ink)
}

.ek {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: "Sora", sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase
}

/* buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 30px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    transition: .3s var(--ease)
}

.btn-dark {
    background: var(--ink);
    color: #fff
}

.btn-dark:hover {
    transform: translateY(-2px);
    background: #000
}

.btn-pink {
    background: var(--pink);
    color: #fff;
    box-shadow: 0 14px 30px -10px rgba(240, 98, 142, .55)
}

.btn-pink:hover {
    transform: translateY(-2px);
    background: var(--pink-d)
}

.btn-out {
    background: #fff;
    color: var(--ink);
    border: 1.5px solid var(--ink)
}

.btn-out:hover {
    background: var(--ink);
    color: #fff
}

.btn-white {
    background: #fff;
    color: var(--pink)
}

.btn-white:hover {
    transform: translateY(-2px)
}

.btn .ar {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18)
}

.btn-out .ar {
    background: rgba(27, 22, 34, .1)
}

.btn .ar svg {
    width: 13px;
    height: 13px
}

/* reveal */
.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .8s var(--ease), transform .8s var(--ease)
}

.reveal.in {
    opacity: 1;
    transform: none
}

[data-d="1"] {
    transition-delay: .08s
}

[data-d="2"] {
    transition-delay: .16s
}

[data-d="3"] {
    transition-delay: .24s
}

/* ===== NAV ===== */
nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line)
}

.nav-in {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 16px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Sora";
    font-weight: 700;
    font-size: 20px
}

.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;
    font-family: "Sora";
    font-size: 14.5px;
    font-weight: 500;
    color: var(--body)
}

.nav-links a:hover {
    color: var(--pink)
}

.nav-call {
    font-family: "Sora";
    font-weight: 600;
    font-size: 14px;
    padding: 11px 24px;
    border-radius: 100px;
    background: var(--ink);
    color: #fff;
    transition: .3s
}

.nav-call:hover {
    background: #000
}

/* ===== HERO ===== */
.hero {
    position: relative;
    padding: 30px 0 80px
}

.hero-block {
    position: relative;
    background: linear-gradient(150deg, var(--pink), var(--pink-d));
    border-radius: 40px;
    overflow: hidden;
    padding: 0
}

.hero-block .orb {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12)
}

.hero-in {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: 20px;
    align-items: center;
    padding: 62px 56px 56px
}

.hero-l {
    color: #fff
}

.hero-l h1 {
    color: #fff;
    font-size: clamp(36px, 5.2vw, 48px);
    font-weight: 800
}

.hero-l .pulse {
    margin: 22px 0 4px;
    width: 230px;
    max-width: 80%
}

.hero-l .pulse path {
    stroke: #fff;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round
}

.hero-l .sub {
    color: rgba(255, 255, 255, .92);
    font-size: 16.5px;
    max-width: 440px;
    margin-top: 14px
}

.hero-l .cta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 30px
}

.hero-l .num {
    font-family: "Sora";
    font-weight: 700;
    font-size: 19px;
    color: #fff
}

.hero-l .num:hover {
    color: var(--ink)
}

/* hero phones */
.phones {
    position: relative;
    height: 480px
}

.phone {
    position: absolute;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 40px 80px -34px rgba(20, 8, 24, .5);
    padding: 12px
}

.phone.chat {
    width: 230px;
    left: -1%;
    top: 30px;
    z-index: 2;
    transform: rotate(-4deg)
}

.phone.card {
    width: 210px;
    right: -2%;
    top: 70px;
    z-index: 3;
    background: var(--pink);
    transform: rotate(4deg)
}

.scr {
    background: #fff;
    border-radius: 22px;
    overflow: hidden
}

.chat .scr {
    padding: 16px 14px
}

.chead {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line)
}

.chead .a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(145deg, #FFD08A, #F0628E)
}

.chead b {
    font-family: "Sora";
    font-size: 12.5px;
    font-weight: 600
}

.chead .dot {
    margin-left: auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #39C07B
}

.bub {
    font-size: 11px;
    line-height: 1.5;
    padding: 8px 11px;
    border-radius: 13px;
    margin-top: 10px;
    max-width: 80%
}

.bub.them {
    background: var(--blush);
    color: var(--ink);
    border-bottom-left-radius: 4px
}

.bub.you {
    background: var(--pink);
    color: #fff;
    margin-left: auto;
    border-bottom-right-radius: 4px
}

.bub.wv {
    display: flex;
    align-items: center;
    gap: 3px;
    width: max-content
}

.bub.wv i {
    width: 3px;
    border-radius: 2px;
    background: #fff;
    animation: wv 1.4s ease-in-out infinite
}

@keyframes wv {

    0%,
    100% {
        height: 6px
    }

    50% {
        height: var(--h, 16px)
    }
}

.card .scr {
    background: var(--pink);
    padding: 12px
}

.vcard {
    background: #fff;
    border-radius: 18px;
    padding: 16px
}

.vav {
    height: 120px;
    border-radius: 14px;
    background: linear-gradient(150deg, #C9B6F2, #F0628E);
    display: grid;
    place-items: center;
    position: relative
}

.vav .live {
    position: absolute;
    top: 9px;
    left: 9px;
    background: rgba(0, 0, 0, .34);
    color: #fff;
    font-family: "Sora";
    font-size: 9px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 100px;
    display: inline-flex;
    gap: 5px;
    align-items: center
}

.vav .live i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #5FE3A0
}

.vav .wv {
    display: flex;
    gap: 3px;
    align-items: center;
    height: 38px
}

.vav .wv i {
    width: 4px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .92);
    animation: wv 1.4s ease-in-out infinite
}

.vname {
    font-family: "Sora";
    font-weight: 600;
    font-size: 14px;
    margin-top: 11px
}

.vmeta {
    font-size: 11px;
    color: var(--faint)
}

.vbtns {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 12px
}

.vbtns b {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center
}

.vbtns .x {
    background: var(--ink);
    color: #fff
}

.vbtns .h {
    background: var(--pink-soft);
    color: var(--pink)
}

.vbtns b svg {
    width: 18px;
    height: 18px
}

/* ===== TWO CARDS ===== */
.duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    margin-top: 40px;
    position: relative;
    z-index: 5
}

.dcard {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 38px 36px;
    box-shadow: 0 40px 80px -50px rgba(20, 8, 24, .5)
}

.dcard .di {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    background: var(--pink-soft);
    display: grid;
    place-items: center;
    margin-bottom: 18px
}

.dcard .di svg {
    width: 26px;
    height: 26px;
    color: var(--pink)
}

.dcard .k {
    font-family: "Sora";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--pink)
}

.dcard h3 {
    font-size: 26px;
    margin-top: 4px
}

.dcard p {
    color: var(--body);
    font-size: 14.5px;
    margin-top: 10px
}

.dcard .btn {
    margin-top: 22px
}

/* ===== section scaffold ===== */
.sec {
    padding: 96px 0
}

.sec-head {
    max-width: 660px;
    margin: 0 auto 30px;
    text-align: center
}

.sec-head .ek {
    color: var(--pink);
    justify-content: center
}

.sec-head h2 {
    font-size: clamp(28px, 4vw, 44px);
    margin-top: 14px
}

.sec-head p {
    color: var(--body);
    margin-top: 16px
}

/* ===== WHY (split w/ phone list) ===== */
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 56px;
    align-items: center
}

.why-art {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 420px
}

.livephone {
    width: 280px;
    background: var(--plum);
    border-radius: 32px;
    padding: 14px;
    box-shadow: 0 50px 90px -44px rgba(20, 8, 24, .7)
}

.livephone .lh {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    padding: 8px 8px 14px
}

.livephone .lh b {
    font-family: "Sora";
    font-size: 14px;
    font-weight: 600
}

.livephone .lh .pill {
    margin-left: auto;
    font-size: 10px;
    font-family: "Sora";
    font-weight: 600;
    background: var(--pink);
    color: #fff;
    padding: 4px 10px;
    border-radius: 100px
}

.lrow {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, .06);
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 9px
}

.lrow .a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0
}

.lrow .nm {
    color: #fff;
    font-family: "Sora";
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2
}

.lrow .nm span {
    display: block;
    font-family: "Inter";
    font-weight: 400;
    font-size: 11px;
    color: rgba(255, 255, 255, .6)
}

.lrow .wv {
    margin-left: auto;
    display: flex;
    gap: 3px;
    align-items: center;
    height: 20px
}

.lrow .wv i {
    width: 3.5px;
    border-radius: 2px;
    background: var(--pink);
    animation: wv 1.4s ease-in-out infinite
}

.why-r .lead {
    color: var(--body);
    margin-top: 14px;
    font-size: 16.5px
}

.whypoint {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-top: 24px
}

.whypoint .wi {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: var(--pink-soft);
    display: grid;
    place-items: center;
    flex-shrink: 0
}

.whypoint .wi svg {
    width: 22px;
    height: 22px;
    color: var(--pink)
}

.whypoint h4 {
    font-size: 17px;
    font-family: "Sora"
}

.whypoint p {
    color: var(--body);
    font-size: 14.5px;
    margin-top: 3px
}

/* ===== HOW ===== */
.how {
    background: var(--blush)
}

.how-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.hstep {
    background: #fff;
    border-radius: 22px;
    padding: 30px 26px;
    border: 1px solid var(--line)
}

.hstep .n {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: var(--pink);
    color: #fff;
    display: grid;
    place-items: center;
    font-family: "Sora";
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 18px
}

.hstep:nth-child(2) .n {
    background: #C9B6F2
}

.hstep:nth-child(3) .n {
    background: #8FA2E8
}

.hstep:nth-child(4) .n {
    background: var(--plum)
}

.hstep h4 {
    font-size: 18px
}

.hstep p {
    color: var(--body);
    font-size: 14px;
    margin-top: 8px
}

/* ===== TESTIMONIALS ===== */
.tg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.tcard {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 30px;
    transition: .35s var(--ease)
}

.tcard:hover {
    transform: translateY(-5px);
    box-shadow: 0 34px 64px -40px rgba(20, 8, 24, .4)
}

.tcard .top {
    display: flex;
    align-items: center;
    gap: 13px
}

.tcard .av {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-family: "Sora";
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0
}

.tcard .nm {
    font-family: "Sora";
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 6px
}

.tcard .ago {
    font-size: 12px;
    color: var(--faint)
}

.tcard p {
    font-size: 14.5px;
    color: var(--body);
    margin-top: 16px
}

.tcard .arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--pink);
    color: #fff;
    display: grid;
    place-items: center;
    margin-top: 18px;
    margin-left: auto
}

.tcard .arrow svg {
    width: 15px;
    height: 15px
}

.tnote {
    text-align: center;
    font-size: 12.5px;
    color: var(--faint);
    margin-top: 30px
}

/* ===== REACH ===== */
.reach {
    background: var(--plum);
    color: #fff;
    position: relative;
    overflow: hidden
}

.reach .orb {
    position: absolute;
    border-radius: 50%;
    background: rgba(240, 98, 142, .18)
}

.reach-in {
    position: relative;
    z-index: 2;
    padding: 76px 56px;
    text-align: center;
}

.reach-in h2 {
    color: #fff;
    font-size: clamp(28px, 3.6vw, 40px)
}

.reach-in p {
    color: rgba(255, 255, 255, .85);
    max-width: 620px;
    margin: 14px auto 0;
}

.reach .numbox {
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 18px;
    padding: 16px 26px;
    margin-top: 24px
}

.reach .numbox span {
    font-size: 12px;
    color: rgba(255, 255, 255, .75);
    font-weight: 600;
    display: block
}

.reach .numbox b {
    font-family: "Sora";
    font-size: 24px;
    font-weight: 700
}

.reach .numbox b:hover {
    color: var(--pink)
}

.reach .small {
    margin-top: 16px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, .8)
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.chips span {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 100px;
    font-family: "Sora";
    font-weight: 500;
    font-size: 13.5px;
    padding: 8px 16px;
    transition: .25s
}

.chips span:hover {
    background: var(--pink);
    border-color: var(--pink)
}

/* ===== ETIQUETTE ===== */
.etq-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px
}

.eq {
    text-align: center;
    padding: 26px 18px;
    border-radius: 20px;
    background: var(--blush)
}

.eq .ei {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    box-shadow: 0 12px 24px -16px rgba(20, 8, 24, .5)
}

.eq .ei svg {
    width: 23px;
    height: 23px;
    color: var(--pink)
}

.eq h4 {
    font-size: 15px;
    font-family: "Sora"
}

.eq p {
    font-size: 12px;
    color: var(--body);
    margin-top: 5px
}

/* ===== FAQ ===== */
.fwrap {
    max-width: 780px;
    margin: 0 auto
}

.fi {
    border: 1px solid var(--line);
    border-radius: 18px;
    margin-bottom: 14px;
    overflow: hidden;
    background: #fff;
    transition: .3s
}

.fi.open {
    border-color: var(--pink);
    box-shadow: 0 24px 50px -38px rgba(240, 98, 142, .5)
}

.fq {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 22px 26px;
    font-family: "Sora";
    font-weight: 600;
    font-size: 16.5px;
    color: var(--ink)
}

.fq .pm {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--pink-soft);
    color: var(--pink);
    display: grid;
    place-items: center;
    font-size: 18px;
    flex-shrink: 0;
    transition: .3s
}

.fi.open .pm {
    background: var(--pink);
    color: #fff;
    transform: rotate(45deg)
}

.fa {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s var(--ease)
}

.fa p {
    padding: 0 26px 24px;
    font-size: 14.5px;
    color: var(--body)
}

/* ===== CLOSE ===== */
.close {
    margin: 0 16px;
    border-radius: 34px;
    background: linear-gradient(150deg, var(--pink), var(--pink-d));
    color: #fff;
    text-align: center;
    padding: 96px 28px;
    position: relative;
    overflow: hidden
}

.close .orb {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12)
}

.close h2 {
    color: #fff;
    font-size: clamp(32px, 4.8vw, 56px);
    position: relative;
    z-index: 2
}

.close p {
    color: rgba(255, 255, 255, .9);
    font-size: 17.5px;
    max-width: 500px;
    margin: 16px auto 0;
    position: relative;
    z-index: 2
}

.close .num {
    display: block;
    font-family: "Sora";
    font-weight: 700;
    font-size: clamp(26px, 3.4vw, 38px);
    margin: 26px 0 22px;
    position: relative;
    z-index: 2
}

.close .num:hover {
    color: var(--ink)
}

/* ===== FOOTER ===== */
footer {
    background: var(--ink);
    color: rgba(255, 255, 255, .64);
    padding: 24px 0;
    margin-top: 60px
}

.f-bot {
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    text-align: center;
}

.f-bot .age {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: "Sora";
    font-weight: 600;
    color: #fff
}

.f-bot .age span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--pink);
    display: grid;
    place-items: center;
    font-size: 10.5px;
    font-weight: 700;
    color: #fff
}

/* mobile callbar */
.callbar {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 1500;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 100px;
    padding: 9px 9px 9px 22px;
    box-shadow: 0 18px 40px -16px rgba(20, 8, 24, .4)
}

.callbar .t {
    font-family: "Sora";
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2
}

.callbar .t small {
    display: block;
    font-weight: 400;
    font-size: 11px;
    color: var(--body);
    font-family: "Inter"
}

@media(max-width:960px) {
    .nav-links {
        display: none
    }

    .hero-in,
    .why-grid,
    .reach-in {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .phones {
        height: 430px;
        max-width: 440px;
        margin: 0 auto
    }

    .duo {
        grid-template-columns: 1fr;
        margin-top: 24px
    }

    .how-grid {
        grid-template-columns: 1fr 1fr
    }

    .tg {
        grid-template-columns: 1fr
    }

    .etq-grid {
        grid-template-columns: 1fr 1fr
    }

    .why-art {
        order: -1
    }

    .f-top {
        grid-template-columns: 1fr 1fr
    }

    .callbar {
        display: flex
    }
}

@media(max-width:560px) {
    .wrap {
        padding: 0 22px
    }

    .sec {
        padding: 64px 0
    }

    .hero-in {
        padding: 44px 26px
    }

    .how-grid,
    .etq-grid,
    .f-top {
        grid-template-columns: 1fr
    }

    .reach-in {
        padding: 48px 28px
    }

    .dcard {
        padding: 30px 26px
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        animation: none !important;
        transition: none !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}