:root {
  --navy: #071525;
  --navy-2: #0a2136;
  --teal: #0e617b;
  --teal-light: #19a1c3;
  --red: #ff1717;
  --ink: #102235;
  --muted: #687887;
  --line: #dce4e9;
  --soft: #f4f7f8;
  --white: #ffffff;
}

.page-content { padding: 80px 7vw 110px; max-width: 1100px; margin: 0 auto; }
.page-content h2 { font-size: clamp(30px, 3vw, 46px); line-height: 1.15; color: var(--navy); margin: 0 0 24px; }
.page-content h3 { font-size: 23px; color: var(--teal); margin: 35px 0 10px; }
.page-content p { color: var(--muted); font-size: 17px; margin: 0 0 20px; }
.article-shell { max-width: 950px; margin: 0 auto; padding: 80px 24px 120px; }
.article-meta { display: flex; gap: 18px; color: var(--teal); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 25px; }
.article-shell h1 { font-size: clamp(38px, 5vw, 66px); line-height: 1.1; color: var(--navy); letter-spacing: -.04em; }
.article-cover { margin: 45px 0; width: 100%; max-height: 520px; object-fit: cover; }
.article-content { color: #405465; font-size: 17px; }.article-content h2 { color: var(--navy); font-size: 32px; margin-top: 45px; }
.validation-summary-errors, .field-validation-error { color: #c8102e; font-size: 12px; }.input-validation-error { border-color: #c8102e !important; }
.public-success { padding: 30px; background: #e9f7f2; color: #087454; border-left: 4px solid #1bb98a; margin-bottom: 25px; }
.news-card .news-image.has-image { padding: 0; }.news-card .news-image.has-image img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 760px) {
  .page-content { padding: 65px 24px 90px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }

.site-shell { overflow: hidden; }
.site-header { height: 86px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(7,21,37,.08); position: relative; z-index: 50; }
.brand { width: 154px; height: 60px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 42px); margin-left: auto; margin-right: 3vw; }
.main-nav a { font-size: 14px; font-weight: 650; color: #233748; transition: .25s; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--red); transition: .25s; }
.main-nav a:hover { color: var(--red); }
.main-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.lang-switch { display: flex; align-items: center; gap: 5px; font-size: 12px; color: #a3adb5; }
.lang-switch button { border: 0; background: transparent; padding: 4px 2px; color: #9aa4ad; font-size: 12px; font-weight: 700; }
.lang-switch button.active { color: var(--red); }
.lang-switch a { color: #9aa4ad; font-size: 12px; font-weight: 700; padding: 4px 2px; }
.lang-switch a.active { color: var(--red); }
.header-cta { color: white; background: var(--navy); padding: 11px 17px; border-radius: 4px; font-size: 13px; font-weight: 700; display: flex; gap: 14px; align-items: center; }
.header-cta span { color: #72d0e3; }
.menu-toggle { display: none; width: 38px; height: 38px; background: transparent; border: 0; padding: 8px; }
.menu-toggle i { display: block; height: 2px; background: var(--navy); margin: 5px 0; }

.hero { min-height: 720px; background: var(--navy); position: relative; display: grid; grid-template-columns: 47% 53%; color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #071525 0%, #071525 35%, rgba(7,21,37,.6) 58%, rgba(7,21,37,.05) 100%); z-index: 2; pointer-events: none; }
.hero::after { content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%; background: rgba(255,23,23,.13); filter: blur(100px); left: 26%; bottom: -180px; z-index: 1; }
.hero-copy { position: relative; z-index: 4; padding: 116px 2vw 105px 7vw; align-self: center; }
.eyebrow { color: var(--teal); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 10px; }
.eyebrow.light { color: #70cde2; }
.eyebrow b { width: 26px; height: 2px; background: var(--red); display: inline-block; }
.hero h1 { font-size: clamp(48px, 5.25vw, 82px); line-height: 1.05; letter-spacing: -.055em; margin: 24px 0 24px; font-weight: 760; }
.hero h1 em { color: #5ec3da; font-style: normal; }
.hero-copy > p { max-width: 610px; color: #b5c5d1; font-size: 18px; line-height: 1.75; }
.hero-buttons { display: flex; gap: 13px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 14px 20px; min-height: 52px; border-radius: 4px; border: 1px solid transparent; font-weight: 750; font-size: 14px; transition: .25s; }
.button:hover { transform: translateY(-2px); }
.button-red { background: var(--red); color: #fff; box-shadow: 0 10px 30px rgba(255,23,23,.22); }
.button-red:hover { background: #de0909; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: #fff; }
.hero-visual { position: absolute; inset: 0 0 0 25%; z-index: 1; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.floating-card { position: absolute; z-index: 5; background: rgba(7,21,37,.83); border: 1px solid rgba(123,208,227,.25); backdrop-filter: blur(12px); padding: 13px 17px; border-radius: 8px; display: flex; align-items: center; gap: 12px; box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.floating-card > span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(25,161,195,.15); color: #50c6df; }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { font-size: 10px; color: #9bb0bf; text-transform: uppercase; letter-spacing: .08em; }
.floating-card strong { font-size: 15px; color: #fff; }
.fc-one { right: 9%; top: 18%; }.fc-two { right: 5%; bottom: 15%; }.fc-two > span { background: rgba(255,23,23,.14); color: #ff6363; }
.hero-scroll { position: absolute; left: 2.5vw; bottom: 50px; z-index: 5; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .25em; color: #728595; display: flex; align-items: center; gap: 14px; }
.hero-scroll span { color: var(--red); font-size: 18px; }

.trust-strip { min-height: 112px; padding: 20px 7vw; display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); align-items: center; gap: 28px; border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip > span { font-size: 12px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; color: #60707c; }
.trust-stat { padding-left: 30px; border-left: 1px solid var(--line); }
.trust-stat strong, .trust-stat small { display: block; }.trust-stat strong { font-size: 26px; line-height: 1.1; color: var(--navy); }.trust-stat small { font-size: 11px; color: #7b8993; margin-top: 5px; }

.section { padding: 108px 7vw; max-width: 1600px; margin: 0 auto; }
.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading h2, .why-copy h2, .overview-intro h2, .benefit-copy h2, .story-section h2, .contact-info h2 { font-size: clamp(36px, 3.6vw, 56px); line-height: 1.12; letter-spacing: -.045em; margin: 16px 0 18px; color: var(--navy); }
.section-heading p { max-width: 660px; color: var(--muted); font-size: 17px; }
.section-heading.with-action { max-width: none; display: flex; justify-content: space-between; align-items: end; }
.section-heading.with-action > div { max-width: 720px; }
.text-link { color: var(--navy); display: inline-flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 800; }
.text-link b { color: var(--red); font-size: 18px; transition: .2s; }.text-link:hover b { transform: translateX(4px); }

.solutions-section { padding-bottom: 130px; }
.solution-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.solution-card { min-height: 340px; border: 1px solid var(--line); padding: 30px; position: relative; overflow: hidden; background: #fff; transition: .3s ease; display: flex; flex-direction: column; }
.solution-card::before { content: ""; position: absolute; width: 160px; height: 160px; border: 1px solid color-mix(in srgb, var(--accent) 22%, transparent); border-radius: 50%; right: -65px; bottom: -65px; transition: .3s; }
.solution-card:hover { transform: translateY(-7px); border-color: color-mix(in srgb, var(--accent) 55%, #fff); box-shadow: 0 25px 60px rgba(7,21,37,.1); }
.solution-card:hover::before { transform: scale(1.45); background: color-mix(in srgb, var(--accent) 8%, transparent); }
.card-1, .card-2, .card-3 { grid-column: span 4; }.card-4, .card-5, .card-6, .card-7 { grid-column: span 3; }
.card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 34px; }
.solution-code { min-width: 48px; height: 48px; padding: 0 9px; display: grid; place-items: center; border-radius: 8px; background: color-mix(in srgb, var(--accent) 11%, #fff); color: var(--accent); font-weight: 900; font-size: 13px; }
.card-arrow { color: #a3aeb6; font-size: 22px; }.solution-card:hover .card-arrow { color: var(--accent); }
.mini-label { color: var(--accent); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 850; }
.solution-card h3 { font-size: 24px; line-height: 1.2; margin: 10px 0 12px; color: var(--navy); letter-spacing: -.02em; }
.solution-card p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0 0 22px; }
.solution-card .text-link { margin-top: auto; }
.mini-chart { height: 42px; display: none; align-items: end; gap: 5px; position: absolute; right: 25px; bottom: 22px; opacity: .22; }
.mini-chart i { width: 4px; border-radius: 2px; background: var(--accent); }.mini-chart i:nth-child(1){height:35%}.mini-chart i:nth-child(2){height:80%}.mini-chart i:nth-child(3){height:55%}.mini-chart i:nth-child(4){height:100%}.mini-chart i:nth-child(5){height:70%}

.why-section { display: grid; grid-template-columns: 45% 55%; background: #f2f6f7; }
.why-visual { min-height: 760px; position: relative; display: grid; place-items: center; background: radial-gradient(circle at center, #133a50, #071525 72%); overflow: hidden; }
.why-visual::before, .why-visual::after { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(69,164,187,.14); border-radius: 50%; }.why-visual::after { inset: 24%; }
.orbit { width: 330px; height: 330px; border: 1px solid rgba(86,186,208,.32); border-radius: 50%; position: relative; display: grid; place-items: center; animation: slowspin 30s linear infinite; }
@keyframes slowspin { to { transform: rotate(360deg); } }
.orbit-core { width: 118px; height: 118px; display: grid; place-items: center; border-radius: 24px; color: white; font-size: 46px; font-weight: 850; background: linear-gradient(135deg, var(--teal-light), var(--teal)); box-shadow: 0 0 70px rgba(27,166,198,.4); animation: slowspin 30s linear reverse infinite; }
.orbit-item { position: absolute; width: 62px; height: 62px; display: grid; place-items: center; background: #102d40; border: 1px solid rgba(96,194,215,.4); border-radius: 14px; color: #8bdae9; font-style: normal; font-size: 10px; font-weight: 850; animation: slowspin 30s linear reverse infinite; }
.orbit-1{top:-30px;left:134px}.orbit-2{right:-30px;top:134px}.orbit-3{bottom:-30px;left:134px}.orbit-4{left:-30px;top:134px}
.why-caption { position: absolute; bottom: 56px; left: 60px; color: white; display: flex; flex-direction: column; }.why-caption strong { color: #56bed4; font-size: 11px; letter-spacing: .2em; }.why-caption span { color: #9bb0bd; font-size: 13px; }
.why-copy { padding: 100px 7vw 100px 7%; align-self: center; }.why-copy .lead { color: var(--muted); max-width: 680px; font-size: 17px; }
.why-list { margin-top: 48px; }.why-item { display: grid; grid-template-columns: 45px 1fr; gap: 14px; padding: 20px 0; border-top: 1px solid #d4dfe3; }.why-item > span { color: var(--red); font-size: 11px; font-weight: 800; }.why-item h3 { font-size: 18px; margin: 0 0 5px; color: var(--navy); }.why-item p { color: var(--muted); font-size: 13px; margin: 0; }

.process-section { padding-top: 120px; padding-bottom: 130px; }.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }.process-card { min-height: 300px; padding: 32px 28px; border-right: 1px solid var(--line); position: relative; }.process-card:last-child { border-right: 0; }.process-card > span { color: #9ca9b1; font-size: 11px; font-weight: 700; }.process-icon { width: 56px; height: 56px; display: grid; place-items: center; margin: 44px 0 28px; border-radius: 50%; background: #edf5f7; color: var(--teal); font-size: 24px; }.process-card h3 { font-size: 22px; margin: 0 0 10px; }.process-card p { font-size: 13px; color: var(--muted); }

.news-preview { border-top: 1px solid var(--line); }.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }.news-grid.large { row-gap: 70px; }.news-image { height: 240px; position: relative; overflow: hidden; background: #0b2336; color: white; padding: 26px; }.news-image::after { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; right: -35px; bottom: -60px; }.news-image-2 { background: #164f65; }.news-image-3 { background: #e52424; }.news-image > span { font-size: 10px; letter-spacing: .2em; color: rgba(255,255,255,.7); font-weight: 800; }.news-art { position: absolute; inset: 60px 30px 25px; display: flex; align-items: end; gap: 12px; }.news-art i { flex: 1; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.08); }.news-art i:nth-child(1){height:42%}.news-art i:nth-child(2){height:88%;background:rgba(255,255,255,.16)}.news-art i:nth-child(3){height:65%}
.news-meta { display: flex; gap: 14px; margin-top: 22px; color: #8d9ba5; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }.news-meta span { color: var(--teal); font-weight: 800; }.news-card h3 { font-size: 21px; line-height: 1.35; margin: 10px 0; color: var(--navy); }.news-card p { font-size: 13px; color: var(--muted); }.news-card > a { font-size: 12px; font-weight: 800; }.news-card > a b { color: var(--red); margin-left: 6px; }

.global-cta { margin: 0; padding: 70px 7vw; background: var(--red); color: white; display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; overflow: hidden; }.global-cta::after { content: "R"; position: absolute; right: 20%; top: -120px; font-size: 380px; font-weight: 900; line-height: 1; color: rgba(255,255,255,.06); }.global-cta > div, .global-cta > a { position: relative; z-index: 2; }.global-cta h2 { font-size: clamp(34px, 3.2vw, 52px); line-height: 1.1; letter-spacing: -.04em; margin: 12px 0; }.global-cta p { margin: 0; max-width: 700px; color: rgba(255,255,255,.78); }.global-cta .eyebrow { color: rgba(255,255,255,.7); }.button-white { background: white; color: var(--red); min-width: 210px; }
.site-footer { background: #050f19; color: white; padding: 80px 7vw 25px; }.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 7vw; padding-bottom: 65px; }.footer-brand img { width: 180px; filter: brightness(0) invert(1); margin-bottom: 24px; }.footer-brand p { color: #8496a3; font-size: 13px; max-width: 360px; }.footer-main h3 { font-size: 12px; letter-spacing: .13em; text-transform: uppercase; color: #5fc3d8; margin: 8px 0 22px; }.footer-main > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; }.footer-main a, .footer-main > div > p { color: #8d9ca7; font-size: 12px; margin: 0; }.footer-main a:hover { color: #fff; }.footer-bottom { border-top: 1px solid #1a2834; padding-top: 22px; display: flex; justify-content: space-between; color: #60717d; font-size: 10px; }.footer-bottom div { display: flex; gap: 25px; }

.page-hero { min-height: 515px; background: var(--navy); color: white; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 110px 7vw; position: relative; overflow: hidden; }.page-hero.compact { min-height: 430px; }.page-hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(82,175,196,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(82,175,196,.35) 1px, transparent 1px); background-size: 80px 80px; transform: perspective(500px) rotateX(60deg) scale(1.4); transform-origin: center bottom; }.page-hero::after { content: ""; width: 500px; height: 300px; position: absolute; bottom: -250px; border-radius: 50%; background: var(--red); filter: blur(90px); opacity: .23; }.page-hero > *:not(.page-hero-grid) { position: relative; z-index: 2; }.page-hero h1 { max-width: 1050px; font-size: clamp(45px, 5vw, 74px); line-height: 1.08; letter-spacing: -.055em; margin: 20px 0; }.page-hero p { max-width: 770px; color: #a9bcc8; font-size: 18px; }

.detail-hero { min-height: 720px; background: linear-gradient(120deg, #071525, #0a253a); color: white; padding: 90px 7vw; display: grid; grid-template-columns: 43% 57%; gap: 70px; align-items: center; position: relative; overflow: hidden; }.detail-hero::after { content: ""; position: absolute; width: 450px; height: 450px; right: 3%; bottom: -250px; border-radius: 50%; background: color-mix(in srgb, var(--accent) 35%, transparent); filter: blur(100px); }.detail-copy { position: relative; z-index: 2; }.breadcrumbs { display: flex; gap: 9px; font-size: 10px; color: #708695; margin-bottom: 50px; }.breadcrumbs b { color: #9aadb9; }.detail-copy h1 { font-size: clamp(44px, 4.7vw, 72px); line-height: 1.06; letter-spacing: -.055em; margin: 20px 0 24px; }.detail-copy > p { color: #a9bdc9; max-width: 650px; font-size: 16px; line-height: 1.75; margin-bottom: 34px; }
.product-dashboard { background: #f7f9fa; border: 7px solid rgba(255,255,255,.1); box-shadow: 0 30px 100px rgba(0,0,0,.42); border-radius: 16px; color: var(--ink); position: relative; z-index: 3; overflow: hidden; transform: perspective(1300px) rotateY(-4deg); }.dash-head { height: 62px; background: white; display: flex; justify-content: space-between; align-items: center; padding: 0 22px; border-bottom: 1px solid #e4eaed; }.dash-brand { display: flex; align-items: center; gap: 10px; }.dash-brand span { min-width: 34px; height: 34px; display: grid; place-items: center; padding: 0 6px; background: var(--accent); color: white; border-radius: 7px; font-size: 9px; font-weight: 900; }.dash-brand i { font-style: normal; color: #9ba7af; font-size: 8px; letter-spacing: .16em; }.dash-user { display: flex; align-items: center; gap: 16px; color: #8c989f; font-size: 12px; }.dash-user b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #e9f2f4; color: var(--teal); font-size: 9px; }.dash-tabs { padding: 16px 22px 0; display: flex; gap: 8px; background: white; }.dash-tabs button { border: 0; background: transparent; padding: 7px 12px; font-size: 10px; color: #8b989f; border-bottom: 2px solid transparent; }.dash-tabs button.active { color: var(--accent); border-color: var(--accent); font-weight: 800; }.dash-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 16px 20px; }.dash-stats > div { background: white; border: 1px solid #e4eaed; padding: 13px 15px; border-radius: 8px; }.dash-stats small, .dash-stats strong, .dash-stats em { display: block; }.dash-stats small { color: #8b989f; font-size: 8px; }.dash-stats strong { font-size: 22px; margin: 5px 0 0; }.dash-stats em { color: #13a773; font-size: 7px; font-style: normal; text-align: right; }.dash-body { display: grid; grid-template-columns: 2fr 1fr; gap: 10px; padding: 0 20px 15px; }.dash-chart, .dash-ring { background: white; border: 1px solid #e4eaed; border-radius: 8px; padding: 15px; }.chart-head { display: flex; justify-content: space-between; font-size: 9px; }.chart-head span { color: #95a1a8; }.chart-canvas { height: 120px; border-bottom: 1px solid #dbe4e8; margin-top: 20px; display: flex; align-items: end; justify-content: space-around; gap: 8px; background-image: linear-gradient(#edf1f3 1px, transparent 1px); background-size: 100% 30px; }.chart-canvas i { width: 7%; background: linear-gradient(to top, var(--accent), color-mix(in srgb, var(--accent) 40%, #fff)); border-radius: 3px 3px 0 0; }.dash-ring { text-align: center; }.dash-ring > b { font-size: 9px; display: block; text-align: left; }.ring { margin: 18px auto 8px; width: 96px; height: 96px; border-radius: 50%; background: conic-gradient(var(--accent) 86%, #e7edef 0); display: grid; place-items: center; position: relative; }.ring::after { content: ""; width: 70px; height: 70px; border-radius: 50%; background: white; position: absolute; }.ring span { position: relative; z-index: 2; font-size: 17px; font-weight: 850; }.dash-ring small { color: #98a4ac; font-size: 7px; }.dash-table { margin: 0 20px 20px; background: white; border: 1px solid #e4eaed; border-radius: 8px; }.dash-table > div { display: grid; grid-template-columns: 1fr 1fr .7fr; gap: 10px; padding: 9px 14px; border-bottom: 1px solid #edf1f3; font-size: 8px; }.dash-table > div:last-child { border-bottom: 0; }.dash-table span { color: #13a773; }.dash-table strong { text-align: right; }

.overview-section { display: grid; grid-template-columns: 1.5fr 1fr; gap: 10vw; }.overview-intro p { color: var(--muted); font-size: 17px; }.stat-row { display: flex; flex-direction: column; justify-content: center; }.stat-row > div { display: flex; align-items: baseline; justify-content: space-between; padding: 22px 0; border-bottom: 1px solid var(--line); }.stat-row strong { font-size: 38px; color: var(--teal); }.stat-row span { color: var(--muted); font-size: 12px; }
.feature-section { background: var(--soft); }.feature-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }.feature-list { border-top: 1px solid #d6e0e4; }.feature-row { padding: 25px 0; border-bottom: 1px solid #d6e0e4; display: grid; grid-template-columns: 35px 50px 1fr; column-gap: 16px; align-items: center; }.feature-row > span { color: #98a6af; font-size: 10px; }.feature-row > i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #e2eef1; color: var(--teal); font-style: normal; }.feature-row h3 { margin: 0; font-size: 17px; }.feature-row p { grid-column: 3; color: var(--muted); font-size: 12px; margin: 3px 0 0; }
.benefit-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }.benefit-copy > p { color: var(--muted); font-size: 16px; }.benefit-copy .text-link { margin-top: 25px; }.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.benefit-grid > div { padding: 30px; background: #fff; border: 1px solid var(--line); }.benefit-grid span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); }.benefit-grid h3 { font-size: 18px; margin: 28px 0 8px; }.benefit-grid p { font-size: 12px; color: var(--muted); }
.related-section { border-top: 1px solid var(--line); }.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.related-grid a { padding: 30px; border: 1px solid var(--line); position: relative; transition: .25s; }.related-grid a:hover { transform: translateY(-5px); border-color: var(--accent); }.related-grid a > span { color: var(--accent); font-weight: 900; font-size: 12px; }.related-grid h3 { font-size: 21px; }.related-grid p { color: var(--muted); font-size: 12px; }.related-grid a > b { position: absolute; right: 25px; top: 25px; color: var(--accent); }

.story-section { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }.story-section p { color: var(--muted); font-size: 17px; margin: 35px 0; }.values { background: var(--soft); }.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }.value-grid > div { padding: 35px 28px; border-right: 1px solid var(--line); }.value-grid > div:last-child { border-right: 0; }.value-grid span { color: var(--red); font-size: 11px; }.value-grid h3 { font-size: 24px; margin: 35px 0 8px; }.value-grid p { color: var(--muted); font-size: 13px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.service-card { min-height: 330px; padding: 34px; border: 1px solid var(--line); position: relative; }.service-card > span { color: #a2adb5; font-size: 11px; }.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 12px; background: #eaf3f5; color: var(--teal); font-size: 24px; margin: 32px 0; }.service-card h2 { font-size: 22px; }.service-card p { color: var(--muted); font-size: 13px; }.service-card a { position: absolute; bottom: 30px; color: var(--teal); font-size: 12px; font-weight: 800; }
.news-page { padding-top: 70px; }.news-filter { display: flex; gap: 10px; margin-bottom: 45px; }.news-filter button { border: 1px solid var(--line); background: #fff; padding: 8px 16px; border-radius: 30px; color: var(--muted); font-size: 12px; }.news-filter button.active { background: var(--navy); color: white; border-color: var(--navy); }.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 70px; }.pagination button { width: 38px; height: 38px; border: 1px solid var(--line); background: white; }.pagination button.active { background: var(--red); color: white; border-color: var(--red); }
.contact-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }.contact-info > p { color: var(--muted); font-size: 16px; }.contact-lines { margin-top: 50px; }.contact-lines > div { padding: 18px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 100px 1fr; }.contact-lines span { color: #8c9aa4; font-size: 9px; letter-spacing: .14em; }.contact-lines a, .contact-lines p { font-size: 14px; font-weight: 700; margin: 0; }.contact-form { background: var(--soft); padding: 42px; border-top: 4px solid var(--teal); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.contact-form label { display: flex; flex-direction: column; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: #586b79; margin-bottom: 20px; }.contact-form input, .contact-form select, .contact-form textarea { margin-top: 7px; border: 1px solid #d4dfe4; background: white; padding: 13px 14px; border-radius: 3px; outline: 0; color: var(--ink); text-transform: none; letter-spacing: 0; font-size: 13px; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); }.contact-form textarea { resize: vertical; }.success-message { min-height: 420px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }.success-message span { width: 65px; height: 65px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: white; font-size: 26px; }.success-message h3 { font-size: 26px; margin: 24px 0 8px; }.success-message p { color: var(--muted); }
.not-found { min-height: 600px; display: flex; flex-direction: column; align-items: center; justify-content: center; }.not-found strong { font-size: 120px; line-height: 1; color: #e8eef1; }.not-found h1 { font-size: 34px; }

@media (max-width: 1100px) {
  .main-nav { position: absolute; top: 86px; left: 0; right: 0; background: white; flex-direction: column; align-items: stretch; padding: 0 7vw; gap: 0; max-height: 0; overflow: hidden; transition: .3s; box-shadow: 0 15px 30px rgba(7,21,37,.08); }.main-nav.open { max-height: 500px; padding-top: 18px; padding-bottom: 18px; }.main-nav a { padding: 11px 0; }.menu-toggle { display: block; }.header-cta { display: none; }
  .hero { grid-template-columns: 58% 42%; }.hero-copy { padding-left: 7vw; }.hero-visual { left: 26%; opacity: .85; }.fc-one { right: 3%; }.fc-two { display: none; }
  .card-1, .card-2, .card-3, .card-4, .card-5, .card-6, .card-7 { grid-column: span 6; }
  .detail-hero { grid-template-columns: 1fr; padding-top: 65px; }.detail-copy { max-width: 800px; }.product-dashboard { max-width: 800px; transform: none; }
  .feature-inner, .benefit-section { grid-template-columns: 1fr; }
  .feature-inner .section-heading { margin-bottom: 0; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding: 0 20px; }.brand { width: 125px; height: 50px; }.main-nav { top: 72px; }
  .header-actions { gap: 12px; }.lang-switch { gap: 3px; }
  .hero { min-height: 760px; display: block; }.hero::before { background: linear-gradient(180deg, #071525 10%, rgba(7,21,37,.93) 52%, rgba(7,21,37,.35)); }.hero-copy { padding: 90px 24px 100px; }.hero h1 { font-size: 50px; }.hero-copy > p { font-size: 16px; }.hero-buttons { flex-direction: column; align-items: stretch; }.hero-visual { left: 0; top: 43%; height: 57%; opacity: .58; }.floating-card { display: none; }.hero-scroll { display: none; }
  .trust-strip { grid-template-columns: 1fr 1fr; padding: 28px 24px; }.trust-strip > span { grid-column: 1 / -1; }.trust-stat { padding: 14px 0; border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 78px 24px; }.section-heading { margin-bottom: 38px; }.section-heading h2, .why-copy h2, .overview-intro h2, .benefit-copy h2, .story-section h2, .contact-info h2 { font-size: 38px; }.section-heading.with-action { align-items: flex-start; flex-direction: column; gap: 20px; }
  .solution-grid { display: block; }.solution-card { margin-bottom: 14px; min-height: 310px; }
  .why-section { grid-template-columns: 1fr; }.why-visual { min-height: 500px; }.orbit { width: 260px; height: 260px; }.orbit-1{top:-30px;left:99px}.orbit-2{right:-30px;top:99px}.orbit-3{bottom:-30px;left:99px}.orbit-4{left:-30px;top:99px}.why-caption { left: 24px; bottom: 25px; }.why-copy { padding: 75px 24px; }
  .process-grid { grid-template-columns: 1fr 1fr; }.process-card:nth-child(2) { border-right: 0; }.process-card { min-height: 280px; border-bottom: 1px solid var(--line); padding: 25px 15px; }
  .news-grid, .news-grid.large { grid-template-columns: 1fr; gap: 48px; }
  .global-cta { padding: 65px 24px; align-items: flex-start; flex-direction: column; }.button-white { width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 12px; }
  .page-hero, .page-hero.compact { min-height: 430px; padding: 85px 24px; }.page-hero h1 { font-size: 46px; }.page-hero p { font-size: 16px; }
  .detail-hero { padding: 60px 24px 75px; }.breadcrumbs { flex-wrap: wrap; margin-bottom: 35px; }.detail-copy h1 { font-size: 48px; }.product-dashboard { border-width: 3px; }.dash-stats { grid-template-columns: 1fr 1fr; }.dash-stats > div:last-child { grid-column: 1/-1; }.dash-body { grid-template-columns: 1fr; }.dash-ring { display: none; }
  .overview-section, .story-section, .contact-section { grid-template-columns: 1fr; }.stat-row { margin-top: 25px; }.feature-row { grid-template-columns: 28px 45px 1fr; }.benefit-grid, .related-grid, .value-grid, .services-grid { grid-template-columns: 1fr; }.value-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }.related-grid a { min-height: 220px; }.service-card { min-height: 320px; }
  .news-filter { overflow-x: auto; padding-bottom: 8px; }.news-filter button { flex: 0 0 auto; }
  .form-row { grid-template-columns: 1fr; gap: 0; }.contact-form { padding: 28px 20px; }
}
