:root {
    --pink-main: #e85b9e;
    --pink-dark: #a82766;
    --pink-deep: #7a1748;
    --pink-soft: #fff3f8;
    --pink-light: #ffe1ef;
    --cream: #fffafc;
    --white: #ffffff;
    --black: #1f141b;
    --text-dark: #24151f;
    --text-muted: #6b5361;
    --card: rgba(255, 255, 255, 0.92);
    --shadow-soft: 0 18px 42px rgba(168, 39, 102, 0.10);
    --shadow-hover: 0 24px 55px rgba(168, 39, 102, 0.17);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at 15% 12%, rgba(255, 194, 220, 0.45), transparent 28%),
        radial-gradient(circle at 85% 18%, rgba(232, 91, 158, 0.18), transparent 30%),
        linear-gradient(180deg, #fff8fc 0%, #ffffff 42%, #fff2f8 100%);
    color: var(--text-dark);
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input,
textarea,
select {
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    background-color: transparent !important;
}

section {
    padding: 90px 0;
    background: transparent;
}

.site-header,
header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: rgba(255, 246, 250, 0.88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(232, 91, 158, 0.16);
}

.nav {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logo {
    display: flex;
    align-items: center;
    min-width: auto;
    border: none !important;
    background: transparent !important;
}

.logo a {
    display: inline-flex;
    align-items: center;
}

.nav-logo {
    width: auto;
    max-height: 70px;
    object-fit: contain;
    border: none !important;
    background: transparent !important;
    filter: drop-shadow(0 8px 18px rgba(168, 39, 102, 0.12));
}

.site-header .nav-logo {
    max-height: 64px;
}

.footer .nav-logo {
    max-height: 76px;
}

nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

nav a,
.footer-links a {
    color: var(--text-dark);
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: 0.25s ease;
}

nav a:hover,
.footer-links a:hover {
    color: var(--pink-main);
}

.menu-toggle {
    display: none;
    font-size: 28px;
    color: var(--pink-dark);
    cursor: pointer;
}

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 120px 0 90px;
}

.bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 248, 252, 0.94), rgba(255, 248, 252, 0.74), rgba(255, 248, 252, 0.40)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 229, 241, 0.28));
    z-index: 1;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.badge,
.section-label,
.join-label,
.tag,
.sale {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    background: rgba(255, 225, 239, 0.90);
    color: var(--pink-dark);
    border: 1px solid rgba(232, 91, 158, 0.22);
    box-shadow: 0 8px 18px rgba(232, 91, 158, 0.10);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero h1 {
    color: var(--text-dark);
    letter-spacing: -1px;
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 0.98;
    margin: 24px 0;
}

.hero h1 span,
h2,
.price .new,
.rating,
.mini-text,
.contact-card h4 {
    color: var(--pink-dark);
}

.hero-content p,
.section-desc,
.join-desc,
.footer-left p,
.benefit-card p,
.product-info small,
.perk-card p {
    color: var(--text-muted);
}

.hero-content p {
    max-width: 640px;
    font-size: 1.1rem;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.divider {
    width: 100%;
    height: 1px;
    margin: 36px 0 24px;
    background: linear-gradient(90deg, transparent, rgba(232, 91, 158, 0.55), transparent);
}

.stats {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.stats div {
    min-width: 150px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(232, 91, 158, 0.12);
    border-radius: 18px;
    padding: 14px 18px;
    box-shadow: 0 12px 30px rgba(232, 91, 158, 0.08);
}

.stats h3 {
    color: var(--pink-dark);
    margin: 0;
    font-size: 1.6rem;
}

.stats p {
    margin: 5px 0 0;
    color: var(--text-muted);
}

.btn,
button,
input[type="submit"],
.btn-dark,
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    padding: 13px 26px;
    font-weight: 700;
    letter-spacing: 0.02em;
    border: none;
    transition: 0.25s ease;
    cursor: pointer;
    font-size: 0.95rem;
}

.btn.primary,
.btn.big,
.btn-primary,
.btn-dark,
button,
input[type="submit"] {
    background: linear-gradient(135deg, #f06aa9, #b83272) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 14px 30px rgba(232, 91, 158, 0.30);
}

.btn.primary:hover,
.btn.big:hover,
.btn-primary:hover,
.btn-dark:hover,
button:hover,
input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(232, 91, 158, 0.38);
}

.btn.secondary,
.btn-outline,
.btn-outline-light,
.btn-outline-dark {
    background: rgba(255, 255, 255, 0.88) !important;
    color: var(--pink-dark) !important;
    border: 1px solid rgba(232, 91, 158, 0.35) !important;
    box-shadow: 0 10px 26px rgba(232, 91, 158, 0.10);
}

.btn.secondary:hover,
.btn-outline:hover,
.btn-outline-light:hover,
.btn-outline-dark:hover {
    background: var(--pink-soft) !important;
    color: var(--pink-dark) !important;
}

.section-label,
.join-label {
    margin-bottom: 16px;
}

h2 {
    font-size: clamp(2.1rem, 4vw, 3.6rem);
    line-height: 1.05;
    margin: 0 0 18px;
    letter-spacing: -0.6px;
}

.section-desc {
    max-width: 720px;
    font-size: 1rem;
    line-height: 1.8;
    margin: 0 auto 40px;
}

.products .container,
.models .container,
.benefits .container,
.faq .container,
.creator-perks .container {
    text-align: center;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    text-align: left;
}

.product-card,
.model-card,
.benefit-card,
.contact-card,
.faq-item,
.perk-card,
.card,
.card-body {
    background: var(--card) !important;
    border: 1px solid rgba(232, 91, 158, 0.14) !important;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    transition: 0.25s ease;
}

.product-card {
    position: relative;
    border-radius: 26px;
}

.product-card:hover,
.model-card:hover,
.benefit-card:hover,
.contact-card:hover,
.faq-item:hover,
.perk-card:hover,
.card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.product-card img {
    width: 100%;
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
}

.sale {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 7px 11px;
    font-size: 0.68rem;
}

.product-info {
    padding: 18px;
}

.product-info small {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.product-info h3,
.overlay h3,
.benefit-card h3,
.faq-item h3,
.perk-card h3 {
    color: var(--text-dark);
    margin: 0 0 10px;
}

.campaign-label {
    display: inline-flex;
    margin-top: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--pink-soft);
    color: var(--pink-dark);
    font-size: 0.82rem;
    font-weight: 700;
    border: 1px solid rgba(232, 91, 158, 0.16);
}

.product-info p {
    margin-top: 10px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-muted);
}

.models-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    text-align: left;
}

.model-card {
    position: relative;
    min-height: 430px;
    border-radius: 28px;
}

.model-card img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    color: #ffffff;
    background: linear-gradient(180deg, transparent, rgba(122, 23, 72, 0.86));
}

.overlay h3 {
    color: #ffffff;
    margin: 12px 0 8px;
}

.overlay p {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.6;
}

.tag {
    color: var(--pink-deep);
    background: rgba(255, 255, 255, 0.82);
}

.pre-benefits-cta {
    margin: 24px auto 0;
    text-align: center;
}

.mini-text {
    font-weight: 700;
    margin-bottom: 18px;
}

.mini-note {
    margin-top: 14px;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.promo-products {
    display: none;
    margin-top: 35px;
    animation: fadeInProducts 0.35s ease;
}

.promo-products.active {
    display: block;
}

@keyframes fadeInProducts {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.benefits-grid,
.perks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    text-align: left;
}

.benefit-card,
.perk-card {
    border-radius: 26px;
    padding: 28px;
}

.perk-card {
    padding: 30px;
}

.benefit-card .icon,
.contact-card .icon,
.perk-card .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--pink-light) !important;
    color: var(--pink-dark) !important;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.perk-card .icon {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
}

.perk-card p {
    margin: 0;
    line-height: 1.7;
}

.tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.tags span {
    background: var(--pink-soft);
    color: var(--pink-dark);
    border: 1px solid rgba(232, 91, 158, 0.16);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 0.8rem;
    font-weight: 700;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 16px;
    text-align: left;
}

.faq-item {
    border-radius: 24px;
    padding: 24px;
}

.faq-item p {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.7;
}

.join-container {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 36px;
    align-items: center;
    background: rgba(255, 255, 255, 0.64) !important;
    border: 1px solid rgba(232, 91, 158, 0.12);
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(168, 39, 102, 0.08);
    padding: 48px;
}

.join-left {
    text-align: left;
}

.join-desc {
    line-height: 1.8;
    font-size: 1rem;
}

.join-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.join-right {
    display: grid;
    gap: 16px;
}

.contact-card {
    border-radius: 22px;
    padding: 20px;
    display: flex;
    gap: 16px;
    align-items: center;
    text-align: left;
}

.contact-card .icon {
    margin-bottom: 0;
    flex-shrink: 0;
}

.contact-card h4 {
    margin: 0 0 4px;
}

.contact-card p {
    margin: 0;
    color: var(--text-muted);
}

input[type="email"],
input[type="text"],
textarea,
select,
.newsletter input[type="email"],
.newsletter input[type="text"],
form input[type="email"],
form input[type="text"] {
    background-color: #ffffff !important;
    color: var(--text-dark);
    border: 1px solid rgba(232, 91, 158, 0.24) !important;
    border-radius: 999px;
    padding: 12px 18px;
    outline: none;
}

textarea {
    border-radius: 20px;
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--pink-main) !important;
    box-shadow: 0 0 0 4px rgba(232, 91, 158, 0.12);
}

.footer,
footer.bg-dark {
    background:
        radial-gradient(circle at 10% 10%, rgba(255, 196, 222, 0.35), transparent 32%),
        #fff0f7 !important;
    border-top: 1px solid rgba(232, 91, 158, 0.18);
    color: var(--text-dark) !important;
    padding: 55px 0 24px;
}

.footer-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 0.7fr 0.9fr;
    gap: 34px;
}

.footer-left p {
    max-width: 360px;
    line-height: 1.7;
}

.footer-links,
.footer-contact {
    display: grid;
    gap: 10px;
}

.footer-links h4,
.footer-contact h4 {
    margin: 0 0 10px;
    color: var(--pink-dark);
    letter-spacing: 0.08em;
    font-size: 0.85rem;
}

.footer-contact p {
    margin: 0;
    color: var(--text-muted);
}

.footer-bottom {
    width: min(1180px, calc(100% - 40px));
    margin: 34px auto 0;
    padding-top: 18px;
    border-top: 1px solid rgba(232, 91, 158, 0.18);
    color: #6b5261;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.bg-white,
section.bg-white {
    background-color: transparent !important;
}

.navbar {
    background-color: rgba(255, 246, 250, 0.88) !important;
    box-shadow: 0 1px 12px rgba(232, 91, 158, 0.10);
}

.navbar a,
.navbar-nav .nav-link {
    color: var(--text-dark) !important;
    font-weight: 600;
    letter-spacing: 1px;
}

.navbar a:hover,
.navbar-nav .nav-link:hover,
.nav-link.active {
    color: var(--pink-main) !important;
}

@media (max-width: 992px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .models-grid,
    .benefits-grid,
    .perks-grid,
    .join-container,
    .footer-container {
        grid-template-columns: 1fr;
    }

    .join-container {
        padding: 34px;
    }
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    nav {
        position: absolute;
        top: 74px;
        left: 20px;
        right: 20px;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 22px;
        border-radius: 22px;
        background: rgba(255, 246, 250, 0.96);
        border: 1px solid rgba(232, 91, 158, 0.18);
        box-shadow: var(--shadow-soft);
    }

    nav.active {
        display: flex;
    }

    .hero {
        min-height: 92vh;
        padding-top: 110px;
    }

    .hero::before {
        background: linear-gradient(180deg, rgba(255, 248, 252, 0.92), rgba(255, 248, 252, 0.74));
    }

    .hero h1 {
        font-size: clamp(2.3rem, 11vw, 4rem);
    }

    .hero-content p {
        font-size: 1rem;
    }

    .stats div {
        width: 100%;
        padding: 12px;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .model-card,
    .model-card img {
        min-height: 360px;
        height: 360px;
    }

    .join-container {
        border-radius: 22px;
        padding: 26px;
    }

    section {
        padding: 70px 0;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .container,
    .nav,
    .footer-container,
    .footer-bottom {
        width: min(100% - 28px, 1180px);
    }

    .hero-buttons,
    .join-buttons {
        flex-direction: column;
    }

    .btn,
    button {
        width: 100%;
    }

    .site-header .nav-logo {
        max-height: 56px;
    }
}