:root {
  --orange: #d96c5d;
  --orange-dark: #bd574b;
  --orange-deep: #963f36;
  --orange-soft: #fff2ef;
  --ink: #20242c;
  --muted: #69707c;
  --line: #e9e6e3;
  --soft: #f8f7f5;
  --night: #171b23;
  --white: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-size: 15px; line-height: 1.7; }
a { color: inherit; }
button, input { font: inherit; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 9px 13px;
  border-radius: 7px;
  color: var(--white);
  background: var(--night);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.hero {
  position: relative;
  max-width: none;
  margin: 0;
  padding: 115px 24px 86px;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 13% 2%, rgba(217, 108, 93, .12), transparent 30%),
    radial-gradient(circle at 87% 8%, rgba(217, 108, 93, .08), transparent 27%),
    linear-gradient(180deg, #fffaf8 0%, #fff 74%);
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(217, 108, 93, .12);
  border-radius: 50%;
  pointer-events: none;
}
.hero::before { width: 360px; height: 360px; top: -250px; left: calc(50% - 180px); }
.hero::after { width: 520px; height: 520px; top: -330px; left: calc(50% - 260px); }
.eyebrow,
.section-heading > span,
.workflow-copy > span,
.security-intro > span,
.quick > div > span,
.final-cta > span {
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1.8px;
}
.hero h1 {
  max-width: 1000px;
  margin: 19px auto 25px;
  font-size: clamp(45px, 6.5vw, 76px);
  font-weight: 710;
  line-height: 1.04;
  letter-spacing: -3.8px;
}
.hero h1 span { color: var(--orange-dark); }
.hero > p {
  max-width: 730px;
  margin: auto;
  color: var(--muted);
  font-size: 18px;
}
.actions { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; }
.actions a {
  min-height: 48px;
  padding: 12px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 780;
}
.primary {
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 13px 27px rgba(189, 87, 75, .18);
}
.primary:hover { background: var(--orange-dark); transform: translateY(-1px); }
.secondary { border: 1px solid #dedbd8; color: var(--ink); background: var(--white); }
.secondary:hover { border-color: #cfcac6; background: var(--soft); }
.hero .hero-note { margin-top: 15px; color: #848994; font-size: 12px; }
.hero-points {
  max-width: 850px;
  margin: 43px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.hero-points span {
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #626975;
  background: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 650;
}
.hero-points span::before { content: "✓"; margin-right: 6px; color: var(--orange-dark); font-weight: 900; }

.promise {
  padding: 23px;
  color: #f8dcd7;
  background: var(--night);
  text-align: center;
}
.promise p { max-width: 760px; margin: auto; font-size: 13px; font-weight: 650; letter-spacing: .1px; }

.section-block,
.use-cases {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 105px 0;
}
.section-heading { max-width: 760px; margin-bottom: 43px; }
.section-heading.compact { max-width: 680px; }
.section-heading h2,
.workflow h2,
.security-section h2,
.quick h2,
.final-cta h2 {
  margin: 11px 0 15px;
  font-size: clamp(33px, 4.4vw, 48px);
  font-weight: 650;
  line-height: 1.13;
  letter-spacing: -2px;
}
.section-heading p,
.workflow-copy > p,
.security-intro > p,
.quick > div > p,
.final-cta > p { margin: 0; color: var(--muted); font-size: 16px; }

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.benefit-grid article {
  min-height: 245px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(145deg, #fff, #fcfbfa);
}
.benefit-grid article:hover { border-color: #e0c3bd; box-shadow: 0 16px 34px rgba(44, 32, 28, .06); transform: translateY(-2px); }
.benefit-grid b { color: var(--orange); font-size: 11px; letter-spacing: 1.3px; }
.benefit-grid h3,
.use-case-list h3 { margin: 20px 0 9px; font-size: 19px; line-height: 1.35; }
.benefit-grid p,
.use-case-list p { margin: 0; color: var(--muted); font-size: 13px; }

.workflow {
  padding: 100px max(24px, calc((100vw - 1160px) / 2));
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr);
  align-items: start;
  gap: 90px;
  background: var(--orange-soft);
}
.workflow-copy { position: sticky; top: 112px; }
.workflow-copy a,
.text-link {
  margin-top: 23px;
  display: inline-block;
  color: var(--orange-deep);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}
.workflow-copy a:hover,
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.workflow-steps { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.workflow-steps li {
  padding: 22px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 15px;
  border: 1px solid #efd8d3;
  border-radius: 12px;
  background: rgba(255, 255, 255, .76);
}
.workflow-steps > li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--orange);
  font-size: 11px;
  font-weight: 850;
}
.workflow-steps strong { font-size: 15px; }
.workflow-steps p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }

.security-section {
  padding: 105px max(24px, calc((100vw - 1160px) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 92% 0, rgba(217, 108, 93, .17), transparent 34%),
    var(--night);
}
.security-intro { max-width: 800px; }
.security-intro > span { color: #ef9b8f; }
.security-intro > p { color: #aeb4bf; }
.security-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.security-grid article { padding: 23px; border: 1px solid #343943; border-radius: 11px; background: rgba(255, 255, 255, .025); }
.security-grid strong { color: #f3c2bb; font-size: 14px; }
.security-grid p { margin: 8px 0 0; color: #aeb4bf; font-size: 12px; }
.security-note { margin: 26px 0 0; color: #858c98; font-size: 11px; }

.quick {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 110px 0;
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(500px, 1.16fr);
  gap: 75px;
  align-items: center;
}
.quick h2 { font-size: clamp(34px, 4vw, 44px); }
.quick ul { margin: 20px 0 0; padding: 0; display: grid; gap: 7px; color: #626975; list-style: none; font-size: 13px; }
.quick li::before { content: "✓"; margin-right: 8px; color: var(--orange-dark); font-weight: 900; }
.quick pre {
  margin: 0;
  padding: 28px;
  overflow: auto;
  border: 1px solid #2b3240;
  border-radius: 16px;
  color: #d8e1f0;
  background: #151b27;
  box-shadow: 0 24px 50px rgba(21, 32, 58, .15);
  font: 12px/1.75 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre;
}
.quick code { font: inherit; }
.code-muted { color: #7d8799; }

.use-cases { padding-top: 15px; }
.use-case-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.use-case-list article { min-height: 170px; padding: 24px; border-right: 1px solid var(--line); background: var(--white); }
.use-case-list article:last-child { border-right: 0; }
.use-case-list h3 { margin-top: 0; font-size: 16px; }

.final-cta {
  margin: 70px max(20px, calc((100vw - 1160px) / 2)) 100px;
  padding: 70px 28px;
  border-radius: 18px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(217, 108, 93, .16), transparent 42%),
    var(--orange-soft);
}
.final-cta h2 { max-width: 720px; margin-inline: auto; }
.final-cta > p { max-width: 690px; margin-inline: auto; }

@media (max-width: 960px) {
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workflow { grid-template-columns: 1fr; gap: 45px; }
  .workflow-copy { position: static; }
  .security-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick { grid-template-columns: 1fr; gap: 38px; }
  .use-case-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .use-case-list article:nth-child(2) { border-right: 0; }
  .use-case-list article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 700px) {
  .hero { padding: 79px 18px 66px; }
  .hero h1 { font-size: clamp(40px, 12vw, 55px); letter-spacing: -2.7px; }
  .hero h1 br { display: none; }
  .hero > p { font-size: 16px; }
  .hero .hero-note { font-size: 11px; }
  .section-block,
  .use-cases,
  .quick { width: calc(100% - 30px); padding: 75px 0; }
  .section-heading h2,
  .workflow h2,
  .security-section h2,
  .quick h2,
  .final-cta h2 { letter-spacing: -1.5px; }
  .benefit-grid,
  .security-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 0; }
  .workflow,
  .security-section { padding: 75px 18px; }
  .workflow-steps li { padding: 18px; }
  .quick pre { padding: 20px; font-size: 11px; }
  .use-cases { padding-top: 0; }
  .use-case-list { grid-template-columns: 1fr; }
  .use-case-list article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .use-case-list article:last-child { border-bottom: 0; }
  .final-cta { margin: 25px 15px 75px; padding: 54px 19px; }
}
