:root {
  --bg: #070707;
  --bg-soft: #101010;
  --ink: #f7f7f2;
  --muted: #b7b7ad;
  --line: rgba(255, 255, 255, 0.16);
  --red: #ff1f1f;
  --red-dark: #bf1111;
  --gold: #d7ff5a;
  --cyan: #75d7ff;
  --green: #55d98b;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.55);
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(215, 255, 90, 0.1), transparent 18rem),
    radial-gradient(circle at 86% 20%, rgba(117, 215, 255, 0.12), transparent 20rem),
    linear-gradient(180deg, #151515 0%, var(--bg) 58%, #050505 100%);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  padding: 14px 22px;
}

.nav-shell {
  width: min(1180px, calc(100vw - 32px));
  height: 58px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(8, 8, 8, 0.62);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(24px);
  padding: 0 12px 0 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Sora", sans-serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background:
    conic-gradient(from 210deg, var(--red) 0 72%, transparent 72% 100%),
    linear-gradient(135deg, #ff4747, #9d0505);
  position: relative;
  box-shadow: 0 0 24px rgba(255, 31, 31, 0.48);
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 6px 7px 5px 9px;
  background: #090909;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.site-menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-left: 34px;
}

.nav-links,
.auth-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-item {
  position: relative;
}

.nav-trigger,
.plain-link {
  border: 0;
  background: transparent;
  color: var(--muted);
  min-height: 38px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: color 180ms ease;
}

.nav-trigger:hover,
.plain-link:hover,
.nav-item:focus-within .nav-trigger {
  color: var(--ink);
}

.nav-trigger svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 390px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(12, 12, 12, 0.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown,
.nav-item.open .dropdown {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.dropdown a {
  display: block;
  padding: 13px 14px;
  border-radius: 12px;
  transition: background 180ms ease, transform 180ms ease;
}

.dropdown a:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(2px);
}

.dropdown strong {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

.dropdown span {
  display: block;
  margin-top: 4px;
  color: #a9a9a0;
  font-size: 12px;
  line-height: 1.35;
}

.tools-menu {
  width: 360px;
}

.btn {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
}

.btn-primary,
.btn-red {
  border: 1px solid rgba(255, 54, 54, 0.55);
  background: linear-gradient(180deg, #ff2929, #d60909);
  color: white;
  box-shadow: 0 16px 38px rgba(255, 31, 31, 0.23);
}

.btn-light {
  min-height: 48px;
  background: #fff;
  color: #111;
}

.btn-red {
  min-height: 48px;
  padding-inline: 22px;
}

.google-mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: conic-gradient(#4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0);
  color: white;
  font-size: 11px;
  font-weight: 900;
}

.mobile-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 128px 18px 136px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    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: 58px 58px;
  mask-image: radial-gradient(circle at center, black, transparent 74%);
  opacity: 0.18;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1100px, 100%);
  margin: 0 auto;
  text-align: center;
}

.creator-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: #f6f6ed;
  font-size: 14px;
  font-weight: 900;
}

.creator-row p {
  margin: 0;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  width: 28px;
  height: 28px;
  margin-left: -7px;
  border: 2px solid #121212;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--green));
}

.avatar-stack span:first-child {
  margin-left: 0;
}

.avatar-stack span:nth-child(2) {
  background: linear-gradient(135deg, #ff5252, #ffb357);
}

.avatar-stack span:nth-child(3) {
  background: linear-gradient(135deg, var(--cyan), #8d74ff);
}

h1 {
  max-width: 980px;
  margin: 0 auto;
  font-family: "Sora", sans-serif;
  font-size: clamp(46px, 7vw, 86px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 760px;
  margin: 24px auto 30px;
  color: #ededdf;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.55;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 54px;
}

.product-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 auto 28px;
}

.tab-button {
  min-height: 43px;
  padding: 0 16px;
  border: 2px solid rgba(255, 255, 255, 0.74);
  border-radius: 12px;
  background: rgba(10, 10, 10, 0.62);
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

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

.tab-button.active {
  background: #fff;
  color: #060606;
  border-color: #fff;
}

.tab-icon {
  width: 20px;
  height: 20px;
  border-radius: 7px;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  font-size: 11px;
}

.tab-button.active .tab-icon {
  background: #111;
  color: white;
}

.demo-frame {
  width: min(980px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  overflow: hidden;
  background: #f8f8f6;
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.65);
}

.browser-chrome {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  background: #f4f4f0;
  border-bottom: 1px solid #dfdfd7;
}

.browser-chrome span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #111;
  opacity: 0.78;
}

.browser-chrome span:nth-child(2) {
  background: var(--red);
}

.browser-chrome span:nth-child(3) {
  background: var(--green);
}

.address-pill {
  height: 24px;
  margin-left: 12px;
  padding: 0 14px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  color: #77776f;
  background: white;
  font-size: 12px;
  font-weight: 800;
}

.video-panel {
  position: relative;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px),
    #f6f6f2;
  background-size: 28px 28px;
}

.video-panel iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ambient-card {
  position: absolute;
  width: 210px;
  height: 118px;
  border-radius: 20px;
  filter: blur(9px);
  opacity: 0.42;
  transform: rotate(-3deg);
  box-shadow: 0 0 70px rgba(255, 255, 255, 0.16);
}

.card-left-top {
  left: -45px;
  top: 125px;
  background: linear-gradient(135deg, #e6ff37, #2a2a14);
}

.card-left-bottom {
  left: -38px;
  top: 365px;
  background: linear-gradient(135deg, #df2626, #1d4dc4);
}

.card-right-top {
  right: -24px;
  top: 130px;
  background: linear-gradient(135deg, #42c8ff, #1b4f39);
}

.card-right-bottom {
  right: 86px;
  top: 360px;
  background: linear-gradient(135deg, #f7f7f3, #ff4e68 45%, #192d54);
}

.proof-section {
  position: relative;
  padding: 72px 18px 96px;
  background: #171717;
  overflow: hidden;
}

.proof-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 34%, rgba(85, 217, 139, 0.08), transparent 24rem),
    radial-gradient(circle at 78% 68%, rgba(255, 31, 31, 0.1), transparent 22rem);
  pointer-events: none;
}

.proof-angle {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 150px;
  background: #070707;
  clip-path: polygon(0 0, 100% 0, 100% 44%, 0 100%);
}

.value-strip {
  position: relative;
  z-index: 2;
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.value-card {
  min-height: 176px;
  padding: 30px 30px 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0 0 26px 26px;
  background: rgba(8, 8, 8, 0.9);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.value-icon {
  width: 34px;
  height: 24px;
  margin-bottom: 20px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
}

.value-icon-money {
  border: 1px solid rgba(85, 217, 139, 0.88);
  color: var(--green);
  background: rgba(85, 217, 139, 0.12);
}

.value-icon-spark,
.value-icon-ai {
  color: #f2f2eb;
  background: rgba(255, 255, 255, 0.08);
}

.value-card h2 {
  margin: 0 0 14px;
  font-family: "Sora", sans-serif;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 0;
}

.value-card p {
  margin: 0;
  color: #aaa9a2;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 800;
}

.testimonial-wrap {
  position: relative;
  z-index: 2;
  width: min(1100px, 100%);
  margin: 122px auto 0;
}

.section-kicker {
  margin: 0 0 64px;
  text-align: center;
  color: #cac8bd;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.testimonial-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: center;
  gap: 24px;
  margin-bottom: 34px;
}

.quote-card {
  position: relative;
  min-height: 210px;
  padding: 40px 36px 30px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 28px 90px 28px 90px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 38%),
    #080808;
  box-shadow: 0 26px 65px rgba(0, 0, 0, 0.36);
}

.quote-card-large {
  min-height: 290px;
  padding: 54px 50px 38px;
}

.quote-mark {
  position: absolute;
  top: 22px;
  left: 32px;
  color: rgba(255, 255, 255, 0.18);
  font-family: Georgia, serif;
  font-size: 82px;
  line-height: 1;
  font-weight: 900;
}

.quote-text,
.quote-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
  color: #fbfbf4;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
}

.quote-card-large .quote-text {
  max-width: 760px;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.16;
  letter-spacing: 0;
}

mark {
  padding: 2px 7px;
  border-radius: 6px;
  background: #fff;
  color: #060606;
}

.person-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
}

.person-avatar {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.36);
}

.avatar-green {
  background: linear-gradient(135deg, #d8ff4d, #46d485 55%, #3768ff);
}

.avatar-gold {
  background: linear-gradient(135deg, #fff05e, #ff9b21 52%, #6129d9);
}

.avatar-red {
  background: linear-gradient(135deg, #ff4545, #0b7f5a);
}

.person-row strong,
.person-row span {
  display: block;
}

.person-row strong {
  color: white;
  font-size: 14px;
  line-height: 1.25;
}

.person-row span {
  margin-top: 4px;
  color: #8f8f87;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.video-testimonial {
  position: relative;
  min-height: 284px;
  border: 0;
  border-radius: 20px 76px 20px 76px;
  overflow: hidden;
  display: grid;
  place-items: center;
  cursor: pointer;
  background:
    radial-gradient(circle at 52% 48%, rgba(255, 255, 255, 0.12), transparent 6rem),
    linear-gradient(155deg, #d9d1cc 0%, #978d87 24%, #272826 47%, #d41828 48%, #ff2840 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.video-testimonial::before {
  content: "";
  position: absolute;
  inset: 26px 58px 0;
  border-radius: 999px 999px 0 0;
  background:
    radial-gradient(circle at 50% 28%, #f4ded5 0 20%, transparent 21%),
    linear-gradient(#2d251f 0 17%, transparent 18%),
    linear-gradient(90deg, transparent 0 23%, #f1c9b7 24% 74%, transparent 75%);
  opacity: 0.82;
  filter: saturate(0.9);
}

.video-glow {
  position: absolute;
  inset: auto 18px 18px;
  height: 70px;
  border-radius: 999px;
  background: rgba(255, 31, 31, 0.5);
  filter: blur(22px);
}

.play-button {
  position: relative;
  z-index: 2;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.36);
}

.play-button::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #111;
}

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

.product-story {
  position: relative;
  padding: 130px 18px 150px;
  background:
    radial-gradient(circle at 70% 10%, rgba(255, 255, 255, 0.05), transparent 22rem),
    linear-gradient(180deg, #171717 0%, #171717 92%, #111 100%);
  overflow: hidden;
}

.product-story::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215, 255, 90, 0.35), transparent);
}

.story-row {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  min-height: 430px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 72px;
}

.story-row + .story-row {
  margin-top: 220px;
}

.story-row-reverse {
  grid-template-columns: minmax(420px, 1.1fr) minmax(320px, 0.9fr);
}

.story-row-reverse .story-copy {
  grid-column: 2;
  grid-row: 1;
}

.story-row-reverse .product-visual {
  grid-column: 1;
  grid-row: 1;
}

.story-row-reverse .idea-visual {
  grid-column: 1;
  grid-row: 1;
}

.story-copy h2 {
  margin: 0 0 28px;
  font-family: "Sora", sans-serif;
  font-size: clamp(38px, 4.7vw, 62px);
  line-height: 1.07;
  letter-spacing: 0;
}

.story-copy h2 mark {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 9px 5px;
  border-radius: 6px;
}

.story-copy p {
  max-width: 610px;
  margin: 0 0 32px;
  color: #aeadA6;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 850;
}

.story-copy p strong {
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.btn-dark {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #2b2b2b;
  color: white;
}

.btn-dark::after {
  content: ">";
  margin-left: 6px;
  color: #bdbdb4;
  font-size: 16px;
}

.product-visual {
  position: relative;
  min-height: 390px;
}

.app-window {
  position: absolute;
  right: 0;
  top: 48px;
  width: min(530px, 100%);
  min-height: 300px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    #050505;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.55);
  opacity: 0.78;
}

.story-row-reverse .app-window {
  left: 0;
  right: auto;
  top: 72px;
}

.app-topbar {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 24px;
}

.app-topbar span {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
}

.channel-card {
  display: grid;
  grid-template-columns: 54px 1fr 30px;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.channel-logo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #8affdd, #1b4f61);
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.channel-card strong,
.channel-card span {
  display: block;
}

.channel-card strong {
  font-size: 17px;
}

.channel-card span {
  margin-top: 3px;
  color: #77776f;
  font-size: 12px;
  font-weight: 800;
}

.channel-card b {
  width: 30px;
  height: 22px;
  border: 1px solid rgba(85, 217, 139, 0.9);
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: rgba(85, 217, 139, 0.12);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 26px;
}

.metric-grid span {
  color: #8e8e86;
  font-size: 12px;
  font-weight: 800;
}

.metric-grid strong {
  display: block;
  margin-top: 6px;
  color: #f3f3ed;
  font-size: 14px;
}

.video-list {
  display: grid;
  gap: 12px;
}

.video-list span,
.search-row,
.tile-grid span,
.mini-thumb,
.mini-video {
  border-radius: 9px;
  background:
    linear-gradient(90deg, rgba(255, 31, 31, 0.9), transparent 42%),
    linear-gradient(135deg, #3a4d63, #121212 62%, #d9e7ef);
}

.video-list span {
  height: 48px;
  opacity: 0.88;
}

.search-row {
  height: 34px;
  margin-bottom: 18px;
  opacity: 0.45;
}

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

.tile-grid span {
  min-height: 94px;
}

.tile-grid span:nth-child(2) {
  background: linear-gradient(135deg, #184a33, #e7f04c);
}

.tile-grid span:nth-child(3) {
  background: linear-gradient(135deg, #ece9d9, #232323 45%, #d9162b);
}

.tile-grid span:nth-child(4) {
  background: linear-gradient(135deg, #111, #59d184);
}

.magnifier {
  position: absolute;
  left: 0;
  top: 0;
  width: 360px;
  height: 360px;
  padding: 80px 60px 42px;
  border: 6px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: rgba(12, 12, 12, 0.78);
  box-shadow:
    inset 0 0 60px rgba(255, 255, 255, 0.04),
    0 30px 90px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
}

.story-row-reverse .magnifier {
  left: auto;
  right: 0;
}

.magnifier-low {
  top: 26px;
}

.mini-channel {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: white;
  font-size: 16px;
  font-weight: 900;
}

.mini-channel b {
  width: 28px;
  height: 20px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: rgba(85, 217, 139, 0.16);
  font-size: 12px;
}

.mini-stats {
  height: 72px;
  margin-bottom: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 18%, transparent 18% 33%, rgba(255, 255, 255, 0.12) 33% 52%, transparent 52% 68%, rgba(255, 255, 255, 0.12) 68% 86%, transparent 86%);
}

.mini-thumb,
.mini-video {
  height: 64px;
  margin-bottom: 16px;
}

.mini-lines {
  height: 40px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.18) 0 8px, transparent 8px 16px),
    linear-gradient(rgba(255, 255, 255, 0.12) 0 8px, transparent 8px 16px);
  background-size: 100% 16px, 72% 16px;
  background-position: 0 0, 0 18px;
  background-repeat: no-repeat;
}

.outlier-card {
  height: 108px;
  margin-bottom: 18px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.18), transparent 4rem),
    linear-gradient(135deg, rgba(120, 10, 18, 0.8), rgba(0, 0, 0, 0.72));
}

.topic-pill {
  min-height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #111;
  background: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 900;
}

.ai-visual,
.idea-visual {
  position: relative;
  min-height: 390px;
}

.prompt-card {
  position: absolute;
  left: 18px;
  top: 8px;
  width: 350px;
  min-height: 238px;
  padding: 24px 22px;
  border: 5px solid rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  background: #f1f1ef;
  color: #161616;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

.prompt-card > span {
  min-height: 45px;
  margin-left: auto;
  padding: 0 18px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  width: fit-content;
  background: #dfdfda;
  font-size: 14px;
  font-weight: 900;
}

.prompt-card p {
  margin: 42px 0 12px;
  color: #202020;
  font-size: 15px;
  font-weight: 850;
}

.feedback-icons {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.feedback-icons i {
  width: 14px;
  height: 14px;
  border: 2px solid #a7a7a0;
  border-radius: 4px;
}

.integration-toggle {
  height: 45px;
  padding: 0 14px;
  border: 1px solid #d0d0ca;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: white;
}

.mini-brand {
  width: 24px;
  height: 24px;
  box-shadow: none;
}

.integration-toggle b {
  width: 42px;
  height: 24px;
  margin-left: auto;
  border-radius: 999px;
  background: #2375df;
  position: relative;
}

.integration-toggle b::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
}

.agent-card {
  position: absolute;
  right: 0;
  top: 104px;
  width: 360px;
  min-height: 300px;
  padding: 34px 26px 24px;
  border: 1px solid #deded8;
  border-radius: 12px;
  background: #f8f8f4;
  color: #161616;
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.42);
}

.hand-arrow {
  position: absolute;
  left: -90px;
  top: 14px;
  width: 82px;
  height: 42px;
  border: 6px solid #111;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 40px 0 0;
  transform: rotate(16deg);
}

.hand-arrow::after {
  content: "";
  position: absolute;
  right: -11px;
  bottom: -11px;
  width: 23px;
  height: 23px;
  border-right: 6px solid #111;
  border-bottom: 6px solid #111;
  transform: rotate(45deg);
}

.agent-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #8a8a82;
  font-size: 13px;
}

.agent-card ul,
.remix-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.agent-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: #595950;
  font-size: 13px;
  font-weight: 850;
}

.agent-card li::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #c7c7bf;
  border-radius: 50%;
}

.agent-card li span {
  margin-left: 4px;
  padding: 4px 8px;
  border-radius: 7px;
  background: #ecece7;
  color: #a0a098;
  font-size: 11px;
}

.agent-card p {
  margin: 16px 0 0;
  color: #2d2d29;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.32;
  font-weight: 700;
}

.idea-window {
  position: absolute;
  left: 0;
  top: 78px;
  width: min(540px, 100%);
  min-height: 330px;
  padding: 18px;
  border-radius: 18px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.74)),
    #080808;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.55);
  opacity: 0.86;
}

.idea-search {
  height: 44px;
  margin-bottom: 16px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 55%),
    #151515;
}

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

.idea-grid span {
  min-height: 102px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.45)),
    linear-gradient(135deg, #f1e8d8, #101010 55%, #d51d2f);
}

.idea-grid span:nth-child(2) {
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.48)),
    linear-gradient(135deg, #eef05c, #1f6d55 56%, #0c0c0c);
}

.idea-grid span:nth-child(3) {
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.48)),
    linear-gradient(135deg, #161616, #d7d7cf 52%, #ef3151);
}

.idea-grid span:nth-child(4) {
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)),
    linear-gradient(135deg, #0b0b0b, #3668d9 48%, #ffffff);
}

.remix-panel {
  position: absolute;
  right: 0;
  top: 54px;
  width: 285px;
  min-height: 360px;
  padding: 22px 18px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 82px rgba(0, 0, 0, 0.48);
}

.remix-panel strong {
  display: block;
  margin-bottom: 12px;
  color: white;
}

.remix-panel p {
  margin: 0 0 18px;
  color: #96968e;
  font-size: 12px;
  font-weight: 800;
}

.remix-panel li {
  min-height: 34px;
  margin-bottom: 8px;
  padding: 10px 34px 10px 12px;
  border-radius: 9px;
  color: #d8d8d0;
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 850;
  position: relative;
}

.remix-panel li::after {
  content: "+";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #8d8d85;
}

.toolkit-section {
  padding: 98px 18px 126px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.06), transparent 24rem),
    #171717;
}

.toolkit-heading {
  width: min(930px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.toolkit-heading h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: 0;
}

.toolkit-heading > p {
  max-width: 780px;
  margin: 18px auto 42px;
  color: #aaa9a2;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 850;
}

.toolkit-heading .btn-red {
  min-height: 54px;
  padding-inline: 26px;
}

.toolkit-heading .btn-red::after {
  content: ">";
  margin-left: 8px;
}

.toolkit-creators {
  margin: 30px 0 0;
}

.toolkit-grid {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.tool-card {
  min-height: 420px;
  padding: 28px 26px 30px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 34%),
    #080808;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
  display: flex;
  flex-direction: column;
}

.tool-art {
  height: 188px;
  margin-bottom: 26px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}

.tool-card h3 {
  margin: 0 0 12px;
  color: white;
  font-family: "Sora", sans-serif;
  font-size: 20px;
  line-height: 1.25;
}

.tool-card p {
  margin: 0 0 20px;
  color: #f1f1e9;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 750;
}

.tool-card a {
  margin-top: auto;
  width: fit-content;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 900;
}

.art-niche {
  overflow: visible;
}

.stack-card {
  position: absolute;
  left: 24px;
  right: 24px;
  height: 70px;
  border: 4px solid rgba(255, 255, 255, 0.82);
  border-radius: 13px;
  background:
    linear-gradient(90deg, rgba(85, 217, 139, 0.28), transparent 24%),
    #121212;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

.stack-card::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff, #66ddff);
}

.stack-card::after {
  content: "";
  position: absolute;
  left: 66px;
  right: 22px;
  top: 19px;
  height: 27px;
  border-radius: 8px;
  background:
    linear-gradient(#ffffff 0 6px, transparent 6px 12px),
    linear-gradient(#7e7e77 0 6px, transparent 6px 12px);
  background-size: 70% 12px, 92% 12px;
  background-repeat: no-repeat;
  background-position: 0 0, 0 15px;
}

.stack-one {
  top: 4px;
  transform: rotate(1deg);
}

.stack-two {
  top: 55px;
  transform: rotate(-1deg);
}

.stack-three {
  top: 106px;
  transform: rotate(0.5deg);
}

.art-outliers {
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.12), transparent 6rem),
    linear-gradient(135deg, #161616, #101010);
}

.outlier-stage {
  position: absolute;
  inset: 46px 34px 42px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 31, 31, 0.74), transparent 48%),
    linear-gradient(45deg, #111, #e9e0c7);
  opacity: 0.9;
}

.outlier-focus {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 145px;
  height: 118px;
  border: 3px solid rgba(255, 255, 255, 0.82);
  border-radius: 12px;
  transform: translate(-50%, -50%);
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.46)),
    linear-gradient(135deg, #ececec, #2d75d7 42%, #101010 43%);
}

.art-title {
  padding: 20px 22px;
}

.art-title span {
  position: relative;
  display: block;
  min-height: 52px;
  margin-bottom: -5px;
  padding: 16px 18px;
  border: 4px solid rgba(255, 255, 255, 0.82);
  border-radius: 10px;
  color: #eaeae3;
  background: #101010;
  font-size: 12px;
  font-weight: 900;
}

.art-title span:last-child::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 12px;
  height: 18px;
  border-bottom: 3px solid rgba(45, 119, 216, 0.78);
  border-radius: 50%;
}

.art-ideas {
  padding: 20px 24px;
  border: 4px solid rgba(255, 255, 255, 0.82);
  background: #101010;
}

.art-ideas strong {
  display: block;
  min-height: 58px;
  margin: -4px auto 18px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(180deg, #ff2424, #d60606);
  font-size: 27px;
  line-height: 1;
}

.art-ideas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.art-ideas li {
  margin-bottom: 8px;
  padding: 9px 11px;
  border-radius: 8px;
  color: #dcdcd4;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 850;
}

.art-analyzer {
  display: grid;
  place-items: center;
  text-align: center;
}

.art-analyzer span {
  color: white;
  font-weight: 900;
}

.art-analyzer strong {
  width: 78px;
  height: 78px;
  border: 5px solid #00bd72;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #00d07e;
  font-size: 32px;
}

.score-lines {
  width: 210px;
  height: 48px;
  background:
    linear-gradient(90deg, #00d07e 0 12px, transparent 12px 40%, #ff3535 40% 52%, transparent 52% 72%, #85dfff 72% 84%, transparent 84%),
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  background-size: 100% 14px, 100% 1px;
  background-position: 0 0, 0 42px;
  background-repeat: no-repeat;
}

.art-money {
  display: grid;
  place-items: center;
}

.art-money span {
  min-height: 72px;
  padding: 0 32px;
  border: 4px solid #12c979;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #eafff4;
  background: rgba(18, 201, 121, 0.18);
  box-shadow: 0 0 42px rgba(18, 201, 121, 0.18);
  font-size: 34px;
  font-weight: 900;
}

.faq-section {
  padding: 112px 18px 104px;
  background: #171717;
}

.faq-inner {
  width: min(1110px, 100%);
  margin: 0 auto;
}

.faq-inner h2 {
  margin: 0 0 78px;
  font-family: "Sora", sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.08;
  letter-spacing: 0;
}

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

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

.faq-list summary {
  min-height: 72px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: white;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  content: "⌄";
  color: #c7c7bf;
  font-size: 19px;
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(180deg);
}

.faq-list details p {
  max-width: 760px;
  margin: -6px 0 24px;
  color: #aaa9a2;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 750;
}

.guide-cta {
  width: min(1180px, 100%);
  margin: 170px auto 0;
  text-align: center;
}

.guide-cta p {
  max-width: 1050px;
  margin: 0 auto 24px;
  color: white;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 650;
}

.guide-cta strong {
  font-weight: 950;
}

.btn-guide {
  min-height: 48px;
  padding-inline: 22px;
  background: white;
  color: #101010;
}

.btn-guide::before {
  content: "▱";
  font-size: 18px;
  line-height: 1;
}

.btn-guide::after {
  content: ">";
  margin-left: 8px;
}

.site-footer {
  padding: 46px 18px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #080808;
}

.footer-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 150px 1.2fr 1.45fr 0.8fr 0.9fr 0.9fr;
  gap: 42px;
  align-items: start;
  padding-bottom: 46px;
}

.footer-brand {
  font-size: 18px;
}

.footer-column h2 {
  margin: 0 0 18px;
  color: white;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
}

.footer-column a {
  display: block;
  width: fit-content;
  margin-bottom: 16px;
  color: #f1f1e9;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  transition: color 160ms ease;
}

.footer-column a:hover {
  color: var(--red);
}

.footer-bottom {
  min-height: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
}

.footer-bottom p {
  margin: 0;
  color: #85857d;
  font-size: 12px;
  font-weight: 800;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-link {
  width: 34px;
  height: 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 950;
}

.social-link.discord {
  background: #5865f2;
}

.social-link.x-link {
  background: #f5f5f1;
  color: #111;
  font-size: 17px;
}

@media (max-width: 900px) {
  .site-header {
    padding: 10px;
  }

  .nav-shell {
    width: 100%;
  }

  .mobile-toggle {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.07);
    display: inline-grid;
    place-content: center;
    gap: 5px;
  }

  .mobile-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: white;
  }

  .site-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(8, 8, 8, 0.96);
    display: none;
    flex-direction: column;
    align-items: stretch;
  }

  .site-menu.open {
    display: flex;
  }

  .nav-links,
  .auth-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .nav-trigger,
  .plain-link {
    width: 100%;
    justify-content: space-between;
  }

  .dropdown {
    position: static;
    width: 100%;
    margin: 4px 0 10px;
    display: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    box-shadow: none;
  }

  .nav-item.open .dropdown {
    display: block;
  }

  .auth-actions .btn {
    width: 100%;
  }

  .hero {
    padding-top: 118px;
    padding-bottom: 104px;
  }

  .ambient-card {
    display: none;
  }

  .proof-section {
    padding-top: 54px;
    padding-bottom: 72px;
  }

  .value-strip {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .value-card {
    border-radius: 20px;
  }

  .testimonial-wrap {
    margin-top: 58px;
  }

  .section-kicker {
    margin-bottom: 34px;
  }

  .testimonial-feature,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .video-testimonial {
    min-height: 330px;
    order: -1;
  }

  .product-story {
    padding: 88px 18px 110px;
  }

  .story-row,
  .story-row-reverse {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .story-row + .story-row {
    margin-top: 120px;
  }

  .story-row-reverse .story-copy,
  .story-row-reverse .product-visual,
  .story-row-reverse .idea-visual {
    grid-column: auto;
    grid-row: auto;
  }

  .product-visual {
    min-height: 440px;
  }

  .app-window,
  .story-row-reverse .app-window {
    left: auto;
    right: 0;
    top: 70px;
    width: min(560px, calc(100% - 28px));
  }

  .magnifier,
  .story-row-reverse .magnifier {
    left: 0;
    right: auto;
    width: min(330px, 78vw);
    height: min(330px, 78vw);
  }

  .ai-visual,
  .idea-visual {
    min-height: 470px;
  }

  .prompt-card {
    left: 0;
  }

  .agent-card {
    right: 0;
  }

  .idea-window {
    width: calc(100% - 34px);
  }

  .toolkit-section {
    padding: 78px 18px 96px;
  }

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

  .faq-section {
    padding: 86px 18px 84px;
  }

  .faq-inner h2 {
    margin-bottom: 48px;
  }

  .guide-cta {
    margin-top: 110px;
  }

  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 42px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-inline: 12px;
    padding-bottom: 80px;
  }

  .creator-row {
    margin-bottom: 18px;
  }

  h1 {
    font-size: 42px;
  }

  .hero-copy {
    font-size: 15px;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .product-tabs {
    justify-content: stretch;
  }

  .tab-button {
    width: 100%;
    justify-content: center;
  }

  .browser-chrome {
    height: 36px;
  }

  .address-pill {
    max-width: calc(100% - 66px);
    overflow: hidden;
  }

  .proof-section {
    padding-top: 42px;
    padding-inline: 12px;
  }

  .value-card {
    padding: 24px 22px;
  }

  .testimonial-wrap {
    margin-top: 42px;
  }

  .section-kicker {
    font-size: 13px;
    letter-spacing: 0.14em;
  }

  .quote-card,
  .quote-card-large {
    min-height: auto;
    padding: 42px 24px 26px;
    border-radius: 24px 54px 24px 54px;
  }

  .quote-card-large .quote-text {
    font-size: 25px;
  }

  .quote-card p {
    font-size: 15px;
  }

  .quote-mark {
    top: 18px;
    left: 22px;
    font-size: 64px;
  }

  .video-testimonial {
    min-height: 260px;
    border-radius: 18px 54px 18px 54px;
  }

  .product-story {
    padding: 70px 12px 88px;
  }

  .story-copy h2 {
    font-size: 38px;
  }

  .story-copy p {
    font-size: 15px;
  }

  .story-row + .story-row {
    margin-top: 92px;
  }

  .product-visual {
    min-height: 360px;
  }

  .app-window,
  .story-row-reverse .app-window {
    top: 92px;
    width: 94%;
    padding: 14px;
  }

  .magnifier,
  .story-row-reverse .magnifier {
    width: min(260px, 82vw);
    height: min(260px, 82vw);
    padding: 58px 38px 30px;
    border-width: 4px;
  }

  .metric-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tile-grid span {
    min-height: 72px;
  }

  .ai-visual,
  .idea-visual {
    min-height: 620px;
  }

  .prompt-card,
  .agent-card,
  .idea-window,
  .remix-panel {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .prompt-card {
    margin-bottom: 18px;
    padding: 18px;
    border-width: 3px;
  }

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

  .hand-arrow {
    display: none;
  }

  .idea-window {
    min-height: 270px;
    margin-bottom: 18px;
  }

  .remix-panel {
    min-height: auto;
  }

  .idea-grid span {
    min-height: 78px;
  }

  .toolkit-section {
    padding: 68px 12px 82px;
  }

  .toolkit-heading > p {
    font-size: 15px;
    margin-bottom: 28px;
  }

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

  .tool-card {
    min-height: auto;
    padding: 22px;
    border-radius: 22px;
  }

  .tool-art {
    height: 170px;
  }

  .art-money span {
    min-height: 58px;
    font-size: 26px;
  }

  .faq-section {
    padding: 70px 12px 72px;
  }

  .faq-inner h2 {
    margin-bottom: 36px;
    font-size: 36px;
  }

  .faq-list summary {
    min-height: 64px;
    font-size: 14px;
  }

  .faq-list details p {
    font-size: 14px;
  }

  .guide-cta {
    margin-top: 76px;
  }

  .guide-cta p {
    font-size: 15px;
  }

  .site-footer {
    padding: 38px 12px 26px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-bottom: 34px;
  }

  .footer-column a {
    margin-bottom: 12px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 20px;
  }
}
