@font-face {
  font-family: "AQ Normal Sans";
  src: url("../fonts/AQNormalSans-Thin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "AQ Normal Sans";
  src: url("../fonts/AQNormalSans-ExtraLight.woff2") format("woff2");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "AQ Normal Sans";
  src: url("../fonts/AQNormalSans-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "AQ Normal Sans";
  src: url("../fonts/AQNormalSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "AQ Normal Sans";
  src: url("../fonts/AQNormalSans-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "AQ Normal Sans";
  src: url("../fonts/AQNormalSans-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "AQ Normal Sans";
  src: url("../fonts/AQNormalSans-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "AQ Normal Sans";
  src: url("../fonts/AQNormalSans-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "AQ Normal Sans";
  src: url("../fonts/AQNormalSans-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Estedad Mad";
  src: url("../fonts/Estedad-Mad.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --wine: #69213d;
  --wine-dark: #3b1026;
  --berry: #8e355b;
  --rose: #d58aa5;
  --blush: #f6e7ec;
  --cream: #fffaf5;
  --ink: #2e1720;
  --muted: #745b65;
  --line: rgba(107, 34, 63, 0.14);
  --white: #fff;
  --shadow: 0 28px 80px rgba(59, 16, 38, 0.18);
  --radius: 42px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(219, 139, 168, 0.42),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 24%,
      rgba(135, 47, 81, 0.34),
      transparent 32%
    ),
    linear-gradient(155deg, #4b142d 0%, #762844 34%, #9d526d 62%, #f1d8df 100%);
  background-attachment: fixed;
  color: var(--ink);
  font-family: "AQ Normal Sans", Tahoma, "Segoe UI", sans-serif;
  line-height: 1.8;
  min-height: 100vh;
}
.landing-page > main {
  padding-top: 28px;
}
.landing-page:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.8) 0.65px,
    transparent 0.65px
  );
  background-size: 18px 18px;
}
.shell {
  width: min(92vw, 900px);
  margin-inline: auto;
}
.campaign-timer {
  margin-top: 0;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 30px;
  background: rgba(255, 247, 250, 0.14);
  backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: white;
  box-shadow: 0 20px 55px rgba(49, 10, 29, 0.2);
}
.campaign-ended {
  margin-bottom: 24px;
  padding: 14px 20px;
  border-radius: 18px;
  color: white;
  text-align: center;
  background: rgba(59, 16, 38, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.eyebrow {
  display: inline-block;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--berry);
  margin-bottom: 6px;
}
.timer-copy h1 {
  margin: 0;
  font-size: 1.28rem;
}
.timer-copy p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
}
.timer-copy .eyebrow {
  color: #ffd9e5;
}
.timer-units {
  display: flex;
  gap: 8px;
  direction: ltr;
}
.timer-units div {
  min-width: 66px;
  padding: 9px 8px;
  text-align: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.timer-units strong {
  display: block;
  font-size: 1.3rem;
  line-height: 1.1;
}
.timer-units span {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.72);
}
.hero-banner {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  margin-top: 32px;
  padding: 70px 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 54px;
  background: linear-gradient(
    145deg,
    rgba(55, 10, 31, 0.94),
    rgba(119, 34, 67, 0.84) 52%,
    rgba(184, 87, 120, 0.76)
  );
  box-shadow: 0 35px 100px rgba(43, 8, 25, 0.38);
}
.hero-banner:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 50% 48%,
      rgba(255, 224, 233, 0.18),
      transparent 26%
    ),
    linear-gradient(
      115deg,
      transparent 18%,
      rgba(255, 255, 255, 0.06) 50%,
      transparent 68%
    );
  pointer-events: none;
}
.hero-banner.has-banner-image {
  min-height: 0;
  padding: 0;
  background: rgba(55, 10, 31, 0.4);
}
.banner-carousel {
  aspect-ratio: var(--desktop-banner-ratio, 8 / 3);
  isolation: isolate;
}
.hero-banner.has-banner-image:after {
  display: none;
}
.hero-banner.banner-liquid-glass-disabled {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.hero-banner.banner-liquid-glass-disabled:after {
  display: none;
}
.hero-image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-device,
.banner-track,
.banner-slide {
  position: absolute;
  inset: 0;
}
.banner-device {
  display: none;
}
.banner-device--desktop,
.banner-device.is-selected-device {
  display: block;
}
.banner-slide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}
.banner-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.banner-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--banner-focus, center);
}
.banner-dots {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 14px;
  display: flex;
  gap: 7px;
  transform: translateX(-50%);
}
.banner-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 2px 9px rgba(50, 10, 29, 0.25);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}
.banner-dots button.is-active {
  width: 25px;
  background: white;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.hero-banner > *:not(.hero-orbit):not(.banner-device):not(.visually-hidden) {
  position: relative;
  z-index: 2;
}
.hero-banner h2 {
  font-family: "Estedad Mad", "AQ Normal Sans", Tahoma, sans-serif;
  font-size: clamp(4rem, 12vw, 8.5rem);
  font-weight: 900;
  line-height: 0.9;
  margin: 16px 0;
  text-shadow: 0 12px 45px rgba(40, 5, 22, 0.3);
}
.hero-banner p {
  margin: 0;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  color: #fbe9ef;
}
.hero-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  pointer-events: none;
}
.orbit-one {
  width: 560px;
  height: 560px;
  right: -250px;
  top: -210px;
}
.orbit-two {
  width: 420px;
  height: 420px;
  left: -180px;
  bottom: -260px;
}
.anchor-wrap {
  padding: 24px 0 42px;
  text-align: center;
}
.anchor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  color: white;
  text-decoration: none;
  font-weight: 800;
  background: rgba(65, 15, 37, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 14px 40px rgba(57, 13, 33, 0.24);
  backdrop-filter: blur(12px);
  animation: anchor-float 3.4s ease-in-out infinite;
}
.anchor-label-mobile {
  display: none;
}
@keyframes anchor-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
.anchor-button svg,
.primary-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.section-heading {
  text-align: center;
  margin-bottom: 28px;
}
.section-heading h2,
.compact-heading h2 {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  line-height: 1.35;
}
.section-heading p {
  max-width: 620px;
  margin: 12px auto 0;
  color: var(--muted);
}
.compact-heading .eyebrow {
  color: #ffe1eb;
}
.compact-heading h2 {
  color: white;
}
.audio-section {
  padding: 20px 0 70px;
}
.audio-stack {
  display: grid;
  gap: 16px;
}
.participant-results {
  width: min(100%, 760px);
  min-height: 74px;
  margin: 22px auto 0;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 24px;
  color: var(--wine-dark);
  background: rgba(255, 250, 247, 0.94);
  box-shadow: 0 18px 50px rgba(52, 10, 29, 0.18);
  text-decoration: none;
  text-align: right;
  backdrop-filter: blur(14px);
  transition: transform .22s ease, box-shadow .22s ease;
}
.participant-results:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 58px rgba(52, 10, 29, 0.24);
}
.participant-results strong {
  font-size: clamp(.95rem, 2.1vw, 1.12rem);
  line-height: 1.55;
}
.participant-results-icon {
  position: relative;
  isolation: isolate;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #229ed9;
}
.participant-results-icon::before,
.participant-results-icon::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border: 2px solid rgba(34, 158, 217, .44);
  border-radius: inherit;
  animation: play-ripple 2.4s ease-out infinite;
}
.participant-results-icon::after {
  animation-delay: 1.2s;
}
.participant-results-icon svg {
  display: block;
  width: 23px;
  height: 23px;
  fill: currentColor;
  transform: translate(-3%, .5%);
  transform-origin: center;
}
.voice-player {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 28px;
  background: rgba(255, 250, 247, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 50px rgba(52, 10, 29, 0.18);
  backdrop-filter: blur(14px);
}
.voice-avatar {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--wine), #b45d7f);
  color: white;
  font-family: Georgia, serif;
  font-size: 1.5rem;
  box-shadow: 0 10px 28px rgba(105, 33, 61, 0.24);
  overflow: hidden;
}
.voice-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-body {
  min-width: 0;
  flex: 1;
}
.voice-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}
.voice-meta h3 {
  margin: 0;
  font-size: 1.05rem;
}
.voice-meta p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}
.voice-meta > span {
  font-size: 0.75rem;
  color: var(--berry);
  white-space: nowrap;
}
.voice-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  direction: ltr;
}
.play-button {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 0;
  border-radius: 50%;
  background: var(--wine);
  color: white;
  display: grid;
  place-items: center;
  cursor: pointer;
  position: relative;
  isolation: isolate;
}
.play-button:before,
.play-button:after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border: 2px solid rgba(105, 33, 61, 0.42);
  border-radius: inherit;
  animation: play-ripple 2.4s ease-out infinite;
}
.play-button:after {
  animation-delay: 1.2s;
}
@keyframes play-ripple {
  0% { opacity: 0.55; transform: scale(1); }
  75%, 100% { opacity: 0; transform: scale(1.55); }
}
.play-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.play-button .icon-pause {
  display: none;
}
.voice-player.is-playing .icon-play {
  display: none;
}
.voice-player.is-playing .icon-pause {
  display: block;
}
.wave-area {
  position: relative;
  flex: 1;
  height: 36px;
}
.voice-waveform {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.voice-waveform line {
  vector-effect: non-scaling-stroke;
  stroke-width: 4;
  stroke-linecap: round;
}
.wave-base line {
  stroke: #d8a6b8;
  opacity: 0.64;
}
.wave-played line {
  stroke: #7f2348;
  opacity: 1;
}
.wave-area input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.001;
  cursor: pointer;
}
.voice-controls time {
  font-size: 0.72rem;
  color: var(--muted);
  min-width: 90px;
  text-align: left;
}
.purchase-shell {
  scroll-margin-top: 18px;
  padding: 0 0 72px;
}
.purchase-card {
  position: relative;
  padding: 42px;
  border-radius: var(--radius);
  background: rgba(255, 252, 249, 0.985);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}
.course-summary {
  display: flex;
  gap: 26px;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.course-cover {
  flex: 0 0 170px;
  aspect-ratio: 1;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  background:
    radial-gradient(
      circle at 50% 32%,
      rgba(255, 255, 255, 0.18),
      transparent 26%
    ),
    linear-gradient(145deg, #3d1027, #7e294c 55%, #c77894);
  box-shadow: 0 18px 44px rgba(79, 18, 44, 0.25);
  overflow: hidden;
  transition: opacity 0.22s ease, transform 0.35s ease;
}
.course-cover.is-switching {
  opacity: 0.7;
  transform: scale(0.97);
}
.course-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-cover > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.course-cover span {
  font-size: 1.05rem;
}
.course-cover strong {
  font-family: "Estedad Mad", "AQ Normal Sans", Tahoma, sans-serif;
  font-size: 2.15rem;
  font-weight: 900;
}
.course-cover small {
  margin-top: 12px;
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  color: #f7d8e3;
}
.course-copy {
  flex: 1;
  min-width: 0;
}
.course-copy h2 {
  font-size: 2.25rem;
  margin: 2px 0;
}
.course-copy p {
  margin: 0 0 16px;
  color: var(--muted);
}
.price-line {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  white-space: nowrap;
}
.price-line del {
  color: #c64a5d;
  font-size: 0.92rem;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.price-line strong {
  display: inline-block;
  font-size: 1.55rem;
  color: #18724f;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.price-line strong.is-updating,
.price-line del.is-updating {
  transform: translateY(-3px) scale(1.04);
  filter: brightness(1.08);
}
.plan-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 28px 0 20px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--blush);
}
.plan-selector input {
  position: absolute;
  opacity: 0;
}
.plan-selector label {
  position: relative;
}
.plan-badge {
  position: absolute;
  z-index: 2;
  top: -17px;
  right: 50%;
  transform: translateX(50%);
  padding: 3px 9px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(110deg, #18724f, #2b9b72);
  box-shadow: 0 6px 15px rgba(24, 114, 79, 0.22);
  white-space: nowrap;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
}
.plan-selector span {
  display: block;
  padding: 12px;
  text-align: center;
  border-radius: 14px;
  font-weight: 800;
  color: var(--muted);
  cursor: pointer;
}
.plan-selector input:checked + span {
  background: white;
  color: var(--wine);
  box-shadow: 0 6px 20px rgba(91, 30, 54, 0.12);
}
.purchase-form {
  display: grid;
  gap: 16px;
}
.form-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.85rem;
  font-weight: 800;
}
.form-field input {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(104, 34, 60, 0.22);
  border-radius: 17px;
  background: white;
  padding: 0 18px;
  font: inherit;
  color: var(--ink);
  outline: none;
  transition: 0.2s;
}
.form-field input:focus {
  border-color: var(--berry);
  box-shadow: 0 0 0 4px rgba(142, 53, 91, 0.1);
}
.form-field input[aria-invalid="true"],
.form-field input[aria-invalid="true"]:hover,
.form-field input[aria-invalid="true"]:focus {
  border-color: #c93450 !important;
  background: #fff8fa;
  box-shadow: 0 0 0 4px rgba(201, 52, 80, 0.13) !important;
}
.primary-button,
.secondary-button,
.telegram-button {
  border: 0;
  border-radius: 18px;
  text-decoration: none;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.primary-button {
  min-height: 62px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  color: white;
  background: linear-gradient(
    105deg,
    var(--wine-dark),
    var(--wine) 48%,
    #a54e70
  );
  box-shadow: 0 14px 34px rgba(91, 28, 54, 0.24);
}
.primary-button[disabled] {
  opacity: 0.6;
  cursor: wait;
}
.purchase-form .primary-button.is-ready:not([disabled]) {
  background: linear-gradient(105deg, #145f42, #1f825d 52%, #35a579);
  box-shadow: 0 14px 34px rgba(24, 114, 79, 0.28);
}
.form-message {
  min-height: 0;
  margin: 0;
  color: #a22d46;
  font-size: 0.86rem;
}
.form-message:empty {
  display: none;
}
.coupon-control summary {
  cursor: pointer;
  color: var(--berry);
  font-size: 0.86rem;
}
.coupon-control .form-field {
  margin-top: 12px;
}
.otp-panel,
.outside-iran {
  text-align: center;
  padding: 16px 0;
}
.otp-panel h3,
.outside-iran h3 {
  font-size: 1.6rem;
  margin: 4px 0;
}
.otp-panel p,
.outside-iran p {
  color: var(--muted);
}
.text-button {
  border: 0;
  background: transparent;
  color: var(--berry);
  text-decoration: underline;
  cursor: pointer;
}
.otp-boxes {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 22px 0;
}
.otp-boxes input {
  width: 58px;
  height: 68px;
  border: 1px solid var(--line);
  border-radius: 17px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 900;
  outline: none;
}
.otp-boxes input:focus {
  border-color: var(--berry);
  box-shadow: 0 0 0 4px rgba(142, 53, 91, 0.1);
}
.otp-resend {
  min-height: 34px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 0.84rem;
}
.resend-button {
  font: inherit;
  font-weight: 800;
}
.resend-button[disabled] {
  opacity: 0.55;
  cursor: wait;
}
.support-card {
  margin-bottom: 72px;
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 250, 247, 0.96);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}
.support-card.no-icon {
  grid-template-columns: 1fr auto;
}
.telegram-icon {
  width: 66px;
  height: 66px;
  border-radius: 22px;
  background: #229ed9;
  display: grid;
  place-items: center;
  color: white;
}
.telegram-icon svg {
  display: block;
  width: 34px;
  height: 34px;
  fill: currentColor;
  transform: translate(-3%, .5%);
  transform-origin: center;
}
.support-card h2 {
  margin: 0;
  font-size: clamp(1.05rem, 3vw, 1.35rem);
  white-space: nowrap;
}
.support-card p {
  margin: 4px 0 0;
  color: var(--muted);
}
.telegram-button {
  padding: 13px 18px;
  background: #229ed9;
  color: white;
  white-space: nowrap;
}
.trust-section {
  padding: 8px 0 78px;
}
.trust-section .eyebrow,
.trust-section h2 {
  color: white;
}
.seal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.seal-card {
  min-height: 240px;
  padding: 24px;
  border-radius: 30px;
  background: rgba(255, 252, 249, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--wine);
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 20px 55px rgba(50, 10, 29, 0.18);
}
.seal-card > a {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 160px;
}
.seal-card img {
  max-width: 150px;
  max-height: 150px;
  object-fit: contain;
}
.course-details {
  display: grid;
  gap: 22px;
  scroll-margin-top: 24px;
  outline: none;
  padding-bottom: 80px;
}
.detail-card {
  position: relative;
  padding: 42px;
  border-radius: 36px;
  background: rgba(255, 251, 248, 0.97);
  box-shadow: 0 20px 60px rgba(51, 10, 29, 0.16);
  overflow: hidden;
}
.detail-number {
  position: absolute;
  left: 24px;
  top: 14px;
  font-family: Georgia, serif;
  font-size: 4rem;
  color: rgba(115, 39, 69, 0.08);
  line-height: 1;
}
.detail-card h2 {
  position: relative;
  margin: 0 0 16px;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  line-height: 1.45;
  text-align: right;
}
.detail-copy p {
  margin: 0 0 16px;
  color: #4e3740;
  text-align: justify;
  text-align-last: right;
}
.detail-copy p:last-child {
  margin-bottom: 0;
}
.detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  text-align: right;
}
.detail-list li {
  display: flex;
  align-items: start;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 15px;
  background: var(--blush);
}
.detail-list span {
  color: var(--berry);
}
.secondary-button {
  display: inline-flex;
  margin-top: 22px;
  padding: 13px 20px;
  color: white;
  background: var(--wine);
}
.emotional-registration-button {
  display: flex;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
.disclaimer-card {
  border: 1px solid rgba(142, 53, 91, 0.2);
  background: #fff6f8;
}
.gift-card {
  padding: 28px 34px;
  border-radius: 32px;
  display: flex;
  gap: 18px;
  align-items: center;
  color: white;
  background: linear-gradient(120deg, #4a122c, #8f365a);
  box-shadow: 0 18px 55px rgba(51, 11, 30, 0.25);
  animation: gift-glow 3.8s ease-in-out infinite;
}
@keyframes gift-glow {
  0%, 100% { box-shadow: 0 18px 55px rgba(51, 11, 30, 0.25), 0 0 0 rgba(255, 191, 216, 0); }
  50% { box-shadow: 0 22px 64px rgba(51, 11, 30, 0.34), 0 0 28px rgba(255, 191, 216, 0.28); }
}
.gift-card > img {
  width: 82px;
  height: 82px;
  border-radius: 22px;
  object-fit: cover;
}
.gift-card > span {
  font-size: 3rem;
  color: #ffd8e6;
}
.gift-card h2 {
  margin: 0;
}
.gift-card p {
  margin: 4px 0 0;
  color: #f6dce6;
}
.faq-section {
  padding-bottom: 72px;
}
.faq-section .section-heading {
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 250, 247, 0.94);
  box-shadow: 0 18px 52px rgba(51, 10, 29, 0.13);
}
.faq-list {
  display: grid;
  gap: 10px;
}
.faq-list details {
  border-radius: 22px;
  background: rgba(255, 252, 249, 0.96);
  box-shadow: 0 10px 30px rgba(51, 10, 29, 0.1);
  overflow: hidden;
}
.faq-list summary {
  list-style: none;
  padding: 20px 24px;
  font-weight: 900;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  font-size: 1.4rem;
  color: var(--berry);
  transition: 0.2s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details div {
  padding: 0 24px 20px;
  color: var(--muted);
}
.faq-list p {
  margin: 0;
}
.legal-footer {
  padding: 22px 0 38px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.8rem;
}
.legal-footer a {
  color: white;
}
.legal-footer p {
  margin: 0;
}
.footer-links {
  display: grid;
  gap: 6px;
}
.footer-links a {
  margin: 0;
}
.second-installment-page {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding-block: 32px;
}
.second-installment-card {
  width: min(100%, 780px);
}
.second-installment-summary {
  margin-bottom: 28px;
}
.second-installment-summary .course-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inline-change-number {
  display: inline-block;
  margin-bottom: 12px;
}
.second-installment-error {
  padding: 18px;
  border: 1px solid #e9b0bf;
  border-radius: 18px;
  color: #8d2542;
  background: #fff0f3;
  text-align: center;
}
.second-installment-error p {
  margin-top: 0;
}
.credit-heart,
.brooksell-credit {
  display: inline-block;
  animation: credit-pulse 2.8s ease-in-out infinite;
}
.brooksell-credit {
  color: white;
  font-weight: 900;
  text-underline-offset: 3px;
}
.legal-footer .brooksell-credit,
.legal-footer .brooksell-credit:link,
.legal-footer .brooksell-credit:visited,
.legal-footer .brooksell-credit:hover,
.legal-footer .brooksell-credit:focus,
.legal-footer .brooksell-credit:active {
  text-decoration: none;
}
@keyframes credit-pulse {
  0%, 100% { transform: translateY(0) scale(1); filter: brightness(1); }
  50% { transform: translateY(-2px) scale(1.045); filter: brightness(1.18); }
}
.tracking-note {
  margin: 18px 0 0;
  padding: 10px 13px;
  border-radius: 14px;
  color: var(--muted);
  background: var(--blush);
  font-size: 0.8rem;
  text-align: center;
}
.anchor-button:hover,
.primary-button:hover,
.secondary-button:hover,
.telegram-button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #ffbdd3;
  outline-offset: 3px;
}
[hidden] {
  display: none !important;
}
@media (max-width: 720px) {
  :root {
    --radius: 28px;
  }
  .campaign-timer {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .timer-units {
    width: 100%;
    justify-content: center;
  }
  .timer-units div {
    min-width: 58px;
  }
  .hero-banner {
    min-height: 360px;
    padding: 52px 20px;
    border-radius: 34px;
  }
  .banner-carousel {
    min-height: 0;
    padding: 0;
    aspect-ratio: var(--mobile-banner-ratio, 4 / 5);
  }
  .banner-device--desktop {
    display: none;
  }
  .banner-device--mobile,
  .banner-device.is-selected-device {
    display: block;
  }
  .hero-banner h2 {
    font-size: clamp(3.5rem, 20vw, 5.8rem);
  }
  .anchor-button {
    width: 100%;
  }
  .anchor-label-desktop {
    display: none;
  }
  .anchor-label-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.55;
  }
  .anchor-label-mobile > span {
    white-space: nowrap;
  }
  .voice-player {
    align-items: flex-start;
    padding: 16px;
  }
  .participant-results {
    min-height: 64px;
    padding: 11px 13px;
    gap: 12px;
    border-radius: 20px;
  }
  .participant-results-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
  .participant-results-icon svg {
    width: 20px;
    height: 20px;
  }
  .voice-avatar {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }
  .voice-meta {
    display: block;
  }
  .voice-meta > span {
    display: block;
    margin-top: 3px;
  }
  .voice-controls {
    gap: 6px;
    margin-top: 8px;
  }
  .wave-area {
    height: 24px;
  }
  .voice-waveform line {
    stroke-width: 3;
  }
  .voice-waveform line:nth-child(even) {
    display: none;
  }
  .voice-controls time {
    min-width: 67px;
    font-size: 0.66rem;
  }
  .purchase-card {
    padding: 24px;
  }
  .course-summary {
    display: block;
    text-align: center;
  }
  .course-cover {
    width: 170px;
    margin: 0 auto 20px;
  }
  .course-copy h2 {
    font-size: 1.8rem;
  }
  .price-line {
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    overflow: hidden;
  }
  .price-line strong {
    font-size: clamp(1.15rem, 5.4vw, 1.4rem);
  }
  .price-line del {
    font-size: clamp(0.75rem, 3.4vw, 0.86rem);
  }
  .support-card {
    grid-template-columns: auto 1fr;
    padding: 24px;
  }
  .support-card.no-icon {
    grid-template-columns: 1fr auto;
  }
  .telegram-button {
    grid-column: 1/-1;
    text-align: center;
  }
  .detail-list {
    grid-template-columns: 1fr;
  }
  .seal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .seal-card {
    min-height: 150px;
    padding: 12px 8px;
    border-radius: 20px;
    gap: 5px;
    font-size: 0.72rem;
    text-align: center;
  }
  .seal-card > a {
    min-height: 105px;
  }
  .seal-card img {
    max-width: 96px;
    max-height: 96px;
  }
  .detail-card {
    padding: 30px 24px;
  }
  .detail-number {
    font-size: 3rem;
  }
  .gift-card {
    align-items: flex-start;
    padding: 24px;
  }
  .legal-footer {
    display: block;
    text-align: center;
  }
  .legal-footer p {
    font-size: .74rem;
  }
  .legal-footer-branding {
    white-space: nowrap;
  }
  .legal-footer a {
    display: block;
    margin-top: 8px;
  }
  .legal-footer .brooksell-credit {
    display: inline-block;
    margin-top: 0;
  }
  .footer-links {
    margin-top: 10px;
  }
  .footer-links a {
    margin-top: 0;
  }
}
@media (max-width: 430px) {
  .shell {
    width: min(94vw, 900px);
  }
  .timer-units {
    gap: 4px;
  }
  .timer-units div {
    min-width: 50px;
    padding: 8px 4px;
  }
  .hero-banner {
    min-height: 320px;
  }
  .anchor-button {
    gap: 6px;
    padding-inline: 12px;
    font-size: clamp(0.78rem, 4vw, 0.92rem);
  }
  .voice-player {
    gap: 10px;
    padding: 12px;
  }
  .voice-avatar {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    font-size: 1rem;
  }
  .play-button {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
  .wave-area {
    height: 20px;
  }
  .voice-controls time {
    min-width: 61px;
    font-size: 0.61rem;
  }
  .purchase-card {
    padding: 20px;
    border-radius: 26px;
  }
  .course-cover {
    width: 145px;
    border-radius: 24px;
  }
  .plan-selector span {
    padding: 11px 7px;
    font-size: 0.85rem;
  }
  .otp-boxes {
    gap: 7px;
  }
  .otp-boxes input {
    width: 52px;
    height: 62px;
  }
  .support-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .support-card h2 {
    font-size: clamp(0.98rem, 4.2vw, 1.12rem);
  }
  .support-card.no-icon {
    grid-template-columns: 1fr;
  }
  .telegram-icon {
    margin: auto;
  }
  .detail-card {
    border-radius: 27px;
  }
  .section-heading {
    margin-bottom: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
