:root {
  --bg: #ffffff;
  --bg-soft: #fffaf6;
  --panel: #ffffff;
  --panel-2: #fff8fd;
  --text: #1a1224;
  --muted: #61506e;
  --line: rgba(196, 130, 160, 0.28);
  --brand: #ff4fa3;
  --brand-2: #ffcf4d;
  --accent: #7e56ff;
  --ok: #1fb981;
  --bad: #ff4fa3;
  --float-rail-right: 16px;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow: 0 16px 34px rgba(92, 34, 78, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Outfit", sans-serif;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 214, 81, 0.2), transparent 34%),
    radial-gradient(circle at 88% 85%, rgba(255, 88, 178, 0.16), transparent 36%),
    radial-gradient(circle at 70% 18%, rgba(112, 214, 255, 0.16), transparent 32%),
    var(--bg);
  color: var(--text);
  line-height: 1.72;
  overflow-x: hidden;
  perspective: 1400px;
  transform-style: preserve-3d;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -1;
  filter: blur(4px);
}

body::before {
  width: 340px;
  height: 340px;
  top: 8%;
  right: 4%;
  border-radius: 44% 56% 60% 40% / 42% 44% 56% 58%;
  background: radial-gradient(circle, rgba(255, 108, 185, 0.16), transparent 70%);
  animation: morphFloat 12s ease-in-out infinite;
}

body::after {
  width: 300px;
  height: 300px;
  left: 2%;
  bottom: 6%;
  border-radius: 58% 42% 37% 63% / 42% 66% 34% 58%;
  background: radial-gradient(circle, rgba(255, 205, 88, 0.18), transparent 72%);
  animation: morphFloat 14s ease-in-out infinite reverse;
}

body.light-mode {
  --bg: #ffffff;
  --bg-soft: #fffaf6;
  --panel: #ffffff;
  --panel-2: #fff8fd;
  --text: #1a1224;
  --muted: #61506e;
  --line: rgba(196, 130, 160, 0.28);
  --shadow: 0 16px 34px rgba(92, 34, 78, 0.16);
}

body:not(.light-mode) {
  --bg: #050308;
  --bg-soft: #0c0712;
  --panel: #150d1d;
  --panel-2: #0f0816;
  --text: #f8f2ff;
  --muted: #cdbadf;
  --line: rgba(255, 161, 214, 0.24);
  --shadow: 0 18px 36px rgba(0, 0, 0, 0.45);
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 214, 81, 0.14), transparent 34%),
    radial-gradient(circle at 88% 85%, rgba(255, 88, 178, 0.16), transparent 36%),
    radial-gradient(circle at 70% 18%, rgba(112, 214, 255, 0.12), transparent 32%),
    var(--bg);
}

body:not(.light-mode) .palette-widget {
  background: rgba(17, 9, 24, 0.86);
}

body:not(.light-mode) .palette-btn {
  border-color: rgba(255, 255, 255, 0.45);
}

body:not(.light-mode) .palette-btn.active {
  outline-color: #ffffff;
}

body:not(.light-mode) .cmd-overlay {
  background: rgba(10, 5, 14, 0.72);
}

body:not(.light-mode) .cmd-panel {
  background: linear-gradient(150deg, #1a0f24, #0e0716);
}

body:not(.light-mode) .site-header {
  background: rgba(8, 4, 12, 0.88);
  border-bottom: 1px solid rgba(255, 194, 226, 0.2);
}

body:not(.light-mode) .menu a {
  color: #f7efff;
}

body:not(.light-mode) .menu a:nth-child(3n + 1),
body:not(.light-mode) .menu a:nth-child(3n + 2),
body:not(.light-mode) .menu a:nth-child(3n + 3) {
  color: #f7efff;
}

body:not(.light-mode) .menu a:hover,
body:not(.light-mode) .menu a.active {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(255, 92, 176, 0.24), rgba(126, 86, 255, 0.26));
}

body:not(.light-mode) .chip-btn,
body:not(.light-mode) .menu-toggle,
body:not(.light-mode) .btn-outline {
  background: rgba(255, 95, 182, 0.14);
}

body:not(.light-mode) .hero-grid {
  background: linear-gradient(118deg, #120915 0%, #211133 30%, #281328 57%, #141036 77%, #07050b 100%);
  border-color: rgba(255, 174, 221, 0.3);
}

body:not(.light-mode) .hero-copy p,
body:not(.light-mode) .hero-note {
  color: #dac8e9;
}

body:not(.light-mode) .kicker {
  color: #ffd87a;
}

body:not(.light-mode) .ring {
  border-color: rgba(255, 216, 238, 0.38);
}

body:not(.light-mode) .orbit-core {
  border-color: rgba(255, 207, 232, 0.36);
  background: radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.14), rgba(22, 8, 26, 0.8));
}

body:not(.light-mode) .orbit-core p {
  color: rgba(255, 255, 255, 0.86);
}

body:not(.light-mode) .bubble {
  border-color: rgba(255, 214, 235, 0.36);
  background: linear-gradient(145deg, rgba(42, 14, 44, 0.96), rgba(255, 88, 176, 0.78));
  color: #ffffff;
}

body:not(.light-mode) .social-proof {
  border-top-color: rgba(255, 218, 235, 0.24);
  color: #d8c8e6;
}

body:not(.light-mode) .faq-item {
  background: rgba(255, 255, 255, 0.03);
}

body:not(.light-mode) .site-footer {
  background: rgba(9, 5, 13, 0.84);
}

body:not(.light-mode) .social-icons a {
  background: rgba(255, 95, 182, 0.16);
}

body:not(.light-mode) .popup-overlay {
  background: rgba(8, 3, 12, 0.62);
}

body:not(.light-mode) .chat-box {
  background: linear-gradient(150deg, #1a0f24, #100817);
}

body:not(.light-mode) .proposal-preview,
body:not(.light-mode) .faq-item {
  background: rgba(255, 255, 255, 0.03);
}

body:not(.light-mode) .fx-canvas {
  opacity: 0.24;
}

body:not(.light-mode).fx-nebula {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 218, 102, 0.2), transparent 30%),
    radial-gradient(circle at 88% 88%, rgba(255, 98, 182, 0.2), transparent 34%),
    linear-gradient(160deg, #0a0509, #190912 48%, #090508);
}

body:not(.light-mode).fx-prism {
  background:
    linear-gradient(120deg, #0a0609, #2a1022 45%, #1c0f15 72%, #090507);
}

body:not(.light-mode).fx-grid {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 210, 99, 0.16), transparent 30%),
    linear-gradient(180deg, #0a0509, #1a0a16);
}

body:not(.light-mode).fx-hologram {
  background:
    radial-gradient(circle at 76% 14%, rgba(255, 102, 185, 0.2), transparent 30%),
    radial-gradient(circle at 16% 84%, rgba(255, 214, 97, 0.15), transparent 34%),
    linear-gradient(180deg, #0c0610, #230f1b);
}

body:not(.light-mode).fx-wave {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 213, 100, 0.14), transparent 26%),
    linear-gradient(180deg, #0a0609, #1c0c14);
}

body:not(.light-mode).fx-matrix {
  background:
    linear-gradient(160deg, #090508, #190a13 50%, #080507);
}

h1,
h2,
h3,
.brand,
.btn,
.menu a {
  font-family: "Urbanist", sans-serif;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

p {
  margin-bottom: 0;
  color: var(--muted);
}

a {
  color: inherit;
}

.container {
  width: min(1380px, 95%);
  margin-inline: auto;
}

.site-bg-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 28%, rgba(255, 223, 108, 0.18), transparent 36%),
    radial-gradient(circle at 84% 6%, rgba(255, 93, 179, 0.14), transparent 32%),
    radial-gradient(circle at 48% 82%, rgba(126, 86, 255, 0.12), transparent 30%);
}

.fx-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
  opacity: 0.22;
  filter: saturate(1.08) contrast(1.02);
}

body.light-mode .fx-canvas {
  opacity: 0.16;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  z-index: 90;
  background: linear-gradient(90deg, #ff4fa3, #ffe66d, #ff88c8);
  box-shadow: 0 0 12px rgba(255, 109, 186, 0.6);
}

.back-top {
  position: fixed;
  right: 16px;
  bottom: 150px;
  z-index: 64;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255, 87, 177, 0.96), rgba(255, 224, 103, 0.94));
  color: #170611;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-weight: 800;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-top.show {
  opacity: 1;
  transform: translateY(0);
}

.palette-widget {
  position: fixed;
  left: 16px;
  bottom: 20px;
  z-index: 66;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 9px 10px;
  display: flex;
  gap: 7px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

body.light-mode .palette-widget {
  background: rgba(255, 255, 255, 0.9);
}

.palette-btn {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(17, 10, 24, 0.28);
  cursor: pointer;
}

.palette-btn.active {
  outline: 2px solid #1a1224;
  outline-offset: 2px;
}

.cmd-overlay {
  position: fixed;
  inset: 0;
  z-index: 95;
  background: rgba(52, 20, 49, 0.26);
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 10vh 16px 16px;
}

.cmd-overlay.open {
  display: flex;
}

.cmd-panel {
  width: min(700px, 100%);
  border-radius: 14px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #ffffff, #fff5fb);
  box-shadow: var(--shadow);
  overflow: hidden;
}

body.light-mode .cmd-panel {
  background: linear-gradient(145deg, #ffffff, #fff5fb);
}

.cmd-input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 14px 15px;
  font: inherit;
  font-size: 0.96rem;
  color: var(--text);
  background: transparent;
}

.cmd-list {
  max-height: 320px;
  overflow-y: auto;
}

.cmd-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 15px;
  text-decoration: none;
  color: var(--text);
  border-top: 1px solid rgba(255, 170, 213, 0.16);
}

.cmd-item:hover,
.cmd-item.active {
  background: rgba(255, 95, 182, 0.2);
}

.cmd-kbd {
  font-size: 0.78rem;
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 194, 226, 0.2);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
}

.nav-row {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand {
  text-decoration: none;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, #e71a87, #ffb400, #6f46ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand span {
  color: inherit;
}

.menu {
  display: flex;
  gap: 10px;
  margin-left: 10px;
}

.menu a {
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 10px;
  color: #2b1535;
  transition: 0.2s ease;
}

body.light-mode .menu a {
  color: #2b1535;
}

.menu a:nth-child(3n + 1) {
  color: #e81b86;
}

.menu a:nth-child(3n + 2) {
  color: #7b52ff;
}

.menu a:nth-child(3n + 3) {
  color: #c97800;
}

.menu a:hover,
.menu a.active {
  background: linear-gradient(135deg, rgba(255, 92, 176, 0.2), rgba(255, 208, 74, 0.3));
  color: #1a1224;
}

body.light-mode .menu a:hover,
body.light-mode .menu a.active {
  color: #1a1224;
}

.nav-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.chip-btn {
  border: 1px solid var(--line);
  background: rgba(255, 95, 182, 0.1);
  color: var(--text);
  border-radius: 999px;
  padding: 8px 12px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid var(--line);
  background: rgba(255, 95, 182, 0.1);
  color: var(--text);
  border-radius: 10px;
  padding: 8px 12px;
  font: inherit;
}

.btn {
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 11px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #170611;
  box-shadow: 0 10px 22px rgba(255, 89, 180, 0.32);
}

.btn-outline {
  border-color: var(--line);
  background: rgba(255, 95, 182, 0.08);
  color: var(--text);
}

.hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 0;
}

.hero .container {
  width: 100%;
  max-width: none;
}

.hero-grid {
  position: relative;
  background: linear-gradient(118deg, #ffffff 0%, #fff3cf 28%, #ffd9ed 55%, #dcf1ff 77%, #ffffff 100%);
  border: 1px solid rgba(201, 138, 171, 0.32);
  border-radius: 0;
  min-height: calc(100vh - 70px);
  padding: clamp(16px, 3vw, 44px) clamp(18px, 4vw, 88px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transform-style: preserve-3d;
}

.hero-grid::before {
  content: "";
  position: absolute;
  width: 46%;
  height: 56%;
  right: -10%;
  top: -14%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 128, 195, 0.24), transparent 72%);
  filter: blur(18px);
  animation: pulseOrb 7s ease-in-out infinite;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.hero-copy h1 {
  color: #1a1224;
  font-size: clamp(2rem, 5vw, 4.1rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  background: linear-gradient(92deg, #e61d86 0%, #7e56ff 38%, #ff9f00 78%, #111111 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy h1 span {
  color: #111111;
  background: linear-gradient(90deg, #ff4fa3, #ffb400, #7e56ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
}

.hero-copy p {
  color: #4e3f5f;
}

.kicker {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #8a2a68;
}

.hero-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-note {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #5e4c6f;
}

.orbit-wrap {
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 1/1;
  margin-inline: auto;
}

.ring {
  position: absolute;
  border: 1px solid rgba(163, 115, 167, 0.34);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ring.a {
  width: 88%;
  height: 88%;
}

.ring.b {
  width: 68%;
  height: 68%;
}

.ring.c {
  width: 50%;
  height: 50%;
}

.orbit-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 1px solid rgba(163, 115, 167, 0.34);
  background: radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.96), rgba(255, 230, 246, 0.92));
  display: grid;
  place-items: center;
  text-align: center;
}

.orbit-core strong {
  color: #1a1224;
  background: linear-gradient(95deg, #ff4fa3, #ffb400, #7e56ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(2rem, 4.7vw, 3rem);
  line-height: 1;
}

.orbit-core p {
  color: #5f4f6d;
}

.bubble {
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid rgba(163, 115, 167, 0.34);
  background: linear-gradient(145deg, rgba(255, 214, 238, 0.96), rgba(255, 245, 204, 0.92));
  box-shadow: 0 10px 20px rgba(143, 73, 117, 0.22);
  color: #1a1224;
  display: grid;
  place-items: center;
  font-weight: 700;
  animation: float 4.4s ease-in-out infinite;
}

.b1 { top: 5%; left: 54%; }
.b2 { top: 33%; right: 3%; animation-delay: 0.4s; }
.b3 { right: 20%; bottom: 5%; animation-delay: 0.8s; }
.b4 { left: 45%; bottom: 9%; animation-delay: 1.2s; }
.b5 { left: 8%; bottom: 28%; animation-delay: 1.6s; }
.b6 { left: 18%; top: 33%; animation-delay: 2s; }

.b1 { background: linear-gradient(140deg, #ffe1f1, #ffd66f); }
.b2 { background: linear-gradient(140deg, #ffe6a8, #ffc6dd); }
.b3 { background: linear-gradient(140deg, #f0e2ff, #ffdca3); }
.b4 { background: linear-gradient(140deg, #ffcee8, #d4ebff); }
.b5 { background: linear-gradient(140deg, #fff4ba, #ffd8f0); }
.b6 { background: linear-gradient(140deg, #ffe5f6, #e3dcff); }

.social-proof {
  margin-top: 16px;
  border-top: 1px solid rgba(173, 118, 171, 0.26);
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #5f4d70;
  font-weight: 600;
}

.section {
  padding: 88px 0;
}

.section-tag {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #d91d81;
}

.section h2 {
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  line-height: 1.15;
  margin-bottom: 12px;
  background: linear-gradient(92deg, #18121e 0%, #e71c86 30%, #7b53ff 60%, #d17d00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.card {
  position: relative;
  background: linear-gradient(160deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(130deg, rgba(255, 90, 178, 0.14), rgba(255, 222, 108, 0.1));
  opacity: 0;
  transition: opacity 0.24s ease;
}

.card:hover {
  border-color: rgba(255, 183, 220, 0.42);
  box-shadow: 0 22px 36px rgba(141, 63, 109, 0.2);
}

.card:hover::before {
  opacity: 1;
}

.card > * {
  position: relative;
  z-index: 1;
}

body.light-mode .card {
  background: linear-gradient(160deg, #fff, #fff7fb);
}

.card h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.card p {
  font-size: 0.95rem;
}

.highlight {
  border: 1px solid rgba(255, 174, 216, 0.38);
  background: linear-gradient(145deg, rgba(255, 90, 178, 0.18), rgba(255, 222, 108, 0.14));
}

.filters {
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-btn {
  border: 1px solid var(--line);
  background: rgba(255, 95, 182, 0.14);
  color: var(--text);
  border-radius: 999px;
  padding: 7px 12px;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
}

.filter-btn.active {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #170611;
}

.price {
  font-size: 2rem;
  font-weight: 800;
  color: #2b1535;
  background: linear-gradient(90deg, #e81b86, #ffb400, #7e56ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.light-mode .price {
  color: transparent;
}

.price small {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--muted);
}

.list {
  margin: 12px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: var(--muted);
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badge {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text);
  background: rgba(255, 95, 182, 0.14);
}

.form {
  display: grid;
  gap: 12px;
}

.field {
  display: grid;
  gap: 6px;
}

label {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--text);
  padding: 10px 11px;
  font: inherit;
}

body.light-mode input,
body.light-mode select,
body.light-mode textarea {
  background: #fff;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(255, 95, 182, 0.24);
  border-color: rgba(255, 140, 200, 0.72);
}

.form-message {
  min-height: 20px;
  font-size: 0.9rem;
}

.form-message.success {
  color: var(--ok);
}

.form-message.error {
  color: var(--bad);
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  overflow: hidden;
}

.faq-q {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  font: inherit;
  font-weight: 700;
  padding: 14px 16px;
  cursor: pointer;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.faq-a p {
  padding: 0 16px 14px;
}

.faq-item.open .faq-a {
  max-height: 160px;
}

.site-footer {
  margin-top: 50px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  position: relative;
  z-index: 1;
}

.footer-grid {
  min-height: 74px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
}

.footer-grid > div:first-child {
  flex: 1;
  min-width: 0;
}

.footer-grid > div:last-child {
  flex-shrink: 0;
}

.footer-grid p {
  margin-bottom: 10px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.9rem;
}

.social-icons {
  display: flex;
  gap: 8px;
}

.social-icons a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--line);
  text-decoration: none;
  display: grid;
  place-items: center;
  color: var(--text);
  background: rgba(255, 95, 182, 0.08);
}

.sticky-fab {
  position: fixed;
  right: var(--float-rail-right);
  z-index: 60;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 0.77rem;
  font-weight: 700;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.sticky-fab.whatsapp {
  bottom: 84px;
  background: #ff4fa3;
}

.sticky-fab.call {
  bottom: 22px;
  background: #ffd84d;
  color: #170611;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(42, 16, 39, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.popup-overlay.open {
  display: flex;
}

.popup {
  width: min(520px, 100%);
  border-radius: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(155deg, var(--panel), var(--panel-2));
  padding: 18px;
}

.popup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.popup-close {
  border: 1px solid var(--line);
  background: rgba(255, 95, 182, 0.14);
  color: var(--text);
  border-radius: 8px;
  padding: 4px 8px;
  cursor: pointer;
}

.chat-widget {
  position: fixed;
  right: var(--float-rail-right);
  bottom: 150px;
  z-index: 65;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.chat-box {
  width: 320px;
  height: 420px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #ffffff, #fff5fb);
  box-shadow: var(--shadow);
  display: none;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
}

.chat-widget.open .chat-box {
  display: grid;
}

.chat-head {
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.chat-messages {
  padding: 10px;
  overflow-y: auto;
  display: grid;
  gap: 8px;
}

.chat-msg {
  max-width: 86%;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 0.86rem;
}

.chat-msg.bot {
  background: rgba(255, 95, 182, 0.22);
}

.chat-msg.user {
  background: rgba(255, 222, 108, 0.22);
  color: #1a1224;
  justify-self: end;
}

.chat-input {
  border-top: 1px solid var(--line);
  padding: 8px;
  display: flex;
  gap: 6px;
}

.chat-input input {
  flex: 1;
  margin: 0;
}

.chat-toggle {
  margin-left: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: var(--shadow);
}

body.footer-visible .palette-widget {
  transform: translateY(-120px);
}

body.footer-visible .chat-widget,
body.footer-visible .sticky-fab {
  transform: translateY(-210px);
}

@media (min-width: 1024px) {
  .footer-grid {
    padding-left: 96px;
    padding-right: 220px;
  }
}

.tool-output {
  margin-top: 10px;
  border: 1px dashed rgba(255, 162, 208, 0.52);
  border-radius: 10px;
  padding: 10px;
  font-size: 0.9rem;
  color: var(--muted);
}

.proposal-preview {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.96);
}

.signature-pad {
  width: 100%;
  height: 180px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

body:not(.light-mode) .signature-pad {
  background: #fffdf7;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  border: 1px solid var(--line);
  padding: 10px;
  text-align: left;
  font-size: 0.9rem;
}

.table th {
  background: rgba(255, 95, 182, 0.2);
}

.prose {
  columns: 1;
  max-width: 1100px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

body.fx-nebula {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 218, 102, 0.18), transparent 30%),
    radial-gradient(circle at 88% 88%, rgba(255, 98, 182, 0.12), transparent 34%),
    linear-gradient(160deg, #ffffff, #fff9fe 48%, #fffdf7);
}

body.fx-prism {
  background:
    linear-gradient(120deg, #ffffff, #fff6f4 45%, #f2ecff 72%, #fffefb);
}

body.fx-prism .card {
  border-color: rgba(255, 184, 219, 0.32);
  background: linear-gradient(152deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 253, 0.96));
}

body.fx-prism::before {
  border-radius: 12px;
  transform: rotate(18deg);
  background: linear-gradient(130deg, rgba(255, 105, 186, 0.3), transparent 74%);
}

body.fx-grid {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 210, 99, 0.14), transparent 30%),
    linear-gradient(180deg, #ffffff, #fffaf8);
}

body.fx-grid .card::before {
  background:
    linear-gradient(90deg, rgba(255, 110, 188, 0.18), transparent 50%),
    linear-gradient(0deg, rgba(255, 223, 109, 0.1), transparent 60%);
}

body.fx-grid::after {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 126, 196, 0.14),
      rgba(255, 126, 196, 0.14) 2px,
      transparent 2px,
      transparent 14px
    );
  left: auto;
  right: 8%;
  bottom: 8%;
}

body.fx-hologram {
  background:
    radial-gradient(circle at 76% 14%, rgba(255, 102, 185, 0.12), transparent 30%),
    radial-gradient(circle at 16% 84%, rgba(255, 214, 97, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff, #fff9fe);
}

body.fx-hologram .card {
  box-shadow:
    0 16px 30px rgba(141, 63, 109, 0.18),
    inset 0 0 20px rgba(255, 123, 194, 0.08);
}

body.fx-radar::before {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  top: 18%;
  right: 8%;
  background:
    radial-gradient(circle at center, rgba(255, 118, 191, 0.28), transparent 68%);
}

body.fx-radar .card {
  border-color: rgba(255, 184, 219, 0.34);
}

body.fx-radar::after {
  width: 440px;
  height: 440px;
  right: 5%;
  left: auto;
  bottom: 8%;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, rgba(255, 114, 191, 0.36), transparent 25%, transparent 100%);
  animation: sweep 8s linear infinite;
}

body.fx-wave {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 213, 100, 0.14), transparent 26%),
    linear-gradient(180deg, #ffffff, #fffaf5);
}

body.fx-wave .card {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 253, 0.96));
}

body.fx-wave::after {
  width: 100vw;
  height: 220px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  filter: none;
  background:
    radial-gradient(120% 160% at 50% 100%, rgba(255, 105, 184, 0.22), transparent 56%);
  animation: swell 7s ease-in-out infinite;
}

body.fx-matrix {
  background:
    linear-gradient(160deg, #ffffff, #fff9fd 50%, #fffef8);
}

body.fx-matrix .card::before {
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 118, 191, 0.18),
      rgba(255, 118, 191, 0.18) 1px,
      transparent 1px,
      transparent 15px
    );
  opacity: 0.22;
}

body.fx-matrix::before {
  width: 52vw;
  height: 52vh;
  top: 10%;
  left: 6%;
  right: auto;
  border-radius: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 116, 189, 0.1),
      rgba(255, 116, 189, 0.1) 1px,
      transparent 1px,
      transparent 16px
    );
  animation: slideGrid 14s linear infinite;
}

.tilt-3d {
  will-change: transform;
  transform-style: preserve-3d;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes morphFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(10px, -14px, 0) rotate(12deg);
  }
}

@keyframes pulseOrb {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}

@keyframes sweep {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes swell {
  0%,
  100% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }
}

@keyframes slideGrid {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(40px);
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .grid-2 {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 840px) {
  .menu-toggle {
    display: inline-flex;
  }

  .menu {
    display: none;
    position: absolute;
    left: 4%;
    right: 4%;
    top: 68px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 8px;
    flex-direction: column;
    z-index: 70;
  }

  body.light-mode .menu {
    background: #ffffff;
  }

  body:not(.light-mode) .menu {
    background: #150d1f;
  }

  .menu.open {
    display: flex;
  }

  .nav-actions {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .chat-box {
    width: min(92vw, 320px);
  }
}

@media (max-width: 620px) {
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .orbit-wrap {
    max-width: 360px;
  }

  .orbit-core {
    width: 150px;
    height: 150px;
  }

  .bubble {
    width: 54px;
    height: 54px;
    font-size: 0.74rem;
  }

  .footer-grid {
    flex-direction: column;
    justify-content: center;
    padding: 12px 0;
    text-align: center;
  }

  .palette-widget {
    display: none;
  }
}
