/*
Theme Name: Cam Elite Boost
Theme URI: https://t.me/Z77trey
Author: Codex
Author URI: https://t.me/Z77trey
Description: A professional, SEO-ready WordPress theme for a Chaturbate algorithm boost system, lifetime access pricing, Auto-DM bot add-on, direct crypto payments, and Telegram-led free trial conversions.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cam-elite-boost
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks, one-column, blog
*/

:root {
  --ceb-ink: #101014;
  --ceb-ink-2: #181820;
  --ceb-paper: #fbf7ef;
  --ceb-paper-2: #f2eadf;
  --ceb-white: #ffffff;
  --ceb-muted: #bbb4c4;
  --ceb-muted-dark: #625d6c;
  --ceb-line: rgba(255, 255, 255, 0.14);
  --ceb-line-dark: rgba(16, 16, 20, 0.13);
  --ceb-magenta: #ff3f8e;
  --ceb-cyan: #2ce6d8;
  --ceb-gold: #f4b944;
  --ceb-mint: #9cf2c6;
  --ceb-red: #ff5c5c;
  --ceb-radius: 8px;
  --ceb-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  --ceb-container: min(1160px, calc(100vw - 40px));
  --ceb-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ceb-ink);
  background: var(--ceb-paper);
  font-family: var(--ceb-font);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  overflow-wrap: break-word;
}

a:hover {
  color: var(--ceb-magenta);
}

button,
input,
textarea,
select {
  font: inherit;
}

::selection {
  color: var(--ceb-ink);
  background: var(--ceb-cyan);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
  z-index: 9999;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: var(--ceb-white);
  background: var(--ceb-ink);
  border-radius: var(--ceb-radius);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--ceb-white);
  background: rgba(16, 16, 20, 0.88);
  border-bottom: 1px solid var(--ceb-line);
  backdrop-filter: blur(18px);
}

.admin-bar .site-header {
  top: 32px;
}

.site-header__inner {
  width: var(--ceb-container);
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 max(0px, env(safe-area-inset-right)) 0 max(0px, env(safe-area-inset-left));
}

.site-branding {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  max-width: min(360px, 45vw);
  text-decoration: none;
}

.custom-logo {
  width: auto;
  max-width: 42px;
  max-height: 42px;
}

.site-branding__mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--ceb-ink);
  background:
    linear-gradient(135deg, var(--ceb-gold), var(--ceb-cyan) 52%, var(--ceb-magenta));
  border-radius: var(--ceb-radius);
  font-weight: 900;
  letter-spacing: 0;
}

.site-branding__text {
  display: grid;
  gap: 0;
  min-width: 0;
}

.site-title {
  margin: 0;
  color: var(--ceb-white);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-description {
  margin: 0;
  color: var(--ceb-muted);
  font-size: 0.78rem;
  line-height: 1.3;
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-navigation a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.78);
  border-radius: var(--ceb-radius);
  text-decoration: none;
  font-weight: 720;
  font-size: 0.92rem;
}

.main-navigation a:hover,
.main-navigation a:focus-visible {
  color: var(--ceb-white);
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  color: var(--ceb-white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--ceb-line);
  border-radius: var(--ceb-radius);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 999px;
}

.button,
.wp-block-button__link,
.comment-form .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 18px;
  color: var(--ceb-ink);
  background: var(--ceb-gold);
  border: 0;
  border-radius: var(--ceb-radius);
  font-weight: 850;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  overflow-wrap: anywhere;
  box-shadow: 0 16px 34px rgba(244, 185, 68, 0.22);
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible,
.wp-block-button__link:hover,
.comment-form .submit:hover {
  color: var(--ceb-ink);
  background: #ffd36e;
  transform: translateY(-1px);
}

.button--ghost {
  color: var(--ceb-white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--ceb-line);
  box-shadow: none;
}

.button--ghost:hover,
.button--ghost:focus-visible {
  color: var(--ceb-white);
  background: rgba(255, 255, 255, 0.14);
}

.button--dark {
  color: var(--ceb-white);
  background: var(--ceb-ink);
  box-shadow: 0 16px 34px rgba(16, 16, 20, 0.16);
}

.button--dark:hover,
.button--dark:focus-visible {
  color: var(--ceb-white);
  background: #25252d;
}

.site-main {
  min-height: 70vh;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  min-height: calc(100svh - 76px);
  color: var(--ceb-white);
  background:
    linear-gradient(90deg, rgba(16, 16, 20, 0.98) 0%, rgba(16, 16, 20, 0.9) 44%, rgba(16, 16, 20, 0.48) 75%),
    #101014;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 84px;
  background: linear-gradient(180deg, rgba(16, 16, 20, 0), var(--ceb-paper));
  pointer-events: none;
}

.hero__image {
  position: absolute;
  inset: 0 0 0 auto;
  width: 67%;
  height: 100%;
  opacity: 0.78;
}

.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: var(--ceb-container);
  min-height: calc(100vh - 76px);
  min-height: calc(100svh - 76px);
  margin: 0 auto;
  padding: 96px 0 116px;
  display: grid;
  align-items: center;
}

.hero__content {
  max-width: 710px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--ceb-cyan);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.hero h1,
.page-title {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.65rem, 6.2vw, 5.85rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero__lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.16rem;
  text-wrap: pretty;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.hero__note {
  margin-top: 22px;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
}

.proof-strip {
  position: relative;
  z-index: 2;
  width: var(--ceb-container);
  margin: -54px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--ceb-line-dark);
  background: var(--ceb-white);
  box-shadow: var(--ceb-shadow);
  border-radius: var(--ceb-radius);
  overflow: hidden;
}

.proof-item {
  min-height: 108px;
  padding: 22px;
  border-right: 1px solid var(--ceb-line-dark);
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item strong {
  display: block;
  color: var(--ceb-ink);
  font-size: 1.03rem;
  line-height: 1.2;
}

.proof-item span {
  display: block;
  margin-top: 8px;
  color: var(--ceb-muted-dark);
  font-size: 0.92rem;
  line-height: 1.45;
}

.section {
  padding: 96px 0;
}

.section--tight {
  padding: 72px 0;
}

.section--dark {
  color: var(--ceb-white);
  background: var(--ceb-ink);
}

.section--paper {
  background: var(--ceb-paper-2);
}

.container {
  width: var(--ceb-container);
  margin: 0 auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.55rem);
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-heading p {
  margin: 16px 0 0;
  color: var(--ceb-muted-dark);
  font-size: 1.06rem;
  text-wrap: pretty;
}

.section--dark .section-heading p,
.section--dark p {
  color: rgba(255, 255, 255, 0.72);
}

.grid {
  display: grid;
  gap: 18px;
  align-items: stretch;
}

.grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.card {
  padding: 26px;
  background: var(--ceb-white);
  border: 1px solid var(--ceb-line-dark);
  border-radius: var(--ceb-radius);
  min-width: 0;
}

.section--dark .card {
  background: rgba(255, 255, 255, 0.055);
  border-color: var(--ceb-line);
}

.card__icon {
  width: auto;
  min-width: 42px;
  max-width: 72px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0 10px;
  margin-bottom: 20px;
  color: var(--ceb-ink);
  background: var(--ceb-cyan);
  border-radius: var(--ceb-radius);
  font-weight: 900;
}

.card:nth-child(2n) .card__icon {
  background: var(--ceb-gold);
}

.card:nth-child(3n) .card__icon {
  background: var(--ceb-magenta);
  color: var(--ceb-white);
}

.card h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.25;
  text-wrap: balance;
}

.card p {
  margin: 12px 0 0;
  color: var(--ceb-muted-dark);
  overflow-wrap: anywhere;
}

.price-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin-top: 18px;
}

.price-block__label,
.price-block__save {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 9px;
  color: var(--ceb-ink);
  background: rgba(44, 230, 216, 0.18);
  border: 1px solid rgba(44, 230, 216, 0.38);
  border-radius: var(--ceb-radius);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.1;
}

.price-block__was {
  color: var(--ceb-muted-dark);
  font-size: 0.98rem;
  font-weight: 800;
  text-decoration: line-through;
  text-decoration-thickness: 0.12em;
}

.price-block__now {
  color: var(--ceb-ink);
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1;
  letter-spacing: 0;
}

.price-block__save {
  background: rgba(244, 185, 68, 0.22);
  border-color: rgba(244, 185, 68, 0.5);
}

.copy-wallet {
  min-height: 34px;
  padding: 7px 10px;
  color: var(--ceb-white);
  background: var(--ceb-ink);
  border: 0;
  border-radius: var(--ceb-radius);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
}

.copy-wallet:hover,
.copy-wallet:focus-visible {
  background: var(--ceb-magenta);
}

.copy-wallet.is-copied {
  color: var(--ceb-ink);
  background: var(--ceb-mint);
}

.checkout-is-open {
  overflow: hidden;
}

.checkout-modal[hidden] {
  display: none;
}

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.checkout-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 16, 20, 0.72);
  backdrop-filter: blur(10px);
}

.checkout-modal__dialog {
  position: relative;
  width: min(940px, calc(100vw - 28px));
  max-height: min(90vh, 880px);
  max-height: min(90svh, 880px);
  padding: 28px;
  overflow-y: auto;
  color: var(--ceb-ink);
  background: var(--ceb-white);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: var(--ceb-radius);
  box-shadow: var(--ceb-shadow);
}

.checkout-modal__dialog:focus {
  outline: 2px solid rgba(44, 230, 216, 0.62);
  outline-offset: 3px;
}

.checkout-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--ceb-ink);
  background: var(--ceb-paper);
  border: 1px solid var(--ceb-line-dark);
  border-radius: var(--ceb-radius);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 950;
}

.checkout-modal__close:hover,
.checkout-modal__close:focus-visible {
  color: var(--ceb-white);
  background: var(--ceb-magenta);
}

.checkout-modal__head {
  max-width: 720px;
  padding-right: 42px;
}

.checkout-modal__head h2 {
  margin: 10px 0 10px;
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.checkout-modal__head p {
  margin: 0;
  color: var(--ceb-muted-dark);
}

.checkout-order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 18px;
  align-items: end;
  margin-top: 24px;
  padding: 16px;
  background: var(--ceb-paper);
  border: 1px solid var(--ceb-line-dark);
  border-radius: var(--ceb-radius);
}

.checkout-order span {
  grid-column: 1 / -1;
  color: var(--ceb-muted-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-order strong,
.checkout-order b {
  line-height: 1.1;
}

.checkout-order strong {
  font-size: clamp(1.15rem, 3vw, 1.7rem);
}

.checkout-order b {
  color: var(--ceb-magenta);
  font-size: clamp(1.3rem, 3vw, 2rem);
}

.checkout-wallet-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.wallet-choice {
  display: grid;
  gap: 2px;
  min-height: 66px;
  padding: 12px;
  color: var(--ceb-ink);
  background: #f7fbfa;
  border: 1px solid var(--ceb-line-dark);
  border-radius: var(--ceb-radius);
  cursor: pointer;
  text-align: left;
}

.wallet-choice strong,
.wallet-choice span {
  overflow-wrap: anywhere;
}

.wallet-choice strong {
  font-size: 0.98rem;
  line-height: 1.1;
}

.wallet-choice span {
  color: var(--ceb-muted-dark);
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1.15;
}

.wallet-choice:hover,
.wallet-choice:focus-visible,
.wallet-choice.is-active {
  border-color: rgba(44, 230, 216, 0.9);
  background: rgba(44, 230, 216, 0.14);
}

.checkout-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.15fr);
  gap: 20px;
  align-items: start;
  margin-top: 18px;
}

.checkout-qr {
  display: grid;
  place-items: center;
  min-height: 306px;
  padding: 20px;
  background: var(--ceb-paper);
  border: 1px solid var(--ceb-line-dark);
  border-radius: var(--ceb-radius);
}

.checkout-qr img {
  width: min(260px, 100%);
  aspect-ratio: 1 / 1;
  background: var(--ceb-white);
  border: 10px solid var(--ceb-white);
  border-radius: var(--ceb-radius);
}

.checkout-details {
  display: grid;
  gap: 14px;
}

.checkout-address {
  display: grid;
  gap: 10px;
  padding: 14px;
  background: #f7fbfa;
  border: 1px solid var(--ceb-line-dark);
  border-radius: var(--ceb-radius);
}

.checkout-address span,
.checkout-field span {
  color: var(--ceb-muted-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-address code {
  display: block;
  padding: 10px;
  color: var(--ceb-ink);
  background: rgba(44, 230, 216, 0.14);
  border-radius: calc(var(--ceb-radius) - 2px);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.82rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.checkout-field {
  display: grid;
  gap: 8px;
}

.checkout-field input {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ceb-ink);
  background: var(--ceb-white);
  border: 1px solid var(--ceb-line-dark);
  border-radius: var(--ceb-radius);
}

.checkout-field input:focus {
  border-color: var(--ceb-cyan);
  outline: 2px solid rgba(44, 230, 216, 0.28);
  outline-offset: 2px;
}

.checkout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkout-actions .button[hidden] {
  display: none;
}

.checkout-status {
  min-height: 50px;
  margin: 0;
  padding: 12px;
  color: var(--ceb-muted-dark);
  background: var(--ceb-paper);
  border: 1px solid var(--ceb-line-dark);
  border-radius: var(--ceb-radius);
  font-size: 0.9rem;
  line-height: 1.45;
}

.checkout-status.is-error {
  color: #7b1e2d;
  background: rgba(255, 92, 92, 0.13);
  border-color: rgba(255, 92, 92, 0.4);
}

.checkout-status.is-success {
  color: #164d34;
  background: rgba(156, 242, 198, 0.3);
  border-color: rgba(28, 143, 93, 0.32);
}

.section--dark .card p {
  color: rgba(255, 255, 255, 0.68);
}

.research-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 44px;
  align-items: start;
}

.stat-list {
  display: grid;
  gap: 14px;
}

.stat-row {
  display: grid;
  grid-template-columns: minmax(76px, 90px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--ceb-line-dark);
}

.section--dark .stat-row {
  border-color: var(--ceb-line);
}

.stat-row strong {
  color: var(--ceb-magenta);
  font-size: 1.52rem;
  line-height: 1;
}

.stat-row p {
  margin: 0;
  color: var(--ceb-muted-dark);
}

.sources {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.source-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 11px;
  color: var(--ceb-ink);
  background: rgba(44, 230, 216, 0.18);
  border: 1px solid rgba(44, 230, 216, 0.45);
  border-radius: var(--ceb-radius);
  font-size: 0.86rem;
  font-weight: 760;
  text-decoration: none;
}

.source-link:hover {
  color: var(--ceb-ink);
  background: rgba(244, 185, 68, 0.28);
  border-color: rgba(244, 185, 68, 0.55);
}

.process {
  counter-reset: process;
}

.process .card {
  position: relative;
  padding-top: 64px;
}

.process .card::before {
  counter-increment: process;
  content: counter(process, decimal-leading-zero);
  position: absolute;
  top: 22px;
  left: 26px;
  color: var(--ceb-gold);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.safety-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.55fr);
  gap: 28px;
  align-items: center;
  padding: 36px;
  color: var(--ceb-white);
  background:
    linear-gradient(135deg, rgba(255, 63, 142, 0.2), rgba(44, 230, 216, 0.16)),
    var(--ceb-ink-2);
  border: 1px solid var(--ceb-line);
  border-radius: var(--ceb-radius);
}

.safety-panel h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.06;
}

.safety-panel p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.82);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 12px;
  height: 12px;
  background: var(--ceb-mint);
  border-radius: 50%;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  background: var(--ceb-white);
  border: 1px solid var(--ceb-line-dark);
  border-radius: var(--ceb-radius);
}

.faq summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  font-weight: 850;
  cursor: pointer;
  overflow-wrap: anywhere;
}

.faq summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--ceb-magenta);
  font-size: 1.4rem;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "-";
}

.faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--ceb-muted-dark);
}

.cta-band {
  color: var(--ceb-white);
  background: var(--ceb-ink);
}

.cta-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.04;
}

.cta-band p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  color: rgba(255, 255, 255, 0.72);
  background: #0b0b0f;
}

.site-footer__inner {
  width: var(--ceb-container);
  margin: 0 auto;
  padding: 42px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer a {
  color: var(--ceb-white);
}

.site-footer p {
  margin: 0;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.site-footer__links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.content-area {
  width: var(--ceb-container);
  margin: 0 auto;
  padding: 78px 0 96px;
  min-width: 0;
}

.page-header {
  margin-bottom: 32px;
}

.page-title {
  color: var(--ceb-ink);
  font-size: clamp(2.2rem, 5vw, 4.2rem);
}

.entry,
.comment-respond,
.comments-area {
  max-width: 780px;
  min-width: 0;
}

.entry {
  padding: 30px;
  background: var(--ceb-white);
  border: 1px solid var(--ceb-line-dark);
  border-radius: var(--ceb-radius);
  overflow-wrap: anywhere;
}

.entry + .entry {
  margin-top: 22px;
}

.entry-title {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.12;
}

.entry-title a {
  text-decoration: none;
}

.entry-meta,
.entry-footer,
.comment-metadata {
  color: var(--ceb-muted-dark);
  font-size: 0.9rem;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content img,
.wp-caption {
  border-radius: var(--ceb-radius);
}

.wp-caption-text,
.gallery-caption {
  color: var(--ceb-muted-dark);
  font-size: 0.88rem;
}

.alignwide {
  width: min(980px, 100%);
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.navigation.pagination,
.post-navigation {
  max-width: 780px;
  margin-top: 28px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nav-links a,
.nav-links span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  background: var(--ceb-white);
  border: 1px solid var(--ceb-line-dark);
  border-radius: var(--ceb-radius);
  text-decoration: none;
}

.comments-area {
  margin-top: 42px;
}

.comment-list {
  padding: 0;
  list-style: none;
}

.comment-body {
  margin: 0 0 18px;
  padding: 20px;
  background: var(--ceb-white);
  border: 1px solid var(--ceb-line-dark);
  border-radius: var(--ceb-radius);
}

.comment-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 780;
}

.comment-form input:not([type="submit"]),
.comment-form textarea,
.search-form input[type="search"] {
  width: 100%;
  padding: 12px 13px;
  color: var(--ceb-ink);
  background: var(--ceb-white);
  border: 1px solid var(--ceb-line-dark);
  border-radius: var(--ceb-radius);
}

.search-form {
  display: flex;
  gap: 10px;
  max-width: 620px;
}

.search-form label {
  flex: 1;
}

.not-found .search-form {
  margin-top: 22px;
}

.sticky {
  border-color: rgba(255, 63, 142, 0.42);
}

.bypostauthor {
  outline: 2px solid rgba(44, 230, 216, 0.35);
}

@media (max-width: 980px) {
  :root {
    --ceb-container: min(100vw - 32px, 1160px);
  }

  .site-header__inner {
    min-height: 68px;
    gap: 14px;
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    flex: 0 0 44px;
  }

  .main-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    max-height: calc(100vh - 68px);
    max-height: calc(100svh - 68px);
    padding: 18px max(20px, env(safe-area-inset-right)) 22px max(20px, env(safe-area-inset-left));
    background: rgba(16, 16, 20, 0.98);
    border-bottom: 1px solid var(--ceb-line);
    overflow-y: auto;
  }

  .main-navigation.is-open {
    display: flex;
  }

  .main-navigation ul {
    display: grid;
    gap: 4px;
  }

  .main-navigation a {
    width: 100%;
    min-height: 44px;
  }

  .main-navigation .button {
    width: 100%;
  }

  .hero,
  .hero__inner {
    min-height: auto;
  }

  .hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.36;
  }

  .hero {
    background: var(--ceb-ink);
  }

  .hero__inner {
    min-height: auto;
    padding: 82px 0 104px;
  }

  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-item:nth-child(2n) {
    border-right: 0;
  }

  .proof-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

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

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

  .grid--2,
  .research-layout,
  .safety-panel,
  .cta-band__inner,
  .site-footer__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .proof-item {
    border-bottom: 1px solid var(--ceb-line-dark);
  }

  .cta-band__inner {
    justify-items: start;
  }

  .site-footer__links {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .grid--3,
  .grid--4 {
    grid-template-columns: minmax(0, 1fr);
  }

  .checkout-wallet-options,
  .checkout-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .checkout-qr {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  :root {
    --ceb-container: min(100vw - 28px, 1160px);
  }

  body {
    font-size: 15.5px;
  }

  .site-header__inner {
    min-height: 64px;
  }

  .admin-bar .site-header {
    top: 0;
  }

  .site-branding {
    max-width: calc(100vw - 92px);
  }

  .site-description {
    display: none;
  }

  .site-title {
    max-width: 100%;
    font-size: 0.96rem;
  }

  .main-navigation {
    max-height: calc(100vh - 64px);
    max-height: calc(100svh - 64px);
  }

  .hero__inner {
    padding: 54px 0 84px;
  }

  .hero h1 {
    font-size: clamp(2.28rem, 13vw, 3.15rem);
    line-height: 1;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .hero__actions {
    gap: 10px;
    margin-top: 28px;
  }

  .hero__note {
    font-size: 0.88rem;
  }

  .proof-strip {
    margin-top: -38px;
    grid-template-columns: minmax(0, 1fr);
  }

  .proof-item,
  .proof-item:nth-child(2n) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--ceb-line-dark);
  }

  .proof-item:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--ceb-line-dark);
  }

  .proof-item:last-child {
    border-bottom: 0;
  }

  .eyebrow {
    display: flex;
    font-size: 0.74rem;
    line-height: 1.3;
  }

  .eyebrow::before {
    width: 22px;
    flex: 0 0 22px;
  }

  .button {
    width: 100%;
    min-height: 48px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .section {
    padding: 68px 0;
  }

  .section--tight {
    padding: 54px 0;
  }

  .card,
  .entry,
  .safety-panel {
    padding: 22px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading h2,
  .cta-band h2,
  .safety-panel h2 {
    font-size: clamp(1.72rem, 9vw, 2.35rem);
    line-height: 1.08;
  }

  .card__icon {
    height: 38px;
    min-width: 38px;
    max-width: 66px;
    margin-bottom: 16px;
    font-size: 0.82rem;
  }

  .price-block {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .price-block__label,
  .price-block__save {
    width: fit-content;
  }

  .checkout-modal {
    padding: 10px;
  }

  .checkout-modal__dialog {
    width: min(100vw - 20px, 940px);
    max-height: calc(100vh - 20px);
    max-height: calc(100svh - 20px);
    padding: 20px;
  }

  .checkout-modal__head {
    padding-right: 36px;
  }

  .checkout-order {
    grid-template-columns: minmax(0, 1fr);
  }

  .checkout-actions,
  .checkout-details .button,
  .checkout-details .copy-wallet {
    width: 100%;
  }

  .checkout-actions .button {
    width: 100%;
  }

  .stat-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .search-form {
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  :root {
    --ceb-container: min(100vw - 22px, 1160px);
  }

  .site-branding__mark {
    width: 34px;
    height: 34px;
    font-size: 0.86rem;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .hero h1 {
    font-size: clamp(2.02rem, 12.5vw, 2.55rem);
  }

  .card,
  .entry,
  .safety-panel,
  .proof-item {
    padding: 18px;
  }

  .checkout-modal__dialog {
    padding: 18px;
  }

  .checkout-modal__head h2 {
    font-size: clamp(1.55rem, 11vw, 2.12rem);
  }

  .wallet-choice {
    min-height: 58px;
  }

  .checkout-qr {
    padding: 14px;
  }

  .copy-wallet {
    min-height: 32px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .faq summary {
    padding: 16px 18px;
  }

  .faq details p {
    padding: 0 18px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
