@font-face {
    font-family: Manrope;
    src: url("/assets/fonts/manrope-cyrillic.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: Manrope;
    src: url("/assets/fonts/manrope-latin-ext.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Manrope;
    src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --navy: #002b46;
    --navy-2: #075b91;
    --blue: #0072bb;
    --blue-light: #64b3d2;
    --pale: #e7f3f8;
    --bg: #f3f7f8;
    --line: #d7e2e6;
    --muted: #5f7782;
    --white: #fff;
    --shadow: 0 24px 60px rgba(0, 43, 70, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-family: Manrope, Arial, sans-serif; color: var(--navy); background: var(--bg); }
body { margin: 0; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 48px)); }
.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--blue); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; height: 86px; color: #fff; background: rgba(0, 43, 70, .97); border-bottom: 1px solid rgba(255, 255, 255, .08); backdrop-filter: blur(15px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; flex: 0 0 auto; gap: 13px; }
.brand img { width: 58px; height: auto; }
.brand > span { width: 82px; display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 21px; font-weight: 500; letter-spacing: .12em; }
.brand small { margin-top: 5px; color: #9bc7da; font-size: 8px; font-weight: 600; letter-spacing: .28em; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.main-nav a { min-height: 46px; padding: 0 14px; display: inline-flex; align-items: center; border-radius: 5px; color: #c2d3da; font-size: 16px; font-weight: 650; letter-spacing: -.01em; }
.main-nav a:hover, .main-nav a.active { color: #fff; background: rgba(255, 255, 255, .08); }
.mobile-portal-link { display: none !important; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-switcher { display: flex; gap: 2px; }
.language-switcher a { width: 34px; height: 38px; display: grid; place-items: center; border-radius: 4px; color: #b6c9d1; font-size: 12px; font-weight: 800; }
.language-switcher a.active { color: #fff; background: var(--blue); }
.menu-toggle { width: 46px; height: 46px; padding: 11px; display: none; flex: 0 0 46px; flex-direction: column; justify-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.2); border-radius: 5px; color: #fff; background: transparent; cursor: pointer; }
.menu-toggle span { width: 100%; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded=true] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded=true] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded=true] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { min-height: 50px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid #9bc5d5; border-radius: 5px; font-size: 14px; font-weight: 800; transition: transform .18s, background .18s, border-color .18s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 15px; }
.button-primary { color: #fff; border-color: var(--blue); background: var(--blue); }
.button-primary:hover { background: var(--navy-2); }
.button-light { color: var(--navy-2); border-color: #fff; background: #fff; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.35); background: transparent; }

.hero { position: relative; min-height: 730px; padding: 112px 0 0; overflow: hidden; color: #fff; background: linear-gradient(118deg, var(--navy), var(--navy-2)); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom right, #000, transparent 72%); }
.hero-glow { position: absolute; width: 500px; height: 500px; right: -180px; top: -160px; border-radius: 50%; background: rgba(100,179,210,.25); filter: blur(80px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 88px; align-items: center; }
.eyebrow { color: var(--blue-light); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }
.hero h1 { max-width: 700px; margin: 22px 0; font-size: clamp(44px, 5.2vw, 70px); line-height: 1.04; letter-spacing: -.055em; font-weight: 500; }
.hero-copy > p { max-width: 650px; margin: 0; color: #bed0d7; font-size: 18px; line-height: 1.7; }
.hero-actions { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 13px; }
.hero-visual { position: relative; padding: 42px 22px; }
.hero-panel { position: relative; z-index: 3; padding: 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(255,255,255,.08); box-shadow: 0 35px 80px rgba(0,0,0,.2); }
.visual-dots { position: absolute; z-index: 1; width: 112px; height: 92px; right: -14px; top: -5px; opacity: .45; background-image: radial-gradient(circle, #64b3d2 2px, transparent 2.5px); background-size: 14px 14px; }
.visual-line { position: absolute; z-index: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(155,199,218,.8), transparent); transform-origin: left center; }
.line-one { width: 240px; right: -55px; bottom: 28px; transform: rotate(-20deg); }
.line-two { width: 190px; left: -38px; top: 34px; transform: rotate(28deg); }
.floating-paper { position: absolute; z-index: 2; width: 74px; height: 88px; padding: 16px 12px; display: grid; align-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.28); border-radius: 7px; background: rgba(231,243,248,.16); box-shadow: 0 18px 45px rgba(0,0,0,.12); backdrop-filter: blur(6px); }
.floating-paper i { height: 3px; display: block; border-radius: 4px; background: rgba(255,255,255,.48); }
.paper-one { left: -34px; bottom: -10px; }
.paper-two { width: 60px; height: 70px; right: -5px; top: 5px; }
.floating-chart { position: absolute; z-index: 4; width: 82px; height: 54px; left: 5px; top: 4px; padding: 10px; display: flex; align-items: end; gap: 5px; border: 1px solid rgba(255,255,255,.24); border-radius: 7px; background: rgba(0,43,70,.52); backdrop-filter: blur(7px); }
.floating-chart i { width: 9px; display: block; border-radius: 2px 2px 0 0; background: #64b3d2; }
.floating-chart i:nth-child(1) { height: 12px; }.floating-chart i:nth-child(2) { height: 20px; }.floating-chart i:nth-child(3) { height: 17px; }.floating-chart i:nth-child(4) { height: 31px; }
.hero-panel-top { height: 38px; padding: 0 13px; display: flex; align-items: center; gap: 6px; }
.hero-panel-top span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.35); }
.hero-panel-body { padding: 28px; border-radius: 8px; color: var(--navy); background: #f8fbfc; }
.statement { padding: 19px; border-left: 5px solid var(--blue); border-radius: 5px; background: var(--pale); }
.statement small, .statement strong { display: block; }
.statement small { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.statement strong { margin-top: 8px; font-size: 16px; }
.metric-row { margin: 15px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-row span { height: 65px; border: 1px solid var(--line); border-radius: 5px; background: #fff; }
.document-row { margin-top: 10px; padding: 14px; display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 5px; background: #fff; }
.document-row i { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-style: normal; font-size: 11px; }
.document-row b, .document-row small { display: block; }
.document-row b { font-size: 14px; }
.document-row small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.trust-row { position: relative; margin-top: 80px; height: 98px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); }
.trust-row > span { display: flex; align-items: center; gap: 15px; color: #cfdee4; font-size: 14px; font-weight: 700; }
.trust-row i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--blue-light); font-style: normal; font-size: 10px; }

.section { padding: 105px 0; }
.section-heading { margin-bottom: 45px; display: flex; justify-content: space-between; align-items: end; gap: 25px; }
.section h2, .page-hero h1, .article-hero h1, .cta h2 { margin: 12px 0 0; font-weight: 500; letter-spacing: -.045em; }
.section-heading h2 { font-size: clamp(36px, 4vw, 50px); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--blue); font-size: 14px; font-weight: 800; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.service-card, .news-card { min-height: 390px; padding: 30px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-top: 5px solid var(--navy-2); border-radius: 7px; background: #fff; box-shadow: 0 12px 32px rgba(0,43,70,.07); cursor: pointer; transition: transform .2s, box-shadow .2s, border-color .2s; }
.service-card:hover, .news-card:hover { transform: translateY(-5px); border-color: #abcbd8; box-shadow: 0 24px 55px rgba(0,43,70,.15); }
.service-card:focus-visible, .news-card:focus-visible { outline: 3px solid rgba(0,114,187,.35); outline-offset: 4px; box-shadow: 0 24px 55px rgba(0,43,70,.16); }
.service-visual { --service-accent: #087bb7; position: relative; height: 175px; margin: -30px -30px 25px; flex: 0 0 175px; overflow: hidden; background: linear-gradient(135deg, #f3f9fb, #deedf3); }
.service-visual::before { content: ""; position: absolute; inset: 0; opacity: .48; background-image: linear-gradient(rgba(0,77,112,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0,77,112,.08) 1px, transparent 1px); background-size: 28px 28px; }
.service-visual > span { position: absolute; z-index: 3; top: 22px; right: 25px; color: rgba(0,55,83,.45); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.service-icon { position: absolute; z-index: 3; left: 28px; top: 54px; width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(0,79,119,.2); border-radius: 15px; color: #fff; background: var(--service-accent); box-shadow: 0 12px 24px rgba(0,74,112,.15); font-style: normal; font-size: 27px; font-weight: 700; }
.service-visual > b { position: absolute; z-index: 2; top: 45px; right: 28px; width: 158px; height: 88px; display: block; border: 1px solid rgba(0,79,119,.13); border-radius: 10px; background-color: rgba(255,255,255,.72); box-shadow: 0 10px 24px rgba(0,66,96,.07); }
.service-visual > b::before, .service-visual > b::after { content: ""; position: absolute; display: block; }
.service-pattern-1 > b { background-image: linear-gradient(to top, var(--service-accent) 0 100%), linear-gradient(to top, rgba(8,123,183,.6) 0 100%), linear-gradient(to top, rgba(8,123,183,.28) 0 100%), linear-gradient(rgba(0,75,108,.15), rgba(0,75,108,.15)); background-repeat: no-repeat; background-position: 25px 47px, 61px 30px, 97px 15px, 20px 70px; background-size: 18px 24px, 18px 41px, 18px 56px, 116px 1px; }
.service-pattern-1 > b::after { right: 15px; top: 12px; width: 7px; height: 7px; border-radius: 50%; background: var(--service-accent); opacity: .65; }
.service-pattern-2 { --service-accent: #226f92; background: linear-gradient(135deg, #f1f7f9, #d8e9ef); }
.service-pattern-2 > b::before { left: 39px; top: 10px; width: 62px; height: 62px; border: 9px solid rgba(34,111,146,.16); border-top-color: var(--service-accent); border-radius: 50%; box-shadow: inset 0 0 0 9px rgba(34,111,146,.12); }
.service-pattern-2 > b::after { left: 65px; top: 36px; width: 10px; height: 10px; border-radius: 50%; background: var(--service-accent); box-shadow: 43px 23px 0 -2px rgba(34,111,146,.4); }
.service-pattern-3 { --service-accent: #4489a3; background: linear-gradient(135deg, #f5f9fa, #e0edf1); }
.service-pattern-3 > b { background-image: linear-gradient(var(--service-accent), var(--service-accent)), linear-gradient(rgba(68,137,163,.48), rgba(68,137,163,.48)), linear-gradient(rgba(0,75,108,.16), rgba(0,75,108,.16)); background-repeat: no-repeat; background-position: 35px 31px, 92px 31px, 20px 69px; background-size: 31px 38px, 31px 38px, 118px 2px; }
.service-pattern-3 > b::before { left: 50%; top: 15px; width: 2px; height: 57px; background: rgba(0,75,108,.27); }
.service-pattern-3 > b::after { left: 33px; top: 23px; width: 92px; height: 2px; background: var(--service-accent); }
.service-pattern-4 { --service-accent: #176d98; background: linear-gradient(135deg, #eef7fa, #d2e6ee); }
.service-pattern-4 > b::before { left: 41px; top: 12px; width: 75px; height: 62px; border: 2px solid rgba(23,109,152,.42); border-radius: 5px; background: linear-gradient(rgba(23,109,152,.7), rgba(23,109,152,.7)) 12px 13px / 42px 5px no-repeat, repeating-linear-gradient(to bottom, transparent 0 10px, rgba(23,109,152,.16) 11px 13px) 12px 25px / 49px 31px no-repeat; }
.service-pattern-4 > b::after { left: 35px; top: 18px; width: 75px; height: 62px; border: 1px solid rgba(23,109,152,.16); border-radius: 5px; z-index: -1; }
.service-pattern-5 { --service-accent: #327c94; background: linear-gradient(135deg, #f4f9fa, #dcecef); }
.service-pattern-5 > b { background-image: linear-gradient(var(--service-accent), var(--service-accent)), linear-gradient(var(--service-accent), var(--service-accent)); background-repeat: no-repeat; background-position: 77px 17px, 42px 32px; background-size: 3px 55px, 73px 3px; }
.service-pattern-5 > b::before { left: 31px; top: 34px; width: 27px; height: 21px; border-bottom: 3px solid var(--service-accent); border-radius: 0 0 50% 50%; box-shadow: 68px 0 0 -1px rgba(50,124,148,.05), 68px 0 0 0 var(--service-accent); }
.service-pattern-5 > b::after { left: 61px; top: 68px; width: 38px; height: 3px; border-radius: 3px; background: var(--service-accent); }
.service-pattern-6 { --service-accent: #0f668d; background: linear-gradient(135deg, #eef6f8, #d4e7ec); }
.service-pattern-6 > b { background-image: linear-gradient(to top, rgba(15,102,141,.18) 0 100%), linear-gradient(to top, rgba(15,102,141,.32) 0 100%), linear-gradient(to top, rgba(15,102,141,.55) 0 100%), linear-gradient(to top, var(--service-accent) 0 100%); background-repeat: no-repeat; background-position: 23px 55px, 52px 43px, 81px 28px, 110px 12px; background-size: 17px 17px, 17px 29px, 17px 44px, 17px 60px; }
.service-pattern-6 > b::before { left: 20px; bottom: 15px; width: 112px; height: 2px; background: rgba(15,102,141,.22); }
.service-pattern-6 > b::after { right: 14px; top: 8px; width: 10px; height: 10px; border-top: 3px solid var(--service-accent); border-right: 3px solid var(--service-accent); }
.service-pattern-7 { --service-accent: #2d839e; background: linear-gradient(135deg, #f3f8fa, #d9eaf0); }
.service-pattern-7 > b::before { left: 45px; top: 13px; width: 72px; height: 58px; border: 2px solid rgba(45,131,158,.45); border-radius: 5px; background: repeating-linear-gradient(to bottom, transparent 0 10px, rgba(45,131,158,.16) 11px 13px) 12px 17px / 46px 30px no-repeat; box-shadow: -9px 7px 0 rgba(255,255,255,.65), -9px 7px 0 1px rgba(45,131,158,.18), -18px 14px 0 rgba(255,255,255,.5), -18px 14px 0 1px rgba(45,131,158,.12); }
.service-pattern-7 > b::after { right: 24px; bottom: 9px; width: 19px; height: 10px; border-left: 3px solid var(--service-accent); border-bottom: 3px solid var(--service-accent); transform: rotate(-45deg); }
.service-pattern-8 { --service-accent: #0876ae; background: linear-gradient(135deg, #eef8fb, #d1e8f1); }
.service-pattern-8 > b { background-image: linear-gradient(rgba(8,118,174,.12), rgba(8,118,174,.12)); background-repeat: no-repeat; background-position: 15px 14px; background-size: 128px 14px; }
.service-pattern-8 > b::before { left: 15px; top: 37px; width: 48px; height: 35px; border: 2px solid rgba(8,118,174,.42); border-radius: 4px; background: repeating-linear-gradient(to bottom, transparent 0 7px, rgba(8,118,174,.13) 8px 9px); box-shadow: 61px 0 0 rgba(255,255,255,.38), 61px 0 0 2px rgba(8,118,174,.2); }
.service-pattern-8 > b::after { left: 23px; top: 19px; width: 46px; height: 4px; border-radius: 4px; background: var(--service-accent); box-shadow: 57px 0 0 rgba(8,118,174,.35); }
.card-kicker { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.service-card h3, .service-card h2 { margin: 34px 0 18px; font-size: 20px; line-height: 1.4; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.service-card-link { margin-top: auto; padding-top: 24px; color: var(--blue); font-size: 14px; font-weight: 800; }
.service-card.large { min-height: 390px; }
.service-article-hero { position: relative; overflow: hidden; isolation: isolate; }
.service-article-hero .shell { position: relative; z-index: 2; }
.service-article-copy h1 { max-width: 760px; }
.service-article-hero p { max-width: 650px; margin: 25px 0 0; color: #c8dde7; font-size: 17px; line-height: 1.7; }
.service-detail-art { position: absolute; z-index: 1; top: 38px; right: max(4vw, 45px); width: 390px; height: 190px; margin: 0; border: 0; border-radius: 0; opacity: .34; filter: grayscale(.2) blur(1.1px); transform: scale(1.35); transform-origin: right center; background: transparent; box-shadow: none; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 22%, #000 100%); mask-image: linear-gradient(90deg, transparent 0, #000 22%, #000 100%); }
.service-detail-art::before { opacity: .2; }
.service-detail-art::after { content: ""; position: absolute; inset: -55px; z-index: 5; background: radial-gradient(circle at 72% 50%, rgba(100,190,220,.13), transparent 56%); pointer-events: none; }
.service-article-body { width: min(1180px, calc(100% - 48px)); max-width: none; padding-top: 12px; }
.service-article-body > * { max-width: 780px; }
.services-preview { background: var(--bg); }
.news-preview { background: #fff; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.news-visual { position: relative; height: 175px; margin: -30px -30px 25px; flex: 0 0 175px; overflow: hidden; background: var(--pale); }
.news-visual::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 28px 28px; }
.news-visual > span { position: absolute; z-index: 3; left: 30px; bottom: 25px; width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.52); border-radius: 17px; color: #fff; background: rgba(0,43,70,.22); backdrop-filter: blur(8px); font-size: 28px; font-weight: 600; }
.news-visual > i, .news-visual > b { position: absolute; display: block; border-radius: 50%; }
.news-visual > i { width: 175px; height: 175px; right: -38px; top: -55px; border: 28px solid rgba(255,255,255,.2); }
.news-visual > b { width: 78px; height: 78px; right: 45px; bottom: -25px; background: rgba(255,255,255,.16); }
.news-visual.pattern-1 { background: linear-gradient(135deg, #075b91, #4ba1c2); }
.news-visual.pattern-1 > i { width: 220px; height: 220px; right: -82px; top: -94px; border-width: 36px; }
.news-visual.pattern-1 > b { width: 110px; height: 18px; right: 30px; bottom: 27px; border-radius: 20px; transform: rotate(-18deg); }
.news-visual.pattern-2 { background: linear-gradient(150deg, #1c6281, #87bacd); }
.news-visual.pattern-2::before { background-size: 36px 18px; transform: rotate(-12deg) scale(1.2); }
.news-visual.pattern-2 > i { width: 150px; height: 150px; right: 24px; top: 12px; border: 24px solid rgba(255,255,255,.16); }
.news-visual.pattern-2 > b { width: 36px; height: 120px; right: 58px; bottom: -18px; border-radius: 8px; transform: rotate(28deg); }
.news-visual.pattern-3 { background: linear-gradient(110deg, #003d62, #287da7); }
.news-visual.pattern-3 > i { width: 230px; height: 110px; right: -55px; top: 16px; border-radius: 80px; border-width: 22px; transform: rotate(-24deg); }
.news-visual.pattern-3 > b { right: 56px; bottom: -34px; background: rgba(255,255,255,.22); }
.news-visual.pattern-4 { background: linear-gradient(135deg, #28687d, #6ca9b7); }
.news-visual.pattern-4::before { background-size: 18px 42px; transform: rotate(9deg) scale(1.3); }
.news-visual.pattern-4 > i { width: 26px; height: 115px; right: 122px; top: 45px; border: 0; border-radius: 7px; background: rgba(255,255,255,.2); box-shadow: 43px -28px 0 rgba(255,255,255,.16), 86px -58px 0 rgba(255,255,255,.12); }
.news-visual.pattern-4 > b { display: none; }
.news-visual.pattern-5 { background: linear-gradient(145deg, #075278, #70aabd); }
.news-visual.pattern-5::before { background-image: radial-gradient(circle, rgba(255,255,255,.5) 2px, transparent 2.5px); background-size: 17px 17px; }
.news-visual.pattern-5 > i { width: 170px; height: 170px; right: -14px; top: 21px; border: 1px solid rgba(255,255,255,.34); box-shadow: 0 0 0 24px rgba(255,255,255,.07), 0 0 0 49px rgba(255,255,255,.05); }
.news-visual.pattern-5 > b { display: none; }
.news-visual.pattern-6 { background: linear-gradient(120deg, #24536a, #4d8ba6); }
.news-visual.pattern-6::before { background-size: 52px 52px; transform: rotate(45deg) scale(1.4); }
.news-visual.pattern-6 > i { width: 138px; height: 88px; right: 35px; top: 35px; border: 1px solid rgba(255,255,255,.32); border-radius: 9px; box-shadow: 16px 14px 0 rgba(255,255,255,.09), 32px 28px 0 rgba(255,255,255,.05); }
.news-visual.pattern-6 > b { display: none; }
.news-visual.pattern-7 { background: linear-gradient(135deg, #004c70, #3a91aa); }
.news-visual.pattern-7::before { background-image: linear-gradient(120deg, transparent 48%, rgba(255,255,255,.23) 49%, rgba(255,255,255,.23) 52%, transparent 53%); background-size: 55px 55px; }
.news-visual.pattern-7 > i { width: 205px; height: 5px; right: 22px; top: 84px; border: 0; border-radius: 6px; background: rgba(255,255,255,.34); transform: rotate(-12deg); box-shadow: 33px -30px 0 rgba(255,255,255,.26), 66px -56px 0 rgba(255,255,255,.18); }
.news-visual.pattern-7 > b { display: none; }
.news-visual.pattern-8 { background: linear-gradient(145deg, #2f6e83, #86b5bf); }
.news-visual.pattern-8::before { background-size: 22px 22px; opacity: .2; }
.news-visual.pattern-8 > i { width: 128px; height: 128px; right: 42px; top: 23px; border: 18px solid rgba(255,255,255,.2); box-shadow: inset 0 0 0 17px rgba(0,43,70,.1); }
.news-visual.pattern-8 > b { width: 18px; height: 18px; right: 96px; bottom: 32px; background: #fff; opacity: .45; }
.news-visual.pattern-9 { background: linear-gradient(105deg, #043b59, #166e9b); }
.news-visual.pattern-9::before { background-image: repeating-linear-gradient(0deg, transparent 0 15px, rgba(255,255,255,.13) 16px 17px); }
.news-visual.pattern-9 > i { width: 205px; height: 205px; right: -98px; top: -16px; border: 28px dashed rgba(255,255,255,.13); }
.news-visual.pattern-9 > b { width: 120px; height: 120px; right: 104px; bottom: -80px; background: rgba(255,255,255,.12); }
.news-visual.pattern-10 { background: linear-gradient(135deg, #36687b, #659eb2); }
.news-visual.pattern-10::before { background-size: 24px 24px; transform: skewX(-24deg) scale(1.3); }
.news-visual.pattern-10 > i { width: 190px; height: 75px; right: -26px; top: 50px; border: 1px solid rgba(255,255,255,.25); border-radius: 0; transform: skewX(-28deg); }
.news-visual.pattern-10 > b { width: 130px; height: 75px; right: 66px; bottom: -28px; border-radius: 0; transform: skewX(-28deg); }
.news-visual.pattern-11 { background: linear-gradient(130deg, #064567, #5895aa); }
.news-visual.pattern-11::before { background-image: radial-gradient(circle, rgba(255,255,255,.4) 1.5px, transparent 2px); background-size: 13px 13px; }
.news-visual.pattern-11 > i { width: 0; height: 0; right: 74px; top: 24px; border: 72px solid transparent; border-top: 0; border-bottom: 112px solid rgba(255,255,255,.16); border-radius: 0; }
.news-visual.pattern-11 > b { width: 0; height: 0; right: 94px; bottom: 19px; border: 52px solid transparent; border-bottom: 0; border-top: 82px solid rgba(0,43,70,.13); border-radius: 0; }
.news-visual.pattern-12 { background: linear-gradient(155deg, #35788e, #8ab8c4); }
.news-visual.pattern-12::before { background-image: radial-gradient(circle, rgba(255,255,255,.4) 3px, transparent 3.5px); background-size: 25px 25px; }
.news-visual.pattern-12 > i { width: 210px; height: 62px; right: -21px; top: 59px; border: 14px solid rgba(255,255,255,.16); border-radius: 50%; transform: rotate(18deg); }
.news-visual.pattern-12 > b { display: none; }
.news-visual.pattern-13 { background: linear-gradient(115deg, #063a57, #327fa3); }
.news-visual.pattern-13::before { background-size: 40px 40px; opacity: .18; }
.news-visual.pattern-13 > i { width: 150px; height: 110px; right: 42px; top: 30px; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; background: repeating-linear-gradient(0deg, transparent 0 16px, rgba(255,255,255,.18) 17px 19px); }
.news-visual.pattern-13 > b { width: 55px; height: 55px; right: 18px; bottom: 18px; border: 1px solid rgba(255,255,255,.34); background: rgba(0,43,70,.17); }
.news-card > span { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.news-card h3, .news-card h2 { margin: 34px 0 18px; font-size: 20px; line-height: 1.4; letter-spacing: -.025em; }
.news-card p { margin: 0 0 25px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.news-card-link { margin-top: auto; color: var(--blue); font-size: 14px; font-weight: 800; }
.all-news { row-gap: 25px; }

.page-hero, .article-hero { padding: 95px 0 90px; color: #fff; background: linear-gradient(120deg, var(--navy), var(--navy-2)); }
.page-hero h1, .article-hero h1 { max-width: 900px; font-size: clamp(44px, 5vw, 66px); line-height: 1.08; }
.page-hero p { max-width: 680px; margin: 22px 0 0; color: #c4d5dc; font-size: 18px; line-height: 1.7; }
.article-hero { padding-top: 65px; }
.article-hero h1 { font-size: clamp(38px, 4.7vw, 58px); }
.back-link { margin-bottom: 50px; display: block; color: #c8dde5; font-size: 14px; font-weight: 700; }
.about-story-section { position: relative; overflow: hidden; }
.about-story-section::after { content: ""; position: absolute; z-index: -1; right: -180px; top: 80px; width: 460px; height: 460px; border: 1px solid rgba(0,114,187,.07); border-radius: 50%; box-shadow: 0 0 0 70px rgba(0,114,187,.018), 0 0 0 140px rgba(0,114,187,.012); }
.about-story { position: relative; max-width: 900px; padding-left: 72px; }
.about-story::before { content: ""; position: absolute; left: 0; top: 7px; bottom: 8px; width: 5px; border-radius: 5px; background: linear-gradient(var(--blue), rgba(0,114,187,.12)); }
.about-story .prose { max-width: 820px; color: #315467; }
.about-story .prose > p:first-of-type { margin-bottom: 34px; color: var(--navy); font-size: 23px; line-height: 1.65; font-weight: 500; letter-spacing: -.018em; }
.prose { font-size: 17px; line-height: 1.82; }
.prose p { margin: 0 0 24px; }
.prose h2 { margin: 54px 0 20px; padding-top: 26px; border-top: 1px solid var(--line); color: var(--navy); font-size: 27px; line-height: 1.3; font-weight: 650; letter-spacing: -.025em; }
.prose h2:first-child { margin-top: 0; }
.prose ul, .prose ol { margin: 10px 0 34px; padding: 24px 28px 24px 54px; border-left: 4px solid var(--blue); border-radius: 0 7px 7px 0; background: var(--pale); }
.prose li { margin: 0; padding-left: 7px; color: #294c60; line-height: 1.7; }
.prose li + li { margin-top: 12px; }
.prose li::marker { color: var(--blue); font-weight: 800; }
.article-notice { margin-top: 55px; padding: 22px 24px; border-left: 4px solid var(--blue); color: #526d79; background: var(--pale); font-size: 15px; line-height: 1.7; }
.article-body { max-width: 780px; }
.certificates-section { padding-top: 10px; background: var(--bg); }
.certificates-heading { max-width: 720px; margin-bottom: 45px; }
.certificates-heading h2 { margin: 14px 0 16px; font-size: clamp(34px, 4vw, 50px); line-height: 1.15; }
.certificates-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.certificate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.certificate-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 12px 32px rgba(0,43,70,.07); transition: transform .2s, box-shadow .2s, border-color .2s; }
.certificate-card:hover { transform: translateY(-5px); border-color: #abcbd8; box-shadow: 0 24px 55px rgba(0,43,70,.15); }
.certificate-card:focus-visible { outline: 3px solid rgba(0,114,187,.35); outline-offset: 4px; }
.certificate-preview { position: relative; height: 245px; overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #edf7fa, #d7eaf1); }
.certificate-preview::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -45px 55px rgba(0,43,70,.08); pointer-events: none; }
.certificate-preview img { width: 100%; height: 100%; object-fit: cover; object-position: top center; filter: saturate(.72); transition: transform .35s, filter .35s; }
.certificate-card:hover .certificate-preview img { transform: scale(1.025); filter: saturate(.95); }
.certificate-number { position: absolute; z-index: 2; top: 20px; right: 20px; color: rgba(0,55,83,.5); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.certificate-copy { min-height: 210px; padding: 28px; display: flex; flex-direction: column; }
.certificate-copy > span { color: var(--muted); font-size: 11px; font-weight: 800; line-height: 1.55; letter-spacing: .07em; text-transform: uppercase; }
.certificate-id { width: fit-content; margin-top: 18px; padding: 7px 10px; border-radius: 4px; color: var(--blue); background: var(--pale); font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.certificate-copy h3 { margin: 24px 0 18px; color: var(--navy); font-size: 20px; line-height: 1.4; font-weight: 600; letter-spacing: -.025em; }
.certificate-copy > b { margin-top: auto; color: var(--blue); font-size: 14px; font-weight: 800; }
.certificate-registry .certificate-preview { display: grid; place-items: center; background: linear-gradient(135deg, var(--navy), var(--navy-2)); }
.certificate-registry .certificate-number { color: rgba(255,255,255,.4); }
.registry-mark { width: 130px; height: 130px; display: grid; place-items: center; border: 1px solid rgba(151,213,234,.35); border-radius: 50%; color: #fff; box-shadow: 0 0 0 24px rgba(151,213,234,.05), 0 0 0 48px rgba(151,213,234,.035); }
.registry-mark i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: #d8eef6; font-style: normal; font-size: 22px; font-weight: 800; }
.registry-mark b { margin-top: -22px; color: #a9d7e8; font-size: 10px; letter-spacing: .22em; }
.contact-section { background: #fff; }
.contact-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); border: 1px solid var(--line); border-radius: 9px; overflow: hidden; box-shadow: var(--shadow); }
.contact-intro { position: relative; min-height: 430px; padding: 55px; overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--navy), var(--navy-2)); }
.contact-intro .eyebrow { color: #8bc5dc; }
.contact-intro h2 { position: relative; z-index: 2; max-width: 480px; margin: 32px 0 18px; font-size: clamp(34px, 4vw, 50px); line-height: 1.12; font-weight: 500; letter-spacing: -.045em; }
.contact-intro p { position: relative; z-index: 2; max-width: 470px; color: #c5d8df; font-size: 16px; line-height: 1.8; }
.contact-intro > i { position: absolute; right: -35px; bottom: -65px; color: rgba(255,255,255,.055); font-style: normal; font-size: 240px; font-weight: 800; letter-spacing: -.12em; }
.contact-list { display: grid; grid-template-rows: repeat(3, 1fr); background: #fff; }
.contact-list > a, .contact-list > div { min-width: 0; padding: 32px 38px; display: grid; grid-template-columns: 130px minmax(0,1fr) 34px; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.contact-list > :last-child { border-bottom: 0; }
.contact-list span { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-list strong { margin: 0; display: flex; flex-direction: column; gap: 7px; color: var(--navy); font-size: 18px; font-weight: 600; line-height: 1.5; overflow-wrap: anywhere; }
.contact-list strong a { min-height: 44px; display: inline-flex; align-items: center; font: inherit; }
.contact-list b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: var(--pale); font-size: 13px; }
.contact-list > a:hover { background: #f8fbfc; }

.cta { padding: 70px 0; color: #fff; background: var(--blue); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta h2 { max-width: 690px; font-size: clamp(32px, 4vw, 48px); }
.cta p { margin: 15px 0 0; color: #d3e9f2; line-height: 1.7; }
.site-footer { padding: 55px 0; color: #b6c9d1; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 65px; }
.footer-grid p { max-width: 430px; margin: 0; font-size: 14px; line-height: 1.7; }
.footer-grid > div { display: flex; flex-direction: column; align-items: end; gap: 8px; font-size: 13px; }
.footer-grid > div a { min-height: 44px; display: inline-flex; align-items: center; color: #fff; font-size: 14px; font-weight: 700; }
.not-found-hero { min-height: calc(100vh - 86px); display: grid; align-items: center; }
.not-found-hero .button { width: fit-content; margin-top: 34px; }

@media (max-width: 1060px) {
    .header-inner { gap: 18px; }
    .main-nav a { padding-inline: 9px; }
    .portal-link { width: 44px; padding: 0; font-size: 0; }
    .portal-link span { font-size: 15px; }
    .hero-grid { gap: 45px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    .shell, .narrow { width: min(100% - 36px, 680px); }
    .site-header { height: 76px; }
    .header-inner { justify-content: space-between; }
    .menu-toggle { display: flex; order: 3; }
    .main-nav { position: absolute; top: 100%; left: 0; right: 0; width: 100%; height: calc(100dvh - 76px); margin: 0; padding: 28px 18px 45px; display: none; flex-direction: column; align-items: stretch; gap: 5px; background: var(--navy); box-shadow: 0 24px 50px rgba(0, 20, 34, .28); overflow-y: auto; overscroll-behavior: contain; }
    .main-nav.open { display: flex; }
    .main-nav a { min-height: 56px; padding: 0 18px; font-size: 17px; }
    .main-nav .mobile-portal-link { margin-top: 14px; display: flex !important; justify-content: space-between; color: #fff; border: 1px solid rgba(255,255,255,.24); background: var(--blue); }
    .header-actions { margin-left: auto; }
    .portal-link { display: none; }
    .hero { min-height: auto; padding-top: 80px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 680px; }
    .hero-visual { max-width: 650px; }
    .hero-panel { max-width: 590px; }
    .trust-row { margin-top: 60px; height: auto; padding: 28px 0; grid-template-columns: 1fr; gap: 18px; }
    .section { padding: 80px 0; }
    .news-grid { grid-template-columns: 1fr 1fr; }
    .certificate-grid { grid-template-columns: 1fr 1fr; }
    .service-detail-art { right: -100px; opacity: .22; }
    .contact-layout { grid-template-columns: 1fr; }
    .contact-intro { min-height: 330px; }
    .cta-inner { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 560px) {
    .shell, .narrow { width: calc(100% - 30px); }
    .brand { gap: 10px; }
    .brand img { width: 48px; }
    .brand > span { width: 72px; }
    .brand strong { font-size: 17px; }
    .brand small { font-size: 7px; }
    .language-switcher a { width: 34px; min-height: 44px; }
    .menu-toggle { width: 44px; flex-basis: 44px; }
    .hero { padding-top: 63px; }
    .hero h1 { margin: 17px 0; font-size: clamp(38px, 10.5vw, 44px); line-height: 1.08; }
    .hero-copy > p { font-size: 16px; line-height: 1.65; }
    .hero-actions { display: grid; grid-template-columns: 1fr; }
    .hero-actions .button { width: 100%; }
    .hero-panel-body { padding: 18px; }
    .metric-row span { height: 48px; }
    .trust-row { margin-top: 45px; }
    .section { padding: 65px 0; }
    .section-heading { margin-bottom: 30px; align-items: flex-start; flex-direction: column; }
    .service-grid, .news-grid { grid-template-columns: 1fr; }
    .certificate-grid { grid-template-columns: 1fr; }
    .certificate-preview { height: 220px; }
    .service-card, .news-card { min-height: 355px; padding: 24px; }
    .prose h2 { margin-top: 42px; padding-top: 22px; font-size: 23px; }
    .prose ul, .prose ol { padding: 20px 20px 20px 40px; }
    .service-visual, .news-visual { height: 160px; margin: -24px -24px 22px; flex-basis: 160px; }
    .page-hero, .article-hero { padding: 68px 0 65px; }
    .page-hero h1, .article-hero h1 { font-size: 40px; }
    .page-hero p { font-size: 16px; }
    .service-detail-art { top: 30px; right: -190px; opacity: .16; transform: scale(1.08); }
    .prose { font-size: 17px; line-height: 1.78; }
    .about-story { padding-left: 26px; }
    .about-story::before { width: 3px; }
    .about-story .prose > p:first-of-type { font-size: 19px; line-height: 1.65; }
    .contact-intro { min-height: 300px; padding: 34px 25px; }
    .contact-list > a, .contact-list > div { padding: 25px; grid-template-columns: 1fr 34px; gap: 9px 18px; }
    .contact-list span { grid-column: 1 / -1; }
    .contact-list strong { font-size: 16px; }
    .contact-list b { grid-column: 2; grid-row: 2; }
    .floating-paper.paper-one { left: -8px; }
    .floating-paper.paper-two { right: 0; }
    .cta { padding: 55px 0; }
    .cta .button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-grid p { grid-column: auto; grid-row: auto; }
    .footer-grid > div { align-items: flex-start; }
}

@media (max-width: 360px) {
    .site-header .brand { gap: 0; }
    .site-header .brand > span { display: none; }
    .header-actions { gap: 8px; }
    .language-switcher a { width: 32px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
