html,
body {
    height: 100%;
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "SF Pro SC", "SF Pro Display", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    padding-top: 0 !important;
    color: #152536;
    background: #ffffff;
}

a {
    -webkit-transition: all 0.28s ease;
    -moz-transition: all 0.28s ease;
    transition: all 0.28s ease;
    color: #1a6fb5;
}

a:hover,
a:focus {
    color: #125a8e;
}

img {
    max-width: 100%;
}

/* Banner */
.hero {
    position: relative;
    overflow: hidden;
    background: #0b1c30;
}

#banner-carousel,
#banner-carousel .carousel-inner,
#banner-carousel .item {
    height: auto;
    overflow-anchor: none;
}

#banner-carousel .item {
    position: relative;
}

#banner-carousel .item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: unset;
}

.hero__shade {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:
        linear-gradient(90deg, rgba(8, 20, 38, 0.78) 0%, rgba(8, 20, 38, 0.42) 46%, rgba(8, 20, 38, 0.18) 100%),
        linear-gradient(180deg, rgba(8, 20, 38, 0.12) 0%, rgba(8, 20, 38, 0.38) 100%);
    pointer-events: none;
}

.hero__caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    color: #ffffff;
    pointer-events: none;
}

.hero__kicker {
    display: inline-block;
    margin: 0 0 16px;
    padding: 5px 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    letter-spacing: 0.22em;
}

.hero__title {
    max-width: 720px;
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: 0.02em;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.hero__desc {
    max-width: 560px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.8;
}

.hero__actions {
    pointer-events: auto;
}

.btn-hero,
.btn-line {
    display: inline-flex;
    align-items: center;
    height: 44px;
    padding: 0 22px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.btn-hero {
    background: #1a6fb5;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(26, 111, 181, 0.28);
}

.btn-hero:hover,
.btn-hero:focus {
    background: #155d98;
    color: #ffffff;
    text-decoration: none;
}

.btn-line {
    margin-left: 12px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    color: #ffffff;
    background: transparent;
}

.btn-line:hover,
.btn-line:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-decoration: none;
}

.hero--fallback {
    display: flex;
    align-items: center;
    min-height: min(680px, calc(100vh - 72px));
    background:
        radial-gradient(circle at 78% 18%, rgba(47, 140, 214, 0.28), transparent 28%),
        linear-gradient(135deg, #0b1c30 0%, #123456 52%, #0d2744 100%);
}

.hero--fallback .hero__caption {
    position: relative;
    top: auto;
    transform: none;
    padding: 90px 0;
    pointer-events: auto;
}

#banner-carousel .carousel-indicators {
    bottom: 28px;
    margin-bottom: 0;
}

#banner-carousel .carousel-indicators li {
    width: 28px;
    height: 4px;
    margin: 0 4px;
    border: 0;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.38);
}

#banner-carousel .carousel-indicators .active {
    width: 36px;
    background: #ffffff;
}

#banner-carousel .carousel-control {
    width: 64px;
    opacity: 1;
    background: none;
    text-shadow: none;
}

#banner-carousel .carousel-control .control-btn {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background: rgba(8, 20, 38, 0.28);
    color: #ffffff;
    line-height: 42px;
    font-size: 16px;
}

#banner-carousel .carousel-control.left .control-btn {
    left: 18px;
}

#banner-carousel .carousel-control.right .control-btn {
    right: 18px;
}

#banner-carousel .carousel-control:hover .control-btn {
    background: rgba(26, 111, 181, 0.88);
    border-color: transparent;
}

.hero__scroll {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-decoration: none;
    transform: translateX(-50%);
}

.hero__scroll:hover,
.hero__scroll:focus {
    color: #ffffff;
    text-decoration: none;
}

.hero__scroll span {
    width: 1px;
    height: 28px;
    margin-top: 8px;
    background: linear-gradient(#ffffff, transparent);
}

/* Shared headings */
.section-heading {
    position: relative;
    text-align: center;
    margin-bottom: 48px;
}

.section-heading__kicker {
    display: block;
    margin-bottom: 10px;
    color: #1a6fb5;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.22em;
}

.section-heading__title {
    margin: 0 0 12px;
    color: #152536;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.section-heading__title::after {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    margin: 16px auto 0;
    background: #1a6fb5;
}

.section-heading__desc {
    margin: 0 auto;
    max-width: 560px;
    color: #6b7c8d;
    font-size: 14px;
    line-height: 1.8;
}

.section-heading--light .section-heading__title,
.section-heading--light .section-heading__desc {
    color: #ffffff;
}

.section-heading--light .section-heading__kicker {
    color: #8ec4ea;
}

.section-heading--light .section-heading__title::after {
    background: #c9a45a;
}

/* About */
.about-section {
    padding: 88px 0 80px;
    background: #ffffff;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
}

.about-copy__label {
    margin: 0 0 12px;
    color: #1a6fb5;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.22em;
}

.about-copy h2 {
    margin: 0 0 18px;
    color: #152536;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.35;
}

.about-copy p {
    margin: 0 0 16px;
    color: #5d6e7e;
    font-size: 15px;
    line-height: 1.9;
}

.about-copy p:last-child {
    margin-bottom: 0;
}

.about-copy .btn-more {
    margin-top: 22px;
}

.about-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.about-point {
    padding: 22px 20px 20px;
    border: 1px solid #e6eef5;
    border-radius: 10px;
    background: #f8fbfe;
    box-shadow: 0 8px 24px rgba(16, 36, 61, 0.04);
}

.about-point__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 14px;
    border-radius: 8px;
    background: #e8f3fb;
    color: #1a6fb5;
    font-size: 16px;
}

.about-point h3 {
    margin: 0 0 8px;
    color: #152536;
    font-size: 16px;
    font-weight: 700;
}

.about-point p {
    margin: 0;
    color: #6b7c8d;
    font-size: 13px;
    line-height: 1.7;
}

/* Products */
.product-section {
    padding: 86px 0 92px;
    background: #f5f8fb;
}

.product-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 38px;
}

.product-tab {
    padding: 9px 20px;
    border: 1px solid #d7e3ee;
    border-radius: 999px;
    background: #ffffff;
    color: #5d6e7e;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.product-tab:hover,
.product-tab:focus,
.product-tab.is-active {
    border-color: #1a6fb5;
    background: #1a6fb5;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(26, 111, 181, 0.22);
    outline: 0;
}

.product-panel {
    display: none;
}

.product-panel.is-active {
    display: block;
}

.product-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.product-feature {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e4edf4;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(16, 36, 61, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    text-decoration: none;
}

.product-feature:hover {
    transform: translateY(-8px);
    border-color: #c9dcea;
    box-shadow: 0 18px 40px rgba(16, 36, 61, 0.12);
    text-decoration: none;
}

.product-feature__media {
    position: relative;
    height: 210px;
    overflow: hidden;
    background: #edf2f6;
}

.product-feature__media img,
.product-feature__placeholder {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.45s ease;
}

.product-feature:hover .product-feature__media img {
    transform: scale(1.07);
}

.product-feature__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aab8c5;
    font-size: 40px;
}

.product-feature__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 168px;
    padding: 20px 20px 18px;
}

.product-feature__title {
    margin: 0 0 10px;
    color: #152536;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.product-feature:hover .product-feature__title {
    color: #1a6fb5;
}

.product-feature__desc {
    position: relative;
    max-height: 44px;
    overflow: hidden;
    color: #6b7c8d;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
}

.product-feature__desc::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38px;
    height: 22px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 68%);
    content: '';
}

.product-feature__desc *,
.product-feature__desc p,
.product-feature__desc span,
.product-feature__desc strong,
.product-feature__desc b,
.product-feature__desc h1,
.product-feature__desc h2,
.product-feature__desc h3,
.product-feature__desc h4,
.product-feature__desc h5,
.product-feature__desc h6 {
    margin: 0;
    padding: 0;
    color: #6b7c8d !important;
    font-family: inherit;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.product-feature__desc img,
.product-feature__desc table,
.product-feature__desc video {
    display: none;
}

.product-feature__more {
    align-self: flex-start;
    margin-top: auto;
    padding-top: 16px;
    color: #1a6fb5;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.product-feature__more i {
    margin-left: 5px;
    font-size: 11px;
    transition: transform 0.2s ease;
}

.product-feature:hover .product-feature__more i {
    transform: translateX(4px);
}

.product-more {
    margin-top: 36px;
    text-align: center;
}

.btn-more {
    display: inline-flex;
    align-items: center;
    height: 42px;
    padding: 0 22px;
    border: 1px solid #1a6fb5;
    border-radius: 4px;
    color: #1a6fb5;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background: #ffffff;
}

.btn-more:hover,
.btn-more:focus {
    background: #1a6fb5;
    color: #ffffff;
    text-decoration: none;
}

.product-page {
    padding: 48px 0 80px;
    background: #f5f8fb;
}

.product-empty {
    padding: 80px 0;
    color: #6b7c8d;
    text-align: center;
}

.product-detail {
    padding: 48px 0 80px;
    background: #ffffff;
}

.product-detail__back {
    display: inline-flex;
    align-items: center;
    margin-bottom: 28px;
    color: #5d6e7e;
    font-size: 14px;
    text-decoration: none;
}

.product-detail__back i {
    margin-right: 6px;
    font-size: 12px;
}

.product-detail__back:hover,
.product-detail__back:focus {
    color: #1a6fb5;
    text-decoration: none;
}

.product-detail__intro {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    gap: 40px;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto 42px;
}

.product-detail__cover {
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #edf2f6;
    box-shadow: 0 16px 36px rgba(16, 36, 61, 0.1);
}

.product-detail__cover img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
    background: #f8fbfe;
}

.product-detail__summary h2 {
    margin: 0 0 14px;
    color: #152536;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
}

.product-detail__summary p {
    margin: 0;
    color: #5d6e7e;
    font-size: 15px;
    line-height: 1.9;
}

.product-detail__category {
    display: inline-block;
    margin-bottom: 12px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #e8f3fb;
    color: #1a6fb5;
    font-size: 12px;
    font-weight: 600;
}

.product-detail__body {
    max-width: 860px;
    margin: 0 auto;
    color: #5d6e7e;
    font-size: 15px;
    line-height: 1.95;
}

.product-detail__body p {
    margin: 0 0 16px;
}

.product-detail__body img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 18px auto;
    border-radius: 10px;
}

.product-detail .news-adjacent {
    max-width: 860px;
}

/* CTA */
.cta-section {
    padding: 64px 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(47, 140, 214, 0.18), transparent 28%),
        linear-gradient(135deg, #0d2744 0%, #123a63 100%);
    color: #ffffff;
    text-align: center;
}

.cta-section h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
}

.cta-section p {
    margin: 0 auto 24px;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.8;
}

.cta-section .btn-hero {
    background: #ffffff;
    color: #123a63;
    box-shadow: none;
}

.cta-section .btn-hero:hover,
.cta-section .btn-hero:focus {
    background: #e8f3fb;
    color: #0d2744;
}

/* Footer */
.site-footer {
    background: #0b1c30;
    color: rgba(255, 255, 255, 0.62);
}

.site-footer__main {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr 1.1fr;
    gap: 40px;
    padding: 56px 0 42px;
}

.site-footer__brand {
    max-width: 360px;
}

.site-footer__name {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.site-footer__intro {
    margin: 0;
    font-size: 13px;
    line-height: 1.9;
}

.site-footer h4 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer li + li {
    margin-top: 10px;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #ffffff;
}

.site-footer__contact li {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.8;
}

.site-footer__copy {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0;
    text-align: center;
    font-size: 12px;
}

.site-footer__copy p {
    margin: 0;
}

.site-footer__copy a {
    color: rgba(255, 255, 255, 0.5);
}

/* About page */
.page-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 88px;
    background:
        radial-gradient(circle at 82% 18%, rgba(47, 140, 214, 0.28), transparent 30%),
        linear-gradient(135deg, #0b1c30 0%, #123456 52%, #0d2744 100%);
    color: #ffffff;
}

.page-hero::after {
    content: '';
    position: absolute;
    right: -80px;
    bottom: -90px;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.page-hero__kicker {
    display: inline-block;
    margin: 0 0 16px;
    padding: 5px 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    letter-spacing: 0.22em;
}

.page-hero__title {
    max-width: 760px;
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
}

.page-hero__desc {
    max-width: 680px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.85;
}

.page-hero__crumb {
    color: rgba(255, 255, 255, 0.56);
    font-size: 13px;
}

.page-hero__crumb a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
}

.page-hero__crumb a:hover,
.page-hero__crumb a:focus {
    color: #ffffff;
}

.page-hero__crumb span {
    margin: 0 8px;
}

.page-hero--compact {
    padding: 52px 0 64px;
}

.page-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.news-page {
    padding: 56px 0 80px;
    background: #f5f8fb;
}

.news-list {
    display: grid;
    gap: 16px;
    max-width: 980px;
    margin: 0 auto;
}

.news-item {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 22px 24px;
    border: 1px solid #e6eef5;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(16, 36, 61, 0.05);
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.news-item:hover,
.news-item:focus {
    transform: translateY(-4px);
    border-color: #c9dcea;
    box-shadow: 0 16px 36px rgba(16, 36, 61, 0.1);
    text-decoration: none;
}

.news-item--media {
    grid-template-columns: 88px 120px minmax(0, 1fr) auto;
}

.news-item__media {
    width: 120px;
    height: 80px;
    overflow: hidden;
    border-radius: 10px;
    background: #edf2f6;
}

.news-item__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item__date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    border-radius: 12px;
    background: #e8f3fb;
    color: #1a6fb5;
    text-align: center;
}

.news-item__date strong {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.news-item__date span {
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.news-item__body h2 {
    margin: 0 0 8px;
    color: #152536;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
}

.news-item:hover .news-item__body h2 {
    color: #1a6fb5;
}

.news-item__body p {
    margin: 0;
    color: #6b7c8d;
    font-size: 13px;
    line-height: 1.7;
}

.news-item__more {
    color: #1a6fb5;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.news-item__more i {
    margin-left: 4px;
    font-size: 11px;
}

.news-empty {
    padding: 80px 0;
    color: #6b7c8d;
    text-align: center;
}

.news-pager {
    margin-top: 36px;
    text-align: center;
}

.news-pager .pagination {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.news-pager .pagination > li > a,
.news-pager .pagination > li > span {
    margin: 0 3px;
    border: 1px solid #d7e3ee;
    border-radius: 6px;
    color: #5d6e7e;
    background: #ffffff;
}

.news-pager .pagination > .active > a,
.news-pager .pagination > .active > span,
.news-pager .pagination > li > a:hover,
.news-pager .pagination > li > a:focus {
    border-color: #1a6fb5;
    background: #1a6fb5;
    color: #ffffff;
}

.news-detail {
    padding: 48px 0 80px;
    background: #ffffff;
}

.news-detail__back {
    display: inline-flex;
    align-items: center;
    margin-bottom: 28px;
    color: #5d6e7e;
    font-size: 14px;
    text-decoration: none;
}

.news-detail__back i {
    margin-right: 6px;
    font-size: 12px;
}

.news-detail__back:hover,
.news-detail__back:focus {
    color: #1a6fb5;
    text-decoration: none;
}

.news-detail__cover {
    max-width: 860px;
    margin: 0 auto 32px;
    overflow: hidden;
    border-radius: 16px;
    background: #edf2f6;
}

.news-detail__cover img {
    display: block;
    width: 100%;
    height: auto;
}

.news-detail__body {
    max-width: 860px;
    margin: 0 auto;
    color: #5d6e7e;
    font-size: 15px;
    line-height: 1.95;
}

.news-detail__body p {
    margin: 0 0 16px;
}

.news-detail__body img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 18px auto;
    border-radius: 10px;
}

.news-adjacent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 860px;
    margin: 36px auto 0;
    padding-top: 24px;
    border-top: 1px solid #e6eef5;
    color: #6b7c8d;
    font-size: 14px;
}

.news-adjacent a {
    color: #152536;
    text-decoration: none;
}

.news-adjacent a:hover,
.news-adjacent a:focus {
    color: #1a6fb5;
}

.news-adjacent div:last-child {
    text-align: right;
}

.about-highlights {
    position: relative;
    z-index: 2;
    margin-top: -36px;
    padding-bottom: 12px;
}

.about-highlights__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.about-highlight {
    padding: 24px 22px 22px;
    border: 1px solid #e6eef5;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(16, 36, 61, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-highlight:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(16, 36, 61, 0.12);
}

.about-highlight__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    border-radius: 10px;
    background: #e8f3fb;
    color: #1a6fb5;
    font-size: 16px;
}

.about-highlight h3 {
    margin: 0 0 8px;
    color: #152536;
    font-size: 16px;
    font-weight: 700;
}

.about-highlight p {
    margin: 0;
    color: #6b7c8d;
    font-size: 13px;
    line-height: 1.7;
}

.about-page {
    background: #ffffff;
}

.about-band {
    padding: 72px 0;
    background: #ffffff;
}

.about-band--muted {
    background: #f5f8fb;
}

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

.about-block--media-left {
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
}

.about-block--media-left .about-block__media {
    order: 0;
}

.about-block--media-left .about-block__copy {
    order: 1;
}

.about-block:not(.about-block--media-left) .about-block__copy {
    order: 0;
}

.about-block:not(.about-block--media-left) .about-block__media {
    order: 1;
}

.about-block--text-only,
.about-block--center {
    display: block;
    max-width: 860px;
    margin: 0 auto;
}

.about-block--center {
    text-align: center;
}

.about-block__media {
    min-width: 0;
    min-height: 280px;
    overflow: hidden;
    border-radius: 16px;
    background: #edf2f6;
    box-shadow: 0 18px 40px rgba(16, 36, 61, 0.12);
}

.about-block__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
}

.about-block--center .about-block__media {
    max-width: 520px;
    margin: 0 auto 28px;
    box-shadow: 0 16px 36px rgba(16, 36, 61, 0.1);
}

.about-block__copy {
    min-width: 0;
}

.about-block__index {
    display: inline-block;
    margin-bottom: 10px;
    color: #1a6fb5;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
}

.about-block__copy h2 {
    margin: 0 0 18px;
    color: #152536;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
}

.about-block__body,
.about-article {
    color: #5d6e7e;
    font-size: 15px;
    line-height: 1.95;
}

.about-block__body p,
.about-article p {
    margin: 0 0 16px;
}

.about-block__body p:last-child,
.about-article p:last-child {
    margin-bottom: 0;
}

.about-block__body h2,
.about-block__body h3,
.about-article h2,
.about-article h3 {
    margin: 0 0 14px;
    color: #152536;
    font-size: 22px;
    font-weight: 700;
}

.about-block__gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.about-block__gallery img,
.about-article img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.about-block__featured {
    grid-column: 1 / -1;
    margin-top: 8px;
}

.about-block__featured figure {
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e6eef5;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(16, 36, 61, 0.08);
}

.about-block__featured img {
    display: block;
    width: 100%;
    height: auto;
}

.about-block--center .about-block__featured {
    margin-top: 24px;
}

.about-article {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.about-article .about-float-right {
    float: right;
    width: 42%;
    max-width: 360px;
    margin: 0 0 18px 28px;
}

.about-article .about-float-left {
    float: left;
    width: 42%;
    max-width: 360px;
    margin: 0 28px 18px 0;
}

.about-article .about-center {
    display: block;
    float: none;
    width: auto;
    max-width: 520px;
    margin: 24px auto;
}

.about-values {
    padding: 72px 0 80px;
    background: #ffffff;
}

.about-values__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.about-value {
    padding: 28px 20px;
    border: 1px solid #e6eef5;
    border-radius: 12px;
    background: #f8fbfe;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.about-value:hover {
    transform: translateY(-4px);
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(16, 36, 61, 0.08);
}

.about-value span {
    display: block;
    margin-bottom: 8px;
    color: #1a6fb5;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.about-value strong {
    color: #152536;
    font-size: 20px;
    font-weight: 700;
}

.contact-page {
    padding: 56px 0 80px;
    background: #f5f8fb;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.contact-info {
    display: grid;
    gap: 14px;
}

.contact-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 22px;
    border: 1px solid #e6eef5;
    border-radius: 16px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(16, 36, 61, 0.04);
}

a.contact-card:hover,
a.contact-card:focus {
    border-color: #c9dcea;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(16, 36, 61, 0.08);
}

.contact-card__icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 12px;
    background: #eaf4fb;
    color: #1a6fb5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.contact-card__meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.contact-card__label {
    color: #7a8b9b;
    font-size: 12px;
    letter-spacing: 0.12em;
}

.contact-card strong {
    margin-top: 6px;
    color: #152536;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    word-break: break-word;
}

.contact-map {
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e6eef5;
    box-shadow: 0 16px 32px rgba(16, 36, 61, 0.06);
}

.contact-map img {
    display: block;
    width: 100%;
    min-height: 340px;
    object-fit: cover;
}

.contact-extra {
    margin-top: 28px;
    padding: 28px 32px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e6eef5;
    color: #415264;
    font-size: 15px;
    line-height: 1.9;
}

.contact-extra p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .product-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 760px;
    }

    .about-grid {
        gap: 32px;
    }

    .hero__title,
    .page-hero__title {
        font-size: 36px;
    }

    .about-highlights__grid,
    .about-values__grid,
    .contact-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-block,
    .about-block--media-left {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-block:not(.about-block--media-left) .about-block__media,
    .about-block:not(.about-block--media-left) .about-block__copy,
    .about-block--media-left .about-block__media,
    .about-block--media-left .about-block__copy {
        order: initial;
    }
}

@media (max-width: 767px) {
    #banner-carousel,
    #banner-carousel .carousel-inner,
    #banner-carousel .item {
        height: auto;
    }

    .hero--fallback {
        min-height: 0;
        height: auto;
    }

    .hero__title {
        font-size: 28px;
    }

    .hero__desc {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .btn-line {
        margin-left: 0;
        margin-top: 10px;
    }

    .hero__actions {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #banner-carousel .carousel-control {
        display: none;
    }

    .about-section,
    .product-section {
        padding: 52px 0 56px;
    }

    .about-grid,
    .about-points,
    .site-footer__main {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .section-heading {
        margin-bottom: 30px;
    }

    .section-heading__title,
    .about-copy h2,
    .cta-section h2 {
        font-size: 24px;
    }

    .product-tabs {
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin: 0 -15px 24px;
        padding: 0 15px 4px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .product-tab {
        flex: 0 0 auto;
        padding: 8px 16px;
        font-size: 13px;
    }

    .product-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .cta-section {
        padding: 48px 0;
    }

    .page-hero {
        padding: 42px 0 40px;
    }

    .page-hero__title {
        font-size: 28px;
    }

    .page-hero__desc {
        font-size: 14px;
    }

    .about-highlights {
        margin-top: -28px;
        padding-bottom: 8px;
    }

    .about-highlights__grid,
    .about-values__grid,
    .about-block__gallery {
        grid-template-columns: 1fr;
    }

    .about-highlight,
    .about-value {
        padding: 20px 18px;
    }

    .about-block,
    .about-block--media-left {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .about-block__copy {
        padding: 4px 0 0;
    }

    .about-block__copy h2 {
        font-size: 22px;
    }

    .about-block__media,
    .about-block--center .about-block__media {
        max-width: 100%;
        min-height: 220px;
    }

    .about-block__media img {
        min-height: 220px;
    }

    .about-band,
    .about-values {
        padding: 48px 0;
    }

    .about-block--center {
        text-align: left;
    }

    .about-article {
        padding: 0;
    }

    .page-hero--compact .page-hero__title {
        font-size: 24px;
    }

    .news-item,
    .news-item--media {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 16px;
        padding: 18px 16px;
    }

    .news-item__media {
        grid-column: 2;
        width: 100%;
        height: 140px;
    }

    .news-item__body,
    .news-item__more {
        grid-column: 2;
        justify-self: start;
    }

    .news-detail {
        padding: 36px 0 50px;
    }

    .news-detail__body {
        font-size: 14px;
    }

    .news-adjacent {
        grid-template-columns: 1fr;
    }

    .news-adjacent div:last-child {
        text-align: left;
    }

    .product-page {
        padding: 32px 0 56px;
    }

    .product-detail {
        padding: 36px 0 50px;
    }

    .product-detail__intro {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 28px;
    }

    .product-detail__summary h2 {
        font-size: 22px;
    }

    .product-detail__body {
        font-size: 14px;
    }

    .contact-page {
        padding: 32px 0 56px;
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .contact-map img {
        min-height: 220px;
    }

    .contact-extra {
        padding: 20px 18px;
        font-size: 14px;
    }
}
