/* MaidProfit Design System — auto-generated, do not edit by hand */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100vw; }

body {
  font-family: 'Inter', system-ui, Arial, Helvetica, sans-serif;
      background: #ffffff;
      color: #1a1a2e;
      line-height: 1.6;
      overflow-x: hidden;
}

:root {
  --purple:      #7233BF;
      --purple-dark: #5A28A0;
      --purple-deep: #3d1a70;
      --accent:      #FE4DFF;
      --accent-soft: rgba(254,77,255,0.12);
      --purple-soft: rgba(114,51,191,0.08);
      --purple-mid:  rgba(114,51,191,0.15);
      --white:       #ffffff;
      --gray-50:     #F9F8FF;
      --gray-100:    #F3F3F3;
      --gray-200:    #E8E6F0;
      --gray-400:    #9CA3AF;
      --gray-600:    #6B7280;
      --gray-800:    #374151;
      --dark:        #1a1a2e;
      --radius-sm:   8px;
      --radius-md:   12px;
      --radius-lg:   20px;
      --radius-xl:   28px;
      --shadow-sm:   0 1px 3px rgba(114,51,191,0.08), 0 1px 2px rgba(0,0,0,0.04);
      --shadow-md:   0 4px 16px rgba(114,51,191,0.12), 0 2px 8px rgba(0,0,0,0.06);
      --shadow-lg:   0 20px 60px rgba(114,51,191,0.18), 0 8px 24px rgba(0,0,0,0.08);
      --shadow-xl:   0 32px 80px rgba(114,51,191,0.22);
}

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

.highlight {
  background: linear-gradient(to right, #7233BF, #FE4DFF);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
}

.btn {
  display: inline-flex; align-items: center; gap: 8px;
      font-family: inherit; font-weight: 600; font-size: 15px;
      padding: 13px 26px; border-radius: var(--radius-sm);
      border: none; cursor: pointer; text-decoration: none;
      transition: all 0.2s ease; white-space: nowrap;
}

.btn-primary { background: var(--purple); color: var(--white);
      box-shadow: 0 4px 14px rgba(114,51,191,0.35); }

.btn-primary:hover { background: var(--purple-dark); transform: translateY(-1px);
      box-shadow: 0 8px 24px rgba(114,51,191,0.45); }

.btn-ghost { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.3); }

.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); }

.btn-lg { padding: 18px 36px; font-size: 16px; font-weight: 700; border-radius: 10px; }

nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      background: rgba(255,255,255,0.92);
      backdrop-filter: blur(16px) saturate(180%);
      border-bottom: 1px solid rgba(114,51,191,0.08);
      transition: all 0.3s ease;
}

nav.scrolled { background: rgba(255,255,255,0.97);
      box-shadow: 0 2px 20px rgba(114,51,191,0.1); }

.nav-inner { display: flex; align-items: center; justify-content: space-between;
      padding: 16px 0; }

.logo { display: flex; align-items: center; gap: 10px;
      text-decoration: none; color: var(--dark); }

.logo-icon {
  width: 36px; height: 36px; background: var(--purple);
      border-radius: 9px; display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
}

.logo-icon svg { width: 20px; height: 20px; }

.logo-text { font-size: 18px; font-weight: 800; letter-spacing: -0.02em; }

.logo-text span { color: var(--purple); }

.nav-links { display: flex; align-items: center; gap: 32px;
      list-style: none; }

.nav-links a { text-decoration: none; color: var(--gray-600); font-size: 14px; font-weight: 500;
      transition: color 0.2s; }

.nav-links a:hover { color: var(--purple); }

.nav-links a.active { color: var(--purple); font-weight: 600; }

.nav-cta { display: flex; align-items: center; gap: 12px; }

.nav-login { font-size: 14px; font-weight: 600; color: var(--gray-800); text-decoration: none; }

.nav-login:hover { color: var(--purple); }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }

.hamburger span { display: block; width: 22px; height: 2px; background: var(--dark); border-radius: 2px; transition: all 0.3s; }

@keyframes aurora {
  from { background-position: 50% 50%, 50% 50%; }
      to   { background-position: 350% 50%, 350% 50%; }
}

.hero-aurora {
  position: absolute; inset: -10px; opacity: 0.5; pointer-events: none;
      background-image:
        repeating-linear-gradient(100deg, #ffffff 0%, #ffffff 7%, transparent 10%, transparent 12%, #ffffff 16%),
        repeating-linear-gradient(100deg, #3b82f6 10%, #a5b4fc 15%, #93c5fd 20%, #ddd6fe 25%, #60a5fa 30%);
      background-size: 300%, 200%; background-position: 50% 50%, 50% 50%;
      filter: blur(10px) invert(1);
      -webkit-mask-image: radial-gradient(ellipse at 100% 0%, black 10%, transparent 70%);
      mask-image: radial-gradient(ellipse at 100% 0%, black 10%, transparent 70%);
}

.hero-aurora::after {
  content: ""; position: absolute; inset: 0;
      background-image:
        repeating-linear-gradient(100deg, #ffffff 0%, #ffffff 7%, transparent 10%, transparent 12%, #ffffff 16%),
        repeating-linear-gradient(100deg, #3b82f6 10%, #a5b4fc 15%, #93c5fd 20%, #ddd6fe 25%, #60a5fa 30%);
      background-size: 200%, 100%; background-attachment: fixed;
      mix-blend-mode: difference; animation: aurora 60s linear infinite;
}

.article-hero { padding: 120px 0 48px;
      background: var(--gray-50);
      position: relative; overflow: hidden; }

.breadcrumb { font-size: 13px; color: var(--gray-600); margin-bottom: 16px; }

.breadcrumb a { color: var(--purple); text-decoration: none; }

.breadcrumb a:hover { text-decoration: underline; }

.article-hero h1 {
  font-size: clamp(28px, 4vw, 44px); font-weight: 800;
      color: var(--dark); margin-bottom: 16px; line-height: 1.15;
      max-width: 700px;
}

.article-meta { font-size: 14px; color: var(--gray-600); display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

.article-meta span { display: flex; align-items: center; gap: 6px; }

.article-meta svg { width: 16px; height: 16px; color: var(--purple); }

.article-layout {
  display: grid;
      grid-template-columns: 1fr 300px;
      gap: 48px;
      padding: 48px 0 96px;
      align-items: start;
}

.article-content h2 { font-size: 26px; font-weight: 800; color: var(--dark);
      margin: 48px 0 16px; line-height: 1.2; }

.article-content h2:first-child { margin-top: 0; }

.article-content h3 { font-size: 20px; font-weight: 700; color: var(--dark);
      margin: 32px 0 12px; }

.article-content p { font-size: 16px; color: var(--gray-600);
      line-height: 1.8; margin-bottom: 16px; }

.article-content ul, .article-content ol { margin: 0 0 20px 0; padding-left: 0;
      list-style: none; display: flex; flex-direction: column; gap: 10px; }

.article-content ul li, .article-content ol li { font-size: 15px; color: var(--gray-800); line-height: 1.7;
      padding-left: 28px; position: relative; }

.article-content ul li::before {
  content: ''; width: 18px; height: 18px; background: var(--purple);
      border-radius: 50%; position: absolute; left: 0; top: 5px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");
      background-size: 10px; background-repeat: no-repeat; background-position: center;
}

.article-content ol { counter-reset: list-counter; }

.article-content ol li { padding-left: 34px; }

.article-content ol li::before {
  counter-increment: list-counter;
      content: counter(list-counter);
      width: 24px; height: 24px; background: var(--purple);
      border-radius: 50%; position: absolute; left: 0; top: 3px;
      color: white; font-size: 12px; font-weight: 700;
      display: flex; align-items: center; justify-content: center;
}

.callout {
  background: var(--purple-soft);
      border-left: 4px solid var(--purple);
      border-radius: 0 var(--radius-md) var(--radius-md) 0;
      padding: 20px 24px;
      margin: 24px 0;
}

.callout-title {
  font-size: 14px; font-weight: 700; color: var(--purple);
      margin-bottom: 8px; display: flex; align-items: center; gap: 8px;
}

.callout-title svg { width: 16px; height: 16px; }

.callout p { font-size: 14px; color: var(--gray-800); line-height: 1.7; margin-bottom: 0; }

.resource-box {
  background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: var(--radius-md); padding: 20px 24px; margin: 24px 0;
}

.resource-box-title {
  font-size: 14px; font-weight: 700; color: var(--dark); margin-bottom: 12px; display: flex; align-items: center; gap: 8px;
}

.resource-box-title svg { width: 16px; height: 16px; color: var(--purple); }

.resource-box ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }

.resource-box ul li { font-size: 14px; padding-left: 0; position: static; }

.resource-box ul li::before { display: none; }

.resource-box ul li a { color: var(--purple); font-weight: 600; text-decoration: none; }

.resource-box ul li a:hover { text-decoration: underline; }

.resource-box ul li span { color: var(--gray-600); font-weight: 400; }

.formula-box {
  background: var(--dark);
      border-radius: var(--radius-md);
      padding: 24px;
      margin: 24px 0;
      text-align: center;
}

.formula-label {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.1em; color: var(--accent); margin-bottom: 12px;
}

.formula-text { font-size: 18px; font-weight: 700; color: white; line-height: 1.5; }

.toc {
  position: sticky; top: 100px;
      background: white;
      border-radius: var(--radius-xl);
      padding: 24px;
      border: 1px solid var(--gray-200);
      box-shadow: var(--shadow-sm);
}

.toc h4 {
  font-size: 12px; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.08em; color: var(--purple); margin-bottom: 16px;
}

.toc ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }

.toc ul li a {
  font-size: 13px; color: var(--gray-600); text-decoration: none;
      transition: color 0.2s; line-height: 1.5; display: block;
      padding: 4px 0 4px 12px; border-left: 2px solid transparent;
}

.toc ul li a:hover { color: var(--purple); }

.toc ul li a.active { color: var(--purple); font-weight: 600;
      border-left-color: var(--purple); }

.toc-cta { margin-top: 20px; padding-top: 20px;
      border-top: 1px solid var(--gray-200); }

.toc-cta a {
  display: block; text-align: center;
      padding: 12px; font-size: 14px; font-weight: 600;
      color: white; background: var(--purple);
      border-radius: var(--radius-sm);
      text-decoration: none; transition: all 0.2s;
}

.toc-cta a:hover { background: var(--purple-dark); }

.toc-cta p { font-size: 11px; color: var(--gray-400);
      text-align: center; margin-top: 8px; margin-bottom: 0; }

.faq { background: var(--gray-50); }

.section { padding: 96px 0; }

.section-label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
      text-transform: uppercase; color: var(--purple); margin-bottom: 12px;
}

.section-title { font-size: clamp(28px, 4vw, 44px); font-weight: 800;
      line-height: 1.15; color: var(--dark); margin-bottom: 16px; }

.text-center { text-align: center; }

.faq-list { max-width: 720px; margin: 48px auto 0; }

.faq-item { border-bottom: 1px solid var(--gray-200); cursor: pointer; }

.faq-item:first-child { border-top: 1px solid var(--gray-200); }

.faq-question {
  display: flex; align-items: center; justify-content: space-between;
      padding: 20px 0; font-size: 15px; font-weight: 600; color: var(--dark);
      user-select: none;
}

.faq-icon {
  width: 24px; height: 24px; background: var(--purple-soft); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s;
}

.faq-icon svg { width: 12px; height: 12px; color: var(--purple); transition: transform 0.3s; }

.faq-item.open .faq-icon { background: var(--purple); }

.faq-item.open .faq-icon svg { color: white; transform: rotate(45deg); }

.faq-answer {
  font-size: 14px; color: var(--gray-600); line-height: 1.7; padding: 0 0 20px; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, opacity 0.25s ease; opacity: 0;
}

.faq-item.open .faq-answer { max-height: 400px; opacity: 1; }

.cta-banner {
  background: linear-gradient(135deg, var(--purple-deep) 0%, var(--purple) 50%, #8B44CC 100%);
      padding: 96px 0; text-align: center; position: relative; overflow: hidden;
}

.cta-banner::before {
  content: ''; position: absolute; inset: 0;
      background: radial-gradient(ellipse at 70% 50%, rgba(254,77,255,0.2) 0%, transparent 60%);
}

.cta-banner-inner { position: relative; z-index: 1; }

.cta-title { font-size: clamp(28px, 4vw, 48px); font-weight: 900; color: white; margin-bottom: 16px; letter-spacing: -0.02em; }

.cta-sub {
  font-size: 18px; color: rgba(255,255,255,0.8); margin-bottom: 40px; max-width: 480px; margin-left: auto; margin-right: auto;
}

.cta-actions { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }

.cta-note { font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 16px; }

footer { background: var(--dark); color: rgba(255,255,255,0.7); padding: 64px 0 32px; }

.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }

.footer-brand .logo { margin-bottom: 16px; }

.footer-brand .logo-text { color: white; }

.footer-desc { font-size: 13px; line-height: 1.7; max-width: 260px; }

.footer-col h4 {
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: white; margin-bottom: 16px;
}

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }

.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }

.footer-col ul li a:hover { color: white; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 28px; display: flex; align-items: center; justify-content: space-between;
}

.footer-copy { font-size: 12px; }

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

.footer-links a { font-size: 12px; color: rgba(255,255,255,0.45); text-decoration: none; }

.footer-links a:hover { color: white; }

@media (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
      .footer-inner { grid-template-columns: 1fr 1fr; }
      .stats-grid { grid-template-columns: repeat(2, 1fr); }
      .stats-grid .stat-item:nth-child(2) { border-right: none; }
      .stats-grid .stat-item:nth-child(3) { border-top: 1px solid rgba(255,255,255,0.15); }
      .stats-grid .stat-item:nth-child(4) { border-right: none; border-top: 1px solid rgba(255,255,255,0.15); }
      .market-grid { grid-template-columns: 1fr; gap: 40px; }
      .reg-grid { grid-template-columns: repeat(2, 1fr); }
      .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
      .article-layout { grid-template-columns: 1fr; gap: 32px; }
      .toc { position: static; }
      .blog-grid { grid-template-columns: repeat(2, 1fr); }
      .resources-grid { grid-template-columns: repeat(2, 1fr); }
      .snapshot-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .section { padding: 64px 0; }
      .hero { min-height: unset; padding: 120px 0 56px; }
      .hero-inner { grid-template-columns: 1fr; gap: 48px; }
      .hero-visual { order: -1; }
      .float-card.revenue { bottom: -10px; left: -16px; }
      .float-card.booking { top: 20px; right: -16px; }
      .nav-inner { flex-wrap: wrap; }
      .nav-links, .nav-cta { display: none; }
      .nav-links.mobile-open {
        display: flex !important; flex-direction: column; gap: 20px;
        width: 100%; order: 10; padding: 20px 0 8px;
        border-top: 1px solid rgba(114,51,191,0.1);
      }
      .nav-links.mobile-open a { font-size: 16px; }
      .nav-cta.mobile-open {
        display: flex !important; flex-direction: column; gap: 12px;
        width: 100%; order: 11; padding: 8px 0 16px;
      }
      .nav-cta.mobile-open .nav-login { text-align: center; padding: 12px 0; }
      .nav-cta.mobile-open .btn { text-align: center; justify-content: center; width: 100%; }
      .hamburger { display: flex; }
      .stats-grid { grid-template-columns: repeat(2, 1fr); }
      .features-grid { grid-template-columns: 1fr; }
      .steps { grid-template-columns: 1fr; gap: 40px; }
      .steps::before { display: none; }
      .spotlight-inner { grid-template-columns: 1fr; gap: 40px; }
      .spotlight-inner.reverse { direction: ltr; }
      .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
      .testimonial-grid { grid-template-columns: 1fr; }
      .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
      .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
      .trust-logos { gap: 32px; }
      .blog-grid { grid-template-columns: 1fr; }
      .content-grid { grid-template-columns: 1fr; gap: 32px; }
      .areas-grid { grid-template-columns: 1fr; }
      .resources-grid { grid-template-columns: 1fr; }
      .snapshot-grid { grid-template-columns: 1fr; }
      .market-stats-grid { grid-template-columns: 1fr; }
      .reg-grid { grid-template-columns: 1fr; }
      .preview-info-grid { grid-template-columns: 1fr; }
      .related-grid { grid-template-columns: 1fr; }
      .step { padding: 0 16px; }
      .step-num { width: 56px; height: 56px; }
      .step-num svg { width: 24px; height: 24px; }
      .blog-card-img { height: 140px; }
      .related-card-img { height: 120px; }
      .container { padding: 0 16px; }
      .why-local-item { flex-direction: column; gap: 12px; }
      .mega-menu { display: none; }
}

.fade-up { opacity: 0; transform: translateY(24px);
      transition: opacity 0.6s ease, transform 0.6s ease; }

.fade-up.visible { opacity: 1; transform: translateY(0); }

.fade-up-delay-1 { transition-delay: 0.1s; }

.fade-up-delay-2 { transition-delay: 0.2s; }

.nav-dropdown { position: relative; }

.nav-dropdown-trigger { display: inline-flex; align-items: center; gap: 4px; }

.dropdown-chevron { transition: transform 0.2s; flex-shrink: 0; }

.nav-dropdown:hover .dropdown-chevron,
    .nav-dropdown.open .dropdown-chevron { transform: rotate(180deg); }

.mega-menu {
  position: absolute; top: calc(100% + 16px); left: 50%; transform: translateX(-50%);
      width: 720px; background: rgba(255,255,255,0.98); backdrop-filter: blur(16px) saturate(180%);
      border: 1px solid rgba(114,51,191,0.1); border-radius: var(--radius-lg, 20px);
      box-shadow: 0 20px 60px rgba(114,51,191,0.15), 0 8px 24px rgba(0,0,0,0.08);
      padding: 24px 28px; opacity: 0; visibility: hidden;
      transform: translateX(-50%) translateY(8px);
      transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s; z-index: 200;
}

.mega-menu::before { content: ''; position: absolute; top: -16px; left: 0; right: 0; height: 16px; }

.nav-dropdown:hover .mega-menu,
    .nav-dropdown.open .mega-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

.mega-menu-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.mega-menu-region {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
      color: #7233BF; margin-bottom: 10px; padding-bottom: 6px;
      border-bottom: 1px solid rgba(114,51,191,0.15);
}

.mega-menu-col ul { list-style: none; margin: 0; padding: 0; }

.mega-menu-col ul li { margin-bottom: 1px; }

.mega-menu-col ul li a {
  display: block; padding: 4px 8px; border-radius: 4px;
      font-size: 13px; font-weight: 400; color: #374151; text-decoration: none; transition: all 0.15s;
}

.mega-menu-col ul li a:hover { background: rgba(114,51,191,0.08); color: #7233BF; }

.mega-menu-footer { grid-column: 1 / -1; text-align: center; padding-top: 16px;
      border-top: 1px solid #E8E6F0; margin-top: 4px; }

.mega-menu-view-all {
  display: inline-flex; align-items: center; gap: 6px;
      font-size: 13px; font-weight: 600; color: #7233BF; text-decoration: none;
}

.mega-menu-view-all:hover { color: #5A28A0; }

.related-articles { padding: 80px 0; background: var(--gray-50); }

.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 32px; }

.related-card {
  background: white; border-radius: var(--radius-xl); border: 1px solid var(--gray-200);
      overflow: hidden; text-decoration: none; color: inherit;
      display: flex; flex-direction: column; transition: all 0.3s ease;
}

.related-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(114,51,191,0.2); }

.related-card-img { height: 140px; display: flex; align-items: center; justify-content: center; }

.related-card-img svg { width: 40px; height: 40px; opacity: 0.5; }

.related-card-img.cat-pricing { background: linear-gradient(135deg, #7233BF 0%, #a855f7 100%); color: white; }

.related-card-img.cat-getting-started { background: linear-gradient(135deg, #2563eb 0%, #60a5fa 100%); color: white; }

.related-card-img.cat-marketing { background: linear-gradient(135deg, #059669 0%, #34d399 100%); color: white; }

.related-card-img.cat-operations { background: linear-gradient(135deg, #d97706 0%, #fbbf24 100%); color: white; }

.related-card-img.cat-team { background: linear-gradient(135deg, #dc2626 0%, #f87171 100%); color: white; }

.related-card-img.cat-growth { background: linear-gradient(135deg, #7c3aed 0%, #c084fc 100%); color: white; }

.related-card-body { padding: 20px 24px 24px; }

.related-card .blog-badge {
  display: inline-flex; font-size: 11px; font-weight: 700;
      letter-spacing: 0.06em; text-transform: uppercase;
      padding: 4px 10px; border-radius: 100px; margin-bottom: 10px; width: fit-content;
}

.related-card .blog-badge.badge-pricing { background: rgba(114,51,191,0.1); color: #7233BF; }

.related-card .blog-badge.badge-getting-started { background: rgba(37,99,235,0.1); color: #2563eb; }

.related-card .blog-badge.badge-marketing { background: rgba(5,150,105,0.1); color: #059669; }

.related-card .blog-badge.badge-operations { background: rgba(217,119,6,0.1); color: #b45309; }

.related-card .blog-badge.badge-team { background: rgba(220,38,38,0.1); color: #dc2626; }

.related-card .blog-badge.badge-growth { background: rgba(124,58,237,0.1); color: #7c3aed; }

.related-card-title { font-size: 17px; font-weight: 700; color: var(--dark); line-height: 1.35; margin-bottom: 8px; }

.related-card-excerpt { font-size: 14px; color: var(--gray-600); line-height: 1.6; margin-bottom: 0; }

@media (max-width: 1024px) and (min-width: 769px) {
  .related-grid { grid-template-columns: repeat(2, 1fr); }
}

.skip-link {
  position: absolute; top: -100px; left: 16px; z-index: 10001;
      background: var(--purple, #7233BF); color: #fff; padding: 12px 24px;
      border-radius: 8px; font-weight: 600; font-size: 14px;
      text-decoration: none; transition: top 0.2s;
}

.skip-link:focus { top: 16px; }

*:focus-visible { outline: 2px solid var(--purple, #7233BF);
      outline-offset: 2px; }

.section-sm { padding: 64px 0; }

.badge {
  display: inline-flex; align-items: center; gap: 6px;
      background: var(--purple-soft); color: var(--purple);
      font-size: 12px; font-weight: 600; letter-spacing: 0.06em;
      text-transform: uppercase; padding: 6px 14px; border-radius: 100px;
      border: 1px solid var(--purple-mid);
}

.badge .dot {
  width: 6px; height: 6px; border-radius: 50%;
      background: var(--accent); flex-shrink: 0;
      box-shadow: 0 0 6px var(--accent);
}

.section-sub { font-size: 17px; color: var(--gray-600); max-width: 560px;
      margin: 0 auto; line-height: 1.7; }

.btn-secondary {
  background: var(--white); color: var(--dark);
      border: 1.5px solid var(--gray-200);
      box-shadow: var(--shadow-sm);
}

.btn-secondary:hover { border-color: var(--purple); color: var(--purple);
      transform: translateY(-1px); box-shadow: var(--shadow-md); }

.hero {
  display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
      padding: 64px 0 0;
      box-sizing: border-box;
      background: #f5f0ff;
      position: relative; overflow: hidden;
}

.hero .container { width: 100%; }

#hero-aurora {
  position: absolute;
      inset: -10px;
      opacity: 0.5;
      pointer-events: none;
      will-change: transform;
      /* white stripes + aurora colour bands */
      background-image:
        repeating-linear-gradient(
          100deg,
          #ffffff 0%, #ffffff 7%,
          transparent 10%, transparent 12%,
          #ffffff 16%
        ),
        repeating-linear-gradient(
          100deg,
          #3b82f6 10%, #a5b4fc 15%,
          #93c5fd 20%, #ddd6fe 25%,
          #60a5fa 30%
        );
      background-size: 300%, 200%;
      background-position: 50% 50%, 50% 50%;
      filter: blur(10px) invert(1);
      -webkit-mask-image: radial-gradient(ellipse at 100% 0%, black 10%, transparent 70%);
      mask-image: radial-gradient(ellipse at 100% 0%, black 10%, transparent 70%);
}

#hero-aurora::after {
  content: "";
      position: absolute;
      inset: 0;
      background-image:
        repeating-linear-gradient(
          100deg,
          #ffffff 0%, #ffffff 7%,
          transparent 10%, transparent 12%,
          #ffffff 16%
        ),
        repeating-linear-gradient(
          100deg,
          #3b82f6 10%, #a5b4fc 15%,
          #93c5fd 20%, #ddd6fe 25%,
          #60a5fa 30%
        );
      background-size: 200%, 100%;
      background-attachment: fixed;
      mix-blend-mode: difference;
      animation: aurora 60s linear infinite;
}

.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px;
      align-items: center;
      width: 100%; }

.hero-content { position: relative; z-index: 1; }

.hero-badge { margin-bottom: 28px; }

.hero-title {
  font-size: clamp(40px, 4.8vw, 60px); font-weight: 900;
      line-height: 1.08; color: var(--dark); margin-bottom: 28px;
      letter-spacing: -0.03em;
}

.hero-title .highlight {
  background: linear-gradient(to right, #7233BF, #FE4DFF);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
}

.hero-sub {
  font-size: 17px; color: var(--dark); margin-bottom: 40px;
      line-height: 1.75; max-width: 460px; font-weight: 500;
      text-shadow: 0 0 20px rgba(255,255,255,1), 0 0 40px rgba(255,255,255,0.95);
}

.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }

.hero-social-proof { display: flex; align-items: center; gap: 16px; }

.avatar-stack { display: flex; }

.avatar-stack img, .avatar-placeholder {
  width: 32px; height: 32px; border-radius: 50%;
      border: 2px solid white; margin-left: -8px;
      display: flex; align-items: center; justify-content: center;
      font-size: 11px; font-weight: 700; color: white;
}

.avatar-placeholder:nth-child(1) { background: #7233BF; margin-left: 0; }

.avatar-placeholder:nth-child(2) { background: #5A28A0; }

.avatar-placeholder:nth-child(3) { background: #9B59D1; }

.avatar-placeholder:nth-child(4) { background: #FE4DFF; }

.social-proof-text { font-size: 13px; color: var(--gray-600); }

.social-proof-text strong { color: var(--dark); }

.stars { color: #FFC107; font-size: 13px; }

.hero-visual { position: relative; z-index: 1; }

.dashboard-card {
  background: white; border-radius: var(--radius-xl);
      box-shadow: var(--shadow-xl); overflow: hidden;
      border: 1px solid rgba(114,51,191,0.1);
}

.dashboard-header { background: var(--purple); padding: 16px 20px;
      display: flex; align-items: center; gap: 8px; }

.dash-dot { width: 10px; height: 10px; border-radius: 50%; }

.dash-dot.red { background: #FF5F57; }

.dash-dot.yellow { background: #FFBD2E; }

.dash-dot.green { background: #28C840; }

.dashboard-header-text { color: white; font-size: 13px; font-weight: 600; margin-left: 8px; }

.dashboard-body { padding: 28px; }

.dash-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 28px; }

.dash-stat {
  background: var(--gray-50); border-radius: var(--radius-md);
      padding: 18px 16px; border: 1px solid var(--gray-200);
}

.dash-stat-label { font-size: 11px; color: var(--gray-600); font-weight: 500; margin-bottom: 6px; }

.dash-stat-value { font-size: 22px; font-weight: 800; color: var(--dark); }

.dash-stat-change { font-size: 11px; color: #22c55e; font-weight: 600; margin-top: 4px; }

.dash-jobs-title { font-size: 13px; font-weight: 700; color: var(--dark); margin-bottom: 14px; }

.job-item {
  display: flex; align-items: center; gap: 12px; padding: 13px 14px;
      border-radius: var(--radius-sm); margin-bottom: 10px;
      background: var(--gray-50); border: 1px solid var(--gray-200);
}

.job-status { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }

.job-status.scheduled { background: var(--purple); box-shadow: 0 0 6px rgba(114,51,191,0.5); }

.job-status.progress { background: var(--accent); box-shadow: 0 0 6px rgba(254,77,255,0.5); }

.job-status.done { background: #22c55e; box-shadow: 0 0 6px rgba(34,197,94,0.5); }

.job-info { flex: 1; }

.job-name { font-size: 12px; font-weight: 600; color: var(--dark); }

.job-detail { font-size: 11px; color: var(--gray-600); }

.job-tag { font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 100px; }

.job-tag.scheduled { background: rgba(114,51,191,0.1); color: var(--purple); }

.job-tag.progress { background: rgba(254,77,255,0.12); color: #c026d3; }

.job-tag.done { background: rgba(34,197,94,0.1); color: #16a34a; }

.float-card {
  position: absolute; background: white; border-radius: var(--radius-md);
      padding: 12px 16px; box-shadow: var(--shadow-md);
      border: 1px solid rgba(114,51,191,0.1);
      animation: float 4s ease-in-out infinite;
}

.float-card.revenue { bottom: -20px; left: -40px; animation-delay: 0s; }

.float-card.booking { top: 40px; right: -50px; animation-delay: 2s; }

.float-card-label { font-size: 10px; color: var(--gray-600); font-weight: 600; margin-bottom: 2px; }

.float-card-value { font-size: 20px; font-weight: 800; color: var(--dark); }

.float-card-sub { font-size: 11px; color: #22c55e; font-weight: 600; }

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

.trust-bar { padding: 40px 0; border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); }

.trust-label {
  font-size: 12px; font-weight: 600; color: var(--gray-400); text-transform: uppercase; letter-spacing: 0.08em; text-align: center; margin-bottom: 28px;
}

.trust-logos { display: flex; align-items: center; justify-content: center; gap: 56px; flex-wrap: wrap; }

.trust-logo { display: flex; align-items: center; gap: 8px; opacity: 0.45; filter: grayscale(1); transition: all 0.2s; }

.trust-logo:hover { opacity: 0.7; filter: grayscale(0.5); }

.trust-logo-icon { font-size: 22px; }

.trust-logo-name { font-size: 15px; font-weight: 700; color: var(--dark); letter-spacing: -0.02em; }

.stats-section { background: var(--purple); padding: 72px 0; }

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

.stat-item { text-align: center; padding: 0 24px;
      border-right: 1px solid rgba(255,255,255,0.15); }

.stat-item:last-child { border-right: none; }

.stat-number { font-size: 48px; font-weight: 900; color: white; letter-spacing: -0.03em; line-height: 1; margin-bottom: 8px; }

.stat-number span { color: var(--accent); }

.stat-desc { font-size: 14px; color: rgba(255,255,255,0.7); font-weight: 500; }

.features { background: var(--gray-50); }

.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }

.feature-card {
  background: white; border-radius: var(--radius-lg);
      padding: 32px; border: 1px solid var(--gray-200);
      transition: all 0.3s ease; position: relative; overflow: hidden;
}

.feature-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, var(--purple), var(--accent));
      opacity: 0; transition: opacity 0.3s;
}

.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(114,51,191,0.2); }

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

.feature-icon {
  width: 52px; height: 52px; background: var(--purple-soft);
      border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px; border: 1px solid var(--purple-mid);
}

.feature-icon svg { width: 24px; height: 24px; color: var(--purple); }

.feature-title { font-size: 17px; font-weight: 700; color: var(--dark); margin-bottom: 10px; }

.feature-desc { font-size: 14px; color: var(--gray-600); line-height: 1.7; }

.how-it-works { background: white; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 64px; position: relative; }

.steps::before {
  content: ''; position: absolute; top: 36px; left: calc(16.67% + 36px); right: calc(16.67% + 36px);
      height: 2px; background: linear-gradient(90deg, var(--purple), var(--accent), var(--purple));
      opacity: 0.25;
}

.step { text-align: center; padding: 0 32px; }

.step-num {
  width: 72px; height: 72px; background: var(--purple);
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      margin: 0 auto 24px;
      box-shadow: 0 8px 24px rgba(114,51,191,0.35); position: relative; z-index: 1;
}

.step-num svg { width: 30px; height: 30px; color: white; }

.step-title { font-size: 18px; font-weight: 700; color: var(--dark); margin-bottom: 12px; }

.step-desc { font-size: 14px; color: var(--gray-600); line-height: 1.7; }

.spotlight { background: var(--gray-50); }

.spotlight-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

.spotlight-inner.reverse { direction: rtl; }

.spotlight-inner.reverse > * { direction: ltr; }

.spotlight-title { font-size: clamp(24px, 3vw, 36px); font-weight: 800; color: var(--dark); margin-bottom: 16px; line-height: 1.2; }

.spotlight-desc { font-size: 16px; color: var(--gray-600); margin-bottom: 28px; line-height: 1.7; }

.feature-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }

.feature-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--gray-800); }

.feature-list li::before {
  content: ''; width: 20px; height: 20px; background: var(--purple);
      border-radius: 50%; flex-shrink: 0; margin-top: 1px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");
      background-size: 12px; background-repeat: no-repeat; background-position: center;
}

.spotlight-visual {
  background: white; border-radius: var(--radius-xl); overflow: hidden;
      box-shadow: var(--shadow-lg); border: 1px solid var(--gray-200);
}

.mock-header {
  background: var(--gray-50); padding: 14px 20px;
      border-bottom: 1px solid var(--gray-200);
      display: flex; align-items: center; gap: 8px;
}

.mock-dot { width: 10px; height: 10px; border-radius: 50%; }

.mock-dot.r { background: #FF5F57; }

.mock-dot.y { background: #FFBD2E; }

.mock-dot.g { background: #28C840; }

.mock-body { padding: 24px; }

.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }

.cal-day-label {
  text-align: center; font-size: 10px; font-weight: 700; color: var(--gray-400); text-transform: uppercase; padding: 4px 0;
}

.cal-day {
  aspect-ratio: 1; border-radius: var(--radius-sm); display: flex;
      flex-direction: column; align-items: center; justify-content: center;
      font-size: 11px; font-weight: 500; color: var(--gray-600); cursor: pointer;
      transition: all 0.15s;
}

.cal-day.empty { background: transparent; }

.cal-day:not(.empty):hover { background: var(--purple-soft); }

.cal-day.today { background: var(--purple); color: white; font-weight: 700; }

.cal-day.has-job { position: relative; }

.cal-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); margin-top: 2px; }

.chart-bars { display: flex; align-items: flex-end; gap: 8px; height: 120px; padding: 16px 0; }

.chart-bar-wrap { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; }

.chart-bar { width: 100%; border-radius: 4px 4px 0 0; transition: height 0.3s; }

.chart-bar-label { font-size: 9px; color: var(--gray-400); font-weight: 600; }

.chart-metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 8px; }

.chart-metric { background: var(--gray-50); border-radius: var(--radius-sm); padding: 10px 12px; border: 1px solid var(--gray-200); }

.chart-metric-label { font-size: 10px; color: var(--gray-600); margin-bottom: 2px; }

.chart-metric-value { font-size: 16px; font-weight: 800; color: var(--dark); }

.client-list { display: flex; flex-direction: column; gap: 10px; }

.client-row {
  display: flex; align-items: center; gap: 12px; padding: 12px;
      background: var(--gray-50); border-radius: var(--radius-sm); border: 1px solid var(--gray-200);
}

.client-avatar {
  width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: white; flex-shrink: 0;
}

.client-info { flex: 1; }

.client-name { font-size: 12px; font-weight: 700; color: var(--dark); }

.client-detail { font-size: 11px; color: var(--gray-600); }

.client-badge {
  font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 100px; background: rgba(114,51,191,0.1); color: var(--purple);
}

.pricing { background: white; }

.pricing-toggle { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 32px 0 48px; }

.toggle-label { font-size: 14px; font-weight: 600; color: var(--gray-600); }

.toggle-label.active { color: var(--dark); }

.toggle {
  width: 48px; height: 26px; background: var(--purple); border-radius: 100px;
      position: relative; cursor: pointer; transition: background 0.2s;
}

.toggle::after {
  content: ''; position: absolute; left: 3px; top: 3px;
      width: 20px; height: 20px; background: white; border-radius: 50%;
      transition: transform 0.2s; transform: translateX(22px);
}

.save-badge {
  font-size: 11px; font-weight: 700; background: var(--accent-soft);
      color: #c026d3; padding: 3px 10px; border-radius: 100px;
}

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.pricing-card {
  border-radius: var(--radius-xl); padding: 36px 32px;
      border: 1.5px solid var(--gray-200); position: relative; overflow: hidden;
      transition: all 0.3s;
}

.pricing-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }

.pricing-card.popular { border-color: var(--purple); background: white;
      box-shadow: 0 0 0 4px rgba(114,51,191,0.08), var(--shadow-lg); }

.popular-badge {
  position: absolute; top: 20px; right: 20px;
      font-size: 10px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
      background: linear-gradient(135deg, var(--purple), var(--accent));
      color: white; padding: 4px 12px; border-radius: 100px;
}

.plan-name {
  font-size: 13px; font-weight: 700; color: var(--gray-600); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 12px;
}

.plan-price { margin-bottom: 8px; }

.plan-price .amount { font-size: 44px; font-weight: 900; color: var(--dark); letter-spacing: -0.03em; }

.plan-price .period { font-size: 14px; color: var(--gray-400); font-weight: 500; }

.plan-desc {
  font-size: 13px; color: var(--gray-600); margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--gray-200);
}

.plan-features { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }

.plan-features li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--gray-800); }

.check-icon {
  width: 18px; height: 18px; border-radius: 50%; background: rgba(34,197,94,0.15); flex-shrink: 0; display: flex; align-items: center; justify-content: center;
}

.check-icon svg { width: 10px; height: 10px; color: #16a34a; }

.x-icon {
  width: 18px; height: 18px; border-radius: 50%; background: var(--gray-100); flex-shrink: 0; display: flex; align-items: center; justify-content: center;
}

.x-icon svg { width: 10px; height: 10px; color: var(--gray-400); }

.plan-features li.disabled { color: var(--gray-400); }

.btn-plan { width: 100%; text-align: center; justify-content: center; }

.btn-plan-outline { background: white; color: var(--purple); border: 1.5px solid var(--purple); }

.btn-plan-outline:hover { background: var(--purple); color: white; transform: translateY(-1px); }

.testimonials { background: var(--gray-50); }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }

.testimonial-card {
  background: white; border-radius: var(--radius-xl); padding: 32px;
      border: 1px solid var(--gray-200); position: relative;
      transition: all 0.3s;
}

.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(114,51,191,0.15); }

.testimonial-card::before {
  content: '\201c'; font-size: 80px; line-height: 1; color: var(--purple-soft); font-weight: 900; position: absolute; top: 16px; left: 24px; font-family: Georgia, serif;
}

.testimonial-stars { color: #FFC107; font-size: 14px; margin-bottom: 16px; }

.testimonial-text { font-size: 15px; color: var(--gray-800); line-height: 1.7; margin-bottom: 24px; font-style: italic; }

.testimonial-author { display: flex; align-items: center; gap: 12px; }

.author-avatar {
  width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: white; flex-shrink: 0;
}

.author-name { font-size: 14px; font-weight: 700; color: var(--dark); }

.author-title { font-size: 12px; color: var(--gray-600); }

.fade-up-delay-3 { transition-delay: 0.3s; }

.fade-up-delay-4 { transition-delay: 0.4s; }

.fade-up-delay-5 { transition-delay: 0.5s; }

.bar-1 { background: linear-gradient(180deg, var(--accent) 0%, var(--purple) 100%); }

.bar-2 { background: linear-gradient(180deg, var(--purple) 0%, var(--purple-dark) 100%); }

.blog-hero { padding: 140px 0 80px;
      background: var(--gray-50);
      position: relative; overflow: hidden; }

.blog-filter-bar {
  display: flex;
      align-items: center;
      gap: 10px;
      padding: 40px 0 0;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
}

.blog-filter-bar::-webkit-scrollbar { display: none; }

.blog-filter-btn {
  display: inline-flex;
      align-items: center;
      gap: 6px;
      font-family: inherit;
      font-size: 14px;
      font-weight: 600;
      padding: 9px 20px;
      border-radius: 100px;
      border: 1.5px solid var(--gray-200);
      background: var(--white);
      color: var(--gray-800);
      cursor: pointer;
      white-space: nowrap;
      transition: all 0.25s ease;
}

.blog-filter-btn:hover { border-color: var(--purple);
      color: var(--purple);
      background: var(--purple-soft); }

.blog-filter-btn.active {
  background: var(--purple);
      color: var(--white);
      border-color: var(--purple);
      box-shadow: 0 4px 12px rgba(114,51,191,0.3);
}

.blog-filter-btn.active:hover { background: var(--purple-dark);
      border-color: var(--purple-dark); }

.blog-filter-count {
  font-size: 12px;
      font-weight: 700;
      background: rgba(255,255,255,0.25);
      padding: 1px 7px;
      border-radius: 100px;
      min-width: 22px;
      text-align: center;
}

.blog-filter-btn:not(.active) .blog-filter-count { background: var(--purple-soft);
      color: var(--purple); }

.blog-card.filter-hidden {
  opacity: 0;
      transform: scale(0.95) translateY(8px);
      position: absolute;
      pointer-events: none;
      width: 0;
      height: 0;
      overflow: hidden;
      margin: 0;
      padding: 0;
      border: none;
}

.blog-card.filter-visible { opacity: 1;
      transform: scale(1) translateY(0);
      transition: opacity 0.35s ease, transform 0.35s ease; }

.blog-grid { display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
      padding: 64px 0 96px; }

.blog-card {
  background: white;
      border-radius: var(--radius-xl);
      border: 1px solid var(--gray-200);
      overflow: hidden;
      text-decoration: none;
      color: inherit;
      display: flex;
      flex-direction: column;
      transition: all 0.3s ease;
}

.blog-card:hover { transform: translateY(-4px);
      box-shadow: var(--shadow-lg);
      border-color: rgba(114,51,191,0.2); }

.blog-card-img {
  height: 180px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
}

.blog-card-img svg { width: 48px; height: 48px; opacity: 0.5; }

.blog-card-img.cat-pricing { background: linear-gradient(135deg, #7233BF 0%, #a855f7 100%); color: white; }

.blog-card-img.cat-getting-started { background: linear-gradient(135deg, #2563eb 0%, #60a5fa 100%); color: white; }

.blog-card-img.cat-marketing { background: linear-gradient(135deg, #059669 0%, #34d399 100%); color: white; }

.blog-card-img.cat-operations { background: linear-gradient(135deg, #d97706 0%, #fbbf24 100%); color: white; }

.blog-card-img.cat-team { background: linear-gradient(135deg, #dc2626 0%, #f87171 100%); color: white; }

.blog-card-img.cat-growth { background: linear-gradient(135deg, #7c3aed 0%, #c084fc 100%); color: white; }

.blog-card-body { padding: 24px 28px 28px;
      display: flex;
      flex-direction: column;
      flex: 1; }

.blog-badge {
  display: inline-flex;
      font-size: 11px; font-weight: 700;
      letter-spacing: 0.06em; text-transform: uppercase;
      padding: 4px 10px; border-radius: 100px;
      margin-bottom: 12px; width: fit-content;
}

.blog-badge.badge-pricing { background: rgba(114,51,191,0.1); color: #7233BF; }

.blog-badge.badge-getting-started { background: rgba(37,99,235,0.1); color: #2563eb; }

.blog-badge.badge-marketing { background: rgba(5,150,105,0.1); color: #059669; }

.blog-badge.badge-operations { background: rgba(217,119,6,0.1); color: #b45309; }

.blog-badge.badge-team { background: rgba(220,38,38,0.1); color: #dc2626; }

.blog-badge.badge-growth { background: rgba(124,58,237,0.1); color: #7c3aed; }

.blog-card-title { font-size: 18px; font-weight: 700;
      color: var(--dark); line-height: 1.35;
      margin-bottom: 10px; }

.blog-card-excerpt { font-size: 14px; color: var(--gray-600);
      line-height: 1.7; margin-bottom: 20px;
      flex: 1; }

.blog-card-meta {
  display: flex; align-items: center; gap: 16px;
      font-size: 12px; color: var(--gray-400);
      border-top: 1px solid var(--gray-200);
      padding-top: 16px;
}

.blog-card-meta span { display: flex; align-items: center; gap: 4px; }

.blog-card-meta svg { width: 14px; height: 14px; }

.content-section { background: var(--gray-50); }

.content-grid { display: grid; grid-template-columns: 1fr 1fr;
      gap: 48px; margin-top: 48px; align-items: start; }

.content-block h3 { font-size: 17px; font-weight: 700;
      color: var(--dark); margin-bottom: 8px; margin-top: 24px; }

.content-block p { font-size: 15px; color: var(--gray-600);
      line-height: 1.8; margin-bottom: 16px; }

.content-block ul { list-style: none; display: flex; flex-direction: column; gap: 10px;
      margin-bottom: 16px; }

.content-block ul li { display: flex; align-items: flex-start; gap: 10px;
      font-size: 14px; color: var(--gray-800); line-height: 1.6; }

.content-block ul li::before {
  content: ''; width: 18px; height: 18px; background: var(--purple);
      border-radius: 50%; position: absolute; left: 0; top: 4px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");
      background-size: 10px; background-repeat: no-repeat; background-position: center;
}

.blog-controls { display: flex;
      align-items: center;
      gap: 12px;
      padding: 24px 0 0; }

.blog-search-wrap { flex: 1;
      position: relative; }

.blog-search-wrap svg {
  position: absolute;
      left: 14px;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      height: 18px;
      color: var(--gray-400);
      pointer-events: none;
      transition: color 0.2s;
}

.blog-search-wrap:focus-within svg { color: var(--purple); }

.blog-search {
  width: 100%;
      padding: 11px 14px 11px 42px;
      font-family: inherit;
      font-size: 14px;
      font-weight: 500;
      color: var(--dark);
      background: var(--white);
      border: 1.5px solid var(--gray-200);
      border-radius: 100px;
      outline: none;
      transition: all 0.2s;
}

.blog-search::placeholder { color: var(--gray-400); }

.blog-search:focus { border-color: var(--purple);
      box-shadow: 0 0 0 3px rgba(114,51,191,0.1); }

.blog-search-clear {
  position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      border: none;
      background: var(--gray-200);
      border-radius: 50%;
      cursor: pointer;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 0;
      transition: background 0.2s;
}

.blog-search-clear:hover { background: var(--purple-mid); }

.blog-search-clear svg { width: 12px; height: 12px; color: var(--gray-600); pointer-events: none; position: static; transform: none; }

.blog-search-clear.visible { display: flex; }

.blog-sort-wrap { position: relative;
      flex-shrink: 0; }

.blog-sort {
  appearance: none;
      -webkit-appearance: none;
      font-family: inherit;
      font-size: 14px;
      font-weight: 600;
      color: var(--gray-800);
      background: var(--white);
      border: 1.5px solid var(--gray-200);
      border-radius: 100px;
      padding: 11px 40px 11px 16px;
      cursor: pointer;
      outline: none;
      transition: all 0.2s;
      white-space: nowrap;
}

.blog-sort:focus { border-color: var(--purple);
      box-shadow: 0 0 0 3px rgba(114,51,191,0.1); }

.blog-sort:hover { border-color: var(--purple);
      color: var(--purple); }

.blog-sort-wrap::after {
  content: '';
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 5px solid var(--gray-400);
      pointer-events: none;
}

.blog-no-results { grid-column: 1 / -1;
      text-align: center;
      padding: 80px 24px;
      display: none; }

.blog-no-results svg { width: 48px;
      height: 48px;
      color: var(--gray-400);
      margin-bottom: 16px; }

.blog-no-results h3 { font-size: 18px;
      font-weight: 700;
      color: var(--dark);
      margin-bottom: 8px; }

.blog-no-results p { font-size: 14px;
      color: var(--gray-600); }

.blog-pagination { display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 0 0 96px; }

.blog-pagination button {
  display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: inherit;
      font-size: 14px;
      font-weight: 600;
      min-width: 40px;
      height: 40px;
      padding: 0 12px;
      border-radius: 10px;
      border: 1.5px solid var(--gray-200);
      background: var(--white);
      color: var(--gray-800);
      cursor: pointer;
      transition: all 0.2s ease;
}

.blog-pagination button:hover:not(:disabled) { border-color: var(--purple);
      color: var(--purple);
      background: var(--purple-soft); }

.blog-pagination button.active {
  background: var(--purple);
      color: var(--white);
      border-color: var(--purple);
      box-shadow: 0 4px 12px rgba(114,51,191,0.3);
}

.blog-pagination button:disabled { opacity: 0.4;
      cursor: not-allowed; }

.blog-pagination-info { font-size: 13px;
      color: var(--gray-400);
      margin-left: 16px; }

.breadcrumb a, .breadcrumb span { font-size: 13px; color: var(--gray-600); text-decoration: none; }

.breadcrumb .separator { margin: 0 6px; }

.quick-nav {
  position: sticky; top: 68px; z-index: 50; background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--gray-200); padding: 12px 0;
}

.quick-nav-inner { display: flex; align-items: center; gap: 16px; overflow-x: auto; }

.region-pills { display: flex; gap: 8px; flex-shrink: 0; }

.region-pill {
  padding: 8px 16px; border-radius: 20px; font-size: 13px; font-weight: 600; border: 1.5px solid var(--gray-200); background: white; color: var(--gray-600); cursor: pointer; transition: all 0.2s; text-decoration: none; white-space: nowrap;
}

.region-pill:hover, .region-pill.active { background: var(--purple); color: white; border-color: var(--purple); }

.az-nav { display: flex; gap: 4px; flex-shrink: 0; margin-left: auto; }

.az-letter {
  width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; color: var(--gray-400); border-radius: 4px; text-decoration: none;
}

.az-letter.has-state { color: var(--purple); cursor: pointer; }

.az-letter.has-state:hover { background: var(--purple-soft); }

.region-section { padding: 48px 0; }

.region-section:nth-child(even) { background: var(--gray-50); }

.region-header { display: flex; align-items: center; gap: 12px; margin-bottom: 32px; }

.region-icon {
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: var(--purple-soft); border-radius: 10px; color: var(--purple); flex-shrink: 0;
}

.region-icon svg { width: 20px; height: 20px; }

.region-title { font-size: 24px; font-weight: 800; }

.region-count {
  background: var(--purple-soft); color: var(--purple); font-size: 13px; font-weight: 600; padding: 4px 12px; border-radius: 12px;
}

.state-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

@media (max-width: 640px) {
  .state-grid { grid-template-columns: 1fr; }
      .stats-grid { grid-template-columns: 1fr; }
      .stats-grid .stat-item { border-right: none; border-top: 1px solid rgba(255,255,255,0.15); }
      .stats-grid .stat-item:first-child { border-top: none; }
      .footer-inner { grid-template-columns: 1fr; }
      .hero-actions { flex-direction: column; }
      .hero-actions .btn { width: 100%; justify-content: center; }
}

.state-card {
  display: flex; align-items: center; gap: 14px; padding: 16px 20px; background: white; border-radius: var(--radius-md); border: 1px solid var(--gray-200); text-decoration: none; color: var(--dark); transition: all 0.2s;
}

.state-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-left: 3px solid var(--purple); }

.state-card-icon {
  width: 36px; height: 36px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--purple-soft); border-radius: 8px; color: var(--purple);
}

.state-card-icon svg { width: 18px; height: 18px; }

.state-card-body { flex: 1; min-width: 0; }

.state-card-name { font-size: 15px; font-weight: 700; margin-bottom: 2px; }

.state-card-excerpt {
  font-size: 12px; color: var(--gray-600); line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

.state-card-arrow { width: 16px; height: 16px; flex-shrink: 0; color: var(--gray-400); transition: color 0.2s, transform 0.2s; }

.state-card:hover .state-card-arrow { color: var(--purple); transform: translateX(2px); }

div.state-card { cursor: pointer; flex-wrap: wrap; }

.state-card-links { display: flex; flex-wrap: wrap; gap: 0; width: 100%; padding-top: 8px; }

.state-card-links a {
  display: inline-block; font-size: 12px; padding: 3px 10px; border-radius: 12px;
      background: rgba(114,51,191,0.08); color: var(--purple); text-decoration: none;
      margin: 4px 4px 0 0; transition: background 0.2s; font-weight: 500; line-height: 1.4;
}

.state-card-links a:hover { background: rgba(114,51,191,0.15); }

.map-section { padding: 48px 0 16px; }

.map-wrapper { position: relative; max-width: 820px; margin: 0 auto; overflow: hidden; }

.us-map { width: 100%; height: auto; display: block; }

.state-path path { fill: var(--gray-100); stroke: #fff; stroke-width: 1.5; transition: fill 0.2s, filter 0.2s; cursor: pointer; }

.state-path:hover path, .state-path:focus path { fill: var(--purple); filter: drop-shadow(0 2px 8px rgba(114,51,191,0.35)); }

.state-path:focus { outline: none; }

.map-tooltip {
  position: fixed; pointer-events: none; background: rgba(30,20,50,0.92); color: #fff; font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 8px; opacity: 0; transition: opacity 0.15s; z-index: 300; white-space: nowrap;
}

.tool-hero { padding: 120px 0 40px;
      background: var(--gray-50);
      position: relative; overflow: hidden; }

.tool-hero h1 { font-size: clamp(28px, 4vw, 40px); font-weight: 800;
      color: var(--dark); margin-bottom: 12px; line-height: 1.2; }

.tool-hero p { font-size: 16px; color: var(--gray-600); max-width: 600px; line-height: 1.7; }

.tool-layout {
  display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      padding: 40px 0 96px;
      align-items: start;
}

.tool-form {
  background: white;
      border-radius: var(--radius-xl);
      padding: 32px;
      border: 1px solid var(--gray-200);
      box-shadow: var(--shadow-sm);
}

.tool-preview {
  position: sticky;
      top: 100px;
      background: white;
      border-radius: var(--radius-xl);
      padding: 32px;
      border: 1px solid var(--gray-200);
      box-shadow: var(--shadow-md);
}

.form-section { margin-bottom: 32px;
      padding-bottom: 32px;
      border-bottom: 1px solid var(--gray-200); }

.form-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.form-section-title {
  font-size: 15px; font-weight: 700;
      color: var(--dark); margin-bottom: 20px;
      display: flex; align-items: center; gap: 8px;
}

.form-section-title svg { width: 18px; height: 18px; color: var(--purple); }

.form-row { display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-bottom: 16px; }

.form-row.single { grid-template-columns: 1fr; }

.form-group { display: flex; flex-direction: column; gap: 6px; }

.form-label { font-size: 13px; font-weight: 600; color: var(--gray-800); }

.form-input, .form-textarea, .form-select {
  font-family: inherit;
      font-size: 14px;
      padding: 10px 14px;
      border: 1.5px solid var(--gray-200);
      border-radius: var(--radius-sm);
      color: var(--dark);
      transition: border-color 0.2s, box-shadow 0.2s;
      background: white;
      width: 100%;
}

.form-input:focus, .form-textarea:focus, .form-select:focus { outline: none;
      border-color: var(--purple);
      box-shadow: 0 0 0 3px rgba(114,51,191,0.1); }

.form-textarea { resize: vertical; min-height: 120px; }

.logo-upload {
  border: 2px dashed var(--gray-200);
      border-radius: var(--radius-md);
      padding: 24px;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s;
}

.logo-upload:hover { border-color: var(--purple);
      background: var(--purple-soft); }

.logo-upload.has-logo { border-style: solid;
      border-color: var(--purple-mid); }

.logo-upload img { max-height: 60px;
      max-width: 200px;
      object-fit: contain; }

.logo-upload-text { font-size: 13px; color: var(--gray-600); margin-top: 8px; }

.logo-upload-icon { color: var(--gray-400); margin-bottom: 4px; }

.line-items-header {
  display: grid;
      grid-template-columns: 3fr 1fr 1fr 1fr 40px;
      gap: 8px;
      margin-bottom: 8px;
      padding: 0 0 8px;
      border-bottom: 1px solid var(--gray-200);
}

.line-items-header span {
  font-size: 11px; font-weight: 700;
      color: var(--gray-600); text-transform: uppercase;
      letter-spacing: 0.06em;
}

.line-item {
  display: grid;
      grid-template-columns: 3fr 1fr 1fr 1fr 40px;
      gap: 8px;
      align-items: center;
      margin-bottom: 8px;
}

.line-item .form-input { padding: 8px 10px; font-size: 13px; }

.line-item-total { font-size: 13px; font-weight: 600; color: var(--dark);
      text-align: right; padding-right: 4px; }

.remove-item-btn {
  width: 32px; height: 32px;
      border: none; background: none;
      color: var(--gray-400); cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      border-radius: var(--radius-sm);
      transition: all 0.2s;
}

.remove-item-btn:hover { background: rgba(239,68,68,0.1); color: #EF4444; }

.add-item-btn {
  display: inline-flex; align-items: center; gap: 6px;
      font-family: inherit; font-size: 13px; font-weight: 600;
      color: var(--purple); background: none;
      border: 1.5px dashed var(--purple-mid);
      padding: 8px 16px; border-radius: var(--radius-sm);
      cursor: pointer; transition: all 0.2s;
      margin-top: 8px;
}

.add-item-btn:hover { background: var(--purple-soft);
      border-color: var(--purple); }

.export-actions { display: flex; gap: 12px; margin-top: 32px;
      padding-top: 32px;
      border-top: 1px solid var(--gray-200); }

.preview-header {
  display: flex; justify-content: space-between;
      align-items: flex-start; margin-bottom: 32px;
      padding-bottom: 24px;
      border-bottom: 3px solid var(--purple);
}

.preview-biz-name { font-size: 16px; font-weight: 700; color: var(--dark); margin-top: 4px; }

.preview-biz-details { font-size: 11px; color: var(--gray-600); line-height: 1.5; }

.preview-logo { max-height: 50px; max-width: 150px; display: block; margin-bottom: 8px; }

.preview-doc-title {
  font-size: 16px; font-weight: 900; color: var(--purple); text-transform: uppercase; letter-spacing: 0.02em; text-align: right; line-height: 1.3; max-width: 180px;
}

.preview-doc-number { font-size: 12px; color: var(--gray-600); margin-top: 4px; text-align: right; }

.preview-info-grid { display: grid; grid-template-columns: 1fr 1fr;
      gap: 24px; margin-bottom: 32px; }

.preview-label {
  font-size: 10px; font-weight: 700;
      text-transform: uppercase; letter-spacing: 0.06em;
      color: var(--gray-400); margin-bottom: 4px;
}

.preview-value { font-size: 13px; color: var(--dark); line-height: 1.5; }

.preview-table { width: 100%; border-collapse: collapse; margin-bottom: 24px; }

.preview-table th {
  font-size: 10px; font-weight: 700;
      text-transform: uppercase; letter-spacing: 0.06em;
      color: white; background: var(--purple);
      padding: 8px 12px; text-align: left;
}

.preview-table th:last-child { text-align: right; }

.preview-table td { font-size: 12px; color: var(--dark);
      padding: 10px 12px;
      border-bottom: 1px solid var(--gray-200); }

.preview-table td:last-child { text-align: right; font-weight: 600; }

.preview-totals { display: flex; flex-direction: column;
      align-items: flex-end; gap: 6px; }

.preview-total-row { display: flex; gap: 24px;
      font-size: 14px; color: var(--gray-600); }

.preview-total-row.grand {
  font-size: 18px; font-weight: 800;
      color: var(--dark);
      padding-top: 8px;
      border-top: 2px solid var(--dark);
      margin-top: 4px;
}

.preview-total-label { min-width: 80px; text-align: right; }

.preview-total-value { min-width: 100px; text-align: right; }

.preview-notes {
  font-size: 11px; color: var(--gray-600);
      line-height: 1.6; margin-top: 24px;
      padding-top: 16px;
      border-top: 1px solid var(--gray-200);
      white-space: pre-wrap;
}

.preview-notes-label {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.06em; color: var(--gray-400); margin-bottom: 6px;
}

.preview-footer {
  text-align: center; margin-top: 32px;
      padding-top: 16px;
      border-top: 1px solid var(--gray-200);
      font-size: 10px; color: var(--gray-400);
}

.content-cols { display: grid; grid-template-columns: 1fr 1fr;
      gap: 56px; margin-top: 48px; align-items: start; }

.form-row:last-child { margin-bottom: 0; }

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

.type-btn {
  padding: 8px 16px; border-radius: 100px; border: 1.5px solid var(--gray-200); background: white; color: var(--gray-800); font-family: inherit; font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.2s; white-space: nowrap;
}

.type-btn:hover { border-color: var(--purple); color: var(--purple); }

.type-btn.active { background: var(--purple); color: white; border-color: var(--purple); }

.state-note {
  background: var(--purple-soft); border-left: 3px solid var(--purple); border-radius: 0 8px 8px 0; padding: 12px 16px; margin-top: 12px; font-size: 13px; color: var(--gray-800); line-height: 1.6; display: none;
}

.state-note.visible { display: block; }

.preview-section { margin-bottom: 14px; }

.preview-section-title {
  font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--purple); margin-bottom: 6px; padding-bottom: 3px; border-bottom: 1px solid var(--gray-200);
}

.preview-clause { font-size: 11px; color: var(--dark); line-height: 1.65; margin-bottom: 6px; }

.preview-sig-line { display: flex; justify-content: space-between; gap: 24px; margin-top: 20px; }

.preview-sig-block { flex: 1; }

.preview-sig-rule { border-top: 1px solid var(--dark); padding-top: 4px; margin-top: 32px; font-size: 10px; color: var(--gray-600); }

.download-section { margin-top: 32px; padding-top: 32px; border-top: 1px solid var(--gray-200); }

.btn-download { width: 100%; justify-content: center; padding: 16px 32px; font-size: 16px; border-radius: 10px; }

.conditional-field { display: none; }

.conditional-field.visible { display: flex; }

.form-section-collapsible { margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--gray-200); }

.form-section-toggle {
  display: flex; align-items: center; justify-content: space-between; cursor: pointer; user-select: none; padding: 0; margin-bottom: 0;
}

.form-section-toggle .toggle-icon {
  width: 24px; height: 24px; background: var(--purple-soft); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s;
}

.form-section-toggle .toggle-icon svg { width: 12px; height: 12px; color: var(--purple); transition: transform 0.3s; }

.form-section-collapsible.open .toggle-icon { background: var(--purple); }

.form-section-collapsible.open .toggle-icon svg { color: white; transform: rotate(180deg); }

.form-section-body { max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.4s ease, opacity 0.3s ease; }

.form-section-collapsible.open .form-section-body { max-height: 2000px; opacity: 1; padding-top: 20px; }

.toggle-switch { position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; }

.toggle-switch input { opacity: 0; width: 0; height: 0; }

.toggle-slider { position: absolute; cursor: pointer; inset: 0; background: var(--gray-200); border-radius: 24px; transition: 0.3s; }

.toggle-slider::before {
  content: ''; position: absolute; width: 18px; height: 18px; left: 3px; bottom: 3px; background: white; border-radius: 50%; transition: 0.3s;
}

.toggle-switch input:checked + .toggle-slider { background: var(--purple); }

.toggle-switch input:checked + .toggle-slider::before { transform: translateX(20px); }

.form-toggle-row {
  display: flex; align-items: center; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--gray-100);
}

.form-toggle-row:last-child { border-bottom: none; }

.form-toggle-label { font-size: 13px; font-weight: 600; color: var(--gray-800); }

.preview-number {
  display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; background: var(--purple); color: white; border-radius: 50%; font-size: 9px; font-weight: 700; margin-right: 6px; flex-shrink: 0;
}

.preview-bullet {
  margin-left: 12px; padding-left: 8px; border-left: 2px solid var(--purple-soft); font-size: 11px; color: var(--gray-700); line-height: 1.6; margin-top: 4px; margin-bottom: 4px;
}

.hero-inner-centered { max-width: 720px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }

.hero-inner-centered .hero-sub { margin-left: auto; margin-right: auto; }

.hero-inner-centered .hero-actions { justify-content: center; }

.hero-inner-centered .hero-social-proof { justify-content: center; }

.hero-stats-row { display: flex; gap: 24px; justify-content: center; margin-bottom: 32px; flex-wrap: wrap; }

.hero-stat-badge {
  display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.85);
      backdrop-filter: blur(8px); border: 1px solid rgba(114,51,191,0.12);
      border-radius: 100px; padding: 8px 18px; font-size: 14px; font-weight: 600; color: var(--dark);
}

.hero-stat-badge strong { color: var(--purple); }

.market-section { background: white; }

.market-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }

.market-text h3 { font-size: 20px; font-weight: 700; color: var(--dark); margin-bottom: 16px; }

.market-text p { font-size: 15px; color: var(--gray-600); line-height: 1.8; margin-bottom: 16px; }

.market-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.market-stat-card {
  background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: var(--radius-md);
      padding: 20px; text-align: center;
}

.market-stat-card .stat-val { font-size: 28px; font-weight: 900; color: var(--purple); margin-bottom: 4px; }

.market-stat-card .stat-lbl { font-size: 12px; color: var(--gray-600); font-weight: 500; }

.market-callout {
  background: linear-gradient(135deg, rgba(114,51,191,0.06), rgba(254,77,255,0.06));
      border: 1px solid rgba(114,51,191,0.15); border-radius: var(--radius-md);
      padding: 20px 24px; margin-top: 24px;
}

.market-callout h4 { font-size: 15px; font-weight: 700; color: var(--purple); margin-bottom: 6px; }

.market-callout p { font-size: 13px; color: var(--gray-600); line-height: 1.7; margin: 0; }

.local-pricing { background: var(--gray-50); }

.pricing-table-wrap { overflow-x: auto; margin: 24px 0 32px;
      border-radius: var(--radius-md);
      border: 1px solid var(--gray-200); }

.pricing-local-table {
  width: 100%; border-collapse: collapse; background: white;
      border-radius: var(--radius-md); overflow: hidden;
      box-shadow: var(--shadow-sm); border: 1px solid var(--gray-200);
}

.pricing-local-table th {
  background: var(--purple); color: white; font-size: 12px; font-weight: 700;
      text-transform: uppercase; letter-spacing: 0.06em; padding: 14px 20px; text-align: left;
}

.pricing-local-table td { padding: 14px 20px; font-size: 14px; color: var(--gray-800);
      border-bottom: 1px solid var(--gray-200); }

.pricing-local-table tr:last-child td { border-bottom: none; }

.pricing-local-table tr:hover td { background: var(--gray-50); }

.pricing-context { max-width: 720px; margin: 20px auto 0; font-size: 14px; color: var(--gray-600); line-height: 1.7; text-align: center; }

.regulations-section { background: white; }

.reg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }

.reg-card {
  background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: var(--radius-md);
      padding: 24px; transition: all 0.2s;
}

.reg-card:hover { border-color: rgba(114,51,191,0.2); box-shadow: var(--shadow-sm); }

.reg-card h3 { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }

.reg-card p { font-size: 13px; color: var(--gray-600); line-height: 1.7; }

.related-section { background: var(--gray-50); padding: 64px 0; }

.related-link {
  display: block; background: white; border: 1px solid var(--gray-200); border-radius: var(--radius-md);
      padding: 16px 20px; text-decoration: none; color: var(--dark); font-size: 14px; font-weight: 600;
      transition: all 0.2s;
}

.related-link:hover { border-color: var(--purple); color: var(--purple); transform: translateY(-2px); box-shadow: var(--shadow-sm); }

.related-link small { display: block; font-size: 11px; color: var(--gray-400); font-weight: 500; margin-bottom: 4px; }

.feature-tip {
  font-size: 12px; color: var(--purple); font-weight: 600; margin-top: 10px; line-height: 1.5; padding-top: 10px; border-top: 1px solid var(--gray-200);
}

.step-tip { font-size: 12px; color: var(--purple); font-weight: 600; margin-top: 10px; line-height: 1.5; }

.plan-tip {
  font-size: 12px; color: var(--purple); font-weight: 600; margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--gray-200); line-height: 1.5; text-align: center;
}

.snapshot-section { background: white; }

.snapshot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }

.snapshot-card {
  background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: var(--radius-md); padding: 20px; text-align: center; transition: all 0.2s;
}

.snapshot-card:hover { border-color: rgba(114,51,191,0.2); box-shadow: var(--shadow-sm); }

.snapshot-val { font-size: 28px; font-weight: 900; color: var(--purple); margin-bottom: 4px; line-height: 1.1; }

.snapshot-metric { font-size: 13px; font-weight: 600; color: var(--dark); margin-bottom: 4px; }

.snapshot-context { font-size: 12px; color: var(--gray-600); line-height: 1.5; }

.snapshot-source { font-size: 10px; color: var(--gray-400); margin-top: 6px; font-style: italic; }

.data-attribution { max-width: 720px; margin: 20px auto 0; font-size: 11px; color: var(--gray-400); text-align: center; font-style: italic; }

.service-areas { background: var(--gray-50); }

.areas-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 40px; }

.area-card {
  background: white; border: 1px solid var(--gray-200); border-radius: var(--radius-md); padding: 20px 24px; transition: all 0.2s;
}

.area-card:hover { border-color: rgba(114,51,191,0.2); box-shadow: var(--shadow-sm); transform: translateY(-2px); }

.area-name {
  font-size: 16px; font-weight: 700; color: var(--dark); margin-bottom: 6px; display: flex; align-items: center; gap: 8px;
}

.area-name::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--purple); flex-shrink: 0; }

.area-desc { font-size: 13px; color: var(--gray-600); line-height: 1.7; }

.why-local { background: white; }

.why-local-list { max-width: 720px; margin: 40px auto 0; display: flex; flex-direction: column; gap: 16px; }

.why-local-item {
  display: flex; gap: 16px; align-items: flex-start; background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: var(--radius-md); padding: 20px 24px; transition: all 0.2s;
}

.why-local-item:hover { border-color: rgba(114,51,191,0.2); box-shadow: var(--shadow-sm); }

.why-local-icon {
  width: 44px; height: 44px; background: var(--purple-soft); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid var(--purple-mid);
}

.why-local-icon svg { width: 22px; height: 22px; color: var(--purple); }

.why-local-text { font-size: 15px; color: var(--gray-800); line-height: 1.7; font-weight: 500; }

.comparison-callouts { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }

.comparison-item {
  display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--purple); font-weight: 600; background: linear-gradient(135deg, rgba(114,51,191,0.04), rgba(254,77,255,0.04)); border: 1px solid rgba(114,51,191,0.12); border-radius: var(--radius-sm); padding: 10px 14px;
}

.comparison-item::before { content: '\2191'; font-size: 14px; font-weight: 900; }

.pricing-table { width: 100%; border-collapse: collapse; min-width: 500px; }

.pricing-table th {
  font-size: 12px; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.06em; color: white; background: var(--purple);
      padding: 12px 16px; text-align: left;
}

.pricing-table td { font-size: 14px; color: var(--dark); padding: 12px 16px;
      border-bottom: 1px solid var(--gray-200); }

.pricing-table tr:last-child td { border-bottom: none; }

.pricing-table tr:nth-child(even) td { background: var(--gray-50); }

.pricing-table td:last-child { font-weight: 600; }

.article-content table {
  width: 100%; border-collapse: collapse; margin: 20px 0 24px; font-size: 14px; border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--gray-200);
}

.article-content table thead th { background: var(--purple); color: white; font-weight: 700; text-align: left; padding: 12px 16px; font-size: 13px; }

.article-content table tbody td { padding: 12px 16px; border-bottom: 1px solid var(--gray-200); color: var(--gray-800); line-height: 1.6; }

.article-content table tbody tr:last-child td { border-bottom: none; }

.resources-hero { padding: 140px 0 80px;
      background: var(--gray-50);
      position: relative; overflow: hidden; }

.resources-grid { display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px; }

.resource-card {
  background: white;
      border-radius: var(--radius-xl);
      padding: 36px 32px;
      border: 1px solid var(--gray-200);
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      text-decoration: none;
      color: inherit;
      display: block;
}

.resource-card::before {
  content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--purple), var(--accent));
      opacity: 0;
      transition: opacity 0.3s;
}

.resource-card:hover { transform: translateY(-4px);
      box-shadow: var(--shadow-lg);
      border-color: rgba(114,51,191,0.2); }

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

.resource-icon {
  width: 64px; height: 64px;
      background: var(--purple-soft);
      border-radius: var(--radius-md);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px;
      border: 1px solid var(--purple-mid);
}

.resource-icon svg { width: 28px; height: 28px; color: var(--purple); }

.resource-badge {
  display: inline-flex;
      font-size: 11px; font-weight: 700;
      letter-spacing: 0.06em; text-transform: uppercase;
      background: var(--accent-soft); color: #c026d3;
      padding: 4px 10px; border-radius: 100px;
      margin-bottom: 16px;
}

.resource-title { font-size: 20px; font-weight: 700;
      color: var(--dark); margin-bottom: 12px; }

.resource-desc { font-size: 14px; color: var(--gray-600);
      line-height: 1.7; margin-bottom: 24px; }

.resource-link {
  display: inline-flex; align-items: center; gap: 6px;
      font-size: 14px; font-weight: 600; color: var(--purple);
      transition: gap 0.2s;
}

.resource-card:hover .resource-link { gap: 10px; }

.resource-card-coming { pointer-events: none; opacity: 0.6; }

.content-block h2 { font-size: clamp(22px, 3vw, 32px); font-weight: 800;
      color: var(--dark); margin-bottom: 16px; line-height: 1.2; }
