:root {
  --cw-ink: #0f172a;
  --cw-navy: #10245a;
  --cw-blue: #0b5ed7;
  --cw-blue-strong: #15396a;
  --cw-slate: #334155;
  --cw-muted: #64748b;
  --cw-border: #d9dee7;
  --cw-surface: #ffffff;
  --cw-surface-alt: #f7fafc;
  --cw-warm: #fec76b;
  --cw-warm-strong: #f0b54c;
  --cw-red: #d71224;
  --cw-good: #12806d;
  --cw-shadow: 0 22px 54px rgba(15, 23, 42, .14);
  --cw-soft-shadow: 0 16px 36px rgba(15, 23, 42, .09);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cw-surface-alt);
  color: var(--cw-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

body.cw-modal-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

button,
input,
select {
  font: inherit;
  letter-spacing: 0;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: .92rem;
}

.cw-skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--cw-ink);
  color: #fff;
}

.cw-skip-link:focus {
  top: 16px;
}

.cw-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
  backdrop-filter: blur(14px);
}

.cw-header__inner,
.cw-hero__inner,
.cw-proof-band__inner,
.cw-section,
.cw-split-section,
.cw-scope,
.cw-footer__inner,
.cw-footer__bottom {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.cw-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 18px;
}

.cw-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
  max-width: 100%;
}

.cw-brand__logo {
  display: block;
  flex: 0 0 auto;
  width: 220px;
  height: auto;
}

.cw-brand__text {
  display: grid;
  gap: 0;
  min-width: 0;
  max-width: 230px;
}

.cw-brand__text strong {
  font-size: .9rem;
  line-height: 1.1;
}

.cw-brand__text small {
  color: var(--cw-muted);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.25;
}

.cw-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 999px;
  background: #fff;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cw-nav::-webkit-scrollbar {
  display: none;
}

.cw-nav a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--cw-slate);
  font-size: .92rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.cw-nav a:hover,
.cw-nav a:focus {
  background: #eff6ff;
  color: var(--cw-blue-strong);
}

.cw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: .95rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, border-color .16s ease;
}

.cw-button:hover,
.cw-button:focus {
  transform: translateY(-1px);
}

.cw-button:disabled {
  cursor: not-allowed;
  opacity: .65;
  transform: none;
}

.cw-button--primary {
  background: linear-gradient(135deg, var(--cw-blue), var(--cw-blue-strong));
  color: #fff;
  box-shadow: 0 14px 28px rgba(11, 94, 215, .22);
}

.cw-button--accent {
  background: var(--cw-warm);
  color: var(--cw-ink);
  box-shadow: 0 14px 28px rgba(15, 23, 42, .16);
}

.cw-button--accent:hover,
.cw-button--accent:focus {
  background: var(--cw-warm-strong);
}

.cw-button--ghost {
  background: rgba(255, 255, 255, .92);
  border-color: rgba(255, 255, 255, .42);
  color: var(--cw-ink);
}

.cw-button--contact {
  white-space: nowrap;
}

.cw-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(6, 18, 38, .96) 0%, rgba(10, 31, 62, .9) 38%, rgba(15, 54, 103, .46) 72%, rgba(22, 58, 109, .16) 100%),
    url("../images/ai-document-hero.webp") center / cover no-repeat;
  color: #fff;
}

.cw-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .16), rgba(255, 255, 255, .16)) 62% 24% / 20% 1px no-repeat,
    linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)) 62% 24% / 1px 132px no-repeat,
    linear-gradient(rgba(121, 190, 255, .16), rgba(121, 190, 255, .16)) 66% 42% / 13% 1px no-repeat,
    linear-gradient(rgba(240, 107, 77, .78), rgba(240, 107, 77, .78)) 78% 58% / 8px 8px no-repeat,
    linear-gradient(90deg, rgba(121, 190, 255, 0) 52%, rgba(121, 190, 255, .1) 72%, rgba(121, 190, 255, 0) 88%);
  opacity: .75;
  pointer-events: none;
}

.cw-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .72fr);
  gap: 38px;
  align-items: center;
  min-height: 620px;
  padding: 72px 0 54px;
}

.cw-hero__copy {
  max-width: 760px;
  animation: cwHeroRise .7s ease-out both;
}

.cw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cw-blue);
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cw-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cw-red);
  box-shadow: 0 0 0 4px rgba(215, 18, 36, .12);
}

.cw-hero .cw-eyebrow {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.cw-hero h1 {
  max-width: 740px;
  margin: 18px 0 16px;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.02;
}

.cw-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 1.12rem;
}

.cw-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.cw-hero__panel {
  display: grid;
  gap: 16px;
  align-content: start;
  animation: cwHeroRise .7s ease-out .12s both;
}

.cw-hero__panel > img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--cw-shadow);
}

.cw-app-preview {
  position: relative;
  width: min(100%, 520px);
  margin-left: auto;
  padding: 0 0 88px;
  color: var(--cw-ink);
  filter: drop-shadow(0 28px 46px rgba(5, 15, 35, .34));
  animation: cwPreviewFloat 6s ease-in-out infinite;
}

.cw-app-preview__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 68px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px 8px 0 0;
  background: #f8fafc;
}

.cw-app-preview__topbar div,
.cw-app-preview__workspace,
.cw-document-preview__group {
  display: grid;
  gap: 4px;
}

.cw-app-preview__topbar strong,
.cw-callout strong {
  color: var(--cw-ink);
  font-size: .95rem;
  line-height: 1.2;
}

.cw-app-preview__topbar span {
  color: var(--cw-muted);
  font-size: .78rem;
  font-weight: 800;
}

.cw-app-preview__status {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #ecfdf5;
  color: var(--cw-good) !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
}

.cw-app-preview__screen {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  min-height: 352px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
}

.cw-app-preview__sidebar {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px 10px;
  background: #101f3f;
}

.cw-app-preview__sidebar span {
  display: block;
  padding: 8px 7px;
  border-radius: 8px;
  color: rgba(219, 234, 254, .72);
  font-size: .72rem;
  font-weight: 900;
}

.cw-app-preview__sidebar .is-active {
  background: rgba(255, 255, 255, .13);
  color: #fff;
}

.cw-app-preview__workspace {
  position: relative;
  gap: 12px;
  padding: 18px;
  background: linear-gradient(180deg, #f8fafc, #eef4fb);
}

.cw-app-preview__toolbar,
.cw-app-preview__insights {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .06);
}

.cw-app-preview__toolbar span,
.cw-app-preview__insights span,
.cw-app-preview__insights small {
  color: var(--cw-muted);
  font-size: .75rem;
  font-weight: 800;
}

.cw-app-preview__toolbar strong {
  color: var(--cw-blue-strong);
  font-size: .86rem;
}

.cw-document-preview {
  display: grid;
  gap: 11px;
  min-height: 176px;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 32px rgba(15, 23, 42, .08);
}

.cw-document-preview__head {
  display: grid;
  gap: 7px;
  width: 68%;
}

.cw-document-preview__head span,
.cw-document-preview__line,
.cw-document-preview__group span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #dbeafe;
}

.cw-document-preview__head span:first-child {
  width: 72%;
  height: 12px;
  background: #15396a;
}

.cw-document-preview__head span:last-child,
.cw-document-preview__line {
  width: 58%;
}

.cw-document-preview__line--wide {
  width: 88%;
}

.cw-document-preview__group {
  gap: 7px;
  padding-top: 8px;
  border-top: 1px solid rgba(15, 23, 42, .08);
}

.cw-document-preview__group strong {
  color: var(--cw-ink);
  font-size: .76rem;
}

.cw-document-preview__group span:nth-child(2) {
  width: 92%;
}

.cw-document-preview__group span:nth-child(3) {
  width: 78%;
}

.cw-document-preview__group span:nth-child(4) {
  width: 62%;
}

.cw-app-preview__insights {
  align-self: end;
  border-left: 4px solid var(--cw-warm);
}

.cw-app-preview__insights strong {
  color: var(--cw-good);
  font-size: 1.45rem;
  line-height: 1;
}

.cw-callout {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  width: 220px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 34px rgba(5, 15, 35, .18);
}

.cw-callout::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--cw-red);
  box-shadow: 0 0 0 6px rgba(215, 18, 36, .14);
  animation: cwCalloutPulse 2.4s ease-in-out infinite;
}

.cw-callout span {
  color: var(--cw-muted);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.35;
}

.cw-callout--target {
  top: 102px;
  left: -46px;
}

.cw-callout--target::before {
  right: -5px;
  top: 17px;
}

.cw-callout--upload {
  top: 268px;
  right: -34px;
}

.cw-callout--upload::before {
  left: -5px;
  top: 18px;
  background: var(--cw-blue);
  box-shadow: 0 0 0 6px rgba(11, 94, 215, .14);
}

.cw-callout--delivery {
  left: 62px;
  bottom: 12px;
}

.cw-callout--delivery::before {
  left: 18px;
  top: -5px;
  background: var(--cw-good);
  box-shadow: 0 0 0 6px rgba(18, 128, 109, .14);
}

.cw-proof-band {
  background: #fff;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.cw-proof-band__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cw-proof-band article {
  min-height: 128px;
  padding: 28px 24px;
  border-right: 1px solid rgba(15, 23, 42, .08);
}

.cw-proof-band article:last-child {
  border-right: 0;
}

.cw-proof-band strong,
.cw-proof-band span {
  display: block;
}

.cw-proof-band strong {
  color: var(--cw-navy);
  font-size: 1.05rem;
}

.cw-proof-band span {
  margin-top: 6px;
  color: var(--cw-muted);
}

.cw-section {
  padding: 72px 0;
}

.cw-section__head {
  max-width: 840px;
  margin-bottom: 28px;
}

.cw-section__head h2,
.cw-split-section__copy h2,
.cw-scope h2 {
  margin: 10px 0 12px;
  color: var(--cw-ink);
  font-size: 2.4rem;
  line-height: 1.12;
}

.cw-section__head p,
.cw-split-section__copy p,
.cw-scope p {
  margin: 0;
  color: var(--cw-muted);
}

.cw-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cw-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 322px;
  padding: 26px 20px 20px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--cw-soft-shadow);
}

.cw-product-card__code {
  position: absolute;
  top: 9px;
  right: 12px;
  max-width: calc(100% - 24px);
  color: rgba(100, 116, 139, .78);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cw-product-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.cw-product-card__type {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--cw-blue-strong);
  font-size: .76rem;
  font-weight: 900;
}

.cw-product-card__price {
  display: grid;
  justify-items: end;
  color: var(--cw-ink);
  line-height: 1;
}

.cw-product-card__price strong {
  font-size: 2rem;
}

.cw-product-card__price span {
  color: var(--cw-muted);
  font-size: .78rem;
  font-weight: 800;
}

.cw-product-card h3 {
  margin: 22px 0 8px;
  color: var(--cw-ink);
  font-size: 1.35rem;
  line-height: 1.2;
}

.cw-product-card p {
  margin: 0;
  color: var(--cw-muted);
}

.cw-product-card__delivery {
  margin-top: 14px;
  color: var(--cw-slate);
  font-size: .88rem;
  font-weight: 700;
}

.cw-product-card__details {
  margin: 16px 0 18px;
  border-top: 1px solid rgba(15, 23, 42, .08);
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.cw-product-card__details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  color: var(--cw-blue-strong);
  cursor: pointer;
  font-size: .88rem;
  font-weight: 900;
  list-style: none;
}

.cw-product-card__details summary::-webkit-details-marker {
  display: none;
}

.cw-product-card__details summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--cw-blue);
  font-weight: 900;
}

.cw-product-card__details[open] summary::after {
  content: "-";
}

.cw-product-card__details ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 0 15px;
  list-style: none;
}

.cw-product-card__details li {
  position: relative;
  padding-left: 16px;
  color: var(--cw-slate);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.42;
}

.cw-product-card__details li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--cw-good);
}

.cw-product-card .cw-button {
  width: 100%;
  margin-top: auto;
}

.cw-split-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 72px 0;
}

.cw-split-section__media img {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--cw-soft-shadow);
}

.cw-code-card {
  margin: 22px 0;
  padding: 14px 16px;
  overflow-x: auto;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 8px;
  background: #0f172a;
  color: #dbeafe;
}

.cw-tool-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.cw-step-heading {
  margin: 22px 0 10px;
  color: var(--cw-ink);
  font-size: 1rem;
  font-weight: 900;
}

.cw-tool-list--steps {
  margin-top: 0;
  padding: 0;
  counter-reset: cw-step;
  list-style: none;
}

.cw-tool-list:not(.cw-tool-list--steps) > span,
.cw-tool-list--steps li {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 8px;
  background: #fff;
  color: var(--cw-slate);
  font-weight: 800;
  box-shadow: var(--cw-soft-shadow);
}

.cw-tool-list:not(.cw-tool-list--steps) > span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--cw-good);
}

.cw-tool-list--steps li {
  align-items: flex-start;
  gap: 12px;
  min-height: 74px;
  padding: 14px;
  counter-increment: cw-step;
}

.cw-tool-list--steps li::before {
  content: counter(cw-step);
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--cw-blue);
  color: #fff;
  font-size: .9rem;
  font-weight: 900;
}

.cw-tool-list--steps strong,
.cw-tool-list--steps span {
  display: block;
}

.cw-tool-list--steps strong {
  color: var(--cw-ink);
  line-height: 1.25;
}

.cw-tool-list--steps span {
  margin-top: 4px;
  color: var(--cw-muted);
  font-size: .9rem;
  font-weight: 700;
}

.cw-section--preparation {
  padding-top: 40px;
}

.cw-preparation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cw-preparation-grid article {
  min-height: 180px;
  padding: 20px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--cw-soft-shadow);
}

.cw-preparation-grid strong {
  display: block;
  color: var(--cw-ink);
  font-size: 1.1rem;
}

.cw-preparation-grid p {
  margin: 10px 0 0;
  color: var(--cw-muted);
}

.cw-preparation-grid code {
  padding: 2px 5px;
  border-radius: 4px;
  background: #eff6ff;
  color: var(--cw-blue-strong);
}

.cw-scope {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 48px 0 80px;
}

.cw-scope > div {
  padding: 22px;
  border-left: 4px solid var(--cw-warm);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--cw-soft-shadow);
}

.cw-policy-hero {
  background: #fff;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.cw-policy-hero__inner,
.cw-policy-shell {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
}

.cw-policy-hero__inner {
  padding: 62px 0 42px;
}

.cw-policy-hero h1 {
  max-width: 820px;
  margin: 12px 0;
  color: var(--cw-ink);
  font-size: 3rem;
  line-height: 1.08;
}

.cw-policy-hero p {
  max-width: 820px;
  margin: 0;
  color: var(--cw-muted);
  font-size: 1.05rem;
}

.cw-policy-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 34px;
  padding: 44px 0 72px;
}

.cw-policy-nav {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 8px;
  background: #fff;
}

.cw-policy-nav a {
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--cw-slate);
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}

.cw-policy-nav a:hover,
.cw-policy-nav a:focus,
.cw-policy-nav a[aria-current="page"] {
  background: #eff6ff;
  color: var(--cw-blue-strong);
}

.cw-policy-content {
  display: grid;
  gap: 22px;
}

.cw-policy-section {
  padding: 24px 0;
  border-bottom: 1px solid rgba(15, 23, 42, .1);
}

.cw-policy-section:first-child {
  padding-top: 0;
}

.cw-policy-section h2 {
  margin: 0 0 10px;
  color: var(--cw-ink);
  font-size: 1.6rem;
  line-height: 1.2;
}

.cw-policy-section p,
.cw-policy-section li {
  color: var(--cw-muted);
}

.cw-policy-section p {
  margin: 0 0 12px;
}

.cw-policy-section ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.cw-policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  color: var(--cw-slate);
  font-size: .9rem;
  font-weight: 800;
}

.cw-policy-meta span {
  padding: 8px 10px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 999px;
  background: var(--cw-surface-alt);
}

.cw-footer {
  background: #081226;
  color: #dbeafe;
}

.cw-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  gap: 34px;
  padding: 48px 0 28px;
}

.cw-brand--footer .cw-brand__logo {
  width: 235px;
}

.cw-brand--footer .cw-brand__text {
  max-width: 300px;
}

.cw-footer .cw-brand__text strong {
  color: #fff;
}

.cw-footer .cw-brand__text small {
  color: rgba(219, 234, 254, .72);
}

.cw-footer p {
  max-width: 620px;
  color: rgba(219, 234, 254, .76);
}

.cw-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.cw-footer h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: .95rem;
}

.cw-footer a {
  display: block;
  margin: 7px 0;
  color: rgba(219, 234, 254, .78);
  text-decoration: none;
}

.cw-footer a:hover,
.cw-footer a:focus {
  color: #fff;
}

.cw-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 0;
  border-top: 1px solid rgba(219, 234, 254, .14);
  color: rgba(219, 234, 254, .66);
  font-size: .88rem;
}

.cw-footer__legal {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  border-top: 1px solid rgba(219, 234, 254, .14);
  color: rgba(219, 234, 254, .72);
  font-size: .82rem;
  line-height: 1.6;
}

.cw-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 18px;
}

.cw-modal[hidden] {
  display: none;
}

.cw-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 15, 35, .72);
  cursor: pointer;
}

.cw-modal__panel {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(5, 15, 35, .42);
}

.cw-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.cw-modal__head h2 {
  margin: 6px 0 0;
  font-size: 1.72rem;
  line-height: 1.18;
}

.cw-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 999px;
  background: #fff;
  color: var(--cw-muted);
  cursor: pointer;
  font-weight: 900;
}

.cw-checkout-summary {
  display: grid;
  gap: 1px;
  overflow: hidden;
  margin: 18px 0;
  border: 1px solid var(--cw-border);
  border-radius: 8px;
  background: var(--cw-border);
}

.cw-checkout-summary div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  background: #fff;
}

.cw-checkout-summary span {
  color: var(--cw-muted);
  font-weight: 700;
}

.cw-checkout-summary strong {
  text-align: right;
}

.cw-checkout-summary__code strong {
  color: rgba(100, 116, 139, .82);
  font-size: .9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cw-field {
  display: grid;
  gap: 7px;
}

.cw-field span {
  color: var(--cw-slate);
  font-size: .9rem;
  font-weight: 800;
}

.cw-modal__field-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 12px;
}

.cw-field input,
.cw-field select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--cw-border);
  border-radius: 8px;
  background: #fff;
  color: var(--cw-ink);
  outline: none;
}

.cw-field input:focus,
.cw-field select:focus {
  border-color: rgba(11, 94, 215, .62);
  box-shadow: 0 0 0 4px rgba(11, 94, 215, .12);
}

.cw-checkout-status {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #eff6ff;
  color: var(--cw-blue-strong);
  font-weight: 800;
}

.cw-checkout-status.is-error {
  background: #fff1f2;
  color: #b91c1c;
}

.cw-status-banner {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 14px 18px;
  border-radius: 8px;
  background: #ecfdf5;
  color: var(--cw-good);
  font-weight: 800;
}

.cw-status-banner.is-cancelled {
  background: #fff7ed;
  color: #9a3412;
}

.cw-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.cw-fine-print {
  margin: 16px 0 0;
  color: var(--cw-muted);
  font-size: .82rem;
}

@keyframes cwHeroRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cwPreviewFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes cwCalloutPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(.78);
    opacity: .72;
  }
}

@media (max-width: 980px) {
  .cw-header__inner {
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .cw-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .cw-hero__inner,
  .cw-split-section,
  .cw-footer__inner {
    grid-template-columns: 1fr;
  }

  .cw-hero__inner {
    min-height: 0;
  }

  .cw-app-preview {
    margin: 0;
  }

  .cw-callout--target {
    left: 18px;
  }

  .cw-callout--upload {
    right: 18px;
  }

  .cw-product-grid,
  .cw-preparation-grid,
  .cw-proof-band__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cw-proof-band article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 700px) {
  .cw-header__inner,
  .cw-hero__inner,
  .cw-proof-band__inner,
  .cw-section,
  .cw-split-section,
  .cw-scope,
  .cw-footer__inner,
  .cw-footer__bottom,
  .cw-footer__legal,
  .cw-policy-hero__inner,
  .cw-policy-shell,
  .cw-status-banner {
    width: min(100% - 24px, 1180px);
  }

  .cw-header .cw-button {
    width: 100%;
  }

  .cw-header__inner {
    gap: 10px;
  }

  .cw-header .cw-brand__logo {
    width: 190px;
  }

  .cw-header .cw-brand__text {
    max-width: calc(100% - 166px);
  }

  .cw-header .cw-brand__text strong {
    font-size: .78rem;
  }

  .cw-header .cw-brand__text small {
    font-size: .66rem;
  }

  .cw-header .cw-button--contact {
    min-height: 42px;
    font-size: .84rem;
  }

  .cw-hero__inner {
    padding: 46px 0 42px;
  }

  .cw-hero h1 {
    font-size: 2.72rem;
  }

  .cw-hero p {
    font-size: 1rem;
  }

  .cw-app-preview {
    padding-bottom: 0;
  }

  .cw-app-preview__screen {
    grid-template-columns: 1fr;
  }

  .cw-app-preview__sidebar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 10px;
  }

  .cw-app-preview__sidebar span {
    text-align: center;
  }

  .cw-app-preview__workspace {
    padding: 14px;
  }

  .cw-callout {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  .cw-callout::before {
    display: none;
  }

  .cw-section,
  .cw-split-section {
    padding: 48px 0;
  }

  .cw-section__head h2,
  .cw-split-section__copy h2,
  .cw-scope h2 {
    font-size: 2rem;
  }

  .cw-product-grid,
  .cw-preparation-grid,
  .cw-proof-band__inner,
  .cw-scope,
  .cw-footer__cols,
  .cw-policy-shell {
    grid-template-columns: 1fr;
  }

  .cw-policy-hero h1 {
    font-size: 2.35rem;
  }

  .cw-policy-nav {
    position: static;
  }

  .cw-proof-band article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
  }

  .cw-proof-band article:last-child {
    border-bottom: 0;
  }

  .cw-modal__panel {
    padding: 20px;
  }

  .cw-modal__actions {
    flex-direction: column-reverse;
  }

  .cw-modal__field-grid {
    grid-template-columns: 1fr;
  }

  .cw-modal__actions .cw-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .cw-button,
  .cw-hero__copy,
  .cw-hero__panel,
  .cw-app-preview,
  .cw-callout::before {
    animation: none;
  }

  .cw-button {
    transition: none;
  }
}
