.vmp-page {
    --vmp-bg: #f8fcfb;
    --vmp-surface: #ffffff;
    --vmp-surface-soft: #eef7f4;
    --vmp-border: rgba(18, 93, 97, 0.12);
    --vmp-shadow: 0 22px 55px rgba(18, 93, 97, 0.1);
    --vmp-shadow-soft: 0 14px 32px rgba(18, 93, 97, 0.08);
    --vmp-text: #1d4449;
    --vmp-muted: #628086;
    --vmp-accent: #179783;
    --vmp-accent-dark: #166874;
    --vmp-accent-soft: #cfeee7;
    --vmp-gold: #f2c779;
    color: var(--vmp-text);
    font-size: 16px;
    line-height: 1.65;
    padding: 8px 0 40px;
    position: relative;
}

.vmp-page * {
    box-sizing: border-box;
}

.vmp-page a {
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

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

.vmp-page p:last-child,
.vmp-page ul:last-child,
.vmp-page ol:last-child {
    margin-bottom: 0;
}

.vmp-page section + section {
    margin-top: 32px;
}

.vmp-panel,
.vmp-glance-card,
.vmp-profile-card,
.vmp-route-card,
.vmp-timing-card {
    background: var(--vmp-surface);
    border: 1px solid var(--vmp-border);
    border-radius: 28px;
    box-shadow: var(--vmp-shadow-soft);
    height: 100%;
    position: relative;
}

.vmp-panel {
    overflow: hidden;
    padding: 30px;
}

.vmp-panel--hero {
    background:
        radial-gradient(circle at top right, rgba(242, 199, 121, 0.34), transparent 32%),
        linear-gradient(135deg, #f5fbf8 0%, #ddf3ee 52%, #eef8fb 100%);
    border-color: rgba(18, 93, 97, 0.12);
    box-shadow: 0 24px 56px rgba(18, 93, 97, 0.12);
    color: var(--vmp-accent-dark);
}

.vmp-panel--hero::before {
    background: rgba(23, 151, 131, 0.08);
    border-radius: 50%;
    content: "";
    height: 240px;
    position: absolute;
    right: -60px;
    top: -70px;
    width: 240px;
}

.vmp-panel--hero::after {
    background: rgba(242, 199, 121, 0.16);
    border-radius: 50%;
    bottom: -120px;
    content: "";
    height: 300px;
    position: absolute;
    right: 70px;
    width: 300px;
}

.vmp-panel--aside {
    background:
        radial-gradient(circle at top left, rgba(15, 139, 120, 0.08), transparent 35%),
        linear-gradient(180deg, #ffffff 0%, #eff8f5 100%);
}

.vmp-panel--soft {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 248, 245, 0.92) 100%);
}

.vmp-panel--accent {
    background:
        radial-gradient(circle at top right, rgba(242, 199, 121, 0.28), transparent 35%),
        linear-gradient(160deg, #f7fcfa 0%, #ddf3ee 100%);
    border-color: rgba(18, 93, 97, 0.12);
    box-shadow: 0 20px 46px rgba(18, 93, 97, 0.1);
    color: var(--vmp-text);
}

.vmp-panel--docs {
    background:
        radial-gradient(circle at top right, rgba(15, 139, 120, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
}

.vmp-panel--contact {
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 247, 244, 0.9) 100%);
}

.vmp-panel--memo {
    background:
        radial-gradient(circle at top right, rgba(241, 187, 104, 0.18), transparent 35%),
        linear-gradient(180deg, #fef8ef 0%, #fffdf9 100%);
}

.vmp-kicker,
.vmp-section__eyebrow,
.vmp-panel__caption,
.vmp-link-card__type,
.vmp-route-card__tag,
.vmp-contact-item__label {
    color: var(--vmp-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.vmp-section__eyebrow--light {
    color: var(--vmp-accent);
}

.vmp-title,
.vmp-section__title {
    color: inherit;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.08;
    margin-bottom: 18px;
    max-width: 780px;
    position: relative;
    z-index: 1;
}

.vmp-section__title {
    font-size: 32px;
}

.vmp-section__title--light {
    color: var(--vmp-text);
}

.vmp-lead,
.vmp-section__intro,
.vmp-route-card__note,
.vmp-page p,
.vmp-page li {
    color: var(--vmp-muted);
}

.vmp-panel--hero .vmp-lead,
.vmp-panel--hero .vmp-kicker,
.vmp-panel--hero .vmp-chip,
.vmp-panel--accent p {
    color: rgba(29, 68, 73, 0.86);
    position: relative;
    z-index: 1;
}

.vmp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
}

.vmp-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 48px;
    padding: 11px 22px;
}

.vmp-btn:hover,
.vmp-btn:focus {
    transform: translateY(-1px);
}

.vmp-btn--primary {
    background: linear-gradient(135deg, var(--vmp-accent) 0%, var(--vmp-accent-dark) 100%);
    box-shadow: 0 14px 26px rgba(22, 104, 116, 0.18);
    color: #ffffff !important;
}

.vmp-btn--primary:hover,
.vmp-btn--primary:focus {
    color: #ffffff !important;
}

.vmp-btn--ghost {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 139, 120, 0.2);
    color: var(--vmp-accent-dark) !important;
}

.vmp-panel--hero .vmp-btn--ghost {
    border-color: rgba(23, 151, 131, 0.18);
    color: var(--vmp-accent-dark) !important;
}

.vmp-btn--disabled {
    opacity: 0.55;
    pointer-events: none;
}

.vmp-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.vmp-chip {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(23, 151, 131, 0.14);
    border-radius: 999px;
    display: inline-flex;
    color: var(--vmp-accent-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    padding: 10px 14px;
}

a.vmp-chip:hover,
a.vmp-chip:focus {
    transform: translateY(-2px);
}

.vmp-fact {
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: 54px 1fr;
    padding: 18px 0;
}

.vmp-fact + .vmp-fact {
    border-top: 1px solid var(--vmp-border);
}

.vmp-fact__index {
    align-items: center;
    aspect-ratio: 1;
    background: linear-gradient(135deg, #dff5ef 0%, #f2fbf8 100%);
    border: 1px solid rgba(15, 139, 120, 0.16);
    border-radius: 18px;
    color: var(--vmp-accent);
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
}

.vmp-fact h2 {
    color: var(--vmp-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
}

.vmp-note {
    background: linear-gradient(135deg, #e7f7f2 0%, #f8fcfb 100%);
    border: 1px solid rgba(23, 151, 131, 0.14);
    border-radius: 22px;
    color: var(--vmp-text);
    margin-top: 20px;
    padding: 18px 20px;
}

.vmp-summary {
    margin-top: -4px;
}

.vmp-glance-card {
    overflow: hidden;
    padding: 24px;
}

.vmp-glance-card::before {
    background: linear-gradient(180deg, rgba(15, 139, 120, 0.08), transparent);
    content: "";
    inset: 0;
    position: absolute;
}

.vmp-glance-card > * {
    position: relative;
    z-index: 1;
}

.vmp-glance-card__value {
    color: var(--vmp-accent-dark);
    display: block;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 14px;
}

.vmp-glance-card h2 {
    color: var(--vmp-text);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.vmp-section__head {
    margin-bottom: 22px;
    max-width: 760px;
}

.vmp-profile-card {
    min-height: 182px;
    overflow: hidden;
    padding: 24px;
}

a.vmp-profile-card {
    display: block;
}

a.vmp-profile-card:hover,
a.vmp-profile-card:focus {
    transform: translateY(-2px);
}

.vmp-profile-card::before {
    background: linear-gradient(135deg, rgba(15, 139, 120, 0.08), transparent);
    content: "";
    inset: 0;
    position: absolute;
}

.vmp-profile-card > * {
    position: relative;
    z-index: 1;
}

.vmp-profile-card span {
    color: rgba(11, 60, 76, 0.34);
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 22px;
}

.vmp-profile-card h3 {
    color: var(--vmp-text);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 8px;
}

.vmp-route-card {
    padding: 26px;
}

.vmp-route-card__top {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.vmp-route-card__tag {
    background: rgba(15, 139, 120, 0.08);
    border: 1px solid rgba(15, 139, 120, 0.15);
    border-radius: 999px;
    color: var(--vmp-accent);
    letter-spacing: 0.14em;
    margin-bottom: 12px;
    padding: 7px 12px;
}

.vmp-route-card h3 {
    color: var(--vmp-text);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

.vmp-steps {
    counter-reset: step;
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
}

.vmp-steps li {
    counter-increment: step;
    min-height: 56px;
    padding: 0 0 18px 64px;
    position: relative;
}

.vmp-steps li:last-child {
    padding-bottom: 0;
}

.vmp-steps li::before {
    align-items: center;
    background: linear-gradient(135deg, #0f8b78 0%, #0b5b66 100%);
    border-radius: 16px;
    color: #ffffff;
    content: counter(step);
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 42px;
}

.vmp-steps li::after {
    background: linear-gradient(180deg, rgba(15, 139, 120, 0.18), transparent);
    content: "";
    left: 20px;
    position: absolute;
    top: 44px;
    width: 2px;
    bottom: 0;
}

.vmp-steps li:last-child::after {
    display: none;
}

.vmp-timing-card {
    overflow: hidden;
    padding: 24px;
}

.vmp-timing-card::before {
    background: linear-gradient(135deg, rgba(15, 139, 120, 0.08), transparent);
    content: "";
    inset: 0;
    position: absolute;
}

.vmp-timing-card > * {
    position: relative;
    z-index: 1;
}

.vmp-timing-card__mark {
    background: rgba(15, 139, 120, 0.08);
    border-radius: 999px;
    color: var(--vmp-accent);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 16px;
    padding: 8px 12px;
    text-transform: uppercase;
}

.vmp-timing-card h3 {
    color: var(--vmp-text);
    font-size: 27px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
}

.vmp-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vmp-checklist li {
    color: var(--vmp-text);
    padding: 0 0 16px 34px;
    position: relative;
}

.vmp-checklist li:last-child {
    padding-bottom: 0;
}

.vmp-checklist li::before {
    background: linear-gradient(135deg, #0f8b78 0%, #0b5b66 100%);
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 8px;
    position: absolute;
    top: 9px;
    width: 12px;
}

.vmp-link-card {
    background: linear-gradient(180deg, #ffffff 0%, #f6fbf9 100%);
    border: 1px solid rgba(15, 139, 120, 0.14);
    border-radius: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    min-height: 210px;
    padding: 22px;
}

.vmp-link-card:hover,
.vmp-link-card:focus {
    border-color: rgba(15, 139, 120, 0.28);
    box-shadow: var(--vmp-shadow-soft);
    transform: translateY(-2px);
}

.vmp-link-card__type {
    color: var(--vmp-accent);
    margin-bottom: 0;
}

.vmp-link-card__title {
    color: var(--vmp-text);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.vmp-link-card__text {
    color: var(--vmp-muted);
    font-size: 15px;
    line-height: 1.55;
}

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

.vmp-contact-item {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(15, 139, 120, 0.12);
    border-radius: 20px;
    padding: 18px 20px;
}

.vmp-contact-item__label {
    color: var(--vmp-accent);
    display: block;
    letter-spacing: 0.14em;
    margin-bottom: 8px;
}

.vmp-contact-item a,
.vmp-contact-item p {
    color: var(--vmp-text);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
}

.vmp-contact-item a:hover,
.vmp-contact-item a:focus {
    color: var(--vmp-accent);
}

@media (max-width: 1199px) {
    .vmp-title {
        font-size: 36px;
    }

    .vmp-section__title {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .vmp-page {
        padding-bottom: 26px;
    }

    .vmp-page section + section {
        margin-top: 24px;
    }

    .vmp-panel,
    .vmp-glance-card,
    .vmp-profile-card,
    .vmp-route-card,
    .vmp-timing-card {
        border-radius: 24px;
    }

    .vmp-panel {
        padding: 24px;
    }

    .vmp-title {
        font-size: 32px;
    }

    .vmp-section__title {
        font-size: 28px;
    }

    .vmp-link-card {
        min-height: 180px;
    }
}

@media (max-width: 767px) {
    .vmp-page {
        font-size: 15px;
    }

    .vmp-panel,
    .vmp-glance-card,
    .vmp-profile-card,
    .vmp-route-card,
    .vmp-timing-card {
        border-radius: 22px;
    }

    .vmp-panel {
        padding: 22px 18px;
    }

    .vmp-title {
        font-size: 28px;
    }

    .vmp-section__title {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .vmp-actions {
        flex-direction: column;
    }

    .vmp-btn {
        width: 100%;
    }

    .vmp-chip {
        width: 100%;
    }

    .vmp-fact {
        grid-template-columns: 46px 1fr;
        gap: 14px;
        padding: 16px 0;
    }

    .vmp-fact__index {
        border-radius: 14px;
        font-size: 14px;
    }

    .vmp-glance-card,
    .vmp-profile-card,
    .vmp-route-card,
    .vmp-timing-card {
        padding: 20px 18px;
    }

    .vmp-profile-card {
        min-height: auto;
    }

    .vmp-profile-card span {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .vmp-profile-card h3,
    .vmp-route-card h3 {
        font-size: 20px;
    }

    .vmp-timing-card h3 {
        font-size: 24px;
    }

    .vmp-contact-item a,
    .vmp-contact-item p {
        font-size: 16px;
    }
}
