/* Matbet epic landing — turuncu ateş tema (Casibom şablonu ile uyumlu yapı) */
:root {
  --p: #ff6b35;
  --p-lt: #ffa737;
  --p-xl: #ffd699;
  --p-dim: rgba(255, 107, 53, 0.1);
  --p-glow: rgba(255, 107, 53, 0.45);
  --p-bdr: rgba(255, 107, 53, 0.35);
  --acc: #ff4500;
  --acc2: #ff8c42;
  --bg0: #0a0604;
  --bg1: #130d08;
  --bg2: rgba(255, 107, 53, 0.05);
  --bg2h: rgba(255, 107, 53, 0.09);
  --tx: #fef7f0;
  --tx2: rgba(254, 247, 240, 0.65);
  --tx3: rgba(254, 247, 240, 0.35);
  --bd: rgba(255, 107, 53, 0.18);
  --bd2: rgba(255, 107, 53, 0.08);
  --r: 6px;
  --rl: 10px;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}
body {
  font-family: "Inter", system-ui, sans-serif;
  background: var(--bg0);
  color: var(--tx);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 10% 0%, rgba(255, 107, 53, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 100%, rgba(255, 69, 0, 0.08) 0%, transparent 55%),
    repeating-linear-gradient(60deg, rgba(255, 107, 53, 0.018) 0px, rgba(255, 107, 53, 0.018) 1px, transparent 1px, transparent 80px);
  pointer-events: none;
  z-index: 0;
}
.blob {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(130px);
}
.blob1 {
  width: 750px;
  height: 750px;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.09) 0%, transparent 70%);
  top: -220px;
  right: -180px;
  animation: drift1 22s ease-in-out infinite;
}
.blob2 {
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(255, 69, 0, 0.08) 0%, transparent 70%);
  bottom: -50px;
  left: -120px;
  animation: drift2 27s ease-in-out infinite;
}
.blob3 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(255, 140, 66, 0.07) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  animation: drift3 20s ease-in-out infinite;
}
@keyframes drift1 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-60px, 80px) scale(1.15);
  }
}
@keyframes drift2 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(80px, -60px);
  }
}
@keyframes drift3 {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.35);
  }
}
.skip-nav {
  position: absolute;
  top: -50px;
  left: 8px;
  background: var(--p);
  color: #fff;
  padding: 8px 18px;
  border-radius: var(--r);
  text-decoration: none;
  font-weight: 700;
  z-index: 9999;
  transition: top 0.2s;
  font-size: 0.9rem;
}
.skip-nav:focus {
  top: 8px;
}
.hdr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(10, 6, 4, 0.94);
  backdrop-filter: blur(26px);
  border-bottom: 1px solid var(--bd);
  z-index: 1000;
  padding: 0.8rem 0;
}
.hdr::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--p), var(--acc), var(--p), transparent);
}
.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.hdr .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.logo {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--tx);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  letter-spacing: 0.08em;
}
.logo-ico {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, var(--p), var(--acc));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 24px var(--p-glow);
  overflow: hidden;
}
.logo-ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}
.logo-ico-fallback {
  font-size: 1rem;
  color: #fff;
  font-weight: 900;
  font-family: "Bebas Neue", sans-serif;
}
.logo span {
  color: var(--p-lt);
}
.nav {
  display: flex;
  gap: 1.85rem;
  list-style: none;
}
.nav a {
  color: var(--tx3);
  text-decoration: none;
  font-size: 0.83rem;
  font-weight: 600;
  transition: color 0.2s;
  position: relative;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.nav a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--p), var(--acc));
  transition: width 0.3s;
  border-radius: 2px;
}
.nav a:hover {
  color: var(--p-lt);
}
.nav a:hover::after {
  width: 100%;
}
.hdr-btns {
  display: flex;
  gap: 0.6rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.6rem 1.5rem;
  border-radius: var(--r);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.84rem;
  transition: all 0.25s;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.btn-p {
  background: linear-gradient(135deg, #ff6b35, #ff4500);
  color: #fff;
  box-shadow: 0 4px 22px rgba(255, 107, 53, 0.45);
  font-weight: 800;
}
.btn-p:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 36px rgba(255, 107, 53, 0.65);
  background: linear-gradient(135deg, #ffa737, #ff6b35);
}
.btn-gh {
  background: transparent;
  color: var(--tx2);
  border: 1px solid var(--p-bdr);
}
.btn-gh:hover {
  border-color: var(--p);
  color: var(--p-lt);
  background: var(--p-dim);
}
.btn-lg {
  padding: 0.95rem 2.4rem;
  font-size: 0.94rem;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: left 0.5s;
}
.btn:hover::before {
  left: 100%;
}
.pulse {
  animation: pulse-p 2.6s ease-in-out infinite;
}
@keyframes pulse-p {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.55);
  }
  50% {
    box-shadow: 0 0 0 14px transparent;
  }
}
.hero {
  padding: 9rem 0 5rem;
  text-align: center;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 850px;
  height: 550px;
  background: radial-gradient(ellipse, rgba(255, 107, 53, 0.07) 0%, transparent 65%);
  pointer-events: none;
}
.badge-live {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--p-dim);
  border: 1px solid var(--p-bdr);
  color: var(--p-xl);
  border-radius: 20px;
  padding: 0.32rem 1.05rem;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.live-dot {
  width: 7px;
  height: 7px;
  background: var(--p-lt);
  border-radius: 50%;
  animation: blink 1.3s ease-in-out infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.25;
    transform: scale(0.55);
  }
}
.hero-label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  justify-content: center;
  margin-bottom: 1.9rem;
  flex-wrap: wrap;
}
.tag-new {
  background: rgba(255, 69, 0, 0.14);
  border: 1px solid rgba(255, 69, 0, 0.35);
  color: var(--acc2);
  border-radius: 20px;
  padding: 0.32rem 1.05rem;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero h1 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 1.6rem;
  letter-spacing: 0.04em;
}
.hi {
  color: var(--p-lt);
}
.lo {
  background: linear-gradient(135deg, var(--p), var(--acc), var(--acc2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero p {
  font-size: 1.02rem;
  color: var(--tx2);
  max-width: 640px;
  margin: 0 auto 2.7rem;
  line-height: 1.85;
  font-weight: 400;
}
.hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3.2rem;
}
.trust-row {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3.2rem;
}
.trust-score {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--p-lt);
  line-height: 1;
  letter-spacing: 0.02em;
}
.trust-stars {
  color: var(--p);
  font-size: 1.15rem;
  letter-spacing: 0.12em;
}
.trust-meta strong {
  display: block;
  font-size: 0.9rem;
  color: var(--tx);
  font-weight: 700;
}
.trust-meta span {
  font-size: 0.76rem;
  color: var(--tx3);
}
.stat-strip {
  display: flex;
  justify-content: center;
  max-width: 720px;
  margin: 0 auto;
  border: 1px solid var(--p-bdr);
  border-radius: var(--rl);
  overflow: hidden;
  background: rgba(255, 107, 53, 0.05);
  backdrop-filter: blur(14px);
}
.stat-cell {
  flex: 1;
  padding: 1.6rem 1rem;
  text-align: center;
  border-right: 1px solid var(--bd);
}
.stat-cell:last-child {
  border-right: none;
}
.stat-val {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--p-lt);
  display: block;
  line-height: 1;
  letter-spacing: 0.04em;
}
.stat-lbl {
  font-size: 0.64rem;
  color: var(--tx3);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-top: 0.45rem;
  font-weight: 600;
}
.toc {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.07), rgba(255, 69, 0, 0.05));
  border: 1px solid var(--bd);
  border-left: 3px solid var(--p);
  border-radius: var(--rl);
  padding: 1.85rem;
  margin: 3rem 0;
}
.toc-hd {
  font-family: "Bebas Neue", sans-serif;
  color: var(--p-lt);
  font-size: 0.88rem;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.toc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.toc-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.9rem;
  background: var(--bg1);
  color: var(--tx3);
  text-decoration: none;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid var(--bd);
  transition: all 0.22s;
  letter-spacing: 0.04em;
}
.toc-pill i {
  color: var(--p);
  font-size: 0.66rem;
}
.toc-pill:hover {
  background: var(--p-dim);
  color: var(--p-xl);
  border-color: var(--p-bdr);
  transform: translateY(-2px);
}
.section {
  padding: 5.5rem 0;
  border-top: 1px solid var(--bd2);
}
.sec-hd {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.85rem;
  font-weight: 400;
  color: var(--tx);
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  letter-spacing: 0.06em;
}
.sec-hd i {
  color: var(--p);
  font-size: 1.15rem;
}
.sec-hd span {
  color: var(--p-lt);
}
.sec-sub {
  color: var(--tx2);
  font-size: 0.97rem;
  margin-bottom: 2.7rem;
  max-width: 720px;
  font-weight: 400;
}
.sec-sub a {
  color: var(--p-lt);
  text-decoration: none;
  font-weight: 600;
}
.sec-sub a:hover {
  text-decoration: underline;
}
.g3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.3rem;
  margin: 2rem 0;
}
.g2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 1.3rem;
  margin: 2rem 0;
}
.card {
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: var(--rl);
  padding: 1.9rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--p), var(--acc), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.card:hover {
  transform: translateY(-7px);
  border-color: var(--p-bdr);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(255, 107, 53, 0.14);
}
.card:hover::before {
  opacity: 1;
}
.card-ico {
  width: 46px;
  height: 46px;
  background: var(--p-dim);
  border: 1px solid var(--p-bdr);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--p);
  font-size: 1.15rem;
  margin-bottom: 1.2rem;
}
.card h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--tx);
  margin-bottom: 0.7rem;
  letter-spacing: 0.04em;
}
.card p {
  color: var(--tx2);
  font-size: 0.88rem;
  line-height: 1.8;
  font-weight: 400;
}
.card p a {
  color: var(--p-lt);
  text-decoration: none;
  font-weight: 600;
}
.feat-list {
  list-style: none;
  margin-top: 1.2rem;
}
.feat-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0;
  color: var(--tx2);
  font-size: 0.85rem;
  border-bottom: 1px solid var(--bd2);
  font-weight: 500;
}
.feat-list li:last-child {
  border-bottom: none;
}
.feat-list li i {
  color: var(--p);
  font-size: 0.73rem;
  width: 15px;
  flex-shrink: 0;
}
.card-wide {
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: var(--rl);
  padding: 1.9rem;
  margin-top: 1.6rem;
}
.card-wide h3 {
  font-family: "Bebas Neue", sans-serif;
  color: var(--p-lt);
  margin-bottom: 0.7rem;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.card-wide p {
  color: var(--tx2);
  margin-bottom: 1.4rem;
  font-size: 0.89rem;
  font-weight: 400;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.42rem 0.9rem;
  background: var(--bg1);
  border: 1px solid var(--bd);
  border-radius: 20px;
  color: var(--tx3);
  font-size: 0.76rem;
  font-weight: 600;
  transition: all 0.2s;
}
.tag i {
  color: var(--p);
  font-size: 0.66rem;
}
.tag:hover {
  border-color: var(--p-bdr);
  color: var(--p-xl);
  background: var(--p-dim);
}
.tbl-box {
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: var(--rl);
  overflow: hidden;
  margin: 2rem 0;
  overflow-x: auto;
}
.tbl-box table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
}
.tbl-box th,
.tbl-box td {
  padding: 1rem 1.4rem;
  text-align: left;
  border-bottom: 1px solid var(--bd2);
  font-size: 0.85rem;
}
.tbl-box th {
  background: rgba(255, 107, 53, 0.09);
  color: var(--p-lt);
  font-weight: 800;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  text-transform: uppercase;
}
.tbl-box td {
  color: var(--tx2);
  font-weight: 500;
}
.tbl-box tr:last-child td {
  border-bottom: none;
}
.tbl-box tr:hover td {
  background: rgba(255, 107, 53, 0.07);
  color: var(--tx);
}
.tbl-box td:nth-child(2) {
  color: var(--tx);
  font-weight: 700;
}
.ok {
  color: #4ade80;
}
.no {
  color: #f87171;
}
.bonus-banner {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.14), rgba(255, 69, 0, 0.08));
  border: 1px solid var(--p-bdr);
  border-radius: var(--rl);
  padding: 2.7rem;
  display: flex;
  align-items: center;
  gap: 2.2rem;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin: 1.6rem 0;
}
.bonus-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 100% at 0% 50%, rgba(255, 107, 53, 0.09) 0%, transparent 70%);
}
.bonus-pct {
  font-family: "Bebas Neue", sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  color: var(--p-lt);
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.02em;
  position: relative;
  text-shadow: 0 0 70px rgba(255, 107, 53, 0.5);
}
.bonus-pct sup {
  font-size: 2.4rem;
  vertical-align: super;
  color: var(--p);
}
.bonus-info {
  flex: 1;
  position: relative;
}
.bonus-info h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--tx);
  margin-bottom: 0.55rem;
  letter-spacing: 0.04em;
}
.bonus-info p {
  color: var(--tx2);
  font-size: 0.9rem;
  font-weight: 400;
}
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.3rem;
  margin: 1.6rem 0;
}
.bx {
  border-radius: var(--rl);
  padding: 1.9rem;
  text-align: center;
}
.bx-p {
  background: linear-gradient(135deg, #ff6b35, #ff4500);
  color: #fff;
}
.bx-dk {
  background: var(--bg2);
  border: 1px solid var(--bd);
}
.bx h4 {
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 0.8rem;
  opacity: 0.82;
  font-family: "Inter", sans-serif;
}
.bx-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.55rem;
  letter-spacing: 0.04em;
}
.bx-p .bx-num {
  color: #fff;
}
.bx-dk .bx-num {
  color: var(--p-lt);
}
.bx small {
  font-size: 0.75rem;
  opacity: 0.65;
}
.bx-dk small {
  color: var(--tx3);
}
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.3rem;
  margin: 2rem 0;
}
.step {
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: var(--rl);
  padding: 1.9rem;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}
.step:hover {
  border-color: var(--p-bdr);
  transform: translateY(-5px);
  box-shadow: 0 12px 44px rgba(0, 0, 0, 0.65), 0 0 34px rgba(255, 107, 53, 0.12);
}
.step-n {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--p), var(--acc));
  border-radius: var(--rl);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  margin: 0 auto 1.1rem;
  box-shadow: 0 5px 24px rgba(255, 107, 53, 0.55);
  letter-spacing: 0.02em;
}
.step h4 {
  font-family: "Bebas Neue", sans-serif;
  color: var(--tx);
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
}
.step p {
  color: var(--tx2);
  font-size: 0.85rem;
  font-weight: 400;
}
.pay-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  gap: 1.1rem;
  margin: 2rem 0;
}
.pay-card {
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: var(--rl);
  padding: 1.6rem 1.1rem;
  text-align: center;
  transition: all 0.25s;
}
.pay-card:hover {
  border-color: var(--p-bdr);
  background: var(--p-dim);
  transform: translateY(-3px);
  box-shadow: 0 9px 34px rgba(255, 107, 53, 0.18);
}
.pay-card i {
  font-size: 1.7rem;
  color: var(--p);
  margin-bottom: 0.7rem;
  display: block;
}
.pay-card h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--tx);
  margin-bottom: 0.35rem;
  letter-spacing: 0.04em;
}
.pay-card span {
  font-size: 0.71rem;
  color: var(--tx3);
  font-weight: 500;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.3rem;
  margin: 2rem 0;
}
.trust-item {
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: var(--rl);
  padding: 1.9rem;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.trust-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--p), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.trust-item:hover {
  border-color: var(--p-bdr);
  box-shadow: 0 9px 44px rgba(255, 107, 53, 0.14);
}
.trust-item:hover::after {
  opacity: 1;
}
.trust-item i {
  font-size: 2.1rem;
  color: var(--p);
  margin-bottom: 1.1rem;
  display: block;
}
.trust-item h3 {
  font-family: "Bebas Neue", sans-serif;
  color: var(--tx);
  margin-bottom: 0.55rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.trust-item p {
  color: var(--tx2);
  font-size: 0.84rem;
  line-height: 1.75;
  font-weight: 400;
}
.faq-item {
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: var(--rl);
  margin-bottom: 0.6rem;
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item:hover,
.faq-item.open {
  border-color: var(--p-bdr);
}
.faq-item.open {
  background: rgba(255, 107, 53, 0.07);
}
.faq-q {
  padding: 1.2rem 1.6rem;
  background: none;
  border: none;
  color: var(--tx);
  font-size: 0.91rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s;
}
.faq-q:hover {
  color: var(--p-lt);
}
.faq-ico {
  color: var(--p);
  font-size: 0.82rem;
  transition: transform 0.3s;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: var(--p-dim);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item.open .faq-ico {
  transform: rotate(45deg);
  background: var(--p);
  color: #fff;
}
.faq-a {
  padding: 0 1.6rem 1.2rem;
  color: var(--tx2);
  line-height: 1.8;
  font-size: 0.88rem;
  display: none;
  font-weight: 400;
}
.faq-a a {
  color: var(--p-lt);
  text-decoration: none;
  font-weight: 600;
}
.faq-item.open .faq-a {
  display: block;
}
.reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.3rem;
  margin: 2rem 0;
}
.review {
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: var(--rl);
  padding: 1.7rem;
  transition: border-color 0.2s;
  position: relative;
  overflow: hidden;
}
.review::before {
  content: "❝";
  position: absolute;
  top: 0.6rem;
  right: 1.1rem;
  font-size: 3.2rem;
  color: var(--p);
  opacity: 0.09;
  font-family: Georgia, serif;
  line-height: 1;
}
.review:hover {
  border-color: var(--p-bdr);
}
.rev-stars {
  color: var(--p);
  margin-bottom: 0.8rem;
  font-size: 0.97rem;
}
.rev-text {
  color: var(--tx2);
  font-size: 0.87rem;
  line-height: 1.75;
  margin-bottom: 1.2rem;
  font-weight: 400;
}
.rev-author {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.rev-av {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, var(--p), var(--acc));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.84rem;
  flex-shrink: 0;
  font-weight: 800;
  font-family: "Bebas Neue", sans-serif;
}
.rev-author strong {
  display: block;
  color: var(--tx);
  font-size: 0.86rem;
  font-weight: 700;
}
.rev-author span {
  font-size: 0.74rem;
  color: var(--tx3);
  font-weight: 500;
}
.breadcrumb-nav {
  padding: 0.55rem 0;
  margin-bottom: -0.55rem;
}
.bc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
}
.bc-list li {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.76rem;
  color: var(--tx3);
  font-weight: 500;
}
.bc-list li::after {
  content: "›";
  margin: 0 0.12rem;
  color: var(--p);
  opacity: 0.55;
}
.bc-list li:last-child::after {
  display: none;
}
.bc-list a {
  color: var(--p-xl);
  text-decoration: none;
  font-weight: 600;
}
.bc-list a:hover {
  color: var(--p-lt);
}
.footer {
  background: var(--bg1);
  border-top: 1px solid var(--bd);
  padding: 4.5rem 0 2rem;
  margin-top: 2rem;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--p), var(--acc), var(--p), transparent);
}
.footer-cols {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.7rem;
  margin-bottom: 3.2rem;
}
.footer-brand p {
  color: var(--tx3);
  font-size: 0.83rem;
  line-height: 1.8;
  margin-top: 0.8rem;
  font-weight: 400;
}
.footer-col,
.footer-cols h4 {
  font-family: "Bebas Neue", sans-serif;
  color: var(--p);
  font-size: 0.76rem;
  margin-bottom: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.footer-links {
  list-style: none;
}
.footer-links li {
  margin-bottom: 0.55rem;
}
.footer-links a {
  color: var(--tx3);
  text-decoration: none;
  font-size: 0.83rem;
  transition: color 0.2s;
  font-weight: 400;
}
.footer-links a:hover {
  color: var(--p-lt);
}
.socials {
  display: flex;
  gap: 0.55rem;
  margin-top: 1.3rem;
}
.soc-btn {
  width: 36px;
  height: 36px;
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tx3);
  text-decoration: none;
  font-size: 0.92rem;
  transition: all 0.22s;
}
.soc-btn:hover {
  background: var(--p);
  color: #fff;
  border-color: var(--p);
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(255, 107, 53, 0.45);
}
.footer-btm {
  border-top: 1px solid var(--bd);
  padding-top: 1.6rem;
  text-align: center;
  color: var(--tx3);
  font-size: 0.77rem;
  font-weight: 400;
}
.footer-btm a {
  color: var(--p-xl);
  font-weight: 600;
}
.resp-badges {
  display: flex;
  gap: 0.55rem;
  justify-content: center;
  margin-top: 0.8rem;
  flex-wrap: wrap;
}
.rb {
  display: flex;
  align-items: center;
  gap: 0.32rem;
  padding: 0.32rem 0.75rem;
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: 20px;
  font-size: 0.7rem;
  color: var(--tx3);
  font-weight: 600;
}
.rb i {
  color: var(--p);
  font-size: 0.63rem;
}
.glow-div {
  text-align: center;
  color: var(--p-bdr);
  font-size: 0.72rem;
  letter-spacing: 0.45em;
  margin: 1.6rem 0;
  opacity: 0.65;
}
.prose-block {
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: var(--rl);
  padding: 1.85rem 2rem;
  margin: 2rem 0;
}
.prose-block h3 {
  font-family: "Bebas Neue", sans-serif;
  color: var(--p-lt);
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.85rem;
  font-weight: 400;
}
.prose-block p {
  color: var(--tx2);
  font-size: 0.9rem;
  margin-bottom: 1rem;
  line-height: 1.85;
}
.prose-block p:last-child {
  margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
@media (max-width: 900px) {
  .footer-cols {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .nav {
    display: none;
  }
  .hero {
    padding: 7.5rem 0 3rem;
  }
  .hero h1 {
    font-size: 2.3rem;
  }
  .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  .bonus-banner {
    flex-direction: column;
    text-align: center;
  }
  .footer-cols {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .stat-strip {
    flex-direction: column;
  }
  .stat-cell {
    border-right: none;
    border-bottom: 1px solid var(--bd);
  }
  .stat-cell:last-child {
    border-bottom: none;
  }
  .trust-row {
    flex-direction: column;
    gap: 0.6rem;
  }
  .bonus-pct {
    font-size: 3.8rem;
  }
}
