:root {
  color-scheme: light;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.topbar-inner {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.topbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(248, 250, 252, 0.9);
  color: rgba(15, 23, 42, 0.78);
  display: grid;
  place-items: center;
}

.icon-btn:hover {
  background: rgba(248, 250, 252, 1);
  color: rgba(15, 23, 42, 0.92);
}

.menu-btn {
  display: grid;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 40;
}

.mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  backdrop-filter: blur(6px);
}

.mobile-menu-panel {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  left: 0.75rem;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.22);
  padding: 0.85rem;
}

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.mobile-menu-title {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.mobile-menu-nav {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.25rem;
}

.mobile-menu-nav a {
  padding: 0.7rem 0.6rem;
  border-radius: 14px;
  color: rgba(15, 23, 42, 0.78);
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.mobile-menu-nav a:hover {
  background: rgba(15, 23, 42, 0.05);
  color: rgba(15, 23, 42, 0.92);
}

.chip-mobile {
  width: 100%;
  justify-content: center;
  margin-top: 0.75rem;
}

body[data-menu-open="true"] {
  overflow: hidden;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 140px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(15, 23, 42, 0.12));
}

.brand-name {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.nav {
  display: none;
  align-items: center;
  gap: 1.25rem;
  color: var(--text-muted);
  font-size: 0.98rem;
}

.nav a {
  padding: 0.4rem 0.2rem;
}

.nav a:hover {
  color: var(--text);
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.9);
  font-size: 0.92rem;
  color: var(--text-muted);
  white-space: nowrap;
}

.chip-desktop {
  display: none;
}

.chip:hover {
  color: var(--text);
  background: rgba(248, 250, 252, 1);
}

@media (min-width: 860px) {
  .nav {
    display: flex;
  }

  .chip-desktop {
    display: inline-flex;
  }

  .menu-btn {
    display: none;
  }

  .mobile-menu {
    display: none;
  }
}

.hero {
  padding: clamp(2.75rem, 7vw, 5rem) 0 clamp(2rem, 6vw, 4.5rem);
  background:
    radial-gradient(900px 400px at 10% 5%, rgba(37, 99, 235, 0.08), transparent 60%),
    radial-gradient(600px 320px at 90% 0%, rgba(34, 197, 94, 0.10), transparent 65%),
    var(--bg);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 5vw, 3rem);
  align-items: start;
}

@media (min-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

.hero-copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 750;
  font-size: clamp(2.75rem, 5.2vw, 4.25rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
  color: var(--text);
  max-width: 18ch;
}

.hero-centered .hero-copy {
  text-align: center;
  display: grid;
  justify-items: center;
}

.hero-centered .hero-copy h1 {
  max-width: 20ch;
}

.hero-copy h1.hero-title-split {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.28em;
}

.hero-title-part {
  white-space: nowrap;
}

.hero-title-plus {
  opacity: 0.7;
}

.hero-centered .hero-subtitle {
  margin-left: auto;
  margin-right: auto;
}

.hero-centered .hero-cta {
  justify-content: center;
}

.hero-centered .social-proof {
  justify-content: center;
  grid-template-columns: auto;
  justify-items: center;
  text-align: center;
}

.hero-centered .avatars {
  justify-content: center;
}

.highlight {
  display: inline-block;
  padding: 0.08em 0.18em;
  border-radius: 14px;
  background: rgba(34, 197, 94, 0.18);
  box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.24);
}

.highlight-yellow {
  background: rgba(250, 204, 21, 0.32);
  box-shadow: none;
  border-radius: 0;
}

.hero-subtitle {
  margin: 1rem 0 0;
  padding-bottom: 0.25rem;
  max-width: 62ch;
  color: var(--text-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.55;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.05rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-weight: 650;
  letter-spacing: -0.01em;
}

.btn-primary {
  border-color: rgba(15, 118, 110, 0.22);
  background: linear-gradient(135deg, #16a34a, #0f766e);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.btn-primary:hover {
  filter: brightness(1.02);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.95);
}

.btn-small {
  padding: 0.5rem 0.75rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.flow-card .btn-small {
  align-self: start;
  justify-self: start;
}

.social-proof {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.5rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.avatars {
  display: flex;
  align-items: center;
}

.avatar {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.25), rgba(34, 197, 94, 0.25));
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.10);
}

.avatar + .avatar {
  margin-left: -10px;
}

.proof-text strong {
  color: var(--text);
}

.workflow-hero {
  display: grid;
  justify-items: center;
  margin-top: clamp(1.5rem, 3.6vw, 2.25rem);
}

.flow {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  align-items: stretch;
}

@media (min-width: 860px) {
  .flow {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: clamp(0.85rem, 2.2vw, 1.25rem);
  }
}

.flow-pretty .flow-card {
  width: 100%;
  min-height: 216px;
  border-radius: 26px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.10);
  overflow: hidden;
}

.flow-card-inner-pretty {
  height: 100%;
  padding: 0.9rem 0.95rem 0.95rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0.65rem;
}

.flow-card-chat {
  background:
    radial-gradient(420px 220px at 20% 15%, rgba(34, 197, 94, 0.14), transparent 55%),
    radial-gradient(420px 220px at 85% 20%, rgba(37, 99, 235, 0.12), transparent 55%),
    rgba(255, 255, 255, 0.85);
}

.flow-card-edit {
  background:
    radial-gradient(420px 220px at 50% 0%, rgba(37, 99, 235, 0.12), transparent 60%),
    rgba(255, 255, 255, 0.85);
}

.flow-card-pdf {
  background:
    radial-gradient(420px 220px at 50% 0%, rgba(34, 197, 94, 0.14), transparent 60%),
    rgba(255, 255, 255, 0.85);
}

.flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.flow-title {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 1.25rem;
  color: var(--text);
}

.flow-logos {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.logo {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  padding: 6px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.75);
  color: rgba(15, 23, 42, 0.85);
}

.logo svg {
  width: 100%;
  height: 100%;
  display: block;
}

.logo-chatgpt {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.22), rgba(15, 118, 110, 0.18));
}

.logo-gemini {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.22), rgba(99, 102, 241, 0.16));
}

.logo-claude {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.18), rgba(239, 68, 68, 0.12));
}

.flow-pill {
  padding: 0.36rem 0.6rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  color: rgba(15, 23, 42, 0.78);
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.10);
  white-space: nowrap;
}

.flow-pill-accent {
  color: rgba(15, 118, 110, 0.95);
  background: rgba(34, 197, 94, 0.14);
  border-color: rgba(34, 197, 94, 0.20);
}

.flow-bubbles-pretty {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.25rem 0.25rem 0.6rem;
}

.chat-body {
  height: 100%;
  display: grid;
  align-content: start;
  gap: 0.9rem;
}

.chat-placeholder {
  width: 100%;
  height: 100%;
  min-height: 118px;
  display: grid;
  align-content: start;
  gap: 0.6rem;
  padding: 0.35rem 0.25rem 0;
}

.chat-msg {
  width: min(86%, 280px);
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
  padding: 0.52rem 0.6rem;
  display: grid;
  gap: 0.45rem;
}

.chat-msg-ai {
  justify-self: start;
  background: rgba(255, 255, 255, 0.7);
}

.chat-msg-user {
  justify-self: end;
  background: rgba(34, 197, 94, 0.10);
  border-color: rgba(34, 197, 94, 0.20);
}

.chat-line {
  height: 9px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.10);
}

.chat-msg-user .chat-line {
  background: rgba(15, 23, 42, 0.12);
}

.chat-line-short {
  width: 62%;
}

.chat-line-mid {
  width: 78%;
}

.chat-logos {
  padding-top: 0;
  padding-bottom: 0;
}

.bubble-pretty {
  width: clamp(44px, 5.5vw, 62px);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  border: 1.5px solid rgba(15, 23, 42, 0.20);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 10px;
}

.bubble-pretty img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.flow-list {
  margin: 0;
  padding-left: 1.05rem;
  color: rgba(15, 23, 42, 0.68);
  display: grid;
  gap: 0.45rem;
  line-height: 1.35;
}

.flow-list li::marker {
  color: rgba(37, 99, 235, 0.7);
}

.flow-pdf {
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
}

.pdf-sheet {
  width: 80%;
  max-width: 240px;
  height: 78%;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.10);
}

.pdf-lines {
  position: absolute;
  width: 64%;
  max-width: 190px;
  display: grid;
  gap: 10px;
}

.pdf-lines span {
  height: 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.10);
}

.pdf-lines span:nth-child(2) {
  width: 92%;
}
.pdf-lines span:nth-child(3) {
  width: 78%;
}
.pdf-lines span:nth-child(4) {
  width: 88%;
}

.flow-foot {
  color: rgba(15, 23, 42, 0.55);
  font-weight: 650;
  font-size: 0.92rem;
}

.flow-foot-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.flow-foot-link {
  color: rgba(15, 23, 42, 0.62);
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  padding: 0.22rem 0.5rem;
  font-weight: 750;
  font-size: 0.86rem;
}

.flow-foot-link:hover {
  color: rgba(15, 23, 42, 0.78);
  background: rgba(15, 23, 42, 0.06);
}

.flow-arrow-pretty {
  display: grid;
  width: 62px;
  height: 34px;
  position: relative;
  align-self: center;
  color: rgba(15, 23, 42, 0.38);
  place-items: center;
  width: 100%;
}

.flow-arrow-icon {
  width: 34px;
  height: 34px;
  display: block;
}

.flow-arrow-icon-right {
  display: none;
}

.flow-arrow-icon-down {
  display: block;
}

@media (min-width: 860px) {
  .flow-arrow-pretty {
    width: 62px;
  }

  .flow-arrow-icon-right {
    display: block;
  }

  .flow-arrow-icon-down {
    display: none;
  }
}

.simple-section {
  padding: clamp(2.75rem, 6vw, 4rem) 0;
}

.simple-section-muted {
  background: var(--surface-muted);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

#faq.simple-section-muted {
  background: var(--bg);
}

.quick-compare-section {
  padding: clamp(3rem, 7vw, 5rem) 0;
  background: #ffffff;
  border-top: 1px solid var(--border);
}

.quick-compare-inner {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.4rem);
}

.quick-compare-head {
  display: grid;
  justify-items: center;
  gap: 0.65rem;
  text-align: center;
}

.quick-compare-head h2 {
  margin: 0;
  max-width: 18ch;
  font-family: var(--font-display);
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  color: var(--text);
}

.quick-compare-head p {
  margin: 0;
  max-width: 72ch;
  color: var(--text-muted);
}

.quick-compare-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.85rem, 2.4vw, 1.25rem);
  align-items: start;
}

.quick-compare-card {
  border-radius: 24px;
  padding: clamp(1rem, 3vw, 1.35rem);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.08);
}

.quick-compare-card-others {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 241, 242, 0.92)),
    rgba(255, 241, 242, 0.9);
  border-color: rgba(244, 63, 94, 0.18);
}

.quick-compare-card-ours {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(240, 253, 244, 0.94)),
    rgba(240, 253, 244, 0.9);
  border-color: rgba(34, 197, 94, 0.22);
}

.quick-compare-card-head {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.9rem;
}

.quick-compare-kicker {
  width: fit-content;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.quick-compare-card-others .quick-compare-kicker {
  color: rgba(190, 18, 60, 0.95);
  background: rgba(244, 63, 94, 0.12);
  border: 1px solid rgba(244, 63, 94, 0.16);
}

.quick-compare-card-ours .quick-compare-kicker {
  color: rgba(15, 118, 110, 0.98);
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.20);
}

.quick-compare-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: rgba(15, 23, 42, 0.92);
}

.quick-compare-table-wrap {
  overflow: visible;
}

.quick-compare-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 0.55rem;
  font-size: 0.96rem;
  line-height: 1.38;
}

.quick-compare-table th,
.quick-compare-table td {
  padding: 0.78rem 0.85rem;
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.quick-compare-table th {
  width: 62%;
  text-align: left;
  font-weight: 650;
  color: rgba(15, 23, 42, 0.78);
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px 0 0 14px;
}

.quick-compare-table td {
  text-align: right;
  font-weight: 800;
  color: rgba(15, 23, 42, 0.78);
  border-right: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0 14px 14px 0;
  overflow-wrap: anywhere;
}

.quick-compare-card-others .quick-compare-table td {
  color: rgba(190, 18, 60, 0.88);
}

.quick-compare-card-ours .quick-compare-table td {
  color: rgba(15, 118, 110, 0.96);
}

@media (min-width: 860px) {
  .quick-compare-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }
}

@media (max-width: 520px) {
  .quick-compare-card {
    border-radius: 20px;
  }

  .quick-compare-table {
    display: block;
    font-size: 0.92rem;
  }

  .quick-compare-table tbody {
    display: block;
  }

  .quick-compare-table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.6rem;
  }

  .quick-compare-table tr:last-child {
    margin-bottom: 0;
  }

  .quick-compare-table th,
  .quick-compare-table td {
    display: block;
    width: 100%;
    text-align: left;
  }

  .quick-compare-table th {
    border-right: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px 14px 0 0;
    padding-bottom: 0.35rem;
  }

  .quick-compare-table td {
    border-left: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0 0 14px 14px;
    padding-top: 0.35rem;
  }
}

.comparison-section {
  position: relative;
  padding: clamp(2.75rem, 6vw, 4.25rem) 0;
  background:
    radial-gradient(900px 420px at 15% 10%, rgba(34, 197, 94, 0.10), transparent 60%),
    radial-gradient(720px 420px at 85% 0%, rgba(37, 99, 235, 0.10), transparent 60%),
    var(--surface-muted);
}

.tools-section {
  padding: clamp(3.5rem, 8vw, 6rem) 0;
  background: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.tools-inner {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3rem);
}

.tools-head {
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 0.65rem;
}

.tools-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 650;
  letter-spacing: -0.02em;
  font-size: clamp(1.7rem, 2.6vw, 2.1rem);
  color: var(--text);
}

.tools-subtitle {
  margin: 0;
  max-width: 70ch;
  color: rgba(15, 23, 42, 0.62);
}

.tools-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 820px) {
  .tools-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.tools-card {
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
  padding: 1.65rem 1.6rem;
  display: grid;
  align-content: start;
  gap: 0.65rem;
}

.tools-card:hover {
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.09);
}

.tools-icon {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 0.35rem;
}

.tools-icon-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.tools-icon-blue {
  background: rgba(37, 99, 235, 0.10);
  color: rgba(37, 99, 235, 0.92);
}

.tools-icon-purple {
  background: rgba(99, 102, 241, 0.12);
  color: rgba(99, 102, 241, 0.92);
}

.tools-icon-green {
  background: rgba(34, 197, 94, 0.12);
  color: rgba(22, 163, 74, 0.92);
}

.tools-icon-amber {
  background: rgba(245, 158, 11, 0.14);
  color: rgba(217, 119, 6, 0.92);
}

.tools-icon-rose {
  background: rgba(244, 63, 94, 0.12);
  color: rgba(244, 63, 94, 0.92);
}

.tools-icon-sky {
  background: rgba(14, 165, 233, 0.12);
  color: rgba(2, 132, 199, 0.92);
}

.tools-icon-emerald {
  background: rgba(16, 185, 129, 0.12);
  color: rgba(5, 150, 105, 0.92);
}

.tools-icon-violet {
  background: rgba(139, 92, 246, 0.12);
  color: rgba(124, 58, 237, 0.92);
}

.tools-icon-lime {
  background: rgba(132, 204, 22, 0.14);
  color: rgba(101, 163, 13, 0.92);
}

.tools-icon-indigo {
  background: rgba(79, 70, 229, 0.12);
  color: rgba(67, 56, 202, 0.92);
}

.tools-card-title {
  margin: 0.1rem 0 0;
  font-weight: 650;
  letter-spacing: -0.01em;
  font-size: 1.12rem;
  color: rgba(15, 23, 42, 0.92);
}

.tools-card-copy {
  margin: 0;
  color: rgba(15, 23, 42, 0.60);
}

.demo-video-section {
  padding: clamp(2.75rem, 6vw, 4.75rem) 0;
  background:
    radial-gradient(900px 420px at 20% 0%, rgba(37, 99, 235, 0.10), transparent 60%),
    radial-gradient(720px 420px at 85% 10%, rgba(34, 197, 94, 0.10), transparent 60%),
    var(--surface-muted);
  border-bottom: 1px solid var(--border);
}

.demo-video-inner {
  display: grid;
  gap: clamp(1.25rem, 3.5vw, 2.25rem);
}

.demo-video-head {
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 0.55rem;
}

.demo-video-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 750;
  letter-spacing: -0.02em;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  color: var(--text);
}

.demo-video-subtitle {
  margin: 0;
  max-width: 65ch;
  color: var(--text-muted);
}

.demo-video-frame {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  border-radius: 28px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
  border: 2px solid rgba(255, 255, 255, 0.70);
  box-shadow:
    0 26px 80px rgba(15, 23, 42, 0.14),
    inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.demo-video-aspect {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.06);
}

.demo-video-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.comparison-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.14), transparent);
}

.comparison-inner {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.comparison-head {
  display: grid;
  gap: 0.55rem;
  text-align: center;
  justify-items: center;
}

.comparison-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 750;
  letter-spacing: -0.02em;
}

.comparison-subtitle {
  margin: 0;
  max-width: 70ch;
  color: var(--text-muted);
}

.comparison-table-wrap {
  margin-top: 1.25rem;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 640px;
}

.comparison-table th,
.comparison-table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  vertical-align: middle;
}

.comparison-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgba(248, 250, 252, 0.92);
  backdrop-filter: blur(10px);
  font-weight: 750;
  color: rgba(15, 23, 42, 0.82);
}

.comparison-table thead th:first-child {
  border-top-left-radius: 20px;
}

.comparison-table thead th:last-child {
  border-top-right-radius: 20px;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-table tbody tr:hover th,
.comparison-table tbody tr:hover td {
  background: rgba(15, 23, 42, 0.02);
}

.comparison-table th[scope="row"] {
  font-weight: 650;
  color: rgba(15, 23, 42, 0.86);
}

.comparison-col {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.comparison-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.75);
}

.comparison-badge-ours {
  color: rgba(15, 118, 110, 0.96);
  border-color: rgba(34, 197, 94, 0.22);
  background: rgba(34, 197, 94, 0.14);
}

.comparison-badge-others {
  color: rgba(37, 99, 235, 0.92);
  border-color: rgba(37, 99, 235, 0.22);
  background: rgba(37, 99, 235, 0.12);
}

.comparison-table td {
  text-align: center;
  font-weight: 750;
  color: rgba(15, 23, 42, 0.72);
}

.comparison-table .cell-yes {
  color: rgba(15, 118, 110, 0.98);
}

.comparison-table .cell-no {
  color: rgba(148, 163, 184, 1);
  font-weight: 700;
}

.comparison-table .cell-maybe {
  color: rgba(100, 116, 139, 0.95);
  font-weight: 750;
}

.simple-inner h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 750;
  letter-spacing: -0.02em;
}

.steps {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--text-muted);
}

.faq {
  margin-top: 1rem;
  display: grid;
  gap: 0.65rem;
}

details {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.75rem 0.85rem;
}

summary {
  cursor: pointer;
  font-weight: 650;
}

details p {
  margin: 0.6rem 0 0;
  color: var(--text-muted);
}

.footer {
  padding: 1.25rem 0 2.25rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}
