/* ==========================================
   MyITJunction — Designed with Steve Jobs precision
   ========================================== */

:root {
  --black: #000000;
  --off-black: #080808;
  --surface: #111111;
  --surface-2: #1a1a1a;
  --border: rgba(255,255,255,0.08);
  --border-strong: rgba(255,255,255,0.14);
  --white: #FFFFFF;
  --off-white: #F5F5F7;
  --text: #F5F5F7;
  --text-muted: rgba(245,245,247,0.5);
  --text-dim: rgba(245,245,247,0.25);
  --accent: #FF6B00;
  --accent-dim: rgba(255,107,0,0.15);
  --accent-border: rgba(255,107,0,0.3);
  --r: 12px;
  --r-sm: 8px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--black);
  color: var(--text);
  line-height: 1.5;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px;
}

.section { padding: 120px 0; }

/* ==========================================
   NAVIGATION — Ultra minimal
   ========================================== */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 20px 0;
  transition: background 0.4s, border-color 0.4s, padding 0.3s;
  border-bottom: 1px solid transparent;
}

.nav.scrolled {
  background: rgba(0,0,0,0.88);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom-color: var(--border);
  padding: 14px 0;
}

.nav-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.logo-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.logo-j {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5px;
  position: relative;
  top: 1px;
}

.nav-links {
  display: flex;
  gap: 32px;
  flex: 1;
  justify-content: center;
}

.nav-links a {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-muted);
  transition: color 0.2s;
  letter-spacing: 0.1px;
}
.nav-links a:hover { color: var(--white); }

.nav-cta {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  background: var(--accent);
  padding: 8px 18px;
  border-radius: 50px;
  transition: opacity 0.2s, transform 0.2s;
  letter-spacing: 0.1px;
}
.nav-cta:hover { opacity: 0.9; transform: translateY(-1px); }

.burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}
.burger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--white);
  border-radius: 1px;
  transition: all 0.3s;
}

.mobile-drawer {
  display: none;
  position: fixed;
  top: 60px; left: 0; right: 0;
  background: rgba(10,10,10,0.97);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 32px;
  z-index: 99;
  flex-direction: column;
  gap: 20px;
}
.mobile-drawer.open { display: flex; }
.mobile-drawer ul { display: flex; flex-direction: column; gap: 16px; }
.mobile-drawer a { font-size: 16px; color: var(--text-muted); }

/* ==========================================
   HERO — Full viewport, cinematic
   ========================================== */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: var(--black);
}

.hero-noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");
  opacity: 0.4;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  padding: 0 32px;
  padding-top: 80px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 48px;
  animation: fadeUp 0.8s ease both;
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  animation: pulse-dot 2.5s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,107,0,0.4); }
  50% { box-shadow: 0 0 0 6px rgba(255,107,0,0); }
}

.hero-headline {
  display: block;
  font-size: clamp(80px, 14vw, 140px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -5px;
  margin-bottom: 40px;
  color: var(--white);
}

.hero-headline .line {
  display: block;
  animation: slideIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-headline .l1 { animation-delay: 0.1s; }
.hero-headline .l2 { animation-delay: 0.2s; color: var(--text-muted); }
.hero-headline .l3 { animation-delay: 0.3s; color: var(--accent); }

@keyframes slideIn {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-sub {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto 48px;
  animation: fadeUp 0.9s 0.5s ease both;
  font-weight: 300;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 50px;
  transition: transform 0.25s, box-shadow 0.25s;
  animation: fadeUp 0.9s 0.65s ease both;
  letter-spacing: -0.2px;
}
.hero-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 40px rgba(255,255,255,0.15);
}

.hero-claim {
  margin-top: 48px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--text-dim);
  animation: fadeUp 0.9s 0.8s ease both;
}

.hero-scroll-hint {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 1;
  animation: fadeUp 1s 1.2s ease both;
}

.scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, transparent, var(--text-dim));
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.8; }
}

.hero-scroll-hint span {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-dim);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ==========================================
   MANIFESTO — Steve Jobs quote style
   ========================================== */

.manifesto {
  background: var(--white);
  padding: 120px 0;
}

.manifesto-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.manifesto-text {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--black);
  letter-spacing: -1.5px;
  margin-bottom: 28px;
}

.manifesto-attr {
  font-size: 15px;
  color: rgba(0,0,0,0.45);
  font-weight: 400;
}

/* ==========================================
   SECTION COMMON
   ========================================== */

.section-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.section-head {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 20px;
  color: var(--white);
}

.section-body {
  font-size: 17px;
  color: var(--text-muted);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 64px;
  font-weight: 300;
}

/* ==========================================
   PLATFORMS
   ========================================== */

.platforms { background: var(--off-black); }

.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
}

.platform-card {
  background: var(--off-black);
  padding: 28px 24px;
  transition: background 0.25s;
  position: relative;
}
.platform-card:hover { background: var(--surface); }

.platform-card--hero {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(255,107,0,0.05), rgba(255,107,0,0.01));
}
.platform-card--hero:hover { background: linear-gradient(135deg, rgba(255,107,0,0.08), rgba(255,107,0,0.02)); }

.pc-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent);
  background: var(--accent-dim);
  border: 1px solid var(--accent-border);
  border-radius: 50px;
  padding: 3px 10px;
  margin-bottom: 16px;
}

.pc-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.pc-icon--sm {
  width: 42px;
  height: 42px;
  background: var(--surface);
  border-radius: 10px;
}

.platform-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}

.platform-card--hero h3 { font-size: 22px; margin-bottom: 10px; }

.platform-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 12px;
  font-weight: 300;
}

.pc-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-dim);
}

/* ==========================================
   WHAT WE BUILD
   ========================================== */

.build { background: var(--black); }

.build-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
}

.build-card {
  background: var(--black);
  padding: 36px 28px;
  transition: background 0.25s;
  position: relative;
  overflow: hidden;
}
.build-card:hover { background: var(--surface); }

.bc-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--text-dim);
  margin-bottom: 20px;
  font-variant-numeric: tabular-nums;
}

.build-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.build-card p {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 20px;
  font-weight: 300;
}

.bc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.bc-tags span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--text-dim);
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 3px 8px;
  border-radius: 4px;
  transition: all 0.2s;
}
.build-card:hover .bc-tags span {
  border-color: var(--border-strong);
  color: var(--text-muted);
}

/* ==========================================
   ANTHROPIC SECTION — Inverse (white bg)
   ========================================== */

.anthropic-section {
  background: var(--white);
  padding: 100px 0;
}

.anthro-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.anthro-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.anthro-head {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 24px;
}

.anthro-body {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(0,0,0,0.55);
  margin-bottom: 64px;
  font-weight: 300;
}

.anthro-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 48px;
}

.as-item { text-align: center; padding: 0 40px; }

.as-num {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -2px;
  color: var(--black);
  line-height: 1;
  margin-bottom: 6px;
}

.as-label {
  font-size: 12px;
  color: rgba(0,0,0,0.4);
  font-weight: 400;
  line-height: 1.4;
  max-width: 100px;
}

.as-div {
  width: 1px;
  height: 40px;
  background: rgba(0,0,0,0.1);
  flex-shrink: 0;
}

/* ==========================================
   PROCESS
   ========================================== */

.process { background: var(--off-black); }

.process-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.proc-item {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.proc-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 60px;
}

.proc-num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--accent);
  padding-bottom: 16px;
  flex-shrink: 0;
}

.proc-line {
  width: 1px;
  flex: 1;
  background: var(--border);
  min-height: 48px;
}
.proc-line--last { display: none; }

.proc-right {
  padding-bottom: 56px;
  flex: 1;
}

.proc-time {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 8px;
}

.proc-right h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.proc-right p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
  font-weight: 300;
  max-width: 600px;
}

/* ==========================================
   SPEED COMPARISON
   ========================================== */

.speed-section {
  background: var(--black);
  padding: 120px 0;
}

.speed-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px;
}

.speed-head {
  font-size: clamp(28px, 4.5vw, 50px);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.15;
  margin-bottom: 64px;
  text-align: center;
}

.speed-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 48px;
  align-items: center;
}

.speed-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 24px;
}

.speed-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.si {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}

.si-bar {
  height: 3px;
  background: var(--surface-2);
  border-radius: 2px;
  min-width: 4px;
  flex-shrink: 0;
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.si-bar--us { background: var(--accent); }

.si span { color: var(--text-dim); flex: 1; }
.si strong { color: var(--text-muted); font-weight: 500; white-space: nowrap; }

.speed-col--us .si strong { color: var(--accent); }

/* Mirror the left column so bars point toward VS */
.speed-col--them .si { flex-direction: row-reverse; }
.speed-col--them .si span { text-align: right; }
.speed-col--them .si strong { text-align: right; }
.speed-col--them .speed-total { text-align: right; }
.speed-col--them .speed-label { text-align: right; }

.speed-total {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0;
  border-top: 1px solid var(--border);
}
.speed-total--bad { color: var(--text-dim); }
.speed-total--good { color: var(--accent); font-size: 18px; font-weight: 800; letter-spacing: -0.5px; }

.speed-vs {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--text-dim);
  writing-mode: horizontal-tb;
  align-self: center;
}

/* ==========================================
   TESTIMONIALS
   ========================================== */

.testimonials { background: var(--off-black); }

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
}

.testi-card {
  background: var(--off-black);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  transition: background 0.25s;
}
.testi-card:hover { background: var(--surface); }

.tc-featured {
  background: var(--surface);
  grid-column: span 3;
}

.tc-quote {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-muted);
  font-weight: 300;
}
.tc-featured .tc-quote { font-size: 20px; color: var(--text); }
.tc-quote em { font-style: italic; color: var(--text); }

.tc-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}

.tc-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}
.av-a { background: linear-gradient(135deg, #FF6B00, #FF9A00); }
.av-b { background: linear-gradient(135deg, #7C3AED, #6366F1); }
.av-c { background: linear-gradient(135deg, #0EA5E9, #10B981); }

.tc-name { font-size: 14px; font-weight: 600; }
.tc-role { font-size: 12px; color: var(--text-dim); margin-top: 2px; }

/* ==========================================
   FAQ
   ========================================== */

.faq { background: var(--black); }

.faq-list {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-item:last-child { border-bottom: none; }

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: none;
  border: none;
  padding: 24px 28px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  letter-spacing: -0.3px;
  transition: background 0.2s;
}
.faq-q:hover { background: var(--surface); }

.faq-chevron {
  flex-shrink: 0;
  color: var(--text-dim);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
  color: var(--accent);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item.open .faq-a {
  max-height: 300px;
}

.faq-a p {
  padding: 0 28px 24px;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--text-muted);
  font-weight: 300;
}

.faq-a p strong { color: var(--text); font-weight: 600; }

/* ==========================================
   CONTACT
   ========================================== */

.contact { background: var(--black); }

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
}

.contact-head {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.1;
  margin-bottom: 16px;
}

.contact-sub {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 40px;
}

.contact-facts {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cf {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--text-muted);
}

.cf-bullet {
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
}

.contact-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fg {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fg label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: var(--text-muted);
  text-transform: uppercase;
}

.fg input,
.fg select,
.fg textarea {
  background: var(--black);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  color: var(--text);
  font-size: 14px;
  font-family: inherit;
  font-weight: 300;
  padding: 13px 16px;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}
.fg input::placeholder,
.fg textarea::placeholder { color: var(--text-dim); }
.fg select option { background: var(--surface); }
.fg textarea { resize: vertical; }

.fg input:focus,
.fg select:focus,
.fg textarea:focus {
  border-color: var(--accent);
}

.submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--white);
  color: var(--black);
  font-size: 15px;
  font-weight: 700;
  padding: 16px;
  border: none;
  border-radius: var(--r-sm);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  letter-spacing: -0.2px;
}
.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255,255,255,0.1);
}
.submit-btn:disabled {
  opacity: 0.5;
  cursor: default;
  transform: none;
}

.form-note {
  font-size: 11px;
  color: var(--text-dim);
  text-align: center;
}

/* ==========================================
   FOOTER
   ========================================== */

.footer {
  background: var(--off-black);
  border-top: 1px solid var(--border);
  padding: 64px 0 32px;
}

.footer-top {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  margin-bottom: 48px;
  align-items: start;
}

.footer-brand p {
  font-size: 13px;
  color: var(--text-dim);
  margin-top: 12px;
  line-height: 1.6;
  font-weight: 300;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.footer-cols h5 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 16px;
}

.footer-cols a {
  display: block;
  font-size: 13px;
  color: var(--text-dim);
  margin-bottom: 10px;
  transition: color 0.2s;
  font-weight: 300;
}
.footer-cols a:hover { color: var(--text); }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--text-dim);
  font-weight: 300;
}

/* ==========================================
   TOAST
   ========================================== */

.toast {
  position: fixed;
  bottom: 32px;
  right: 32px;
  background: var(--surface);
  border: 1px solid var(--accent-border);
  color: var(--accent);
  border-radius: var(--r);
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 9999;
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  max-width: 320px;
}
.toast.show { transform: translateY(0); opacity: 1; }

/* ==========================================
   SCROLL REVEAL SYSTEM
   ========================================== */

.reveal-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-up.in { opacity: 1; transform: translateY(0); }

.reveal-line {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal-line.in { opacity: 1; transform: translateY(0); }

.reveal-fade {
  opacity: 0;
  transition: opacity 0.8s 0.3s ease;
}
.reveal-fade.in { opacity: 1; }

.delay-1 { transition-delay: 80ms !important; }
.delay-2 { transition-delay: 160ms !important; }
.delay-3 { transition-delay: 240ms !important; }

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 1024px) {
  .platform-grid { grid-template-columns: repeat(3, 1fr); }
  .platform-card--hero { grid-column: span 3; }
  .build-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  .section { padding: 80px 0; }
  .wrap { padding: 0 20px; }
  .nav-links, .nav-cta { display: none; }
  .burger { display: flex; }
  .hero-headline { letter-spacing: -3px; }
  .platform-grid { grid-template-columns: repeat(2, 1fr); }
  .platform-card--hero { grid-column: span 2; }
  .build-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .tc-featured { grid-column: span 1; }
  .anthro-stats { flex-direction: column; gap: 32px; }
  .as-div { width: 40px; height: 1px; }
  .speed-compare { grid-template-columns: 1fr; gap: 40px; }
  .speed-vs { display: none; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .proc-item { gap: 20px; }
  .proc-left { width: 36px; }
  .manifesto-text { letter-spacing: -0.5px; }
}

@media (max-width: 480px) {
  .platform-grid { grid-template-columns: 1fr; }
  .platform-card--hero { grid-column: span 1; }
  .hero-headline { letter-spacing: -2px; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
