:root { --navy: #14315f; --ink: #10213b; --paper: #f5f6f7; --blue: #dce7fa; --orange: #ffae3e; --line: #9aabc1; --muted: #53647d; }
* { box-sizing: border-box; letter-spacing: 0; } html { scroll-behavior: smooth; } body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; line-height: 1.5; } a { color: inherit; text-decoration: none; } button, input, select, textarea { font: inherit; } button { cursor: pointer; }.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.demo-note { min-height: 34px; display: flex; justify-content: space-between; align-items: center; padding: 0 max(24px, calc((100vw - 1180px) / 2)); color: #e8f0ff; background: #0d203e; font-family: "DM Mono", monospace; font-size: 11px; }.demo-note a { text-decoration: underline; }.site-header { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 26px; }.logo { font-size: 18px; font-weight: 700; line-height: .88; }.logo b { color: #d46c17; }.site-header nav { display: flex; gap: 22px; font-size: 13px; font-weight: 700; }.header-cta { justify-self: end; min-height: 42px; display: inline-flex; align-items: center; padding: 9px 13px; border: 1px solid var(--ink); border-radius: 3px; font-size: 13px; font-weight: 700; }
.hero { padding: 36px 0 88px; color: #edf3ff; background: var(--navy); }.hero-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 86px; align-items: end; }.eyebrow { margin: 0 0 15px; color: #7692c2; font-family: "DM Mono", monospace; font-size: 11px; font-weight: 500; }.hero h1, .process h2, .area h2, .inquiry h2 { margin: 0; font-size: clamp(44px, 5.6vw, 76px); line-height: .94; }.hero h1 span { color: var(--orange); }.hero-copy > p:last-of-type { max-width: 540px; margin: 28px 0; color: #c5d2e8; font-size: 18px; }.primary { min-height: 47px; display: inline-flex; align-items: center; gap: 14px; padding: 11px 15px; border-radius: 3px; color: #162f59; background: var(--orange); font-size: 14px; font-weight: 700; }.capacity { border: 1px solid #6d85ac; padding: 19px; background: #10294f; }.capacity-head { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid #5875a0; font-family: "DM Mono", monospace; font-size: 11px; }.capacity-head b { color: var(--orange); font-weight: 500; }.capacity dl { margin: 0; }.capacity dl div { display: grid; grid-template-columns: 1fr auto; gap: 15px; padding: 15px 0; border-bottom: 1px solid #5875a0; font-size: 14px; }.capacity dt { color: #bdd0ee; }.capacity dd { margin: 0; text-align: right; }.capacity > a { display: flex; justify-content: space-between; padding-top: 16px; color: var(--orange); font-size: 13px; font-weight: 700; }
.service-strip { padding: 28px 0 0; background: var(--blue); }.service-strip > .wrap > p { margin: 0; color: #445c85; font-family: "DM Mono", monospace; font-size: 11px; }.service-items { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 26px; }.service-items article { min-height: 200px; display: flex; flex-direction: column; justify-content: space-between; border: solid #9bb0d2; border-width: 1px 1px 0 0; padding: 26px 26px 25px 0; }.service-items article + article { padding-left: 25px; }.service-items article:last-child { border-right: 0; }.service-items h2 { margin: 0; font-size: 28px; line-height: 1; }.service-items span { color: #536b91; font-size: 14px; }
.process { padding: 118px 0; }.process-intro { max-width: 690px; }.process-intro h2 { font-size: clamp(40px, 4.7vw, 66px); }.process ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 64px 0 0; padding: 0; list-style: none; }.process li { border-top: 3px solid var(--navy); padding-top: 18px; }.process li > span { display: block; margin-bottom: 40px; color: #d46c17; font-family: "DM Mono", monospace; font-size: 14px; }.process h3 { margin: 0 0 9px; font-size: 22px; }.process li p { margin: 0; color: var(--muted); }
.area { padding: 103px 0; color: #eaf1ff; background: #273d6c; }.area .eyebrow { color: #b7c9e8; }.area-grid { display: grid; grid-template-columns: 1.2fr .65fr .45fr; gap: 50px; align-items: end; }.area-grid h2 { font-size: clamp(39px, 4.6vw, 65px); }.area-grid p { margin: 0; color: #c4d2ea; }.area-grid ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; font-family: "DM Mono", monospace; font-size: 12px; }.area-grid li { border-top: 1px solid #7c91b7; padding-top: 9px; }
.inquiry { display: grid; grid-template-columns: .88fr 1fr; gap: 100px; padding: 118px 0; }.inquiry > div > p:last-child { max-width: 400px; color: var(--muted); }.inquiry-form { display: grid; gap: 13px; padding: 25px; color: #e9f2ff; background: var(--navy); }.inquiry-form label { display: grid; gap: 6px; font-size: 12px; font-weight: 700; }.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid #7790b9; border-radius: 3px; padding: 10px; color: #e9f2ff; background: #10294f; }.inquiry-form select option { color: var(--ink); background: white; }.inquiry-form button { min-height: 45px; border: 0; border-radius: 3px; color: #1b3260; background: var(--orange); font-size: 13px; font-weight: 700; }.form-message { min-height: 20px; margin: 0; color: #b8cce9; font-size: 12px; }
footer { padding: 26px 0; color: #d2def0; background: #0d203e; font-size: 12px; } footer .wrap { display: flex; justify-content: space-between; gap: 16px; }
@media (max-width: 760px) { .wrap { width: min(100% - 32px, 1180px); }.demo-note { padding: 0 16px; }.site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }.hero { padding: 45px 0 65px; }.hero-layout, .inquiry { grid-template-columns: 1fr; gap: 44px; }.service-items, .process ol, .area-grid { grid-template-columns: 1fr; }.service-items article, .service-items article + article { min-height: auto; gap: 48px; border-right: 0; border-bottom: 1px solid #9bb0d2; padding: 24px 0; }.service-items article:last-child { border-bottom: 0; }.process, .inquiry { padding: 75px 0; }.process ol { margin-top: 42px; }.process li > span { margin-bottom: 17px; }.area { padding: 75px 0; }.area-grid { gap: 27px; } footer .wrap { display: grid; } }
