:root {
  --ink: #101d27;
  --ink-soft: #4d5e69;
  --paper: #f5f6f2;
  --white: #fff;
  --line: #dce2dc;
  --navy: #0d2634;
  --mint: #bcecd8;
  --mint-bright: #64d7ac;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.site-header { width: min(1180px, calc(100% - 40px)); height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--navy); color: var(--mint-bright); font-weight: 800; letter-spacing: -.08em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 18px; letter-spacing: -.04em; }
.brand small { margin-top: 5px; color: #71808a; font: 600 9px/1 Consolas, monospace; letter-spacing: .17em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 28px; color: var(--ink-soft); font-size: 14px; font-weight: 600; }
nav a:hover { color: var(--ink); }
.nav-contact { padding: 11px 16px; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.7); }
.hero { position: relative; width: min(1180px, calc(100% - 40px)); min-height: 560px; margin: 8px auto 0; padding: clamp(38px, 6vw, 76px); border-radius: 30px; overflow: hidden; color: white; background: radial-gradient(circle at 18% 10%, #1d5363 0, transparent 34%), linear-gradient(135deg, var(--navy) 0%, #0a1e2a 100%); display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(290px, .65fr); gap: clamp(42px, 7vw, 90px); align-items: end; }
.hero-grid { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 56px 56px; -webkit-mask-image: linear-gradient(90deg, #000, transparent 84%); mask-image: linear-gradient(90deg, #000, transparent 84%); }
.hero::after { content: ''; position: absolute; width: 240px; height: 240px; border: 1px solid rgba(100,215,172,.3); border-radius: 50%; right: -70px; top: -90px; box-shadow: 0 0 0 38px rgba(100,215,172,.035), 0 0 0 76px rgba(100,215,172,.025); }
.hero-content, .contact-card { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--mint); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint-bright); box-shadow: 0 0 0 5px rgba(100,215,172,.12); }
h1 { margin: 25px 0 22px; max-width: 760px; font-size: clamp(48px, 6.6vw, 86px); line-height: .96; letter-spacing: -.065em; font-weight: 650; }
h1 span { display: block; color: var(--mint); }
.hero-copy { max-width: 680px; margin: 0; color: #c9d5d9; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 18px; border-radius: 12px; font-size: 14px; font-weight: 700; }
.button-primary { background: var(--mint-bright); color: #09231b; }
.button-primary:hover { background: #80e2bd; }
.button-secondary { border: 1px solid rgba(255,255,255,.18); color: white; background: rgba(255,255,255,.06); }
.button-secondary:hover { background: rgba(255,255,255,.1); }
.contact-card { padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.075); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.contact-icon, .operator-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--mint-bright); background: rgba(100,215,172,.11); font-size: 22px; font-weight: 800; }
.card-kicker { margin: 21px 0 8px; color: var(--mint); font: 700 10px/1 Consolas, monospace; letter-spacing: .14em; text-transform: uppercase; }
.contact-card h2 { margin: 0 0 12px; font-size: 23px; line-height: 1.15; letter-spacing: -.035em; }
.contact-card p:not(.card-kicker) { color: #becbd0; font-size: 14px; line-height: 1.55; }
.contact-card a { display: block; width: fit-content; margin-top: 9px; color: white; font-weight: 650; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.26); }
.response-note { display: block; margin-top: 22px; color: #839ba5; font: 600 10px/1 Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.trust-strip { width: min(1080px, calc(100% - 64px)); margin: -20px auto 0; position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 16px 45px rgba(15,31,40,.08); }
.trust-strip div { min-height: 78px; padding: 20px; display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 650; color: #38505b; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { flex: 0 0 auto; color: #27845f; font-size: 17px; }
.section { width: min(1080px, calc(100% - 40px)); margin: 0 auto; padding: 105px 0 20px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; margin-bottom: 32px; }
.section-label { margin: 0 0 11px; color: #2f8165; font: 700 11px/1 Consolas, monospace; letter-spacing: .15em; text-transform: uppercase; }
.section-heading h2, .operator h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1; letter-spacing: -.055em; }
.section-heading > p { margin: 0; color: var(--ink-soft); line-height: 1.65; }
.tenant-list { display: grid; gap: 18px; }
.tenant-card { padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 14px 40px rgba(23,42,51,.045); }
.tenant-head { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; }
.tenant-logo { width: 52px; height: 52px; display: grid; place-items: center; color: #196b51; border-radius: 15px; background: #e5f5ed; font-size: 21px; font-weight: 800; }
.tenant-domain { margin: 0 0 3px; color: #697983; font: 650 11px/1 Consolas, monospace; }
.tenant-head h3 { margin: 0; font-size: 22px; letter-spacing: -.035em; }
.tenant-badge { padding: 8px 11px; border: 1px solid #c6e8da; border-radius: 99px; background: #f0faf5; color: #277457; font-size: 11px; font-weight: 700; }
.tenant-description { max-width: 720px; margin: 27px 0; color: var(--ink-soft); line-height: 1.6; }
.host-table { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; }
.host-row { min-height: 55px; display: grid; grid-template-columns: 1.25fr 1.2fr .7fr; align-items: center; border-top: 1px solid var(--line); }
.host-row:first-child { border-top: 0; }
.host-row > span, .host-row > code { padding: 0 18px; }
.host-row code { font: 600 12px/1.4 Consolas, monospace; color: #314b57; }
.host-header { min-height: 38px; background: #f5f7f4; color: #78868d; font: 700 9px/1 Consolas, monospace; letter-spacing: .12em; text-transform: uppercase; }
.tenant-footer { display: flex; justify-content: space-between; gap: 30px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.tenant-contact, .tenant-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; }
.tenant-contact a, .tenant-links a { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 650; }
.tenant-links a { color: #536772; }
.operator { padding-bottom: 100px; }
.operator-panel { padding: clamp(28px, 5vw, 54px); display: grid; grid-template-columns: 1.15fr .65fr .75fr; gap: clamp(30px, 5vw, 70px); align-items: end; border-radius: 24px; color: white; background: var(--navy); }
.operator-icon { margin-bottom: 25px; }
.operator-intro > p:last-child { max-width: 530px; margin: 20px 0 0; color: #b8c8cf; line-height: 1.65; }
.operator address { display: flex; flex-direction: column; gap: 7px; color: #b8c8cf; font-style: normal; font-size: 14px; }
.operator address strong { margin-bottom: 3px; color: white; font-size: 16px; }
.operator-links { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.operator-links a { color: #dbe5e8; font-size: 13px; font-weight: 650; }
.operator-links a:hover { color: var(--mint); }
footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; min-height: 116px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); }
.footer-brand { justify-self: start; }
footer p { color: #71808a; font-size: 12px; }
footer > div:last-child { justify-self: end; display: flex; gap: 20px; font-size: 12px; font-weight: 650; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; align-items: start; }
  .contact-card { max-width: 520px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .operator-panel { grid-template-columns: 1fr 1fr; }
  .operator-intro { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .site-header { height: 76px; }
  nav a:not(.nav-contact) { display: none; }
  .hero { width: min(100% - 20px, 1180px); min-height: 0; padding: 34px 24px 26px; border-radius: 22px; }
  h1 { font-size: clamp(43px, 14vw, 62px); }
  .button { width: 100%; }
  .trust-strip { width: calc(100% - 36px); grid-template-columns: 1fr; }
  .trust-strip div { min-height: 58px; border-right: 0; border-top: 1px solid var(--line); }
  .trust-strip div:first-child { border-top: 0; }
  .section { padding-top: 78px; }
  .tenant-head { grid-template-columns: auto 1fr; }
  .tenant-badge { grid-column: 1 / -1; width: fit-content; }
  .host-row { grid-template-columns: 1fr; gap: 8px; padding: 14px 0; }
  .host-header { display: none; }
  .tenant-footer { flex-direction: column; }
  .operator-panel { grid-template-columns: 1fr; }
  .operator-intro { grid-column: auto; }
  footer { padding: 28px 0; grid-template-columns: 1fr; }
  footer p, footer > div:last-child, .footer-brand { justify-self: start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
