:root {
  --brand: #0abab5;
  --brand-luminous: #31e2dc;
  --brand-strong: #078f8b;
  --brand-soft: #d9fbf8;
  --ink: #102126;
  --muted: #5e7074;
  --line: #d9e7e6;
  --paper: #ffffff;
  --wash: #f4fbfa;
  --warm: #fff6e8;
  --coral: #ff7a59;
  --success: #12a878;
  --glass: rgba(255, 255, 255, 0.72);
  --glass-strong: rgba(255, 255, 255, 0.88);
  --glass-line: rgba(255, 255, 255, 0.62);
  --shadow: 0 24px 70px rgba(14, 48, 52, 0.13);
  --shadow-glass: 0 26px 76px rgba(14, 48, 52, 0.16);
  --radius: 8px;
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  background:
    linear-gradient(135deg, rgba(10, 186, 181, 0.12), transparent 28rem),
    linear-gradient(35deg, transparent 0 58%, rgba(255, 122, 89, 0.06) 58% 76%, transparent 76%),
    linear-gradient(180deg, #fbfffe 0%, #f6fbfa 48%, #ffffff 100%);
  color: var(--ink);
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

.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, 64px);
  border-bottom: 1px solid rgba(16, 33, 38, 0.08);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(22px) saturate(1.18);
}

.brand,
.main-nav,
.hero-actions,
.review-actions,
.form-controls,
.phone-logo,
.form-step-header.inline,
.builder-heading,
.notify-panel h4 {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 10px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.64), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), transparent 40%),
    linear-gradient(135deg, var(--brand-luminous), var(--brand) 50%, var(--brand-strong));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    inset 0 -12px 28px rgba(7, 143, 139, 0.24),
    0 12px 30px rgba(10, 186, 181, 0.3);
}

.brand-mark::before {
  position: absolute;
  inset: -54%;
  z-index: 0;
  background:
    conic-gradient(from 40deg, transparent, rgba(255, 255, 255, 0.6), transparent 32%),
    linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.3), transparent 52%);
  content: "";
  opacity: 0.64;
  animation: brand-liquid 9s linear infinite;
}

.brand-mark::after {
  position: absolute;
  inset: 2px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: inherit;
  content: "";
}

.brand-mark svg {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  fill: none;
  stroke: white;
  stroke-width: 2.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 5px rgba(7, 92, 90, 0.32));
}

.brand-mark.compact {
  width: 30px;
  height: 30px;
  box-shadow: none;
}

.brand-mark.compact svg {
  width: 22px;
  height: 22px;
}

.brand-mark.large {
  width: 76px;
  height: 76px;
}

.brand-mark.large svg {
  width: 56px;
  height: 56px;
}

.main-nav {
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(16, 33, 38, 0.08);
  border-radius: 999px;
  background: rgba(244, 251, 250, 0.86);
}

.main-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.main-nav a:hover {
  background: var(--paper);
  color: var(--ink);
}

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

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

.section {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(64px, 10vw, 118px) 0;
  scroll-margin-top: 98px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
  min-height: calc(100svh - 78px);
  padding-top: clamp(40px, 6vw, 88px);
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand-strong);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
}

h1 {
  max-width: 12ch;
  font-size: 5.9rem;
  letter-spacing: 0;
}

h2 {
  max-width: 12ch;
  font-size: 3.7rem;
  letter-spacing: 0;
}

h3 {
  font-size: 2.15rem;
  letter-spacing: 0;
}

.hero-lede,
.section-copy p,
.builder-heading p,
.final-cta p {
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.7;
}

.hero-lede {
  max-width: 620px;
  margin: 24px 0 0;
}

.hero-actions,
.review-actions,
.form-controls {
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 850;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), transparent 38%),
    linear-gradient(135deg, var(--brand-luminous), var(--brand) 54%, var(--brand-strong));
  color: white;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 16px 36px rgba(10, 186, 181, 0.3);
}

.button.secondary,
.button.small {
  border-color: rgba(16, 33, 38, 0.1);
  background: white;
  color: var(--ink);
}

.button[disabled] {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.button.small {
  min-height: 40px;
  padding-inline: 14px;
  font-size: 0.9rem;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 650px;
  margin: 34px 0 0;
}

.trust-row div {
  padding: 16px;
  border: 1px solid rgba(16, 33, 38, 0.08);
  border-radius: var(--radius);
  background: var(--glass);
  backdrop-filter: blur(16px) saturate(1.12);
}

.trust-row dt {
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 900;
}

.trust-row dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

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

.browser-card,
.phone-card,
.visual-card,
.builder-app,
.notify-dialog form {
  border: 1px solid rgba(16, 33, 38, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.64)),
    var(--glass);
  box-shadow: var(--shadow-glass);
  backdrop-filter: blur(22px) saturate(1.16);
}

.browser-card {
  position: absolute;
  inset: 26px 54px auto 0;
  overflow: hidden;
  padding: 14px;
  transform: rotate(-1deg);
}

.browser-card::before,
.visual-card::before,
.builder-app::before,
.pricing-card::before,
.guide-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.62), transparent 32%);
  content: "";
  opacity: 0.58;
}

.browser-bar {
  display: flex;
  gap: 7px;
  padding: 6px 4px 13px;
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--line);
}

.browser-bar span:first-child {
  background: var(--coral);
}

.browser-bar span:nth-child(2) {
  background: #ffca5f;
}

.browser-bar span:nth-child(3) {
  background: var(--brand);
}

.preview-shell {
  display: grid;
  grid-template-columns: 78px 1fr;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--wash);
}

.preview-sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 20px;
  background: var(--ink);
}

.mini-logo,
.preview-sidebar span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.mini-logo {
  position: relative;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.72), transparent 34%),
    linear-gradient(135deg, var(--brand-luminous), var(--brand) 52%, var(--brand-strong));
  box-shadow: 0 10px 24px rgba(10, 186, 181, 0.28);
}

.mini-logo::after {
  position: absolute;
  inset: 8px 7px 9px;
  background: white;
  clip-path: polygon(0 0, 20% 0, 36% 64%, 50% 18%, 64% 64%, 80% 0, 100% 0, 73% 100%, 57% 100%, 50% 74%, 43% 100%, 27% 100%);
  content: "";
}

.preview-sidebar span {
  width: 36px;
  height: 8px;
}

.preview-sidebar .active {
  background: white;
}

.preview-content {
  padding: 34px;
}

.preview-topline,
.preview-title,
.preview-grid span,
.preview-document i {
  display: block;
  border-radius: 999px;
  background: #d8e7e6;
}

.preview-topline {
  width: 120px;
  height: 12px;
  background: var(--brand);
}

.preview-title {
  width: 78%;
  height: 38px;
  margin-top: 18px;
  border-radius: 8px;
  background: var(--ink);
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.preview-grid span {
  height: 70px;
  border-radius: 8px;
  background: white;
}

.preview-document {
  margin-top: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.preview-document strong,
.preview-document small {
  display: block;
}

.preview-document strong {
  font-size: 0.88rem;
}

.preview-document small {
  margin: 8px 0 22px;
  color: var(--muted);
}

.preview-document i {
  height: 10px;
  margin-top: 10px;
}

.preview-document i:nth-of-type(1) {
  width: 88%;
}

.preview-document i:nth-of-type(2) {
  width: 76%;
}

.preview-document i:nth-of-type(3) {
  width: 58%;
}

.phone-card {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: min(230px, 45vw);
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(49, 226, 220, 0.12), transparent 48%),
    #102126;
  color: white;
}

.phone-speaker {
  width: 50px;
  height: 6px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.phone-logo {
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 800;
}

.phone-card h2 {
  margin-top: 34px;
  color: white;
  font-size: 4rem;
  letter-spacing: 0;
}

.phone-card p {
  color: rgba(255, 255, 255, 0.7);
}

.phone-progress {
  height: 10px;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.phone-progress span {
  display: block;
  width: 92%;
  height: 100%;
  border-radius: inherit;
  background: var(--brand);
}

.trust-pathway {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: start;
  padding-top: clamp(34px, 6vw, 74px);
  padding-bottom: clamp(34px, 6vw, 74px);
}

.pathway-copy {
  position: sticky;
  top: 112px;
}

.pathway-copy h2 {
  max-width: 10ch;
  font-size: 3.25rem;
}

.pathway-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.pathway-grid article {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 22px;
  border: 1px solid rgba(16, 33, 38, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.68)),
    var(--glass);
  box-shadow: 0 18px 48px rgba(14, 48, 52, 0.08);
  backdrop-filter: blur(18px) saturate(1.12);
}

.pathway-grid article::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(49, 226, 220, 0.15), transparent 52%);
  content: "";
}

.pathway-grid span,
.pathway-grid strong,
.pathway-grid p {
  position: relative;
}

.pathway-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-strong);
  font-size: 0.85rem;
  font-weight: 900;
}

.pathway-grid strong {
  display: block;
  margin-top: 54px;
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.18;
}

.pathway-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.onboarding-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
}

.onboarding-copy p {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.7;
}

.onboarding-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.onboarding-stage {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border: 1px solid rgba(16, 33, 38, 0.08);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 80% 12%, rgba(10, 186, 181, 0.26), transparent 24rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(217, 251, 248, 0.72));
  box-shadow: var(--shadow);
}

.storyboard-strip {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(16, 33, 38, 0.55), rgba(16, 33, 38, 0.08)),
    url("assets/willcrafty-onboarding-storyboard.png");
  background-position: center;
  background-size: cover;
  opacity: 0.12;
}

.motion-frame {
  position: absolute;
  left: clamp(20px, 4vw, 48px);
  top: clamp(24px, 5vw, 56px);
  z-index: 2;
  width: min(430px, calc(100% - 48px));
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 56px rgba(14, 48, 52, 0.14);
  backdrop-filter: blur(18px);
}

.scene-kicker {
  width: max-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-strong);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.motion-frame h3 {
  margin-top: 18px;
  line-height: 1;
}

.motion-frame p {
  color: var(--muted);
  line-height: 1.65;
}

.motion-frame strong {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 1.15rem;
}

.motion-visual {
  --scene-accent: var(--brand);
  position: absolute;
  right: clamp(16px, 4vw, 52px);
  bottom: 74px;
  z-index: 1;
  width: min(510px, calc(100% - 48px));
  height: 360px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(10, 186, 181, 0.22);
  border-radius: 999px;
}

.orbit-one {
  inset: 38px 10px 8px 80px;
}

.orbit-two {
  inset: 0 70px 48px 0;
  border-color: rgba(16, 33, 38, 0.12);
}

.animated-device,
.animated-document {
  position: absolute;
  border: 1px solid rgba(16, 33, 38, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(14, 48, 52, 0.18);
}

.animated-device {
  left: 22px;
  bottom: 8px;
  width: 310px;
  min-height: 250px;
  padding: 22px;
  transform: rotate(-2deg);
}

.device-top {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: var(--scene-accent);
  box-shadow: 0 18px 42px color-mix(in srgb, var(--scene-accent) 32%, transparent);
}

.device-line {
  width: 64%;
  height: 12px;
  margin-top: 18px;
  border-radius: 999px;
  background: #d7e8e6;
}

.device-line.long {
  width: 86%;
  height: 16px;
  background: var(--ink);
}

.device-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.device-card-grid span {
  height: 62px;
  border-radius: var(--radius);
  background: var(--wash);
}

.animated-document {
  right: 0;
  top: 54px;
  width: 250px;
  min-height: 310px;
  padding: 24px;
  transform: rotate(3deg);
}

.animated-document span {
  display: block;
  width: 72%;
  height: 18px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: var(--scene-accent);
}

.animated-document i {
  display: block;
  height: 11px;
  margin-top: 13px;
  border-radius: 999px;
  background: #d2e0df;
}

.animated-document i:nth-child(2) {
  width: 95%;
}

.animated-document i:nth-child(3) {
  width: 82%;
}

.animated-document i:nth-child(4) {
  width: 64%;
}

.onboarding-stage[data-scene="people"] .device-card-grid span {
  border-radius: 999px;
  background: color-mix(in srgb, var(--scene-accent) 18%, white);
}

.onboarding-stage[data-scene="preview"] .animated-document {
  transform: rotate(0deg) scale(1.06);
}

.onboarding-stage[data-scene="download"] .animated-device {
  transform: translateX(34px) rotate(0deg);
}

.onboarding-stage[data-scene="download"] .animated-document {
  transform: translateY(-20px) rotate(-4deg);
}

.scene-dots {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 4;
  display: flex;
  gap: 8px;
}

.scene-dots button {
  width: 40px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 33, 38, 0.2);
  cursor: pointer;
}

.scene-dots button.active {
  background: var(--brand);
}

.about-page {
  max-width: 960px;
  padding-top: 150px;
}

.about-page h1 {
  max-width: 760px;
}

.about-page > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.75;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 40px 0;
}

.about-grid article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.about-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--brand-strong);
  font-weight: 800;
}

.about-grid strong {
  display: block;
  margin-bottom: 10px;
}

.about-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.brand-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 44px;
  color: var(--muted);
  text-align: center;
}

.brand-footer a {
  color: var(--brand-strong);
  font-weight: 800;
  text-decoration: none;
}

.brand-footer a:hover {
  text-decoration: underline;
}

.split-section.reverse {
  grid-template-columns: 1fr 0.9fr;
}

.pricing-section {
  width: min(1280px, calc(100% - 40px));
}

.agent-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.agent-copy {
  position: sticky;
  top: 112px;
}

.agent-copy p {
  max-width: 520px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.7;
}

.agent-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(16, 33, 38, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.68)),
    var(--glass);
  box-shadow: var(--shadow-glass);
  backdrop-filter: blur(22px) saturate(1.16);
}

.agent-panel::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(49, 226, 220, 0.16), transparent 44%);
  content: "";
}

.agent-panel > * {
  position: relative;
}

.agent-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.agent-answer {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(10, 186, 181, 0.2);
  border-radius: var(--radius);
  background: rgba(244, 251, 250, 0.84);
}

.agent-answer strong {
  font-size: 1.1rem;
}

.agent-answer span {
  color: var(--brand-strong);
  font-size: 0.86rem;
  font-weight: 850;
}

.agent-answer p,
.agent-disclaimer {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.agent-disclaimer {
  font-size: 0.92rem;
}

.pricing-heading {
  display: grid;
  gap: 14px;
  margin-bottom: 26px;
}

.pricing-heading h2 {
  max-width: 760px;
}

.pricing-heading p {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.7;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(16, 33, 38, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)),
    var(--glass);
  box-shadow: 0 18px 48px rgba(14, 48, 52, 0.08);
  backdrop-filter: blur(18px) saturate(1.12);
}

.pricing-card.highlighted {
  border-color: rgba(10, 186, 181, 0.42);
  background:
    linear-gradient(180deg, rgba(217, 251, 248, 0.52), rgba(255, 255, 255, 0.92)),
    white;
}

.pricing-card-head {
  display: grid;
  gap: 12px;
}

.pricing-card h3 {
  font-size: 1.85rem;
}

.pricing-card p,
.pricing-card li,
.plan-price span,
.pricing-note span {
  color: var(--muted);
  line-height: 1.6;
}

.plan-badge {
  width: max-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--brand);
  color: white;
  font-size: 0.78rem;
  font-weight: 900;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.plan-price strong {
  font-size: 2.65rem;
  letter-spacing: 0;
}

.best-for {
  min-height: 52px;
  font-weight: 850;
}

.pricing-card ul {
  display: grid;
  gap: 9px;
  padding-left: 20px;
  margin: 0;
}

.plan-caveat {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

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

.pricing-note,
.plan-recommendation {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(10, 186, 181, 0.22);
  border-radius: var(--radius);
  background: rgba(217, 251, 248, 0.5);
}

.pricing-note strong,
.plan-recommendation strong {
  flex: 0 0 auto;
}

.plan-recommendation {
  align-items: flex-start;
  margin-bottom: 18px;
}

.plan-recommendation div {
  display: grid;
  gap: 8px;
}

.plan-recommendation p {
  margin: 0;
  color: var(--muted);
}

.section-copy p {
  max-width: 620px;
}

.visual-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(10, 186, 181, 0.08), rgba(255, 255, 255, 0.78)),
    white;
}

.step-stack {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.step-pill {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--muted);
  font-weight: 850;
}

.step-pill.active {
  border-color: transparent;
  background: var(--brand);
  color: white;
  box-shadow: 0 16px 36px rgba(10, 186, 181, 0.22);
}

.law-card,
.security-card {
  display: grid;
  align-content: center;
  gap: 16px;
}

.law-card span {
  width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-strong);
  font-weight: 900;
}

.law-card strong,
.security-card strong {
  max-width: 430px;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
}

.law-card small,
.security-card p {
  max-width: 360px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.security-card {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: white;
}

.security-card p {
  color: rgba(255, 255, 255, 0.72);
}

.lock-orbit {
  width: 86px;
  height: 86px;
  border: 14px solid var(--brand);
  border-top-color: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.builder-section {
  width: min(1280px, calc(100% - 40px));
}

.builder-heading {
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.builder-heading h2 {
  max-width: 900px;
}

.builder-heading p {
  max-width: 720px;
  margin: 16px 0 0;
}

.builder-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 760px);
  margin-top: 22px;
}

.builder-metrics span {
  min-height: 76px;
  padding: 16px;
  border: 1px solid rgba(16, 33, 38, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  line-height: 1.45;
  backdrop-filter: blur(14px);
}

.builder-metrics strong {
  display: block;
  color: var(--ink);
  font-size: 1.02rem;
}

.home-link {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.builder-app {
  position: relative;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 760px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(217, 251, 248, 0.52)),
    var(--glass-strong);
}

.builder-rail {
  padding: 28px;
  border-right: 1px solid var(--line);
  background: var(--wash);
}

.progress-ring {
  position: relative;
  display: grid;
  width: 148px;
  height: 148px;
  place-items: center;
  margin: 0 auto 28px;
}

.progress-ring svg {
  position: absolute;
  inset: 0;
  transform: rotate(-90deg);
}

.ring-track,
.ring-fill {
  fill: none;
  stroke-width: 11;
}

.ring-track {
  stroke: #d7e8e6;
}

.ring-fill {
  stroke: var(--brand);
  stroke-dasharray: 302;
  stroke-dashoffset: 302;
  stroke-linecap: round;
}

.progress-ring strong {
  font-size: 2rem;
  letter-spacing: 0;
}

.step-nav {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.step-nav button {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 850;
  text-align: left;
}

.step-nav button.active {
  background: white;
  color: var(--ink);
  box-shadow: 0 10px 26px rgba(16, 33, 38, 0.08);
}

.prep-card {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(10, 186, 181, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(217, 251, 248, 0.56)),
    white;
}

.prep-card strong {
  display: block;
  font-size: 0.96rem;
}

.prep-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.will-form {
  min-width: 0;
  padding: clamp(22px, 4vw, 42px);
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.form-step-header {
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.form-step-header span {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-strong);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

label,
.textarea-label {
  display: grid;
  gap: 8px;
  color: #375052;
  font-size: 0.9rem;
  font-weight: 850;
}

label.wide,
.textarea-label {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfffe;
  color: var(--ink);
  outline: none;
  transition:
    border 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

input,
select {
  min-height: 52px;
  padding: 0 14px;
}

textarea {
  padding: 14px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand);
  background: white;
  box-shadow: 0 0 0 4px rgba(10, 186, 181, 0.12);
}

.repeater {
  display: grid;
  gap: 14px;
}

.repeat-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfffe;
}

.repeat-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.repeat-card-header strong {
  font-size: 0.95rem;
}

.remove-row {
  border: 0;
  background: transparent;
  color: #b94a3a;
  cursor: pointer;
  font-weight: 850;
}

.validation-panel {
  margin-top: 18px;
}

.validation-panel ul {
  display: grid;
  gap: 8px;
  padding: 14px 18px 14px 34px;
  border: 1px solid #ffd7c9;
  border-radius: var(--radius);
  background: #fff5f0;
  color: #9b3d2f;
}

.validation-panel .valid {
  padding: 14px 16px;
  border: 1px solid rgba(18, 168, 120, 0.25);
  border-radius: var(--radius);
  background: #effcf7;
  color: #0f7d5f;
  font-weight: 850;
}

.will-preview {
  min-height: 420px;
  max-height: 620px;
  margin: 20px 0;
  padding: 22px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfffe;
  color: var(--ink);
  white-space: pre-wrap;
  line-height: 1.65;
}

.notify-panel {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--wash);
}

.notify-panel h4 {
  justify-content: space-between;
  margin: 0 0 6px;
  font-size: 1.1rem;
}

.notify-panel p,
.muted {
  color: var(--muted);
  line-height: 1.6;
}

.notify-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.notify-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.notify-row span {
  color: var(--muted);
  font-size: 0.86rem;
}

.form-controls {
  position: sticky;
  bottom: 0;
  z-index: 5;
  justify-content: space-between;
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.final-cta {
  width: min(980px, calc(100% - 40px));
  text-align: center;
}

.final-cta h2,
.final-cta p {
  margin-inline: auto;
}

.final-cta p {
  max-width: 680px;
}

.brand-guide-hero h1 {
  max-width: 12ch;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 0;
}

.guide-card {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(16, 33, 38, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.68)),
    var(--glass);
  box-shadow: 0 18px 48px rgba(14, 48, 52, 0.08);
  backdrop-filter: blur(18px) saturate(1.12);
}

.guide-card h2 {
  max-width: none;
  font-size: 2.8rem;
}

.guide-card p,
.guide-list {
  color: var(--muted);
  line-height: 1.7;
}

.logo-showcase {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  font-size: 1.7rem;
  font-weight: 900;
}

.swatches {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.swatches span {
  min-height: 118px;
  padding: 16px;
  border-radius: var(--radius);
  background: var(--swatch);
  color: white;
  font-weight: 900;
  line-height: 1.45;
}

.swatches span:nth-child(3) {
  color: var(--ink);
}

.type-sample {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.type-sample strong {
  font-size: 4rem;
  line-height: 0.96;
  letter-spacing: 0;
}

.type-sample span {
  color: var(--muted);
  font-size: 1.15rem;
}

.guide-list {
  padding-left: 20px;
}

.print-document {
  display: none;
}

.notify-dialog {
  width: min(680px, calc(100% - 28px));
  padding: 0;
  border: 0;
  background: transparent;
}

.notify-dialog::backdrop {
  background: rgba(16, 33, 38, 0.42);
  backdrop-filter: blur(8px);
}

.notify-dialog form {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 28px;
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  cursor: pointer;
  font-size: 1.4rem;
}

.dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkout-status {
  min-height: 1.4em;
  margin: 0;
}

#notifyBody {
  min-height: 260px;
}

.floating-card {
  will-change: transform;
}

@keyframes brand-liquid {
  to {
    transform: rotate(360deg);
  }
}

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

  .brand-mark::before {
    animation: none;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 920px) {
  .site-header {
    padding-inline: 18px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 76px 16px auto;
    display: none;
    padding: 12px;
    border-radius: 16px;
    background: white;
    box-shadow: var(--shadow);
  }

  body.nav-open .main-nav {
    display: grid;
  }

  .main-nav a {
    padding: 14px;
  }

  .hero,
  .trust-pathway,
  .agent-section,
  .split-section,
  .split-section.reverse,
  .about-grid,
  .onboarding-section,
  .builder-app,
  .pricing-grid,
  .guide-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .pathway-copy {
    position: static;
  }

  .agent-copy {
    position: static;
  }

  .pathway-copy h2 {
    max-width: 14ch;
  }

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

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

  .onboarding-stage {
    min-height: 640px;
  }

  .browser-card {
    right: 0;
  }

  .builder-rail {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .step-nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .section {
    width: min(100% - 28px, 1160px);
    padding-block: 54px;
  }

  h1 {
    font-size: 3.85rem;
  }

  h2 {
    font-size: 2.55rem;
  }

  h3 {
    font-size: 1.72rem;
  }

  .trust-row,
  .pathway-grid,
  .builder-metrics,
  .field-grid,
  .step-nav {
    grid-template-columns: 1fr;
  }

  .pathway-copy h2 {
    font-size: 2.55rem;
  }

  .pathway-grid article {
    min-height: 0;
  }

  .pathway-grid strong {
    margin-top: 28px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

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

  .browser-card {
    position: relative;
    inset: auto;
  }

  .preview-shell {
    grid-template-columns: 54px 1fr;
    min-height: 330px;
  }

  .preview-content {
    padding: 22px;
  }

  .preview-grid {
    grid-template-columns: 1fr;
  }

  .preview-grid span {
    height: 42px;
  }

  .phone-card {
    right: 8px;
    bottom: -18px;
  }

  .onboarding-stage {
    min-height: 700px;
  }

  .motion-frame {
    left: 16px;
    right: 16px;
    width: auto;
  }

  .motion-visual {
    right: 16px;
    bottom: 70px;
    width: calc(100% - 32px);
  }

  .animated-device {
    width: min(280px, 72vw);
  }

  .animated-document {
    width: min(220px, 58vw);
  }

  .builder-heading {
    display: block;
  }

  .builder-app {
    width: calc(100% + 8px);
    margin-left: -4px;
  }

  .will-form {
    padding: 18px;
  }

  .notify-row,
  .pricing-note,
  .form-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .review-actions .button,
  .dialog-actions .button,
  .form-controls .button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  h1 {
    max-width: 10ch;
    font-size: 2.9rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .type-sample strong {
    font-size: 2.8rem;
  }
}

@media print {
  body > *:not(.print-document) {
    display: none !important;
  }

  .print-document {
    display: block;
    padding: 36px;
    font-family: Georgia, "Times New Roman", serif;
    color: #111;
    white-space: pre-wrap;
    line-height: 1.55;
  }
}
