/* ============================================================
   GrowVia — premium SMM panel
   Modern, bold, trustworthy. Electric-indigo accent + violet pop.
   Space Grotesk (display) + Manrope (body). Dual light/dark.
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  --accent: #5468ff;
  --accent-2: #8a5cf6;
  --accent-strong: #3f51e0;
  --accent-soft: rgba(84, 104, 255, 0.14);
  --accent-line: rgba(84, 104, 255, 0.34);
  --accent-grad: linear-gradient(135deg, #5468ff, #8a5cf6);
  --accent-rgb: 84,104,255;
  --on-accent: #ffffff;

  --marquee-h: 36px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;

  --maxw: 1240px;
  --nav-h: 76px;
}

/* Dark (default token set) */
html[data-theme="dark"] {
  --bg: #08090f;
  --bg-2: #0d0f17;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.07);
  --surface-solid: #12141d;
  --border: rgba(255, 255, 255, 0.10);
  --border-strong: rgba(255, 255, 255, 0.20);
  --text: #eef0f7;
  --text-2: #a9aec2;
  --text-3: #6b7186;
  --glass: rgba(11, 13, 20, 0.55);
  --glass-nav: rgba(8, 9, 15, 0.62);
  --shadow: 0 30px 70px -30px rgba(0, 0, 0, 0.9);
  --grain-opacity: 0.045;
  --hero-glow: rgba(84, 104, 255, 0.22);
  --accent-text: #9aa6ff;
}

/* Light */
html[data-theme="light"] {
  --bg: #f3f5fb;
  --bg-2: #eaedf6;
  --surface: rgba(18, 22, 45, 0.025);
  --surface-2: rgba(18, 22, 45, 0.05);
  --surface-solid: #ffffff;
  --border: rgba(20, 26, 55, 0.10);
  --border-strong: rgba(20, 26, 55, 0.20);
  --text: #10121d;
  --text-2: #4a5066;
  --text-3: #868ca1;
  --glass: rgba(255, 255, 255, 0.58);
  --glass-nav: rgba(243, 245, 251, 0.70);
  --shadow: 0 30px 60px -32px rgba(30, 40, 90, 0.30);
  --grain-opacity: 0.025;
  --hero-glow: rgba(84, 104, 255, 0.13);
  --accent-text: #3b46c9;
}

/* Color Themes */
html[data-color="purple"] {
  --accent: #8a5cf6;
  --accent-2: #c084fc;
  --accent-strong: #7c3aed;
  --accent-soft: rgba(138, 92, 246, 0.14);
  --accent-line: rgba(138, 92, 246, 0.34);
  --accent-grad: linear-gradient(135deg, #8a5cf6, #c084fc);
  --accent-rgb: 138,92,246;
  --hero-glow: rgba(138, 92, 246, 0.22);
  --accent-text: #c084fc;
}

html[data-color="green"] {
  --accent: #10b981;
  --accent-2: #34d399;
  --accent-strong: #059669;
  --accent-soft: rgba(16, 185, 129, 0.14);
  --accent-line: rgba(16, 185, 129, 0.34);
  --accent-grad: linear-gradient(135deg, #10b981, #34d399);
  --accent-rgb: 16,185,129;
  --hero-glow: rgba(16, 185, 129, 0.22);
  --accent-text: #34d399;
}

html[data-color="orange"] {
  --accent: #f97316;
  --accent-2: #fb923c;
  --accent-strong: #ea580c;
  --accent-soft: rgba(249, 115, 22, 0.14);
  --accent-line: rgba(249, 115, 22, 0.34);
  --accent-grad: linear-gradient(135deg, #f97316, #fb923c);
  --accent-rgb: 249,115,22;
  --hero-glow: rgba(249, 115, 22, 0.22);
  --accent-text: #fb923c;
}

html[data-color="red"] {
  --accent: #ef4444;
  --accent-2: #f87171;
  --accent-strong: #dc2626;
  --accent-soft: rgba(239, 68, 68, 0.14);
  --accent-line: rgba(239, 68, 68, 0.34);
  --accent-grad: linear-gradient(135deg, #ef4444, #f87171);
  --accent-rgb: 239,68,68;
  --hero-glow: rgba(239, 68, 68, 0.22);
  --accent-text: #f87171;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Manrope", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  transition: background 0.6s var(--ease), color 0.6s var(--ease);
}

/* Lock scroll while loading / overlay open */
body.is-loading,
body.no-scroll { overflow: hidden; height: 100vh; }

::selection { background: var(--accent); color: var(--on-accent); }

h1, h2, h3, .display {
  font-family: "Space Grotesk", system-ui, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.04;
  font-weight: 600;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font-family: inherit; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* grain overlay */
.grain {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  opacity: var(--grain-opacity);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

/* ============================================================
   LOADER
   ============================================================ */
#loader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--bg);
  display: grid; place-items: center;
  transition: opacity 0.6s var(--ease);
}
#loader .loader-inner {
  text-align: center;
  position: relative;
}
.loader-mark {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(38px, 7vw, 74px);
  letter-spacing: -0.03em;
  display: flex; gap: 0.01em; justify-content: center;
  overflow: hidden;
}
.loader-mark span {
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
  animation: loadUp 0.9s var(--ease-out) both;
}
.loader-mark .accent { color: var(--accent); }
.loader-mark img {
  max-height: 80px;
  width: auto;
  border-radius: 12px;
  object-fit: contain;
  animation: loadUp 0.9s var(--ease-out) both;
}
@keyframes loadUp {
  0% { transform: translateY(110%); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
.loader-line-wrap {
  margin: 26px auto 0;
  width: min(280px, 64vw);
  height: 1.5px;
  background: var(--border);
  position: relative;
  overflow: hidden;
}
.loader-line {
  position: absolute; left: 0; top: 0; height: 100%;
  width: 0%;
  background: linear-gradient(90deg, transparent, var(--accent));
}
.loader-meta {
  margin-top: 16px;
  display: flex; justify-content: space-between;
  width: min(280px, 64vw);
  margin-left: auto; margin-right: auto;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-3);
  font-family: "Space Grotesk", monospace;
}
.loader-pct { color: var(--text-2); }

/* curtain panels for reveal */
.curtain {
  position: fixed; inset: 0; z-index: 9998; pointer-events: none;
  display: grid; grid-template-columns: repeat(5, 1fr);
}
.curtain span {
  background: var(--bg-2);
  transform: scaleY(1);
  transform-origin: top;
}

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee {
  position: fixed; top: 0; left: 0; right: 0; z-index: 90;
  background: var(--accent-grad);
  color: var(--on-accent);
  height: var(--marquee-h);
  display: flex; align-items: center;
  overflow: hidden;
  font-size: 12.5px; letter-spacing: 0.01em; font-weight: 600;
  box-shadow: 0 1px 0 rgba(0,0,0,0.10);
}
.marquee__track {
  display: flex; white-space: nowrap;
  will-change: transform;
  animation: marquee 90s linear infinite;
  padding-right: 48px; /* room for close button */
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track span { padding: 0 2.5rem; display: inline-flex; align-items: center; gap: 2.5rem; }
.marquee__track .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--on-accent); opacity: 0.6; }
.marquee__close {
  position: absolute; top: 50%; right: 10px; transform: translateY(-50%);
  z-index: 2; width: 24px; height: 24px; border-radius: 50%;
  display: grid; place-items: center;
  color: var(--on-accent); background: rgba(255,255,255,0.16);
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}
.marquee__close:hover { background: rgba(255,255,255,0.30); transform: translateY(-50%) rotate(90deg); }
.marquee__close svg { width: 12px; height: 12px; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
body.marquee-closed { --marquee-h: 0px; }
body.marquee-closed .marquee { display: none; }

/* ============================================================
   NAVBAR
   ============================================================ */
.nav {
  position: fixed; top: var(--marquee-h); left: 0; right: 0; z-index: 80;
  height: var(--nav-h);
  display: flex; align-items: center;
  background: var(--glass-nav);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border-bottom: 1px solid var(--border);
  transition: top 0.35s var(--ease), background 0.4s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.nav.scrolled { box-shadow: 0 12px 40px -24px rgba(0,0,0,0.5); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; }

.logo { display: flex; align-items: center; gap: 11px; }
.logo__mark {
  width: 34px; height: 34px; border-radius: 9px;
  display: grid; place-items: center;
  background: var(--accent-grad);
  color: var(--on-accent); font-family: "Space Grotesk", sans-serif; font-weight: 700;
  font-size: 18px;
  box-shadow: 0 6px 20px -8px var(--accent);
}
.logo__text {
  font-family: "Space Grotesk", sans-serif; font-weight: 600;
  font-size: 21px; letter-spacing: -0.02em;
}
.logo__text b { color: var(--accent-text); font-weight: 600; }

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

/* theme toggle */
.theme-toggle {
  width: 60px; height: 34px; border-radius: 999px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  position: relative;
  transition: background 0.3s var(--ease);
  flex-shrink: 0;
}
.theme-toggle__knob {
  position: absolute; top: 3px; left: 3px;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--text);
  display: grid; place-items: center;
  transition: transform 0.45s var(--ease), background 0.3s var(--ease);
}
html[data-theme="dark"] .theme-toggle__knob { transform: translateX(26px); }
.theme-toggle__knob svg { width: 14px; height: 14px; }
.theme-toggle__knob .i-sun { color: var(--bg); }
.theme-toggle__knob .i-moon { color: var(--bg); display: none; }
html[data-theme="dark"] .theme-toggle__knob .i-sun { display: none; }
html[data-theme="dark"] .theme-toggle__knob .i-moon { display: block; }

.btn-about {
  display: inline-flex; align-items: center; gap: 8px;
  height: 42px; padding: 0 20px; border-radius: 999px;
  background: var(--text);
  color: var(--bg);
  font-weight: 600; font-size: 14px; letter-spacing: -0.01em;
  transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
}
.btn-about:hover { transform: translateY(-2px); opacity: 0.9; }
.btn-about svg { width: 15px; height: 15px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding-top: calc(var(--marquee-h) + var(--nav-h) + 60px);
  transition: padding-top 0.35s var(--ease);
  padding-bottom: 90px;
  overflow: hidden;
}
.hero__glow {
  position: absolute; z-index: 0; pointer-events: none;
  top: -10%; left: 50%; transform: translateX(-50%);
  width: 1100px; height: 760px;
  background: radial-gradient(ellipse at center, var(--hero-glow), transparent 62%);
  filter: blur(20px);
}

/* Ambient blurred "light field" — soft video-like mood behind the hero/form */
.hero__ambient {
  position: absolute; inset: -10% -5% 0 -5%; z-index: 0; pointer-events: none;
  overflow: hidden;
  filter: blur(70px) saturate(135%);
  opacity: 0.85;
}
html[data-theme="light"] .hero__ambient { opacity: 0.55; filter: blur(80px) saturate(125%); }
.hero__ambient .blob {
  position: absolute; border-radius: 50%; will-change: transform;
  mix-blend-mode: screen;
}
html[data-theme="light"] .hero__ambient .blob { mix-blend-mode: multiply; }
.hero__ambient .b1 {
  width: 46vw; height: 46vw; left: 38%; top: -8%;
  background: radial-gradient(circle at 30% 30%, #5468ff, transparent 65%);
  animation: drift1 22s ease-in-out infinite;
}
.hero__ambient .b2 {
  width: 40vw; height: 40vw; left: 8%; top: 18%;
  background: radial-gradient(circle at 50% 50%, #8a5cf6, transparent 66%);
  animation: drift2 27s ease-in-out infinite;
}
.hero__ambient .b3 {
  width: 34vw; height: 34vw; right: 4%; top: 38%;
  background: radial-gradient(circle at 50% 50%, #2bb6e0, transparent 68%);
  animation: drift3 31s ease-in-out infinite;
}
@keyframes drift1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-7%, 8%) scale(1.12); }
}
@keyframes drift2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(9%, -6%) scale(1.15); }
}
@keyframes drift3 {
  0%, 100% { transform: translate(0, 0) scale(1.05); }
  50% { transform: translate(-6%, -9%) scale(0.92); }
}
.hero .wrap {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px;
  align-items: center;
}

/* Blurred background video — sets the mood behind the hero + form */
.hero__video {
  position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none;
}
.hero__video video {
  position: absolute; top: 50%; left: 50%;
  min-width: 116%; min-height: 116%; width: 116%; height: 116%;
  transform: translate(-50%, -50%) scale(1.06);
  object-fit: cover;
  filter: blur(16px) saturate(120%) brightness(0.92);
  opacity: 0;
  transition: opacity 1.1s var(--ease);
}
.hero__video.is-ready video { opacity: 0.55; }
html[data-theme="light"] .hero__video.is-ready video { opacity: 0.30; }
/* Scrim keeps text + form crisp and readable over the footage */
.hero__video-scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 70% 30%, transparent 0%, var(--bg) 78%),
    linear-gradient(180deg, color-mix(in srgb, var(--bg) 35%, transparent), var(--bg) 92%);
}
.hero__copy { max-width: 560px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 14px; border-radius: 999px;
  background: var(--surface-2); border: 1px solid var(--border);
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-2); font-weight: 600;
  margin-bottom: 26px;
}
.eyebrow .pulse {
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 0 var(--accent);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(84,104,255,0.5); }
  70% { box-shadow: 0 0 0 9px rgba(84,104,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(84,104,255,0); }
}

.hero h1 {
  font-size: clamp(42px, 5.4vw, 70px);
  margin-bottom: 22px;
}
.hero h1 em { font-style: normal; color: var(--accent-text); }
.hero__sub {
  font-size: clamp(16px, 1.4vw, 18px);
  color: var(--text-2); line-height: 1.6; max-width: 480px;
  margin-bottom: 34px;
}

.hero__stats { display: flex; gap: 36px; flex-wrap: wrap; }
.stat__num {
  font-family: "Space Grotesk", sans-serif; font-weight: 600;
  font-size: 30px; letter-spacing: -0.02em;
}
.stat__num span { color: var(--accent-text); }
.stat__label { font-size: 13px; color: var(--text-3); margin-top: 2px; }

.hero__trust {
  margin-top: 34px; display: flex; align-items: center; gap: 16px;
  color: var(--text-3); font-size: 13px;
}
.hero__trust .badges { display: flex; align-items: center; }
.hero__trust .badges span {
  width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid var(--border-strong);
  background: var(--surface-2);
  margin-left: -8px;
  display: grid; place-items: center; font-size: 11px; font-weight: 700;
  overflow: hidden;
  color: var(--accent-text);
}
.hero__trust .badges span img {
  width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block;
}

.hero__trust .badges span:first-child { margin-left: 0; }

/* ============================================================
   ORDER FORM
   ============================================================ */
.order-card {
  position: relative;
  background: var(--glass);
  backdrop-filter: blur(28px) saturate(150%);
  -webkit-backdrop-filter: blur(28px) saturate(150%);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 32px;
  box-shadow: var(--shadow);
}
.order-card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  padding: 1px; pointer-events: none;
  background: linear-gradient(140deg, var(--accent-line), transparent 40%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.order-card__head {
  margin-bottom: 24px;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.order-card__head h2 { font-size: 24px; margin-bottom: 6px; }
.order-card__head p  { color: var(--text-2); font-size: 14px; }
.order-card__offer {
  display: none;
  width: 100%;
  margin-bottom: 14px;
  padding: 12px 16px;
  border-radius: var(--r-sm);
  border: 1px solid rgba(116, 70, 255, 0.18);
  background: rgba(116, 70, 255, 0.08);
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
}

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid > .field { min-width: 0; }
.form-grid .admin-full { grid-column: 1 / -1; }
.admin-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: end; }
.admin-row.admin-full { grid-column: 1 / -1; }
.admin-actions { display: flex; justify-content: flex-start; gap: 12px; }
.admin-actions.admin-full { grid-column: 1 / -1; }
.logo-preview {
  margin-top: 10px;
  color: var(--text-2);
  font-size: 14px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: 12px;
}
.field { display: flex; flex-direction: column; gap: 7px; }
.field.col-2 { grid-column: span 2; }
.field.field-icon,
.bulk-field.field-icon {
  position: relative;
}
.field.field-icon .input-wrap,
.bulk-field.field-icon .input-wrap {
  position: relative;
}
.field.field-icon .field-icon,
.bulk-field.field-icon .field-icon {
  position: absolute;
  left: 14px; top: 50%; transform: translateY(-50%);
  width: 20px; height: 20px;
  display: grid; place-items: center;
  color: var(--text-3);
  pointer-events: none;
}
.field.field-icon .field-icon svg,
.bulk-field.field-icon .field-icon svg {
  width: 18px; height: 18px;
}
.field.field-icon .control,
.field.field-icon .cselect__btn,
.field.field-icon select.control,
.bulk-field.field-icon .control,
.bulk-field.field-icon select.control,
.bulk-field.field-icon .cselect__btn,
.bulk-platform select {
  padding-left: 44px;
}
.field label {
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--text-2); text-transform: uppercase;
  display: flex; align-items: center; gap: 5px;
}
.field label .req { color: var(--accent-text); }

.control {
  height: 48px; padding: 0 15px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  color: var(--text); font-size: 15px;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease);
  width: 100%;
}
textarea.control { height: 84px; padding: 13px 15px; resize: vertical; line-height: 1.5; }
.control::placeholder { color: var(--text-3); }
.control:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
  background: var(--surface-2);
}
select.control {
  appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center;
  padding-right: 38px;
}
select.control option { background: var(--surface-solid); color: var(--text); }
select.control:disabled { opacity: 0.6; cursor: not-allowed; }
.field-error { border-color: #e0604f !important; }

/* ---------- Custom platform dropdown (with brand icons) ---------- */
.cselect { position: relative; }
.cselect__btn {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  width: 100%; text-align: left; cursor: pointer;
}
.cselect__current { display: flex; align-items: center; gap: 10px; min-width: 0; overflow: hidden; }
.cselect__ph { color: var(--text-3); }
.cselect__name { color: var(--text); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pf-ico { width: 22px; height: 22px; flex-shrink: 0; display: grid; place-items: center; }
.pf-ico svg { width: 22px; height: 22px; display: block; }
.cselect__chev { width: 12px; height: 8px; flex-shrink: 0; transition: transform 0.3s var(--ease); }
.cselect__chev path { stroke: var(--text-3); stroke-width: 1.6; fill: none; stroke-linecap: round; }
.cselect.open .cselect__chev { transform: rotate(180deg); }
.cselect.open .cselect__btn { border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.cselect__panel {
  position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 40;
  background: var(--surface-solid); border: 1px solid var(--border-strong);
  border-radius: var(--r-md); padding: 6px; box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity 0.22s var(--ease), transform 0.22s var(--ease), visibility 0.22s;
  max-height: 320px; overflow-y: auto;
}
.cselect.open .cselect__panel { opacity: 1; visibility: visible; transform: none; }
.cselect__opt {
  display: flex; align-items: center; gap: 11px; width: 100%;
  padding: 11px 12px; border-radius: 9px; text-align: left;
  font-size: 15px; color: var(--text); font-weight: 500;
  transition: background 0.16s var(--ease);
}
.cselect__opt:hover, .cselect__opt.active { background: var(--surface-2); }
.cselect__opt.active { color: var(--accent-text); font-weight: 600; }

/* ---------- Order mode segmented toggle ---------- */
.mode-field { grid-column: 1 / -1; margin-bottom: 2px; }
.seg-toggle {
  position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%; padding: 4px; gap: 0;
  overflow: hidden; min-width: 0;
  background: var(--surface-2); border: 1px solid var(--border); border-radius: 999px;
}
.seg-opt {
  position: relative; z-index: 1; height: 38px; min-width: 0; width: 100%; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 600; color: var(--text-2);
  transition: color 0.3s var(--ease);
}
.seg-ind {
  position: absolute; top: 4px; bottom: 4px; left: 4px; width: calc(50% - 4px);
  background: var(--accent-grad); border-radius: 999px;
  box-shadow: 0 6px 16px -8px var(--accent);
  transition: transform 0.35s var(--ease);
}
.seg-toggle.bulk .seg-ind { transform: translateX(100%); }
.seg-opt.active { color: var(--on-accent); }

/* ---------- Bulk order builder ---------- */
.bulk-panel { grid-column: 1 / -1; display: grid; gap: 12px; width: 100%; min-width: 0; }
.bulk-builder {
  display: flex; flex-direction: column; gap: 12px;
  padding: 16px; border: 1px dashed var(--border-strong); border-radius: var(--r-md);
  background: var(--surface);
}
.bulk-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bulk-platform { display: flex; align-items: center; gap: 10px; position: relative; }
.bulk-platform-icon {
  width: 44px; min-width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 16px; background: var(--surface-2);
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
}
.bulk-platform select { padding-left: 54px; }
.bulk-platform-icon svg { width: 24px; height: 24px; display: block; }
.bulk-price-summary {
  display: none;
  align-items: center; justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: var(--r-sm);
  background: var(--surface-2);
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
}
.bulk-price-summary.show { display: flex; }
.bulk-add {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 44px; border-radius: var(--r-sm);
  border: 1px solid var(--accent-line); background: var(--accent-soft);
  color: var(--accent-text); font-weight: 600; font-size: 14px;
  transition: background 0.25s var(--ease), transform 0.2s var(--ease);
}
.bulk-add:hover { background: color-mix(in srgb, var(--accent) 22%, transparent); transform: translateY(-1px); }
.bulk-add:active { transform: translateY(0); }
.bulk-add svg { width: 16px; height: 16px; }
.bulk-list { min-height: 110px; height: 110px; font-size: 14px; line-height: 1.7; }
.bulk-meta {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-size: 12.5px; color: var(--text-3);
}
.bulk-meta #bulkCount { color: var(--accent-text); font-weight: 600; }
.bulk-meta__note { display: inline-flex; align-items: center; }

.submit-btn {
  grid-column: span 2;
  height: 54px; border-radius: var(--r-sm);
  background: var(--accent-grad);
  color: var(--on-accent); font-weight: 700; font-size: 15.5px; letter-spacing: 0.01em;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  position: relative; overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  box-shadow: 0 14px 32px -14px var(--accent);
  margin-top: 4px;
}
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -16px var(--accent); }
.submit-btn:active { transform: translateY(0); }
.submit-btn svg { width: 18px; height: 18px; }
.submit-btn .shine {
  position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.45), transparent);
  transform: skewX(-18deg);
}
.submit-btn:hover .shine { animation: shine 0.9s var(--ease); }
@keyframes shine { to { left: 130%; } }

/* Quality field layout */
.quality-row {
  display: flex; gap: 12px; align-items: flex-start;
}
.quality-row > select.control {
  flex: 0 0 auto; width: 200px; min-width: 160px;
}
.quality-note {
  flex: 1; min-width: 0;
  font-size: 12.5px; color: var(--text-2);
  padding: 10px 14px; line-height: 1.5;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-sm); display: none;
}
.quality-note.show { display: block; }
@media (max-width: 640px) {
  .quality-row { flex-direction: column; }
  .quality-row > select.control { width: 100%; }
  .quality-note { width: 100%; }
}

.form-note {
  grid-column: span 2; text-align: center;
  font-size: 12.5px; color: var(--text-3); margin-top: 2px;
  display: flex; align-items: center; justify-content: center; gap: 6px;
}
.form-note svg { width: 13px; height: 13px; color: var(--accent-text); }

/* Navbar pricing button */
.nav-pricing-btn {
  height: 34px; padding: 0 14px;
  border-radius: 999px;
  border: 1.5px solid var(--accent-line);
  background: var(--accent-soft);
  color: var(--accent-text); font-weight: 800; font-size: 12px;
  display: inline-flex; align-items: center; gap: 6px;
  cursor: pointer; white-space: nowrap; font-family: inherit;
  transition: background 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 0 0 0 var(--accent-soft);
  position: relative; overflow: hidden;
}
.nav-pricing-btn::before {
  content: '';
  position: absolute; inset: 0;
  background: var(--accent-grad);
  opacity: 0; transition: opacity 0.2s;
  border-radius: inherit;
}
.nav-pricing-btn:hover {
  border-color: var(--accent);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px -4px var(--accent);
}
.nav-pricing-btn:hover::before { opacity: 0.12; }
.nav-pricing-btn svg { position: relative; z-index: 1; flex-shrink: 0; }
.nav-pricing-btn span, .nav-pricing-btn { position: relative; z-index: 1; }

/* Pricing list button — sits in the order card header */
.pricing-list-btn {
  flex-shrink: 0;
  height: 38px; padding: 0 16px;
  border-radius: var(--r-sm);
  border: 1px solid var(--accent-line);
  background: rgba(84,104,255,0.07);
  color: var(--accent-text); font-weight: 700; font-size: 13px;
  display: inline-flex; align-items: center; gap: 7px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  white-space: nowrap;
  align-self: center;
}
.pricing-list-btn:hover {
  background: rgba(84,104,255,0.14);
  border-color: var(--accent);
  transform: translateY(-1px);
}
.pricing-list-btn svg { width: 14px; height: 14px; flex-shrink: 0; }

/* Light theme overrides */
html[data-theme="light"] .pricing-list-btn {
  background: rgba(84,104,255,0.08);
  border-color: rgba(84,104,255,0.3);
}

/* link error helper text */
.link-error-msg {
  display: none; font-size: 11.5px; color: #e0604f; margin-top: 4px; padding-left: 2px;
}
.link-error-msg.show { display: block; }

/* ── Pricing overlay (full page like About) ── */
.pricing-overlay {
  position: fixed; inset: 0; z-index: 9500;
  background: var(--bg);
  overflow-y: auto; overflow-x: hidden;
  opacity: 0; visibility: hidden;
  transform: translateY(28px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease), visibility 0.45s;
}
.pricing-overlay.open { opacity: 1; visibility: visible; transform: translateY(0); }
@media (max-width: 680px) {
  #pricingModalBody { grid-template-columns: 1fr !important; }
}
.pricing-modal__box {
  background: var(--surface-solid);
  border: 1px solid var(--border);
  border-radius: 20px;
  width: 100%; max-width: 680px;
  max-height: 85vh;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow);
  animation: pmSlideIn 0.4s cubic-bezier(0.34,1.56,0.64,1) both;
}
@keyframes pmSlideIn {
  from { opacity:0; transform: translateY(30px) scale(0.95); }
  to   { opacity:1; transform: translateY(0) scale(1); }
}
.pricing-modal__head {
  display: flex; align-items: flex-start; justify-content: space-between;
  padding: 22px 24px 16px;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}
.pricing-modal__title { font-size: 18px; font-weight: 800; color: var(--text); }
.pricing-modal__sub   { font-size: 12.5px; color: var(--text-3); margin-top: 3px; }
.pricing-modal__close {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--surface-2); color: var(--text-2);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: background 0.2s, color 0.2s;
}
.pricing-modal__close:hover { background: var(--border-strong); color: var(--text); }
.pricing-modal__close svg { width: 15px; height: 15px; }
.pricing-modal__body {
  overflow-y: auto; padding: 20px 24px 24px;
  display: grid; gap: 18px;
}
.pricing-modal__loading { text-align:center; color: var(--text-3); padding: 40px 0; font-size:14px; }
.pm-platform { }
.pm-platform__name {
  font-size: 12px; font-weight: 800; color: var(--text-3);
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-bottom: 10px; display: flex; align-items: center; gap: 8px;
}
.pm-platform__name span { color: var(--text-2); }
.pm-platform__name::after { content:''; flex:1; height:1px; background:var(--border); }
.pm-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 8px;
}
.pm-item {
  padding: 10px 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: border-color 0.2s, background 0.2s;
}
.pm-item:hover { background: var(--surface-2); border-color: var(--border-strong); }
.pm-item__service { font-size: 11.5px; color: var(--text-3); margin-bottom: 5px; font-weight: 600; }
.pm-item__price   { font-size: 17px; font-weight: 800; color: var(--accent-text); }
.pm-item__unit    { font-size: 10px; color: var(--text-3); margin-top: 2px; }

/* floating offer — light theme */
html[data-theme="light"] .floating-offer {
  background: linear-gradient(135deg, #ffffff 0%, #f3f5fb 100%);
  border-color: rgba(84,104,255,0.2);
  box-shadow: 0 16px 48px -8px rgba(30,40,90,0.18), 0 0 0 1px rgba(84,104,255,0.08);
}
html[data-theme="light"] .floating-offer__text { color: #10121d; }
html[data-theme="light"] .floating-offer__close {
  background: rgba(0,0,0,0.05); color: #4a5066;
}
html[data-theme="light"] .floating-offer__close:hover { background: rgba(0,0,0,0.1); color: #10121d; }

/* Payment methods bar */
.payment-methods-bar {
  grid-column: span 2;
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  padding: 10px 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  font-size: 13px;
}
.payment-methods-bar__label {
  font-size: 11px; font-weight: 700; color: var(--text-3);
  text-transform: uppercase; letter-spacing: 0.05em;
}
.pay-method-chip {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 10px; border-radius: 20px;
  background: var(--surface-2); border: 1px solid var(--border);
  font-size: 12px; font-weight: 700; color: var(--text-2);
}

/* live price box */
.price-box {
  grid-column: span 2;
  border: 1px solid var(--accent-line);
  background: var(--accent-soft);
  border-radius: var(--r-md);
  padding: 0 18px;
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height 0.45s var(--ease), opacity 0.35s var(--ease), padding 0.45s var(--ease), margin 0.45s var(--ease);
}
.price-box.show { max-height: 180px; opacity: 1; padding: 16px 18px; }
.price-box__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.ccy-toggle {
  display: inline-flex; gap: 3px; padding: 3px;
  background: var(--surface-2); border: 1px solid var(--border); border-radius: 999px;
}
.ccy-opt {
  padding: 5px 11px; border-radius: 999px; font-size: 12px; font-weight: 700;
  letter-spacing: 0.02em; color: var(--text-3); white-space: nowrap;
  transition: color 0.2s var(--ease), background 0.2s var(--ease);
}
.ccy-opt.active { background: var(--accent-grad); color: var(--on-accent); }
/* navbar currency switch */
.nav-ccy { background: var(--surface-2); border-color: var(--border); }
.nav-ccy .ccy-opt { padding: 6px 12px; font-size: 12px; cursor: pointer; }
.price-box__ccy {
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  color: var(--accent-text); background: var(--accent-soft);
  border: 1px solid var(--accent-line); padding: 4px 10px; border-radius: 999px;
}
.price-box__row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.price-box__k {
  display: block; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-3); font-weight: 700; margin-bottom: 4px;
}
.price-box__v { font-family: "Space Grotesk", sans-serif; font-size: 17px; font-weight: 600; color: var(--text); }
.price-box__total { text-align: right; }
.price-box__big {
  font-family: "Space Grotesk", sans-serif; font-size: 28px; font-weight: 600;
  letter-spacing: -0.02em; color: var(--accent-text); line-height: 1; display: block;
}
.price-box__alt { display: block; margin-top: 4px; font-size: 12.5px; color: var(--text-3); font-weight: 600; }
.price-box__hint {
  margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--accent-line);
  font-size: 12.5px; color: var(--text-2);
}

/* ============================================================
   LOGO STRIP / PLATFORMS
   ============================================================ */
.platforms-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
  background: var(--bg-2);
}
.platforms-strip .wrap { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }
.platforms-strip .label { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-3); width: 100%; text-align: center; margin-bottom: 4px; }
.platform-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px; border-radius: 999px;
  border: 1px solid var(--border); background: var(--surface);
  font-size: 14px; font-weight: 600; color: var(--text-2);
  transition: color 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.platform-chip:hover { color: var(--text); border-color: var(--accent-line); transform: translateY(-2px); }
.platform-chip svg { width: 16px; height: 16px; }

/* ============================================================
   ABOUT OVERLAY
   ============================================================ */
.about-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: var(--bg);
  overflow-y: auto; overflow-x: hidden;
  opacity: 0; visibility: hidden;
  transform: translateY(24px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease), visibility 0.5s;
}
.about-overlay.open { opacity: 1; visibility: visible; transform: translateY(0); }

.about-topbar {
  position: sticky; top: 0; z-index: 5;
  background: var(--glass-nav);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border-bottom: 1px solid var(--border);
  height: var(--nav-h);
  display: flex; align-items: center;
}
.about-topbar .wrap { display: flex; align-items: center; justify-content: space-between; }
.back-btn {
  display: inline-flex; align-items: center; gap: 9px;
  height: 42px; padding: 0 18px 0 14px; border-radius: 999px;
  border: 1px solid var(--border); background: var(--surface);
  font-weight: 600; font-size: 14px;
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease);
}
.back-btn:hover { transform: translateX(-3px); border-color: var(--accent-line); }
.back-btn svg { width: 16px; height: 16px; }

.about-section { padding: 80px 0; }
.about-hero { padding-top: 90px; padding-bottom: 40px; }
.section-label {
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent-text); font-weight: 600; margin-bottom: 18px;
  display: flex; align-items: center; gap: 10px;
}
.section-label::before { content: ""; width: 26px; height: 1px; background: var(--accent); }

.about-hero h1 { font-size: clamp(40px, 6vw, 76px); max-width: 14ch; margin-bottom: 26px; }
.about-hero p { font-size: clamp(17px, 1.6vw, 20px); color: var(--text-2); max-width: 60ch; line-height: 1.65; }

.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.who-card {
  padding: 30px; border-radius: var(--r-lg);
  background: var(--surface); border: 1px solid var(--border);
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease);
}
.who-card:hover { transform: translateY(-5px); border-color: var(--accent-line); }
.who-card__icon {
  width: 48px; height: 48px; border-radius: 13px;
  background: var(--accent-soft); color: var(--accent-text);
  display: grid; place-items: center; margin-bottom: 20px;
}
.who-card__icon svg { width: 22px; height: 22px; }
.who-card h3 { font-size: 19px; margin-bottom: 10px; }
.who-card p { color: var(--text-2); font-size: 14.5px; line-height: 1.6; }

/* FAQ */
.faq-section { background: var(--bg-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.faq-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 18px; margin-bottom: 40px; }
.faq-head h2 { font-size: clamp(30px, 4vw, 46px); }
.faq-head p { color: var(--text-2); max-width: 36ch; font-size: 15px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 880px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--border); border-radius: var(--r-md);
  background: var(--surface); overflow: hidden;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.faq-item.active { border-color: var(--accent-line); background: var(--surface-2); }
.faq-q {
  width: 100%; text-align: left; padding: 22px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: "Space Grotesk", sans-serif; font-weight: 500; font-size: 17px;
}
.faq-icon {
  width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0;
  border: 1px solid var(--border-strong); position: relative;
  transition: transform 0.4s var(--ease), border-color 0.3s;
}
.faq-icon::before, .faq-icon::after {
  content: ""; position: absolute; background: var(--text);
  top: 50%; left: 50%; transition: transform 0.3s var(--ease), background 0.3s;
}
.faq-icon::before { width: 11px; height: 1.5px; transform: translate(-50%, -50%); }
.faq-icon::after { width: 1.5px; height: 11px; transform: translate(-50%, -50%); }
.faq-item.active .faq-icon { border-color: var(--accent); }
.faq-item.active .faq-icon::after { transform: translate(-50%, -50%) scaleY(0); }
.faq-item.active .faq-icon::before { background: var(--accent); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.45s var(--ease); }
.faq-a__inner { padding: 0 24px 24px; color: var(--text-2); line-height: 1.65; font-size: 15px; max-width: 70ch; }

/* Testimonials — horizontal auto-scroll marquee */
.testi-marquee {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.testi-track {
  display: flex; gap: 20px; width: max-content;
  padding: 8px max(28px, calc(50vw - 620px));
  will-change: transform;
  animation: testiScroll 46s linear infinite;
}
.testi-marquee:hover .testi-track { animation-play-state: paused; }
@keyframes testiScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.testi-card {
  flex: 0 0 380px; max-width: 380px;
  padding: 30px; border-radius: var(--r-lg);
  background: var(--surface); border: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 20px;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease);
}
.testi-card:hover { transform: translateY(-5px); border-color: var(--accent-line); }
.testi-stars { display: flex; gap: 3px; color: var(--accent); }
.testi-stars svg { width: 16px; height: 16px; }
.testi-card p { color: var(--text); font-size: 15.5px; line-height: 1.6; flex: 1; }
.testi-who { display: flex; align-items: center; gap: 12px; }
.testi-av {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--accent-grad);
  color: var(--on-accent); display: grid; place-items: center;
  font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 16px;
  overflow: hidden;
}
.testi-av img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}
.testi-who b { font-size: 14.5px; font-weight: 600; display: block; }
.testi-who span { font-size: 13px; color: var(--text-3); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { padding: 80px 0 40px; border-top: 1px solid var(--border); background: var(--bg-2); position: relative; overflow: hidden; }
.footer__big {
  font-family: "Space Grotesk", sans-serif; font-weight: 600;
  font-size: clamp(46px, 12vw, 150px); letter-spacing: -0.04em;
  line-height: 0.9; color: var(--text);
  opacity: 0.06; position: absolute; bottom: -10px; left: 0; right: 0;
  text-align: center; pointer-events: none; white-space: nowrap;
}
.footer .wrap { position: relative; z-index: 2; }
.footer__top { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 30px; padding-bottom: 130px; }
.footer__brand .logo { margin-bottom: 16px; }
.footer__tag { font-family: "Space Grotesk", sans-serif; font-size: 22px; color: var(--text); letter-spacing: -0.02em; }
.footer__tag span { color: var(--accent-text); }
.footer__links { display: flex; gap: 60px; flex-wrap: wrap; }
.footer__col h4 { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-3); margin-bottom: 16px; font-family: "Manrope", sans-serif; font-weight: 700; }
.footer__col a, .footer__col button { display: block; color: var(--text-2); font-size: 14.5px; margin-bottom: 11px; transition: color 0.25s; text-align: left; }
.footer__col a:hover, .footer__col button:hover { color: var(--accent-text); }
.footer__bottom {
  border-top: 1px solid var(--border); padding-top: 26px;
  display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap;
  font-size: 13px; color: var(--text-3);
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal { opacity: 1; transform: none; transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); }
html.js .reveal { opacity: 0; transform: translateY(26px); }
html.js .reveal.in, .reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: 0.08s; }
.reveal[data-d="2"] { transition-delay: 0.16s; }
.reveal[data-d="3"] { transition-delay: 0.24s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
.admin-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}
.admin-header {
  margin-bottom: 28px;
}
.admin-header h1 {
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 12px;
}
.admin-header p {
  color: var(--text-2);
  max-width: 720px;
  line-height: 1.7;
}
.admin-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.admin-header-top .admin-btn {
  margin-top: 0;
}
.admin-profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  margin-bottom: 24px;
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  background: var(--surface);
}
.admin-profile h2 {
  margin: 0 0 6px;
  font-size: clamp(22px, 2.5vw, 28px);
}
.admin-profile p {
  margin: 0;
  color: var(--text-2);
}
.admin-badge {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(25, 181, 145, 0.14);
  color: var(--accent);
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}
.nav-tagline {
  max-width: 1080px;
  margin: 0 auto 22px;
  padding: 0 20px;
  color: var(--text-2);
  font-size: 15px;
  letter-spacing: 0.02em;
}
.logo__image {
  max-height: 36px;
  width: auto;
  margin-right: 12px;
  border-radius: 12px;
  object-fit: contain;
}
.admin-panel-grid {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 30px;
  margin-bottom: 32px;
}
.admin-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--r-xl);
  padding: 28px;
  box-shadow: 0 32px 80px rgba(6, 10, 34, 0.24);
  backdrop-filter: blur(16px);
}
.admin-card h2 {
  margin-bottom: 18px;
  font-size: 22px;
}
.admin-card.admin-card--settings {
  grid-column: 1 / -1;
}
.admin-sidebar {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 24px;
  align-self: start;
}
.admin-tab-btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  border: 1px solid transparent;
  border-radius: var(--r-lg);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease, color .2s ease;
}
.admin-tab-btn:hover,
.admin-tab-btn.active {
  background: rgba(84, 104, 255, 0.16);
  border-color: rgba(84, 104, 255, 0.36);
  color: var(--on-accent);
  transform: translateX(2px);
}
.admin-panel-content {
  display: grid;
  gap: 24px;
}
.admin-tab {
  display: none;
}
.admin-tab.active {
  display: block;
}
.testimonial-card-head,
.faq-card-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}
.testimonial-avatar img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--border);
}
.testimonial-card-head b,
.faq-card-head b {
  display: block;
  margin-bottom: 6px;
}
.testimonial-card-head span {
  color: var(--text-2);
  font-size: 14px;
}
.item-hidden {
  opacity: 0.45;
  filter: grayscale(0.8);
}
.admin-list-item.item-hidden p {
  text-decoration: line-through;
}
.admin-grid-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
.admin-full { grid-column: 1 / -1; }
.admin-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.admin-field label {
  color: var(--text-2);
  font-size: 13px;
  font-weight: 600;
}
.logo-preview {
  margin-top: 10px;
  padding: 14px 16px;
  border-radius: var(--r-sm);
  border: 1px dashed var(--border);
  color: var(--text-2);
  background: var(--surface-2);
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.logo-preview img {
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
}
.admin-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.admin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border: none;
  border-radius: var(--r-sm);
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease;
}
.admin-btn:hover { transform: translateY(-1px); filter: brightness(1.05); }

body.login-screen {
  min-height: 100vh;
  background: radial-gradient(circle at top, rgba(84,104,255,0.18), transparent 28%), linear-gradient(180deg, #090b13 0%, #0f1220 100%);
}
.login-card {
  max-width: 560px;
  margin: 72px auto;
  padding: 34px 32px;
  border-radius: 32px;
  background: rgba(6, 8, 20, 0.88);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}
.login-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}
.login-badge {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--on-accent);
  background: linear-gradient(135deg, #5468ff, #8a5cf6);
  font-weight: 800;
  font-size: 20px;
}
.login-company {
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-2);
}
.login-card h1 {
  margin: 0;
  font-size: 32px;
}
.admin-list {
  display: grid;
  gap: 14px;
}
.admin-list-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 18px;
}
.admin-list-item b {
  display: block;
  font-size: 15px;
}
.admin-list-item span {
  display: block;
  color: var(--text-2);
  margin-bottom: 10px;
}
.admin-list-item .admin-list-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}
.admin-list-item button {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text);
  border-radius: var(--r-sm);
  padding: 9px 14px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .admin-panel-grid { grid-template-columns: 1fr; }
  .admin-sidebar {
    grid-template-columns: 1fr;
  }
  .admin-tab-btn {
    transform: none;
  }
}

@media (max-width: 980px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 44px; }
  .hero__copy { max-width: 640px; }
  .who-grid { grid-template-columns: 1fr; }
  .testi-card { flex-basis: 300px; max-width: 300px; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.col-2, .submit-btn, .form-note { grid-column: span 1; }
  .order-card { padding: 22px; }
  .nav__actions .btn-about span { display: none; }
  .btn-about { padding: 0 14px; }
  .nav__actions { gap: 8px; }
  .nav-ccy .ccy-opt { padding: 6px 9px; font-size: 11px; }
  .hero__stats { gap: 24px; }
  .marquee { font-size: 11.5px; }
  .footer__top { flex-direction: column; }
}

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

/* ============================================================
   ENHANCED SITE STYLES — Logo image in navbar
   ============================================================ */
.logo__image {
  max-height: 36px;
  width: auto;
  border-radius: 10px;
  object-fit: contain;
  display: none; /* shown via JS when a logo URL exists */
}

/* nav tagline tweak */
.nav-tagline {
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: var(--accent-text);
  opacity: 0.75;
}

/* ── Platform chips hover glow ── */
.platform-chip:hover {
  color: var(--text);
  border-color: var(--accent-line);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px -10px var(--accent);
}

/* ── Smooth outline focus rings site-wide ── */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ── Testimonial card enhanced ── */
.testi-card {
  box-shadow: 0 4px 24px -12px rgba(0,0,0,0.35);
}
.testi-card:hover {
  box-shadow: 0 12px 40px -16px var(--accent);
}

/* ── FAQ active enhanced ── */
.faq-item.active {
  box-shadow: 0 4px 24px -16px var(--accent);
}

/* ── Submit button ripple on mobile tap ── */
@media (hover: none) {
  .submit-btn:active {
    transform: scale(0.98);
  }
}

/* ── Hero stats animated underline ── */
.stat__num {
  position: relative;
  display: inline-block;
}

/* ── Footer brand tag enhanced ── */
.footer__tag span {
  background: var(--accent-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Scrollbar styling ── */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: var(--bg-2); }
::-webkit-scrollbar-thumb {
  background: rgba(84,104,255,0.35);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover { background: rgba(84,104,255,0.6); }

/* ── Offer banner styling ── */
.floating-offer {
  display: none;
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 9000;
  flex-direction: column;
  gap: 0;
  width: 300px;
  background: linear-gradient(135deg, #0f101e 0%, #161829 100%);
  border: 1px solid rgba(84,104,255,0.35);
  border-radius: 18px;
  box-shadow: 0 20px 60px -10px rgba(0,0,0,0.6), 0 0 0 1px rgba(84,104,255,0.1), 0 0 40px -10px rgba(84,104,255,0.25);
  overflow: hidden;
}

.floating-offer.pop-show {
  display: flex;
  animation: offerPopIn 0.55s cubic-bezier(0.34,1.56,0.64,1) both;
}

@keyframes offerPopIn {
  from { opacity: 0; transform: translateY(60px) scale(0.85); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.floating-offer__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px 10px;
  background: linear-gradient(90deg, rgba(84,104,255,0.18) 0%, transparent 100%);
  border-bottom: 1px solid rgba(84,104,255,0.15);
}

.floating-offer__emoji {
  font-size: 22px; line-height: 1; flex-shrink: 0;
}

.floating-offer__badge {
  font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  background: linear-gradient(90deg, #5468ff, #a78bfa);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.floating-offer__close {
  margin-left: auto;
  display: flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255,255,255,0.06);
  color: rgba(169,174,194,0.7);
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}
.floating-offer__close:hover { background: rgba(255,255,255,0.12); color: #fff; }
.floating-offer__close svg { width: 14px; height: 14px; }

.floating-offer__content {
  padding: 14px 16px 16px;
  display: flex; flex-direction: column; gap: 8px;
}

.floating-offer__text {
  font-weight: 700; color: #eef0f7; font-size: 14px; line-height: 1.45;
}

.floating-offer__timer-wrap {
  display: flex; align-items: center; gap: 8px;
}

.floating-offer__timer-label {
  font-size: 11px; font-weight: 600; color: rgba(169,174,194,0.5); white-space: nowrap;
}

.floating-offer__timer {
  font-family: "Space Grotesk", monospace;
  font-size: 18px; font-weight: 700; letter-spacing: 0.04em;
  background: linear-gradient(90deg, #5468ff, #a78bfa);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.floating-offer__cta {
  margin-top: 4px;
  padding: 9px 14px;
  background: linear-gradient(90deg, #5468ff, #7c5cfc);
  border-radius: 10px; text-align: center;
  font-size: 13px; font-weight: 700; color: #fff;
  cursor: pointer; transition: opacity 0.2s;
}
.floating-offer__cta:hover { opacity: 0.88; }

@media (max-width: 640px) {
  .floating-offer {
    bottom: 16px; left: 12px; right: 12px; width: auto;
  }
}

/* ── Nav tagline smooth hide/show ── */
.nav-tagline {
  transition: opacity 0.4s var(--ease);
}
body.marquee-closed .nav-tagline {
  margin-top: 8px;
}

/* ============================================================
   ADMIN PANEL LIGHT COMPATIBILITY
   ============================================================ */
html[data-theme="light"] .adm-shell,
html[data-theme="light"] .adm-sidebar,
html[data-theme="light"] .adm-main,
html[data-theme="light"] .adm-topbar {
  /* Admin panel is always dark — override light theme */
  color-scheme: dark;
}

/* ============================================================
   FLOATING WHATSAPP BUTTON (RIGHT SIDE)
   ============================================================ */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: #25d366;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.wa-float:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
  background-color: #20ba5a;
  color: #fff;
}
.wa-float svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
@media (max-width: 640px) {
  .wa-float {
    bottom: 20px;
    right: 20px;
    padding: 10px 14px;
    font-size: 12px;
  }
}

/* ============================================================
   HERO OFFER BAR (ABOVE HERO H1)
   ============================================================ */
.hero__offer-bar {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: floatOfferBar 3s ease-in-out infinite;
}
@keyframes floatOfferBar {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.hero__offer-emoji {
  animation: pulseEmoji 1.5s infinite;
}
@keyframes pulseEmoji {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}
.hero__offer-countdown {
  font-family: "Space Grotesk", monospace;
  color: var(--accent-text);
  background: rgba(84, 104, 255, 0.12);
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
}

/* ============================================================
   ORDER SUCCESS OVERLAY & MODAL
   ============================================================ */
.order-success-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 8, 20, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.order-success-overlay.show {
  opacity: 1;
  pointer-events: all;
}
.order-success-modal {
  background: rgba(13, 15, 28, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 40px 32px;
  max-width: 480px;
  width: 90%;
  text-align: center;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
  transform: translateY(20px) scale(0.95);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.order-success-overlay.show .order-success-modal {
  transform: translateY(0) scale(1);
}
.success-icon-wrap {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(25, 181, 145, 0.15);
  color: #19b591;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  box-shadow: 0 0 30px rgba(25, 181, 145, 0.2);
}
.success-icon-wrap svg {
  width: 32px;
  height: 32px;
}
.order-success-modal h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}
.order-success-modal p {
  color: var(--text-2);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.success-order-id {
  font-family: "Space Grotesk", monospace;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  color: var(--accent-text);
  display: inline-block;
  margin-bottom: 28px;
}
.success-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.success-wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  background: #25d366;
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
  transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
  border: none;
}
.success-wa-btn:hover {
  transform: translateY(-2px);
  background-color: #20ba5a;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.5);
  color: #fff;
}
.success-wa-btn svg {
  width: 18px;
  height: 18px;
}
.success-new-btn {
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text);
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  font-size: 15px;
  transition: background-color 0.2s, color 0.2s;
}
.success-new-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* Footer Review Badges */
.footer-reviews {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.footer-reviews__label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
  text-align: center;
}
.footer-reviews__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
.review-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 10px 18px;
  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease), background 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.review-badge:hover {
  transform: translateY(-2px);
  background: var(--surface-2);
  box-shadow: 0 10px 24px -10px rgba(84, 104, 255, 0.15);
}
.review-badge img, .review-badge svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.25s;
}
.review-badge:hover img, .review-badge:hover svg {
  transform: scale(1.08);
}
.review-badge__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.review-badge__title {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--text);
}
.review-badge__rating {
  font-size: 10.5px;
  font-weight: 800;
}

/* Footer Payment Badges */
.payment-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 8px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-2);
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease);
}
.payment-badge:hover {
  transform: translateY(-2px);
  background: var(--surface-2);
  border-color: var(--accent-line);
  color: var(--text);
  box-shadow: 0 8px 20px -8px var(--accent);
}
.payment-badge svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.25s;
}
.payment-badge:hover svg {
  transform: scale(1.08);
}



