/* ServisERP Landing — modern SaaS/ERP (navy + electric blue) */
:root {
  --lp-navy: #0f172a;
  --lp-navy-soft: #1e293b;
  --lp-blue: #2563eb;
  --lp-blue-2: #3b82f6;
  --lp-blue-soft: #eff6ff;
  --lp-line: #e2e8f0;
  --lp-muted: #64748b;
  --lp-surface: #f7f9fc;
  --lp-card: #ffffff;
  --lp-emerald: #059669;
  --lp-radius: 16px;
  --lp-radius-sm: 10px;
  --lp-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --lp-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
  --lp-shadow-lg: 0 24px 48px rgba(15, 23, 42, 0.1);
}

body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  background:
    radial-gradient(ellipse 80% 50% at 100% -10%, rgba(37, 99, 235, 0.08), transparent 50%),
    radial-gradient(ellipse 60% 40% at 0% 20%, rgba(15, 23, 42, 0.04), transparent 45%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  color: var(--lp-navy);
  overflow-x: hidden;
}

h1, h2, h3, .brand-font {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  letter-spacing: -0.03em;
}

.btn-glow {
  background: linear-gradient(135deg, #1d4ed8, var(--lp-blue) 50%, #60a5fa);
  border: 0;
  color: #fff !important;
  font-weight: 700;
  border-radius: var(--lp-radius-sm) !important;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28);
  transition: transform 0.2s var(--lp-ease), box-shadow 0.2s var(--lp-ease);
}
.btn-glow:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.34);
}

.btn-outline-erp {
  border: 1.5px solid #cbd5e1 !important;
  color: var(--lp-navy) !important;
  background: #fff !important;
  font-weight: 700;
  border-radius: var(--lp-radius-sm) !important;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}
.btn-outline-erp:hover {
  background: var(--lp-blue-soft) !important;
  border-color: #93c5fd !important;
  color: #1e3a8a !important;
  transform: translateY(-1px);
}

/* Login nav button */
.btn-login-nav {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 36px;
  padding: 0.4rem 0.95rem !important;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1;
  color: var(--lp-navy) !important;
  background: #fff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
  text-decoration: none !important;
  transition: background 0.2s var(--lp-ease), color 0.2s var(--lp-ease),
    border-color 0.2s var(--lp-ease), box-shadow 0.2s var(--lp-ease),
    transform 0.2s var(--lp-ease);
}
.btn-login-nav .login-ico {
  display: inline-flex;
  width: 1.15rem;
  height: 1.15rem;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #f1f5f9;
  color: #334155;
  font-size: 0.62rem;
  transition: inherit;
}
.btn-login-nav .login-arrow {
  font-size: 0.65rem;
  opacity: 0.55;
  transition: transform 0.2s var(--lp-ease), opacity 0.2s ease;
}
.btn-login-nav:hover {
  color: #fff !important;
  background: var(--lp-navy) !important;
  border-color: var(--lp-navy) !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
  transform: translateY(-1px);
}
.btn-login-nav:hover .login-ico {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.btn-login-nav:hover .login-arrow {
  opacity: 1;
  transform: translateX(2px);
}
.btn-login-nav:focus-visible {
  outline: 2px solid var(--lp-blue-2);
  outline-offset: 2px;
}

/* Navbar */
.navbar-landing {
  position: sticky;
  top: 0;
  z-index: 1040;
  padding: 0;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.7);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.navbar-landing.scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}
.navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  height: 48px;
  min-width: 150px;
  max-width: 240px;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
.brand-logo img {
  height: auto;
  max-height: 36px;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.nav-links a {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--lp-muted);
  text-decoration: none;
  padding: 0.4rem 0.7rem;
  border-radius: 8px;
  transition: color 0.15s, background 0.15s;
}
.nav-links a:hover {
  color: var(--lp-navy);
  background: #f1f5f9;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid var(--lp-line);
  background: #fff;
  color: var(--lp-navy);
  cursor: pointer;
}
.mobile-menu {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid var(--lp-line);
  box-shadow: var(--lp-shadow);
  padding: 1rem 1.25rem;
  z-index: 1039;
}
.mobile-menu.open { display: block; }
.mobile-menu > a {
  display: block;
  padding: 0.65rem 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--lp-muted);
  text-decoration: none;
  border-bottom: 1px solid #f1f5f9;
}
.mobile-menu > a:hover { color: var(--lp-navy); }
.mobile-menu .mobile-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--lp-line);
}
.mobile-menu .mobile-actions a {
  flex: 1;
  text-align: center;
  border-bottom: none !important;
}
.mobile-menu .mobile-actions .btn-login-nav {
  border: 1px solid #cbd5e1 !important;
  padding: 0.55rem 0.75rem !important;
  min-height: 42px;
}
.mobile-menu .mobile-actions .btn-glow { color: #fff !important; }

@media (max-width: 991.98px) {
  .nav-links { display: none !important; }
  .nav-actions .btn-glow { display: none; }
  .mobile-toggle { display: flex; }
}

/* Hero */
.hero {
  position: relative;
  padding: 3.25rem 0 3.5rem;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.16), transparent 68%);
  top: -160px;
  right: -80px;
  pointer-events: none;
}
.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lp-blue);
  margin-bottom: 0.85rem;
}
.hero-brand i { font-size: 0.8rem; }
.hero-title {
  font-size: clamp(2.05rem, 4.2vw, 3.35rem);
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 0.95rem;
  color: var(--lp-navy);
  max-width: 18ch;
}
.hero-desc {
  color: var(--lp-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 36rem;
  margin-bottom: 1.35rem;
}
.hero-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-bottom: 1.35rem;
}
.hero-actions .btn-lg {
  padding: 0.7rem 1.25rem;
  font-size: 0.95rem;
  border-radius: 12px !important;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 650;
  color: #475569;
}
.hero-trust i { color: var(--lp-emerald); font-size: 0.72rem; }

.hero-mock {
  border-radius: 20px;
  position: relative;
  animation: lpFloat 6s ease-in-out infinite;
}
.hero-mock--img {
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background: #0b1220;
  border: 1px solid rgba(147, 197, 253, 0.28);
  box-shadow: var(--lp-shadow-lg);
}
.hero-mock--img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 19px;
}
@keyframes lpFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.section-title {
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 800;
  margin-bottom: 0.4rem;
  color: var(--lp-navy);
}
.section-subtitle {
  color: var(--lp-muted);
  margin-bottom: 1.75rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* Modules */
.mod-showcase {
  padding: 4.5rem 0;
  background: linear-gradient(180deg, transparent 0%, #fff 12%, #fff 88%, transparent 100%);
}
.mod-kicker {
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lp-blue);
  background: var(--lp-blue-soft);
  border: 1px solid #dbeafe;
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
}
.mod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-top: 2rem;
}
@media (max-width: 992px) {
  .mod-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .mod-grid { grid-template-columns: 1fr; }
}
.mod-card {
  background: var(--lp-card);
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  padding: 1.35rem 1.25rem;
  height: 100%;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s var(--lp-ease), box-shadow 0.2s, border-color 0.2s;
}
.mod-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--lp-shadow);
  border-color: #bfdbfe;
}
.mod-card-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.mod-ic {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  color: #fff;
  background: linear-gradient(135deg, #1d4ed8, var(--lp-blue));
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.22);
}
.mod-name {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--lp-navy);
  margin: 0;
  line-height: 1.25;
}
.mod-summary {
  color: var(--lp-muted);
  font-size: 0.86rem;
  line-height: 1.55;
  margin: 0.85rem 0 0;
}
.mod-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.85rem;
}
.mod-badge2 {
  font-size: 0.68rem;
  font-weight: 700;
  background: var(--lp-blue-soft);
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
}
.mod-feats {
  list-style: none;
  padding: 0;
  margin: 0.95rem 0 0;
}
.mod-feats li {
  display: flex;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #334155;
  line-height: 1.45;
  margin-bottom: 0.45rem;
  align-items: flex-start;
}
.mod-feats li i {
  color: var(--lp-emerald);
  margin-top: 0.2rem;
  font-size: 0.65rem;
  flex-shrink: 0;
}
.mod-note {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.82rem;
  color: var(--lp-muted);
  line-height: 1.7;
}
.mod-note .mod-badge2 { margin: 0 0.15rem; }

/* Updates */
.latest-updates { padding: 3.5rem 0; }
.update-featured {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--lp-line);
  box-shadow: var(--lp-shadow);
  margin-bottom: 1.15rem;
}
.update-featured-media {
  background: linear-gradient(145deg, #0f172a 0%, #1e3a8a 100%);
  min-height: 240px;
  padding: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.update-featured-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
}
.update-featured-body {
  padding: 1.4rem 1.45rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.update-featured-kicker {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lp-blue);
  margin-bottom: 0.4rem;
}
.update-featured-title {
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 0.45rem;
}
.update-featured-text {
  font-size: 0.88rem;
  color: var(--lp-muted);
  line-height: 1.6;
  margin-bottom: 0.85rem;
}
.update-featured-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.9rem;
}
.update-featured-pills span {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: var(--lp-blue-soft);
  color: #1d4ed8;
  border: 1px solid #dbeafe;
}
.update-preview-card {
  height: 100%;
  border-radius: var(--lp-radius);
  padding: 1.15rem;
  background: #fff;
  border: 1px solid var(--lp-line);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}
.update-preview-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--lp-shadow);
}
.update-preview-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}
.update-badge-new { background: rgba(37, 99, 235, 0.1); color: #2563eb; }
.update-badge-fix { background: rgba(220, 38, 38, 0.1); color: #dc2626; }
.update-badge-law { background: rgba(5, 150, 105, 0.1); color: #059669; }
.update-preview-title {
  font-weight: 800;
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
  line-height: 1.35;
}
.update-preview-text {
  font-size: 0.82rem;
  color: var(--lp-muted);
  line-height: 1.55;
  margin: 0;
}
.update-preview-meta {
  font-size: 0.72rem;
  color: #94a3b8;
  margin-top: 0.65rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .update-featured { grid-template-columns: 1fr; }
}

/* Partners */
.proof { padding: 1rem 0 3rem; }
.partner-spotlight {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.1rem;
  align-items: center;
  border-radius: var(--lp-radius);
  padding: 1.15rem 1.25rem;
  margin-bottom: 1.1rem;
  border: 1px solid var(--lp-line);
  background: #fff;
  box-shadow: var(--lp-shadow);
}
.partner-spotlight-logo {
  width: 140px;
  height: 52px;
  border-radius: 10px;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.55rem;
  flex-shrink: 0;
}
.partner-spotlight-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.partner-spotlight-logo--light {
  background: #f8fafc;
  border: 1px solid var(--lp-line);
}
.partner-spotlight--secondary {
  opacity: 0.96;
  box-shadow: none;
  background: #fafbfc;
}
.partner-spotlight-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lp-blue);
  margin-bottom: 0.25rem;
}
.partner-spotlight-title {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 0.25rem;
}
.partner-spotlight-text {
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}
.partner-spotlight-actions {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.logo-band {
  border-radius: var(--lp-radius);
  padding: 1rem;
  border: 1px solid var(--lp-line);
  background: #fff;
}
.logo-item {
  height: 52px;
  border-radius: 10px;
  border: 1px dashed #d6e2f8;
  color: #8ba1c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.78rem;
  background: #f8fafc;
  filter: grayscale(1);
  transition: all 0.2s ease;
  padding: 0.35rem 0.5rem;
  text-decoration: none;
  position: relative;
}
.logo-item:hover { filter: grayscale(0.25); color: #516ea5; }
.logo-item--brand {
  filter: none;
  background: #0a0a0a;
  border: 1px solid #1f2937;
}
.logo-item--brand img {
  max-width: 100%;
  max-height: 40px;
  object-fit: contain;
}
.logo-item--brand-light {
  background: #f8fafc;
  border: 1px solid var(--lp-line);
}
.logo-item-badge {
  position: absolute;
  top: -7px;
  right: -4px;
  background: linear-gradient(135deg, #1d4ed8, var(--lp-blue-2));
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 999px;
}
@media (max-width: 768px) {
  .partner-spotlight {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .partner-spotlight-logo { margin: 0 auto; }
  .partner-spotlight-actions { align-items: center; }
}

/* Testimonials */
.testimonials { padding: 1.5rem 0 3.25rem; }
.testimonial-card {
  height: 100%;
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-line);
  background: #fff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  padding: 1.2rem;
}
.testimonial-stars { color: #f59e0b; margin-bottom: 0.5rem; font-size: 0.8rem; }
.testimonial-text {
  color: var(--lp-muted);
  font-size: 0.9rem;
  line-height: 1.65;
  min-height: 88px;
}
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.85rem;
}
.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1d4ed8, var(--lp-blue-2));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.8rem;
}
.testimonial-name { font-weight: 700; margin: 0; font-size: 0.9rem; }
.testimonial-role { color: var(--lp-muted); font-size: 0.78rem; margin: 0; }

/* Stats */
.stats-strip {
  padding: 3rem 0;
  background: linear-gradient(145deg, #0f172a, #1e293b 50%, #1e3a8a);
  color: #fff;
  position: relative;
}
.stats-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 20%, rgba(59, 130, 246, 0.22), transparent 42%);
  pointer-events: none;
}
.stat-card {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
  padding: 1.1rem 0.85rem;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 100%;
}
.stat-value {
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.35rem;
}
.stat-label { color: rgba(255, 255, 255, 0.82); font-size: 0.84rem; }

/* Pricing */
.pricing { padding: 3.5rem 0; }
.pricing-card {
  height: 100%;
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-line);
  background: #fff;
  padding: 1.35rem 1.2rem;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pricing-popular {
  border-color: rgba(37, 99, 235, 0.55);
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.16);
  transform: translateY(-4px);
}
.pricing-badge {
  position: absolute;
  top: -11px;
  right: 14px;
  border-radius: 999px;
  padding: 0.22rem 0.7rem;
  font-size: 0.7rem;
  font-weight: 700;
  background: linear-gradient(135deg, #1d4ed8, var(--lp-blue-2));
  color: #fff;
}
.plan-name { font-weight: 800; margin-bottom: 0.2rem; }
.plan-sub { color: var(--lp-muted); font-size: 0.86rem; margin-bottom: 0.85rem; }
.price-wrap {
  display: flex;
  align-items: flex-end;
  gap: 0.3rem;
  margin-bottom: 0.55rem;
}
.price-main {
  font-size: 2rem;
  font-weight: 800;
  color: var(--lp-navy);
  line-height: 1;
}
.price-cycle { color: var(--lp-muted); font-size: 0.85rem; }
.price-alt { color: #1e3a8a; font-size: 0.8rem; margin-bottom: 0.85rem; }
.plan-list { list-style: none; padding: 0; margin: 0 0 0.9rem; }
.plan-list li { margin-bottom: 0.45rem; color: #334155; font-size: 0.88rem; }
.plan-list i { color: var(--lp-emerald); margin-right: 0.45rem; }
.plan-features { margin-bottom: 0.85rem; }
.plan-feature-heading {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  margin: 0.65rem 0 0.35rem;
}
.plan-feature-heading:first-child { margin-top: 0; }
.plan-modules li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2rem 0.35rem;
}
.plan-modules li.mod-included .fa-solid:first-child {
  color: var(--lp-emerald);
  min-width: 1.1rem;
}
.plan-modules li.mod-excluded { opacity: 0.72; }
.plan-modules li.mod-excluded .fa-solid:first-child {
  color: #94a3b8;
  min-width: 1.1rem;
}
.plan-modules .mod-label { font-weight: 600; }
.plan-modules .mod-hint {
  display: block;
  width: 100%;
  padding-left: 1.35rem;
  font-size: 0.76rem;
  color: #64748b;
}
.plan-modules .mod-tag {
  font-size: 0.68rem;
  color: #94a3b8;
  margin-left: auto;
}
.pricing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid var(--lp-line);
  border-radius: 999px;
  padding: 0.28rem;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
  margin-bottom: 1.25rem;
}
.pricing-toggle button {
  border: 0;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: transparent;
  color: #1e3a8a;
  font-weight: 700;
  font-size: 0.84rem;
  font-family: inherit;
}
.pricing-toggle button.active {
  background: linear-gradient(135deg, #1d4ed8, var(--lp-blue-2));
  color: #fff;
}
.discount-badge {
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  background: #ecfdf3;
  border: 1px solid #bbf7d0;
  color: #047857;
  font-weight: 700;
  font-size: 0.7rem;
}
.price-main.fade {
  opacity: 0.45;
  transform: translateY(-2px);
  transition: all 0.18s ease;
}

/* FAQ */
.faq { padding: 1rem 0 3.5rem; }
.faq .accordion-item {
  border-radius: 12px !important;
  overflow: hidden;
  border: 1px solid var(--lp-line);
  margin-bottom: 0.55rem;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
}
.faq .accordion-button {
  font-weight: 700;
  color: var(--lp-navy);
  background: #fff;
  font-family: inherit;
}
.faq .accordion-button:not(.collapsed) {
  color: var(--lp-navy);
  background: var(--lp-blue-soft);
  box-shadow: none;
}

/* CTA + security */
.cta { padding: 2.5rem 0 3.5rem; }
.cta-box {
  border-radius: 22px;
  padding: 2.4rem 1.4rem;
  text-align: center;
  background: linear-gradient(135deg, #0f172a, #1e3a8a 48%, #2563eb 100%);
  color: #fff;
  box-shadow: 0 24px 48px rgba(30, 58, 138, 0.28);
}
.cta-title {
  font-weight: 800;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  margin-bottom: 0.5rem;
}
.cta-desc {
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 1.15rem;
}
.security-strip {
  padding: 1.15rem 0;
  background: #f1f5f9;
  border-top: 1px solid var(--lp-line);
  border-bottom: 1px solid var(--lp-line);
}
.security-badge {
  border-radius: 10px;
  border: 1px solid var(--lp-line);
  background: #fff;
  padding: 0.5rem 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #1e3a8a;
}

/* Sticky + FAB */
.sticky-cta-bar {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  z-index: 1100;
  width: min(880px, calc(100% - 24px));
  border-radius: 14px;
  border: 1px solid #cfe0ff;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(12px);
  padding: 0.65rem 0.85rem;
  display: none;
}
.sticky-cta-bar.show { display: block; }
.sticky-cta-text {
  color: #1e3a8a;
  font-weight: 700;
  font-size: 0.88rem;
}
.support-fab {
  position: fixed;
  right: 18px;
  bottom: 88px;
  z-index: 1110;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 0;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  box-shadow: 0 12px 28px rgba(5, 150, 105, 0.32);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  text-decoration: none;
  transition: transform 0.2s;
}
.support-fab:hover {
  color: #fff;
  transform: translateY(-2px);
}

.cetele-spotlight {
  padding: 3.5rem 0;
  background:
    radial-gradient(ellipse 70% 50% at 85% 20%, rgba(37, 99, 235, 0.08), transparent 55%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.cetele-spotlight-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 2rem;
  align-items: center;
}
.cetele-spotlight-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.cetele-spotlight-pills span {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 700;
  border: 1px solid #dbeafe;
}
.cetele-spotlight-media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
  background: #0b1f3a;
}
.cetele-spotlight-media img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .hero { padding: 2.25rem 0 2.5rem; }
  .hero-title { max-width: none; }
  .support-fab { bottom: 84px; right: 14px; }
  .sticky-cta-text { font-size: 0.8rem; }
  .mod-showcase { padding: 3rem 0; }
  .cetele-spotlight { padding: 2.5rem 0; }
  .cetele-spotlight-grid { grid-template-columns: 1fr; gap: 1.25rem; }
}
