.home-body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    overflow-x: hidden;
    position: relative;
    color: var(--aiszen-petrol);
    background:
        radial-gradient(circle at top left, rgba(0, 196, 204, 0.10), transparent 32%),
        radial-gradient(circle at 85% 18%, rgba(0, 163, 172, 0.08), transparent 24%),
        linear-gradient(180deg, #dbe7e8 0%, #cbdadc 52%, #bccfd2 100%);
}

.home-body .background-grid {
    opacity: 0.26;
    background-image: radial-gradient(rgba(0, 112, 122, 0.34) 1px, transparent 1px);
    background-size: 44px 44px;
}

.home-header,
.home-main,
.home-footer-inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.home-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 30px 0 18px;
}

.home-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    margin-inline: auto;
}

.home-brand img {
    display: block;
    width: clamp(210px, 24vw, 300px);
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 12px 20px rgba(0, 45, 58, 0.16));
}

.provisional-badge {
    position: absolute;
    right: 0;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 9px 14px;
    border: 1px solid rgba(0, 163, 172, 0.22);
    border-radius: 999px;
    color: var(--aiszen-petrol);
    background: rgba(220, 233, 235, 0.88);
    box-shadow: 0 10px 30px rgba(0, 45, 58, 0.08);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.provisional-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--aiszen-aqua);
    box-shadow: 0 0 0 5px rgba(0, 196, 204, 0.12);
}

.home-main {
    flex: 1;
    padding: 34px 0 54px;
}

.home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    gap: clamp(38px, 7vw, 86px);
    align-items: center;
}

.home-copy {
    min-width: 0;
}

.home-copy .eyebrow,
.home-panel .eyebrow {
    margin-bottom: 14px;
    color: var(--aiszen-teal);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-copy h1 {
    max-width: 760px;
    margin: 0;
    color: var(--aiszen-petrol);
    font-size: clamp(2.45rem, 5.4vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.052em;
}

.home-copy h1 span {
    color: var(--aiszen-aqua);
}

.home-lead {
    max-width: 690px;
    margin: 26px 0 0;
    color: #415a62;
    font-size: clamp(1rem, 1.7vw, 1.2rem);
    line-height: 1.72;
}

.home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 34px;
}

.home-actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
}

.button-secondary {
    border: 1px solid rgba(0, 45, 58, 0.12);
    background: rgba(224, 235, 237, 0.92);
    color: var(--aiszen-petrol);
    box-shadow: 0 12px 28px rgba(0, 45, 58, 0.07);
}

.button-secondary:hover:not(:disabled) {
    border-color: rgba(0, 196, 204, 0.48);
    background: rgba(235, 242, 243, 0.98);
}

.home-copy > .notice {
    max-width: 690px;
    margin-top: 26px;
    margin-bottom: 0;
}

.home-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(24px, 4vw, 36px);
    border: 1px solid rgba(0, 163, 172, 0.16);
    border-radius: 26px;
    background: linear-gradient(160deg, rgba(230, 239, 240, 0.96), rgba(214, 227, 229, 0.96));
    box-shadow: 0 28px 74px rgba(0, 45, 58, 0.12);
}

.home-panel::before {
    content: '';
    position: absolute;
    top: -95px;
    right: -95px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 196, 204, 0.15), transparent 67%);
    pointer-events: none;
}

.home-panel h2 {
    position: relative;
    margin: 0 0 26px;
    color: var(--aiszen-petrol);
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    line-height: 1.18;
}

.home-services {
    position: relative;
    display: grid;
    gap: 12px;
}

.home-service {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    padding: 17px;
    border: 1px solid rgba(0, 45, 58, 0.08);
    border-radius: 17px;
    background: rgba(226, 236, 238, 0.88);
}

.home-service-number {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: var(--aiszen-petrol-deep);
    background: linear-gradient(135deg, var(--aiszen-aqua), var(--aiszen-teal));
    font-size: 0.82rem;
    font-weight: 900;
}

.home-service h3 {
    margin: 0 0 5px;
    color: var(--aiszen-petrol);
    font-size: 1rem;
}

.home-service p {
    margin: 0;
    color: #516a72;
    font-size: 0.9rem;
    line-height: 1.55;
}

.home-status {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: clamp(38px, 6vw, 72px);
    overflow: hidden;
    border: 1px solid rgba(0, 163, 172, 0.14);
    border-radius: 20px;
    background: rgba(0, 163, 172, 0.12);
    box-shadow: 0 18px 48px rgba(0, 45, 58, 0.08);
}

.home-status-item {
    min-width: 0;
    padding: 21px 24px;
    background: rgba(224, 235, 237, 0.94);
}

.home-status-item strong,
.home-status-item span {
    display: block;
}

.home-status-item strong {
    margin-bottom: 5px;
    color: var(--aiszen-petrol);
    font-size: 0.96rem;
}

.home-status-item span {
    color: #5b7078;
    font-size: 0.84rem;
    line-height: 1.45;
}

.home-footer {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(0, 45, 58, 0.08);
    background: rgba(190, 208, 211, 0.78);
}

.home-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 21px 0;
    color: #60747c;
    font-size: 0.82rem;
}

.home-footer-inner span:last-child {
    text-align: right;
}

@media (max-width: 920px) {
    .home-hero {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .home-copy {
        text-align: center;
    }

    .home-copy h1,
    .home-lead,
    .home-copy > .notice {
        margin-inline: auto;
    }

    .home-actions {
        justify-content: center;
    }

    .home-panel {
        width: min(680px, 100%);
        margin-inline: auto;
    }
}

@media (max-width: 680px) {
    .home-header,
    .home-main,
    .home-footer-inner {
        width: min(100% - 28px, 1180px);
    }

    .home-header {
        align-items: center;
        flex-direction: column;
        padding-top: 22px;
    }

    .provisional-badge {
        position: static;
    }

    .home-brand {
        width: 100%;
        justify-content: center;
    }

    .home-brand img {
        width: min(250px, 76vw);
    }

    .home-main {
        padding-top: 24px;
    }

    .home-copy h1 {
        font-size: clamp(2.35rem, 13vw, 3.7rem);
    }

    .home-lead {
        line-height: 1.62;
    }

    .home-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-actions .button {
        width: 100%;
    }

    .home-panel {
        padding: 22px 18px;
        border-radius: 21px;
    }

    .home-service {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 15px;
    }

    .home-service-number {
        width: 38px;
        height: 38px;
    }

    .home-status {
        grid-template-columns: 1fr;
    }

    .home-footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-footer-inner span:last-child {
        text-align: left;
    }
}
