:root {
  --bg: #f6f1e8;
  --surface: #fffdf8;
  --text: #1f1a17;
  --muted: #645a52;
  --accent: #b5542f;
  --accent-dark: #8f4021;
  --border: #e7d9ca;
  --max-width: 1040px;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(62, 40, 24, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 85%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(97, 156, 255, 0.14), transparent 36%),
    linear-gradient(180deg, #10202a 0%, #162d3a 55%, #162d3a 100%);
}

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

.container {
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 0;
  background: #1d303b;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(101, 159, 255, 0.16);
  box-shadow: 0 14px 40px rgba(8, 14, 20, 0.18);
}

.site-header .container,
.hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header .container {
  min-height: 72px;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  height: 72px;
  min-height: 0;
}

.site-logo__image {
  display: block;
  max-width: min(180px, 42vw);
  max-height: none;
  width: auto;
  height: 100%;
  object-fit: contain;
}

.site-logo__fallback {
  color: #6fa8ff;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: lowercase;
}

.section {
  padding: 80px 0;
}

.section--band {
  position: relative;
  overflow: hidden;
}

.section--band::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at top, rgba(82, 130, 206, 0.1), transparent 38%),
    linear-gradient(
      180deg,
      rgba(18, 33, 46, 0.94) 0%,
      rgba(14, 27, 38, 0.94) 100%
    );
  z-index: 0;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 40px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at top center,
      rgba(112, 170, 255, 0.18),
      transparent 30%
    ),
    linear-gradient(180deg, rgba(9, 18, 25, 0.08) 0%, rgba(9, 18, 25, 0) 30%);
  pointer-events: none;
}

.section.hero .container {
  position: relative;
  z-index: 1;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero__content {
  width: min(100%, 960px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  color: #fff;
}

.hero__title {
  max-width: 1180px;
  margin: 0 auto;
  color: #ffffff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: clamp(1.65rem, 3.2vw, 2.75rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.hero__line {
  display: inline;
}

.hero__line > span {
  color: #4f88c1;
}

.hero__media {
  position: relative;
  margin: 40px auto 30px;
  width: min(100%, 1080px);
}

.hero__media::after {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: -28px;
  height: 62px;
  border-radius: 999px;
  background: rgba(8, 15, 23, 0.52);
  filter: blur(34px);
}

.hero__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  min-height: 330px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow:
    0 28px 60px rgba(6, 11, 18, 0.32),
    0 10px 22px rgba(0, 0, 0, 0.18);
}

.hero__product {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 22px;
  margin: 0 auto;
  color: #ffffff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.1;
}

.hero__product-item {
  width: min(100%, 290px);
  display: grid;
  gap: 14px;
  align-content: start;
  text-align: center;
}

.hero__product-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  object-fit: cover;
  box-shadow:
    0 18px 36px rgba(5, 10, 18, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.hero__product-item strong,
.hero__product-item em {
  display: block;
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  font-weight: 700;
  font-style: normal;
}

.hero__product-item em {
  color: #7fb0de;
  font-style: italic;
  font-weight: 500;
}

.hero__product-item p {
  color: rgba(224, 236, 255, 0.82);
  font-size: 1.03rem;
  line-height: 1.55;
}

.hero__product-plus {
  align-self: center;
  color: #ffffff;
  font-size: clamp(1.55rem, 2vw, 2.2rem);
  font-weight: 700;
  line-height: 1;
}

.hero__cta {
  margin-top: 34px;
  min-width: min(100%, 360px);
  padding: 16px 28px;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

@media (min-width: 1200px) {
  .hero__content {
    width: min(100%, 1320px);
  }

  .hero__title {
    max-width: 1280px;
    font-size: clamp(2.2rem, 2.8vw, 3.6rem);
    line-height: 1.08;
  }

  .hero__line {
    display: block;
  }

  .hero__media {
    width: min(100%, 1260px);
  }

  .hero__image {
    min-height: 560px;
  }
}

.descriptions {
  position: relative;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 88px;
  overflow: hidden;
}

.descriptions::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at top, rgba(82, 130, 206, 0.16), transparent 40%),
    linear-gradient(
      180deg,
      rgba(18, 33, 46, 0.98) 0%,
      rgba(17, 31, 44, 0.98) 100%
    );
  z-index: 0;
}

.section.descriptions .container {
  position: relative;
  z-index: 1;
  padding: clamp(26px, 4vw, 42px) 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  max-width: 1100px;
  overflow-x: clip;
}

.descriptions__header {
  margin-bottom: 26px;
}

.descriptions__title {
  color: #ffffff;
  text-align: center;
}

.descriptions__list {
  display: grid;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: clip;
}

.descriptions__list li {
  position: relative;
  width: min(100%, 1012px);
  margin-inline: auto;
  padding-left: 32px;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.55;
}

.descriptions__item--media-only {
  padding-left: 0;
}

.descriptions__item-copy {
  max-width: 980px;
  margin-inline: auto;
}

.descriptions__list li::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 26%, transparent 27%),
    linear-gradient(135deg, #79b4ff 0%, #4f88c1 100%);
  box-shadow: 0 8px 16px rgba(45, 93, 157, 0.2);
}

.descriptions__item--media-only::before {
  display: none;
}

.descriptions__details {
  margin-top: 8px;
}

.descriptions__details span {
  display: block;
  margin-right: 0;
  color: rgba(220, 234, 255, 0.96);
}

.descriptions__media,
.exclusives__media {
  position: relative;
  width: min(100%, 860px);
  margin-top: 18px;
  margin-inline: auto;
}

.descriptions__viewport,
.exclusives__viewport {
  overflow: hidden;
  border-radius: 20px;
}

.descriptions__track,
.exclusives__track {
  display: flex;
  transition: transform 0.38s ease;
  will-change: transform;
}

.descriptions__slide,
.exclusives__slide {
  flex: 0 0 100%;
}

.descriptions__asset,
.exclusives__asset {
  display: block;
  width: 100%;
  border-radius: 20px;
  background: #02060b;
  object-fit: contain;
  box-shadow:
    0 18px 42px rgba(7, 12, 18, 0.3),
    0 0 0 1px rgba(125, 161, 219, 0.08) inset;
}

.descriptions__video,
.exclusives__video {
  width: 100%;
  max-height: 520px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.exclusives__audio-wrap {
  width: min(100%, 760px);
  margin-inline: auto;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(7, 12, 18, 0.42);
  box-shadow:
    0 18px 42px rgba(7, 12, 18, 0.2),
    0 0 0 1px rgba(125, 161, 219, 0.08) inset;
}

.exclusives__audio {
  display: block;
  width: 100%;
}

.descriptions__arrow,
.exclusives__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(125, 180, 255, 0.2);
  border-radius: 999px;
  background: rgba(10, 15, 24, 0.78);
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 12px 28px rgba(7, 12, 18, 0.28);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.descriptions__arrow:hover,
.exclusives__arrow:hover {
  background: rgba(22, 35, 56, 0.92);
  border-color: rgba(125, 180, 255, 0.34);
  transform: translateY(-50%) scale(1.03);
}

.descriptions__arrow--prev,
.exclusives__arrow--prev {
  left: 14px;
}

.descriptions__arrow--next,
.exclusives__arrow--next {
  right: 14px;
}

.descriptions__media--marquee {
  width: min(100%, 980px);
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.descriptions__marquee {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  --marquee-gap: 24px;
  --marquee-slide-width: 280px;
  --marquee-slide-height: 420px;
  overflow: hidden;
  height: var(--marquee-slide-height);
  border-radius: 20px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 1) 8%,
    rgba(0, 0, 0, 1) 92%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 1) 8%,
    rgba(0, 0, 0, 1) 92%,
    transparent 100%
  );
}

.descriptions__marquee-track {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: var(--marquee-gap);
  width: max-content;
  height: 100%;
  will-change: transform;
}

.descriptions__marquee-slide {
  flex: 0 0 auto;
  width: var(--marquee-slide-width);
  height: 100%;
}

.descriptions__marquee-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  box-shadow: none;
}

.exclusives {
  position: relative;
  padding-top: 36px;
  padding-bottom: 92px;
}

.section.exclusives .container {
  padding: clamp(26px, 4vw, 42px) 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  max-width: 1100px;
}

.exclusives__header {
  margin-bottom: 26px;
}

.exclusives__title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.exclusives__subtitle {
  max-width: 820px;
  margin: 10px auto 0;
  color: rgba(224, 236, 255, 0.88);
  text-align: center;
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  line-height: 1.6;
}

.exclusives__list {
  display: grid;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.exclusives__list li {
  position: relative;
  width: min(100%, 1012px);
  margin-inline: auto;
  padding-left: 32px;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.52;
}

.exclusives__item--media-only {
  padding-left: 0;
}

.exclusives__item-copy {
  max-width: 980px;
  margin-inline: auto;
}

.exclusives__list li::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 26%, transparent 27%),
    linear-gradient(135deg, #79b4ff 0%, #4f88c1 100%);
  box-shadow: 0 8px 16px rgba(45, 93, 157, 0.2);
}

.exclusives__item--media-only::before {
  display: none;
}

.exclusives__details {
  margin-top: 8px;
}

.exclusives__details span {
  display: block;
  margin-right: 0;
  color: rgba(220, 234, 255, 0.96);
}

.recommendation .exclusives__media {
  width: min(100%, 720px);
  display: flex;
  justify-content: center;
}

.recommendation .exclusives__list {
  justify-items: center;
}

.recommendation .exclusives__list li {
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  padding-left: 0;
  display: flex;
  justify-content: center;
}

.recommendation__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(78vh, 980px);
  object-fit: contain;
  margin-inline: auto;
}


.before-after {
  padding-top: 40px;
  padding-bottom: 92px;
}

.section.before-after .container {
  position: relative;
  z-index: 1;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.before-after__content {
  width: min(100%, 1040px);
  margin: 0 auto;
  display: grid;
  gap: 26px;
}

.before-after__header {
  margin-bottom: 28px;
  text-align: center;
}

.before-after__eyebrow {
  margin-bottom: 10px;
  color: #7db4ff;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.before-after__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.before-after__subtitle {
  margin-top: 14px;
  color: rgba(224, 236, 255, 0.8);
}

.before-after__card {
  padding: clamp(10px, 1.6vw, 14px);
  border: 1px solid rgba(110, 159, 233, 0.14);
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(28, 53, 84, 0.86) 0%,
    rgba(14, 23, 34, 0.76) 100%
  );
  box-shadow:
    0 30px 70px rgba(5, 10, 18, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.before-after__frame {
  --before-after-position: 54%;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #0d141d;
  aspect-ratio: 1600 / 1010;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.before-after__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.before-after__overlay {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--before-after-position)) 0 0);
}

.before-after__image--overlay {
  width: 100%;
  height: 100%;
  max-width: none;
}

.before-after__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--before-after-position);
  width: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 1px rgba(13, 27, 46, 0.12);
  pointer-events: none;
}

.before-after__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #78b8ff 0%, #4d8dff 100%);
  box-shadow: 0 16px 32px rgba(46, 108, 206, 0.32);
  transform: translate(-50%, -50%);
  cursor: ew-resize;
  pointer-events: auto;
}

.before-after__handle span,
.before-after__handle span::before,
.before-after__handle span::after {
  display: block;
  width: 2px;
  height: 18px;
  border-radius: 999px;
  background: #ffffff;
  content: "";
}

.before-after__handle span {
  position: relative;
}

.before-after__handle span::before {
  position: absolute;
  top: 0;
  left: -8px;
}

.before-after__handle span::after {
  position: absolute;
  top: 0;
  right: -8px;
}

.before-after__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.before-after__labels {
  position: absolute;
  inset: auto 18px 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  pointer-events: none;
}

.before-after__labels span {
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(10, 18, 28, 0.52);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  backdrop-filter: blur(8px);
}

.strategy {
  padding-top: 40px;
  padding-bottom: 96px;
}

.section.strategy .container {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.strategy__content {
  width: min(100%, 760px);
  margin: 0 auto;
  color: #ffffff;
}

.strategy__title {
  margin: 0 0 48px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-align: center;
}

.strategy__list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.strategy__list li {
  position: relative;
  padding-left: 32px;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.55;
}

.strategy__list li::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 26%, transparent 27%),
    linear-gradient(135deg, #79b4ff 0%, #4f88c1 100%);
  box-shadow: 0 8px 16px rgba(45, 93, 157, 0.2);
}

.strategy__list li span {
  display: block;
  margin-left: 18px;
  color: rgba(228, 238, 255, 0.96);
}

.performance-gallery {
  padding-top: 40px;
  padding-bottom: 96px;
}

.section.performance-gallery .container {
  position: relative;
  z-index: 1;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.performance-gallery__header {
  margin-bottom: 34px;
  text-align: center;
}

.performance-gallery__title {
  margin: 0;
  color: #79aefe;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.performance-gallery__title span {
  display: block;
  color: rgba(255, 255, 255, 0.86);
}

.performance-gallery__list {
  display: grid;
  gap: 28px;
}

.performance-gallery__item {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  align-items: stretch;
  gap: 20px;
}

.performance-gallery__item--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
}

.performance-gallery__item--reverse .performance-gallery__note {
  order: 2;
}

.performance-gallery__item--reverse .performance-gallery__media {
  order: 1;
}

.performance-gallery__note {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 240px;
  padding: 24px 22px;
  border-radius: 30px;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.performance-gallery__note p {
  color: rgba(255, 255, 255, 1);
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  line-height: 1.45;
  text-align: center;
}

.performance-gallery__media {
  position: relative;
  padding: 14px;
  border-radius: 24px;
  background: rgba(11, 18, 26, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 50px rgba(7, 12, 18, 0.12);
}

.performance-gallery__viewport {
  overflow: hidden;
  border-radius: 16px;
}

.performance-gallery__track {
  display: flex;
  transition: transform 0.28s ease;
}

.performance-gallery__image {
  display: block;
  width: 100%;
  min-height: 240px;
  border-radius: 16px;
  object-fit: cover;
}

.performance-gallery__video {
  background: #05090d;
  object-fit: contain;
}

.performance-gallery__video:fullscreen,
.performance-gallery__video:-webkit-full-screen,
.performance-gallery__video:-moz-full-screen,
.performance-gallery__video:-ms-fullscreen {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000000;
}

.performance-gallery__slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.performance-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(9, 18, 28, 0.84);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(4, 10, 16, 0.28);
  transform: translateY(-50%);
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.performance-gallery__arrow:hover {
  background: rgba(16, 30, 44, 0.94);
}

.performance-gallery__arrow span {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

.performance-gallery__arrow--prev {
  left: 22px;
}

.performance-gallery__arrow--next {
  right: 22px;
}

.opinions {
  padding-top: 20px;
  padding-bottom: 96px;
}

.section.opinions .container {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.opinions__header {
  margin-bottom: 28px;
  text-align: center;
}

.opinions__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.9rem, 4vw, 3.3rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.opinions__carousel {
  position: relative;
  overflow: hidden;
  padding: 12px 0 8px;
  cursor: grab;
  user-select: none;
}

.opinions__carousel.is-dragging {
  cursor: grabbing;
}

.opinions__carousel::before,
.opinions__carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(38px, 6vw, 92px);
  z-index: 2;
  pointer-events: none;
}

.opinions__carousel::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(22, 45, 58, 1) 0%,
    rgba(22, 45, 58, 0) 100%
  );
}

.opinions__carousel::after {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(22, 45, 58, 1) 0%,
    rgba(22, 45, 58, 0) 100%
  );
}

.opinions__track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 8px 16px 16px;
  scrollbar-width: none;
}

.opinions__track::-webkit-scrollbar {
  display: none;
}

.opinions__card {
  flex: 0 0 clamp(220px, 23vw, 280px);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 28px;
  background: rgba(7, 12, 18, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 24px 50px rgba(6, 10, 15, 0.16);
}

.opinions__image {
  display: block;
  width: 100%;
  min-height: 420px;
  border-radius: 22px;
  object-fit: cover;
  pointer-events: none;
}

.cta {
  padding-top: 44px;
  padding-bottom: 104px;
}

.section.cta .container {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cta__header {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
}

.cta__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.cta__title-accent {
  color: #4f88c1;
}

.cta__toggle {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(8, 15, 23, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.cta__toggle-label {
  color: rgba(223, 235, 255, 0.62);
  font-size: 0.96rem;
  font-weight: 700;
  transition:
    color 0.22s ease,
    transform 0.22s ease;
}

.cta__toggle-label.is-active {
  color: #ffffff;
  transform: translateY(-1px);
}

.cta__switch {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 72px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.cta__switch-track {
  position: relative;
  display: block;
  width: 72px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(135deg, #4f88c1 0%, #78aef0 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 10px 24px rgba(39, 91, 154, 0.28);
}

.cta__switch-thumb {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(10, 18, 26, 0.22);
  transition: transform 0.28s ease;
}

.cta__switch[aria-checked="true"] .cta__switch-thumb {
  transform: translateX(34px);
}

.cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 28px;
  align-items: stretch;
  width: min(100%, 1140px);
  margin: 40px auto 0;
}

.cta__plan {
  display: flex;
  flex-direction: column;
  padding: 32px 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background: rgba(8, 15, 23, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 28px 60px rgba(6, 11, 18, 0.16);
}

/* 1. Estado inicial do card Anual (Adicione a borda padrão escura dos outros cards) */
.cta__plan--featured {
    border: 1px solid #1a2630 !important; /* Ajuste para a cor padrão do seu card */
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}

/* 2. Esta classe será controlada pelo JavaScript (Ativa apenas no Anual) */
.cta__plan--featured.is-illuminated {
    border: 1px solid #00b67a !important;
    box-shadow: 0 0 25px rgba(0, 182, 122, 0.3) !important;
}




.cta__plan-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-width: 108px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #10161e;
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(10, 18, 26, 0.16);
}

.cta__plan-tag[hidden] {
  display: none !important;
}

.cta__plan-name {
  margin: 18px 0 0;
  color: #4f88c1;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.cta__plan-copy {
  margin-top: 22px;
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

.cta__plan-copy.is-transitioning {
  opacity: 0;
  transform: translateY(10px);
}

.cta__plan-kicker {
  color: rgba(224, 236, 255, 0.76);
  font-size: 1rem;
}

.cta__price-wrap {
  margin-top: 18px;
}

.cta__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  color: #ffffff;
}

.cta__price-main {
  font-size: clamp(2.6rem, 5vw, 4.3rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.cta__price-currency {
  font-size: 0.4em;
  line-height: 1;
  vertical-align: bottom;
}

.cta__price-period {
  color: rgba(219, 233, 255, 0.82);
  font-size: 1.2rem;
  line-height: 1.3;
}

.cta__price-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  min-height: 28px;
}

.cta__price-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
}

.cta__price-sale {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 14px;
  background: #ff5c5c;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
}

.cta__price-note {
  margin-top: 14px;
  color: rgba(224, 236, 255, 0.78);
  font-size: 1rem;
}

.cta__features {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.cta__plan--featured .cta__features {
  gap: 18px;
  margin-top: 34px;
}

.cta__features li {
  position: relative;
  padding-left: 32px;
  color: rgba(244, 248, 255, 0.94);
  font-size: 1rem;
  line-height: 1.55;
}

.cta__features li::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 26%, transparent 27%),
    linear-gradient(135deg, #79b4ff 0%, #4f88c1 100%);
  box-shadow: 0 8px 16px rgba(45, 93, 157, 0.2);
}

.cta__button {
  margin-top: 30px;
  width: 100%;
  max-width: none;
  min-width: 0;
}

.cta__plan--featured .cta__button,
.cta__plan--trial .cta__button {
  margin-top: auto;
  margin-top: 24px;
}

.cta__plan--trial .cta__button {
  margin-top: 34px;
}

.cta__footnote {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.35;
}

.cta__footnote:empty {
  display: none;
}

.cta__plan--trial {
  justify-content: flex-start;
}

.cta__trial-copy {
  margin-bottom: 0;
}

.cta__trial-title {
  margin: 0;
  color: #4f88c1;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.cta__trial-price {
  margin: 6px 0 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.cta__features--trial {
  margin-top: 28px;
  margin-bottom: 10px;
}

.cta__plan--trial .cta__button {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .cta__trial-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    white-space: nowrap;
  }
}

.cta__button--secondary {
  border: 1px solid #00c45a;
  border-radius: 999px;
  background: transparent;
  color: #00c45a;
  letter-spacing: 0;
  text-shadow: none;
  font-weight: 700;
  box-shadow:
    0 0 0 1px rgba(0, 196, 90, 0.18) inset,
    0 0 14px rgba(0, 196, 90, 0.14),
    0 14px 30px rgba(6, 18, 12, 0.16);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.cta .button.cta__button--secondary {
  border: 1px solid #00c45a;
  border-radius: 999px;
  background: transparent;
  color: #00c45a;
  text-shadow: none;
  box-shadow:
    0 0 0 1px rgba(0, 196, 90, 0.18) inset,
    0 0 14px rgba(0, 196, 90, 0.14),
    0 14px 30px rgba(6, 18, 12, 0.16);
}

.cta__button--secondary::before {
  display: none;
}

.cta__button--secondary:hover {
  background: rgba(0, 196, 90, 0.08);
  border-color: #00c45a;
  color: #00c45a;
  text-shadow: none;
  box-shadow:
    0 0 0 1px rgba(0, 196, 90, 0.22) inset,
    0 0 18px rgba(0, 196, 90, 0.2),
    0 16px 32px rgba(6, 18, 12, 0.18);
}

.cta .button.cta__button--secondary:hover {
  background: rgba(0, 196, 90, 0.08);
  border-color: #00c45a;
  color: #00c45a;
  text-shadow: none;
  box-shadow:
    0 0 0 1px rgba(0, 196, 90, 0.22) inset,
    0 0 18px rgba(0, 196, 90, 0.2),
    0 16px 32px rgba(6, 18, 12, 0.18);
}

.telegram {
  padding-top: 72px;
  padding-bottom: 88px;
}

.section.telegram .container {
  position: relative;
  z-index: 1;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.telegram__content {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
}

.telegram__title {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(1.8rem, 3.8vw, 3rem);
  line-height: 1.08;
}

.telegram__button {
  margin-top: 28px;
  min-width: min(100%, 280px);
}

.faq {
  padding-top: 72px;
  padding-bottom: 104px;
}

.section.faq .container {
  width: min(calc(100% - 32px), 860px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq__header {
  text-align: center;
}

.faq__title {
  margin-bottom: 14px;
  color: #ffffff;
}

.faq__intro {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
}

.faq__list {
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.faq__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: transparent;
  overflow: visible;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.faq__question {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 700;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__icon {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.faq__item[open] .faq__icon {
  transform: rotate(225deg);
}

.faq__answer {
  overflow: hidden;
  opacity: 1;
  will-change: height, opacity;
}

.faq__answer-inner {
  padding: 0 0 22px;
}

.faq__answer p {
  color: rgba(255, 255, 255, 0.72);
}

.section-copy {
  max-width: 640px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(181, 84, 47, 0.12);
  color: var(--accent-dark);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0 0 16px;
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, #5f9bef 0%, #3f79de 100%);
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
  box-shadow: 0 14px 30px rgba(77, 141, 255, 0.24);
}

.button:hover {
  background: linear-gradient(135deg, #548fe0 0%, #356bd0 100%);
  transform: translateY(-1px);
}

.reveal-item {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(8px);
  transition:
    opacity 0.68s ease,
    transform 0.68s ease,
    filter 0.68s ease;
  will-change: opacity, transform, filter;
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.cta .button.cta__button--primary {
  position: relative;
  padding: 18px 40px;
  border: 1px solid rgba(0, 196, 90, 0.92);
  border-radius: 12px;
  background: #00c45a;
  color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: none;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 20px rgba(0, 196, 90, 0.28),
    0 14px 34px rgba(0, 196, 90, 0.22);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    text-shadow 0.2s ease;
}

.cta .button.cta__button--primary::before {
  display: none;
}

.cta .button.cta__button--primary:hover {
  background: #07d664;
  border-color: #07d664;
  color: #ffffff;
  transform: translateY(-2px);
  text-shadow: none;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 24px rgba(0, 196, 90, 0.36),
    0 16px 40px rgba(0, 196, 90, 0.26);
}

.site-header__cta {
  margin-top: 0;
  min-height: 48px;
  padding: 14px 22px;
  font-size: 0.98rem;
  white-space: nowrap;
}

.section .container {
  padding: 40px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.site-footer {
  padding: 36px 0 48px;
  position: center;
  text-align: center;
}

.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 120;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.floating-actions__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease,
    background-color 0.2s ease;
}

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

.floating-actions__button--next {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7cb4ff 0%, #5f9bef 100%);
  color: #ffffff;
  box-shadow:
    0 16px 34px rgba(61, 135, 245, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.floating-actions__button--next:hover {
  background: linear-gradient(135deg, #8abeff 0%, #6ca5f4 100%);
  box-shadow:
    0 18px 36px rgba(61, 135, 245, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.floating-actions__next-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
}

.floating-actions__next-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(45deg);
}

.floating-actions__button--next.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.floating-actions__button--whatsapp {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: transparent;
  box-shadow: 0 16px 34px rgba(5, 10, 18, 0.3);
}

.floating-actions__whatsapp-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* Remove o marcador e adiciona espaçamento no texto final */
.exclusives__list .exclusives__item:last-child {
    list-style: none !important;
    list-style-type: none !important;
    margin-top: 50px !important; /* Espaço extra acima do texto */
}

.exclusives__list .exclusives__item:last-child::before {
    display: none !important;
    content: none !important;
}

/* Garante que os itens da lista fiquem perfeitamente alinhados e espaçados */
.pricing__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #cbd5e0; /* Deixa o texto ligeiramente mais claro e legível */
}

/* Corrige o botão do Plano Trial (Melhora drástica de contraste) */
.pricing__btn--trial, 
button:contains("Testar Gratuitamente") {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    transition: background 0.3s ease;
}

.pricing__btn--trial:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

/* Destaca o preço do Plano Anual */
.pricing__price {
    font-weight: 800;
    letter-spacing: -1px;
}



/* Altera a cor e aumenta o tamanho do botão principal */
.cta__button--primary {
    background-color: #10B981 !important;
    border-color: #10B981 !important;
    color: #ffffff !important;
    
    /* Novas propriedades para aumentar o tamanho */
    padding: 16px 32px !important; /* Aumenta a altura e a largura interna do botão */
    font-size: 1.15rem !important;  /* Aumenta o tamanho da letra do texto */
    font-weight: 800 !important;    /* Deixa o texto em negrito bem destacado */
    letter-spacing: 0.5px !important; /* Espaçamento elegante entre as letras */
}

/* Efeito ao passar o mouse */
.cta__button--primary:hover {
    background-color: #059669 !important;
    border-color: #059669 !important;
}





/* Modifica o botão do Plano Trial para ficar igual ao botão principal */
.cta__button--secondary {
    background-color: rgba(0, 196, 90, 0.08); /* Mesma cor verde sólida */
    border-color: #10B981 !important;
    color: #ffffff !important; /* Força o texto interno a ficar branco e legível */
    
    /* Mesmo tamanho e destaque do botão "Assinar Agora" */
    padding: 16px 32px !important; 
    font-size: 1.15rem !important;  
    font-weight: 800 !important;    
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    display: inline-block !important;
    text-align: center !important;
}

/* Efeito ao passar o mouse (Hover) idêntico para ambos */
.cta__button--secondary:hover {
    background-color: #059669 !important; 
    border-color: #059669 !important;
}


/* 1. Remove a bolinha antiga APENAS dentro da seção de planos (id="cta") */
#cta .cta__features li::before,
#cta .cta__features--trial li::before {
    display: none !important;
    content: none !important;
}

/* 2. Remove caso seja uma imagem de fundo, APENAS na seção de planos (id="cta") */
#cta .cta__features li,
#cta .cta__features--trial li {
    background: none !important;
    padding-left: 0 !important; /* Remove o recuo antigo da bolinha */
    margin-bottom: 16px !important; /* Espaçamento agradável entre as linhas */
    display: flex !important;
    align-items: flex-start !important; /* Alinha o emoji no topo se o texto quebrar linha */
    gap: 8px !important; /* Espaço perfeito entre o emoji e o texto */
    font-size: 0.95rem !important;
    color: #cbd5e0 !important;
}

/* 3. Garante que o texto em negrito não quebre de linha no Plano Anual */
#cta .cta__features strong,
#cta .cta__features--trial strong {
    display: inline !important;
    white-space: nowrap !important;
}
