:root {
  --paper: #f5f5f3;
  --surface: #ffffff;
  --surface-soft: #f0f2f6;
  --ink: #0c0d16;
  --ink-soft: #303442;
  --muted: #696e7b;
  --line: rgba(11, 15, 23, 0.12);
  --line-strong: rgba(11, 15, 23, 0.2);
  --blue: #5954e8;
  --blue-deep: #4742d5;
  --blue-soft: #eeedff;
  --midnight: #090919;
  --midnight-surface: #12122e;
  --midnight-raised: #191943;
  --midnight-muted: #a8a8b8;
  --white: #ffffff;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Syne", "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --ease-lux: cubic-bezier(0.19, 1, 0.22, 1);
  --shadow-1: 0 10px 30px rgba(8, 13, 28, 0.08);
  --shadow-2: 0 36px 110px rgba(4, 4, 18, 0.42);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 30px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input,
textarea {
  font: inherit;
}

button,
a,
summary,
label {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

:where(a, button, input, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid #7d9cff;
  outline-offset: 3px;
}

.grain {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  opacity: 0.024;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  padding: 0 max(28px, calc((100vw - 1440px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #fff;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

.wordmark {
  position: relative;
  z-index: 1;
  justify-self: start;
  color: #fff;
  font: italic 600 28px/1 var(--serif);
  letter-spacing: -0.035em;
  animation: wordmarkIn 780ms 80ms both var(--ease-lux);
}

.wordmark::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -2px;
  right: -3px;
  bottom: -6px;
  height: 3px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 16px rgba(65, 105, 255, 0.5);
  transform: rotate(-3deg);
}

.wordmark span {
  color: #9eb1ff;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 500;
}

.header-nav a {
  padding: 12px 0;
  transition: color 180ms ease;
}

.header-nav a:hover {
  color: #fff;
}

.header-cta {
  min-height: 44px;
  padding: 4px 5px 4px 17px;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  font-size: 13px;
  font-weight: 650;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-cta span {
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--blue);
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(89, 84, 232, 0.3);
}

.header-cta:hover {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 700px;
  padding: 108px max(30px, calc((100vw - 1440px) / 2)) 238px;
  display: grid;
  grid-template-columns: minmax(0, 760px) 1fr;
  gap: 80px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 14% 48%, rgba(37, 87, 230, 0.3), transparent 28%),
    radial-gradient(circle at 76% 8%, rgba(108, 133, 222, 0.12), transparent 30%),
    linear-gradient(112deg, #090c12 0%, #0b0f18 58%, #080a0f 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  right: -8%;
  bottom: -292px;
  width: 1180px;
  height: 420px;
  border: 34px solid rgba(106, 127, 196, 0.075);
  transform: rotate(-6deg);
}

.hero::after {
  right: -22%;
  bottom: -330px;
  width: 1500px;
  height: 440px;
  border: 1px solid rgba(123, 147, 232, 0.13);
  transform: rotate(-4deg);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow span {
  margin-right: 11px;
  color: var(--blue);
}

.hero .eyebrow {
  color: #9eb1ff;
  animation: heroRise 560ms 80ms both var(--ease-lux);
}

.hero .eyebrow span {
  color: rgba(255, 255, 255, 0.52);
}

.hero h1,
.comparison h2,
.section-kicker h2,
.final-cta h2,
.faq h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 650;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 730px;
  font-size: clamp(66px, 6.3vw, 88px);
  line-height: 0.99;
  animation: heroRise 650ms 140ms both var(--ease-lux);
}

.hero h1 em {
  position: relative;
  display: inline-block;
  color: #a9baff;
  font-family: var(--serif);
  font-size: 1.05em;
  font-weight: 600;
  letter-spacing: -0.035em;
  text-shadow: 0 0 34px rgba(96, 129, 255, 0.2);
}

.hero h1 em::after {
  content: "";
  position: absolute;
  left: -3px;
  right: -8px;
  bottom: -7px;
  height: 4px;
  border-radius: 50%;
  background: var(--blue);
  transform: rotate(-3deg);
}

.hero-lede {
  max-width: 585px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: 17px;
  line-height: 1.65;
  animation: heroRise 650ms 220ms both var(--ease-lux);
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 14px;
  animation: heroRise 650ms 300ms both var(--ease-lux);
}

.hero-primary,
.hero-secondary {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.hero-primary {
  gap: 18px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 30px rgba(37, 87, 230, 0.28);
}

.hero-primary span {
  font-size: 17px;
}

.hero-secondary {
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-primary:hover,
.hero-secondary:hover {
  transform: translateY(-2px);
}

.hero-primary:hover {
  background: #3162ec;
}

.hero-secondary:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.48);
}

.hero-badges {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 600;
  animation: heroRise 650ms 360ms both var(--ease-lux);
}

.hero-badges i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #6f8cff;
}

.hero-product {
  position: relative;
  z-index: 2;
  width: min(100%, 570px);
  margin-top: 6px;
  align-self: center;
  justify-self: end;
  perspective: 1200px;
  animation: heroRise 720ms 300ms both var(--ease-lux);
}

.hero-product-glow {
  position: absolute;
  inset: 10% 2% 4%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 99, 255, 0.34), rgba(33, 65, 160, 0.08) 48%, transparent 72%);
  filter: blur(32px);
}

.hero-email-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 45px 110px rgba(0, 0, 0, 0.48), 0 16px 38px rgba(37, 87, 230, 0.16);
  transform: rotateY(-6deg) rotateX(1.5deg) rotateZ(1deg);
  transform-origin: center;
  animation: productDrift 8s 1.1s ease-in-out infinite;
}

.hero-email-card::after {
  content: "";
  position: absolute;
  inset: -30% auto -30% -22%;
  width: 32%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: rotate(16deg);
  animation: productSheen 7s 1.8s ease-in-out infinite;
}

.hero-email-chrome {
  min-height: 54px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  align-items: center;
  gap: 12px;
  color: #555d69;
  border-bottom: 1px solid #e4e7ec;
  background: #fafbfc;
}

.hero-email-chrome > span {
  display: flex;
  gap: 6px;
}

.hero-email-chrome i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef685e;
}

.hero-email-chrome i:nth-child(2) { background: #edbd4f; }
.hero-email-chrome i:nth-child(3) { background: #66be5b; }

.hero-email-chrome b {
  font-size: 12px;
}

.hero-email-chrome em {
  padding: 6px 10px;
  color: var(--blue);
  border: 1px solid rgba(37, 87, 230, 0.17);
  border-radius: 999px;
  background: var(--blue-soft);
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-email-lines {
  padding: 18px 20px 4px;
  display: grid;
  gap: 10px;
}

.hero-email-lines span {
  height: 9px;
  border-radius: 99px;
  background: #eef0f4;
}

.hero-email-lines span:first-child { width: 38%; }
.hero-email-lines span:last-child { width: 72%; }

.hero-signature-card {
  margin: 20px;
  padding: 22px;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  color: var(--ink);
  border: 1px solid rgba(37, 87, 230, 0.09);
  border-radius: 15px;
  background: linear-gradient(135deg, #eef2f8, #f8f9fb);
}

.hero-signature-card > img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border: 3px solid var(--blue);
  border-radius: 50%;
}

.hero-signature-card strong,
.hero-signature-card small {
  display: block;
}

.hero-signature-card strong {
  font: 600 24px/1.05 var(--serif);
}

.hero-signature-card small {
  margin-top: 5px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-signature-card p {
  margin: 11px 0 10px;
  color: #687181;
  font-size: 11px;
}

.hero-socials {
  display: flex;
  gap: 7px;
}

.hero-socials i {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
}

.hero-socials img {
  width: 14px;
  height: 14px;
}

.hero-product-proof {
  position: relative;
  z-index: 2;
  margin: 22px 12px 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.hero-product-proof span {
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 650;
}

.studio {
  position: relative;
  z-index: 5;
  max-width: 1440px;
  min-height: 940px;
  margin: -158px auto 128px;
  display: grid;
  grid-template-columns: minmax(430px, 480px) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
  background: #0b0f17;
  box-shadow: var(--shadow-2);
  animation: studioLift 620ms 180ms both var(--ease-lux);
}

.builder-card {
  position: relative;
  z-index: 2;
  min-height: 916px;
  margin: 12px;
  padding: 32px 30px 26px;
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow-1);
}

.builder-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.builder-heading .eyebrow {
  margin-bottom: 8px;
}

.builder-heading h2 {
  margin: 0;
  font: 650 32px/1.1 var(--display);
  letter-spacing: -0.035em;
}

.reset-button {
  min-height: 40px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease;
}

.reset-button:hover {
  color: var(--ink);
  background: var(--surface-soft);
}

.builder-intro {
  max-width: 370px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.completion {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 13px;
}

.completion-track {
  height: 5px;
  flex: 1;
  overflow: hidden;
  border-radius: 99px;
  background: #e7eaf0;
}

.completion-track span {
  display: block;
  width: 70%;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
  transition: width 280ms var(--ease-lux);
}

.completion > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.builder-tabs {
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  border-radius: 13px;
  background: #edf0f5;
}

.builder-tab {
  min-height: 44px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.builder-tab span {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(104, 113, 129, 0.12);
  font-size: 11px;
}

.builder-tab.is-active {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 3px 12px rgba(11, 15, 23, 0.09);
}

.builder-tab.is-active span {
  color: #fff;
  background: var(--blue);
}

#signatureForm {
  flex: 1;
  min-height: 0;
}

.tab-panel {
  padding: 26px 1px 10px;
  animation: panelIn 220ms var(--ease-lux);
}

fieldset {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
  margin-bottom: 11px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

legend small {
  float: right;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

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

.template-choice {
  position: relative;
  min-width: 0;
  min-height: 78px;
  padding: 8px 7px 9px;
  border: 1px solid #dce0e8;
  border-radius: 12px;
  background: #f7f8fb;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
  transition: transform 180ms var(--ease-lux), border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.template-choice::after {
  content: "✓";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  opacity: 0;
  transform: scale(0.65);
  transition: opacity 160ms ease, transform 200ms var(--ease-lux);
  font-size: 10px;
}

.template-choice:hover {
  border-color: #adb6c6;
  transform: translateY(-2px);
}

.template-choice.is-active {
  color: var(--blue);
  border-color: var(--blue);
  background: var(--blue-soft);
  box-shadow: 0 7px 18px rgba(37, 87, 230, 0.11);
}

.template-choice.is-active::after {
  opacity: 1;
  transform: scale(1);
}

.template-art {
  position: relative;
  height: 38px;
  margin-bottom: 6px;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(11, 15, 23, 0.04);
}

.template-art i,
.template-art b {
  position: absolute;
  display: block;
  border-radius: 99px;
  background: #c7cdd7;
}

.template-art i {
  left: 7px;
  top: 9px;
  width: 14px;
  height: 14px;
  background: var(--blue);
}

.template-art b {
  left: 26px;
  top: 10px;
  width: 30px;
  height: 3px;
}

.template-art b:last-child {
  top: 18px;
  width: 22px;
}

.art-modern i { border-radius: 3px; }
.art-modern::before { content: ""; position: absolute; left: 0; top: 5px; width: 4px; height: 28px; background: var(--blue); }
.art-classic i { display: none; }
.art-classic b { left: 8px; width: 38px; }
.art-classic b:last-child { left: 8px; width: 27px; }
.art-signal i { left: 5px; right: 5px; top: 5px; width: auto; height: 8px; border-radius: 3px; }
.art-signal b { left: 8px; top: 19px; }
.art-signal b:last-child { top: 27px; }
.art-minimal i { left: 6px; top: 7px; width: 4px; height: 24px; border-radius: 0; }
.art-minimal b { left: 16px; }
.art-minimal b:last-child { left: 16px; }
.art-card { background: #e9edf5; }
.art-card i { left: 7px; top: 8px; width: 10px; height: 10px; }
.art-card b { left: 22px; }
.art-bold i { left: 6px; right: 6px; top: 6px; width: auto; height: 15px; border-radius: 3px; }
.art-bold b { left: 8px; top: 27px; width: 36px; }
.art-bold b:last-child { left: 8px; top: 33px; width: 23px; }
.art-centered i { left: calc(50% - 6px); top: 5px; width: 12px; height: 12px; border-radius: 50%; }
.art-centered b { left: calc(50% - 16px); top: 22px; width: 32px; }
.art-centered b:last-child { left: calc(50% - 11px); top: 29px; width: 22px; }

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

.field {
  min-width: 0;
  display: block;
}

.field-wide {
  grid-column: 1 / -1;
}

.field > span {
  margin: 0 0 7px;
  display: flex;
  justify-content: space-between;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 650;
}

.field > span em {
  color: var(--muted);
  font-style: normal;
  font-weight: 500;
}

.field input,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #d9dee7;
  border-radius: var(--radius-sm);
  outline: 0;
  background: #f6f7f9;
  color: var(--ink);
  font-size: 15px;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.field textarea {
  min-height: 106px;
  resize: vertical;
  line-height: 1.5;
}

.field input:hover,
.field textarea:hover {
  border-color: #bdc5d2;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(37, 87, 230, 0.1);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #9da5b1;
}

.upload-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.upload-card {
  position: relative;
  min-height: 72px;
  padding: 10px;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  border: 1px dashed #bdc5d2;
  border-radius: 12px;
  background: #f7f8fa;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.upload-card:hover {
  border-color: var(--blue);
  background: var(--blue-soft);
  transform: translateY(-1px);
}

.upload-preview {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #e8eaf0;
}

.upload-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upload-logo {
  border-radius: 10px;
  color: var(--blue);
  background: #e7ebf5;
  font: 600 13px var(--display);
}

.upload-logo img {
  object-fit: contain;
  padding: 5px;
}

.upload-card strong,
.upload-card small {
  display: block;
}

.upload-card strong {
  font-size: 13px;
}

.upload-card small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.upload-action {
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
}

.color-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}

.color-choice {
  position: relative;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 4px solid #fff;
  border-radius: 50%;
  outline: 1px solid #ccd2dc;
  background: var(--swatch);
  cursor: pointer;
  transition: transform 180ms ease, outline 180ms ease;
}

.color-choice:hover {
  transform: scale(1.08);
}

.color-choice.is-active {
  outline: 3px solid var(--ink);
  outline-offset: 2px;
}

.color-choice.is-active::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}

.custom-color {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
}

.custom-color input {
  width: 38px;
  height: 38px;
  padding: 2px;
  border: 1px solid #ccd2dc;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.social-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.social-field {
  display: grid;
  gap: 6px;
}

.social-field > span {
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

.social-field b {
  width: 23px;
  height: 23px;
  margin-right: 7px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
}

.social-field b img {
  width: 14px;
  height: 14px;
  display: block;
}

.social-field input {
  min-height: 44px;
  font-size: 14px;
}

.option-block {
  padding: 19px 0;
  border-bottom: 1px solid #e4e7ed;
}

.option-block:first-child {
  padding-top: 0;
}

.option-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.option-heading strong,
.option-heading small {
  display: block;
}

.option-heading strong {
  font-size: 17px;
  font-weight: 650;
}

.option-heading small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.switch {
  position: relative;
  width: 48px;
  height: 28px;
  flex: 0 0 auto;
}

.switch input {
  position: absolute;
  opacity: 0;
}

.switch span {
  position: absolute;
  inset: 0;
  border-radius: 99px;
  background: #c8ced8;
  cursor: pointer;
  transition: background 180ms ease;
}

.switch span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  transition: transform 220ms var(--ease-lux);
}

.switch input:checked + span {
  background: var(--blue);
}

.switch input:checked + span::before {
  transform: translateX(20px);
}

.switch input:focus-visible + span {
  outline: 3px solid #7d9cff;
  outline-offset: 3px;
}

.option-fields {
  margin-top: 16px;
}

.option-fields.is-disabled {
  display: none;
}

.banner-controls {
  display: grid;
  gap: 13px;
}

.banner-upload {
  grid-template-columns: 98px 1fr auto;
}

.banner-thumb {
  width: 98px;
  height: 49px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--blue);
}

.banner-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.builder-footer {
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #e1e5eb;
}

.builder-footer > div {
  display: flex;
  flex-direction: column;
}

.builder-footer strong {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.builder-footer span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
}

.buy-button,
.large-cta {
  min-height: 50px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: var(--blue);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(37, 87, 230, 0.22);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.buy-button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.buy-button:hover,
.large-cta:hover {
  background: var(--blue-deep);
  box-shadow: 0 16px 36px rgba(37, 87, 230, 0.3);
  transform: translateY(-2px);
}

.buy-button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.preview-column {
  position: relative;
  min-width: 0;
  min-height: 940px;
  padding: 34px 38px 32px 26px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 8%, rgba(37, 87, 230, 0.13), transparent 29%),
    #0b0f17;
}

.preview-column::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.045;
  background-image: linear-gradient(rgba(255, 255, 255, 0.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.28) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.preview-toolbar {
  position: relative;
  z-index: 2;
  min-height: 46px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.preview-toolbar > div:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
}

.live-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #53c878;
  box-shadow: 0 0 0 5px rgba(83, 200, 120, 0.11);
}

.preview-toolbar strong {
  font-size: 13px;
}

.preview-toolbar > div:first-child > span:last-child {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.device-toggle {
  padding: 3px;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.device-toggle button {
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: rgba(255, 255, 255, 0.46);
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

.device-toggle button.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.device-toggle svg {
  width: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.mail-stage {
  position: relative;
  z-index: 2;
  min-height: 710px;
  padding: 25px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mail-window {
  width: 100%;
  max-width: 800px;
  min-width: 0;
  overflow: hidden;
  color: #273038;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.34), 0 8px 26px rgba(0, 0, 0, 0.18);
  transition: width 260ms var(--ease-lux), max-width 260ms var(--ease-lux);
}

.mail-stage.is-mobile .mail-window {
  width: min(100%, 390px);
  max-width: 390px;
}

.mail-topbar {
  min-height: 50px;
  padding: 0 17px;
  display: grid;
  grid-template-columns: 78px 1fr auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #e5e7ea;
  background: #fafafa;
}

.window-dots {
  display: flex;
  gap: 6px;
}

.window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef685e;
}

.window-dots span:nth-child(2) { background: #edbd4f; }
.window-dots span:nth-child(3) { background: #66be5b; }

.mail-topbar strong {
  color: #5c6269;
  font-size: 12px;
}

.preview-chip {
  padding: 5px 9px;
  color: var(--blue);
  border: 1px solid rgba(37, 87, 230, 0.18);
  border-radius: 99px;
  background: rgba(37, 87, 230, 0.06);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.mail-meta {
  min-height: 42px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #eceef0;
  font-size: 12px;
}

.mail-meta span {
  width: 42px;
  color: #8f969e;
}

.mail-body {
  min-height: 480px;
  padding: 30px;
  overflow: hidden;
  font: 14px/1.58 Arial, Helvetica, sans-serif;
}

.mail-body > p {
  margin: 0 0 17px;
}

.signature-output {
  max-width: 100%;
  margin-top: 26px;
  overflow: hidden;
  transform-origin: left top;
}

.signature-output.is-updating {
  animation: previewRefresh 200ms var(--ease-lux);
}

.signature-output > table {
  max-width: 100% !important;
}

.mail-stage.is-mobile .signature-output {
  width: 520px;
  max-width: none;
  zoom: var(--preview-scale, 0.64);
}

.mail-stage.is-mobile .signature-output > table {
  max-width: 520px !important;
}

.mail-actions {
  min-height: 62px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 19px;
  border-top: 1px solid #e7e9eb;
  color: #858d95;
  font-size: 14px;
}

.mail-actions button {
  min-width: 92px;
  min-height: 40px;
  margin-right: auto;
  padding: 0 25px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 700;
}

.preview-value {
  position: relative;
  z-index: 2;
  padding: 24px 6px 0;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.preview-value div span,
.preview-value div strong {
  display: block;
}

.preview-value div span {
  margin-bottom: 6px;
  color: #9eb1ff;
  font-size: 11px;
  font-weight: 700;
}

.preview-value div strong {
  font-size: 17px;
  line-height: 1.35;
}

.preview-value p {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  line-height: 1.6;
}

/* Midnight Indigo experience */
.experience-stage {
  position: relative;
  padding-bottom: 118px;
  overflow: clip;
  background:
    radial-gradient(circle at 10% 22%, rgba(89, 84, 232, 0.24), transparent 27%),
    radial-gradient(circle at 82% 32%, rgba(71, 66, 213, 0.14), transparent 30%),
    linear-gradient(118deg, #090919 0%, #0b0b20 54%, #070714 100%);
}

.experience-stage::before,
.experience-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.experience-stage::before {
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 62%);
}

.experience-stage::after {
  right: -12vw;
  bottom: 44px;
  width: 74vw;
  height: 250px;
  border: 1px solid rgba(130, 126, 255, 0.13);
  border-radius: 50%;
  transform: rotate(-5deg);
}

.hero {
  min-height: 746px;
  padding-top: 124px;
  background: transparent;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(66px, 6vw, 86px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.hero-lede {
  color: rgba(248, 248, 255, 0.7);
}

.hero-email-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 48px 130px rgba(2, 2, 14, 0.62), 0 16px 50px rgba(89, 84, 232, 0.18);
}

.hero-product-glow {
  background: radial-gradient(circle, rgba(89, 84, 232, 0.42), rgba(50, 46, 160, 0.1) 48%, transparent 72%);
}

.studio {
  margin-top: -166px;
  margin-bottom: 0;
  overflow: visible;
  align-items: start;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(7, 7, 22, 0.72);
  box-shadow: 0 46px 140px rgba(2, 2, 16, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(24px);
}

.builder-card {
  color: #fbfbff;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(circle at 12% 0%, rgba(89, 84, 232, 0.17), transparent 28%),
    linear-gradient(155deg, rgba(24, 24, 58, 0.97), rgba(13, 13, 36, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 20px 54px rgba(0, 0, 0, 0.22);
}

.builder-heading h2,
.builder-card legend,
.builder-card .field > span,
.builder-card .option-heading strong,
.builder-footer strong {
  color: #fbfbff;
}

.builder-heading h2 {
  font-weight: 650;
}

.builder-card .eyebrow,
.builder-intro,
.completion > span,
.builder-card legend small,
.builder-card .field > span em,
.builder-card .upload-card small,
.builder-card .option-heading small,
.builder-footer span,
.custom-color {
  color: var(--midnight-muted);
}

.reset-button {
  color: rgba(255, 255, 255, 0.58);
}

.reset-button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.completion-track {
  background: rgba(255, 255, 255, 0.1);
}

.builder-tabs {
  border: 1px solid rgba(255, 255, 255, 0.065);
  background: rgba(255, 255, 255, 0.045);
}

.builder-tab {
  color: rgba(255, 255, 255, 0.54);
}

.builder-tab span {
  background: rgba(255, 255, 255, 0.09);
}

.builder-tab.is-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(103, 97, 244, 0.95), rgba(74, 69, 213, 0.95));
  box-shadow: 0 10px 28px rgba(34, 30, 140, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.builder-tab.is-active span {
  color: #4f4ad9;
  background: #fff;
}

.template-choice {
  color: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.095);
  background: rgba(255, 255, 255, 0.045);
}

.template-choice:hover {
  color: #fff;
  border-color: rgba(148, 144, 255, 0.45);
  background: rgba(255, 255, 255, 0.065);
}

.template-choice.is-active {
  color: #c5c3ff;
  border-color: rgba(132, 127, 255, 0.9);
  background: rgba(89, 84, 232, 0.17);
  box-shadow: 0 13px 30px rgba(2, 2, 18, 0.25), inset 0 0 0 1px rgba(161, 157, 255, 0.12);
}

.template-choice::after {
  background: var(--blue);
}

.field input,
.field textarea {
  color: #f9f9ff;
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.045);
}

.field input:hover,
.field textarea:hover {
  border-color: rgba(174, 171, 255, 0.34);
}

.field input:focus,
.field textarea:focus {
  color: #fff;
  border-color: #7772f1;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 0 0 4px rgba(89, 84, 232, 0.19), 0 10px 30px rgba(2, 2, 18, 0.18);
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.upload-card {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.035);
}

.upload-card:hover {
  border-color: rgba(139, 135, 255, 0.75);
  background: rgba(89, 84, 232, 0.12);
}

.upload-preview,
.upload-logo {
  background: rgba(255, 255, 255, 0.09);
}

.upload-action {
  color: #aaa7ff;
}

.color-choice {
  border-color: #171733;
  outline-color: rgba(255, 255, 255, 0.24);
}

.color-choice.is-active {
  outline-color: #fff;
}

.custom-color input {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
}

.social-field b {
  box-shadow: 0 7px 18px rgba(89, 84, 232, 0.24);
}

.option-block,
.builder-footer {
  border-color: rgba(255, 255, 255, 0.095);
}

.switch span {
  background: rgba(255, 255, 255, 0.18);
}

.buy-button {
  background: linear-gradient(135deg, #6863f2, #4d48da);
  box-shadow: 0 16px 34px rgba(49, 44, 185, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.19);
}

.buy-button:hover {
  background: linear-gradient(135deg, #746ff7, #5752e6);
  box-shadow: 0 20px 44px rgba(49, 44, 185, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.preview-column {
  --glow-x: 72%;
  --glow-y: 18%;
  position: sticky;
  top: 82px;
  align-self: start;
  border-radius: 0 29px 29px 0;
  background:
    radial-gradient(620px circle at var(--glow-x) var(--glow-y), rgba(89, 84, 232, 0.25), transparent 62%),
    linear-gradient(145deg, #0c0c21 0%, #090919 68%, #080815 100%);
}

.preview-column::before {
  opacity: 0.055;
  background-size: 52px 52px;
}

.mail-window {
  box-shadow: 0 46px 120px rgba(0, 0, 0, 0.48), 0 12px 40px rgba(60, 55, 208, 0.16);
}

.mail-actions svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mail-format {
  font-family: Georgia, serif;
}

.contact-icon {
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: -2px;
}

.price-card.featured {
  background:
    radial-gradient(circle at 85% 0%, rgba(139, 135, 255, 0.38), transparent 32%),
    linear-gradient(145deg, #16163a, #29266f);
  box-shadow: 0 28px 72px rgba(34, 31, 105, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.11);
}

.price-card.muted {
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 46px rgba(12, 13, 22, 0.055);
}

.showcase {
  background:
    radial-gradient(circle at 72% 0%, rgba(89, 84, 232, 0.055), transparent 35%),
    #efeff4;
}

.sample-card {
  border-color: rgba(12, 13, 22, 0.1);
  box-shadow: 0 22px 55px rgba(12, 13, 22, 0.085);
}

.final-cta {
  background:
    radial-gradient(circle at 50% -5%, rgba(111, 106, 255, 0.48), transparent 38%),
    radial-gradient(circle at 92% 88%, rgba(69, 64, 210, 0.3), transparent 30%),
    linear-gradient(145deg, #090919 0%, #17173b 52%, #0b0b20 100%);
}

.reveal {
  transition: opacity 620ms ease, transform 760ms var(--ease-lux);
}

.comparison,
.how-it-works,
.faq,
footer {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.comparison {
  padding: 92px 30px 138px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: end;
  gap: 90px;
}

.comparison h2,
.section-kicker h2 {
  font-size: clamp(44px, 4.8vw, 64px);
  line-height: 1.04;
}

.price-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.price-card {
  min-height: 300px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-md);
}

.price-card.muted {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
}

.price-card.featured {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 24px 58px rgba(37, 87, 230, 0.2);
}

.price-card > span {
  opacity: 0.66;
  font-size: 12px;
  font-weight: 700;
}

.price-card > strong {
  margin: 30px 0 14px;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.price-card > strong small {
  margin-left: 4px;
  opacity: 0.58;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.price-card p {
  margin: 0;
  opacity: 0.66;
  font-size: 14px;
  line-height: 1.6;
}

.price-line {
  height: 5px;
  margin-top: auto;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(104, 113, 129, 0.16);
}

.price-card.featured .price-line {
  background: rgba(255, 255, 255, 0.16);
}

.price-line i {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #aabaff;
}

.how-it-works {
  padding: 112px 30px 128px;
  border-top: 1px solid var(--line);
}

.section-kicker {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
  gap: 60px;
}

.section-kicker .eyebrow {
  margin: 13px 0 0;
}

.steps {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}

.steps article {
  padding-top: 22px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  border-top: 1px solid var(--ink);
}

.steps article > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 750;
}

.steps h3 {
  margin: 1px 0 10px;
  font-size: 21px;
  letter-spacing: -0.02em;
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.showcase {
  padding: 118px 0 116px;
  overflow: hidden;
  background: #f0f2f6;
}

.showcase-heading,
.showcase-controls {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.showcase-heading {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
  gap: 60px;
}

.showcase-heading .eyebrow {
  margin-top: 14px;
}

.showcase-heading h2 {
  max-width: 980px;
  margin: 0;
  font: 650 clamp(44px, 4.8vw, 64px)/1.04 var(--display);
  letter-spacing: -0.045em;
}

.showcase-intro {
  max-width: 660px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.showcase-controls {
  margin-top: 28px;
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: center;
  gap: 60px;
}

.showcase-controls > span {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.showcase-controls > div {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  display: flex;
  gap: 8px;
}

.showcase-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-size: 18px;
  transition: color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.showcase-controls button:hover {
  color: var(--blue);
  border-color: rgba(37, 87, 230, 0.4);
  transform: translateY(-1px);
}

.showcase-grid {
  display: flex;
  gap: 18px;
  padding: 8px max(30px, calc((100vw - 1380px) / 2)) 38px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.showcase-grid::-webkit-scrollbar {
  display: none;
}

.sample-card {
  --sample-color: #2557e6;
  min-height: 440px;
  flex: 0 0 470px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(11, 15, 23, 0.11);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 18px 40px rgba(8, 13, 28, 0.08);
  transition: transform 220ms var(--ease-lux), box-shadow 220ms ease;
}

.sample-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 27px 62px rgba(8, 13, 28, 0.14);
}

.sample-realestate { --sample-color: #8b2838; }
.sample-attorney { --sample-color: #11151d; }
.sample-insurance { --sample-color: #187d6c; }
.sample-fitness { --sample-color: #0f867b; }
.sample-accountant { --sample-color: #9b7a4b; }

.sample-chrome {
  min-height: 46px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #505967;
  border-bottom: 1px solid #e5e8ee;
  background: #fafbfc;
}

.sample-chrome > span {
  display: flex;
  gap: 5px;
}

.sample-chrome i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ef625a;
}

.sample-chrome i:nth-child(2) { background: #e8bd45; }
.sample-chrome i:nth-child(3) { background: #62bb5c; }

.sample-chrome b {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sample-signature {
  position: relative;
  flex: 1;
  padding: 26px 22px;
  color: #2a3038;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.sample-signature strong {
  display: block;
  color: #171b21;
  font: bold 20px Georgia, serif;
}

.sample-signature em {
  display: block;
  margin-top: 4px;
  color: var(--sample-color);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sample-signature p {
  color: #5c6571;
  font-size: 10px;
  line-height: 1.65;
}

.sample-signature a {
  min-height: 36px;
  margin-top: 10px;
  padding: 9px 15px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  background: var(--sample-color);
  font-size: 10px;
  font-weight: 700;
}

.sample-signature small {
  display: block;
  color: #9299a2;
  font-size: 8px;
  line-height: 1.5;
}

.sample-socials {
  margin-top: 9px;
  display: flex;
  gap: 7px;
}

.sample-socials img {
  width: 24px;
  height: 24px;
  padding: 5px;
  border-radius: 50%;
  background: var(--sample-color);
}

.sample-signature-band > div { padding: 16px 18px; display: flex; align-items: center; gap: 15px; border-radius: 7px; background: var(--sample-color); }
.sample-signature-band > div img { width: 70px; height: 70px; object-fit: cover; border: 3px solid #f3dca6; border-radius: 50%; }
.sample-signature-band > div strong { color: #fff; }
.sample-signature-band > div em { color: rgba(255, 255, 255, 0.76); }
.sample-signature-law header { margin-bottom: 14px; padding: 12px 14px; display: flex; justify-content: space-between; align-items: center; color: #fff; background: var(--sample-color); border-radius: 6px; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.sample-signature-law header img { width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: #fff2; }
.sample-signature-law > img { float: right; width: 68px; height: 68px; object-fit: cover; border: 2px solid var(--sample-color); border-radius: 50%; }
.sample-signature-law small { clear: both; padding-top: 18px; border-top: 1px solid #e6e7e9; }
.sample-signature-split { display: grid; grid-template-columns: 80px 1fr; gap: 16px; }
.sample-signature-split > img { width: 74px; height: 74px; object-fit: cover; border: 2px solid var(--sample-color); border-radius: 50%; }
.sample-signature-split > div { padding-left: 16px; border-left: 2px solid var(--sample-color); }
.sample-signature-split small { margin-top: 14px; padding-top: 10px; border-top: 1px solid #e6e7e9; }
.sample-signature-fitness { display: grid; grid-template-columns: 114px 1fr; gap: 22px; align-items: start; }
.sample-signature-fitness aside { min-height: 230px; padding: 16px; display: flex; flex-direction: column; align-items: center; gap: 18px; border-radius: 8px; background: var(--sample-color); }
.sample-signature-fitness aside > img { width: 78px; height: 78px; object-fit: cover; border: 3px solid #fff; border-radius: 50%; }
.sample-signature-fitness aside span { display: flex; flex-direction: column; gap: 8px; }
.sample-signature-fitness aside span img { width: 26px; height: 26px; padding: 5px; border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 50%; }
.sample-signature-fitness > div { padding-top: 5px; }
.sample-signature-center { text-align: center; }
.sample-signature-center > img { width: 84px; height: 84px; object-fit: cover; border: 3px solid var(--sample-color); border-radius: 50%; }
.sample-signature-center > i { width: 50px; margin: 11px auto 9px; display: block; border-top: 2px solid var(--sample-color); }
.sample-signature-center .sample-socials { justify-content: center; }
.sample-signature-exec { display: block; }
.sample-signature-exec .sample-exec-signoff { margin: 0 0 12px; color: #31343a; font-size: 12px; }
.sample-exec-main { display: grid; grid-template-columns: 80px 1fr; gap: 18px; align-items: center; }
.sample-exec-main > img { width: 80px; height: 80px; object-fit: cover; border: 0; border-radius: 50%; }
.sample-exec-main > div { min-width: 0; }
.sample-exec-main strong { font-family: Arial, Helvetica, sans-serif; font-size: 19px; letter-spacing: -0.025em; }
.sample-exec-main em { letter-spacing: 0.11em; }
.sample-exec-main em i { color: var(--sample-color); font-style: normal; }
.sample-exec-main p { margin-top: 9px; line-height: 1.85; }
.sample-exec-brand { margin-top: 15px; padding-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid #dfe1e5; }
.sample-exec-brand > b { display: flex; align-items: center; color: #11151d; font-family: var(--display); font-size: 22px; letter-spacing: -0.045em; }
.sample-exec-brand > b > i { width: 12px; height: 12px; margin-right: 10px; display: block; border-radius: 50%; background: var(--sample-color); }
.sample-exec-brand > b span { color: var(--sample-color); }
.sample-bare-socials { display: flex; align-items: center; gap: 12px; }
.sample-bare-socials img { width: 21px; height: 21px; object-fit: contain; }

.sample-footer {
  min-height: 70px;
  padding: 12px 14px 12px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #e4e7ec;
  background: #fafbfc;
}

.sample-footer em {
  color: #505967;
  font: italic 13px Georgia, serif;
}

.sample-footer button {
  min-height: 40px;
  padding: 0 15px;
  flex: 0 0 auto;
  border: 1px solid rgba(37, 87, 230, 0.25);
  border-radius: 999px;
  background: #f1f4ff;
  color: var(--blue);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  transition: color 160ms ease, background 160ms ease;
}

.sample-footer button:hover {
  color: #fff;
  background: var(--blue);
}

.final-cta {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 128px 40px 118px;
  overflow: hidden;
  color: #fff;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% -5%, rgba(80, 125, 255, 0.42), transparent 38%),
    radial-gradient(circle at 92% 88%, rgba(37, 87, 230, 0.28), transparent 30%),
    linear-gradient(145deg, #0a0e18 0%, #101933 52%, #0a1022 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 34px 90px rgba(8, 13, 28, 0.2);
  text-align: center;
}

.final-cta::before,
.final-cta::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.final-cta::before {
  inset: -45% 16% auto;
  height: 90%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 108, 255, 0.2), transparent 68%);
  filter: blur(16px);
}

.final-cta::after {
  inset: 0;
  opacity: 0.12;
  border-radius: inherit;
  background-image: linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 45%, #000, transparent 72%);
}

.final-cta .eyebrow {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.62);
}

.final-cta .eyebrow span {
  color: #fff;
}

.final-cta h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(48px, 5.7vw, 76px);
  line-height: 1.02;
  text-shadow: 0 10px 38px rgba(0, 0, 0, 0.22);
}

.large-cta {
  position: relative;
  z-index: 1;
  min-height: 58px;
  margin-top: 42px;
  padding: 0 10px 0 24px;
  gap: 28px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 16px 38px rgba(11, 15, 23, 0.18);
  font-size: 14px;
}

.large-cta span {
  padding: 11px 13px;
  border-radius: 9px;
  color: #fff;
  background: var(--ink);
  font-size: 11px;
}

.large-cta:hover {
  color: var(--ink);
  background: #f7f8ff;
  box-shadow: 0 20px 45px rgba(11, 15, 23, 0.24);
}

.final-cta > p:last-child {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.faq {
  padding: 142px 30px;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 100px;
}

.faq h2 {
  font-size: clamp(48px, 4.8vw, 66px);
  line-height: 1;
}

.faq h2 em {
  color: var(--blue);
  font-family: var(--serif);
  font-weight: 600;
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  min-height: 74px;
  padding: 19px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 19px;
  font-weight: 620;
  letter-spacing: -0.015em;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary span {
  color: var(--blue);
  font-size: 26px;
  font-weight: 300;
  transition: transform 180ms ease;
}

.faq details[open] summary span {
  transform: rotate(45deg);
}

.faq details p {
  max-width: 680px;
  margin: -4px 48px 25px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

footer {
  padding: 42px 30px 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  border-top: 1px solid var(--line);
}

.footer-mark {
  color: var(--ink);
  font-size: 36px;
}

.footer-mark::after {
  display: none;
}

footer > p {
  margin: 0;
  color: var(--muted);
  font: italic 600 17px var(--serif);
  text-align: center;
}

footer > div {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-size: 13px;
}

footer a:hover {
  color: var(--blue);
}

.result-dialog {
  width: min(92vw, 570px);
  padding: 44px;
  color: var(--ink);
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.result-dialog::backdrop {
  background: rgba(8, 12, 19, 0.74);
  backdrop-filter: blur(9px);
}

.dialog-close {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #edf0f4;
  color: var(--muted);
  cursor: pointer;
  font-size: 23px;
}

.dialog-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #37a563;
  box-shadow: 0 0 0 10px rgba(55, 165, 99, 0.1);
  font-size: 22px;
}

.dialog-icon.is-error { background: #c43f4d; box-shadow: 0 0 0 10px rgba(196, 63, 77, 0.1); }
.dialog-icon.is-loading { background: var(--blue); animation: pulse 1s ease infinite alternate; }

.result-dialog .eyebrow {
  margin-bottom: 10px;
  color: var(--blue);
}

.result-dialog h2 {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.result-dialog > p:not(.eyebrow) {
  max-width: 430px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.dialog-actions {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.dialog-actions .buy-button,
.secondary-button {
  min-height: 50px;
  border-radius: 11px;
}

.secondary-button {
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.install-picks {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.install-picks button {
  min-height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f5f7fa;
  color: var(--blue);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.guide {
  margin-top: 18px;
  padding: 19px;
  border-radius: 11px;
  background: #f1f3f7;
  text-align: left;
}

.guide h3 {
  margin: 0 0 9px;
  font-size: 19px;
}

.guide ol {
  margin: 0;
  padding-left: 19px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.toast {
  position: fixed;
  z-index: 200;
  left: 50%;
  bottom: 24px;
  max-width: calc(100vw - 32px);
  padding: 14px 19px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 20px);
  transition: opacity 200ms ease, transform 200ms ease;
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 560ms ease, transform 650ms var(--ease-lux);
}

.reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes studioLift {
  from { opacity: 0; transform: translateY(26px) scale(0.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes panelIn {
  from { opacity: 0; transform: translateX(7px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes previewRefresh {
  0% { opacity: 0.58; transform: translateY(5px) scale(0.995); filter: blur(1px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes productDrift {
  0%, 100% { transform: rotateY(calc(-6deg + var(--tilt-y))) rotateX(calc(1.5deg + var(--tilt-x))) rotateZ(1deg) translateY(0); }
  50% { transform: rotateY(calc(-4deg + var(--tilt-y))) rotateX(calc(0.5deg + var(--tilt-x))) rotateZ(0.4deg) translateY(-8px); }
}

@keyframes productSheen {
  0%, 55% { left: -28%; opacity: 0; }
  66% { opacity: 0.68; }
  82%, 100% { left: 122%; opacity: 0; }
}

@keyframes pulse {
  to { transform: scale(0.92); opacity: 0.72; }
}

@keyframes wordmarkIn {
  from { opacity: 0; clip-path: inset(0 100% 0 0); transform: translateX(-8px); }
  to { opacity: 1; clip-path: inset(0 0 0 0); transform: translateX(0); }
}

@media (max-width: 1480px) {
  .studio,
  .final-cta {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 1240px) {
  .hero {
    grid-template-columns: minmax(0, 650px) minmax(400px, 1fr);
    gap: 48px;
  }

  .hero-product {
    width: 500px;
  }

  .studio {
    grid-template-columns: minmax(410px, 450px) minmax(0, 1fr);
  }

  .preview-column {
    padding-right: 26px;
    padding-left: 20px;
  }

  .comparison {
    gap: 52px;
  }
}

@media (max-width: 1020px) {
  .site-header {
    padding: 0 24px;
  }

  .header-nav {
    gap: 20px;
  }

  .hero {
    min-height: 720px;
    padding: 92px 26px 235px;
    grid-template-columns: 1fr;
  }

  .hero-product {
    display: none;
  }

  .studio {
    max-width: 820px;
    margin: -162px auto 90px;
    grid-template-columns: 1fr;
  }

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

  .preview-column {
    min-height: 820px;
    padding: 28px 26px 30px;
  }

  .mail-stage {
    min-height: 620px;
  }

  .comparison {
    padding-top: 65px;
    grid-template-columns: 1fr;
  }

  .section-kicker {
    display: block;
  }

  .steps {
    gap: 24px;
  }

  .faq {
    grid-template-columns: 1fr;
    gap: 54px;
  }
}

@media (max-width: 820px) {
  .header-nav {
    display: none;
  }

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

  .price-compare {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 700px) {
  html {
    scroll-padding-top: 72px;
  }

  .site-header {
    height: 64px;
    padding: 0 16px;
  }

  .wordmark {
    font-size: 25px;
  }

  .header-cta {
    min-height: 44px;
    padding: 0 15px;
    font-size: 12px;
  }

  .header-cta span {
    display: none;
  }

  .hero {
    min-height: 690px;
    padding: 104px 20px 210px;
  }

  .eyebrow {
    font-size: 11px;
  }

  .hero h1 {
    max-width: 520px;
    font-size: clamp(46px, 13vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.05em;
  }

  .hero-lede {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.58;
  }

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

  .hero-primary,
  .hero-secondary {
    min-height: 50px;
    width: 100%;
  }

  .hero-badges {
    flex-wrap: wrap;
    font-size: 11px;
  }

  .studio {
    margin: -150px 10px 68px;
    border-radius: 22px;
  }

  .builder-card {
    margin: 7px;
    padding: 24px 17px 22px;
    border-radius: 17px;
  }

  .builder-heading h2 {
    font-size: 29px;
  }

  .builder-intro {
    font-size: 14px;
  }

  .completion {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 8px;
  }

  .completion-track {
    width: 100%;
  }

  .builder-tab {
    min-height: 46px;
    padding: 0 6px;
    gap: 5px;
    font-size: 12px;
  }

  .builder-tab span {
    width: 19px;
    height: 19px;
  }

  .tab-panel {
    padding-top: 23px;
  }

  .template-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .template-choice {
    min-height: 82px;
    font-size: 12px;
  }

  .template-art {
    height: 40px;
  }

  .form-grid,
  .upload-grid,
  .social-fields {
    grid-template-columns: 1fr;
  }

  .field-wide {
    grid-column: auto;
  }

  .field input,
  .field textarea {
    font-size: 16px;
  }

  .upload-card {
    grid-template-columns: 50px 1fr auto;
  }

  .color-row {
    gap: 13px;
  }

  .builder-footer {
    margin-top: 18px;
    padding-top: 18px;
  }

  .builder-footer strong {
    font-size: 25px;
  }

  .buy-button {
    min-height: 50px;
    padding: 0 15px;
    font-size: 13px;
  }

  .preview-column {
    min-height: auto;
    padding: 24px 12px 26px;
  }

  .preview-toolbar {
    padding: 0 4px;
  }

  .preview-toolbar > div:first-child > span:last-child {
    display: none;
  }

  .mail-stage {
    min-height: 540px;
    padding: 22px 0 24px;
  }

  .mail-window,
  .mail-stage.is-mobile .mail-window {
    width: 100%;
    max-width: 100%;
  }

  .mail-topbar {
    min-height: 46px;
    padding: 0 12px;
    grid-template-columns: 66px 1fr auto;
    gap: 8px;
  }

  .preview-chip {
    padding: 4px 7px;
    font-size: 9px;
  }

  .mail-meta {
    min-height: 40px;
    padding: 0 14px;
    gap: 9px;
    font-size: 11px;
  }

  .mail-meta span {
    width: 39px;
  }

  .mail-body {
    min-height: 360px;
    padding: 20px 15px;
    font-size: 12px;
  }

  .signature-output {
    margin-top: 20px;
  }

  .mail-actions {
    min-height: 56px;
    padding: 0 13px;
  }

  .mail-actions button {
    min-width: 82px;
  }

  .preview-value {
    padding: 22px 4px 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .comparison,
  .how-it-works,
  .faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .comparison {
    padding-top: 62px;
    padding-bottom: 92px;
    gap: 40px;
  }

  .comparison h2,
  .section-kicker h2 {
    font-size: 39px;
  }

  .price-card {
    min-height: 260px;
    padding: 25px;
  }

  .how-it-works,
  .showcase {
    padding-top: 88px;
    padding-bottom: 96px;
  }

  .steps {
    margin-top: 48px;
    gap: 34px;
  }

  .showcase-heading,
  .showcase-controls {
    padding-left: 20px;
    padding-right: 20px;
  }

  .showcase-heading,
  .showcase-controls {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .showcase-heading .eyebrow {
    margin: 0 0 14px;
  }

  .showcase-intro {
    font-size: 14px;
  }

  .showcase-controls > span,
  .showcase-controls > div {
    grid-column: 1;
  }

  .showcase-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sample-card {
    min-height: 430px;
    flex-basis: calc(100vw - 40px);
  }

  .sample-signature {
    padding: 23px 18px;
  }

  .sample-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .sample-footer button {
    width: 100%;
  }

  .final-cta {
    margin: 0 10px;
    padding: 94px 20px 84px;
    border-radius: 22px;
  }

  .final-cta h2 {
    font-size: 43px;
  }

  .final-cta h2 br {
    display: none;
  }

  .large-cta {
    width: 100%;
    margin-top: 34px;
  }

  .faq {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .faq h2 {
    font-size: 46px;
  }

  .faq summary {
    min-height: 76px;
    font-size: 17px;
  }

  footer {
    margin: 0 20px;
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 1fr 1fr;
  }

  footer > p {
    display: none;
  }

  footer > div {
    align-items: flex-end;
    flex-direction: column;
    gap: 5px;
  }

  .result-dialog {
    padding: 42px 22px 29px;
  }

  .dialog-actions {
    grid-template-columns: 1fr;
  }

  .toast {
    bottom: 16px;
  }
}

@media (max-width: 390px) {
  .builder-heading {
    gap: 8px;
  }

  .builder-heading h2 {
    font-size: 24px;
  }

  .reset-button {
    padding: 0 4px;
    font-size: 11px;
  }

  .builder-footer > div {
    display: none;
  }

  .buy-button {
    width: 100%;
  }

  .install-picks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1020px) {
  .experience-stage {
    padding-bottom: 74px;
  }

  .preview-column {
    position: relative;
    top: auto;
    border-radius: 0 0 29px 29px;
  }

  .studio {
    margin-bottom: 0;
  }
}

@media (max-width: 700px) {
  .experience-stage {
    padding-bottom: 48px;
  }

  .experience-stage::before {
    background-size: 48px 48px;
  }

  .studio {
    margin-bottom: 0;
  }

  .builder-card {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
  }

  .contact-icon {
    width: 10px;
    height: 10px;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
