@import url("https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Foundation:wght@400..700&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700;1,900&display=swap");

.page3 {
    width: 100%;
    background:
        radial-gradient(
            circle at top right,
            rgba(0, 57, 172, 0.06),
            transparent 22%
        ),
        radial-gradient(
            circle at bottom left,
            rgba(0, 57, 172, 0.04),
            transparent 18%
        ),
        #ffffff;
    font-family: "Lato", sans-serif;
    padding: 16px 0 28px;
    overflow: hidden;
}

.page3-shell {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 20px;
}

.impact-hero {
    text-align: center;
    padding: 4px 0 18px;
}

.impact-hero h3 {
    font-family: "Edu NSW ACT Foundation", sans-serif;
    color: var(--accent-color);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0 0 10px;
}

.impact-hero h3 span {
    display: block;
    width: 46px;
    height: 1px;
    background: rgba(0, 57, 172, 0.55);
}

.impact-hero h2 {
    font-size: 50px;
    line-height: 1.02;
    font-weight: 900;
    color: #111425;
    letter-spacing: -1px;
    margin: 0 auto 10px;
    max-width: 1240px;
}

.impact-hero h2 span {
    color: #1153f2;
}

.impact-hero p {
    font-size: 17px;
    line-height: 1.35;
    color: #252b3d;
    margin: 0 auto;
    max-width: 980px;
}

.impact-hero p span {
    color: #1153f2;
    font-weight: 700;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.benefit-card {
    min-height: 150px;
    border: 1px solid #eef0f6;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #fbfcff);
    box-shadow: 0 8px 22px rgba(18, 25, 58, 0.06);
    padding: 20px 18px 18px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.benefit-icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}

.icon-soft-blue {
    background: radial-gradient(
        circle at 35% 30%,
        rgba(17, 83, 242, 0.08),
        rgba(17, 83, 242, 0.03)
    );
}

.icon-soft-green {
    background: radial-gradient(
        circle at 35% 30%,
        rgba(92, 161, 0, 0.08),
        rgba(92, 161, 0, 0.03)
    );
}

.benefit-icon i {
    font-size: 48px;
    color: #1153f2;
}

.icon-soft-green i {
    color: #5da300;
}

.benefit-copy {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 4px;
}

.benefit-copy h4 {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 10px;
    color: #14308c;
}

.benefit-copy p {
    font-size: 14px;
    line-height: 1.45;
    color: #232838;
    margin: 0 0 18px;
}

.benefit-copy span {
    display: block;
    width: 28px;
    height: 2px;
    background: #1153f2;
}

.comparison-wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.compare-card {
    border-radius: 18px;
    border: 1px solid #eef0f6;
    background: linear-gradient(180deg, #ffffff, #fcfcff);
    box-shadow: 0 10px 26px rgba(18, 25, 58, 0.06);
    overflow: hidden;
}

.compare-left {
    background: linear-gradient(180deg, #fff8f8, #ffffff);
}

.compare-right {
    background: linear-gradient(180deg, #fafff6, #ffffff);
}

.compare-head {
    padding: 18px 22px;
    border-bottom: 1px solid rgba(20, 27, 57, 0.08);
}

.compare-title-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.compare-mark {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.compare-mark i {
    font-size: 28px;
    color: #ffffff;
}

.compare-mark-red {
    background: linear-gradient(180deg, #ff2d17, #e20000);
}

.compare-mark-green {
    background: linear-gradient(180deg, #69ba00, #4f9e00);
}

.compare-title-block h4 {
    margin: 0 0 2px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 900;
    color: #101322;
}

.compare-title-block p {
    margin: 0;
    font-size: 16px;
    color: #101322;
}

.compare-icons {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: start;
    gap: 12px;
    padding: 22px 18px 20px;
}

.compare-icon-item {
    text-align: center;
    min-width: 0;
    padding: 0 4px;
}

.compare-icon-item i {
    font-size: 42px;
    color: #20223a;
    margin-bottom: 8px;
    display: block;
}

.compare-icon-blue i {
    color: #1b46d8;
}

.compare-icon-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.28;
    color: #111425;
    font-weight: 500;
}

.compare-footer {
    border-top: 1px solid rgba(20, 27, 57, 0.08);
    padding: 16px 18px 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
}

.compare-point {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.compare-point i {
    font-size: 22px;
    flex: 0 0 auto;
}

.compare-footer-red .compare-point i {
    color: #ef221a;
}

.compare-footer-green .compare-point i {
    color: #5da300;
}

.compare-point p {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    color: #131726;
}

.compare-footer-red {
    background: linear-gradient(
        180deg,
        rgba(255, 244, 244, 0.6),
        rgba(255, 255, 255, 0.92)
    );
}

.compare-footer-green {
    background: linear-gradient(
        180deg,
        rgba(244, 255, 240, 0.6),
        rgba(255, 255, 255, 0.92)
    );
}

.vs-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(18, 25, 58, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
    color: #22263a;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.impact-band {
    border: 1px solid #eef0f6;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #fbfcff);
    box-shadow: 0 10px 26px rgba(18, 25, 58, 0.06);
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 1.25fr 2.75fr;
    gap: 14px;
    align-items: stretch;
    margin-bottom: 20px;
}

.impact-left {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-right: 10px;
    border-right: 1px solid rgba(20, 27, 57, 0.12);
}

.impact-graphic {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: radial-gradient(
        circle at 35% 30%,
        rgba(17, 83, 242, 0.08),
        rgba(17, 83, 242, 0.03)
    );
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.impact-graphic i {
    font-size: 72px;
    color: #1153f2;
}

.impact-lines {
    min-width: 0;
}

.impact-lines h3 {
    margin: 0 0 4px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
    color: #1153f2;
    margin-bottom: 3px;
}

.impact-lines h2 {
    margin: 0 0 4px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
    color: #111425;
    margin-bottom: 3px;
}

.impact-lines h3:nth-child(2),
.impact-lines h2:last-child {
    margin-bottom: 0;
}

.impact-points {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
}

.impact-point {
    padding: 4px 14px 4px 16px;
    text-align: center;
    border-right: 1px solid rgba(20, 27, 57, 0.12);
}

.impact-point:last-child {
    border-right: none;
}

.impact-point i {
    font-size: 48px;
    color: #1153f2;
    margin-bottom: 10px;
    display: block;
}

.impact-point h4 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 700;
    color: #111425;
}

.impact-point p {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    color: #2a3040;
}

.page3-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    padding-top: 4px;
}

.page3-footer i {
    font-size: 26px;
    color: #1153f2;
}

.page3-footer p {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
    color: #111425;
    font-weight: 700;
}

.page3-footer span {
    color: #1153f2;
    font-weight: 900;
}

@media (max-width: 1320px) {
    .impact-hero h2 {
        font-size: 54px;
    }

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

    .benefit-card {
        min-height: 158px;
    }

    .compare-title-block h4 {
        font-size: 24px;
    }

    .compare-title-block p {
        font-size: 16px;
    }

    .compare-icons {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 12px;
    }

    .impact-band {
        grid-template-columns: 1fr;
    }

    .impact-left {
        border-right: none;
        border-bottom: 1px solid rgba(20, 27, 57, 0.12);
        padding-right: 0;
        padding-bottom: 12px;
    }

    .impact-points {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .impact-point {
        border-right: 1px solid rgba(20, 27, 57, 0.12);
        border-bottom: 1px solid rgba(20, 27, 57, 0.12);
        padding: 12px 10px;
    }

    .impact-point:nth-child(3n) {
        border-right: none;
    }

    .impact-point:nth-last-child(-n + 3) {
        border-bottom: none;
    }
}

@media (max-width: 980px) {
    .page3-shell {
        padding: 0 14px;
    }

    .impact-hero h2 {
        font-size: 38px;
        line-height: 1.08;
    }

    .impact-hero p {
        font-size: 17px;
    }

    .benefit-grid {
        grid-template-columns: 1fr;
    }

    .benefit-card {
        min-height: 0;
    }

    .comparison-wrap {
        grid-template-columns: 1fr;
    }

    .vs-badge {
        top: calc(50% - 2px);
        width: 62px;
        height: 62px;
        font-size: 24px;
    }

    .compare-icons {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .compare-footer {
        grid-template-columns: 1fr;
    }

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

    .impact-point:nth-child(3n) {
        border-right: 1px solid rgba(20, 27, 57, 0.12);
    }

    .impact-point:nth-child(2n) {
        border-right: none;
    }

    .impact-point:nth-last-child(-n + 3) {
        border-bottom: 1px solid rgba(20, 27, 57, 0.12);
    }

    .impact-point:nth-last-child(-n + 2) {
        border-bottom: none;
    }
}

@media (max-width: 640px) {
    .page3 {
        padding: 12px 0 20px;
    }

    .impact-hero h3 {
        font-size: 16px;
        gap: 8px;
    }

    .impact-hero h3 span {
        width: 24px;
    }

    .impact-hero h2 {
        font-size: 28px;
    }

    .impact-hero p {
        font-size: 15px;
    }

    .benefit-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .benefit-copy span {
        margin: 0 auto;
    }

    .compare-head {
        padding: 16px 14px;
    }

    .compare-title-block {
        gap: 10px;
    }

    .compare-title-block h4 {
        font-size: 19px;
    }

    .compare-title-block p {
        font-size: 14px;
    }

    .compare-mark {
        width: 36px;
        height: 36px;
    }

    .compare-mark i {
        font-size: 24px;
    }

    .compare-icons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 16px 12px 14px;
        row-gap: 14px;
    }

    .compare-icon-item i {
        font-size: 34px;
    }

    .compare-icon-item p {
        font-size: 13px;
    }

    .compare-footer {
        padding: 14px 12px 14px;
    }

    .compare-point p {
        font-size: 13px;
    }

    .vs-badge {
        width: 54px;
        height: 54px;
        font-size: 20px;
    }

    .impact-band {
        padding: 14px 12px;
    }

    .impact-left {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .impact-graphic {
        width: 90px;
        height: 90px;
    }

    .impact-graphic i {
        font-size: 56px;
    }

    .impact-lines h3 {
        font-size: 20px;
    }

    .impact-lines h2 {
        font-size: 24px;
    }

    .impact-points {
        grid-template-columns: 1fr;
    }

    .impact-point {
        border-right: none;
        border-bottom: 1px solid rgba(20, 27, 57, 0.12);
    }

    .impact-point:last-child {
        border-bottom: none;
    }

    .page3-footer {
        flex-direction: column;
        gap: 6px;
    }

    .page3-footer p {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .impact-hero h2 {
        font-size: 24px;
    }

    .benefit-card {
        padding: 18px 14px;
    }

    .benefit-icon {
        width: 82px;
        height: 82px;
    }

    .benefit-icon i {
        font-size: 40px;
    }

    .benefit-copy h4 {
        font-size: 18px;
    }

    .benefit-copy p {
        font-size: 14px;
    }

    .vs-badge {
        top: 50%;
    }

    .page3-footer p {
        font-size: 14px;
    }
}
