:root {
  --bg: #090d0a;
  --surface: #101611;
  --surface-raised: #151d16;
  --text: #eef1e9;
  --muted: #909b91;
  --lime: #c5f578;
  --line: rgba(218, 239, 213, .12);
  --orange: #eab783;
  --mono: "IBM Plex Mono", monospace;
  --sans: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; color-scheme: dark; }
body { margin: 0; min-height: 100vh; background: var(--bg); color: var(--text); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.5' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
}
::selection { background: var(--lime); color: var(--bg); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--lime); outline-offset: 5px; }
h1, h2, h3, p { margin: 0; }
.container { width: min(1180px, calc(100% - 96px)); margin-inline: auto; }
.icon { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.mono { font-family: var(--mono); }
.eyebrow { color: var(--lime); font: 10px/1.5 var(--mono); letter-spacing: 1.6px; text-transform: uppercase; }
.status { display: inline-flex; align-items: center; gap: 9px; color: #9aac91; font: 9px var(--mono); letter-spacing: 1px; text-transform: uppercase; }
.status-dot { width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px #c5f57855; }
.page-shell { min-height: 100vh; display: flex; flex-direction: column; }
.page-main { flex: 1; }

.site-header { position: sticky; top: 0; z-index: 10; min-height: 82px; border-bottom: 1px solid var(--line); background: #090d0aeb; backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.brand-mark { width: 33px; height: 33px; fill: none; stroke: var(--lime); stroke-width: 1.3; }
.brand-name { font-size: 21px; font-weight: 700; letter-spacing: -1px; }
.brand-ai { margin-left: 6px; color: var(--lime); font: 10px var(--mono); letter-spacing: -.4px; vertical-align: super; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 24px; }
.nav-links a { color: #aab3a8; font-size: 11px; font-weight: 600; transition: color .2s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--text); }
.nav-links a[aria-current="page"]::after { content: ""; display: block; width: 18px; height: 1px; margin-top: 5px; background: var(--lime); }
.btn { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 18px; border: 1px solid transparent; border-radius: 5px; font-size: 11px; font-weight: 700; transition: .2s ease; }
.btn-primary { background: var(--lime); color: #192011; }
.btn-primary:hover { background: #d7ff97; box-shadow: 0 0 30px #c5f57816; transform: translateY(-2px); }
.btn-secondary { border-color: #354030; color: var(--text); background: #ffffff02; }
.btn-secondary:hover { border-color: #68745b; background: #ffffff07; }
.header-action { min-height: 39px; padding: 10px 15px; font-size: 10px; }

.page-hero { position: relative; overflow: hidden; padding: 90px 0 82px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 20%, #7aa34012, transparent 35%); }
.page-hero::after { content: ""; position: absolute; right: 9%; top: 50%; width: 260px; height: 260px; border: 1px solid #c5f57816; border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 34px #c5f57805, 0 0 0 70px #c5f57803; pointer-events: none; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .58fr); align-items: end; gap: 80px; }
.page-hero h1 { max-width: 760px; margin-top: 20px; font-size: clamp(50px, 6vw, 80px); font-weight: 500; line-height: 1.02; letter-spacing: -4px; }
.page-hero h1 span { color: var(--lime); }
.page-hero-copy { max-width: 650px; }
.page-hero-copy > p { max-width: 580px; margin-top: 25px; color: #a1aa9f; font-size: 15px; line-height: 1.9; }
.hero-aside { padding: 27px; border: 1px solid #46553a72; border-radius: 7px; background: #131b13e8; box-shadow: 0 12px 35px #0005; }
.hero-aside strong { display: block; margin-top: 18px; color: #e4ecd9; font-size: 20px; font-weight: 500; letter-spacing: -.6px; }
.hero-aside p { margin-top: 12px; color: #8f9d85; font-size: 12px; line-height: 1.8; }
.inline-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; color: #c9d5be; font-size: 11px; font-weight: 600; }
.inline-link:hover { color: var(--lime); }
.inline-link .icon { width: 15px; height: 15px; }

.page-section { padding: 88px 0 105px; }
.contact-grid { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: 75px; align-items: start; }
.contact-details h2 { margin-top: 16px; font-size: 34px; font-weight: 500; letter-spacing: -1.6px; }
.contact-details > p { max-width: 370px; margin-top: 18px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.contact-list { margin-top: 36px; border-top: 1px solid var(--line); }
.contact-item { display: block; padding: 19px 0; border-bottom: 1px solid var(--line); }
.contact-item-label { display: block; color: #718166; font: 8px var(--mono); letter-spacing: 1px; text-transform: uppercase; }
.contact-item strong { display: block; margin-top: 8px; color: #d6e3cb; font-size: 13px; font-weight: 500; }
.contact-item p { margin-top: 5px; color: #83917b; font-size: 11px; line-height: 1.7; }
.contact-item:hover strong { color: var(--lime); }
.profile-link { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 28px; padding: 15px 16px; border: 1px solid #415431; border-radius: 5px; background: #1a2615; color: #c5d5b5; font-size: 11px; font-weight: 600; }
.profile-link:hover { border-color: var(--lime); color: var(--lime); }
.contact-form-shell { padding: 34px; border: 1px solid #34452a; border-radius: 8px; background: #11180f; }
.form-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.form-heading h2 { margin-top: 12px; font-size: 26px; font-weight: 500; letter-spacing: -1px; }
.form-heading p { max-width: 180px; color: #82917a; font: 8px/1.7 var(--mono); text-align: right; }
.contact-form { display: grid; gap: 16px; margin-top: 26px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-field { display: grid; gap: 8px; }
.form-field label { color: #b3c0a8; font-size: 10px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-width: 0; padding: 13px 14px; border: 1px solid #37462e; border-radius: 4px; outline: 0; background: #0d140d; color: var(--text); font-size: 11px; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #55674a; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #9fca68; box-shadow: 0 0 0 3px #c5f57812; }
.form-field textarea { min-height: 145px; resize: vertical; line-height: 1.65; }
.form-note { color: #76876a; font: 8px/1.7 var(--mono); }
.form-status { color: var(--lime); font-size: 11px; line-height: 1.7; }

.policy-layout { display: grid; grid-template-columns: 195px minmax(0, 1fr); gap: 78px; align-items: start; }
.policy-sidebar { position: sticky; top: 111px; }
.policy-sidebar .eyebrow { margin-bottom: 17px; }
.policy-sidebar nav { display: grid; gap: 12px; border-left: 1px solid var(--line); padding-left: 16px; }
.policy-sidebar a { color: #7e8d76; font: 10px/1.4 var(--mono); }
.policy-sidebar a:hover { color: var(--lime); }
.policy-content { max-width: 760px; }
.policy-content section { padding: 0 0 33px; margin-bottom: 33px; border-bottom: 1px solid var(--line); }
.policy-content section:last-child { margin-bottom: 0; border-bottom: 0; }
.policy-content h2 { margin-bottom: 15px; font-size: 25px; font-weight: 500; letter-spacing: -1px; }
.policy-content p, .policy-content li { color: #9aa695; font-size: 13px; line-height: 1.9; }
.policy-content p + p { margin-top: 15px; }
.policy-content ul { margin: 15px 0 0; padding-left: 20px; }
.policy-content li { margin-bottom: 9px; padding-left: 5px; }
.policy-content li::marker { color: var(--lime); }
.policy-meta { margin-bottom: 32px; color: #718166; font: 9px var(--mono); letter-spacing: .7px; text-transform: uppercase; }
.policy-callout { margin-bottom: 38px; padding: 23px 25px; border: 1px solid #415431; border-left: 3px solid var(--lime); background: #172112; }
.policy-callout strong { display: block; max-width: 560px; margin-top: 10px; color: #d7e9c9; font-size: 16px; font-weight: 500; line-height: 1.55; }

.site-footer { padding: 55px 0 23px; border-top: 1px solid var(--line); }
.footer-main { display: flex; align-items: flex-start; justify-content: space-between; gap: 45px; padding-bottom: 42px; }
.footer-brand p { margin-top: 12px; color: #687862; font-size: 10px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 24px; padding-top: 10px; }
.footer-links a { display: inline-flex; align-items: center; gap: 7px; color: #8b9a81; font-size: 10px; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--lime); }
.footer-links .icon { width: 12px; height: 12px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); color: #5e6e56; font: 8px var(--mono); }
.footer-bottom-right { display: flex; align-items: center; gap: 25px; }
.footer-bottom a { color: #839379; }
.footer-status { display: inline-flex; align-items: center; gap: 7px; color: #8a9d7c; }
.footer-status .status-dot { width: 4px; height: 4px; }

@media (max-width: 900px) {
  .container { width: calc(100% - 64px); }
  .header-inner { gap: 18px; }
  .nav-links { gap: 15px; }
  .nav-links a { font-size: 10px; }
  .page-hero-grid { gap: 44px; }
  .contact-grid { gap: 45px; }
  .policy-layout { gap: 45px; }
}

@media (max-width: 700px) {
  .container { width: calc(100% - 40px); }
  .site-header { position: relative; }
  .header-inner { min-height: 72px; padding: 14px 0 12px; flex-wrap: wrap; }
  .nav-links { order: 3; flex: 0 0 100%; justify-content: flex-start; overflow-x: auto; gap: 22px; padding-bottom: 2px; }
  .nav-links a { flex-shrink: 0; font-size: 10px; }
  .page-hero { padding: 63px 0 58px; }
  .page-hero::after { right: -80px; top: 78%; width: 220px; height: 220px; }
  .page-hero-grid, .contact-grid, .policy-layout { grid-template-columns: 1fr; }
  .page-hero h1 { font-size: clamp(46px, 13vw, 68px); letter-spacing: -3px; }
  .page-hero-copy > p { font-size: 14px; }
  .page-section { padding: 64px 0 75px; }
  .policy-sidebar { position: static; }
  .policy-sidebar nav { display: flex; flex-wrap: wrap; gap: 10px 20px; border-left: 0; border-bottom: 1px solid var(--line); padding: 0 0 18px; }
  .contact-form-shell { padding: 25px 21px; }
  .form-heading { display: block; }
  .form-heading p { max-width: none; margin-top: 11px; text-align: left; }
  .footer-main { flex-direction: column; gap: 25px; padding-bottom: 30px; }
  .footer-links { justify-content: flex-start; padding-top: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 17px; line-height: 1.7; }
  .footer-bottom-right { justify-content: space-between; width: 100%; }
}

@media (max-width: 450px) {
  .header-action { display: none; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-bottom-right { align-items: flex-start; flex-direction: column; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
