:root {
    --cream: #F7F4EC;
    --cream-2: #FBF9F3;
    --ink: #1C1B19;
    --body: #6E6B63;
    --faint: #A6A299;
    --lime: #D8EE74;
    --lime-d: #C7E257;
    --lime-soft: #EAF4C2;
    --blue: #2E50E6;
    --blue-d: #2440C4;
    --tan: #CBB295;
    --tan-soft: #E3D4C0;
    --line: #E9E4D8;
    --ease: cubic-bezier(.22, .61, .36, 1);
    --maxw: 1180px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%
}

body {
    background: var(--cream);
    color: var(--ink);
    font-family: "DM Sans", 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(--lime);
    color: var(--ink)
}

.wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 28px
}

h1,
h2,
h3,
h4 {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -.015em;
    color: var(--ink)
}

.ek {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--blue)
}

.ek::before {
    content: "";
    width: 18px;
    height: 2px;
    background: var(--blue)
}

/* buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 32px;
    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-lime {
    background: var(--lime);
    color: var(--ink)
}

.btn-lime:hover {
    transform: translateY(-2px);
    background: var(--lime-d)
}

.btn-blue {
    background: var(--blue);
    color: #fff
}

.btn-blue:hover {
    transform: translateY(-2px);
    background: var(--blue-d)
}

.btn-ghost {
    background: transparent;
    color: var(--ink);
    border: 1.5px solid var(--ink)
}

.btn-ghost:hover {
    background: var(--ink);
    color: #fff
}

/* 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(247, 244, 236, .86);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line)
}

.nav-in {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: "Outfit";
    font-weight: 700;
    font-size: 21px;
    letter-spacing: -.02em
}

.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: "Outfit";
    font-size: 15px;
    font-weight: 500;
    color: var(--body)
}

.nav-links a:hover {
    color: var(--ink)
}

.nav-call {
    font-family: "Outfit";
    font-weight: 600;
    font-size: 14px;
    padding: 11px 22px;
    border-radius: 100px;
    background: var(--ink);
    color: #fff;
    transition: .3s
}

.nav-call:hover {
    background: #000
}

/* ===== HERO ===== */
.hero {
    padding: 54px 0 80px;
    position: relative
}

.hero-in {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 54px;
    align-items: center
}

.hero-art {
    position: relative;
    min-height: 440px;
    display: grid;
    place-items: center
}

.hero-art .blobbg {
    position: absolute;
    width: 108%;
    height: 108%;
    z-index: 1;
    opacity: .9
}

.hero-art .flower {
    position: relative;
    z-index: 2;
    width: 88%
}

.hero-art .ovl {
    position: absolute;
    z-index: 3;
    inset: 0;
    display: grid;
    place-items: center;
    text-align: center
}

.hero-art .ovl .wv {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 60px
}

.hero-art .ovl .wv i {
    width: 7px;
    border-radius: 5px;
    background: rgba(28, 27, 25, .78);
    animation: wv 1.5s ease-in-out infinite
}

@keyframes wv {

    0%,
    100% {
        height: 14px
    }

    50% {
        height: var(--h, 40px)
    }
}

.hero-art .ovl .lab {
    margin-top: 18px;
    font-family: "Outfit";
    font-weight: 600;
    font-size: 15px;
    color: var(--ink)
}

.hero-art .badge {
    position: absolute;
    z-index: 4;
    background: var(--blue);
    color: #fff;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: grid;
    place-content: center;
    text-align: center;
    top: -6px;
    right: 2%;
    padding: 14px;
    box-shadow: 0 18px 40px -16px rgba(46, 80, 230, .6);
    transform: rotate(-8deg)
}

.hero-art .badge b {
    font-family: "Outfit";
    font-weight: 700;
    font-size: 15px;
    line-height: 1.15;
    display: block
}

.hero-art .badge span {
    font-size: 10.5px;
    opacity: .9;
    margin-top: 4px;
    display: block
}

.hero-art .chip {
    position: absolute;
    z-index: 4;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 100px;
    padding: 8px 15px;
    font-family: "Outfit";
    font-weight: 600;
    font-size: 12.5px;
    box-shadow: 0 14px 30px -18px rgba(28, 27, 25, .4);
    display: inline-flex;
    align-items: center;
    gap: 7px
}

.hero-art .chip svg {
    width: 14px;
    height: 14px;
    color: var(--blue)
}

.hero-art .chip.c1 {
    bottom: 14%;
    left: -4%
}

.hero-art .chip.c2 {
    bottom: 1%;
    right: 6%
}

.hero h1 {
    font-size: clamp(38px, 5.6vw, 64px);
    font-weight: 600
}

.hero .sub {
    color: var(--body);
    font-size: 17px;
    max-width: 440px;
    margin-top: 20px
}

.hero .cta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px
}

.hero .num {
    font-family: "Outfit";
    font-weight: 600;
    font-size: 19px
}

.hero .num:hover {
    color: var(--blue)
}

.proof {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 34px
}

.proof .avs {
    display: flex
}

.proof .avs i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 3px solid var(--cream);
    margin-left: -12px
}

.proof .avs i:first-child {
    margin-left: 0
}

.proof .avs i:nth-child(1) {
    background: linear-gradient(145deg, #E3D4C0, #CBB295)
}

.proof .avs i:nth-child(2) {
    background: linear-gradient(145deg, #EAF4C2, #C7E257)
}

.proof .avs i:nth-child(3) {
    background: linear-gradient(145deg, #C9D4FF, #2E50E6)
}

.proof .avs i:nth-child(4) {
    background: linear-gradient(145deg, #E8DCF8, #9B7DF0)
}

.proof .pt b {
    font-family: "Outfit";
    font-weight: 600;
    font-size: 15px;
    display: block;
    line-height: 1.1
}

.proof .pt .stars {
    color: var(--blue);
    font-size: 13px;
    letter-spacing: 2px
}

/* ===== section scaffold ===== */
.sec {
    padding: 96px 0
}

.sec-head {
    max-width: 620px;
    margin: 0 auto 56px;
    text-align: center
}

.sec-head h2 {
    font-size: clamp(28px, 4vw, 44px);
    margin-top: 14px
}

.sec-head p {
    color: var(--body);
    margin-top: 14px
}

.center-ek {
    justify-content: center
}

/* ===== EVENING (lime block, list + media) ===== */
.evening {
    background: var(--lime)
}

.ev-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 54px;
    align-items: center
}

.ev-grid h2 {
    font-size: clamp(28px, 3.8vw, 40px)
}

.ev-list {
    list-style: none;
    margin-top: 26px;
    display: grid;
    gap: 2px;
    max-width: 300px
}

.ev-list li a {
    display: block;
    font-family: "Outfit";
    font-weight: 500;
    font-size: 17px;
    color: var(--ink);
    padding: 11px 0;
    border-bottom: 1px solid rgba(28, 27, 25, .14);
    transition: .25s
}

.ev-list li:first-child a {
    font-weight: 700;
    border-bottom: 2px solid var(--ink)
}

.ev-list li a:hover {
    padding-left: 8px
}

.ev-cta {
    margin-top: 26px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Outfit";
    font-weight: 600;
    border-bottom: 2px solid var(--ink);
    padding-bottom: 4px
}

.ev-media {
    background: var(--cream-2);
    border-radius: 26px;
    padding: 22px;
    box-shadow: 0 30px 60px -34px rgba(28, 27, 25, .4)
}

.ev-player {
    background: linear-gradient(150deg, var(--tan-soft), var(--tan));
    border-radius: 18px;
    height: 230px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden
}

.ev-player .play {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    display: grid;
    place-items: center;
    box-shadow: 0 12px 30px -10px rgba(0, 0, 0, .4)
}

.ev-player .play svg {
    width: 24px;
    height: 24px;
    color: var(--ink);
    margin-left: 3px
}

.ev-player .pill {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(28, 27, 25, .78);
    color: #fff;
    font-family: "Outfit";
    font-weight: 600;
    font-size: 11px;
    padding: 5px 11px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.ev-player .pill i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--lime);
    animation: pulse 2s infinite
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(216, 238, 116, .7)
    }

    70% {
        box-shadow: 0 0 0 7px rgba(216, 238, 116, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(216, 238, 116, 0)
    }
}

.ev-cap {
    font-size: 14px;
    color: var(--ink);
    margin-top: 18px;
    padding-left: 2px;
    opacity: .85
}

/* ===== DESERVE (benefits) ===== */
.des-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 56px;
    align-items: center
}

.des-art {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 400px
}

.des-art .sq {
    width: 100%;
    max-width: 380px;
    aspect-ratio: 1/1.05;
    border-radius: 30px;
    background: linear-gradient(155deg, #EAF4C2, #CBB295);
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center
}

.des-art .sq .wv {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 54px
}

.des-art .sq .wv i {
    width: 7px;
    border-radius: 5px;
    background: rgba(28, 27, 25, .7);
    animation: wv 1.5s ease-in-out infinite
}

.des-art .fbadge {
    position: absolute;
    z-index: 4;
    background: #fff;
    border-radius: 14px;
    padding: 9px 14px;
    font-family: "Outfit";
    font-weight: 600;
    font-size: 12px;
    box-shadow: 0 16px 34px -18px rgba(28, 27, 25, .5);
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.des-art .fbadge .d {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--ink);
    display: grid;
    place-items: center
}

.des-art .fbadge .d svg {
    width: 12px;
    height: 12px;
    color: var(--lime)
}

.des-art .fbadge.b1 {
    top: 18%;
    left: -5%
}

.des-art .fbadge.b2 {
    bottom: 14%;
    right: -4%
}

.des-r h2 {
    font-size: clamp(28px, 3.8vw, 42px)
}

.des-r .lead {
    color: var(--body);
    margin-top: 14px;
    max-width: 440px
}

.benefit {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-top: 26px
}

.benefit .bi {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--lime);
    display: grid;
    place-items: center;
    flex-shrink: 0
}

.benefit .bi svg {
    width: 24px;
    height: 24px;
    color: var(--ink)
}

.benefit h4 {
    font-size: 18px;
    font-weight: 600
}

.benefit p {
    color: var(--body);
    font-size: 14.5px;
    margin-top: 3px
}

/* ===== OFFER (women free / men trial) ===== */

.offer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0
}

.offer-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    display: grid;
    place-content: center;
    text-align: center;
    padding: 18px;
    margin-bottom: 30px;
    box-shadow: 0 24px 50px -18px rgba(46, 80, 230, .55)
}

.offer-circle small {
    font-size: 11px;
    opacity: .88;
    letter-spacing: .04em
}

.offer-circle b {
    font-family: "Outfit";
    font-weight: 700;
    font-size: 17px;
    line-height: 1.1;
    margin-top: 4px;
    display: block
}

.offer-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    max-width: 900px;
    margin: 50px auto 0
}

.ocard {
    border-radius: 26px;
    padding: 42px 40px;
    position: relative;
    overflow: hidden
}

.ocard.women {
    background: var(--lime)
}

.ocard.men {
    background: var(--ink);
    color: #fff
}

.ocard .otag {
    font-family: "Outfit";
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase
}

.ocard.women .otag {
    color: var(--blue)
}

.ocard.men .otag {
    color: var(--lime)
}

.ocard h3 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px
}

.ocard.men h3 {
    color: #fff
}

.ocard .big {
    font-family: "Outfit";
    font-weight: 700;
    font-size: 46px;
    line-height: 1;
    margin-top: 8px
}

.ocard .big small {
    font-size: 17px;
    font-weight: 500
}

.ocard p {
    font-size: 15px;
    margin-top: 14px;
    max-width: 330px
}

.ocard.women p {
    color: #41502a
}

.ocard.men p {
    color: rgba(255, 255, 255, .82)
}

.ocard .btn {
    margin-top: 24px
}

.ocard .deco {
    position: absolute;
    border-radius: 50%;
    opacity: .5
}

/* ===== CONVERSATIONS (pills + cards) ===== */
.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 42px
}

.filters .fp {
    font-family: "Outfit";
    font-weight: 500;
    font-size: 14px;
    padding: 9px 20px;
    border-radius: 100px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--body);
    cursor: pointer;
    transition: .25s
}

.filters .fp.on {
    background: var(--lime);
    border-color: var(--lime);
    color: var(--ink);
    font-weight: 600
}

.conv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.cvc {
    background: var(--cream-2);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 26px;
    transition: .35s var(--ease)
}

.cvc:hover {
    transform: translateY(-5px);
    box-shadow: 0 34px 64px -38px rgba(28, 27, 25, .45)
}

.cvc .top {
    display: flex;
    align-items: center;
    gap: 13px
}

.cvc .av {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-family: "Outfit";
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0
}

.cvc .nm {
    font-family: "Outfit";
    font-weight: 600;
    font-size: 16px;
    line-height: 1.15
}

.cvc .hood {
    font-size: 12.5px;
    color: var(--faint)
}

.cvc .wv {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 26px;
    margin: 18px 0
}

.cvc .wv i {
    width: 5px;
    border-radius: 4px;
    background: var(--blue);
    animation: wv 1.5s ease-in-out infinite
}

.cvc .foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    padding-top: 14px
}

.cvc .live {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: "Outfit";
    font-weight: 600;
    font-size: 12.5px;
    color: var(--body)
}

.cvc .live i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #39B968;
    animation: pulse 2s infinite
}

.cvc .tag {
    font-family: "Outfit";
    font-size: 12px;
    font-weight: 600;
    color: var(--blue);
    background: #EAEEFF;
    border-radius: 100px;
    padding: 4px 11px
}

/* ===== HOW ===== */
.how-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.hstep {
    position: relative
}

.hstep .n {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1.5px solid var(--ink);
    display: grid;
    place-items: center;
    font-family: "Outfit";
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 18px
}

.hstep:nth-child(2) .n {
    background: var(--lime);
    border-color: var(--lime)
}

.hstep:nth-child(3) .n {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff
}

.hstep:nth-child(4) .n {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff
}

.hstep h4 {
    font-size: 18px;
    font-weight: 600
}

.hstep p {
    color: var(--body);
    font-size: 14px;
    margin-top: 8px
}

/* ===== BALTIMORE ===== */
.balt {
    background: var(--lime-soft);
    border-radius: 34px;
    margin: 0 16px;
    overflow: hidden
}

.balt-in {
    padding: 74px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center
}

.balt-in h2 {
    font-size: clamp(28px, 3.6vw, 40px)
}

.balt-in p {
    color: var(--body);
    margin-top: 14px;
    max-width: 420px
}

.balt .numbox {
    display: inline-block;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 16px 24px;
    margin-top: 24px;
    box-shadow: 0 20px 40px -28px rgba(28, 27, 25, .4)
}

.balt .numbox span {
    font-size: 12px;
    color: var(--faint);
    font-weight: 600;
    display: block
}

.balt .numbox b {
    font-family: "Outfit";
    font-size: 24px;
    font-weight: 700
}

.balt .numbox b:hover {
    color: var(--blue)
}

.balt .toll {
    margin-top: 16px;
    font-size: 13.5px;
    color: var(--body)
}

.balt .toll a {
    color: var(--blue);
    font-weight: 600;
    border-bottom: 1px solid var(--blue)
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.chips span {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 100px;
    font-family: "Outfit";
    font-weight: 500;
    font-size: 13.5px;
    padding: 8px 16px;
    transition: .25s
}

.chips span:hover {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink)
}

/* ===== TESTIMONIALS (blue) ===== */
.tst {
    background: var(--blue);
    color: #fff;
    border-radius: 34px;
    margin: 0 16px;
    overflow: hidden
}

.tst-in {
    padding: 74px 56px
}

.tst-in h2 {
    color: #fff;
    font-size: clamp(28px, 3.8vw, 42px);
    margin-bottom: 44px
}

.tst-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 50px;
    align-items: center
}

.tst-list {
    list-style: none;
    display: grid;
    gap: 2px
}

.tst-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    font-family: "Outfit";
    font-weight: 500;
    font-size: 17px;
    cursor: default;
    transition: .25s;
    opacity: .7
}

.tst-list li.on {
    opacity: 1;
    font-weight: 600
}

.tst-list li .ix {
    font-size: 12px;
    opacity: .7;
    width: 26px
}

.tst-feat {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 24px;
    padding: 38px
}

.tst-feat .av {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(145deg, #EAF4C2, #C7E257);
    display: grid;
    place-items: center;
    font-family: "Outfit";
    font-weight: 700;
    font-size: 20px;
    color: var(--ink)
}

.tst-feat .topic {
    font-family: "Outfit";
    font-weight: 600;
    font-size: 20px;
    margin-top: 18px
}

.tst-feat q {
    display: block;
    font-size: 16px;
    margin-top: 12px;
    color: rgba(255, 255, 255, .92);
    line-height: 1.7
}

.tst-feat .by {
    margin-top: 18px;
    font-family: "Outfit";
    font-weight: 600;
    font-size: 14px;
    color: rgba(255, 255, 255, .8)
}

.tst-note {
    text-align: center;
    font-size: 12.5px;
    color: rgba(255, 255, 255, .7);
    margin-top: 34px
}

/* ===== GUIDELINES ===== */
.guide-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px
}

.gcard {
    text-align: center;
    padding: 26px 18px;
    border-radius: 20px;
    border: 1px solid var(--line);
    background: var(--cream-2)
}

.gcard .gi {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--lime);
    display: grid;
    place-items: center;
    margin: 0 auto 14px
}

.gcard .gi svg {
    width: 23px;
    height: 23px;
    color: var(--ink)
}

.gcard h4 {
    font-size: 15px;
    font-weight: 600
}

.gcard p {
    font-size: 12px;
    color: var(--body);
    margin-top: 5px
}

/* ===== FAQ ===== */
.fwrap {
    max-width: 760px;
    margin: 0 auto
}

.fi {
    border: 1px solid var(--line);
    border-radius: 18px;
    margin-bottom: 14px;
    overflow: hidden;
    background: var(--cream-2);
    transition: .3s
}

.fi.open {
    border-color: var(--blue);
    box-shadow: 0 24px 48px -34px rgba(46, 80, 230, .4)
}

.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: "Outfit";
    font-weight: 600;
    font-size: 16.5px;
    color: var(--ink)
}

.fq .pm {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--lime);
    color: var(--ink);
    display: grid;
    place-items: center;
    font-size: 18px;
    flex-shrink: 0;
    transition: .3s
}

.fi.open .pm {
    background: var(--blue);
    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 {
    text-align: center;
    padding: 104px 28px
}

.close h2 {
    font-size: clamp(32px, 5vw, 60px);
    font-weight: 600
}

.close p {
    color: var(--body);
    font-size: 18px;
    max-width: 480px;
    margin: 16px auto 0
}

.close .num {
    display: block;
    font-family: "Outfit";
    font-weight: 700;
    font-size: clamp(26px, 3.4vw, 38px);
    margin: 26px 0 22px
}

.close .num:hover {
    color: var(--blue)
}

/* ===== FOOTER ===== */
footer {
    background: var(--ink);
    color: rgba(255, 255, 255, .66);
    padding: 30px 0;
    margin-top: 30px
}


.f-bot {
    font-size: 13px;
    color: rgba(255, 255, 255, .5)
}

.f-bot .age {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: "Outfit";
    font-weight: 600;
    color: #fff
}

.f-bot .age span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--lime);
    display: grid;
    place-items: center;
    font-size: 10.5px;
    font-weight: 700;
    color: var(--ink)
}

/* 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(28, 27, 25, .4)
}

.callbar .t {
    font-family: "Outfit";
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2
}

.callbar .t small {
    display: block;
    font-weight: 400;
    font-size: 11px;
    color: var(--body)
}

@media(max-width:960px) {
    .nav-links {
        display: none
    }

    .hero-in,
    .ev-grid,
    .des-grid,
    .balt-in,
    .tst-grid {
        grid-template-columns: 1fr;
        gap: 44px
    }

    .offer-cards {
        grid-template-columns: 1fr
    }

    .conv-grid {
        grid-template-columns: 1fr 1fr
    }

    .how-grid {
        grid-template-columns: 1fr 1fr
    }

    .guide-grid {
        grid-template-columns: 1fr 1fr
    }

    .des-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
    }

    .conv-grid,
    .how-grid,
    .guide-grid,
    .f-top {
        grid-template-columns: 1fr
    }

    .balt-in,
    .tst-in {
        padding: 48px 26px
    }

    .ocard {
        padding: 34px 28px
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        animation: none !important;
        transition: none !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}