.marketing-body {
    background:
        radial-gradient(circle at top left, rgba(238, 255, 79, 0.36), transparent 28%),
        radial-gradient(circle at top right, rgba(255, 108, 105, 0.14), transparent 22%),
        linear-gradient(180deg, #f6f1e7 0%, #ebe5dc 100%);
}

.marketing-topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(20px);
    background: rgba(246, 241, 231, 0.78);
}

.marketing-nav-link {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
    transition: all 150ms ease;
}

.marketing-nav-link:hover,
.marketing-nav-link-active {
    background: #000;
    color: #fff;
}

.marketing-language-switch {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    border-radius: 9999px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.75);
    transition: all 150ms ease;
}

.marketing-language-switch:hover {
    border-color: rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.7);
    color: #000;
}

.marketing-mobile-menu {
    display: none;
    position: relative;
}

.marketing-mobile-menu__button {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    list-style: none;
}

.marketing-mobile-menu__button::-webkit-details-marker {
    display: none;
}

.marketing-mobile-menu__button::marker {
    content: "";
}

.marketing-mobile-menu__button span {
    width: 18px;
    height: 2px;
    border-radius: 9999px;
    background: currentColor;
}

.marketing-mobile-menu__panel {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: min(340px, calc(100vw - 40px));
    border-radius: 28px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 0.75rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
}

.marketing-mobile-menu__link {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
    transition: all 150ms ease;
}

.marketing-mobile-menu__link:hover {
    background: #f5f5f4;
    color: #000;
}

.marketing-mobile-menu__link--primary {
    background: #000;
    color: #fff;
}

.marketing-hero-panel {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 2rem 1.75rem;
    background:
        radial-gradient(circle at 12% 18%, rgba(238, 255, 79, 0.72), transparent 26%),
        radial-gradient(circle at 85% 14%, rgba(255, 108, 105, 0.22), transparent 18%),
        linear-gradient(140deg, rgba(255, 255, 255, 0.86) 0%, rgba(247, 242, 234, 0.96) 54%, rgba(239, 232, 222, 0.98) 100%);
    box-shadow: 0 22px 60px rgba(49, 36, 21, 0.08);
}

.marketing-hero-panel::after {
    content: "";
    position: absolute;
    inset: auto -7rem -7rem auto;
    width: 22rem;
    height: 22rem;
    border-radius: 9999px;
    background: rgba(21, 21, 21, 0.06);
    filter: blur(24px);
}

.marketing-hero-copy {
    font-size: 1.125rem;
    line-height: 2rem;
    color: rgba(0, 0, 0, 0.72);
}

.marketing-stat-card {
    border-radius: 28px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.78);
    padding: 1.25rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.marketing-stat-card__value {
    font-size: 1.875rem;
    font-weight: 600;
    color: #000;
}

.marketing-stat-card__label {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.58);
}

.marketing-chip {
    display: inline-flex;
    border-radius: 9999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.75);
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.72);
}

.marketing-dark-panel {
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top right, rgba(238, 255, 79, 0.18), transparent 24%),
        linear-gradient(180deg, #171717 0%, #0f0f0f 100%);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
}

.marketing-problem-number,
.marketing-step-number {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 0.875rem;
    font-weight: 600;
}

.marketing-problem-number {
    background: #ff6c69;
    color: #000;
}

.marketing-step-number {
    background: #000;
    color: #fff;
}

.marketing-timeline-item {
    position: relative;
    border-radius: 28px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.8);
    padding: 1.25rem 1.25rem 1.25rem 2rem;
}

.marketing-timeline-item::before {
    content: "";
    position: absolute;
    left: 1.25rem;
    top: 1.45rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 9999px;
    background: #eeff4f;
    box-shadow: 0 0 0 6px rgba(238, 255, 79, 0.22);
}

.marketing-cta-band {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 36px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 2rem 1.75rem;
    background:
        linear-gradient(135deg, rgba(238, 255, 79, 0.68) 0%, rgba(245, 255, 155, 0.5) 32%, rgba(255, 255, 255, 0.82) 100%);
    box-shadow: 0 18px 40px rgba(58, 44, 24, 0.07);
}

.marketing-footer {
    margin-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at top right, rgba(238, 255, 79, 0.12), transparent 20%),
        linear-gradient(180deg, #161616 0%, #101010 100%);
}

.marketing-footer__heading {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

@media (min-width: 768px) {
    .marketing-hero-panel {
        padding: 3rem 2.5rem;
    }

    .marketing-hero-copy {
        font-size: 1.25rem;
    }

    .marketing-cta-band {
        padding: 2.5rem;
    }
}

@media (min-width: 1280px) {
    .marketing-hero-panel {
        padding: 3.5rem 3rem;
    }

    .marketing-cta-band {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 1279px) {
    .marketing-mobile-menu {
        display: block;
    }
}
