: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 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-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); }
.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; }

.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(260px, 1.25fr) .62fr .62fr .82fr .92fr;
  gap: 28px;
  padding: 58px 0 42px;
}
.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 {
  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 {
  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-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-recommend-badge {
  position: absolute;
  top: 78px;
  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: 64px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  padding: 14px 18px;
  color: #fff;
}
.pricing-plan-head h3 {
  margin: 0;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1;
  font-weight: 820;
  letter-spacing: -.035em;
}
.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 small {
  color: #25215f;
}
.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-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: 28px 24px 24px;
}
.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 {
  width: 6px;
  height: 6px;
  margin-top: 8px;
  border-radius: 999px;
  background: #67617f;
}
.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-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: 74px; }
  .pricing-price-zone { min-height: auto; }
}
@media (max-width: 640px) {
  .pricing-plan-card { border-radius: 16px; }
  .pricing-plan-head { min-height: 58px; }
  .pricing-price-zone,
  .pricing-plan-body { padding-left: 20px; padding-right: 20px; }
  .pricing-recommend-badge { position: static; display: inline-flex; justify-content: center; margin: 14px 20px -2px; }
  .pricing-user-rule { min-height: auto; }
}
