/** Shopify CDN: Minification failed

Line 104:15 Unterminated string token
Line 1496:15 Unterminated string token

**/
:root {
  --sr-emerald: #075b42;
  --sr-emerald-deep: #063c30;
  --sr-emerald-bright: #0d8057;
  --sr-acid: #dfff37;
  --sr-lime: #30ff79;
  --sr-gold: #ffc83d;
  --sr-ivory: #fffdf5;
  --sr-cream: #f2f5e9;
  --sr-ink: #10241c;
}


/* Conversion scene: reviews */
.satan-section--reviews,
.satan-product-reviews {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(223, 255, 55, 0.22), transparent 26%),
    radial-gradient(circle at 89% 20%, rgba(48, 255, 121, 0.18), transparent 23%),
    linear-gradient(135deg, #087050 0%, var(--sr-emerald) 48%, #0a4e3f 100%);
  color: #fff;
}

.satan-section--reviews {
  padding-block: clamp(82px, 10vw, 150px);
}

.satan-section--reviews::before,
.satan-product-reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(223, 255, 55, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(223, 255, 55, 0.16) 1px, transparent 1px);
  background-size: 78px 78px;
  -webkit-mask-image: radial-gradient(circle at 50% 25%, #000, transparent 76%);
  mask-image: radial-gradient(circle at 50% 25%, #000, transparent 76%);
  animation: sr-grid-drift 18s linear infinite;
}

.satan-section--reviews::after,
.satan-product-reviews::after {
  content: "";
  position: absolute;
  top: 70px;
  right: -180px;
  z-index: -1;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(223, 255, 55, 0.28);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(223, 255, 55, 0.05),
    0 0 0 115px rgba(48, 255, 121, 0.04);
  animation: sr-orbit 14s linear infinite;
}

.satan-section--reviews .satan-section-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(310px, 0.76fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  margin-bottom: 38px;
  padding: clamp(38px, 6vw, 76px);
  overflow: hidden;
  border: 1px solid rgba(223, 255, 55, 0.48);
  border-radius: 32px;
  background:
    linear-gradient(115deg, rgba(4, 60, 45, 0.86), rgba(8, 123, 82, 0.62)),
    var(--satan-data-bg);
  background-position: center;
  background-size: cover;
  box-shadow:
    0 34px 90px rgba(3, 45, 34, 0.34),
    inset 0 1px rgba(255, 255, 255, 0.18);
}

.satan-section--reviews .satan-section-heading::before {
  content: "";
  position: absolute;
  left: -20%;
  bottom: -110px;
  width: 74%;
  height: 230px;
  border-radius: 50%;
  background: rgba(223, 255, 55, 0.2);
  filter: blur(70px);
}

.satan-section--reviews .satan-section-heading::after {
  content: """;
  top: -44px;
  right: 37%;
  color: rgba(223, 255, 55, 0.15);
  font-family: Georgia, serif;
  font-size: 310px;
  line-height: 1;
  transform: none;
}

.satan-review-live {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 8px 12px;
  border: 1px solid rgba(223, 255, 55, 0.6);
  border-radius: 999px;
  background: rgba(4, 53, 40, 0.68);
  color: var(--sr-acid);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.satan-review-live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sr-lime);
  box-shadow: 0 0 0 0 rgba(48, 255, 121, 0.72);
  animation: sr-signal 1.7s infinite;
}

.satan-section--reviews .satan-section-heading .satan-kicker,
.satan-product-reviews .satan-kicker {
  color: var(--sr-acid);
}

.satan-section--reviews .satan-section-heading h2 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(50px, 6.5vw, 94px);
  text-wrap: balance;
}

.satan-review-intro {
  max-width: 700px;
  margin-top: 24px !important;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.65;
}

.satan-section--reviews .satan-review-summary {
  position: relative;
  display: grid;
  min-height: 350px;
  align-content: center;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 200, 61, 0.72), transparent 34%),
    linear-gradient(145deg, #ecff8b, var(--sr-acid));
  color: var(--sr-ink);
  box-shadow:
    0 26px 70px rgba(2, 34, 24, 0.36),
    inset 0 1px rgba(255, 255, 255, 0.76);
  transform: rotate(1.2deg);
}

.satan-section--reviews .satan-review-summary::before {
  content: "33";
  margin-bottom: 12px;
  color: var(--sr-ink);
  font-family: var(--font-heading--family, Arial, sans-serif);
  font-size: clamp(108px, 12vw, 170px);
  font-weight: 900;
  letter-spacing: -0.095em;
  line-height: 0.68;
}

.satan-section--reviews .satan-review-summary::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -45px;
  width: 150px;
  height: 150px;
  border: 20px solid rgba(7, 91, 66, 0.12);
  border-radius: 50%;
}

.satan-review-summary__eyebrow {
  order: -2;
  margin-bottom: 23px !important;
  color: rgba(16, 36, 28, 0.66) !important;
  font-size: 9px !important;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.satan-section--reviews .satan-review-summary .satan-stars {
  order: 1;
  margin-top: 16px;
  color: var(--sr-emerald);
  font-size: 23px;
  letter-spacing: 0.05em;
}

.satan-section--reviews .satan-review-summary strong {
  order: 0;
  color: var(--sr-ink);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.satan-section--reviews .satan-review-summary > span:not(.satan-review-summary__eyebrow) {
  order: 2;
  margin-top: 8px;
  color: rgba(16, 36, 28, 0.72);
  font-size: 11px;
}

.satan-review-summary__community {
  position: relative;
  z-index: 2;
  display: flex;
  order: 3;
  align-items: end;
  gap: 10px;
  margin-top: 22px;
  padding-top: 19px;
  border-top: 1px solid rgba(7, 91, 66, 0.2);
}

.satan-review-summary__community b {
  color: var(--sr-emerald);
  font-size: 32px;
  line-height: 0.9;
}

.satan-review-summary__community small {
  max-width: 90px;
  color: rgba(16, 36, 28, 0.7);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.satan-review-stage--masonry {
  position: relative;
  padding: clamp(24px, 4.4vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(223, 255, 55, 0.54);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 0, rgba(223, 255, 55, 0.3), transparent 25%),
    linear-gradient(145deg, rgba(255, 253, 245, 0.98), rgba(235, 244, 224, 0.98)),
    var(--satan-data-bg);
  box-shadow:
    0 36px 110px rgba(2, 40, 29, 0.38),
    inset 0 1px rgba(255, 255, 255, 0.95);
}

.satan-review-stage--masonry::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 34%, rgba(7, 91, 66, 0.11) 34.2% 34.4%, transparent 34.6%),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(7, 91, 66, 0.08) 80px);
}

.satan-review-stage__signal {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 28px;
  color: var(--sr-emerald);
}

.satan-review-stage__signal span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sr-lime);
  box-shadow: 0 0 14px rgba(48, 255, 121, 0.9);
}

.satan-review-stage__signal span:nth-child(2) {
  opacity: 0.65;
  animation: sr-signal 1.8s 0.3s infinite;
}

.satan-review-stage__signal span:nth-child(3) {
  opacity: 0.35;
  animation: sr-signal 1.8s 0.6s infinite;
}

.satan-review-stage__signal b {
  margin-left: 6px;
  font-size: 9px;
  letter-spacing: 0.22em;
}

.satan-review-stage--masonry .satan-reviews--grid,
.satan-product-reviews .satan-reviews--grid {
  position: relative;
  z-index: 2;
  columns: 2 420px;
  column-gap: clamp(22px, 3vw, 38px);
}

.satan-review-stage--masonry .satan-review-card,
.satan-product-reviews .satan-review-card {
  margin-bottom: clamp(22px, 3vw, 38px);
}

.satan-review-stage--masonry .satan-review-card:first-child {
  column-span: all;
  width: min(900px, 100%);
  margin: 0 auto clamp(36px, 5vw, 64px);
}

.satan-review-card__button {
  isolation: isolate;
  border: 2px solid rgba(7, 91, 66, 0.26);
  border-radius: 20px;
  box-shadow:
    0 22px 48px rgba(4, 58, 42, 0.17),
    0 0 0 7px rgba(255, 255, 255, 0.72);
  transition: transform 260ms cubic-bezier(.2,.7,.2,1), box-shadow 260ms ease, border-color 260ms ease;
}

.satan-review-card__button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 5% 38%, rgba(223, 255, 55, 0.18) 48%, transparent 59% 100%);
  background-size: 230% 100%;
  background-position: 120% 0;
  transition: background-position 600ms ease;
}

.satan-review-card__button:hover {
  z-index: 4;
  border-color: var(--sr-lime);
  box-shadow:
    0 36px 80px rgba(3, 72, 50, 0.28),
    0 0 0 7px rgba(223, 255, 55, 0.62),
    0 0 42px rgba(48, 255, 121, 0.24);
  transform: translateY(-11px) scale(1.012);
}

.satan-review-card__button:hover::after {
  background-position: -70% 0;
}

.satan-review-card:nth-child(4n + 2) .satan-review-card__button {
  border-color: rgba(255, 200, 61, 0.66);
}

.satan-review-card:nth-child(4n + 3) .satan-review-card__button {
  border-color: rgba(13, 128, 87, 0.58);
}

.satan-review-card__number {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  display: grid;
  min-width: 47px;
  height: 34px;
  padding-inline: 10px;
  place-items: center;
  border: 1px solid rgba(223, 255, 55, 0.86);
  border-radius: 999px;
  background: rgba(6, 60, 48, 0.94);
  color: var(--sr-acid);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  box-shadow: 0 8px 22px rgba(2, 37, 27, 0.24);
  backdrop-filter: blur(9px);
}

.satan-review-card__verified {
  z-index: 4;
  right: 12px;
  bottom: 12px;
  padding: 9px 13px;
  border-color: rgba(223, 255, 55, 0.78);
  background: rgba(6, 60, 48, 0.94);
  color: #fff;
  font-size: 9px;
  box-shadow: 0 9px 24px rgba(2, 37, 27, 0.24);
}

.satan-review-card__check {
  background: var(--sr-lime);
}

.satan-product-reviews {
  padding-block: clamp(88px, 10vw, 150px);
}

.satan-product-reviews .satan-shell {
  width: min(1240px, calc(100% - 48px));
}

.satan-product-reviews__header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  margin-bottom: 38px;
  padding: clamp(40px, 6vw, 76px);
  overflow: hidden;
  border: 1px solid rgba(223, 255, 55, 0.5);
  border-radius: 32px;
  background:
    linear-gradient(120deg, rgba(5, 67, 49, 0.9), rgba(13, 128, 87, 0.64)),
    var(--satan-data-bg);
  background-position: center;
  background-size: cover;
  box-shadow: 0 36px 100px rgba(2, 40, 29, 0.4);
}

.satan-product-reviews__header h2 {
  color: #fff;
  font-size: clamp(50px, 6.2vw, 90px);
  text-wrap: balance;
}

.satan-product-reviews__proof {
  display: grid;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 24px;
  background: linear-gradient(145deg, #efff95, var(--sr-acid));
  color: var(--sr-ink);
  box-shadow: 0 28px 70px rgba(2, 36, 26, 0.38);
  transform: rotate(1deg);
}

.satan-product-reviews__big {
  color: var(--sr-emerald);
  font-family: var(--font-heading--family, Arial, sans-serif);
  font-size: clamp(112px, 12vw, 170px);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 0.68;
}

.satan-product-reviews__proof .satan-stars {
  margin-top: 28px;
  color: var(--sr-emerald);
  font-size: 22px;
}

.satan-product-reviews__proof .satan-product-reviews__count {
  margin-top: 9px;
  color: var(--sr-ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.satan-product-reviews__proof p {
  margin-top: 10px;
  color: rgba(16, 36, 28, 0.72);
  font-size: 12px;
  line-height: 1.55;
}

/* Premium product page */
.spx-product {
  position: relative;
  overflow: hidden;
  background: var(--sr-cream);
  color: var(--sr-ink);
  font-family: var(--font-body--family, Arial, sans-serif);
}

.spx-product *,
.spx-product *::before,
.spx-product *::after {
  box-sizing: border-box;
}

.spx-product h1,
.spx-product h2,
.spx-product h3,
.spx-product p,
.spx-product ul {
  margin: 0;
}

.spx-product h1,
.spx-product h2,
.spx-product h3 {
  font-family: var(--font-heading--family, Arial, sans-serif);
  font-weight: 900;
  letter-spacing: -0.052em;
}

.spx-shell {
  position: relative;
  z-index: 3;
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.spx-hero {
  position: relative;
  min-height: 870px;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 36%, rgba(223, 255, 55, 0.22), transparent 25%),
    linear-gradient(125deg, #087352 0%, var(--sr-emerald) 46%, #084639 100%);
  color: #fff;
}

.spx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(110deg, rgba(5, 69, 51, 0.72), rgba(7, 91, 66, 0.22)),
    var(--spx-data-bg);
  background-position: center;
  background-size: cover;
  opacity: 0.72;
}

.spx-hero::after {
  content: "";
  position: absolute;
  left: -12%;
  bottom: -270px;
  z-index: -1;
  width: 740px;
  height: 740px;
  border: 1px solid rgba(223, 255, 55, 0.28);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(223, 255, 55, 0.05),
    0 0 0 145px rgba(48, 255, 121, 0.035);
}

.spx-topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 47px;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(223, 255, 55, 0.42);
  background: linear-gradient(90deg, #064e3a, #0a8558, #064e3a);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
}

.spx-topbar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sr-lime);
  animation: sr-signal 1.7s infinite;
}

.spx-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
  min-height: 823px;
  padding-block: 78px;
}

.spx-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 9px 13px;
  border: 1px solid rgba(223, 255, 55, 0.58);
  border-radius: 999px;
  background: rgba(4, 60, 45, 0.62);
  color: var(--sr-acid);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.spx-hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(58px, 6.8vw, 96px);
  line-height: 0.91;
  text-wrap: balance;
}

.spx-hero h1 em {
  color: var(--sr-acid);
  font-style: normal;
}

.spx-hero__lead {
  max-width: 690px;
  margin-top: 27px !important;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.65;
}

.spx-proofline {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 26px;
}

.spx-proofline span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(4, 52, 39, 0.5);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(9px);
}

.spx-proofline b {
  color: var(--sr-acid);
}

.spx-price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 30px;
}

.spx-price {
  color: #fff;
  font-size: clamp(37px, 4vw, 56px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
}

.spx-price small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.spx-form {
  flex: 1 1 270px;
  max-width: 360px;
}

.spx-buy {
  position: relative;
  width: 100%;
  min-height: 62px;
  padding: 16px 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 13px;
  background: linear-gradient(135deg, var(--sr-acid), #baff24);
  color: var(--sr-ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow:
    0 18px 45px rgba(223, 255, 55, 0.24),
    inset 0 1px rgba(255, 255, 255, 0.84);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.spx-buy::after {
  content: "?";
  margin-left: 12px;
  font-size: 20px;
}

.spx-buy:hover {
  box-shadow:
    0 25px 64px rgba(223, 255, 55, 0.38),
    inset 0 1px rgba(255, 255, 255, 0.9);
  transform: translateY(-4px);
}

.spx-buy:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.spx-microcopy {
  margin-top: 12px !important;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.spx-visual {
  position: relative;
  width: min(100%, 540px);
  margin-left: auto;
  padding: 12px;
  border: 1px solid rgba(223, 255, 55, 0.58);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(223, 255, 55, 0.06));
  box-shadow:
    0 48px 110px rgba(2, 39, 28, 0.44),
    0 0 80px rgba(48, 255, 121, 0.12);
  transform: rotate(1.5deg);
  backdrop-filter: blur(12px);
}

.spx-visual::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  border: 1px solid rgba(223, 255, 55, 0.22);
  border-radius: 38px;
  transform: rotate(-3deg);
}

.spx-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.spx-visual__identity {
  position: absolute;
  left: -28px;
  bottom: 46px;
  display: grid;
  min-width: 245px;
  padding: 18px 20px;
  border: 1px solid rgba(223, 255, 55, 0.72);
  border-radius: 13px;
  background: rgba(5, 65, 48, 0.94);
  color: #fff;
  box-shadow: 0 20px 55px rgba(2, 38, 27, 0.38);
  backdrop-filter: blur(12px);
}

.spx-visual__identity small {
  color: var(--sr-acid);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.spx-visual__identity strong {
  margin-top: 5px;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.spx-visual__member {
  position: absolute;
  top: 34px;
  right: -26px;
  display: grid;
  width: 115px;
  height: 115px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: var(--sr-acid);
  color: var(--sr-ink);
  text-align: center;
  box-shadow: 0 18px 45px rgba(2, 38, 27, 0.3);
  transform: rotate(7deg);
}

.spx-visual__member b {
  display: block;
  font-size: 29px;
  line-height: 0.9;
}

.spx-visual__member small {
  display: block;
  margin-top: 5px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.spx-statbar {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -1px;
  border-top: 1px solid rgba(7, 91, 66, 0.16);
  border-bottom: 1px solid rgba(7, 91, 66, 0.16);
  background: var(--sr-ivory);
}

.spx-stat {
  display: grid;
  min-height: 145px;
  align-content: center;
  justify-items: center;
  padding: 25px;
  border-right: 1px solid rgba(7, 91, 66, 0.14);
  text-align: center;
}

.spx-stat:last-child {
  border-right: 0;
}

.spx-stat strong {
  color: var(--sr-emerald);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}

.spx-stat span {
  margin-top: 9px;
  color: rgba(16, 36, 28, 0.65);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.spx-section {
  padding-block: clamp(85px, 10vw, 150px);
}

.spx-section--intro {
  position: relative;
  background:
    radial-gradient(circle at 90% 10%, rgba(223, 255, 55, 0.34), transparent 23%),
    var(--sr-cream);
}

.spx-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(32px, 7vw, 100px);
  align-items: start;
  margin-bottom: clamp(45px, 7vw, 82px);
}

.spx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sr-emerald);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.spx-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--sr-lime);
}

.spx-heading h2 {
  color: var(--sr-ink);
  font-size: clamp(47px, 6.5vw, 92px);
  line-height: 0.93;
  text-wrap: balance;
}

.spx-heading h2 em {
  color: var(--sr-emerald-bright);
  font-style: normal;
}

.spx-heading__copy {
  display: grid;
  gap: 18px;
  color: rgba(16, 36, 28, 0.74);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.7;
}

.spx-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: steps;
}

.spx-step {
  position: relative;
  min-height: 310px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid rgba(7, 91, 66, 0.2);
  border-radius: 22px;
  background: var(--sr-ivory);
  box-shadow: 0 18px 50px rgba(4, 62, 44, 0.08);
  counter-increment: steps;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.spx-step::before {
  content: "0" counter(steps);
  display: block;
  margin-bottom: 58px;
  color: var(--sr-emerald);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.spx-step::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 150px;
  height: 150px;
  border: 18px solid rgba(223, 255, 55, 0.5);
  border-radius: 50%;
}

.spx-step:hover {
  box-shadow: 0 30px 72px rgba(4, 62, 44, 0.16);
  transform: translateY(-8px);
}

.spx-step h3 {
  color: var(--sr-ink);
  font-size: 27px;
  line-height: 1.02;
}

.spx-step p {
  margin-top: 15px;
  color: rgba(16, 36, 28, 0.68);
  font-size: 14px;
  line-height: 1.62;
}

.spx-section--curriculum {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 22%, rgba(223, 255, 55, 0.2), transparent 24%),
    linear-gradient(135deg, #087251, var(--sr-emerald) 52%, #084838);
  color: #fff;
}

.spx-section--curriculum::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(223, 255, 55, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(223, 255, 55, 0.2) 1px, transparent 1px);
  background-size: 74px 74px;
}

.spx-section--curriculum .spx-heading h2,
.spx-section--curriculum .spx-eyebrow {
  color: #fff;
}

.spx-section--curriculum .spx-heading h2 em {
  color: var(--sr-acid);
}

.spx-curriculum {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.spx-module {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  min-height: 145px;
  padding: 26px;
  border: 1px solid rgba(223, 255, 55, 0.32);
  border-radius: 18px;
  background: rgba(4, 65, 48, 0.56);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(9px);
}

.spx-module span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 12px;
  background: var(--sr-acid);
  color: var(--sr-ink);
  font-weight: 900;
}

.spx-module h3 {
  color: #fff;
  font-size: 21px;
  line-height: 1.1;
}

.spx-module p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.55;
}

.spx-value {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: stretch;
}

.spx-value__copy,
.spx-value__card {
  padding: clamp(35px, 5vw, 66px);
  border-radius: 28px;
}

.spx-value__copy {
  border: 1px solid rgba(7, 91, 66, 0.18);
  background: var(--sr-ivory);
  box-shadow: 0 24px 80px rgba(4, 62, 44, 0.1);
}

.spx-value__copy h2 {
  max-width: 760px;
  color: var(--sr-ink);
  font-size: clamp(45px, 5vw, 72px);
  line-height: 0.95;
}

.spx-value__copy > p {
  margin-top: 24px;
  color: rgba(16, 36, 28, 0.72);
  font-size: 17px;
  line-height: 1.7;
}

.spx-value__list {
  display: grid;
  gap: 14px;
  margin-top: 28px !important;
  padding: 0;
  list-style: none;
}

.spx-value__list li {
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 11px;
  color: rgba(16, 36, 28, 0.82);
  line-height: 1.5;
}

.spx-value__list li::before {
  content: "?";
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--sr-lime);
  color: var(--sr-ink);
  font-size: 12px;
  font-weight: 900;
}

.spx-product-description {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid rgba(7, 91, 66, 0.14);
  color: rgba(16, 36, 28, 0.7);
  font-size: 14px;
  line-height: 1.65;
}

.spx-value__card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(223, 255, 55, 0.6);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 200, 61, 0.6), transparent 35%),
    linear-gradient(145deg, #edff93, var(--sr-acid));
  color: var(--sr-ink);
  box-shadow: 0 28px 80px rgba(4, 62, 44, 0.19);
}

.spx-value__card::after {
  content: "SR";
  position: absolute;
  right: -12px;
  bottom: -48px;
  color: rgba(7, 91, 66, 0.1);
  font-size: 180px;
  font-weight: 900;
  letter-spacing: -0.1em;
}

.spx-value__card small {
  color: rgba(16, 36, 28, 0.62);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.spx-value__card h3 {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  color: var(--sr-ink);
  font-size: clamp(40px, 5vw, 67px);
  line-height: 0.92;
}

.spx-value__card p {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  color: rgba(16, 36, 28, 0.72);
  font-size: 15px;
  line-height: 1.62;
}

.spx-value__card .spx-price {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 35px;
  color: var(--sr-emerald);
}

.spx-value__card .spx-buy {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  border-color: var(--sr-emerald);
  background: var(--sr-emerald);
  color: #fff;
  box-shadow: 0 18px 45px rgba(7, 91, 66, 0.22);
}

.spx-disclaimer {
  padding: 26px 0 40px;
  background: var(--sr-cream);
  color: rgba(16, 36, 28, 0.54);
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

@keyframes sr-signal {
  0% { box-shadow: 0 0 0 0 rgba(48, 255, 121, 0.75); }
  70% { box-shadow: 0 0 0 11px rgba(48, 255, 121, 0); }
  100% { box-shadow: 0 0 0 0 rgba(48, 255, 121, 0); }
}

@keyframes sr-grid-drift {
  to { background-position: 78px 78px; }
}

@keyframes sr-orbit {
  to { transform: rotate(360deg); }
}

@media (max-width: 1040px) {
  .satan-section--reviews .satan-section-heading,
  .satan-product-reviews__header,
  .spx-hero__inner,
  .spx-heading,
  .spx-value {
    grid-template-columns: 1fr;
  }

  .satan-section--reviews .satan-review-summary,
  .satan-product-reviews__proof {
    width: min(100%, 520px);
    min-height: 280px;
    transform: none;
  }

  .satan-section--reviews .satan-section-heading::after {
    right: 8%;
  }

  .spx-hero__inner {
    padding-block: 70px 100px;
  }

  .spx-visual {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .spx-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 749px) {
  .satan-section--reviews,
  .satan-product-reviews {
    padding-block: 68px;
  }

  .satan-shell,
  .satan-product-reviews .satan-shell,
  .spx-shell {
    width: min(100% - 28px, 1240px);
  }

  .satan-section--reviews .satan-section-heading,
  .satan-product-reviews__header {
    gap: 28px;
    padding: 27px 20px;
    border-radius: 23px;
  }

  .satan-section--reviews .satan-section-heading h2,
  .satan-product-reviews__header h2 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .satan-review-intro {
    font-size: 15px;
  }

  .satan-section--reviews .satan-review-summary,
  .satan-product-reviews__proof {
    min-height: 260px;
    padding: 25px;
    border-radius: 19px;
  }

  .satan-section--reviews .satan-review-summary::before,
  .satan-product-reviews__big {
    font-size: 105px;
  }

  .satan-review-stage--masonry {
    padding: 19px 13px;
    border-radius: 22px;
  }

  .satan-review-stage--masonry .satan-reviews--grid,
  .satan-product-reviews .satan-reviews--grid {
    columns: 1;
  }

  .satan-review-card__button {
    border-radius: 15px;
    box-shadow:
      0 16px 34px rgba(4, 58, 42, 0.16),
      0 0 0 4px rgba(255, 255, 255, 0.7);
  }

  .satan-review-card__number {
    top: 8px;
    left: 8px;
    min-width: 40px;
    height: 29px;
  }

  .satan-review-card__verified {
    right: 8px;
    bottom: 8px;
    padding: 7px 9px;
  }

  .spx-hero {
    min-height: 0;
  }

  .spx-topbar {
    font-size: 9px;
  }

  .spx-hero__inner {
    min-height: 0;
    padding-block: 58px 86px;
  }

  .spx-hero h1 {
    font-size: clamp(50px, 15vw, 72px);
  }

  .spx-hero__lead {
    font-size: 16px;
  }

  .spx-price-row {
    align-items: stretch;
  }

  .spx-form {
    max-width: none;
  }

  .spx-visual {
    width: calc(100% - 12px);
    margin-top: 20px;
    transform: none;
  }

  .spx-visual__identity {
    left: -10px;
    bottom: 22px;
    min-width: 205px;
  }

  .spx-visual__member {
    top: 20px;
    right: -13px;
    width: 92px;
    height: 92px;
  }

  .spx-statbar {
    grid-template-columns: repeat(2, 1fr);
  }

  .spx-stat {
    min-height: 118px;
    border-bottom: 1px solid rgba(7, 91, 66, 0.14);
  }

  .spx-heading {
    gap: 22px;
  }

  .spx-heading h2 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .spx-steps,
  .spx-curriculum {
    grid-template-columns: 1fr;
  }

  .spx-step {
    min-height: 260px;
  }

  .spx-value__copy,
  .spx-value__card {
    padding: 30px 23px;
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .satan-section--reviews::before,
  .satan-product-reviews::before,
  .satan-section--reviews::after,
  .satan-product-reviews::after,
  .satan-review-live i,
  .satan-review-stage__signal span,
  .spx-topbar i {
    animation: none !important;
  }
}


/* Current market pain language */
.spx-pain {
  position: relative;
  padding-block: clamp(88px, 11vw, 160px);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 200, 61, 0.24), transparent 24%),
    radial-gradient(circle at 91% 14%, rgba(48, 255, 121, 0.2), transparent 22%),
    var(--sr-ivory);
}

.spx-pain::before {
  content: "SORUN / VERI / SISTEM";
  position: absolute;
  top: 40px;
  right: -20px;
  color: rgba(7, 91, 66, 0.07);
  font-size: clamp(64px, 10vw, 150px);
  font-weight: 900;
  letter-spacing: -0.07em;
  white-space: nowrap;
}

.spx-pain__heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 28px clamp(40px, 7vw, 100px);
  align-items: start;
  margin-bottom: 52px;
}

.spx-pain__heading .spx-eyebrow {
  grid-row: span 2;
}

.spx-pain__heading h2 {
  color: var(--sr-ink);
  font-size: clamp(50px, 6.7vw, 94px);
  line-height: 0.92;
  text-wrap: balance;
}

.spx-pain__heading h2 em {
  color: var(--sr-emerald-bright);
  font-style: normal;
}

.spx-pain__heading > p {
  max-width: 820px;
  color: rgba(16, 36, 28, 0.7);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
}

.spx-pain__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.spx-pain__grid article {
  position: relative;
  min-height: 230px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(7, 91, 66, 0.18);
  border-radius: 19px;
  background: linear-gradient(150deg, #fffef9, #edf5e7);
  box-shadow: 0 18px 48px rgba(4, 62, 44, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.spx-pain__grid article::after {
  content: """;
  position: absolute;
  right: 10px;
  bottom: -46px;
  color: rgba(7, 91, 66, 0.08);
  font-family: Georgia, serif;
  font-size: 150px;
}

.spx-pain__grid article:nth-child(2),
.spx-pain__grid article:nth-child(5) {
  background: linear-gradient(150deg, #f3ff9b, var(--sr-acid));
}

.spx-pain__grid article:hover {
  border-color: var(--sr-lime);
  box-shadow: 0 28px 70px rgba(4, 62, 44, 0.15);
  transform: translateY(-7px);
}

.spx-pain__grid span {
  display: inline-flex;
  margin-bottom: 55px;
  color: var(--sr-emerald);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.spx-pain__grid p {
  position: relative;
  z-index: 2;
  color: var(--sr-ink);
  font-size: clamp(18px, 1.65vw, 23px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.spx-andromeda {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
  margin-top: 24px;
  padding: clamp(34px, 6vw, 75px);
  overflow: hidden;
  border: 1px solid rgba(223, 255, 55, 0.56);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 50%, rgba(223, 255, 55, 0.2), transparent 27%),
    linear-gradient(130deg, #087250, var(--sr-emerald) 55%, #084638);
  color: #fff;
  box-shadow: 0 32px 90px rgba(4, 62, 44, 0.22);
}

.spx-andromeda__orbit {
  position: relative;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(223, 255, 55, 0.38);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 42px rgba(223, 255, 55, 0.05),
    0 0 60px rgba(48, 255, 121, 0.13);
  animation: sr-orbit 16s linear infinite;
}

.spx-andromeda__orbit::before,
.spx-andromeda__orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(223, 255, 55, 0.3);
  border-radius: 50%;
}

.spx-andromeda__orbit::before {
  inset: 37px;
}

.spx-andromeda__orbit::after {
  inset: 78px;
  background: var(--sr-acid);
  box-shadow: 0 0 35px rgba(223, 255, 55, 0.6);
}

.spx-andromeda__orbit i {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--sr-lime);
  box-shadow: 0 0 20px rgba(48, 255, 121, 0.85);
}

.spx-andromeda__orbit i:nth-child(1) { top: 23px; left: 58px; }
.spx-andromeda__orbit i:nth-child(2) { top: 95px; right: -6px; }
.spx-andromeda__orbit i:nth-child(3) { bottom: 17px; left: 78px; }

.spx-andromeda span {
  color: var(--sr-acid);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.spx-andromeda h3 {
  max-width: 840px;
  margin-top: 13px;
  color: #fff;
  font-size: clamp(35px, 4.7vw, 65px);
  line-height: 0.96;
}

.spx-andromeda p {
  max-width: 840px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 1040px) {
  .spx-pain__heading,
  .spx-andromeda {
    grid-template-columns: 1fr;
  }

  .spx-pain__heading .spx-eyebrow {
    grid-row: auto;
  }

  .spx-pain__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .spx-andromeda__orbit {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 749px) {
  .spx-pain {
    padding-block: 72px;
  }

  .spx-pain__heading {
    gap: 20px;
  }

  .spx-pain__heading h2 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .spx-pain__grid {
    grid-template-columns: 1fr;
  }

  .spx-pain__grid article {
    min-height: 205px;
  }

  .spx-andromeda {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .spx-andromeda__orbit {
    width: 150px;
    height: 150px;
  }

  .spx-andromeda__orbit::after {
    inset: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spx-andromeda__orbit {
    animation: none !important;
  }
}


/* V4: vivid first-screen conversion system and guaranteed review visibility */
.satan-purpose-banner {
  display: none !important;
}

.satan-livebar {
  border-color: rgba(223, 255, 55, 0.56);
  background: linear-gradient(90deg, #087050, #0b9661 50%, #087050);
  color: #fff;
}

.satan-livebar > span:last-child {
  color: var(--sr-acid);
  font-weight: 900;
}

.satan-hero {
  min-height: 940px;
  background:
    radial-gradient(circle at 78% 36%, rgba(255, 200, 61, 0.26), transparent 22%),
    radial-gradient(circle at 18% 10%, rgba(223, 255, 55, 0.22), transparent 23%),
    linear-gradient(125deg, #087a55 0%, #075b42 50%, #0a493c 100%);
}

.satan-hero::before {
  height: 190px;
  background: linear-gradient(transparent, #075b42);
}

.satan-hero__background {
  width: min(69%, 1160px);
  opacity: 0.76;
  filter: saturate(1.55) contrast(1.18) brightness(1.08);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 30%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 30%, #000 100%);
}

.satan-hero__grid {
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(223, 255, 55, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(223, 255, 55, 0.18) 1px, transparent 1px);
}

.satan-hero__inner {
  grid-template-columns: minmax(0, 1.13fr) minmax(390px, 0.87fr);
  gap: clamp(42px, 6vw, 90px);
  padding-block: 74px 100px;
}

.satan-hero__copy {
  max-width: 790px;
}

.satan-hero__copy .satan-kicker {
  display: inline-flex;
  padding: 9px 13px;
  border: 1px solid rgba(223, 255, 55, 0.6);
  border-radius: 999px;
  background: rgba(4, 60, 45, 0.58);
  color: var(--sr-acid);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.satan-hero__copy h1 {
  max-width: 820px;
  margin-top: 20px;
  color: #fff;
  font-size: clamp(61px, 6.9vw, 101px);
  line-height: 0.88;
  text-wrap: balance;
}

.satan-hero__copy h1 em {
  color: var(--sr-acid);
  text-shadow: 0 0 42px rgba(223, 255, 55, 0.2);
}

.satan-hero__lead {
  max-width: 730px;
  margin-top: 25px !important;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.62;
}

.satan-hero__problems {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 24px;
}

.satan-hero__problems span {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 82px;
  align-content: center;
  padding: 15px 16px 15px 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 13px;
  background: rgba(4, 60, 45, 0.64);
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.satan-hero__problems span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--sr-lime);
  box-shadow: 0 0 18px rgba(48, 255, 121, 0.7);
}

.satan-hero__problems span:nth-child(2)::before,
.satan-hero__problems span:nth-child(4)::before {
  background: var(--sr-gold);
  box-shadow: 0 0 18px rgba(255, 200, 61, 0.7);
}

.satan-hero__problems b {
  font-size: 14px;
  font-weight: 900;
}

.satan-hero__problems small {
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  line-height: 1.3;
}

.satan-hero__mission {
  display: grid;
  gap: 7px;
  margin-top: 12px;
  padding: 17px 19px;
  border: 1px solid rgba(7, 91, 66, 0.24);
  border-radius: 13px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 200, 61, 0.72), transparent 34%),
    linear-gradient(135deg, #f0ff9b, var(--sr-acid));
  color: var(--sr-ink);
  box-shadow: 0 18px 48px rgba(2, 39, 28, 0.24);
}

.satan-hero__mission strong {
  color: var(--sr-ink);
  font-size: 14px;
  font-weight: 900;
}

.satan-hero__mission p {
  color: rgba(16, 36, 28, 0.73);
  font-size: 11px;
  line-height: 1.5;
}

.satan-hero__actions {
  margin-top: 19px;
}

.satan-hero__actions .satan-button--primary {
  border-color: rgba(255, 255, 255, 0.7);
  background: var(--sr-acid);
  color: var(--sr-ink);
  box-shadow: 0 18px 48px rgba(223, 255, 55, 0.27);
}

.satan-hero__actions .satan-button--ghost {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(4, 60, 45, 0.48);
  color: #fff;
}

.satan-hero__proof {
  color: #fff;
}

.satan-guarantee-chip {
  border-color: rgba(223, 255, 55, 0.4);
  background: rgba(4, 60, 45, 0.5);
  color: #fff;
}

.satan-hero__visual {
  transform: translateY(24px);
}

.satan-product-frame {
  border-color: rgba(223, 255, 55, 0.56);
  box-shadow:
    0 42px 100px rgba(2, 39, 28, 0.44),
    0 0 70px rgba(48, 255, 121, 0.16);
}

.satan-product-frame__bar {
  background: linear-gradient(90deg, rgba(5, 63, 47, 0.98), rgba(12, 124, 82, 0.94));
  color: #fff;
}

.satan-float-badge--students {
  background: var(--sr-acid);
  color: var(--sr-ink);
}

.satan-float-badge--rating {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(5, 74, 54, 0.94);
  color: #fff;
}

/* Reviews must never depend on JavaScript to be visible */
.satan-landing [data-reveal],
.satan-product-reviews [data-reveal],
.satan-review-card,
.satan-review-card__button,
.satan-review-card__image {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.satan-review-card__button:hover {
  transform: translateY(-10px) scale(1.012) !important;
}

.satan-review-stage--masonry .satan-reviews--grid,
.satan-product-reviews .satan-reviews--grid {
  min-height: 480px;
}

@media (max-width: 1040px) {
  .satan-hero {
    min-height: 0;
  }

  .satan-hero__inner {
    grid-template-columns: 1fr;
  }

  .satan-hero__copy {
    max-width: 900px;
  }

  .satan-hero__visual {
    width: min(100%, 680px);
    margin-inline: auto;
  }
}

@media (max-width: 749px) {
  .satan-hero__inner {
    padding-block: 54px 84px;
  }

  .satan-hero__copy h1 {
    font-size: clamp(52px, 15.5vw, 76px);
  }

  .satan-hero__problems {
    grid-template-columns: 1fr;
  }

  .satan-hero__problems span {
    min-height: 72px;
  }

  .satan-hero__mission {
    padding: 15px;
  }

  .satan-hero__visual {
    transform: none;
  }
}


/* V5: beyaz, yuksek kontrastli ve hareketli premium sistem */
.satan-landing,
.spx-product {
  background: #fff !important;
  color: #10241c;
}

.satan-landing::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 5%, rgba(223, 255, 55, .25), transparent 18%),
    radial-gradient(circle at 92% 18%, rgba(48, 255, 121, .16), transparent 18%);
}

.satan-hero {
  min-height: 940px;
  color: #10241c;
  background:
    radial-gradient(circle at 88% 18%, rgba(223, 255, 55, .58), transparent 20%),
    radial-gradient(circle at 6% 74%, rgba(48, 255, 121, .17), transparent 22%),
    linear-gradient(118deg, #fff 0%, #fbfff4 57%, #f0ffd8 100%) !important;
}

.satan-hero::before {
  height: 170px;
  background: linear-gradient(transparent, #fff) !important;
}

.satan-hero::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  width: 590px;
  height: 590px;
  border: 1px solid rgba(7, 91, 66, .17);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(223, 255, 55, .11),
    0 0 0 112px rgba(48, 255, 121, .055);
  animation: sr-orbit 19s linear infinite;
}

.satan-hero__background {
  width: min(68%, 1120px);
  opacity: .14;
  filter: saturate(1.8) contrast(1.2) brightness(1.22);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
}

.satan-hero__grid {
  opacity: .26;
  background-image:
    linear-gradient(rgba(7, 91, 66, .15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 91, 66, .15) 1px, transparent 1px);
}

.satan-hero__copy {
  position: relative;
}

.satan-hero__copy::before {
  content: "SATANREKLAMLAR";
  position: absolute;
  top: -72px;
  left: -4px;
  z-index: -1;
  color: rgba(7, 91, 66, .055);
  font-size: clamp(72px, 10vw, 150px);
  font-weight: 900;
  letter-spacing: -.08em;
  white-space: nowrap;
}

.satan-hero__copy .satan-kicker {
  border-color: rgba(7, 91, 66, .35);
  background: var(--sr-acid);
  color: #10241c;
  box-shadow: 0 10px 30px rgba(223, 255, 55, .32);
}

.satan-hero__copy h1 {
  color: #10241c !important;
  text-shadow: none;
}

.satan-hero__copy h1 em {
  color: #087352;
  text-shadow: 0 12px 35px rgba(48, 255, 121, .16);
  background: linear-gradient(90deg, #087352, #12a968);
  -webkit-background-clip: text;
  background-clip: text;
}

.satan-hero__lead {
  color: rgba(16, 36, 28, .76) !important;
}

.satan-hero__problems span {
  border-color: rgba(7, 91, 66, .2);
  background: #fff;
  color: #10241c;
  box-shadow: 0 17px 42px rgba(4, 62, 44, .09);
}

.satan-hero__problems span:nth-child(2) {
  background: linear-gradient(135deg, #f2ff9c, var(--sr-acid));
}

.satan-hero__problems span:nth-child(4) {
  background: linear-gradient(135deg, #fff2ad, #ffd85b);
}

.satan-hero__problems small {
  color: rgba(16, 36, 28, .62);
}

.satan-hero__mission {
  border-color: rgba(7, 91, 66, .2);
  background:
    radial-gradient(circle at 100% 0, rgba(223, 255, 55, .23), transparent 34%),
    linear-gradient(135deg, #087352, #075b42);
}

.satan-hero__mission strong {
  color: var(--sr-acid);
}

.satan-hero__mission p {
  color: rgba(255, 255, 255, .78);
}

.satan-hero__actions .satan-button--primary {
  border-color: #10241c;
  background: #10241c;
  color: #fff;
  box-shadow: 0 20px 48px rgba(16, 36, 28, .2);
}

.satan-hero__actions .satan-button--primary:hover {
  background: #087352;
  color: #fff;
}

.satan-hero__actions .satan-button--ghost {
  border-color: rgba(7, 91, 66, .32);
  background: #fff;
  color: #10241c;
}

.satan-hero__proof,
.satan-guarantee-chip {
  color: #10241c;
}

.satan-hero__proof span,
.satan-guarantee-chip small {
  color: rgba(16, 36, 28, .6);
}

.satan-guarantee-chip {
  border-color: rgba(7, 91, 66, .24);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 34px rgba(4, 62, 44, .08);
}

.satan-product-frame {
  border-color: rgba(7, 91, 66, .25);
  background: #fff;
  box-shadow:
    0 44px 110px rgba(4, 62, 44, .2),
    0 0 0 10px rgba(223, 255, 55, .18);
}

.satan-product-frame__bar {
  border-bottom-color: rgba(7, 91, 66, .15);
  background: #fff;
  color: #10241c;
}

.satan-product-frame__bar b {
  color: #087352;
}

.satan-float-badge--rating {
  border-color: rgba(7, 91, 66, .25);
  background: #fff;
  color: #10241c;
  box-shadow: 0 20px 50px rgba(4, 62, 44, .16);
}

.satan-section--video,
.satan-section--contrast,
.satan-section--curriculum,
.satan-section--community,
.satan-section--offer,
.satan-section--faq {
  background: #fff !important;
  color: #10241c;
}

.satan-section--video h2,
.satan-section--contrast h2,
.satan-section--curriculum h2,
.satan-section--community h2,
.satan-section--faq h2 {
  color: #10241c !important;
}

.satan-section--video .satan-section-heading > p:last-child,
.satan-section--contrast .satan-section-heading > p:last-child,
.satan-section--curriculum .satan-section-heading > p:last-child,
.satan-section--community p,
.satan-section--faq p {
  color: rgba(16, 36, 28, .68);
}

.satan-video-shell {
  border-color: rgba(7, 91, 66, .24);
  background:
    radial-gradient(circle at 50% 50%, rgba(223, 255, 55, .27), transparent 25%),
    linear-gradient(145deg, #f7fff0, #fff);
  color: #10241c;
  box-shadow: 0 30px 90px rgba(4, 62, 44, .12);
}

.satan-contrast-card,
.satan-curriculum details,
.satan-faq details {
  border-color: rgba(7, 91, 66, .18);
  background: #fff;
  color: #10241c;
  box-shadow: 0 18px 50px rgba(4, 62, 44, .08);
}

.satan-curriculum details summary,
.satan-faq details summary {
  color: #10241c;
}

.satan-curriculum details p,
.satan-faq details p {
  color: rgba(16, 36, 28, .68);
}

.satan-section--community {
  background:
    radial-gradient(circle at 88% 18%, rgba(223, 255, 55, .38), transparent 20%),
    #fff !important;
}

/* Beyaz ve yuksek enerjili yorum sahnesi */
.satan-section--reviews,
.satan-product-reviews {
  color: #10241c;
  background:
    radial-gradient(circle at 8% 4%, rgba(223, 255, 55, .36), transparent 20%),
    radial-gradient(circle at 92% 18%, rgba(48, 255, 121, .18), transparent 19%),
    #fff !important;
}

.satan-section--reviews::before,
.satan-product-reviews::before {
  opacity: .38;
  background-image:
    linear-gradient(rgba(7, 91, 66, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 91, 66, .1) 1px, transparent 1px);
}

.satan-section--reviews::after,
.satan-product-reviews::after {
  border-color: rgba(7, 91, 66, .15);
  box-shadow:
    0 0 0 55px rgba(223, 255, 55, .12),
    0 0 0 115px rgba(48, 255, 121, .06);
}

.satan-section--reviews .satan-section-heading,
.satan-product-reviews__header {
  border-color: rgba(7, 91, 66, .2);
  color: #10241c;
  background:
    radial-gradient(circle at 100% 0, rgba(223, 255, 55, .62), transparent 33%),
    linear-gradient(rgba(255, 255, 255, .9), rgba(249, 255, 240, .94)),
    var(--satan-data-bg);
  box-shadow:
    0 34px 90px rgba(4, 62, 44, .13),
    inset 0 1px rgba(255, 255, 255, .95);
}

.satan-section--reviews .satan-section-heading::before {
  background: rgba(48, 255, 121, .14);
}

.satan-section--reviews .satan-section-heading::after {
  color: rgba(7, 91, 66, .08);
}

.satan-section--reviews .satan-section-heading h2,
.satan-product-reviews__header h2 {
  color: #10241c !important;
}

.satan-section--reviews .satan-kicker,
.satan-product-reviews .satan-kicker {
  color: #087352;
}

.satan-review-live {
  border-color: rgba(7, 91, 66, .32);
  background: #10241c;
  color: var(--sr-acid);
}

.satan-review-intro {
  color: rgba(16, 36, 28, .68);
}

.satan-section--reviews .satan-review-summary,
.satan-product-reviews__proof {
  border-color: rgba(7, 91, 66, .22);
  color: #10241c;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 200, 61, .7), transparent 35%),
    linear-gradient(145deg, #efff91, var(--sr-acid));
  box-shadow:
    0 28px 70px rgba(4, 62, 44, .17),
    0 0 0 8px rgba(223, 255, 55, .14);
}

.satan-review-stage--masonry {
  border-color: rgba(7, 91, 66, .18);
  background:
    radial-gradient(circle at 50% 0, rgba(223, 255, 55, .28), transparent 24%),
    linear-gradient(145deg, #fff, #f8fff2) !important;
  box-shadow:
    0 34px 100px rgba(4, 62, 44, .13),
    inset 0 1px rgba(255, 255, 255, .98);
}

.satan-review-stage--masonry::before {
  opacity: .45;
  background:
    linear-gradient(120deg, transparent 0 34%, rgba(7, 91, 66, .08) 34.2% 34.4%, transparent 34.6%),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(7, 91, 66, .055) 80px);
}

.satan-review-stage__signal {
  color: #087352;
}

.satan-review-card,
.satan-review-card__button,
.satan-review-card__image {
  opacity: 1 !important;
  visibility: visible !important;
}

.satan-review-card__button {
  display: block !important;
  overflow: hidden;
  border: 2px solid rgba(7, 91, 66, .2);
  background: #fff;
  box-shadow:
    0 22px 55px rgba(4, 62, 44, .13),
    0 0 0 7px rgba(255, 255, 255, .94);
}

.satan-review-card__image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.satan-review-card:first-child .satan-review-card__button {
  border-color: #087352;
  box-shadow:
    0 34px 80px rgba(4, 62, 44, .18),
    0 0 0 10px rgba(223, 255, 55, .42);
}

.satan-review-card__number,
.satan-review-card__verified {
  border-color: rgba(223, 255, 55, .85);
  background: #10241c;
  color: #fff;
}

.satan-review-card__number {
  color: var(--sr-acid);
}

.satan-product-reviews__proof p,
.satan-product-reviews__proof .satan-product-reviews__count {
  color: rgba(16, 36, 28, .72);
}

/* Urun sayfasi da ayni beyaz sistemde */
.spx-product {
  background: #fff !important;
}

.spx-hero {
  color: #10241c;
  background:
    radial-gradient(circle at 82% 20%, rgba(223, 255, 55, .55), transparent 21%),
    radial-gradient(circle at 9% 77%, rgba(48, 255, 121, .14), transparent 22%),
    #fff !important;
}

.spx-hero::before {
  opacity: .42;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .62)),
    var(--spx-data-bg);
}

.spx-hero h1,
.spx-price {
  color: #10241c;
}

.spx-hero h1 em {
  color: #087352;
}

.spx-hero__lead {
  color: rgba(16, 36, 28, .74);
}

.spx-proofline span {
  border-color: rgba(7, 91, 66, .18);
  background: #fff;
  color: #10241c;
  box-shadow: 0 12px 34px rgba(4, 62, 44, .08);
}

.spx-proofline b {
  color: #087352;
}

.spx-price small,
.spx-microcopy {
  color: rgba(16, 36, 28, .58);
}

.spx-buy {
  border-color: #10241c;
  background: #10241c;
  color: #fff;
  box-shadow: 0 20px 50px rgba(16, 36, 28, .18);
}

.spx-buy:hover {
  background: #087352;
}

.spx-visual {
  border-color: rgba(7, 91, 66, .22);
  background: #fff;
  box-shadow:
    0 46px 110px rgba(4, 62, 44, .2),
    0 0 0 10px rgba(223, 255, 55, .18);
}

.spx-section--intro,
.spx-pain,
.spx-disclaimer {
  background-color: #fff;
}

@media (max-width: 749px) {
  .satan-hero::after {
    top: -120px;
    right: -190px;
    width: 340px;
    height: 340px;
  }

  .satan-hero__copy::before {
    top: -38px;
    font-size: 70px;
  }

  .satan-section--reviews .satan-section-heading,
  .satan-product-reviews__header {
    background:
      radial-gradient(circle at 100% 0, rgba(223, 255, 55, .46), transparent 36%),
      #fff;
  }
}

@media (prefers-reduced-motion: reduce) {
  .satan-hero::after {
    animation: none !important;
  }
}


/* ==========================================================
   SATANREKLAMLAR PREMIUM WHITE SYSTEM V6
   Yuksek kontrast + sorun / sistem donusum sahnesi
   ========================================================== */

.satan-landing {
  --sr-v6-ink: #0a241b;
  --sr-v6-emerald: #066044;
  --sr-v6-green: #12d56d;
  --sr-v6-acid: #dfff37;
  --sr-v6-sun: #ffc83d;
  --sr-v6-coral: #ff6948;
  --sr-v6-paper: #ffffff;
  --sr-v6-soft: #f5f9f6;
  color: var(--sr-v6-ink);
  background: var(--sr-v6-paper) !important;
}

.satan-landing :is(h1, h2, h3, p, li, span, strong, small) {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.satan-landing .satan-section-heading h2,
.satan-landing .satan-curriculum__intro h2,
.satan-landing .satan-community__copy h2 {
  color: var(--sr-v6-ink) !important;
  opacity: 1 !important;
  text-wrap: balance;
}

.satan-landing .satan-section-heading > p:not(.satan-kicker),
.satan-landing .satan-curriculum__intro > p:not(.satan-kicker) {
  color: #3c554b !important;
  opacity: 1 !important;
}

.satan-landing .satan-kicker {
  color: var(--sr-v6-emerald) !important;
  opacity: 1 !important;
  font-weight: 900;
  letter-spacing: .14em;
}

/* Ust sahne: canli ancak beyaz */
.satan-hero h1 {
  color: var(--sr-v6-ink) !important;
  text-wrap: balance;
}

.satan-hero h1 em {
  position: relative;
  display: inline;
  padding: 0 .1em;
  color: var(--sr-v6-ink) !important;
  font-style: normal;
  background:
    linear-gradient(transparent 53%, var(--sr-v6-acid) 53% 96%, transparent 96%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.satan-hero__problems {
  gap: 10px !important;
}

.satan-hero__problems span {
  position: relative;
  overflow: hidden;
  min-height: 84px;
  border: 1px solid rgba(6, 96, 68, .2) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(244, 255, 239, .94)) !important;
  box-shadow: 0 16px 38px rgba(10, 64, 46, .09);
}

.satan-hero__problems span::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -24px;
  width: 70px;
  height: 70px;
  border: 12px solid rgba(18, 213, 109, .12);
  border-radius: 50%;
}

.satan-hero__problems span:nth-child(2)::after,
.satan-hero__problems span:nth-child(4)::after {
  border-color: rgba(255, 200, 61, .24);
}

.satan-hero__problems b {
  position: relative;
  z-index: 1;
  color: var(--sr-v6-ink) !important;
  opacity: 1 !important;
}

.satan-hero__problems small {
  position: relative;
  z-index: 1;
  color: #486056 !important;
  opacity: 1 !important;
}

.satan-hero__mission {
  border: 1px solid rgba(6, 96, 68, .24) !important;
  border-left: 7px solid var(--sr-v6-acid) !important;
  background:
    radial-gradient(circle at 94% 18%, rgba(223, 255, 55, .58), transparent 24%),
    #fff !important;
  box-shadow: 0 20px 50px rgba(10, 64, 46, .1);
}

.satan-hero__mission strong {
  color: var(--sr-v6-ink) !important;
}

.satan-hero__mission p {
  color: #385047 !important;
}

.satan-button--primary,
.spx-buy {
  position: relative;
  overflow: hidden;
}

.satan-button--primary::after,
.spx-buy::after {
  content: "";
  position: absolute;
  inset: -60% auto -60% -45%;
  width: 28%;
  transform: rotate(16deg);
  background: rgba(255, 255, 255, .32);
  animation: srV6ButtonLight 4.8s ease-in-out infinite;
}

.satan-product-frame {
  isolation: isolate;
}

.satan-product-frame::after,
.spx-visual::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -22px;
  border: 1px dashed rgba(6, 96, 68, .3);
  border-radius: inherit;
  animation: srV6FramePulse 3.8s ease-in-out infinite;
}

.satan-ticker {
  border-block-color: rgba(6, 96, 68, .18) !important;
  background: var(--sr-v6-ink) !important;
  color: #fff !important;
}

.satan-ticker i {
  background: var(--sr-v6-acid) !important;
  box-shadow: 0 0 22px rgba(223, 255, 55, .8);
}

/* SORUN -> SISTEM: okunabilir ve gorsel efekt oncelikli */
.satan-section--contrast {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(82px, 10vw, 150px) !important;
  color: var(--sr-v6-ink) !important;
  background:
    radial-gradient(circle at 4% 16%, rgba(223, 255, 55, .72), transparent 16%),
    radial-gradient(circle at 96% 82%, rgba(18, 213, 109, .2), transparent 19%),
    linear-gradient(180deg, #fff 0%, #f8fff4 48%, #fff 100%) !important;
}

.satan-section--contrast::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: -270px;
  right: -210px;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(6, 96, 68, .16);
  border-radius: 50%;
  box-shadow:
    0 0 0 60px rgba(223, 255, 55, .1),
    0 0 0 122px rgba(6, 96, 68, .055),
    0 0 0 184px rgba(18, 213, 109, .035);
  animation: srV6Orbit 18s linear infinite;
}

.satan-section--contrast::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .62;
  background-image:
    radial-gradient(circle, rgba(6, 96, 68, .18) 1.2px, transparent 1.4px),
    linear-gradient(115deg, transparent 0 49.7%, rgba(6, 96, 68, .055) 50%, transparent 50.3%);
  background-size: 28px 28px, 100% 100%;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 30%, transparent 70%, #000);
  mask-image: linear-gradient(90deg, #000, transparent 30%, transparent 70%, #000);
}

.satan-section--contrast .satan-shell {
  position: relative;
  z-index: 1;
}

.satan-section--contrast .satan-section-heading {
  max-width: 1120px;
  margin-bottom: clamp(42px, 6vw, 78px);
}

.satan-section--contrast .satan-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 9px 14px;
  border: 1px solid rgba(6, 96, 68, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 30px rgba(10, 64, 46, .08);
}

.satan-section--contrast .satan-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sr-v6-coral);
  box-shadow: 0 0 0 6px rgba(255, 105, 72, .13);
}

.satan-section--contrast .satan-section-heading h2 {
  max-width: 1040px;
  margin: 0;
  color: var(--sr-v6-ink) !important;
  opacity: 1 !important;
  font-size: clamp(42px, 6vw, 88px) !important;
  font-weight: 950 !important;
  line-height: .94 !important;
  letter-spacing: -.055em !important;
}

.satan-contrast-lead {
  max-width: 890px;
  margin-top: 26px !important;
  color: #354f44 !important;
  opacity: 1 !important;
  font-size: clamp(18px, 1.7vw, 23px) !important;
  font-weight: 560;
  line-height: 1.58;
}

.satan-contrast-grid {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.satan-contrast-card {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 545px;
  overflow: hidden;
  padding: clamp(34px, 4vw, 54px) !important;
  border-radius: 30px !important;
  opacity: 1 !important;
  transform: none !important;
}

.satan-contrast-card::before {
  content: "" !important;
  position: absolute !important;
  z-index: -2;
  inset: 0 !important;
  opacity: 1 !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.satan-contrast-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -45%;
  left: -28%;
  width: 34%;
  height: 190%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .42), transparent);
  animation: srV6CardScan 6.6s ease-in-out infinite;
}

.satan-contrast-card--before {
  border: 2px solid rgba(255, 105, 72, .52) !important;
  color: var(--sr-v6-coral) !important;
  background: #fff !important;
  box-shadow:
    0 36px 95px rgba(69, 42, 25, .13),
    0 0 0 10px rgba(255, 105, 72, .055) !important;
}

.satan-contrast-card--before::before {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 248, 241, .95)),
    repeating-linear-gradient(-38deg, transparent 0 14px, rgba(255, 105, 72, .09) 14px 15px) !important;
}

.satan-contrast-card--after {
  border: 2px solid rgba(223, 255, 55, .72) !important;
  color: var(--sr-v6-acid) !important;
  background: var(--sr-v6-emerald) !important;
  box-shadow:
    0 38px 105px rgba(6, 96, 68, .28),
    0 0 0 10px rgba(223, 255, 55, .16) !important;
}

.satan-contrast-card--after::before {
  background:
    radial-gradient(circle at 92% 8%, rgba(223, 255, 55, .26), transparent 23%),
    linear-gradient(145deg, #087454, #043e2d 78%) !important;
}

.satan-contrast-card__number {
  position: absolute;
  z-index: 0;
  top: 18px;
  right: 24px;
  color: rgba(10, 36, 27, .08);
  font-size: clamp(82px, 9vw, 148px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.08em;
}

.satan-contrast-card--after .satan-contrast-card__number {
  color: rgba(255, 255, 255, .09);
}

.satan-contrast-card__watermark {
  position: absolute;
  z-index: -1;
  right: -14px;
  bottom: -20px;
  color: transparent;
  opacity: .2;
  font-size: clamp(76px, 8vw, 134px);
  font-weight: 950;
  line-height: .8;
  letter-spacing: -.07em;
  -webkit-text-stroke: 1px currentColor;
}

.satan-contrast-card--before .satan-contrast-card__watermark {
  color: rgba(255, 105, 72, .2);
}

.satan-contrast-card--after .satan-contrast-card__watermark {
  color: rgba(223, 255, 55, .18);
}

.satan-contrast-card__label {
  position: relative;
  z-index: 2;
  display: inline-flex !important;
  max-width: calc(100% - 90px);
  padding: 9px 13px !important;
  border: 1px solid currentColor !important;
  border-radius: 999px !important;
  color: inherit !important;
  background: rgba(255, 255, 255, .78);
  opacity: 1 !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1.2;
  letter-spacing: .12em !important;
}

.satan-contrast-card--after .satan-contrast-card__label {
  background: rgba(4, 62, 45, .68);
}

.satan-contrast-card h3 {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: clamp(48px, 6vw, 76px) 0 0 !important;
  opacity: 1 !important;
  font-size: clamp(35px, 3.5vw, 58px) !important;
  font-weight: 950 !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
  text-wrap: balance;
}

.satan-contrast-card--before h3 {
  color: var(--sr-v6-ink) !important;
  text-shadow: none !important;
}

.satan-contrast-card--after h3 {
  color: #fff !important;
  text-shadow: 0 12px 38px rgba(0, 0, 0, .15);
}

.satan-contrast-card ul {
  position: relative;
  z-index: 2;
  display: grid !important;
  gap: 14px !important;
  margin: 32px 0 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  list-style: none !important;
}

.satan-contrast-card li {
  position: relative;
  min-height: 46px;
  padding: 11px 12px 11px 44px !important;
  border-radius: 12px;
  opacity: 1 !important;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1.35 !important;
}

.satan-contrast-card--before li {
  color: #263e35 !important;
  background: rgba(255, 247, 241, .9);
  box-shadow: inset 0 0 0 1px rgba(255, 105, 72, .14);
}

.satan-contrast-card--after li {
  color: #fff !important;
  background: rgba(255, 255, 255, .075);
  box-shadow: inset 0 0 0 1px rgba(223, 255, 55, .17);
}

.satan-contrast-card li::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 15px !important;
  width: 15px !important;
  height: 15px !important;
  border: 4px solid currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  box-shadow: inset 0 0 0 2px #fff;
}

.satan-contrast-card--before li::before {
  color: var(--sr-v6-coral);
}

.satan-contrast-card--after li::before {
  color: var(--sr-v6-acid);
  box-shadow: inset 0 0 0 2px var(--sr-v6-emerald);
}

.satan-contrast-arrow {
  position: relative;
  z-index: 5;
  display: grid !important;
  align-content: center;
  justify-items: center;
  gap: 10px;
  color: var(--sr-v6-emerald) !important;
}

.satan-contrast-arrow::before,
.satan-contrast-arrow::after {
  content: "";
  width: 1px;
  height: 100%;
  min-height: 92px;
  background: repeating-linear-gradient(to bottom, rgba(6, 96, 68, .55) 0 5px, transparent 5px 11px);
}

.satan-contrast-arrow span {
  writing-mode: vertical-rl;
  color: var(--sr-v6-emerald) !important;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
}

.satan-contrast-arrow b {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 1px solid var(--sr-v6-ink);
  border-radius: 50%;
  color: var(--sr-v6-ink) !important;
  background: var(--sr-v6-acid);
  box-shadow:
    0 18px 45px rgba(6, 96, 68, .2),
    0 0 0 10px rgba(223, 255, 55, .22);
  font-size: 34px;
  line-height: 1;
  animation: srV6ArrowPulse 2.6s ease-in-out infinite;
}

/* Beyaz sahnelerde ritim ve kart kontrasti */
.satan-section--steps {
  color: var(--sr-v6-ink) !important;
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 200, 61, .24), transparent 16%),
    linear-gradient(180deg, #fff, #f6fff2) !important;
}

.satan-section--steps .satan-section-heading h2,
.satan-section--steps .satan-section-heading p,
.satan-step h3,
.satan-step p {
  color: var(--sr-v6-ink) !important;
  opacity: 1 !important;
}

.satan-step {
  position: relative;
  overflow: hidden;
  border-color: rgba(6, 96, 68, .18) !important;
  background: #fff !important;
  box-shadow: 0 22px 58px rgba(10, 64, 46, .09);
}

.satan-step::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -36px;
  width: 100px;
  height: 100px;
  border: 18px solid rgba(223, 255, 55, .48);
  border-radius: 50%;
}

.satan-step b {
  color: var(--sr-v6-emerald) !important;
  -webkit-text-stroke-color: rgba(6, 96, 68, .3) !important;
}

.satan-step span {
  color: var(--sr-v6-emerald) !important;
}

.satan-section--curriculum,
.satan-section--community,
.satan-section--reviews,
.satan-section--offer,
.satan-section--faq {
  color: var(--sr-v6-ink) !important;
}

.satan-curriculum details,
.satan-faq details {
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 16px 42px rgba(10, 64, 46, .07);
}

.satan-curriculum details[open],
.satan-faq details[open] {
  border-color: rgba(18, 213, 109, .6) !important;
  box-shadow:
    0 24px 60px rgba(10, 64, 46, .12),
    0 0 0 7px rgba(223, 255, 55, .16);
}

/* Urun sayfasi: ayni premium beyaz dil */
.spx-hero h1 {
  color: var(--sr-v6-ink, #0a241b) !important;
  opacity: 1 !important;
  text-wrap: balance;
}

.spx-hero h1 em {
  padding-inline: .08em;
  color: var(--sr-v6-ink, #0a241b) !important;
  font-style: normal;
  background: linear-gradient(transparent 52%, #dfff37 52% 96%, transparent 96%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.spx-hero__lead,
.spx-pain__heading p,
.spx-heading__copy,
.spx-step p,
.spx-module p,
.spx-value__copy p {
  color: #3c554b !important;
  opacity: 1 !important;
}

.spx-statbar {
  border-block: 1px solid rgba(6, 96, 68, .18) !important;
  background: #0a241b !important;
}

.spx-statbar :is(strong, span) {
  color: #fff !important;
  opacity: 1 !important;
}

.spx-statbar strong {
  color: #dfff37 !important;
}

.spx-pain {
  background:
    radial-gradient(circle at 90% 8%, rgba(223, 255, 55, .48), transparent 20%),
    #fff !important;
}

.spx-pain__grid article {
  position: relative;
  overflow: hidden;
  border-color: rgba(6, 96, 68, .18) !important;
  background: #fff !important;
  box-shadow: 0 20px 52px rgba(10, 64, 46, .08);
}

.spx-pain__grid article::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 90px;
  height: 90px;
  border: 15px solid rgba(255, 105, 72, .13);
  border-radius: 50%;
}

.spx-pain__grid :is(h3, p) {
  position: relative;
  z-index: 1;
  color: var(--sr-v6-ink, #0a241b) !important;
  opacity: 1 !important;
}

.spx-andromeda {
  border-color: rgba(223, 255, 55, .58) !important;
  background:
    radial-gradient(circle at 82% 45%, rgba(223, 255, 55, .22), transparent 22%),
    linear-gradient(145deg, #087454, #043e2d) !important;
  box-shadow: 0 32px 82px rgba(6, 96, 68, .24);
}

.spx-andromeda :is(h3, p, span) {
  color: #fff !important;
  opacity: 1 !important;
}

.spx-andromeda .spx-eyebrow {
  color: #dfff37 !important;
}

@media (max-width: 1099px) {
  .satan-contrast-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
  }

  .satan-contrast-card {
    min-height: 0;
  }

  .satan-contrast-arrow {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 14px;
  }

  .satan-contrast-arrow::before,
  .satan-contrast-arrow::after {
    width: 100%;
    height: 1px;
    min-height: 0;
    background: repeating-linear-gradient(to right, rgba(6, 96, 68, .55) 0 5px, transparent 5px 11px);
  }

  .satan-contrast-arrow span {
    display: none;
  }

  .satan-contrast-arrow b {
    width: 66px;
    height: 66px;
    transform: rotate(90deg);
  }
}

@media (max-width: 749px) {
  .satan-section--contrast {
    padding-block: 72px !important;
  }

  .satan-section--contrast .satan-section-heading h2 {
    font-size: clamp(39px, 12vw, 58px) !important;
    line-height: .96 !important;
  }

  .satan-contrast-lead {
    font-size: 17px !important;
  }

  .satan-contrast-card {
    padding: 28px 22px 30px !important;
    border-radius: 22px !important;
  }

  .satan-contrast-card__number {
    top: 15px;
    right: 18px;
    font-size: 74px;
  }

  .satan-contrast-card__label {
    max-width: calc(100% - 58px);
    font-size: 9px !important;
  }

  .satan-contrast-card h3 {
    margin-top: 48px !important;
    font-size: clamp(34px, 10vw, 46px) !important;
  }

  .satan-contrast-card li {
    padding-left: 42px !important;
    font-size: 15px;
  }

  .satan-contrast-card__watermark {
    display: none;
  }
}

@keyframes srV6ButtonLight {
  0%, 62% { left: -45%; }
  82%, 100% { left: 130%; }
}

@keyframes srV6FramePulse {
  0%, 100% { opacity: .45; transform: scale(.985); }
  50% { opacity: 1; transform: scale(1.015); }
}

@keyframes srV6Orbit {
  to { transform: rotate(360deg); }
}

@keyframes srV6CardScan {
  0%, 64% { left: -38%; opacity: 0; }
  72% { opacity: .7; }
  92%, 100% { left: 126%; opacity: 0; }
}

@keyframes srV6ArrowPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 18px 45px rgba(6, 96, 68, .2), 0 0 0 10px rgba(223, 255, 55, .22); }
  50% { transform: scale(1.08); box-shadow: 0 22px 55px rgba(6, 96, 68, .28), 0 0 0 16px rgba(223, 255, 55, .11); }
}

@media (max-width: 1099px) {
  @keyframes srV6ArrowPulse {
    0%, 100% { transform: rotate(90deg) scale(1); }
    50% { transform: rotate(90deg) scale(1.08); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .satan-section--contrast::before,
  .satan-contrast-card::after,
  .satan-contrast-arrow b,
  .satan-product-frame::after,
  .spx-visual::after,
  .satan-button--primary::after,
  .spx-buy::after {
    animation: none !important;
  }
}
/* ==========================================================
   SATANREKLAMLAR V7 — PROBLEM FIRST / VISUAL IMPACT SYSTEM
   ========================================================== */

.satan-hero {
  position: relative;
  min-height: 1100px !important;
  overflow: hidden;
  color: #08271d !important;
  background: #fff !important;
}

.satan-hero__background {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: .92 !important;
  object-fit: cover !important;
  object-position: center center !important;
  mix-blend-mode: normal !important;
  filter: saturate(1.14) contrast(1.05) !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.satan-hero::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  height: auto !important;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 35%, rgba(255,255,255,.72) 55%, rgba(255,255,255,.06) 78%),
    linear-gradient(180deg, transparent 78%, #fff 100%) !important;
}

.satan-hero::after {
  content: "" !important;
  position: absolute;
  z-index: 0;
  top: 8%;
  left: -190px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 105, 72, .25);
  border-radius: 50%;
  box-shadow:
    0 0 0 52px rgba(255, 105, 72, .055),
    0 0 0 104px rgba(223, 255, 55, .07);
  animation: srV7HeroOrbit 17s linear infinite;
}

.satan-hero__grid {
  z-index: 1 !important;
  opacity: .36 !important;
  background-image:
    linear-gradient(rgba(6, 96, 68, .13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 96, 68, .13) 1px, transparent 1px) !important;
  background-size: 72px 72px !important;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 54%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, #000 0%, transparent 54%, transparent 100%) !important;
}

.satan-hero__inner {
  position: relative;
  z-index: 4;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr) !important;
  gap: clamp(28px, 4vw, 68px) !important;
  min-height: 1060px;
  padding-block: 74px 105px !important;
}

.satan-hero__copy {
  max-width: 870px !important;
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(6, 96, 68, .18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(223,255,55,.38), transparent 25%),
    rgba(255,255,255,.9);
  box-shadow:
    0 38px 100px rgba(7, 72, 52, .17),
    inset 0 1px rgba(255,255,255,.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.satan-hero__copy::before {
  content: "SATANREKLAMLAR" !important;
  top: -52px !important;
  left: 20px !important;
  z-index: -1 !important;
  color: rgba(6, 96, 68, .09) !important;
  font-size: clamp(72px, 9vw, 136px) !important;
  letter-spacing: -.075em !important;
}

.satan-hero__copy .satan-kicker {
  display: inline-flex !important;
  width: auto;
  margin-bottom: 28px !important;
  border: 1px solid #08271d !important;
  background: #08271d !important;
  color: #dfff37 !important;
  box-shadow: 0 14px 36px rgba(8, 39, 29, .18) !important;
}

.satan-hero__copy h1 {
  display: grid;
  gap: 3px;
  max-width: none !important;
  margin: 0 !important;
  color: #08271d !important;
  font-size: clamp(62px, 6.4vw, 104px) !important;
  font-weight: 950 !important;
  line-height: .84 !important;
  letter-spacing: -.055em !important;
  text-transform: none;
}

.satan-hero__copy h1 span,
.satan-hero__copy h1 em {
  display: block;
  width: fit-content;
  max-width: 100%;
  opacity: 1 !important;
}

.satan-hero__copy h1 span:first-child {
  color: #08271d !important;
}

.satan-hero__copy h1 span:nth-child(2) {
  position: relative;
  z-index: 1;
  color: #087352 !important;
}

.satan-hero__copy h1 span:nth-child(2)::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -8px;
  bottom: .02em;
  left: -8px;
  height: .19em;
  transform: rotate(-1deg);
  background: rgba(255, 105, 72, .8);
}

.satan-hero__copy h1 em {
  margin-top: 12px;
  padding: .09em .16em .13em !important;
  transform: rotate(-1.2deg);
  color: #08271d !important;
  font-style: normal !important;
  background: #dfff37 !important;
  box-shadow:
    0 16px 0 #08271d,
    0 28px 58px rgba(6, 96, 68, .22);
  clip-path: polygon(1.2% 7%, 99% 0, 97.8% 93%, 0 100%);
}

.satan-hero__lead {
  max-width: 790px !important;
  margin-top: 40px !important;
  color: #28483c !important;
  opacity: 1 !important;
  font-size: clamp(17px, 1.35vw, 21px) !important;
  font-weight: 620;
  line-height: 1.55 !important;
}

.satan-hero__truth-stack {
  display: grid;
  gap: 8px;
  margin-top: 28px;
}

.satan-hero__truth-stack article {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-height: 66px;
  padding: 10px 16px 10px 10px;
  overflow: hidden;
  border: 1px solid rgba(8, 39, 29, .16);
  border-radius: 14px;
  opacity: 1 !important;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 72, 52, .075);
}

.satan-hero__truth-stack article:nth-child(1) {
  border-color: rgba(255, 105, 72, .6);
  background: #fff1eb;
}

.satan-hero__truth-stack article:nth-child(2) {
  background: #efff8b;
}

.satan-hero__truth-stack article:nth-child(3) {
  border-color: #087352;
  background: #087352;
}

.satan-hero__truth-stack article:nth-child(4) {
  background:
    radial-gradient(circle at 94% 20%, rgba(255,200,61,.52), transparent 24%),
    #fff;
}

.satan-hero__truth-stack article > b {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 11px;
  color: #fff !important;
  background: #08271d;
  font-size: 14px;
  font-weight: 950;
}

.satan-hero__truth-stack article:nth-child(3) > b {
  color: #08271d !important;
  background: #dfff37;
}

.satan-hero__truth-stack p {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 8px;
  margin: 0 !important;
  color: #08271d !important;
  opacity: 1 !important;
  font-size: 13px;
  line-height: 1.28;
}

.satan-hero__truth-stack strong {
  color: #08271d !important;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .025em;
}

.satan-hero__truth-stack span {
  color: #39544a !important;
  opacity: 1 !important;
  font-weight: 650;
}

.satan-hero__truth-stack article:nth-child(3) :is(strong, span) {
  color: #fff !important;
}

.satan-hero__mission {
  margin-top: 22px !important;
  padding: 18px 20px !important;
  border: 0 !important;
  border-left: 7px solid #ff6948 !important;
  border-radius: 0 14px 14px 0 !important;
  background: rgba(255,255,255,.86) !important;
  box-shadow: inset 0 0 0 1px rgba(6,96,68,.13);
}

.satan-hero__mission strong {
  display: block;
  color: #08271d !important;
  font-size: 15px;
}

.satan-hero__mission p {
  margin-top: 4px !important;
  color: #3b554b !important;
  font-size: 13px !important;
  line-height: 1.42 !important;
}

.satan-hero__visual {
  z-index: 5 !important;
  width: min(100%, 500px);
  justify-self: end;
  transform: translateY(35px) rotate(1.5deg) !important;
}

.satan-product-frame {
  border: 2px solid rgba(8,39,29,.22) !important;
  border-radius: 24px !important;
  box-shadow:
    0 50px 120px rgba(6, 72, 51, .29),
    0 0 0 14px rgba(255,255,255,.78),
    0 0 0 16px rgba(223,255,55,.65) !important;
}

.satan-float-badge--students {
  border: 1px solid #08271d !important;
  background: #dfff37 !important;
  color: #08271d !important;
  box-shadow: 0 22px 55px rgba(6,72,51,.22) !important;
}

/* Büyük problem manifestosu */
.satan-problem-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(90px, 10vw, 160px) 0 clamp(74px, 8vw, 125px);
  color: #08271d;
  background:
    radial-gradient(circle at 4% 8%, rgba(255,105,72,.3), transparent 18%),
    radial-gradient(circle at 88% 12%, rgba(223,255,55,.72), transparent 23%),
    linear-gradient(180deg, #fff 0%, #f4fff0 100%);
}

.satan-problem-stage::before {
  content: "SORUN";
  position: absolute;
  z-index: -2;
  top: 20px;
  left: -26px;
  color: transparent;
  opacity: .13;
  font-size: clamp(150px, 25vw, 390px);
  font-weight: 950;
  line-height: .8;
  letter-spacing: -.09em;
  -webkit-text-stroke: 2px #ff6948;
}

.satan-problem-stage::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .55;
  background-image:
    radial-gradient(circle, rgba(6,96,68,.18) 1.3px, transparent 1.5px),
    linear-gradient(112deg, transparent 0 49.8%, rgba(6,96,68,.07) 50%, transparent 50.2%);
  background-size: 30px 30px, 100% 100%;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 34%, transparent 66%, #000);
  mask-image: linear-gradient(90deg, #000, transparent 34%, transparent 66%, #000);
}

.satan-problem-stage__signal {
  position: absolute;
  top: 34px;
  right: 5vw;
  display: flex;
  align-items: end;
  gap: 7px;
  height: 68px;
}

.satan-problem-stage__signal i {
  display: block;
  width: 7px;
  border-radius: 99px;
  background: #087352;
  box-shadow: 0 0 20px rgba(18,213,109,.35);
  animation: srV7Signal 1.4s ease-in-out infinite alternate;
}

.satan-problem-stage__signal i:nth-child(1) { height: 24px; }
.satan-problem-stage__signal i:nth-child(2) { height: 46px; animation-delay: .2s; }
.satan-problem-stage__signal i:nth-child(3) { height: 65px; animation-delay: .4s; background: #dfff37; }

.satan-problem-stage__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(440px, .94fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
}

.satan-problem-stage__copy {
  position: relative;
  z-index: 2;
  opacity: 1 !important;
  transform: none !important;
}

.satan-problem-stage__eyebrow {
  display: inline-flex;
  padding: 9px 13px;
  border: 1px solid #08271d;
  border-radius: 999px;
  color: #fff !important;
  background: #08271d;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .15em;
}

.satan-problem-stage h2 {
  display: grid;
  gap: 8px;
  margin: 26px 0 0 !important;
  color: #08271d !important;
  font-size: clamp(58px, 7.2vw, 110px) !important;
  font-weight: 950 !important;
  line-height: .84 !important;
  letter-spacing: -.055em !important;
  text-transform: none;
}

.satan-problem-stage h2 span,
.satan-problem-stage h2 em {
  display: block;
  opacity: 1 !important;
}

.satan-problem-stage h2 em {
  width: fit-content;
  padding: .09em .13em .14em;
  transform: rotate(-1deg);
  color: #08271d !important;
  font-style: normal;
  background: #ffcf3f;
  box-shadow: 0 13px 0 #ff6948;
  clip-path: polygon(1% 6%, 100% 0, 98% 94%, 0 100%);
}

.satan-problem-stage__copy > p {
  max-width: 760px;
  margin-top: 38px !important;
  color: #365248 !important;
  opacity: 1 !important;
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 610;
  line-height: 1.55;
}

.satan-problem-stage__answer {
  display: grid;
  gap: 5px;
  max-width: 730px;
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid rgba(6,96,68,.2);
  border-left: 8px solid #087352;
  border-radius: 0 18px 18px 0;
  background: #fff;
  box-shadow: 0 20px 55px rgba(6,72,51,.1);
}

.satan-problem-stage__answer b {
  color: #087352 !important;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: .08em;
}

.satan-problem-stage__answer span {
  color: #25483b !important;
  opacity: 1 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.satan-problem-radar {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 590px);
  aspect-ratio: 1;
  margin-inline: auto;
  border: 2px solid rgba(223,255,55,.8);
  border-radius: 50%;
  opacity: 1 !important;
  transform: none !important;
  color: #fff;
  background:
    radial-gradient(circle at 50% 50%, rgba(223,255,55,.18), transparent 22%),
    radial-gradient(circle at 72% 26%, rgba(18,213,109,.26), transparent 20%),
    #066044;
  box-shadow:
    0 55px 130px rgba(6,72,51,.28),
    0 0 0 18px rgba(223,255,55,.16),
    0 0 0 20px rgba(6,96,68,.16);
}

.satan-problem-radar > strong {
  position: relative;
  z-index: 5;
  color: #fff !important;
  font-size: clamp(50px, 5.2vw, 82px);
  font-weight: 950;
  line-height: .82;
  letter-spacing: -.06em;
  text-align: center;
  text-shadow: 0 15px 45px rgba(0,0,0,.22);
}

.satan-problem-radar > strong::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -18px;
  bottom: -12px;
  left: -18px;
  height: 24px;
  transform: rotate(-3deg);
  background: #ff6948;
}

.satan-problem-radar__rings,
.satan-problem-radar__rings i {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(223,255,55,.3);
  border-radius: 50%;
}

.satan-problem-radar__rings {
  animation: srV7RadarRotate 18s linear infinite;
}

.satan-problem-radar__rings i:nth-child(1) { inset: 16%; }
.satan-problem-radar__rings i:nth-child(2) { inset: 31%; }
.satan-problem-radar__rings i:nth-child(3) { inset: 46%; }

.satan-problem-radar__rings::before,
.satan-problem-radar__rings::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(223,255,55,.22);
  transform: translate(-50%, -50%);
}

.satan-problem-radar__rings::before { width: 100%; height: 1px; }
.satan-problem-radar__rings::after { width: 1px; height: 100%; }

.satan-problem-radar__node {
  position: absolute;
  z-index: 7;
  padding: 10px 13px;
  border: 1px solid rgba(8,39,29,.28);
  border-radius: 999px;
  color: #08271d !important;
  background: #dfff37;
  box-shadow: 0 14px 35px rgba(0,0,0,.18);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  white-space: nowrap;
  animation: srV7NodeFloat 3.6s ease-in-out infinite;
}

.satan-problem-radar__node--one { top: 8%; left: -3%; }
.satan-problem-radar__node--two { top: 23%; right: -4%; animation-delay: .6s; background: #fff; }
.satan-problem-radar__node--three { right: 0; bottom: 15%; animation-delay: 1.1s; background: #ffcf3f; }
.satan-problem-radar__node--four { bottom: 7%; left: -5%; animation-delay: 1.7s; background: #fff; }

.satan-problem-radar__scan {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 43%;
  height: 3px;
  transform-origin: left center;
  background: linear-gradient(90deg, #dfff37, transparent);
  box-shadow: 0 0 24px rgba(223,255,55,.7);
  animation: srV7RadarRotate 4.8s linear infinite;
}

.satan-problem-voices {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(55px, 7vw, 100px);
  opacity: 1 !important;
  transform: none !important;
}

.satan-problem-voices article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(6,96,68,.18);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(6,72,51,.1);
}

.satan-problem-voices article:nth-child(1) { transform: rotate(-1.3deg); border-color: rgba(255,105,72,.5); background: #fff1eb; }
.satan-problem-voices article:nth-child(2) { transform: translateY(18px) rotate(.8deg); background: #efff8b; }
.satan-problem-voices article:nth-child(3) { transform: rotate(-.6deg); color: #fff; background: #087352; }
.satan-problem-voices article:nth-child(4) { transform: translateY(18px) rotate(1.1deg); background: #fff; }

.satan-problem-voices span {
  color: #ff6948 !important;
  font-size: 13px;
  font-weight: 950;
}

.satan-problem-voices p {
  margin: 17px 0 0 !important;
  color: #193b2f !important;
  opacity: 1 !important;
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 800;
  line-height: 1.35;
}

.satan-problem-voices article:nth-child(3) :is(span, p) {
  color: #fff !important;
}

/* Urun sayfasi ilk ekran */
.spx-hero {
  min-height: 1000px !important;
  background: #fff !important;
}

.spx-hero::before {
  inset: 0 !important;
  opacity: .94 !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 38%, rgba(255,255,255,.3) 70%, rgba(255,255,255,.02) 100%),
    var(--spx-data-bg) !important;
  background-position: center !important;
  background-size: cover !important;
}

.spx-hero::after {
  border-color: rgba(255,105,72,.22) !important;
  box-shadow:
    0 0 0 70px rgba(255,105,72,.045),
    0 0 0 145px rgba(223,255,55,.06) !important;
}

.spx-hero__inner {
  min-height: 920px !important;
}

.spx-hero__copy {
  position: relative;
  z-index: 5;
  padding: clamp(28px, 3.6vw, 52px);
  border: 1px solid rgba(6,96,68,.18);
  border-radius: 28px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 38px 100px rgba(7,72,52,.17);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.spx-hero h1 {
  display: grid;
  gap: 4px;
  margin: 0 !important;
  color: #08271d !important;
  font-size: clamp(58px, 5.5vw, 88px) !important;
  font-weight: 950 !important;
  line-height: .85 !important;
  letter-spacing: -.052em !important;
  text-transform: none;
}

.spx-hero h1 span,
.spx-hero h1 em {
  display: block;
  width: fit-content;
  opacity: 1 !important;
}

.spx-hero h1 span:nth-child(2) {
  color: #087352 !important;
}

.spx-hero h1 em {
  margin-top: 10px;
  padding: .09em .14em .13em !important;
  transform: rotate(-1deg);
  color: #08271d !important;
  background: #dfff37 !important;
  box-shadow: 0 12px 0 #ff6948;
  clip-path: polygon(1% 5%, 100% 0, 98% 94%, 0 100%);
}

.spx-hero__lead {
  margin-top: 30px !important;
  color: #2e4d41 !important;
  font-size: clamp(17px, 1.25vw, 20px) !important;
  font-weight: 620;
}

.spx-hero__painline {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 8px;
  margin-top: 24px;
}

.spx-hero__painline > span {
  display: grid;
  place-items: center;
  min-height: 70px;
  padding: 10px;
  border: 1px solid rgba(8,39,29,.16);
  border-radius: 14px;
  background: #fff1eb;
  text-align: center;
}

.spx-hero__painline > span:nth-of-type(2) { background: #efff8b; }
.spx-hero__painline > span:nth-of-type(3) { color: #fff; background: #087352; }

.spx-hero__painline b {
  color: #08271d !important;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .07em;
}

.spx-hero__painline span:nth-of-type(3) b,
.spx-hero__painline span:nth-of-type(3) small {
  color: #fff !important;
}

.spx-hero__painline small {
  color: #ff6948 !important;
  font-size: 11px;
  font-weight: 950;
}

.spx-hero__painline i {
  align-self: center;
  color: #ff6948;
  font-size: 28px;
  font-style: normal;
  font-weight: 950;
}

@media (max-width: 1099px) {
  .satan-hero {
    min-height: 0 !important;
  }

  .satan-hero::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.84) 62%, rgba(255,255,255,.92) 100%) !important;
  }

  .satan-hero__inner {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 0;
  }

  .satan-hero__copy {
    max-width: 900px !important;
    margin-inline: auto;
  }

  .satan-hero__visual {
    width: min(86%, 560px);
    justify-self: center;
    margin-top: 28px;
  }

  .satan-problem-stage__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .satan-problem-radar {
    width: min(82vw, 570px);
  }

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

  .spx-hero__inner {
    min-height: 0 !important;
  }
}

@media (max-width: 749px) {
  .satan-hero__background {
    object-position: 68% center !important;
    opacity: .68 !important;
  }

  .satan-hero__inner {
    padding: 55px 18px 80px !important;
  }

  .satan-hero__copy {
    padding: 25px 18px 30px;
    border-radius: 22px;
  }

  .satan-hero__copy .satan-kicker {
    font-size: 9px !important;
    letter-spacing: .1em !important;
  }

  .satan-hero__copy h1 {
    font-size: clamp(43px, 13.3vw, 62px) !important;
    line-height: .86 !important;
    letter-spacing: -.06em !important;
  }

  .satan-hero__copy h1 em {
    margin-top: 8px;
    box-shadow: 0 9px 0 #08271d, 0 18px 35px rgba(6,96,68,.17);
  }

  .satan-hero__lead {
    margin-top: 30px !important;
    font-size: 16px !important;
  }

  .satan-hero__truth-stack article {
    grid-template-columns: 42px minmax(0, 1fr);
    padding-right: 11px;
  }

  .satan-hero__truth-stack article > b {
    width: 38px;
    height: 42px;
  }

  .satan-hero__truth-stack p {
    display: grid;
  }

  .satan-hero__truth-stack strong {
    font-size: 12px;
  }

  .satan-hero__truth-stack span {
    font-size: 12px;
  }

  .satan-problem-stage {
    padding: 78px 0 88px;
  }

  .satan-problem-stage h2 {
    font-size: clamp(47px, 14vw, 70px) !important;
    line-height: .86 !important;
  }

  .satan-problem-stage__copy > p {
    font-size: 17px;
  }

  .satan-problem-radar {
    width: calc(100vw - 68px);
    margin-top: 20px;
  }

  .satan-problem-radar > strong {
    font-size: clamp(41px, 13vw, 64px);
  }

  .satan-problem-radar__node {
    padding: 8px 10px;
    font-size: 8px;
  }

  .satan-problem-radar__node--one { left: -6%; }
  .satan-problem-radar__node--two { right: -7%; }
  .satan-problem-radar__node--three { right: -7%; }
  .satan-problem-radar__node--four { left: -7%; }

  .satan-problem-voices {
    grid-template-columns: minmax(0, 1fr);
  }

  .satan-problem-voices article,
  .satan-problem-voices article:nth-child(n) {
    min-height: 0;
    transform: none;
  }

  .spx-hero__copy {
    padding: 24px 18px 28px;
    border-radius: 22px;
  }

  .spx-hero h1 {
    font-size: clamp(41px, 12.6vw, 59px) !important;
  }

  .spx-hero__painline {
    grid-template-columns: 1fr;
  }

  .spx-hero__painline i {
    display: none;
  }
}

@keyframes srV7HeroOrbit {
  to { transform: rotate(360deg); }
}

@keyframes srV7Signal {
  to { transform: scaleY(.55); opacity: .55; }
}

@keyframes srV7RadarRotate {
  to { transform: rotate(360deg); }
}

@keyframes srV7NodeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (prefers-reduced-motion: reduce) {
  .satan-hero::after,
  .satan-problem-stage__signal i,
  .satan-problem-radar__rings,
  .satan-problem-radar__scan,
  .satan-problem-radar__node {
    animation: none !important;
  }
}
/* ============================================================
   SATANREKLAMLAR V8 — YENI HERO, TAKIP EDEN CTA VE DONUSUM KATLARI
   ============================================================ */
.satan-landing {
  --sr-v8-ink: #08271d;
  --sr-v8-green: #087352;
  --sr-v8-acid: #dfff37;
  --sr-v8-coral: #ff6948;
  --sr-v8-cream: #f7faef;
}

.satan-landing .satan-sticky-enroll {
  position: sticky;
  z-index: 40;
  top: var(--header-height, 60px);
  width: 100%;
  border-bottom: 2px solid var(--sr-v8-acid);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(223, 255, 55, .08) 0 1px, transparent 1px 72px),
    var(--sr-v8-ink);
  background-size: 72px 100%, auto;
  box-shadow: 0 14px 38px rgba(8, 39, 29, .2);
}

.satan-sticky-enroll__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
}

.satan-sticky-enroll__community,
.satan-sticky-enroll__action {
  display: flex;
  align-items: center;
  gap: 14px;
}

.satan-sticky-enroll__mark {
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 12px;
  color: var(--sr-v8-ink);
  background: var(--sr-v8-acid);
  box-shadow: 0 0 28px rgba(223, 255, 55, .28);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: -.03em;
}

.satan-sticky-enroll__community p {
  display: grid;
  gap: 2px;
  margin: 0 !important;
}

.satan-sticky-enroll__community strong {
  color: #fff !important;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
}

.satan-sticky-enroll__community p > span {
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
}

.satan-sticky-enroll__action > b {
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -.03em;
}

.satan-sticky-enroll__action > a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--sr-v8-acid);
  border-radius: 12px;
  color: var(--sr-v8-ink) !important;
  background: var(--sr-v8-acid);
  box-shadow: 0 12px 30px rgba(223, 255, 55, .17);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .01em;
  text-transform: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.satan-sticky-enroll__action > a:hover {
  transform: translateY(-2px);
  background: #efff8b;
  box-shadow: 0 17px 38px rgba(223, 255, 55, .27);
}

.satan-hero--v8 {
  position: relative;
  isolation: isolate;
  min-height: 900px !important;
  overflow: hidden;
  color: var(--sr-v8-ink);
  background: #fff !important;
  border-bottom: 1px solid rgba(8, 39, 29, .12);
}

.satan-hero--v8 .satan-hero__background {
  position: absolute !important;
  z-index: -4 !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: .55 !important;
  object-fit: cover !important;
  object-position: 69% center !important;
  filter: saturate(1.35) contrast(1.08) brightness(1.08) !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0 33%, #000 58% 100%) !important;
  mask-image: linear-gradient(90deg, transparent 0 33%, #000 58% 100%) !important;
}

.satan-hero--v8::before {
  content: "" !important;
  position: absolute !important;
  z-index: -3 !important;
  inset: 0 !important;
  height: auto !important;
  pointer-events: none;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.99) 43%, rgba(255,255,255,.76) 59%, rgba(247,250,239,.25) 78%, rgba(255,255,255,.56) 100%),
    linear-gradient(180deg, transparent 72%, #fff 100%) !important;
}

.satan-hero--v8::after {
  content: "" !important;
  position: absolute !important;
  z-index: -2 !important;
  top: -240px !important;
  right: -170px !important;
  width: 670px !important;
  height: 670px !important;
  border: 1px solid rgba(8, 115, 82, .2) !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, transparent 0 49%, rgba(223,255,55,.22) 49.5% 51%, transparent 51.5%) !important;
  box-shadow:
    0 0 0 74px rgba(8,115,82,.035),
    0 0 0 148px rgba(223,255,55,.045) !important;
  animation: srV8Orbit 24s linear infinite !important;
}

.satan-hero--v8 .satan-hero__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .4 !important;
  background-image:
    linear-gradient(rgba(8,39,29,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,39,29,.09) 1px, transparent 1px) !important;
  background-size: 58px 58px !important;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 59%, transparent 100%) !important;
  mask-image: linear-gradient(90deg, transparent, #000 59%, transparent 100%) !important;
}

.satan-hero__beam {
  position: absolute;
  z-index: -1;
  width: 2px;
  height: 520px;
  transform: rotate(47deg);
  opacity: .75;
  background: linear-gradient(transparent, var(--sr-v8-acid), transparent);
  box-shadow: 0 0 26px rgba(223, 255, 55, .6);
}

.satan-hero__beam--one { top: -120px; right: 28%; }
.satan-hero__beam--two { right: 9%; bottom: -180px; height: 630px; transform: rotate(61deg); opacity: .42; }

.satan-hero--v8 .satan-hero__inner {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr) !important;
  align-items: center;
  gap: clamp(54px, 7vw, 112px) !important;
  min-height: 900px !important;
  padding-block: clamp(86px, 8vw, 126px) 106px !important;
}

.satan-hero--v8 .satan-hero__copy {
  position: relative;
  max-width: 780px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: none !important;
}

.satan-hero--v8 .satan-hero__copy::before {
  content: none !important;
}

.satan-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  padding: 9px 13px;
  border: 1px solid rgba(8, 39, 29, .19);
  border-radius: 999px;
  color: var(--sr-v8-green);
  background: rgba(255,255,255,.82);
  box-shadow: 0 10px 28px rgba(8,39,29,.07);
  font-size: 10px;
  letter-spacing: .12em;
}

.satan-hero__eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sr-v8-acid);
  box-shadow: 0 0 0 5px rgba(223,255,55,.25), 0 0 18px rgba(8,115,82,.35);
}

.satan-hero--v8 .satan-hero__copy h1 {
  display: grid !important;
  gap: 4px !important;
  max-width: 780px !important;
  margin: 0 !important;
  color: var(--sr-v8-ink) !important;
  font-size: clamp(60px, 5.8vw, 92px) !important;
  font-weight: 950 !important;
  line-height: .91 !important;
  letter-spacing: -.064em !important;
  text-transform: none !important;
  text-wrap: balance;
}

.satan-hero--v8 .satan-hero__copy h1 span,
.satan-hero--v8 .satan-hero__copy h1 em {
  display: block;
  width: fit-content;
  max-width: 100%;
  opacity: 1 !important;
}

.satan-hero--v8 .satan-hero__copy h1 span:first-child {
  color: var(--sr-v8-ink) !important;
}

.satan-hero--v8 .satan-hero__copy h1 span:nth-child(2) {
  color: var(--sr-v8-green) !important;
}

.satan-hero--v8 .satan-hero__copy h1 span:nth-child(2)::after {
  content: none !important;
}

.satan-hero--v8 .satan-hero__copy h1 em {
  margin-top: 12px !important;
  padding: .1em .18em .14em !important;
  transform: none !important;
  color: #fff !important;
  font-style: normal !important;
  background: var(--sr-v8-ink) !important;
  border-radius: 13px !important;
  box-shadow: 11px 11px 0 var(--sr-v8-acid), 0 25px 55px rgba(8,39,29,.14) !important;
  clip-path: none !important;
}

.satan-hero--v8 .satan-hero__lead {
  max-width: 720px !important;
  margin-top: 34px !important;
  color: #355148 !important;
  opacity: 1 !important;
  font-size: clamp(17px, 1.25vw, 20px) !important;
  font-weight: 580 !important;
  line-height: 1.58 !important;
}

.satan-hero--v8 .satan-hero__lead strong {
  color: var(--sr-v8-ink);
  font-weight: 900;
}

.satan-hero__problem-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  max-width: 710px;
  margin-top: 25px;
  padding: 8px;
  border: 1px solid rgba(8,39,29,.15);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(8,39,29,.09);
}

.satan-hero__problem-line span,
.satan-hero__problem-line strong {
  display: grid;
  min-height: 46px;
  place-items: center;
  padding: 5px 8px;
  border-radius: 9px;
  color: var(--sr-v8-ink);
  background: #f5f7f1;
  text-align: center;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
}

.satan-hero__problem-line span:nth-of-type(2) { background: #efff8b; }
.satan-hero__problem-line strong { color: #fff; background: var(--sr-v8-green); }
.satan-hero__problem-line i { color: var(--sr-v8-coral); font-size: 17px; font-style: normal; font-weight: 950; }

.satan-hero--v8 .satan-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px !important;
}

.satan-hero--v8 .satan-hero__actions .satan-button {
  min-height: 56px;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .035em;
}

.satan-hero--v8 .satan-hero__actions .satan-button--primary {
  border-color: var(--sr-v8-ink) !important;
  color: var(--sr-v8-ink) !important;
  background: var(--sr-v8-acid) !important;
  box-shadow: 0 19px 45px rgba(8,39,29,.16), inset 0 0 0 1px rgba(255,255,255,.38) !important;
}

.satan-hero--v8 .satan-hero__actions .satan-button--primary:hover {
  color: #fff !important;
  background: var(--sr-v8-green) !important;
}

.satan-hero--v8 .satan-hero__actions .satan-button--ghost {
  border-color: rgba(8,39,29,.24) !important;
  color: var(--sr-v8-ink) !important;
  background: rgba(255,255,255,.9) !important;
}

.satan-hero__proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  max-width: 710px;
  margin-top: 22px;
}

.satan-hero__proof-grid > div {
  display: grid;
  gap: 2px;
  padding: 15px 16px;
  border: 1px solid rgba(8,39,29,.13);
  border-radius: 13px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 12px 34px rgba(8,39,29,.055);
}

.satan-hero__proof-grid strong {
  color: var(--sr-v8-green);
  font-size: 21px;
  font-weight: 950;
  letter-spacing: -.04em;
}

.satan-hero__proof-grid span {
  color: #496158;
  font-size: 10px;
  font-weight: 760;
  line-height: 1.25;
}

.satan-hero--v8 .satan-hero__mission {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 10px !important;
  max-width: 710px;
  margin-top: 14px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(8,39,29,.12) !important;
  border-left: 5px solid var(--sr-v8-coral) !important;
  border-radius: 0 12px 12px 0 !important;
  color: var(--sr-v8-ink) !important;
  background: rgba(255,255,255,.8) !important;
  box-shadow: none !important;
}

.satan-hero--v8 .satan-hero__mission > span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: var(--sr-v8-ink);
  background: var(--sr-v8-acid);
  font-size: 10px;
}

.satan-hero--v8 .satan-hero__mission p {
  margin: 0 !important;
  color: #496158 !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
}

.satan-hero--v8 .satan-hero__mission strong {
  display: inline !important;
  color: var(--sr-v8-ink) !important;
  font-size: inherit !important;
}

.satan-hero--v8 .satan-hero__visual {
  position: relative;
  z-index: 5 !important;
  width: min(100%, 540px) !important;
  min-height: 650px;
  justify-self: end;
  opacity: 1 !important;
  transform: translateY(5px) !important;
}

.satan-hero--v8 .satan-hero__visual::before {
  content: "";
  position: absolute;
  z-index: -4;
  top: 5%;
  left: -12%;
  width: 112%;
  aspect-ratio: 1;
  border-radius: 48% 52% 55% 45%;
  background:
    radial-gradient(circle at 35% 35%, rgba(223,255,55,.88), rgba(18,213,109,.23) 46%, rgba(8,115,82,.08) 67%, transparent 68%);
  filter: blur(2px);
  animation: srV8Blob 8s ease-in-out infinite;
}

.satan-hero__visual-label {
  position: absolute;
  z-index: 4;
  top: 8px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border: 1px solid rgba(8,39,29,.2);
  border-radius: 999px;
  color: var(--sr-v8-ink);
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 30px rgba(8,39,29,.1);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .12em;
}

.satan-hero__visual-label > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sr-v8-coral);
  box-shadow: 0 0 0 4px rgba(255,105,72,.17);
}

.satan-hero--v8 .satan-product-frame {
  top: 70px;
  border: 1px solid rgba(8,39,29,.24) !important;
  border-radius: 26px !important;
  background: #fff !important;
  box-shadow:
    0 54px 120px rgba(8,39,29,.25),
    0 0 0 12px rgba(255,255,255,.78),
    0 0 0 14px rgba(223,255,55,.72) !important;
}

.satan-hero--v8 .satan-product-frame::after {
  inset: -26px !important;
  border-color: rgba(8,115,82,.27) !important;
}

.satan-hero--v8 .satan-product-frame__bar {
  border-bottom: 1px solid rgba(8,39,29,.13) !important;
  color: var(--sr-v8-ink) !important;
  background: rgba(255,255,255,.94) !important;
}

.satan-hero--v8 .satan-product-frame__bar b { color: var(--sr-v8-green) !important; }

.satan-hero--v8 .satan-float-badge--students {
  top: 32%;
  right: -30px;
  border: 1px solid var(--sr-v8-ink) !important;
  color: var(--sr-v8-ink) !important;
  background: var(--sr-v8-acid) !important;
  box-shadow: 0 20px 50px rgba(8,39,29,.19) !important;
}

.satan-hero--v8 .satan-float-badge--rating {
  bottom: 5%;
  left: -40px;
  border: 1px solid rgba(8,39,29,.18) !important;
  color: var(--sr-v8-ink) !important;
  background: #fff !important;
  box-shadow: 0 20px 50px rgba(8,39,29,.16) !important;
}

.satan-hero__price-card {
  position: absolute;
  z-index: 7;
  right: -24px;
  bottom: 25px;
  display: grid;
  min-width: 178px;
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 17px;
  color: #fff;
  background: var(--sr-v8-ink);
  box-shadow: 0 22px 55px rgba(8,39,29,.25);
}

.satan-hero__price-card small { color: var(--sr-v8-acid); font-size: 8px; font-weight: 950; letter-spacing: .11em; }
.satan-hero__price-card strong { margin-top: 4px; color: #fff; font-size: 27px; font-weight: 950; letter-spacing: -.05em; }
.satan-hero__price-card span { color: rgba(255,255,255,.64); font-size: 10px; }

.satan-inline-cta {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-block: clamp(30px, 5vw, 70px) !important;
  padding: clamp(24px, 3vw, 42px) clamp(24px, 4vw, 58px);
  overflow: hidden;
  border-radius: 24px;
  opacity: 1 !important;
  box-shadow: 0 28px 80px rgba(8,39,29,.13);
  transform: none !important;
}

.satan-inline-cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -120px;
  right: 20%;
  width: 360px;
  height: 360px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .1;
  box-shadow: 0 0 0 48px currentColor, 0 0 0 96px currentColor;
}

.satan-inline-cta > div {
  display: grid;
  gap: 7px;
  max-width: 820px;
}

.satan-inline-cta > div > span {
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .15em;
}

.satan-inline-cta > div > strong {
  max-width: 760px;
  font-size: clamp(24px, 2.8vw, 43px);
  font-weight: 950;
  line-height: 1.03;
  letter-spacing: -.045em;
}

.satan-inline-cta > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 18px;
  min-height: 56px;
  padding: 0 22px;
  border: 1px solid currentColor;
  border-radius: 13px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .01em;
  text-transform: none;
  transition: transform .22s ease, box-shadow .22s ease;
}

.satan-inline-cta > a:hover { transform: translateY(-3px); }

.satan-inline-cta--dark { color: #fff; background: var(--sr-v8-ink); }
.satan-inline-cta--dark > div > span { color: var(--sr-v8-acid); }
.satan-inline-cta--dark > a { color: var(--sr-v8-ink) !important; background: var(--sr-v8-acid); }

.satan-inline-cta--lime { color: var(--sr-v8-ink); background: var(--sr-v8-acid); }
.satan-inline-cta--lime > div > span { color: var(--sr-v8-green); }
.satan-inline-cta--lime > a { color: #fff !important; background: var(--sr-v8-ink); }

.satan-inline-cta--outline {
  border: 1px solid rgba(8,39,29,.17);
  color: var(--sr-v8-ink);
  background:
    radial-gradient(circle at 88% 20%, rgba(223,255,55,.66), transparent 26%),
    #fff;
}
.satan-inline-cta--outline > div > span { color: var(--sr-v8-green); }
.satan-inline-cta--outline > a { color: #fff !important; background: var(--sr-v8-green); }

@media (max-width: 1099px) {
  .satan-hero--v8 { min-height: 0 !important; }

  .satan-hero--v8::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0 54%, rgba(255,255,255,.7) 78%, #fff 100%) !important;
  }

  .satan-hero--v8 .satan-hero__background {
    opacity: .42 !important;
    -webkit-mask-image: linear-gradient(180deg, transparent 0 44%, #000 66%, #000 100%) !important;
    mask-image: linear-gradient(180deg, transparent 0 44%, #000 66%, #000 100%) !important;
  }

  .satan-hero--v8 .satan-hero__inner {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 0 !important;
    padding-block: 80px 110px !important;
  }

  .satan-hero--v8 .satan-hero__copy {
    width: min(100%, 850px);
    max-width: 850px !important;
    margin-inline: auto;
  }

  .satan-hero--v8 .satan-hero__visual {
    width: min(82vw, 560px) !important;
    margin: 20px auto 0;
    justify-self: center;
  }
}

@media (max-width: 749px) {
  .satan-landing .satan-sticky-enroll { top: var(--header-height, 58px); }

  .satan-sticky-enroll__inner {
    min-height: 60px;
    padding-inline: 12px !important;
  }

  .satan-sticky-enroll__community { gap: 8px; }
  .satan-sticky-enroll__mark { flex-basis: 34px; width: 34px; height: 34px; border-radius: 9px; font-size: 10px; }
  .satan-sticky-enroll__community strong { font-size: 9px; letter-spacing: .06em; }
  .satan-sticky-enroll__community p > span,
  .satan-sticky-enroll__action > b { display: none; }
  .satan-sticky-enroll__action > a { min-height: 40px; padding: 0 12px; gap: 7px; border-radius: 9px; font-size: 9px; white-space: nowrap; }

  .satan-hero--v8::after { top: auto !important; right: -260px !important; bottom: -110px !important; }
  .satan-hero--v8 .satan-hero__inner { gap: 46px !important; padding: 58px 18px 88px !important; }
  .satan-hero__eyebrow { align-items: flex-start; margin-bottom: 20px; font-size: 8px; line-height: 1.35; letter-spacing: .08em; }

  .satan-hero--v8 .satan-hero__copy h1 {
    gap: 3px !important;
    font-size: clamp(42px, 12.5vw, 59px) !important;
    line-height: .92 !important;
    letter-spacing: -.06em !important;
  }

  .satan-hero--v8 .satan-hero__copy h1 em {
    margin-top: 8px !important;
    border-radius: 9px !important;
    box-shadow: 7px 7px 0 var(--sr-v8-acid), 0 18px 38px rgba(8,39,29,.13) !important;
  }

  .satan-hero--v8 .satan-hero__lead { margin-top: 27px !important; font-size: 16px !important; }

  .satan-hero__problem-line {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }

  .satan-hero__problem-line i { display: none; }
  .satan-hero__problem-line span,
  .satan-hero__problem-line strong { min-height: 38px; }

  .satan-hero--v8 .satan-hero__actions { display: grid; }
  .satan-hero--v8 .satan-hero__actions .satan-button { width: 100%; justify-content: center; }

  .satan-hero__proof-grid { grid-template-columns: minmax(0, 1fr); }
  .satan-hero__proof-grid > div { grid-template-columns: 72px minmax(0, 1fr); align-items: center; }
  .satan-hero__proof-grid span { font-size: 11px; }

  .satan-hero--v8 .satan-hero__visual { width: calc(100vw - 70px) !important; min-height: 530px; }
  .satan-hero--v8 .satan-product-frame { top: 60px; }
  .satan-hero--v8 .satan-float-badge--students { right: -21px; }
  .satan-hero--v8 .satan-float-badge--rating { bottom: 1%; left: -19px; max-width: 170px; }
  .satan-hero__price-card { right: -17px; bottom: 12px; min-width: 144px; padding: 13px 14px; }
  .satan-hero__price-card strong { font-size: 22px; }

  .satan-inline-cta {
    display: grid;
    gap: 22px;
    margin-inline: 18px !important;
    padding: 25px 22px;
    border-radius: 18px;
  }

  .satan-inline-cta > div > strong { font-size: clamp(25px, 8vw, 36px); }
  .satan-inline-cta > a { width: 100%; justify-content: space-between; }
}

@keyframes srV8Orbit { to { transform: rotate(360deg); } }
@keyframes srV8Blob {
  0%, 100% { transform: translate3d(0,0,0) rotate(-3deg); border-radius: 48% 52% 55% 45%; }
  50% { transform: translate3d(10px,-13px,0) rotate(3deg); border-radius: 55% 45% 47% 53%; }
}

@media (prefers-reduced-motion: reduce) {
  .satan-hero--v8::after,
  .satan-hero--v8 .satan-hero__visual::before { animation: none !important; }
}
/* ============================================================
   SATANREKLAMLAR V10 — OBSIDYEN HERO + SORUN NEREDE MANIFESTOSU
   ============================================================ */
.satan-landing {
  --sr-v10-obsidian: #080d0b;
  --sr-v10-forest: #0b2d23;
  --sr-v10-emerald: #14513e;
  --sr-v10-gold: #c9a45c;
  --sr-v10-gold-light: #ead6a8;
  --sr-v10-ivory: #f7f3e8;
}

.satan-landing .satan-sticky-enroll {
  border-bottom-color: var(--sr-v10-gold) !important;
  background:
    linear-gradient(90deg, rgba(201,164,92,.055) 0 1px, transparent 1px 72px),
    linear-gradient(100deg, #080d0b, #0b2d23 62%, #123c2f) !important;
}

.satan-sticky-enroll__mark {
  border-color: rgba(234,214,168,.35) !important;
  color: #101914 !important;
  background: linear-gradient(135deg, var(--sr-v10-gold-light), var(--sr-v10-gold)) !important;
  box-shadow: 0 0 28px rgba(201,164,92,.2) !important;
}

.satan-sticky-enroll__action > a {
  border-color: var(--sr-v10-gold-light) !important;
  color: #101914 !important;
  background: linear-gradient(135deg, #f0dfb6, var(--sr-v10-gold)) !important;
  box-shadow: 0 14px 34px rgba(201,164,92,.2) !important;
}

.satan-hero--v8 {
  color: #fff !important;
  background:
    radial-gradient(circle at 84% 18%, rgba(201,164,92,.19), transparent 23%),
    radial-gradient(circle at 72% 64%, rgba(23,105,75,.38), transparent 34%),
    linear-gradient(112deg, #070b09 0%, #0a1712 42%, #0b2d23 72%, #07110d 100%) !important;
  border-bottom-color: rgba(201,164,92,.22) !important;
}

.satan-hero--v8 .satan-hero__background {
  display: none !important;
}

.satan-hero--v8::before {
  content: "" !important;
  position: absolute !important;
  z-index: -3 !important;
  inset: 0 !important;
  height: auto !important;
  opacity: 1 !important;
  background:
    linear-gradient(125deg, transparent 0 46%, rgba(201,164,92,.08) 46.1% 46.25%, transparent 46.35% 100%),
    linear-gradient(68deg, transparent 0 68%, rgba(255,255,255,.035) 68.1% 68.25%, transparent 68.35%),
    radial-gradient(ellipse at 72% 48%, rgba(22,86,64,.28), transparent 48%) !important;
}

.satan-hero--v8::after {
  top: -250px !important;
  right: -190px !important;
  border-color: rgba(201,164,92,.24) !important;
  background: radial-gradient(circle, transparent 0 49%, rgba(201,164,92,.12) 49.5% 50.5%, transparent 51%) !important;
  box-shadow:
    0 0 0 76px rgba(201,164,92,.022),
    0 0 0 150px rgba(20,81,62,.055) !important;
}

.satan-hero--v8 .satan-hero__grid {
  opacity: .24 !important;
  background-image:
    linear-gradient(rgba(234,214,168,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(234,214,168,.12) 1px, transparent 1px) !important;
  background-size: 64px 64px !important;
  -webkit-mask-image: radial-gradient(ellipse at 72% 46%, #000, transparent 70%) !important;
  mask-image: radial-gradient(ellipse at 72% 46%, #000, transparent 70%) !important;
}

.satan-hero__beam {
  background: linear-gradient(transparent, var(--sr-v10-gold), transparent) !important;
  box-shadow: 0 0 28px rgba(201,164,92,.38) !important;
}

.satan-hero--v8 .satan-hero__eyebrow {
  border-color: rgba(234,214,168,.28) !important;
  color: var(--sr-v10-gold-light) !important;
  background: rgba(7,16,12,.62) !important;
  box-shadow: 0 14px 35px rgba(0,0,0,.18) !important;
  backdrop-filter: blur(14px);
}

.satan-hero--v8 .satan-hero__eyebrow-dot {
  background: var(--sr-v10-gold) !important;
  box-shadow: 0 0 0 5px rgba(201,164,92,.14), 0 0 18px rgba(201,164,92,.44) !important;
}

.satan-hero--v8 .satan-hero__copy h1 span:first-child {
  color: #fff !important;
}

.satan-hero--v8 .satan-hero__copy h1 span:nth-child(2) {
  color: var(--sr-v10-gold-light) !important;
}

.satan-hero--v8 .satan-hero__copy h1 em {
  border: 1px solid rgba(234,214,168,.35) !important;
  color: #fff !important;
  background:
    linear-gradient(110deg, rgba(201,164,92,.22), transparent 38%),
    #12382b !important;
  box-shadow: 9px 9px 0 var(--sr-v10-gold), 0 28px 58px rgba(0,0,0,.28) !important;
}

.satan-hero--v8 .satan-hero__lead,
.satan-hero--v8 .satan-hero__lead strong {
  color: rgba(255,255,255,.78) !important;
}

.satan-hero--v8 .satan-hero__lead strong {
  color: #fff !important;
}

.satan-hero--v8 .satan-hero__problem-line {
  border-color: rgba(234,214,168,.2) !important;
  background: rgba(7,16,12,.66) !important;
  box-shadow: 0 22px 55px rgba(0,0,0,.26) !important;
  backdrop-filter: blur(14px);
}

.satan-hero--v8 .satan-hero__problem-line span,
.satan-hero--v8 .satan-hero__problem-line strong {
  color: #fff !important;
  background: rgba(255,255,255,.07) !important;
}

.satan-hero--v8 .satan-hero__problem-line span:nth-of-type(2) {
  color: #1b211c !important;
  background: var(--sr-v10-gold-light) !important;
}

.satan-hero--v8 .satan-hero__problem-line strong {
  color: #fff !important;
  background: var(--sr-v10-emerald) !important;
}

.satan-hero--v8 .satan-hero__problem-line i { color: var(--sr-v10-gold) !important; }

.satan-landing .satan-button--primary,
.satan-hero--v8 .satan-hero__actions .satan-button--primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: var(--sr-v10-gold-light) !important;
  color: #101914 !important;
  background: linear-gradient(135deg, #f0dfb6 0%, var(--sr-v10-gold) 68%, #a67c35 100%) !important;
  box-shadow: 0 20px 48px rgba(201,164,92,.23), inset 0 1px rgba(255,255,255,.55) !important;
}

.satan-landing .satan-button--primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -80%;
  bottom: -80%;
  left: -42%;
  width: 24%;
  transform: rotate(17deg);
  background: rgba(255,255,255,.54);
  animation: srV10CtaSweep 4.2s ease-in-out infinite;
}

.satan-landing .satan-button--primary:hover {
  transform: translateY(-3px) scale(1.015);
  color: #fff !important;
  background: linear-gradient(135deg, #1a5b45, #0b2d23) !important;
  box-shadow: 0 25px 58px rgba(5,35,26,.34) !important;
}

.satan-hero--v8 .satan-hero__actions .satan-button--ghost {
  border-color: rgba(234,214,168,.28) !important;
  color: #fff !important;
  background: rgba(255,255,255,.06) !important;
  backdrop-filter: blur(12px);
}

.satan-hero--v8 .satan-hero__proof-grid > div {
  border-color: rgba(234,214,168,.18) !important;
  background: rgba(255,255,255,.055) !important;
  box-shadow: 0 15px 40px rgba(0,0,0,.16) !important;
  backdrop-filter: blur(12px);
}

.satan-hero--v8 .satan-hero__proof-grid strong {
  color: var(--sr-v10-gold-light) !important;
}

.satan-hero--v8 .satan-hero__proof-grid span {
  color: rgba(255,255,255,.68) !important;
}

.satan-hero--v8 .satan-hero__mission {
  border-color: rgba(234,214,168,.17) !important;
  border-left-color: var(--sr-v10-gold) !important;
  color: #fff !important;
  background: rgba(255,255,255,.05) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.14) !important;
}

.satan-hero--v8 .satan-hero__mission > span {
  color: #111914 !important;
  background: var(--sr-v10-gold-light) !important;
}

.satan-hero--v8 .satan-hero__mission p,
.satan-hero--v8 .satan-hero__mission strong {
  color: rgba(255,255,255,.74) !important;
}

.satan-hero--v8 .satan-hero__mission strong { color: #fff !important; }

.satan-hero--v8 .satan-hero__visual::before {
  opacity: .72;
  background:
    radial-gradient(circle at 40% 35%, rgba(201,164,92,.42), rgba(18,84,62,.32) 45%, rgba(6,20,15,.15) 67%, transparent 68%) !important;
}

.satan-hero--v8 .satan-hero__visual-label {
  border-color: rgba(234,214,168,.27) !important;
  color: var(--sr-v10-gold-light) !important;
  background: rgba(7,16,12,.82) !important;
}

.satan-hero--v8 .satan-hero__visual-label > span {
  background: var(--sr-v10-gold) !important;
  box-shadow: 0 0 0 4px rgba(201,164,92,.16) !important;
}

.satan-hero--v8 .satan-product-frame {
  border-color: rgba(234,214,168,.34) !important;
  background: #08110d !important;
  box-shadow:
    0 58px 130px rgba(0,0,0,.47),
    0 0 0 10px rgba(8,18,14,.78),
    0 0 0 12px rgba(201,164,92,.48) !important;
}

.satan-hero--v8 .satan-float-badge--students {
  border-color: var(--sr-v10-gold) !important;
  color: #101914 !important;
  background: linear-gradient(145deg, #f1dfb8, var(--sr-v10-gold)) !important;
  box-shadow: 0 22px 55px rgba(0,0,0,.28) !important;
}

.satan-hero--v8 .satan-float-badge--students strong,
.satan-hero--v8 .satan-float-badge--students strong span {
  color: #07110d !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.satan-hero--v8 .satan-float-badge--students > span:last-child {
  color: #24352e !important;
  opacity: 1 !important;
  font-weight: 850 !important;
}

.satan-hero--v8 .satan-float-badge--rating {
  border-color: rgba(234,214,168,.3) !important;
  color: #fff !important;
  background: rgba(7,16,12,.92) !important;
}

.satan-hero--v8 .satan-float-badge--rating strong { color: #fff !important; }
.satan-hero--v8 .satan-float-badge--rating .satan-stars { color: var(--sr-v10-gold-light) !important; }
.satan-hero__price-card { display: none !important; }

/* Hero altinda yeni problem anlatimi */
.satan-why {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(96px, 10vw, 160px) 0 clamp(88px, 9vw, 140px);
  color: #112119;
  background:
    radial-gradient(circle at 8% 7%, rgba(201,164,92,.2), transparent 20%),
    radial-gradient(circle at 92% 60%, rgba(20,81,62,.13), transparent 25%),
    linear-gradient(180deg, #f7f3e8 0%, #fff 48%, #f5f1e7 100%);
}

.satan-why::before {
  content: "NEDEN?";
  position: absolute;
  z-index: -2;
  top: 42px;
  right: -28px;
  color: transparent;
  opacity: .13;
  font-size: clamp(120px, 22vw, 340px);
  font-weight: 950;
  line-height: .75;
  letter-spacing: -.08em;
  -webkit-text-stroke: 1.5px #8b6b32;
}

.satan-why::after {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: .45;
  background-image:
    linear-gradient(rgba(10,48,37,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,48,37,.09) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 33%, transparent 67%, #000);
  mask-image: linear-gradient(90deg, #000, transparent 33%, transparent 67%, #000);
}

.satan-why__signal {
  position: absolute;
  top: 68px;
  left: 4vw;
  display: flex;
  align-items: end;
  gap: 5px;
  height: 50px;
}

.satan-why__signal i {
  width: 4px;
  border-radius: 99px;
  background: var(--sr-v10-gold);
  box-shadow: 0 0 14px rgba(201,164,92,.4);
  animation: srV10Signal 1.4s ease-in-out infinite alternate;
}

.satan-why__signal i:nth-child(1) { height: 13px; }
.satan-why__signal i:nth-child(2) { height: 25px; animation-delay: .1s; }
.satan-why__signal i:nth-child(3) { height: 42px; animation-delay: .2s; }
.satan-why__signal i:nth-child(4) { height: 31px; animation-delay: .3s; }
.satan-why__signal i:nth-child(5) { height: 48px; animation-delay: .4s; background: var(--sr-v10-emerald); }

.satan-why__heading {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin-inline: auto;
  text-align: center;
}

.satan-why__index {
  display: inline-flex;
  padding: 9px 14px;
  border: 1px solid rgba(10,48,37,.22);
  border-radius: 999px;
  color: #6f5224;
  background: rgba(255,255,255,.76);
  box-shadow: 0 12px 34px rgba(10,48,37,.07);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .15em;
}

.satan-why__heading h2 {
  display: grid;
  gap: 3px;
  margin: 26px 0 0 !important;
  color: #0a3025 !important;
  font-size: clamp(54px, 6.9vw, 104px) !important;
  font-weight: 950 !important;
  line-height: .88 !important;
  letter-spacing: -.068em !important;
}

.satan-why__heading h2 span,
.satan-why__heading h2 em {
  display: block;
  opacity: 1 !important;
}

.satan-why__heading h2 span:nth-child(2) { color: #8b6b32 !important; }

.satan-why__heading h2 em {
  width: fit-content;
  margin: 12px auto 0;
  padding: .1em .18em .14em;
  color: #fff !important;
  font-style: normal;
  background: linear-gradient(105deg, #080d0b, #0b2d23);
  border-radius: 13px;
  box-shadow: 10px 10px 0 var(--sr-v10-gold), 0 26px 60px rgba(10,48,37,.18);
}

.satan-why__heading > p {
  max-width: 800px;
  margin: 36px auto 0 !important;
  color: #42564d !important;
  font-size: clamp(17px, 1.4vw, 21px);
  font-weight: 620;
  line-height: 1.58;
}

.satan-why__myths {
  display: grid;
  grid-template-columns: minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1fr);
  align-items: center;
  gap: 10px;
  margin-top: clamp(58px, 7vw, 92px);
}

.satan-why-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 340px;
  padding: clamp(25px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(10,48,37,.16);
  border-radius: 22px;
  opacity: 1 !important;
  background:
    radial-gradient(circle at 100% 0, rgba(201,164,92,.2), transparent 30%),
    rgba(255,255,255,.92);
  box-shadow: 0 28px 74px rgba(10,48,37,.1);
  transform: none !important;
}

.satan-why-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(139,107,50,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 32px rgba(139,107,50,.04), 0 0 0 64px rgba(139,107,50,.025);
}

.satan-why-card--gold { transform: translateY(24px) !important; }
.satan-why-card--green { background: linear-gradient(145deg, #0a3025, #07110d); }
.satan-why-card--green * { color: #fff; }

.satan-why-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(10,48,37,.13);
}

.satan-why-card--green .satan-why-card__top { border-color: rgba(234,214,168,.18); }
.satan-why-card__top span { color: #8b6b32; font-size: 9px; font-weight: 950; letter-spacing: .11em; }
.satan-why-card__top b { color: #0a3025; font-size: 10px; font-weight: 950; letter-spacing: .09em; }
.satan-why-card--green .satan-why-card__top span { color: var(--sr-v10-gold-light); }

.satan-why-card > strong {
  margin-top: 28px;
  color: #0a3025;
  font-size: clamp(24px, 2.15vw, 33px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.satan-why-card > p {
  margin-top: 20px !important;
  color: #4a5f55 !important;
  font-size: 15px;
  font-weight: 590;
  line-height: 1.55;
}

.satan-why-card--green > p { color: rgba(255,255,255,.7) !important; }

.satan-why-card > small {
  align-self: end;
  width: fit-content;
  margin-top: 28px;
  padding: 7px 9px;
  border-radius: 7px;
  color: #0a3025;
  background: var(--sr-v10-gold-light);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .08em;
}

.satan-why__connector {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(10,48,37,.18);
  border-radius: 50%;
  color: #8b6b32;
  background: #fff;
  font-size: 17px;
  font-weight: 950;
  box-shadow: 0 10px 26px rgba(10,48,37,.08);
}

.satan-why__answer {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(310px,.75fr);
  gap: clamp(45px, 7vw, 100px);
  margin-top: clamp(72px, 9vw, 130px);
  padding: clamp(38px, 5vw, 76px);
  border: 1px solid rgba(234,214,168,.22);
  border-radius: 30px;
  opacity: 1 !important;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(201,164,92,.2), transparent 28%),
    linear-gradient(120deg, #080d0b, #0b2d23 72%, #123c2f);
  box-shadow: 0 42px 110px rgba(10,48,37,.2);
  transform: none !important;
}

.satan-why__answer-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--sr-v10-gold-light);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .15em;
}

.satan-why__answer-label i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sr-v10-gold);
  box-shadow: 0 0 0 5px rgba(201,164,92,.12), 0 0 18px rgba(201,164,92,.38);
}

.satan-why__answer h3 {
  max-width: 820px;
  margin: 22px 0 0 !important;
  color: #fff !important;
  font-size: clamp(42px, 4.6vw, 72px) !important;
  font-weight: 950 !important;
  line-height: .94 !important;
  letter-spacing: -.058em !important;
}

.satan-why__answer h3 em { display: block; color: var(--sr-v10-gold-light) !important; font-style: normal; }

.satan-why__answer-copy > p {
  max-width: 840px;
  margin-top: 27px !important;
  color: rgba(255,255,255,.72) !important;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.62;
}

.satan-why__answer-copy > p strong { color: #fff !important; }

.satan-why__answer-final {
  padding: 17px 19px;
  border-left: 4px solid var(--sr-v10-gold);
  background: rgba(255,255,255,.055);
}

.satan-why__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.satan-why__actions .satan-button { min-height: 58px; border-radius: 13px; }
.satan-why__actions .satan-button--ghost { border-color: rgba(234,214,168,.28); color: #fff; background: rgba(255,255,255,.055); }

.satan-why__proof {
  display: grid;
  align-content: center;
  gap: 12px;
}

.satan-why__proof > div {
  position: relative;
  padding: 22px 24px;
  overflow: hidden;
  border: 1px solid rgba(234,214,168,.18);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(12px);
}

.satan-why__proof > div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 2px;
  background: var(--sr-v10-gold);
  box-shadow: 0 0 18px rgba(201,164,92,.45);
}

.satan-why__proof strong { color: var(--sr-v10-gold-light); font-size: clamp(28px, 3.2vw, 49px); font-weight: 950; letter-spacing: -.05em; }
.satan-why__proof strong span { color: var(--sr-v10-gold); }
.satan-why__proof p { margin-top: 4px !important; color: rgba(255,255,255,.64) !important; font-size: 12px; line-height: 1.35; }

@media (max-width: 1099px) {
  .satan-hero--v8::before {
    background:
      linear-gradient(180deg, rgba(7,11,9,.22), rgba(7,11,9,.04)),
      radial-gradient(ellipse at 65% 70%, rgba(22,86,64,.28), transparent 52%) !important;
  }

  .satan-why__myths { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .satan-why__connector { display: none; }
  .satan-why-card,
  .satan-why-card--gold { min-height: 0; transform: none !important; }
  .satan-why__answer { grid-template-columns: minmax(0,1fr); }
  .satan-why__proof { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 749px) {
  .satan-hero--v8 .satan-hero__copy h1 em { box-shadow: 6px 6px 0 var(--sr-v10-gold), 0 20px 44px rgba(0,0,0,.3) !important; }
  .satan-why { padding: 76px 0 86px; }
  .satan-why__signal { display: none; }
  .satan-why__heading { text-align: left; }
  .satan-why__heading h2 { font-size: clamp(42px, 12.5vw, 60px) !important; line-height: .91 !important; }
  .satan-why__heading h2 em { margin-inline: 0; border-radius: 9px; box-shadow: 6px 6px 0 var(--sr-v10-gold), 0 20px 44px rgba(10,48,37,.16); }
  .satan-why__heading > p { margin-top: 29px !important; font-size: 16px; }
  .satan-why__myths { margin-top: 46px; }
  .satan-why-card { padding: 24px 21px; border-radius: 18px; }
  .satan-why__answer { gap: 35px; margin-top: 58px; padding: 28px 21px; border-radius: 20px; }
  .satan-why__answer h3 { font-size: clamp(38px, 11vw, 54px) !important; }
  .satan-why__actions { display: grid; }
  .satan-why__actions .satan-button { width: 100%; justify-content: center; }
  .satan-why__proof { grid-template-columns: minmax(0,1fr); }
}

@keyframes srV10CtaSweep {
  0%, 48% { left: -42%; opacity: 0; }
  55% { opacity: 1; }
  76% { left: 125%; opacity: 0; }
  100% { left: 125%; opacity: 0; }
}

@keyframes srV10Signal { to { transform: scaleY(.48); opacity: .48; } }

@media (prefers-reduced-motion: reduce) {
  .satan-landing .satan-button--primary::before,
  .satan-why__signal i { animation: none !important; }
}
/* ============================================================
   SATANREKLAMLAR V11 — BEYAZ HERO + VEKTOR VERI GRAFIKLERI
   Mevcut beyaz / yesil / asit yesili renk sistemine donus
   ============================================================ */
.satan-landing {
  --sr-v10-gold: #dfff37;
  --sr-v10-gold-light: #efff8b;
  --sr-v10-ivory: #ffffff;
}

.satan-landing .satan-sticky-enroll {
  border-bottom-color: #dfff37 !important;
  background:
    linear-gradient(90deg, rgba(223,255,55,.07) 0 1px, transparent 1px 72px),
    #08271d !important;
}

.satan-sticky-enroll__mark {
  border-color: rgba(255,255,255,.28) !important;
  color: #08271d !important;
  background: #dfff37 !important;
  box-shadow: 0 0 28px rgba(223,255,55,.25) !important;
}

.satan-sticky-enroll__action > a {
  border-color: #dfff37 !important;
  color: #08271d !important;
  background: #dfff37 !important;
  box-shadow: 0 14px 34px rgba(223,255,55,.2) !important;
}

.satan-hero--v8 {
  color: #08271d !important;
  background:
    radial-gradient(circle at 84% 18%, rgba(223,255,55,.38), transparent 22%),
    radial-gradient(circle at 73% 68%, rgba(18,169,104,.13), transparent 32%),
    linear-gradient(118deg, #ffffff 0%, #ffffff 46%, #f7fff1 72%, #ffffff 100%) !important;
  border-bottom-color: rgba(8,39,29,.12) !important;
}

.satan-hero--v8 .satan-hero__background {
  display: none !important;
}

.satan-hero--v8::before {
  content: "" !important;
  position: absolute !important;
  z-index: -3 !important;
  inset: 0 !important;
  height: auto !important;
  opacity: 1 !important;
  background:
    linear-gradient(126deg, transparent 0 47%, rgba(8,115,82,.07) 47.1% 47.2%, transparent 47.3%),
    radial-gradient(ellipse at 74% 48%, rgba(223,255,55,.2), transparent 49%) !important;
}

.satan-hero--v8::after {
  top: -250px !important;
  right: -190px !important;
  border-color: rgba(8,115,82,.2) !important;
  background: radial-gradient(circle, transparent 0 49%, rgba(223,255,55,.23) 49.5% 50.5%, transparent 51%) !important;
  box-shadow:
    0 0 0 76px rgba(8,115,82,.025),
    0 0 0 150px rgba(223,255,55,.045) !important;
}

.satan-hero--v8 .satan-hero__grid {
  z-index: -1;
  opacity: .34 !important;
  background-image:
    linear-gradient(rgba(8,115,82,.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,115,82,.1) 1px, transparent 1px) !important;
  background-size: 64px 64px !important;
  -webkit-mask-image: radial-gradient(ellipse at 72% 46%, #000, transparent 69%) !important;
  mask-image: radial-gradient(ellipse at 72% 46%, #000, transparent 69%) !important;
}

.satan-hero__beam {
  background: linear-gradient(transparent, #dfff37, transparent) !important;
  box-shadow: 0 0 28px rgba(223,255,55,.48) !important;
}

.satan-hero__data-art {
  position: absolute;
  z-index: 1;
  top: 3%;
  right: -3%;
  width: min(69vw, 1030px);
  height: 94%;
  overflow: hidden;
  pointer-events: none;
  opacity: .92;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 29%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 29%, #000 100%);
}

.satan-hero__data-art svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.satan-hero__data-grid path {
  fill: none;
  stroke: rgba(8,115,82,.14);
  stroke-width: 1;
  stroke-dasharray: 4 12;
}

.satan-hero__data-bars rect {
  fill: rgba(8,115,82,.07);
  stroke: rgba(8,115,82,.16);
  stroke-width: 1;
}

.satan-hero__data-bars rect:nth-child(4) {
  fill: rgba(223,255,55,.19);
  stroke: rgba(8,115,82,.25);
}

.satan-hero__data-line {
  fill: none;
  stroke: #087352;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 14 9;
  animation: srV11DataFlow 8s linear infinite;
}

.satan-hero__data-line--soft {
  stroke: rgba(255,105,72,.32);
  stroke-width: 2;
  stroke-dasharray: 6 12;
  animation-direction: reverse;
}

.satan-hero__data-nodes circle {
  fill: #dfff37;
  stroke: #087352;
  stroke-width: 3;
  transform-box: fill-box;
  transform-origin: center;
  animation: srV11NodePulse 2.4s ease-in-out infinite;
}

.satan-hero__data-nodes circle:nth-child(2) { animation-delay: .3s; }
.satan-hero__data-nodes circle:nth-child(3) { animation-delay: .6s; }
.satan-hero__data-nodes circle:nth-child(4) { animation-delay: .9s; }

.satan-hero__data-orbits {
  transform-box: fill-box;
  transform-origin: center;
  animation: srV11Orbit 24s linear infinite;
}

.satan-hero__data-orbits circle {
  fill: none;
  stroke: rgba(8,115,82,.18);
  stroke-width: 1.4;
  stroke-dasharray: 10 15;
}

.satan-hero__data-orbits circle:last-child {
  stroke: rgba(223,255,55,.55);
  stroke-dasharray: 2 19;
}

.satan-hero__data-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(8,115,82,.2);
  border-radius: 999px;
  color: #08271d;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 30px rgba(8,39,29,.08);
  backdrop-filter: blur(12px);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .11em;
}

.satan-hero__data-chip i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dfff37;
  box-shadow: 0 0 0 4px rgba(223,255,55,.22), 0 0 16px rgba(8,115,82,.24);
}

.satan-hero__data-chip--one { top: 18%; right: 25%; }
.satan-hero__data-chip--two { right: 6%; bottom: 19%; }

.satan-hero--v8 .satan-hero__eyebrow {
  border-color: rgba(8,39,29,.18) !important;
  color: #087352 !important;
  background: rgba(255,255,255,.88) !important;
  box-shadow: 0 12px 30px rgba(8,39,29,.07) !important;
}

.satan-hero--v8 .satan-hero__eyebrow-dot {
  background: #dfff37 !important;
  box-shadow: 0 0 0 5px rgba(223,255,55,.25), 0 0 18px rgba(8,115,82,.3) !important;
}

.satan-hero--v8 .satan-hero__copy h1 span:first-child { color: #08271d !important; }
.satan-hero--v8 .satan-hero__copy h1 span:nth-child(2) { color: #087352 !important; }

.satan-hero--v8 .satan-hero__copy h1 em {
  border: 0 !important;
  color: #fff !important;
  background: #08271d !important;
  box-shadow: 9px 9px 0 #dfff37, 0 28px 58px rgba(8,39,29,.16) !important;
}

.satan-hero--v8 .satan-hero__lead { color: #355148 !important; }
.satan-hero--v8 .satan-hero__lead strong { color: #08271d !important; }

.satan-hero--v8 .satan-hero__problem-line {
  border-color: rgba(8,39,29,.14) !important;
  background: rgba(255,255,255,.9) !important;
  box-shadow: 0 18px 48px rgba(8,39,29,.09) !important;
}

.satan-hero--v8 .satan-hero__problem-line span,
.satan-hero--v8 .satan-hero__problem-line strong {
  color: #08271d !important;
  background: #f5f7f1 !important;
}

.satan-hero--v8 .satan-hero__problem-line span:nth-of-type(2) { color: #08271d !important; background: #efff8b !important; }
.satan-hero--v8 .satan-hero__problem-line strong { color: #fff !important; background: #087352 !important; }
.satan-hero--v8 .satan-hero__problem-line i { color: #ff6948 !important; }

.satan-landing .satan-button--primary,
.satan-hero--v8 .satan-hero__actions .satan-button--primary {
  border-color: #08271d !important;
  color: #08271d !important;
  background: #dfff37 !important;
  box-shadow: 0 20px 48px rgba(8,39,29,.16), inset 0 1px rgba(255,255,255,.48) !important;
}

.satan-landing .satan-button--primary:hover {
  color: #fff !important;
  background: #087352 !important;
  box-shadow: 0 25px 58px rgba(8,115,82,.25) !important;
}

.satan-hero--v8 .satan-hero__actions .satan-button--ghost {
  border-color: rgba(8,39,29,.24) !important;
  color: #08271d !important;
  background: rgba(255,255,255,.9) !important;
}

.satan-hero--v8 .satan-hero__proof-grid > div {
  border-color: rgba(8,39,29,.13) !important;
  background: rgba(255,255,255,.86) !important;
  box-shadow: 0 12px 34px rgba(8,39,29,.055) !important;
}

.satan-hero--v8 .satan-hero__proof-grid strong { color: #087352 !important; }
.satan-hero--v8 .satan-hero__proof-grid span { color: #496158 !important; }

.satan-hero--v8 .satan-hero__mission {
  border-color: rgba(8,39,29,.12) !important;
  border-left-color: #ff6948 !important;
  color: #08271d !important;
  background: rgba(255,255,255,.85) !important;
  box-shadow: none !important;
}

.satan-hero--v8 .satan-hero__mission > span { color: #08271d !important; background: #dfff37 !important; }
.satan-hero--v8 .satan-hero__mission p { color: #496158 !important; }
.satan-hero--v8 .satan-hero__mission strong { color: #08271d !important; }

.satan-hero--v8 .satan-hero__visual::before {
  opacity: 1;
  background: radial-gradient(circle at 40% 35%, rgba(223,255,55,.72), rgba(18,169,104,.2) 45%, rgba(8,115,82,.07) 67%, transparent 68%) !important;
}

.satan-hero--v8 .satan-hero__visual-label {
  border-color: rgba(8,39,29,.2) !important;
  color: #08271d !important;
  background: rgba(255,255,255,.91) !important;
}

.satan-hero--v8 .satan-hero__visual-label > span {
  background: #ff6948 !important;
  box-shadow: 0 0 0 4px rgba(255,105,72,.16) !important;
}

.satan-hero--v8 .satan-product-frame {
  border-color: rgba(8,39,29,.24) !important;
  background: #fff !important;
  box-shadow:
    0 54px 120px rgba(8,39,29,.25),
    0 0 0 12px rgba(255,255,255,.8),
    0 0 0 14px rgba(223,255,55,.7) !important;
}

.satan-hero--v8 .satan-float-badge--students {
  border-color: #08271d !important;
  color: #08271d !important;
  background: #dfff37 !important;
  box-shadow: 0 22px 55px rgba(8,39,29,.2) !important;
}

.satan-hero--v8 .satan-float-badge--students strong,
.satan-hero--v8 .satan-float-badge--students strong span,
.satan-hero--v8 .satan-float-badge--students > span:last-child {
  color: #08271d !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.satan-hero--v8 .satan-float-badge--rating {
  border-color: rgba(8,39,29,.2) !important;
  color: #08271d !important;
  background: #fff !important;
}

.satan-hero--v8 .satan-float-badge--rating strong { color: #08271d !important; }
.satan-hero--v8 .satan-float-badge--rating .satan-stars { color: #087352 !important; }

/* Yeni metin bolumunu de mevcut site renklerine getir */
.satan-why {
  color: #08271d !important;
  background:
    radial-gradient(circle at 8% 7%, rgba(255,105,72,.16), transparent 20%),
    radial-gradient(circle at 92% 60%, rgba(223,255,55,.4), transparent 25%),
    linear-gradient(180deg, #fff 0%, #f8fff4 48%, #fff 100%) !important;
}

.satan-why::before { -webkit-text-stroke-color: #087352 !important; }
.satan-why__signal i { background: #087352 !important; box-shadow: 0 0 14px rgba(8,115,82,.35) !important; }
.satan-why__signal i:nth-child(5) { background: #dfff37 !important; }
.satan-why__index { color: #087352 !important; }
.satan-why__heading h2 span:nth-child(2) { color: #087352 !important; }
.satan-why__heading h2 em { background: #08271d !important; box-shadow: 10px 10px 0 #dfff37, 0 26px 60px rgba(8,39,29,.16) !important; }
.satan-why-card { background: radial-gradient(circle at 100% 0, rgba(223,255,55,.27), transparent 30%), #fff !important; }
.satan-why-card--green { background: linear-gradient(145deg, #087352, #08271d) !important; }
.satan-why-card--green > strong { color: #fff !important; }
.satan-why-card--green .satan-why-card__top b { color: #fff !important; }
.satan-why-card--green .satan-why-card__top span { color: #dfff37 !important; }
.satan-why-card--green > p { color: rgba(255,255,255,.78) !important; }
.satan-why-card__top span { color: #087352 !important; }
.satan-why-card > small { color: #08271d !important; background: #dfff37 !important; }
.satan-why__connector { color: #ff6948 !important; }
.satan-why__answer {
  border-color: rgba(223,255,55,.26) !important;
  background: radial-gradient(circle at 100% 0, rgba(223,255,55,.18), transparent 28%), linear-gradient(120deg, #08271d, #087352 78%, #075b42) !important;
}
.satan-why__answer-label,
.satan-why__answer h3 em,
.satan-why__proof strong { color: #dfff37 !important; }
.satan-why__answer-label i { background: #dfff37 !important; box-shadow: 0 0 0 5px rgba(223,255,55,.12), 0 0 18px rgba(223,255,55,.38) !important; }
.satan-why__answer-final { border-left-color: #ff6948 !important; }
.satan-why__proof > div::after { background: #dfff37 !important; box-shadow: 0 0 18px rgba(223,255,55,.45) !important; }
.satan-why__proof strong span { color: #dfff37 !important; }

@media (max-width: 1099px) {
  .satan-hero--v8::before { background: radial-gradient(ellipse at 64% 72%, rgba(223,255,55,.2), transparent 55%) !important; }
  .satan-hero__data-art { top: 44%; right: -16%; width: 125%; height: 57%; opacity: .58; }
}

@media (max-width: 749px) {
  .satan-hero__data-art { top: 52%; right: -38%; width: 170%; height: 48%; opacity: .45; }
  .satan-hero__data-chip { display: none; }
  .satan-why__heading h2 em { box-shadow: 6px 6px 0 #dfff37, 0 20px 44px rgba(8,39,29,.15) !important; }
}

@keyframes srV11DataFlow { to { stroke-dashoffset: -92; } }
@keyframes srV11NodePulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.55); opacity: .62; } }
@keyframes srV11Orbit { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  .satan-hero__data-line,
  .satan-hero__data-nodes circle,
  .satan-hero__data-orbits { animation: none !important; }
}
/* ============================================================
   SATANREKLAMLAR V12 — HERO SONRASI VIDEO DONUSUM SAHNESI
   ============================================================ */
.satan-section--video-impact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(92px, 10vw, 155px) 0 clamp(82px, 9vw, 135px) !important;
  color: #08271d !important;
  background:
    radial-gradient(circle at 4% 12%, rgba(255,105,72,.2), transparent 20%),
    radial-gradient(circle at 92% 18%, rgba(223,255,55,.65), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f7fff2 55%, #fff 100%) !important;
}

.satan-video-impact__grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: .48;
  background-image:
    linear-gradient(rgba(8,115,82,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,115,82,.09) 1px, transparent 1px);
  background-size: 62px 62px;
  -webkit-mask-image: radial-gradient(ellipse at 50% 45%, #000, transparent 72%);
  mask-image: radial-gradient(ellipse at 50% 45%, #000, transparent 72%);
}

.satan-video-impact__orb {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(8,115,82,.17);
  border-radius: 50%;
  pointer-events: none;
  animation: srV12VideoOrbit 23s linear infinite;
}

.satan-video-impact__orb::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 5%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #dfff37;
  box-shadow: 0 0 0 7px rgba(223,255,55,.14), 0 0 24px rgba(8,115,82,.35);
}

.satan-video-impact__orb--one {
  top: -230px;
  right: -190px;
  width: 630px;
  height: 630px;
  box-shadow: 0 0 0 65px rgba(8,115,82,.025), 0 0 0 130px rgba(223,255,55,.035);
}

.satan-video-impact__orb--two {
  bottom: -270px;
  left: -220px;
  width: 580px;
  height: 580px;
  border-style: dashed;
  animation-direction: reverse;
  animation-duration: 31s;
}

.satan-video-impact {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin-inline: auto;
  opacity: 1 !important;
  text-align: center;
  transform: none !important;
}

.satan-video-impact__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid rgba(8,39,29,.19);
  border-radius: 999px;
  color: #087352;
  background: rgba(255,255,255,.86);
  box-shadow: 0 12px 32px rgba(8,39,29,.07);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .14em;
}

.satan-video-impact__eyebrow > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6948;
  box-shadow: 0 0 0 5px rgba(255,105,72,.14), 0 0 18px rgba(255,105,72,.28);
}

.satan-video-impact h2 {
  display: grid;
  justify-items: center;
  gap: 4px;
  max-width: 1120px;
  margin: 29px auto 0 !important;
  color: #08271d !important;
  font-size: clamp(55px, 6.8vw, 103px) !important;
  font-weight: 950 !important;
  line-height: .86 !important;
  letter-spacing: -.069em !important;
  text-wrap: balance;
}

.satan-video-impact h2 > span,
.satan-video-impact h2 > strong {
  display: block;
  width: fit-content;
  max-width: 100%;
  opacity: 1 !important;
}

.satan-video-impact h2 > span:first-child { color: #08271d !important; }

.satan-video-impact h2 > strong {
  margin-block: 10px 8px;
  padding: .06em .22em .11em;
  color: #08271d !important;
  background: #dfff37;
  border-radius: 14px;
  box-shadow: 12px 12px 0 #08271d, 0 28px 60px rgba(8,39,29,.17);
  transform: rotate(-1deg);
}

.satan-video-impact h2 > span:last-child { color: #365348 !important; font-size: .63em; letter-spacing: -.052em; line-height: 1; }

.satan-video-impact h2 em {
  display: inline-block;
  padding: .06em .13em .11em;
  color: #fff !important;
  font-style: normal;
  background: #087352;
  border-radius: 9px;
  box-shadow: 0 12px 34px rgba(8,115,82,.18);
}

.satan-video-impact__equation {
  display: grid;
  grid-template-columns: minmax(0,1fr) 56px minmax(0,1fr);
  align-items: stretch;
  gap: 15px;
  max-width: 980px;
  margin: clamp(52px, 6vw, 82px) auto 0;
}

.satan-video-impact__equation > div {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 170px;
  padding: 27px 30px;
  overflow: hidden;
  border: 1px solid rgba(8,39,29,.15);
  border-radius: 20px;
  text-align: left;
  box-shadow: 0 26px 68px rgba(8,39,29,.11);
}

.satan-video-impact__equation > div::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 190px;
  height: 190px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .12;
  box-shadow: 0 0 0 35px currentColor, 0 0 0 70px currentColor;
}

.satan-video-impact__gain {
  color: #08271d;
  background: linear-gradient(145deg, #f3ffb6, #dfff37) !important;
}

.satan-video-impact__loss {
  color: #fff;
  background: linear-gradient(145deg, #ff8063, #e84f34) !important;
  animation: srV12LossPulse 3.4s ease-in-out infinite;
}

.satan-video-impact__equation small {
  color: inherit;
  opacity: .72;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .15em;
}

.satan-video-impact__equation strong {
  margin-top: 6px;
  color: inherit;
  font-size: clamp(37px, 4vw, 62px);
  font-weight: 950;
  line-height: .9;
  letter-spacing: -.06em;
}

.satan-video-impact__equation span {
  margin-top: 9px;
  color: inherit;
  opacity: .77;
  font-size: 13px;
  font-weight: 720;
}

.satan-video-impact__equation > i {
  display: grid;
  align-self: center;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(8,39,29,.17);
  border-radius: 50%;
  color: #ff6948;
  background: #fff;
  box-shadow: 0 13px 35px rgba(8,39,29,.1);
  font-size: 24px;
  font-style: normal;
  font-weight: 950;
}

.satan-video-impact > p {
  max-width: 820px;
  margin: 35px auto 0 !important;
  color: #41594f !important;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 620;
  line-height: 1.58;
}

.satan-video-shell--impact {
  position: relative;
  min-height: clamp(390px, 54vw, 680px) !important;
  margin-top: clamp(62px, 7vw, 105px) !important;
  overflow: hidden;
  border: 1px solid rgba(223,255,55,.4) !important;
  border-radius: 28px !important;
  opacity: 1 !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(223,255,55,.11), transparent 24%),
    linear-gradient(135deg, #06100c, #08271d 56%, #075b42) !important;
  box-shadow: 0 40px 110px rgba(8,39,29,.25), 0 0 0 10px rgba(223,255,55,.11) !important;
  transform: none !important;
}

.satan-video-shell--impact::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .3;
  background-image:
    linear-gradient(rgba(223,255,55,.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(223,255,55,.14) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000, transparent 72%);
  mask-image: radial-gradient(circle at 50% 50%, #000, transparent 72%);
}

.satan-video-shell--impact .satan-video-shell__play {
  z-index: 3;
  width: 102px;
  height: 102px;
  border: 1px solid #08271d;
  background: #dfff37;
  box-shadow: 0 0 0 18px rgba(223,255,55,.11), 0 0 65px rgba(223,255,55,.24);
  animation: srV12PlayPulse 2.8s ease-in-out infinite;
}

.satan-video-shell--impact .satan-video-shell__play span {
  border-left-color: #08271d;
}

.satan-video-shell--impact > strong { position: relative; z-index: 2; color: #fff !important; font-size: 18px; letter-spacing: .08em; }
.satan-video-shell--impact > small { position: relative; z-index: 2; color: rgba(255,255,255,.62) !important; }

.satan-video-shell__corners i {
  position: absolute;
  z-index: 4;
  width: 42px;
  height: 42px;
  border-color: #dfff37;
  border-style: solid;
}

.satan-video-shell__corners i:nth-child(1) { top: 22px; left: 22px; border-width: 2px 0 0 2px; }
.satan-video-shell__corners i:nth-child(2) { top: 22px; right: 22px; border-width: 2px 2px 0 0; }
.satan-video-shell__corners i:nth-child(3) { right: 22px; bottom: 22px; border-width: 0 2px 2px 0; }
.satan-video-shell__corners i:nth-child(4) { bottom: 22px; left: 22px; border-width: 0 0 2px 2px; }

.satan-video-impact__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 36px;
  padding: 25px 29px;
  border: 1px solid rgba(8,39,29,.14);
  border-radius: 19px;
  opacity: 1 !important;
  background: #fff;
  box-shadow: 0 22px 60px rgba(8,39,29,.1);
  transform: none !important;
}

.satan-video-impact__action > div { display: grid; gap: 5px; }
.satan-video-impact__action > div span { color: #087352; font-size: 9px; font-weight: 950; letter-spacing: .14em; }
.satan-video-impact__action > div strong { color: #08271d; font-size: clamp(20px, 2vw, 30px); font-weight: 950; letter-spacing: -.04em; }
.satan-video-impact__action .satan-button { flex: 0 0 auto; min-height: 58px; border-radius: 13px; }

@media (max-width: 749px) {
  .satan-section--video-impact { padding: 76px 0 82px !important; }
  .satan-video-impact { text-align: left; }
  .satan-video-impact h2 { justify-items: start; font-size: clamp(43px, 12.7vw, 60px) !important; line-height: .89 !important; }
  .satan-video-impact h2 > strong { margin-block: 7px; border-radius: 9px; box-shadow: 7px 7px 0 #08271d, 0 20px 44px rgba(8,39,29,.14); }
  .satan-video-impact h2 > span:last-child { font-size: .68em; }
  .satan-video-impact__equation { grid-template-columns: minmax(0,1fr); gap: 10px; margin-top: 42px; }
  .satan-video-impact__equation > i { width: 42px; height: 42px; margin-inline: auto; transform: rotate(90deg); }
  .satan-video-impact__equation > div { min-height: 150px; padding: 23px 21px; }
  .satan-video-impact > p { font-size: 16px; }
  .satan-video-shell--impact { min-height: 330px !important; margin-top: 56px !important; border-radius: 20px !important; }
  .satan-video-shell--impact .satan-video-shell__play { width: 78px; height: 78px; }
  .satan-video-impact__action { display: grid; padding: 22px 20px; }
  .satan-video-impact__action .satan-button { width: 100%; justify-content: center; }
}

@keyframes srV12VideoOrbit { to { transform: rotate(360deg); } }
@keyframes srV12LossPulse { 0%,100% { box-shadow: 0 26px 68px rgba(8,39,29,.11); } 50% { box-shadow: 0 28px 75px rgba(255,105,72,.25); } }
@keyframes srV12PlayPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.08); } }

@media (prefers-reduced-motion: reduce) {
  .satan-video-impact__orb,
  .satan-video-impact__loss,
  .satan-video-shell--impact .satan-video-shell__play { animation: none !important; }
}
/* V15: Beklemenin maliyeti kompozisyonu ve acik teklif karti */
.satan-video-impact__problem-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  margin: clamp(42px, 6vw, 82px) 0;
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid rgba(8, 39, 29, .13);
  border-radius: clamp(24px, 3vw, 42px);
  background: radial-gradient(circle at 8% 18%, rgba(223, 255, 55, .52), transparent 28%), linear-gradient(135deg, rgba(255,255,255,.98), rgba(240,255,235,.94));
  box-shadow: 0 35px 90px rgba(8, 39, 29, .11);
}
.satan-video-impact__problem-grid .satan-problem-radar { width: min(100%, 470px); margin: 0 auto; }
.satan-video-impact__problem-grid .satan-problem-radar > strong { font-size: clamp(44px, 4.4vw, 68px); }
.satan-video-impact__problem-grid .satan-problem-voices { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 0; }
.satan-video-impact__problem-grid .satan-problem-voices article { min-height: 170px; padding: clamp(20px, 2.2vw, 30px); }
.satan-video-impact__problem-grid .satan-problem-voices article:nth-child(2),
.satan-video-impact__problem-grid .satan-problem-voices article:nth-child(4) { transform: translateY(10px) rotate(.5deg); }

.satan-section--offer {
  padding-top: clamp(54px, 7vw, 96px) !important;
  background: radial-gradient(circle at 82% 8%, rgba(223,255,55,.48), transparent 23%), linear-gradient(180deg, #ffffff 0%, #f2fff0 100%) !important;
}
.satan-section--offer .satan-offer {
  border: 1px solid rgba(8,39,29,.14);
  color: #08271d !important;
  background: radial-gradient(circle at 92% 12%, rgba(223,255,55,.5), transparent 25%), linear-gradient(135deg, rgba(255,255,255,.99), rgba(241,255,235,.97)) !important;
  box-shadow: 0 34px 90px rgba(8,39,29,.12) !important;
}
.satan-section--offer .satan-offer::before { opacity: .07; }
.satan-section--offer .satan-offer__glow { background: rgba(8,115,82,.12); }
.satan-section--offer .satan-kicker { color: #087352 !important; }
.satan-section--offer .satan-offer h2,
.satan-section--offer .satan-offer__content > p,
.satan-section--offer .satan-offer li { color: #08271d !important; }
.satan-section--offer .satan-offer__content > p:nth-of-type(2) { color: #3f5b50 !important; }
.satan-section--offer .satan-offer li { padding: 13px 14px; border: 1px solid rgba(8,115,82,.13); border-radius: 12px; background: rgba(255,255,255,.82); }
.satan-section--offer .satan-offer__checkout { border-color: rgba(8,39,29,.15); background: rgba(255,255,255,.92); box-shadow: 0 22px 60px rgba(8,39,29,.1); }
.satan-section--offer .satan-offer__eyebrow,
.satan-section--offer .satan-offer__checkout > small { color: #496158 !important; }
.satan-section--offer .satan-price { color: #08271d !important; }
.satan-section--offer .satan-offer__guarantee { border-color: rgba(8,115,82,.2); background: #efffe7; }
.satan-section--offer .satan-offer__guarantee > b { color: #087352; }
.satan-section--offer .satan-offer__guarantee strong { color: #08271d !important; }
.satan-section--offer .satan-offer__guarantee small,
.satan-section--offer .satan-offer__checkout > p { color: #5b7068 !important; }

@media (max-width: 989px) {
  .satan-video-impact__problem-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 749px) {
  .satan-video-impact__problem-grid { margin: 34px 0 48px; padding: 28px 18px 34px; border-radius: 24px; }
  .satan-video-impact__problem-grid .satan-problem-radar { width: calc(100vw - 92px); margin-block: 10px 24px; }
  .satan-video-impact__problem-grid .satan-problem-voices { grid-template-columns: minmax(0, 1fr); }
  .satan-video-impact__problem-grid .satan-problem-voices article:nth-child(n) { min-height: 0; transform: none; }
}
/* V16: Birlesik sorun alani, gorunur takip CTA ve hareketli topluluk maddeleri */
.satan-why__contrast {
  position: relative;
  margin-top: clamp(52px, 7vw, 96px);
  padding-top: clamp(34px, 5vw, 62px);
  border-top: 1px solid rgba(8,39,29,.16);
}
.satan-why__contrast-label {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 12px;
  border: 1px solid #08271d;
  border-radius: 999px;
  color: #08271d !important;
  background: #dfff37;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .13em;
}
.satan-why__contrast .satan-contrast-grid { margin-top: 0; }

.satan-landing { padding-bottom: 74px; }
.satan-landing .satan-sticky-enroll {
  position: fixed !important;
  z-index: 9999 !important;
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  border-top: 2px solid #dfff37 !important;
  border-bottom: 0 !important;
}
.satan-mobile-cta { display: none !important; }

.satan-community__points {
  display: grid !important;
  gap: 12px !important;
  margin-top: 38px !important;
  border: 0 !important;
}
.satan-community__points > span {
  position: relative;
  isolation: isolate;
  display: flex !important;
  align-items: center;
  gap: 16px !important;
  overflow: hidden;
  padding: 18px 20px !important;
  border: 1px solid rgba(8,115,82,.18) !important;
  border-radius: 14px;
  color: #08271d !important;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 36px rgba(8,39,29,.09);
  font-size: 16px !important;
  font-weight: 820;
  line-height: 1.35;
  animation: srCommunityLift 5.8s ease-in-out infinite;
}
.satan-community__points > span:nth-child(2) { animation-delay: .7s; }
.satan-community__points > span:nth-child(3) { animation-delay: 1.4s; }
.satan-community__points > span::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 -45%;
  width: 34%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(223,255,55,.54), transparent);
  animation: srCommunitySweep 5.8s ease-in-out infinite;
}
.satan-community__points > span:nth-child(2)::after { animation-delay: .7s; }
.satan-community__points > span:nth-child(3)::after { animation-delay: 1.4s; }
.satan-community__points > span b {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  color: #08271d !important;
  background: #dfff37;
  box-shadow: 0 8px 22px rgba(8,115,82,.16);
  font-size: 11px !important;
  font-weight: 950;
  letter-spacing: .06em !important;
}
@keyframes srCommunityLift {
  0%, 76%, 100% { transform: translateY(0); box-shadow: 0 14px 36px rgba(8,39,29,.09); }
  84% { transform: translateY(-4px); box-shadow: 0 22px 46px rgba(8,115,82,.16); }
}
@keyframes srCommunitySweep {
  0%, 64% { left: -45%; opacity: 0; }
  72% { opacity: 1; }
  88%, 100% { left: 120%; opacity: 0; }
}
@media (max-width: 749px) {
  .satan-landing { padding-bottom: 60px; }
  .satan-sticky-enroll__inner { min-height: 58px !important; }
  .satan-sticky-enroll__community p > span { display: none !important; }
  .satan-community__points > span { padding: 15px 16px !important; font-size: 15px !important; }
}
@media (prefers-reduced-motion: reduce) {
  .satan-community__points > span,
  .satan-community__points > span::after { animation: none !important; }
}
/* V17: Yorum kademeleme ve 5 dakika sonra 60 saniyelik teklif */
.satan-reviews--grid:not(.is-expanded) .satan-review-card--extra { display: none !important; }
.satan-reviews--grid.is-expanded .satan-review-card--extra { display: inline-block !important; }
.satan-review-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 480px);
  min-height: 58px;
  margin: 34px auto 0;
  padding: 12px 20px;
  border: 1px solid #08271d;
  border-radius: 14px;
  color: #08271d;
  background: #dfff37;
  box-shadow: 0 18px 44px rgba(8,39,29,.14);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  transition: transform .22s ease, box-shadow .22s ease;
}
.satan-review-toggle:hover { transform: translateY(-3px); box-shadow: 0 24px 54px rgba(8,115,82,.2); }
.satan-review-toggle small { color: #365248; font-size: 11px; font-weight: 750; }
.satan-review-toggle i { font-style: normal; font-size: 18px; transition: transform .22s ease; }
.satan-review-toggle[aria-expanded="true"] i { transform: rotate(180deg); }

.satan-timed-offer[hidden] { display: none !important; }
.satan-timed-offer {
  position: fixed;
  z-index: 12000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  transition: opacity .24s ease;
}
.satan-timed-offer.is-open { opacity: 1; }
.satan-timed-offer__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(8,24,18,.74);
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.satan-timed-offer__card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100%, 650px);
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(8,39,29,.18);
  border-radius: clamp(22px, 3vw, 34px);
  color: #08271d;
  background: radial-gradient(circle at 88% 8%, rgba(223,255,55,.88), transparent 31%), linear-gradient(145deg, #fff 0%, #efffe9 100%);
  box-shadow: 0 48px 120px rgba(0,0,0,.34), 0 0 0 8px rgba(223,255,55,.1);
  transform: translateY(28px) scale(.94) rotate(-.5deg);
  transition: transform .42s cubic-bezier(.2,.8,.2,1);
}
.satan-timed-offer.is-open .satan-timed-offer__card { transform: translateY(0) scale(1) rotate(0); }
.satan-timed-offer__pulse { position: absolute; z-index: -1; inset: -38% auto auto 56%; width: 420px; aspect-ratio: 1; }
.satan-timed-offer__pulse i { position: absolute; inset: 16%; border: 1px solid rgba(8,115,82,.2); border-radius: 50%; animation: srOfferPulse 3.2s ease-out infinite; }
.satan-timed-offer__pulse i:nth-child(2) { inset: 28%; animation-delay: .65s; }
.satan-timed-offer__pulse i:nth-child(3) { inset: 40%; animation-delay: 1.3s; }
.satan-timed-offer__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(8,39,29,.16);
  border-radius: 50%;
  color: #08271d;
  background: rgba(255,255,255,.82);
  cursor: pointer;
  font-size: 24px;
}
.satan-timed-offer__eyebrow { display: inline-flex; padding: 8px 11px; border-radius: 999px; color: #fff; background: #ff6948; font-size: 10px; font-weight: 950; letter-spacing: .12em; }
.satan-timed-offer h2 { margin: 20px 0 0 !important; color: #08271d !important; font-size: clamp(45px, 8vw, 76px); font-weight: 950; line-height: .9; letter-spacing: -.06em; }
.satan-timed-offer h2 strong { display: block; color: #087352; font-size: 1.2em; }
.satan-timed-offer__card > p:not(.satan-timed-offer__status) { max-width: 520px; margin: 22px 0 0 !important; color: #365248 !important; font-size: 16px; font-weight: 650; line-height: 1.55; }
.satan-timed-offer__timer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 26px; padding: 16px 18px; border: 1px solid rgba(8,39,29,.14); border-radius: 14px; background: rgba(255,255,255,.82); }
.satan-timed-offer__timer span { color: #496158; font-size: 12px; font-weight: 800; }
.satan-timed-offer__timer strong { color: #08271d; font-variant-numeric: tabular-nums; font-size: 30px; font-weight: 950; letter-spacing: -.04em; }
.satan-timed-offer__cart { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; min-height: 60px; margin-top: 14px; padding: 14px 20px; border: 1px solid #08271d; border-radius: 14px; color: #fff; background: #08271d; box-shadow: 0 18px 42px rgba(8,39,29,.2); cursor: pointer; font: inherit; font-size: 14px; font-weight: 900; }
.satan-timed-offer__cart:disabled { cursor: wait; opacity: .72; }
.satan-timed-offer__card > small { display: block; margin-top: 13px; color: #5b7068; font-size: 10px; line-height: 1.45; text-align: center; }
.satan-timed-offer__status { min-height: 20px; margin: 10px 0 0 !important; color: #bd3f28 !important; font-size: 11px; font-weight: 800; text-align: center; }
@keyframes srOfferPulse { 0% { transform: scale(.7); opacity: 0; } 28% { opacity: 1; } 100% { transform: scale(1.55); opacity: 0; } }
@media (max-width: 749px) {
  .satan-timed-offer { padding: 14px; }
  .satan-timed-offer__card { padding: 34px 22px 28px; border-radius: 22px; }
  .satan-timed-offer h2 { font-size: clamp(46px, 16vw, 64px); }
  .satan-timed-offer__cart { font-size: 12px; }
  .satan-review-toggle { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .satan-timed-offer,
  .satan-timed-offer__card,
  .satan-timed-offer__pulse i,
  .satan-review-toggle,
  .satan-review-toggle i { animation: none !important; transition: none !important; }
}
/* V18 - Focused product page and readable community message */
.satan-community__lead {
  position: relative;
  max-width: 720px !important;
  margin-top: 28px !important;
  padding: 24px 26px 24px 30px;
  border: 1px solid rgba(8, 115, 82, 0.18);
  border-left: 5px solid #dfff37;
  border-radius: 0 18px 18px 0;
  color: #26483b !important;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(8, 39, 29, 0.1);
  opacity: 1 !important;
  font-size: 17px !important;
  font-weight: 650;
  line-height: 1.65 !important;
}
.satan-community__lead strong {
  display: block;
  margin-bottom: 8px;
  color: #08271d !important;
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.3;
}
.satan-community__lead::before {
  position: absolute;
  top: 18px;
  left: -9px;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #087352;
  box-shadow: 0 0 0 5px rgba(223, 255, 55, 0.42);
  content: "";
}

.spx-product--focused {
  overflow: hidden;
  background: #f7fbf7;
}
.spx-hero--split {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 28%, rgba(223, 255, 55, 0.42), transparent 27%),
    radial-gradient(circle at 88% 16%, rgba(8, 115, 82, 0.14), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f3faf5 58%, #fff 100%);
}
.spx-hero--split::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(8, 39, 29, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 39, 29, 0.07) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
  content: "";
}
.spx-hero--split::after {
  position: absolute;
  top: 16%;
  left: -10%;
  z-index: -1;
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid rgba(8, 115, 82, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(223, 255, 55, 0.08), 0 0 0 92px rgba(8, 115, 82, 0.04);
  content: "";
}
.spx-hero--split .spx-hero__inner {
  align-items: center;
  min-height: min(820px, calc(100vh - 80px));
}
.spx-hero--split .spx-visual--left {
  order: 1;
  min-height: 650px;
  transform: none;
}
.spx-hero--split .spx-hero__copy--right {
  order: 2;
  color: #08271d;
}
.spx-hero--split .spx-hero__copy h1,
.spx-hero--split .spx-hero__copy h1 span {
  color: #08271d !important;
}
.spx-hero--split .spx-hero__copy h1 em {
  color: #087352 !important;
}
.spx-hero--split .spx-hero__lead,
.spx-hero--split .spx-microcopy {
  color: #35564a !important;
}
.spx-hero--split .spx-proofline span {
  color: #173f31;
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(8, 115, 82, 0.18);
}
.spx-hero__actions {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 26px;
}
.spx-hero__actions .spx-form {
  flex: 1 1 260px;
}
.spx-hero__actions .spx-buy {
  min-height: 58px;
}
.spx-buy--secondary {
  display: inline-flex;
  flex: 0 1 190px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 39, 29, 0.22);
  color: #08271d !important;
  background: rgba(255, 255, 255, 0.86) !important;
  text-decoration: none;
}
.spx-buy--secondary:hover {
  border-color: #087352;
  background: #fff !important;
  transform: translateY(-2px);
}
.spx-visual__orbit {
  position: absolute;
  inset: 8% 2% 4%;
  z-index: -1;
  border: 1px solid rgba(8, 115, 82, 0.34);
  border-radius: 50%;
  animation: spxOrbitSpin 22s linear infinite;
}
.spx-visual__orbit::before,
.spx-visual__orbit::after,
.spx-visual__orbit i {
  position: absolute;
  border-radius: 50%;
  content: "";
}
.spx-visual__orbit::before { inset: 10%; border: 1px dashed rgba(8, 115, 82, 0.42); }
.spx-visual__orbit::after { inset: 24%; border: 1px solid rgba(223, 255, 55, 0.8); }
.spx-visual__orbit i { width: 13px; height: 13px; background: #dfff37; box-shadow: 0 0 26px rgba(223, 255, 55, 0.9); }
.spx-visual__orbit i:nth-child(1) { top: 8%; left: 24%; }
.spx-visual__orbit i:nth-child(2) { top: 55%; right: -6px; }
.spx-visual__orbit i:nth-child(3) { bottom: 2%; left: 30%; }
.spx-visual__signal {
  position: absolute;
  z-index: 4;
  padding: 9px 12px;
  border: 1px solid rgba(8, 39, 29, 0.18);
  border-radius: 999px;
  color: #08271d;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 32px rgba(8, 39, 29, 0.12);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  animation: spxSignalFloat 4.8s ease-in-out infinite;
}
.spx-visual__signal--one { top: 22%; left: -2%; }
.spx-visual__signal--two { right: 0; bottom: 24%; animation-delay: -2.4s; }
.spx-product--focused .spx-pain__grid article:first-child {
  border-color: rgba(223, 255, 55, 0.72);
  box-shadow: 0 20px 54px rgba(223, 255, 55, 0.12);
}
.spx-product--focused .spx-pain__grid article:first-child p { font-weight: 900; }
.spx-section--focused-value {
  padding-block: clamp(70px, 9vw, 124px);
  background:
    radial-gradient(circle at 10% 18%, rgba(223, 255, 55, 0.2), transparent 28%),
    linear-gradient(180deg, #f7fbf7 0%, #fff 100%);
}
@keyframes spxOrbitSpin { to { transform: rotate(360deg); } }
@keyframes spxSignalFloat { 50% { transform: translateY(-10px); } }
@media (prefers-reduced-motion: reduce) {
  .spx-visual__orbit,
  .spx-visual__signal { animation: none; }
}
@media (max-width: 989px) {
  .spx-hero--split .spx-hero__inner { min-height: auto; }
  .spx-hero--split .spx-visual--left { min-height: 540px; }
}
@media (max-width: 749px) {
  .satan-community__lead { padding: 20px 18px 20px 24px; font-size: 15px !important; }
  .spx-hero--split .spx-visual--left { min-height: 470px; }
  .spx-hero__actions { flex-direction: column; }
  .spx-hero__actions .spx-form,
  .spx-buy--secondary { flex-basis: auto; width: 100%; }
  .spx-visual__signal--one { top: 16%; left: 2%; }
  .spx-visual__signal--two { right: 2%; bottom: 20%; }
}
/* V19 - Editable home curriculum */
.satan-section--curriculum-v19 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(86px, 10vw, 148px);
  background:
    radial-gradient(circle at 82% 12%, rgba(223, 255, 55, 0.48), transparent 26%),
    radial-gradient(circle at 8% 88%, rgba(8, 115, 82, 0.13), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f3faf5 100%);
}
.satan-section--curriculum-v19::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(8, 39, 29, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 39, 29, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(135deg, #000 0%, transparent 72%);
  content: "";
}
.satan-section--curriculum-v19::after {
  position: absolute;
  top: -230px;
  right: -170px;
  z-index: -1;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(8, 115, 82, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(223, 255, 55, 0.08), 0 0 0 112px rgba(8, 115, 82, 0.04);
  content: "";
  animation: srCurriculumOrbit 20s linear infinite;
}
.satan-curriculum-v19__header {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto minmax(280px, 0.65fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 76px);
}
.satan-curriculum-v19__header h2 {
  max-width: 800px;
  margin: 10px 0 0;
  color: #08271d;
  font-size: clamp(44px, 6.4vw, 88px);
  font-weight: 950;
  line-height: 0.94;
  letter-spacing: -0.065em;
}
.satan-curriculum-v19__header h2 em {
  color: #087352;
  font-style: normal;
}
.satan-curriculum-v19__header > p {
  margin: 0;
  color: #35564a;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 650;
  line-height: 1.65;
}
.satan-curriculum-v19__counter {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(8, 115, 82, 0.2);
  border-radius: 20px;
  color: #08271d;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 52px rgba(8, 39, 29, 0.1);
  backdrop-filter: blur(14px);
}
.satan-curriculum-v19__counter strong {
  color: #087352;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 950;
  line-height: 0.8;
  letter-spacing: -0.06em;
}
.satan-curriculum-v19__counter span {
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.satan-curriculum-v19__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.satan-curriculum-v19__item {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 32px;
  gap: 18px;
  align-items: center;
  min-height: 116px;
  padding: 22px 24px;
  overflow: hidden;
  border: 1px solid rgba(8, 115, 82, 0.16);
  border-radius: 22px;
  color: #08271d;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(8, 39, 29, 0.07);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.satan-curriculum-v19__item::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(108deg, transparent 20%, rgba(223, 255, 55, 0.42) 49%, transparent 76%);
  transform: translateX(-115%);
  content: "";
  transition: transform 0.75s cubic-bezier(0.2, 0.75, 0.25, 1);
}
.satan-curriculum-v19__item:hover {
  border-color: rgba(8, 115, 82, 0.46);
  box-shadow: 0 24px 58px rgba(8, 39, 29, 0.13);
  transform: translateY(-5px);
}
.satan-curriculum-v19__item:hover::before { transform: translateX(115%); }
.satan-curriculum-v19__item > * { position: relative; z-index: 1; }
.satan-curriculum-v19__number {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: #08271d;
  background: #dfff37;
  box-shadow: 0 10px 28px rgba(190, 224, 0, 0.3);
  font-size: 13px;
  font-weight: 950;
}
.satan-curriculum-v19__item h3 {
  margin: 0;
  color: #08271d;
  font-size: clamp(17px, 1.7vw, 23px);
  font-weight: 900;
  line-height: 1.23;
  letter-spacing: -0.025em;
}
.satan-curriculum-v19__item p {
  margin: 7px 0 0;
  color: #527064;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.satan-curriculum-v19__item > i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(8, 115, 82, 0.22);
  border-radius: 50%;
  color: #087352;
  background: #fff;
  font-style: normal;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}
.satan-curriculum-v19__item:hover > i {
  color: #fff;
  background: #087352;
  transform: rotate(45deg);
}
.satan-curriculum-v19__footer {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(8, 39, 29, 0.12);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(223, 255, 55, 0.18), transparent 28%),
    #08271d;
  box-shadow: 0 22px 60px rgba(8, 39, 29, 0.2);
}
.satan-curriculum-v19__footer > span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #dfff37;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
}
.satan-curriculum-v19__footer > span b {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #dfff37;
  box-shadow: 0 0 0 7px rgba(223, 255, 55, 0.13);
  animation: srCurriculumPulse 1.8s ease-in-out infinite;
}
.satan-curriculum-v19__footer p {
  margin: 0;
  color: #d5e3dd;
  font-size: 14px;
  line-height: 1.5;
}
.satan-curriculum-v19__footer a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 14px;
  color: #08271d;
  background: #dfff37;
  box-shadow: 0 14px 34px rgba(190, 224, 0, 0.25);
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.satan-curriculum-v19__footer a:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(190, 224, 0, 0.38); }
.satan-curriculum-v19__footer a i { font-style: normal; }
@keyframes srCurriculumOrbit { to { transform: rotate(360deg); } }
@keyframes srCurriculumPulse { 50% { opacity: 0.48; transform: scale(0.8); } }
@media (prefers-reduced-motion: reduce) {
  .satan-section--curriculum-v19::after,
  .satan-curriculum-v19__footer > span b { animation: none; }
}
@media (max-width: 989px) {
  .satan-curriculum-v19__header { grid-template-columns: 1fr auto; }
  .satan-curriculum-v19__header > p { grid-column: 1 / -1; max-width: 720px; }
  .satan-curriculum-v19__footer { grid-template-columns: 1fr auto; }
  .satan-curriculum-v19__footer p { grid-column: 1 / -1; grid-row: 2; }
}
@media (max-width: 749px) {
  .satan-section--curriculum-v19 { padding-block: 76px; }
  .satan-curriculum-v19__header { grid-template-columns: 1fr; }
  .satan-curriculum-v19__header h2 { font-size: clamp(42px, 13.6vw, 62px); }
  .satan-curriculum-v19__counter { width: max-content; }
  .satan-curriculum-v19__grid { grid-template-columns: 1fr; }
  .satan-curriculum-v19__item { grid-template-columns: 42px minmax(0, 1fr) 28px; min-height: 104px; padding: 18px; gap: 13px; }
  .satan-curriculum-v19__number { width: 42px; height: 42px; border-radius: 13px; }
  .satan-curriculum-v19__footer { grid-template-columns: 1fr; padding: 22px; }
  .satan-curriculum-v19__footer p { grid-column: auto; grid-row: auto; }
  .satan-curriculum-v19__footer a { width: 100%; justify-content: center; }
}
/* V20 - Product symmetry and sticky proof */
.spx-product--focused { padding-bottom: 128px; }
.spx-hero--split .spx-hero__inner {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(38px, 5vw, 74px) !important;
}
.spx-hero--split .spx-visual--left {
  width: min(100%, 570px) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  justify-self: center;
}
.spx-hero--split .spx-hero__copy--right {
  width: min(100%, 620px);
  margin: 0 auto;
  justify-self: center;
}
.spx-hero--split .spx-hero__copy h1 {
  max-width: 100% !important;
  font-size: clamp(44px, 4.65vw, 70px) !important;
  line-height: .92 !important;
  letter-spacing: -.052em !important;
  overflow-wrap: normal;
  word-break: normal;
}
.spx-hero--split .spx-hero__copy h1 span,
.spx-hero--split .spx-hero__copy h1 em { max-width: 100%; white-space: normal; }
.spx-hero--split .spx-hero__copy h1 em {
  width: 100% !important;
  margin-top: 16px !important;
  padding: .18em .2em .22em !important;
  font-size: clamp(27px, 3vw, 43px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.038em !important;
  text-wrap: balance;
}
.spx-sticky-purchase {
  position: fixed;
  right: 0;
  bottom: 14px;
  left: 0;
  z-index: 9999;
  width: min(1180px, calc(100% - 28px));
  margin-inline: auto;
  filter: drop-shadow(0 24px 46px rgba(8,39,29,.2));
}
.spx-sticky-purchase__review {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(610px, calc(100% - 24px));
  margin: 0 0 10px 18px;
  padding: 13px 16px;
  border: 1px solid rgba(8,115,82,.22);
  border-radius: 16px;
  color: #08271d;
  background: rgba(255,255,255,.97);
  box-shadow: 0 14px 38px rgba(8,39,29,.13);
  backdrop-filter: blur(16px);
}
.spx-sticky-purchase__stars { flex: 0 0 auto; color: #087352; font-size: 13px; letter-spacing: 1px; }
.spx-sticky-purchase__review p { display: grid; gap: 4px; margin: 0; min-width: 0; }
.spx-sticky-purchase__review strong { color: #173f31; font-size: 12px; font-weight: 800; line-height: 1.35; }
.spx-sticky-purchase__review span { color: #5a746a; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.spx-sticky-purchase__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(223,255,55,.46);
  border-radius: 20px;
  color: #fff;
  background: radial-gradient(circle at 74% 20%, rgba(223,255,55,.15), transparent 26%), #08271d;
  box-shadow: inset 0 1px rgba(255,255,255,.08);
}
.spx-sticky-purchase__community { display: flex; align-items: center; gap: 13px; min-width: 0; }
.spx-sticky-purchase__community > b { display: grid; flex: 0 0 auto; width: 44px; height: 44px; place-items: center; border-radius: 13px; color: #08271d; background: #dfff37; font-size: 12px; font-weight: 950; }
.spx-sticky-purchase__community p { display: grid; gap: 3px; margin: 0; min-width: 0; }
.spx-sticky-purchase__community strong { color: #dfff37; font-size: 10px; font-weight: 950; letter-spacing: .08em; }
.spx-sticky-purchase__community p > span { color: #fff; font-size: clamp(13px,1.4vw,17px); font-weight: 850; line-height: 1.2; }
.spx-sticky-purchase__form { flex: 0 0 auto; }
.spx-sticky-purchase__form button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px; border: 1px solid rgba(255,255,255,.7); border-radius: 13px; color: #08271d; background: #dfff37; box-shadow: 0 13px 32px rgba(190,224,0,.22); cursor: pointer; font-size: 12px; font-weight: 950; }
.spx-sticky-purchase__form button:hover:not(:disabled) { transform: translateY(-2px); }
.spx-sticky-purchase__form button:disabled { opacity: .5; cursor: not-allowed; }
@media (max-width: 989px) {
  .spx-hero--split .spx-hero__inner { grid-template-columns: minmax(0,1fr) !important; }
  .spx-hero--split .spx-visual--left { width: min(86vw, 540px) !important; }
  .spx-hero--split .spx-hero__copy--right { width: min(100%, 680px); }
}
@media (max-width: 749px) {
  .spx-product--focused { padding-bottom: 166px; }
  .spx-hero--split .spx-hero__copy h1 { font-size: clamp(40px, 12vw, 56px) !important; }
  .spx-hero--split .spx-hero__copy h1 em { font-size: clamp(25px, 7.7vw, 34px) !important; }
  .spx-sticky-purchase { bottom: 8px; width: calc(100% - 14px); }
  .spx-sticky-purchase__review { gap: 9px; width: calc(100% - 12px); margin: 0 auto 6px; padding: 9px 11px; border-radius: 13px; }
  .spx-sticky-purchase__stars { font-size: 10px; }
  .spx-sticky-purchase__review strong { display: -webkit-box; overflow: hidden; font-size: 10px; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .spx-sticky-purchase__review span { font-size: 8px; }
  .spx-sticky-purchase__bar { min-height: 64px; padding: 8px; border-radius: 16px; }
  .spx-sticky-purchase__community > b { width: 38px; height: 38px; }
  .spx-sticky-purchase__community strong { font-size: 8px; }
  .spx-sticky-purchase__community p > span { display: none; }
  .spx-sticky-purchase__form button { min-height: 46px; padding: 0 13px; font-size: 10px; }
}
/* V21 - Premium hero price */
.spx-hero-price {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 18px 20px;
  overflow: hidden;
  border: 1px solid rgba(223, 255, 55, .55);
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(223, 255, 55, .2), transparent 32%),
    #08271d;
  box-shadow: 0 18px 48px rgba(8, 39, 29, .16);
}
.spx-hero-price::after {
  position: absolute;
  top: -28px;
  right: 22%;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(223, 255, 55, .16);
  border-radius: 50%;
  content: "";
}
.spx-hero-price > * { position: relative; z-index: 1; }
.spx-hero-price > div { display: grid; gap: 5px; }
.spx-hero-price span { color: #dfff37; font-size: 9px; font-weight: 950; letter-spacing: .12em; }
.spx-hero-price small { color: #cfddd7; font-size: 11px; font-weight: 700; }
.spx-hero-price strong { color: #fff; font-size: clamp(31px, 3.7vw, 48px); font-weight: 950; line-height: .9; letter-spacing: -.055em; white-space: nowrap; }
@media (max-width: 749px) {
  .spx-hero-price { align-items: center; padding: 16px; }
  .spx-hero-price strong { font-size: clamp(29px, 9vw, 39px); }
  .spx-hero-price small { font-size: 9px; }
}
/* V22 - Lifetime access and Q&A perks */
.spx-access-perks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.spx-access-perks article {
  position: relative;
  isolation: isolate;
  min-height: 132px;
  padding: 19px 18px 17px;
  overflow: hidden;
  border: 1px solid rgba(8, 115, 82, .22);
  border-radius: 20px;
  background: linear-gradient(145deg, #073f31 0%, #096149 100%);
  box-shadow: 0 18px 34px rgba(7, 63, 49, .15);
}
.spx-access-perks article::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 128px;
  height: 128px;
  top: -76px;
  right: -42px;
  border-radius: 50%;
  border: 22px solid rgba(223, 255, 55, .16);
  box-shadow: 0 0 45px rgba(223, 255, 55, .2);
}
.spx-access-perks article:nth-child(2) {
  border-color: rgba(167, 202, 10, .52);
  background: linear-gradient(140deg, #f7ffdf 0%, #e4ff6c 100%);
  box-shadow: 0 18px 34px rgba(145, 177, 0, .14);
}
.spx-access-perks article:nth-child(2)::before {
  border-color: rgba(8, 115, 82, .12);
  box-shadow: 0 0 45px rgba(8, 115, 82, .12);
}
.spx-access-perks span,
.spx-access-perks strong,
.spx-access-perks small { display: block; position: relative; z-index: 1; }
.spx-access-perks span {
  margin-bottom: 10px;
  color: #dfff37;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .13em;
}
.spx-access-perks strong {
  color: #fff;
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: -.025em;
}
.spx-access-perks small {
  margin-top: 8px;
  color: #d8e7e1;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}
.spx-access-perks article:nth-child(2) span { color: #087352; }
.spx-access-perks article:nth-child(2) strong { color: #08271d; }
.spx-access-perks article:nth-child(2) small { color: #335346; }
@media (max-width: 640px) {
  .spx-access-perks { grid-template-columns: 1fr; }
  .spx-access-perks article { min-height: 0; padding: 16px; }
  .spx-access-perks strong { font-size: 18px; }
}
/* V23 - Embedded YouTube video */
.satan-video-shell--impact.satan-video-shell--embedded {
  display: block;
  min-height: 0 !important;
  padding: clamp(8px, 1vw, 13px);
  background: linear-gradient(145deg, #06100c, #0a3f30) !important;
}
.satan-video-shell--embedded::before,
.satan-video-shell--embedded .satan-video-shell__scan,
.satan-video-shell--embedded .satan-video-shell__corners {
  z-index: 3;
  pointer-events: none;
}
.satan-video-facade,
.satan-video-embed {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  background: #050806;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}
.satan-video-facade > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .4s ease;
}
.satan-video-facade::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(3, 19, 13, .42));
  pointer-events: none;
}
.satan-video-facade__button {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  display: grid;
  grid-template-columns: 58px auto;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 6px 22px 6px 7px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  color: #fff;
  background: rgba(6, 31, 23, .9);
  box-shadow: 0 18px 46px rgba(0,0,0,.35), 0 0 0 7px rgba(223,255,55,.14);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.satan-video-facade__button span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: #dfff37;
  box-shadow: 0 0 25px rgba(223,255,55,.32);
}
.satan-video-facade__button span::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #08271d;
}
.satan-video-facade__button strong {
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .02em;
  white-space: nowrap;
}
.satan-video-facade:hover > img { transform: scale(1.025); filter: saturate(1.08) contrast(1.02); }
.satan-video-facade__button:hover { background: #087352; box-shadow: 0 22px 52px rgba(0,0,0,.4), 0 0 0 9px rgba(223,255,55,.18); transform: translate(-50%, -53%); }
.satan-video-facade.is-playing { background: #050806; }
.satan-video-facade.is-playing .satan-video-embed { border-radius: 0; box-shadow: none; }
@media (max-width: 640px) {
  .satan-video-shell--impact.satan-video-shell--embedded { min-height: 0 !important; padding: 7px; }
  .satan-video-facade,
  .satan-video-embed { border-radius: 14px; }
  .satan-video-facade__button { grid-template-columns: 48px auto; min-height: 58px; padding-right: 16px; }
  .satan-video-facade__button span { width: 48px; height: 48px; }
  .satan-video-facade__button strong { font-size: 11px; }
}
/* V25 - Expandable 66-item curriculum */
.satan-curriculum-v19__item[hidden] { display: none !important; }
.satan-curriculum-v19__toggle {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 46px;
  gap: 16px;
  align-items: center;
  width: min(760px, 100%);
  min-height: 78px;
  margin: 30px auto 0;
  padding: 14px 16px 14px 24px;
  overflow: hidden;
  border: 1px solid rgba(223, 255, 55, .72);
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(120deg, #061f17 0%, #087352 64%, #0b9b6b 100%);
  box-shadow: 0 24px 60px rgba(8, 83, 60, .22), 0 0 0 7px rgba(223, 255, 55, .1);
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}
.satan-curriculum-v19__toggle::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 210px;
  height: 210px;
  right: -90px;
  top: -110px;
  border: 32px solid rgba(223, 255, 55, .14);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(223, 255, 55, .2);
}
.satan-curriculum-v19__toggle::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(105deg, transparent 0 42%, rgba(255,255,255,.13) 50%, transparent 58% 100%);
  transform: translateX(-120%);
  animation: srCurriculumSweep 3.8s ease-in-out infinite;
}
.satan-curriculum-v19__toggle > span {
  text-align: left;
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -.025em;
}
.satan-curriculum-v19__toggle > small {
  padding: 8px 11px;
  border: 1px solid rgba(223,255,55,.34);
  border-radius: 999px;
  color: #dfff37;
  background: rgba(2, 24, 17, .38);
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}
.satan-curriculum-v19__toggle > i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  color: #08271d;
  background: #dfff37;
  font-size: 23px;
  font-style: normal;
  font-weight: 950;
  box-shadow: 0 10px 30px rgba(223,255,55,.24);
  transition: transform .25s ease;
}
.satan-curriculum-v19__toggle:hover { transform: translateY(-3px); box-shadow: 0 30px 70px rgba(8,83,60,.29), 0 0 0 9px rgba(223,255,55,.12); }
.satan-curriculum-v19__toggle[aria-expanded="true"] > i { transform: rotate(180deg); }
@keyframes srCurriculumSweep { 0%, 62% { transform: translateX(-120%); } 100% { transform: translateX(120%); } }
@media (max-width: 640px) {
  .satan-curriculum-v19__toggle { grid-template-columns: minmax(0,1fr) 42px; gap: 10px; min-height: 82px; padding: 14px 14px 14px 17px; }
  .satan-curriculum-v19__toggle > small { grid-column: 1; width: max-content; margin-top: -4px; }
  .satan-curriculum-v19__toggle > i { grid-column: 2; grid-row: 1 / span 2; width: 42px; height: 42px; }
}
@media (prefers-reduced-motion: reduce) { .satan-curriculum-v19__toggle::after { animation: none; } }
/* V26 - Below-the-fold rendering optimization */
@supports (content-visibility: auto) {
  .satan-why,
  .satan-section--curriculum-v19,
  .satan-section--community,
  .satan-section--reviews,
  .satan-section--offer,
  .satan-section--faq,
  .spx-section--focused-value,
  .satan-product-reviews {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .satan-video-facade > img,
  .satan-video-facade__button { transition: none; }
}
/* SatanReklamlar V32: video hero altındaki ilk içerik */
.satan-section--video-impact .satan-shell > .satan-video-shell--impact:first-child {
  margin-top: 0 !important;
  margin-bottom: clamp(34px, 5vw, 64px) !important;
}
/* SatanReklamlar V33: 30 saniyelik kısa yorum rotasyonu */
.sr-sticky-review-rotator { position: relative; isolation: isolate; overflow: hidden; }
.sr-sticky-review-rotator::before { content:""; position:absolute; inset:-60% auto -60% -22%; z-index:-1; width:46%; background:linear-gradient(100deg,transparent,rgba(223,255,55,.22),transparent); transform:skewX(-18deg); animation:srReviewGlow 5s ease-in-out infinite; }
.sr-sticky-review-rotator__viewport { position:relative; display:grid; min-width:0; min-height:48px; align-items:center; }
.sr-sticky-review-rotator [data-review-item] { grid-area:1/1; margin:0; opacity:0; visibility:hidden; transform:translateY(12px) scale(.985); filter:blur(5px); transition:opacity .55s ease,transform .55s ease,filter .55s ease; }
.sr-sticky-review-rotator [data-review-item].is-active { position:relative; opacity:1; visibility:visible; transform:translateY(0) scale(1); filter:blur(0); }
.sr-sticky-review-rotator.is-changing { box-shadow:0 16px 46px rgba(8,115,82,.16),inset 0 0 0 1px rgba(223,255,55,.32); }
.sr-sticky-review-rotator__progress { position:absolute; right:18px; bottom:5px; left:18px; height:2px; overflow:hidden; border-radius:999px; background:rgba(8,115,82,.12); }
.sr-sticky-review-rotator__progress i { display:block; width:100%; height:100%; transform-origin:left; background:linear-gradient(90deg,#087352,#dfff37); animation:srReviewProgress var(--sr-review-duration,30000ms) linear infinite; }
@keyframes srReviewProgress { from{transform:scaleX(0)} to{transform:scaleX(1)} }
@keyframes srReviewGlow { 0%,55%{transform:translateX(-30%) skewX(-18deg);opacity:0} 72%{opacity:1} 100%{transform:translateX(330%) skewX(-18deg);opacity:0} }
@media(prefers-reduced-motion:reduce){.sr-sticky-review-rotator::before,.sr-sticky-review-rotator__progress i{animation:none}.sr-sticky-review-rotator [data-review-item]{transition:none}}
/* SatanReklamlar V35: square and symmetric main education product hero */
@media (min-width: 990px) {
  .spx-hero--split .spx-hero__inner {
    container-type: inline-size;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px !important;
    align-items: start !important;
    min-height: 0 !important;
    padding-block: 56px !important;
  }

  .spx-hero--split .spx-visual--left,
  .spx-hero--split .spx-hero__copy--right {
    box-sizing: border-box;
    width: 100% !important;
    height: calc((100cqw - 34px) / 2) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    aspect-ratio: 1 / 1 !important;
    align-self: start !important;
    justify-self: stretch !important;
    overflow: hidden !important;
  }

  .spx-hero--split .spx-visual--left {
    display: grid !important;
    padding: 16px !important;
    place-items: center !important;
  }

  .spx-hero--split .spx-visual--left > img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border-radius: 20px;
    object-fit: contain;
    object-position: center;
  }

  .spx-hero--split .spx-hero__copy--right {
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto;
    padding: 0 !important;
  }

  .spx-hero__copy-scroll {
    min-height: 0;
    padding: clamp(24px, 2.55cqw, 34px) clamp(26px, 2.8cqw, 38px) 20px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(8, 115, 82, .48) transparent;
  }

  .spx-hero__copy-scroll::-webkit-scrollbar {
    width: 6px;
  }

  .spx-hero__copy-scroll::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(8, 115, 82, .42);
  }

  .spx-hero__purchase {
    position: relative;
    z-index: 4;
    padding: 14px clamp(26px, 2.8cqw, 38px) 24px;
    border-top: 1px solid rgba(8, 115, 82, .12);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 -18px 34px rgba(8, 39, 29, .06);
  }

  .spx-hero__purchase .spx-hero-price {
    margin-top: 0;
    padding: 14px 16px;
  }

  .spx-hero__purchase .spx-hero-price strong {
    font-size: clamp(30px, 3.1cqw, 42px);
  }

  .spx-hero__purchase .spx-hero__actions {
    margin-top: 12px;
  }

  .spx-hero__purchase .spx-buy {
    min-height: 50px;
    padding-block: 12px;
  }

  .spx-hero__purchase .spx-microcopy {
    margin-top: 8px !important;
  }

  .spx-hero__copy-scroll .spx-badge {
    margin-bottom: 14px;
  }

  .spx-hero__copy-scroll h1 {
    font-size: clamp(39px, 4.1cqw, 56px) !important;
  }

  .spx-hero__copy-scroll h1 em {
    margin-top: 10px !important;
    font-size: clamp(24px, 2.7cqw, 36px) !important;
  }

  .spx-hero__copy-scroll .spx-hero__lead {
    margin-top: 18px !important;
    font-size: clamp(14px, 1.35cqw, 18px);
    line-height: 1.48;
  }

  .spx-hero__copy-scroll .spx-proofline {
    gap: 7px;
    margin-top: 16px;
  }

  .spx-hero__copy-scroll .spx-proofline span {
    padding: 7px 9px;
    font-size: 9px;
  }

  .spx-hero__copy-scroll .spx-access-perks {
    gap: 8px;
    margin-top: 14px;
  }

  .spx-hero__copy-scroll .spx-access-perks article {
    min-height: 108px;
    padding: 14px;
    border-radius: 16px;
  }

  .spx-hero__copy-scroll .spx-access-perks span {
    margin-bottom: 7px;
    font-size: 8px;
  }

  .spx-hero__copy-scroll .spx-access-perks strong {
    font-size: clamp(15px, 1.45cqw, 19px);
  }

  .spx-hero__copy-scroll .spx-access-perks small {
    margin-top: 6px;
    font-size: 9px;
  }
}

@media (max-width: 989px) {
  .spx-hero--split .spx-visual--left {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .spx-hero--split .spx-visual--left > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .spx-hero--split .spx-hero__copy--right {
    display: block;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
  }

  .spx-hero__copy-scroll {
    overflow: visible;
  }

  .spx-hero__purchase {
    padding: 0;
    border-top: 0;
    background: transparent;
    box-shadow: none;
  }
}

/* SatanReklamlar V36: compact, high-impact problem hero */
.spx-problem-hero {
  position: relative;
  padding: 18px 0 0;
  overflow: hidden;
  background: #fff;
}

.spx-problem-hero__card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(360px, .87fr);
  height: clamp(250px, 21vw, 310px);
  overflow: hidden;
  border: 1px solid rgba(223, 255, 55, .46);
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 24% 16%, rgba(223, 255, 55, .17), transparent 27%),
    linear-gradient(112deg, #041f17 0%, #073f31 52%, #05120e 100%);
  box-shadow: 0 30px 76px rgba(8, 39, 29, .22), inset 0 1px rgba(255, 255, 255, .1);
}

.spx-problem-hero__card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .34;
  background-image:
    linear-gradient(rgba(223, 255, 55, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(223, 255, 55, .09) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, #000 0 55%, transparent 82%);
  content: "";
}

.spx-problem-hero__card::after {
  position: absolute;
  z-index: 3;
  inset: auto 34% -100px auto;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(223, 255, 55, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(223, 255, 55, .05), 0 0 80px rgba(223, 255, 55, .13);
  content: "";
  pointer-events: none;
}

.spx-problem-hero__copy {
  position: relative;
  z-index: 5;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 3.6vw, 52px);
}

.spx-problem-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 16px;
}

.spx-problem-hero__eyebrow,
.spx-problem-hero__guarantee {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  min-height: 31px;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.spx-problem-hero__eyebrow {
  border: 1px solid rgba(255, 255, 255, .28);
  color: #d9e7e1;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
}

.spx-problem-hero__eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff6948;
  box-shadow: 0 0 0 6px rgba(255, 105, 72, .13), 0 0 20px rgba(255, 105, 72, .8);
  animation: spxProblemPulse 1.8s ease-in-out infinite;
}

.spx-problem-hero__guarantee {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  color: #08271d;
  background: #dfff37;
  box-shadow: 0 10px 30px rgba(223, 255, 55, .2);
}

.spx-problem-hero__guarantee::after {
  position: absolute;
  inset: -20% auto -20% -34%;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .8), transparent);
  transform: skewX(-18deg);
  animation: spxProblemShine 3.8s ease-in-out infinite;
  content: "";
}

.spx-problem-hero__guarantee b {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #087352;
  font-size: 10px;
}

.spx-problem-hero h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: var(--font-heading--family, Arial, sans-serif);
  font-size: clamp(32px, 4.2vw, 59px);
  font-weight: 950;
  line-height: .94;
  letter-spacing: -.058em;
  text-wrap: balance;
}

.spx-problem-hero h2 em {
  color: #dfff37;
  font-style: normal;
  text-shadow: 0 0 34px rgba(223, 255, 55, .2);
}

.spx-problem-hero__copy > a {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 10px;
  margin-top: 19px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.spx-problem-hero__copy > a span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 10px;
  color: #08271d;
  background: #dfff37;
  box-shadow: 0 9px 25px rgba(223, 255, 55, .23);
  transition: transform .25s ease;
}

.spx-problem-hero__copy > a:hover span {
  transform: translate(3px, -3px);
}

.spx-problem-hero__media {
  position: relative;
  z-index: 2;
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.spx-problem-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #073f31 0%, rgba(7, 63, 49, .42) 18%, transparent 56%), linear-gradient(180deg, transparent 52%, rgba(3, 19, 13, .3));
  content: "";
  pointer-events: none;
}

.spx-problem-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(1.12) contrast(1.06);
  transform: scale(1.035);
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}

.spx-problem-hero__card:hover .spx-problem-hero__media img {
  transform: scale(1.075);
}

.spx-problem-hero__scan {
  position: absolute;
  z-index: 6;
  top: 0;
  bottom: 0;
  left: 42%;
  width: 2px;
  opacity: .68;
  background: linear-gradient(180deg, transparent, #dfff37 25% 75%, transparent);
  box-shadow: 0 0 22px rgba(223, 255, 55, .72);
  animation: spxProblemScan 5.6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes spxProblemPulse {
  50% { opacity: .5; transform: scale(.78); }
}

@keyframes spxProblemShine {
  0%, 55% { left: -34%; opacity: 0; }
  72% { opacity: 1; }
  100% { left: 122%; opacity: 0; }
}

@keyframes spxProblemScan {
  0%, 100% { left: 41%; opacity: .18; }
  50% { left: 96%; opacity: .8; }
}

@media (max-width: 749px) {
  .spx-problem-hero {
    padding: 10px 10px 0;
  }

  .spx-problem-hero__card {
    display: block;
    height: 310px;
    border-radius: 23px;
  }

  .spx-problem-hero__copy {
    height: 100%;
    padding: 25px 20px;
    background: linear-gradient(90deg, rgba(3, 26, 19, .96) 0 38%, rgba(3, 26, 19, .7) 68%, rgba(3, 26, 19, .28) 100%);
  }

  .spx-problem-hero__badges {
    gap: 7px;
    margin-bottom: 13px;
  }

  .spx-problem-hero__eyebrow,
  .spx-problem-hero__guarantee {
    min-height: 28px;
    padding: 5px 9px;
    font-size: 7px;
  }

  .spx-problem-hero h2 {
    width: min(92%, 470px);
    font-size: clamp(31px, 9.7vw, 45px);
  }

  .spx-problem-hero__copy > a {
    margin-top: 15px;
  }

  .spx-problem-hero__media {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .spx-problem-hero__media::after {
    background: linear-gradient(90deg, rgba(3, 26, 19, .2), transparent);
  }

  .spx-problem-hero__media img {
    object-position: 61% center;
  }

  .spx-problem-hero__card::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spx-problem-hero__eyebrow i,
  .spx-problem-hero__guarantee::after,
  .spx-problem-hero__scan {
    animation: none;
  }

  .spx-problem-hero__media img {
    transition: none;
  }
}

/* SatanReklamlar V37: slim, page-integrated problem strip */
.spx-problem-hero {
  padding: 8px 0 0;
  background: #f7fbf7;
}

.spx-problem-hero__card {
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr);
  height: clamp(150px, 12vw, 174px);
  border-color: rgba(8, 115, 82, .16);
  border-radius: 20px;
  color: #08271d;
  background:
    radial-gradient(circle at 28% 0%, rgba(223, 255, 55, .24), transparent 30%),
    linear-gradient(105deg, #fff 0%, #f4faf5 58%, #eaf6ee 100%);
  box-shadow: 0 18px 44px rgba(8, 39, 29, .09), inset 0 1px #fff;
}

.spx-problem-hero__card::before {
  opacity: .16;
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.spx-problem-hero__card::after {
  right: 31%;
  bottom: -92px;
  width: 150px;
  height: 150px;
  box-shadow: 0 0 0 20px rgba(223, 255, 55, .045), 0 0 50px rgba(8, 115, 82, .08);
}

.spx-problem-hero__copy {
  padding: 16px clamp(24px, 3vw, 40px);
}

.spx-problem-hero__badges {
  gap: 7px;
  margin-bottom: 9px;
}

.spx-problem-hero__eyebrow,
.spx-problem-hero__guarantee {
  min-height: 25px;
  padding: 4px 9px;
  font-size: 7px;
}

.spx-problem-hero__eyebrow {
  border-color: rgba(8, 115, 82, .18);
  color: #35564a;
  background: rgba(255, 255, 255, .84);
}

.spx-problem-hero__eyebrow i {
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 4px rgba(255, 105, 72, .1), 0 0 14px rgba(255, 105, 72, .54);
}

.spx-problem-hero__guarantee {
  border-color: rgba(8, 115, 82, .24);
  box-shadow: 0 7px 20px rgba(159, 190, 0, .13);
}

.spx-problem-hero__guarantee b {
  width: 16px;
  height: 16px;
  font-size: 8px;
}

.spx-problem-hero h2 {
  max-width: 780px;
  color: #08271d;
  font-size: clamp(27px, 3.15vw, 41px);
  line-height: .98;
  letter-spacing: -.048em;
}

.spx-problem-hero h2 em {
  color: #087352;
  text-shadow: none;
}

.spx-problem-hero__media::after {
  background:
    linear-gradient(90deg, #f4faf5 0%, rgba(244, 250, 245, .82) 17%, rgba(244, 250, 245, .16) 58%, transparent 78%),
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(3, 19, 13, .15));
}

.spx-problem-hero__media img {
  object-position: 56% center;
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.02);
}

.spx-problem-hero__card:hover .spx-problem-hero__media img {
  transform: scale(1.045);
}

.spx-problem-hero__scan {
  left: 54%;
  width: 1px;
  opacity: .32;
  box-shadow: 0 0 14px rgba(223, 255, 55, .48);
}

@media (max-width: 749px) {
  .spx-problem-hero {
    padding: 6px 7px 0;
  }

  .spx-problem-hero__card {
    height: 210px;
    border-radius: 17px;
  }

  .spx-problem-hero__copy {
    padding: 15px 14px;
    background: linear-gradient(90deg, #f7fbf7 0 56%, rgba(247, 251, 247, .93) 70%, rgba(247, 251, 247, .42) 100%);
  }

  .spx-problem-hero__badges {
    gap: 5px;
    margin-bottom: 8px;
  }

  .spx-problem-hero__eyebrow,
  .spx-problem-hero__guarantee {
    min-height: 23px;
    padding: 3px 7px;
    font-size: 6px;
  }

  .spx-problem-hero h2 {
    width: min(88%, 430px);
    color: #08271d;
    font-size: clamp(28px, 8.8vw, 37px);
    line-height: .98;
  }

  .spx-problem-hero__media img {
    object-position: 65% center;
    opacity: .9;
  }

  .spx-problem-hero__scan {
    display: none;
  }
}

/* SatanReklamlar V38: problem strip merged into the main product hero */
.spx-hero--split > .spx-problem-hero {
  padding: 0;
  background: transparent;
}

.spx-hero--split .spx-problem-hero__card {
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  height: clamp(132px, 10.5vw, 154px);
  border: 0;
  border-top: 1px solid rgba(8, 115, 82, .13);
  border-bottom: 1px solid rgba(8, 115, 82, .13);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.spx-hero--split .spx-problem-hero__card::before {
  opacity: .11;
  mask-image: linear-gradient(90deg, #000, transparent 62%);
}

.spx-hero--split .spx-problem-hero__card::after {
  right: 28%;
  bottom: -108px;
  opacity: .55;
}

.spx-hero--split .spx-problem-hero__copy {
  padding: 13px clamp(6px, 1.8vw, 24px);
}

.spx-hero--split .spx-problem-hero__badges {
  margin-bottom: 7px;
}

.spx-hero--split .spx-problem-hero h2 {
  max-width: 800px;
  font-size: clamp(25px, 2.75vw, 37px);
  line-height: .99;
}

.spx-hero--split .spx-problem-hero__media {
  opacity: .82;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .45) 22%, #000 46%, #000 100%);
}

.spx-hero--split .spx-problem-hero__media::after {
  background: linear-gradient(90deg, transparent, rgba(247, 251, 247, .06) 42%, transparent);
}

.spx-hero--split .spx-problem-hero__media img {
  object-position: 58% center;
  mix-blend-mode: multiply;
  filter: saturate(1.04) contrast(1.01);
}

.spx-hero--split .spx-problem-hero__scan {
  opacity: .18;
}

.spx-hero--split .spx-hero__inner {
  padding-block: 36px 56px !important;
}

@media (max-width: 749px) {
  .spx-hero--split > .spx-problem-hero {
    padding: 0 7px;
  }

  .spx-hero--split .spx-problem-hero__card {
    height: 190px;
    border-radius: 0;
  }

  .spx-hero--split .spx-problem-hero__copy {
    padding: 13px 7px;
    background: linear-gradient(90deg, #f7fbf7 0 58%, rgba(247, 251, 247, .91) 72%, transparent 100%);
  }

  .spx-hero--split .spx-problem-hero h2 {
    width: min(90%, 440px);
    font-size: clamp(26px, 8.2vw, 35px);
  }

  .spx-hero--split .spx-problem-hero__media {
    opacity: .72;
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .35) 32%, #000 64%, #000 100%);
  }

  .spx-hero--split .spx-problem-hero__media img {
    mix-blend-mode: multiply;
  }

  .spx-hero--split .spx-hero__inner {
    padding-block: 30px 54px !important;
  }
}

/* SatanReklamlar V56: final mobile product hero alignment and earlier primary CTA. */
@media (max-width: 749px) {
  .spx-product--focused { padding-bottom: 136px !important; }
  .spx-hero--split .spx-hero__inner { padding-block: 26px 42px !important; }
  .spx-hero--split .spx-visual--left {
    width: min(calc(100% - 32px), 330px) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border-radius: 24px !important;
  }
  .spx-visual__identity { right: 12px !important; bottom: 12px !important; left: 12px !important; width: auto !important; min-width: 0 !important; padding: 13px 14px !important; }
  .spx-visual__identity small { overflow: hidden; font-size: 6.5px !important; letter-spacing: .12em !important; text-overflow: ellipsis; white-space: nowrap; }
  .spx-visual__identity strong { font-size: 20px !important; line-height: 1 !important; }
  .spx-visual__member { top: 14px !important; right: 14px !important; width: 82px !important; height: 82px !important; transform: none !important; }
  .spx-visual__member b { font-size: 24px !important; }
  .spx-visual__member small { font-size: 6.5px !important; letter-spacing: .07em !important; }
  .spx-visual__signal { padding: 7px 9px !important; font-size: 8px !important; animation: none !important; }
  .spx-visual__signal--one { top: 18% !important; left: 14px !important; }
  .spx-visual__signal--two { right: 14px !important; bottom: 33% !important; }
  .spx-hero--split .spx-hero__copy--right { display: flex !important; flex-direction: column !important; padding: 18px 14px 24px !important; }
  .spx-hero__copy-scroll { order: 2; }
  .spx-hero__purchase { order: -1; margin: 0 0 22px !important; padding: 16px !important; border: 1px solid rgba(8, 115, 82, .13) !important; border-radius: 20px !important; background: rgba(255, 255, 255, .96) !important; box-shadow: 0 18px 42px rgba(8, 39, 29, .09) !important; }
  .spx-hero__purchase .spx-hero-price { margin: 0 !important; padding: 14px !important; }
  .spx-hero__purchase .spx-hero__actions { gap: 8px !important; margin-top: 10px !important; }
  .spx-sticky-purchase { bottom: calc(10px + env(safe-area-inset-bottom)) !important; width: calc(100% - 20px) !important; }
  .spx-sticky-purchase__review { min-height: 44px !important; margin-bottom: 4px !important; padding: 6px 10px !important; }
  .spx-sticky-purchase__review p > span { display: none !important; }
  .spx-sticky-purchase__review strong { font-size: 9.5px !important; }
  .spx-sticky-purchase__bar { min-height: 56px !important; padding: 7px !important; border-radius: 15px !important; }
  .spx-sticky-purchase__community { gap: 8px !important; }
  .spx-sticky-purchase__community > b { width: 34px !important; height: 34px !important; }
  .spx-sticky-purchase__community strong { max-width: 110px; font-size: 7.5px !important; line-height: 1.15 !important; white-space: normal !important; }
  .spx-sticky-purchase__form button { min-height: 42px !important; padding-inline: 11px !important; font-size: 9px !important; }
}
