/* Okey Data homepage: full redesign */

:root {
  --hp-ink: #0b1220;
  --hp-muted: #5b6577;
  --hp-paper: #f3f5f8;
  --hp-surface: #ffffff;
  --hp-line: rgba(11, 18, 32, 0.1);
  --hp-accent: #e85d04;
  --hp-accent-2: #1b4dff;
  --hp-display: 'Sora', system-ui, sans-serif;
  --hp-body: 'Source Sans 3', system-ui, sans-serif;
}

.home-shell .public-main { padding: 0; }
.bg-pattern-home { display: none !important; }

/* Fixed public header (ticker + nav): no absolute→sticky jump on scroll */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1045;
}
.site-header .public-topbar {
  margin-bottom: 0 !important;
}
.public-shell:not(.auth-shell):not(.hero-shell) .public-main {
  padding-top: var(--site-header-h, 52px);
}

.site-header-hero .public-topbar {
  margin-bottom: 0 !important;
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.home-shell .public-topbar {
  margin-bottom: 0 !important;
}

.home-shell .navbar-home .navbar-brand,
.home-shell .navbar-home .navbar-brand span:last-child { color: #fff; }

.home-shell .navbar-home .btn-outline-primary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}
.home-shell .navbar-home .btn-outline-primary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}
.home-shell .navbar-home .btn-primary {
  background: var(--hp-accent);
  color: #fff;
  border: none;
  box-shadow: none;
}
.home-shell .navbar-home .btn-primary:hover {
  background: #d14f00;
  color: #fff;
}
.home-shell .navbar-home .btn-soft {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.home-shell .navbar-home .btn-soft:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.home-shell .navbar-home .btn-outline-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}
.home-shell .navbar-home .nav-burger {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}
.home-shell .navbar-home .nav-burger:hover {
  background: rgba(255, 255, 255, 0.12);
}
.home-shell .navbar-home .wallet-pill {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.home-shell.navbar-scrolled .site-header-hero .public-topbar {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom-color: var(--hp-line) !important;
}
.home-shell.navbar-scrolled .navbar-home .navbar-brand,
.home-shell.navbar-scrolled .navbar-home .navbar-brand span:last-child {
  color: var(--hp-ink);
}
.home-shell.navbar-scrolled .navbar-home .btn-outline-primary {
  color: var(--hp-accent-2);
  border-color: var(--hp-accent-2);
}
.home-shell.navbar-scrolled .navbar-home .btn-outline-primary:hover {
  background: var(--hp-accent-2);
  color: #fff;
}
.home-shell.navbar-scrolled .navbar-home .btn-primary {
  background: var(--hp-accent);
  color: #fff;
}
.home-shell.navbar-scrolled .navbar-home .btn-soft {
  background: rgba(27, 77, 255, 0.08);
  color: var(--hp-accent-2);
}
.home-shell.navbar-scrolled .navbar-home .btn-outline-secondary {
  color: var(--hp-ink);
  border-color: var(--hp-line);
}
.home-shell.navbar-scrolled .navbar-home .nav-burger {
  color: var(--hp-ink);
  border-color: var(--hp-line);
}
.home-shell.navbar-scrolled .navbar-home .nav-burger:hover {
  background: rgba(27, 77, 255, 0.06);
}
.home-shell.navbar-scrolled .navbar-home .wallet-pill {
  background: rgba(27, 77, 255, 0.08);
  border-color: rgba(27, 77, 255, 0.15);
  color: var(--hp-accent-2);
}

[data-bs-theme=dark] .home-shell.navbar-scrolled .site-header-hero .public-topbar {
  background: rgba(11, 18, 32, 0.95) !important;
}
[data-bs-theme=dark] .home-shell.navbar-scrolled .navbar-home .navbar-brand,
[data-bs-theme=dark] .home-shell.navbar-scrolled .navbar-home .navbar-brand span:last-child {
  color: #f8fafc;
}

.hp-page {
  background: var(--hp-paper);
  color: var(--hp-ink);
  font-family: var(--hp-body);
}

[data-bs-theme=dark] .hp-page {
  --hp-ink: #f1f5f9;
  --hp-muted: #94a3b8;
  --hp-paper: #0a0f1a;
  --hp-surface: #121826;
  --hp-line: rgba(255, 255, 255, 0.1);
  background: var(--hp-paper);
  color: var(--hp-ink);
}

.hp-eyebrow {
  margin: 0 0 0.45rem;
  font-family: var(--hp-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hp-accent);
}

.hp-sub {
  margin: 0;
  color: var(--hp-muted);
  font-size: 1rem;
  line-height: 1.55;
}

/* Hero */
.hp-hero {
  position: relative;
  min-height: min(94vh, 860px);
  display: flex;
  align-items: flex-end;
  padding: 8rem 0 7.5rem;
  overflow: hidden;
  color: #fff;
}

.hero-shell .hp-hero {
  padding-top: calc(5rem + var(--site-header-h, 52px));
}

.hp-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hp-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: none;
  animation: none;
}

.hp-hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 24, 0.45) 0%, rgba(8, 12, 24, 0.15) 35%, rgba(8, 12, 24, 0.72) 78%, rgba(8, 12, 24, 0.92) 100%),
    linear-gradient(90deg, rgba(8, 12, 24, 0.55) 0%, rgba(8, 12, 24, 0.15) 55%, transparent 100%);
  pointer-events: none;
}

.hp-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  animation: hp-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hp-brand {
  margin: 0 0 0.75rem;
  font-family: var(--hp-display);
  font-size: clamp(2.6rem, 7.5vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.95;
  color: #fff;
}

.hp-title {
  margin: 0 0 0.9rem;
  max-width: 14ch;
  font-family: var(--hp-display);
  font-size: clamp(1.55rem, 3.4vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.95);
}

.hp-lede {
  margin: 0 0 1.75rem;
  max-width: 34rem;
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.88);
}

.hp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 50px;
  padding: 0.8rem 1.4rem;
  border-radius: 12px;
  border: 1.5px solid transparent;
  font-family: var(--hp-display);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hp-btn-primary {
  background: var(--hp-accent);
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(232, 93, 4, 0.35);
}
.hp-btn-primary:hover {
  background: #ff6a14;
  color: #fff !important;
  transform: translateY(-2px);
}

.hp-btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
}
.hp-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
  color: #fff !important;
}

.hp-btn-sm {
  min-height: 40px;
  padding: 0.55rem 1.05rem;
  font-size: 0.85rem;
  background: var(--hp-accent);
  color: #fff !important;
}
.hp-btn-sm:hover {
  background: #d14f00;
  color: #fff !important;
}

.hp-link {
  color: var(--hp-ink);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1.5px solid transparent;
}
.hp-link:hover {
  border-bottom-color: var(--hp-accent);
  color: var(--hp-ink);
}

.hp-scroll {
  position: absolute;
  left: 50%;
  bottom: 1.6rem;
  z-index: 2;
  width: 26px;
  height: 42px;
  margin-left: -13px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  display: grid;
  place-items: start center;
  padding-top: 8px;
  text-decoration: none;
}
.hp-scroll span {
  width: 4px;
  height: 9px;
  border-radius: 4px;
  background: var(--hp-accent);
  animation: hp-dot 1.7s ease-in-out infinite;
}

/* Networks panel overlapping hero */
.hp-shop {
  position: relative;
  z-index: 3;
  margin-top: -3.5rem;
  padding-bottom: 2.5rem;
}

.hp-shop-shell {
  background: var(--hp-surface);
  border: 1px solid var(--hp-line);
  border-radius: 28px;
  padding: 1.85rem 1.75rem 1.5rem;
  box-shadow: 0 24px 60px rgba(11, 18, 32, 0.12);
}

[data-bs-theme=dark] .hp-shop-shell {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.hp-shop-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid var(--hp-line);
}

.hp-shop-head h2,
.hp-process-intro h2,
.hp-faq-aside h2,
.hp-end-inner h2 {
  margin: 0 0 0.35rem;
  font-family: var(--hp-display);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hp-shop-auth {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hp-net-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

@media (min-width: 992px) {
  .hp-net-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.hp-net {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: 1.15rem 1.15rem 1.05rem;
  text-decoration: none;
  color: inherit;
  background: var(--hp-paper);
  border: 1px solid var(--hp-line);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.hp-net.is-out-of-stock {
  opacity: 0.75;
}

.hp-net.is-out-of-stock .hp-net-copy em {
  color: #b91c1c;
  font-style: normal;
  font-weight: 700;
}

.hp-net::after {
  content: '';
  position: absolute;
  right: -34px;
  top: -34px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 77, 255, 0.09), transparent 68%);
  transition: transform 0.3s ease, background 0.3s ease;
  pointer-events: none;
}

.hp-net:hover {
  color: inherit;
  transform: translateY(-4px);
  border-color: rgba(232, 93, 4, 0.4);
  background: var(--hp-surface);
  box-shadow: 0 18px 38px rgba(232, 93, 4, 0.12);
}

.hp-net:hover::after {
  transform: scale(1.35);
  background: radial-gradient(circle, rgba(232, 93, 4, 0.12), transparent 68%);
}

.hp-net-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.hp-net-logo {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: var(--hp-surface);
  border: 1px solid var(--hp-line);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(11, 18, 32, 0.06);
  transition: transform 0.25s ease;
}

.hp-net:hover .hp-net-logo {
  transform: scale(1.06) rotate(-2deg);
}

.hp-net-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: contain;
}

.hp-net-logo i {
  font-size: 1.4rem;
  color: var(--hp-accent-2);
}

.hp-net-arrow {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--hp-line);
  background: var(--hp-surface);
  color: var(--hp-muted);
  font-size: 0.9rem;
  transition: transform 0.22s ease, color 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.hp-net:hover .hp-net-arrow {
  background: var(--hp-accent);
  border-color: var(--hp-accent);
  color: #fff;
  transform: translate(2px, -2px);
}

.hp-net-copy {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}

.hp-net-copy strong {
  font-family: var(--hp-display);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hp-net-copy em {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--hp-accent);
}

.hp-net-dash {
  display: block;
  height: 2px;
  width: 18px;
  border-radius: 2px;
  background: currentColor;
  opacity: 0.55;
  transition: width 0.25s ease, opacity 0.25s ease;
}

.hp-net:hover .hp-net-dash {
  width: 32px;
  opacity: 1;
}

.hp-guest {
  margin-top: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.05rem 1.15rem;
  border-radius: 16px;
  background: linear-gradient(110deg, rgba(232, 93, 4, 0.08), rgba(27, 77, 255, 0.06));
  border: 1px solid rgba(232, 93, 4, 0.16);
}

.hp-guest strong {
  display: block;
  margin-bottom: 0.15rem;
  font-family: var(--hp-display);
  font-size: 0.95rem;
}

.hp-guest span {
  display: block;
  font-size: 0.88rem;
  color: var(--hp-muted);
}

.hp-empty {
  text-align: center;
  padding: 2.5rem 1rem;
  color: var(--hp-muted);
}
.hp-empty i {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
  opacity: 0.5;
}
.hp-empty p { margin: 0; }

/* Process */
.hp-process {
  padding: 1.5rem 0 3.25rem;
}

.hp-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  gap: 2rem;
  align-items: start;
}

.hp-process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.hp-process-list li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 1.2rem;
  background: var(--hp-surface);
  border: 1px solid var(--hp-line);
  border-radius: 18px;
}

.hp-process-list span {
  font-family: var(--hp-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--hp-accent);
  line-height: 1;
}

.hp-process-list strong {
  display: block;
  margin-bottom: 0.25rem;
  font-family: var(--hp-display);
  font-size: 1.05rem;
  font-weight: 700;
}

.hp-process-list p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--hp-muted);
}

/* Perks */
.hp-perks {
  padding: 0 0 3.5rem;
}

.hp-perks-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  padding: 2rem 2.25rem;
  background: #0b1220;
  border-radius: 24px;
  overflow: hidden;
  isolation: isolate;
}

.hp-perks-grid::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(560px 240px at 8% 0%, rgba(27, 77, 255, 0.22), transparent 65%),
    radial-gradient(560px 240px at 95% 100%, rgba(232, 93, 4, 0.2), transparent 65%);
  pointer-events: none;
  z-index: -1;
}

.hp-perks-grid article {
  position: relative;
  padding: 0.35rem 0;
}

.hp-perks-grid article + article::before {
  content: '';
  position: absolute;
  left: -1rem;
  top: 8%;
  bottom: 8%;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.hp-perk-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 0.9rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--hp-accent);
  font-size: 1.15rem;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.hp-perks-grid article:hover .hp-perk-icon {
  background: var(--hp-accent);
  color: #fff;
  transform: translateY(-2px);
}

.hp-perks-grid h3 {
  margin: 0 0 0.4rem;
  font-family: var(--hp-display);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #f8fafc;
}

.hp-perks-grid p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.72);
}

/* FAQ */
.hp-faq {
  padding: 3.25rem 0;
  background: var(--hp-surface);
  border-top: 1px solid var(--hp-line);
  border-bottom: 1px solid var(--hp-line);
}

.hp-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.4fr);
  gap: 2rem;
}

.hp-faq-aside .hp-sub { margin-bottom: 1.25rem; }

.hp-wa {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: #25D366;
  color: #fff !important;
  font-family: var(--hp-display);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.hp-wa:hover {
  color: #fff !important;
  transform: translateY(-2px);
  filter: brightness(1.05);
}
.hp-wa i { font-size: 1.15rem; }

.hp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.hp-faq-item {
  background: var(--hp-paper);
  border: 1px solid var(--hp-line);
  border-radius: 14px;
}

.hp-faq-item[open] {
  border-color: rgba(232, 93, 4, 0.35);
  background: var(--hp-surface);
}

.hp-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.15rem;
  font-family: var(--hp-display);
  font-weight: 600;
  font-size: 0.98rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.hp-faq-item summary::-webkit-details-marker { display: none; }
.hp-faq-item summary::after {
  content: '+';
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--hp-muted);
  line-height: 1;
}
.hp-faq-item[open] summary::after { content: '×'; }

.hp-faq-item p {
  margin: 0;
  padding: 0 1.15rem 1rem;
  border-top: 1px solid var(--hp-line);
  padding-top: 0.85rem;
  font-size: 0.94rem;
  line-height: 1.65;
  color: var(--hp-muted);
}

/* End CTA */
.hp-end {
  padding: 3.5rem 0 4.25rem;
}

.hp-end-inner {
  text-align: center;
  max-width: 34rem;
  margin: 0 auto;
}

.hp-end-inner p {
  margin: 0 0 1.35rem;
  color: var(--hp-muted);
  font-size: 1.05rem;
}

.hp-end-inner .hp-btn-primary {
  box-shadow: 0 14px 32px rgba(232, 93, 4, 0.28);
}

/* Footer */
.hp-footer {
  position: relative;
  background: #0b1220;
  color: rgba(226, 232, 240, 0.72);
  padding: 3.25rem 0 1.75rem;
  overflow: hidden;
  isolation: isolate;
}

.hp-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(620px 260px at 6% 0%, rgba(27, 77, 255, 0.16), transparent 65%),
    radial-gradient(620px 260px at 96% 20%, rgba(232, 93, 4, 0.13), transparent 65%);
  pointer-events: none;
  z-index: -1;
}

.hp-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 2.5rem;
  padding-bottom: 2.25rem;
}

.hp-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.85rem;
  text-decoration: none;
  color: #f8fafc;
  font-family: var(--hp-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hp-footer-brand:hover { color: #fff; }

.hp-footer-brand-col p {
  max-width: 22rem;
  margin: 0 0 1.15rem;
  font-size: 0.92rem;
  line-height: 1.6;
}

.hp-footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #f8fafc;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.hp-footer-whatsapp i { color: #25d366; font-size: 1.05rem; }

.hp-footer-whatsapp:hover {
  color: #fff;
  background: rgba(37, 211, 102, 0.14);
  border-color: rgba(37, 211, 102, 0.4);
  transform: translateY(-2px);
}

.hp-footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.hp-footer-col h4 {
  margin: 0 0 0.35rem;
  font-family: var(--hp-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.55);
}

.hp-footer-col a {
  width: fit-content;
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.92rem;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

.hp-footer-col a:hover {
  color: var(--hp-accent);
  transform: translateX(2px);
}

.hp-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.85rem;
  color: rgba(226, 232, 240, 0.55);
}

.hp-footer-bottom a {
  color: rgba(226, 232, 240, 0.75);
  font-weight: 600;
  text-decoration: none;
}

.hp-footer-bottom a:hover { color: var(--hp-accent); }

@keyframes hp-rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hp-dot {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(12px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hp-hero-copy { animation: none; }
  .hp-scroll span { animation: none; }
}

@media (max-width: 991.98px) {
  .hp-process-layout,
  .hp-faq-layout,
  .hp-perks-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem 1.35rem;
    border-radius: 20px;
  }

  .hp-perks-grid article + article::before {
    left: 0;
    right: 0;
    top: -0.75rem;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .hp-hero {
    min-height: 0;
    align-items: center;
    padding: 6.25rem 0 3.75rem;
  }

  .hero-shell .hp-hero {
    padding-top: calc(4rem + var(--site-header-h, 52px));
  }

  .hp-shop {
    margin-top: -2rem;
  }
}

@media (max-width: 767.98px) {
  .hp-hero {
    min-height: 0;
    align-items: flex-start;
    padding: 5.25rem 0 2.75rem;
  }

  .hero-shell .hp-hero {
    padding-top: calc(3.5rem + var(--site-header-h, 52px));
  }

  .hp-hero-copy {
    max-width: 100%;
  }

  .hp-brand {
    margin-bottom: 0.5rem;
    font-size: clamp(1.85rem, 9vw, 2.45rem);
  }

  .hp-title {
    margin-bottom: 0.65rem;
    max-width: none;
    font-size: clamp(1.2rem, 5.2vw, 1.45rem);
  }

  .hp-lede {
    margin-bottom: 1.15rem;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .hp-actions {
    gap: 0.55rem;
  }

  .hp-btn {
    min-height: 44px;
    padding: 0.65rem 1.15rem;
    font-size: 0.88rem;
  }

  .hp-hero-veil {
    background:
      linear-gradient(180deg, rgba(8, 12, 24, 0.5) 0%, rgba(8, 12, 24, 0.62) 45%, rgba(8, 12, 24, 0.88) 100%);
  }

  .hp-shop {
    margin-top: -1.5rem;
    padding-bottom: 1.75rem;
  }

  .hp-shop-shell {
    padding: 1.15rem 1rem 1rem;
    border-radius: 20px;
  }

  .hp-shop-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-bottom: 0.85rem;
  }

  .hp-shop-head h2 {
    font-size: 1.35rem;
  }

  .hp-net-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .hp-net {
    gap: 0.85rem;
    padding: 0.95rem 0.9rem 0.85rem;
  }

  .hp-net-logo {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .hp-net-logo img {
    max-width: 30px;
    max-height: 30px;
  }

  .hp-net-arrow {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
  }

  .hp-net-copy strong {
    font-size: 0.95rem;
  }

  .hp-net-copy em {
    font-size: 0.78rem;
  }

  .hp-scroll {
    display: none;
  }

  .hp-footer {
    padding: 2.5rem 0 1.5rem;
  }

  .hp-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .hp-footer-brand-col {
    grid-column: 1 / -1;
  }

  .hp-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }
}
