.page-content--landing {
    padding-top: var(--header-height);
    padding-bottom: 0;
}

.top-landing {
    overflow-x: hidden;
}

.top-hero {
    background: linear-gradient(135deg, #1B4332 0%, #2D6A4F 50%, #40916C 100%);
    color: #fff;
    padding: 4rem 0 5rem;
}

.top-hero__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 1.25rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.top-hero__eyebrow {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.375rem 0.875rem;
    border-radius: var(--radius-full);
    margin-bottom: 1.25rem;
}

.top-hero__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 1rem;
}

.top-hero__lead {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 2rem;
}

.top-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.top-hero__actions .btn-app--primary {
    background: #fff;
    color: var(--color-primary-dark);
    box-shadow: var(--shadow-md);
}

.top-hero__actions .btn-app--primary:hover {
    background: #F0FDF4;
    color: var(--color-primary-dark);
}

.top-hero__actions .btn-app--outline {
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}

.top-hero__actions .btn-app--outline:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.top-hero__visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-hero__card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-lg);
    padding: 2rem;
    text-align: center;
    max-width: 320px;
    width: 100%;
}

.top-hero__card-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1;
}

.top-hero__card-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.top-hero__card-desc {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.6;
}

.top-section {
    padding: 4rem 0;
}

.top-section--alt {
    background: var(--color-surface);
}

.top-section__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 1.25rem;
}

.top-section__label {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--color-primary);
    text-transform: uppercase;
    margin: 0 0 0.5rem;
}

.top-section__title {
    font-size: clamp(1.375rem, 3vw, 1.75rem);
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 1.25rem;
    line-height: 1.4;
}

.top-section__text {
    font-size: 0.9375rem;
    color: var(--color-text-muted);
    line-height: 1.85;
    margin: 0;
}

.top-vision-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 2rem;
}

.top-vision-card {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 1.5rem;
}

.top-vision-card__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: var(--color-primary);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: var(--radius-full);
    margin-bottom: 0.875rem;
}

.top-vision-card__title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: var(--color-text);
}

.top-vision-card__desc {
    font-size: 0.875rem;
    color: var(--color-text-muted);
    margin: 0;
    line-height: 1.65;
}

.top-company-card {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-top: 2rem;
}

.top-company-card__table {
    width: 100%;
    border-collapse: collapse;
}

.top-company-card__table th,
.top-company-card__table td {
    padding: 1rem 1.25rem;
    font-size: 0.9375rem;
    text-align: left;
    border-bottom: 1px solid var(--color-border);
    vertical-align: top;
}

.top-company-card__table th {
    width: 8rem;
    font-weight: 600;
    color: var(--color-text-muted);
    background: var(--color-surface);
    white-space: nowrap;
}

.top-company-card__table tr:last-child th,
.top-company-card__table tr:last-child td {
    border-bottom: none;
}

.top-service-cta {
    background: linear-gradient(135deg, #D8F3DC 0%, #B7E4C7 100%);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    text-align: center;
    margin-top: 0;
}

.top-service-cta__title {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--color-primary-dark);
    margin: 0 0 0.75rem;
}

.top-service-cta__desc {
    font-size: 0.9375rem;
    color: #1B4332;
    margin: 0 0 1.75rem;
    line-height: 1.7;
}

.top-service-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

@media (max-width: 991px) {
    .top-hero__inner {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .top-hero__actions {
        justify-content: center;
    }

    .top-hero__visual {
        order: -1;
    }

    .top-vision-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .top-hero {
        padding: 2.5rem 0 3rem;
    }

    .top-section {
        padding: 2.5rem 0;
    }

    .top-company-card__table th,
    .top-company-card__table td {
        display: block;
        width: 100%;
        padding: 0.75rem 1.25rem;
    }

    .top-company-card__table th {
        padding-bottom: 0.25rem;
        border-bottom: none;
        background: transparent;
    }

    .top-company-card__table td {
        padding-top: 0;
        padding-bottom: 1rem;
    }

    .top-service-cta {
        padding: 1.75rem 1.25rem;
    }
}
