.free-products-page {
    background: #050505;
}

.products-hero {
    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: center;
    padding: 128px 0 76px;
    overflow: hidden;
}

.products-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(5, 5, 5, 0.97) 0%, rgba(7, 22, 24, 0.9) 55%, rgba(11, 49, 42, 0.74) 100%),
        url("/assets/logo-mv3-original.png") center right 9% / min(520px, 52vw) auto no-repeat;
}

.products-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 130px;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0), #050505);
}

.products-hero .container {
    position: relative;
    z-index: 1;
}

.products-hero h1 {
    max-width: 900px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 22px;
    color: #aeb9bd;
    font-size: 14px;
    font-weight: 750;
}

.breadcrumb a {
    color: #ffffff;
}

.product-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.product-tabs a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    color: #dbe4e7;
    background: rgba(255, 255, 255, 0.05);
    font-size: 14px;
    font-weight: 850;
}

.product-tabs a:hover,
.product-tabs a.is-active {
    color: #031012;
    border-color: #20c4df;
    background: #20c4df;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.product-card,
.product-panel,
.unlock-panel,
.material-panel,
.campaign-card {
    border: 1px solid rgba(17, 21, 20, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(17, 21, 20, 0.08);
}

.product-card {
    display: grid;
    gap: 16px;
    padding: 22px;
    color: #111514;
}

.product-card p,
.product-panel p,
.unlock-panel p,
.material-panel p,
.campaign-card p {
    color: #4e5a5f;
}

.product-card .icon-shell {
    width: 46px;
    height: 46px;
}

.product-card ul,
.product-panel ul,
.material-panel ul {
    margin: 0;
    padding-left: 20px;
}

.product-card li,
.product-panel li,
.material-panel li {
    margin: 7px 0;
    color: #334044;
    line-height: 1.5;
}

.product-card .btn {
    width: fit-content;
}

.product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 28px;
    align-items: start;
}

.product-panel,
.unlock-panel,
.material-panel,
.campaign-card {
    padding: 28px;
    color: #111514;
}

.unlock-panel {
    position: sticky;
    top: 98px;
}

.lead-grid {
    display: grid;
    gap: 13px;
    margin-top: 18px;
}

.lead-grid label {
    display: grid;
    gap: 8px;
    color: #111514;
    font-weight: 850;
}

.lead-grid input,
.lead-grid select {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(17, 21, 20, 0.16);
    border-radius: 8px;
    padding: 0 14px;
    color: #111514;
    background: #f7faf9;
    outline: none;
}

.lead-grid input:focus,
.lead-grid select:focus {
    border-color: #20c4df;
    box-shadow: 0 0 0 4px rgba(32, 196, 223, 0.15);
}

.unlock-panel .btn {
    width: 100%;
    margin-top: 16px;
}

.form-note {
    margin: 12px 0 0;
    color: #6a767b;
    font-size: 13px;
}

.form-alert {
    min-height: 22px;
    margin: 12px 0 0;
    color: #a13500;
    font-weight: 850;
}

.material-panel {
    display: none;
    margin-top: 24px;
}

.material-panel.is-visible {
    display: block;
}

.material-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 20px 0;
}

.material-step {
    border: 1px solid rgba(17, 21, 20, 0.1);
    border-radius: 8px;
    padding: 16px;
    background: #f7faf9;
}

.material-step strong {
    display: block;
    margin-bottom: 8px;
    color: #111514;
}

.copy-box {
    margin-top: 18px;
    border: 1px solid rgba(17, 21, 20, 0.12);
    border-radius: 8px;
    padding: 16px;
    background: #eef9f7;
}

.copy-box code {
    display: block;
    white-space: pre-wrap;
    color: #111514;
    font: 700 14px/1.55 "Inter", Arial, sans-serif;
}

.campaign-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.campaign-card h3 {
    font-size: 20px;
}

@media (max-width: 980px) {
    .products-grid,
    .product-layout,
    .campaign-grid {
        grid-template-columns: 1fr;
    }

    .unlock-panel {
        position: static;
    }
}

@media (max-width: 700px) {
    .products-hero {
        min-height: auto;
        padding: 108px 0 58px;
    }

    .products-hero::before {
        background:
            linear-gradient(140deg, rgba(5, 5, 5, 0.97), rgba(8, 22, 23, 0.94)),
            url("/assets/logo-mv3-original.png") center bottom 18% / 440px auto no-repeat;
    }

    .products-grid,
    .material-grid {
        grid-template-columns: 1fr;
    }

    .product-card,
    .product-panel,
    .unlock-panel,
    .material-panel,
    .campaign-card {
        padding: 22px;
    }

    .product-card .btn {
        width: 100%;
    }
}
