/*@import "../lib/bootstrap/dist/css/bootstrap.min.css";*/
/*@import "../lib/fontawesome/css/fontawesome.min.css";*/
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.15rem rgba(99, 102, 241, 0.35);
}

html {
  position: relative;
  min-height: 100%;
}

/* -------------------------------------------------------------
   Corporate theme + layout (static header/footer, scroll in content)
-------------------------------------------------------------- */
:root {
    --portal-primary: #0b5ed7;
    --portal-primary-2: #073b8c;
    --portal-ink: #0f172a;
    --card-header-text: #fff;
}

/* Re-skin SB Admin "primary gradient" to a more corporate palette */
.bg-gradient-primary {
  background-color: var(--portal-primary);
  background-image: linear-gradient(180deg, var(--portal-primary) 10%, var(--portal-primary-2) 100%);
  background-size: cover;
}

body {
  margin-bottom: 0;
  background: #f8f9fc;
  color: #1f2937;
}

/* -------------------------------------------------------------
   Card headers (corporate tint)
-------------------------------------------------------------- */
.card .card-header {
    background-color: var(--portal-primary); /* --portal-primary with alpha */
    background-image: linear-gradient(180deg, var(--portal-primary) 10%, var(--portal-primary-2) 100%);
    border-bottom: 1px solid rgba(11, 94, 215, 0.18);
}

    .card .card-header .text-primary {
        color: var(--card-header-text) !important;
    }

    .card .card-header a.btn-link {
        color: var(--card-header-text);
    }

.card .card-header a.btn-link:hover,
.card .card-header a.btn-link:focus {
  color: var(--portal-primary-2);
  text-decoration: underline;
}

.portal-login-cta,
.portal-login-secondary {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* Breadcrumb in topbar (left side) */
.topbar-breadcrumb {
  min-width: 0;
}

.topbar-breadcrumb .breadcrumb {
  font-size: 0.85rem;
}

.topbar-breadcrumb .breadcrumb-item a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.topbar-breadcrumb .breadcrumb-item a:hover,
.topbar-breadcrumb .breadcrumb-item a:focus {
  text-decoration: underline;
}

.topbar-breadcrumb .breadcrumb-item.active {
  color: #cdcdcd;
  max-width: 44vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Keep header fixed while scrolling the page (desktop + mobile) */
.header-container {
  position: sticky;
  top: 0;
  z-index: 1040; /* above cards/content */
}

.footer-container {
  position: sticky;
  bottom: 0;
  z-index: 1040;
}

/* Brand logo */
.portal-brand-logo {
  height: 55px;
  width: auto;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  /* border-right: 1px solid #ccc; */
}

.portal-brand-logo--auth {
  height: 30px;
}

.portal-brand-logo--login {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  height: 100px;
}

/* Auth layout (Login) */
body.portal-auth {
  background: #f8f9fc;
}

.portal-auth-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.portal-auth-header,
.portal-auth-footer {
  flex: 0 0 auto;
  background: transparent;
  color: #ffffff;
}

.portal-auth-header {
  padding: 1rem 1.25rem;
}

.portal-auth-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.portal-auth-brand:hover,
.portal-auth-brand:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.95;
}

.portal-auth-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
}

.portal-auth-footer {
  padding: 0.75rem 1.25rem 1rem;
  text-align: center;
  font-size: 0.85rem;
  opacity: 0.9;
}

.portal-login-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 900;
  color: var(--portal-ink);
}

.portal-login-submit {
  font-weight: 800;
}

img.left-image-box {
  width: 100%;
  height: auto;
  position: absolute;
}
/* -------------------------------------------------------------
   Mobile navigation (full-width collapsible; replaces sidebar)
-------------------------------------------------------------- */
.mobile-nav {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-nav__inner {
  padding: 0.25rem 0;
}

.mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.mobile-nav__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

    .mobile-nav__brand .portal-brand-logo {
        width: 100%;
    }

    .portal-brand-logo--mobile-nav {
        height: 60px;
        margin-right: 0;
        padding-right: 0;
    }

.mobile-nav__close {
  color: #6c757d;
  padding: 0.25rem 0.5rem;
}

.mobile-nav__close:hover,
.mobile-nav__close:focus {
  color: #111827;
  text-decoration: none;
}

.mobile-nav__section + .mobile-nav__section {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 0.25rem;
  padding-top: 0.25rem;
}

.mobile-nav__heading {
  padding: 0.65rem 1rem 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6c757d;
}

.mobile-nav__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  color: #1f2937;
  text-decoration: none;
}

.mobile-nav__link i {
  width: 18px;
  text-align: center;
  color: #4e73df;
}

.mobile-nav__link:hover,
.mobile-nav__link:focus {
  background: #f8f9fc;
  text-decoration: none;
  color: #111827;
}

.mobile-nav__link.active {
  background: rgba(78, 115, 223, 0.12);
  color: #111827;
}

ul.navbar-nav.sidebar {
  min-height: 100%;
  overflow-y: auto !important;
  transition: width 0.3s ease;
  overflow-x: hidden;
}

/* Give the toggle icon a subtle animation */
#mobileMenuToggle i {
  transition: transform 140ms ease;
}

#mobileMenuToggle.is-open i {
  transform: rotate(90deg);
}

@media (max-width: 767.98px) {
  /* Lock background scroll when mobile nav is open (JS toggles the class) */
  body.mobile-nav-open {
    overflow: hidden;
    touch-action: none;
  }

  /* Make the mobile menu a full-screen overlay */
  .mobile-nav {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    z-index: 1050; /* above content */
    border-bottom: 0;
  }

  /* Keep topbar accessible above the overlay toggle area */
  nav.topbar {
    position: sticky;
    top: 0;
    z-index: 1040;
  }

  /* Ensure menu items don't get hidden behind the topbar */
  .mobile-nav__inner {
    padding-top: 10px;
  }

  /* The mobile menu lives under the topbar; remove the big bottom margin */
  nav.topbar {
    margin-bottom: 0 !important;
  }

  /* Keep content flush with header */
  #content > .container-fluid {
    padding-top: 0;
  }

	.portal-brand-logo {
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
	}

    div.portal-login-brand .portal-brand-logo {
        width: 100%;
        height: auto;
    }

  a.sidebar-brand {
    text-align: center;
    margin: 0 auto;
  }
}

/* -------------------------------------------------------------
   Tables (portal style – similar to modern admin lists)
-------------------------------------------------------------- */
.table-portal {
  border-collapse: separate;
  border-spacing: 0;
}

.table-portal thead th {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6c757d;
  background: #f8f9fc;
  border-top: 0;
  border-bottom: 1px solid #e3e6f0;
}

.table-portal tbody td {
  border-top: 1px solid #edf2f7;
  vertical-align: middle;
  padding: 0.85rem 0.9rem;
}

.table-portal.table-hover tbody tr:hover {
  background: #f6f9ff;
}

.table-actions {
  white-space: nowrap;
}

.table-actions .btn {
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.table-actions form.d-inline {
  margin: 0;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.btn.btn-warning, .badge.badge-warning {
  color: #000;
}

div.alert {
    overflow-wrap: break-word;
}

/* -------------------------------------------------------------
   Public landing (Home/Index for anonymous users)
   New SaaS-optimized design system (lp-* prefix)
-------------------------------------------------------------- */
:root {
    --lp-primary: #0B2447;
    --lp-primary-light: #19376D;
    --lp-accent: #0EA5E9;
    --lp-accent-2: #06B6D4;
    --lp-green: #10B981;
    --lp-green-dark: #059669;
    --lp-amber: #F59E0B;
    --lp-red: #EF4444;
    --lp-purple: #8B5CF6;
    --lp-pink: #EC4899;
    --lp-dark: #0F172A;
    --lp-dark-2: #1E293B;
    --lp-gray-100: #F1F5F9;
    --lp-gray-200: #E2E8F0;
    --lp-gray-400: #94A3B8;
    --lp-gray-500: #64748B;
    --lp-gray-600: #475569;
    --lp-gray-700: #334155;
    --lp-radius: 0.85rem;
    --lp-radius-lg: 1.25rem;
    --lp-shadow: 0 4px 24px rgba(15,23,42,0.08);
    --lp-shadow-lg: 0 12px 40px rgba(15,23,42,0.12);
    --lp-shadow-xl: 0 20px 60px rgba(15,23,42,0.16);
    --lp-transition: 0.3s cubic-bezier(0.4,0,0.2,1);
}

body.landing-public {
    height: auto !important;
    overflow-y: auto !important;
    background: #ffffff;
}

body.landing-public #wrapper {
    height: auto !important;
    min-height: 100vh;
    display: block;
    overflow: visible !important;
}

body.landing-public #wrapper #content-wrapper {
    overflow: visible !important;
    display: block;
}

body.landing-public #content-wrapper #content {
    width: 100%;
    overflow: visible !important;
    padding-top: 0;
}

body.landing-public .topbar {
    padding-left: 1rem;
    padding-right: 1rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(11,36,71,0.92) !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

body.landing-public .topbar .nav-link {
    font-weight: 700;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.85);
    letter-spacing: 0.01em;
    transition: color var(--lp-transition);
}

body.landing-public .topbar .nav-link:hover,
body.landing-public .topbar .nav-link:focus {
    color: var(--lp-accent);
}

body.landing-public .landing-mobile-menu-toggle {
    color: #fff;
}

body.landing-public .landing-mobile-menu-toggle:hover,
body.landing-public .landing-mobile-menu-toggle:focus {
    color: var(--lp-accent);
    text-decoration: none;
}

body.landing-public .landing-mobile-nav {
    background: var(--lp-primary);
    border-top: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}

body.landing-public .landing-mobile-nav-link {
    display: block;
    padding: 0.9rem 1.2rem;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: all var(--lp-transition);
}

body.landing-public .landing-mobile-nav-link:last-child {
    border-bottom: 0;
}

body.landing-public .landing-mobile-nav-link:hover,
body.landing-public .landing-mobile-nav-link:focus {
    color: var(--lp-accent);
    background: rgba(255,255,255,0.05);
    text-decoration: none;
    padding-left: 1.6rem;
}

body.landing-public .sticky-footer {
    background: var(--lp-dark) !important;
    color: rgba(255,255,255,0.6);
    padding: 1.5rem 0 !important;
}

body.landing-public .sticky-footer .copyright span {
    color: rgba(255,255,255,0.6);
}

/* ---- Scroll reveal animations ---- */
.lp-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1), transform 0.7s cubic-bezier(0.4,0,0.2,1);
}

.lp-reveal--delay-1 { transition-delay: 0.12s; }
.lp-reveal--delay-2 { transition-delay: 0.24s; }
.lp-reveal--delay-3 { transition-delay: 0.36s; }

.lp-reveal--visible {
    opacity: 1;
    transform: translateY(0);
}

/* ---- Section base ---- */
.lp-section {
    padding: 5rem 0;
    position: relative;
}

.lp-section--light {
    background: var(--lp-gray-100);
}

.lp-section--dark {
    background: var(--lp-dark);
    color: #fff;
}

.lp-section--gradient {
    background: linear-gradient(135deg, var(--lp-primary) 0%, var(--lp-primary-light) 50%, #1a5276 100%);
    color: #fff;
}

.lp-section__header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 3rem;
}

.lp-section__title {
    font-weight: 900;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    color: var(--lp-dark);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.lp-section__title--light {
    color: #fff;
}

.lp-section__desc {
    font-size: 1.08rem;
    color: var(--lp-gray-500);
    line-height: 1.7;
    margin-bottom: 0;
}

.lp-section__desc--light {
    color: rgba(255,255,255,0.75);
}

/* ---- Tags / badges ---- */
.lp-tag {
    display: inline-block;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--lp-accent);
    background: rgba(14,165,233,0.12);
    margin-bottom: 1rem;
}

.lp-tag--red {
    color: var(--lp-red);
    background: rgba(239,68,68,0.1);
}

.lp-tag--green {
    color: var(--lp-green-dark);
    background: rgba(16,185,129,0.12);
}

.lp-tag--cyan {
    color: var(--lp-accent-2);
    background: rgba(6,182,212,0.15);
}

.lp-tag--blue {
    color: var(--lp-accent);
    background: rgba(14,165,233,0.12);
}

.lp-tag--white {
    color: #fff;
    background: rgba(255,255,255,0.18);
}

/* ---- Buttons ---- */
.lp-btn {
    border-radius: var(--lp-radius);
    font-weight: 700;
    padding: 0.6rem 1.5rem;
    transition: all var(--lp-transition);
    border: 2px solid transparent;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
}

.lp-btn--lg {
    padding: 0.85rem 2rem;
    font-size: 1rem;
}

.lp-btn--block {
    display: block;
    width: 100%;
}

.lp-btn--primary {
    background: linear-gradient(135deg, var(--lp-accent) 0%, #0284C7 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 14px rgba(14,165,233,0.35);
}

.lp-btn--primary:hover,
.lp-btn--primary:focus {
    background: linear-gradient(135deg, #0284C7 0%, #0369A1 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(14,165,233,0.45);
}

.lp-btn--ghost {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border-color: rgba(255,255,255,0.3);
}

.lp-btn--ghost:hover,
.lp-btn--ghost:focus {
    background: rgba(255,255,255,0.2);
    color: #fff;
    border-color: rgba(255,255,255,0.5);
}

.lp-btn--white {
    background: #fff;
    color: var(--lp-primary);
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.lp-btn--white:hover,
.lp-btn--white:focus {
    background: #f8fafc;
    color: var(--lp-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.lp-btn--ghost-white {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,0.4);
}

.lp-btn--ghost-white:hover,
.lp-btn--ghost-white:focus {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border-color: #fff;
}

.lp-btn--outline-dark {
    background: transparent;
    color: var(--lp-dark);
    border-color: var(--lp-gray-200);
}

.lp-btn--outline-dark:hover,
.lp-btn--outline-dark:focus {
    background: var(--lp-dark);
    color: #fff;
    border-color: var(--lp-dark);
    transform: translateY(-2px);
}

/* ========== HERO ========== */
.lp-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, var(--lp-primary) 0%, var(--lp-primary-light) 45%, #1a5276 100%);
    padding: 6rem 0 3rem;
    color: #fff;
}

.lp-hero__bg-shapes {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.lp-hero__circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.07;
    background: #fff;
}

.lp-hero__circle--1 {
    width: 600px;
    height: 600px;
    top: -200px;
    right: -100px;
}

.lp-hero__circle--2 {
    width: 400px;
    height: 400px;
    bottom: -180px;
    left: -80px;
}

.lp-hero__circle--3 {
    width: 200px;
    height: 200px;
    top: 40%;
    left: 50%;
    opacity: 0.04;
}

.lp-hero__row {
    min-height: 420px;
}

.lp-hero__badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    background: rgba(14,165,233,0.2);
    border: 1px solid rgba(14,165,233,0.3);
    font-size: 0.82rem;
    font-weight: 700;
    color: rgba(255,255,255,0.95);
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
}

.lp-hero__title {
    font-weight: 900;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
    margin-bottom: 1.5rem;
    color: #fff;
}

.lp-hero__title--accent {
    background: linear-gradient(90deg, var(--lp-accent) 0%, var(--lp-accent-2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lp-hero__subtitle {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.78);
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 520px;
}

.lp-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

/* ---- Dashboard mockup ---- */
.lp-mock {
    background: #fff;
    border-radius: var(--lp-radius-lg);
    overflow: hidden;
    box-shadow: var(--lp-shadow-xl), 0 0 80px rgba(14,165,233,0.15);
    transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
}

.lp-mock:hover {
    transform: perspective(1200px) rotateY(-1deg) rotateX(0.5deg) translateY(-4px);
}

.lp-mock__header {
    background: var(--lp-dark-2);
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.lp-mock__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.lp-mock__dot--red { background: #EF4444; }
.lp-mock__dot--yellow { background: #F59E0B; }
.lp-mock__dot--green { background: #10B981; }

.lp-mock__title {
    margin-left: 0.5rem;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.6);
    font-weight: 600;
}

.lp-mock__body {
    padding: 1rem;
    background: #f8fafc;
}

.lp-mock__stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
    margin-bottom: 0.8rem;
}

.lp-mock__stat-card {
    background: #fff;
    border-radius: 0.6rem;
    padding: 0.65rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.lp-mock__stat-icon {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}

.lp-mock__stat-card--blue .lp-mock__stat-icon { color: var(--lp-accent); }
.lp-mock__stat-card--green .lp-mock__stat-icon { color: var(--lp-green); }
.lp-mock__stat-card--teal .lp-mock__stat-icon { color: var(--lp-accent-2); }

.lp-mock__stat-val {
    display: block;
    font-size: 1.05rem;
    font-weight: 900;
    color: var(--lp-dark);
    line-height: 1.1;
}

.lp-mock__stat-lbl {
    font-size: 0.65rem;
    color: var(--lp-gray-500);
    font-weight: 600;
}

.lp-mock__chart {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 70px;
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin-bottom: 0.8rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.lp-mock__bar {
    flex: 1;
    height: 0;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(180deg, var(--lp-accent) 0%, #0284C7 100%);
    transition: height 1s cubic-bezier(0.4,0,0.2,1);
}

.lp-mock__bar--animate {
    height: var(--h);
}

.lp-mock__table {
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    font-size: 0.7rem;
}

.lp-mock__table-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 0.8fr;
    padding: 0.4rem 0.6rem;
    border-bottom: 1px solid var(--lp-gray-200);
    color: var(--lp-gray-600);
}

.lp-mock__table-row:last-child {
    border-bottom: 0;
}

.lp-mock__table-row--header {
    background: var(--lp-gray-100);
    font-weight: 700;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--lp-gray-400);
}

/* ---- Hero stats strip ---- */
.lp-hero__stats {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 3.5rem;
    padding: 1.5rem 2rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--lp-radius-lg);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.lp-hero__stat {
    text-align: center;
    flex: 0 0 auto;
}

.lp-hero__stat-number {
    display: block;
    font-size: 1.75rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
}

.lp-hero__stat-label {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.6);
    font-weight: 600;
}

.lp-hero__stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.15);
}

/* ========== TRUSTED BY ========== */
.lp-trusted {
    padding: 2.5rem 0;
    background: #fff;
    border-bottom: 1px solid var(--lp-gray-200);
}

.lp-trusted__label {
    text-align: center;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--lp-gray-400);
    margin-bottom: 1.5rem;
}

.lp-trusted__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.lp-trusted__logo {
    font-size: 1.15rem;
    font-weight: 900;
    color: var(--lp-gray-400);
    letter-spacing: 0.02em;
    opacity: 0.55;
    transition: opacity var(--lp-transition);
}

.lp-trusted__logo:hover {
    opacity: 0.85;
}

/* ========== PAIN POINTS ========== */
.lp-pain-card {
    background: #fff;
    border-radius: var(--lp-radius-lg);
    padding: 2rem 1.5rem;
    height: 100%;
    border: 1px solid var(--lp-gray-200);
    box-shadow: var(--lp-shadow);
    transition: all var(--lp-transition);
    text-align: center;
}

.lp-pain-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--lp-shadow-lg);
    border-color: var(--lp-red);
}

.lp-pain-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    background: rgba(239,68,68,0.1);
    color: var(--lp-red);
}

.lp-pain-card__icon--orange {
    background: rgba(245,158,11,0.1);
    color: var(--lp-amber);
}

.lp-pain-card__icon--red {
    background: rgba(239,68,68,0.1);
    color: var(--lp-red);
}

.lp-pain-card__icon--purple {
    background: rgba(139,92,246,0.1);
    color: var(--lp-purple);
}

.lp-pain-card__title {
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--lp-dark);
    margin-bottom: 0.75rem;
}

.lp-pain-card__text {
    font-size: 0.92rem;
    color: var(--lp-gray-500);
    line-height: 1.6;
    margin-bottom: 0;
}

/* ========== FEATURES (Solution) ========== */
.lp-feature-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--lp-radius-lg);
    padding: 2rem 1.5rem;
    height: 100%;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: all var(--lp-transition);
}

.lp-feature-card:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(14,165,233,0.4);
    transform: translateY(-4px);
}

.lp-feature-card__icon {
    width: 50px;
    height: 50px;
    border-radius: var(--lp-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 1.25rem;
    background: rgba(14,165,233,0.2);
    color: var(--lp-accent);
}

.lp-feature-card__icon--green {
    background: rgba(16,185,129,0.2);
    color: var(--lp-green);
}

.lp-feature-card__icon--teal {
    background: rgba(6,182,212,0.2);
    color: var(--lp-accent-2);
}

.lp-feature-card__icon--amber {
    background: rgba(245,158,11,0.2);
    color: var(--lp-amber);
}

.lp-feature-card__icon--purple {
    background: rgba(139,92,246,0.2);
    color: var(--lp-purple);
}

.lp-feature-card__icon--pink {
    background: rgba(236,72,153,0.2);
    color: var(--lp-pink);
}

.lp-feature-card__title {
    font-weight: 800;
    font-size: 1.05rem;
    color: #fff;
    margin-bottom: 0.65rem;
}

.lp-feature-card__text {
    font-size: 0.92rem;
    color: rgba(255,255,255,0.68);
    line-height: 1.6;
    margin-bottom: 0;
}

/* ========== HOW IT WORKS ========== */
.lp-step {
    text-align: center;
    padding: 2rem 1.5rem;
}

.lp-step__number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lp-accent) 0%, #0284C7 100%);
    color: #fff;
    font-weight: 900;
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 24px rgba(14,165,233,0.3);
}

.lp-step__title {
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--lp-dark);
    margin-bottom: 0.65rem;
}

.lp-step__text {
    color: var(--lp-gray-500);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ========== BENEFITS ========== */
.lp-benefit {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--lp-radius-lg);
    padding: 2rem 1.5rem;
    height: 100%;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: all var(--lp-transition);
}

.lp-benefit:hover {
    background: rgba(255,255,255,0.16);
    transform: translateY(-4px);
}

.lp-benefit__icon {
    font-size: 1.5rem;
    color: var(--lp-accent);
    margin-bottom: 1rem;
}

.lp-benefit__title {
    font-weight: 800;
    font-size: 1.05rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.lp-benefit__metric {
    display: inline-block;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    background: rgba(14,165,233,0.2);
    color: var(--lp-accent);
    font-size: 0.78rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.lp-benefit__text {
    font-size: 0.92rem;
    color: rgba(255,255,255,0.68);
    line-height: 1.6;
    margin-bottom: 0;
}

/* ========== TESTIMONIALS ========== */
.lp-testimonial {
    background: #fff;
    border-radius: var(--lp-radius-lg);
    padding: 2rem 1.5rem;
    height: 100%;
    border: 1px solid var(--lp-gray-200);
    box-shadow: var(--lp-shadow);
    transition: all var(--lp-transition);
}

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

.lp-testimonial__stars {
    color: var(--lp-amber);
    font-size: 0.85rem;
    margin-bottom: 1rem;
    display: flex;
    gap: 0.15rem;
}

.lp-testimonial__quote {
    font-size: 0.95rem;
    color: var(--lp-gray-600);
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 1.25rem;
}

.lp-testimonial__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.lp-testimonial__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lp-primary) 0%, var(--lp-primary-light) 100%);
    color: #fff;
    font-weight: 800;
    font-size: 0.82rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lp-testimonial__author strong {
    display: block;
    font-size: 0.9rem;
    color: var(--lp-dark);
}

.lp-testimonial__author span {
    font-size: 0.78rem;
    color: var(--lp-gray-500);
}

/* ========== PRICING ========== */
.lp-plan {
    background: #fff;
    border-radius: var(--lp-radius-lg);
    padding: 2rem 1.5rem;
    height: 100%;
    border: 2px solid var(--lp-gray-200);
    box-shadow: var(--lp-shadow);
    transition: all var(--lp-transition);
    position: relative;
    display: flex;
    flex-direction: column;
}

.lp-plan:hover {
    transform: translateY(-6px);
    box-shadow: var(--lp-shadow-xl);
}

.lp-plan--featured {
    border-color: var(--lp-accent);
    box-shadow: var(--lp-shadow-lg), 0 0 0 1px var(--lp-accent);
}

.lp-plan--featured:hover {
    box-shadow: var(--lp-shadow-xl), 0 0 0 1px var(--lp-accent);
}

.lp-plan__badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.3rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--lp-accent) 0%, #0284C7 100%);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.lp-plan__header {
    margin-bottom: 1.25rem;
}

.lp-plan__name {
    font-weight: 900;
    font-size: 1.25rem;
    color: var(--lp-dark);
    margin-bottom: 0.25rem;
}

.lp-plan__tagline {
    font-size: 0.85rem;
    color: var(--lp-gray-500);
    margin-bottom: 0;
}

.lp-plan__price {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.1rem;
}

.lp-plan__currency {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--lp-dark);
    line-height: 1;
    margin-top: 0.3rem;
}

.lp-plan__amount {
    font-size: 3rem;
    font-weight: 900;
    color: var(--lp-dark);
    line-height: 1;
}

.lp-plan__period {
    font-size: 0.9rem;
    color: var(--lp-gray-500);
    font-weight: 600;
    align-self: flex-end;
    margin-bottom: 0.35rem;
}

.lp-plan__capacity {
    font-size: 0.82rem;
    color: var(--lp-gray-500);
    font-weight: 600;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--lp-gray-200);
}

.lp-plan__features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    flex: 1;
}

.lp-plan__features li {
    padding: 0.4rem 0;
    font-size: 0.9rem;
    color: var(--lp-gray-600);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.lp-plan__features li i {
    color: var(--lp-green);
    font-size: 0.78rem;
    flex-shrink: 0;
}

/* ========== CTA FINAL ========== */
.lp-cta-final {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--lp-primary) 0%, var(--lp-primary-light) 40%, #1a5276 100%);
    color: #fff;
}

.lp-cta-final__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.lp-cta-final__circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(14,165,233,0.12);
}

.lp-cta-final__circle--1 {
    width: 500px;
    height: 500px;
    top: -200px;
    right: -100px;
}

.lp-cta-final__circle--2 {
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: -60px;
}

.lp-cta-final__title {
    font-weight: 900;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    margin-bottom: 1rem;
}

.lp-cta-final__text {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.75);
    margin-bottom: 2rem;
    line-height: 1.7;
}

.lp-cta-final__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
}

/* ========== CONTACT ========== */
.lp-contact-card {
    background: #fff;
    border-radius: var(--lp-radius-lg);
    padding: 2.5rem;
    border: 1px solid var(--lp-gray-200);
    box-shadow: var(--lp-shadow-lg);
}

.lp-label {
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--lp-dark);
    margin-bottom: 0.4rem;
}

.lp-input {
    border-radius: var(--lp-radius) !important;
    border-color: var(--lp-gray-200) !important;
    padding: 0.65rem 1rem !important;
    font-size: 0.95rem !important;
    transition: all var(--lp-transition) !important;
}

.lp-input:focus {
    border-color: var(--lp-accent) !important;
    box-shadow: 0 0 0 0.2rem rgba(14,165,233,0.15) !important;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 991.98px) {
    .lp-hero {
        padding: 4rem 0 2rem;
    }

    .lp-hero__row {
        min-height: auto;
    }

    .lp-hero__stats {
        margin-top: 2.5rem;
        gap: 1rem;
        padding: 1.25rem 1rem;
    }

    .lp-hero__stat-divider {
        display: none;
    }

    .lp-hero__stat {
        min-width: 100px;
    }

    .lp-section {
        padding: 3.5rem 0;
    }

    .lp-contact-card {
        padding: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .lp-hero__title {
        font-size: 1.75rem;
    }

    .lp-hero__subtitle {
        font-size: 1rem;
    }

    .lp-hero__ctas {
        flex-direction: column;
    }

    .lp-hero__ctas .lp-btn {
        width: 100%;
        text-align: center;
    }

    .lp-hero__stats {
        flex-direction: column;
        gap: 1rem;
    }

    .lp-cta-final__btns {
        flex-direction: column;
        align-items: stretch;
    }

    .lp-cta-final__btns .lp-btn {
        text-align: center;
    }

    .lp-trusted__logos {
        gap: 1.5rem;
    }
}

div.contract-html-editor .ql-editor {
    min-height: 500px;
}

.html-editor-box {
    height: fit-content;
}

div.modal-html-editor .ql-editor {
    min-height: 300px;
}