:root {
  --bg: #07111d;
  --bg-2: #0b1d31;
  --text: #f8fafc;
  --muted: #a9b8c8;
  --blue: #1688ff;
  --blue-2: #0b65c2;
  --light: #f6f8fb;
  --ink: #111827;
  --line: #dce3ea;
  --card: #ffffff;
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: white; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(5,12,20,.96); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: white; display: inline-flex; flex-direction: column; line-height: 1; }
.brand-main { font-size: 28px; font-weight: 800; letter-spacing: -1px; }
.brand-main span, .eyebrow, .monitor-screen span { color: var(--blue); }
.brand small { margin-top: 5px; font-size: 9px; letter-spacing: .6px; color: #d7e2ec; }
.nav { display: flex; gap: 28px; color: white; font-size: 14px; font-weight: 700; }
.nav a:hover { color: var(--blue); }
.nav-toggle { display: none; color: white; background: transparent; border: 0; font-size: 26px; }
.hero { color: white; background: radial-gradient(circle at 80% 30%, rgba(22,136,255,.22), transparent 30%), linear-gradient(135deg, #06101b 0%, #081827 55%, #0a1b2c 100%); }
.hero-grid { min-height: 560px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 48px; padding: 60px 0; }
.eyebrow { font-size: 14px; text-transform: uppercase; font-weight: 800; letter-spacing: 1px; }
h1 { font-size: clamp(42px, 5vw, 70px); line-height: 1.05; margin: 8px 0 22px; letter-spacing: -2px; }
.lead { color: #d9e3ec; max-width: 720px; font-size: 19px; }
.hero-actions, .cta-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 8px; font-weight: 800; border: 1px solid rgba(255,255,255,.25); transition: .2s ease; }
.btn-primary { background: var(--blue); color: white; border-color: var(--blue); }
.btn-primary:hover { background: var(--blue-2); }
.btn-secondary { color: white; background: transparent; }
.btn-secondary:hover { background: rgba(255,255,255,.07); }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 30px; color: #d7e2ec; font-size: 14px; }
.hero-card { position: relative; min-height: 390px; border-radius: 26px; background: linear-gradient(145deg, rgba(8,18,30,.98), rgba(10,24,38,.88)); border: 1px solid rgba(255,255,255,.10); overflow: hidden; box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 30px 70px rgba(0,0,0,.35); }
.hero-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 25%, rgba(22,136,255,.18), transparent 34%), radial-gradient(circle at 20% 78%, rgba(22,136,255,.12), transparent 26%); }
.motherboard-lines { position: absolute; inset: 0; opacity: .28; background:
  linear-gradient(90deg, transparent 0 11%, rgba(70,126,182,.25) 11% 11.6%, transparent 11.6% 25%, rgba(70,126,182,.18) 25% 25.4%, transparent 25.4% 100%),
  linear-gradient(transparent 0 18%, rgba(70,126,182,.22) 18% 18.5%, transparent 18.5% 35%, rgba(70,126,182,.16) 35% 35.4%, transparent 35.4% 100%),
  linear-gradient(120deg, transparent 0 62%, rgba(70,126,182,.22) 62% 62.4%, transparent 62.4% 100%);
}
.hero-chip { position: absolute; z-index: 3; padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(138,197,255,.22); background: rgba(6,18,30,.72); color: #d8e8f7; font-size: 11px; font-weight: 700; letter-spacing: .8px; backdrop-filter: blur(4px); }
.hero-chip-top { top: 24px; left: 24px; }
.hero-chip-bottom { right: 24px; bottom: 22px; }
.laptop-visual { position: absolute; left: 7%; bottom: 12%; width: 58%; height: 54%; z-index: 2; }
.laptop-screen { position: absolute; inset: 0 0 18% 0; border-radius: 18px; border: 12px solid #1d2a36; background: linear-gradient(145deg, #08111b, #0c2b49 60%, #0a1b2c); box-shadow: 0 22px 55px rgba(0,0,0,.48); overflow: hidden; transform: perspective(800px) rotateY(8deg) rotateX(2deg); }
.laptop-screen::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 20%, rgba(79,170,255,.18), transparent 28%), linear-gradient(135deg, rgba(255,255,255,.08), transparent 38%); }
.screen-badges { position: absolute; top: 18px; left: 18px; display: flex; gap: 8px; flex-wrap: wrap; }
.screen-badges span { display: inline-flex; align-items: center; min-height: 24px; padding: 0 10px; border-radius: 999px; background: rgba(255,255,255,.10); color: #dcecff; font-size: 11px; font-weight: 700; }
.screen-logo { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 42px; font-weight: 900; letter-spacing: -1px; }
.screen-logo span { color: var(--blue); }
.laptop-base { position: absolute; left: 2%; right: 7%; bottom: 2%; height: 18%; border-radius: 10px 10px 24px 24px; background: linear-gradient(180deg, #cfd7df, #7c8793); transform: perspective(800px) rotateX(74deg); box-shadow: 0 16px 30px rgba(0,0,0,.32); }
.laptop-trackpad { position: absolute; left: 39%; bottom: 7%; width: 18%; height: 5%; border-radius: 999px; background: rgba(50,65,80,.38); }
.pc-tower { position: absolute; right: 5%; top: 9%; width: 31%; height: 69%; z-index: 2; border-radius: 16px; background: linear-gradient(180deg, #0a0f15, #111a23); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 22px 55px rgba(0,0,0,.45); overflow: hidden; }
.pc-tower::before { content: ""; position: absolute; inset: 10px; border-radius: 12px; border: 1px solid rgba(104,163,219,.16); box-shadow: inset 0 0 30px rgba(15,49,78,.22); }
.tower-glass { position: absolute; inset: 12px 12px 12px 18px; border-radius: 10px; background: linear-gradient(145deg, rgba(24,45,64,.54), rgba(8,15,22,.16)); border-left: 4px solid #1b2731; }
.motherboard { position: absolute; left: 27%; top: 24%; width: 46%; height: 45%; border-radius: 8px; background: linear-gradient(145deg, #18334a, #0f2435); border: 1px solid rgba(86,151,211,.35); box-shadow: inset 0 0 18px rgba(22,136,255,.10); }
.motherboard::before, .motherboard::after { content: ""; position: absolute; background: rgba(72,135,193,.34); }
.motherboard::before { left: 10%; right: 12%; top: 20%; height: 2px; box-shadow: 0 22px 0 rgba(72,135,193,.22), 0 44px 0 rgba(72,135,193,.18); }
.motherboard::after { top: 8%; bottom: 8%; right: 22%; width: 2px; }
.ram { position: absolute; top: 29%; width: 4%; height: 29%; border-radius: 3px; background: linear-gradient(180deg, #1688ff, #0b5aa7); z-index: 2; box-shadow: 0 0 10px rgba(22,136,255,.20); }
.ram-one { left: 70%; }
.ram-two { left: 76%; }
.gpu { position: absolute; left: 24%; top: 63%; width: 57%; height: 14%; border-radius: 7px; background: linear-gradient(180deg, #1b2a38, #0c141c); border: 1px solid rgba(112,170,224,.22); z-index: 3; display: flex; align-items: center; justify-content: center; gap: 12px; }
.psu { position: absolute; left: 18%; right: 15%; bottom: 9%; height: 12%; border-radius: 5px; background: linear-gradient(180deg, #151d25, #090e13); border: 1px solid rgba(255,255,255,.08); }
.microchip { position: absolute; right: 30%; bottom: 20%; width: 64px; height: 64px; z-index: 1; border-radius: 14px; background: linear-gradient(135deg, #10253a, #0a1520); border: 1px solid rgba(106,169,230,.24); box-shadow: 0 16px 36px rgba(0,0,0,.28); transform: rotate(10deg); }
.microchip::before, .microchip::after { content: ""; position: absolute; inset: 16px; border-radius: 10px; border: 1px solid rgba(106,169,230,.25); }
.microchip::after { inset: auto; top: 50%; left: -12px; right: -12px; height: 2px; transform: translateY(-50%); border: 0; background: linear-gradient(90deg, transparent, rgba(106,169,230,.38), transparent); }
.section { padding: 78px 0; }
.section-muted { background: var(--light); }
.section-heading { text-align: center; margin-bottom: 34px; }
.section-heading h2, .info-grid h2, .cta-section h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.15; margin: 0 0 12px; letter-spacing: -1px; }
.section-heading p { color: #5f6b7a; margin: 0 auto; max-width: 720px; }
.cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 10px 30px rgba(17,24,39,.05); }
.icon { width: 58px; height: 58px; display: grid; place-items: center; font-size: 28px; border-radius: 50%; background: #eef6ff; margin-bottom: 14px; }
.card h3 { margin: 0 0 8px; font-size: 20px; }
.card p { color: #556171; }
.card ul { padding-left: 20px; color: #334155; }
.info-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: start; }
.mini-list { display: grid; gap: 10px; margin-top: 24px; }
.contact-panel { background: linear-gradient(135deg, #0d75d8, #104f93); color: white; border-radius: var(--radius); padding: 30px; }
.contact-panel a { text-decoration: underline; text-underline-offset: 3px; }
.contact-eyebrow { margin: 0 0 8px; font-size: 13px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; color: #dcecff; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 28px; margin-top: 20px; }
.contact-details p { margin: 0; }
.contact-details strong { display: inline-block; margin-bottom: 3px; }
.note { color: #dcecff; font-size: 14px; }
.cta-section { background: linear-gradient(135deg, #06101b, #0a2239); color: white; padding: 62px 0; }
.cta-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: center; }
.cta-section p { color: #c7d4e0; }
footer { background: #040a11; color: #94a3b8; font-size: 13px; }
.footer-wrap { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav { display: none; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; background: #07111d; padding: 22px 18px; border-top: 1px solid rgba(255,255,255,.08); }
  .nav.open { display: flex; }
  .hero-grid, .info-grid, .cta-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 340px; }
  .screen-logo { font-size: 34px; }
  .cards { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1180px); }
  .hero-grid { min-height: auto; padding: 44px 0; }
  h1 { font-size: 42px; }
  .lead { font-size: 17px; }
  .hero-card { min-height: 280px; }
  .hero-chip { font-size: 10px; padding: 7px 10px; }
  .screen-badges { top: 12px; left: 12px; gap: 6px; }
  .screen-badges span { min-height: 20px; padding: 0 8px; font-size: 10px; }
  .screen-logo { font-size: 28px; }
  .microchip { width: 48px; height: 48px; }
  .cards { grid-template-columns: 1fr; }
  .contact-details { grid-template-columns: 1fr; gap: 14px; }
  .section { padding: 58px 0; }
  .footer-wrap { flex-direction: column; justify-content: center; padding: 18px 0; }
}
