.protection-page {
    --protection-green: #ccff00;
    --protection-yellow: #ffcc00;
    color: #f5f5f5;
    margin: 0 auto;
    max-width: 1320px;
    padding: 58px 34px 90px;
}

.protection-page * {
    box-sizing: border-box;
}

.protection-hero {
    border: 1px solid #282828;
    overflow: hidden;
    padding: clamp(42px, 8vw, 92px) clamp(24px, 7vw, 90px);
    position: relative;
}

.protection-hero::after {
    background: radial-gradient(circle, rgba(204, 255, 0, 0.16), transparent 68%);
    content: "";
    height: 480px;
    pointer-events: none;
    position: absolute;
    right: -160px;
    top: -190px;
    width: 480px;
}

.protection-hero-icon {
    align-items: center;
    border: 1px solid var(--protection-green);
    color: var(--protection-green);
    display: flex;
    font-size: 1.45rem;
    height: 58px;
    justify-content: center;
    margin-bottom: 28px;
    width: 58px;
}

.protection-kicker,
.protection-section-heading p,
.protection-side-title p,
.protection-cta > p {
    color: var(--protection-green);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.protection-hero h1 {
    font-size: clamp(2.4rem, 7vw, 6.5rem);
    letter-spacing: -0.055em;
    line-height: 0.94;
    margin: 0;
    max-width: 1050px;
    text-transform: uppercase;
}

.protection-hero h1 span {
    color: var(--protection-green);
}

.protection-intro {
    color: #b8b8b8;
    font-size: clamp(1rem, 2vw, 1.22rem);
    line-height: 1.7;
    margin: 30px 0 0;
    max-width: 720px;
}

.protection-process {
    padding: 78px 0;
}

.protection-section-heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.protection-section-heading h2,
.protection-side-card h2,
.protection-expectations h2 {
    font-size: clamp(1.65rem, 3vw, 2.6rem);
    margin: 0;
    text-transform: uppercase;
}

.protection-steps {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 1px;
}

.protection-steps li {
    background: #090909;
    border: 1px solid #252525;
    min-height: 265px;
    padding: 25px;
    position: relative;
}

.protection-step-number {
    color: #5f5f5f;
    font-family: monospace;
    font-size: 0.72rem;
    left: 25px;
    letter-spacing: 0.15em;
    position: absolute;
    top: 22px;
}

.protection-step-icon {
    align-items: center;
    border: 1px solid #37440e;
    color: var(--protection-green);
    display: flex;
    font-size: 1.3rem;
    height: 52px;
    justify-content: center;
    margin: 42px 0 30px;
    width: 52px;
}

.protection-steps h3 {
    font-size: 1rem;
    letter-spacing: 0.04em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.protection-steps p,
.protection-policy-note,
.protection-expectations p {
    color: #9b9b9b;
    line-height: 1.65;
    margin: 0;
}

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

.protection-side-card {
    background: #090909;
    border: 1px solid #2b2b2b;
    padding: clamp(25px, 4vw, 44px);
}

.protection-side-card--buyer {
    box-shadow: inset 0 3px var(--protection-green);
}

.protection-side-card--seller {
    box-shadow: inset 0 3px var(--protection-yellow);
}

.protection-side-card--seller .protection-side-title p,
.protection-side-card--seller .protection-side-title > span {
    color: var(--protection-yellow);
}

.protection-side-title {
    align-items: center;
    display: flex;
    gap: 18px;
    margin-bottom: 26px;
}

.protection-side-title > span {
    align-items: center;
    border: 1px solid currentColor;
    color: var(--protection-green);
    display: flex;
    flex: 0 0 54px;
    font-size: 1.25rem;
    height: 54px;
    justify-content: center;
}

.protection-side-card ul {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
}

.protection-side-card li {
    align-items: flex-start;
    background: #050505;
    border: 1px solid #202020;
    display: flex;
    gap: 12px;
    line-height: 1.55;
    padding: 14px;
}

.protection-side-card li i {
    color: var(--protection-green);
    margin-top: 4px;
    width: 18px;
}

.protection-side-card--seller li i {
    color: var(--protection-yellow);
}

.protection-policy-note {
    border-top: 1px solid #2b2b2b;
    font-size: 0.85rem;
    padding-top: 22px;
}

.protection-expectations {
    align-items: center;
    background: rgba(204, 255, 0, 0.045);
    border: 1px solid #38430f;
    display: grid;
    gap: 28px;
    grid-template-columns: auto 1fr;
    margin-top: 22px;
    padding: clamp(24px, 5vw, 46px);
}

.protection-expectations > div:first-child {
    align-items: center;
    border: 1px solid var(--protection-green);
    color: var(--protection-green);
    display: flex;
    font-size: 1.4rem;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.protection-expectations h2 {
    margin-bottom: 12px;
}

.protection-cta {
    border-bottom: 1px solid #262626;
    border-left: 1px solid #262626;
    border-right: 1px solid #262626;
    padding: clamp(32px, 6vw, 62px);
    text-align: center;
}

.protection-cta > div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 24px 0;
}

.protection-button {
    border: 1px solid #555;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    padding: 15px 19px;
    text-decoration: none;
    text-transform: uppercase;
}

.protection-button--primary {
    background: var(--protection-green);
    border-color: var(--protection-green);
    color: #050505;
}

.protection-button:hover,
.protection-button:focus-visible {
    outline: 2px solid var(--protection-green);
    outline-offset: 3px;
}

.protection-cta > span {
    color: #838383;
    font-size: 0.82rem;
}

.protection-cta > span a {
    color: var(--protection-green);
}

@media (max-width: 900px) {
    .protection-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .protection-sides {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .protection-page {
        padding: 28px 14px 60px;
    }

    .protection-hero {
        padding: 38px 22px;
    }

    .protection-hero h1 {
        font-size: clamp(2.25rem, 14vw, 4rem);
    }

    .protection-process {
        padding: 54px 0;
    }

    .protection-steps {
        grid-template-columns: 1fr;
    }

    .protection-steps li {
        min-height: 230px;
    }

    .protection-expectations {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .protection-cta > div,
    .protection-button {
        width: 100%;
    }
}
