:root {
  --bg: #ececf3;
  --card-bg: #f9f9fd;
  --title: #22273b;
  --muted: #8a90a3;
  --primary: #f4216f;
  --primary-dark: #d90d57;
  --hero: #1e223a;
  --hero-soft: #2d3153;
  --line: #d8dbe7;
  --radius: 20px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Nunito", sans-serif;
  background: var(--bg);
  color: var(--title);
  min-height: 100vh;
  padding: 22px;
}

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

.container {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: -0.4px;
  font-size: 2.05rem;
  line-height: 1;
}

.brand-mark {
  width: 28px;
  height: 28px;
  position: relative;
  transform: rotate(-10deg);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 11px;
  border-radius: 999px;
  background: linear-gradient(140deg, #ff4c9b, #e30057);
}

.brand-mark::before {
  top: 1px;
  transform: rotate(-9deg);
}

.brand-mark::after {
  top: 14px;
  transform: rotate(-9deg);
}

.brand-text {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}

.brand-text .base {
  color: #31364b;
}

.brand-text .accent {
  color: #ef1d6f;
}

.special-btn {
  border: 1.5px solid #f45a92;
  color: #eb2d77;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 14px;
  padding: 11px 20px;
  background: #fff;
  transition: 0.2s ease;
}

.special-btn:hover {
  background: #fff2f7;
  border-color: #ec3a81;
}

.hero {
  background:
    radial-gradient(circle at 12% 25%, rgba(255, 255, 255, 0.07), transparent 60%),
    radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.06), transparent 58%),
    var(--hero);
  border-radius: 18px;
  min-height: 286px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-content {
  padding: 40px 32px;
  position: relative;
  z-index: 2;
}

.discount-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(120deg, #ff1e77, #ff2a86);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  border-radius: 999px;
  padding: 7px 18px;
  margin-bottom: 14px;
  letter-spacing: 0.2px;
}

.hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.05rem);
  line-height: 1.05;
  font-weight: 900;
  margin-bottom: 8px;
  letter-spacing: -0.9px;
  text-transform: uppercase;
}

.hero p {
  color: rgba(233, 238, 255, 0.9);
  font-weight: 600;
  font-size: 1.02rem;
  margin-bottom: 22px;
}

.hero-actions {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;
}

.coupon-box {
  min-width: 250px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 13px;
  display: flex;
  overflow: hidden;
  backdrop-filter: blur(4px);
}

.coupon-text {
  padding: 9px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.coupon-label {
  color: #aab4d8;
  font-size: 0.85rem;
  font-weight: 700;
}

.coupon-code {
  color: #fff;
  font-size: 1.75rem;
  letter-spacing: 0.8px;
  font-weight: 900;
  line-height: 1;
}

.copy-btn {
  width: 54px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(22, 26, 48, 0.8);
  color: #d8ddf1;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.2s ease;
}

.copy-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.copy-btn.done {
  color: #66f1af;
}

.review-btn {
  background: linear-gradient(120deg, var(--primary), var(--primary-dark));
  color: #fff;
  border: 0;
  font-weight: 900;
  font-size: 1rem;
  border-radius: 13px;
  padding: 0 28px;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 58px;
  transition: 0.2s ease;
}

.review-btn:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.hero-media {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  min-height: 286px;
}

.hero-media::before {
  content: "";
  position: absolute;
  right: -48px;
  top: -44px;
  width: 380px;
  height: 380px;
  background: linear-gradient(145deg, #ff2a86 12%, #f0146d 62%, #c71578 100%);
  border-radius: 72px;
  transform: rotate(35deg);
  opacity: 0.96;
}

.hero-media::after {
  content: "";
  position: absolute;
  right: -64px;
  top: -22px;
  width: 132px;
  height: 350px;
  background: rgba(20, 22, 42, 0.72);
  border-radius: 90px;
  transform: rotate(35deg);
}

.hero-media .hero-girl {
  position: relative;
  z-index: 3;
  max-height: 301px;
  width: auto;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.35));
}

.platforms {
  margin-top: 4px;
  margin-bottom: 20px;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 11px;
}

.platform {
  position: relative;
  height: 170px;
  border-radius: 17px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.03rem;
  letter-spacing: 0.3px;
  isolation: isolate;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.13);
  transition: transform 0.16s ease;
}

.platform::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 15% 17%, rgba(255, 255, 255, 0.16), transparent 48%),
    radial-gradient(circle at 84% 78%, rgba(255, 255, 255, 0.12), transparent 46%),
    repeating-radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.07) 0 2px, transparent 2px 7px);
  mix-blend-mode: screen;
  z-index: -1;
  opacity: 0.58;
}

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

.platform i {
  font-size: 2.3rem;
  line-height: 1;
}

.platform.instagram { background: #e03078; }
.platform.tiktok { background: #3e3255; }
.platform.twitter { background: #2ca8ff; }
.platform.youtube { background: #ef4b56; }
.platform.threads { background: #403e5f; }
.platform.facebook { background: #4d78cc; }
.platform.twitch { background: #6c4ab4; }
.platform.kick { background: #27bf5e; }
.platform.telegram { background: #0a98dc; }
.platform.soundcloud { background: #ff861f; }
.platform.pinterest { background: #de4468; }
.platform.linkedin { background: #0d91d4; }

.all-services {
  border: 0;
  width: 100%;
  border-radius: 12px;
  min-height: 44px;
  background: #d9deea;
  color: #7a8195;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.all-services:hover {
  background: #cfd5e2;
  color: #5f667c;
}

.faq-section {
  margin-top: 10px;
}

.faq-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 1.78rem;
  font-weight: 900;
  color: #2c3249;
}

.faq-title i {
  color: #4f5772;
  font-size: 1.25rem;
}

.faq-grid {
  border-top: 1px solid #d2d7e4;
  padding-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin-bottom: 24px;
}

.faq-item {
  background: #fff;
  border-radius: 11px;
  border: 1px solid #eceffa;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-size: 1.03rem;
  font-weight: 700;
  color: #2f3650;
  padding: 18px 18px 18px 42px;
  position: relative;
  transition: background 0.2s ease;
}

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

.faq-item summary::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 23px;
  width: 15px;
  height: 3px;
  border-radius: 999px;
  background: #f01d6c;
  transform: rotate(-35deg);
  box-shadow: 0 5px 0 #f01d6c;
}

.faq-item[open] summary {
  background: #f8f9ff;
}

.faq-item p {
  color: #6f778f;
  font-weight: 600;
  line-height: 1.6;
  padding: 0 18px 16px 18px;
  font-size: 0.97rem;
}

.footer {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  color: #7a8198;
  font-size: 0.92rem;
  font-weight: 700;
}

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

  .hero-content {
    padding: 30px 22px;
  }

  .hero-media {
    min-height: 260px;
  }

  .hero-media::before {
    right: -70px;
  }

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

@media (max-width: 680px) {
  body {
    padding: 14px;
  }

  .topbar {
    flex-wrap: wrap;
  }

  .brand {
    font-size: 1.75rem;
  }

  .special-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .coupon-box {
    width: 100%;
  }

  .review-btn {
    width: 100%;
    justify-content: center;
  }

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

  .platform {
    height: 142px;
  }

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

  .faq-title {
    font-size: 1.4rem;
  }
}
