* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #090a0b;
    color: #f5f3ef;
    font-family: Manrope, Arial, sans-serif
}

.header {
    height: 66px;
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 0 5.5%;
    background: rgba(8, 9, 10, .76);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid #1c1d1e
}

.brand {
    color: #f4eee6;
    text-decoration: none;
    font-size: 19px;
    display: flex;
    gap: 7px;
    align-items: center
}

.brand:first-letter {
    color: #e8cfb6
}

.brand strong {
    font-weight: 700
}

.brand strong span {
    font-weight: 500
}

.header nav {
    display: flex;
    gap: 32px;
    margin: auto
}

.header nav a {
    font-size: 13px;
    color: #aaa8a5;
    text-decoration: none
}

.header nav a:hover, .header nav a.active {
    color: #fff
}

.header-actions {
    display: flex;
    gap: 17px;
    align-items: center
}

.login {
    background: none;
    border: 0;
    color: #eee;
    font-size: 13px;
    font-weight: 700;
    font-style: inherit;
    cursor: pointer
}

.btn {
    border: 0;
    border-radius: 11px;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 700;
    font-style: inherit;
    cursor: pointer;
    transition: .2s
}

.cream {
    background: #e7d0b9;
    color: #161311
}

.cream:hover {
    transform: translateY(-2px);
    background: #f0dac4
}

.register {
    padding: 10px 18px
}

.burger {
    display: none;
    background: none;
    border: 0;
    color: #fff;
    font-size: 21px
}

.hero {
    min-height: 620px;
    padding: 110px 5.5% 45px;
    display: grid;
    grid-template-columns:43% 57%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #08090a 0%, #101112 42%, #161513 100%)
}

.hero-text {
    position: relative;
    z-index: 4;
    align-self: center;
    max-width: 570px
}

.tiny {
    font-size: 9px;
    letter-spacing: 1.8px;
    color: #d2b9a1;
    font-weight: 700;
    margin-bottom: 16px
}

.hero h1 {
    font-size: clamp(50px, 5.4vw, 79px);
    line-height: .95;
    letter-spacing: -3.5px;
    margin: 0 0 24px;
    font-weight: 700
}

.hero h1 span {
    color: #ead1ba
}

.hero p {
    max-width: 430px;
    color: #a7a7a5;
    font-size: 12px;
    line-height: 1.65
}

.mini-features {
    display: flex;
    gap: 27px;
    margin: 27px 0
}

.mini-features span {
    display: flex;
    gap: 8px;
    color: #d2bca8;
    font-size: 17px
}

.mini-features b {
    font-size: 12px;
    line-height: 1.3;
    color: #d0ceca;
    font-weight: 600
}

.hero-btn {
    font-size: 12px;
    padding: 15px 26px
}

.hero-btn span, .cream span {
    margin-left: 1px
}

.joined {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: #7d7e80;
    font-size: 9px
}

.joined b {
    color: #aaa;
    font-weight: 500
}

.faces {
    display: flex
}

.faces i {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 2px solid #151617;
    background: url('img/p1.jpg') center/cover;
    margin-left: -6px
}

.faces i:nth-child(2) {
    background-image: url('img/p2.jpg')
}

.faces i:nth-child(3) {
    background-image: url('img/p3.jpg')
}

.faces i:nth-child(4) {
    background-image: url('img/p4.jpg')
}

.hero-visual {

    position: absolute;
    right: 0;
    top: 0;
    width: 68%;
    height: 100%;
    overflow: hidden
}



.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 32%;
    filter: saturate(.76)
}

.hero-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #08090a 0%, rgba(8, 9, 10, .88) 7%, transparent 39%, rgba(8, 9, 10, .1) 70%, #08090a 100%), linear-gradient(0deg, #08090a 0%, transparent 25%, transparent 82%, #08090a 100%)
}

.age-badge {
    position: absolute;
    right: 5.5%;
    bottom: 62px;
    width: 78px;
    height: 78px;
    border: 1px solid #dfc8b1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 27px;
    color: #eee;
    z-index: 3
}

.age-badge span {
    font-size: 14px;
    margin-left: 2px
}

.why {
    padding: 45px 5.5%;
    display: grid;
    grid-template-columns:34% 66%;
    gap: 50px;
    border-bottom: 1px solid #202123
}

.why-title h2 {
    font-size: 27px;
    line-height: 1.25;
    letter-spacing: -1.3px;
    margin: 0
}

.why-title h2 span {
    color: #d5bda7
}

.why-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr)
}

.why-grid article {
    padding: 3px 20px;
    border-left: 1px solid #292a2c
}

.why-grid b {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #423b35;
    border-radius: 50%;
    color: #ddc5ae;
    font-size: 19px
}

.why-grid h3 {
    font-size: 13px;
    margin: 13px 0 7px
}

.why-grid p {
    font-size: 9px;
    color: #76787a;
    line-height: 1.6;
    margin: 0
}

.profiles {
    padding: 30px 5.5% 50px
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 20px
}

.section-head h2 {
    font-size: 23px;
    margin: 0 0 4px
}

.section-head p {
    font-size: 9px;
    color: #747577;
    margin: 0
}

.section-head a {
    font-size: 9px;
    color: #ddc1a5;
    text-decoration: none
}

.cards {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 17px
}

.card {
    min-width: 0
}

.pic {

    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #18191a
}

.pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pic em {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 7px;
    height: 7px;
    background: #43d782;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(67, 215, 130, .1)
}

.pic button {
    position: absolute;
    right: 8px;
    bottom: 8px;
    background: rgba(0, 0, 0, .45);
    border: 0;
    color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    font-size: 17px;
    cursor: pointer
}

.card h3 {
    font-size: 14px;
    margin: 10px 0 3px
}

.card p {
    font-size: 10px;
    color: #737579;
    margin: 0
}

.app {
    margin: 0 5.5% 0;
    padding: 42px 6%;
    height: 240px;
    display: grid;
    grid-template-columns:50% 50%;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(100deg, #25211e, #171514);
    position: relative
}

.app:after {
    content: "";
    position: absolute;
    right: -100px;
    top: -130px;
    width: 350px;
    height: 350px;
    border: 1px solid #54483e;
    border-radius: 50%;
    opacity: .4
}

.phones {
    height: 250px;
    position: relative
}

.phone {
    position: absolute;
    width: 115px;
    height: 225px;
    border: 5px solid #151515;
    border-radius: 20px;
    background: url('p2.jpg') center/cover;
    bottom: -45px;
    box-shadow: 0 15px 30px #000
}

.phone:after {
    content: "";
    position: absolute;
    inset: 70% 5px 5px;
    border-radius: 12px;
    background: linear-gradient(transparent, #111)
}

.one {
    left: 50px;
    transform: rotate(-8deg)
}

.two {
    left: 125px;
    transform: rotate(7deg)
}

.app h2 {
    font-size: 28px;
    line-height: 1.05;
    margin: 0 0 10px
}

.app p {
    font-size: 9px;
    line-height: 1.7;
    color: #a9a39e;
    max-width: 300px
}

.stores {
    display: flex;
    gap: 10px
}

.stores button {
    border: 0;
    border-radius: 8px;
    padding: 9px 13px;
    background: #565452;
    color: #eee;
    font: 600 9px inherit
}

.testimonials {
    background: #e9ded1;
    color: #161513;
    padding: 38px 5.5%;
    display: grid;
    grid-template-columns:28% 72%;
    gap: 35px
}

.test-title h2 {
    font-size: 26px;
    line-height: 1.1;
    margin: 0
}

.pager {
    font-size: 10px;
    color: #77716b;
    margin-top: 28px
}

.quotes {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 15px
}

.quotes article {
    background: #f4eee7;
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 5px 20px rgba(80, 65, 50, .05)
}

.quotes header {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 10px
}

.quotes header > span {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #252628;
    color: #fff
}

.quotes header b {
    font-size: 12px
}

.quotes header small {
    display: block;
    font-weight: 400;
    color: #85807a;
    margin-top: 2px
}

.quotes header:last-child {
    margin-left: auto
}

.quotes p {
    font-size: 10px;
    line-height: 1.7;
    color: #5f5a55;
    min-height: 62px
}

.quotes article > div:last-child {
    color: #c49c6e;
    letter-spacing: 2px;
    font-size: 18px
}

.bottom-cta {
    padding: 33px 5.5%;
    display: grid;
    grid-template-columns:1.1fr 1fr auto;
    align-items: center;
    gap: 35px;
    border-bottom: 1px solid #242527
}

.bottom-cta h2 {
    font-size: 24px;
    line-height: 1.05;
    margin: 0
}

.bottom-cta p {
    font-size: 9px;
    color: #77797b;
    max-width: 270px
}

.cta18 {
    width: 60px;
    height: 60px;
    border: 1px solid #4a4b4d;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 17px
}

.cta18 small {
    display: none
}

footer {
    padding: 25px 5.5%;
    display: grid;
    grid-template-columns:1fr 2fr 1fr;
    align-items: center
}

footer .foot-links {
    display: flex;
    justify-content: center;
    gap: 25px
}

footer a, footer small {
    font-size: 8px;
    color: #66686a;
    text-decoration: none
}

footer > small {
    text-align: right
}

.overlay {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .78);
    backdrop-filter: blur(13px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.overlay.show {
    display: flex
}

.age-box, .modal-box {
    position: relative;
    width: min(390px, 100%);
    padding: 34px;
    background: #151616;
    border: 1px solid #393837;
    border-radius: 18px;
    box-shadow: 0 35px 100px #000
}

.age-box {
    text-align: center
}

.logo-big {
    font-size: 40px;
    color: #e5cdb6
}

.age-box h2, .modal-box h2 {
    font-size: 28px;
    line-height: 1.05;
    margin: 7px 0 12px
}

.age-box p, .modal-box p {
    font-size: 11px;
    line-height: 1.7;
    color: #8f9091
}

.age-box .btn {
    width: 100%;
    margin-top: 17px
}

.plain {
    background: none;
    border: 0;
    color: #777;
    font: 500 10px inherit;
    margin: 15px auto 0;
    display: block;
    cursor: pointer
}

.x {
    position: absolute;
    right: 15px;
    top: 10px;
    border: 0;
    background: none;
    color: #8b8c8e;
    font-size: 26px;
    cursor: pointer
}

.modal-box form {
    display: grid;
    gap: 10px;
    margin-top: 18px
}

.modal-box input:not([type=checkbox]) {
    width: 100%;
    padding: 13px;
    border: 1px solid #353638;
    background: #0c0d0e;
    color: #fff;
    border-radius: 10px;
    font: 11px inherit;
    outline: none
}

.modal-box input:focus {
    border-color: #cbb09a
}

.modal-box label {
    font-size: 9px;
    color: #747679
}

.modal-box .btn {
    margin-top: 5px
}

.success {
    display: none;
    color: #79d69a;
    font-size: 10px;
    margin-top: 12px
}

@media (max-width: 900px) {
    .header nav {
        display: none
    }

    .burger {
        display: block
    }

    .hero {
        grid-template-columns:1fr;
        min-height: 700px;
        padding-top: 115px
    }

    .hero-visual {
        width: 100%;
        height: 100%;
        opacity: .75
    }

    .hero-fade {
        background: linear-gradient(90deg, #08090a 0%, rgba(8, 9, 10, .72) 35%, rgba(8, 9, 10, .25) 100%), linear-gradient(0deg, #08090a 0%, transparent 35%, #08090a 100%)
    }

    .hero-text {
        max-width: 600px
    }

    .why {
        grid-template-columns:1fr;
        gap: 30px
    }

    .why-grid {
        grid-template-columns:repeat(2, 1fr);
        gap: 20px
    }

    .why-grid article {
        border: 0
    }

    .cards {
        grid-template-columns:repeat(3, 1fr)
    }

    .cards .card:nth-child(n+4) {
        display: none
    }

    .testimonials {
        grid-template-columns:1fr
    }

    .quotes {
        grid-template-columns:1fr
    }

    .app {
        grid-template-columns:1fr;
        height: auto;
        min-height: 300px
    }

    .phones {
        display: none
    }

    .bottom-cta {
        grid-template-columns:1fr 1fr
    }

    .cta18 {
        display: none
    }

    footer {
        grid-template-columns:1fr;
        gap: 20px
    }

    footer .foot-links {
        justify-content: flex-start;
        flex-wrap: wrap
    }

    footer > small {
        text-align: left
    }
}

@media (max-width: 560px) {
    .header {
        padding: 0 20px
    }

    .register {
        display: none
    }

    .hero {
        padding-left: 20px;
        padding-right: 20px
    }

    .hero h1 {
        font-size: 53px
    }

    .mini-features {
        gap: 13px
    }

    .mini-features span {
        font-size: 14px
    }

    .mini-features b {
        font-size: 8px
    }

    .age-badge {
        right: 20px
    }

    .why, .profiles {
        padding-left: 20px;
        padding-right: 20px
    }

    .cards {
        grid-template-columns:repeat(2, 1fr);
        gap: 12px
    }

    .cards .card:nth-child(n+3) {
        display: none
    }

    .pic {
        height: 230px
    }

    .app {
        margin: 0 20px;
        padding: 35px 25px
    }

    .bottom-cta {
        grid-template-columns:1fr;
        padding: 35px 20px
    }

    .testimonials {
        padding: 35px 20px
    }

    .section-head {
        align-items: flex-start;
        gap: 15px
    }

    .header nav.mobile {
        display: flex;
        position: absolute;
        top: 66px;
        left: 0;
        right: 0;
        background: #101112;
        padding: 20px;
        flex-direction: column;
        gap: 18px;
        border-bottom: 1px solid #222
    }

    .header nav.mobile a {
        padding: 0
    }
}
