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

:root {
  --shootsy-bg: #1a1a1a;
  --shootsy-depth: #111111;
  --shootsy-surface: #262626;
  --shootsy-surface-2: #202020;
  --shootsy-acid: #ccff00;
  --shootsy-purple: #a855f7;
  --shootsy-green: #4ade80;
  --shootsy-white: #ffffff;
  --shootsy-text-80: rgba(255, 255, 255, 0.88);
  --shootsy-text-60: rgba(255, 255, 255, 0.72);
  --shootsy-text-40: rgba(255, 255, 255, 0.4);
  --shootsy-line: rgba(255, 255, 255, 0.1);
  --shootsy-line-strong: rgba(204, 255, 0, 0.34);
  --shootsy-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  --shootsy-radius-lg: 28px;
  --shootsy-radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--shootsy-bg);
}

body {
  background:
    radial-gradient(circle at 52% -12%, rgba(204, 255, 0, 0.18), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(168, 85, 247, 0.18), transparent 30%),
    linear-gradient(180deg, #1a1a1a 0%, #111111 100%) !important;
  color: var(--shootsy-white) !important;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
  line-height: 1.6;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 20%, black, transparent 72%);
}

::selection {
  background: var(--shootsy-acid);
  color: #000;
}

.liquid-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 16%, rgba(204, 255, 0, 0.16), transparent 24%),
    radial-gradient(circle at 78% 10%, rgba(168, 85, 247, 0.2), transparent 26%),
    radial-gradient(circle at 55% 58%, rgba(255, 255, 255, 0.04), transparent 32%),
    var(--shootsy-bg) !important;
  background-image:
    radial-gradient(circle at 18% 16%, rgba(204, 255, 0, 0.16), transparent 24%),
    radial-gradient(circle at 78% 10%, rgba(168, 85, 247, 0.2), transparent 26%),
    radial-gradient(circle at 55% 58%, rgba(255, 255, 255, 0.04), transparent 32%) !important;
  opacity: 1 !important;
}

.liquid-bg::after {
  background:
    linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(17, 17, 17, 0.84) 84%),
    radial-gradient(ellipse 60% 46% at 50% 18%, rgba(204, 255, 0, 0.08), transparent 70%) !important;
}

.container,
.shell {
  position: relative;
  z-index: 1;
  width: min(100%, 980px) !important;
  max-width: 980px !important;
}

.container {
  padding: 0 24px 48px !important;
}

nav,
.topbar {
  padding-top: 36px !important;
}

.logo,
.footer-logo,
.brand {
  color: var(--shootsy-white) !important;
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  text-transform: uppercase;
}

.logo::after,
.footer-logo::after,
.brand::after {
  content: ".";
  color: var(--shootsy-acid);
}

.hero {
  padding: 86px 0 50px !important;
}

.hero-badge,
.kicker,
.section-label,
.toc-title {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  width: auto;
  background: rgba(204, 255, 0, 0.1) !important;
  border: 1px solid rgba(204, 255, 0, 0.28) !important;
  color: var(--shootsy-acid) !important;
  border-radius: 999px !important;
  padding: 7px 14px !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(204, 255, 0, 0.08) !important;
}

.badge-dot,
.kicker-dot {
  background: var(--shootsy-acid) !important;
  box-shadow: 0 0 14px rgba(204, 255, 0, 0.8) !important;
}

h1,
.features-header,
.free-flow-label,
.success-state h3,
h2 {
  color: var(--shootsy-white) !important;
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif !important;
  letter-spacing: -0.055em !important;
}

h1 {
  max-width: 880px;
  margin: 0 auto 24px !important;
  font-size: clamp(44px, 8.4vw, 104px) !important;
  line-height: 0.88 !important;
  font-weight: 700 !important;
}

.container > .hero h1 {
  opacity: 0.16;
  filter: blur(22px);
  transform: translate3d(0, 16px, 0) scale(0.99);
  animation: hero-claim-reveal 1.05s cubic-bezier(0.16, 1, 0.3, 1) 0.05s forwards;
  will-change: opacity, filter, transform;
}

@keyframes hero-claim-reveal {
  0% {
    opacity: 0.16;
    filter: blur(22px);
    transform: translate3d(0, 16px, 0) scale(0.99);
  }
  45% {
    opacity: 0.72;
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

h1 .accent,
.free-flow-label {
  color: var(--shootsy-acid) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.hero-sub {
  max-width: 660px !important;
  color: var(--shootsy-text-80) !important;
  font-size: clamp(17px, 2.2vw, 21px) !important;
  font-weight: 300;
}

.form-section {
  margin-bottom: 34px !important;
}

.form-card,
.card,
.features-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    var(--shootsy-surface) !important;
  border: 1px solid var(--shootsy-line) !important;
  border-radius: var(--shootsy-radius-lg) !important;
  box-shadow: var(--shootsy-shadow) !important;
  backdrop-filter: blur(24px);
}

.form-card {
  padding: 34px !important;
}

.form-card::before,
.features-section::before,
.feature-card::before {
  background: linear-gradient(90deg, transparent, rgba(204, 255, 0, 0.6), rgba(168, 85, 247, 0.36), transparent) !important;
}

.role-toggle {
  background: rgba(17, 17, 17, 0.72) !important;
  border: 1px solid var(--shootsy-line) !important;
  border-radius: 999px !important;
}

.role-toggle::before {
  border-radius: 999px !important;
  background: var(--toggle-grad, var(--shootsy-acid)) !important;
  box-shadow: 0 0 28px rgba(204, 255, 0, 0.22) !important;
}

.role-toggle.is-client {
  --toggle-grad: var(--shootsy-acid) !important;
}

.role-toggle.is-creator {
  --toggle-grad: linear-gradient(135deg, var(--shootsy-purple), #c084fc) !important;
}

.role-option label {
  color: var(--shootsy-text-60) !important;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
  border-radius: 999px !important;
}

.role-option input[type="radio"]:checked + label {
  color: #050505 !important;
}

.field-label {
  color: var(--shootsy-text-80) !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase;
}

.email-input {
  background: rgba(17, 17, 17, 0.86) !important;
  border: 1px solid var(--shootsy-line) !important;
  color: var(--shootsy-white) !important;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.email-input::placeholder {
  color: var(--shootsy-text-40) !important;
}

.email-input:focus {
  border-color: rgba(204, 255, 0, 0.64) !important;
  box-shadow: 0 0 0 4px rgba(204, 255, 0, 0.1) !important;
}

.cta-btn,
.cta-btn-ghost {
  background: var(--shootsy-acid) !important;
  border: 1px solid rgba(204, 255, 0, 0.54) !important;
  color: #050505 !important;
  border-radius: 999px !important;
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif !important;
  font-weight: 700 !important;
  box-shadow: 0 0 30px rgba(204, 255, 0, 0.2) !important;
}

.cta-btn:hover,
.cta-btn-ghost:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(204, 255, 0, 0.34) !important;
}

.cta-btn:disabled {
  opacity: 0.7;
}

.consent-checkbox {
  accent-color: var(--shootsy-acid) !important;
}

.consent-copy,
.micro-text p,
.form-status,
.success-state p,
.feature-desc,
.features-desc,
.value-list li,
.footer-legal,
.footer-link,
p,
li {
  color: var(--shootsy-text-60) !important;
}

.consent-link,
.footer-link,
a {
  color: var(--shootsy-acid) !important;
  border-bottom-color: rgba(204, 255, 0, 0.34) !important;
}

.form-status[data-state="error"] {
  color: #fb7185 !important;
}

.form-status[data-state="ok"] {
  color: var(--shootsy-green) !important;
}

.microcopy {
  border-top: 1px solid var(--shootsy-line) !important;
}

.micro-icon,
.success-icon {
  background: rgba(204, 255, 0, 0.1) !important;
  border: 1px solid rgba(204, 255, 0, 0.2) !important;
  color: var(--shootsy-acid) !important;
}

.mockup-reveal-section {
  width: min(118%, 1120px) !important;
  margin: 6px auto 40px !important;
  transform: translateX(-5%);
}

.mockup-frame-shell {
  border-radius: 30px !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #111 !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5), 0 0 60px rgba(168, 85, 247, 0.14) !important;
}

.features-section {
  padding: 46px 38px !important;
}

.motion-ready .section-reveal {
  animation: none !important;
  opacity: 0;
  filter: blur(14px);
  transform: translate3d(0, 96px, 0) scale(0.985);
  transition:
    opacity 0.95s ease,
    filter 1.08s ease,
    transform 1.18s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--section-reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

.motion-ready .section-reveal.is-revealed {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.features-section + .features-section,
.features-section-2 {
  margin-top: 18px !important;
}

.value-split,
.features-grid {
  gap: 14px !important;
}

.value-col,
.feature-card,
.flow-diagram {
  background: rgba(17, 17, 17, 0.56) !important;
  border: 1px solid var(--shootsy-line) !important;
  border-radius: var(--shootsy-radius-md) !important;
}

.value-col {
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease,
    background-color 0.28s ease,
    box-shadow 0.28s ease;
}

.feature-card {
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease,
    background-color 0.28s ease,
    box-shadow 0.28s ease !important;
}

.feature-card::before {
  opacity: 0 !important;
}

.value-col-icon {
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease,
    background-color 0.28s ease,
    box-shadow 0.28s ease;
}

.feature-icon {
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease,
    background-color 0.28s ease,
    box-shadow 0.28s ease;
}

.value-col:hover {
  transform: translateY(-5px);
  background: rgba(17, 17, 17, 0.72) !important;
  border-color: rgba(204, 255, 0, 0.36) !important;
  box-shadow: 0 0 32px rgba(204, 255, 0, 0.1), 0 16px 38px rgba(0, 0, 0, 0.26);
}

.feature-card:hover {
  transform: translateY(-5px) !important;
  background: rgba(17, 17, 17, 0.72) !important;
  border-color: rgba(204, 255, 0, 0.36) !important;
  box-shadow: 0 0 32px rgba(204, 255, 0, 0.1), 0 16px 38px rgba(0, 0, 0, 0.26) !important;
}

.feature-card:hover::before {
  opacity: 0 !important;
}

.value-col:hover .value-col-icon {
  transform: scale(1.06);
  background: rgba(204, 255, 0, 0.16) !important;
  border-color: rgba(204, 255, 0, 0.5) !important;
  box-shadow: 0 0 22px rgba(204, 255, 0, 0.16);
}

.feature-card:hover .feature-icon {
  transform: scale(1.06);
  background: rgba(204, 255, 0, 0.16) !important;
  border-color: rgba(204, 255, 0, 0.5) !important;
  box-shadow: 0 0 22px rgba(204, 255, 0, 0.16);
}

.value-col-title,
.feature-title {
  color: var(--shootsy-white) !important;
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif !important;
}

.value-col-icon,
.feature-icon,
.flow-icon {
  background: rgba(204, 255, 0, 0.1) !important;
  border: 1px solid rgba(204, 255, 0, 0.22) !important;
  color: var(--shootsy-acid) !important;
}

.value-list li::before {
  background: var(--shootsy-acid) !important;
}

.free-flow-section {
  min-height: clamp(820px, 166vh, 1360px);
  padding: clamp(118px, 22vh, 180px) 0 clamp(84px, 18vh, 140px) !important;
  position: relative;
  text-align: center;
}

.free-flow-pin {
  position: sticky;
  top: clamp(96px, calc(50vh - var(--flow-pin-half, 104px)), 42vh);
  z-index: 2;
  padding: 0;
  will-change: top;
}

.free-flow-label {
  margin-bottom: 30px !important;
}

.free-flow-section.is-typing .free-flow-label {
  opacity: calc(0.04 + (var(--flow-label-alpha, 0) * 0.96));
  filter: blur(calc((1 - var(--flow-label-alpha, 0)) * 16px));
  transform: translate3d(0, calc((1 - var(--flow-label-alpha, 0)) * 18px), 0);
  transition:
    opacity 0.28s ease,
    filter 0.42s ease,
    transform 0.54s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, filter, transform;
}

.free-flow-section.is-typing .free-flow-steps {
  opacity: var(--flow-steps-alpha, 0);
  filter: blur(calc((1 - var(--flow-steps-alpha, 0)) * 10px));
  transform: translate3d(0, calc((1 - var(--flow-steps-alpha, 0)) * 14px), 0);
  transition:
    opacity 0.24s ease,
    filter 0.36s ease,
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, filter, transform;
}

.flow-label {
  color: var(--shootsy-text-80) !important;
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif !important;
}

.flow-arrow {
  color: rgba(204, 255, 0, 0.4) !important;
}

.free-flow-steps .flow-diagram {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.free-flow-steps .flow-step {
  cursor: default;
}

.free-flow-section.is-typing .flow-step,
.free-flow-section.is-typing .flow-arrow {
  opacity: calc(0.1 + (var(--flow-alpha, 0) * 0.9)) !important;
  filter: blur(calc((1 - var(--flow-alpha, 0)) * 9px));
  transform: translate3d(calc((1 - var(--flow-alpha, 0)) * -26px), 0, 0);
  transition:
    opacity 0.18s ease,
    filter 0.24s ease,
    transform 0.34s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: opacity, filter, transform;
}

.free-flow-section.is-typing .flow-arrow {
  filter: blur(calc((1 - var(--flow-alpha, 0)) * 5px));
  transform: translate3d(calc((1 - var(--flow-alpha, 0)) * -16px), 0, 0);
}

.free-flow-steps .flow-icon {
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease,
    background-color 0.28s ease,
    box-shadow 0.28s ease,
    color 0.28s ease;
}

.free-flow-steps .flow-label {
  transition: color 0.28s ease;
}

.free-flow-steps .flow-step:hover .flow-icon {
  transform: translateY(-6px) scale(1.04);
  background: rgba(204, 255, 0, 0.16) !important;
  border-color: rgba(204, 255, 0, 0.54) !important;
  box-shadow: 0 0 28px rgba(204, 255, 0, 0.18), 0 14px 32px rgba(0, 0, 0, 0.28);
  color: var(--shootsy-acid) !important;
}

.free-flow-steps .flow-step:hover .flow-label {
  color: var(--shootsy-white) !important;
}

.fomo-bar {
  background:
    linear-gradient(135deg, rgba(204, 255, 0, 0.18), rgba(168, 85, 247, 0.2)),
    rgba(17, 17, 17, 0.8) !important;
  border: 1px solid rgba(204, 255, 0, 0.18) !important;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.26) !important;
}

.fomo-icon {
  background: rgba(204, 255, 0, 0.14) !important;
  border-color: rgba(204, 255, 0, 0.24) !important;
  color: var(--shootsy-acid) !important;
}

.light-cta-section {
  padding: 58px 0 18px !important;
}

.light-cta-text {
  color: var(--shootsy-text-60) !important;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
}

.light-cta-text strong {
  color: var(--shootsy-white) !important;
}

footer {
  border-top: 1px solid var(--shootsy-line) !important;
}

/* Privacy page */
.topbar {
  padding: 0 !important;
  margin-bottom: 18px !important;
}

.back {
  color: var(--shootsy-text-60) !important;
  border-bottom-color: rgba(255, 255, 255, 0.16) !important;
}

.card {
  overflow: hidden;
}

.card .hero {
  padding: 28px !important;
  background:
    radial-gradient(circle at 24% 0%, rgba(204, 255, 0, 0.12), transparent 36%),
    rgba(38, 38, 38, 0.9) !important;
  border-bottom: 1px solid var(--shootsy-line) !important;
}

.meta {
  color: var(--shootsy-text-60) !important;
}

.layout {
  background: rgba(17, 17, 17, 0.38) !important;
}

.toc {
  background: rgba(17, 17, 17, 0.34) !important;
  border-right: 1px solid var(--shootsy-line) !important;
}

.toc-title {
  display: block !important;
  width: fit-content;
  margin-bottom: 12px !important;
}

.toc a {
  color: var(--shootsy-text-60) !important;
  border-bottom: 0 !important;
}

.toc a:hover {
  color: var(--shootsy-acid) !important;
}

.content section + section,
section + section {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
}

.legal {
  background: rgba(204, 255, 0, 0.08) !important;
  border-color: rgba(204, 255, 0, 0.18) !important;
  color: var(--shootsy-text-80) !important;
}

.legal p {
  color: var(--shootsy-text-80) !important;
}

.footer {
  color: var(--shootsy-text-40) !important;
}

@media (max-width: 720px) {
  .container {
    padding: 0 18px 36px !important;
  }

  .hero {
    padding: 62px 0 38px !important;
  }

  h1 {
    font-size: clamp(38px, 12.4vw, 54px) !important;
    line-height: 0.94 !important;
  }

  .hero-badge {
    max-width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
    font-size: 9px !important;
    letter-spacing: 0.1em !important;
  }

  .hero-sub {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.62 !important;
  }

  .form-card,
  .features-section {
    padding: 24px 18px !important;
    border-radius: 22px !important;
    overflow: hidden;
  }

  .motion-ready .section-reveal {
    transform: translate3d(0, 58px, 0) scale(0.99);
  }

  .mockup-reveal-section {
    width: 100% !important;
    transform: none;
  }

  .role-option label {
    font-size: 13px !important;
    padding-inline: 8px !important;
  }

  .flow-label {
    font-size: 12px !important;
  }

  .free-flow-steps .flow-diagram {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 2px;
    align-items: start;
    overflow: visible !important;
    padding: 0 !important;
    width: 100%;
  }

  .free-flow-steps .flow-step {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    position: relative;
  }

  .free-flow-steps .flow-arrow {
    display: none !important;
  }

  .free-flow-steps .flow-step:not(:last-of-type)::after {
    content: '›';
    position: absolute;
    top: clamp(16px, 5vw, 23px);
    right: -5px;
    color: rgba(204, 255, 0, 0.42);
    font-size: 12px;
    line-height: 1;
    pointer-events: none;
  }

  .free-flow-steps .flow-icon {
    width: clamp(44px, 14vw, 56px);
    height: clamp(44px, 14vw, 56px);
    max-width: 100%;
    border-radius: 14px;
    margin-bottom: 10px;
  }

  .free-flow-steps .flow-icon svg {
    width: 22px;
    height: 22px;
  }

  .free-flow-steps .flow-label {
    font-size: clamp(9px, 2.8vw, 11px) !important;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }

  .free-flow-section {
    min-height: 156vh;
    padding: 88px 0 96px !important;
  }

  .free-flow-pin {
    top: clamp(84px, calc(50vh - var(--flow-pin-half, 116px)), 38vh);
  }

  .value-col:hover {
    transform: none;
  }

  .feature-card:hover {
    transform: none !important;
  }

  .free-flow-steps .flow-step:hover .flow-icon {
    transform: none;
  }

  .layout {
    grid-template-columns: 1fr !important;
  }

  .toc {
    border-right: 0 !important;
    border-bottom: 1px solid var(--shootsy-line) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .container > .hero h1 {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
  }
}
