/* AI Guys — primary stylesheet (gold/dark, anti-corporate, service-company feel) */

:root {
  --gold: #E8B931;
  --gold-bright: #F2C31C;
  --gold-dim: #C49B1A;
  --gold-subtle: rgba(232, 185, 49, 0.08);
  --gold-glow: rgba(232, 185, 49, 0.18);
  --circuit: #4FC3F7;
  --circuit-dim: rgba(79, 195, 247, 0.18);
  --green: #34d399;
  --green-dim: rgba(52, 211, 153, 0.15);
  --red: #ef4444;
  --bg: #07090F;
  --bg-elev: #0A0E18;
  --bg-card: #10162A;
  --border: #1E2740;
  --border-bright: #2D3852;
  --text: #F4F4EE;
  --text-secondary: #C9CBD0;
  --text-muted: #8B8FA0;
  --text-dim: #5A5E70;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: 'Inter', -apple-system, sans-serif;
  font-weight: 400; line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-bright); }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.accent { color: var(--gold); }

/* Nav */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(8,8,10,0.7); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: all 0.25s; }
.nav.scrolled { background: rgba(12,12,15,0.92); border-bottom-color: var(--border); }
.nav-inner { max-width: 1180px; margin: 0 auto; padding: 14px 28px; display: flex; justify-content: space-between; align-items: center; }
/* Brand mantra strip */
.mantra {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 3px;
  color: var(--gold);
  text-transform: uppercase;
  margin: 18px 0 24px;
  text-align: center;
}
.mantra-inline {
  font-size: 11px;
  color: var(--gold-dim);
  margin: 22px 0 18px;
  padding: 14px 0;
}
.nav-link-active {
  color: var(--gold) !important;
  font-weight: 700 !important;
  position: relative;
}
.nav-link-active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}
@media (max-width: 600px) { .mantra { font-size: 11px; letter-spacing: 2px; } }

.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 3px 18px rgba(232,185,49,0.28), 0 0 0 1px rgba(232,185,49,0.22);
  transition: transform 0.3s, box-shadow 0.3s;
}
.brand:hover .brand-mark {
  transform: rotate(-6deg) scale(1.05);
  box-shadow: 0 5px 28px rgba(232,185,49,0.42), 0 0 0 1px rgba(232,185,49,0.4);
}
.brand-text { font-size: 20px !important; }
@media (max-width: 600px) {
  .brand-mark { width: 44px; height: 44px; }
  .brand-text { font-size: 17px !important; }
}
.brand-text { font-family: 'JetBrains Mono', monospace; font-weight: 800; font-size: 18px; letter-spacing: 1px; color: var(--text); }
.brand-dot { color: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--text-secondary); font-size: 14px; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--bg) !important; padding: 9px 16px; border-radius: 8px; font-weight: 700 !important; }
.nav-cta:hover { background: var(--gold-bright); }
.nav-link-muted { color: var(--text-muted) !important; font-size: 13px !important; }
.nav-toggle { display: none; background: none; border: none; flex-direction: column; gap: 4px; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--text); display: block; }

/* Hero */
.hero { position: relative; padding: 80px 28px 70px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 20%, rgba(232,185,49,0.10), transparent 50%), radial-gradient(circle at 80% 80%, rgba(96,165,250,0.04), transparent 50%); z-index: 0; }
.hero-inner { position: relative; z-index: 1; max-width: 1100px; margin: 0 auto; text-align: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); background: var(--gold-subtle); border: 1px solid var(--gold-glow); padding: 6px 14px; border-radius: 999px; margin-bottom: 28px; }
.hero-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero-title { font-size: clamp(40px, 7vw, 84px); font-weight: 800; line-height: 1.05; letter-spacing: -1.5px; margin: 0 0 24px; }
.hero-sub { max-width: 760px; margin: 0 auto 36px; font-size: 18px; line-height: 1.65; color: var(--text-secondary); }
.hero-ctas { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-trust { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--text-muted); letter-spacing: 0.3px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border-radius: 10px; font-size: 14px; font-weight: 700; letter-spacing: 0.3px; cursor: pointer; border: 1px solid transparent; transition: all 0.2s; text-decoration: none; }
.btn-primary { background: var(--gold); color: var(--bg); }
.btn-primary:hover { background: var(--gold-bright); transform: translateY(-1px); color: var(--bg); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--border-bright); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-block { width: 100%; padding: 16px 24px; font-size: 15px; }

/* Section heads */
.section-head { text-align: center; margin-bottom: 50px; }
.section-tag { display: inline-block; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.section-head h2 { font-size: clamp(32px, 5vw, 52px); font-weight: 800; line-height: 1.1; letter-spacing: -1px; margin: 0 0 14px; }
.section-sub { max-width: 640px; margin: 0 auto; font-size: 16px; color: var(--text-secondary); }

/* How (4 steps) */
.how { padding: 90px 0; background: var(--bg-elev); }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.step { background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; padding: 32px 22px 24px; position: relative; transition: all 0.25s; }
.step:hover { border-color: var(--gold-glow); transform: translateY(-2px); }
.step-num { position: absolute; top: -14px; left: 22px; width: 36px; height: 36px; background: var(--gold); color: var(--bg); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: 'JetBrains Mono', monospace; font-weight: 800; font-size: 16px; }
.step h3 { margin: 12px 0 10px; font-size: 17px; font-weight: 700; }
.step p { color: var(--text-secondary); margin: 0 0 16px; line-height: 1.6; font-size: 13.5px; }
.step-meta { display: inline-block; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.2px; font-weight: 700; padding: 4px 9px; border-radius: 4px; background: var(--gold-subtle); color: var(--gold); border: 1px solid var(--gold-glow); }
.how-note { margin: 32px auto 0; max-width: 760px; text-align: center; color: var(--text-secondary); font-size: 14px; line-height: 1.7; }

/* Examples */
.examples { padding: 90px 0; }
.examples-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.example-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px 22px; transition: all 0.25s; }
.example-card:hover { border-color: var(--gold-glow); }
.example-card.custom { border-style: dashed; border-color: var(--gold); }
.example-icon { font-size: 28px; margin-bottom: 10px; }
.example-card h3 { margin: 0 0 8px; font-size: 17px; font-weight: 700; }
.example-card p { color: var(--text-secondary); font-size: 14px; line-height: 1.55; margin: 0 0 12px; }
.example-fit { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; color: var(--text-muted); letter-spacing: 0.5px; display: block; }

/* Pricing */
.pricing { padding: 100px 0; background: var(--bg-elev); }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; max-width: 1100px; margin: 0 auto; }
.pricing-grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .pricing-grid-3 { grid-template-columns: 1fr; max-width: 480px; } }

/* Free Visit emphasized card (full-width, hero-style) */
.free-visit-card {
  background: linear-gradient(135deg, rgba(232,185,49,0.06), rgba(232,185,49,0.02) 60%, transparent);
  border: 1px solid rgba(232,185,49,0.28);
  border-radius: 20px;
  padding: 36px 40px;
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  gap: 32px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 48px;
  box-shadow: 0 8px 40px rgba(232,185,49,0.06);
}
.free-visit-left { display: flex; flex-direction: column; gap: 4px; }
.free-visit-list { margin: 0; flex: 1; }
.free-visit-card .btn { white-space: nowrap; }
@media (max-width: 820px) {
  .free-visit-card { grid-template-columns: 1fr; gap: 22px; padding: 28px 24px; }
  .free-visit-card .btn { width: 100%; }
}

.pricing-sub-h { text-align: center; margin: 16px 0 6px; font-size: 22px; }
.pricing-sub-text { text-align: center; color: var(--text-muted); margin: 0 auto 32px; max-width: 640px; font-size: 14.5px; }

.pricing-enterprise {
  text-align: center;
  margin: 26px auto 0;
  font-size: 13.5px;
  color: var(--text-secondary);
  max-width: 700px;
}
.pricing-enterprise a { color: var(--gold); }

/* Iteration Package card */
.iteration-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px 36px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 36px;
  align-items: center;
  max-width: 1100px;
  margin: 56px auto 0;
}
.iteration-left h3 { font-size: 22px; margin: 6px 0 10px; }
.iteration-left p { color: var(--text-secondary); margin: 0; font-size: 14.5px; line-height: 1.6; }
.iteration-right { text-align: right; }
.iteration-amount { font-size: 40px; font-weight: 800; color: var(--gold); line-height: 1; letter-spacing: -1px; }
.iteration-period { font-size: 13px; color: var(--text-muted); margin: 6px 0 14px; }
.iteration-fine { font-size: 12px; color: var(--text-muted); margin: 0 0 16px; line-height: 1.5; }
.iteration-card .btn { display: inline-block; }
@media (max-width: 720px) {
  .iteration-card { grid-template-columns: 1fr; padding: 26px 22px; gap: 20px; }
  .iteration-right { text-align: left; }
}

/* Friendly polish: rounder, softer cards across the board */
.pricing-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 18px; padding: 32px 26px 28px; display: flex; flex-direction: column; transition: all 0.25s; }
.pricing-card:hover { border-color: var(--gold-glow); }
.pricing-card.featured { border-color: var(--gold); background: linear-gradient(180deg, rgba(232,185,49,0.05), var(--bg-card) 30%); position: relative; }
.pricing-card.featured::before { content: 'MOST POPULAR'; position: absolute; top: -10px; left: 24px; font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: 1.2px; font-weight: 800; background: var(--gold); color: var(--bg); padding: 3px 9px; border-radius: 4px; }
.pricing-label { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 1.5px; color: var(--text-muted); margin-bottom: 8px; }
.pricing-amount { font-size: 32px; font-weight: 800; color: var(--gold); line-height: 1.1; letter-spacing: -1px; }
.pricing-amount.free { color: var(--green); font-size: 36px; }
.pricing-amount .month { font-size: 14px; opacity: 0.7; font-weight: 500; margin-left: 2px; }
.pricing-period { font-size: 12px; color: var(--text-muted); margin-top: 4px; margin-bottom: 18px; }
.pricing-list { list-style: none; padding: 0; margin: 0 0 22px; flex: 1; }
.pricing-list li { font-size: 13.5px; color: var(--text-secondary); padding: 6px 0 6px 22px; position: relative; line-height: 1.45; border-bottom: 1px solid rgba(31,31,37,0.5); }
.pricing-list li:last-child { border-bottom: none; }
.pricing-list li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.pricing-fine { text-align: center; margin: 32px auto 0; max-width: 700px; font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* CTA + form */
.cta { padding: 90px 0; }
.cta-card { background: var(--bg-card); border: 1px solid var(--gold-glow); border-radius: 18px; padding: 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; position: relative; overflow: hidden; }
.cta-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 0% 0%, var(--gold-glow), transparent 50%); pointer-events: none; }
.cta-left { position: relative; z-index: 1; }
.cta-left h2 { font-size: 38px; font-weight: 800; line-height: 1.1; margin: 8px 0 18px; letter-spacing: -1px; }
.cta-left p { color: var(--text-secondary); font-size: 15px; line-height: 1.6; margin: 0 0 22px; }
.cta-trust-grid { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; margin-bottom: 22px; }
.trust-item { font-size: 13px; color: var(--text-secondary); }
.cta-direct { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--text-muted); letter-spacing: 0.3px; }
.cta-direct a { color: var(--gold); }

.contact-form { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 14px; }
.form-title { font-size: 18px; font-weight: 700; margin: 0 0 6px; }
.form-row { width: 100%; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-row label { display: block; }
.form-row span { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--text-muted); display: block; margin-bottom: 5px; }
.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 11px 14px; background: var(--bg); border: 1px solid var(--border-bright); border-radius: 8px; color: var(--text); font-family: 'Inter', sans-serif; font-size: 14px; transition: border-color 0.15s; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--gold); }
.form-row textarea { resize: vertical; min-height: 80px; }
.form-note { font-size: 11px; color: var(--text-muted); text-align: center; margin: 4px 0 0; }

/* FAQ */
.faq { padding: 90px 0; background: var(--bg-elev); }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
.faq-item summary { cursor: pointer; font-size: 16px; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; color: var(--text); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--gold); font-size: 22px; font-weight: 400; transition: transform 0.2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin: 14px 0 0; color: var(--text-secondary); font-size: 14.5px; line-height: 1.65; }

/* Footer */
.footer { padding: 40px 0 28px; border-top: 1px solid var(--border); }
.footer-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; margin-bottom: 20px; }
.footer-brand { font-family: 'JetBrains Mono', monospace; font-weight: 800; font-size: 16px; letter-spacing: 1px; color: var(--text); }
.footer-links { display: flex; gap: 22px; list-style: none; padding: 0; margin: 0; flex-wrap: wrap; }
.footer-links a { color: var(--text-muted); font-size: 13px; }
.footer-links a:hover { color: var(--gold); }
.footer-fine { text-align: center; font-size: 11px; color: var(--text-dim); letter-spacing: 0.5px; border-top: 1px solid var(--border); padding-top: 18px; }

/* Apply page additions */
.apply-hero { padding: 60px 28px 30px; text-align: center; }
.apply-content { padding: 30px 0 80px; }
.job-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; padding: 32px 36px; max-width: 900px; margin: 0 auto 30px; }
.job-card h3 { color: var(--gold); margin: 24px 0 10px; font-size: 18px; }
.job-card ul { color: var(--text-secondary); line-height: 1.7; padding-left: 22px; }
.job-card li { margin-bottom: 8px; }
.apply-form-wrap { max-width: 700px; margin: 0 auto; background: var(--bg-card); border: 1px solid var(--gold-glow); border-radius: 14px; padding: 36px; }
.apply-form-wrap h2 { margin: 0 0 18px; font-size: 26px; font-weight: 800; letter-spacing: -0.5px; }

/* Responsive */
@media (max-width: 900px) {
  .cta-card { grid-template-columns: 1fr; padding: 32px; gap: 32px; }
  .cta-left h2 { font-size: 28px; }
}
@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--bg-elev); flex-direction: column; gap: 0; padding: 16px 28px; border-bottom: 1px solid var(--border); }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; padding: 8px 0; }
  .hero { padding: 50px 28px 60px; }
  .how, .examples, .pricing, .cta, .faq { padding: 60px 0; }
  .cta-trust-grid { grid-template-columns: 1fr; }
  .hero-trust { gap: 12px; }
  .form-row-2 { grid-template-columns: 1fr; }
}

/* ---------- New CTA section (single-column, big button — modal handles form) ---------- */
.cta-simple {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 48px 36px 44px;
}
.cta-simple .section-tag { display: inline-block; }
.cta-simple h2 { margin: 12px 0 10px; font-size: 32px; line-height: 1.15; }
.cta-simple p { color: var(--text-secondary); margin: 0 0 22px; }
.cta-simple .cta-trust-grid { display: grid; grid-template-columns: repeat(2, max-content); gap: 8px 24px; justify-content: center; margin: 0 auto 28px; text-align: left; }
.cta-simple .cta-trust-grid .trust-item { font-size: 13px; color: var(--text-secondary); }
.cta-simple .cta-direct { margin-top: 18px; font-size: 13px; color: var(--text-muted); }
.cta-simple .cta-direct a { color: var(--gold); }

.btn-large { padding: 14px 28px; font-size: 16px; }

/* ---------- Booking modal (native <dialog>) ---------- */
.book-dialog {
  border: 1px solid var(--border);
  background: var(--bg-card);
  color: var(--text);
  padding: 0;
  border-radius: 14px;
  max-width: 620px;
  width: 92vw;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(232,185,49,0.08);
}
.book-dialog::backdrop {
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(6px);
}
.book-dialog[open] {
  animation: bookFadeIn 0.18s ease-out;
}
@keyframes bookFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.book-dialog-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px 16px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(232,185,49,0.04), transparent);
}
.book-dialog-head h3 {
  margin: 4px 0 0;
  font-size: 19px;
  letter-spacing: -0.3px;
}
.book-dialog-h3 { color: var(--text); }
.book-dialog-close {
  background: transparent;
  border: 0;
  color: var(--text-muted);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 2px 8px;
  border-radius: 6px;
  transition: all 0.15s;
  flex-shrink: 0;
}
.book-dialog-close:hover { color: var(--gold); background: rgba(232,185,49,0.08); }
.book-dialog-body {
  padding: 22px 24px 26px;
  overflow-y: auto;
  max-height: calc(90vh - 76px);
}
.contact-form-modal { max-width: none; }
.contact-form-modal .form-title { display: none; }
.contact-form-modal label > span { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 1.2px; color: var(--text-muted); text-transform: uppercase; }

@media (max-width: 600px) {
  .cta-simple { padding: 36px 22px 32px; }
  .cta-simple h2 { font-size: 26px; }
  .cta-simple .cta-trust-grid { grid-template-columns: 1fr; }
  .book-dialog { width: 96vw; max-height: 92vh; border-radius: 12px; }
  .book-dialog-body { padding: 18px 18px 22px; max-height: calc(92vh - 70px); }
}
