:root {
  --bg: #04130f;
  --bg-soft: #08211a;
  --panel: rgba(10, 28, 22, 0.78);
  --panel-strong: rgba(6, 18, 14, 0.92);
  --stroke: rgba(119, 255, 193, 0.14);
  --stroke-strong: rgba(119, 255, 193, 0.28);
  --brand: #21e18b;
  --brand-deep: #0f7d56;
  --brand-soft: #a6ffcf;
  --accent: #6ae3ff;
  --warning: #ffd56b;
  --text: #f4fff8;
  --muted: #a8c0b5;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.35);
  --radius-xl: 32px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --width: min(1180px, calc(100% - 40px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(33, 225, 139, 0.12), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(106, 227, 255, 0.1), transparent 22%),
    linear-gradient(180deg, #03100c 0%, #04130f 32%, #071b15 100%);
  overflow-x: hidden;
  line-height: 1.6;
}

body.is-modal-open {
  overflow: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 85%);
}

body::after {
  background:
    radial-gradient(circle at 10% 20%, rgba(33, 225, 139, 0.18), transparent 18%),
    radial-gradient(circle at 90% 78%, rgba(106, 227, 255, 0.16), transparent 14%);
  filter: blur(28px);
}

main,
header,
footer {
  position: relative;
  z-index: 1;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 0.94;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding-left: 1.2rem;
}

.section {
  width: var(--width);
  margin: 0 auto;
  padding: 3.5rem 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--brand-soft);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
}

.text-gradient {
  color: transparent;
  background: linear-gradient(90deg, #ffffff 0%, #83ffc8 45%, #69e3ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.lede,
.section-copy {
  max-width: 64ch;
  color: var(--muted);
  font-size: 1.05rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-solid {
  color: #03100c;
  background: linear-gradient(135deg, var(--brand), #71ffca);
  box-shadow: 0 18px 36px rgba(33, 225, 139, 0.2);
}

.button-ghost {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.button-small {
  min-height: 44px;
  padding: 0.72rem 1rem;
  font-size: 0.92rem;
}

.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.section-heading h2 {
  font-size: clamp(2.7rem, 4.7vw, 4.2rem);
}

.inline-actions,
.hero-actions,
.section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.section-cta {
  margin-top: 1.1rem;
}

.site-header {
  width: min(1240px, calc(100% - 24px));
  margin: 0 auto;
  padding: 1rem 0 0;
}

.header-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0.6rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.header-top a {
  color: var(--brand-soft);
}

.header-bar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.75rem;
  padding: 1rem 1.2rem;
  border: 1px solid var(--stroke);
  border-radius: 28px;
  background: rgba(6, 18, 14, 0.68);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand img {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  object-fit: cover;
  flex-shrink: 0;
}

.brand-mark {
  min-width: 0;
}

.brand-mark strong {
  display: block;
  font-size: 2rem;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  letter-spacing: 0.06em;
}

.brand-mark span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
}

.site-nav a {
  padding: 0.75rem 0.9rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.94rem;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.hero {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 2rem;
  align-items: center;
  padding-top: 2.2rem;
}

.hero h1 {
  font-size: clamp(4rem, 9vw, 7.4rem);
}

.hero-copy {
  display: grid;
  gap: 1.35rem;
}

.hero-actions {
  margin-top: 0.4rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.35rem;
  padding: 0;
  list-style: none;
}

.hero-meta li {
  padding: 0.6rem 0.9rem;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.9rem;
}

.hero-media {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  min-height: auto;
  align-items: stretch;
}

.hero-frame {
  position: relative;
  grid-column: 1 / -1;
  width: 100%;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.02);
  box-shadow: var(--shadow);
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: auto -10% -24% 38%;
  height: 45%;
  background: radial-gradient(circle, rgba(33, 225, 139, 0.26), transparent 68%);
  filter: blur(28px);
}

.hero-frame img {
  position: relative;
  z-index: 1;
  aspect-ratio: 1.79;
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
}

.floating-card {
  position: relative;
  max-width: none;
  height: 100%;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(106, 227, 255, 0.18);
  border-radius: 22px;
  background: rgba(4, 17, 13, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.floating-card small {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--brand-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.floating-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 2rem;
  line-height: 0.95;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  letter-spacing: 0.05em;
}

.floating-card p {
  color: var(--muted);
  font-size: 0.88rem;
}

.card-a {
  top: auto;
  left: auto;
}

.card-b {
  right: auto;
  bottom: auto;
}

.card-c {
  grid-column: 1 / -1;
  left: auto;
  bottom: auto;
}

.stats-grid,
.process-grid,
.trust-grid,
.service-grid,
.related-grid {
  display: grid;
  gap: 1rem;
}

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

.info-card,
.process-card,
.trust-card,
.service-card,
.policy-card,
.contact-card,
.panel,
.catalog-controls,
.faq-item,
.legal-card,
.site-footer {
  border: 1px solid var(--stroke);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.info-card,
.process-card,
.trust-card,
.service-card {
  padding: 1.35rem;
}

.info-card small,
.process-card small {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--brand-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.info-card h2 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  margin-bottom: 0.35rem;
}

.info-card p,
.process-card p,
.trust-card p,
.service-card p,
.policy-card p,
.contact-list span,
.legal-card p,
.legal-card li {
  color: var(--muted);
}

.legal-card strong,
.legal-card a {
  color: var(--brand-soft);
}

.split-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 1rem;
  align-items: stretch;
}

.panel {
  padding: 1.6rem;
}

.panel-copy {
  display: grid;
  align-content: space-between;
  gap: 1.3rem;
}

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

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -24% 40%;
  height: 56%;
  background: radial-gradient(circle, rgba(33, 225, 139, 0.18), transparent 70%);
}

.service-card h3,
.process-card h3,
.trust-card h3,
.policy-card h3 {
  font-size: 2rem;
  margin-bottom: 0.45rem;
}

.service-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  border-radius: 14px;
  color: #03100c;
  background: linear-gradient(135deg, var(--brand), #82ffd2);
  font-size: 0.9rem;
  font-weight: 700;
}

.catalog-controls {
  padding: 1.2rem;
}

.search-row,
.filter-block {
  display: grid;
  gap: 0.75rem;
}

.label-text {
  color: var(--brand-soft);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.search-field {
  display: grid;
  gap: 0.7rem;
}

.search-field input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  padding: 1rem 1.05rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  outline: none;
}

.search-field input:focus {
  border-color: var(--stroke-strong);
  box-shadow: 0 0 0 3px rgba(33, 225, 139, 0.12);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.filter-chip {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.filter-chip:hover,
.filter-chip.active {
  color: var(--text);
  border-color: rgba(33, 225, 139, 0.45);
  background: rgba(33, 225, 139, 0.12);
}

.catalog-result {
  margin-top: 1.45rem;
  color: var(--muted);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(11, 30, 23, 0.95), rgba(6, 17, 14, 0.98));
  box-shadow: var(--shadow);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    opacity 0.5s ease,
    translate 0.5s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(33, 225, 139, 0.38);
}

.product-media {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 184px;
  padding: 2.85rem 1.15rem 0.65rem;
  background:
    radial-gradient(circle at top, rgba(33, 225, 139, 0.18), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.product-media img {
  max-width: min(100%, 205px);
  max-height: 146px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.25));
}

.product-badge {
  position: absolute;
  top: 0.4rem;
  left: 1rem;
  z-index: 2;
  padding: 0.42rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: var(--brand-soft);
  background: rgba(4, 17, 13, 0.8);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.15rem;
}

.product-body h3 {
  font-size: 2rem;
}

.product-body p {
  color: var(--muted);
  font-size: 0.92rem;
}

.product-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: flex-end;
  margin-top: auto;
}

.product-actions {
  display: grid;
  gap: 0.55rem;
  width: min(100%, 188px);
}

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

.product-price small {
  display: block;
  margin-bottom: 0.1rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-price strong {
  display: block;
  font-size: 1.8rem;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  letter-spacing: 0.04em;
}

.payment-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.payment-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 9, 7, 0.82);
  backdrop-filter: blur(10px);
}

.payment-dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100vh - 2.5rem);
  overflow: auto;
  border: 1px solid var(--stroke-strong);
  border-radius: 32px;
  background:
    radial-gradient(circle at top, rgba(33, 225, 139, 0.16), transparent 44%),
    linear-gradient(180deg, rgba(7, 22, 17, 0.98), rgba(3, 11, 8, 0.98));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.46);
}

.payment-shell {
  display: grid;
  gap: 1.2rem;
  padding: 1.4rem;
}

.payment-copy,
.payment-note {
  color: var(--muted);
}

.payment-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  font-size: 1.4rem;
  line-height: 1;
}

.payment-card {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
}

.payment-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.payment-meta strong {
  display: block;
  font-size: 1.15rem;
}

.payment-kicker {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--brand-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.payment-status-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.payment-status-badge,
.payment-reference {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.payment-status-badge {
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.payment-status-badge.is-pending {
  color: #ffe9a9;
  border-color: rgba(255, 213, 107, 0.35);
  background: rgba(255, 213, 107, 0.1);
}

.payment-status-badge.is-confirmed {
  color: #d9ffe7;
  border-color: rgba(33, 225, 139, 0.42);
  background: rgba(33, 225, 139, 0.12);
}

.payment-status-badge.is-failed {
  color: #ffd3d3;
  border-color: rgba(255, 114, 114, 0.38);
  background: rgba(255, 114, 114, 0.12);
}

.payment-reference {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
}

.payment-qr-frame {
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at top, rgba(106, 227, 255, 0.08), transparent 58%),
    rgba(255, 255, 255, 0.02);
}

.payment-loading {
  color: var(--muted);
  text-align: center;
}

.payment-qr-frame img {
  width: min(100%, 260px);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
}

.payment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 2rem;
  text-align: center;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
}

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

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

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-item {
  overflow: hidden;
  padding: 1.05rem 1.15rem;
}

.faq-item summary {
  position: relative;
  padding-right: 2rem;
  list-style: none;
  cursor: pointer;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.3rem;
  line-height: 1;
  color: var(--brand-soft);
  transition: transform 0.25s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-answer {
  margin-top: 0.85rem;
  color: var(--muted);
}

.faq-answer ul {
  margin-top: 0.65rem;
}

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

.policy-card {
  display: grid;
  gap: 0.7rem;
  padding: 1.25rem;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}

.policy-card:hover {
  transform: translateY(-4px);
  border-color: rgba(33, 225, 139, 0.32);
}

.policy-card span {
  color: var(--brand-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-card {
  display: grid;
  gap: 1.2rem;
  padding: 1.6rem;
}

.contact-list {
  display: grid;
  gap: 0.7rem;
}

.contact-list a,
.contact-list span {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.contact-list a {
  color: var(--brand-soft);
}

.page-main {
  padding-top: 1.25rem;
}

.page-hero {
  display: grid;
  gap: 1rem;
  padding-top: 2.4rem;
}

.page-hero h1 {
  font-size: clamp(3.2rem, 7vw, 5.8rem);
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.crumbs a {
  color: var(--brand-soft);
}

.legal-stack {
  display: grid;
  gap: 1rem;
}

.legal-card {
  padding: 1.5rem;
}

.legal-card h2 {
  margin-bottom: 0.95rem;
  font-size: clamp(2.3rem, 4vw, 3.4rem);
}

.legal-card h3 {
  margin: 1.35rem 0 0.45rem;
  font-size: 2rem;
}

.legal-card ul {
  margin-top: 0.7rem;
}

.legal-card li + li {
  margin-top: 0.45rem;
}

.legal-note {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 213, 107, 0.18);
  border-radius: 18px;
  color: #ffeab5;
  background: rgba(255, 213, 107, 0.08);
}

.site-footer {
  width: min(1240px, calc(100% - 24px));
  margin: 2rem auto 1.5rem;
  padding: 1.4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 1rem;
}

.footer-brand {
  display: grid;
  gap: 0.9rem;
}

.footer-brand h3 {
  font-size: 2.2rem;
}

.footer-grid strong {
  color: var(--brand-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-brand p,
.footer-links a,
.footer-contact a,
.footer-contact span {
  color: var(--muted);
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 0.5rem;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--brand-soft);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

@media (max-width: 980px) {
  .header-top {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 0;
    right: 0;
    display: grid;
    gap: 0.25rem;
    padding: 1rem;
    border: 1px solid var(--stroke);
    border-radius: 24px;
    background: rgba(6, 18, 14, 0.95);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 0.25s ease,
      transform 0.25s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 0.9rem 1rem;
  }

  .hero,
  .split-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    min-height: auto;
    align-items: stretch;
  }

  .hero-frame {
    grid-column: 1 / -1;
    width: 100%;
  }

  .floating-card {
    position: relative;
    inset: auto;
    max-width: none;
  }

  .card-a,
  .card-b,
  .card-c {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .card-c {
    grid-column: 1 / -1;
  }

  .stats-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

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

  .product-media {
    min-height: 172px;
    padding: 2.5rem 1rem 0.55rem;
  }

  .product-media img {
    max-height: 138px;
  }
}

@media (max-width: 720px) {
  :root {
    --width: min(1180px, calc(100% - 28px));
  }

  .section {
    padding: 2.6rem 0;
  }

  .header-bar,
  .site-footer,
  .contact-card,
  .panel,
  .catalog-controls,
  .legal-card {
    padding: 1.15rem;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .brand-mark strong {
    font-size: 1.7rem;
  }

  .hero {
    padding-top: 1.2rem;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 16vw, 5.2rem);
  }

  .hero-media {
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-media {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 1fr;
  }

  .service-grid,
  .product-grid,
  .trust-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .product-media {
    min-height: 164px;
    padding-top: 2.35rem;
  }

  .product-media img {
    max-height: 132px;
  }

  .product-footer,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-footer,
  .payment-meta {
    grid-template-columns: 1fr;
  }

  .product-actions,
  .payment-actions .button {
    width: 100%;
  }

  .payment-dialog {
    border-radius: 26px;
  }

  .payment-shell {
    padding: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
