:root {
  --midnight: #0b1f3a;
  --navy: #0f2a4a;
  --amber: #c9923a;
  --amber-light: #e8b85a;
  --cream: #f5f0e8;
  --cream-dark: #ece6d9;
  --charcoal: #1e2d42;
  --text-light: #f0ede6;
  --text-mid: #a8a298;
  --text-body: #d8d2c6;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--midnight);
  color: var(--text-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Typography */
.section-eyebrow {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 1rem;
}

.section-headline {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 600;
  color: var(--text-light);
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.section-body {
  font-size: 1.05rem;
  color: var(--text-mid);
  max-width: 580px;
  line-height: 1.75;
}

/* Nav */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(11, 31, 58, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav-inner {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}

.nav-brand {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-light);
  letter-spacing: 0.02em;
}

.nav-tagline {
  font-size: 0.8rem;
  color: var(--text-mid);
  font-weight: 300;
}

/* Hero */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 8rem 3rem 4rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 55%;
  background: linear-gradient(135deg, rgba(201,146,58,0.08) 0%, transparent 60%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(201,146,58,0.05) 0%, transparent 65%);
  pointer-events: none;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 1.5rem;
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7vw, 6rem);
  font-weight: 700;
  color: var(--text-light);
  line-height: 1.05;
  margin-bottom: 1.5rem;
}

.hero-lede {
  font-size: 1.15rem;
  color: var(--text-mid);
  max-width: 440px;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.hero-stat {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--amber-light);
  background: rgba(201,146,58,0.12);
  padding: 0.4rem 0.9rem;
  border-radius: 2rem;
  border: 1px solid rgba(201,146,58,0.25);
}

.hero-divider {
  color: var(--text-mid);
  opacity: 0.4;
}

/* Laptop mockup */
.hero-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.laptop-mockup {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.laptop-screen {
  background: #060f1e;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px 12px 0 0;
  padding: 6px;
  position: relative;
}

.screen-content {
  background: linear-gradient(145deg, #0d2a45, #0a1f38);
  border-radius: 8px 8px 0 0;
  padding: 20px 16px;
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

.screen-line {
  height: 10px;
  background: rgba(201,146,58,0.2);
  border-radius: 2px;
  margin-bottom: 10px;
}

.screen-line-1 { width: 65%; }
.screen-line-2 { width: 80%; }
.screen-line-3 { width: 50%; }
.screen-line-4 { width: 70%; }
.screen-line-5 { width: 40%; }

.screen-blur-overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 55%;
  background: rgba(11,31,58,0.85);
  backdrop-filter: blur(4px);
  border-left: 1px solid rgba(201,146,58,0.2);
}

.laptop-base {
  height: 10px;
  background: linear-gradient(to bottom, #1e3a5f, #152d4a);
  border-radius: 0 0 6px 6px;
  position: relative;
}

.laptop-base::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: #0f2a4a;
  border-radius: 0 0 4px 4px;
}

.privacy-badge {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(201,146,58,0.1);
  border: 1px solid rgba(201,146,58,0.3);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
}

.privacy-icon {
  width: 10px;
  height: 10px;
  background: var(--amber);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--amber);
}

.privacy-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--amber-light);
}

/* Trust */
.trust {
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 3rem 3rem;
}

.trust-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.trust-label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-mid);
  margin-bottom: 1rem;
}

.trust-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.trust-sector {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-light);
  opacity: 0.6;
}

.trust-dot {
  color: var(--amber);
  opacity: 0.5;
}

.trust-warranty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.warranty-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.warranty-icon {
  color: var(--amber);
  font-size: 0.9rem;
}

.warranty-text {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-light);
}

/* How it works */
.howitworks {
  padding: 6rem 3rem;
  background: var(--midnight);
}

.howitworks-inner {
  max-width: 800px;
  margin: 0 auto;
}

.angle-diagram {
  display: flex;
  gap: 0.5rem;
  margin-top: 3rem;
  align-items: stretch;
}

.angle-zone {
  flex: 1;
  padding: 2rem;
  text-align: center;
  border-radius: 4px;
}

.angle-zone-safe {
  background: rgba(201,146,58,0.1);
  border: 1px solid rgba(201,146,58,0.3);
}

.angle-zone-block {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}

.angle-zone span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-display);
  color: var(--amber);
  margin-bottom: 0.5rem;
}

.angle-zone-block span { color: var(--text-mid); }

.angle-zone p {
  font-size: 0.85rem;
  color: var(--text-mid);
}

/* Features */
.features {
  background: var(--cream);
  padding: 6rem 3rem;
}

.features-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.feature-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 2rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--cream-dark);
}

.feature-row:last-child { border-bottom: none; }

.feature-row-right {
  direction: rtl;
}

.feature-row-right > * {
  direction: ltr;
}

.feature-icon-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0.25rem;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--midnight);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.feature-icon::before {
  content: '';
  width: 20px;
  height: 20px;
  background: var(--amber);
  border-radius: 2px;
  transform: rotate(45deg);
}

.feature-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--midnight);
  margin-bottom: 0.75rem;
}

.feature-body {
  font-size: 0.95rem;
  color: #5a5248;
  line-height: 1.7;
}

/* Manifesto */
.manifesto {
  background: var(--charcoal);
  padding: 6rem 3rem;
}

.manifesto-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.manifesto-quote {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-style: italic;
  font-weight: 400;
  color: var(--text-light);
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.manifesto-attr {
  font-size: 0.85rem;
  color: var(--amber);
  letter-spacing: 0.1em;
}

/* Closing */
.closing {
  background: var(--midnight);
  padding: 7rem 3rem;
  text-align: center;
}

.closing-inner {
  max-width: 700px;
  margin: 0 auto;
}

.closing-headline {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 700;
  color: var(--text-light);
  line-height: 1.05;
  margin-bottom: 1.5rem;
}

.closing-body {
  font-size: 1.1rem;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 3rem;
}

.closing-pillars {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.pillar-number {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--amber);
}

.pillar-label {
  font-size: 0.8rem;
  color: var(--text-mid);
  letter-spacing: 0.06em;
}

.closing-tagline {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  color: var(--amber);
}

/* Footer */
.footer {
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 2.5rem 3rem;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.footer-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-light);
}

.footer-sub {
  font-size: 0.8rem;
  color: var(--text-mid);
}

.footer-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--text-mid);
}

/* Responsive */
@media (max-width: 768px) {
  .nav { padding: 1rem 1.5rem; }
  .hero { padding: 7rem 1.5rem 3rem; }
  .hero-inner { grid-template-columns: 1fr; gap: 2rem; }
  .hero-visual { display: none; }
  .hero-headline { font-size: 3rem; }
  .trust { padding: 2rem 1.5rem; }
  .howitworks { padding: 4rem 1.5rem; }
  .features { padding: 4rem 1.5rem; }
  .feature-row { grid-template-columns: 1fr; gap: 1rem; }
  .feature-row-right { direction: ltr; }
  .manifesto { padding: 4rem 1.5rem; }
  .closing { padding: 5rem 1.5rem; }
  .closing-pillars { gap: 1.5rem; }
  .footer { padding: 2rem 1.5rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .trust-warranty { gap: 1.5rem; }
  .angle-diagram { flex-direction: column; }
}