:root {
  --bg-main: #000b14;
  --text: #ffffff;
  --text-soft: rgba(255, 255, 255, 0.8);
  --text-muted: rgba(255, 255, 255, 0.72);
  --line: rgba(61, 70, 76, 0.64);
  --card: rgba(255, 255, 255, 0.1);
  --accent-grad: linear-gradient(93.06deg, #ef44ff 0.15545%, #6330ff 100.16%);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 360px;
  background: var(--bg-main);
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
}

.creators-page {
  min-height: 100vh;
  background:
    radial-gradient(58% 50% at 0 78%, rgba(44, 0, 121, 0.2), transparent 72%),
    radial-gradient(54% 44% at 100% 0, rgba(30, 73, 160, 0.2), transparent 68%),
    linear-gradient(180deg, #000b14 0%, #010710 100%);
}

.creators-main {
  width: min(1440px, 100%);
  margin-inline: auto;
  overflow: clip;
}

.container-1360 {
  width: calc(100% - 32px);
  margin-inline: auto;
}

.creators-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(61, 70, 76, 0.8);
}

.logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text);
}

.logo img {
  width: 28px;
  height: 32px;
}

.logo span {
  font-family: "Orbitron", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.header-cta {
  height: 52px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}

.header-creators-link {
  width: 479px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 32px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  border-right: 1px solid rgba(232, 232, 232, 0.24);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.btn-top {
  width: 163px;
  height: 52px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #5d2eff 0%, #6f43d0 100%);
  border-radius: 8px;
  margin-left: 32px;
}

.hero-body {
  padding: 112px 0;
  display: grid;
  grid-template-columns: minmax(0, 630px) minmax(0, 630px);
  justify-content: space-between;
  gap: 36px;
}

.hero-body h1 {
  margin: 0;
  font-size: 72px;
  line-height: 1.1;
  font-weight: 700;
}

.hero-body h1 span {
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy {
  display: grid;
  gap: 52px;
}

.hero-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 32px;
  line-height: 1.8;
  font-weight: 500;
}

.highlights {
  height: 120px;
  overflow: hidden;
  background: linear-gradient(119.394deg, #5c0ba8 0%, #170946 100%);
}

.highlights-marquee {
  height: 100%;
  display: flex;
  width: max-content;
  align-items: center;
  animation: highlights-scroll 24s linear infinite;
}

.highlights-track {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  padding-inline: 40px;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.highlights-track img {
  width: 32px;
  height: 32px;
}

@keyframes highlights-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.benefits {
  padding: 112px 0;
}

.benefits h2,
.start h2,
.levels h2 {
  margin: 0;
  text-align: center;
  font-size: 56px;
  line-height: 1.35;
  font-weight: 700;
}

.benefits h2 span,
.levels h2 span,
.start-title h3 b,
.faq-title span {
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.benefits-grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.benefit-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 56px;
  box-shadow: 0 32px 80px rgba(5, 25, 60, 0.2);
}

.benefit-card h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
}

.benefit-card ul {
  margin: 56px 0 0;
  padding: 0;
  list-style: none;
}

.benefit-card li {
  padding: 0 0 36px;
  margin-bottom: 36px;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.1);
  position: relative;
  padding-left: 56px;
}

.benefit-card li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.benefit-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #fff center / 20px 20px no-repeat url("./assets/5d35e0d6de7c45e841f2bddbb920d0ee9de9f931.svg");
  box-shadow: 0 15px 32px rgba(4, 23, 46, 0.08);
}

.benefit-card h4 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
}

.benefit-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 24px;
  line-height: 1.8;
  font-weight: 500;
}

.start {
  padding: 80px 0;
}

.start h2 {
  margin-bottom: 56px;
}

.start-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 48px;
}

.start-title span {
  display: block;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
}

.start-title h3 {
  margin: 0;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
}

.start-copy {
  display: grid;
  gap: 40px;
}

.start-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 24px;
  line-height: 1.8;
  font-weight: 500;
}

.platforms {
  margin-top: 72px;
  min-height: 225px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-items: center;
  padding: 0 52px;
  gap: 18px;
}

.platform-card {
  width: 123px;
  height: 123px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  display: grid;
  place-items: center;
  transform: rotate(-5.9deg);
}

.platform-card:nth-child(2n) {
  transform: rotate(6.23deg);
}

.platform-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.platform-card:nth-child(5) {
  padding: 16px;
}

.platform-card:nth-child(5) img {
  width: 89px;
  height: 89px;
  border-radius: 8px;
}

.platform-card:nth-child(6) img {
  width: 117px;
  height: 112px;
}

.platform-tiktok {
  overflow: hidden;
  position: relative;
}

.platform-tiktok .tk-bg {
  position: absolute;
  inset: 0;
  background: #fff;
}

.platform-tiktok .tk-main,
.platform-tiktok .tk-shadow {
  position: absolute;
  width: 40px;
  height: 46px;
}

.platform-tiktok .tk-main {
  z-index: 2;
}

.platform-tiktok .tk-shadow {
  mix-blend-mode: multiply;
  z-index: 1;
}

.start-divider {
  margin: 72px 0;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.1);
}

.feed-preview {
  margin-top: 72px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.1);
  padding: 56px 48px;
}

.feed-shell {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(85% 120% at 50% 0, rgba(11, 101, 123, 0.45) 0%, rgba(4, 14, 31, 0.92) 56%),
    #000b14;
  overflow: hidden;
}

.feed-topbar {
  height: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}

.feed-brand {
  font-family: "Orbitron", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.feed-menu {
  display: inline-flex;
  gap: 18px;
  color: #d6d8d9;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.feed-tabs {
  margin: 16px;
  height: 52px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 8px;
  padding: 8px;
  color: #d6d8d9;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.feed-tabs .active {
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feed-composer {
  margin: 0 16px 16px;
  border-radius: 14px;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.22);
  display: grid;
  grid-template-columns: 48px 1fr 44px;
  align-items: center;
  gap: 12px;
  padding: 6px 8px;
}

.feed-composer img,
.feed-post header img {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  object-fit: cover;
}

.feed-input {
  color: #0f1115;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}

.feed-composer button {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 2px solid #ef44ff;
  background: radial-gradient(circle at 30% 30%, #fff 0, #e6e6e6 70%);
  cursor: default;
}

.feed-post {
  margin: 0 16px 18px;
  border-radius: 12px;
  padding: 16px;
  background: linear-gradient(136deg, rgba(34, 74, 112, 0.72) 0%, rgba(18, 30, 50, 0.9) 100%);
}

.feed-post header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feed-post header div {
  display: grid;
  gap: 4px;
}

.feed-post strong {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

.feed-post span {
  color: #d6d8d9;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
}

.feed-post p {
  margin: 14px 0 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.levels {
  padding: 80px 0;
}

.levels-grid {
  margin-top: 88px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.level-card {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
}

.level-top {
  position: relative;
  height: 510px;
  border-radius: 28px;
  background:
    radial-gradient(65% 56% at 51% 54%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(134, 141, 153, 0.35) 0%, rgba(134, 141, 153, 0.08) 100%);
  overflow: visible;
  transition: background 220ms ease;
}

.level-top::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  bottom: 16px;
  border-radius: 24px;
  border: 2px solid rgba(218, 228, 255, 0.25);
  pointer-events: none;
}

.level-shield {
  width: 265px;
  height: 280px;
  margin: 14px auto 0;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
}

.level-3 {
  margin-top: -2px;
}

.level-shield img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.level-2 img {
  width: 260px;
  height: 274px;
}

.level-3 img {
  width: 245px;
  height: 280px;
}

.level-card h3 {
  margin: 34px 0 0;
  text-align: center;
  font-size: 32px;
  line-height: 1.35;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.level-benefits {
  margin: -168px auto 0;
  width: 360px;
}

.level-card ul {
  margin: 0;
  padding: 32px 24px;
  list-style: none;
  width: 100%;
  min-height: 395px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(100px);
  box-shadow: 0 32px 200px rgba(5, 25, 60, 0.08);
  transition: background-color 220ms ease;
}

.level-card:hover .level-top,
.level-card:focus-within .level-top {
  background: #1d2436;
}

.level-card:hover ul,
.level-card:focus-within ul {
  background: #1d2436;
}

.level-card li {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 22px;
  position: relative;
  padding-left: 56px;
  font-weight: 500;
}

.level-card li:last-child {
  margin-bottom: 0;
}

.level-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #fff center / 20px 20px no-repeat url("./assets/5d35e0d6de7c45e841f2bddbb920d0ee9de9f931.svg");
}

.faq {
  padding: 80px 0;
  display: grid;
  grid-template-columns: 376px minmax(0, 800px);
  justify-content: space-between;
  gap: 64px;
  position: relative;
}

.faq::before {
  content: "";
  position: absolute;
  left: -120px;
  bottom: 46px;
  width: 287px;
  height: 288px;
  background: center / cover no-repeat url("./assets/dad0d6b194e623b8098d20eb61b1987d1c376d4f.svg");
  pointer-events: none;
}

.faq-title h2 {
  margin: 0;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 24px;
}

.faq-item {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 0;
  padding: 0;
}

.faq-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 32px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.faq-icon-plus,
.faq-icon-minus {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.faq-icon-minus {
  display: none;
}

.faq-item p,
.faq-item h3,
.faq-trigger span {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 600;
}

.faq-panel {
  padding: 0 24px 32px 60px;
}

.faq-panel p {
  margin: 0;
}

.faq-panel p + p {
  margin-top: 20px;
}

.faq-item-open {
  border-radius: 16px;
  background: var(--accent-grad);
  box-shadow: 0 12px 44px rgba(99, 122, 166, 0.04);
}

.faq-item-open .faq-trigger {
  align-items: flex-start;
  padding-bottom: 12px;
}

.faq-item-open .faq-icon-plus {
  display: none;
}

.faq-item-open .faq-icon-minus {
  display: inline-block;
}

.faq-item-open div {
  display: grid;
  gap: 16px;
}

.faq-item-open p {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 600;
}

.footer {
  padding: 80px 0 52px;
  text-align: center;
}

.footer-line {
  height: 1px;
  background: url("./assets/9469d30497887e8e46407be82990253ee5d8087f.svg") center / cover no-repeat;
}

.footer-logo {
  margin-top: 40px;
  color: #858a8e;
}

.footer-logo img {
  width: 41.98px;
  height: 48px;
}

.footer-logo span {
  font-family: "Orbitron", sans-serif;
  font-size: 44px;
  line-height: 1.35;
  font-weight: 700;
}

.footer-copy {
  margin: 40px 0 0;
  color: #adb1b4;
  font-size: 12px;
  line-height: 1;
}

.footer-links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 32px;
}

.footer-links a {
  color: #e8e8e8;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}

.footer-links a:hover {
  text-decoration: underline;
}

@media (max-width: 1439px) {
  .hero-body {
    grid-template-columns: 1fr 1fr;
  }

  .hero-body h1 {
    font-size: clamp(54px, 5.4vw, 72px);
  }

  .hero-copy p {
    font-size: clamp(24px, 2.8vw, 32px);
  }

  .start-title h3,
  .faq-title h2 {
    font-size: clamp(42px, 4.7vw, 56px);
  }

  .benefits h2,
  .start h2,
  .levels h2 {
    font-size: clamp(40px, 4.4vw, 56px);
  }

  .level-card h3 {
    font-size: clamp(28px, 2.6vw, 32px);
  }
}

@media (max-width: 1199px) {
  .container-1360 {
    width: calc(100% - 24px);
  }

  .creators-header {
    height: 72px;
  }

  .header-creators-link {
    width: 280px;
    padding-right: 16px;
    font-size: 14px;
  }

  .btn-top {
    width: 140px;
    font-size: 18px;
  }

  .hero-body {
    padding: 72px 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-copy {
    gap: 24px;
  }

  .hero-copy p {
    font-size: 28px;
  }

  .benefits {
    padding: 72px 0;
  }

  .benefits-grid {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }

  .benefit-card {
    padding: 28px 20px;
  }

  .benefit-card h3 {
    font-size: 28px;
  }

  .benefit-card h4,
  .benefit-card p {
    font-size: 20px;
  }

  .start {
    padding: 72px 0;
  }

  .start h2 {
    margin-bottom: 40px;
  }

  .start-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .start-title span {
    margin-bottom: 16px;
  }

  .start-title h3 {
    font-size: 48px;
  }

  .start-copy p {
    font-size: 20px;
  }

  .platforms {
    margin-top: 40px;
    min-height: auto;
    padding: 20px;
    border-radius: 20px;
    grid-template-columns: repeat(3, minmax(90px, 1fr));
    gap: 14px;
  }

  .platform-card {
    width: 92px;
    height: 92px;
  }

  .platform-card img {
    width: 50px;
    height: 50px;
  }

  .platform-card:nth-child(5) img {
    width: 64px;
    height: 64px;
  }

  .platform-card:nth-child(6) img {
    width: 86px;
    height: 82px;
  }

  .feed-preview {
    margin-top: 40px;
    padding: 20px 14px;
    border-radius: 20px;
  }

  .feed-brand {
    font-size: 16px;
  }

  .feed-menu {
    gap: 10px;
    font-size: 10px;
  }

  .feed-tabs {
    font-size: 12px;
  }

  .levels {
    padding: 72px 0;
  }

  .levels-grid {
    margin-top: 52px;
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .level-card {
    max-width: 410px;
    margin: 0 auto;
    width: 100%;
  }

  .level-top {
    height: 510px;
  }

  .level-shield {
    margin-top: 14px;
  }

  .level-card h3 {
    margin-top: 34px;
  }

  .level-benefits {
    margin-top: -168px;
    width: 360px;
    max-width: calc(100% - 24px);
  }

  .level-card ul {
    width: 100%;
    min-height: auto;
  }

  .faq {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 72px 0;
  }

  .faq::before {
    display: none;
  }

  .faq-title h2 {
    font-size: 54px;
  }

  .faq-item p,
  .faq-item h3,
  .faq-item-open p,
  .faq-trigger span {
    font-size: 22px;
  }

  .footer {
    padding: 52px 0 30px;
  }

  .footer-logo {
    margin-top: 28px;
  }

  .footer-logo span {
    font-size: 36px;
  }

  .footer-copy {
    line-height: 1.45;
  }

  .footer-links {
    margin-top: 24px;
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .creators-header {
    height: 64px;
  }

  .logo {
    gap: 8px;
  }

  .logo img {
    width: 24px;
    height: 28px;
  }

  .logo span {
    font-size: 16px;
  }

  .header-cta {
    border: 0;
    height: auto;
  }

  .header-creators-link {
    display: none;
  }

  .btn-top {
    width: 108px;
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
  }

  .hero-body {
    padding: 40px 0;
    gap: 18px;
  }

  .hero-body h1 {
    font-size: clamp(40px, 13.2vw, 56px);
  }

  .hero-copy {
    gap: 16px;
  }

  .hero-copy p {
    font-size: 16px;
    line-height: 1.7;
  }

  .highlights {
    height: 84px;
  }

  .highlights-track {
    gap: 20px;
    padding-inline: 20px;
    font-size: 20px;
  }

  .highlights-track img {
    width: 18px;
    height: 18px;
  }

  .benefits,
  .start,
  .levels,
  .faq {
    padding: 52px 0;
  }

  .benefits h2,
  .start h2,
  .levels h2 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.2;
  }

  .benefit-card {
    border-radius: 16px;
    padding: 20px 14px;
  }

  .benefit-card ul {
    margin-top: 24px;
  }

  .benefit-card li {
    padding-left: 44px;
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  .benefit-card h3 {
    font-size: 24px;
  }

  .benefit-card h4 {
    font-size: 14px;
  }

  .benefit-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  .start h2 {
    margin-bottom: 24px;
  }

  .start-title span {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .start-title h3 {
    font-size: clamp(34px, 9.6vw, 42px);
  }

  .start-copy {
    gap: 14px;
  }

  .start-copy p {
    font-size: 16px;
    line-height: 1.7;
  }

  .platforms {
    margin-top: 24px;
    padding: 14px;
    border-radius: 16px;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .platform-card {
    width: 76px;
    height: 76px;
  }

  .platform-card img {
    width: 38px;
    height: 38px;
  }

  .platform-card:nth-child(5) img {
    width: 46px;
    height: 46px;
  }

  .platform-card:nth-child(6) img {
    width: 62px;
    height: 59px;
  }

  .platform-tiktok .tk-main,
  .platform-tiktok .tk-shadow {
    width: 26px;
    height: 30px;
  }

  .start-divider {
    margin: 36px 0;
  }

  .feed-preview {
    margin-top: 24px;
    border-radius: 16px;
    padding: 10px;
  }

  .feed-topbar {
    height: 42px;
    padding: 0 10px;
  }

  .feed-brand {
    font-size: 13px;
  }

  .feed-menu {
    gap: 6px;
    font-size: 8px;
  }

  .feed-tabs {
    margin: 10px;
    height: 42px;
    gap: 4px;
    padding: 4px;
    font-size: 9px;
  }

  .feed-composer {
    margin: 0 10px 10px;
    grid-template-columns: 38px 1fr 34px;
    gap: 8px;
    padding: 4px 6px;
  }

  .feed-composer img,
  .feed-post header img {
    width: 28px;
    height: 28px;
  }

  .feed-input {
    font-size: 12px;
  }

  .feed-composer button {
    width: 24px;
    height: 24px;
  }

  .feed-post {
    margin: 0 10px 10px;
    padding: 10px;
  }

  .feed-post strong {
    font-size: 13px;
  }

  .feed-post span {
    font-size: 10px;
  }

  .feed-post p {
    margin-top: 10px;
    font-size: 16px;
  }

  .levels-grid {
    margin-top: 36px;
    gap: 40px;
  }

  .level-card {
    max-width: 340px;
  }

  .level-top {
    height: 386px;
    border-radius: 22px;
  }

  .level-top::before {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-radius: 16px;
    border-width: 1.5px;
  }

  .level-shield {
    width: 180px;
    height: 190px;
    margin-top: 14px;
  }

  .level-shield img {
    width: 180px;
    height: 190px;
  }

  .level-2 img {
    width: 174px;
    height: 184px;
  }

  .level-3 img {
    width: 164px;
    height: 190px;
  }

  .level-3 {
    margin-top: 2px;
  }

  .level-card h3 {
    margin-top: 24px;
    font-size: 32px;
  }

  .level-benefits {
    margin-top: -96px;
    width: calc(100% - 20px);
  }

  .level-card ul {
    padding: 20px 14px;
    border-radius: 14px;
  }

  .level-card li {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 14px;
    padding-left: 44px;
  }

  .level-card li::before {
    width: 32px;
    height: 32px;
    background-size: 16px 16px;
  }

  .faq {
    gap: 20px;
  }

  .faq-title h2 {
    font-size: clamp(40px, 11vw, 48px);
  }

  .faq-list {
    gap: 12px;
  }

  .faq-item,
  .faq-item-open {
    padding: 0;
    border-radius: 10px;
  }

  .faq-item p,
  .faq-item h3,
  .faq-trigger span {
    font-size: 16px;
    line-height: 1.4;
  }

  .faq-trigger {
    padding: 18px 14px;
    gap: 10px;
  }

  .faq-panel {
    padding: 0 14px 18px 48px;
  }

  .faq-item-open div {
    gap: 10px;
  }

  .faq-item-open p {
    font-size: 16px;
    line-height: 1.55;
  }

  .footer {
    padding: 40px 0 24px;
  }

  .footer-logo span {
    font-size: 28px;
  }

  .footer-copy {
    margin-top: 20px;
    font-size: 10px;
  }

  .footer-links {
    margin-top: 16px;
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .highlights-marquee {
    animation: none;
  }
}
