:root {
    --en-blue: #0b6eb7;
    --en-blue-deep: #0b3558;
    --en-green: #17a978;
    --en-ink: #17324d;
    --en-muted: #5d7084;
    --en-line: #d8eaf6;
    --en-soft: #f3f9fd;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--en-ink);
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.en-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.en-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid var(--en-line);
    background: rgba(255, 255, 255, 0.96);
}

.en-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
    gap: 24px;
}

.en-logo {
    display: inline-flex;
    align-items: center;
}

.en-logo img {
    width: 176px;
    height: auto;
}

.en-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--en-blue-deep);
    font-weight: 700;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.en-nav a:hover,
.en-nav a:focus {
    color: var(--en-green);
}

.en-lang {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding-left: 12px;
    border-left: 1px solid var(--en-line);
    color: var(--en-muted);
    font-size: 13px;
}

.en-lang a {
    color: var(--en-blue);
    font-weight: 800;
}

.en-menu-toggle {
    display: none;
}

.en-hero {
    padding: 76px 0;
    background: linear-gradient(120deg, rgba(11, 53, 88, 0.92), rgba(11, 110, 183, 0.72)), url("../images/main-bg-banner/main-banner-3.jpg") center / cover;
    color: #fff;
}

.en-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 34px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    color: #d8fff0;
    font-size: 13px;
    font-weight: 800;
    background: rgba(69, 211, 154, 0.16);
}

h1 {
    margin: 16px 0 14px;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: 0;
}

.en-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.8;
}

.en-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.en-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 800;
}

.en-btn.primary {
    color: #fff;
    background: var(--en-green);
}

.en-btn.secondary {
    border-color: rgba(255, 255, 255, 0.62);
    color: #fff;
}

.en-btn.light {
    border-color: var(--en-blue);
    color: var(--en-blue);
    background: #fff;
}

.en-hero-card {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}

.en-hero-card strong {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
}

.en-hero-card ul,
.en-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.en-hero-card li,
.en-check-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    line-height: 1.7;
}

.en-hero-card li::before,
.en-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--en-green);
    font-weight: 800;
}

.en-section {
    padding: 58px 0;
}

.en-section.soft {
    background: var(--en-soft);
}

.en-section-head {
    max-width: 760px;
    margin-bottom: 26px;
}

.en-section-head.center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.en-section h2 {
    margin: 0 0 10px;
    color: var(--en-blue-deep);
    font-size: 30px;
    line-height: 1.25;
}

.en-section-head p,
.en-text {
    margin: 0;
    color: var(--en-muted);
    line-height: 1.85;
}

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

.en-card {
    overflow: hidden;
    border: 1px solid var(--en-line);
    border-radius: 8px;
    background: #fff;
}

.en-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.en-card-body {
    padding: 18px;
}

.en-card h3 {
    margin: 0 0 8px;
    color: var(--en-blue-deep);
    font-size: 19px;
    line-height: 1.35;
}

.en-card p,
.en-card li,
.en-table td {
    color: var(--en-muted);
    line-height: 1.75;
}

.en-card .meta {
    display: block;
    margin: 8px 0 12px;
    color: var(--en-green);
    font-weight: 800;
    line-height: 1.55;
}

.en-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.en-panel {
    padding: 24px;
    border: 1px solid var(--en-line);
    border-radius: 8px;
    background: #fff;
}

.en-table-wrap {
    overflow-x: auto;
}

.en-table {
    width: 100%;
    min-width: 660px;
    border-collapse: collapse;
    background: #fff;
}

.en-table th,
.en-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--en-line);
    text-align: left;
    vertical-align: top;
}

.en-table th {
    width: 28%;
    color: var(--en-blue-deep);
    background: #f6fbfd;
}

.en-breadcrumb {
    padding: 16px 0;
    color: var(--en-muted);
    font-size: 13px;
}

.en-breadcrumb a {
    color: var(--en-blue);
}

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

.en-form label {
    display: grid;
    gap: 6px;
    color: var(--en-blue-deep);
    font-weight: 800;
}

.en-form input,
.en-form textarea,
.en-form select {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid var(--en-line);
    border-radius: 6px;
    font: inherit;
}

.en-form textarea,
.en-form .wide {
    grid-column: 1 / -1;
}

.en-form textarea {
    min-height: 130px;
}

.en-footer {
    padding: 38px 0;
    color: rgba(255, 255, 255, 0.86);
    background: var(--en-blue-deep);
}

.en-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.85fr 1.2fr 1.1fr;
    gap: 24px;
    align-items: start;
}

.en-footer h2,
.en-footer h3 {
    margin: 0 0 12px;
    color: #fff;
}

.en-footer p,
.en-footer a {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
}

.en-qr-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.en-qr-card {
    display: grid;
    gap: 8px;
    width: 112px;
    justify-items: center;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.en-qr-card img {
    display: block;
    width: 92px;
    height: 92px;
    border-radius: 6px;
    background: #fff;
    object-fit: cover;
}

.en-qr-card span {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

@media (max-width: 900px) {
    .en-header-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 14px 0;
    }

    .en-nav {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: flex-start;
    }

    .en-hero-grid,
    .en-two-col,
    .en-footer-grid,
    .en-grid {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 34px;
    }
}

@media (max-width: 560px) {
    .en-section {
        padding: 40px 0;
    }

    .en-hero {
        padding: 52px 0;
    }

    h1 {
        font-size: 30px;
    }

    .en-form {
        grid-template-columns: 1fr;
    }

    .en-logo img {
        width: 148px;
    }
}
