* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #2e1a28;
    background: #fef7ff;
    font-family:
        Lexend,
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

a {
    color: inherit;
}

.maintenance-page {
    min-height: 100vh;
    background: #fef7ff;
}

.maintenance-hero,
.section {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}

.maintenance-hero {
    padding: 24px 0 80px;
}

.maintenance-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 84px;
}

.brand,
.nav-cta,
.button,
.download-card a {
    text-decoration: none;
}

.brand {
    display: inline-flex;
    align-items: center;
    color: #e040a0;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
}

.nav-cta {
    border: 0;
    border-radius: 999px;
    padding: 12px 22px;
    color: #ffffff;
    font-weight: 800;
    background: #e040a0;
    box-shadow: 0 8px 24px rgba(224, 64, 160, 0.18);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.nav-cta:hover {
    transform: translateY(-2px) scale(1.03);
    background: #d73396;
    box-shadow: 0 14px 32px rgba(224, 64, 160, 0.28);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 56px;
    align-items: center;
}

.eyebrow {
    margin: 0 0 12px;
    display: inline-flex;
    border-radius: 999px;
    padding: 10px 16px;
    color: #a02070;
    background: #ffd6ee;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 780px;
    margin-bottom: 24px;
    color: #2e1a28;
    font-size: clamp(44px, 6vw, 72px);
    line-height: 1.04;
    letter-spacing: 0;
    font-weight: 900;
}

h1 span {
    color: #e040a0;
}

h2 {
    margin-bottom: 14px;
    color: #2e1a28;
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: 0;
    font-weight: 900;
}

h3 {
    margin-bottom: 10px;
    color: #2e1a28;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

.hero-lead,
.section-heading p,
.download-card p,
.company-card p,
.contact-list dd {
    color: #604868;
    font-size: 16px;
    line-height: 1.7;
}

.hero-lead {
    max-width: 690px;
    margin-bottom: 32px;
    font-size: 18px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    padding: 0 20px;
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button-primary {
    color: #ffffff;
    background: #e040a0;
    box-shadow: 0 12px 28px rgba(224, 64, 160, 0.22);
}

.button-primary:hover {
    transform: translateY(-3px) scale(1.03);
    background: #d73396;
    box-shadow: 0 18px 40px rgba(224, 64, 160, 0.34);
}

.button-secondary {
    color: #e040a0;
    background: #ffffff;
    border: 2px solid #f0a0cc;
    box-shadow: 0 8px 22px rgba(124, 82, 170, 0.12);
}

.button-secondary:hover {
    transform: translateY(-3px) scale(1.03);
    border-color: #e040a0;
    background: #ffd6ee;
    box-shadow: 0 16px 34px rgba(124, 82, 170, 0.18);
}

.status-panel,
.download-card,
.company-card {
    border: 2px solid rgba(255, 214, 238, 0.65);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 36px rgba(224, 64, 160, 0.12);
}

.status-panel {
    min-height: 420px;
    padding: 32px;
    background:
        linear-gradient(150deg, rgba(255, 214, 238, 0.84), rgba(238, 220, 255, 0.72)),
        #ffffff;
}

.status-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #2e1a28;
    font-weight: 800;
    font-size: 24px;
}

.status-icon {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border-radius: 999px;
    color: #e040a0;
    background: #ffd6ee;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(224, 64, 160, 0.16);
}

.status-icon svg {
    width: 28px;
    height: 28px;
}

.main-hero-panel {
    background:
        linear-gradient(150deg, rgba(255, 214, 238, 0.72), rgba(200, 234, 255, 0.72)),
        #ffffff;
}

.status-list {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.status-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-radius: 18px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.78);
}

.status-list span {
    color: #604868;
}

.status-list strong {
    color: #e040a0;
    font-size: 14px;
    text-align: right;
}

.section {
    padding: 64px 0;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

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

.download-card {
    display: flex;
    min-height: 280px;
    flex-direction: column;
    padding: 34px;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.download-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(224, 64, 160, 0.2);
}

.card-icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    margin-bottom: 26px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 18px;
}

.icon-primary {
    color: #e040a0;
    background: #ffd6ee;
}

.icon-secondary {
    color: #7c52aa;
    background: #eedcff;
}

.icon-tertiary {
    color: #0096cc;
    background: #c8eaff;
}

.download-card p {
    flex: 1;
}

.download-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 999px;
    color: #e040a0;
    background: #ffd6ee;
    font-weight: 800;
}

.company-section {
    padding-bottom: 80px;
}

.main-ai-section {
    padding-top: 24px;
}

.company-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    gap: 32px;
    padding: 34px;
}

.company-card p {
    max-width: 620px;
    margin-bottom: 0;
}

.company-highlights {
    display: grid;
    gap: 14px;
    max-width: 680px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-highlights li {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    color: #604868;
    font-size: 16px;
    line-height: 1.7;
}

.company-highlight-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(224, 64, 160, 0.12);
}

.contact-list {
    display: grid;
    gap: 16px;
    margin: 0;
}

.contact-list div {
    border-left: 4px solid #e040a0;
    padding-left: 14px;
}

.contact-list dt {
    margin-bottom: 4px;
    color: #2e1a28;
    font-size: 14px;
    font-weight: 800;
}

.contact-list dd {
    margin: 0;
}

.contact-list a {
    color: #e040a0;
    font-weight: 800;
}

@media (max-width: 920px) {
    .hero-grid,
    .company-card {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 620px) {
    .maintenance-hero {
        padding-bottom: 36px;
    }

    .maintenance-nav {
        margin-bottom: 48px;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 28px;
    }

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

    .status-list li {
        align-items: flex-start;
        flex-direction: column;
    }

    .status-list strong {
        text-align: left;
    }
}
