/* ── BEYRIC GLOBAL STYLES ── */
/* Fonts loaded in index.html via Google Fonts */

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

:root {
  --white: #ffffff;
  --off: #f7f6f3;
  --ink: #1a1a18;
  --muted: #6b6b66;
  --accent: #185FA5;
  --accent-light: #E6F1FB;
  --border: rgba(0,0,0,0.09);
  --radius: 14px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ── */
nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 6%; height: 66px;
  border-bottom: 0.5px solid var(--border);
  background: rgba(255,255,255,0.94);
  position: sticky; top: 0; z-index: 200;
  backdrop-filter: blur(10px);
}
.logo {
  font-family: 'Fraunces', serif; font-size: 22px;
  font-weight: 300; letter-spacing: -0.5px; color: var(--ink);
  text-decoration: none;
}
.logo span { color: var(--accent); }
.nav-links { display: flex; gap: 34px; list-style: none; }
.nav-links a {
  font-size: 14px; color: var(--muted); text-decoration: none;
  letter-spacing: 0.01em; transition: color 0.2s;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a.active { color: var(--ink); font-weight: 500; }
.nav-cta {
  background: var(--ink); color: var(--white);
  border: none; padding: 9px 22px; border-radius: 8px;
  font-size: 13px; font-family: 'DM Sans', sans-serif;
  cursor: pointer; letter-spacing: 0.02em; transition: opacity 0.2s;
  text-decoration: none; display: inline-block;
}
.nav-cta:hover { opacity: 0.8; }

/* ── BUTTONS ── */
.btn-primary {
  background: var(--ink); color: var(--white);
  border: none; padding: 14px 28px; border-radius: 9px;
  font-size: 14px; font-family: 'DM Sans', sans-serif;
  cursor: pointer; letter-spacing: 0.02em; transition: opacity 0.2s;
  text-decoration: none; display: inline-block;
}
.btn-primary:hover { opacity: 0.8; }
.btn-ghost {
  background: transparent; color: var(--muted);
  border: 0.5px solid var(--border); padding: 14px 22px; border-radius: 9px;
  font-size: 14px; font-family: 'DM Sans', sans-serif; cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  text-decoration: none; display: inline-block;
}
.btn-ghost:hover { border-color: rgba(0,0,0,0.28); color: var(--ink); }
.btn-white {
  background: var(--white); color: var(--ink); border: none;
  padding: 15px 30px; border-radius: 9px; font-size: 14px;
  font-family: 'DM Sans', sans-serif; cursor: pointer; font-weight: 500;
  white-space: nowrap; transition: opacity 0.2s;
  text-decoration: none; display: inline-block;
}
.btn-white:hover { opacity: 0.9; }

/* ── HERO ── */
.hero-wrap { background: var(--white); }
.hero {
  padding: 100px 6% 88px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 68px; align-items: center;
  max-width: 1240px; margin: 0 auto;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--accent-light); color: var(--accent);
  font-size: 12px; font-weight: 500; padding: 5px 13px;
  border-radius: 20px; margin-bottom: 24px; letter-spacing: 0.04em;
}
.hero-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
h1 {
  font-family: 'Fraunces', serif; font-size: 54px; font-weight: 300;
  line-height: 1.08; letter-spacing: -1.8px; color: var(--ink); margin-bottom: 24px;
}
h1 em { font-style: italic; color: var(--accent); }
.hero-sub {
  font-size: 17px; color: var(--muted); line-height: 1.7;
  margin-bottom: 38px; max-width: 440px;
}
.hero-actions { display: flex; gap: 12px; align-items: center; }

/* ── HERO VISUAL ── */
.hero-visual {
  background: var(--off); border-radius: 20px; padding: 26px;
  border: 0.5px solid var(--border); display: flex;
  flex-direction: column; gap: 11px;
}
.agent-card {
  background: var(--white); border-radius: 12px;
  padding: 14px 16px; border: 0.5px solid var(--border);
}
.agent-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.agent-avatar {
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 500; flex-shrink: 0;
}
.av-blue  { background: var(--accent-light); color: var(--accent); }
.av-green { background: #EAF3DE; color: #3B6D11; }
.av-amber { background: #FAEEDA; color: #854F0B; }
.av-coral { background: #FAECE7; color: #993C1D; }
.av-purple{ background: #EEEDFE; color: #534AB7; }
.agent-name { font-size: 13px; font-weight: 500; color: var(--ink); }
.agent-role { font-size: 11px; color: var(--muted); margin-top: 1px; }
.agent-status {
  margin-left: auto; display: flex; align-items: center;
  gap: 5px; font-size: 11px; color: #3B6D11;
}
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #639922; }
.agent-task {
  font-size: 12px; color: var(--muted); background: var(--off);
  border-radius: 7px; padding: 9px 11px; line-height: 1.6;
  font-family: 'DM Mono', 'Courier New', monospace;
}
.collab-bar {
  background: var(--white); border-radius: 10px; padding: 12px 14px;
  border: 0.5px solid var(--border); display: flex; align-items: center; gap: 11px;
}
.collab-avatars { display: flex; }
.collab-av {
  width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--white);
  margin-left: -8px; font-size: 10px; font-weight: 500;
  display: flex; align-items: center; justify-content: center;
}
.collab-av:first-child { margin-left: 0; }
.collab-text { font-size: 12px; color: var(--muted); }
.collab-text strong { color: var(--ink); font-weight: 500; }

/* ── PILL STRIP ── */
.pill-strip {
  border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border);
  padding: 22px 6%; display: flex; align-items: center; gap: 32px;
  background: var(--off); flex-wrap: wrap;
}
.strip-label { font-size: 12px; color: var(--muted); letter-spacing: 0.09em; white-space: nowrap; }
.pills { display: flex; gap: 9px; flex-wrap: wrap; }
.pill {
  font-size: 12px; color: var(--ink); background: var(--white);
  border: 0.5px solid var(--border); padding: 5px 14px; border-radius: 20px;
}

/* ── SECTIONS ── */
.section { padding: 90px 6%; max-width: 1240px; margin: 0 auto; }
.section-label { font-size: 12px; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 14px; }
h2 {
  font-family: 'Fraunces', serif; font-size: 40px; font-weight: 300;
  letter-spacing: -1.1px; line-height: 1.13; color: var(--ink); margin-bottom: 14px;
}
.section-sub {
  font-size: 16px; color: var(--muted); max-width: 500px;
  line-height: 1.68; margin-bottom: 54px;
}

/* ── HOW IT WORKS ── */
.how-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: var(--border);
  border-radius: var(--radius); overflow: hidden;
}
.how-item { background: var(--white); padding: 34px 30px; }
.how-num {
  font-family: 'Fraunces', serif; font-size: 38px; font-weight: 300;
  color: var(--accent-light); margin-bottom: 16px; line-height: 1;
}
.how-title { font-size: 15px; font-weight: 500; color: var(--ink); margin-bottom: 9px; }
.how-desc { font-size: 13px; color: var(--muted); line-height: 1.68; }

/* ── AGENTS GRID ── */
.agents-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.agent-full-card {
  background: var(--off); border-radius: var(--radius);
  padding: 30px; border: 0.5px solid var(--border);
  display: flex; gap: 20px; align-items: flex-start;
  transition: border-color 0.2s;
}
.agent-full-card:hover { border-color: rgba(0,0,0,0.2); }
.agent-big-av {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 500;
}
.agent-card-name { font-size: 16px; font-weight: 500; color: var(--ink); margin-bottom: 3px; }
.agent-card-role { font-size: 12px; color: var(--accent); margin-bottom: 10px; letter-spacing: 0.03em; }
.agent-card-desc { font-size: 13px; color: var(--muted); line-height: 1.65; margin-bottom: 14px; }
.agent-tags { display: flex; gap: 7px; flex-wrap: wrap; }
.agent-tag {
  font-size: 11px; color: var(--muted); background: var(--white);
  border: 0.5px solid var(--border); padding: 3px 10px; border-radius: 20px;
}

/* ── FEATURES ── */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feat-card {
  background: var(--off); border-radius: var(--radius); padding: 28px;
  border: 0.5px solid var(--border); transition: border-color 0.2s;
}
.feat-card:hover { border-color: rgba(0,0,0,0.2); }
.feat-icon-wrap {
  width: 42px; height: 42px; border-radius: 10px; background: var(--white);
  border: 0.5px solid var(--border); display: flex; align-items: center;
  justify-content: center; font-size: 18px; margin-bottom: 16px;
}
.feat-title { font-size: 15px; font-weight: 500; color: var(--ink); margin-bottom: 8px; }
.feat-desc { font-size: 13px; color: var(--muted); line-height: 1.65; }

/* ── QUOTE ── */
.quote-section {
  background: var(--off);
  border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border);
  padding: 76px 6%;
}
.quote-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.quote-mark {
  font-family: 'Fraunces', serif; font-size: 72px; font-weight: 300;
  color: var(--accent-light); line-height: 0.5; display: block; margin-bottom: 22px;
}
blockquote {
  font-family: 'Fraunces', serif; font-size: 28px; font-weight: 300;
  font-style: italic; color: var(--ink); line-height: 1.45;
  letter-spacing: -0.4px; margin-bottom: 26px;
}
.quote-attr { font-size: 13px; color: var(--muted); }

/* ── CTA ── */
.cta-section { padding: 90px 6%; max-width: 1240px; margin: 0 auto; }
.cta-box {
  background: var(--ink); border-radius: 22px; padding: 68px 60px;
  display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center;
}
.cta-box h2 { color: var(--white); font-size: 38px; margin-bottom: 12px; }
.cta-box p { color: rgba(255,255,255,0.5); font-size: 16px; line-height: 1.65; max-width: 480px; }
.cta-actions { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.cta-note { font-size: 12px; color: rgba(255,255,255,0.3); }

/* ── CONTACT ── */
.contact-section { padding: 90px 6%; max-width: 1240px; margin: 0 auto; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.contact-detail { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 28px; }
.contact-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--accent-light); display: flex; align-items: center;
  justify-content: center; font-size: 16px; flex-shrink: 0;
}
.contact-detail-label { font-size: 12px; color: var(--muted); margin-bottom: 3px; letter-spacing: 0.04em; }
.contact-detail-value { font-size: 14px; color: var(--ink); font-weight: 500; }
.contact-note {
  background: var(--off); border-radius: var(--radius);
  padding: 20px 22px; border: 0.5px solid var(--border); margin-top: 36px;
}
.contact-note-title { font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: 6px; }
.contact-note-text { font-size: 13px; color: var(--muted); line-height: 1.65; }

/* ── FORM ── */
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 12px; color: var(--muted); letter-spacing: 0.04em; }
.field input, .field select, .field textarea {
  font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--ink);
  background: var(--white); border: 0.5px solid rgba(0,0,0,0.18);
  border-radius: 9px; padding: 11px 14px; outline: none;
  transition: border-color 0.2s; width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); }
.field input::placeholder, .field textarea::placeholder { color: #b0afa8; }
.field textarea { resize: vertical; min-height: 110px; line-height: 1.6; }
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b6b66' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  padding-right: 36px; cursor: pointer;
}
.form-submit {
  background: var(--ink); color: var(--white); border: none;
  padding: 14px 28px; border-radius: 9px; font-size: 14px;
  font-family: 'DM Sans', sans-serif; cursor: pointer;
  letter-spacing: 0.02em; transition: opacity 0.2s;
  align-self: flex-start; margin-top: 4px;
}
.form-submit:hover { opacity: 0.8; }
.form-submit.loading { opacity: 0.6; cursor: not-allowed; }
.form-success {
  display: none; background: #EAF3DE; border: 0.5px solid #C0DD97;
  border-radius: 10px; padding: 16px 20px;
  font-size: 14px; color: #3B6D11; line-height: 1.6;
}
.form-error {
  display: none; background: #FCEBEB; border: 0.5px solid #F7C1C1;
  border-radius: 10px; padding: 16px 20px;
  font-size: 14px; color: #A32D2D; line-height: 1.6; margin-bottom: 8px;
}

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  padding: 72px 6% 64px; border-bottom: 0.5px solid var(--border);
  background: var(--off);
}
.page-hero-inner { max-width: 1240px; margin: 0 auto; }
.page-hero h1 { font-size: 44px; margin-bottom: 16px; }
.page-hero p { font-size: 17px; color: var(--muted); max-width: 560px; line-height: 1.65; }

/* ── FOOTER ── */
footer {
  border-top: 0.5px solid var(--border); padding: 38px 6%;
  display: flex; align-items: center; justify-content: space-between;
}
.footer-logo {
  font-family: 'Fraunces', serif; font-size: 18px;
  font-weight: 300; color: var(--ink); text-decoration: none;
}
.footer-logo span { color: var(--accent); }
.footer-links { display: flex; gap: 26px; }
.footer-links a { font-size: 13px; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--ink); }
.footer-copy { font-size: 12px; color: #b0afa8; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 40px; padding: 64px 6% 56px; }
  h1 { font-size: 40px; }
  .how-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .agents-grid { grid-template-columns: 1fr; }
  .cta-box { grid-template-columns: 1fr; padding: 48px 36px; }
  .cta-actions { align-items: flex-start; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  footer { flex-direction: column; gap: 20px; text-align: center; }
  .nav-links { display: none; }
}
@media (max-width: 600px) {
  .features-grid { grid-template-columns: 1fr; }
  h1 { font-size: 34px; }
  h2 { font-size: 30px; }
  blockquote { font-size: 22px; }
  .form-row { grid-template-columns: 1fr; }
  .page-hero h1 { font-size: 34px; }
}
