*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root {
  --blue: oklch(52% 0.2 260);
  --blue-hover: oklch(46% 0.22 260);
  --blue-light: oklch(95% 0.025 260);
  --blue-ultra-light: oklch(97.5% 0.012 260);
  --text-primary: oklch(16% 0.012 260);
  --text-secondary: oklch(38% 0.01 260);
  --text-tertiary: oklch(55% 0.008 260);
  --bg: oklch(99.2% 0.003 260);
  --surface: oklch(97% 0.006 260);
  --surface-alt: oklch(94.5% 0.01 260);
  --border: oklch(91% 0.008 260);
  --border-light: oklch(94% 0.006 260);
  --white: oklch(99.5% 0.002 260);
  --font: 'Manrope', system-ui, sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

html { scroll-behavior: smooth; font-optical-sizing: auto; }

body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-primary);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }

.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: oklch(99.2% 0.003 260 / 0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-light);
  transition: box-shadow 0.3s var(--ease-out);
}
.nav.scrolled { box-shadow: 0 1px 20px oklch(20% 0.02 260 / 0.06); }
.nav-inner { max-width: 1280px; margin: 0 auto; padding: 16px 32px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.03em; display: flex; align-items: center; }
.nav-logo .mark { color: var(--blue); font-weight: 800; }
.nav-links { display: flex; gap: 32px; align-items: center; list-style: none; }
.nav-links a { font-size: 0.875rem; font-weight: 500; color: var(--text-secondary); transition: color 0.15s; letter-spacing: 0.01em; }
.nav-links a:hover { color: var(--text-primary); }

.nav-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 22px; background: var(--blue); color: var(--white) !important;
  font-size: 0.875rem; font-weight: 700; border-radius: 6px;
  transition: background 0.2s var(--ease-out), transform 0.15s var(--ease-out); text-align: center;
}
.nav-cta:hover { background: var(--blue-hover); color: var(--white) !important; transform: translateY(-1px); }

.btn-primary {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px;
  background: var(--blue); color: var(--white); font-size: 0.875rem; font-weight: 600;
  border-radius: 6px; transition: background 0.2s var(--ease-out), transform 0.15s var(--ease-out);
}
.btn-primary:hover { background: var(--blue-hover); transform: translateY(-1px); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px;
  border: 1.5px solid var(--text-primary); color: var(--text-primary);
  font-size: 0.875rem; font-weight: 600; border-radius: 6px; transition: all 0.2s var(--ease-out);
}
.btn-outline:hover { background: var(--text-primary); color: var(--white); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--text-primary); border-radius: 2px; transition: all 0.2s; }

.hero { padding: 160px 32px 100px; max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero-eyebrow { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue); margin-bottom: 16px; }
.hero h1 { font-size: clamp(2.5rem, 5vw, 3.8rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.03em; margin-bottom: 24px; text-wrap: balance; }
.hero h1 .accent { color: var(--blue); }
.hero-sub { font-size: 1.1rem; color: var(--text-secondary); line-height: 1.6; max-width: 50ch; margin-bottom: 36px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-device { width: 100%; max-width: 580px; aspect-ratio: 16/9; position: relative; }

.value-props { padding: 80px 32px; max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.value-prop { text-align: center; }
.value-prop-icon { width: 48px; height: 48px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; color: var(--blue); }
.value-prop-icon svg { width: 32px; height: 32px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.value-prop h3 { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 8px; }
.value-prop p { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.5; }

.problems { padding: 120px 32px; max-width: 1280px; margin: 0 auto; }
.section-eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue); text-align: center; margin-bottom: 12px; }
.section-heading { font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -0.02em; text-align: center; margin-bottom: 64px; text-wrap: balance; }
.section-heading .accent { color: var(--blue); }
.problems-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; }
.problem-item { text-align: center; min-width: 0; }
.problem-img { width: 100%; aspect-ratio: 4/3; border-radius: 12px; margin-bottom: 20px; position: relative; overflow: hidden; background-size: cover; background-position: center; }
.problem-img-1 { background-color: oklch(35% 0.06 30); }
.problem-img-2 { background-color: oklch(45% 0.03 220); }
.problem-img-3 { background-color: oklch(40% 0.05 260); }
.problem-img-4 { background-color: oklch(50% 0.04 80); }
.problem-img-5 { background-color: oklch(42% 0.03 160); }
.problem-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 40%, oklch(10% 0.02 260 / 0.3)); }
.problem-icon { width: 36px; height: 36px; margin: 0 auto 12px; border-radius: 50%; background: var(--blue-light); display: flex; align-items: center; justify-content: center; }
.problem-icon svg { width: 18px; height: 18px; stroke: var(--blue); fill: none; stroke-width: 2; }
.problem-item h4 { font-size: 0.85rem; font-weight: 700; margin-bottom: 8px; }
.problem-item p { font-size: 0.8rem; color: var(--text-secondary); line-height: 1.5; }

.solution { padding: 120px 32px; background: var(--surface); }
.solution-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 64px; align-items: center; }
.solution-text .section-eyebrow { text-align: left; }
.solution-text h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 20px; }
.solution-text h2 .accent { color: var(--blue); }
.solution-text > p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.6; margin-bottom: 28px; max-width: 38ch; }
.solution-features { display: flex; flex-direction: column; gap: 24px; }
.solution-feature { display: flex; gap: 14px; align-items: flex-start; }
.solution-feature-icon { width: 32px; height: 32px; flex-shrink: 0; color: var(--blue); display: flex; align-items: center; justify-content: center; }
.solution-feature-icon svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.solution-feature h4 { font-size: 0.9rem; font-weight: 700; margin-bottom: 4px; }
.solution-feature p { font-size: 0.82rem; color: var(--text-secondary); line-height: 1.5; }
.solution-visual { display: flex; align-items: center; justify-content: center; }

.stats { padding: 80px 32px; max-width: 1280px; margin: 0 auto; }
.stats-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: center; }
.stats-text .section-eyebrow { text-align: left; }
.stats-text h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 16px; }
.stats-text h2 .accent { color: var(--blue); }
.stats-text > p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.6; max-width: 42ch; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.stat-item { text-align: center; }
.stat-icon { width: 48px; height: 48px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: var(--blue-light); color: var(--blue); }
.stat-icon svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.stat-number { font-size: 2.2rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text-primary); }
.stat-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-tertiary); margin-top: 4px; }

.deployments { padding: 120px 32px; background: var(--surface); }
.deployments-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; align-items: center; }
.deployments-text .section-eyebrow { text-align: left; }
.deployments-text h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 16px; }
.deployments-text > p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.6; max-width: 40ch; margin-bottom: 28px; }
.deploy-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.deploy-card { border-radius: 16px; overflow: hidden; background: var(--white); border: 1px solid var(--border-light); transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out); }
.deploy-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px oklch(20% 0.02 260 / 0.08); }
.deploy-card-img { width: 100%; aspect-ratio: 1/1; position: relative; background-size: cover; background-position: center; }
.deploy-card-img.estates { background-color: oklch(85% 0.02 50); }
.deploy-card-img.industrial { background-color: oklch(55% 0.04 260); }
.deploy-card-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent, oklch(10% 0.01 260 / 0.15)); }
.deploy-card-body { padding: 20px; }
.deploy-card-icon { width: 32px; height: 32px; margin-bottom: 10px; color: var(--blue); }
.deploy-card-icon svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.deploy-card h4 { font-size: 0.9rem; font-weight: 700; margin-bottom: 6px; }
.deploy-card p { font-size: 0.82rem; color: var(--text-secondary); line-height: 1.5; }

.tech-stack { padding: 120px 32px; }
.tech-stack-inner { max-width: 1280px; margin: 0 auto; }
.tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 40px; margin-top: 64px; }
.tech-item { text-align: center; }
.tech-item-icon { width: 56px; height: 56px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; border-radius: 14px; background: var(--blue-light); color: var(--blue); }
.tech-item-icon svg { width: 28px; height: 28px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.tech-item h4 { font-size: 0.9rem; font-weight: 700; margin-bottom: 8px; }
.tech-item p { font-size: 0.82rem; color: var(--text-secondary); line-height: 1.5; max-width: 30ch; margin: 0 auto; }

.products { padding: 120px 32px; background: var(--surface); }
.products-inner { max-width: 1280px; margin: 0 auto; }
.products-header { margin-bottom: 48px; }
.products-header .section-eyebrow { text-align: left; }
.products-header h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.product-card { background: var(--white); border-radius: 16px; border: 1px solid var(--border-light); overflow: hidden; transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out); cursor: pointer; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px oklch(20% 0.02 260 / 0.08); }
.product-card-img { width: 100%; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; background: linear-gradient(150deg, oklch(97% 0.005 260), oklch(93% 0.01 260)); position: relative; background-size: cover; background-position: center; }
.product-card-img .product-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; color: var(--text-tertiary); opacity: 0.6; }
.product-card-body { padding: 24px; }
.product-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.product-card p { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.5; margin-bottom: 16px; }
.product-link { font-size: 0.82rem; font-weight: 700; color: var(--blue); display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s var(--ease-out); }
.product-link:hover { gap: 10px; }

.timeline { padding: 120px 32px; }
.timeline-inner { max-width: 1280px; margin: 0 auto; }
.timeline-phases { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; margin-top: 64px; position: relative; }
.timeline-phase { position: relative; padding: 20px; border-radius: 12px; border: 1px solid var(--border); background: var(--white); transition: border-color 0.2s, box-shadow 0.2s; }
.timeline-phase:hover { border-color: var(--blue); box-shadow: 0 8px 24px oklch(52% 0.2 260 / 0.08); }
.timeline-phase.active { border-color: var(--blue); background: var(--blue-light); }
.phase-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue); margin-bottom: 6px; }
.phase-title { font-size: 0.9rem; font-weight: 700; margin-bottom: 4px; }
.phase-dates { font-size: 0.72rem; color: var(--text-tertiary); margin-bottom: 12px; }
.phase-items { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.phase-items li { font-size: 0.72rem; color: var(--text-secondary); display: flex; align-items: center; gap: 6px; }
.phase-items li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }
.timeline-progress { margin-top: 32px; height: 4px; background: var(--border); border-radius: 4px; position: relative; }
.timeline-progress-fill { position: absolute; left: 0; top: 0; height: 100%; width: 8%; background: var(--blue); border-radius: 4px; }
.timeline-progress-dot { position: absolute; top: 50%; right: 0; transform: translate(50%, -50%); width: 12px; height: 12px; border-radius: 50%; background: var(--blue); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--blue); }

.goals { padding: 120px 32px; background: var(--surface); }
.goals-inner { max-width: 1280px; margin: 0 auto; }
.goals-grid { display: grid; grid-template-columns: 1fr 1fr 1.1fr; gap: 32px; margin-top: 64px; }
.goal-card { padding: 36px; border-radius: 16px; background: var(--white); border: 1px solid var(--border-light); }
.goal-card-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue); margin-bottom: 4px; }
.goal-card-subtitle { font-size: 0.78rem; color: var(--text-tertiary); margin-bottom: 20px; }
.goal-card-items { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.goal-card-items li { font-size: 0.85rem; color: var(--text-secondary); display: flex; align-items: flex-start; gap: 10px; line-height: 1.4; }
.goal-check { width: 18px; height: 18px; flex-shrink: 0; border-radius: 50%; border: 1.5px solid var(--blue); display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.goal-check svg { width: 10px; height: 10px; stroke: var(--blue); fill: none; stroke-width: 2.5; }
.goal-card.ultimate { background: linear-gradient(160deg, oklch(25% 0.06 260), oklch(18% 0.04 250)); border: none; color: oklch(95% 0.01 260); display: flex; flex-direction: column; justify-content: center; background-size: cover; background-position: center; }
.goal-card.ultimate .goal-card-eyebrow { color: oklch(75% 0.15 260); }
.goal-card.ultimate h3 { font-size: 1.5rem; font-weight: 800; line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 16px; }
.goal-card.ultimate p { font-size: 0.9rem; color: oklch(75% 0.01 260); line-height: 1.5; }

/* CAREERS */
.careers { padding: 120px 32px; }
.careers-inner { max-width: 1280px; margin: 0 auto; }
.careers-traits-sub { font-size: 0.95rem; color: var(--text-secondary); text-align: center; margin-top: -48px; margin-bottom: 56px; }
.traits-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; margin-bottom: 100px; }
.trait-item { text-align: center; padding: 24px 16px; border-radius: 12px; border: 1px solid var(--border-light); transition: border-color 0.2s, box-shadow 0.2s; }
.trait-item:hover { border-color: var(--blue); box-shadow: 0 8px 24px oklch(52% 0.2 260 / 0.06); }
.trait-icon { width: 48px; height: 48px; margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; color: var(--blue); }
.trait-icon svg { width: 32px; height: 32px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.trait-item h4 { font-size: 0.85rem; font-weight: 700; margin-bottom: 8px; }
.trait-item p { font-size: 0.78rem; color: var(--text-secondary); line-height: 1.5; }
.positions-table { width: 100%; margin-top: 48px; border-collapse: collapse; }
.positions-table tr { border-bottom: 1px solid var(--border-light); }
.positions-table td { padding: 18px 12px; font-size: 0.88rem; vertical-align: middle; }
.positions-table td:first-child { font-weight: 700; }
.positions-table td:last-child { text-align: right; }
.positions-table .dept, .positions-table .loc { color: var(--text-secondary); font-size: 0.82rem; display: inline-flex; align-items: center; gap: 6px; }
.positions-table .dept svg, .positions-table .loc svg { width: 14px; height: 14px; stroke: var(--text-tertiary); fill: none; stroke-width: 2; }
.apply-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border: 1.5px solid var(--blue); color: var(--blue); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; border-radius: 5px; transition: all 0.2s var(--ease-out); }
.apply-btn:hover { background: var(--blue); color: var(--white); }
.perks-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 28px; margin-top: 56px; }
.perk-item { text-align: center; }
.perk-icon { width: 48px; height: 48px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; color: var(--blue); }
.perk-icon svg { width: 30px; height: 30px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.perk-item h4 { font-size: 0.8rem; font-weight: 700; margin-bottom: 6px; }
.perk-item p { font-size: 0.75rem; color: var(--text-secondary); line-height: 1.4; }
.careers-cta-banner { margin-top: 80px; padding: 56px 48px; border-radius: 20px; background: linear-gradient(135deg, oklch(25% 0.06 260), oklch(18% 0.05 250)); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.careers-cta-banner .cta-text .hero-eyebrow { color: oklch(70% 0.15 260); margin-bottom: 8px; }
.careers-cta-banner h2 { color: oklch(96% 0.005 260); font-size: 1.6rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 8px; }
.careers-cta-banner p { color: oklch(72% 0.01 260); font-size: 0.9rem; }

.bottom-section { padding: 100px 32px; }
.bottom-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 48px; }
.bottom-card { padding: 32px; border-radius: 16px; }
.bottom-card.protocol { background: var(--blue-ultra-light); border: 1px solid oklch(90% 0.02 260); }
.bottom-card.news { background: var(--white); border: 1px solid var(--border-light); }
.bottom-card.cta { background: var(--surface); border: 1px solid var(--border-light); }
.bottom-card-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue); margin-bottom: 16px; }
.bottom-card h3 { font-size: 1.1rem; font-weight: 700; line-height: 1.3; margin-bottom: 12px; }
.bottom-card p { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.5; margin-bottom: 20px; }
.news-item { padding: 12px 0; border-bottom: 1px solid var(--border-light); }
.news-item:last-child { border-bottom: none; }
.news-item h4 { font-size: 0.85rem; font-weight: 600; margin-bottom: 4px; }
.news-item time { font-size: 0.72rem; color: var(--text-tertiary); text-transform: uppercase; letter-spacing: 0.04em; }

.contact { padding: 120px 32px; background: linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%); }
.contact-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.contact-inner .section-heading { margin-bottom: 12px; }
.contact-sub { font-size: 1rem; color: var(--text-secondary); margin-bottom: 48px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; text-align: left; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 0.8rem; font-weight: 600; color: var(--text-secondary); }
.form-group input, .form-group select, .form-group textarea { padding: 12px 16px; border: 1.5px solid var(--border); border-radius: 8px; font: inherit; font-size: 0.9rem; color: var(--text-primary); background: var(--white); transition: border-color 0.2s, box-shadow 0.2s; outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px oklch(52% 0.2 260 / 0.1); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 40px; }
.form-submit { grid-column: 1 / -1; display: flex; justify-content: center; margin-top: 12px; }
.form-submit .btn-primary { padding: 14px 36px; font-size: 0.95rem; }

.footer { padding: 80px 32px 32px; border-top: 1px solid var(--border); background: var(--surface); }
.footer-about { max-width: 1280px; margin: 0 auto 48px; padding-bottom: 48px; border-bottom: 1px solid var(--border); }
.footer-about-inner { max-width: 640px; }
.footer-about .section-eyebrow { text-align: left; margin-bottom: 16px; }
.footer-about h2 { font-size: clamp(1.6rem, 2.5vw, 2rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 20px; }
.footer-about h2 .accent { color: var(--blue); }
.footer-about p { font-size: 0.92rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 12px; }
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr) auto; gap: 40px; }
.footer-brand .nav-logo { margin-bottom: 12px; }
.footer-brand p { font-size: 0.82rem; color: var(--text-tertiary); line-height: 1.5; max-width: 28ch; }
.footer-col h5 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-tertiary); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 0.85rem; color: var(--text-secondary); margin-bottom: 10px; transition: color 0.15s; }
.footer-col a:hover { color: var(--blue); }
.footer-social { display: flex; gap: 16px; align-items: flex-start; padding-top: 28px; }
.footer-social a { width: 36px; height: 36px; border-radius: 8px; background: var(--white); display: flex; align-items: center; justify-content: center; color: var(--text-secondary); transition: background 0.15s, color 0.15s; }
.footer-social a:hover { background: var(--blue-light); color: var(--blue); }
.footer-social a svg { width: 18px; height: 18px; fill: currentColor; }
.footer-bottom { max-width: 1280px; margin: 40px auto 0; padding-top: 24px; border-top: 1px solid var(--border-light); display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: 0.78rem; color: var(--text-tertiary); }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { font-size: 0.78rem; color: var(--text-tertiary); transition: color 0.15s; }
.footer-bottom-links a:hover { color: var(--text-secondary); }

/* MODALS */
.modal-overlay { position: fixed; inset: 0; background: oklch(10% 0.02 260 / 0.6); backdrop-filter: blur(8px); z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity 0.25s var(--ease-out); }
.modal-overlay.active { opacity: 1; pointer-events: all; }
.modal { background: var(--white); border-radius: 20px; max-width: 600px; width: 100%; max-height: 85vh; overflow-y: auto; transform: translateY(16px) scale(0.97); transition: transform 0.3s var(--ease-out); box-shadow: 0 32px 80px oklch(10% 0.02 260 / 0.2); position: relative; }
.modal-overlay.active .modal { transform: translateY(0) scale(1); }
.modal-img { width: 100%; aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; border-radius: 20px 20px 0 0; background-size: cover; background-position: center; }
.modal-body { padding: 32px; }
.modal-body h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 8px; letter-spacing: -0.01em; }
.modal-body .modal-desc { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; margin-bottom: 24px; }
.modal-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.modal-spec { padding: 14px; background: var(--surface); border-radius: 10px; }
.modal-spec-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-tertiary); margin-bottom: 4px; }
.modal-spec-value { font-size: 0.85rem; font-weight: 600; color: var(--text-primary); }
.modal-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%; background: oklch(99% 0.003 260 / 0.9); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: var(--text-secondary); cursor: pointer; border: none; transition: background 0.15s; z-index: 10; }
.modal-close:hover { background: var(--surface); }

/* VIDEO MODAL */
.video-modal-overlay { position: fixed; inset: 0; background: oklch(5% 0.01 260 / 0.92); backdrop-filter: blur(12px); z-index: 1001; display: flex; align-items: center; justify-content: center; padding: 32px; opacity: 0; pointer-events: none; transition: opacity 0.3s var(--ease-out); }
.video-modal-overlay.active { opacity: 1; pointer-events: all; }
.video-modal { width: 100%; max-width: 960px; aspect-ratio: 16/9; background: oklch(12% 0.03 260); border-radius: 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; color: oklch(65% 0.01 260); position: relative; transform: scale(0.95); transition: transform 0.3s var(--ease-out); }
.video-modal-overlay.active .video-modal { transform: scale(1); }
.video-modal .video-play-icon { width: 80px; height: 80px; border-radius: 50%; background: var(--blue); display: flex; align-items: center; justify-content: center; }
.video-modal .video-play-icon svg { width: 32px; height: 32px; fill: var(--white); stroke: none; margin-left: 4px; }
.video-modal p { font-size: 1rem; opacity: 0.6; }
.video-modal-close { position: absolute; top: -48px; right: 0; width: 40px; height: 40px; border-radius: 50%; background: oklch(30% 0.02 260); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: oklch(80% 0.01 260); cursor: pointer; border: none; transition: background 0.15s; }
.video-modal-close:hover { background: oklch(40% 0.02 260); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; gap: 48px; padding-top: 130px; }
  .hero-visual { order: -1; }
  .value-props { grid-template-columns: repeat(2, 1fr); }
  .solution-inner { grid-template-columns: 1fr 1fr; }
  .solution-visual { display: none; }
  .stats-inner { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
  .deployments-inner { grid-template-columns: 1fr; }
  .timeline-phases { grid-template-columns: repeat(3, 1fr); }
  .goals-grid { grid-template-columns: 1fr 1fr; }
  .goals-grid .goal-card.ultimate { grid-column: 1 / -1; }
  .bottom-inner { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1.5fr repeat(2, 1fr) auto; }
  .footer-col:nth-child(3) { display: none; }
  .traits-grid { grid-template-columns: repeat(3, 1fr); }
  .perks-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); border-bottom: 1px solid var(--border-light); box-shadow: 0 12px 32px oklch(20% 0.02 260 / 0.1); padding: 8px 20px 20px; }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 14px 4px; border-bottom: 1px solid var(--border-light); }
  .nav-links li:last-child a { border-bottom: none; }
  .nav-links a.nav-cta { margin-top: 12px; justify-content: center; }
  .nav-toggle { display: flex; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding: 120px 20px 60px; }
  .hero h1 { font-size: 2.2rem; }
  .value-props { grid-template-columns: 1fr; gap: 32px; padding: 48px 20px; }
  .problems { padding: 80px 20px; }
  .problems-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .solution { padding: 80px 20px; }
  .solution-inner { grid-template-columns: 1fr; }
  .stats { padding: 60px 20px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .deployments { padding: 80px 20px; }
  .deploy-cards { grid-template-columns: 1fr; }
  .tech-stack { padding: 80px 20px; }
  .tech-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .products { padding: 80px 20px; }
  .products-grid { grid-template-columns: 1fr; }
  .timeline { padding: 80px 20px; }
  .timeline-phases { grid-template-columns: 1fr 1fr; }
  .goals { padding: 80px 20px; }
  .goals-grid { grid-template-columns: 1fr; }
  .careers { padding: 80px 20px; }
  .traits-grid { grid-template-columns: 1fr 1fr; }
  .perks-grid { grid-template-columns: 1fr 1fr; }
  .positions-table td { display: block; padding: 6px 0; }
  .positions-table td:first-child { padding-top: 18px; }
  .positions-table td:last-child { padding-bottom: 18px; text-align: left; }
  .careers-cta-banner { flex-direction: column; text-align: center; padding: 40px 24px; }
  .contact { padding: 80px 20px; }
  .contact-form { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .bottom-section { padding: 60px 20px; }
  .modal-specs { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 1.8rem; }
  .stat-number { font-size: 1.8rem; }
  .timeline-phases { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .problems-grid { grid-template-columns: 1fr; }
  .traits-grid { grid-template-columns: 1fr; }
  .perks-grid { grid-template-columns: 1fr; }
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-stagger > * { opacity: 0; transform: translateY(16px); transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out); }
.reveal-stagger.visible > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.visible > *:nth-child(1) { transition-delay: 0ms; }
.reveal-stagger.visible > *:nth-child(2) { transition-delay: 60ms; }
.reveal-stagger.visible > *:nth-child(3) { transition-delay: 120ms; }
.reveal-stagger.visible > *:nth-child(4) { transition-delay: 180ms; }
.reveal-stagger.visible > *:nth-child(5) { transition-delay: 240ms; }
.reveal-stagger.visible > *:nth-child(6) { transition-delay: 300ms; }
