body {
    margin: 0;
    color: var(--navy);
    background:
        radial-gradient(900px 600px at 10% 10%, rgba(240, 90, 36, 0.28), transparent 60%),
        radial-gradient(900px 600px at 90% 15%, rgba(29, 141, 214, 0.26), transparent 60%),
        linear-gradient(160deg, var(--soft), var(--ice));
}

.vitrine {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand-mark {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 16px;
    object-fit: contain;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.18);
}

.brand-name {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.brand-tagline {
    margin: 4px 0 0;
    color: var(--slate);
    font-size: 14px;
}

.top-contact {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-weight: 700;
    color: var(--deep);
}

.hero {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: center;
    padding: 28px;
    background: linear-gradient(135deg, rgba(29, 141, 214, 0.28), rgba(240, 90, 36, 0.26));
    border-radius: 26px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.2);
    position: relative;
    overflow: hidden;
}

.hero:before {
    content: "";
    position: absolute;
    inset: -40% -20% auto auto;
    height: 280px;
    width: 280px;
    background: radial-gradient(circle, rgba(240, 90, 36, 0.45), transparent 70%);
}

.hero-text {
    position: relative;
    z-index: 1;
}

.eyebrow {
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: var(--slate);
}

.hero h1 {
    margin: 0 0 12px;
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 36px;
    line-height: 1.2;
}

.lead {
    margin: 0 0 18px;
    color: var(--deep);
    font-size: 16px;
    line-height: 1.6;
}

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

.cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--sky), var(--sun));
    color: white;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 16px 30px rgba(16, 40, 68, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 36px rgba(16, 40, 68, 0.3);
}

.pill {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    font-weight: 700;
    font-size: 12px;
}


.services {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.section-title h2 {
    margin: 0 0 6px;
    font-size: 26px;
    font-family: "Georgia", "Times New Roman", Times, serif;
}

.section-title p {
    margin: 0;
    color: var(--slate);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.services-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 18px;
    border-radius: 18px;
    background: white;
    text-align: center;
    box-shadow: 0 16px 40px rgba(16, 40, 68, 0.16);
    border: 1px solid rgba(29, 141, 214, 0.2);
}

.services-cta-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
}

.services-cta-text {
    margin: 0;
    color: var(--slate);
    max-width: 520px;
}

.service-card {
    background: var(--ice);
    padding: 18px;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.3);
}

.service-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.service-card p {
    margin: 0;
    color: var(--slate);
    line-height: 1.5;
}

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

.split-card {
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.split-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
}

.split-card p {
    margin: 0 0 12px;
    color: var(--slate);
}

.split-card ul {
    margin: 0;
    padding-left: 18px;
    color: var(--slate);
}

.split-card.accent {
    background: linear-gradient(135deg, rgba(29, 141, 214, 0.3), rgba(240, 90, 36, 0.26));
}

.metrics {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.metrics div {
    background: white;
    padding: 10px 12px;
    border-radius: 12px;
    min-width: 90px;
    text-align: center;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.metric-title {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--slate);
}

.metric-value {
    display: block;
    font-weight: 700;
    margin-top: 4px;
}

.contact-band {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border-radius: 20px;
    background: var(--navy);
    color: white;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
}

.contact-band h2 {
    margin: 0 0 6px;
    font-size: 24px;
}

.contact-band p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
}

.contact-actions {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-weight: 700;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    color: var(--slate);
    font-size: 14px;
}

.footer-name {
    margin: 0 0 4px;
    font-weight: 700;
    color: var(--deep);
}

.footer-note {
    font-style: italic;
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-note a {
    font-style: normal;
    text-decoration: none;
    color: var(--deep);
    font-weight: 700;
}

.modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(16, 40, 68, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    padding: 18px;
}

.modal.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.modal-card {
    background: white;
    border-radius: 20px;
    padding: 26px;
    max-width: 420px;
    width: 100%;
    text-align: center;
    box-shadow: 0 26px 80px rgba(16, 40, 68, 0.25);
    animation: modalPop 0.25s ease;
}

.modal-icon {
    margin: 0 0 8px;
    font-size: 28px;
    color: var(--sun);
}

.modal-card h2 {
    margin: 0 0 8px;
    font-size: 22px;
}

.modal-text {
    margin: 0 0 16px;
    color: var(--slate);
}

.modal-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--sky), var(--sun));
    color: white;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 16px 30px rgba(16, 40, 68, 0.25);
    border: none;
    cursor: pointer;
}

@keyframes modalPop {
    from {
        transform: translateY(8px) scale(0.98);
    }
    to {
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 900px) {
    .hero,
    .service-grid,
    .split {
        grid-template-columns: 1fr;
    }

    .topbar,
    .contact-band,
    .footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-actions,
    .top-contact {
        width: 100%;
    }
}
