:root {
  color-scheme: light;
  --bg: #f3f7fd;
  --card: #ffffff;
  --text: #0f1728;
  --muted: #738099;
  --primary: #1f67ff;
  --accent: #ff4d4d;
  --brand-red: #d12d24;
  --border: #e4ebf5;
  --sky: #4eb5ff;
  --orange: #ff8a3d;
  --green: #19b37d;
  --violet: #7d60f5;
  --shadow: 0 24px 70px rgba(31, 103, 255, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 77, 77, 0.10), transparent 28rem),
    radial-gradient(circle at 88% 6%, rgba(31, 103, 255, 0.12), transparent 28rem),
    var(--bg);
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(243, 247, 253, 0.88);
  border-bottom: 1px solid rgba(228, 235, 245, 0.9);
  backdrop-filter: blur(18px);
}

.site-header > * {
  position: relative;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  font-weight: 900;
  letter-spacing: 0;
}

.brand img,
.footer-brand img {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(244, 26, 27, 0.22);
}

.brand-word {
  color: inherit;
  font-weight: inherit;
}

.brand-pdf {
  color: var(--brand-red);
}

.nav-links,
.footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #42506d;
  font-size: 15px;
  font-weight: 700;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--primary);
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.header-cta {
  padding: 0 20px;
  color: #ffffff;
  background: var(--primary);
  box-shadow: 0 12px 28px rgba(31, 103, 255, 0.22);
}

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(520px, 1fr);
  align-items: center;
  gap: clamp(42px, 5vw, 82px);
  width: min(100%, 1480px);
  min-height: 680px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 78px) clamp(20px, 5vw, 72px) clamp(48px, 6vw, 78px);
  overflow: hidden;
}

.hero-copy {
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  font-size: clamp(56px, 9vw, 112px);
  line-height: 0.95;
  font-weight: 950;
  color: var(--text);
}

h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  font-weight: 950;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

.hero-lede {
  max-width: 560px;
  margin: 24px 0 0;
  color: #44516e;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.18;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 0;
}

.primary-button {
  gap: 12px;
  padding: 0 24px;
  color: #ffffff;
  background: var(--primary);
  box-shadow: 0 18px 38px rgba(31, 103, 255, 0.24);
}

.secondary-button {
  padding: 0 22px;
  color: var(--text);
  background: #ffffff;
  border: 1px solid var(--border);
}

.secondary-button.light {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 36px 0 0;
}

.trust-list div {
  min-height: 118px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(228, 235, 245, 0.92);
  border-radius: 18px;
}

.trust-list dt {
  font-size: 16px;
  font-weight: 900;
}

.trust-list dd {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.hero-visual {
  position: relative;
  min-height: 650px;
}

.phone {
  position: absolute;
  width: clamp(240px, 18vw, 300px);
  overflow: hidden;
  background: #ffffff;
  border: 10px solid #111827;
  border-radius: 38px;
  box-shadow: var(--shadow);
}

.phone img {
  width: 100%;
  height: auto;
}

.phone-main {
  right: 3%;
  top: 16px;
  z-index: 2;
}

.phone-side {
  left: 4%;
  bottom: 28px;
  z-index: 1;
  width: clamp(210px, 16vw, 260px);
  opacity: 0.95;
}

.feature-band,
.workflow-section,
.screens-section,
.privacy-callout,
.policy-main {
  padding: clamp(56px, 7vw, 88px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  margin: 18px auto 0;
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.section-heading.compact {
  margin-bottom: 26px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.feature-card {
  min-height: 250px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(15, 23, 40, 0.04);
}

.feature-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 22px;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 950;
}

.feature-icon.blue {
  color: var(--primary);
  background: rgba(31, 103, 255, 0.12);
}

.feature-icon.sky {
  color: var(--sky);
  background: rgba(78, 181, 255, 0.14);
}

.feature-icon.orange {
  color: var(--orange);
  background: rgba(255, 138, 61, 0.14);
}

.feature-icon.pink {
  color: #ff5b8a;
  background: rgba(255, 91, 138, 0.14);
}

.feature-icon.green {
  color: var(--green);
  background: rgba(25, 179, 125, 0.13);
}

.feature-icon.violet {
  color: var(--violet);
  background: rgba(125, 96, 245, 0.14);
}

.workflow-section {
  display: grid;
  grid-template-columns: minmax(360px, 620px) minmax(520px, 680px);
  align-items: center;
  justify-content: center;
  gap: clamp(42px, 5vw, 82px);
  min-height: auto;
  background: #ffffff;
}

.workflow-copy {
  max-width: 620px;
}

.workflow-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  color: #33415d;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--green);
  content: "";
}

.check-list li::after {
  position: absolute;
  left: 7px;
  top: 8px;
  width: 8px;
  height: 4px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  content: "";
  transform: rotate(-45deg);
}

.workspace-preview {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 22px;
  min-width: 0;
  overflow: visible;
  padding-top: 8px;
}

.screen-panel {
  width: clamp(220px, 18vw, 285px);
  height: clamp(470px, 40vw, 610px);
  overflow: hidden;
  border: 8px solid #111827;
  border-radius: 34px;
  box-shadow: 0 18px 52px rgba(15, 23, 40, 0.16);
}

.screen-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.screen-panel.raised {
  margin-top: 0;
}

.screens-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1320px;
  margin: 0 auto;
}

figure {
  margin: 0;
  padding: 10px 10px 16px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: 0 12px 34px rgba(15, 23, 40, 0.05);
}

figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1080 / 2340;
  object-fit: cover;
  object-position: center;
  background: #ffffff;
  border-radius: 18px;
}

figcaption {
  margin-top: 12px;
  color: var(--text);
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.privacy-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(15, 23, 40, 0.94), rgba(31, 103, 255, 0.94)),
    #101828;
}

.privacy-callout div {
  max-width: 760px;
}

.privacy-callout .eyebrow {
  color: #a0c7ff;
}

.privacy-callout p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.6;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px 28px;
  padding: 30px clamp(20px, 5vw, 72px);
  background: #ffffff;
  border-top: 1px solid var(--border);
}

.site-footer p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.policy-main {
  background: #ffffff;
}

.policy {
  max-width: 860px;
  margin: 0 auto;
}

.policy h1 {
  font-size: clamp(46px, 8vw, 86px);
}

.policy-date {
  margin: 18px 0 34px;
  color: var(--muted);
  font-weight: 800;
}

.policy h2 {
  margin: 38px 0 10px;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.12;
}

.policy p,
.policy li {
  color: #42506d;
  font-size: 17px;
  line-height: 1.72;
}

.policy ul {
  padding-left: 22px;
}

.policy a {
  color: var(--primary);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 980px) {
  .site-header {
    gap: 14px;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .workflow-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 610px;
  }

  .phone {
    width: min(54vw, 340px);
  }

  .phone-main {
    right: 4%;
  }

  .phone-side {
    left: 4%;
    width: min(44vw, 270px);
  }

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

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

@media (max-width: 680px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand span {
    max-width: 120px;
    white-space: normal;
    line-height: 1.05;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 14px;
  }

  .hero {
    padding: 34px 16px 48px;
  }

  h1 {
    font-size: clamp(48px, 16vw, 70px);
  }

  .hero-lede {
    font-size: 21px;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .trust-list,
  .feature-grid,
  .screens-strip {
    grid-template-columns: 1fr;
  }

  .trust-list div {
    min-height: auto;
  }

  .hero-visual {
    min-height: 500px;
  }

  .phone {
    border-width: 7px;
    border-radius: 30px;
  }

  .phone-main {
    right: 0;
    width: min(62vw, 300px);
  }

  .phone-side {
    left: 0;
    width: min(49vw, 230px);
  }

  .feature-band,
  .workflow-section,
  .screens-section,
  .privacy-callout,
  .policy-main {
    padding: 58px 16px;
  }

  .feature-card {
    min-height: auto;
  }

  .workspace-preview {
    gap: 12px;
  }

  .screen-panel {
    width: min(46vw, 210px);
    border-width: 6px;
    border-radius: 26px;
  }

  .screen-panel.raised {
    margin-top: 0;
  }

  .privacy-callout {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
