@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --fw-black: #08090b;
  --fw-panel: #111318;
  --fw-panel-2: #171a20;
  --fw-paper: #f4f1ea;
  --fw-ink: #101114;
  --fw-muted: #a7a49d;
  --fw-blue: #67c8ff;
  --fw-violet: #8b72ff;
  --fw-mint: #65e6c4;
  --fw-line: rgba(244, 241, 234, .14);
  --fw-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.free-website-page {
  margin: 0;
  color: var(--fw-paper);
  background: var(--fw-black);
  font-family: "Space Grotesk", Inter, sans-serif;
  line-height: 1.55;
}
body.free-website-page a { color: inherit; }
.skip-link {
  position: fixed;
  z-index: 10000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #07111d !important;
  background: var(--fw-blue);
  border-radius: 8px;
  font-weight: 700;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.free-site-wrap { width: min(calc(100% - 40px), var(--fw-max)); margin-inline: auto; }
.free-site-reading { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.free-site-label {
  margin: 0 0 16px;
  color: var(--fw-blue);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.free-site-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 78px;
  border-bottom: 1px solid var(--fw-line);
}
.free-site-hero::before {
  position: absolute;
  inset: -30% -10% auto 42%;
  height: 760px;
  content: "";
  background: radial-gradient(circle, rgba(103, 200, 255, .19), transparent 66%);
  pointer-events: none;
}
.free-site-hero-grid { position: relative; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; }
.free-site-hero h1 { max-width: 900px; margin: 0; font-size: clamp(52px, 7.7vw, 96px); line-height: .94; letter-spacing: -.045em; }
.free-site-hero h1 span { color: var(--fw-blue); }
.free-site-lede { max-width: 720px; margin: 28px 0 0; color: #cac7c0; font-size: clamp(19px, 2vw, 24px); line-height: 1.45; }
.free-site-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.free-site-button {
  display: inline-flex;
  min-height: 50px;
  padding: 13px 19px;
  align-items: center;
  justify-content: center;
  color: #07111d !important;
  background: var(--fw-blue);
  border: 1px solid var(--fw-blue);
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.free-site-button:hover { transform: translateY(-1px); filter: brightness(1.04); }
.free-site-button.secondary { color: var(--fw-paper) !important; background: transparent; border-color: var(--fw-line); }
.free-site-receipt { padding: 26px; background: rgba(17, 19, 24, .92); border: 1px solid var(--fw-line); border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.34); }
.free-site-receipt header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--fw-line); }
.free-site-receipt header span { color: var(--fw-muted); font-family: "IBM Plex Mono", monospace; font-size: 11px; text-transform: uppercase; }
.free-site-receipt header b { color: var(--fw-mint); font-size: 13px; }
.free-site-receipt dl { margin: 10px 0 0; }
.free-site-receipt dl div { display: flex; gap: 20px; justify-content: space-between; padding: 14px 0; border-bottom: 1px dashed rgba(244,241,234,.12); }
.free-site-receipt dt { color: var(--fw-muted); }
.free-site-receipt dd { margin: 0; font-weight: 700; text-align: right; }
.free-site-receipt p { margin: 18px 0 0; color: var(--fw-muted); font-size: 13px; }
.free-site-section { padding: 88px 0; border-bottom: 1px solid var(--fw-line); }
.free-site-section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 42px; }
.free-site-section h2 { margin: 0; font-size: clamp(38px, 5vw, 70px); line-height: 1; letter-spacing: -.04em; }
.free-site-section-head > p { margin: 0; color: #b8b5ae; font-size: 19px; }
.free-site-ledger { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--fw-line); border-radius: 18px; overflow: hidden; }
.free-site-ledger article { padding: 30px; background: var(--fw-panel); }
.free-site-ledger article + article { border-left: 1px solid var(--fw-line); background: #0e1014; }
.free-site-ledger h3 { margin: 0 0 20px; font-size: 23px; }
.free-site-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.free-site-list li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; color: #d0cdc6; }
.free-site-list li::before { content: "✓"; color: var(--fw-mint); font-weight: 700; }
.free-site-list.excluded li::before { content: "—"; color: var(--fw-violet); }
.free-site-templates { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.free-site-template { padding: 14px; background: var(--fw-panel); border: 1px solid var(--fw-line); border-radius: 16px; }
.free-site-template-preview { height: 260px; overflow: hidden; background: #f7f4ed; border-radius: 9px; color: #111; }
.free-site-template-preview i { display: block; width: 100%; height: 12px; background: #e5e0d7; border-bottom: 1px solid #d0cbc2; }
.free-site-template-preview div { margin: 18px; }
.free-site-template-preview b { display: block; width: 70%; height: 28px; margin: 34px 0 12px; background: #151515; }
.free-site-template-preview span { display: block; width: 88%; height: 7px; margin: 8px 0; background: #a7a198; }
.free-site-template-preview em { display: block; width: 96px; height: 28px; margin-top: 22px; background: #67c8ff; border-radius: 4px; }
.free-site-template:nth-child(2) .free-site-template-preview { color: white; background: #111; }
.free-site-template:nth-child(2) .free-site-template-preview i { background: #1c1c1c; border-color: #333; }
.free-site-template:nth-child(2) .free-site-template-preview b { width: 90%; height: 48px; background: #f0eee8; }
.free-site-template:nth-child(2) .free-site-template-preview span { background: #575757; }
.free-site-template:nth-child(2) .free-site-template-preview em { background: #8b72ff; }
.free-site-template:nth-child(3) .free-site-template-preview { background: #f1eadf; }
.free-site-template:nth-child(3) .free-site-template-preview b { width: 58%; background: #674d3d; }
.free-site-template:nth-child(3) .free-site-template-preview em { background: #65e6c4; }
.free-site-template h3 { margin: 18px 6px 5px; }
.free-site-template p { margin: 0 6px 8px; color: var(--fw-muted); }
.free-site-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--fw-line); border: 1px solid var(--fw-line); border-radius: 18px; overflow: hidden; }
.free-site-steps article { min-height: 220px; padding: 28px; background: var(--fw-panel); }
.free-site-steps span { color: var(--fw-blue); font-family: "IBM Plex Mono", monospace; font-size: 12px; }
.free-site-steps h3 { margin: 42px 0 10px; font-size: 21px; }
.free-site-steps p { margin: 0; color: var(--fw-muted); }
.free-site-form-section { color: var(--fw-ink); background: var(--fw-paper); }
.free-site-form-section .free-site-label { color: #3c6f8f; }
.free-site-form-section .free-site-section-head > p { color: #5d5b56; }
.free-site-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 34px;
  background: #fff;
  border: 1px solid #d8d3ca;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(34, 28, 20, .09);
}
.free-site-field { display: grid; gap: 7px; }
.free-site-field.full { grid-column: 1 / -1; }
.free-site-field label, .free-site-field legend { font-weight: 700; }
.free-site-field small { color: #66625b; }
.free-site-field input, .free-site-field select, .free-site-field textarea {
  width: 100%; min-height: 48px; padding: 11px 13px; color: #111; background: #fbfaf8; border: 1px solid #c9c3b8; border-radius: 9px; font: inherit;
}
.free-site-field textarea { min-height: 130px; resize: vertical; }
.free-site-field input:focus, .free-site-field select:focus, .free-site-field textarea:focus { outline: 3px solid rgba(103, 200, 255, .35); border-color: #3f95c4; }
.free-site-check { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: #44413c; }
.free-site-check input { width: 18px; height: 18px; margin: 3px 0 0; }
.free-site-submit-row { display: flex; grid-column: 1 / -1; gap: 18px; align-items: center; justify-content: space-between; padding-top: 8px; }
.free-site-submit-row p { max-width: 540px; margin: 0; color: #625f59; font-size: 13px; }
.free-site-status { display: none; grid-column: 1 / -1; padding: 22px; border-radius: 12px; }
.free-site-status.is-visible { display: block; }
.free-site-status.success { color: #0b3f32; background: #def8ef; border: 1px solid #8bd6c1; }
.free-site-status.error { color: #6f1e1e; background: #fff0f0; border: 1px solid #e4a2a2; }
.free-site-status a { font-weight: 700; }
.free-site-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 36px; }
.free-site-faq details { padding: 20px 0; border-top: 1px solid var(--fw-line); }
.free-site-faq summary { font-size: 18px; font-weight: 700; cursor: pointer; }
.free-site-faq p { color: var(--fw-muted); }
.free-site-legal { padding: 80px 0 110px; }
.free-site-legal h1 { margin: 0 0 22px; font-size: clamp(46px, 7vw, 82px); line-height: .96; }
.free-site-legal h2 { margin-top: 46px; font-size: 28px; }
.free-site-legal p, .free-site-legal li { color: #c4c1ba; }
.free-site-legal .terms-highlight { margin: 30px 0; padding: 24px; color: #111; background: var(--fw-paper); border-radius: 14px; }
.free-site-legal .terms-highlight p { color: #333; }
.free-site-onboarding-header { padding: 70px 0 42px; border-bottom: 1px solid var(--fw-line); }
.free-site-onboarding-header h1 { max-width: 850px; margin: 0; font-size: clamp(46px, 6vw, 76px); line-height: .98; }
.free-site-onboarding-header p:last-child { max-width: 720px; color: var(--fw-muted); font-size: 18px; }
.free-site-onboarding { padding: 50px 0 100px; }
.free-site-onboarding form { display: grid; gap: 18px; }
.free-site-form-group { padding: 30px; color: var(--fw-ink); background: var(--fw-paper); border-radius: 16px; }
.free-site-form-group h2 { margin: 0 0 5px; font-size: 29px; }
.free-site-form-group > p { margin: 0 0 24px; color: #69655e; }
.free-site-field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.free-site-agreement { padding: 28px; background: #0e1c23; border: 1px solid rgba(103,200,255,.25); border-radius: 16px; }
.free-site-agreement h2 { margin-top: 0; }
.free-site-agreement .free-site-check { margin: 14px 0; color: #d7d4cc; }
.free-site-agreement a { color: var(--fw-blue); }
.free-site-form-note { color: var(--fw-muted); font-size: 13px; }
.free-site-footer { padding: 30px 0; color: var(--fw-muted); border-top: 1px solid var(--fw-line); }
.free-site-footer .free-site-wrap { display: flex; gap: 24px; justify-content: space-between; }
.free-site-footer nav { display: flex; gap: 18px; }
.free-site-home-promo { padding: 48px 0; color: var(--fw-paper); background: #0d1117; border-bottom: 1px solid rgba(244,241,234,.14); }
.free-site-home-promo .wrap { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; }
.free-site-home-promo span { color: var(--fw-blue); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.free-site-home-promo h2 { max-width: 900px; margin: 8px 0 0; font-size: clamp(31px, 4vw, 55px); line-height: 1; letter-spacing: -.04em; }
.free-site-home-promo p { max-width: 760px; margin: 14px 0 0; color: #aaa7a0; }
.free-site-home-promo a { display: inline-flex; padding: 13px 18px; color: #07111d; background: var(--fw-blue); border-radius: 9px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.hp-field { position: absolute; left: -9999px; }

@media (max-width: 900px) {
  .free-site-hero { padding-top: 64px; }
  .free-site-hero-grid, .free-site-section-head, .free-site-ledger, .free-site-faq { grid-template-columns: 1fr; }
  .free-site-ledger article + article { border-top: 1px solid var(--fw-line); border-left: 0; }
  .free-site-templates { grid-template-columns: 1fr; }
  .free-site-steps { grid-template-columns: 1fr 1fr; }
  .free-site-home-promo .wrap { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .free-site-wrap, .free-site-reading { width: min(calc(100% - 28px), var(--fw-max)); }
  .free-site-hero h1 { font-size: 51px; }
  .free-site-section { padding: 68px 0; }
  .free-site-steps, .free-site-form, .free-site-field-grid { grid-template-columns: 1fr; }
  .free-site-form { padding: 22px; }
  .free-site-submit-row { align-items: stretch; flex-direction: column; }
  .free-site-submit-row .free-site-button { width: 100%; }
  .free-site-form-group { padding: 22px; }
  .free-site-footer .free-site-wrap, .free-site-footer nav { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
