:root {
  --primary: #0d5ea7;
  --primary-dark: #07233f;
  --primary-mid: #1d82d8;
  --primary-light: #edf5ff;
  --primary-ghost: rgba(13, 94, 167, 0.1);
  --primary-line: rgba(13, 94, 167, 0.14);
  --primary-line-strong: rgba(13, 94, 167, 0.22);
  --dark: #09111d;
  --text: #0f172a;
  --text-muted: #4b6178;
  --border: #d7e4f2;
  --border-light: #ebf2f9;
  --bg: #f5f9fe;
  --bg-soft: #edf4fb;
  --white: #ffffff;
  --surface: rgba(255, 255, 255, 0.94);
  --surface-strong: rgba(255, 255, 255, 0.98);
  --shadow-sm: 0 16px 36px rgba(7, 18, 33, 0.06);
  --shadow-md: 0 24px 60px rgba(7, 18, 33, 0.08);
  --shadow-lg: 0 34px 84px rgba(7, 18, 33, 0.12);
  --radius: 18px;
  --radius-lg: 26px;
}

body.ls-theme {
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(13, 94, 167, 0.12), transparent 24%),
    radial-gradient(circle at top right, rgba(29, 130, 216, 0.12), transparent 28%),
    linear-gradient(180deg, #fbfdff 0%, #f4f8fd 48%, #eef4fb 100%);
}

body.ls-theme main#main-content {
  position: relative;
}

body.ls-theme main#main-content::before,
body.ls-theme main#main-content::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
  filter: blur(6px);
}

body.ls-theme main#main-content::before {
  top: 8rem;
  right: -10rem;
  background: radial-gradient(circle, rgba(13, 94, 167, 0.08) 0%, rgba(13, 94, 167, 0) 72%);
}

body.ls-theme main#main-content::after {
  bottom: 4rem;
  left: -12rem;
  background: radial-gradient(circle, rgba(29, 130, 216, 0.08) 0%, rgba(29, 130, 216, 0) 72%);
}

body.ls-theme ::selection {
  background: rgba(13, 94, 167, 0.18);
  color: var(--text);
}

body.ls-theme .main-navbar {
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(13, 94, 167, 0.08);
  box-shadow: 0 18px 36px rgba(7, 18, 33, 0.05);
}

body.ls-theme .navbar-inner {
  min-height: 76px;
}

body.ls-theme .brand-logo {
  filter: drop-shadow(0 12px 18px rgba(13, 94, 167, 0.16));
}

body.ls-theme .brand-text h5 {
  color: var(--dark);
  font-weight: 800;
}

body.ls-theme .brand-text span {
  color: var(--text-muted);
}

body.ls-theme .nav-links a {
  padding: 10px 15px;
  border-radius: 999px;
  color: var(--text-muted);
  font-weight: 700;
}

body.ls-theme .nav-links a:hover,
body.ls-theme .nav-links a.active {
  background: var(--primary-light);
  color: var(--primary-dark);
  box-shadow: inset 0 0 0 1px rgba(13, 94, 167, 0.08);
}

body.ls-theme .mobile-menu-btn {
  border-color: rgba(13, 94, 167, 0.14);
  border-radius: 14px;
  color: var(--primary-dark);
}

body.ls-theme .mobile-menu-btn:hover {
  background: var(--primary-light);
  border-color: var(--primary-line-strong);
}

body.ls-theme .mobile-menu {
  margin-top: 2px;
  padding: 10px 0 16px;
  border-top: 1px solid rgba(13, 94, 167, 0.08);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  border-radius: 0 0 24px 24px;
  box-shadow: 0 18px 36px rgba(7, 18, 33, 0.06);
}

body.ls-theme .mobile-menu a:hover {
  background: var(--primary-light);
  color: var(--primary-dark);
}

body.ls-theme .footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(29, 130, 216, 0.18), transparent 28%),
    linear-gradient(160deg, #081221 0%, #071a31 48%, #0a2b52 100%);
  color: rgba(226, 236, 247, 0.76);
}

body.ls-theme .footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  pointer-events: none;
}

body.ls-theme .footer-brand h4,
body.ls-theme .footer-title {
  color: #ffffff;
}

body.ls-theme .footer-brand p,
body.ls-theme .footer-links a,
body.ls-theme .footer-links li {
  color: rgba(226, 236, 247, 0.74);
}

body.ls-theme .footer-links a:hover {
  color: #ffffff;
}

body.ls-theme .footer-social a {
  background: rgba(255, 255, 255, 0.08);
  color: #dbeafe;
  border-radius: 14px;
}

body.ls-theme .footer-social a:hover {
  background: rgba(29, 130, 216, 0.24);
  color: #ffffff;
}

body.ls-theme .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.1);
  color: rgba(203, 213, 225, 0.68);
}

body.ls-theme .site-banner {
  border-bottom-color: rgba(13, 94, 167, 0.08);
}

body.ls-theme .site-banner-inner {
  min-height: 54px;
}

body.ls-theme .site-banner-link {
  border-radius: 999px;
  box-shadow: 0 14px 24px rgba(7, 18, 33, 0.12);
}

body.ls-theme .site-banner-info {
  background: var(--primary-light);
  color: var(--primary-dark);
}

body.ls-theme .site-banner-info .site-banner-link {
  background: linear-gradient(135deg, #0b3b72, #1d82d8);
}

body.ls-theme #location-btn {
  background: rgba(7, 18, 33, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -18px 36px rgba(7, 18, 33, 0.14);
}

body.ls-theme .loc-btn-gps {
  background: linear-gradient(135deg, #0b3b72 0%, #0d5ea7 55%, #1d82d8 100%);
  color: #ffffff;
  border-radius: 999px;
  box-shadow: 0 16px 30px rgba(13, 94, 167, 0.24);
}

body.ls-theme .loc-btn-gps:hover {
  background: linear-gradient(135deg, #082f59 0%, #0d5ea7 55%, #2590eb 100%);
}

body.ls-theme .page-header,
body.ls-theme .srch-header,
body.ls-theme .blog-hero,
body.ls-theme .faq-hero,
body.ls-theme .prof-hero,
body.ls-theme .service-hero,
body.ls-theme .partner-hero,
body.ls-theme .ad-hero,
body.ls-theme .db-profile,
body.ls-theme .panel.hero,
body.ls-theme .partner-card.partner-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #051221 0%, #0a335f 42%, #0d5ea7 68%, #1d82d8 100%) !important;
  color: #ffffff;
  box-shadow: 0 28px 80px rgba(7, 18, 33, 0.16);
}

body.ls-theme .page-header::after,
body.ls-theme .srch-header::after,
body.ls-theme .blog-hero::after,
body.ls-theme .service-hero::after,
body.ls-theme .partner-hero::after,
body.ls-theme .ad-hero::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: -6rem;
  width: 16rem;
  height: 16rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

body.ls-theme .page-header {
  padding: 62px 0 56px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.ls-theme .page-header h1,
body.ls-theme .blog-hero h1,
body.ls-theme .faq-hero h1,
body.ls-theme .service-hero h1,
body.ls-theme .partner-hero h1,
body.ls-theme .ad-hero h1 {
  letter-spacing: -0.03em;
}

body.ls-theme .page-header p,
body.ls-theme .srch-subtitle,
body.ls-theme .blog-hero p,
body.ls-theme .faq-hero p,
body.ls-theme .prof-sub,
body.ls-theme .service-hero p,
body.ls-theme .partner-hero p,
body.ls-theme .ad-hero p {
  color: rgba(255, 255, 255, 0.86);
}

body.ls-theme .section-kicker,
body.ls-theme .badge-primary,
body.ls-theme .ls-section-eyebrow,
body.ls-theme .blog-meta,
body.ls-theme .post-meta,
body.ls-theme .plan-badge,
body.ls-theme .plan-slot-code,
body.ls-theme .service-chip,
body.ls-theme .partner-chip,
body.ls-theme .small-pill,
body.ls-theme .result-micro,
body.ls-theme .db-badge.db-badge-ok {
  background: var(--primary-light) !important;
  color: var(--primary-dark) !important;
  border-color: rgba(13, 94, 167, 0.08) !important;
}

body.ls-theme .srch-summary-item,
body.ls-theme .loc-badge,
body.ls-theme .faq-meta-item,
body.ls-theme .prof-tag,
body.ls-theme .prof-summary-item,
body.ls-theme .service-kicker,
body.ls-theme .partner-kicker,
body.ls-theme .ad-eyebrow,
body.ls-theme .hero-pill,
body.ls-theme .hero-code,
body.ls-theme .db-badge.db-badge-pending {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
}

body.ls-theme .section-title,
body.ls-theme .section-subtitle,
body.ls-theme .ls-section-title,
body.ls-theme .ls-block-title,
body.ls-theme .ls-category-title,
body.ls-theme .results-title,
body.ls-theme .accordion-title,
body.ls-theme .contact-card-title,
body.ls-theme .prof-card-title,
body.ls-theme .task-title,
body.ls-theme .summary-value,
body.ls-theme .service-card h2,
body.ls-theme .partner-card h2,
body.ls-theme .info-card h2,
body.ls-theme .cta-card h2 {
  color: var(--dark);
}

body.ls-theme .section-subtitle,
body.ls-theme .ls-section-text,
body.ls-theme .ls-block-subtitle,
body.ls-theme .ls-category-text,
body.ls-theme .results-count,
body.ls-theme .empty-desc,
body.ls-theme .contact-help,
body.ls-theme .policy-section p,
body.ls-theme .policy-section li,
body.ls-theme .post-summary,
body.ls-theme .post-content,
body.ls-theme .blog-card p,
body.ls-theme .faq-side-item span,
body.ls-theme .service-card p,
body.ls-theme .partner-card p,
body.ls-theme .info-card p,
body.ls-theme .cta-card p,
body.ls-theme .process-card p,
body.ls-theme .task-copy,
body.ls-theme .summary-label,
body.ls-theme .help-text,
body.ls-theme .form-subtitle {
  color: var(--text-muted);
}

body.ls-theme .form-card,
body.ls-theme .card-base,
body.ls-theme .feature-card,
body.ls-theme .faq-card,
body.ls-theme .faq-panel,
body.ls-theme .blog-card,
body.ls-theme .blog-empty,
body.ls-theme .post-card,
body.ls-theme .post-side,
body.ls-theme .info-card,
body.ls-theme .plan-card,
body.ls-theme .bundle-card,
body.ls-theme .process-card,
body.ls-theme .cta-card,
body.ls-theme .partner-card,
body.ls-theme .partner-proof-card,
body.ls-theme .partner-step-card,
body.ls-theme .service-card,
body.ls-theme .service-provider-card,
body.ls-theme .service-cta,
body.ls-theme .service-faq-item,
body.ls-theme .prof-card,
body.ls-theme .contact-card,
body.ls-theme .db-card,
body.ls-theme .panel,
body.ls-theme .summary-card,
body.ls-theme .task-card,
body.ls-theme .ls-section-card,
body.ls-theme .ls-ad-card,
body.ls-theme .ls-stat-card,
body.ls-theme .filter-panel,
body.ls-theme .tips-card,
body.ls-theme .prov-card,
body.ls-theme .empty-state,
body.ls-theme .page-link-ls,
body.ls-theme .accordion-item,
body.ls-theme .related-item,
body.ls-theme .note-item,
body.ls-theme .faq-side-item,
body.ls-theme .tip-item,
body.ls-theme .info-box,
body.ls-theme .location-preview-item,
body.ls-theme .map-address-preview,
body.ls-theme .location-preview-card,
body.ls-theme .reg-flow-intro,
body.ls-theme .reg-purpose-card,
body.ls-theme .reg-review-card,
body.ls-theme .reg-step-btn,
body.ls-theme .reg-partner-notice,
body.ls-theme .ls-home-chip,
body.ls-theme .ls-cta-card {
  background: var(--surface) !important;
  border: 1px solid var(--primary-line) !important;
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(14px);
}

body.ls-theme .form-card,
body.ls-theme .card-base,
body.ls-theme .feature-card,
body.ls-theme .db-card,
body.ls-theme .panel,
body.ls-theme .form-control,
body.ls-theme .form-select {
  border-radius: 24px;
}

body.ls-theme .service-card,
body.ls-theme .service-provider-card,
body.ls-theme .service-faq-item,
body.ls-theme .partner-proof-card,
body.ls-theme .partner-step-card,
body.ls-theme .plan-card,
body.ls-theme .bundle-card,
body.ls-theme .process-card,
body.ls-theme .blog-card,
body.ls-theme .post-card,
body.ls-theme .prof-card,
body.ls-theme .contact-card,
body.ls-theme .prov-card,
body.ls-theme .faq-card,
body.ls-theme .faq-panel,
body.ls-theme .ls-section-card,
body.ls-theme .ls-ad-card,
body.ls-theme .ls-stat-card,
body.ls-theme .empty-state {
  border-radius: 26px !important;
}

body.ls-theme .form-card:hover,
body.ls-theme .card-base:hover,
body.ls-theme .feature-card:hover,
body.ls-theme .blog-card:hover,
body.ls-theme .plan-card:hover,
body.ls-theme .bundle-card:hover,
body.ls-theme .process-card:hover,
body.ls-theme .partner-proof-card:hover,
body.ls-theme .partner-step-card:hover,
body.ls-theme .service-provider-card:hover,
body.ls-theme .ls-home-chip:hover {
  border-color: var(--primary-line-strong) !important;
  box-shadow: var(--shadow-lg);
}

body.ls-theme .feature-card.feature-card-glow {
  background: linear-gradient(180deg, rgba(13, 94, 167, 0.08), rgba(255, 255, 255, 0.96)) !important;
}

body.ls-theme .feature-card.feature-card-contrast {
  background: linear-gradient(180deg, rgba(9, 17, 29, 0.04), rgba(255, 255, 255, 0.98)) !important;
}

body.ls-theme .feature-icon,
body.ls-theme .contact-info-icon,
body.ls-theme .service-trust-icon,
body.ls-theme .partner-proof-icon,
body.ls-theme .ls-chip-icon {
  background: rgba(13, 94, 167, 0.1) !important;
  color: var(--primary-dark) !important;
}

body.ls-theme .feature-icon.feature-icon-alt {
  background: rgba(13, 94, 167, 0.12) !important;
  color: var(--primary) !important;
}

body.ls-theme .feature-icon.feature-icon-soft {
  background: rgba(9, 17, 29, 0.08) !important;
  color: var(--dark) !important;
}

body.ls-theme .feature-card h5,
body.ls-theme .process-card h3,
body.ls-theme .service-provider-name,
body.ls-theme .blog-card h2,
body.ls-theme .post-body h1,
body.ls-theme .faq-side-item strong,
body.ls-theme .service-faq-item h3,
body.ls-theme .partner-faq-item h3,
body.ls-theme .plan-card h3,
body.ls-theme .bundle-card h3,
body.ls-theme .service-trust-card h3,
body.ls-theme .partner-proof-card h3,
body.ls-theme .partner-step-card h3,
body.ls-theme .task-title,
body.ls-theme .empty-title {
  color: var(--dark);
}

body.ls-theme .btn-main,
body.ls-theme .btn-main-inline,
body.ls-theme .submit-btn,
body.ls-theme .search-btn,
body.ls-theme .btn-profile,
body.ls-theme .ls-primary-btn,
body.ls-theme .btn-call-big,
body.ls-theme .btn-map-focus,
body.ls-theme .btn.btn-primary,
body.ls-theme .page-link-ls.smart-page-btn,
body.ls-theme .service-provider-actions .call,
body.ls-theme .blog-card-actions a {
  background: linear-gradient(135deg, #07233f 0%, #0d5ea7 58%, #1d82d8 100%) !important;
  color: #ffffff !important;
  border: 1px solid transparent !important;
  box-shadow: 0 18px 36px rgba(13, 94, 167, 0.22);
}

body.ls-theme .btn-main:hover,
body.ls-theme .btn-main-inline:hover,
body.ls-theme .submit-btn:hover,
body.ls-theme .search-btn:hover,
body.ls-theme .btn-profile:hover,
body.ls-theme .ls-primary-btn:hover,
body.ls-theme .btn-call-big:hover,
body.ls-theme .btn-map-focus:hover,
body.ls-theme .btn.btn-primary:hover,
body.ls-theme .page-link-ls.smart-page-btn:hover,
body.ls-theme .service-provider-actions .call:hover,
body.ls-theme .blog-card-actions a:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(13, 94, 167, 0.28);
}

body.ls-theme .btn-outline-main,
body.ls-theme .btn-alt-inline,
body.ls-theme .ls-outline-btn,
body.ls-theme .page-link-ls,
body.ls-theme .filter-mobile-toggle,
body.ls-theme .btn-related,
body.ls-theme .btn-map-external,
body.ls-theme .btn.btn-outline-secondary,
body.ls-theme .btn.btn-outline-primary,
body.ls-theme .service-provider-actions .profile,
body.ls-theme .btn-secondary-inline {
  background: rgba(255, 255, 255, 0.82) !important;
  color: var(--primary-dark) !important;
  border: 1px solid var(--primary-line-strong) !important;
  box-shadow: 0 12px 24px rgba(7, 18, 33, 0.05);
}

body.ls-theme .btn-outline-main:hover,
body.ls-theme .btn-alt-inline:hover,
body.ls-theme .ls-outline-btn:hover,
body.ls-theme .page-link-ls:hover,
body.ls-theme .filter-mobile-toggle:hover,
body.ls-theme .btn-related:hover,
body.ls-theme .btn-map-external:hover,
body.ls-theme .btn.btn-outline-secondary:hover,
body.ls-theme .btn.btn-outline-primary:hover,
body.ls-theme .service-provider-actions .profile:hover,
body.ls-theme .btn-secondary-inline:hover {
  background: var(--primary-light) !important;
  color: var(--primary-dark) !important;
  border-color: rgba(13, 94, 167, 0.28) !important;
}

body.ls-theme .btn-call-card {
  background: rgba(13, 94, 167, 0.08) !important;
  color: var(--primary-dark) !important;
  border: 1px solid var(--primary-line) !important;
  box-shadow: none;
}

body.ls-theme .btn-call-card:hover {
  background: rgba(13, 94, 167, 0.12) !important;
}

body.ls-theme .btn-whatsapp {
  border-radius: 16px;
  box-shadow: 0 16px 28px rgba(21, 128, 61, 0.12);
}

body.ls-theme .service-actions .primary,
body.ls-theme .partner-hero-actions .primary,
body.ls-theme .cta-actions .primary,
body.ls-theme .partner-cta-actions .primary,
body.ls-theme .service-cta-actions .primary,
body.ls-theme .about-cta .btn-main,
body.ls-theme .srch-side-promo-link {
  background: #ffffff !important;
  color: var(--primary-dark) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 18px 34px rgba(7, 18, 33, 0.14);
}

body.ls-theme .service-actions .secondary,
body.ls-theme .partner-hero-actions .secondary,
body.ls-theme .cta-actions .secondary,
body.ls-theme .partner-cta-actions .secondary,
body.ls-theme .service-cta-actions .secondary,
body.ls-theme .about-cta .btn-outline-main {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

body.ls-theme .btn-main,
body.ls-theme .btn-outline-main,
body.ls-theme .btn-main-inline,
body.ls-theme .btn-alt-inline,
body.ls-theme .submit-btn,
body.ls-theme .search-btn,
body.ls-theme .btn-profile,
body.ls-theme .btn-call-card,
body.ls-theme .btn-call-big,
body.ls-theme .btn-whatsapp,
body.ls-theme .btn-related,
body.ls-theme .btn-map-focus,
body.ls-theme .btn-map-external,
body.ls-theme .ls-primary-btn,
body.ls-theme .ls-outline-btn,
body.ls-theme .page-link-ls,
body.ls-theme .filter-mobile-toggle,
body.ls-theme .btn.btn-primary,
body.ls-theme .btn.btn-outline-secondary,
body.ls-theme .btn.btn-outline-primary,
body.ls-theme .btn-secondary-inline,
body.ls-theme .service-actions a,
body.ls-theme .service-provider-actions a,
body.ls-theme .service-cta-actions a,
body.ls-theme .partner-hero-actions a,
body.ls-theme .partner-cta-actions a,
body.ls-theme .cta-actions a,
body.ls-theme .about-cta a,
body.ls-theme .srch-side-promo-link {
  min-height: 48px;
  border-radius: 999px !important;
  font-weight: 800;
}

body.ls-theme .form-title,
body.ls-theme .form-label,
body.ls-theme .input-label,
body.ls-theme .field-label,
body.ls-theme .filter-label,
body.ls-theme .contact-info-text h6,
body.ls-theme .info-label,
body.ls-theme .summary-label,
body.ls-theme .task-kicker,
body.ls-theme .ls-mini-label,
body.ls-theme .reg-step-kicker,
body.ls-theme .location-preview-title,
body.ls-theme .map-address-title {
  color: var(--text-muted);
}

body.ls-theme .form-control,
body.ls-theme .form-select,
body.ls-theme .input-control,
body.ls-theme .field-input,
body.ls-theme .field-select,
body.ls-theme .field-textarea,
body.ls-theme .ls-select {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 16px !important;
}

body.ls-theme .form-control:focus,
body.ls-theme .form-select:focus,
body.ls-theme .input-control:focus,
body.ls-theme .field-input:focus,
body.ls-theme .field-select:focus,
body.ls-theme .field-textarea:focus,
body.ls-theme .ls-select:focus {
  border-color: rgba(13, 94, 167, 0.42);
  box-shadow: 0 0 0 4px rgba(13, 94, 167, 0.08);
}

body.ls-theme .filter-panel,
body.ls-theme .faq-card,
body.ls-theme .post-side {
  top: 92px;
}

body.ls-theme .geo-btn,
body.ls-theme .reg-step-btn {
  color: var(--text);
}

body.ls-theme .geo-btn {
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.82);
}

body.ls-theme .geo-btn.active,
body.ls-theme .reg-step-btn.is-active {
  background: var(--primary-light) !important;
  border-color: rgba(13, 94, 167, 0.24) !important;
  color: var(--primary-dark) !important;
  box-shadow: 0 18px 30px rgba(13, 94, 167, 0.1);
}

body.ls-theme .reg-step-number {
  background: rgba(13, 94, 167, 0.1);
  color: var(--primary-dark);
}

body.ls-theme .reg-step-btn.is-active .reg-step-number,
body.ls-theme .reg-step-btn.is-complete .reg-step-number {
  background: linear-gradient(135deg, #07233f, #1d82d8);
  color: #ffffff;
}

body.ls-theme .service-checkbox-group label,
body.ls-theme .form-check-label {
  background: rgba(255, 255, 255, 0.86);
  border-color: var(--border);
  color: var(--text);
  border-radius: 16px;
}

body.ls-theme .service-checkbox-group label:hover {
  background: var(--primary-light);
}

body.ls-theme .service-checkbox-group label:has(input:checked) {
  background: rgba(13, 94, 167, 0.08);
  border-color: rgba(13, 94, 167, 0.24);
  color: var(--primary-dark);
}

body.ls-theme .bg-primary-subtle,
body.ls-theme .card.bg-light,
body.ls-theme .bg-light {
  background: rgba(13, 94, 167, 0.06) !important;
}

body.ls-theme .ls-services-page,
body.ls-theme .blog-shell,
body.ls-theme .post-shell,
body.ls-theme .service-shell,
body.ls-theme .partner-shell,
body.ls-theme .advertise-shell,
body.ls-theme .partner-db,
body.ls-theme .db-wrapper,
body.ls-theme .partner-wrap {
  padding-bottom: 72px;
}

body.ls-theme .ls-cta-card {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #061526 0%, #0b3b72 42%, #0d5ea7 68%, #1d82d8 100%) !important;
  color: #ffffff !important;
}

body.ls-theme .ls-cta-card .ls-block-title,
body.ls-theme .ls-cta-card .ls-block-subtitle {
  color: #ffffff !important;
}

body.ls-theme .ls-home-chip:hover {
  background: linear-gradient(135deg, #07233f, #0d5ea7 60%, #1d82d8) !important;
  color: #ffffff !important;
}

body.ls-theme .ls-home-chip:hover .ls-chip-icon {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
}

body.ls-theme .service-list li,
body.ls-theme .partner-list li,
body.ls-theme .info-list li,
body.ls-theme .tip-item,
body.ls-theme .task-card,
body.ls-theme .partner-guide-block,
body.ls-theme .related-item,
body.ls-theme .ls-mini-item,
body.ls-theme .reg-purpose-card,
body.ls-theme .reg-review-card,
body.ls-theme .location-preview-item,
body.ls-theme .map-address-preview,
body.ls-theme .faq-side-item,
body.ls-theme .service-dropdown,
body.ls-theme .service-dropdown-body {
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: var(--border) !important;
}

body.ls-theme .service-list i,
body.ls-theme .partner-list i,
body.ls-theme .info-list i,
body.ls-theme .process-step,
body.ls-theme .partner-step-no {
  color: var(--primary-dark);
}

body.ls-theme .process-step,
body.ls-theme .partner-step-no {
  background: linear-gradient(135deg, #07233f 0%, #0d5ea7 55%, #1d82d8 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 32px rgba(13, 94, 167, 0.2);
}

body.ls-theme .plan-card::before,
body.ls-theme .bundle-card::before {
  background: linear-gradient(90deg, #07233f 0%, #0d5ea7 58%, #1d82d8 100%) !important;
}

body.ls-theme .prov-shop-placeholder,
body.ls-theme .blog-card-fallback,
body.ls-theme .post-fallback,
body.ls-theme .shop-fallback {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #051221 0%, #0b3b72 45%, #0d5ea7 70%, #1d82d8 100%) !important;
}

body.ls-theme .prov-avatar {
  border-color: rgba(13, 94, 167, 0.18);
  box-shadow: 0 12px 24px rgba(13, 94, 167, 0.1);
}

body.ls-theme .prov-actions {
  border-left-color: var(--primary-line) !important;
  background: linear-gradient(180deg, rgba(244, 248, 253, 0.84), rgba(255, 255, 255, 0.96));
}

body.ls-theme .prov-meta-item,
body.ls-theme .prov-tag,
body.ls-theme .service-provider-tags span,
body.ls-theme .prof-summary-item,
body.ls-theme .prof-tag {
  border-color: rgba(13, 94, 167, 0.1);
}

body.ls-theme .result-alert,
body.ls-theme .notice-approved,
body.ls-theme .ls-alert-info,
body.ls-theme .msg-info {
  background: rgba(13, 94, 167, 0.08) !important;
  border-color: rgba(13, 94, 167, 0.18) !important;
  color: var(--primary-dark) !important;
}

body.ls-theme .notice-pending,
body.ls-theme .status-box,
body.ls-theme .ls-alert-warning,
body.ls-theme .msg-warning,
body.ls-theme .reg-partner-notice {
  background: rgba(13, 94, 167, 0.06) !important;
  border-color: rgba(13, 94, 167, 0.14) !important;
  color: var(--text) !important;
}

body.ls-theme .notice-rejected,
body.ls-theme .ls-alert-danger,
body.ls-theme .msg-error,
body.ls-theme .error-box {
  background: rgba(220, 38, 38, 0.08) !important;
  border-color: rgba(220, 38, 38, 0.16) !important;
}

body.ls-theme .ls-alert-success,
body.ls-theme .msg-success {
  background: rgba(21, 128, 61, 0.08) !important;
  border-color: rgba(21, 128, 61, 0.16) !important;
}

body.ls-theme .status-approved {
  background: rgba(13, 94, 167, 0.08);
  color: var(--primary-dark);
}

body.ls-theme .status-pending {
  background: rgba(13, 94, 167, 0.06);
  color: var(--text);
}

body.ls-theme .status-rejected {
  background: rgba(220, 38, 38, 0.08);
  color: #991b1b;
}

body.ls-theme .table-wrap {
  border-radius: 22px;
  border: 1px solid var(--primary-line);
  background: rgba(255, 255, 255, 0.88);
}

body.ls-theme .data-table th,
body.ls-theme .data-table td {
  border-bottom-color: var(--border-light);
}

body.ls-theme .data-table th {
  color: var(--text-muted);
  font-weight: 800;
}

body.ls-theme .about-cta {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #051221 0%, #0b3b72 45%, #0d5ea7 70%, #1d82d8 100%) !important;
  color: #ffffff;
}

body.ls-theme .about-cta .section-kicker {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

body.ls-theme .about-cta .section-title,
body.ls-theme .about-cta .section-subtitle {
  color: #ffffff;
}

body.ls-theme .about-cta .section-subtitle {
  color: rgba(255, 255, 255, 0.84);
}

body.ls-theme .about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

body.ls-theme .srch-side-promo {
  margin-top: 16px;
  border-radius: 26px;
  padding: 20px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #061526 0%, #0b3b72 44%, #0d5ea7 70%, #1d82d8 100%);
  color: #ffffff;
  box-shadow: 0 24px 44px rgba(7, 18, 33, 0.16);
}

body.ls-theme .srch-side-promo-eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  opacity: 0.88;
}

body.ls-theme .srch-side-promo-title {
  margin-top: 8px;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.45;
}

body.ls-theme .srch-side-promo-copy {
  margin-top: 8px;
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.84);
}

body.ls-theme .srch-side-promo-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 12px 18px;
  text-decoration: none;
}

body.ls-theme .prof-name .small-pill {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
}

body.ls-theme .contact-number,
body.ls-theme .info-value,
body.ls-theme .db-name,
body.ls-theme .summary-value,
body.ls-theme .stat-value {
  color: var(--dark);
}

body.ls-theme .db-shop,
body.ls-theme .hero .hero-code,
body.ls-theme .panel.hero {
  color: rgba(255, 255, 255, 0.88);
}

body.ls-theme .partner-guide-block-warm,
body.ls-theme .partner-guide-block-cool {
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid var(--border) !important;
}

body.ls-theme .partner-guide-block-warm h3,
body.ls-theme .partner-guide-block-cool div,
body.ls-theme .partner-guide-block-warm p,
body.ls-theme .partner-guide-block-cool p,
body.ls-theme .partner-guide-block-warm ol {
  color: var(--text) !important;
}

body.ls-theme .note-item .service-dropdown summary {
  color: var(--dark);
}

body.ls-theme .accordion-button {
  color: var(--dark);
  background: transparent;
}

body.ls-theme .accordion-button:not(.collapsed) {
  color: var(--primary-dark);
  background: rgba(13, 94, 167, 0.06);
}

body.ls-theme .accordion-button:focus {
  box-shadow: none;
}

body.ls-theme .post-breadcrumb,
body.ls-theme .breadcrumb-inline {
  color: rgba(255, 255, 255, 0.84);
}

body.ls-theme .breadcrumb-inline a,
body.ls-theme .post-breadcrumb a {
  color: #ffffff;
}

body.ls-theme .prof-card + .prof-card,
body.ls-theme .contact-card + .contact-card {
  margin-top: 18px;
}

body.ls-theme #profileMap,
body.ls-theme #map {
  border-radius: 20px;
  border: 1px solid var(--primary-line);
}

body.ls-theme .page-header.bg-light {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #051221 0%, #0b3b72 42%, #0d5ea7 68%, #1d82d8 100%) !important;
}

body.ls-theme .page-header.bg-light p,
body.ls-theme .page-header.bg-light .text-info,
body.ls-theme .page-header.bg-light .text-danger {
  color: rgba(255, 255, 255, 0.86) !important;
}

@media (max-width: 991.98px) {
  body.ls-theme .about-cta-actions,
  body.ls-theme .partner-hero-actions,
  body.ls-theme .service-actions,
  body.ls-theme .cta-actions,
  body.ls-theme .partner-cta-actions,
  body.ls-theme .service-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  body.ls-theme .page-header,
  body.ls-theme .srch-header,
  body.ls-theme .blog-hero,
  body.ls-theme .faq-hero,
  body.ls-theme .prof-hero,
  body.ls-theme .service-hero,
  body.ls-theme .partner-hero,
  body.ls-theme .ad-hero,
  body.ls-theme .db-profile,
  body.ls-theme .panel.hero,
  body.ls-theme .partner-card.partner-hero {
    border-radius: 24px;
  }

  body.ls-theme .page-header {
    padding: 52px 0 46px;
  }
}

@media (max-width: 575.98px) {
  body.ls-theme .btn-main,
  body.ls-theme .btn-outline-main,
  body.ls-theme .btn-main-inline,
  body.ls-theme .btn-alt-inline,
  body.ls-theme .submit-btn,
  body.ls-theme .search-btn,
  body.ls-theme .btn-profile,
  body.ls-theme .btn-call-card,
  body.ls-theme .btn-call-big,
  body.ls-theme .btn-whatsapp,
  body.ls-theme .btn-related,
  body.ls-theme .btn-map-focus,
  body.ls-theme .btn-map-external,
  body.ls-theme .ls-primary-btn,
  body.ls-theme .ls-outline-btn,
  body.ls-theme .service-actions a,
  body.ls-theme .service-provider-actions a,
  body.ls-theme .service-cta-actions a,
  body.ls-theme .partner-hero-actions a,
  body.ls-theme .partner-cta-actions a,
  body.ls-theme .cta-actions a,
  body.ls-theme .about-cta a,
  body.ls-theme .srch-side-promo-link {
    width: 100%;
    justify-content: center;
  }

  body.ls-theme .about-cta-actions,
  body.ls-theme .service-actions,
  body.ls-theme .service-provider-actions,
  body.ls-theme .service-cta-actions,
  body.ls-theme .partner-hero-actions,
  body.ls-theme .partner-cta-actions,
  body.ls-theme .cta-actions {
    flex-direction: column;
  }

  body.ls-theme .srch-side-promo {
    padding: 18px;
  }
}
