/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Lexend', sans-serif;
  background: #0d0d17;
  color: #e9e6f6;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { display: block; max-width: 100%; }

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-flex; align-items: center; gap: 12px;
  background: linear-gradient(135deg, #b79fff, #8050ff);
  border-radius: 9999px; font-family: 'Lexend', sans-serif;
  font-weight: 700; color: #fff; cursor: pointer; border: none;
  transition: transform 0.25s, box-shadow 0.25s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(183,159,255,0.35); }
.btn-sm { padding: 12px 32px; font-size: 16px; }
.btn-lg { padding: 20px 48px; font-size: 18px; }
.btn-full { width: 100%; justify-content: center; padding: 12px 32px; font-size: 16px; color: #36008f; }
.btn-autofill { padding: 12px 32px; font-size: 14px; color: #36008f; box-shadow: 0 20px 25px -5px rgba(183,159,255,0.2), 0 8px 10px -6px rgba(183,159,255,0.2); }
.btn-icon { width: 16px; height: 20px; }
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  backdrop-filter: blur(6px); background: rgba(37,36,52,0.4);
  border: 1px solid rgba(71,71,83,0.3); border-radius: 9999px;
  padding: 21px 49px; font-size: 18px; font-weight: 700; color: #fff;
  font-family: 'Lexend', sans-serif; cursor: pointer;
  transition: transform 0.25s, background 0.25s;
}
.btn-ghost:hover { transform: translateY(-2px); background: rgba(37,36,52,0.6); }
.btn-white {
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; color: #19005c; border-radius: 9999px;
  padding: 24px 64px; font-size: 24px; font-weight: 700;
  font-family: 'Lexend', sans-serif; cursor: pointer;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
  transition: transform 0.25s, box-shadow 0.25s;
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 30px 60px -12px rgba(0,0,0,0.35); }

/* ===== NAV ===== */
.nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 100;
  backdrop-filter: blur(32px); background: rgba(13,13,23,0.8);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}
.nav-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  height: 80px; display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 8px; }
.logo-img { width: 40px; height: 40px; border-radius: 8px; overflow: hidden; }
.logo-img img { width: 100%; height: 100%; object-fit: cover; }
.logo-text { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 24px; letter-spacing: -1.2px; color: #fff; }
.nav-links { display: flex; gap: 40px; align-items: center; }
.nav-link { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 500; font-size: 16px; color: #94a3b8; letter-spacing: -0.4px; transition: color 0.2s; }
.nav-link:hover { color: #b79fff; }
.nav-link.active { font-weight: 700; color: #b79fff; border-bottom: 2px solid #b79fff; padding-bottom: 6px; }

/* ===== HERO ===== */
.hero {
  position: relative; width: 100%; min-height: 980px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; padding: 0 24px;
}
.hero-bg { position: absolute; inset: -100px; display: flex; align-items: center; justify-content: center; }
.hero-bg-image { opacity: 0.4; transform: rotate(3.33deg) scale(0.91); }
.hero-bg-image img { width: 1033px; max-width: none; }
.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); backdrop-filter: blur(2px); }
.hero-glow { position: absolute; width: 800px; height: 800px; border-radius: 9999px; filter: blur(75px); }
.hero-glow-tl { top: -160px; left: -160px; background: rgba(183,159,255,0.2); }
.hero-glow-br { bottom: -160px; right: -160px; background: rgba(189,141,249,0.1); }
.hero-content {
  position: relative; z-index: 2; display: flex; flex-direction: column;
  align-items: center; gap: 32px; max-width: 896px; text-align: center;
}
.hero-badge {
  backdrop-filter: blur(12px); background: rgba(37,36,52,0.4);
  border: 1px solid rgba(183,159,255,0.1); border-radius: 9999px;
  padding: 7px 17px; font-size: 12px; color: #b79fff;
  text-transform: uppercase; letter-spacing: 2.4px;
}
.hero-title {
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800;
  font-size: 96px; line-height: 96px; letter-spacing: -4.8px;
}
.text-light { color: #e9e6f6; }
.text-gradient {
  background: linear-gradient(137deg, #b79fff, #ff9bbc);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-subtitle { font-size: 24px; line-height: 32px; color: #aca9b8; max-width: 672px; padding-top: 8px; }
.hero-buttons { display: flex; gap: 24px; padding-top: 16px; }

/* ===== LOGOS ===== */
.logos-section {
  background: rgba(18,18,30,0.5); display: flex; flex-direction: column;
  align-items: center; gap: 96px; padding-top: 96px;
}
.logos-container { max-width: 1280px; width: 100%; padding: 0 24px; display: flex; flex-direction: column; gap: 64px; align-items: center; }
.logos-label { font-size: 12px; color: #aca9b8; text-transform: uppercase; letter-spacing: 3.6px; text-align: center; }
.logos-row {
  display: flex; gap: 96px; justify-content: center; align-items: center;
  opacity: 0.4; filter: saturate(0); width: 100;
}
.logos-row span { font-family: 'Lexend', sans-serif; font-weight: 700; font-size: 30px; letter-spacing: -1.5px; color: #e9e6f6; }

/* ===== BROWSER MOCKUP ===== */
.browser-mockup {
  width: 1184px; max-width: 100%;
  background: #1e1e2c; border: 1px solid rgba(255,255,255,0.1);
  border-bottom: none; border-radius: 24px 24px 0 0;
  box-shadow: 0 -20px 80px rgba(183,159,255,0.15); overflow: hidden;
}
.browser-bar {
  background: #252434; border-bottom: 1px solid rgba(255,255,255,0.05);
  height: 48px; display: flex; align-items: center; gap: 8px; padding: 0 24px;
}
.browser-dots { display: flex; gap: 6px; }
.dot { width: 14px; height: 14px; border-radius: 9999px; }
.dot-red { background: rgba(239,68,68,0.2); }
.dot-yellow { background: rgba(234,179,8,0.2); }
.dot-green { background: rgba(34,197,94,0.2); }
.browser-url {
  flex: 1; display: flex; justify-content: center;
}
.browser-url span {
  background: #12121e; border: 1px solid rgba(255,255,255,0.05);
  border-radius: 32px; padding: 7px 25px; font-size: 12px; color: #aca9b8;
  display: inline-block; width: 567px; max-width: 100%; text-align: center;
}
.browser-body { background: #0a0a0f; padding: 80px; animation: bounceSlight 4s ease-in-out infinite; }
@keyframes bounceSlight { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.form-group { display: flex; flex-direction: column; gap: 16px; }
.form-left { display: flex; flex-direction: column; gap: 40px; }
.form-right { display: flex; flex-direction: column; gap: 40px; }
.form-row-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-label-bar { height: 16px; background: #181825; border-radius: 9999px; }
.form-input {
  height: 64px; background: #000; border: 1px solid rgba(183,159,255,0.2);
  border-radius: 48px; display: flex; align-items: center; padding: 0 25px;
  position: relative; overflow: hidden;
}
.form-glow {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(183,159,255,0), rgba(183,159,255,0.05) 50%, rgba(183,159,255,0));
}
.form-value { font-family: 'Lexend', sans-serif; font-weight: 500; font-size: 20px; color: #b79fff; }
.form-textarea {
  height: 128px; background: #000; border: 1px solid rgba(183,159,255,0.2);
  border-radius: 48px; padding: 25px; display: flex; align-items: flex-start;
}
.form-value-sm { font-family: 'Lexend', sans-serif; font-weight: 400; font-size: 16px; color: #b79fff; line-height: 26px; }
.form-submit-row { display: flex; justify-content: flex-end; padding-top: 16px; }

/* ===== HOW IT WORKS ===== */
.how-section { padding: 160px 80px; overflow: hidden; }
.how-header { text-align: center; margin-bottom: 128px; display: flex; flex-direction: column; align-items: center; gap: 32px; }
.section-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 60px; line-height: 60px; color: #e9e6f6; }
.section-subtitle { font-size: 20px; line-height: 28px; color: #aca9b8; max-width: 672px; }
.section-subtitle-left { font-size: 20px; line-height: 28px; color: #aca9b8; }
.steps-container { position: relative; display: flex; flex-direction: column; gap: 128px; }
.steps-divider {
  position: absolute; left: 50%; top: 0; bottom: 0; width: 1px;
  transform: translateX(-50%);
}
.steps-divider img { width: 1px; height: 100%; object-fit: cover; }
.step { display: flex; align-items: center; position: relative; }
.step-text { flex: 1; }
.step-text-right { padding-right: 96px; text-align: right; }
.step-text-left { padding-left: 96px; }
.step-text h3 { font-family: 'Lexend', sans-serif; font-weight: 700; font-size: 30px; color: #e9e6f6; line-height: 36px; margin-bottom: 24px; }
.step-text p { font-size: 18px; line-height: 29.25px; color: #aca9b8; }
.step-image { flex: 1; }
.step-image { padding-left: 96px; }
.step-left .step-image { padding-left: 0; padding-right: 96px; }
.step-left .step-text { order: 2; }
.step-left .step-image { order: 1; }
.step-img-box {
  aspect-ratio: 16/9; background: #181825; border: 1px solid rgba(255,255,255,0.05);
  border-radius: 16px; overflow: hidden; box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
}
.step-img-box img { width: 100%; height: 100%; object-fit: cover; }
.step-number {
  position: absolute; left: 50%; top: 69px; transform: translateX(-50%);
  width: 96px; height: 96px; background: #252434;
  border: 2px solid rgba(183,159,255,0.4); border-radius: 40px;
  box-shadow: 0 0 30px rgba(183,159,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Lexend', sans-serif; font-weight: 700; font-size: 36px; color: #b79fff;
  z-index: 3;
}

/* ===== FEATURES ===== */
.features-section { background: rgba(18,18,30,0.3); padding: 160px 80px; }
.features-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 128px; }
.features-header-text { display: flex; flex-direction: column; gap: 16px; }
.features-accent-bar { width: 128px; height: 6px; border-radius: 9999px; background: linear-gradient(135deg, #b79fff, #8050ff); }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.features-col { display: flex; flex-direction: column; gap: 32px; }
.features-col-right { padding-top: 96px; }
.feature-card {
  backdrop-filter: blur(12px); background: rgba(37,36,52,0.4);
  border: 1px solid rgba(183,159,255,0.1); border-radius: 40px;
  padding: 49px; display: flex; flex-direction: column; gap: 32px;
  transition: transform 0.3s, border-color 0.3s;
}
.feature-card:hover { transform: translateY(-4px); border-color: rgba(183,159,255,0.25); }
.feature-icon {
  width: 64px; height: 64px; background: rgba(183,159,255,0.1);
  border-radius: 16px; display: flex; align-items: center; justify-content: center;
}
.feature-icon img { width: 28px; height: auto; }
.feature-card h3 { font-family: 'Lexend', sans-serif; font-weight: 700; font-size: 24px; color: #e9e6f6; }
.feature-card p { font-size: 16px; line-height: 26px; color: #aca9b8; }

/* ===== TRUST ===== */
.trust-section { padding: 80px; }
.trust-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 30px; text-align: center; margin-bottom: 48px; }
.trust-grid { display: flex; gap: 80px; }
.trust-card {
  flex: 1; backdrop-filter: blur(12px); background: rgba(37,36,52,0.4);
  border: 1px solid rgba(183,159,255,0.1); border-radius: 16px;
  padding: 41px; display: flex; flex-direction: column; justify-content: space-between;
  min-height: 503px;
  transition: transform 0.3s;
}
.trust-card:hover { transform: translateY(-4px); }
.trust-card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.trust-card-header h3 { font-size: 20px; font-weight: 700; }
.badge-transparent {
  background: rgba(183,159,255,0.2); border-radius: 9999px;
  padding: 4px 12px; font-size: 10px; color: #b79fff;
  text-transform: uppercase; letter-spacing: 1px;
}
.trust-price { display: flex; align-items: baseline; gap: 16px; margin-bottom: 24px; }
.price-big { font-family: 'Lexend', sans-serif; font-weight: 700; font-size: 96px; color: #e9e6f6; }
.price-label { font-family: 'Lexend', sans-serif; font-weight: 500; font-size: 16px; color: #aca9b8; }
.trust-desc { font-size: 14px; line-height: 20px; color: #aca9b8; }
.trust-card-bottom { display: flex; flex-direction: column; gap: 16px; }
.trust-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-bottom: 24px; }
.trust-check { display: flex; align-items: center; gap: 8px; }
.trust-check img { width: 12px; height: 12px; }
.trust-check span { font-size: 12px; color: #aca9b8; }
.security-header { display: flex; align-items: center; gap: 15px; }
.security-icon {
  width: 48px; height: 48px; border-radius: 48px;
  background: linear-gradient(135deg, #b79fff, #8050ff);
  display: flex; align-items: center; justify-content: center;
  transform: rotate(3deg); flex-shrink: 0;
}
.security-icon img { width: 16px; height: 21px; }
.security-header h3 { font-size: 20px; font-weight: 700; line-height: 28px; }
.security-list { display: flex; flex-direction: column; gap: 16px; padding: 9px 0; }
.security-item { display: flex; align-items: center; gap: 12px; }
.security-item img { width: 13px; height: 12px; }
.security-item span { font-size: 12px; color: #aca9b8; }
.security-footer { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 25px; display: flex; justify-content: center; }
.encrypted-badge {
  background: rgba(183,159,255,0.1); border-radius: 32px;
  padding: 6px 12px; display: flex; align-items: center; gap: 8px;
}
.encrypted-badge img { width: 8px; height: 10px; }
.encrypted-badge span { font-family: 'Lexend', sans-serif; font-weight: 700; font-size: 10px; color: #b79fff; letter-spacing: 1px; }

/* ===== FAQ ===== */
.faq-section { padding: 120px 200px; }
.faq-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 48px; text-align: center; margin-bottom: 80px; }
.faq-list { display: flex; flex-direction: column; gap: 24px; }
.faq-item {
  background: #12121e; border: 1px solid rgba(255,255,255,0.05);
  border-radius: 32px; padding: 33px; overflow: hidden; cursor: pointer;
  transition: border-color 0.3s;
}
.faq-item:hover { border-color: rgba(183,159,255,0.15); }
.faq-question { display: flex; align-items: center; justify-content: space-between; }
.faq-question span { font-family: 'Lexend', sans-serif; font-weight: 700; font-size: 20px; color: #e9e6f6; }
.faq-chevron { width: 12px; height: 7px; transition: transform 0.3s; }
.faq-item-open .faq-chevron { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding-top 0.4s ease; padding-top: 0; }
.faq-item-open .faq-answer { max-height: 200px; padding-top: 24px; }
.faq-answer p { font-size: 18px; line-height: 29.25px; color: #aca9b8; }

/* ===== CTA ===== */
.cta-section { display: flex; justify-content: center; padding: 0 64px 0; }
.cta-card {
  max-width: 1152px; width: 100%; border-radius: 64px;
  background: linear-gradient(135deg, #b79fff, #8050ff);
  box-shadow: 0 40px 100px rgba(119,65,251,0.5);
  padding: 128px; text-align: center; display: flex; flex-direction: column;
  align-items: center; gap: 40px; overflow: hidden; position: relative;
}
.cta-card h2 {
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800;
  font-size: 72px; line-height: 72px; letter-spacing: -3.6px; color: #fff;
  max-width: 816px;
}
.cta-card p { font-size: 24px; line-height: 32px; color: #fff; max-width: 672px; padding-bottom: 24px; }

/* ===== FOOTER ===== */
.footer { background: #0d0d17; padding: 128px 32px 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 64px; max-width: 1280px; margin: 0 auto 128px; }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 32px; }
.footer-tagline { font-size: 16px; line-height: 26px; color: #64748b; max-width: 320px; margin-bottom: 32px; }
.footer-socials { display: flex; gap: 16px; }
.social-btn { width: 40px; height: 40px; background: #252434; border-radius: 9999px; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.social-btn:hover { background: #333248; }
.social-btn img { width: 17px; height: auto; }
.footer-col h4 { font-family: 'Lexend', sans-serif; font-weight: 700; font-size: 14px; color: #fff; text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 32px; }
.footer-col ul { display: flex; flex-direction: column; gap: 24px; }
.footer-col a { font-size: 16px; color: #64748b; line-height: 26px; transition: color 0.2s; }
.footer-col a:hover { color: #b79fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 49px; max-width: 1280px; margin: 0 auto; }
.footer-bottom span { font-family: 'Lexend', sans-serif; font-weight: 500; font-size: 16px; color: #64748b; }

/* ===== ANIMATIONS ===== */
.animate-on-scroll {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.animate-on-scroll.visible {
  opacity: 1; transform: translateY(0);
}

/* Smooth Typing Animation */
.type-char {
  opacity: 0;
  display: inline-block;
  transform: translateY(10px) scale(0.95);
  animation: smoothType 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-play-state: paused;
}
.text-gradient .type-char {
  background: linear-gradient(137deg, #b79fff, #ff9bbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#typewriter-heading.start-typing .type-char {
  animation-play-state: running;
}
@keyframes smoothType {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Hero glow pulse */
@keyframes glowPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.1); }
}
.hero-glow-tl { animation: glowPulse 6s ease-in-out infinite; }
.hero-glow-br { animation: glowPulse 6s ease-in-out infinite 3s; }

/* Floating animation for step numbers */
@keyframes float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-8px); }
}
.step-number { animation: float 4s ease-in-out infinite; }

/* Gradient shimmer on hero badge */
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}
.hero-badge {
  background-size: 200% 100%;
  background-image: linear-gradient(90deg, rgba(37,36,52,0.4) 0%, rgba(183,159,255,0.15) 50%, rgba(37,36,52,0.4) 100%);
  animation: shimmer 4s ease-in-out infinite;
}

/* Form field typing cursor blink */
@keyframes cursorBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.form-value::after {
  content: '|'; color: #b79fff; animation: cursorBlink 1s step-end infinite;
  margin-left: 2px; font-weight: 300;
}

/* Logo ticker subtle glow */
@keyframes logoGlow {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.6; }
}
.logos-row { animation: logoGlow 5s ease-in-out infinite; }

/* Feature card icon pulse */
@keyframes iconPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(183,159,255,0); }
  50% { box-shadow: 0 0 20px 4px rgba(183,159,255,0.15); }
}
.feature-card:hover .feature-icon { animation: iconPulse 2s ease-in-out infinite; }

/* CTA card subtle background animation */
@keyframes ctaShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.cta-card {
  background-size: 200% 200%;
  background-image: linear-gradient(135deg, #b79fff, #8050ff, #b79fff, #8050ff);
  animation: ctaShift 8s ease-in-out infinite;
}

/* Nav subtle border glow */
@keyframes navGlow {
  0%, 100% { box-shadow: 0 8px 32px rgba(0,0,0,0.3); }
  50% { box-shadow: 0 8px 32px rgba(183,159,255,0.1); }
}
.nav { animation: navGlow 6s ease-in-out infinite; }

/* Browser mockup entrance */
.browser-mockup.visible {
  animation: mockupEntrance 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes mockupEntrance {
  from { opacity: 0; transform: translateY(60px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Staggered children */
.features-col-left .feature-card:nth-child(2) { transition-delay: 0.1s; }
.features-col-left .feature-card:nth-child(3) { transition-delay: 0.2s; }
.features-col-right .feature-card:nth-child(1) { transition-delay: 0.05s; }
.features-col-right .feature-card:nth-child(2) { transition-delay: 0.15s; }
.features-col-right .feature-card:nth-child(3) { transition-delay: 0.25s; }

/* Smooth scroll indicator */
@keyframes scrollDown {
  0% { opacity: 0; transform: translateY(-8px); }
  50% { opacity: 1; }
  100% { opacity: 0; transform: translateY(8px); }
}

/* ============================================================
   SUBPAGE SHARED UTILITIES
   ============================================================ */
.page-hero {
  position: relative; width: 100%; min-height: 420px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; padding: 120px 24px 80px; text-align: center;
}
.page-hero-sm { min-height: 320px; padding: 120px 24px 60px; }
.page-hero .hero-title { font-size: 72px; line-height: 76px; letter-spacing: -3.6px; }
.page-hero-sm .hero-title { font-size: 56px; line-height: 60px; letter-spacing: -2.8px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #64748b; margin-bottom: 20px; justify-content: center; }
.breadcrumb a { color: #b79fff; transition: color 0.2s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .sep { color: #3b3a52; }
.subpage-section { max-width: 1200px; margin: 0 auto; padding: 80px 24px; }
.subpage-section-wide { max-width: 1280px; margin: 0 auto; padding: 80px 24px; }
.subpage-section-sm { max-width: 860px; margin: 0 auto; padding: 80px 24px; }
.section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 2.4px; text-transform: uppercase; color: #b79fff; margin-bottom: 16px; }

/* ============================================================
   BLOG PAGE
   ============================================================ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.blog-card { backdrop-filter: blur(12px); background: rgba(37,36,52,0.4); border: 1px solid rgba(183,159,255,0.1); border-radius: 28px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s; }
.blog-card:hover { transform: translateY(-6px); border-color: rgba(183,159,255,0.3); box-shadow: 0 24px 64px rgba(183,159,255,0.1); }
.blog-card-img { width: 100%; aspect-ratio: 16/9; background: linear-gradient(135deg, rgba(183,159,255,0.15), rgba(128,80,255,0.08)); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.blog-card-img-inner { width: 64px; height: 64px; background: rgba(183,159,255,0.15); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 28px; }
.blog-card-body { padding: 28px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.blog-card-meta { display: flex; align-items: center; gap: 10px; }
.blog-card-tag { background: rgba(183,159,255,0.12); border-radius: 9999px; padding: 3px 10px; font-size: 11px; font-weight: 700; color: #b79fff; text-transform: uppercase; letter-spacing: 0.8px; }
.blog-card-date { font-size: 12px; color: #64748b; }
.blog-card h3 { font-size: 18px; font-weight: 700; color: #e9e6f6; line-height: 26px; }
.blog-card p { font-size: 14px; line-height: 22px; color: #aca9b8; flex: 1; }
.blog-card-footer { border-top: 1px solid rgba(255,255,255,0.05); padding: 20px 28px; display: flex; align-items: center; justify-content: space-between; }
.blog-card-author { display: flex; align-items: center; gap: 10px; }
.blog-card-avatar { width: 32px; height: 32px; border-radius: 9999px; background: linear-gradient(135deg, #b79fff, #8050ff); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #fff; flex-shrink: 0; }
.blog-card-author-name { font-size: 13px; color: #aca9b8; }
.blog-card-link { font-size: 13px; font-weight: 700; color: #b79fff; display: flex; align-items: center; gap: 4px; transition: gap 0.2s; }
.blog-card:hover .blog-card-link { gap: 8px; }
.blog-featured { backdrop-filter: blur(12px); background: rgba(37,36,52,0.4); border: 1px solid rgba(183,159,255,0.2); border-radius: 32px; padding: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 64px; transition: transform 0.3s; }
.blog-featured:hover { transform: translateY(-4px); }
.blog-featured-badge { background: rgba(183,159,255,0.15); border: 1px solid rgba(183,159,255,0.3); border-radius: 9999px; padding: 4px 14px; font-size: 11px; font-weight: 700; color: #b79fff; text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-bottom: 20px; }
.blog-featured h2 { font-size: 36px; font-weight: 800; line-height: 44px; color: #e9e6f6; margin-bottom: 16px; letter-spacing: -1px; }
.blog-featured p { font-size: 16px; line-height: 26px; color: #aca9b8; margin-bottom: 28px; }
.blog-featured-img { aspect-ratio: 4/3; background: linear-gradient(135deg, rgba(183,159,255,0.2), rgba(128,80,255,0.1)); border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 64px; }

/* ============================================================
   CHANGELOG PAGE
   ============================================================ */
.changelog-container { max-width: 800px; margin: 0 auto; padding: 80px 24px; }
.changelog-timeline { display: flex; flex-direction: column; gap: 0; position: relative; }
.changelog-timeline::before { content: ''; position: absolute; left: 24px; top: 10px; bottom: 0; width: 2px; background: linear-gradient(to bottom, rgba(183,159,255,0.4), rgba(183,159,255,0.05)); }
.changelog-entry { display: flex; gap: 40px; align-items: flex-start; padding-bottom: 56px; position: relative; }
.changelog-entry:last-child { padding-bottom: 0; }
.changelog-dot-wrap { flex-shrink: 0; width: 50px; display: flex; justify-content: center; padding-top: 6px; }
.changelog-dot { width: 14px; height: 14px; border-radius: 9999px; background: linear-gradient(135deg, #b79fff, #8050ff); box-shadow: 0 0 16px rgba(183,159,255,0.4); flex-shrink: 0; }
.changelog-dot-major { width: 18px; height: 18px; box-shadow: 0 0 24px rgba(183,159,255,0.6); }
.changelog-body { flex: 1; backdrop-filter: blur(12px); background: rgba(37,36,52,0.4); border: 1px solid rgba(183,159,255,0.1); border-radius: 24px; padding: 32px; transition: border-color 0.3s; }
.changelog-body:hover { border-color: rgba(183,159,255,0.25); }
.changelog-header { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; flex-wrap: wrap; }
.version-badge { background: linear-gradient(135deg, rgba(183,159,255,0.2), rgba(128,80,255,0.1)); border: 1px solid rgba(183,159,255,0.3); border-radius: 9999px; padding: 4px 16px; font-family: monospace; font-size: 13px; font-weight: 700; color: #b79fff; }
.version-badge-major { background: linear-gradient(135deg, #b79fff, #8050ff); color: #fff; border-color: transparent; }
.changelog-date { font-size: 12px; color: #64748b; }
.changelog-body h3 { font-size: 20px; font-weight: 700; color: #e9e6f6; margin-bottom: 10px; }
.changelog-body p { font-size: 14px; line-height: 22px; color: #aca9b8; margin-bottom: 16px; }
.changelog-changes { display: flex; flex-direction: column; gap: 10px; }
.changelog-change { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #aca9b8; line-height: 20px; }
.change-type { flex-shrink: 0; padding: 2px 8px; border-radius: 6px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; margin-top: 1px; }
.change-type.new { background: rgba(34,197,94,0.15); color: #4ade80; }
.change-type.fix { background: rgba(251,146,60,0.15); color: #fb923c; }
.change-type.improved { background: rgba(183,159,255,0.15); color: #b79fff; }
.change-type.removed { background: rgba(239,68,68,0.15); color: #f87171; }

/* ============================================================
   TUTORIALS PAGE
   ============================================================ */
.tutorials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.tutorial-card { backdrop-filter: blur(12px); background: rgba(37,36,52,0.4); border: 1px solid rgba(183,159,255,0.1); border-radius: 28px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.3s, border-color 0.3s; }
.tutorial-card:hover { transform: translateY(-6px); border-color: rgba(183,159,255,0.3); }
.tutorial-thumb { width: 100%; aspect-ratio: 16/9; background: linear-gradient(135deg, rgba(183,159,255,0.15), rgba(128,80,255,0.08)); display: flex; align-items: center; justify-content: center; position: relative; }
.tutorial-thumb img { width: 100%; height: 100%; object-fit: cover; }
.tutorial-play-btn { width: 56px; height: 56px; border-radius: 9999px; background: rgba(183,159,255,0.25); backdrop-filter: blur(12px); border: 2px solid rgba(183,159,255,0.4); display: flex; align-items: center; justify-content: center; transition: transform 0.2s, background 0.2s; }
.tutorial-card:hover .tutorial-play-btn { transform: scale(1.1); background: rgba(183,159,255,0.4); }
.tutorial-play-btn svg { width: 22px; height: 22px; fill: #b79fff; margin-left: 3px; }
.tutorial-duration { position: absolute; bottom: 12px; right: 16px; background: rgba(0,0,0,0.7); border-radius: 6px; padding: 3px 8px; font-size: 12px; color: #e9e6f6; font-weight: 600; }
.tutorial-body { padding: 28px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.tutorial-meta { display: flex; align-items: center; gap: 10px; }
.tutorial-level { padding: 3px 10px; border-radius: 9999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; }
.level-beginner { background: rgba(34,197,94,0.12); color: #4ade80; }
.level-intermediate { background: rgba(251,191,36,0.12); color: #fbbf24; }
.level-advanced { background: rgba(239,68,68,0.12); color: #f87171; }
.tutorial-body h3 { font-size: 18px; font-weight: 700; color: #e9e6f6; line-height: 26px; }
.tutorial-body p { font-size: 14px; line-height: 22px; color: #aca9b8; flex: 1; }

/* ============================================================
   LEGAL PAGES
   ============================================================ */
.legal-layout { max-width: 1100px; margin: 0 auto; padding: 80px 24px; display: grid; grid-template-columns: 220px 1fr; gap: 64px; align-items: flex-start; }
.legal-toc { position: sticky; top: 108px; background: rgba(37,36,52,0.4); border: 1px solid rgba(183,159,255,0.1); border-radius: 20px; padding: 24px; display: flex; flex-direction: column; gap: 4px; }
.legal-toc h4 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; color: #64748b; margin-bottom: 12px; }
.legal-toc a { font-size: 13px; color: #aca9b8; padding: 7px 10px; border-radius: 8px; transition: color 0.2s, background 0.2s; display: block; }
.legal-toc a:hover { color: #b79fff; background: rgba(183,159,255,0.08); }
.legal-content { display: flex; flex-direction: column; gap: 48px; }
.legal-meta { display: flex; align-items: center; gap: 16px; padding: 14px 20px; background: rgba(183,159,255,0.06); border: 1px solid rgba(183,159,255,0.1); border-radius: 12px; font-size: 13px; color: #64748b; }
.legal-meta strong { color: #aca9b8; }
.legal-section { display: flex; flex-direction: column; gap: 16px; }
.legal-section h2 { font-size: 24px; font-weight: 700; color: #e9e6f6; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.legal-section h3 { font-size: 17px; font-weight: 600; color: #c8c4e0; margin-top: 8px; }
.legal-section p { font-size: 15px; line-height: 26px; color: #aca9b8; }
.legal-section ul { display: flex; flex-direction: column; gap: 10px; padding-left: 8px; }
.legal-section ul li { font-size: 15px; line-height: 24px; color: #aca9b8; display: flex; align-items: flex-start; gap: 10px; }
.legal-section ul li::before { content: '→'; color: #b79fff; flex-shrink: 0; font-weight: 700; }
.legal-highlight { background: rgba(183,159,255,0.06); border-left: 3px solid #b79fff; border-radius: 0 12px 12px 0; padding: 16px 20px; font-size: 14px; line-height: 22px; color: #aca9b8; }

/* ============================================================
   API PAGE
   ============================================================ */
.api-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: flex-start; }
.code-terminal { background: #0a0a0f; border: 1px solid rgba(183,159,255,0.15); border-radius: 20px; overflow: hidden; font-family: 'Courier New', monospace; }
.code-terminal-bar { background: #181825; padding: 14px 20px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.code-terminal-dots { display: flex; gap: 6px; }
.code-terminal-dots span { width: 12px; height: 12px; border-radius: 9999px; }
.code-terminal-label { font-size: 12px; color: #64748b; flex: 1; text-align: center; letter-spacing: 0.5px; }
.code-terminal-body { padding: 28px; display: flex; flex-direction: column; gap: 6px; }
.code-line { font-size: 13px; line-height: 22px; display: flex; gap: 8px; }
.code-comment { color: #4b5563; }
.code-keyword { color: #b79fff; }
.code-string { color: #4ade80; }
.code-number { color: #fb923c; }
.code-plain { color: #aca9b8; }
.code-indent { margin-left: 24px; }
.api-endpoint-list { display: flex; flex-direction: column; gap: 16px; }
.api-endpoint { background: rgba(37,36,52,0.4); border: 1px solid rgba(183,159,255,0.1); border-radius: 16px; padding: 20px 24px; display: flex; align-items: center; gap: 16px; transition: border-color 0.3s, transform 0.2s; }
.api-endpoint:hover { border-color: rgba(183,159,255,0.25); transform: translateX(4px); }
.method-badge { padding: 4px 10px; border-radius: 6px; font-size: 12px; font-weight: 700; font-family: monospace; flex-shrink: 0; }
.method-get { background: rgba(34,197,94,0.15); color: #4ade80; }
.method-post { background: rgba(183,159,255,0.15); color: #b79fff; }
.endpoint-path { font-family: 'Courier New', monospace; font-size: 14px; color: #e9e6f6; flex: 1; }
.endpoint-desc { font-size: 13px; color: #64748b; }

/* ============================================================
   ENTERPRISE PAGE
   ============================================================ */
.enterprise-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 64px 0; }
.stat-card { background: rgba(37,36,52,0.4); border: 1px solid rgba(183,159,255,0.1); border-radius: 24px; padding: 36px; text-align: center; transition: transform 0.3s; }
.stat-card:hover { transform: translateY(-4px); }
.stat-number { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 56px; line-height: 1; letter-spacing: -2px; background: linear-gradient(137deg, #b79fff, #ff9bbc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 12px; }
.stat-label { font-size: 14px; color: #aca9b8; }
.enterprise-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.enterprise-feature { background: rgba(37,36,52,0.4); border: 1px solid rgba(183,159,255,0.1); border-radius: 20px; padding: 32px; display: flex; flex-direction: column; gap: 16px; transition: border-color 0.3s, transform 0.3s; }
.enterprise-feature:hover { border-color: rgba(183,159,255,0.3); transform: translateY(-4px); }
.enterprise-icon { width: 56px; height: 56px; border-radius: 16px; background: linear-gradient(135deg, rgba(183,159,255,0.2), rgba(128,80,255,0.1)); display: flex; align-items: center; justify-content: center; font-size: 24px; }
.enterprise-feature h3 { font-size: 20px; font-weight: 700; color: #e9e6f6; }
.enterprise-feature p { font-size: 14px; line-height: 22px; color: #aca9b8; }
.enterprise-cta-card { background: rgba(37,36,52,0.6); border: 1px solid rgba(183,159,255,0.2); border-radius: 32px; padding: 64px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 24px; margin-top: 64px; }
.enterprise-cta-card h2 { font-size: 40px; font-weight: 800; color: #e9e6f6; letter-spacing: -1.5px; }
.enterprise-cta-card p { font-size: 18px; color: #aca9b8; max-width: 560px; }

/* ============================================================
   SECURITY PAGE
   ============================================================ */
.security-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.security-pillar { background: rgba(37,36,52,0.4); border: 1px solid rgba(183,159,255,0.1); border-radius: 28px; padding: 40px; display: flex; flex-direction: column; gap: 20px; text-align: center; align-items: center; transition: transform 0.3s, border-color 0.3s; }
.security-pillar:hover { transform: translateY(-6px); border-color: rgba(183,159,255,0.3); }
.security-pillar-icon { width: 80px; height: 80px; border-radius: 24px; background: linear-gradient(135deg, rgba(183,159,255,0.2), rgba(128,80,255,0.1)); display: flex; align-items: center; justify-content: center; font-size: 36px; box-shadow: 0 0 40px rgba(183,159,255,0.15); }
.security-pillar h3 { font-size: 20px; font-weight: 700; color: #e9e6f6; }
.security-pillar p { font-size: 14px; line-height: 22px; color: #aca9b8; }
.security-architecture { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-top: 64px; }
.security-arch-visual { background: #0a0a0f; border: 1px solid rgba(183,159,255,0.15); border-radius: 24px; padding: 8px; display: flex; flex-direction: column; gap: 0; overflow: hidden; }
.arch-layer { padding: 18px 24px; border-bottom: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; gap: 16px; transition: background 0.2s; }
.arch-layer:last-child { border-bottom: none; }
.arch-layer:hover { background: rgba(183,159,255,0.05); }
.arch-layer-icon { font-size: 20px; }
.arch-layer-label { font-size: 14px; font-weight: 600; color: #e9e6f6; }
.arch-layer-desc { font-size: 12px; color: #64748b; margin-left: auto; }
.trust-badge-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px; }
.trust-badge-pill { background: rgba(183,159,255,0.08); border: 1px solid rgba(183,159,255,0.2); border-radius: 9999px; padding: 8px 18px; font-size: 13px; font-weight: 600; color: #b79fff; display: flex; align-items: center; gap: 6px; }
.pulse-dot { width: 6px; height: 6px; background: #4ade80; border-radius: 9999px; animation: pulseDot 2s ease-in-out infinite; }
@keyframes pulseDot { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

/* ============================================================
   EXTENSION PAGE
   ============================================================ */
.extension-steps-grid { display: flex; flex-direction: column; gap: 0; }
.extension-step { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 80px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.extension-step:last-child { border-bottom: none; }
.extension-step-num { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 90px; line-height: 1; color: rgba(183,159,255,0.08); letter-spacing: -4px; margin-bottom: -12px; }
.extension-step h3 { font-size: 30px; font-weight: 800; color: #e9e6f6; letter-spacing: -1px; margin-bottom: 14px; }
.extension-step p { font-size: 16px; line-height: 27px; color: #aca9b8; margin-bottom: 28px; }
.extension-img-frame { border-radius: 20px; overflow: hidden; background: #1e1e2c; border: 1px solid rgba(183,159,255,0.15); box-shadow: 0 40px 80px rgba(0,0,0,0.4); aspect-ratio: 16/10; display: flex; align-items: center; justify-content: center; }
.extension-img-frame img { width: 100%; height: 100%; object-fit: cover; }
.browser-compat-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.browser-chip { background: rgba(37,36,52,0.6); border: 1px solid rgba(183,159,255,0.1); border-radius: 9999px; padding: 8px 18px; font-size: 13px; font-weight: 600; color: #e9e6f6; display: flex; align-items: center; gap: 8px; transition: border-color 0.2s; }
.browser-chip:hover { border-color: rgba(183,159,255,0.3); }
.browser-chip-dot { width: 8px; height: 8px; background: #4ade80; border-radius: 9999px; }

/* ============================================================
   FEATURE DEEP DIVE (features page)
   ============================================================ */
.feature-deep-row { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 64px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.feature-deep-row:last-child { border-bottom: none; }
.feature-deep-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(183,159,255,0.1); border: 1px solid rgba(183,159,255,0.2); border-radius: 9999px; padding: 6px 14px; font-size: 11px; font-weight: 700; letter-spacing: 1.2px; color: #b79fff; text-transform: uppercase; margin-bottom: 20px; }
.feature-deep-row h2 { font-size: 34px; font-weight: 800; line-height: 42px; color: #e9e6f6; letter-spacing: -1.2px; margin-bottom: 14px; }
.feature-deep-row p { font-size: 16px; line-height: 27px; color: #aca9b8; margin-bottom: 24px; }
.feature-deep-points { display: flex; flex-direction: column; gap: 10px; }
.feature-deep-point { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #aca9b8; }
.feature-deep-point::before { content: '✓'; color: #b79fff; font-weight: 700; flex-shrink: 0; }
.feature-visual { border-radius: 24px; overflow: hidden; aspect-ratio: 4/3; background: linear-gradient(135deg, rgba(183,159,255,0.15), rgba(128,80,255,0.08)); border: 1px solid rgba(183,159,255,0.15); display: flex; align-items: center; justify-content: center; box-shadow: 0 40px 80px rgba(0,0,0,0.3); }
.feature-visual img { width: 100%; height: 100%; object-fit: cover; }
.feature-visual-placeholder { font-size: 64px; opacity: 0.4; }
.features-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-summary-card { backdrop-filter: blur(12px); background: rgba(37,36,52,0.4); border: 1px solid rgba(183,159,255,0.1); border-radius: 24px; padding: 32px; display: flex; flex-direction: column; gap: 16px; transition: transform 0.3s, border-color 0.3s; }
.feature-summary-card:hover { transform: translateY(-4px); border-color: rgba(183,159,255,0.25); }
.feature-summary-card h3 { font-size: 18px; font-weight: 700; color: #e9e6f6; }
.feature-summary-card p { font-size: 14px; line-height: 22px; color: #aca9b8; }

/* PRICING revamp */
.pricing-cards-row { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 900px; margin: 0 auto; }
.pricing-card { backdrop-filter: blur(12px); background: rgba(37,36,52,0.4); border: 1px solid rgba(183,159,255,0.1); border-radius: 32px; padding: 48px; display: flex; flex-direction: column; gap: 32px; transition: transform 0.3s, box-shadow 0.3s; }
.pricing-card:hover { transform: translateY(-6px); }
.pricing-card.popular { border-color: #b79fff; box-shadow: 0 0 0 1px rgba(183,159,255,0.3), 0 40px 80px rgba(183,159,255,0.15); }
.pricing-card-header h3 { font-size: 22px; font-weight: 700; color: #e9e6f6; margin-bottom: 8px; }
.pricing-card-header p { font-size: 14px; color: #aca9b8; line-height: 21px; }
.pricing-price-row { display: flex; align-items: baseline; gap: 4px; }
.pricing-price-row .price-big { font-size: 72px; line-height: 1; }
.pricing-features-list { display: flex; flex-direction: column; gap: 14px; flex: 1; }
.pricing-feature-item { display: flex; align-items: center; gap: 12px; font-size: 14px; color: #e9e6f6; }
.pricing-feature-item .check { color: #b79fff; font-weight: 700; flex-shrink: 0; }
.pricing-feature-item .cross { color: #3b3a52; font-weight: 700; flex-shrink: 0; }

/* SUPPORT extras */
.support-quick-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.quick-link-card { background: rgba(37,36,52,0.4); border: 1px solid rgba(183,159,255,0.1); border-radius: 20px; padding: 28px; display: flex; flex-direction: column; gap: 12px; transition: transform 0.2s, border-color 0.2s; }
.quick-link-card:hover { transform: translateY(-4px); border-color: rgba(183,159,255,0.3); }
.quick-link-icon { font-size: 28px; }
.quick-link-card h4 { font-size: 16px; font-weight: 700; color: #e9e6f6; }
.quick-link-card p { font-size: 13px; line-height: 20px; color: #aca9b8; }
.quick-link-card .ql-link { font-size: 13px; font-weight: 700; color: #b79fff; }

/* Shared CTA bar */
.cta-bar { background: rgba(37,36,52,0.6); border: 1px solid rgba(183,159,255,0.15); border-radius: 24px; padding: 40px 56px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cta-bar-text h3 { font-size: 24px; font-weight: 800; color: #e9e6f6; letter-spacing: -0.8px; }
.cta-bar-text p { font-size: 14px; color: #aca9b8; margin-top: 6px; }
.gradient-divider { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(183,159,255,0.2), transparent); margin: 0; }
