@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700&family=Manrope:wght@400;500;700;800&display=swap");

:root {
  --bg-0: #030b14;
  --bg-1: #061620;
  --bg-2: #0a2434;
  --text: #e4eef4;
  --muted: #c4d6e2;
  --line: rgba(140, 195, 220, 0.16);
  --card: rgba(5, 18, 28, 0.82);
  --rose: #8c2e4a;
  --cyan: #1f7a82;
  --violet: #3e44a0;
  --gold: #c9a44e;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(70vw 45vh at 90% -8%, rgba(62, 68, 160, 0.22), transparent 70%),
    radial-gradient(80vw 50vh at -6% 10%, rgba(140, 46, 74, 0.2), transparent 68%),
    linear-gradient(180deg, var(--bg-0), var(--bg-1) 46%, var(--bg-2));
  min-height: 100vh;
  overflow-x: hidden;
  padding-bottom: 86px;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: -15% -15% auto -15%;
  height: 55vh;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background:
    radial-gradient(45% 50% at 20% 20%, rgba(80, 170, 200, 0.12), transparent 70%),
    radial-gradient(38% 42% at 78% 40%, rgba(120, 90, 190, 0.12), transparent 72%);
  filter: blur(18px);
  animation: nebulaDrift 24s ease-in-out infinite alternate;
}

body::after {
  inset: auto -15% -20% -15%;
  height: 48vh;
  background:
    radial-gradient(42% 48% at 12% 65%, rgba(70, 150, 180, 0.1), transparent 70%),
    radial-gradient(46% 42% at 84% 72%, rgba(100, 80, 180, 0.1), transparent 72%);
  filter: blur(20px);
  animation: nebulaDrift 28s ease-in-out infinite alternate-reverse;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

/* === Galaxy stars === */
.t826__galaxy {
  opacity: 0.35;
}

.t826__galaxy-wrapper {
  animation: t826__galaxy-fadeIn 1.6s linear forwards;
}

.t826__galaxy-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
}

.t826__galaxy-far-rec78788520 {
  width: 1px;
  height: 1px;
}

.t826__galaxy-mid-rec78788520 {
  width: 2px;
  height: 2px;
}

.t826__galaxy-near-rec78788520 {
  width: 3px;
  height: 3px;
}

/* === FX layers (toned down) === */
.fx {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.fx-aurora {
  background:
    radial-gradient(45vw 30vh at 20% 10%, rgba(31, 122, 130, 0.14), transparent 70%),
    radial-gradient(50vw 36vh at 80% 22%, rgba(140, 46, 74, 0.1), transparent 72%);
}

/* === Layout === */
main,
.topbar {
  width: min(720px, calc(100% - 20px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* === Topbar === */
.topbar {
  margin-top: 12px;
  border: 1px solid rgba(120, 190, 220, 0.22);
  border-radius: 18px;
  padding: 18px 20px 16px;
  text-align: center;
  background:
    linear-gradient(165deg, rgba(6, 22, 35, 0.92), rgba(4, 14, 24, 0.88)),
    radial-gradient(90% 130% at 50% -50%, rgba(100, 180, 210, 0.1), transparent);
  box-shadow:
    0 0 20px rgba(60, 160, 190, 0.08),
    inset 0 0 14px rgba(100, 170, 200, 0.06);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.topbar::before,
.topbar::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.topbar::before {
  width: 62%;
  height: 160%;
  left: -18%;
  top: -64%;
  background: radial-gradient(circle, rgba(100, 180, 210, 0.15), transparent 68%);
  filter: blur(12px);
  animation: topGlow 10s ease-in-out infinite;
}

.topbar::after {
  width: 56%;
  height: 130%;
  right: -20%;
  top: -48%;
  background: radial-gradient(circle, rgba(130, 70, 110, 0.14), transparent 72%);
  filter: blur(10px);
  animation: topGlow 12s ease-in-out infinite reverse;
}

.topbar-frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  border: 0;
  box-shadow: none;
}

.topbar-frame::before {
  content: none;
}

.topbar-frame .corner {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1.5px solid rgba(140, 210, 235, 0.7);
  filter: drop-shadow(0 0 6px rgba(140, 210, 235, 0.4));
}

.topbar-frame .corner-1 {
  top: 10px;
  left: 10px;
  border-right: 0;
  border-bottom: 0;
}

.topbar-frame .corner-2 {
  top: 10px;
  right: 10px;
  border-left: 0;
  border-bottom: 0;
}

.topbar-frame .corner-3 {
  bottom: 10px;
  left: 10px;
  border-right: 0;
  border-top: 0;
}

.topbar-frame .corner-4 {
  bottom: 10px;
  right: 10px;
  border-left: 0;
  border-top: 0;
}

.brand {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(20px, 6.2vw, 28px);
  letter-spacing: 0.055em;
  line-height: 1.15;
  position: relative;
  z-index: 1;
}

.topbar-offer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 10px auto 0;
  padding: 8px 14px;
  border: 1px solid rgba(201, 164, 78, 0.45);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(90, 48, 14, 0.45), rgba(40, 20, 6, 0.35));
  box-shadow: 0 0 14px rgba(201, 164, 78, 0.12);
  color: #f0d88a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.subtitle {
  margin: 9px auto 0;
  color: var(--muted);
  font-size: 13px;
  max-width: 286px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.shimmer {
  background: linear-gradient(110deg, #c4dce8 25%, #ffffff 46%, #9ac8d8 62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 230% 100%;
  animation: shimmer 5s linear infinite;
}

/* === Section cards === */
.hero,
.section,
.final-cta {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card);
  padding: 16px;
  backdrop-filter: blur(2px);
  box-shadow: 0 10px 30px rgba(0, 8, 16, 0.45), inset 0 0 20px rgba(100, 170, 200, 0.04);
}

.kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  color: #78b8c4;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cinzel", serif;
}

h1 {
  font-size: clamp(29px, 9vw, 44px);
  line-height: 1.06;
  margin-bottom: 10px;
}

h2 {
  font-size: clamp(20px, 6vw, 32px);
  margin-bottom: 12px;
}

h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.hero-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
  font-size: 15px;
}

.utp-badge {
  margin: 0 0 10px;
  padding: 10px 11px;
  border-radius: 12px;
  border: 1px solid rgba(100, 180, 210, 0.3);
  background:
    radial-gradient(110% 90% at 10% 0%, rgba(80, 170, 200, 0.12), transparent 58%),
    linear-gradient(180deg, rgba(6, 28, 42, 0.96), rgba(4, 20, 32, 0.96));
  box-shadow: inset 0 0 12px rgba(80, 170, 200, 0.06), 0 0 14px rgba(60, 150, 190, 0.1);
}

.utp-badge strong {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  color: #c8e6f0;
  font-weight: 800;
}

.utp-badge span {
  display: block;
  margin-top: 4px;
  color: #8db5c6;
  font-size: 12px;
  line-height: 1.35;
}

.utp-strip {
  margin-top: 12px;
  border-radius: 999px;
  border: 1px solid rgba(120, 190, 210, 0.32);
  background: linear-gradient(90deg, rgba(12, 55, 70, 0.95), rgba(35, 60, 120, 0.9));
  color: #d0eaf4;
  text-align: center;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 0 12px rgba(60, 150, 190, 0.18);
}

/* === Hero photo === */
.hero-photo {
  margin: 14px auto 0;
  width: min(720px, calc(100% - 20px));
  padding: 0;
  border: 1px solid rgba(120, 190, 220, 0.18);
  border-radius: 20px;
  background: rgba(5, 18, 28, 0.6);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  z-index: 2;
}

.hero-photo::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8%;
  width: 100%;
  height: 78%;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at center, rgba(60, 160, 200, 0.35) 0%, rgba(60, 160, 200, 0.1) 38%, rgba(60, 160, 200, 0) 72%),
    radial-gradient(ellipse at center, rgba(100, 70, 180, 0.28) 0%, rgba(100, 70, 180, 0.06) 46%, rgba(100, 70, 180, 0) 74%);
  filter: blur(20px);
  z-index: 0;
  pointer-events: none;
  animation: heroAuraPulse 4s ease-in-out infinite;
}

.hero-photo::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3%;
  width: 100%;
  height: 34%;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 20% 40%, rgba(140, 180, 210, 0.36) 0%, rgba(140, 180, 210, 0.04) 42%, rgba(140, 180, 210, 0) 70%),
    radial-gradient(ellipse at 75% 60%, rgba(120, 150, 200, 0.3) 0%, rgba(120, 150, 200, 0.04) 40%, rgba(120, 150, 200, 0) 72%);
  filter: blur(24px);
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
}

.hero-photo img {
  display: block;
  width: 100%;
  border-radius: 19px;
  height: auto;
  max-height: 78vh;
  object-fit: contain;
  object-position: center top;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 20px rgba(80, 170, 210, 0.3));
}

/* === CTA Buttons (brighter) === */
.quick-actions {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 12px;
  border-radius: 11px;
  color: #ffffff;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

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

.btn-ico {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-ico img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.btn-ico-brand img,
.btn-ico-max img {
  width: 16px;
  height: 16px;
  filter: none;
}

.btn-call {
  background: linear-gradient(180deg, #1e7a8a, #165e6c);
  border: 1px solid rgba(80, 190, 210, 0.5);
  box-shadow: 0 0 12px rgba(30, 122, 138, 0.3);
}

.btn-wa {
  background: linear-gradient(180deg, #25a06a, #1c8055);
  border: 1px solid rgba(80, 200, 140, 0.5);
  box-shadow: 0 0 12px rgba(37, 160, 106, 0.3);
}

.btn-tg {
  background: linear-gradient(180deg, #3272c4, #285aa0);
  border: 1px solid rgba(100, 170, 240, 0.5);
  box-shadow: 0 0 12px rgba(50, 114, 196, 0.3);
}

.btn-max {
  background: linear-gradient(180deg, #6350b0, #503e94);
  border: 1px solid rgba(160, 140, 230, 0.5);
  box-shadow: 0 0 12px rgba(99, 80, 176, 0.3);
}

.grid {
  display: grid;
  gap: 10px;
}

.section-lead {
  margin: -2px 0 12px;
  color: #94b6c8;
  font-size: 15px;
  line-height: 1.45;
}

/* === Req cards === */
.req-list {
  grid-template-columns: 1fr !important;
  gap: 12px;
}

.req-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 22, 34, 0.92), rgba(4, 16, 26, 0.92));
  border-color: rgba(100, 170, 200, 0.2);
  box-shadow: inset 0 0 14px rgba(60, 150, 190, 0.04);
}

.req-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(80, 190, 210, 0.8), rgba(100, 80, 180, 0.6));
  box-shadow: 0 0 10px rgba(80, 190, 210, 0.3);
}

.req-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.req-icon {
  color: #6abcc8;
  font-size: 14px;
  line-height: 1;
  text-shadow: 0 0 8px rgba(106, 188, 200, 0.4);
}

/* === Formats road (accent: teal) === */
.formats-road {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 50% -18%, rgba(31, 122, 130, 0.12), transparent 64%),
    linear-gradient(180deg, rgba(4, 18, 28, 0.94), rgba(3, 14, 22, 0.94));
  border-color: rgba(31, 122, 130, 0.25);
}

.format-track {
  position: absolute;
  right: 33px;
  left: auto;
  top: 124px;
  bottom: 36px;
  width: 2px;
  background: linear-gradient(180deg, rgba(31, 122, 130, 0.7), rgba(100, 80, 180, 0.45));
  box-shadow: 0 0 10px rgba(31, 122, 130, 0.25);
  animation: trackFlow 4s linear infinite;
}

.format-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 36px;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.format-item:first-of-type {
  margin-top: 6px;
}

.fi-dot {
  order: 2;
  justify-self: center;
  align-self: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-family: "Cinzel", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #041420;
  background: linear-gradient(145deg, #5cb8c6, #4a90b8);
  border: 1px solid rgba(180, 230, 245, 0.4);
  box-shadow: 0 0 10px rgba(92, 184, 198, 0.28);
  z-index: 1;
}

.fi-body {
  order: 1;
  border: 1px solid rgba(100, 170, 200, 0.2);
  border-radius: 12px;
  padding: 12px;
  background: rgba(5, 20, 32, 0.9);
  box-shadow: inset 0 0 14px rgba(60, 150, 190, 0.04);
}

.fi-body h3 {
  margin: 0;
  font-size: 18px;
}

.fi-meta {
  margin: 5px 0 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6aabb8;
}

.fi-body p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.52;
}

.fi-2 .fi-body {
  border-color: rgba(100, 180, 210, 0.3);
  box-shadow: inset 0 0 16px rgba(80, 170, 200, 0.06), 0 0 14px rgba(60, 160, 190, 0.08);
}

.fi-3 .fi-dot {
  background: linear-gradient(145deg, #6a9ec4, #7a6cc0);
}

.card,
.review,
.faq {
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 13px;
  background: rgba(4, 16, 26, 0.8);
}

.card p,
.review p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.52;
}

/* === Workflow (accent: violet) === */
.workflow-arc {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 15% -18%, rgba(100, 80, 180, 0.12), transparent 58%),
    radial-gradient(100% 80% at 85% 110%, rgba(100, 80, 180, 0.08), transparent 62%),
    linear-gradient(180deg, rgba(4, 18, 28, 0.95), rgba(3, 14, 22, 0.95));
  border-color: rgba(100, 80, 180, 0.2);
}

.workflow-line {
  display: none;
}

.wf-step {
  position: relative;
  margin-top: 12px;
}

.wf-step:first-of-type {
  margin-top: 10px;
}

.wf-card {
  position: relative;
  border: 1px solid rgba(100, 80, 180, 0.2);
  border-radius: 12px;
  padding: 10px 12px 10px 54px;
  background: linear-gradient(180deg, rgba(5, 20, 32, 0.92), rgba(4, 18, 28, 0.9));
  box-shadow: inset 0 0 12px rgba(100, 80, 180, 0.04);
}

.wf-card::after {
  display: none;
}

.wf-kicker {
  margin: 0 0 3px;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #8a9ccc;
}

.wf-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
}

.wf-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.4;
}

.wf-mark {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
  color: #041420;
  border: 1px solid rgba(160, 150, 230, 0.4);
  box-shadow: 0 0 10px rgba(100, 80, 180, 0.2);
  z-index: 1;
}

.wf-step-1 .wf-mark {
  background: linear-gradient(145deg, #6abcc8, #5a90b8);
}

.wf-step-2 .wf-mark {
  background: linear-gradient(145deg, #70b0d0, #5a9ac0);
}

.wf-step-3 .wf-mark {
  background: linear-gradient(145deg, #7a9cc8, #6a80c0);
}

.wf-step-4 .wf-mark {
  background: linear-gradient(145deg, #7a98d0, #7a6cc0);
}

/* === Quote (accent: gold) === */
.quote {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(130% 90% at 10% -22%, rgba(201, 164, 78, 0.08), transparent 58%),
    radial-gradient(110% 80% at 100% 120%, rgba(100, 80, 180, 0.08), transparent 62%),
    linear-gradient(180deg, rgba(4, 18, 28, 0.95), rgba(3, 14, 22, 0.95));
  border-color: rgba(201, 164, 78, 0.18);
}

.quote::before,
.quote::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(201, 164, 78, 0.4);
  pointer-events: none;
}

.quote::before {
  top: 12px;
  left: 12px;
  border-right: 0;
  border-bottom: 0;
}

.quote::after {
  right: 12px;
  bottom: 12px;
  border-left: 0;
  border-top: 0;
}

.quote-shell {
  min-height: 180px;
  position: relative;
  padding: 8px 4px 2px;
}

.quote-shell::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 2px;
  height: 80%;
  background: radial-gradient(ellipse at center, rgba(201, 164, 78, 0.1), rgba(201, 164, 78, 0) 70%);
  filter: blur(16px);
  pointer-events: none;
  animation: quoteAura 8s ease-in-out infinite;
}

.quote-slide {
  position: absolute;
  inset: 8px 4px auto;
  margin: 0;
  font-size: 19px;
  line-height: 1.36;
  font-family: "Cinzel", serif;
  letter-spacing: 0.01em;
  color: #dce8f0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  text-shadow: 0 0 14px rgba(201, 164, 78, 0.08);
}

.quote-slide.is-active {
  opacity: 1;
  transform: translateY(0);
}

.quote-label {
  margin: 0;
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 18px;
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #7a9aaa;
}

.quote-author {
  margin: 0;
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #a8c8d8;
}

.quote-dots {
  margin-top: 10px;
  display: flex;
  gap: 7px;
  justify-content: center;
}

.quote-dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(201, 164, 78, 0.3);
  box-shadow: 0 0 6px rgba(201, 164, 78, 0.15);
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.quote-dots span.is-active {
  transform: scale(1.25);
  background: rgba(201, 164, 78, 0.7);
  box-shadow: 0 0 10px rgba(201, 164, 78, 0.35);
}

/* === Toolkit (accent: rose) === */
.toolkit {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 0% -24%, rgba(140, 46, 74, 0.1), transparent 60%),
    radial-gradient(100% 80% at 100% 120%, rgba(100, 80, 180, 0.08), transparent 64%),
    linear-gradient(180deg, rgba(4, 18, 28, 0.95), rgba(3, 14, 22, 0.95));
  border-color: rgba(140, 46, 74, 0.2);
}

.toolkit::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(140, 46, 74, 0.05), rgba(140, 46, 74, 0.5), rgba(100, 80, 180, 0.05));
  box-shadow: 0 0 10px rgba(140, 46, 74, 0.16);
}

.tool-group + .tool-group {
  margin-top: 12px;
}

.tool-group-title {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #7aabb8;
}

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

.chip-list-magic .chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(120, 170, 200, 0.24);
  background: linear-gradient(180deg, rgba(6, 28, 42, 0.92), rgba(4, 20, 30, 0.9));
  color: #c4dae6;
  font-size: 14px;
  line-height: 1.2;
  box-shadow: inset 0 0 10px rgba(80, 160, 200, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chip-list-magic .chip i {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-style: normal;
  font-size: 10px;
  color: #041420;
  border: 1px solid rgba(180, 220, 240, 0.4);
  box-shadow: 0 0 6px rgba(100, 180, 210, 0.2);
}

.chip-list-magic .chip-cyan {
  border-color: rgba(31, 122, 130, 0.35);
}

.chip-list-magic .chip-cyan i {
  background: linear-gradient(145deg, #5cb8c6, #4a90b8);
}

.chip-list-magic .chip-violet {
  border-color: rgba(100, 80, 180, 0.3);
}

.chip-list-magic .chip-violet i {
  background: linear-gradient(145deg, #7a9cc8, #7a6cc0);
}

.review b {
  display: block;
  margin-top: 8px;
  color: #c0dae8;
}

.client-results .section-lead {
  margin-bottom: 9px;
}

.reviews-track {
  --scroll-shift: 0px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(80%, 80%);
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 2px 2px 6px;
  scrollbar-width: none;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.reviews-track .review {
  --parallax-factor: 1;
  scroll-snap-align: start;
  min-height: 100%;
  border-color: rgba(100, 170, 200, 0.22);
  background: linear-gradient(180deg, rgba(5, 20, 32, 0.94), rgba(4, 16, 26, 0.94));
  box-shadow: inset 0 0 12px rgba(80, 160, 200, 0.04);
  transform: translateY(calc(var(--scroll-shift) * var(--parallax-factor)));
  transition: transform 0.2s linear;
}

.testimonials-list {
  display: grid;
  gap: 9px;
}

.testimonial {
  position: relative;
  padding-bottom: 11px;
}

.testimonial-text {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.5;
}

.testimonial:not(.is-open)::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 44px;
  height: 30px;
  background: linear-gradient(180deg, rgba(4, 16, 26, 0), rgba(4, 16, 26, 0.96));
  pointer-events: none;
}

.testimonial.is-open .testimonial-text {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.review-more {
  margin-top: 9px;
  border: 1px solid rgba(120, 190, 220, 0.28);
  border-radius: 999px;
  background: rgba(6, 26, 38, 0.8);
  color: #a8ccd8;
  font-size: 13px;
  line-height: 1;
  padding: 8px 11px;
}

.review-more:active {
  transform: translateY(1px);
}

.fi-body,
.wf-card,
.review,
.faq,
.chip-list-magic .chip,
.btn,
.dock a {
  transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.fi-body:active,
.wf-card:active,
.review:active,
.faq:active,
.chip-list-magic .chip:active {
  transform: translateY(1px) scale(0.997);
}

.tap-glow {
  position: relative;
  overflow: hidden;
}

.tap-glow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(160, 210, 230, 0.6), rgba(160, 210, 230, 0));
  animation: tapFlash 0.48s ease-out forwards;
  pointer-events: none;
}

.faq {
  margin-bottom: 8px;
  border: 1px solid rgba(100, 170, 200, 0.2);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(5, 22, 34, 0.94), rgba(4, 18, 28, 0.94));
  box-shadow: inset 0 0 10px rgba(80, 160, 200, 0.03);
  overflow: hidden;
}

.faq summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  padding: 12px 44px 12px 12px;
  position: relative;
}

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

.faq summary::after {
  content: "+";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 14px;
  color: #041420;
  background: linear-gradient(145deg, #6abcc8, #5a90b8);
  border: 1px solid rgba(160, 220, 240, 0.4);
  box-shadow: 0 0 6px rgba(80, 170, 200, 0.2);
}

.faq[open] summary::after {
  content: "\2212";
}

.faq p {
  margin: 0;
  padding: 0 12px 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

/* === Final CTA (accent: teal stronger) === */
.final-cta {
  margin-bottom: 16px;
  background:
    radial-gradient(100% 60% at 50% 0%, rgba(31, 122, 130, 0.18), transparent 72%),
    var(--card);
  border-color: rgba(31, 122, 130, 0.22);
}

.final-cta p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
}

/* === Dock with labels === */
.dock {
  position: fixed;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 9;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  background: rgba(2, 10, 18, 0.94);
  border: 1px solid rgba(100, 170, 200, 0.14);
  border-radius: 14px;
  padding: 5px;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.dock a {
  border-radius: 10px;
  min-height: 46px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 5px 4px 4px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
  position: relative;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.8);
}

.dock a:active {
  transform: translateY(1px);
}

.dock a:hover {
  transform: translateY(-1px);
}

.dock-ico {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
  z-index: 2;
}

.dock-ico img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.94);
  position: relative;
  z-index: 2;
}

.dock-ico-brand img {
  width: 22px;
  height: 22px;
  filter: saturate(1.08) contrast(1.08) brightness(1.05);
}

.dock-call {
  background: linear-gradient(180deg, #1a6e80, #145868);
  border-color: rgba(80, 190, 210, 0.4);
  box-shadow: 0 0 10px rgba(26, 110, 128, 0.25);
}

.dock-wa {
  background: linear-gradient(180deg, #1f8a5c, #186c48);
  border-color: rgba(80, 200, 140, 0.4);
  box-shadow: 0 0 10px rgba(31, 138, 92, 0.25);
}

.dock-tg {
  background: linear-gradient(180deg, #2a6ab8, #224e96);
  border-color: rgba(100, 170, 240, 0.4);
  box-shadow: 0 0 10px rgba(42, 106, 184, 0.25);
}

.dock-max {
  background: linear-gradient(180deg, #5848a4, #463a88);
  border-color: rgba(160, 140, 230, 0.4);
  box-shadow: 0 0 10px rgba(88, 72, 164, 0.25);
}

/* === Reveal === */
.reveal {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(18px) scale(0.992);
  transition: opacity 0.62s ease, transform 0.62s ease, filter 0.62s ease;
}

.reveal.in-view {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.floaty {
  animation: floaty 7s ease-in-out infinite;
}

/* === Keyframes === */
@keyframes shimmer {
  from {
    background-position: 220% 0;
  }
  to {
    background-position: -220% 0;
  }
}

@keyframes nebulaDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translate3d(2%, -1.6%, 0) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: translate3d(-1.6%, 1.2%, 0) scale(1.03);
    opacity: 0.84;
  }
}

@keyframes trackFlow {
  0% {
    box-shadow: 0 0 6px rgba(31, 122, 130, 0.15);
  }
  50% {
    box-shadow: 0 0 14px rgba(31, 122, 130, 0.35);
  }
  100% {
    box-shadow: 0 0 6px rgba(31, 122, 130, 0.15);
  }
}

@keyframes quoteAura {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.04);
  }
}

@keyframes tapFlash {
  0% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(18);
  }
}

@keyframes topGlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translate3d(0, 4px, 0) scale(1.06);
    opacity: 0.4;
  }
}

@keyframes sparkle {
  0%,
  100% {
    opacity: 0.2;
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
    transform: scale(1.35);
  }
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes heroAuraPulse {
  0%,
  100% {
    opacity: 0.6;
    transform: translateX(-50%) scale(1);
  }
  50% {
    opacity: 0.9;
    transform: translateX(-50%) scale(1.04);
  }
}

@media (max-width: 430px) {
  .btn {
    font-size: 14px;
  }
}

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

  .reveal,
  .reveal.in-view {
    filter: none;
    transform: none;
  }
}
