:root {
  --ink: #10141f;
  --muted: #5f6878;
  --line: #e4e7ee;
  --soft: #f7f8fb;
  --pistachio: #d8f3dc;
  --pistachio-2: #e9f8df;
  --honey: #f6c453;
  --honey-soft: #fff8df;
  --blue: #2563eb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
p { margin: 0; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
}
.brand { font-size: 25px; font-weight: 950; }
nav { display: flex; gap: 18px; font-weight: 850; color: #303949; }
nav a:hover { color: var(--blue); }

.hero {
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  align-items: center;
  gap: 46px;
  padding: 70px 0 86px;
}
.hero-copy { max-width: 780px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 16px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #536071;
  font-size: 13px;
  font-weight: 900;
}
h1, h2, h3 { margin: 0; line-height: 1.03; letter-spacing: 0; }
h1 { font-size: clamp(54px, 9vw, 112px); }
h2 { font-size: clamp(34px, 5vw, 68px); }
h3 { font-size: 24px; }
.lead {
  max-width: 740px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(20px, 2.1vw, 26px);
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.primary, .secondary, .honey-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 950;
}
.primary { background: var(--ink); color: #fff; }
.secondary { border: 1px solid var(--line); background: #fff; }
.disclaimer {
  margin-top: 20px;
  color: #6b7280;
  font-size: 15px;
}
.safety-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 28px 90px rgba(16,20,31,.08);
}
.safety-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.safety-card ul { margin: 0; padding-left: 20px; color: #303949; font-size: 18px; }
.safety-card li { margin: 10px 0; }

section { padding: 86px 0; }
.language-strip { padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.language-strip div { width: min(1180px, calc(100% - 32px)); margin: 0 auto; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.language-strip a { min-height: 34px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; color: #303949; font-size: 14px; font-weight: 850; }
.language-strip a.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.section-head {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto 34px;
  text-align: center;
}
.section-head p:not(.eyebrow) {
  max-width: 820px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 19px;
}
.official, .alternatives, .faq { background: var(--soft); }
.official-box {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 18px 60px rgba(16,20,31,.06);
}
.official-box strong { display: block; font-size: 24px; }
.official-box span { display: block; margin-top: 6px; color: var(--muted); overflow-wrap: anywhere; }

.warning-inner {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  border-left: 6px solid var(--honey);
  background: var(--honey-soft);
  border-radius: 8px;
  padding: 34px;
}
.warning-inner p:not(.eyebrow) { margin-top: 18px; color: #4b5563; font-size: 20px; }

.tool-grid, .link-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.tool-grid a, .link-grid a {
  min-height: 180px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 16px 50px rgba(16,20,31,.04);
}
.tool-grid strong { display: block; font-size: 26px; }
.tool-grid span {
  display: block;
  margin-top: 6px;
  color: var(--blue);
  font-weight: 850;
  overflow-wrap: anywhere;
}
.tool-grid p { margin-top: 14px; color: var(--muted); }
.tool-grid .highlight { background: #f1fff1; border-color: #b7e6be; }

.compare-live {
  background: var(--pistachio);
}
.live-card {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 450px;
  gap: 34px;
  align-items: center;
  border: 1px solid rgba(16,20,31,.12);
  border-radius: 8px;
  background: var(--pistachio-2);
  padding: 36px;
  box-shadow: 0 28px 90px rgba(16,20,31,.10);
}
.live-card p:not(.eyebrow) { margin-top: 18px; color: #263425; font-size: 20px; }
.honey { background: var(--honey-soft); border-color: #e4bf5a; color: #4c3b09; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(16,20,31,.12);
  padding: 6px 12px;
  color: #263425;
  font-size: 14px;
  font-weight: 900;
}
.honey-button {
  margin-top: 26px;
  background: var(--honey);
  color: var(--ink);
  box-shadow: inset 0 -2px 0 rgba(16,20,31,.18);
}
.honey-button:hover { background: #ffd56b; }
.live-board { display: grid; gap: 12px; }
.live-board div {
  border: 1px solid rgba(16,20,31,.14);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 16px 40px rgba(16,20,31,.08);
}
.live-board span {
  display: block;
  color: #58704f;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.live-board strong { display: block; margin-top: 6px; font-size: 24px; line-height: 1.08; }
.live-board p { margin-top: 10px; color: #59636f; }
.live-board .dark { background: var(--ink); color: #fff; }
.live-board .dark span { color: var(--honey); }
.live-board .dark p { color: #d9dfd7; }

.ai-collaboration, .document-section { background: #fff; }
.workflow-grid, .document-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.workflow-grid article, .document-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 16px 50px rgba(16,20,31,.04);
}
.workflow-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.workflow-grid p, .document-grid p {
  margin-top: 12px;
  color: var(--muted);
}

.image-section {
  background: var(--soft);
}
.image-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 34px;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 34px;
  box-shadow: 0 18px 60px rgba(16,20,31,.06);
}
.image-inner p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 20px;
}
.image-board {
  display: grid;
  gap: 12px;
}
.image-board div {
  border: 1px solid rgba(16,20,31,.12);
  border-radius: 8px;
  background: var(--honey-soft);
  padding: 18px;
}
.image-board strong {
  display: block;
  font-size: 22px;
}
.image-board span {
  display: block;
  margin-top: 8px;
  color: #4b5563;
}

.center-action {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 0;
  display: flex;
  justify-content: center;
}

.link-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.link-grid a {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-weight: 900;
  text-align: center;
}

.faq-list {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 10px;
}
details { border: 1px solid var(--line); border-radius: 8px; background: #fff; }
summary { cursor: pointer; padding: 18px 20px; font-size: 18px; font-weight: 900; }
details p { padding: 0 20px 20px; color: var(--muted); font-size: 17px; }

.footer {
  padding: 34px 18px;
  border-top: 1px solid var(--line);
  color: #6b7280;
  text-align: center;
  font-size: 14px;
}
.footer p { max-width: 980px; margin: 0 auto; }

@media (max-width: 980px) {
  .topbar { position: static; flex-direction: column; justify-content: center; padding: 18px 0; }
  nav { flex-wrap: wrap; justify-content: center; font-size: 14px; }
  .hero, .live-card { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { text-align: center; margin: 0 auto; }
  .actions { justify-content: center; }
  .tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workflow-grid, .document-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .image-inner { grid-template-columns: 1fr; }
  .link-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  h1 { font-size: 48px; }
  h2 { font-size: 34px; }
  section { padding: 62px 0; }
  .primary, .secondary, .honey-button { width: 100%; }
  .official-box { flex-direction: column; align-items: stretch; }
  .tool-grid, .link-grid { grid-template-columns: 1fr; }
  .workflow-grid, .document-grid { grid-template-columns: 1fr; }
  .live-card { padding: 22px; }
  .image-inner { padding: 22px; }
}

/* Mobile navbar */
.mobile-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line, #e5e7eb);
  border-radius: 8px;
  background: var(--panel, var(--paper, #fff));
  color: var(--ink, #111827);
  cursor: pointer;
}
.mobile-nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.mobile-nav-open .mobile-nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-nav-open .mobile-nav-toggle span:nth-child(2) { opacity: 0; }
.mobile-nav-open .mobile-nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 780px) {
  .topbar {
    position: sticky;
    top: 0;
    min-height: 66px;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px;
    padding: 10px 0;
  }
  .topbar .brand {
    min-width: 0;
    overflow: hidden;
  }
  .topbar .brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .topbar nav {
    display: none !important;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 50;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line, #e5e7eb);
    border-radius: 8px;
    background: var(--panel, var(--paper, #fff));
    box-shadow: 0 22px 60px rgba(15, 23, 42, .16);
  }
  .topbar.mobile-nav-open nav { display: flex !important; }
  .topbar nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    padding: 10px 12px;
    white-space: normal;
  }
  .topbar nav a:hover { background: rgba(15, 23, 42, .06); }
  .topbar .mobile-nav-toggle,
  .nav-inner .mobile-nav-toggle { display: inline-flex; }
  .nav-inner { position: relative; }
  .nav-inner .links { display: none; }
  .nav.mobile-nav-open .links {
    display: flex;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 50;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line, #e5e7eb);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .16);
  }
  .nav.mobile-nav-open .links a {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 10px 12px;
  }
  .nav.mobile-nav-open .links a:hover { background: rgba(15, 23, 42, .06); }
}

