/* UVISOFT Marketing Website */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

html { scroll-behavior: smooth; scroll-padding-top: 100px; }

.site-body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  color: #0f172a;
  background-color: #f4f8fc;
  background-image:
    radial-gradient(ellipse 70% 55% at 8% -5%, rgba(13, 71, 161, 0.08), transparent),
    radial-gradient(ellipse 55% 45% at 92% 15%, rgba(0, 188, 212, 0.06), transparent),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(21, 101, 192, 0.05), transparent),
    radial-gradient(rgba(13, 71, 161, 0.04) 0.7px, transparent 0.7px);
  background-size: 100% 900px, 100% 700px, 100% 900px, 24px 24px;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  overflow-x: hidden;
  position: relative;
}
.site-body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle 420px at 5% 45%, rgba(13, 71, 161, 0.035), transparent),
    radial-gradient(circle 380px at 95% 55%, rgba(0, 188, 212, 0.03), transparent);
}
.site-body > * {
  position: relative;
  z-index: 1;
}
.site-body .bg-light {
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.92) 0%, rgba(241, 245, 249, 0.88) 100%) !important;
}
.site-body section.bg-light {
  position: relative;
  overflow: hidden;
}
.site-body section.bg-light::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(0, 188, 212, 0.07), transparent 45%),
    radial-gradient(circle at 10% 85%, rgba(13, 71, 161, 0.05), transparent 40%);
  pointer-events: none;
}
.site-body section.bg-light > .container {
  position: relative;
  z-index: 1;
}

/* Transparent brand logos — no background box anywhere */
.brand-logo,
img.site-logo,
img.site-logo-lg,
img.auth-logo,
img.uv-sidebar-icon,
img.uv-sidebar-logo {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  object-fit: contain;
}

.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1030;
  padding: 1.35rem 0;
  transition: all 0.3s ease;
}
.site-nav.scrolled {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 30px rgba(15,23,42,0.08);
  padding: 0.65rem 0;
}
.site-nav .navbar-brand {
  line-height: 0;
}
.site-nav .nav-link {
  color: #334155 !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 1rem !important;
}
.site-nav .nav-link:hover { color: #0d47a1 !important; }
.site-nav .nav-link.active { color: #0d47a1 !important; font-weight: 600; }
.site-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230d47a1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.site-nav .navbar-collapse {
  background: #fff;
  border-radius: 16px;
  padding: 0.75rem 1rem;
  margin-top: 0.75rem;
  box-shadow: 0 12px 40px rgba(15,23,42,0.1);
}
@media (min-width: 992px) {
  .site-nav .navbar-collapse { background: transparent; box-shadow: none; padding: 0; margin-top: 0; }
}
.site-nav .btn-login {
  background: linear-gradient(135deg, #1565c0, #0d47a1);
  color: #fff !important;
  border-radius: 50px;
  padding: 0.5rem 1.35rem !important;
  font-weight: 600;
  border: none;
  box-shadow: 0 4px 14px rgba(13,71,161,0.35);
}
.site-nav .navbar-brand img.site-logo {
  height: 84px;
  width: auto;
  max-width: min(420px, 80vw);
  display: block;
}
.site-nav.scrolled .navbar-brand img.site-logo {
  height: 70px;
}
.site-logo-lg {
  height: auto;
  max-height: 130px;
  max-width: 420px;
  width: auto;
}
.auth-logo {
  display: block;
  max-height: 90px;
  width: auto;
  max-width: 100%;
  margin: 0 auto 1rem;
}
.uv-sidebar-brand-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.25rem;
}
.uv-sidebar-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.uv-sidebar-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.uv-sidebar-logo {
  max-width: 100%;
  height: auto;
  max-height: 56px;
  border-radius: 8px;
  margin-bottom: 0.35rem;
}

.site-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 8rem 0 4rem;
  background-color: #f0f7ff;
  background-image:
    linear-gradient(160deg, rgba(240, 247, 255, 0.95) 0%, rgba(227, 242, 253, 0.9) 45%, rgba(255, 255, 255, 0.85) 100%),
    radial-gradient(rgba(13, 71, 161, 0.05) 0.8px, transparent 0.8px),
    linear-gradient(135deg, transparent 48%, rgba(0, 188, 212, 0.03) 49%, rgba(0, 188, 212, 0.03) 51%, transparent 52%);
  background-size: 100% 100%, 26px 26px, 80px 80px;
  overflow: hidden;
}
.site-hero .container {
  position: relative;
  z-index: 2;
}
.site-hero::before {
  content: '';
  position: absolute;
  top: -20%; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(0,188,212,0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.site-hero::after {
  content: '';
  position: absolute;
  bottom: -30%; left: -15%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(13,71,161,0.1) 0%, transparent 70%);
  border-radius: 50%;
}
.site-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid #dbeafe;
  color: #1565c0;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(13,71,161,0.08);
}
.site-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #0f172a;
}
.site-hero h1 span {
  background: linear-gradient(135deg, #0d47a1, #00838f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.site-hero-lead {
  font-size: 1.15rem;
  color: #64748b;
  line-height: 1.7;
  max-width: 540px;
}
.btn-hero-primary {
  background: linear-gradient(135deg, #1565c0, #0d47a1);
  color: #fff;
  border: none;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 8px 24px rgba(13,71,161,0.35);
  transition: all 0.25s;
}
.btn-hero-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(13,71,161,0.4); }
.btn-hero-outline {
  background: #fff;
  color: #0d47a1;
  border: 2px solid #bfdbfe;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.25s;
}
.btn-hero-outline:hover { background: #eff6ff; color: #0d47a1; border-color: #93c5fd; }

.hero-dashboard {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 25px 80px rgba(15,23,42,0.12);
  border: 1px solid #e2e8f0;
  overflow: hidden;
  transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
  transition: transform 0.4s;
}
.hero-dashboard:hover { transform: perspective(1000px) rotateY(0) rotateX(0); }
.hero-dash-header {
  background: linear-gradient(135deg, #0d47a1, #1565c0);
  padding: 1rem 1.25rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}
.hero-dash-body { padding: 1.25rem; }
.hero-product-item { transition: all 0.2s; border: 1px solid transparent; }
.hero-product-link:hover .hero-product-item {
  border-color: #bfdbfe;
  background: #eff6ff !important;
  transform: translateX(4px);
}
.hero-stat-mini {
  background: #f8fafc;
  border-radius: 12px;
  padding: 0.85rem;
  text-align: center;
}
.hero-stat-mini .num { font-size: 1.4rem; font-weight: 800; color: #0d47a1; }
.hero-stat-mini .lbl { font-size: 0.7rem; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.5px; }

.site-stats-bar {
  background: linear-gradient(135deg, #0d47a1 0%, #1565c0 50%, #1976d2 100%);
  color: #fff;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}
.site-stats-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.08), transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(0, 188, 212, 0.12), transparent 45%),
    radial-gradient(rgba(255, 255, 255, 0.06) 0.8px, transparent 0.8px);
  background-size: 100% 100%, 100% 100%, 20px 20px;
  pointer-events: none;
}
.site-stats-bar .container {
  position: relative;
  z-index: 1;
}
.site-stat-item { text-align: center; }
.site-stat-item .num { font-size: 2rem; font-weight: 800; line-height: 1; opacity: 0.95; }
.site-stat-item .num i { font-size: 2rem; }
.site-stat-item .lbl { opacity: 0.85; font-size: 0.82rem; margin-top: 0.5rem; line-height: 1.3; }

.audience-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.35rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  height: 100%;
  transition: all 0.25s;
  color: inherit;
}
.audience-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 12px 32px rgba(15,23,42,0.08);
  transform: translateY(-4px);
}
.audience-icon {
  width: 48px; height: 48px; min-width: 48px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem;
}
.audience-card h5 { font-weight: 700; font-size: 1rem; margin-bottom: 0.25rem; color: #0f172a; }
.audience-card p { font-size: 0.875rem; color: #64748b; margin: 0; }

.product-mock {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(15,23,42,0.1);
  border: 1px solid #e2e8f0;
  overflow: hidden;
}
.product-mock-bar {
  background: #f1f5f9;
  padding: 0.75rem 1rem;
  display: flex; gap: 0.4rem;
}
.product-mock-bar span {
  width: 10px; height: 10px; border-radius: 50%;
  background: #cbd5e1;
}
.product-mock-bar span:first-child { background: #f87171; }
.product-mock-bar span:nth-child(2) { background: #fbbf24; }
.product-mock-bar span:nth-child(3) { background: #4ade80; }
.product-mock-body { padding: 1.25rem; }
.product-mock-row {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.9rem;
}
.product-mock-row:last-child { border-bottom: none; }
.product-mock-row i { color: #64748b; font-size: 1.1rem; }
.product-mock-row small { display: block; color: #94a3b8; font-size: 0.78rem; }
.product-mock-clinic { border-top: 4px solid #00897b; }
.product-mock-pos { border-top: 4px solid #e65100; }
.product-mock-business { border-top: 4px solid #1565c0; }
.product-mock-custom { border-top: 4px solid #334155; }
.pos-bill-header {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 0.75rem; margin-bottom: 0.5rem;
  border-bottom: 2px dashed #e2e8f0;
}
.pos-pay-btns { display: flex; gap: 0.5rem; margin-top: 1rem; }
.pos-pay {
  flex: 1; text-align: center; padding: 0.5rem;
  background: #f8fafc; border-radius: 8px;
  font-size: 0.8rem; font-weight: 600; color: #64748b;
}
.pos-pay.active { background: #fff3e0; color: #e65100; }
.biz-stat-row { display: flex; gap: 0.75rem; margin-bottom: 1rem; }
.biz-stat {
  flex: 1; text-align: center; padding: 0.75rem;
  background: #eff6ff; border-radius: 12px;
}
.biz-stat strong { display: block; color: #0d47a1; font-size: 1.1rem; }
.biz-stat small { color: #64748b; font-size: 0.75rem; }

.faq-accordion .accordion-item {
  border: 1px solid #e2e8f0;
  border-radius: 12px !important;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.faq-accordion .accordion-button {
  font-weight: 600;
  font-size: 0.95rem;
  color: #0f172a;
  background: #fff;
  box-shadow: none !important;
  padding: 1.1rem 1.25rem;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #0d47a1;
  background: #eff6ff;
}
.faq-accordion .accordion-body { padding: 0 1.25rem 1.1rem; line-height: 1.7; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }

.back-to-top {
  position: fixed;
  bottom: 1.5rem; right: 1.5rem;
  width: 48px; height: 48px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #1565c0, #0d47a1);
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 8px 24px rgba(13,71,161,0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s;
  z-index: 1020;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { color: #fff; transform: translateY(-3px); }

.whatsapp-float {
  position: fixed;
  bottom: 1.5rem; left: 1.5rem;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 8px 24px rgba(37,211,102,0.4);
  z-index: 1020;
  transition: all 0.3s;
  text-decoration: none;
}
.whatsapp-float:hover { color: #fff; transform: scale(1.08); background: #20bd5a; }

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #0f172a;
}
.section-sub {
  color: #64748b;
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

.module-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.module-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--mod-color, #0d47a1);
  transform: scaleX(0);
  transition: transform 0.3s;
}
.module-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(15,23,42,0.1);
  border-color: transparent;
}
.module-card:hover::before { transform: scaleX(1); }
.module-icon {
  width: 64px; height: 64px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
.module-card h4 { font-weight: 700; font-size: 1.2rem; margin-bottom: 0.5rem; }
.module-card p { color: #64748b; font-size: 0.95rem; margin-bottom: 1rem; }
.module-features { list-style: none; padding: 0; margin: 0; }
.module-features li {
  font-size: 0.85rem;
  color: #475569;
  padding: 0.25rem 0;
  display: flex; align-items: center; gap: 0.5rem;
}
.module-features li i { color: #22c55e; font-size: 0.75rem; }

.feature-box {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 16px;
  height: 100%;
  transition: background 0.2s;
}
.feature-box:hover { background: #eff6ff; }
.feature-box-icon {
  width: 52px; height: 52px;
  min-width: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  color: #0d47a1;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem;
}
.feature-box h5 { font-weight: 700; font-size: 1rem; margin-bottom: 0.35rem; }
.feature-box p { color: #64748b; font-size: 0.9rem; margin: 0; }

.platform-flow {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.6) 0%, rgba(255, 255, 255, 0.4) 100%),
    radial-gradient(rgba(13, 71, 161, 0.035) 0.7px, transparent 0.7px);
  background-size: 100% 100%, 22px 22px;
  padding: 5rem 0;
  position: relative;
}
.platform-flow::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(13, 71, 161, 0.12), transparent);
}
.flow-step {
  text-align: center;
  position: relative;
}
.flow-num {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, #1565c0, #0d47a1);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  margin: 0 auto 1rem;
  font-size: 1.1rem;
}
.flow-step h5 { font-weight: 700; font-size: 1rem; }
.flow-step p { color: #64748b; font-size: 0.875rem; }

.cta-section {
  background: linear-gradient(135deg, #0d47a1 0%, #1565c0 45%, #00838f 100%);
  border-radius: 24px;
  padding: 4rem 2rem;
  color: #fff;
  text-align: center;
  margin: 0 1rem;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(255, 255, 255, 0.1), transparent 45%),
    radial-gradient(circle at 85% 30%, rgba(0, 188, 212, 0.15), transparent 40%);
  pointer-events: none;
}
.cta-section h2,
.cta-section p,
.cta-section a {
  position: relative;
  z-index: 1;
}
.cta-section h2 { font-weight: 800; font-size: 2rem; margin-bottom: 0.75rem; }
.cta-section p { opacity: 0.9; font-size: 1.1rem; margin-bottom: 2rem; }
.btn-cta-white {
  background: #fff;
  color: #0d47a1;
  border: none;
  padding: 0.85rem 2.25rem;
  border-radius: 50px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.btn-cta-white:hover { color: #0d47a1; transform: translateY(-2px); }

.pricing-card {
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 24px;
  padding: 2.5rem 2rem;
  height: 100%;
  transition: all 0.3s;
  position: relative;
}
.pricing-card.featured {
  border-color: #1565c0;
  box-shadow: 0 20px 60px rgba(13,71,161,0.15);
  transform: scale(1.03);
}
.pricing-card:hover { box-shadow: 0 16px 48px rgba(15,23,42,0.1); }
.pricing-badge {
  position: absolute;
  top: -12px; left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #1565c0, #0d47a1);
  color: #fff;
  padding: 0.35rem 1.25rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pricing-card h3 { font-weight: 800; font-size: 1.35rem; }
.pricing-price { font-size: 2.75rem; font-weight: 800; color: #0d47a1; line-height: 1; }
.pricing-price small { font-size: 1rem; color: #94a3b8; font-weight: 500; }
.pricing-features { list-style: none; padding: 0; margin: 1.5rem 0; }
.pricing-features li {
  padding: 0.5rem 0;
  display: flex; align-items: center; gap: 0.65rem;
  color: #475569;
  font-size: 0.95rem;
  border-bottom: 1px solid #f1f5f9;
}
.pricing-features li i { color: #22c55e; }

.contact-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(15,23,42,0.08);
  border: 1px solid #e2e8f0;
  overflow: hidden;
}
.contact-info-item {
  display: flex;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #f1f5f9;
}
.contact-info-item:last-child { border-bottom: none; }
.contact-info-icon {
  width: 48px; height: 48px;
  background: #eff6ff;
  color: #1565c0;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
}

.site-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 4rem 0 2rem;
}
.site-footer h6 {
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
}
.site-footer a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.9rem;
  display: block;
  padding: 0.3rem 0;
  transition: color 0.2s;
}
.site-footer a:hover { color: #fff; }
.footer-brand {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff !important;
  margin-bottom: 0.75rem;
}
.footer-social a {
  display: inline-flex;
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  align-items: center; justify-content: center;
  margin-right: 0.5rem;
  padding: 0;
}
.footer-social a:hover { background: #1565c0; color: #fff !important; }

.page-header {
  background-color: #eff6ff;
  background-image:
    linear-gradient(160deg, rgba(239, 246, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 55%, rgba(255, 255, 255, 0.9) 100%),
    radial-gradient(rgba(13, 71, 161, 0.05) 0.75px, transparent 0.75px),
    radial-gradient(ellipse 60% 80% at 50% 0%, rgba(0, 188, 212, 0.08), transparent);
  background-size: 100% 100%, 22px 22px, 100% 100%;
  padding: 7rem 0 3rem;
  text-align: center;
  position: relative;
}
.page-header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(13, 71, 161, 0.1), transparent);
}
.page-header h1 { font-weight: 800; font-size: 2.5rem; letter-spacing: -0.5px; }

@media (max-width: 991px) {
  .hero-dashboard { transform: none; margin-top: 2rem; }
  .pricing-card.featured { transform: none; }
  .site-hero { min-height: auto; padding-top: 6rem; }
}
