.system-page {
    background: #f3f7f3;
}

.system-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 32%, rgba(155, 232, 91, 0.24), transparent 23%),
        linear-gradient(120deg, #143a24 0%, #276a2b 58%, #5db62c 100%);
}

.system-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.15;
    background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to right, transparent, #000);
}

.system-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    align-items: center;
    width: min(1080px, calc(100% - 40px));
    min-height: 520px;
    margin: 0 auto;
    padding: 78px 0 96px;
    gap: 72px;
}

.system-hero-copy {
    max-width: 690px;
}

.system-hero h1 {
    margin: 0;
    font-size: clamp(2.65rem, 6.5vw, 5.2rem);
    line-height: 0.99;
    letter-spacing: -0.055em;
}

.system-hero p {
    max-width: 670px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1rem, 2vw, 1.18rem);
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    margin-top: 30px;
    padding: 0 22px;
    color: #245d28;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(13, 45, 23, 0.18);
    font-size: 0.92rem;
    font-weight: 750;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.hero-cta:hover,
.hero-cta:focus-visible {
    outline: none;
    box-shadow: 0 16px 34px rgba(13, 45, 23, 0.26);
    transform: translateY(-2px);
}

.system-visual {
    position: relative;
    min-height: 330px;
}

.pulse {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.pulse-one {
    inset: 18px;
}

.pulse-two {
    inset: 62px;
    border-color: rgba(255, 255, 255, 0.12);
}

.message-card {
    position: absolute;
    color: #1b4326;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 24px 60px rgba(10, 37, 20, 0.25);
    backdrop-filter: blur(10px);
}

.message-card-main {
    top: 62px;
    right: 4px;
    left: 4px;
    display: flex;
    align-items: center;
    padding: 28px;
    gap: 18px;
    border-radius: 24px;
    font-size: 1.05rem;
    font-weight: 750;
    transform: rotate(2deg);
}

.message-card-main svg {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    padding: 13px;
    fill: none;
    stroke: #3f8736;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    background: #eaf7e3;
    border-radius: 16px;
}

.message-card-small {
    right: -12px;
    bottom: 44px;
    padding: 14px 18px;
    border-radius: 14px;
    font-size: 0.8rem;
    font-weight: 700;
    transform: rotate(-3deg);
}

.benefits {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(1080px, calc(100% - 40px));
    margin: -40px auto 92px;
    gap: 18px;
}

.benefit-card {
    padding: 28px;
    background: #fff;
    border: 1px solid rgba(47, 109, 43, 0.1);
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(31, 60, 40, 0.09);
}

.benefit-icon {
    display: grid;
    width: 42px;
    height: 42px;
    color: #2f6d2b;
    background: #eaf7e3;
    border-radius: 12px;
    place-items: center;
    font-size: 0.75rem;
    font-weight: 850;
}

.benefit-card h2 {
    margin: 20px 0 8px;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.benefit-card p {
    margin: 0;
    color: #66736b;
    font-size: 0.92rem;
}

.presentation-section {
    width: min(1080px, calc(100% - 40px));
    margin: 0 auto 86px;
}

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

.presentation-heading h2,
.privacy-callout h2 {
    margin: 0;
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.presentation-heading > p {
    max-width: 430px;
    margin: 0;
    color: #66736b;
}

.slider-card {
    padding: clamp(14px, 3vw, 26px);
    background: #fff;
    border: 1px solid rgba(47, 109, 43, 0.12);
    border-radius: 26px;
    box-shadow: 0 22px 56px rgba(31, 60, 40, 0.11);
}

.slide-frame {
    overflow: hidden;
    background: #eef3ef;
    border: 1px solid #e2e9e3;
    border-radius: 18px;
}

.slide-image-button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 0;
    cursor: pointer;
}

.slide-image-button:focus-visible {
    outline: 4px solid rgba(97, 183, 44, 0.35);
    outline-offset: -4px;
}

.slide-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 900 / 641;
    object-fit: contain;
    background: #fff;
    border: 0;
    cursor: pointer;
}

.slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 22px;
}

.slider-arrow {
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    background: #eaf7e3;
    border: 1px solid #d5e9cd;
    border-radius: 50%;
    cursor: pointer;
    transition: background 160ms ease, transform 160ms ease;
    place-items: center;
}

.slider-arrow img {
    display: block;
    width: auto;
    height: 22px;
}

.slider-arrow:hover,
.slider-arrow:focus-visible {
    background: #dff2d5;
    outline: 3px solid rgba(97, 183, 44, 0.18);
    transform: translateY(-1px);
}

.slide-position {
    display: flex;
    align-items: baseline;
    min-width: 130px;
    justify-content: center;
    color: #6b776f;
    gap: 7px;
    font-size: 0.88rem;
}

.slide-position strong {
    color: #2f6d2b;
    font-size: 1.3rem;
}

.privacy-callout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1080px, calc(100% - 40px));
    margin: 0 auto 86px;
    padding: clamp(28px, 5vw, 46px);
    background: linear-gradient(130deg, #eef8e9, #fff);
    border: 1px solid #dbead5;
    border-radius: 24px;
    gap: 40px;
}

.privacy-callout p {
    max-width: 620px;
    margin: 12px 0 0;
    color: #66736b;
}

.privacy-link {
    flex: 0 0 auto;
    min-height: 48px;
    padding: 0 22px;
    color: #fff;
    background: #2f6d2b;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 750;
    transition: background 160ms ease, transform 160ms ease;
}

.privacy-link:hover,
.privacy-link:focus-visible {
    background: #3f8736;
    outline: 3px solid rgba(97, 183, 44, 0.18);
    transform: translateY(-1px);
}

@media (max-width: 880px) {
    .system-hero-inner {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 68px 0 100px;
    }

    .system-visual {
        display: none;
    }

    .benefits {
        grid-template-columns: 1fr;
        margin-top: -44px;
        margin-bottom: 68px;
    }

    .benefit-card {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        column-gap: 18px;
    }

    .benefit-card h2 {
        margin: 0;
    }

    .benefit-card p {
        grid-column: 2;
        margin-top: 5px;
    }

    .presentation-heading,
    .privacy-callout {
        align-items: stretch;
        flex-direction: column;
    }

    .presentation-heading > p {
        max-width: none;
    }

    .privacy-link {
        width: 100%;
        white-space: normal;
    }
}

@media (max-width: 600px) {
    .system-hero-inner,
    .benefits,
    .presentation-section,
    .privacy-callout {
        width: min(100% - 24px, 1080px);
    }

    .system-hero-inner {
        padding-top: 54px;
    }

    .system-hero h1 {
        font-size: clamp(2.45rem, 13vw, 3.6rem);
    }

    .benefit-card {
        padding: 22px;
    }

    .presentation-section {
        margin-bottom: 54px;
    }

    .slider-card {
        border-radius: 18px;
    }

    .slide-frame {
        border-radius: 12px;
    }

    .slider-controls {
        gap: 12px;
    }

    .slider-arrow {
        width: 42px;
        height: 42px;
    }

    .privacy-callout {
        margin-bottom: 52px;
        border-radius: 18px;
    }
}
