.encryption-page,
.encryption-store-section {
  --encryption-accent: var(--bs-theme, var(--theme-accent, var(--accent-color, #7d3c98)));
  --encryption-rock: var(--rock-texture, url('/img/rock-texture.png'));
  --encryption-panel: linear-gradient(145deg, rgba(8, 8, 10, .88), rgba(25, 25, 30, .72)), var(--encryption-rock) center/cover;
  --encryption-panel-soft: linear-gradient(145deg, rgba(8, 8, 10, .72), rgba(25, 25, 30, .58)), var(--encryption-rock) center/cover;
  --encryption-border: color-mix(in srgb, var(--encryption-accent) 68%, rgba(255,255,255,.18));
  --encryption-glow: color-mix(in srgb, var(--encryption-accent) 24%, transparent);
  color: #f7f7f8;
  width: 100%;
}

.encryption-page {
  max-width: 1520px;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.encryption-page *,
.encryption-store-section * { box-sizing: border-box; }

.encryption-page a,
.encryption-store-section a { scroll-margin-top: 1rem; }

.encryption-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1rem;
  color: rgba(255,255,255,.64);
  font-size: .92rem;
}

.encryption-breadcrumbs a { color: #fff; text-decoration: none; }
.encryption-breadcrumbs a:hover,
.encryption-breadcrumbs a:focus { color: var(--encryption-accent); text-decoration: underline; }

.encryption-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(1.35rem, 4vw, 3.5rem);
  border: 1px solid var(--encryption-border);
  border-radius: 24px;
  background: var(--encryption-panel);
  box-shadow: 0 26px 70px rgba(0,0,0,.45), 0 0 28px var(--encryption-glow), inset 0 1px rgba(255,255,255,.08);
  overflow: hidden;
  position: relative;
}

.encryption-hero::before,
.encryption-cta::before,
.encryption-store-product::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 92% 0%, var(--encryption-glow), transparent 38%);
  pointer-events: none;
}

.encryption-hero > *,
.encryption-cta > *,
.encryption-store-product > * { position: relative; z-index: 1; }

.encryption-kicker {
  display: block;
  color: color-mix(in srgb, var(--encryption-accent) 62%, #fff);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: .65rem;
}

.encryption-page-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 150px;
  margin: .2rem 0 .8rem;
}

.encryption-page-brand img {
  display: block;
  width: min(100%, 410px);
  max-height: 230px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 14px 22px rgba(0,0,0,.55));
}

.encryption-hero h1 {
  font-size: clamp(2.35rem, 5vw, 5.7rem);
  line-height: .97;
  color: #fff;
  margin: .25rem 0 1.2rem;
  text-shadow: 0 3px 18px rgba(0,0,0,.76);
}

.product-hero h1,
.group-hero h1 { font-size: clamp(2.15rem, 4.2vw, 4.7rem); }

.encryption-hero p,
.encryption-card p,
.encryption-info-panel p,
.encryption-tier-card p,
.encryption-store-section p,
.encryption-order-shell p {
  color: rgba(255,255,255,.79);
  line-height: 1.72;
}

.encryption-lead {
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  color: #fff !important;
}

.encryption-hero-actions,
.encryption-card-actions,
.encryption-cta-actions,
.tier-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.4rem;
}

.encryption-page .btn,
.encryption-store-section .btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .7rem 1rem;
  border-radius: 9px;
  font-weight: 700;
  text-decoration: none;
}

.encryption-page .btn-primary,
.encryption-store-section .btn-primary {
  background: linear-gradient(color-mix(in srgb, var(--encryption-accent) 55%, transparent), color-mix(in srgb, var(--encryption-accent) 34%, transparent)), var(--encryption-rock) center/cover !important;
  border-color: color-mix(in srgb, var(--encryption-accent) 82%, #fff) !important;
  box-shadow: 0 0 18px var(--encryption-glow), inset 0 1px rgba(255,255,255,.12);
}

.encryption-hero-visual { text-align: center; }
.encryption-hero-visual > img {
  width: min(100%, 470px);
  max-height: 460px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(0,0,0,.46));
}

.encryption-hero-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .7rem;
  margin-top: 1rem;
}

.encryption-hero-stat-grid div {
  background: rgba(0,0,0,.48);
  border: 1px solid var(--encryption-border);
  border-radius: 13px;
  padding: .9rem;
  text-align: left;
}

.encryption-hero-stat-grid strong { display: block; color: #fff; font-size: 1.35rem; }
.encryption-hero-stat-grid span { color: rgba(255,255,255,.67); font-size: .8rem; }

.encryption-section { margin-top: clamp(2.5rem, 6vw, 5.5rem); }
.encryption-section-heading { max-width: 900px; margin-bottom: 1.6rem; }
.encryption-section-heading h2,
.encryption-cta h2,
.encryption-info-panel h2,
.encryption-order-shell h2 { color: #fff; }
.encryption-section-heading h2 { font-size: clamp(1.8rem, 3.4vw, 3rem); margin-bottom: .65rem; }

.encryption-group-grid,
.encryption-product-grid,
.encryption-tier-grid,
.encryption-feature-grid,
.two-column-detail {
  display: grid;
  gap: 1rem;
}

.encryption-group-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.encryption-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.encryption-tier-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.encryption-feature-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.two-column-detail { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.encryption-card,
.encryption-info-panel,
.encryption-tier-card,
.encryption-feature,
.encryption-order-summary,
.encryption-order-actions {
  background: var(--encryption-panel-soft);
  border: 1px solid var(--encryption-border);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.06);
}

.encryption-card { overflow: hidden; display: flex; flex-direction: column; }
.encryption-card-art {
  min-height: 190px;
  background: radial-gradient(circle at 50% 20%, var(--encryption-glow), rgba(0,0,0,.55));
  border-bottom: 1px solid var(--encryption-border);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.encryption-card-art.compact { min-height: 160px; }
.encryption-card-art img { width: 100%; height: 185px; object-fit: contain; }
.encryption-card-art.compact img { height: 145px; }
.encryption-card-body { padding: 1.25rem; display: flex; flex-direction: column; flex: 1; }
.encryption-card h3 { color: #fff; margin: .65rem 0; }
.encryption-card-actions { margin-top: auto; }

.encryption-badge,
.tier-label {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--encryption-border);
  background: color-mix(in srgb, var(--encryption-accent) 18%, rgba(0,0,0,.54));
  color: #fff;
  border-radius: 999px;
  padding: .35rem .65rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.encryption-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: .7rem 0 1rem;
}
.encryption-card-meta span,
.encryption-chip-list span {
  border: 1px solid color-mix(in srgb, var(--encryption-accent) 45%, rgba(255,255,255,.12));
  background: rgba(0,0,0,.4);
  color: rgba(255,255,255,.8);
  padding: .4rem .58rem;
  border-radius: 8px;
  font-size: .78rem;
}

.encryption-mini-list,
.encryption-check-list,
.encryption-step-list { padding-left: 0; margin: 1rem 0; list-style: none; }
.encryption-mini-list li { margin-bottom: .45rem; }
.encryption-mini-list a { color: #fff; }
.encryption-check-list li,
.encryption-step-list li {
  position: relative;
  padding: .5rem 0 .5rem 1.65rem;
  color: rgba(255,255,255,.82);
  line-height: 1.5;
}
.encryption-check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: color-mix(in srgb, var(--encryption-accent) 55%, #fff);
  font-weight: 900;
}
.encryption-step-list { counter-reset: encryption-step; }
.encryption-step-list li { counter-increment: encryption-step; padding-left: 2.3rem; }
.encryption-step-list li::before {
  content: counter(encryption-step);
  position: absolute;
  left: 0;
  top: .35rem;
  width: 1.65rem;
  height: 1.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--encryption-border);
  border-radius: 50%;
  color: #fff;
  background: var(--encryption-glow);
  font-size: .75rem;
  font-weight: 800;
}

.encryption-info-panel { padding: clamp(1.15rem, 3vw, 2rem); }
.encryption-info-panel h2 { font-size: 1.4rem; }
.encryption-chip-list { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1rem 0 1.4rem; }
.encryption-notice {
  border-left: 3px solid var(--encryption-accent);
  background: rgba(0,0,0,.4);
  color: rgba(255,255,255,.74) !important;
  padding: .9rem 1rem;
  border-radius: 0 10px 10px 0;
  font-size: .88rem;
}

.encryption-feature { padding: 1.1rem; display: flex; gap: .8rem; align-items: flex-start; }
.encryption-feature > span { color: color-mix(in srgb, var(--encryption-accent) 60%, #fff); font-weight: 900; font-size: .8rem; }
.encryption-feature p { margin: 0; color: rgba(255,255,255,.82); line-height: 1.5; }

.encryption-tier-card { padding: 1.2rem; display: flex; flex-direction: column; scroll-margin-top: 1rem; }
.encryption-tier-card h3 { color: #fff; font-size: 1.35rem; margin: .85rem 0 .35rem; }
.tier-price { color: #fff; font-size: clamp(1.75rem, 3vw, 2.55rem); font-weight: 900; margin-bottom: .6rem; }
.encryption-tier-card .encryption-check-list { flex: 1; }
.tier-actions { margin-top: auto; }
.tier-actions .btn { flex: 1 1 150px; }

.encryption-cta {
  margin-top: clamp(2.5rem, 6vw, 5.5rem);
  padding: clamp(1.25rem, 4vw, 2.7rem);
  border-radius: 20px;
  border: 1px solid var(--encryption-border);
  background: var(--encryption-panel);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
}
.encryption-cta > div:first-child { max-width: 850px; }

.encryption-store-section {
  margin: 2rem 0 3rem;
  padding: clamp(1.1rem, 3vw, 2rem);
  border: 1px solid var(--encryption-border);
  border-radius: 22px;
  background: var(--encryption-panel);
  box-shadow: 0 20px 50px rgba(0,0,0,.38), 0 0 26px var(--encryption-glow);
  scroll-margin-top: 1rem;
}

.encryption-store-nav { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2rem; }
.encryption-store-nav a {
  color: #fff;
  text-decoration: none;
  border: 1px solid var(--encryption-border);
  border-radius: 999px;
  padding: .55rem .8rem;
  background: rgba(0,0,0,.38);
}
.encryption-store-nav a:hover,
.encryption-store-nav a:focus { background: var(--encryption-glow); }

.encryption-store-group { padding-top: 1rem; scroll-margin-top: 1rem; }
.encryption-store-group + .encryption-store-group { margin-top: 3rem; border-top: 1px solid var(--encryption-border); padding-top: 3rem; }
.encryption-store-group-heading,
.encryption-store-product-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.2rem;
}
.encryption-store-group-heading h3 { color: #fff; font-size: 1.75rem; }
.encryption-store-product {
  position: relative;
  border: 1px solid var(--encryption-border);
  border-radius: 18px;
  background: var(--encryption-panel-soft);
  padding: 1rem;
  overflow: hidden;
  scroll-margin-top: 1rem;
}
.encryption-store-product + .encryption-store-product { margin-top: 1.5rem; }
.encryption-store-product-head { grid-template-columns: 110px minmax(0, 1fr) auto; }
.encryption-store-product-head img { width: 110px; height: 90px; object-fit: contain; }
.encryption-store-product-head h4 { color: #fff; font-size: 1.4rem; margin: .45rem 0; }
.store-tier-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.encryption-order-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: 1rem;
  align-items: start;
}
.encryption-order-summary,
.encryption-order-actions { padding: clamp(1.2rem, 3vw, 2.2rem); }
.encryption-order-summary .encryption-card-art { border: 0; border-radius: 14px; margin-bottom: 1.3rem; }
.encryption-order-summary h1 { color: #fff; font-size: clamp(1.9rem, 4vw, 3.25rem); }
.encryption-order-summary h2 { color: rgba(255,255,255,.82); font-size: 1.25rem; }
.encryption-order-actions { position: sticky; top: 1rem; }
.encryption-order-help { font-size: .82rem; margin-top: .75rem; }

@media (max-width: 1199.98px) {
  .encryption-product-grid,
  .encryption-tier-grid,
  .store-tier-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .encryption-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991.98px) {
  .encryption-hero,
  .encryption-order-shell { grid-template-columns: 1fr; }
  .encryption-hero-visual { order: -1; }
  .encryption-hero-visual > img { max-height: 300px; }
  .encryption-page-brand { justify-content: center; }
  .encryption-page-brand img { object-position: center; }
  .encryption-group-grid { grid-template-columns: 1fr; }
  .encryption-cta { align-items: flex-start; flex-direction: column; }
  .encryption-order-actions { position: static; }
}

@media (max-width: 767.98px) {
  .encryption-page { padding-bottom: 2rem; }
  .encryption-hero { padding: 1.15rem; border-radius: 16px; }
  .encryption-product-grid,
  .encryption-tier-grid,
  .store-tier-grid,
  .encryption-feature-grid,
  .two-column-detail { grid-template-columns: 1fr; }
  .encryption-store-group-heading,
  .encryption-store-product-head { grid-template-columns: 1fr; align-items: start; }
  .encryption-store-product-head img { width: 100%; height: 150px; }
  .encryption-hero-actions .btn,
  .encryption-cta-actions .btn,
  .encryption-card-actions .btn { flex: 1 1 100%; }
}

@media (max-width: 575.98px) {
  .encryption-hero h1 { font-size: 2.25rem; }
  .encryption-page-brand { min-height: 110px; margin-bottom: .35rem; }
  .encryption-page-brand img { width: min(100%, 320px); max-height: 175px; }
  .encryption-hero-stat-grid { grid-template-columns: 1fr; }
  .encryption-store-section { padding: .85rem; border-radius: 14px; }
  .encryption-card-body,
  .encryption-tier-card,
  .encryption-info-panel { padding: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .encryption-page *,
  .encryption-store-section * { scroll-behavior: auto !important; transition: none !important; }
}
