:root {
  color: #eaf2ff;
  background: #07182f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #07182f; }
a { color: inherit; }

.site-header,
footer,
.hero,
.focus-section,
.company-section,
.data-section,
.contact { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(222, 238, 255, .18);
}

.brand { display: inline-flex; align-items: center; gap: 10px; color: #f5f9ff; font-size: 15px; font-weight: 800; letter-spacing: .13em; text-decoration: none; }
.brand-mark { display: grid; width: 30px; height: 30px; place-items: center; color: #041329; background: #7df4d4; font-size: 14px; letter-spacing: 0; clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); }
nav { display: flex; gap: 26px; }
nav a, footer a { color: #aebfd4; font-size: 13px; text-decoration: none; }
nav a:hover, footer a:hover, .contact-email:hover { color: #7df4d4; }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 85px; min-height: 654px; padding: 108px 0 88px; position: relative; }
.hero::before { position: absolute; inset: 84px 0 0 44%; z-index: 0; border: 1px solid rgba(125, 244, 212, .15); background-image: linear-gradient(rgba(125, 244, 212, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(125, 244, 212, .08) 1px, transparent 1px); background-size: 34px 34px; content: ""; mask-image: linear-gradient(to bottom, black, transparent); }
.hero-copy, .hero-card { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 22px; color: #7df4d4; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 700; letter-spacing: -.055em; }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(56px, 7vw, 104px); line-height: .91; }
h1 span { color: #7df4d4; }
.hero-copy > p:not(.eyebrow) { max-width: 550px; color: #aec0d6; font-size: 18px; line-height: 1.7; }
.button { display: inline-flex; gap: 28px; align-items: center; margin-top: 17px; padding: 14px 17px 14px 20px; color: #06182e; background: #7df4d4; font-size: 13px; font-weight: 800; text-decoration: none; }
.button span { font-size: 19px; line-height: .6; }
.button:hover { background: #c2ffef; }

.hero-card { align-self: end; padding: 28px; border: 1px solid rgba(222, 238, 255, .22); background: rgba(16, 43, 75, .88); box-shadow: 22px 22px 0 #0d294a; }
.hero-card > p { margin-bottom: 56px; color: #7df4d4; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-card strong { display: block; max-width: 255px; margin-bottom: 38px; font-size: 25px; line-height: 1.18; letter-spacing: -.03em; }
.hero-card dl, .identity-list { margin: 0; }
.hero-card dl div { display: grid; grid-template-columns: 78px 1fr; gap: 12px; padding: 11px 0; border-top: 1px solid rgba(222, 238, 255, .16); }
dt { color: #7995b4; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
dd { margin: 0; color: #d8e5f2; font-size: 13px; line-height: 1.55; }

.focus-section, .company-section, .data-section { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 70px; padding: 120px 0; border-top: 1px solid rgba(222, 238, 255, .18); }
.section-label { display: flex; gap: 15px; align-items: baseline; color: #7df4d4; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-label p { margin: 0; }
.section-label span { color: #557492; }
.focus-content h2, .company-content h2, .data-content h2, .contact h2 { margin-bottom: 0; font-size: clamp(38px, 4.2vw, 64px); line-height: .98; }
.section-intro { max-width: 655px; margin: 34px 0 58px; color: #aec0d6; font-size: 18px; line-height: 1.72; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.focus-grid article { min-height: 250px; padding: 22px; border: 1px solid rgba(222, 238, 255, .2); background: #0d294a; }
.focus-grid article > span { color: #7df4d4; font-size: 11px; font-weight: 800; }
.focus-grid h3 { margin: 62px 0 14px; font-size: 19px; letter-spacing: -.025em; }
.focus-grid p { margin-bottom: 0; color: #aec0d6; font-size: 14px; line-height: 1.65; }

.company-section { background: #eef5fb; color: #0a2340; width: 100%; padding-right: max(24px, calc((100% - 1200px) / 2)); padding-left: max(24px, calc((100% - 1200px) / 2)); }
.company-section .section-label { color: #0d716d; }
.company-section .section-label span { color: #7690aa; }
.company-content { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.company-content .eyebrow { color: #0d716d; }
.identity-list { border-top: 1px solid #c5d7e7; }
.identity-list div { display: grid; grid-template-columns: 145px 1fr; gap: 15px; padding: 17px 0; border-bottom: 1px solid #c5d7e7; }
.identity-list dt { color: #55718f; }
.identity-list dd { color: #28445f; font-size: 14px; }
.identity-list a { color: #0d716d; font-weight: 800; text-underline-offset: 4px; }

.principles { padding: 120px max(24px, calc((100% - 1200px) / 2)); background: #0d294a; }
.principles > .section-label { width: min(1200px, 100%); margin: 0 auto 60px; }
.principle-content { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; width: min(1200px, 100%); margin: 0 auto; }
.principle-content article { padding: 28px 0; border-top: 1px solid rgba(222, 238, 255, .3); }
.principle-content span { color: #7df4d4; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.principle-content h2 { margin: 48px 0 19px; font-size: clamp(30px, 3.2vw, 47px); line-height: .99; }
.principle-content p { max-width: 315px; margin-bottom: 0; color: #aec0d6; font-size: 14px; line-height: 1.72; }

.data-content { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.data-content > div { color: #aec0d6; font-size: 16px; line-height: 1.75; }
.data-content p:last-child { margin-bottom: 0; }
.contact { padding: 128px 0 118px; }
.contact h2 { max-width: 760px; }
.contact-email { display: inline-flex; gap: 20px; align-items: center; margin-top: 39px; color: #7df4d4; font-size: clamp(22px, 3vw, 34px); font-weight: 700; text-decoration: none; }
.contact-email span { font-size: 25px; }
.legal-entity { margin: 46px 0 0; color: #7995b4; font-size: 13px; }
footer { display: grid; grid-template-columns: 1fr auto auto; gap: 48px; align-items: center; min-height: 98px; border-top: 1px solid rgba(222, 238, 255, .18); color: #7995b4; font-size: 12px; }
footer div { display: flex; gap: 20px; }

@media (max-width: 760px) {
  .site-header, footer, .hero, .focus-section, .company-section, .data-section, .contact { width: min(100% - 32px, 1200px); }
  .site-header { min-height: 71px; }
  nav { gap: 13px; }
  nav a { font-size: 11px; }
  .hero { grid-template-columns: 1fr; gap: 50px; min-height: auto; padding: 82px 0 86px; }
  .hero::before { inset: 135px -16px 0 22%; }
  .hero-card { max-width: 390px; }
  .focus-section, .company-section, .data-section { grid-template-columns: 1fr; gap: 35px; padding-top: 82px; padding-bottom: 82px; }
  .company-section { width: 100%; padding-right: 16px; padding-left: 16px; }
  .focus-grid, .company-content, .data-content, .principle-content { grid-template-columns: 1fr; gap: 1px; }
  .focus-grid article { min-height: 0; }
  .focus-grid h3 { margin-top: 35px; }
  .identity-list div { grid-template-columns: 1fr; gap: 6px; }
  .principles { padding: 82px 16px; }
  .principles > .section-label { margin-bottom: 32px; }
  .principle-content article { padding: 28px 0; }
  .principle-content h2 { margin-top: 27px; }
  .contact { padding: 84px 0; }
  footer { grid-template-columns: 1fr; gap: 17px; padding: 30px 0; }
}
