:root {
  color-scheme: dark;
  --bg-dark: #070d14;
  --ink: #070d14;
  --ink-2: #0f1b2a;
  --ink-3: #1e2d3d;
  --muted: #94a3b8;
  --line: rgba(70, 231, 196, 0.2);
  --paper: #070d14;
  --white: rgba(15, 27, 42, 0.85);
  --mint: #46e7c4;
  --mint-dark: #46e7c4;
  --mint-soft: rgba(70, 231, 196, 0.15);
  --edition: #46e7c4;
  --edition-soft: rgba(70, 231, 196, 0.15);
  --warning: #f3a537;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.6);
  --shadow-soft: 0 8px 28px rgba(0, 0, 0, 0.4);
  --max: 1280px;
  --text-main: #f1f5f9;
  --card-bg: rgba(15, 27, 42, 0.85);
  --card-border: rgba(70, 231, 196, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg-dark);
  color: var(--text-main);
  font-family: 'Segoe UI', Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
}

button, input, select { font: inherit; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.wrap {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

/* Smart Header Top Bar */
.smart-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(7, 13, 20, 0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(70, 231, 196, 0.25);
  padding: 12px 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 850;
  letter-spacing: -.035em;
  color: #fff;
}
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--mint);
  display: grid;
  place-items: center;
  color: #02110f;
  font-weight: 900;
  font-size: 16px;
  box-shadow: 0 0 15px rgba(70, 231, 196, 0.4);
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy small {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 3px;
  font-weight: 750;
}

.site-header {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.site-links {
  display: flex;
  gap: 22px;
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 700;
}
.site-links a:hover { color: var(--mint); }
.header-actions { display: flex; align-items: center; gap: 10px; }

/* Buttons */
.button {
  min-height: 44px;
  border: 1px solid var(--card-border);
  border-radius: 12px;
  background: var(--card-bg);
  color: var(--text-main);
  padding: 11px 20px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  backdrop-filter: blur(12px);
  transition: all 0.2s ease;
}
.button:hover {
  border-color: var(--mint);
  color: var(--mint);
  transform: translateY(-2px);
}
.button.primary {
  background: var(--mint);
  border-color: var(--mint);
  color: #02110f;
  box-shadow: 0 9px 25px rgba(70, 231, 196, 0.3);
}
.button.primary:hover {
  opacity: 0.9;
  color: #02110f;
}
.button.edition {
  background: rgba(70, 231, 196, 0.15);
  border-color: var(--mint);
  color: var(--mint);
}
.button.ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.button.small {
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 9px;
  font-size: 12px;
}

/* Top Strip */
.industry-strip {
  background: #04080e;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: #dae5e9;
  font-size: 12px;
}
.industry-strip .wrap {
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.industry-strip a { color: var(--mint); font-weight: 800; }
.industry-strip span { color: var(--muted); }

/* Hero Sections */
.hero, .directory-hero {
  padding: 68px 0 88px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 20%, rgba(70, 231, 196, 0.15), transparent 70%), var(--bg-dark);
  border-bottom: 1px solid var(--card-border);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.01fr .99fr;
  align-items: center;
  gap: 60px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 16px;
  background: rgba(70, 231, 196, 0.12);
  border: 1px solid var(--mint);
  color: var(--mint);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
}

h1 {
  font-size: clamp(44px, 5.5vw, 68px);
  letter-spacing: -.04em;
  line-height: 1.05;
  margin: 22px 0 23px;
  max-width: 760px;
  background: linear-gradient(135deg, #ffffff, var(--mint));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-copy > p, .directory-hero p {
  font-size: 20px;
  color: var(--muted);
  max-width: 650px;
  margin: 0 0 29px;
}

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.promise-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 13px;
  margin-top: 18px;
}
.promise-row span::before {
  content: "✓";
  color: var(--mint);
  font-weight: 900;
  margin-right: 6px;
}

.suited {
  margin-top: 27px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.suited > small {
  font-size: 11px;
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-right: 3px;
}
.suited span {
  font-size: 12px;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--text-main);
}

/* Directory Proof Cards */
.directory-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.directory-proof > div {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 20px;
  backdrop-filter: blur(16px);
}
.directory-proof b { display: block; color: var(--mint); font-size: 15px; margin-bottom: 6px; }
.directory-proof span { color: var(--muted); font-size: 13px; }

/* Sections & Dark Cards */
.section { padding: 88px 0; background: var(--bg-dark); }
.section.white { background: var(--bg-dark); border-bottom: 1px solid rgba(255,255,255,0.05); }
.section.dark { background: #04080e; border-bottom: 1px solid rgba(255,255,255,0.05); }

.section-head { max-width: 760px; margin: 0 auto 45px; text-align: center; }
.section-head.left { text-align: left; margin-left: 0; }
.kicker { color: var(--mint); font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }

h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.03em;
  margin: 11px 0 16px;
  color: #fff;
}
.section-head p { font-size: 18px; color: var(--muted); margin: 0; }

/* Edition Cards & Search Bar */
.directory-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 36px;
}
.directory-search {
  width: 320px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid var(--card-border);
  background: rgba(4, 13, 15, 0.9);
  color: #fff;
  font-size: 14px;
  outline: none;
}
.directory-search:focus { border-color: var(--mint); }
.directory-count { font-size: 12px; color: var(--muted); margin-top: 6px; }

.edition-group { margin-bottom: 48px; }
.edition-group h2 { font-size: 24px; border-left: 4px solid var(--mint); padding-left: 14px; margin-bottom: 24px; }
.edition-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.edition-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.edition-card:hover {
  transform: translateY(-4px);
  border-color: var(--mint);
  box-shadow: 0 15px 40px rgba(70, 231, 196, 0.15);
}
.edition-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.edition-card-top .arrow { color: var(--mint); font-size: 18px; font-weight: bold; }
.edition-card h3 { font-size: 20px; margin: 0 0 8px; color: #fff; }
.edition-card p { font-size: 14px; color: var(--muted); margin: 0 0 16px; flex-grow: 1; }
.edition-card small { color: var(--mint); font-weight: 700; font-size: 13px; }

/* Flow Cards */
.flow { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.flow-card {
  border: 1px solid var(--card-border);
  border-radius: 18px;
  background: var(--card-bg);
  padding: 20px;
  backdrop-filter: blur(16px);
}
.flow-card small { font-size: 11px; color: var(--mint); font-weight: 900; letter-spacing: .1em; }
.flow-card h3 { font-size: 18px; margin: 12px 0 8px; color: #fff; }
.flow-card p { font-size: 13px; color: var(--muted); margin: 0; }

/* Module Cards */
.module-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; }
.module-card {
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(16px);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.module-card:hover { transform: translateY(-3px); border-color: var(--mint); }
.module-number {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(70, 231, 196, 0.12);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
  color: var(--mint);
}
.module-card h3 { font-size: 20px; margin: 16px 0 8px; color: #fff; }
.module-card p { color: var(--muted); margin: 0; font-size: 14px; }

/* One Platform List */
.one-platform { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.one-platform ul { list-style: none; padding: 0; margin: 0; }
.one-platform li {
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}
.one-platform li::before { content: "✓"; color: var(--mint); font-weight: bold; }

/* Pricing Cards */
.prices { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }
.price-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  padding: 28px;
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
}
.price-card.recommended { border-color: var(--mint); box-shadow: 0 0 30px rgba(70, 231, 196, 0.2); }
.price-card h3 { font-size: 22px; margin: 0 0 8px; color: #fff; }
.price-card p { font-size: 13px; color: var(--muted); margin-bottom: 20px; }
.price-amount { font-size: 36px; font-weight: 800; color: #fff; margin-bottom: 20px; }
.price-amount small { font-size: 14px; color: var(--muted); font-weight: normal; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 24px; flex-grow: 1; }
.price-card li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 13px; color: var(--muted); }
.price-card li::before { content: "✓ "; color: var(--mint); font-weight: bold; }

/* Footer */
footer {
  background: #04080e;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 40px 0;
  margin-top: 60px;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-links { display: flex; gap: 20px; font-size: 14px; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--mint); }
