.monthly-maintenance-page {
    background: #f4f7fb;
    padding-bottom: 54px;
}

.monthly-hero {
    min-height: 520px;
    background-size: cover;
    background-position: center right;
    color: #fff;
}

.monthly-hero-inner {
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
    gap: 40px;
}

.monthly-kicker,
.monthly-kicker-dark,
.monthly-section-head p {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.monthly-kicker { color: #ffd35c; }
.monthly-kicker-dark,
.monthly-section-head p { color: #0b63ce; }

.monthly-hero h1 {
    max-width: 760px;
    margin: 0 0 20px;
    font-size: 52px;
    line-height: 1.08;
    font-weight: 800;
    color: #fff;
}

.monthly-hero p:not(.monthly-kicker) {
    max-width: 660px;
    margin: 0;
    font-size: 19px;
    line-height: 1.65;
    color: #edf5ff;
    font-weight: 600;
}

.monthly-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.monthly-hero-actions a {
    min-height: 48px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    font-weight: 800;
    font-size: 14px;
}

.monthly-hero-actions a:first-child {
    background: #ffd35c;
    color: #14223a;
}

.monthly-hero-actions a:last-child {
    background: rgba(255,255,255,.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,.36);
}

.monthly-hero-actions i { font-size: 21px; }

.monthly-hero-panel {
    align-self: end;
    margin-bottom: 54px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 8px;
    background: rgba(8, 28, 61, .72);
    box-shadow: 0 20px 50px rgba(0,0,0,.22);
    padding: 24px;
}

.monthly-hero-panel strong {
    display: block;
    color: #ffd35c;
    font-size: 22px;
    margin-bottom: 10px;
}

.monthly-hero-panel span {
    color: #e7f0ff;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
}

.monthly-section {
    padding: 44px 0;
}

.monthly-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.monthly-section-head h2,
.monthly-scope-grid h2 {
    margin: 0;
    color: #13213b;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
}


.monthly-band {
    background: #fff;
    border-top: 1px solid #e0e8f3;
    border-bottom: 1px solid #e0e8f3;
    padding: 42px 0;
}

.monthly-scope-grid {
    display: grid;
    grid-template-columns: 390px minmax(0, 1fr);
    gap: 42px;
    align-items: start;
}

.monthly-note-strong {
    margin: 18px 0 0;
    border-left: 4px solid #ffd35c;
    background: #fff8e1;
    color: #654c00;
    padding: 12px 14px;
    font-weight: 500;
    line-height: 1.55;
}

.monthly-service-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.monthly-service-list span {
    min-height: 56px;
    border: 1px solid #dce6f3;
    border-radius: 8px;
    background: #f7fbff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    color: #22324c;
    font-size: 14px;
    font-weight: 600;
}

.monthly-service-list i {
    color: #118a4a;
    font-size: 21px;
    flex: 0 0 auto;
}

.monthly-process-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    position: relative;
}

.monthly-process-grid article {
    min-height: 132px;
    border: 1px solid #d8e4f2;
    border-radius: 8px;
    background: #fff;
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 20px 18px 18px;
    position: relative;
    box-shadow: 0 14px 32px rgba(16, 36, 66, .08);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.monthly-process-grid article::after {
    content: "";
    position: absolute;
    top: 35px;
    left: calc(100% + 4px);
    width: 10px;
    height: 2px;
    background: #b8c9df;
}

.monthly-process-grid article:hover {
    transform: translateY(-3px);
    border-color: #0b63ce;
    box-shadow: 0 18px 38px rgba(11, 99, 206, .14);
}

.monthly-process-grid b {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #073aa8, #0b63ce);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    box-shadow: 0 8px 18px rgba(11, 99, 206, .25);
}

.monthly-process-grid i {
    color: #6f86a5;
    font-size: 18px;
    position: absolute;
    right: -12px;
    top: 27px;
    z-index: 2;
    background: #f4f7fb;
    border-radius: 50%;
}

.monthly-process-grid article:last-child i,
.monthly-process-grid article:last-child::after { display: none; }

.monthly-process-grid span {
    color: #17233a;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
}

.monthly-form-card {
    scroll-margin-top: 110px;
}

.monthly-maintenance-form .monthly-upload-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.monthly-option-group {
    display: grid;
    gap: 10px;
}

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

.monthly-choice-grid label {
    min-height: 48px;
    border: 1px solid #d5deec;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    color: #24334f;
    font-size: 13px;
    font-weight: 700;
}

.monthly-choice-grid input,
.monthly-machine-checks input[type="checkbox"] {
    accent-color: #073aa8;
}

.monthly-machine-checks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


@media (max-width: 1199px) {
    .monthly-hero-inner,
    .monthly-scope-grid {
        grid-template-columns: 1fr;
    }
    .monthly-hero-panel {
        align-self: auto;
        margin-bottom: 34px;
    }
    .monthly-process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .monthly-process-grid article:nth-child(3n) i,
    .monthly-process-grid article:nth-child(3n)::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .monthly-hero,
    .monthly-hero-inner {
        min-height: auto;
    }
    .monthly-hero-inner {
        padding: 36px 12px 28px;
    }
    .monthly-hero h1 {
        font-size: 32px;
    }
    .monthly-hero p:not(.monthly-kicker) {
        font-size: 15px;
    }
    .monthly-hero-actions,
    .monthly-section-head {
        align-items: stretch;
        flex-direction: column;
    }
    .monthly-hero-actions a {
        justify-content: center;
        width: 100%;
    }
    .monthly-section {
        padding: 30px 0;
    }
    .monthly-section-head h2,
    .monthly-scope-grid h2 {
        font-size: 24px;
    }
    .monthly-service-list,
    .monthly-process-grid,
    .monthly-choice-grid,
    .monthly-maintenance-form .monthly-upload-row,
    .monthly-machine-checks {
        grid-template-columns: 1fr;
    }
    .monthly-process-grid {
        gap: 12px;
    }
    .monthly-process-grid article {
        min-height: auto;
        grid-template-columns: 38px minmax(0, 1fr);
        align-items: center;
        gap: 12px;
        padding: 16px;
    }
    .monthly-process-grid article::after,
    .monthly-process-grid i {
        display: none;
    }
    .monthly-process-grid b {
        width: 32px;
        height: 32px;
    }
}
