:root {
  --sqsp-black: var(--text, #0b0b0d);
  --sqsp-surface: var(--card, #f6f6f2);
  --sqsp-surface-alt: var(--secondary, #f3f3ef);
  --sqsp-muted: var(--muted, #5c5d66);
  --sqsp-border: var(--border, #deded8);
  --sqsp-accent: var(--accent, #7a93ff);
  --sqsp-shell: min(1440px, 96vw);
  --sqsp-radius: 18px;
  --sqsp-shadow: 0 24px 80px rgba(11, 11, 13, 0.12);
}

body {
  color: var(--sqsp-black);
  background: #fff;
}

.container {
  width: var(--sqsp-shell);
}

.site-header--squarespace {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  color: #fff;
}

.sqsp-announcement {
  background: rgba(11, 11, 13, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sqsp-announcement-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
}

.sqsp-announcement-inner a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.header-inner--squarespace {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.site-header--squarespace .site-nav--squarespace {
  justify-self: center;
}

.site-header--squarespace .site-nav--squarespace ul {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header--squarespace .site-nav--squarespace a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.site-header--squarespace .site-nav--squarespace a:hover,
.site-header--squarespace .site-nav--squarespace a[aria-current="page"] {
  color: #fff;
}

.brand--squarespace,
.brand--squarespace-footer {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.brand--squarespace .brand-name,
.brand--squarespace-footer .brand-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand--squarespace .brand-logo,
.brand--squarespace-footer .brand-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.sqsp-brand-mark {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.sqsp-brand-mark::before,
.sqsp-brand-mark::after {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1.8px solid currentColor;
  border-radius: 999px;
  transform: rotate(45deg);
}

.sqsp-brand-mark::after {
  inset: 6px -2px -2px 6px;
}

.sqsp-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sqsp-header-link {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 14px;
}

.sqsp-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.sqsp-header-mobile,
.sqsp-mobile-menu {
  display: none;
}

.sqsp-mobile-toggle {
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.sqsp-mobile-utility {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 8px 0 24px;
}

.sqsp-mobile-utility a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.hero--squarespace {
  padding-top: 24px;
}

.hero--squarespace .container {
  position: relative;
}

.sqsp-hero-stage {
  position: relative;
  min-height: min(760px, calc(100vh - 56px));
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 22%, rgba(122, 147, 255, 0.32), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.12), transparent 22%),
    linear-gradient(180deg, #17181d 0%, #0b0b0d 100%);
  box-shadow: var(--sqsp-shadow);
}

.sqsp-hero-stage.is-compact-title {
  min-height: min(680px, calc(100vh - 72px));
}

.sqsp-hero-rotator,
.sqsp-hero-slide,
.sqsp-hero-slide-media {
  position: absolute;
  inset: 0;
}

.sqsp-hero-slide {
  opacity: 0;
  transition: opacity 1s ease;
}

.sqsp-hero-slide.is-active {
  opacity: 1;
}

.sqsp-hero-slide img,
.sqsp-hero-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
}

.sqsp-hero-slide-art {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 28%, rgba(122, 147, 255, 0.34), transparent 18%),
    radial-gradient(circle at 78% 35%, rgba(255, 255, 255, 0.14), transparent 18%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(122, 147, 255, 0.1));
}

.sqsp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 11, 13, 0.2), rgba(11, 11, 13, 0.54));
}

.sqsp-hero-shell {
  position: relative;
  z-index: 2;
  min-height: min(760px, calc(100vh - 56px));
  padding: clamp(112px, 12vh, 156px) 34px 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}

.sqsp-hero-shell.is-compact {
  min-height: min(680px, calc(100vh - 72px));
  padding: clamp(108px, 11vh, 140px) 34px 32px;
  gap: 28px;
}

.sqsp-hero-copy {
  max-width: 760px;
  text-align: center;
  color: #fff;
}

.sqsp-hero-copy.is-compact {
  max-width: 620px;
}

.sqsp-hero-copy .eyebrow,
.sqsp-announcement-inner,
.sqsp-footer-grid .footer-title {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sqsp-hero-copy .eyebrow {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  margin: 0 0 16px;
}

.sqsp-hero-copy .eyebrow.is-compact {
  font-size: 11px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.56);
}

.sqsp-hero-copy h1,
.sqsp-hero-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 500;
}

.sqsp-hero-copy.is-compact h1,
.sqsp-hero-copy.is-compact h2 {
  font-size: clamp(34px, 4.8vw, 54px);
  line-height: 1.02;
}

.sqsp-hero-copy .lead {
  max-width: 620px;
  margin: 22px auto 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.74);
}

.sqsp-hero-copy.is-compact .lead {
  max-width: 560px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.58;
}

.sqsp-hero-actions,
.sqsp-trial-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.sqsp-hero-actions.is-compact {
  gap: 10px;
  margin-top: 18px;
}

.hero--squarespace .button,
.cta--squarespace .button {
  min-height: 52px;
  border-radius: 999px;
  padding: 0 24px;
  border: 1px solid transparent;
  background: #fff;
  color: #000;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
}

.hero--squarespace .button.is-compact,
.cta--squarespace .button.is-compact {
  min-height: 40px;
  padding: 0 16px;
  font-size: 13px;
}

.hero--squarespace .button.ghost,
.cta--squarespace .button.ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
}

.sqsp-hero-stack {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sqsp-hero-stack.is-compact {
  width: min(680px, 100%);
  gap: 14px;
}

.sqsp-hero-card {
  padding: 18px 20px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  color: #fff;
}

.sqsp-hero-card.is-compact {
  padding: 14px 16px 16px;
}

.sqsp-hero-card-label {
  display: inline-flex;
  min-height: 28px;
  padding: 0 11px;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

.sqsp-hero-card h3 {
  margin: 14px 0 8px;
  color: #fff;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.sqsp-hero-card.is-compact h3 {
  margin-top: 10px;
  font-size: 20px;
}

.sqsp-hero-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.sqsp-hero-card.is-compact p {
  line-height: 1.5;
  font-size: 14px;
}

.services--squarespace,
.feature-grid--squarespace,
.rich-text--squarespace,
.contacts--squarespace,
.testimonials--squarespace,
.faq--squarespace {
  background: #fff;
}

.sqsp-section-head {
  max-width: 860px;
  margin-bottom: 34px;
}

.sqsp-section-head .eyebrow {
  margin: 0 0 12px;
  color: var(--sqsp-muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sqsp-section-head h2 {
  margin: 0;
  font-size: clamp(42px, 4.4vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: var(--sqsp-black);
}

.sqsp-section-head .lead,
.sqsp-growth-copy p,
.sqsp-platform-copy p,
.sqsp-ai-card p,
.sqsp-domain-copy p,
.sqsp-showcase-card p,
.sqsp-faq-head p,
.sqsp-faq-list details > div {
  color: var(--sqsp-muted);
  font-size: 18px;
  line-height: 1.72;
}

.sqsp-growth-shell,
.sqsp-platform-shell,
.sqsp-domain-shell,
.sqsp-trust-shell,
.sqsp-trial-band {
  border: 1px solid var(--sqsp-border);
  border-radius: 24px;
  background: var(--sqsp-surface);
}

.sqsp-growth-shell {
  padding: 34px;
}

.sqsp-growth-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.sqsp-growth-tab,
.sqsp-platform-tab {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--sqsp-border);
  background: #fff;
  color: var(--sqsp-muted);
  font-size: 14px;
  font-weight: 600;
}

.sqsp-growth-tab.is-active,
.sqsp-platform-tab.is-active {
  color: var(--sqsp-black);
  border-color: var(--sqsp-black);
}

.sqsp-growth-panel {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 34px;
  align-items: center;
}

.sqsp-media-frame {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 22%, rgba(122, 147, 255, 0.22), transparent 22%),
    linear-gradient(180deg, #ecece6, #f8f8f4);
}

.sqsp-media-frame img,
.sqsp-media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sqsp-media-placeholder,
.sqsp-showcase-placeholder,
.sqsp-ai-placeholder {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  align-items: end;
  justify-items: start;
  text-align: left;
  padding: 24px;
  color: #1a1b22;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  overflow: hidden;
  isolation: isolate;
}

.sqsp-media-placeholder span,
.sqsp-showcase-placeholder span,
.sqsp-ai-placeholder span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(11, 11, 13, 0.12);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(14px);
}

.sqsp-media-placeholder::before,
.sqsp-media-placeholder::after,
.sqsp-showcase-placeholder::before,
.sqsp-showcase-placeholder::after,
.sqsp-ai-placeholder::before,
.sqsp-ai-placeholder::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.sqsp-media-frame--growth {
  background:
    radial-gradient(circle at 14% 22%, rgba(122, 147, 255, 0.28), transparent 24%),
    linear-gradient(180deg, #f1f1ec, #fafaf7);
}

.sqsp-media-placeholder--growth::before {
  inset: 22px 24px 86px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 236, 0.95));
  box-shadow:
    0 18px 50px rgba(11, 11, 13, 0.08),
    inset 0 0 0 1px rgba(11, 11, 13, 0.06);
}

.sqsp-media-placeholder--growth::after {
  width: 42%;
  height: 84px;
  right: 24px;
  top: 24px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(122, 147, 255, 0.2), rgba(122, 147, 255, 0.02));
  box-shadow: inset 0 0 0 1px rgba(11, 11, 13, 0.08);
}

.sqsp-media-frame--platform {
  background:
    radial-gradient(circle at 82% 18%, rgba(122, 147, 255, 0.24), transparent 18%),
    linear-gradient(180deg, #f4f4f0, #fbfbf9);
}

.sqsp-media-placeholder--platform::before {
  inset: 24px 24px 128px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(11, 11, 13, 0.035), rgba(11, 11, 13, 0.01));
  box-shadow: inset 0 0 0 1px rgba(11, 11, 13, 0.08);
}

.sqsp-media-placeholder--platform::after {
  left: 24px;
  right: 24px;
  bottom: 78px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(11, 11, 13, 0.08), rgba(11, 11, 13, 0.02));
}

.sqsp-growth-copy h3,
.sqsp-platform-copy h3,
.sqsp-showcase-card h3,
.sqsp-ai-card h3 {
  margin: 0 0 12px;
  color: var(--sqsp-black);
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.sqsp-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--sqsp-black);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.sqsp-inline-link::after {
  content: "→";
}

.sqsp-card-kicker {
  margin: 0 0 10px;
  color: var(--sqsp-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sqsp-platform-shell {
  padding: 34px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 34px;
}

.sqsp-platform-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sqsp-platform-tab {
  width: 100%;
  justify-content: flex-start;
  text-align: left;
}

.sqsp-platform-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

.rich-text--squarespace .sqsp-ai-shell {
  padding: 34px;
  border: 1px solid var(--sqsp-border);
  border-radius: 24px;
  background: linear-gradient(180deg, #141518, #0b0b0d);
}

.rich-text--squarespace .sqsp-section-head h2,
.rich-text--squarespace .sqsp-section-head .eyebrow,
.rich-text--squarespace .sqsp-section-head .lead {
  color: #fff;
}

.rich-text--squarespace .sqsp-section-head .lead {
  color: rgba(255, 255, 255, 0.66);
}

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

.sqsp-ai-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sqsp-ai-badge {
  display: inline-flex;
  align-self: flex-start;
  min-height: 28px;
  padding: 0 10px;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
}

.sqsp-ai-card h3 {
  color: #fff;
}

.sqsp-ai-card p {
  color: rgba(255, 255, 255, 0.66);
}

.sqsp-ai-media {
  min-height: 220px;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 24%, rgba(122, 147, 255, 0.42), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
}

.sqsp-ai-placeholder {
  color: #fff;
}

.sqsp-ai-placeholder::before {
  inset: 20px 24px auto;
  height: 110px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.sqsp-ai-placeholder::after {
  width: 180px;
  height: 180px;
  right: -40px;
  top: 24px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(122, 147, 255, 0.36), transparent 66%);
}

.sqsp-ai-placeholder span {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.contacts--squarespace .sqsp-domain-shell {
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  background:
    radial-gradient(circle at 10% 16%, rgba(122, 147, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #f6f6f2, #f2f2ed);
}

.sqsp-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 12px 0 18px;
}

.sqsp-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--sqsp-black);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.sqsp-contact-button--ghost {
  background: rgba(255, 255, 255, 0.72);
  color: var(--sqsp-black);
  border: 1px solid var(--sqsp-border);
}

.sqsp-domain-form {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 26px 0 14px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid var(--sqsp-border);
  background: #fff;
}

.sqsp-domain-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0 20px;
  min-height: 58px;
  font: inherit;
  color: var(--sqsp-black);
  background: transparent;
}

.sqsp-domain-form button {
  min-width: 140px;
  border: 0;
  border-left: 1px solid var(--sqsp-border);
  background: #fff;
  color: var(--sqsp-black);
  font: inherit;
  font-weight: 700;
}

.sqsp-domain-note {
  margin: 0;
  color: var(--sqsp-muted);
}

.sqsp-domain-note a {
  color: var(--sqsp-black);
}

.sqsp-domain-side {
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--sqsp-border);
}

.sqsp-domain-side .footer-title {
  margin-bottom: 14px;
}

.sqsp-contact-meta {
  display: grid;
  gap: 14px;
}

.sqsp-contact-row {
  display: grid;
  gap: 6px;
}

.sqsp-contact-row span {
  color: var(--sqsp-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sqsp-domain-side .muted {
  color: var(--sqsp-muted);
}

.testimonials--squarespace .sqsp-trust-shell {
  padding: 40px 34px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
}

.sqsp-trust-avatars {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.sqsp-avatar {
  width: 56px;
  height: 56px;
  margin-left: -10px;
  border-radius: 999px;
  overflow: hidden;
  border: 2px solid var(--sqsp-black);
  background: linear-gradient(135deg, rgba(122, 147, 255, 0.22), #fff);
  display: grid;
  place-items: center;
  color: var(--sqsp-black);
  font-size: 14px;
  font-weight: 800;
}

.sqsp-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sqsp-trust-copy h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.sqsp-trust-copy .lead {
  margin: 12px 0 0;
}

.sqsp-trust-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.sqsp-trust-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--sqsp-border);
  background: rgba(255, 255, 255, 0.72);
  color: var(--sqsp-black);
  font-size: 13px;
  font-weight: 600;
}

.gallery--squarespace {
  background: #0b0b0d;
  color: #fff;
}

.gallery--squarespace .sqsp-section-head .eyebrow,
.gallery--squarespace .sqsp-section-head h2,
.gallery--squarespace .sqsp-section-head .lead {
  color: #fff;
}

.gallery--squarespace .sqsp-section-head .lead {
  color: rgba(255, 255, 255, 0.62);
}

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

.sqsp-showcase-card {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sqsp-showcase-media {
  position: relative;
  min-height: 180px;
  background:
    radial-gradient(circle at 14% 18%, rgba(122, 147, 255, 0.26), transparent 18%),
    linear-gradient(180deg, #1a1b22, #121317);
}

.sqsp-showcase-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.sqsp-showcase-placeholder {
  color: rgba(255, 255, 255, 0.88);
}

.sqsp-showcase-placeholder::before {
  inset: 20px 20px auto;
  height: 140px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.sqsp-showcase-placeholder::after {
  width: 220px;
  height: 220px;
  right: -40px;
  bottom: -60px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(122, 147, 255, 0.26), transparent 68%);
}

.sqsp-showcase-placeholder span {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.sqsp-showcase-card-body {
  padding: 20px 22px;
}

.sqsp-showcase-card h3 {
  color: #fff;
  font-size: 30px;
}

.sqsp-showcase-card p {
  color: rgba(255, 255, 255, 0.62);
}

.sqsp-showcase-card .sqsp-inline-link {
  color: #fff;
}

.faq--squarespace {
  background: #0b0b0d;
  color: #fff;
}

.sqsp-faq-shell {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: start;
}

.sqsp-faq-head .eyebrow,
.sqsp-faq-head h2 {
  color: #fff;
}

.sqsp-faq-head .lead {
  color: rgba(255, 255, 255, 0.62);
}

.sqsp-faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sqsp-faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sqsp-faq-list summary {
  padding: 20px 0;
  list-style: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

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

.sqsp-faq-list details > div {
  padding: 0 0 20px;
  color: rgba(255, 255, 255, 0.66);
}

.cta--squarespace {
  background: #0b0b0d;
}

.sqsp-trial-band {
  position: relative;
  overflow: hidden;
  padding: 64px 34px;
  text-align: center;
  background: linear-gradient(180deg, #16171b, #0b0b0d);
  border-color: rgba(255, 255, 255, 0.08);
}

.sqsp-trial-band::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 560px;
  height: 560px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(122, 147, 255, 0.22), transparent 68%);
  pointer-events: none;
}

.sqsp-trial-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.sqsp-trial-copy .eyebrow,
.sqsp-trial-copy h2,
.sqsp-trial-copy .lead {
  color: #fff;
}

.sqsp-trial-copy .lead {
  color: rgba(255, 255, 255, 0.68);
}

.site-footer--squarespace {
  background: #0b0b0d;
  color: rgba(255, 255, 255, 0.76);
  padding: 72px 0 32px;
}

.sqsp-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sqsp-footer-grid--compact {
  grid-template-columns: 1.2fr repeat(2, minmax(0, 1fr));
}

.site-footer--squarespace .footer-title {
  color: rgba(255, 255, 255, 0.44);
  margin-bottom: 12px;
  font-size: 11px;
}

.site-footer--squarespace a,
.site-footer--squarespace .muted {
  color: rgba(255, 255, 255, 0.68);
}

.site-footer--squarespace .footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-meta--squarespace {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
}

@media (max-width: 1040px) {
  .header-inner--squarespace {
    display: none;
  }

  .sqsp-header-mobile {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sqsp-mobile-menu {
    display: block;
    background: rgba(11, 11, 13, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .sqsp-mobile-menu .site-nav--squarespace ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 14px 0 8px;
    list-style: none;
    margin: 0;
  }

  .sqsp-mobile-menu .site-nav--squarespace li {
    width: 100%;
  }

  .sqsp-mobile-menu .site-nav--squarespace a {
    display: block;
    padding: 14px 0;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .sqsp-hero-shell,
  .sqsp-hero-stage {
    min-height: auto;
  }

  .sqsp-hero-shell {
    padding-top: 148px;
  }

  .sqsp-growth-panel,
  .sqsp-platform-shell,
  .contacts--squarespace .sqsp-domain-shell,
  .sqsp-faq-shell,
  .sqsp-footer-grid {
    grid-template-columns: 1fr;
  }

  .sqsp-footer-grid {
    gap: 24px;
  }
}

@media (max-width: 760px) {
  .hero--squarespace {
    padding-top: 12px;
  }

  .sqsp-announcement-inner {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
  }

  .sqsp-hero-copy h1,
  .sqsp-hero-copy h2 {
    font-size: 38px;
  }

  .sqsp-hero-copy .lead,
  .sqsp-domain-form input,
  .sqsp-domain-form button {
    font-size: 15px;
  }

  .sqsp-hero-shell {
    gap: 26px;
    padding: 136px 22px 28px;
  }

  .sqsp-hero-stack,
  .sqsp-ai-grid,
  .sqsp-showcase-grid {
    grid-template-columns: 1fr;
  }

  .sqsp-growth-shell,
  .sqsp-platform-shell,
  .rich-text--squarespace .sqsp-ai-shell,
  .contacts--squarespace .sqsp-domain-shell,
  .testimonials--squarespace .sqsp-trust-shell,
  .sqsp-trial-band {
    padding: 22px;
  }

  .testimonials--squarespace .sqsp-trust-shell {
    grid-template-columns: 1fr;
  }

  .sqsp-section-head {
    margin-bottom: 24px;
  }

  .sqsp-media-frame {
    min-height: 270px;
  }

  .sqsp-ai-media {
    min-height: 180px;
  }

  .sqsp-showcase-media,
  .sqsp-showcase-card img {
    min-height: 200px;
    height: 200px;
  }

  .sqsp-domain-form {
    flex-direction: column;
    border-radius: 18px;
  }

  .sqsp-domain-form button {
    border-left: 0;
    border-top: 1px solid var(--sqsp-border);
    min-height: 52px;
  }
}
