body.landing-page-template {
    margin: 0;
    background: #fbf7ef;
    color: #171412;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.landing-page {
    background: #fbf7ef;
    min-height: 100vh;
}

.sparkle-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.sparkle-hero {
    padding: 34px 0 90px;
}

.sparkle-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 110px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.sparkle-logo span {
    opacity: 0.65;
}

.sparkle-hero__inner {
    display: grid;
    grid-template-columns: 1fr;
}

.sparkle-hero__title {
    max-width: 980px;
    margin: 0 0 28px;
    font-size: clamp(56px, 8.4vw, 118px);
    line-height: 0.92;
    letter-spacing: -0.075em;
    font-weight: 700;
}

.sparkle-hero__text {
    max-width: 620px;
    margin-bottom: 34px;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.28;
    letter-spacing: -0.035em;
    color: #403b36;
}

.sparkle-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    background: #171412;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.sparkle-button:hover {
    background: #000;
    color: #fff;
}

.sparkle-hero__image {
    margin-top: 60px;
}

.sparkle-hero__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 28px;
}

@media (max-width: 768px) {
    .sparkle-container {
        width: min(100% - 32px, 1180px);
    }

    .sparkle-logo {
        margin-bottom: 70px;
    }

    .sparkle-hero {
        padding-top: 24px;
    }

    .sparkle-hero__title {
        font-size: 58px;
    }

    .sparkle-hero__text {
        font-size: 21px;
    }
}

.sparkle-section-title {
    max-width: 820px;
    margin: 0 0 42px;
    font-size: clamp(42px, 5vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.sparkle-cta,
.sparkle-faq,
.sparkle-testimonials {
    padding: 90px 0;
}

.sparkle-cta__box {
    padding: 70px;
    border-radius: 36px;
    background: #171412;
    color: #fff;
    text-align: center;
}

.sparkle-cta__title {
    max-width: 850px;
    margin: 0 auto 24px;
    font-size: clamp(44px, 6vw, 86px);
    line-height: 0.95;
    letter-spacing: -0.065em;
}

.sparkle-cta__text {
    max-width: 620px;
    margin: 0 auto 34px;
    font-size: 22px;
    line-height: 1.35;
    color: rgba(255,255,255,.75);
}

.sparkle-cta .sparkle-button {
    background: #fff;
    color: #171412;
}

.sparkle-faq__items {
    border-top: 1px solid rgba(23,20,18,.18);
}

.sparkle-faq__item {
    padding: 28px 0;
    border-bottom: 1px solid rgba(23,20,18,.18);
}

.sparkle-faq__question {
    margin: 0 0 12px;
    font-size: 26px;
    letter-spacing: -0.04em;
}

.sparkle-faq__answer {
    max-width: 780px;
    font-size: 18px;
    line-height: 1.55;
    color: #514a43;
}

.sparkle-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sparkle-testimonial {
    padding: 32px;
    border-radius: 28px;
    background: #fff;
}

.sparkle-testimonial__quote {
    margin: 0 0 32px;
    font-size: 20px;
    line-height: 1.45;
    color: #2d2824;
}

.sparkle-testimonial__author strong,
.sparkle-testimonial__author span {
    display: block;
}

.sparkle-testimonial__author span {
    margin-top: 4px;
    color: #756c63;
}

@media (max-width: 900px) {
    .sparkle-testimonials__grid {
        grid-template-columns: 1fr;
    }

    .sparkle-cta__box {
        padding: 42px 24px;
    }
}

.sparkle-section-text {
    max-width: 720px;
    margin: -20px 0 44px;
    font-size: 21px;
    line-height: 1.45;
    color: #514a43;
}

.sparkle-features,
.sparkle-logos,
.sparkle-image-text,
.sparkle-video,
.sparkle-stats,
.sparkle-content {
    padding: 90px 0;
}

.sparkle-features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sparkle-feature {
    padding: 32px;
    border-radius: 28px;
    background: #fff;
}

.sparkle-feature h3 {
    margin: 0 0 14px;
    font-size: 26px;
    letter-spacing: -0.04em;
}

.sparkle-feature div {
    font-size: 18px;
    line-height: 1.5;
    color: #514a43;
}

.sparkle-logos__title {
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: 700;
    color: #756c63;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sparkle-logos__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    align-items: center;
}

.sparkle-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    padding: 24px;
    border-radius: 22px;
    background: #fff;
}

.sparkle-logo-item img {
    max-width: 150px;
    max-height: 56px;
    object-fit: contain;
}

.sparkle-image-text__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.sparkle-image-text.is-reversed .sparkle-image-text__content {
    order: 2;
}

.sparkle-image-text.is-reversed .sparkle-image-text__image {
    order: 1;
}

.sparkle-image-text__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 32px;
}

.sparkle-video__embed {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: #171412;
}

.sparkle-video__embed iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
}

.sparkle-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.sparkle-stat {
    padding: 34px 24px;
    border-radius: 28px;
    background: #fff;
    text-align: center;
}

.sparkle-stat__number {
    margin-bottom: 8px;
    font-size: 54px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.06em;
}

.sparkle-stat__label {
    font-size: 17px;
    color: #756c63;
}

.sparkle-content__inner {
    max-width: 820px;
    font-size: 21px;
    line-height: 1.6;
    color: #403b36;
}

.sparkle-content__inner h2 {
    margin: 0 0 24px;
    font-size: clamp(42px, 5vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.06em;
    color: #171412;
}

@media (max-width: 900px) {
    .sparkle-features__grid,
    .sparkle-image-text__inner,
    .sparkle-stats__grid {
        grid-template-columns: 1fr;
    }

    .sparkle-logos__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sparkle-image-text.is-reversed .sparkle-image-text__content,
    .sparkle-image-text.is-reversed .sparkle-image-text__image {
        order: initial;
    }
}

