.solutions-landing {
    color: #0f172a;
    background:
        linear-gradient(180deg, rgba(238,246,255,0.96) 0%, rgba(248,251,255,0.98) 46%, #ffffff 100%);
    overflow: hidden;
}

.site-header .main-nav a.active {
    color: #1259f7;
    background: rgba(37,99,235,0.08);
}

.site-header .button-primary {
    background: linear-gradient(135deg, #2563eb, #1357f7);
    box-shadow: 0 14px 30px rgba(37,99,235,0.22);
}

.solutions-hero {
    position: relative;
    padding: clamp(34px, 4vw, 54px) 0 clamp(24px, 3vw, 34px);
}

.solutions-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 78% 26%, rgba(37,99,235,0.16), transparent 30%),
        radial-gradient(circle at 12% 80%, rgba(34,197,94,0.12), transparent 28%);
}

.solutions-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(360px, .78fr);
    align-items: start;
    gap: clamp(28px, 3.4vw, 48px);
}

.solutions-hero-copy {
    max-width: 760px;
}

.solutions-kicker {
    display: inline-flex;
    align-items: center;
    height: 30px;
    margin: 0 0 22px;
    padding: 0 12px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1259f7;
    font-weight: 800;
    line-height: 1;
}

.solutions-hero h1 {
    max-width: 760px;
    margin: 0;
    font-family: 'Space Grotesk', 'Manrope', 'Segoe UI', sans-serif;
    font-size: clamp(30px, 2.15vw, 40px);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
}

.solutions-hero h1 span,
.solutions-hero h1 strong {
    display: block;
}

.solutions-hero h1 strong {
    margin-top: 4px;
    color: #145cf4;
}

.solutions-hero-description {
    max-width: 680px;
    margin: 18px 0 24px;
    font-size: 16px;
    color: #1e293b;
    line-height: 1.72;
}

.solutions-download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 8px;
    border: 1px solid rgba(37,99,235,0.4);
    background: linear-gradient(135deg, #2563eb, #1557f7);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 20px 42px rgba(37,99,235,0.24);
    transition: transform .18s ease, box-shadow .18s ease;
}

.solutions-download-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 54px rgba(37,99,235,0.30);
}

.solutions-download-button svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    flex: 0 0 auto;
}

.solutions-hero-visual {
    min-width: 0;
}

.solutions-hero-visual img {
    display: block;
    width: min(100%, 560px);
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 34px 44px rgba(37,99,235,0.15));
}

.solutions-problem-section {
    position: relative;
    padding: 0 0 clamp(36px, 5vw, 70px);
}

.solutions-problem-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.solutions-problem-card {
    min-height: 300px;
    padding: 26px;
    border: 1px solid rgba(30,64,175,0.12);
    border-radius: 8px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 22px 54px rgba(15,23,42,0.08);
}

.solutions-card-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 16px 30px rgba(15,23,42,0.14);
}

.solutions-card-icon svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.solutions-problem-card--social .solutions-card-icon { background: #050505; }
.solutions-problem-card--store .solutions-card-icon { background: linear-gradient(135deg, #22c55e, #10b981); }
.solutions-problem-card--ads .solutions-card-icon { background: linear-gradient(135deg, #fb923c, #f97316); }
.solutions-problem-card--seo .solutions-card-icon { background: linear-gradient(135deg, #8b5cf6, #6d5dfc); }

.solutions-problem-card h2 {
    margin: 0 0 14px;
    font-family: 'Space Grotesk', 'Manrope', sans-serif;
    font-size: clamp(18px, 1vw, 20px);
    line-height: 1.36;
    letter-spacing: 0;
}

.solutions-problem-card p {
    min-height: 0;
    margin: 0 0 18px;
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
}

.solutions-card-detail {
    margin-top: 13px;
    color: #334155;
    font-size: 14px;
    line-height: 1.65;
}

.solutions-card-detail strong {
    display: block;
    margin-bottom: 2px;
    color: #0f172a;
    font-weight: 900;
}

.solutions-card-detail span {
    display: block;
}

.solutions-steps-section {
    padding: 0 0 clamp(34px, 4vw, 62px);
}

.solutions-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 28px;
    text-align: center;
}

.solutions-section-title span {
    width: 48px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #8bb5ff);
}

.solutions-section-title span:last-child {
    background: linear-gradient(90deg, #8bb5ff, transparent);
}

.solutions-section-title h2 {
    margin: 0;
    font-family: 'Space Grotesk', 'Manrope', sans-serif;
    font-size: clamp(24px, 1.65vw, 32px);
    line-height: 1.25;
    letter-spacing: 0;
}

.solutions-step-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: clamp(18px, 3vw, 44px);
    max-width: 970px;
    margin: 0 auto;
}

.solutions-step {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.solutions-step-number {
    display: grid;
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 16px 30px rgba(37,99,235,0.18);
}

.solutions-step-number--blue { background: linear-gradient(135deg, #60a5fa, #2563eb); }
.solutions-step-number--green { background: linear-gradient(135deg, #34d399, #10b981); }
.solutions-step-number--purple { background: linear-gradient(135deg, #a78bfa, #6d5dfc); }

.solutions-step h3 {
    margin: 0;
    font-size: clamp(16px, 1vw, 19px);
    line-height: 1.35;
    letter-spacing: 0;
}

.solutions-step-arrow {
    color: #8bb5ff;
    font-size: 30px;
    font-weight: 900;
}

.solutions-cta-section {
    padding: 0 0 clamp(64px, 7vw, 104px);
}

.solutions-browser-cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(22px, 3vw, 48px);
    padding: 24px clamp(24px, 3vw, 42px);
    border: 1px solid rgba(37,99,235,0.20);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.96), rgba(239,246,255,0.95)),
        #ffffff;
    box-shadow: 0 22px 56px rgba(37,99,235,0.10);
}

.solutions-cta-icon {
    display: grid;
    width: 122px;
    height: 92px;
    place-items: center;
    color: #2563eb;
}

.solutions-cta-icon svg {
    width: 92px;
    height: 92px;
    fill: currentColor;
    filter: drop-shadow(0 18px 20px rgba(37,99,235,0.18));
}

.solutions-cta-copy h2 {
    margin: 0 0 8px;
    font-family: 'Space Grotesk', 'Manrope', sans-serif;
    font-size: clamp(22px, 1.7vw, 30px);
    line-height: 1.25;
    letter-spacing: 0;
}

.solutions-cta-copy p {
    max-width: 720px;
    margin: 0;
    color: #334155;
}

.solutions-download-button--compact {
    min-width: 300px;
}

@media (max-width: 1180px) {
    .solutions-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .solutions-hero-copy {
        max-width: 860px;
    }

    .solutions-hero-visual img {
        width: min(100%, 680px);
    }

    .solutions-problem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .solutions-problem-card p {
        min-height: 0;
    }
}

@media (max-width: 820px) {
    .solutions-hero {
        padding-top: 34px;
    }

    .solutions-problem-grid {
        grid-template-columns: 1fr;
    }

    .solutions-problem-card {
        min-height: 0;
        padding: 26px 24px;
    }

    .solutions-step-row {
        grid-template-columns: 1fr;
        gap: 14px;
        max-width: 460px;
    }

    .solutions-step {
        padding: 14px;
        border: 1px solid rgba(37,99,235,0.12);
        border-radius: 8px;
        background: rgba(255,255,255,0.82);
    }

    .solutions-step-arrow {
        transform: rotate(90deg);
        justify-self: center;
    }

    .solutions-browser-cta {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .solutions-cta-icon {
        width: 100%;
    }

    .solutions-download-button,
    .solutions-download-button--compact {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 520px) {
    .solutions-download-button,
    .solutions-download-button--compact {
        width: 100%;
        max-width: 340px;
        padding: 0 16px;
    }

    .solutions-hero h1 {
        max-width: calc(100vw - 28px);
        font-size: clamp(27px, 6.8vw, 32px);
        line-height: 1.2;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .solutions-hero-description {
        font-size: 16px;
    }

    .solutions-kicker {
        margin-bottom: 16px;
    }

    .solutions-card-icon {
        width: 48px;
        height: 48px;
    }

    .solutions-section-title {
        gap: 10px;
    }

    .solutions-section-title span {
        width: 28px;
    }
}
