:root {
  --ink: #17202f;
  --muted: #5b6574;
  --subtle: #eef2f6;
  --surface: #ffffff;
  --surface-2: #f7f9fb;
  --line: #d9e1ea;
  --teal: #17b8a6;
  --blue: #2359d8;
  --coral: #f07b62;
  --gold: #c99a2e;
  --shadow: 0 24px 80px rgba(21, 32, 47, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 6vw;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 225, 234, 0.75);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 750;
  font-size: 1.1rem;
  letter-spacing: 0;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--ink);
  color: #ffffff;
  font-weight: 800;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-weight: 650;
}

.site-nav a {
  transition: color 0.2s ease;
}

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

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 72px 6vw 76px;
  background: #eef4f8;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 96px;
  background: linear-gradient(180deg, rgba(238, 244, 248, 0), #ffffff);
}

.hero-scene {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.92), rgba(255,255,255,0.55) 48%, rgba(255,255,255,0.14)),
    repeating-linear-gradient(90deg, rgba(23, 32, 47, 0.04) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(23, 32, 47, 0.035) 0 1px, transparent 1px 96px);
}

.workspace-panel {
  position: absolute;
  border: 1px solid rgba(217, 225, 234, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.panel-left {
  width: 330px;
  height: 330px;
  right: 58vw;
  top: 18%;
  transform: rotate(-3deg);
  opacity: 0.45;
}

.panel-main {
  width: 500px;
  height: 430px;
  right: 4vw;
  top: 16%;
  opacity: 0.92;
}

.panel-bar {
  height: 44px;
  border-bottom: 1px solid var(--line);
  background: #f9fbfc;
  border-radius: 8px 8px 0 0;
}

.line,
.result-line {
  height: 14px;
  margin: 28px 28px 0;
  border-radius: 999px;
  background: var(--line);
}

.line.long {
  width: 78%;
}

.line.medium {
  width: 58%;
}

.line.short {
  width: 42%;
}

.prompt-row {
  display: flex;
  gap: 12px;
  margin: 38px 28px 0;
}

.prompt-row span {
  width: 54px;
  height: 54px;
  border-radius: 8px;
}

.prompt-row span:nth-child(1) {
  background: rgba(35, 89, 216, 0.18);
}

.prompt-row span:nth-child(2) {
  background: rgba(23, 184, 166, 0.2);
}

.prompt-row span:nth-child(3) {
  background: rgba(240, 123, 98, 0.22);
}

.task-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 28px 28px 0;
}

.task-grid div {
  height: 76px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.task-grid div:nth-child(1) {
  border-top: 4px solid var(--blue);
}

.task-grid div:nth-child(2) {
  border-top: 4px solid var(--teal);
}

.task-grid div:nth-child(3) {
  border-top: 4px solid var(--coral);
}

.task-grid div:nth-child(4) {
  border-top: 4px solid var(--gold);
}

.result-block {
  height: 102px;
  margin: 22px 28px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbfd;
}

.result-line {
  width: 68%;
  margin-top: 20px;
}

.result-line.compact {
  width: 48%;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.eyebrow,
.section-kicker {
  color: var(--blue);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.8rem;
}

.hero h1,
.section h2,
.legal-hero h1 {
  margin: 0;
  font-size: clamp(2.5rem, 5.2vw, 4.9rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.2rem;
  margin: 26px 0 34px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 750;
  border: 1px solid transparent;
}

.button.primary {
  background: var(--ink);
  color: #ffffff;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--line);
}

.section {
  padding: 92px 6vw;
}

.intro {
  max-width: 980px;
}

.intro h2,
.section h2 {
  max-width: 840px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  margin: 10px 0 22px;
}

.intro p,
.section-heading p,
.about-section > p,
.contact-copy p {
  color: var(--muted);
  max-width: 760px;
  font-size: 1.05rem;
}

.product-section,
.pricing-section,
.faq-section {
  background: var(--surface-2);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.feature-grid,
.pricing-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.pricing-card,
.process-step,
.contact-panel,
.compliance-list > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 26px;
}

.feature-card h3,
.pricing-card h3,
.process-step h3,
.compliance-list h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.feature-card p,
.pricing-card p,
.process-step p,
.compliance-list p,
.faq-list p {
  color: var(--muted);
  margin: 0;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.process-step span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--blue);
  font-weight: 800;
  margin-bottom: 26px;
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-card.highlighted {
  border-color: rgba(23, 184, 166, 0.65);
  box-shadow: 0 20px 50px rgba(23, 184, 166, 0.14);
}

.price {
  color: var(--ink) !important;
  font-size: 2.4rem;
  font-weight: 850;
  margin: 6px 0 14px !important;
}

.price span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 650;
}

.compliance-section {
  background: #17202f;
  color: #ffffff;
}

.compliance-section .section-kicker {
  color: #7ee2d7;
}

.compliance-section p {
  color: #c7d0dc;
}

.compliance-list {
  display: grid;
  grid-template-columns: 0.9fr 0.9fr 1.2fr;
  gap: 18px;
  margin-top: 34px;
}

.compliance-list > div {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.company-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 34px 0 0;
}

.company-facts div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.company-facts dt {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.company-facts dd {
  margin: 8px 0 0;
  font-weight: 720;
}

.faq-list {
  max-width: 920px;
  margin-top: 28px;
}

details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  font-weight: 780;
  font-size: 1.05rem;
}

details p {
  padding-top: 12px;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 42px;
  align-items: start;
}

.contact-panel {
  background: #f8fbfd;
}

.contact-label {
  color: var(--muted);
  font-weight: 750;
  margin: 0 0 4px;
}

.contact-label:not(:first-child) {
  margin-top: 24px;
}

.contact-panel a {
  color: var(--blue);
  font-weight: 780;
  word-break: break-word;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: start;
  padding: 44px 6vw;
  background: var(--ink);
  color: #ffffff;
}

.site-footer p {
  color: #c7d0dc;
  margin: 10px 0 0;
}

.footer-brand .brand-mark {
  background: #ffffff;
  color: var(--ink);
}

.site-footer nav {
  display: flex;
  gap: 20px;
  color: #dce5ef;
  font-weight: 700;
}

.copyright {
  grid-column: 1 / -1;
  font-size: 0.92rem;
}

.legal-page {
  background: var(--surface-2);
}

.legal-hero {
  padding: 90px 6vw 44px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
}

.legal-hero p:last-child {
  color: var(--muted);
}

.legal-content {
  max-width: 900px;
  padding: 58px 6vw 96px;
}

.legal-content h2 {
  margin: 36px 0 10px;
  font-size: 1.35rem;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  color: var(--muted);
  margin: 0;
}

.legal-content a {
  color: var(--blue);
  font-weight: 750;
}

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 68px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .site-nav.open,
  .legal-nav {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .legal-nav {
    position: static;
    flex-direction: row;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  .hero {
    min-height: 760px;
    padding-top: 84px;
  }

  .panel-main {
    right: -170px;
    top: 28%;
    opacity: 0.45;
  }

  .panel-left {
    display: none;
  }

  .section-heading,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .pricing-grid,
  .process-grid,
  .company-facts,
  .compliance-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 0 20px;
  }

  .legal-nav {
    display: none;
  }

  .hero,
  .section,
  .legal-hero,
  .legal-content {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .hero h1 {
    font-size: 2.68rem;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .feature-grid,
  .pricing-grid,
  .process-grid,
  .company-facts,
  .compliance-list {
    grid-template-columns: 1fr;
  }

  .panel-main {
    right: -310px;
    top: 36%;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    flex-direction: column;
    gap: 10px;
  }
}
