/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Custom CSS for Nexus Theme
 *
 * This file allows you to customize the theme colors and styles for the entire Nexus template.
 *
 * To customize colors:
 * - Replace the var() references with your own hex colors or other CSS values.
 * - For example, instead of --primary: #4b5563; use --primary: #your-color;
 * - You can also override any CSS properties here.
 */

:root {
    --white: #fff;

    /* Neutral shades */
    --neutral-50: #fbf9fa;
    --neutral-100: #f4f5f7;
    --neutral-200: #e4e4e7;
    --neutral-300: #d0d5dd;
    --neutral-400: #9ca3af;
    --neutral-500: #6b7280;
    --neutral-600: #4b5563;
    --neutral-700: #374151;
    --neutral-800: #1f2937;
    --neutral-900: #111827;
    --neutral-950: #030712;

    /* Neutral shades */
    /* define own pallet with brand colors */
    --primary-50: var(--neutral-50);
    --primary-100: var(--neutral-100);
    --primary-200: var(--neutral-200);
    --primary-300: var(--neutral-300);
    --primary-400: var(--neutral-400);
    --primary-500: var(--neutral-500);
    --primary-600: var(--neutral-600);
    --primary-700: var(--neutral-700);
    --primary-800: var(--neutral-800);
    --primary-900: var(--neutral-900);
    --primary-950: var(--neutral-900);

    /* Primary colors */
    /* Use shades from comments if `primary` colors use other colors, then neutral */
    --primary: var(--neutral-900);          /* var(--primary-600) */
    --primary-lifted: var(--neutral-800);   /* var(--primary-700) */
    --primary-accented: var(--neutral-700); /* var(--primary-800) */

    /* Secondary colors */
    --secondary: var(--neutral-500);
    --secondary-lifted: var(--neutral-600);
    --secondary-accented: var(--neutral-700);

    /* Success colors */
    --success: #00a63e;
    --success-lifted: #008236;
    --success-accented: #016630;

    /* Info colors */
    --info: #155dfc;
    --info-lifted: #1447e6;
    --info-accented: #193cb8;

    /* Notice colors */
    --notice: #7f22fe;
    --notice-lifted: #7008e7;
    --notice-accented: #5d0ec0;

    /* Warning colors */
    --warning: #f54a00;
    --warning-lifted: #ca3500;
    --warning-accented: #9f2d00;

    /* Error colors */
    --error: #e7000b;
    --error-lifted: #c10007;
    --error-accented: #9f0712;

    /* Grayscale colors */
    --grayscale: var(--neutral-900);
    --grayscale-lifted: var(--neutral-800);
    --grayscale-accented: var(--neutral-700);

    /* Neutral colors */
    --neutral: var(--neutral-500);
    --neutral-lifted: var(--neutral-600);
    --neutral-accented: var(--neutral-700);

    /* Text neutral colors */
    --text-inverted: var(--white);
    --text-muted: var(--neutral-400);
    --text-lifted: var(--neutral-500);
    --text-accented: var(--neutral-600);
    --text: var(--neutral-900);

    /* Border neutral colors */
    --border-muted: var(--neutral-200);
    --border: var(--neutral-300);
    --border-lifted: var(--neutral-400);
    --border-accented: var(--neutral-600);

    /* Background neutral colors */
    --bg: var(--white);
    --bg-muted: var(--neutral-50);
    --bg-lifted: var(--neutral-100);
    --bg-accented: var(--neutral-200);
    --bg-inverted: var(--neutral-900);

    /* Additional colors */
    --yellow-200: #fff085;
    --yellow-300: #ffdf20;
    --teal-300: #46edd5;
    --teal-400: #00d5be;
    --emerald-300: #5ee9b5;
    --pink-400: #fb64b6;

    /* Additional custom properties */
    /* Font sizes */
    --text-xs: 0.625rem;
    --text-sm: 0.75rem;
    --text-md: 0.875rem;
    --text-lg: 1rem;

    /* Spacing */
    --outline-sm: 1px;
    --outline-md: 2px;
    --outline-lg: 3px;

    /* Rounding */
    --rounding-sm: 0.25rem;
    --rounding-md: 0.5rem;
    --rounding-lg: 0.75rem;

    /* Other */
    --letter-spacing: 0em;
    --disabled-opacity: 25%;
}

body {
    background: #f6f8fb;
    color: #18212f;
    letter-spacing: 0;
    overflow-x: hidden;
}

#fullpage-overlay.w-hidden {
    display: none !important;
}

.lf-site-header {
    position: relative;
    z-index: 30;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.lf-utility-bar {
    background: #101827;
    color: #dce5f1;
    font-size: 0.82rem;
}

.lf-utility-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 36px;
}

.lf-utility-left,
.lf-utility-links {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.lf-utility-left {
    font-weight: 800;
}

.lf-utility-left i {
    color: #7dd3c7;
}

.lf-utility-links a {
    color: #dce5f1;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.lf-utility-links a:hover,
.lf-utility-links a:focus {
    color: #7dd3c7;
    text-decoration: none;
}

.navbar.navbar-light.lf-brandbar {
    background: #ffffff;
    border-bottom: 1px solid #e8edf4;
}

.lf-brandbar .container {
    gap: 12px;
    min-width: 0;
}

.lf-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    max-width: 240px;
    margin-right: 16px;
    color: #111827;
    text-decoration: none;
}

.lf-brand:hover,
.lf-brand:focus {
    color: #111827;
    text-decoration: none;
}

.lf-brand .logo-img {
    width: auto;
    max-width: 210px;
    max-height: 56px;
    object-fit: contain;
}

.lf-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    background: #0b6f6a;
    color: #ffffff;
    border-radius: 8px;
    font-size: 0.94rem;
    font-weight: 900;
}

.lf-brand-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.05;
}

.lf-brand-copy strong,
.lf-brand-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lf-brand-copy strong {
    max-width: 230px;
    color: #111827;
    font-size: 1.02rem;
    font-weight: 900;
}

.lf-brand-copy small {
    max-width: 230px;
    margin-top: 4px;
    color: #657386;
    font-size: 0.78rem;
    font-weight: 800;
}

.lf-search-form .input-group {
    width: 320px;
}

.lf-search-form .btn,
.lf-mobile-search .btn {
    min-width: 42px;
    background: #f6f8fb;
    color: #0b6f6a;
    border: 1px solid #dbe4ef;
    border-right: 0;
    border-radius: 8px 0 0 8px;
}

.lf-search-form .form-control,
.lf-mobile-search .form-control {
    min-height: 40px;
    color: #243044;
    background: #f6f8fb;
    border: 1px solid #dbe4ef;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    font-weight: 700;
}

.lf-search-form .form-control::placeholder,
.lf-mobile-search .form-control::placeholder {
    color: #7a8797;
}

.lf-header-cta {
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    background: #0b6f6a;
    color: #ffffff;
    border: 1px solid #0b6f6a;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 900;
}

header.header .lf-header-cta,
header.header .lf-header-cta i {
    color: #ffffff !important;
}

.lf-header-cta:hover,
.lf-header-cta:focus {
    background: #095a56;
    color: #ffffff !important;
    border-color: #095a56;
}

.lf-brandbar .toolbar {
    flex-direction: row;
    align-items: center;
}

.lf-brandbar .toolbar .btn.nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #ffffff;
    color: #243044;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
}

.lf-brandbar .toolbar .btn.nav-link:hover,
.lf-brandbar .toolbar .btn.nav-link:focus {
    background: #eef8f6;
    color: #0b6f6a;
    border-color: #b5ded8;
}

.lf-brandbar .cart-btn .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 20px;
    height: 20px;
    padding: 3px 6px;
    background: #101827;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 0.68rem;
}

.navbar.navbar-expand-xl.main-navbar-wrapper.lf-main-nav {
    padding: 0;
    background: #ffffff;
    border-bottom: 1px solid #e4e9f2;
}

.lf-main-nav .container {
    min-height: 54px;
}

header.header .navbar.lf-main-nav {
    min-height: 54px;
}

.lf-main-nav .navbar-collapse {
    align-items: center;
}

.lf-main-nav .navbar-nav {
    align-items: center;
    gap: 3px;
}

header.header .lf-main-nav .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.lf-main-nav .navbar-nav > li {
    position: relative;
}

.lf-main-nav .navbar-nav > li > a {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 10px 10px;
    color: #243044;
    border-radius: 8px;
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.lf-license-nav > .nav-item > .nav-link i {
    color: #0b6f6a;
}

.lf-main-nav .navbar-nav > li > a:hover,
.lf-main-nav .navbar-nav > li > a:focus,
.lf-main-nav .navbar-nav > li.show > a {
    background: #eef8f6;
    color: #0b6f6a;
    text-decoration: none;
}

.lf-main-nav .navbar-nav > li > a .badge {
    background: #0b6f6a;
    color: #ffffff;
    border-radius: 999px;
}

#Primary_Navbar-Store > a {
    background: #101827;
    color: #ffffff;
}

#Primary_Navbar-Store > a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #7dd3c7;
    border-radius: 999px;
}

#Primary_Navbar-Store > a:hover,
#Primary_Navbar-Store > a:focus,
#Primary_Navbar-Store.show > a {
    background: #0b6f6a;
    color: #ffffff;
}

.lf-main-nav .dropdown-menu {
    min-width: 250px;
    margin-top: 10px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.15);
}

.lf-main-nav .lf-license-dropdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    width: min(560px, calc(100vw - 32px));
}

.lf-main-nav .dropdown.show > .lf-license-dropdown,
.lf-main-nav .lf-license-dropdown.show {
    display: grid;
}

.lf-main-nav .lf-corporate-dropdown {
    min-width: 260px;
}

.lf-main-nav .dropdown-item {
    padding: 0;
    background: transparent;
    white-space: normal;
}

.lf-main-nav .dropdown-item > a {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 11px !important;
    color: #263247;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
    white-space: normal;
}

.lf-main-nav .dropdown-item > a::before {
    content: "";
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-right: 9px;
    background: #0b6f6a;
    border-radius: 999px;
}

.lf-main-nav .dropdown-item > a:hover,
.lf-main-nav .dropdown-item > a:focus {
    background: #eef8f6;
    color: #0b6f6a;
    text-decoration: none;
}

.lf-main-nav .dropdown-divider {
    border-top-color: #e4e9f2;
}

#Primary_Navbar-Store > .dropdown-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    width: min(760px, calc(100vw - 32px));
    max-height: min(72vh, 560px);
    overflow: auto;
}

#Primary_Navbar-Store.show > .dropdown-menu,
#Primary_Navbar-Store > .dropdown-menu.show {
    display: grid;
}

#Primary_Navbar-Store > .dropdown-menu > li:first-child {
    grid-column: 1 / -1;
}

#Primary_Navbar-Store > .dropdown-menu > li:first-child > a {
    justify-content: center;
    background: #101827;
    color: #ffffff;
}

#Primary_Navbar-Store > .dropdown-menu > li:not(:first-child) > a::before {
    content: "";
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-right: 9px;
    background: #0b6f6a;
    border-radius: 999px;
}

#Primary_Navbar-Store > .dropdown-menu > li:nth-child(4n+3) > a::before {
    background: #2454a6;
}

#Primary_Navbar-Store > .dropdown-menu > li:nth-child(4n+4) > a::before {
    background: #996100;
}

#Primary_Navbar-Store > .dropdown-menu > li:nth-child(4n+5) > a::before {
    background: #28723a;
}

#Primary_Navbar-Store > .dropdown-menu .dropdown-divider {
    grid-column: 1 / -1;
    width: 100%;
    margin: 6px 0;
}

.master-breadcrumb {
    display: none;
}

#main-body {
    padding-top: 28px;
    padding-bottom: 72px;
    background: #f6f8fb;
}

.lf-content-hero {
    margin-bottom: 22px;
    padding: 30px;
    background: #101827;
    color: #ffffff;
    border: 1px solid #22314a;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.lf-content-hero h1 {
    max-width: 820px;
    margin: 10px 0;
    color: #ffffff;
    font-size: 2.1rem;
    font-weight: 900;
    line-height: 1.16;
}

.lf-content-hero p {
    max-width: 780px;
    margin: 0;
    color: #c7d3e2;
    line-height: 1.65;
}

.lf-legal-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.lf-legal-nav {
    position: sticky;
    top: 18px;
    display: grid;
    gap: 8px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.lf-legal-nav a {
    padding: 10px 12px;
    color: #243044;
    border-radius: 8px;
    font-weight: 900;
    text-decoration: none;
}

.lf-legal-nav a:hover,
.lf-legal-nav a:focus {
    background: #eef8f6;
    color: #0b6f6a;
    text-decoration: none;
}

.lf-legal-content {
    display: grid;
    gap: 16px;
}

.lf-legal-card {
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.lf-legal-card h2 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 1.35rem;
    font-weight: 900;
}

.lf-legal-card p {
    color: #4f5f72;
    line-height: 1.72;
}

.kb-search .form-control,
.kb-search .btn {
    min-height: 52px;
}

.kb-category,
.announcements .announcement,
.card {
    border-color: #e4e9f2;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.kb-category .card-body {
    min-height: 126px;
    text-decoration: none;
}

.kb-category .h5,
.kb-article-item,
.announcements .announcement h1 a {
    color: #111827;
    font-weight: 900;
}

.kb-category .fa-folder,
.kb-article-item .fa-file-alt {
    color: #0b6f6a !important;
}

.announcements .announcement {
    margin-bottom: 16px;
    padding: 22px;
    background: #ffffff;
}

.announcements .announcement h1 {
    margin-bottom: 8px;
    font-size: 1.3rem;
    line-height: 1.28;
}

.announcements .announcement article,
.kb-article-item small {
    color: #4f5f72;
    line-height: 1.65;
}

.server-status-card {
    overflow: hidden;
}

.lf-home {
    color: #18212f;
    max-width: 100%;
    overflow-x: hidden;
}

.lf-home-slider {
    position: relative;
    margin-bottom: 12px;
}

.lf-home-slider .carousel-inner {
    overflow: visible;
}

.lf-home-slider .carousel-item {
    min-height: 430px;
}

.lf-home-slider .carousel-indicators {
    right: auto;
    bottom: 2px;
    left: 0;
    justify-content: flex-start;
    width: auto;
    margin: 0;
    padding-left: 0;
}

.lf-home-slider .carousel-indicators li {
    width: 28px;
    height: 4px;
    margin: 0 7px 0 0;
    background: #0b6f6a;
    border: 0;
    border-radius: 999px;
    opacity: 0.26;
}

.lf-home-slider .carousel-indicators .active {
    opacity: 1;
}

.lf-home-slider .carousel-control-prev,
.lf-home-slider .carousel-control-next {
    top: auto;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #ffffff;
    color: #101827;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    opacity: 1;
}

.lf-home-slider .carousel-control-prev {
    right: 48px;
    left: auto;
}

.lf-home-slider .carousel-control-next {
    right: 0;
}

.lf-home-slider .carousel-control-prev:hover,
.lf-home-slider .carousel-control-next:hover {
    background: #eef8f6;
    color: #0b6f6a;
}

.lf-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 32px;
    align-items: center;
    padding: 34px 0 54px;
}

.lf-hero-copy h1 {
    max-width: 760px;
    margin: 16px 0;
    color: #111827;
    font-size: 3rem;
    line-height: 1.08;
    font-weight: 900;
    overflow-wrap: break-word;
}

.lf-hero-copy p {
    max-width: 680px;
    margin: 0;
    color: #536171;
    font-size: 1.05rem;
    line-height: 1.75;
}

.lf-kicker,
.lf-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0b6f6a;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: none;
}

.lf-hero-actions,
.lf-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.lf-hero-actions .btn,
.lf-action-buttons .btn,
.lf-section-head .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border-radius: 8px;
    font-weight: 800;
}

.btn-primary {
    background: #0b6f6a;
    border-color: #0b6f6a;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #095a56;
    border-color: #095a56;
}

.btn-outline-primary {
    color: #0b6f6a;
    border-color: #0b6f6a;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: #0b6f6a;
    border-color: #0b6f6a;
}

.lf-hero-panel {
    width: 100%;
    min-width: 0;
    padding: 24px;
    background: #101827;
    color: #ffffff;
    border: 1px solid #23304a;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.18);
}

.lf-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-weight: 800;
}

.lf-hero-logo {
    max-width: 132px;
    max-height: 44px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.88;
}

.lf-status-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.lf-status-grid div {
    min-height: 96px;
    padding: 16px;
    background: #18243a;
    border: 1px solid #2a3853;
    border-radius: 8px;
}

.lf-status-grid strong {
    display: block;
    color: #7dd3c7;
    font-size: 1.6rem;
    line-height: 1.1;
}

.lf-status-grid span,
.lf-check-list li {
    color: #c6d0de;
    font-size: 0.88rem;
}

.lf-check-list {
    display: grid;
    gap: 12px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.lf-check-list i {
    margin-right: 8px;
    color: #7dd3c7;
}

.lf-hero-panel-compact {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lf-slider-list {
    display: grid;
    gap: 10px;
}

.lf-slider-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 14px;
    background: #18243a;
    color: #dce5f1;
    border: 1px solid #2a3853;
    border-radius: 8px;
    font-weight: 900;
    text-decoration: none;
}

.lf-slider-list a:hover,
.lf-slider-list a:focus {
    background: #0b6f6a;
    color: #ffffff;
    border-color: #0b6f6a;
    text-decoration: none;
}

.lf-slider-list i {
    color: #7dd3c7;
}

.lf-trust-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 12px 0 42px;
}

.lf-trust-row div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 68px;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    font-weight: 800;
    color: #243044;
}

.lf-trust-row i {
    color: #0b6f6a;
    font-size: 1.15rem;
}

.lf-section {
    margin: 42px 0;
    min-width: 0;
}

.lf-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.lf-section-head h2,
.lf-action-band h2 {
    margin: 6px 0 0;
    color: #111827;
    font-size: 1.85rem;
    line-height: 1.25;
    font-weight: 900;
}

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

.lf-license-card {
    display: flex;
    flex-direction: column;
    min-height: 230px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    color: #243044;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.lf-license-card:hover {
    color: #18212f;
    text-decoration: none;
    border-color: #96d7cf;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10);
    transform: translateY(-3px);
}

.lf-license-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    background: #e8f7f4;
    color: #0b6f6a;
    border-radius: 8px;
    font-size: 1.2rem;
}

.lf-license-card:nth-child(4n+2) .lf-license-icon {
    background: #edf2ff;
    color: #2454a6;
}

.lf-license-card:nth-child(4n+3) .lf-license-icon {
    background: #fff4df;
    color: #996100;
}

.lf-license-card:nth-child(4n+4) .lf-license-icon {
    background: #eef7ed;
    color: #28723a;
}

.lf-license-title {
    display: block;
    min-height: 52px;
    color: #111827;
    font-size: 1.05rem;
    line-height: 1.25;
    font-weight: 900;
}

.lf-license-text {
    display: block;
    margin: 10px 0 18px;
    color: #657386;
    line-height: 1.55;
}

.lf-license-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #0b6f6a;
    font-weight: 900;
}

.lf-seo-grid,
.lf-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.lf-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lf-seo-grid article,
.lf-faq-grid article {
    min-width: 0;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.lf-seo-grid h3,
.lf-faq-grid h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 1.05rem;
    line-height: 1.3;
    font-weight: 900;
}

.lf-seo-grid p,
.lf-faq-grid p {
    margin: 0;
    color: #5d6b7e;
    line-height: 1.7;
}

.lf-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.lf-process-item {
    min-height: 210px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
}

.lf-process-item span {
    color: #0b6f6a;
    font-size: 0.9rem;
    font-weight: 900;
}

.lf-process-item h3 {
    margin: 16px 0 8px;
    color: #111827;
    font-size: 1.15rem;
    font-weight: 900;
}

.lf-process-item p {
    margin: 0;
    color: #657386;
    line-height: 1.6;
}

.lf-action-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 26px;
    background: #101827;
    color: #ffffff;
    border-radius: 8px;
    min-width: 0;
}

.lf-action-band .lf-eyebrow,
.lf-action-band h2 {
    color: #ffffff;
}

.lf-action-band h2 {
    max-width: 720px;
}

.lf-action-band .btn-light {
    color: #111827;
}

.lf-action-band .btn-outline-light {
    border-color: #ffffff;
}

.lf-footer {
    background: #101827;
    border-top: 0;
}

.lf-footer {
    padding: 44px 0 24px;
}

.lf-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.lf-footer-logo {
    display: inline-flex;
    margin-bottom: 16px;
}

.lf-footer-logo img {
    max-width: 176px;
    max-height: 48px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.lf-footer-brand p {
    max-width: 360px;
    margin: 0 0 16px;
    color: #c7d3e2;
    line-height: 1.65;
    font-weight: 650;
}

.lf-footer-contact {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lf-footer-contact li,
.lf-footer-contact a {
    color: #dce5f1;
}

.lf-footer-contact li {
    display: flex;
    gap: 10px;
    line-height: 1.5;
}

.lf-footer-contact i {
    min-width: 16px;
    margin-top: 4px;
    color: #7dd3c7;
}

.lf-footer-links h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
}

.lf-footer-links {
    display: flex;
    flex-direction: column;
}

.lf-footer-links a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    color: #c7d3e2;
    font-weight: 800;
    text-decoration: none;
}

.lf-footer-links a:hover,
.lf-footer-links a:focus,
.lf-footer-contact a:hover,
.lf-footer-contact a:focus {
    color: #7dd3c7;
    text-decoration: none;
}

.lf-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid #24344f;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.35;
}

.lf-footer-bottom .copyright {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 !important;
    color: #c7d3e2;
    text-align: left;
    font: inherit;
    white-space: nowrap;
}

.lf-footer-tools {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.lf-footer-tools a {
    color: #c7d3e2;
    font: inherit;
    font-weight: 800;
}

.lf-footer-tools .btn {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    color: #c7d3e2;
    font: inherit;
    font-weight: 800;
    line-height: 1;
}

.lf-footer-tools a:hover,
.lf-footer-tools a:focus {
    color: #7dd3c7;
    text-decoration: none;
}

.lf-floating-actions {
    position: fixed;
    right: 20px;
    bottom: 22px;
    z-index: 80;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lf-floating-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.lf-floating-action:hover,
.lf-floating-action:focus {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.28);
}

.lf-floating-whatsapp {
    background: #12a150;
}

.lf-floating-whatsapp:hover,
.lf-floating-whatsapp:focus {
    background: #0e8b44;
}

.lf-floating-top {
    background: #101827;
}

.lf-floating-top:hover,
.lf-floating-top:focus {
    background: #0b6f6a;
}

.lf-floating-action i {
    font-size: 1.18rem;
}

.lf-client-dashboard {
    margin-bottom: 22px;
}

.lf-client-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px;
    background: #101827;
    color: #ffffff;
    border: 1px solid #22314a;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.lf-client-hero h1 {
    margin: 8px 0;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 900;
}

.lf-client-hero p {
    max-width: 720px;
    margin: 0;
    color: #c7d3e2;
    line-height: 1.65;
}

.lf-client-actions,
.lf-client-shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lf-client-actions {
    justify-content: flex-end;
}

.lf-client-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    border-radius: 8px;
    font-weight: 900;
    white-space: nowrap;
}

.lf-client-shortcuts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 14px;
}

.lf-client-shortcuts a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 66px;
    padding: 14px 16px;
    background: #ffffff;
    color: #243044;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    font-weight: 900;
    text-decoration: none;
}

.lf-client-shortcuts a:hover,
.lf-client-shortcuts a:focus {
    background: #eef8f6;
    color: #0b6f6a;
    border-color: #b5ded8;
    text-decoration: none;
}

.lf-client-shortcuts i {
    color: #0b6f6a;
    font-size: 1.05rem;
}

.tiles .tile {
    min-height: 132px;
    background: #ffffff;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.tiles .tile .stat {
    color: #0b6f6a;
    font-weight: 900;
}

.tiles .tile .title {
    color: #243044;
    font-weight: 900;
}

.client-home-cards .card {
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.client-home-cards .card-header {
    background: #ffffff;
    border-bottom: 1px solid #e8edf4;
}

.client-home-cards .card-title {
    color: #111827;
    font-weight: 900;
}

.lf-client-invoices-hero,
.lf-client-bank-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.lf-client-invoices-hero {
    background: #101827;
    color: #ffffff;
    border-color: #22314a;
}

.lf-client-invoices-hero h1,
.lf-client-bank-note h2 {
    margin: 8px 0;
    color: inherit;
    font-size: 1.55rem;
    line-height: 1.25;
    font-weight: 900;
}

.lf-client-invoices-hero p,
.lf-client-bank-note p {
    max-width: 760px;
    margin: 0;
    color: #c7d3e2;
    line-height: 1.65;
}

.lf-client-bank-note {
    justify-content: flex-start;
}

.lf-client-bank-note > div:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    background: #e8f7f4;
    color: #0b6f6a;
    border-radius: 8px;
    font-size: 1.2rem;
}

.lf-client-bank-note h2 {
    color: #111827;
}

.lf-client-bank-note p {
    color: #5d6b7e;
}

.lf-client-invoices-table {
    overflow-x: auto;
    padding: 0;
    background: #ffffff;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.lf-client-invoices-table .dataTables_wrapper {
    width: 100%;
    min-width: 0;
    padding: 16px;
}

.lf-client-invoices-table table.table-list {
    min-width: 680px;
    margin-bottom: 0 !important;
}

.lf-client-invoices-table table.table-list thead th,
.lf-client-invoices-table table.table-list tbody td {
    white-space: nowrap;
    vertical-align: middle;
}

.lf-client-invoices-table table.table-list tbody td:first-child {
    font-weight: 900;
}

.lf-client-invoices-table .dataTables_filter label,
.lf-client-invoices-table .dataTables_length label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #4f5f72;
    font-weight: 800;
}

.lf-client-invoices-table .dataTables_filter .form-control,
.lf-client-invoices-table .dataTables_length .custom-select {
    height: 40px;
    border-color: #dbe4ef;
    border-radius: 8px;
}

.lf-client-invoices-table .dataTables_filter,
.lf-client-invoices-table .dataTables_length,
.lf-client-invoices-table .dataTables_info,
.lf-client-invoices-table .dataTables_paginate {
    max-width: 100%;
}

.invoice-container {
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.invoice-container .form-inline {
    justify-content: flex-end;
}

.invoice-container .form-inline .custom-select {
    max-width: 100%;
    min-height: 40px;
    border-color: #dbe4ef;
    border-radius: 8px;
}

.invoice-container .card {
    overflow: hidden;
    border-color: #e4e9f2;
    border-radius: 8px;
}

.invoice-container .table-responsive {
    width: 100%;
    overflow-x: auto;
}

.invoice-container table.table {
    min-width: 640px;
}

.lf-bank-transfer-box {
    width: min(100%, 760px);
    margin: 14px auto 0;
    padding: 18px;
    background: #f8fbfd;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    text-align: left;
}

.lf-bank-transfer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    color: #101827;
    font-weight: 800;
}

.lf-bank-transfer-head span,
.lf-bank-transfer-head strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.lf-bank-transfer-note,
.lf-bank-transfer-alert {
    margin: 0 0 12px;
    color: #4f5f72;
    font-size: 0.95rem;
    line-height: 1.6;
}

.lf-bank-transfer-alert {
    padding: 10px 12px;
    background: #e8f7f4;
    color: #0b5d58;
    border: 1px solid #b7e4dc;
    border-radius: 8px;
    font-weight: 700;
}

.lf-bank-accounts-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.lf-bank-account-card {
    min-width: 0;
    padding: 14px;
    background: #ffffff;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
}

.lf-bank-account-card h4 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 1rem;
    font-weight: 900;
}

.lf-bank-account-card dl {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 6px 10px;
    margin: 0;
    font-size: 0.86rem;
}

.lf-bank-account-card dt {
    color: #6b778a;
}

.lf-bank-account-card dd {
    min-width: 0;
    margin: 0;
    color: #18212f;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.lf-bank-account-card .lf-bank-iban {
    color: #0b6f6a;
    font-weight: 900;
}

.invoice-container.lf-invoice-page {
    width: min(100% - 32px, 1120px);
    max-width: 1120px;
    margin: 24px auto 18px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #101827;
}

.lf-invoice-page .small-text {
    color: #5d6b7e;
    font-size: 0.95rem;
    line-height: 1.65;
}

.lf-invoice-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 20px;
    margin-bottom: 18px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.lf-invoice-brand {
    min-width: 0;
}

.lf-invoice-brand img {
    width: auto;
    max-width: 250px;
    max-height: 72px;
    margin-bottom: 18px;
}

.lf-invoice-brand > strong {
    display: block;
    margin-bottom: 18px;
    color: #0d2f3c;
    font-size: 1.4rem;
    font-weight: 900;
}

.lf-invoice-brand span,
.lf-invoice-section-head span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0b6f6a;
    font-size: 0.88rem;
    font-weight: 900;
}

.lf-invoice-brand h1 {
    margin: 0;
    color: #101827;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    line-height: 1.08;
    font-weight: 900;
}

.lf-invoice-summary-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    padding: 20px;
    background: #101827;
    border-radius: 8px;
    color: #ffffff;
}

.lf-invoice-page .invoice-status.lf-invoice-status-chip {
    margin: 0;
    text-align: left;
    text-transform: none;
    font-size: 1rem;
}

.lf-invoice-status-chip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    color: #ffffff;
    background: #475569;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0;
}

.lf-invoice-status-chip .unpaid {
    color: #ffffff;
    background: #dc2626;
}

.lf-invoice-status-chip .paid {
    color: #ffffff;
    background: #15803d;
}

.lf-invoice-status-chip .draft,
.lf-invoice-status-chip .cancelled,
.lf-invoice-status-chip .refunded,
.lf-invoice-status-chip .collections {
    color: #ffffff;
}

.lf-invoice-summary-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.lf-invoice-summary-grid div {
    padding: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
}

.lf-invoice-summary-grid span {
    display: block;
    margin-bottom: 4px;
    color: #a9b8cc;
    font-size: 0.78rem;
    font-weight: 800;
}

.lf-invoice-summary-grid strong {
    display: block;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.lf-invoice-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.lf-invoice-info-card,
.lf-invoice-payment-section,
.lf-invoice-card {
    background: #ffffff;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.lf-invoice-info-card {
    min-width: 0;
    padding: 18px;
}

.lf-invoice-info-card > strong {
    display: block;
    margin-bottom: 10px;
    color: #101827;
    font-size: 0.92rem;
    font-weight: 900;
}

.lf-invoice-info-card address {
    margin: 0;
}

.lf-invoice-date-card .small-text {
    display: block;
    color: #101827;
    font-weight: 800;
}

.lf-invoice-payment-section {
    margin-bottom: 18px;
    padding: 20px;
}

.lf-invoice-payment-section-compact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.lf-invoice-section-head {
    margin-bottom: 16px;
}

.lf-invoice-section-head h2 {
    margin: 6px 0;
    color: #101827;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 900;
}

.lf-invoice-section-head p {
    max-width: 820px;
    margin: 0;
    color: #5d6b7e;
    line-height: 1.65;
}

.lf-invoice-payment-switch {
    display: flex;
    justify-content: flex-end;
}

.lf-invoice-payment-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
    padding: 12px;
    background: #f8fbfd;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
}

.lf-invoice-payment-switch .form-inline {
    justify-content: flex-end;
}

.lf-invoice-payment-switch .custom-select {
    min-width: 240px;
}

.lf-payment-report-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 16px;
    border-color: #0b6f6a;
    background: #0b6f6a;
    color: #ffffff !important;
    border-radius: 8px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 12px 24px rgba(11, 111, 106, 0.18);
}

.lf-payment-report-btn:hover,
.lf-payment-report-btn:focus {
    border-color: #084f4b;
    background: #084f4b;
    color: #ffffff !important;
}

.lf-invoice-payment-content .lf-bank-transfer-box {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.lf-invoice-payment-content .lf-bank-transfer-head {
    padding: 12px 14px;
    background: #f8fbfd;
    border: 1px solid #e4e9f2;
    border-radius: 8px;
}

.lf-invoice-payment-content .lf-bank-transfer-note:empty {
    display: none;
}

.lf-invoice-payment-content .lf-bank-accounts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
    overflow: visible;
    padding-right: 0;
}

.lf-invoice-card {
    overflow: hidden;
    margin-bottom: 18px;
}

.lf-invoice-card .card-header,
.lf-invoice-ledger .card-title {
    background: #f8fbfd;
    border-bottom: 1px solid #e4e9f2;
}

.lf-invoice-card .card-header h3,
.lf-invoice-ledger .card-title {
    color: #101827;
    font-size: 1rem !important;
    font-weight: 900;
}

.lf-invoice-page .table-responsive {
    width: 100%;
    overflow-x: auto;
}

.lf-invoice-page table.table {
    margin-bottom: 0;
    color: #101827;
}

.lf-invoice-page table.table thead td {
    padding: 12px 14px;
    background: #f8fbfd;
    border-top: 0;
    color: #4f5f72;
    font-size: 0.82rem;
}

.lf-invoice-page table.table tbody td {
    padding: 12px 14px;
    vertical-align: middle;
    border-color: #eef2f7;
}

.lf-invoice-page td.total-row {
    background: #fbfdff;
    color: #101827;
}

.lf-invoice-ledger {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.lf-invoice-ledger .card-text {
    margin: 0;
}

.lf-invoice-actions {
    float: none !important;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin: 18px 0 8px;
}

.lf-invoice-actions.btn-group > .btn {
    border-radius: 8px !important;
}

.lf-invoice-page + .text-center.d-print-none {
    margin: 0 0 28px;
}

.lf-invoice-page + .text-center.d-print-none a {
    color: #0b6f6a;
    font-weight: 800;
}

@media print {
    .invoice-container.lf-invoice-page {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .lf-invoice-hero,
    .lf-invoice-info-card,
    .lf-invoice-payment-section,
    .lf-invoice-card {
        box-shadow: none;
    }
}

@media (max-width: 1199px) {
    .lf-main-nav {
        height: 0;
        min-height: 0;
        overflow: visible;
        border-bottom: 0 !important;
    }

    header.header .navbar.lf-main-nav {
        height: 0;
        min-height: 0;
    }

    .lf-main-nav .container {
        position: relative;
        min-height: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .lf-main-nav .navbar-collapse:not(.show) {
        display: none !important;
        padding: 0;
    }

    .lf-main-nav .navbar-collapse.show {
        position: absolute;
        top: 8px;
        right: 15px;
        left: 15px;
        z-index: 60;
        padding: 14px 0;
        background: #ffffff;
        border: 1px solid #e4e9f2;
        border-radius: 8px;
        box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
        max-height: calc(100vh - 132px);
        overflow: auto;
    }

    .lf-main-nav .navbar-collapse.show .lf-mobile-search,
    .lf-main-nav .navbar-collapse.show .navbar-nav {
        padding-right: 14px;
        padding-left: 14px;
    }

    .lf-main-nav .navbar-nav {
        align-items: stretch;
        gap: 6px;
    }

    .lf-main-nav .navbar-nav > li > a {
        justify-content: space-between;
        min-height: 44px;
        white-space: normal;
    }

    .lf-main-nav .dropdown-menu {
        position: static !important;
        width: 100%;
        margin: 4px 0 8px;
        transform: none !important;
        box-shadow: none;
    }

    #Primary_Navbar-Store > .dropdown-menu {
        grid-template-columns: 1fr;
        width: 100%;
        max-height: none;
    }

    .lf-main-nav .lf-license-dropdown {
        grid-template-columns: 1fr;
        width: 100%;
        max-height: none;
    }

    .lf-mobile-search {
        margin-bottom: 10px;
    }

    .lf-hero,
    .lf-license-grid,
    .lf-seo-grid,
    .lf-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .lf-hero {
        grid-template-columns: 1fr;
    }

    .lf-trust-row,
    .lf-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lf-legal-layout {
        grid-template-columns: 1fr;
    }

    .lf-legal-nav {
        position: static;
    }

    .lf-action-band,
    .lf-section-head,
    .lf-client-hero,
    .lf-client-invoices-hero,
    .lf-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .lf-client-actions,
    .lf-footer-tools {
        justify-content: flex-start;
    }

    .lf-footer-bottom .copyright,
    .lf-footer-tools {
        width: 100%;
    }

    .lf-footer-bottom .copyright {
        color: #c7d3e2 !important;
        text-align: left !important;
    }

    .lf-client-shortcuts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .lf-utility-bar .container {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .lf-utility-left {
        font-size: 0.78rem;
    }

    .lf-utility-links {
        width: 100%;
        gap: 12px;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .lf-brandbar .container {
        flex-wrap: nowrap;
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    .lf-brand {
        max-width: calc(100% - 108px);
        margin-right: auto;
    }

    .lf-brand .logo-img {
        max-width: 174px;
        max-height: 46px;
    }

    .lf-brand-mark {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }

    .lf-brand-copy strong,
    .lf-brand-copy small {
        max-width: 150px;
    }

    .lf-main-nav .container {
        min-height: 0;
    }

    .lf-hero {
        padding-top: 20px;
        padding-bottom: 64px;
    }

    .lf-home-slider .carousel-item {
        min-height: 0;
    }

    .lf-home-slider .carousel-indicators {
        bottom: 8px;
    }

    .lf-home-slider .carousel-control-prev,
    .lf-home-slider .carousel-control-next {
        bottom: 0;
    }

    .lf-hero-copy h1 {
        font-size: 2rem;
        line-height: 1.12;
    }

    .lf-hero-panel {
        padding: 18px;
    }

    .lf-panel-head {
        align-items: flex-start;
        gap: 10px;
    }

    .lf-hero-logo {
        max-width: 118px;
    }

    .lf-status-grid,
    .lf-trust-row,
    .lf-license-grid,
    .lf-seo-grid,
    .lf-faq-grid,
    .lf-process-grid,
    .lf-footer-grid,
    .lf-client-shortcuts {
        grid-template-columns: 1fr;
    }

    .lf-hero-actions .btn,
    .lf-action-buttons .btn,
    .lf-section-head .btn {
        width: 100%;
    }

    .lf-footer {
        padding-top: 34px;
        padding-bottom: 82px;
    }

    .lf-footer-bottom .copyright {
        white-space: normal;
    }

    .lf-floating-actions {
        right: 14px;
        bottom: 14px;
    }

    .lf-floating-action {
        width: 42px;
        height: 42px;
    }

    .lf-client-hero {
        padding: 20px;
    }

    .lf-client-invoices-hero,
    .lf-client-bank-note {
        align-items: flex-start;
        padding: 18px;
    }

    .lf-client-invoices-hero h1,
    .lf-client-bank-note h2 {
        font-size: 1.3rem;
    }

    .lf-client-invoices-hero .btn {
        width: 100%;
    }

    .lf-client-invoices-table .dataTables_wrapper {
        padding: 12px;
    }

    .lf-client-invoices-table .dataTables_filter,
    .lf-client-invoices-table .dataTables_length,
    .lf-client-invoices-table .dataTables_info,
    .lf-client-invoices-table .dataTables_paginate {
        float: none !important;
        width: 100%;
        text-align: left;
    }

    .lf-client-invoices-table .dataTables_filter label,
    .lf-client-invoices-table .dataTables_length label {
        width: 100%;
        flex-wrap: wrap;
    }

    .lf-client-invoices-table .dataTables_filter .form-control {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .lf-client-invoices-table .dataTables_paginate .pagination {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 8px;
    }

    .invoice-container.lf-invoice-page {
        width: calc(100% - 24px);
        margin-top: 12px;
    }

    .lf-invoice-hero {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .lf-invoice-brand img {
        max-width: 210px;
        max-height: 62px;
    }

    .lf-invoice-summary-panel {
        padding: 16px;
    }

    .lf-invoice-info-grid,
    .lf-invoice-payment-content .lf-bank-accounts-grid {
        grid-template-columns: 1fr;
    }

    .lf-invoice-payment-content .lf-bank-accounts-grid {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .lf-invoice-payment-section {
        padding: 18px;
    }

    .lf-invoice-payment-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .lf-invoice-payment-switch,
    .lf-invoice-payment-switch .form-inline {
        justify-content: flex-start;
        width: 100%;
    }

    .lf-invoice-payment-switch .custom-select,
    .lf-payment-report-btn {
        width: 100%;
        min-width: 0;
    }

    .lf-invoice-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .lf-invoice-actions .btn {
        width: 100%;
    }

    .invoice-container {
        padding: 24px 18px 42px;
    }

    .invoice-container .form-inline {
        justify-content: center;
    }

    .invoice-container table.table {
        min-width: 560px;
    }

    .lf-bank-transfer-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .lf-bank-accounts-grid {
        grid-template-columns: 1fr;
    }

    .lf-client-hero h1 {
        font-size: 1.6rem;
    }

    .lf-client-actions,
    .lf-client-actions .btn {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .lf-brand-copy small {
        display: none;
    }

    .lf-brand-copy strong {
        max-width: 128px;
    }

    .lf-brand {
        gap: 8px;
        max-width: calc(100% - 96px);
    }
}


/* Lisansfly Nexus - WHMCS 9 Google Sign-In visibility fix */
.providerLinkingFeedback,
.providerPreLinking,
.providerLinking,
.linked-accounts,
.social-signin,
.social-signin-btns,
.lf-social-login-box,
.lf-social-login-box .btn,
.lf-social-login-box a,
.lf-social-login-box button,
.lf-social-login-box img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
}
.lf-social-login-box .social-signin-btns,
.lf-social-login-box .btn,
.lf-social-login-box a,
.lf-social-login-box button {
    display: inline-flex !important;
}
.lf-social-login-box {
    margin-bottom: 22px !important;
}


/* Lisansfly footer/header polish v5 - enforced */
.lf-utility-links-icons a,
.lf-utility-links a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
}
.lf-utility-links-icons a i,
.lf-utility-links a i {
    color: #7dd3c7 !important;
    font-size: 0.92rem !important;
    line-height: 1 !important;
}
.lf-footer-bottom-fixed,
.lf-footer .lf-footer-bottom,
footer.footer .lf-footer-bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    text-align: left !important;
}
.lf-footer-bottom-fixed .lf-copyright-fixed,
.lf-footer-bottom .copyright,
footer.footer .copyright {
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    text-align: left !important;
    color: #c7d3e2 !important;
    white-space: nowrap !important;
}
.lf-copyright-brand,
.lf-footer-bottom .copyright a,
footer.footer .copyright a {
    color: #ffffff !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}
.lf-copyright-brand:hover,
.lf-footer-bottom .copyright a:hover,
footer.footer .copyright a:hover {
    color: #7dd3c7 !important;
    text-decoration: none !important;
}
.lf-footer-tools {
    margin-left: auto !important;
    flex: 0 0 auto !important;
}
@media (max-width: 767px) {
    .lf-footer-bottom-fixed,
    .lf-footer .lf-footer-bottom,
    footer.footer .lf-footer-bottom {
        align-items: flex-start !important;
        flex-direction: column !important;
    }
    .lf-footer-bottom-fixed .lf-copyright-fixed,
    .lf-footer-bottom .copyright,
    footer.footer .copyright {
        white-space: normal !important;
        width: 100% !important;
    }
    .lf-footer-tools {
        margin-left: 0 !important;
        justify-content: flex-start !important;
    }
}

/* Lisansfly theme revision - quick menu, WhatsApp support and social login */
.lf-platform-note {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    min-width: 0;
}

.lf-platform-main,
.lf-whatsapp-support {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}

.lf-platform-main i,
.lf-whatsapp-support i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    min-width: 16px;
    font-size: 15px;
    line-height: 1;
}

.lf-whatsapp-support,
.lf-whatsapp-support:hover,
.lf-whatsapp-support:focus {
    text-decoration: none;
}

.lf-whatsapp-support {
    color: #dce5f1;
    font-weight: 800;
    white-space: nowrap;
}

.lf-whatsapp-support:hover,
.lf-whatsapp-support:focus {
    color: #7dd3c7;
}

.lf-quick-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    flex-wrap: wrap;
    min-width: 0;
}

.lf-utility-links-icons a.lf-quick-action,
.lf-quick-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    gap: 8px !important;
    color: #dce5f1;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.lf-quick-action i,
.lf-quick-action svg {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 16px;
    min-width: 16px;
    color: #7dd3c7 !important;
    font-size: 15px !important;
    line-height: 1 !important;
}

.lf-quick-action span {
    display: inline-block;
    line-height: 1;
}

.lf-social-login {
    margin-bottom: 18px;
}

.lf-social-login a,
.lf-social-login button,
.lf-social-login .btn,
.lf-social-login iframe,
.lf-social-login [role="button"] {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
}

.lf-social-login .social-signin-btns,
.lf-social-login .lf-provider-button {
    width: 100%;
}

@media (max-width: 767px) {
    .lf-utility-bar .container {
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 12px;
        padding-left: 12px;
    }

    .lf-platform-note {
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        width: 100%;
        text-align: center;
    }

    .lf-platform-main,
    .lf-whatsapp-support {
        justify-content: center;
        white-space: normal;
    }

    .lf-quick-actions {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
        margin-right: auto;
        margin-left: auto;
        overflow-x: visible;
    }

    .lf-quick-action {
        flex-direction: row;
        min-width: 0;
        font-size: 13px;
        gap: 7px !important;
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .lf-quick-actions {
        gap: 6px;
    }

    .lf-quick-action {
        font-size: 11px;
        line-height: 1.12;
    }

    .lf-quick-action span {
        line-height: 1.12;
    }

    .lf-quick-action i,
    .lf-quick-action svg {
        width: 14px;
        min-width: 14px;
        font-size: 13px !important;
    }
}
