/* ═══════════════════════════════════════════════════════════════
   LXH VENTURES · shared.css
   Global stylesheet — dark SaaS/agency theme
   ═══════════════════════════════════════════════════════════════ */

/* ── CSS VARIABLES ── */
:root {
  --red:    #E62335;
  --red2:   #c41d2b;
  --bg:     #0B0B0D;
  --bg2:    #111114;
  --bg3:    #17171B;
  --bg4:    #1E1E24;
  --border:  rgba(255,255,255,.06);
  --border2: rgba(255,255,255,.11);
  --gray1:  #9A9AA6;
  --gray2:  #6B6B78;
  --tr: border-color .25s cubic-bezier(.22,1,.36,1), background .25s cubic-bezier(.22,1,.36,1), transform .3s cubic-bezier(.22,1,.36,1), opacity .25s ease;
  --ease: cubic-bezier(.22,1,.36,1);
}

/* ── LIGHT MODE ── */
[data-theme="light"] {
  --red:    #C41D2B;
  --red2:   #a81825;
  --bg:     #FAFAFA;
  --bg2:    #F0F0F2;
  --bg3:    #E8E8EC;
  --bg4:    #DFDFE4;
  --border:  rgba(0,0,0,.08);
  --border2: rgba(0,0,0,.14);
  --gray1:  #3A3A4A;
  --gray2:  #6A6A7A;
}

[data-theme="light"] body {
  background: var(--bg);
  background-image:
    radial-gradient(ellipse 80% 50% at 20% 0%, rgba(196,29,43,.04) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 10%, rgba(60,80,200,.03) 0%, transparent 55%),
    radial-gradient(ellipse 50% 50% at 50% 100%, rgba(196,29,43,.03) 0%, transparent 50%);
  background-attachment: fixed;
  color: #1a1a2e;
}

/* Nav */
[data-theme="light"] #nav {
  background: rgba(250,250,250,.85);
  border-bottom-color: rgba(0,0,0,.06);
}
[data-theme="light"] #nav.scrolled {
  background: rgba(250,250,250,.96);
}
[data-theme="light"] .nav-links a { color: #4a4a5a; }
[data-theme="light"] .nav-links a:hover { color: #1a1a2e; }
[data-theme="light"] .nav-drop {
  background: rgba(248,248,250,.98);
  box-shadow: 0 20px 48px rgba(0,0,0,.1);
}
[data-theme="light"] .nav-drop a { color: #4a4a5a; }
[data-theme="light"] .nav-drop a:hover { background: var(--bg3); color: #1a1a2e; }
[data-theme="light"] .mob-menu { background: var(--bg); }
[data-theme="light"] .mob-menu a { color: #3a3a4a; border-bottom-color: var(--border); }
[data-theme="light"] .mob-menu a:hover { color: #1a1a2e; }
[data-theme="light"] .hamburger span { background: #1a1a2e; }

/* Typography - ALL headings and white text */
[data-theme="light"] .logo,
[data-theme="light"] .h2,
[data-theme="light"] .ph-h,
[data-theme="light"] .pp-title,
[data-theme="light"] .t-name,
[data-theme="light"] .flow-title,
[data-theme="light"] .flow-text,
[data-theme="light"] .sys-title,
[data-theme="light"] .sys-desc,
[data-theme="light"] .hero-sub,
[data-theme="light"] .sub,
[data-theme="light"] .ph-sub,
[data-theme="light"] .t-text,
[data-theme="light"] .pp-text,
[data-theme="light"] .ft-desc,
[data-theme="light"] .ft-links a,
[data-theme="light"] .tag,
[data-theme="light"] .mq-item { color: #3a3a4a; }

[data-theme="light"] .logo,
[data-theme="light"] .h2,
[data-theme="light"] .ph-h,
[data-theme="light"] .pp-title,
[data-theme="light"] .t-name,
[data-theme="light"] .flow-title,
[data-theme="light"] .sys-title,
[data-theme="light"] .info-card-title,
[data-theme="light"] .form-title,
[data-theme="light"] .step-title,
[data-theme="light"] .cr-header { color: #1a1a2e; }

/* Hero */
[data-theme="light"] .hero-h,
[data-theme="light"] .hero-h .hw,
[data-theme="light"] .hw-cycle .wc { color: #1a1a2e; }

/* Buttons */
[data-theme="light"] .btn-ghost { color: #1a1a2e; border-color: rgba(0,0,0,.15); }
[data-theme="light"] .btn-ghost:hover { background: var(--bg3); border-color: rgba(0,0,0,.22); }
[data-theme="light"] .btn-red { box-shadow: 0 4px 16px rgba(196,29,43,.2); }

/* Cards & sections */
[data-theme="light"] .t-card,
[data-theme="light"] .prob-pill,
[data-theme="light"] .flow-card,
[data-theme="light"] .sys-row,
[data-theme="light"] .info-card,
[data-theme="light"] .form-card,
[data-theme="light"] .calc-results { box-shadow: 0 2px 12px rgba(0,0,0,.04); }

/* Form inputs */
[data-theme="light"] .form-input,
[data-theme="light"] .form-select,
[data-theme="light"] .form-textarea { color: #1a1a2e; background: #fff; }
[data-theme="light"] .form-input::placeholder,
[data-theme="light"] .form-textarea::placeholder { color: #999; }

/* Calculator */
[data-theme="light"] .ci-range { background: var(--bg4); }
[data-theme="light"] .cr-num { color: var(--red); }
[data-theme="light"] .cr-val { color: #1a1a2e; }
[data-theme="light"] .cr-m-val { color: #1a1a2e; }

/* Footer */
[data-theme="light"] #footer { background: #1a1a2e; color: #ccc; }
[data-theme="light"] #footer .logo { color: #fff; }
[data-theme="light"] #footer .ft-desc,
[data-theme="light"] #footer .ft-h,
[data-theme="light"] #footer .ft-links a,
[data-theme="light"] #footer .ft-bottom,
[data-theme="light"] #footer .ft-legal a { color: rgba(255,255,255,.6); }
[data-theme="light"] #footer .ft-links a:hover,
[data-theme="light"] #footer .ft-legal a:hover { color: #fff; }
[data-theme="light"] #footer .ft-grid { border-bottom-color: rgba(255,255,255,.1); }
[data-theme="light"] #footer { border-top-color: transparent; }

/* Marquee */
[data-theme="light"] .marquee-wrap::before { background: linear-gradient(to right, var(--bg2), transparent); }
[data-theme="light"] .marquee-wrap::after { background: linear-gradient(to left, var(--bg2), transparent); }

/* Misc */
[data-theme="light"] .wa-float { box-shadow: 0 8px 24px rgba(37,211,102,.2); }
[data-theme="light"] .orb1 { background: radial-gradient(circle, rgba(230,35,53,.08) 0%, transparent 65%); }
[data-theme="light"] .orb2 { background: radial-gradient(circle, rgba(60,80,200,.06) 0%, transparent 60%); }
[data-theme="light"] #particles { opacity: .6; }

/* Light mode section accents */
[data-theme="light"] .page-hero { background: linear-gradient(180deg, rgba(196,29,43,.03) 0%, transparent 60%); }
[data-theme="light"] #problem,
[data-theme="light"] #systems,
[data-theme="light"] #process,
[data-theme="light"] #testi,
[data-theme="light"] .uv-features { background: #F0F0F2; background-image: radial-gradient(circle at 50% 0%, rgba(196,29,43,.03), transparent 50%); }
[data-theme="light"] #solution,
[data-theme="light"] #roi,
[data-theme="light"] #usecases,
[data-theme="light"] #cta-final { background: var(--bg); }

/* Stronger card depth in light mode */
[data-theme="light"] .t-card,
[data-theme="light"] .prob-pill,
[data-theme="light"] .flow-card,
[data-theme="light"] .sys-row,
[data-theme="light"] .info-card,
[data-theme="light"] .form-card,
[data-theme="light"] .calc-results,
[data-theme="light"] .proc-card,
[data-theme="light"] .ind-card,
[data-theme="light"] .uc-tab.active { background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.06), 0 8px 24px rgba(0,0,0,.04); border-color: rgba(0,0,0,.06); }
[data-theme="light"] .avail-badge { background: rgba(34,197,94,.08); }

/* Cookie banner */
[data-theme="light"] .cookie-banner { background: #fff; border-top-color: rgba(0,0,0,.1); }
[data-theme="light"] .cookie-text h3 { color: #1a1a2e; }
[data-theme="light"] .cookie-toggle { background: #fff; }

/* ── RESET / BASE ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  /* Momentum scrolling on iOS */
  -webkit-overflow-scrolling: touch;
}

body {
  background: var(--bg);
  color: #fff;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

ul, ol {
  list-style: none;
}

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

button {
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
}

/* ── PARTICLES CANVAS ── */
#particles {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* ── CONTAINER ── */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── DECORATIVE ORBS ── */
.orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(120px);
  z-index: 0;
}

.orb1 {
  width: 600px;
  height: 600px;
  top: -200px;
  left: -200px;
  background: radial-gradient(circle, rgba(230,35,53,.18) 0%, transparent 70%);
}

.orb2 {
  width: 700px;
  height: 700px;
  bottom: -250px;
  right: -200px;
  background: radial-gradient(circle, rgba(60,80,200,.14) 0%, transparent 70%);
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: var(--tr);
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
}

.btn-red {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}

.btn-red:hover {
  background: var(--red2);
  border-color: var(--red2);
  transform: translateY(-1px);
}

.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: var(--border2);
}

.btn-ghost:hover {
  background: var(--bg3);
  border-color: rgba(255,255,255,.22);
  transform: translateY(-1px);
}

.btn-sm {
  padding: 9px 18px;
  font-size: 13px;
  border-radius: 8px;
}

.btn-lg {
  padding: 16px 32px;
  font-size: 16px;
  border-radius: 12px;
}

/* ── TAG ── */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--bg3);
  border: 1px solid var(--border2);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gray1);
  margin-bottom: 20px;
}

.tag::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--red);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── TYPOGRAPHY ── */
.h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(30px, 4.5vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: #fff;
}

.sub {
  font-size: 17px;
  color: var(--gray1);
  max-width: 580px;
  line-height: 1.7;
}

.red {
  color: var(--red);
}

/* Heading red spans get an animated shimmer sweep */
h1 .red, h2 .red, h3 .red,
.svc-h2 .red, .ph-h .red, .sec-h .red {
  background: linear-gradient(
    90deg,
    #c41d2b 0%,
    #e62335 30%,
    #ff7080 50%,
    #e62335 70%,
    #c41d2b 100%
  );
  background-size: 250% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: redShimmer 5s ease-in-out infinite;
  display: inline-block;
}

@keyframes redShimmer {
  0%   { background-position: 100% center; }
  50%  { background-position:   0% center; }
  100% { background-position: 100% center; }
}

/* ── NAVIGATION ── */
#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(11,11,13,.7);
  transition: background .3s;
}

#nav.scrolled {
  background: rgba(11,11,13,.92);
  border-bottom-color: var(--border2);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.logo {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  letter-spacing: .02em;
  text-decoration: none;
  line-height: 1;
}

.logo em {
  font-style: italic;
  color: var(--red);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray1);
  text-decoration: none;
  transition: color .2s;
}

.nav-links a:hover {
  color: #fff;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ── NAV DROPDOWN ── */
.nav-links li { position: relative; }

.nav-has-drop > a::after {
  content: '';
  display: inline-block;
  width: 5px; height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  margin-left: 5px;
  opacity: 0.45;
  transition: transform .2s, opacity .2s;
  vertical-align: middle;
}
.nav-has-drop:hover > a::after {
  transform: rotate(225deg) translateY(2px);
  opacity: 0.9;
}
.nav-drop {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: rgba(17,17,20,.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border2);
  border-radius: 16px;
  padding: 6px;
  min-width: 200px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s, transform .18s;
  box-shadow: 0 20px 48px rgba(0,0,0,.5);
  z-index: 200;
}
/* invisible bridge so mouse can reach the dropdown */
.nav-drop::before {
  content: '';
  position: absolute;
  top: -16px; left: 0; right: 0;
  height: 16px;
}
.nav-has-drop:hover .nav-drop {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(10px);
}
.nav-drop a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  font-size: 13px;
  color: var(--gray1);
  border-radius: 10px;
  transition: background .15s, color .15s;
}
.nav-drop a::before {
  content: '';
  width: 4px; height: 4px;
  background: var(--gray2);
  border-radius: 50%;
  flex-shrink: 0;
  transition: background .15s;
}
.nav-drop a:hover { background: var(--bg3); color: #fff; }
.nav-drop a:hover::before { background: var(--red); }
.nav-drop-divider { height: 1px; background: var(--border); margin: 4px 0; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  background: none;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: var(--tr);
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile menu */
.mob-menu {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: var(--bg2);
  border-bottom: 1px solid var(--border2);
  padding: 20px 24px 28px;
  gap: 4px;
  z-index: 99;
}

.mob-menu.open {
  display: flex;
}

.mob-menu a {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray1);
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  transition: color .2s;
}

.mob-menu a:last-child {
  border-bottom: none;
  margin-top: 12px;
  text-align: center;
}

.mob-menu a:hover {
  color: #fff;
}

/* ── MARQUEE ── */
.marquee-wrap {
  overflow: hidden;
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
  position: relative;
  z-index: 1;
}

.marquee-wrap::before,
.marquee-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.marquee-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--bg2), transparent);
}

.marquee-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--bg2), transparent);
}

.marquee {
  display: inline-flex;
  gap: 0;
  white-space: nowrap;
  animation: marquee-scroll 30s linear infinite;
}

@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.mq-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gray2);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mq-dot {
  width: 5px;
  height: 5px;
  background: var(--red);
  border-radius: 50%;
  flex-shrink: 0;
  opacity: .6;
}

/* ── TESTIMONIALS ── */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.t-card {
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: var(--tr);
}

.t-card:hover {
  border-color: var(--border2);
  background: var(--bg4);
}

.t-stars {
  color: #f5a623;
  font-size: 16px;
  letter-spacing: 2px;
}

.t-text {
  font-size: 15px;
  color: var(--gray1);
  line-height: 1.7;
  flex: 1;
}

.t-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.t-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(230,35,53,.12);
  border: 1px solid rgba(230,35,53,.25);
  color: var(--red);
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.t-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.t-role {
  font-size: 12px;
  color: var(--gray2);
  line-height: 1.4;
  margin-top: 2px;
}

/* ── FOOTER ── */
#footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
}

.ft-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--border);
}

.ft-desc {
  font-size: 14px;
  color: var(--gray2);
  line-height: 1.75;
  margin-top: 12px;
  margin-bottom: 20px;
}

.ft-h {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gray2);
  margin-bottom: 16px;
}

.ft-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ft-links a {
  font-size: 14px;
  color: var(--gray1);
  text-decoration: none;
  transition: color .2s;
  line-height: 1.4;
}

.ft-links a:hover {
  color: #fff;
}

.ft-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  font-size: 13px;
  color: var(--gray2);
}

.ft-legal {
  display: flex;
  gap: 24px;
}

.ft-legal a {
  font-size: 13px;
  color: var(--gray2);
  text-decoration: none;
  transition: color .2s;
}

.ft-legal a:hover {
  color: #fff;
}

/* ── AVAILABILITY BADGE ── */
.avail-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid rgba(34,197,94,.25);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #4ade80;
  background: rgba(34,197,94,.06);
}

.avail-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse 2s infinite;
}

/* ── WHATSAPP FLOAT BUTTON ── */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 200;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: #25d366;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(37,211,102,.35);
  transition: transform .2s, box-shadow .2s;
}

.wa-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(37,211,102,.45);
}

.wa-dot {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  opacity: .8;
  animation: pulse 2s infinite;
}

/* ── REVEAL ANIMATIONS ── */
.rv {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s cubic-bezier(.22,1,.36,1), transform .75s cubic-bezier(.22,1,.36,1);
}

.rv.visible {
  opacity: 1;
  transform: translateY(0);
}

.rv-r {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity .75s cubic-bezier(.22,1,.36,1), transform .75s cubic-bezier(.22,1,.36,1);
}

.rv-r.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Delay helpers */
.d1 { transition-delay: .08s; }
.d2 { transition-delay: .16s; }
.d3 { transition-delay: .24s; }
.d4 { transition-delay: .32s; }
.d5 { transition-delay: .40s; }
.d6 { transition-delay: .48s; }

/* ── KEYFRAMES ── */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: .5;
  }
}

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  padding: 160px 0 100px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.page-hero .orb1,
.page-hero .orb2 {
  position: absolute;
}

.ph-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--bg3);
  border: 1px solid var(--border2);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gray1);
  margin-bottom: 24px;
}

.ph-tag::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--red);
  border-radius: 50%;
  flex-shrink: 0;
}

.ph-h {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: #fff;
  margin-bottom: 20px;
}

.ph-sub {
  font-size: 18px;
  color: var(--gray1);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .nav-links {
    display: none;
  }

  .nav-right {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .testi-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }

  .ft-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ft-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .ft-legal {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .testi-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .page-hero {
    padding: 130px 0 72px;
  }

  .ph-h {
    font-size: 32px;
  }

  .wa-float {
    bottom: 20px;
    right: 16px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .btn-lg {
    padding: 14px 24px;
    font-size: 15px;
  }
}

/* ── THEME TOGGLE ── */
.theme-toggle-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg3);
  border: 1px solid var(--border2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: var(--tr);
  flex-shrink: 0;
  line-height: 1;
}

.theme-toggle-btn:hover {
  background: var(--bg4);
  border-color: rgba(230,35,53,.3);
  transform: scale(1.08);
}

/* ── COOKIE BANNER ── */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--bg2);
  border-top: 1px solid var(--border2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0;
  transform: translateY(100%);
  transition: transform .5s cubic-bezier(.22,1,.36,1);
}

.cookie-banner.visible {
  transform: translateY(0);
}

.cookie-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 24px;
}

.cookie-main {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 20px;
}

.cookie-icon {
  font-size: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}

.cookie-text h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.cookie-text p {
  font-size: 13px;
  color: var(--gray1);
  line-height: 1.65;
  max-width: 640px;
}

.cookie-text a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-text a:hover {
  color: #fff;
}

.cookie-toggles {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.cookie-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  transition: var(--tr);
  user-select: none;
}

.cookie-toggle:hover {
  border-color: var(--border2);
  background: var(--bg4);
}

.cookie-toggle input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--red);
  cursor: pointer;
  flex-shrink: 0;
}

.cookie-toggle .ct-label {
  font-size: 13px;
  color: var(--gray1);
  font-weight: 600;
  line-height: 1;
}

.cookie-toggle .ct-required {
  font-size: 10px;
  color: var(--gray2);
  font-weight: 500;
}

.cookie-toggle input:checked + .ct-info .ct-label {
  color: #fff;
}

.ct-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

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

.cookie-actions .btn {
  font-size: 13px;
  padding: 10px 20px;
}

@media (max-width: 768px) {
  .cookie-main {
    flex-direction: column;
    gap: 12px;
  }

  .cookie-toggles {
    flex-direction: column;
  }

  .cookie-actions {
    flex-direction: column;
  }

  .cookie-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ── VIEW TRANSITION: Theme Ripple ───────────────────────────────── */
::view-transition-old(root),
::view-transition-new(root) {
  animation: none;
  mix-blend-mode: normal;
}
