@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root { --blue: #1e3a8a; --onyx: #1f2937; --toffee: #d97706; --snow: #f9fafb; --line: rgba(169, 187, 219, .24); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--onyx); }
body { margin: 0; color: var(--snow); background: var(--onyx); font-family: "Space Grotesk", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.wrap { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.hero { min-height: 880px; overflow: hidden; position: relative; background: radial-gradient(circle at 69% 48%, #142856 0, #0c1527 25%, #08101d 54%, #05080d 100%); }
.nav { height: 90px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; border-bottom: 1px solid var(--line); }
.wordmark { font-size: 25px; font-weight: 600; letter-spacing: -1.5px; } .wordmark span { color: #4382e7; }
.nav-links { display: flex; align-items: center; gap: 30px; color: #b4c1d7; font-size: 14px; } .nav-links a:hover { color: white; }
.nav-cta { padding: 11px 15px; border: 1px solid #5374ad; border-radius: 100px; color: white; }
.hero-grid { min-height: 730px; display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; position: relative; z-index: 1; }
.hero-copy { padding: 56px 0 80px; position: relative; z-index: 1; } .eyebrow, .section-label { color: #8aa6d5; font-family: "IBM Plex Mono", monospace; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, p { margin: 0; } h1 { font-size: clamp(54px, 5.3vw, 86px); line-height: .96; letter-spacing: -.07em; max-width: 560px; font-weight: 600; } h1 em, h2 em { color: #83a9f0; font-style: normal; }
.intro { font-size: 20px; line-height: 1.45; color: #aab7cc; margin: 31px 0; max-width: 440px; }
.hero-actions { display: flex; align-items: center; gap: 22px; } .button { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 500; transition: transform .2s, background .2s; } .button:hover { transform: translateY(-2px); }
.primary { background: var(--toffee); color: white; border-radius: 4px; padding: 15px 18px; box-shadow: 0 8px 30px rgba(217,119,6,.18); } .primary:hover { background: #ef930d; }.text { color: #d8e3f5; }
.compatibility { display: flex; gap: 8px; margin-top: 50px; flex-wrap: wrap; }.compatibility span { border: 1px solid #3b4e70; color: #a7b9d5; border-radius: 30px; padding: 7px 11px; font: 11px "IBM Plex Mono", monospace; text-transform: uppercase; }
.hero-art { margin-right: -160px; width: min(850px, 72vw); filter: drop-shadow(-35px 38px 40px rgba(0,0,0,.4)); }.hero-art img { width: 100%; height: auto; display: block; }
.hero-rule { display: flex; justify-content: space-between; padding: 17px 0; border-top: 1px solid var(--line); color: #74829b; font: 11px "IBM Plex Mono", monospace; letter-spacing: .08em; }
.statement { padding: 148px 0 154px; display: grid; grid-template-columns: .52fr 1.48fr; gap: 40px; background: var(--snow); color: var(--onyx); }.statement .section-label, .feature-light .section-label { color: #5772a7; }.statement h2, .details h2 { font-size: clamp(41px, 4.4vw, 68px); line-height: 1.02; letter-spacing: -.06em; font-weight: 500; }.statement h2 span, .split-copy h2 span { color: var(--blue); }.statement p:last-child { font-size: 19px; color: #556171; line-height: 1.55; max-width: 540px; margin-top: 33px; }
.feature { padding: 125px 0 0; }.feature-dark { background: #09111f; }.feature-light { background: #edf2f8; color: var(--onyx); }.feature-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-bottom: 80px; }.feature h2, .split-copy h2 { margin-top: 16px; font-size: clamp(42px, 4.5vw, 70px); line-height: .98; letter-spacing: -.065em; font-weight: 500; }.feature-body { color: #b8c4d7; font-size: 18px; line-height: 1.54; padding-top: 34px; }.feature-light .feature-body { color: #4c596c; }.feature-body ul { padding: 24px 0 0; margin: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }.feature-body li { padding: 8px 0 8px 21px; position: relative; }.feature-body li::before { content: ""; background: var(--toffee); border-radius: 50%; width: 6px; height: 6px; position: absolute; top: 18px; left: 0; }.feature-body p + p { margin-top: 18px; }.gallery-image { width: 100%; overflow: hidden; line-height: 0; }.gallery-image img { width: 100%; height: auto; display: block; }
.split-feature { padding: 150px 0; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 85px; background: var(--snow); color: var(--onyx); }.split-image { box-shadow: 25px 25px 0 #d9e1ed; }.split-image img { width: 100%; height: auto; display: block; }.split-copy > p:not(.section-label) { max-width: 450px; margin-top: 31px; font-size: 18px; line-height: 1.55; color: #596678; }.metric-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; margin-top: 42px; }.metric-list div { border-top: 1px solid #c6d0df; padding: 12px 0; display: flex; justify-content: space-between; color: #536074; }.metric-list strong { color: var(--blue); font: 11px "IBM Plex Mono", monospace; }.metric-list span { font-size: 14px; }
.details { background: var(--snow); color: var(--onyx); padding: 0 0 155px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }.details-copy { border-top: 1px solid #bbc7d9; padding-top: 22px; }.details-copy p { color: #586578; line-height: 1.58; font-size: 16px; }.details-copy p + p { margin-top: 22px; }
.cta { position: relative; overflow: hidden; min-height: 530px; display: grid; align-items: center; background: #070c13; }.cta-texture { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; opacity: .85; }.cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,7,13,.38), transparent); }.cta-inner { position: relative; z-index: 1; }.cta h2 { font-size: clamp(48px, 5.6vw, 82px); letter-spacing: -.07em; line-height: .95; margin: 17px 0 20px; font-weight: 500; }.cta h2 span { color: #8bb1ff; }.cta-inner > p:not(.section-label) { color: #c5d0e3; font-size: 19px; margin-bottom: 29px; }
.footer { padding: 28px 0; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; align-items: center; color: #9caabd; font-size: 12px; }.footer p:last-child { text-align: right; }.footer .wordmark { color: white; }
@media (max-width: 760px) { .wrap { width: min(100% - 38px, 620px); }.nav { height: 70px; }.nav-links a:not(.nav-cta) { display: none; }.nav-links { gap: 0; }.hero { min-height: auto; }.hero-grid { min-height: auto; display: flex; flex-direction: column; align-items: stretch; }.hero-copy { padding: 74px 0 28px; }.hero-art { margin: -4px -42px -21px; width: auto; }.hero-rule { font-size: 9px; }.statement, .feature-copy, .split-feature, .details { display: block; }.statement { padding: 83px 0; }.statement .section-label { margin-bottom: 28px; }.statement p:last-child { font-size: 17px; }.feature { padding-top: 80px; }.feature-copy { padding-bottom: 53px; }.feature-body { padding-top: 30px; font-size: 17px; }.split-feature { padding: 80px 0; }.split-image { margin-right: 20px; }.split-copy { margin-top: 55px; }.details { padding-bottom: 83px; }.details > div:first-child { margin-bottom: 35px; }.cta { min-height: 470px; }.footer { grid-template-columns: 1fr; padding: 34px 0; }.footer p:last-child { text-align: left; }.hero-actions { gap: 16px; }.button { font-size: 13px; } }
