:root {
  color-scheme: light;
  --bg: #ffffff;
  --bg-soft: #f5f7fb;
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: #ffffff;
  --text: #101522;
  --muted: #5d6677;
  --subtle: #7b8495;
  --border: #d8e0ee;
  --border-soft: #e9eef7;
  --accent: #1268f3;
  --accent-strong: #0a57d8;
  --accent-soft: #eaf2ff;
  --ready: #28a745;
  --warning: #b46900;
  --shadow: 0 18px 60px rgba(20, 44, 84, 0.12);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(145deg, rgba(18, 104, 243, 0.08), rgba(255, 255, 255, 0) 34rem),
    linear-gradient(180deg, #ffffff 0%, #ffffff 68%, #f7f9fd 100%);
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  color: var(--accent-strong);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--border-soft);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(100% - 40px, var(--max));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-weight: 700;
  letter-spacing: 0;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(18, 104, 243, 0.18);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.94rem;
}

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

.nav-links .button-small {
  color: #ffffff;
}

.button-small,
.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 8px;
  font-weight: 650;
  line-height: 1;
}

.button-small,
.button-primary {
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(18, 104, 243, 0.22);
}

.button-small {
  padding: 0 16px;
}

.button-primary {
  padding: 0 20px;
}

.button-secondary {
  padding: 0 18px;
  color: var(--text);
  border: 1px solid var(--border);
  background: var(--surface-strong);
}

.button-small:hover,
.button-primary:hover {
  color: #ffffff;
  background: var(--accent-strong);
}

.button-secondary:hover {
  color: var(--accent-strong);
  border-color: #b9c9e8;
}

main {
  overflow: hidden;
}

.section {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 56px;
  align-items: center;
  padding: 64px 0 48px;
}

.hero > *,
.split > *,
.privacy-inner > * {
  min-width: 0;
}

.hero h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(3.1rem, 7vw, 6.6rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero .lede {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.28rem, 2.2vw, 1.78rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.hero .body-copy {
  max-width: 590px;
  margin: 22px 0 0;
  color: var(--text);
  font-size: 1.06rem;
}

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

.proof-list {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.proof-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.proof-icon {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  color: var(--accent);
}

.proof-icon svg,
.workflow-icon svg,
.privacy-mark svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-item h2,
.workflow-step h2 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.25;
}

.proof-item p,
.workflow-step p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.platform-showcase {
  position: relative;
  min-height: 560px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 15%, rgba(18, 104, 243, 0.14), rgba(18, 104, 243, 0) 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(239, 246, 255, 0.9));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.platform-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(18, 104, 243, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 104, 243, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, black 20%, transparent 92%);
}

.screenshot-frame {
  position: absolute;
  display: block;
  border: 1px solid rgba(136, 159, 202, 0.54);
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(38, 69, 124, 0.18);
  overflow: hidden;
}

.screenshot-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mac-shot {
  left: 5%;
  right: 5%;
  top: 42px;
  aspect-ratio: 1936 / 1036;
  border-radius: 16px;
}

.ipad-shot {
  right: 7%;
  bottom: 38px;
  width: 31%;
  aspect-ratio: 600 / 800;
  border-radius: 16px;
}

.iphone-shot {
  left: 9%;
  bottom: 26px;
  width: 18%;
  aspect-ratio: 368 / 800;
  border-radius: 22px;
}

.platform-label {
  position: absolute;
  left: 34%;
  bottom: 64px;
  max-width: 28%;
  padding: 16px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(136, 159, 202, 0.44);
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(38, 69, 124, 0.12);
  backdrop-filter: blur(16px);
}

.platform-label h2 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}

.platform-label p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.workflow {
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  background: rgba(255, 255, 255, 0.72);
}

.workflow-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  padding: 34px 0;
}

.workflow-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.workflow-icon {
  color: var(--accent);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  padding: 72px 0;
}

.split h2,
.page-hero h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

.split p,
.page-hero p,
.content-card p,
.content-card li {
  color: var(--muted);
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-row {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.feature-row h3 {
  margin: 0 0 4px;
  font-size: 1rem;
}

.feature-row p {
  margin: 0;
}

.privacy-strip {
  background: var(--bg-soft);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

.privacy-inner {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px 0;
}

.privacy-mark {
  color: var(--accent);
}

.privacy-inner h2 {
  margin: 0 0 4px;
  font-size: 1.35rem;
}

.privacy-inner p {
  margin: 0;
  color: var(--muted);
}

.page-hero {
  padding: 66px 0 34px;
}

.page-hero p {
  max-width: 780px;
  margin: 18px 0 0;
  font-size: 1.22rem;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0 72px;
}

.content-card {
  max-width: 860px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface-strong);
  box-shadow: 0 10px 28px rgba(20, 44, 84, 0.06);
}

.content-card h2 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

.content-card h3 {
  margin: 22px 0 8px;
  font-size: 1.05rem;
}

.content-card p {
  margin: 0 0 12px;
}

.content-card ul {
  margin: 0;
  padding-left: 1.2rem;
}

.site-footer {
  border-top: 1px solid var(--border-soft);
  background: #ffffff;
}

.footer-inner {
  width: min(100% - 40px, var(--max));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--subtle);
  font-size: 0.92rem;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-links a {
  color: var(--text);
}

@media (max-width: 980px) {
  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 34px;
    padding-top: 46px;
  }

  .platform-showcase {
    min-height: 510px;
  }

  .iphone-shot {
    width: 20%;
  }

  .ipad-shot {
    width: 34%;
  }

  .platform-label {
    left: 31%;
    max-width: 30%;
  }

  .workflow-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy-inner {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .privacy-inner .button-secondary {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .nav {
    width: min(100% - 28px, var(--max));
    min-height: 64px;
  }

  .brand span {
    max-width: 140px;
  }

  .nav-links {
    display: none;
  }

  .brand span {
    max-width: none;
  }

  .section,
  .footer-inner {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  .hero,
  .split,
  .proof-list,
  .proof-item,
  .workflow-step,
  .content-card {
    max-width: 100%;
  }

  .hero {
    display: block;
    overflow: hidden;
  }

  .hero p,
  .proof-item p,
  .feature-row p {
    max-width: calc(100vw - 28px);
    overflow-wrap: break-word;
  }

  .proof-item > div {
    max-width: calc(100vw - 82px);
    min-width: 0;
  }

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

  .hero .lede {
    font-size: 1.28rem;
  }

  .platform-showcase {
    min-height: 650px;
  }

  .mac-shot,
  .ipad-shot,
  .iphone-shot,
  .platform-label {
    left: 16px;
    right: 16px;
    width: auto;
    max-width: none;
  }

  .mac-shot {
    top: 18px;
  }

  .ipad-shot {
    right: 16px;
    left: auto;
    width: 48%;
    bottom: 24px;
  }

  .iphone-shot {
    left: 16px;
    right: auto;
    width: 31%;
    bottom: 24px;
  }

  .platform-label {
    top: 250px;
    bottom: auto;
  }

  .workflow-inner {
    grid-template-columns: 1fr;
  }

  .split {
    padding: 52px 0;
  }

  .content-card {
    padding: 22px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0;
  }
}
