/* Landing page recreation */
body.layout-marketing {
    --v-bg: #07071d;
    --v-ink: #151126;
    --v-muted: #6f6a86;
    --v-purple: #5f38db;
    --v-violet: #8b49ff;
    --v-pink: #ec5aaa;
    --v-gold: #ffc34d;
    --v-gold-dark: #f3a922;
    --v-line: #e9e4f4;
    --v-card: #ffffff;
    --v-display: Georgia, "Times New Roman", serif;
    --v-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #ffffff;
    color: var(--v-ink);
    font-family: var(--v-body);
}

.marketing-page,
.marketing-page * {
    box-sizing: border-box;
}

.marketing-page {
    min-width: 0;
    background: #ffffff;
}

.v-container {
    width: min(calc(100% - 80px), 1100px);
    margin: 0 auto;
}

.v-hero {
    position: relative;
    min-height: 576px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(580px 310px at 61% 101%, rgba(84, 45, 201, 0.72), transparent 66%),
        radial-gradient(430px 320px at 86% 74%, rgba(73, 29, 145, 0.62), transparent 68%),
        radial-gradient(480px 310px at -8% -18%, rgba(54, 33, 116, 0.45), transparent 65%),
        linear-gradient(124deg, #090819 0%, #0d0b25 43%, #1a0e44 72%, #2b1262 100%);
}

.v-header {
    position: relative;
    z-index: 4;
    height: 64px;
}

.v-header__inner {
    height: 100%;
    display: flex;
    align-items: center;
}

.v-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #ffffff;
    line-height: 1;
}

.v-brand__mark {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.1));
}

.v-brand__word {
    font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.01em;
    color: inherit;
    display: inline-block;
    position: relative;
    line-height: 1;
}

.v-brand__word sup {
    font-size: 9px; 
    font-weight: 400;
    position: absolute;
    top: -2px; 
    right: 0;
    display: block;
    opacity: 0.9;
    letter-spacing: -0.05em; /* Tighter to fit 'by CS' width to 's' */
    line-height: 1;
}

.v-nav {
    display: flex;
    align-items: center;
    gap: 41px;
    margin-left: 81px;
}

.v-nav a,
.v-login,
.v-join {
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.v-nav a {
    color: rgba(255, 255, 255, 0.91);
}

.v-header__actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.v-login,
.v-join {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    height: 30px;
}

.v-login {
    width: 59px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.02);
}

.v-join {
    width: 77px;
    color: #171026;
    background: linear-gradient(180deg, #ffd36e 0%, #ffb943 100%);
    box-shadow: 0 8px 20px rgba(245, 176, 58, 0.18);
}

.v-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 0;
    padding-top: 39px;
}

.v-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 19px;
    padding: 0 10px;
    border-radius: 999px;
    margin: 1px 0 13px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 8.8px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.v-badge span {
    display: inline-grid;
    place-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    color: #ffbd32;
    background: rgba(255, 193, 77, 0.1);
    font-size: 10px;
}

.v-hero__title {
    margin: 0;
    max-width: 380px;
    font-family: var(--v-display);
    font-size: 46px;
    font-weight: 700;
    line-height: 0.99;
    letter-spacing: 0;
}

.v-hero__line,
.v-hero__accent {
    display: block;
    transform-origin: left center;
}

.v-hero__line {
    width: max-content;
    white-space: nowrap;
    transform: scaleX(0.84);
}

.v-hero__accent {
    width: max-content;
    transform: scaleX(0.96);
    background: linear-gradient(
        90deg, 
        #824cff 0%, 
        #c751d8 20%, 
        #ff5689 40%, 
        #ffffff 50%, 
        #ff5689 60%, 
        #c751d8 80%, 
        #824cff 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: v-text-glow 4s linear infinite;
}

@keyframes v-text-glow {
    0% {
        background-position: 200% center;
    }
    100% {
        background-position: -200% center;
    }
}

.v-hero__text {
    max-width: 333px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.91);
    font-size: 13.2px;
    line-height: 1.58;
    font-weight: 500;
}

.v-hero__buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 34px;
}

.v-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 10px;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 11.5px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.v-button svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.v-button--gold {
    color: #171026;
    background: linear-gradient(180deg, #ffd56e 0%, #ffc04c 55%, #ffb33a 100%);
    box-shadow: 0 14px 30px rgba(255, 189, 63, 0.16);
}

.v-hero__buttons .v-button--gold {
    width: 155px;
}

.v-button--ghost {
    width: 142px;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.035);
}

.v-button--ghost svg circle,
.v-button--ghost svg path {
    fill: none;
}

.v-button--ghost svg path:last-child {
    fill: currentColor;
    stroke: none;
}

.v-proof {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 46px;
}

.v-proof__avatars {
    display: flex;
    flex: 0 0 auto;
}

.v-proof__avatar {
    width: 28px;
    height: 28px;
    margin-left: -8px;
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}

.v-proof__avatar:first-child {
    margin-left: 0;
}

.v-proof__avatar--one {
    background-image: linear-gradient(135deg, rgba(0,0,0,0.08), rgba(0,0,0,0.12)), url("../images/hero-match-photo.png");
}

.v-proof__avatar--two {
    background: radial-gradient(circle at 50% 35%, #f5c5aa 0 28%, #4d2b1d 29% 42%, #31415b 43% 100%);
}

.v-proof__avatar--three {
    background: radial-gradient(circle at 50% 35%, #d8a98b 0 28%, #2b1710 29% 42%, #b96675 43% 100%);
}

.v-proof__avatar--four {
    background: radial-gradient(circle at 50% 35%, #edc3aa 0 28%, #3a261b 29% 42%, #e9eef7 43% 100%);
}

.v-proof p {
    width: 250px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 11.8px;
    line-height: 1.55;
    font-weight: 500;
}

/* Heart Droplets Animation */
.v-heart-droplets {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.v-heart-droplet {
    position: absolute;
    top: -20px;
    color: #ff3b30; /* Vibrant Red */
    fill: currentColor;
    animation: v-heart-fall linear forwards;
}

.v-heart-droplet svg {
    width: 100%;
    height: 100%;
}

@keyframes v-heart-fall {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(600px) rotate(360deg);
        opacity: 0;
    }
}

/* Grand Entrance Scroll Reveal Animation */
.v-reveal {
    perspective: 1200px;
}

.v-reveal-item {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(100px) rotateX(-15deg) scale(0.85);
    transition: 
        opacity 1.2s cubic-bezier(0.34, 1.56, 0.64, 1), 
        transform 1.2s cubic-bezier(0.34, 1.56, 0.64, 1),
        filter 1.2s ease-out;
    will-change: transform, opacity, filter;
}

.v-reveal--active .v-reveal-item {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) rotateX(0deg) scale(1);
}

/* Staggered Delays for items within a section - More pronounced for "Grand Entrance" */
.v-reveal--active .v-reveal-item:nth-child(1) { transition-delay: 0.15s; }
.v-reveal--active .v-reveal-item:nth-child(2) { transition-delay: 0.3s; }
.v-reveal--active .v-reveal-item:nth-child(3) { transition-delay: 0.45s; }
.v-reveal--active .v-reveal-item:nth-child(4) { transition-delay: 0.6s; }
.v-reveal--active .v-reveal-item:nth-child(5) { transition-delay: 0.75s; }
.v-reveal--active .v-reveal-item:nth-child(6) { transition-delay: 0.9s; }

.v-hero__scene {
    position: relative;
    min-height: 473px;
}

.v-heart-line {
    position: absolute;
    top: -5px;
    left: 282px;
    width: 232px;
    height: 151px;
    fill: none;
    overflow: visible;
    pointer-events: none;
}

.v-heart-line path:first-child {
    stroke: #8b49ff;
    stroke-width: 2.1;
}

.v-heart-line path:last-child {
    stroke: #f36d92;
    stroke-width: 1.65;
}

.v-phone {
    position: absolute;
    top: -29px;
    left: 16px;
    width: 213px;
    height: 474px;
    padding: 7px;
    border-radius: 39px;
    background: linear-gradient(180deg, #29282c 0%, #060608 100%);
    box-shadow:
        0 0 0 2px #8e8e98 inset,
        0 18px 35px rgba(0, 0, 0, 0.36);
}

.v-phone::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 87px;
    width: 3px;
    height: 21px;
    border-radius: 2px 0 0 2px;
    background: #706f78;
}

.v-phone::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 132px;
    width: 3px;
    height: 43px;
    border-radius: 0 2px 2px 0;
    background: #706f78;
}

.v-phone__notch {
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 50%;
    width: 61px;
    height: 20px;
    transform: translateX(-50%);
    border-radius: 0 0 13px 13px;
    background: #000000;
}

.v-phone__screen {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 32px;
    background: #fbfbfd;
    color: #1a1730;
    padding: 39px 15px 0;
}

.v-phone__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.v-phone__top strong {
    font-size: 9px;
    font-weight: 800;
}

.v-phone__top span {
    color: #8a8796;
    font-size: 8px;
    font-weight: 600;
}

.v-phone__photo {
    display: block;
    width: 166px;
    height: 224px;
    border-radius: 7px;
    object-fit: cover;
    box-shadow: 0 9px 18px rgba(17, 17, 36, 0.12);
}

.v-phone__compat {
    margin-top: 9px;
    padding: 10px 10px 8px;
    min-height: 74px;
    border-radius: 7px;
    border: 1px solid #efedf5;
    background: #ffffff;
}

.v-phone__compat strong {
    display: block;
    margin-bottom: 5px;
    font-size: 8.8px;
    font-weight: 800;
}

.v-phone__compat p {
    margin: 0 0 7px;
    color: #696476;
    font-size: 7.5px;
    line-height: 1.35;
}

.v-phone__compat a {
    color: #6941ff;
    text-decoration: none;
    font-size: 7.4px;
    font-weight: 800;
}

.v-phone__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    margin-top: 6px;
}

.v-phone__action {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 11px 22px rgba(31, 27, 56, 0.13);
}

.v-phone__action svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
}

.v-phone__action--skip {
    color: #1b1538;
}

.v-phone__action--like {
    color: #ffffff;
    background: radial-gradient(circle at 30% 20%, #ff9cc8 0%, #f95494 47%, #ffae46 100%);
}

.v-phone__action--like svg {
    fill: currentColor;
    stroke: none;
}

.v-phone__tabs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    height: 34px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    border-top: 1px solid #f0eef7;
    background: #ffffff;
}

.v-phone__tabs span {
    display: grid;
    justify-items: center;
    gap: 2px;
    color: #8e8a98;
    font-size: 6px;
    font-weight: 700;
}

.v-phone__tabs svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.v-phone__tabs .is-active {
    color: #7044ff;
}

.v-assistant-card {
    position: absolute;
    top: 93px;
    left: 239px;
    width: 173px;
    height: 282px;
    border-radius: 10px;
    color: #332d4d;
    background:
        radial-gradient(120px 130px at 15% 84%, rgba(139, 73, 255, 0.08), transparent 70%),
        linear-gradient(180deg, #ffffff 0%, #faf8ff 100%);
    box-shadow: 0 18px 32px rgba(16, 9, 45, 0.2);
    padding: 28px 15px 13px;
}

.v-assistant-card__logo {
    position: absolute;
    top: -26px;
    left: 14px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: linear-gradient(135deg, #8b49ff 0%, #5a31c8 100%);
    box-shadow: 0 10px 20px rgba(76, 43, 196, 0.28);
}

.v-assistant-card__logo img {
    width: 31px;
    height: 31px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.v-assistant-card h2 {
    margin: 0 0 3px;
    font-size: 12.5px;
    line-height: 1.2;
    font-weight: 800;
}

.v-assistant-card > p {
    margin: 0 0 16px;
    color: #6b6484;
    font-size: 9.6px;
    line-height: 1.4;
}

.v-chat-bubble {
    margin-left: 2px;
    width: 112px;
    min-height: 59px;
    padding: 11px 10px;
    border-radius: 8px;
    background: #ffffff;
    color: #6a637f;
    font-size: 7.7px;
    line-height: 1.55;
    box-shadow: 0 10px 22px rgba(84, 45, 160, 0.07);
}

.v-assistant-chip {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 0 2px;
    padding: 8px 10px;
    border-radius: 7px;
    background: #f2ecff;
    color: #6941e5;
    font-size: 7.4px;
    font-weight: 700;
}

.v-assistant-input {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 13px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid #eeeaf8;
    color: #a8a3b7;
    font-size: 7.7px;
}

.v-assistant-input span {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border-radius: 5px;
    color: #ffffff;
    background: #6340e8;
}

.v-assistant-input svg {
    width: 11px;
    height: 11px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.v-steps {
    position: relative;
    z-index: 1;
    min-height: 303px;
    margin-top: -1px;
    padding: 29px 0 28px;
    border-radius: 8px 8px 0 0;
    background: #ffffff;
    box-shadow: 0 -10px 24px rgba(255, 255, 255, 0.42);
}

.v-section-head {
    text-align: center;
}

.v-section-head p {
    margin: 0 0 8px;
    color: #6b43e8;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
}

.v-section-head h2 {
    display: inline-block;
    margin: 0;
    color: #100b22;
    font-family: var(--v-display);
    font-size: 25.5px;
    line-height: 1.14;
    letter-spacing: 0;
    font-weight: 700;
    transform: scaleX(0.78);
    transform-origin: center top;
}

.v-step-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 31px;
    margin: 33px auto 0;
    max-width: 668px;
}

.v-step-grid::before {
    content: "";
    position: absolute;
    top: 31px;
    left: 68px;
    right: 68px;
    border-top: 1px dashed #d8cdfb;
}

.v-step {
    position: relative;
    text-align: center;
}

.v-step__icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 61px;
    height: 61px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fbf9ff 0%, #f2edff 100%);
    border: 1px solid #e5dcfb;
    box-shadow: inset 0 0 0 6px #f8f5ff;
}

.v-step__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #6a43ed;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.v-step__icon span {
    position: absolute;
    left: -2px;
    bottom: -1px;
    display: grid;
    place-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #ffffff;
    background: #5a35d2;
    font-size: 8px;
    font-weight: 800;
}

.v-step h3 {
    margin: 0 0 9px;
    color: #1c1534;
    font-size: 11.8px;
    line-height: 1.2;
    font-weight: 800;
}

.v-step p {
    margin: 0 auto;
    max-width: 123px;
    color: #56516b;
    font-size: 10.6px;
    line-height: 1.45;
}

.v-features {
    min-height: 370px;
    padding: 23px 0 16px;
    border-radius: 10px 10px 0 0;
    background:
        radial-gradient(420px 210px at 47% 2%, rgba(125, 73, 255, 0.18), transparent 70%),
        linear-gradient(180deg, #f5efff 0%, #ffffff 100%);
}

.v-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 12px;
    margin-top: 25px;
}

.v-feature {
    display: grid;
    grid-template-columns: 51px 1fr;
    gap: 14px;
    min-height: 118px;
    padding: 16px 16px 14px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #eeeaf7;
    box-shadow: 0 15px 32px rgba(40, 22, 90, 0.08);
}

.v-feature__icon {
    display: grid;
    place-items: center;
    width: 47px;
    height: 47px;
    border-radius: 10px;
    background:
        radial-gradient(circle at 75% 74%, #ffbe49 0 12%, transparent 13%),
        linear-gradient(135deg, #a679ff 0%, #6434d9 62%, #4d24bd 100%);
}

.v-feature__icon svg {
    width: 27px;
    height: 27px;
    fill: rgba(255, 255, 255, 0.76);
    stroke: #ffffff;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.v-feature h3 {
    margin: 0 0 7px;
    color: #191332;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
}

.v-feature p {
    margin: 0 0 9px;
    color: #56516b;
    font-size: 9.2px;
    line-height: 1.48;
}

.v-feature a {
    color: #6640e6;
    text-decoration: none;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
}

.v-stories {
    min-height: 247px;
    padding: 8px 0 10px;
    background: #ffffff;
}

.v-story-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    max-width: 692px;
    margin: 16px auto 0;
}

.v-story {
    position: relative;
    min-height: 162px;
    padding: 26px 18px 17px 47px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e9e5ef;
    box-shadow: 0 10px 24px rgba(24, 18, 54, 0.05);
}

.v-quote {
    position: absolute;
    top: 21px;
    left: 20px;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #8a57ff;
    background: #f3edff;
    font-family: Georgia, serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
}

.v-story p {
    margin: 0 0 19px;
    color: #252036;
    font-size: 9.8px;
    line-height: 1.58;
}

.v-story__author {
    display: flex;
    align-items: center;
    gap: 9px;
}

.v-story__avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    flex: 0 0 auto;
    background-size: cover;
    background-position: center;
}

.v-story__avatar--couple {
    background:
        radial-gradient(circle at 32% 38%, #d7a88b 0 15%, #302019 16% 25%, transparent 26%),
        radial-gradient(circle at 68% 38%, #f0c3a7 0 15%, #3f2a1d 16% 25%, transparent 26%),
        linear-gradient(135deg, #ede6df, #53708b);
}

.v-story__avatar--single,
.v-story__avatar--warm {
    background-image: url("../images/hero-match-photo.png");
}

.v-story__avatar--warm {
    background-position: 40% 30%;
}

.v-story__author strong,
.v-story__author small {
    display: block;
}

.v-story__author strong {
    color: #191332;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 800;
}

.v-story__author small {
    margin-top: 3px;
    color: #5d566f;
    font-size: 8.6px;
}

.v-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
}

.v-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d8d6df;
}

.v-dots .is-active {
    background: #653dde;
}

.v-cta {
    position: relative;
    min-height: 164px;
    margin: 0 5px;
    overflow: hidden;
    border-radius: 9px 9px 0 0;
    color: #ffffff;
    background:
        radial-gradient(300px 150px at 14% 100%, rgba(82, 45, 204, 0.54), transparent 70%),
        radial-gradient(420px 180px at 75% 24%, rgba(70, 31, 164, 0.5), transparent 75%),
        linear-gradient(120deg, #17084c 0%, #210c69 50%, #10052e 100%);
}

.v-cta__inner {
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: center;
    text-align: center;
    padding-top: 30px;
}

.v-cta h2 {
    display: inline-block;
    margin: 0;
    font-family: var(--v-display);
    font-size: 30px;
    line-height: 1.12;
    font-weight: 700;
    transform: scaleX(0.82);
    transform-origin: center top;
}

.v-cta p {
    margin: 6px 0 16px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 12.4px;
    line-height: 1.45;
}

.v-cta .v-button {
    min-width: 171px;
    min-height: 38px;
}

.v-cta__line {
    position: absolute;
    top: 34px;
    right: -1px;
    width: 280px;
    height: 116px;
    fill: none;
    opacity: 0.9;
}

.v-cta__line path:first-child {
    stroke: #8b49ff;
    stroke-width: 1.35;
}

.v-cta__line path:last-child {
    stroke: #ff6c94;
    stroke-width: 1.25;
}

.v-footer {
    min-height: 135px;
    padding: 20px 0 16px;
    background: #ffffff;
}

.v-footer__grid {
    display: grid;
    grid-template-columns: 178px repeat(3, 80px) 1fr;
    gap: 50px;
    align-items: start;
}

.v-brand--footer {
    color: #444444;
}

.v-footer .v-brand__mark {
    width: 26px;
    height: 26px;
}

.v-footer__brand p {
    max-width: 148px;
    margin: 10px 0 13px;
    color: #777188;
    font-size: 9px;
    line-height: 1.6;
}

.v-social {
    display: flex;
    gap: 16px;
    margin-bottom: 14px;
}

.v-social a {
    color: #37304c;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
}

.v-footer__brand small {
    color: #9a96a6;
    font-size: 8.7px;
}

.v-footer__col h3,
.v-newsletter h3 {
    margin: 0 0 8px;
    color: #4b465c;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 0.06em;
    font-weight: 800;
}

.v-footer__col a {
    display: block;
    margin-top: 6px;
    color: #625d75;
    text-decoration: none;
    font-size: 8.8px;
    line-height: 1.1;
}

.v-newsletter p {
    max-width: 180px;
    margin: 0 0 13px;
    color: #777188;
    font-size: 8.6px;
    line-height: 1.45;
}

.v-newsletter label {
    position: relative;
    display: block;
    width: 183px;
    height: 33px;
}

.v-newsletter label span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.v-newsletter input {
    width: 100%;
    height: 100%;
    padding: 0 44px 0 13px;
    border: 1px solid #ded9e9;
    border-radius: 7px;
    color: #433d55;
    font: 500 9px var(--v-body);
    outline: none;
}

.v-newsletter input::placeholder {
    color: #aaa5b8;
}

.v-newsletter button {
    position: absolute;
    top: 4px;
    right: 4px;
    display: grid;
    place-items: center;
    width: 29px;
    height: 25px;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    background: #5f35dc;
    cursor: pointer;
}

.v-newsletter svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (min-width: 1180px) {
    .v-container {
        width: min(calc(100% - 96px), 1100px);
    }

    .v-hero__grid {
        grid-template-columns: 1fr 560px;
    }

    .v-phone {
        left: 70px;
    }

    .v-assistant-card {
        left: 318px;
    }

    .v-heart-line {
        left: 362px;
    }
}

@media (max-width: 840px) {
    .v-container {
        width: min(calc(100% - 36px), 680px);
    }

    .v-header {
        height: auto;
        padding: 14px 0;
    }

    .v-nav {
        display: none;
    }

    .v-brand__word {
        font-size: 22px;
    }

    .v-brand__word sup {
        font-size: 6px;
        top: -3px;
    }

    .v-hero {
        min-height: 0;
        padding-bottom: 44px;
    }

    .v-hero__grid {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-top: 35px;
    }

    .v-hero__title {
        font-size: clamp(40px, 12vw, 56px);
    }

    .v-hero__text {
        max-width: 540px;
    }

    .v-hero__scene {
        min-height: 520px;
        width: min(100%, 430px);
        margin: 0 auto;
    }

    .v-phone {
        left: 0;
    }

    .v-assistant-card {
        left: auto;
        right: 0;
    }

    .v-heart-line {
        left: auto;
        right: -80px;
    }

    .v-step-grid,
    .v-feature-grid,
    .v-story-grid,
    .v-footer__grid {
        grid-template-columns: 1fr;
    }

    .v-step-grid {
        max-width: 360px;
        gap: 28px;
    }

    .v-step-grid::before {
        display: none;
    }

    .v-feature,
    .v-story {
        max-width: 430px;
        width: 100%;
        margin: 0 auto;
    }

    .v-footer__grid {
        gap: 24px;
    }
}

@media (max-width: 520px) {
    .v-header__actions {
        gap: 6px;
    }

    .v-login {
        width: 54px;
    }

    .v-join {
        width: 82px;
    }

    .v-hero__buttons,
    .v-proof {
        align-items: flex-start;
        flex-direction: column;
    }

    .v-hero__buttons .v-button--gold,
    .v-button--ghost {
        width: 100%;
    }

    .v-proof p {
        width: auto;
    }

    .v-hero__scene {
        min-height: 770px;
    }

    .v-phone {
        left: 50%;
        transform: translateX(-50%);
    }

    .v-assistant-card {
        top: 512px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .v-heart-line {
        display: none;
    }

    .v-cta h2 {
        font-size: 25px;
    }

    .v-cta__line {
        opacity: 0.35;
    }
}
