/* GSC NAVIGATOR — Dark AI aesthetic | Accent: #60a5fa (Baby Blue) | Signal Green: #22c55e | BG: #000000 */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { background: #000000; color: #ffffff; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: #60a5fa; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: #93c5fd; }
::selection { background: rgba(96, 165, 250, 0.3); color: #fff; }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(0,0,0,0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,0.06); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; height: 64px; display: flex; align-items: center; justify-content: space-between; }
.nav-brand { display: flex; align-items: center; text-decoration: none; color: inherit; }
.nav-logo { height: 36px; width: auto; display: block; opacity: 0.95; transition: opacity 0.2s ease; }
.nav-logo:hover { opacity: 1; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.5); letter-spacing: 0.2px; }
.nav-links a:hover { color: #fff; }

/* HERO — contact form centered top 1/3 */
.hero { padding: 120px 32px 40px; text-align: center; position: relative; overflow: hidden; }
.hero-glow { position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 800px; height: 500px; background: radial-gradient(ellipse, rgba(96,165,250,0.10) 0%, transparent 70%); pointer-events: none; }
.hero-content { max-width: 720px; margin: 0 auto; position: relative; z-index: 1; }
.hero-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #60a5fa; margin-bottom: 14px; }
h1 { font-size: 52px; font-weight: 800; line-height: 1.1; letter-spacing: -1.4px; margin-bottom: 16px; }
.hero-tagline { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.85); max-width: 600px; margin: 0 auto 36px; }
.highlight { color: #22c55e; }

/* FORM */
.form-wrap { max-width: 560px; margin: 0 auto; padding: 32px 28px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; text-align: left; }
.form-row { margin-bottom: 16px; }
.form-row.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-row label { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 6px; }
.form-row label .req { color: #22c55e; margin-left: 2px; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; padding: 12px 14px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10); border-radius: 8px;
  color: #fff; font-family: inherit; font-size: 14px; line-height: 1.5; transition: border-color 0.2s ease, background 0.2s ease;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: rgba(96,165,250,0.6); background: rgba(96,165,250,0.04); }
.form-row textarea { min-height: 110px; resize: vertical; }
.form-row select { appearance: none; background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2360a5fa' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.form-submit { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 28px; background: #60a5fa; color: #000; border: none; border-radius: 8px; font-family: inherit; font-size: 14px; font-weight: 700; letter-spacing: 0.3px; cursor: pointer; transition: background 0.2s ease, transform 0.15s ease; margin-top: 4px; }
.form-submit:hover { background: #93c5fd; transform: translateY(-1px); }

/* HEADLINE BLOCK below form */
.headline-band { padding: 70px 32px 40px; text-align: center; border-top: 1px solid rgba(96,165,250,0.10); background: radial-gradient(ellipse at center top, rgba(96,165,250,0.04) 0%, transparent 70%); }
.headline-inner { max-width: 880px; margin: 0 auto; }
.headline-big { font-size: 36px; font-weight: 800; letter-spacing: -0.6px; line-height: 1.2; margin-bottom: 14px; }
.headline-big .highlight { color: #22c55e; }
.headline-sub { font-size: 17px; line-height: 1.6; color: rgba(255,255,255,0.7); font-family: 'JetBrains Mono', monospace; letter-spacing: 0.2px; max-width: 720px; margin: 0 auto; }

/* HYPERSCALER GRID */
.security-section { padding: 80px 32px; background: rgba(0,0,0,0.5); border-top: 1px solid rgba(96,165,250,0.10); border-bottom: 1px solid rgba(96,165,250,0.10); }
.security-inner { max-width: 1200px; margin: 0 auto; }
.security-h2 { font-size: 30px; font-weight: 800; letter-spacing: -0.5px; line-height: 1.25; margin-bottom: 12px; }
.security-sub { font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.6; max-width: 880px; margin-bottom: 36px; }
.security-columns { display: grid; grid-template-columns: 2fr 5fr; gap: 32px; align-items: start; }
.security-col-label { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #22c55e; margin-bottom: 16px; }
.security-grid { display: grid; gap: 14px; }
.security-grid.where { grid-template-columns: repeat(2, 1fr); }
.security-grid.needs { grid-template-columns: repeat(5, 1fr); }
.sec-card { background: rgba(255,255,255,0.025); border: 1px solid rgba(34,197,94,0.18); border-left: 3px solid #22c55e; border-radius: 8px; padding: 22px 14px 18px; text-align: center; min-height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.sec-icon { width: 28px; height: 28px; color: #22c55e; margin-bottom: 12px; }
.sec-name { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; letter-spacing: -0.2px; }
.sec-desc { font-size: 11px; color: rgba(255,255,255,0.55); line-height: 1.45; }
.security-bottom { display: grid; grid-template-columns: 1fr 2fr; gap: 16px; margin-top: 24px; }
.security-strip { background: rgba(34,197,94,0.05); border: 1px solid rgba(34,197,94,0.25); border-radius: 8px; padding: 16px 22px; text-align: center; font-size: 14px; color: rgba(255,255,255,0.9); }
.security-strip strong { color: #22c55e; font-weight: 700; }
.security-strip em { color: #22c55e; font-style: italic; font-weight: 500; }

/* CONNECTION TO STACK */
.stack-section { padding: 70px 32px 50px; text-align: center; }
.stack-inner { max-width: 900px; margin: 0 auto; }
.stack-h2 { font-size: 28px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 24px; }
.stack-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.stack-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; padding: 18px 16px; text-align: left; transition: border-color 0.25s ease; }
.stack-card:hover { border-color: rgba(96,165,250,0.30); }
.stack-card .url { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #60a5fa; font-weight: 600; margin-bottom: 4px; }
.stack-card .desc { font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.45; }

/* CEO CARD + OFFICES FOOTER */
footer.gsc-footer { padding: 60px 32px 48px; background: rgba(0,0,0,0.95); border-top: 1px solid rgba(255,255,255,0.08); }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; margin-bottom: 36px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer-ceo .ceo-label { font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #60a5fa; margin-bottom: 12px; }
.footer-ceo .ceo-name { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.footer-ceo .ceo-title { font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 14px; }
.footer-ceo .ceo-contact { font-size: 13px; color: rgba(255,255,255,0.85); line-height: 1.9; }
.footer-ceo .ceo-contact a { color: #60a5fa; }
.footer-offices .offices-label { font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #60a5fa; margin-bottom: 12px; }
.footer-offices .offices-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; font-size: 13px; color: rgba(255,255,255,0.75); }
.footer-bottom { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.9; text-align: center; }
.footer-bottom .row { margin-bottom: 4px; }
.footer-bottom strong { color: rgba(255,255,255,0.7); }
.footer-bottom a { color: #60a5fa; }

/* COOKIE BANNER — Accept/Decline pattern */
.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.96); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-top: 1px solid rgba(96,165,250,0.25); padding: 16px 24px; font-size: 13px; display: none; z-index: 200; box-shadow: 0 -8px 32px rgba(0,0,0,0.6); }
.cookie-banner.show { display: block; }
.cookie-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cookie-text { flex: 1; color: rgba(255,255,255,0.85); line-height: 1.5; }
.cookie-text a { color: #60a5fa; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-btn { padding: 9px 20px; font-size: 13px; font-weight: 600; border-radius: 6px; cursor: pointer; border: 1px solid; font-family: inherit; transition: background 0.2s ease, border-color 0.2s ease; }
.cookie-btn.accept { background: #60a5fa; color: #000; border-color: #60a5fa; }
.cookie-btn.accept:hover { background: #93c5fd; border-color: #93c5fd; }
.cookie-btn.decline { background: transparent; color: rgba(255,255,255,0.8); border-color: rgba(255,255,255,0.25); }
.cookie-btn.decline:hover { color: #fff; border-color: rgba(255,255,255,0.5); }

/* MOBILE */
@media (max-width: 900px) {
  .security-columns { grid-template-columns: 1fr; gap: 24px; }
  .security-grid.where { grid-template-columns: repeat(2, 1fr); }
  .security-grid.needs { grid-template-columns: repeat(3, 1fr); }
  .security-bottom { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 640px) {
  h1 { font-size: 36px; }
  .hero { padding: 100px 22px 32px; }
  .form-wrap { padding: 24px 20px; }
  .form-row.two-col { grid-template-columns: 1fr; }
  .headline-big { font-size: 26px; }
  .security-grid.needs { grid-template-columns: repeat(2, 1fr); }
  .cookie-inner { flex-direction: column; align-items: stretch; gap: 12px; }
  .cookie-actions { width: 100%; }
  .cookie-btn { flex: 1; }
}

/* TLD-specific tweaks — .org canonical reference (cold doctrine) */
body.canonical { background: #faf8f3; color: #1a1a1a; }
body.canonical a { color: #2455a3; }
body.canonical .nav { background: rgba(250,248,243,0.92); border-bottom: 1px solid rgba(0,0,0,0.06); }
body.canonical .nav-logo { filter: invert(1) brightness(0.2); }
body.canonical .nav-links a { color: rgba(0,0,0,0.55); }
body.canonical h1 { color: #1a1a1a; }
body.canonical .hero-eyebrow { color: #c84a1e; }
body.canonical .form-wrap, body.canonical .stack-card, body.canonical .sec-card { background: #fff; color: #1a1a1a; border-color: rgba(0,0,0,0.10); }
body.canonical .headline-band { background: rgba(200,74,30,0.04); border-top-color: rgba(200,74,30,0.15); }
body.canonical .headline-sub { color: rgba(0,0,0,0.65); }
body.canonical .security-section { background: rgba(200,74,30,0.03); border-color: rgba(200,74,30,0.15); }
body.canonical .footer-bottom { color: rgba(0,0,0,0.5); }

/* IO surface — agentic discovery (code-heavy) */
.code-block { font-family: 'JetBrains Mono', monospace; font-size: 12px; line-height: 1.7; background: rgba(255,255,255,0.04); border: 1px solid rgba(96,165,250,0.20); border-radius: 8px; padding: 18px 22px; margin: 14px 0; color: rgba(255,255,255,0.9); overflow-x: auto; white-space: pre-wrap; }
.code-block .key { color: #60a5fa; }
.code-block .str { color: #22c55e; }
.code-block .comment { color: rgba(255,255,255,0.4); }
