.hero {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(8rem, 12vw, 9.5rem) 1.25rem 2.5rem;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
  gap: clamp(1.2rem, 3vw, 3rem);
  color: #f5efe7;
}

.hero-copy {
  transform: translateX(-0.8rem);
}

.eyebrow {
  width: fit-content;
  margin: 0 0 1.25rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(245, 239, 231, 0.3);
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  background: rgba(5, 5, 5, 0.35);
  backdrop-filter: blur(8px);
}

.hero h1 {
  margin: 0;
  max-width: 18ch;
  font-family: 'Space Grotesk', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: clamp(2rem, 7.6vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hero h1 span {
  color: #f0b46d;
}

.lead {
  margin: 1.5rem 0 0;
  max-width: 55ch;
  color: rgba(245, 239, 231, 0.86);
  font-size: clamp(0.98rem, 2.7vw, 1.15rem);
  line-height: 1.7;
}

.cta-row {
  margin-top: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}


.sponsors {
  padding: 0.4rem 0 1.6rem;
}

.sponsor-marquee {
  margin-top: 1rem;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
}

.sponsor-track {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: max-content;
  animation: marquee-left 58s linear infinite;
}

.sponsor-pill {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 0.5rem 0.95rem;
  text-align: center;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(245, 239, 231, 0.85);
  border: 1px solid rgba(245, 239, 231, 0.24);
  background: rgba(8, 8, 18, 0.24);
}

.service-section {
  padding: 2.6rem 0;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.service-grid.reverse .service-copy {
  order: 2;
}

.service-grid.reverse .service-media {
  order: 1;
}

.service-copy {
  padding: 0.2rem 0;
  color: #f5efe7;
}

.service-copy h2 {
  margin: 1rem 0 0;
  font-size: clamp(1.55rem, 3.2vw, 2.3rem);
  line-height: 1.1;
}

.service-copy p {
  margin: 1rem 0 0;
  color: rgba(245, 239, 231, 0.82);
  line-height: 1.7;
  max-width: 52ch;
}

.service-copy ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: rgba(245, 239, 231, 0.9);
  display: grid;
  gap: 0.45rem;
}

.service-artboard {
  min-height: 290px;
  border-radius: 1.3rem;
  border: 1px solid rgba(245, 239, 231, 0.2);
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 255, 255, 0.1), transparent 45%),
    linear-gradient(145deg, rgba(20, 13, 45, 0.72), rgba(10, 10, 24, 0.5));
  box-shadow: 0 16px 36px rgba(5, 5, 15, 0.35);
  padding: 1rem;
}

.website-board {
  overflow: hidden;
}

.website-board img {
  width: 100%;
  height: 100%;
  min-height: 258px;
  object-fit: cover;
  border-radius: 0.95rem;
  border: 1px solid rgba(245, 239, 231, 0.16);
}

.website-board .window-shell {
  height: 100%;
  border-radius: 0.95rem;
  overflow: hidden;
  border: 1px solid rgba(245, 239, 231, 0.16);
  background: rgba(6, 6, 14, 0.55);
}

.window-topbar {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem;
  border-bottom: 1px solid rgba(245, 239, 231, 0.12);
}

.window-topbar span {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 999px;
  background: rgba(245, 239, 231, 0.65);
}

.window-content {
  padding: 1rem;
}

.window-headline {
  width: 78%;
  height: 0.95rem;
  border-radius: 0.4rem;
  background: linear-gradient(90deg, #f0b46d, #ffffff);
}

.window-subline {
  width: 100%;
  height: 0.62rem;
  border-radius: 0.35rem;
  background: rgba(245, 239, 231, 0.48);
  margin-top: 0.55rem;
}

.window-subline.short {
  width: 62%;
}

.window-metrics {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

.window-metrics div {
  border-radius: 0.8rem;
  background: rgba(20, 12, 44, 0.72);
  border: 1px solid rgba(245, 239, 231, 0.16);
  padding: 0.6rem;
}

.window-metrics strong {
  color: #ffffff;
  font-size: 1.2rem;
}

.window-metrics p {
  margin: 0.25rem 0 0;
  color: rgba(245, 239, 231, 0.7);
  font-size: 0.8rem;
}

.social-board {
  overflow: hidden;
}

.social-board img {
  width: 100%;
  height: 100%;
  min-height: 258px;
  object-fit: cover;
  border-radius: 0.95rem;
  border: 1px solid rgba(245, 239, 231, 0.16);
}

.phone-mock {
  width: 54%;
  height: 240px;
  border-radius: 1.2rem;
  border: 1px solid rgba(245, 239, 231, 0.2);
  background: linear-gradient(180deg, rgba(24, 14, 55, 0.88), rgba(9, 9, 18, 0.82));
  padding: 0.9rem;
}

.story-dot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: #f0b46d;
  display: inline-block;
  margin-right: 0.36rem;
}

.story-feed {
  margin-top: 0.9rem;
  height: 120px;
  border-radius: 0.8rem;
  background: linear-gradient(155deg, rgba(82, 39, 255, 0.7), rgba(240, 180, 109, 0.42));
}

.story-feed.small {
  margin-top: 0.7rem;
  height: 52px;
  background: rgba(245, 239, 231, 0.3);
}

.floating-social-card {
  position: absolute;
  top: 1.3rem;
  right: 1.1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(245, 239, 231, 0.26);
  background: rgba(6, 6, 14, 0.82);
  padding: 0.6rem 0.7rem;
}

.floating-social-card.second {
  top: auto;
  right: auto;
  left: 1rem;
  bottom: 1rem;
}

.floating-social-card p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
}

.floating-social-card span {
  display: block;
  margin-top: 0.25rem;
  color: rgba(245, 239, 231, 0.72);
  font-size: 0.76rem;
}

.ads-board {
  overflow: hidden;
}

.ads-board img {
  width: 100%;
  height: 100%;
  min-height: 258px;
  object-fit: cover;
  border-radius: 0.95rem;
  border: 1px solid rgba(245, 239, 231, 0.16);
}

.ads-kpi-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.ads-kpi-row div {
  border-radius: 0.8rem;
  border: 1px solid rgba(245, 239, 231, 0.17);
  background: rgba(8, 8, 16, 0.68);
  padding: 0.6rem;
}

.ads-kpi-row p {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: rgba(245, 239, 231, 0.66);
}

.ads-kpi-row strong {
  margin-top: 0.3rem;
  display: block;
  font-size: 1.3rem;
  color: #ffffff;
}

.ads-chart {
  flex: 1;
  min-height: 145px;
  padding: 0.9rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(245, 239, 231, 0.17);
  background: rgba(8, 8, 16, 0.62);
  display: flex;
  align-items: end;
  gap: 0.45rem;
}

.ads-chart span {
  flex: 1;
  border-radius: 0.5rem 0.5rem 0.2rem 0.2rem;
  background: linear-gradient(180deg, #f0b46d, #5227ff);
}

.ads-note {
  border-radius: 0.8rem;
  border: 1px solid rgba(245, 239, 231, 0.17);
  background: rgba(8, 8, 16, 0.62);
  color: rgba(245, 239, 231, 0.88);
  font-size: 0.86rem;
  padding: 0.6rem 0.72rem;
}

.testimonials {
  padding: 2.5rem 0;
}

.testimonial-title {
  margin: 1rem 0 0;
  color: #f5efe7;
  font-size: clamp(1.5rem, 3.8vw, 2.4rem);
}

.testimonial-marquee {
  margin-top: 1rem;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
}

.testimonial-track {
  display: flex;
  align-items: stretch;
  gap: 0.9rem;
  width: max-content;
  animation: marquee-left 52s linear infinite;
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.testimonial-card {
  flex: 0 0 min(340px, 76vw);
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(245, 239, 231, 0.14);
  background: rgba(8, 8, 20, 0.3);
  backdrop-filter: blur(5px);
  color: #f5efe7;
}

.testimonial-quote {
  margin: 0;
  line-height: 1.6;
  color: rgba(245, 239, 231, 0.85);
}

.testimonial-name {
  margin: 0.95rem 0 0;
  font-weight: 700;
}

.testimonial-role {
  margin: 0.2rem 0 0;
  color: rgba(245, 239, 231, 0.68);
  font-size: 0.92rem;
}

/* ── Pricing Section ──────────────────────────────────────────────────────── */

.pricing-section {
  padding: 2.5rem 0 3.5rem;
}

.pricing-title {
  margin: 1rem 0 0;
  color: #f5efe7;
  font-size: clamp(1.5rem, 3.8vw, 2.4rem);
}

.pricing-grid {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.pricing-card {
  position: relative;
  padding: 1.8rem 1.5rem 1.6rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(245, 239, 231, 0.13);
  background: rgba(8, 8, 20, 0.35);
  backdrop-filter: blur(8px);
  color: #f5efe7;
  display: flex;
  flex-direction: column;
}

.pricing-card--featured {
  border-color: rgba(82, 39, 255, 0.48);
  background: rgba(82, 39, 255, 0.07);
  box-shadow:
    0 0 0 1px rgba(82, 39, 255, 0.22),
    0 8px 40px rgba(82, 39, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pricing-badge {
  position: absolute;
  top: -0.68rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.22rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #5227ff, #f0b46d);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
}

.pricing-plan-label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 239, 231, 0.55);
}

.pricing-description {
  margin: 0.4rem 0 0;
  font-size: 0.9rem;
  color: rgba(245, 239, 231, 0.6);
  line-height: 1.45;
}

.pricing-price {
  margin: 1.4rem 0 0;
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
}

.pricing-amount {
  font-size: clamp(2.2rem, 4vw, 2.9rem);
  font-weight: 800;
  line-height: 1;
  color: #f0b46d;
  font-family: 'Space Grotesk', sans-serif;
}

.pricing-period {
  font-size: 1rem;
  color: rgba(245, 239, 231, 0.45);
}

.pricing-divider {
  margin: 1.4rem 0;
  border: none;
  border-top: 1px solid rgba(245, 239, 231, 0.1);
}

.pricing-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  flex: 1;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.88rem;
  color: rgba(245, 239, 231, 0.78);
  line-height: 1.4;
}

.pricing-features li strong {
  color: #f5efe7;
}

.pricing-check {
  flex-shrink: 0;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: rgba(82, 39, 255, 0.2);
  border: 1px solid rgba(82, 39, 255, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.58rem;
  color: #a78bfa;
  margin-top: 0.1rem;
}

.pricing-card--featured .pricing-check {
  background: rgba(240, 180, 109, 0.18);
  border-color: rgba(240, 180, 109, 0.4);
  color: #f0b46d;
}

.pricing-cta {
  display: block;
  margin-top: 1.7rem;
  padding: 0.78rem 1rem;
  border-radius: 0.7rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: opacity 0.15s, transform 0.15s;
}

.pricing-cta:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.pricing-cta--ghost {
  border: 1px solid rgba(245, 239, 231, 0.28);
  color: rgba(245, 239, 231, 0.82);
  background: transparent;
}

.pricing-cta--primary {
  background: linear-gradient(135deg, #5227ff 0%, #7c3aed 100%);
  color: #fff;
  border: none;
  box-shadow: 0 4px 16px rgba(82, 39, 255, 0.35);
}

/* ── FAQ ─────────────────────────────────────────────────────────────────── */

.faq-section {
  padding: 2.5rem 0 3.5rem;
}

.faq-page-shell {
  padding-top: clamp(7rem, 12vw, 9rem);
  padding-bottom: 5rem;
  max-width: 760px;
}

.faq-page-title {
  margin: 1rem 0 0;
  color: #f5efe7;
  font-family: 'Space Grotesk', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  letter-spacing: -0.02em;
}

.faq-title {
  margin: 1rem 0 0;
  color: #f5efe7;
  font-size: clamp(1.5rem, 3.8vw, 2.4rem);
}

.faq-list {
  margin-top: 2.2rem;
  display: flex;
  flex-direction: column;
}

.faq-item {
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(245, 239, 231, 0.1);
}

.faq-item:first-child {
  border-top: 1px solid rgba(245, 239, 231, 0.1);
}

.faq-question {
  font-weight: 600;
  font-size: 1.02rem;
  color: #f5efe7;
  margin-bottom: 0.55rem;
}

.faq-answer {
  font-size: 0.94rem;
  color: rgba(245, 239, 231, 0.72);
  line-height: 1.75;
  margin: 0;
}

/* ── Site Footer ─────────────────────────────────────────────────────────── */

.site-footer {
  padding: 2.6rem 0 3.2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 1rem;
  border-top: 1px solid rgba(245, 239, 231, 0.18);
  border-radius: 0;
  background: transparent;
  padding: 1.2rem;
}

.footer-brand {
  margin: 0;
  font-weight: 700;
  color: #f5efe7;
  font-size: 1.1rem;
}

.footer-copy {
  margin: 0.7rem 0 0;
  max-width: 32ch;
  color: rgba(245, 239, 231, 0.72);
}

.footer-heading {
  margin: 0;
  color: #f5efe7;
  font-weight: 700;
}

.footer-grid a {
  display: block;
  margin-top: 0.6rem;
  color: rgba(245, 239, 231, 0.75);
  text-decoration: none;
}

.footer-grid a:hover {
  color: #ffffff;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 1.2rem 1.2rem 0;
  border-top: 1px solid rgba(245, 239, 231, 0.1);
  margin-top: 1.4rem;
}

.footer-lang-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: rgba(245, 239, 231, 0.55);
}

.footer-lang-toggle button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.3rem 0.7rem;
  border-radius: 4px;
  color: rgba(245, 239, 231, 0.55);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  transition: color 0.15s, background 0.15s;
}

.footer-lang-toggle button:hover {
  color: #f5efe7;
  background: rgba(245, 239, 231, 0.1);
}

.footer-lang-toggle button.active {
  color: #f5efe7;
  font-weight: 700;
  background: rgba(245, 239, 231, 0.08);
}

@media (max-width: 720px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-top: 9rem;
  }

  .hero-copy {
    transform: none;
  }

  .hero-visual {
    justify-self: center;
    width: min(420px, 92vw);
    transform: translateY(-1.2rem);
  }

  .sponsor-track {
    gap: 0.45rem;
    animation-duration: 66s;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .service-artboard {
    min-height: 245px;
  }

  .phone-mock {
    width: 64%;
  }

  .service-grid.reverse .service-copy,
  .service-grid.reverse .service-media {
    order: initial;
  }

  .testimonial-track {
    animation-duration: 62s;
  }

  .testimonial-card {
    flex-basis: min(310px, 82vw);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

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