:root {
  --brand-1: #8b6df6;
  --brand-2: #6c4df6;
  --brand-3: #4f46e5;
  --ink: #090b16;
  --muted: #65708a;
  --line: #e7ecf5;
  --soft: #f6f7ff;
  --gradient: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fbfcff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: #fbfcff; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: rgba(139, 109, 246, .22); }

.section-shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.brand-gradient { background: var(--gradient); }
.brand-text { background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid rgba(226, 232, 240, .82);
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
}

.logo-img { width: 148px; height: auto; display: block; object-fit: contain; }
.hero-logo { width: min(280px, 78vw); height: auto; object-fit: contain; filter: drop-shadow(0 22px 42px rgba(108,77,246,.16)); }

.glass-card {
  border: 1px solid rgba(226, 232, 240, .9);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 22px 70px rgba(15, 23, 42, .08);
  backdrop-filter: blur(18px);
}

.hero-bg {
  position: relative;
  background:
    radial-gradient(circle at 16% 18%, rgba(139, 109, 246, .24), transparent 30rem),
    radial-gradient(circle at 82% 12%, rgba(108, 77, 246, .18), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f7f8ff 78%, #ffffff 100%);
}
.hero-bg::before {
  content: "";
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(108,77,246,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(108,77,246,.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 82%);
  pointer-events: none;
}

.float-orb { position: absolute; border-radius: 999px; filter: blur(1px); opacity: .9; animation: floatOrb 6s ease-in-out infinite; }
.float-orb.one { width: 82px; height: 82px; background: rgba(139,109,246,.18); left: 7%; top: 24%; }
.float-orb.two { width: 54px; height: 54px; background: rgba(108,77,246,.16); right: 9%; top: 19%; animation-delay: -2s; }
.float-orb.three { width: 42px; height: 42px; background: rgba(79,70,229,.14); right: 18%; bottom: 16%; animation-delay: -3.4s; }

@keyframes floatOrb { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-18px,0); } }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .68s ease, transform .68s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

.card-hover { transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease; }
.card-hover:hover { transform: translateY(-6px); box-shadow: 0 28px 80px rgba(108, 77, 246, .14); border-color: rgba(108,77,246,.25); }

.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; gap: 14px; width: max-content; animation: marquee 24s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

.dashboard-shell {
  border: 1px solid rgba(226,232,240,.9);
  background: linear-gradient(180deg, #ffffff, #f9faff);
  box-shadow: 0 32px 90px rgba(15,23,42,.12);
}
.dashboard-topbar { background: linear-gradient(135deg, rgba(139,109,246,.12), rgba(108,77,246,.06)); }
.metric-line { height: 9px; border-radius: 999px; background: #eef2ff; overflow: hidden; }
.metric-line span { display: block; height: 100%; border-radius: inherit; background: var(--gradient); }

.form-input {
  width: 100%; border-radius: 18px; border: 1px solid #dbe3ef;
  background: rgba(248, 250, 252, .95); padding: 15px 16px; color: #0f172a; outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.form-input:focus { border-color: var(--brand-1); background: #fff; box-shadow: 0 0 0 4px rgba(139,109,246,.15); }

@media (min-width: 768px) { .section-shell { width: min(1180px, calc(100% - 64px)); } }
@media (max-width: 767px) { .logo-img { width: 128px; } }

.hero-visual-bg::after {
  content: "";
  position: absolute;
  inset: auto -10% -18% 28%;
  height: 320px;
  background: radial-gradient(circle, rgba(139,109,246,.16), transparent 62%);
  pointer-events: none;
}

.live-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, .55);
  animation: livePulse 1.8s infinite;
}

@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, .55); transform: scale(1); }
  70% { box-shadow: 0 0 0 12px rgba(34, 197, 94, 0); transform: scale(1.08); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); transform: scale(1); }
}

.hero-visual-wrap {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
}

.hero-visual-img {
  width: min(760px, 108%);
  max-width: none;
  border-radius: 34px;
  filter: drop-shadow(0 34px 70px rgba(77, 58, 193, .22));
  animation: heroFloat 7s ease-in-out infinite;
}

@keyframes heroFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotateX(0deg); }
  50% { transform: translate3d(0, -18px, 0) rotateX(1.5deg); }
}

.hero-glow-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(226,232,240,.92);
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 60px rgba(76, 64, 183, .18);
  border-radius: 22px;
  padding: 13px 15px;
  color: #111827;
  animation: cardHover 5.4s ease-in-out infinite;
}
.hero-glow-card strong { display: block; font-size: 13px; font-weight: 780; }
.hero-glow-card small { display: block; margin-top: 2px; color: #64748b; font-size: 11px; font-weight: 800; }
.hero-glow-card-a { left: 3%; top: 15%; }
.hero-glow-card-b { right: 2%; bottom: 21%; animation-delay: -2s; }

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

.hero-chips {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 2%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.hero-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 22px;
  border: 1px solid rgba(226,232,240,.92);
  background: rgba(255,255,255,.9);
  padding: 13px;
  box-shadow: 0 18px 50px rgba(76, 64, 183, .10);
  color: var(--brand-2);
}
.hero-chip strong { display: block; color: #111827; font-size: 12px; font-weight: 820; }
.hero-chip small { display: block; margin-top: 2px; color: #64748b; font-size: 10px; font-weight: 800; }

@media (max-width: 1023px) {
  .hero-visual-wrap { min-height: 460px; }
  .hero-visual-img { width: min(720px, 100%); }
}

@media (max-width: 767px) {
  .hero-visual-wrap { min-height: auto; padding-bottom: 108px; }
  .hero-glow-card { transform: scale(.88); }
  .hero-glow-card-a { left: 0; top: 4%; }
  .hero-glow-card-b { right: 0; bottom: 30%; }
  .hero-chips { grid-template-columns: 1fr; left: 4%; right: 4%; bottom: 0; }
  .hero-chip { padding: 10px 12px; }
}

.visual-showcase-section {
  background: linear-gradient(180deg, #fff 0%, #f6f7ff 100%);
}
.visual-showcase-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 40px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 28px 90px rgba(76, 64, 183, .12);
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 28px;
  align-items: center;
  padding: clamp(22px, 4vw, 46px);
}
.visual-showcase-card::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(139,109,246,.20), transparent 64%);
  pointer-events: none;
}
.visual-showcase-copy,
.visual-showcase-image-wrap { position: relative; z-index: 1; }
.visual-showcase-image-wrap {
  border-radius: 34px;
  overflow: hidden;
  background: #f7f5ff;
  box-shadow: inset 0 0 0 1px rgba(139,109,246,.10), 0 24px 70px rgba(76,64,183,.16);
}
.visual-showcase-image {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.015);
}
@media (max-width: 1023px) {
  .visual-showcase-card { grid-template-columns: 1fr; }
}

/* Premium homepage hero v2 */
.premium-hero {
  position: relative;
  background:
    radial-gradient(circle at 76% 16%, rgba(139,109,246,.24), transparent 30rem),
    radial-gradient(circle at 16% 4%, rgba(108,77,246,.13), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f7f8ff 68%, #ffffff 100%);
  isolation: isolate;
}
.premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(108,77,246,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108,77,246,.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 82%);
}
.premium-hero-noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 100%, rgba(255,255,255,.94), transparent 34rem),
    linear-gradient(90deg, rgba(255,255,255,.86), rgba(255,255,255,.45));
  pointer-events: none;
}
.hero-copy-block { max-width: 680px; }
.hero-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(139,109,246,.20);
  background: rgba(255,255,255,.88);
  border-radius: 999px;
  padding: 10px 14px;
  box-shadow: 0 12px 40px rgba(76,64,183,.09);
  color: #5b3df4;
  font-size: 13px;
  font-weight: 820;
}
.hero-title {
  margin: 22px 0 0;
  color: #0b1020;
  font-size: clamp(42px, 5.3vw, 74px);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 820;
}
.hero-lead {
  margin: 24px 0 0;
  max-width: 640px;
  color: #56617a;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.75;
  font-weight: 650;
}
.hero-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero-primary-btn,
.hero-secondary-btn {
  border: 0;
  border-radius: 999px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 820;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.hero-primary-btn {
  color: #fff;
  background: var(--gradient);
  box-shadow: 0 22px 42px rgba(108,77,246,.28);
}
.hero-secondary-btn {
  color: #111827;
  background: #fff;
  border: 1px solid #e5e9f2;
  box-shadow: 0 14px 34px rgba(15,23,42,.08);
}
.hero-primary-btn:hover,
.hero-secondary-btn:hover { transform: translateY(-3px); }
.hero-proof-list {
  margin-top: 26px;
  display: grid;
  gap: 12px;
}
.hero-proof-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #374151;
  font-size: 14px;
  font-weight: 850;
}
.hero-proof-item svg { color: var(--brand-2); }
.hero-product-stage {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-product-stage::before {
  content: "";
  position: absolute;
  width: min(720px, 92%);
  height: min(720px, 92%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(139,109,246,.22), transparent 63%);
  filter: blur(2px);
  animation: stageGlow 5.5s ease-in-out infinite;
}
@keyframes stageGlow {
  0%,100% { transform: scale(.96); opacity: .84; }
  50% { transform: scale(1.03); opacity: 1; }
}
.hero-browser-shell {
  position: relative;
  z-index: 1;
  width: min(790px, 100%);
  overflow: hidden;
  border: 1px solid rgba(209,213,229,.95);
  border-radius: 32px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 34px 110px rgba(35, 27, 102, .18);
  transform: rotate(-1.5deg);
}
.hero-browser-bar {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-bottom: 1px solid #edf0f7;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,255,.92));
}
.hero-browser-bar > span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #d7dce9;
}
.hero-browser-bar > span:nth-child(1) { background: #ff7b7b; }
.hero-browser-bar > span:nth-child(2) { background: #ffc966; }
.hero-browser-bar > span:nth-child(3) { background: #53d18a; }
.hero-browser-search {
  margin-left: 10px;
  flex: 1;
  border-radius: 999px;
  background: #f2f4fb;
  color: #8a93aa;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 780;
}
.hero-browser-image-wrap {
  padding: 14px;
  background: linear-gradient(135deg, #ffffff, #f4f2ff);
}
.hero-browser-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}
.hero-metric-card,
.trial-mini-card {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(226,232,240,.92);
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(59, 44, 152, .18);
  color: #101827;
}
.hero-metric-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
  border-radius: 24px;
  padding: 14px 16px;
  animation: premiumFloat 5.8s ease-in-out infinite;
}
.hero-metric-top { left: -4%; top: 15%; }
.hero-metric-bottom { right: -2%; bottom: 16%; animation-delay: -2.1s; }
.metric-icon {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--gradient);
}
.hero-metric-card strong,
.trial-mini-card strong { display: block; font-size: 14px; font-weight: 820; }
.hero-metric-card small,
.trial-mini-card small { display: block; margin-top: 3px; color: #64748b; font-size: 11px; line-height: 1.45; font-weight: 800; }
.trial-mini-card {
  right: 10%;
  top: 4%;
  max-width: 205px;
  border-radius: 26px;
  padding: 16px;
  animation: premiumFloat 6.2s ease-in-out infinite;
  animation-delay: -3s;
}
.trial-mini-badge {
  display: inline-flex;
  margin-bottom: 10px;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(139,109,246,.12);
  color: var(--brand-2);
  font-size: 12px;
  font-weight: 820;
}
@keyframes premiumFloat {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-12px,0); }
}

@media (max-width: 1180px) {
  .hero-metric-top { left: 0; }
  .hero-metric-bottom { right: 0; }
}
@media (max-width: 1023px) {
  .hero-product-stage { min-height: 560px; }
  .hero-browser-shell { transform: none; }
}
@media (max-width: 767px) {
  .premium-hero .section-shell { padding-top: 48px; padding-bottom: 56px; }
  .hero-title { letter-spacing: -.048em; }
  .hero-actions { display: grid; }
  .hero-primary-btn, .hero-secondary-btn { width: 100%; }
  .hero-product-stage { min-height: auto; padding-top: 20px; padding-bottom: 152px; }
  .hero-browser-bar { height: 46px; }
  .hero-browser-search { font-size: 10px; }
  .hero-metric-card { min-width: 0; width: calc(100% - 28px); left: 14px; right: 14px; }
  .hero-metric-top { top: auto; bottom: 82px; }
  .hero-metric-bottom { bottom: 16px; }
  .trial-mini-card { position: relative; inset: auto; width: 100%; margin-top: 14px; }
}

/* ClickUp-inspired compact homepage hero */
.clickup-hero {
  position: relative;
  overflow: hidden;
  background: #fff;
  isolation: isolate;
}
.clickup-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(255,255,255,.20), #fff 78%),
    url('/hero-abstract-glow.png') center top / cover no-repeat;
}
.clickup-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(circle at 50% 0%, rgba(139,109,246,.12), transparent 34rem),
    linear-gradient(rgba(108,77,246,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108,77,246,.045) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
  pointer-events: none;
}
.clickup-hero-inner {
  padding: clamp(42px, 6vw, 74px) 0 42px;
  display: grid;
  justify-items: center;
  text-align: center;
}
.clickup-hero-copy {
  max-width: 1060px;
  margin-inline: auto;
}
.clickup-kicker {
  width: fit-content;
  margin: 0 auto 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(139,109,246,.18);
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 44px rgba(76,64,183,.08);
  border-radius: 999px;
  padding: 9px 14px;
  color: #5b3df4;
  font-size: 13px;
  font-weight: 820;
  backdrop-filter: blur(16px);
}
.clickup-title {
  margin: 0 auto;
  max-width: 1080px;
  color: #080b16;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -.058em;
  font-weight: 760;
}
.clickup-lead {
  max-width: 860px;
  margin: 20px auto 0;
  color: #56617a;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.72;
  font-weight: 650;
}
.clickup-actions {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 13px;
  flex-wrap: wrap;
}
.clickup-primary,
.clickup-secondary {
  border-radius: 999px;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 820;
  transition: transform .2s ease, box-shadow .2s ease;
}
.clickup-primary {
  border: 0;
  color: #fff;
  background: var(--gradient);
  box-shadow: 0 22px 42px rgba(108,77,246,.28);
}
.clickup-secondary {
  color: #151827;
  border: 1px solid #dde3ef;
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 34px rgba(15,23,42,.07);
}
.clickup-primary:hover,
.clickup-secondary:hover { transform: translateY(-3px); }
.clickup-pills {
  margin: 22px auto 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.clickup-pills span {
  border: 1px solid rgba(226,232,240,.94);
  background: rgba(255,255,255,.82);
  border-radius: 999px;
  padding: 9px 13px;
  box-shadow: 0 8px 24px rgba(76,64,183,.06);
  color: #46516a;
  font-size: 13px;
  font-weight: 780;
}
.clickup-product {
  position: relative;
  width: min(1260px, 100%);
  margin-top: clamp(30px, 5vw, 54px);
  padding: 0 clamp(0px, 1vw, 18px);
}
.clickup-product-glow {
  position: absolute;
  inset: 10% 6% -8%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(139,109,246,.20), transparent 68%);
  filter: blur(12px);
  animation: stageGlow 5.5s ease-in-out infinite;
}
.clickup-screen-frame {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(210,216,231,.96);
  background: rgba(255,255,255,.92);
  box-shadow: 0 36px 110px rgba(40, 33, 112, .18);
  text-align: left;
}
.clickup-screen-bar {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-bottom: 1px solid #e9edf6;
  background: rgba(255,255,255,.92);
}
.clickup-screen-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d6dbe9;
}
.clickup-screen-bar span:nth-child(1) { background: #ff7b7b; }
.clickup-screen-bar span:nth-child(2) { background: #ffca66; }
.clickup-screen-bar span:nth-child(3) { background: #50d18a; }
.clickup-screen-bar strong {
  margin-left: 10px;
  color: #687289;
  font-size: 12px;
  font-weight: 820;
}
.clickup-screen-img {
  display: block;
  width: 100%;
  height: auto;
}
.clickup-float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(226,232,240,.94);
  background: rgba(255,255,255,.90);
  backdrop-filter: blur(18px);
  border-radius: 22px;
  padding: 13px 15px;
  box-shadow: 0 24px 70px rgba(59,44,152,.16);
  color: var(--brand-2);
  animation: premiumFloat 5.8s ease-in-out infinite;
}
.clickup-float-card strong { display: block; color: #111827; font-size: 13px; font-weight: 820; }
.clickup-float-card small { display: block; margin-top: 2px; color: #667085; font-size: 11px; font-weight: 800; }
.clickup-float-left { left: -12px; top: 18%; }
.clickup-float-right { right: -14px; bottom: 17%; animation-delay: -2s; }
.clickup-metrics {
  width: min(920px, 100%);
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.clickup-metric {
  border: 1px solid rgba(226,232,240,.9);
  background: rgba(255,255,255,.84);
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 12px 34px rgba(76,64,183,.07);
}
.clickup-metric strong { display: block; color: #111827; font-size: 22px; font-weight: 820; }
.clickup-metric span { display: block; margin-top: 2px; color: #667085; font-size: 12px; font-weight: 850; }

@media (max-width: 1023px) {
  .clickup-float-left { left: 10px; }
  .clickup-float-right { right: 10px; }
}
@media (max-width: 767px) {
  .clickup-hero-inner { padding-top: 36px; }
  .clickup-title { letter-spacing: -.045em; }
  .clickup-actions { display: grid; width: 100%; }
  .clickup-primary, .clickup-secondary { width: 100%; }
  .clickup-product { margin-top: 28px; }
  .clickup-screen-frame { border-radius: 20px; }
  .clickup-screen-bar { height: 40px; }
  .clickup-screen-bar strong { display: none; }
  .clickup-float-card { position: static; margin-top: 10px; justify-content: center; }
  .clickup-metrics { grid-template-columns: 1fr; }
}

/* Sales lifecycle visual section */
.sales-context-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 126px) 0;
  background: linear-gradient(180deg, #fff 0%, #fbfcff 48%, #fff 100%);
}
.sales-context-section::before {
  content: "";
  position: absolute;
  inset: 12% -10% auto;
  height: 380px;
  background: radial-gradient(circle, rgba(139,109,246,.11), transparent 62%);
  pointer-events: none;
}
.sales-context-head {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.sales-context-head p {
  margin: 0 0 14px;
  color: var(--brand-2);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.sales-context-head h2 {
  margin: 0;
  color: #10121d;
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 1.04;
  letter-spacing: -.055em;
  font-weight: 820;
}
.sales-context-head span {
  display: block;
  margin-top: 18px;
  color: #7b8498;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.65;
  font-weight: 700;
}
.sales-context-visual {
  position: relative;
  height: 360px;
  margin-top: 46px;
}
.sales-flow-line {
  position: absolute;
  inset: 20px 0 0;
  width: 100%;
  height: 250px;
  overflow: visible;
}
.sales-flow-line path {
  fill: none;
  stroke-linecap: round;
}
.flow-shadow {
  stroke: rgba(17,24,39,.10);
  stroke-width: 34;
  filter: blur(.2px);
}
.flow-main {
  stroke-width: 7;
  stroke: rgba(139,109,246,.62);
  stroke-dasharray: 18 16;
  animation: flowDash 16s linear infinite;
}
@keyframes flowDash { to { stroke-dashoffset: -240; } }
.sales-flow-icons {
  position: absolute;
  inset: 0;
}
.sales-flow-node {
  position: absolute;
  width: 132px;
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
  animation: nodeFloat 5.5s ease-in-out infinite;
}
.sales-flow-node span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  background: var(--gradient);
  box-shadow: 0 18px 44px rgba(108,77,246,.24);
  border: 4px solid #fff;
}
.sales-flow-node strong {
  color: #111827;
  font-size: 14px;
  font-weight: 820;
}
.sales-flow-node small {
  color: #7b8498;
  font-size: 11px;
  font-weight: 850;
}
.node-1 { left: 3%; top: 96px; }
.node-2 { left: 20%; top: 38px; animation-delay: -.8s; }
.node-3 { left: 38%; top: 114px; animation-delay: -1.5s; }
.node-4 { left: 55%; top: 48px; animation-delay: -2.1s; }
.node-5 { left: 72%; top: 118px; animation-delay: -2.8s; }
.node-6 { right: 2%; top: 48px; animation-delay: -3.4s; }
@keyframes nodeFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.sales-question-card {
  position: absolute;
  z-index: 4;
  border-radius: 16px;
  border: 1px solid rgba(226,232,240,.92);
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 42px rgba(15,23,42,.10);
  padding: 10px 14px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 780;
  backdrop-filter: blur(14px);
}
.question-a { left: 9%; top: 18px; }
.question-b { right: 16%; top: 24px; }
.question-c { right: 7%; top: 96px; }
.sales-context-cards {
  margin-top: -18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e8ecf5;
  position: relative;
  z-index: 2;
}
.sales-context-cards article {
  min-height: 170px;
  padding: 34px 34px 0;
  border-left: 1px solid #e8ecf5;
}
.sales-context-cards article:first-child { border-left: 0; }
.sales-context-cards article > div {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--brand-2);
  background: rgba(139,109,246,.10);
  margin-bottom: 20px;
}
.sales-context-cards h3 {
  margin: 0;
  color: #161a27;
  font-size: clamp(22px, 2vw, 30px);
  letter-spacing: -.035em;
  font-weight: 820;
}
.sales-context-cards p {
  margin: 10px 0 0;
  color: #737d92;
  line-height: 1.55;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .sales-context-visual { height: auto; margin-top: 36px; }
  .sales-flow-line, .sales-question-card { display: none; }
  .sales-flow-icons {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .sales-flow-node {
    position: static;
    width: auto;
    border: 1px solid #e7ecf5;
    background: #fff;
    border-radius: 24px;
    padding: 18px;
    animation: none;
  }
  .sales-context-cards { margin-top: 28px; grid-template-columns: 1fr; border-top: 0; gap: 14px; }
  .sales-context-cards article { border: 1px solid #e7ecf5; border-radius: 24px; padding: 24px; min-height: auto; background: #fff; }
}
@media (max-width: 640px) {
  .sales-flow-icons { grid-template-columns: 1fr; }
}

/* Live animated CRM growth panel */
.growth-section {
  padding: clamp(54px, 7vw, 96px) 0;
  background: #fff;
}
.growth-panel {
  position: relative;
  overflow: hidden;
  border-radius: 44px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 50% 0%, rgba(108,77,246,.34), transparent 30rem),
    linear-gradient(180deg, #07070b 0%, #050509 100%);
  color: #fff;
  box-shadow: 0 36px 110px rgba(10, 10, 20, .28);
  padding: clamp(28px, 5vw, 58px);
}
.growth-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000, transparent 92%);
  pointer-events: none;
}
.growth-panel::after {
  content: "";
  position: absolute;
  inset: auto 8% -28% 8%;
  height: 360px;
  background: radial-gradient(circle, rgba(139,109,246,.38), transparent 62%);
  filter: blur(18px);
  pointer-events: none;
}
.growth-head {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}
.growth-head p {
  margin: 0 0 14px;
  color: #b9a9ff;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.growth-head h2 {
  margin: 0;
  font-size: clamp(30px, 4.2vw, 56px);
  line-height: 1.05;
  letter-spacing: -.052em;
  font-weight: 760;
}
.growth-head span {
  display: block;
  margin-top: 16px;
  color: rgba(255,255,255,.62);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}
.growth-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  max-width: 1260px;
  margin-inline: auto;
}
.growth-chart-card,
.growth-mini-card {
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 24px 70px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
}
.growth-chart-card {
  min-height: 440px;
  border-radius: 32px;
  padding: clamp(22px, 3vw, 34px);
  display: flex;
  flex-direction: column;
}
.growth-label {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16);
  padding: 10px 13px;
  color: rgba(255,255,255,.78);
  font-weight: 820;
}
.growth-chart-card > strong {
  display: block;
  margin-top: 34px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 820;
}
.growth-chart {
  flex: 1;
  min-height: 210px;
  margin-top: 26px;
}
.growth-chart svg { width: 100%; height: 100%; overflow: visible; }
.growth-grid-lines line {
  stroke: rgba(255,255,255,.09);
  stroke-width: 1;
}
.growth-bars rect {
  fill: url(#growthBarFill);
  transform-box: fill-box;
  transform-origin: center bottom;
  transform: scaleY(0);
  animation: growBar .9s cubic-bezier(.2,.8,.2,1) forwards;
  animation-delay: calc(.18s + (var(--i) * .11s));
}
.growth-area {
  fill: url(#growthFill);
  opacity: .92;
  transform-box: fill-box;
  transform-origin: center bottom;
  transform: scaleY(0);
  animation: growArea 1.45s cubic-bezier(.2,.8,.2,1) forwards .34s;
}
.growth-line {
  fill: none;
  stroke: #b7adff;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  filter: drop-shadow(0 0 18px rgba(139,109,246,.55));
  animation: drawGrowth 2.15s ease forwards .55s;
}
.growth-marker-line {
  stroke: rgba(255,255,255,.38);
  stroke-width: 2;
  stroke-dasharray: 7 8;
  opacity: 0;
  animation: fadeInChart .5s ease forwards 2.2s;
}
.growth-active-point {
  fill: #fff;
  stroke: #8b6df6;
  stroke-width: 5;
  filter: drop-shadow(0 0 16px rgba(139,109,246,.75));
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: popPoint .55s cubic-bezier(.18,1.4,.3,1) forwards 2.15s, pulsePoint 1.7s ease-in-out infinite 2.7s;
}
.growth-tooltip { opacity: 0; transform: translateY(8px); animation: tooltipIn .55s ease forwards 2.35s; }
.growth-tooltip rect { fill: rgba(8,9,16,.86); stroke: rgba(255,255,255,.15); stroke-width: 1; filter: drop-shadow(0 16px 28px rgba(0,0,0,.35)); }
.growth-tooltip text { fill: rgba(255,255,255,.74); font-size: 12px; font-weight: 850; }
.growth-tooltip text:last-child { fill: #fff; font-size: 16px; font-weight: 820; }
.growth-months text { fill: rgba(255,255,255,.45); font-size: 12px; font-weight: 850; }
@keyframes drawGrowth { to { stroke-dashoffset: 0; } }
@keyframes growArea { to { transform: scaleY(1); } }
@keyframes growBar { to { transform: scaleY(1); } }
@keyframes fadeInChart { to { opacity: 1; } }
@keyframes popPoint { to { opacity: 1; transform: scale(1); } from { opacity: 0; transform: scale(.35); } }
@keyframes pulsePoint { 0%,100% { r: 8; } 50% { r: 11; } }
@keyframes tooltipIn { to { opacity: 1; transform: translateY(0); } }
.growth-side-grid {
  display: grid;
  gap: 18px;
}
.growth-mini-card {
  border-radius: 26px;
  padding: 22px;
  min-height: 134px;
}
.growth-mini-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: rgba(139,109,246,.22);
  border: 1px solid rgba(255,255,255,.12);
  margin-bottom: 14px;
}
.growth-mini-card span {
  display: block;
  color: rgba(255,255,255,.58);
  font-size: 14px;
  font-weight: 850;
}
.growth-mini-card strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -.035em;
  font-weight: 820;
}
.growth-mini-card small {
  display: block;
  margin-top: 9px;
  color: rgba(255,255,255,.48);
  line-height: 1.5;
  font-weight: 700;
}
.growth-arrow {
  position: absolute;
  z-index: 4;
  right: 34px;
  top: 34px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  background: rgba(255,255,255,.09);
  font-size: 28px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
  transition: transform .2s ease, background .2s ease;
}
.growth-arrow:hover { transform: translateX(4px); background: rgba(255,255,255,.15); }

@media (max-width: 1023px) {
  .growth-content { grid-template-columns: 1fr; }
  .growth-side-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .growth-panel { border-radius: 30px; padding: 24px; }
  .growth-arrow { position: static; margin: 22px auto 0; }
  .growth-chart-card { min-height: 340px; border-radius: 24px; }
  .growth-side-grid { grid-template-columns: 1fr; }
}

/* Premium animated features */
.features-premium-section {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 9vw, 128px) 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(139,109,246,.14), transparent 24rem),
    radial-gradient(circle at 92% 18%, rgba(79,70,229,.10), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #f8f9ff 52%, #ffffff 100%);
}
.features-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  opacity: .7;
  pointer-events: none;
  animation: floatOrb 8s ease-in-out infinite;
}
.features-orb.orb-a { width: 180px; height: 180px; left: -70px; top: 18%; background: rgba(139,109,246,.13); }
.features-orb.orb-b { width: 220px; height: 220px; right: -90px; bottom: 12%; background: rgba(108,77,246,.11); animation-delay: -3s; }
.features-premium-head {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.features-premium-head p {
  margin: 0 0 14px;
  color: var(--brand-2);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.features-premium-head h2 {
  margin: 0;
  color: #0d111c;
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.05;
  letter-spacing: -.055em;
  font-weight: 760;
}
.features-premium-head span {
  display: block;
  margin: 18px auto 0;
  max-width: 760px;
  color: #667085;
  font-size: clamp(16px, 1.22vw, 19px);
  line-height: 1.7;
  font-weight: 700;
}
.features-premium-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.feature-premium-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  border: 1px solid rgba(226,232,240,.92);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.80)),
    radial-gradient(circle at 20% 0%, rgba(139,109,246,.20), transparent 18rem);
  box-shadow: 0 18px 54px rgba(36, 27, 99, .07);
  padding: 26px;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
  transition-delay: var(--delay, 0ms);
}
.feature-premium-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 0%), rgba(139,109,246,.20), transparent 16rem);
  transition: opacity .25s ease;
  pointer-events: none;
}
.feature-premium-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--gradient);
  transform: scaleX(.22);
  transform-origin: left;
  opacity: .35;
  transition: transform .28s ease, opacity .28s ease;
}
.feature-premium-card:hover {
  transform: translateY(-10px);
  border-color: rgba(139,109,246,.32);
  box-shadow: 0 34px 88px rgba(76,64,183,.15);
}
.feature-premium-card:hover::before { opacity: 1; }
.feature-premium-card:hover::after { transform: scaleX(1); opacity: 1; }
.feature-card-shine {
  position: absolute;
  top: -120px;
  left: -160px;
  width: 180px;
  height: 460px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  transform: rotate(24deg);
  opacity: 0;
}
.feature-premium-card:hover .feature-card-shine { animation: shineSweep .9s ease; }
@keyframes shineSweep {
  0% { opacity: 0; transform: translateX(0) rotate(24deg); }
  25% { opacity: .85; }
  100% { opacity: 0; transform: translateX(560px) rotate(24deg); }
}
.feature-card-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: #a3abc0;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .14em;
}
.feature-card-topline i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(139,109,246,.36), transparent);
}
.feature-premium-icon {
  position: relative;
  z-index: 1;
  margin-top: 26px;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: #fff;
  background: var(--gradient);
  box-shadow: 0 18px 42px rgba(108,77,246,.26);
  transition: transform .28s ease;
}
.feature-premium-card:hover .feature-premium-icon { transform: rotate(-5deg) scale(1.06); }
.feature-premium-icon svg { width: 26px; height: 26px; }
.feature-premium-card h3 {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -.032em;
  font-weight: 820;
}
.feature-premium-card p {
  position: relative;
  z-index: 1;
  margin: 13px 0 0;
  color: #647085;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 690;
}
@media (max-width: 1023px) {
  .features-premium-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .features-premium-grid { grid-template-columns: 1fr; }
  .feature-premium-card { min-height: 285px; border-radius: 24px; }
}

/* Support CTA with real people visual */
.support-cta-section {
  padding: clamp(70px, 8vw, 116px) 0;
  background: #fff;
}
.support-cta-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 32px;
  background: #f1f0ff;
  box-shadow: 0 28px 90px rgba(76,64,183,.10);
}
.support-cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.support-cta-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: clamp(38px, 6vw, 76px);
}
.support-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  border-radius: 14px;
  border: 1px solid #dce2ef;
  background: rgba(255,255,255,.84);
  padding: 11px 15px;
  color: #1c2130;
  font-size: 15px;
  font-weight: 820;
  box-shadow: 0 12px 34px rgba(15,23,42,.08);
}
.support-cta-content h2 {
  margin: 28px 0 0;
  color: #09111f;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.07;
  letter-spacing: -.055em;
  font-weight: 760;
}
.support-cta-content p {
  margin: 18px 0 0;
  color: #596275;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 700;
}
.support-actions {
  margin-top: 30px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.support-primary {
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 820;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.support-primary {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  box-shadow: 0 18px 40px rgba(108,77,246,.24);
}
.support-primary:hover { transform: translateY(-3px); }

.callback-page-section { padding: 70px 0 100px; background: linear-gradient(180deg, #fff, #f7f8ff); }
.callback-page-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; align-items: start; }
.callback-info-card,
.callback-form,
.agreement-card {
  border: 1px solid #e5eaf4;
  background: rgba(255,255,255,.92);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(76,64,183,.09);
}
.callback-info-card { padding: 32px; }
.callback-info-card h2 { margin: 0; color: #111827; font-size: 34px; line-height: 1.1; letter-spacing: -.04em; font-weight: 820; }
.callback-info-card p { margin: 16px 0 24px; color: #667085; line-height: 1.7; font-weight: 700; }
.callback-info-card a { display: block; width: fit-content; margin-top: 12px; color: var(--brand-2); font-weight: 820; text-decoration: none; }
.callback-form { padding: 30px; display: grid; gap: 18px; }
.callback-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.callback-city { grid-column: 1 / -1; }
.callback-form label { display: grid; gap: 8px; color: #344054; font-size: 14px; font-weight: 820; }
.callback-form input:not([type="checkbox"]) {
  width: 100%; border-radius: 16px; border: 1px solid #dbe3ef; background: #f8fafc; padding: 15px 16px; outline: none; color: #111827;
}
.callback-form input:focus { border-color: var(--brand-1); box-shadow: 0 0 0 4px rgba(139,109,246,.14); background: #fff; }
.agreement-line { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 10px !important; font-weight: 800 !important; line-height: 1.5; }
.agreement-line input { margin-top: 4px; accent-color: var(--brand-2); }
.agreement-line button { border: 0; padding: 0; background: transparent; color: var(--brand-2); font-weight: 820; text-decoration: underline; }
.callback-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.callback-captcha {
  display: grid;
  gap: 12px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid #e4e8f2;
  border-radius: 18px;
  background: linear-gradient(145deg, #fbfcff, #f5f6fd);
}
.callback-captcha-head { display: flex; align-items: center; gap: 10px; color: #283249; }
.callback-captcha-head > span:last-child { display: grid; gap: 2px; }
.callback-captcha-head strong { font-size: 13px; font-weight: 820; }
.callback-captcha-head small { color: #8992a6; font-size: 11px; font-weight: 700; }
.callback-captcha-shield { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 12px; color: var(--brand-2); background: rgba(108,77,246,.1); }
.callback-turnstile { width: 100%; min-height: 65px; }
.callback-captcha-error { padding: 13px 14px; border: 1px solid #fecdd6; border-radius: 16px; color: #c01048; background: #fff1f3; font-size: 13px; font-weight: 780; }
.callback-submit { width: fit-content; border: 0; border-radius: 999px; background: var(--gradient); color: #fff; padding: 15px 24px; font-weight: 820; box-shadow: 0 18px 40px rgba(108,77,246,.22); }
.callback-submit:disabled { cursor: not-allowed; opacity: .62; box-shadow: none; }
.form-success, .form-error { border-radius: 18px; padding: 14px 16px; font-weight: 850; line-height: 1.5; }
.form-success { background: #ecfdf3; color: #027a48; border: 1px solid #abefc6; }
.form-error { background: #fff1f3; color: #c01048; border: 1px solid #fecdd6; }

@media (max-width: 720px) {
  .callback-form-grid { grid-template-columns: 1fr; }
  .callback-city { grid-column: auto; }
}

.agreement-page { padding: 70px 0 110px; background: linear-gradient(180deg, #fff, #f7f8ff); }
.agreement-card { max-width: 980px; margin-inline: auto; padding: clamp(28px, 5vw, 58px); }
.agreement-eyebrow { margin: 0 0 12px; color: var(--brand-2); font-size: 13px; font-weight: 820; letter-spacing: .22em; text-transform: uppercase; }
.agreement-card h1 { margin: 0; color: #111827; font-size: clamp(34px, 5vw, 58px); letter-spacing: -.05em; font-weight: 820; }
.agreement-intro { margin: 18px 0 0; color: #667085; line-height: 1.75; font-weight: 700; }
.agreement-meta { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }
.agreement-meta span,
.agreement-meta a { border-radius: 999px; background: #f1efff; color: #5b3df4; padding: 9px 12px; font-size: 13px; font-weight: 780; text-decoration: none; }
.agreement-meta a:hover { background: #e6e1ff; color: #4028d8; }
.agreement-sections { margin-top: 34px; display: grid; gap: 22px; }
.agreement-sections article { border-top: 1px solid #e7ecf5; padding-top: 22px; }
.agreement-sections h2 { margin: 0; color: #111827; font-size: 21px; font-weight: 820; letter-spacing: -.02em; }
.agreement-sections p { margin: 10px 0 0; color: #596275; line-height: 1.78; font-weight: 680; }

.about-page-section {
  padding: 0 0 110px;
  background: linear-gradient(180deg, #fff 0%, #f7f8ff 55%, #fff 100%);
}
.about-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 28px;
  align-items: stretch;
  border: 1px solid rgba(226,232,240,.92);
  border-radius: 36px;
  background:
    radial-gradient(circle at 4% 0%, rgba(124,92,255,.16), transparent 24rem),
    rgba(255,255,255,.94);
  box-shadow: 0 26px 80px rgba(38, 38, 92, .08);
  padding: clamp(26px, 5vw, 52px);
}
.about-hero-card h2 {
  margin: 0;
  color: #101425;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -.052em;
  font-weight: 760;
}
.about-hero-card p {
  margin: 18px 0 0;
  color: #596275;
  font-size: 16px;
  line-height: 1.82;
  font-weight: 680;
}
.about-contact-card {
  display: grid;
  align-content: center;
  gap: 12px;
  border-radius: 28px;
  border: 1px solid rgba(124,92,255,.18);
  background: linear-gradient(165deg, rgba(124,92,255,.10), rgba(255,255,255,.86));
  padding: 26px;
}
.about-contact-card strong {
  color: #101425;
  font-size: 18px;
  font-weight: 820;
  line-height: 1.45;
}
.about-contact-card a {
  color: #596275;
  text-decoration: none;
  line-height: 1.55;
  font-weight: 760;
}
.about-contact-card a:hover { color: var(--brand-2); }
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0 76px;
}
.about-values-grid article {
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(226,232,240,.95);
  border-radius: 22px;
  background: #fff;
  color: #344054;
  padding: 18px;
  font-weight: 820;
  box-shadow: 0 14px 38px rgba(38, 38, 92, .045);
}
.about-values-grid svg {
  flex: 0 0 auto;
  color: #16a34a;
}
.about-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}
.about-service-grid article {
  border: 1px solid rgba(226,232,240,.95);
  border-radius: 28px;
  background: #fff;
  padding: 26px;
  box-shadow: 0 18px 50px rgba(38, 38, 92, .055);
}
.about-service-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--brand-2);
  background: rgba(124,92,255,.10);
  margin-bottom: 18px;
}
.about-service-grid h3 {
  margin: 0;
  color: #101425;
  font-size: 20px;
  font-weight: 820;
  letter-spacing: -.02em;
}
.about-service-grid p {
  margin: 12px 0 0;
  color: #667085;
  line-height: 1.75;
  font-weight: 680;
}

@media (max-width: 1023px) {
  .support-cta-card { min-height: auto; }
  .support-cta-bg { opacity: .42; object-position: 58% center; }
  .callback-page-grid { grid-template-columns: 1fr; }
  .about-hero-card,
  .about-values-grid,
  .about-service-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .support-cta-card { border-radius: 24px; }
  .support-actions { display: grid; }
  .support-primary { width: 100%; }
  .callback-form, .callback-info-card { border-radius: 22px; padding: 22px; }
}


/* Premium FAQ */
.faq-section {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 8vw, 128px) 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(124, 92, 255, .12), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #f7f8ff 100%);
}
.faq-bg-orb {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(34px);
  opacity: .5;
  pointer-events: none;
}
.faq-orb-left { left: -120px; top: 120px; background: rgba(124, 92, 255, .18); }
.faq-orb-right { right: -140px; bottom: 80px; background: rgba(20, 184, 166, .12); }
.faq-head {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.faq-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(124, 92, 255, .18);
  background: rgba(124, 92, 255, .08);
  padding: 9px 15px;
  color: var(--brand-2);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .18em;
}
.faq-head h2 {
  margin: 18px 0 0;
  color: #101425;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -.055em;
  font-weight: 760;
}
.faq-head p {
  margin: 18px auto 0;
  max-width: 680px;
  color: #657086;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 690;
}
.faq-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 24px;
  margin-top: 46px;
  align-items: start;
}
.faq-info-card {
  position: sticky;
  top: 92px;
  border: 1px solid rgba(124, 92, 255, .16);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.72));
  box-shadow: 0 28px 80px rgba(31, 41, 55, .09);
  padding: 30px;
}
.faq-info-icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  box-shadow: 0 20px 34px rgba(124, 92, 255, .25);
}
.faq-info-card h3 {
  margin: 22px 0 0;
  color: #111827;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 820;
}
.faq-info-card p {
  margin: 14px 0 0;
  color: #657086;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 680;
}
.faq-info-stats {
  margin-top: 24px;
  border-radius: 24px;
  background: #101425;
  color: #fff;
  padding: 18px;
}
.faq-info-stats strong {
  display: block;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 820;
}
.faq-info-stats span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  font-weight: 800;
}
.faq-list {
  display: grid;
  gap: 13px;
}
.faq-item {
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 26px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 18px 48px rgba(31, 41, 55, .055);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(124, 92, 255, .28);
  box-shadow: 0 22px 58px rgba(31, 41, 55, .08);
}
.faq-item[open] {
  border-color: rgba(124, 92, 255, .42);
  box-shadow: 0 26px 70px rgba(124, 92, 255, .12);
}
.faq-item summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  padding: 20px 22px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(124, 92, 255, .09);
  color: var(--brand-2);
  font-size: 13px;
  font-weight: 820;
}
.faq-question-wrap small {
  display: block;
  color: #8a94aa;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.faq-question-wrap strong {
  display: block;
  margin-top: 4px;
  color: #111827;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
}
.faq-toggle {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f3f0ff;
  color: var(--brand-2);
  font-size: 24px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.faq-item[open] .faq-toggle {
  transform: rotate(45deg);
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  color: #fff;
}
.faq-item p {
  margin: 0;
  border-top: 1px solid rgba(148, 163, 184, .18);
  padding: 0 22px 22px 80px;
  color: #5f6b80;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 650;
}
@media (max-width: 980px) {
  .faq-layout { grid-template-columns: 1fr; }
  .faq-info-card { position: relative; top: auto; }
}
@media (max-width: 640px) {
  .faq-item summary { grid-template-columns: 1fr auto; gap: 12px; }
  .faq-number { display: none; }
  .faq-item p { padding: 0 18px 20px; }
  .faq-question-wrap strong { font-size: 16px; }
}


/* Professional footer */
.site-footer {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #101425;
  padding: 42px 0 0;
  border-top: 1px solid #e8edf5;
}
.footer-top-card {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(124,92,255,.16);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(124,92,255,.10), rgba(255,255,255,.92));
  box-shadow: 0 24px 70px rgba(76,64,183,.08);
  padding: clamp(24px, 4vw, 38px);
}
.footer-top-card span {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(124,92,255,.10);
  padding: 8px 12px;
  color: var(--brand-2);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer-top-card h2 {
  margin: 14px 0 0;
  max-width: 760px;
  color: #101425;
  font-size: clamp(26px, 3.5vw, 46px);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 760;
}
.footer-top-card button {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  color: #fff;
  padding: 17px 24px;
  font-size: 15px;
  font-weight: 820;
  box-shadow: 0 18px 46px rgba(108,77,246,.24);
  transition: transform .2s ease;
}
.footer-top-card button:hover { transform: translateY(-2px); }
.footer-main-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 1.15fr) repeat(4, minmax(112px, .58fr)) minmax(160px, .8fr);
  gap: 28px;
  padding: 58px 0 42px;
}

/* Search-intent solution pages */
.seo-solution-page {
  overflow: hidden;
  background: #fff;
}
.seo-solution-hero {
  position: relative;
  padding: 34px 0 92px;
  background:
    radial-gradient(circle at 86% 16%, rgba(108, 77, 246, .17), transparent 28rem),
    radial-gradient(circle at 4% 70%, rgba(24, 166, 111, .08), transparent 24rem),
    linear-gradient(180deg, #fbfaff, #fff);
}
.seo-solution-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(108,77,246,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(108,77,246,.045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, #000, transparent 94%);
  content: "";
  pointer-events: none;
}
.seo-solution-hero nav {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 48px;
  color: #7a8296;
  font-size: 12px;
  font-weight: 700;
}
.seo-solution-hero nav a { border: 0; background: transparent; padding: 0; color: #6c4df6; text-decoration: none; }
.seo-solution-hero nav strong { color: #30364a; }
.seo-solution-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}
.seo-kicker {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  border: 1px solid #e2ddff;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  padding: 8px 12px;
  color: #6245e7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}
.seo-kicker i { width: 8px; height: 8px; border-radius: 50%; background: #6c4df6; box-shadow: 0 0 0 5px rgba(108,77,246,.1); }
.seo-solution-hero h1 {
  max-width: 740px;
  margin: 24px 0 20px;
  color: #111528;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 690;
  line-height: 1.01;
  letter-spacing: -.055em;
}
.seo-solution-hero h1 + p { max-width: 690px; margin: 0; color: #667087; font-size: 18px; line-height: 1.75; }
.seo-solution-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.seo-solution-actions button {
  border: 1px solid #dedff0;
  border-radius: 14px;
  background: #fff;
  padding: 14px 20px;
  color: #30364a;
  font-size: 14px;
  font-weight: 780;
  box-shadow: 0 12px 34px rgba(20,24,50,.07);
}
.seo-solution-actions button:first-child { border-color: transparent; background: var(--gradient); color: #fff; box-shadow: 0 18px 40px rgba(108,77,246,.25); }
.seo-solution-hero-grid > div:first-child > small { display: block; margin-top: 14px; color: #8a92a6; font-size: 11px; font-weight: 650; }
.seo-solution-visual { position: relative; padding: 16px; border: 1px solid #e6e3f8; border-radius: 28px; background: rgba(255,255,255,.82); box-shadow: 0 34px 90px rgba(57,43,131,.16); transform: perspective(1200px) rotateY(-3deg); }
.seo-solution-visual img { display: block; width: 100%; height: auto; border-radius: 18px; }
.seo-solution-visual span { position: absolute; right: 22px; bottom: 22px; display: inline-flex; gap: 7px; align-items: center; border: 1px solid #dce9e3; border-radius: 12px; background: rgba(255,255,255,.94); padding: 10px 12px; color: #157b59; font-size: 11px; font-weight: 800; box-shadow: 0 14px 32px rgba(15,23,42,.12); }
.seo-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: -34px; position: relative; z-index: 3; }
.seo-benefit-grid article { border: 1px solid #e7e9f2; border-radius: 22px; background: #fff; padding: 25px; box-shadow: 0 20px 55px rgba(23,27,54,.07); }
.seo-benefit-grid article > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; background: #f0edff; color: #6848f0; }
.seo-benefit-grid h2 { margin: 18px 0 8px; color: #171b2d; font-size: 18px; font-weight: 760; letter-spacing: -.025em; }
.seo-benefit-grid p { margin: 0; color: #697187; font-size: 14px; line-height: 1.7; }
.seo-explainer { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 110px); padding-top: 120px; padding-bottom: 120px; }
.seo-explainer-intro { align-self: start; position: sticky; top: 120px; }
.seo-explainer-intro > span, .seo-related > div:first-child > span, .seo-comparison-head span, .seo-faq-section > div:first-child > span { color: #6c4df6; font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.seo-explainer-intro h2, .seo-related h2, .seo-faq-section h2 { margin: 14px 0 17px; color: #131728; font-size: clamp(30px, 3.6vw, 46px); font-weight: 680; line-height: 1.08; letter-spacing: -.045em; }
.seo-explainer-intro p, .seo-faq-section > div:first-child p { margin: 0; color: #6a7288; font-size: 16px; line-height: 1.8; }
.seo-explainer-list { display: grid; }
.seo-explainer-list article { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 32px 0; border-bottom: 1px solid #e9eaf1; }
.seo-explainer-list article:first-child { padding-top: 0; }
.seo-explainer-list article > b { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: #f1eeff; color: #6c4df6; font-size: 12px; }
.seo-explainer-list h2 { margin: 0 0 10px; color: #191d30; font-size: 23px; font-weight: 710; letter-spacing: -.03em; }
.seo-explainer-list p { margin: 0; color: #687188; font-size: 15px; line-height: 1.8; }
.seo-comparison-section { padding: 100px 0; background: #111323; color: #fff; }
.seo-comparison-head { max-width: 670px; margin-bottom: 34px; }
.seo-comparison-head span { color: #a894ff; }
.seo-comparison-head h2 { margin: 12px 0 0; font-size: clamp(32px, 4.2vw, 52px); font-weight: 640; line-height: 1.08; letter-spacing: -.045em; }
.seo-comparison-table { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 24px; }
.seo-comparison-table > div { display: grid; gap: 0; padding: 30px; background: rgba(255,255,255,.025); }
.seo-comparison-table > div + div { border-left: 1px solid rgba(255,255,255,.11); }
.seo-comparison-table strong { margin-bottom: 15px; font-size: 18px; }
.seo-comparison-table span { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.08); color: #b8bed0; font-size: 14px; }
.seo-comparison-table .is-ebeo { background: linear-gradient(145deg, rgba(108,77,246,.28), rgba(108,77,246,.08)); }
.seo-comparison-table .is-ebeo strong { color: #c9bcff; }
.seo-comparison-table .is-ebeo span { color: #f0edff; }
.seo-faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 7vw, 90px); padding-top: 110px; padding-bottom: 110px; }
.seo-faq-section details { border-bottom: 1px solid #e5e8f0; }
.seo-faq-section summary { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; color: #202438; font-size: 16px; font-weight: 750; cursor: pointer; list-style: none; }
.seo-faq-section summary::-webkit-details-marker { display: none; }
.seo-faq-section summary b { color: #6c4df6; font-size: 20px; transition: transform .2s ease; }
.seo-faq-section details[open] summary b { transform: rotate(45deg); }
.seo-faq-section details p { margin: -4px 0 20px; color: #697187; font-size: 14px; line-height: 1.75; }
.seo-related { padding-bottom: 110px; }
.seo-related > div:first-child { max-width: 680px; margin-bottom: 28px; }
.seo-related > div:last-child { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.seo-related a { display: flex; min-height: 210px; flex-direction: column; align-items: flex-start; border: 1px solid #e5e7f0; border-radius: 20px; background: #fff; padding: 24px; color: inherit; text-align: left; text-decoration: none; box-shadow: 0 15px 44px rgba(28,31,57,.055); transition: .2s ease; }
.seo-related a:hover { border-color: #cfc5ff; transform: translateY(-4px); box-shadow: 0 24px 54px rgba(58,43,128,.12); }
.seo-related a small { color: #6c4df6; font-size: 11px; font-weight: 800; }
.seo-related a strong { margin-top: 13px; color: #171b2d; font-size: 18px; line-height: 1.35; }
.seo-related a span { margin-top: auto; color: #6c4df6; font-size: 12px; font-weight: 800; }
.seo-final-cta { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-bottom: 100px; border-radius: 28px; background: linear-gradient(125deg, #6c4df6, #8b6df6); padding: clamp(30px,5vw,58px); color: #fff; box-shadow: 0 30px 80px rgba(108,77,246,.25); }
.seo-final-cta span { font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.seo-final-cta h2 { margin: 10px 0 8px; font-size: clamp(28px,3.4vw,44px); font-weight: 660; letter-spacing: -.04em; }
.seo-final-cta p { margin: 0; color: rgba(255,255,255,.82); }
.seo-final-cta button { flex: 0 0 auto; border: 0; border-radius: 999px; background: #fff; padding: 15px 21px; color: #5d3fdf; font-size: 14px; font-weight: 820; }
@media (max-width: 1040px) {
  .seo-solution-hero-grid { grid-template-columns: 1fr; }
  .seo-solution-visual { max-width: 780px; transform: none; }
  .footer-main-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .seo-solution-hero { padding-bottom: 68px; }
  .seo-solution-hero nav { margin-bottom: 30px; }
  .seo-solution-hero h1 { font-size: 39px; }
  .seo-solution-hero h1 + p { font-size: 16px; }
  .seo-benefit-grid, .seo-related > div:last-child { grid-template-columns: 1fr; }
  .seo-benefit-grid { margin-top: -20px; }
  .seo-explainer, .seo-faq-section { grid-template-columns: 1fr; padding-top: 78px; padding-bottom: 78px; }
  .seo-explainer-intro { position: static; }
  .seo-comparison-section { padding: 72px 0; }
  .seo-comparison-table { grid-template-columns: 1fr; }
  .seo-comparison-table > div + div { border-top: 1px solid rgba(255,255,255,.11); border-left: 0; }
  .seo-final-cta { align-items: flex-start; flex-direction: column; margin-bottom: 70px; }
}
.footer-logo {
  width: 178px;
  height: auto;
  filter: none;
}
.footer-brand-col p {
  margin: 18px 0 0;
  color: #657086;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 650;
}
.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.footer-socials a {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #4f46e5;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.footer-socials a svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-socials a:hover { transform: translateY(-2px); background: #4f46e5; color: #fff; }
.footer-link-col,
.footer-payment-col {
  display: grid;
  align-content: start;
  gap: 12px;
}
.footer-link-col h3,
.footer-payment-col h3 {
  margin: 0 0 8px;
  color: #101425;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.footer-link-col button,
.footer-link-col a {
  border: 0;
  background: transparent;
  padding: 0;
  width: fit-content;
  color: #657086;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  font-weight: 750;
  transition: color .2s ease, transform .2s ease;
}
.footer-link-col button:hover,
.footer-link-col a:hover {
  color: var(--brand-2);
  transform: translateX(2px);
}
.footer-payment-col {
  border: 1px solid #e8edf5;
  border-radius: 18px;
  background: #f8fafc;
  padding: 14px 16px;
  margin-top: 42px;
  gap: 6px;
}
.footer-payment-col img {
  display: block;
  width: min(100%, 429px);
  height: auto;
  margin-top: 2px;
}
.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e8edf5;
  padding: 22px 0;
  color: #7b8497;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 980px) {
  .footer-top-card { align-items: flex-start; flex-direction: column; }
  .footer-main-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .footer-main-grid { grid-template-columns: 1fr; padding-top: 38px; }
  .footer-top-card { border-radius: 24px; }
}


/* Module center-focus slider */
.module-slider-section {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 8vw, 128px) 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(124,92,255,.12), transparent 28rem),
    linear-gradient(180deg, #fff 0%, #f8f9ff 100%);
}
.module-slider-bg {
  position: absolute;
  border-radius: 999px;
  filter: blur(42px);
  pointer-events: none;
  opacity: .56;
}
.module-slider-bg-a { width: 360px; height: 360px; left: -120px; top: 160px; background: rgba(124,92,255,.18); }
.module-slider-bg-b { width: 420px; height: 420px; right: -160px; bottom: 20px; background: rgba(20,184,166,.10); }
.module-slider-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.module-slider-controls {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}
.module-slider-controls button {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(124,92,255,.18);
  border-radius: 18px;
  background: #fff;
  color: #4f46e5;
  font-size: 32px;
  line-height: 1;
  font-weight: 850;
  box-shadow: 0 18px 44px rgba(31,41,55,.08);
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.module-slider-controls button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  color: #fff;
}
.module-slider-stage {
  position: relative;
  height: 470px;
  margin-top: 52px;
  perspective: 1300px;
}
.module-slide-card {
  --x: calc(var(--pos) * 215px);
  --scale: calc(1 - (var(--abs) * .105));
  --opacity: calc(1 - (var(--abs) * .22));
  position: absolute;
  left: 50%;
  top: 0;
  width: min(430px, 82vw);
  min-height: 410px;
  transform: translateX(calc(-50% + var(--x))) translateY(calc(var(--abs) * 24px)) rotateY(calc(var(--pos) * -13deg)) scale(var(--scale));
  opacity: var(--opacity);
  border: 1px solid rgba(124,92,255,.14);
  border-radius: 34px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 28px 78px rgba(31,41,55,.10);
  padding: 30px;
  cursor: pointer;
  overflow: hidden;
  transition: transform .55s cubic-bezier(.2,.8,.2,1), opacity .35s ease, box-shadow .35s ease, border-color .35s ease;
  backdrop-filter: blur(16px);
}
.module-slide-card:not(.is-active) {
  filter: saturate(.78);
}
.module-slide-card.is-active {
  border-color: rgba(124,92,255,.44);
  background: #fff;
  box-shadow: 0 38px 110px rgba(76,64,183,.22);
}
.module-card-orb {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(124,92,255,.20), transparent 68%);
}
.module-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module-card-icon {
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  box-shadow: 0 22px 44px rgba(108,77,246,.24);
}
.module-card-icon svg { width: 30px; height: 30px; }
.module-card-top span {
  color: #d3d8e7;
  font-size: 22px;
  font-weight: 820;
  letter-spacing: -.04em;
}
.module-slide-card h3 {
  position: relative;
  z-index: 1;
  margin: 34px 0 0;
  color: #111827;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -.048em;
  font-weight: 760;
}
.module-slide-card p {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: #647085;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 690;
}
.module-card-footer {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(148,163,184,.20);
  padding-top: 18px;
  color: #4f46e5;
}
.module-card-footer strong { font-size: 13px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.module-card-footer i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #f1efff;
  font-style: normal;
  font-size: 21px;
  font-weight: 820;
}
.module-slider-dots {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}
.module-slider-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: #d6dce9;
  padding: 0;
  transition: width .2s ease, background .2s ease;
}
.module-slider-dots button.is-active {
  width: 32px;
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
}
@media (max-width: 980px) {
  .module-slider-head { align-items: flex-start; flex-direction: column; }
  .module-slider-stage { height: 440px; margin-top: 34px; }
  .module-slide-card { --x: calc(var(--pos) * 150px); width: min(390px, 84vw); }
}
@media (max-width: 640px) {
  .module-slider-controls { width: 100%; justify-content: space-between; }
  .module-slider-stage { height: 420px; overflow: visible; }
  .module-slide-card { --x: calc(var(--pos) * 76px); min-height: 390px; padding: 24px; border-radius: 28px; }
  .module-slide-card:not(.is-active) { opacity: .32; }
  .module-card-footer { left: 24px; right: 24px; bottom: 24px; }
}

.pricing-plan-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid rgba(108, 77, 246, .42);
  border-radius: 18px;
  background: #fff;
  color: #25215f;
  box-shadow: 0 22px 70px rgba(17, 24, 39, .08);
  transition: transform .22s ease, box-shadow .22s ease;
}
.pricing-billing-control {
  position: relative;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 34px auto 0;
  border: 1px solid #e5e7f0;
  border-radius: 999px;
  background: #f8f9fd;
  padding: 9px 13px;
  box-shadow: 0 14px 40px rgba(31, 41, 55, .07);
}
.pricing-billing-control > button:not(.pricing-switch) {
  border: 0;
  background: transparent;
  padding: 5px 3px;
  color: #9098ad;
  font-size: 15px;
  font-weight: 680;
  transition: color .2s ease;
}
.pricing-billing-control > button.is-active {
  color: #171b2f;
  font-weight: 800;
}
.pricing-switch {
  position: relative;
  width: 50px;
  height: 28px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  background: #cbd2df;
  padding: 3px;
  transition: background .22s ease, box-shadow .22s ease;
}
.pricing-switch span {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 9px rgba(15, 23, 42, .22);
  transform: translateX(0);
  transition: transform .22s ease;
}
.pricing-switch.is-yearly {
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  box-shadow: 0 7px 18px rgba(108, 77, 246, .25);
}
.pricing-switch.is-yearly span { transform: translateX(22px); }
.pricing-discount-pill {
  position: absolute;
  top: calc(100% + 7px);
  right: 8px;
  border-radius: 999px;
  background: #e7faf1;
  padding: 5px 10px;
  color: #16845b;
  font-size: 11px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .2s ease, transform .2s ease;
  white-space: nowrap;
}
.pricing-discount-pill.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.pricing-plan-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 34px 90px rgba(108, 77, 246, .16);
}
.pricing-plan-card.is-highlighted {
  box-shadow: 0 34px 90px rgba(108, 77, 246, .18);
}
.pricing-single-plan {
  margin-top: 20px;
  border-width: 1px;
  border-color: rgba(108, 77, 246, .28);
  border-radius: 28px;
}
.pricing-recommend-badge {
  position: absolute;
  top: 22px;
  right: 18px;
  z-index: 2;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  padding: 7px 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 820;
  box-shadow: 0 12px 28px rgba(108, 77, 246, .24);
}
.pricing-plan-head {
  display: flex;
  min-height: 104px;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  padding: 22px 28px;
  color: #fff;
}
.pricing-plan-head > div:first-child > span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pricing-plan-head h3 {
  margin: 0;
  font-size: clamp(23px, 2.6vw, 31px);
  line-height: 1;
  font-weight: 820;
  letter-spacing: -.035em;
}
.pricing-single-content {
  display: grid;
  grid-template-columns: minmax(255px, .78fr) minmax(0, 1.22fr);
}
.pricing-price-column {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e8e8f2;
  background: linear-gradient(145deg, rgba(108, 77, 246, .065), rgba(255, 255, 255, .95));
  padding: 36px 30px 30px;
}
.pricing-period-label {
  width: fit-content;
  border-radius: 999px;
  background: #ece9ff;
  padding: 6px 10px;
  color: var(--brand-1);
  font-size: 11px;
  font-weight: 820;
}
.pricing-price-zone {
  min-height: 164px;
  padding: 18px 24px 16px;
  background: linear-gradient(180deg, #fff, rgba(108, 77, 246, .045));
}
.pricing-old-line {
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: var(--brand-1);
}
.pricing-old-line span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 520;
  line-height: 1;
}
.pricing-old-line span::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 3px;
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  transform: rotate(-10deg);
}
.pricing-old-line small,
.pricing-main-line small {
  font-size: 14px;
  font-weight: 720;
}
.pricing-main-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 5px;
}
.pricing-main-line strong {
  color: #25215f;
  font-size: clamp(44px, 4.4vw, 58px);
  line-height: .95;
  font-weight: 840;
  letter-spacing: -.055em;
}
.pricing-main-line strong {
  animation: pricing-value-in .28s ease both;
}
@keyframes pricing-value-in {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}
.pricing-main-line small {
  color: #25215f;
}
.pricing-vat-note {
  margin: 6px 0 0;
  color: #8b91a5;
  font-size: 12px;
  font-weight: 650;
}
.pricing-monthly-equivalent {
  margin-top: 14px;
  color: #5b587c;
  font-size: 13px;
  font-weight: 620;
}
.pricing-monthly-equivalent strong {
  color: #25215f;
  font-weight: 780;
}
.pricing-annual {
  margin-top: 7px;
  color: #5b587c;
  font-size: 14px;
  font-weight: 780;
}
.pricing-limit-note {
  width: fit-content;
  margin: 22px 0 0;
  border: 1px solid #ded9ff;
  border-radius: 999px;
  background: #f7f5ff;
  padding: 8px 12px;
  color: #555d73;
  font-size: 13px;
  font-weight: 700;
}
.pricing-special-ribbon {
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  height: 6px;
}
.pricing-plan-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 34px 32px 30px;
}
.pricing-plan-body h4 {
  margin: 0 0 22px;
  color: #1d2033;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.02em;
}
.pricing-note {
  margin: 0;
  color: #25215f;
  font-size: 12px;
  font-style: italic;
  font-weight: 640;
  line-height: 1.6;
}
.pricing-user-rule {
  min-height: 54px;
  margin: 8px 0 22px;
  color: #25215f;
  font-size: 18px;
  font-weight: 820;
  line-height: 1.45;
}
.pricing-plan-body ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-plan-body li {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 14px;
  align-items: start;
  color: #5f5a80;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}
.pricing-plan-body li span {
  display: grid;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  place-items: center;
  border-radius: 999px;
  background: #e7faf1;
  color: #16845b;
  font-size: 10px;
  font-weight: 900;
}
.pricing-plan-body li { grid-template-columns: 18px 1fr; gap: 11px; }
.pricing-cta {
  margin-top: auto;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  padding: 15px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 820;
  box-shadow: 0 18px 36px rgba(108, 77, 246, .24);
  transition: transform .18s ease, box-shadow .18s ease;
}
.pricing-price-column .pricing-cta {
  width: 100%;
  margin-top: 25px;
}
.pricing-cancel-note {
  display: block;
  margin-top: 11px;
  color: #8b91a5;
  text-align: center;
  font-size: 10px;
  font-weight: 640;
  line-height: 1.5;
}
.pricing-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(108, 77, 246, .30);
}
.pricing-footnote {
  margin: 22px auto 0;
  max-width: 760px;
  color: #64748b;
  text-align: center;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .pricing-recommend-badge { top: 22px; }
  .pricing-price-zone { min-height: auto; }
}
@media (max-width: 760px) {
  .pricing-single-content { grid-template-columns: 1fr; }
  .pricing-price-column { border-right: 0; border-bottom: 1px solid #e8e8f2; }
  .pricing-plan-head { padding-right: 28px; }
  .pricing-recommend-badge { position: static; order: -1; width: fit-content; margin: 14px 18px -2px auto; }
}
@media (max-width: 640px) {
  .pricing-plan-card { border-radius: 20px; }
  .pricing-plan-head { min-height: 90px; padding: 18px 20px; }
  .pricing-price-zone,
  .pricing-plan-body { padding-left: 20px; padding-right: 20px; }
  .pricing-price-column { padding: 28px 20px 24px; }
  .pricing-recommend-badge { display: inline-flex; justify-content: center; }
  .pricing-billing-control { gap: 8px; padding-left: 10px; padding-right: 10px; }
  .pricing-discount-pill { right: 0; }
  .pricing-user-rule { min-height: auto; }
}

/* Search-friendly solution hub */
.solution-hub-section { padding: clamp(82px, 9vw, 138px) 0; background: #111323; color: #fff; }
.solution-hub-head { max-width: 830px; margin-bottom: 46px; }
.solution-hub-head > span { color: #a894ff; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.solution-hub-head h2 { margin: 14px 0 18px; font-size: clamp(34px,4.6vw,58px); font-weight: 630; line-height: 1.05; letter-spacing: -.05em; }
.solution-hub-head p { max-width: 720px; margin: 0; color: #aeb5c9; font-size: 16px; line-height: 1.8; }
.solution-hub-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.solution-hub-grid > a { display: grid; grid-template-columns: 44px 1fr auto; gap: 20px; align-items: start; min-height: 225px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.035); padding: 27px; color: inherit; text-decoration: none; transition: .22s ease; }
.solution-hub-grid > a:hover { border-color: rgba(168,148,255,.6); background: linear-gradient(140deg,rgba(108,77,246,.23),rgba(255,255,255,.035)); transform: translateY(-4px); }
.solution-hub-grid > a > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: rgba(168,148,255,.13); color: #bcaeff; font-size: 11px; font-weight: 850; }
.solution-hub-grid small { color: #9e8aff; font-size: 11px; font-weight: 820; letter-spacing: .07em; text-transform: uppercase; }
.solution-hub-grid h3 { margin: 10px 0; color: #fff; font-size: 23px; font-weight: 650; line-height: 1.2; letter-spacing: -.03em; }
.solution-hub-grid p { margin: 0; color: #aeb5c9; font-size: 13px; line-height: 1.7; }
.solution-hub-grid > a > b { align-self: end; color: #bbaeff; font-size: 12px; white-space: nowrap; }
.solution-hub-grid > a.is-wide { grid-column: 1/-1; min-height: 190px; }
@media (max-width:760px) {
  .solution-hub-grid { grid-template-columns:1fr; }
  .solution-hub-grid > a.is-wide { grid-column:auto; }
  .solution-hub-grid > a { grid-template-columns:40px 1fr; }
  .solution-hub-grid > a > b { grid-column:2; }
}
