@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Outfit:wght@500;600;700;800&display=swap");

:root {
    --theme-bg: #f5f7fa;
    --theme-surface: #ffffff;
    --theme-surface-soft: #f0f4f8;
    --theme-shell-max: none;
    --theme-ink: #101828;
    --theme-text: #344054;
    --theme-muted: #667085;
    --theme-line: #e4e7ec;
    --theme-brand: #2563eb;
    --theme-brand-soft: #e8f0ff;
    --theme-dark: #0f172a;
    --theme-shadow-sm: 0 10px 24px rgba(16, 24, 40, 0.05);
    --theme-shadow-md: 0 20px 48px rgba(16, 24, 40, 0.08);
    --theme-radius-xl: 32px;
    --theme-radius-lg: 24px;
    --theme-radius-md: 18px;
}

html {
    scroll-behavior: smooth;
}

body,
.primary-bg-color {
    background: var(--theme-bg);
    color: var(--theme-text);
    font-family: "Manrope", "Segoe UI", sans-serif;
}

.container {
    width: 100%;
    max-width: var(--theme-shell-max) !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(20px, 4vw, 56px);
    padding-right: clamp(20px, 4vw, 56px);
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.card-title,
.btn {
    font-family: "Outfit", "Manrope", sans-serif;
    letter-spacing: -0.03em;
    color: var(--theme-ink);
}

a {
    color: var(--theme-brand);
}

a:hover,
a:focus {
    color: var(--theme-ink);
    text-decoration: none;
}

.btn {
    border-radius: 999px;
    font-weight: 700;
    padding: 0.92rem 1.35rem;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover,
.btn:focus {
    transform: translateY(-1px);
}

.btn.btn-xs {
    padding: 0.42rem 0.78rem;
    font-size: 0.78rem;
}

.btn-primary {
    background: var(--theme-ink);
    border-color: var(--theme-ink);
    color: #fff;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.1);
}

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

.btn-outline-primary,
.btn-default {
    background: transparent;
    color: var(--theme-ink);
    border: 1px solid rgba(16, 24, 40, 0.14);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-default:hover,
.btn-default:focus {
    background: var(--theme-ink);
    border-color: var(--theme-ink);
    color: #fff;
}

.alert {
    border: 1px solid var(--theme-line);
    border-radius: var(--theme-radius-md);
    box-shadow: var(--theme-shadow-sm);
}

.badge {
    background: var(--theme-brand-soft);
    color: var(--theme-brand);
}

#header {
    position: sticky;
    top: 0;
    z-index: 1035;
}

#header .topbar {
    background: var(--theme-dark);
    color: rgba(255, 255, 255, 0.84);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#header .topbar .btn,
#header .topbar .input-group-text,
#header .topbar a {
    color: rgba(255, 255, 255, 0.9);
}

#header .topbar .input-group-text {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

#header .navbar-light,
#header .main-navbar-wrapper {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(16, 24, 40, 0.05);
}

#header .main-navbar-wrapper {
    box-shadow: 0 10px 20px rgba(16, 24, 40, 0.03);
}

#header .navbar-brand {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, var(--theme-ink) 0%, var(--theme-brand) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: opacity 0.2s ease;
}

#header .navbar-brand:hover {
    opacity: 0.8;
}

#header {
    --header-control-height: 3.2rem;
    --header-control-bg: rgba(255, 255, 255, 0.94);
    --header-control-border: 1px solid var(--theme-line);
    --header-control-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

#header .toolbar {
    align-items: center;
    gap: 0.7rem;
    margin-left: 0.25rem;
}

#header .toolbar .nav-item {
    margin-left: 0 !important;
}

#header .toolbar .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--header-control-height);
    min-width: var(--header-control-height);
    height: var(--header-control-height);
    padding: 0;
    background: var(--header-control-bg);
    color: var(--theme-muted);
    border: var(--header-control-border);
    border-radius: 999px;
    box-shadow: var(--header-control-shadow);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

#header .toolbar .nav-link:hover,
#header .toolbar .nav-link:focus {
    color: var(--theme-ink);
    background: #fff;
    border-color: rgba(37, 99, 235, 0.18);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
    transform: none;
}

#header .toolbar .cart-btn {
    position: relative;
    color: var(--theme-ink);
}

#header .toolbar .badge-info {
    background: var(--theme-brand);
    color: #fff;
    min-width: 1.15rem;
    height: 1.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.2rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 6px 12px rgba(37, 99, 235, 0.22);
}

#header .navbar-light > .container,
#header .main-navbar-wrapper > .container {
    gap: 1rem;
}

#header .navbar-light .form-inline.ml-auto {
    flex: 1 1 24rem;
    max-width: 28rem;
    margin-right: 0.25rem;
}

#header .search {
    width: 100%;
    max-width: 100%;
    min-height: var(--header-control-height);
    align-items: center;
    background: var(--header-control-bg);
    border: var(--header-control-border);
    border-radius: 999px;
    box-shadow: var(--header-control-shadow);
    overflow: hidden;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

#header .search .input-group-prepend {
    display: flex;
    align-items: center;
    margin-right: 0;
}

#header .search .btn,
#header .search .form-control {
    border: 0;
    background: transparent;
    box-shadow: none;
}

#header .search .btn {
    padding: 0 0 0 1rem;
    color: var(--theme-muted);
    transform: none;
}

#header .search .btn:hover,
#header .search .btn:focus {
    color: var(--theme-ink);
    background: transparent;
}

#header .search .btn i {
    margin-right: 0;
}

#header .search .form-control {
    height: var(--header-control-height);
    padding: 0.75rem 1.25rem 0.75rem 0.7rem;
    color: var(--theme-ink);
    font-size: 0.96rem;
    font-weight: 600;
}

#header .search .form-control::placeholder {
    color: var(--theme-muted);
    opacity: 1;
    font-weight: 500;
}

#header .search .form-control:focus {
    background: transparent;
}

#header .search:focus-within {
    background: #fff;
    border-color: rgba(37, 99, 235, 0.28);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

#header .navbar-nav > li > a,
#header .navbar-nav .nav-link {
    position: relative;
    color: var(--theme-muted) !important;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: -0.01em;
    padding: 0.5rem 1rem !important;
    border-radius: 8px;
    transition: all 0.2s ease;
}

#header .navbar-nav > li > a::before,
#header .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 1rem;
    right: 1rem;
    height: 2px;
    background: var(--theme-brand);
    border-radius: 2px;
    transform: scaleX(0);
    transition: transform 0.2s ease;
}

#header .navbar-nav > li > a:hover,
#header .navbar-nav > li > a:focus,
#header .navbar-nav .nav-link:hover,
#header .navbar-nav .nav-link:focus {
    color: var(--theme-ink) !important;
    background: rgba(16, 24, 40, 0.04);
}

#header .navbar-nav > li > a:hover::before,
#header .navbar-nav .nav-link:hover::before {
    transform: scaleX(1);
}

#header .navbar-nav > li.active > a,
#header .navbar-nav > li.show > a,
#header .navbar-nav .nav-link.active {
    color: var(--theme-ink) !important;
    background: rgba(37, 99, 235, 0.08);
    font-weight: 700;
}

#header .navbar-nav > li.active > a::before,
#header .navbar-nav .nav-link.active::before {
    transform: scaleX(1);
}

#header .navbar-nav i[class^="fa-"],
#header .navbar-nav i[class*=" fa-"],
#header .navbar-nav i.fa,
#header .toolbar i[class^="fa-"],
#header .toolbar i[class*=" fa-"],
#header .toolbar i.fa {
    display: inline-block;
    width: 1.1em;
    margin-right: 0.45rem;
    text-align: center;
}

#header .navbar-nav i.far,
#header .navbar-nav i.fa-regular,
#header .navbar-nav i.fal,
#header .navbar-nav i.fa-light,
#header .navbar-nav i.fad,
#header .navbar-nav i.fa-duotone,
#header .toolbar i.far,
#header .toolbar i.fa-regular,
#header .toolbar i.fal,
#header .toolbar i.fa-light,
#header .toolbar i.fad,
#header .toolbar i.fa-duotone,
#header .navbar-nav i.fa:not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.fa-light):not(.fa-duotone),
#header .toolbar i.fa:not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.fa-light):not(.fa-duotone) {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

#header .toolbar .nav-link i,
#header .toolbar .nav-link span[class*="fa-"] {
    width: auto;
    margin-right: 0;
    font-size: 1rem;
}

#main-body {
    padding-top: 1rem;
}

@media (max-width: 1199.98px) {
    #header .main-navbar-wrapper .search {
        margin-bottom: 0.85rem;
    }

    #header .main-navbar-wrapper .search .form-control {
        min-width: 0;
    }
}

.minimal-landing #main-body {
    padding-top: 0;
}

/* ========================================
   BREADCRUMB STYLES - HIDE ON ALL PAGES
   ======================================== */

/* Hide breadcrumbs on ALL pages including homepage */
.master-breadcrumb,
body .master-breadcrumb,
body.home .master-breadcrumb,
.page-home .master-breadcrumb,
.home-page .master-breadcrumb,
.template-homepage .master-breadcrumb,
body.login .master-breadcrumb,
body.page-login .master-breadcrumb,
.template-login .master-breadcrumb,
.page-login .master-breadcrumb,
body.clientarea .master-breadcrumb,
body.page-clientarea .master-breadcrumb,
.template-clientarea .master-breadcrumb,
.page-clientarea .master-breadcrumb,
.viewclient .master-breadcrumb,
body.viewcart .master-breadcrumb,
body.page-viewcart .master-breadcrumb,
.template-viewcart .master-breadcrumb,
.page-viewcart .master-breadcrumb,
body.cart .master-breadcrumb,
body.support .master-breadcrumb,
body.page-support .master-breadcrumb,
.template-support .master-breadcrumb,
.page-support .master-breadcrumb,
body.knowledgebase .master-breadcrumb,
body.page-knowledgebase .master-breadcrumb,
.template-knowledgebase .master-breadcrumb,
.page-knowledgebase .master-breadcrumb,
body.announcement .master-breadcrumb,
body.page-announcement .master-breadcrumb,
.template-announcement .master-breadcrumb,
.page-announcement .master-breadcrumb,
body.contact .master-breadcrumb,
body.page-contact .master-breadcrumb,
.template-contact .master-breadcrumb,
.page-contact .master-breadcrumb,
body.domain .master-breadcrumb,
body.page-domain .master-breadcrumb,
.template-domain .master-breadcrumb,
.page-domain .master-breadcrumb,
body.serverstatus .master-breadcrumb,
body.page-serverstatus .master-breadcrumb,
.template-serverstatus .master-breadcrumb,
.page-serverstatus .master-breadcrumb,
body.affilliates .master-breadcrumb,
body.page-affilliates .master-breadcrumb,
.template-affilliates .master-breadcrumb,
.page-affilliates .master-breadcrumb {
    display: none !important;
}

/* Ensure minimal-landing pages don't show breadcrumbs */
.minimal-landing .master-breadcrumb,
.minimal-landing + .master-breadcrumb,
.minimal-landing ~ .master-breadcrumb {
    display: none !important;
}

.master-breadcrumb .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.master-breadcrumb .breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0.5rem 1.25rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--theme-line);
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
    font-size: 0.875rem;
}

.master-breadcrumb .breadcrumb-item {
    display: inline-flex;
    align-items: center;
    color: var(--theme-muted);
    font-weight: 500;
}

.master-breadcrumb .breadcrumb-item a {
    color: var(--theme-muted);
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
}

.master-breadcrumb .breadcrumb-item a:hover {
    color: var(--theme-brand);
    background: rgba(37, 99, 235, 0.08);
}

.master-breadcrumb .breadcrumb-item.active {
    color: var(--theme-ink);
    font-weight: 600;
}

.master-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '/';
    color: var(--theme-line);
    padding: 0 0.25rem;
    font-weight: 400;
}

/* Mobile Responsive Breadcrumbs */
@media (max-width: 767.98px) {
    .master-breadcrumb {
        padding: 0.5rem 0;
    }
    
    .master-breadcrumb .breadcrumb {
        padding: 0.375rem 0.875rem;
        font-size: 0.8125rem;
        gap: 0.35rem;
    }
    
    .master-breadcrumb .breadcrumb-item a {
        padding: 0.125rem 0.375rem;
    }
}

.card,
.sidebar .panel,
.client-home-cards .card {
    border: 1px solid var(--theme-line);
    border-radius: var(--theme-radius-md);
    background: var(--theme-surface);
    box-shadow: var(--theme-shadow-sm);
    overflow: hidden;
}

.card-header {
    padding: 1rem 1.25rem;
    background: #fbfcfd;
    border-bottom: 1px solid var(--theme-line);
}

.card-body {
    padding: 1.25rem;
}

.card-footer {
    padding: 1rem 1.25rem;
    background: #fafbfc;
    border-top: 1px solid var(--theme-line);
}

.list-group-item {
    border-color: var(--theme-line);
    padding: 0.95rem 1.25rem;
}

.list-group-item.active {
    background: var(--theme-ink);
    border-color: var(--theme-ink);
}

.footer {
    background: linear-gradient(180deg, #0f172a 0%, #101828 50%, #0c1420 100%);
    color: rgba(255, 255, 255, 0.65);
    padding: 5rem 0 2rem;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.4), transparent);
}

.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 80% 0%, rgba(37, 99, 235, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 20% 100%, rgba(16, 24, 40, 0.5) 0%, transparent 50%);
    pointer-events: none;
}

.footer .container {
    position: relative;
    z-index: 1;
}

.footer h5 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 1.25rem;
}

.footer .nav-link,
.footer .btn,
.footer p,
.footer a,
.footer button {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer .nav-link {
    padding: 0.35rem 0;
    display: inline-block;
}

.footer .nav-link:hover,
.footer .nav-link:focus,
.footer a:hover,
.footer a:focus {
    color: #ffffff;
    transform: translateX(4px);
}

.footer .footer-bottom {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .footer-bottom p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.minimal-wrap,
.minimal-dashboard,
.minimal-dashboard-links,
.client-home-cards {
    width: 100%;
    max-width: var(--theme-shell-max);
    margin-left: auto;
    margin-right: auto;
}

.minimal-kicker {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: #f0f4f8;
    color: var(--theme-brand);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.minimal-kicker--dark {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
}

.minimal-hero {
    padding: 2rem 0 0;
}

.minimal-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
    gap: 1.2rem;
    padding: clamp(2rem, 4vw, 4rem);
    border-radius: var(--theme-radius-xl);
    background: var(--theme-surface);
    border: 1px solid rgba(16, 24, 40, 0.06);
    box-shadow: var(--theme-shadow-md);
}

.minimal-hero__copy h1 {
    max-width: 11ch;
    margin: 1rem 0;
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: 0.95;
}

.minimal-hero__copy p {
    max-width: 42rem;
    margin: 0;
    color: var(--theme-text);
    font-size: 1.08rem;
    line-height: 1.85;
}

.minimal-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.8rem;
}

.minimal-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.6rem;
}

.minimal-hero__meta span {
    display: inline-flex;
    align-items: center;
    padding: 0.65rem 0.9rem;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid var(--theme-line);
    color: var(--theme-muted);
    font-weight: 600;
}

.minimal-panel {
    padding: 1.1rem;
    border: 1px solid var(--theme-line);
    border-radius: var(--theme-radius-lg);
    background: #fafcff;
}

.minimal-panel__item + .minimal-panel__item {
    margin-top: 0.8rem;
}

.minimal-panel__item {
    padding: 1rem;
    border-radius: var(--theme-radius-md);
    background: #fff;
    border: 1px solid var(--theme-line);
}

.minimal-panel__item small {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--theme-brand);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.minimal-panel__item strong {
    color: var(--theme-ink);
    line-height: 1.6;
}

.icon-grid {
    padding: 6rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.icon-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 20% 30%, rgba(37, 99, 235, 0.06) 0%, transparent 40%),
        radial-gradient(ellipse at 80% 70%, rgba(16, 24, 40, 0.04) 0%, transparent 40%);
    pointer-events: none;
}

.icon-grid .container {
    position: relative;
    z-index: 1;
    padding-left: clamp(20px, 4vw, 56px);
    padding-right: clamp(20px, 4vw, 56px);
}

.icon-grid__header {
    text-align: center;
    margin-bottom: 4rem;
}

.icon-grid__kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--theme-brand);
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 999px;
}

.icon-grid__kicker::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--theme-brand);
    border-radius: 50%;
}

.icon-grid__header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    color: var(--theme-ink);
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
}

.icon-grid__header p {
    font-size: 1.25rem;
    color: var(--theme-muted);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.icon-grid .row {
    margin-left: -1rem;
    margin-right: -1rem;
}

.icon-grid .row > [class*="col-"] {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0;
}

.icon-grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-radius: var(--theme-radius-xl);
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(16, 24, 40, 0.06);
    box-shadow: 0 4px 24px rgba(16, 24, 40, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(8px);
}

.icon-grid__item:hover {
    transform: translateY(-8px);
    background: #ffffff;
    border-color: rgba(37, 99, 235, 0.15);
    box-shadow: 0 20px 40px rgba(16, 24, 40, 0.1);
}

.icon-grid__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 1.5rem;
    border-radius: var(--theme-radius-lg);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(37, 99, 235, 0.05) 100%);
    color: var(--theme-brand);
    transition: all 0.3s ease;
}

.icon-grid__item:hover .icon-grid__icon {
    background: linear-gradient(135deg, var(--theme-brand) 0%, #1d4ed8 100%);
    color: #ffffff;
    transform: scale(1.05);
}

.icon-grid__icon svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon-grid__item h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--theme-ink);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.icon-grid__item p {
    font-size: 1rem;
    color: var(--theme-muted);
    line-height: 1.6;
    margin: 0;
}

.minimal-heading.text-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pricing-table-section {
    padding: 8rem 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.pricing-table-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 50% 0%, rgba(37, 99, 235, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(16, 24, 40, 0.04) 0%, transparent 40%);
    pointer-events: none;
}

.pricing-table-section .container {
    position: relative;
    z-index: 1;
}

.pricing-table-section .minimal-heading {
    margin-bottom: 4rem;
    text-align: center;
}

.pricing-table-section .minimal-heading .minimal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--theme-brand);
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 999px;
}

.pricing-table-section .minimal-heading .minimal-kicker::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--theme-brand);
    border-radius: 50%;
}

.pricing-table-section .minimal-heading h2 {
    max-width: 20ch;
    margin: 0 auto 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--theme-ink);
}

.pricing-table-section .minimal-heading p {
    max-width: 55ch;
    margin: 0 auto;
    font-size: 1.25rem;
    color: var(--theme-muted);
    line-height: 1.6;
}

.pricing-table-section .row:last-child {
    margin-top: 0;
    display: flex;
    align-items: stretch;
}

.pricing-table-section .row > [class*="col-"] {
    margin-bottom: 2rem;
    display: flex;
}

@media (max-width: 1199.98px) {
    .pricing-table-section .row > [class*="col-"] {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767.98px) {
    .pricing-table-section {
        padding: 5rem 0;
    }
    
    .pricing-table-section .minimal-heading {
        margin-bottom: 3rem;
    }
}

.pricing-table {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2.5rem;
    border-radius: var(--theme-radius-xl);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(16, 24, 40, 0.08);
    box-shadow: 0 4px 24px rgba(16, 24, 40, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}

.pricing-table::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pricing-table:hover {
    transform: translateY(-12px);
    background: #ffffff;
    border-color: rgba(37, 99, 235, 0.2);
    box-shadow: 0 24px 48px rgba(16, 24, 40, 0.12);
}

.pricing-table:hover::before {
    opacity: 1;
}

.pricing-table__header {
    text-align: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(16, 24, 40, 0.06);
    margin-bottom: 1.5rem;
}

.pricing-table__header h3 {
    margin: 0 0 0.5rem;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--theme-ink);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.pricing-table__header p {
    margin: 0;
    color: var(--theme-muted);
    font-size: 1rem;
    font-weight: 500;
}

.pricing-table__price {
    text-align: center;
    padding: 1rem 0 1.5rem;
}

.pricing-table__price .price {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--theme-brand);
    line-height: 1;
    letter-spacing: -0.03em;
}

.pricing-table__price .period {
    font-size: 1.1rem;
    color: var(--theme-muted);
    font-weight: 500;
}

.pricing-table__price .price:empty,
.pricing-table__price .period:empty {
    display: none;
}

.pricing-table__price:has(.price:empty) {
    visibility: hidden;
    padding: 1rem 0 1.5rem;
    min-height: 6rem;
}

.pricing-table__features {
    flex: 1;
    padding: 0.5rem 0;
    min-height: 180px;
}

.pricing-table__features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pricing-table__features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0;
    color: var(--theme-text);
    font-size: 0.95rem;
    line-height: 1.4;
}

.pricing-table__features li i {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    width: 20px;
    height: 20px;
    font-size: 0.7rem;
    color: #ffffff;
    background: linear-gradient(135deg, var(--theme-brand) 0%, #1d4ed8 100%);
    border-radius: 50%;
}

.pricing-table__footer {
    padding-top: 1.5rem;
    text-align: center;
}

.pricing-table__footer .btn {
    width: 100%;
    padding: 1rem 1.5rem;
    font-weight: 600;
    border-radius: var(--theme-radius-md);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-table__footer .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

/* Highlighted/Recommended plan */
.pricing-table.pricing-table--featured {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-color: var(--theme-brand);
    box-shadow: 0 0 0 2px var(--theme-brand), 0 20px 40px rgba(37, 99, 235, 0.15);
    transform: scale(1.02);
}

.pricing-table.pricing-table--featured:hover {
    transform: scale(1.02) translateY(-8px);
    box-shadow: 0 0 0 2px var(--theme-brand), 0 30px 60px rgba(37, 99, 235, 0.2);
}

.pricing-table.pricing-table--featured .pricing-table__header {
    position: relative;
    padding-top: 2rem;
}

.pricing-table.pricing-table--featured .pricing-table__header::before {
    content: 'Most Popular';
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.4rem 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, var(--theme-brand) 0%, #1d4ed8 100%);
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

@media (max-width: 991.98px) {
    .pricing-table-section .row:last-child > [class*="col-"]:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .pricing-table-section {
        padding: 3rem 0;
    }
    
    .pricing-table {
        padding: 1.5rem;
    }
}

.icon-grid .row > [class*="col-"] {
    display: flex;
    margin-bottom: 1rem;
}

.icon-grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 2.5rem 2rem;
    border-radius: var(--theme-radius-lg);
    background: transparent;
    border: 1px solid rgba(16, 24, 40, 0.04);
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.icon-grid__item:hover {
    transform: none;
    background: #ffffff;
    border-color: rgba(16, 24, 40, 0.08);
    box-shadow: 0 4px 16px rgba(16, 24, 40, 0.04);
}

.icon-grid__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 1.75rem;
    color: var(--theme-ink);
    margin-bottom: 1rem;
}

.icon-grid__icon svg {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon-grid__item h5 {
    display: flex;
    align-items: center;
    min-height: 40px;
    margin-bottom: 0.5rem;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
}

.icon-grid__item p {
    max-width: 22ch;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 0.875rem;
    color: var(--theme-muted);
}

.minimal-section {
    padding: 8rem 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.minimal-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 20% 0%, rgba(37, 99, 235, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(16, 24, 40, 0.04) 0%, transparent 40%);
    pointer-events: none;
}

.minimal-section .container {
    position: relative;
    z-index: 1;
}

.minimal-section--soft {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
    padding: 8rem 0;
}

.minimal-heading {
    max-width: 50rem;
    margin-bottom: 3rem;
}

.minimal-heading h2 {
    max-width: 20ch;
    margin: 0 0 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--theme-ink);
}

.minimal-heading p {
    margin: 0;
    color: var(--theme-muted);
    font-size: 1.125rem;
    line-height: 1.7;
    max-width: 45ch;
}

.minimal-heading--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.minimal-heading h2 {
    max-width: 14ch;
    margin: 1rem 0 0.85rem;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.02;
}

.minimal-heading--center h2 {
    margin-left: auto;
    margin-right: auto;
}

.minimal-heading p {
    margin: 0;
    color: var(--theme-muted);
    font-size: 1.02rem;
    line-height: 1.85;
}

.minimal-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.minimal-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: var(--theme-radius-lg);
    background: var(--theme-surface);
    border: 1px solid var(--theme-line);
    box-shadow: var(--theme-shadow-sm);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.minimal-card:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.18);
    box-shadow: var(--theme-shadow-md);
}

.minimal-card__label {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.38rem 0.68rem;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid var(--theme-line);
    color: var(--theme-muted);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.minimal-card h3 {
    margin: 0;
    font-size: 1.18rem;
}

.minimal-card p {
    margin: 0;
    color: var(--theme-muted);
    line-height: 1.8;
}

.minimal-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: auto;
    font-weight: 800;
    color: var(--theme-ink);
}

.minimal-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 5rem;
    align-items: center;
}

@media (max-width: 991.98px) {
    .minimal-split {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

.minimal-split__copy {
    padding-right: 0;
}

.minimal-split__copy .minimal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--theme-brand);
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 999px;
}

.minimal-split__copy .minimal-kicker::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--theme-brand);
    border-radius: 50%;
}

.minimal-split__copy h2 {
    max-width: 20ch;
    margin: 0 0 1.5rem;
    font-size: clamp(2.25rem, 4vw, 3.25rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--theme-ink);
}

.minimal-split__copy p {
    margin: 0;
    color: var(--theme-muted);
    font-size: 1.125rem;
    line-height: 1.7;
    max-width: 45ch;
}

.minimal-feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.minimal-feature {
    padding: 2rem 2.25rem;
    border-radius: var(--theme-radius-xl);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(16, 24, 40, 0.06);
    box-shadow: 0 4px 20px rgba(16, 24, 40, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}

.minimal-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.4), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.minimal-feature:hover {
    background: #ffffff;
    transform: translateX(8px);
    border-color: rgba(37, 99, 235, 0.12);
    box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
}

.minimal-feature:hover::before {
    opacity: 1;
}

.minimal-feature h3 {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--theme-ink);
    letter-spacing: -0.01em;
}

.minimal-feature p {
    margin: 0;
    color: var(--theme-muted);
    font-size: 1rem;
    line-height: 1.6;
}

.minimal-support-section {
    padding: 8rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.minimal-support-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 20% 100%, rgba(37, 99, 235, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 0%, rgba(16, 24, 40, 0.04) 0%, transparent 40%);
    pointer-events: none;
}

.minimal-support-section .container {
    position: relative;
    z-index: 1;
}

.minimal-support-section .minimal-heading {
    margin-bottom: 4rem;
    text-align: center;
}

.minimal-support-section .minimal-heading .minimal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--theme-brand);
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 999px;
}

.minimal-support-section .minimal-heading .minimal-kicker::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--theme-brand);
    border-radius: 50%;
}

.minimal-support-section .minimal-heading h2 {
    max-width: 20ch;
    margin: 0 auto 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--theme-ink);
}

.minimal-support-section .minimal-heading p {
    max-width: 55ch;
    margin: 0 auto;
    font-size: 1.25rem;
    color: var(--theme-muted);
    line-height: 1.6;
}

.minimal-support-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

@media (max-width: 1199.98px) {
    .minimal-support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .minimal-support-grid {
        grid-template-columns: 1fr;
    }
}

.minimal-support {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 2.5rem 1.75rem;
    border-radius: var(--theme-radius-xl);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(16, 24, 40, 0.06);
    box-shadow: 0 4px 24px rgba(16, 24, 40, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}

.minimal-support::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.4), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.minimal-support:hover,
.minimal-support:focus {
    transform: translateY(-10px);
    background: #ffffff;
    border-color: rgba(37, 99, 235, 0.15);
    box-shadow: 0 24px 48px rgba(16, 24, 40, 0.12);
}

.minimal-support:hover::before {
    opacity: 1;
}

.minimal-support__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(37, 99, 235, 0.05) 100%);
    color: var(--theme-brand);
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.minimal-support:hover .minimal-support__icon {
    background: linear-gradient(135deg, var(--theme-brand) 0%, #1d4ed8 100%);
    color: #ffffff;
    transform: scale(1.05);
}

.minimal-support strong {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--theme-ink);
    letter-spacing: -0.01em;
}

.minimal-support p {
    margin: 0;
    color: var(--theme-muted);
    line-height: 1.6;
    font-size: 0.95rem;
}

.testimonials-section {
    padding: 8rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 80% 20%, rgba(37, 99, 235, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse at 20% 80%, rgba(16, 24, 40, 0.03) 0%, transparent 40%);
    pointer-events: none;
}

.testimonials-section .container {
    position: relative;
    z-index: 1;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 4rem;
}

.testimonials-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--theme-brand);
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 999px;
}

.testimonials-kicker::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--theme-brand);
    border-radius: 50%;
}

.testimonials-header h2 {
    max-width: 20ch;
    margin: 0 auto 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--theme-ink);
}

.testimonials-header p {
    max-width: 55ch;
    margin: 0 auto;
    font-size: 1.125rem;
    color: var(--theme-muted);
    line-height: 1.7;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

@media (max-width: 1199.98px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
    border-radius: var(--theme-radius-xl);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(16, 24, 40, 0.06);
    box-shadow: 0 4px 24px rgba(16, 24, 40, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    background: #ffffff;
    border-color: rgba(37, 99, 235, 0.12);
    box-shadow: 0 20px 40px rgba(16, 24, 40, 0.1);
}

.testimonial-card:hover::before {
    opacity: 1;
}

.testimonial-card--featured {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-color: var(--theme-brand);
    box-shadow: 0 0 0 1px var(--theme-brand), 0 8px 30px rgba(37, 99, 235, 0.12);
}

.testimonial-card--featured::before {
    opacity: 1;
}

.testimonial-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--theme-brand);
    margin-bottom: 1rem;
    padding: 0.35rem 0.75rem;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 999px;
}

.testimonial-badge i {
    font-size: 0.875rem;
}

.testimonial-stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1.25rem;
    color: #f59e0b;
    font-size: 0.875rem;
}

.testimonial-quote {
    flex: 1;
    margin: 0 0 1.5rem;
    padding: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--theme-text);
    font-style: italic;
    position: relative;
}

.testimonial-quote::before {
    content: '"';
    font-size: 3rem;
    font-family: Georgia, serif;
    color: rgba(37, 99, 235, 0.2);
    position: absolute;
    top: -1rem;
    left: -0.5rem;
    line-height: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, var(--theme-brand) 0%, #1d4ed8 100%);
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
}

.testimonial-info {
    display: flex;
    flex-direction: column;
}

.testimonial-info strong {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--theme-ink);
}

.testimonial-info span {
    font-size: 0.875rem;
    color: var(--theme-muted);
}

.testimonials-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, rgba(37, 99, 235, 0.02) 100%);
    border-radius: var(--theme-radius-xl);
    border: 1px solid rgba(37, 99, 235, 0.1);
}

@media (max-width: 991.98px) {
    .testimonials-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .testimonials-stats {
        grid-template-columns: 1fr;
    }
}

.testimonials-stat {
    text-align: center;
}

.testimonials-stat strong {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--theme-brand);
    letter-spacing: -0.02em;
    margin-bottom: 0.25rem;
}

.testimonials-stat span {
    font-size: 0.875rem;
    color: var(--theme-muted);
    font-weight: 500;
}

/* Our Promise Section - Honest Alternative to Testimonials */
.our-promise-section {
    padding: 8rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.our-promise-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 80% 20%, rgba(37, 99, 235, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse at 20% 80%, rgba(16, 24, 40, 0.03) 0%, transparent 40%);
    pointer-events: none;
}

.our-promise-section .container {
    position: relative;
    z-index: 1;
}

.our-promise-header {
    text-align: center;
    margin-bottom: 4rem;
}

.our-promise-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--theme-brand);
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 999px;
}

.our-promise-kicker::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--theme-brand);
    border-radius: 50%;
}

.our-promise-header h2 {
    max-width: 25ch;
    margin: 0 auto 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--theme-ink);
}

.our-promise-header p {
    max-width: 60ch;
    margin: 0 auto;
    font-size: 1.125rem;
    color: var(--theme-muted);
    line-height: 1.7;
}

.our-promise-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

@media (max-width: 1199.98px) {
    .our-promise-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .our-promise-grid {
        grid-template-columns: 1fr;
    }
}

.promise-card {
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
    border-radius: var(--theme-radius-xl);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(16, 24, 40, 0.06);
    box-shadow: 0 4px 24px rgba(16, 24, 40, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}

.promise-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.promise-card:hover {
    transform: translateY(-8px);
    background: #ffffff;
    border-color: rgba(37, 99, 235, 0.12);
    box-shadow: 0 20px 40px rgba(16, 24, 40, 0.1);
}

.promise-card:hover::before {
    opacity: 1;
}

.promise-card--featured {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-color: var(--theme-brand);
    box-shadow: 0 0 0 1px var(--theme-brand), 0 8px 30px rgba(37, 99, 235, 0.12);
}

.promise-card--featured::before {
    opacity: 1;
}

.promise-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--theme-brand);
    margin-bottom: 1rem;
    padding: 0.35rem 0.75rem;
    background: rgba(37, 99, 99, 0.08);
    border-radius: 999px;
}

.promise-badge i {
    font-size: 0.875rem;
}

.promise-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 1.5rem;
    border-radius: var(--theme-radius-lg);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(37, 99, 235, 0.05) 100%);
    color: var(--theme-brand);
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.promise-card:hover .promise-icon {
    background: linear-gradient(135deg, var(--theme-brand) 0%, #1d4ed8 100%);
    color: #ffffff;
    transform: scale(1.05);
}

.promise-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--theme-ink);
    letter-spacing: -0.02em;
}

.promise-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--theme-muted);
    margin: 0;
}

.our-promise-cta {
    text-align: center;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, rgba(37, 99, 235, 0.02) 100%);
    border-radius: var(--theme-radius-xl);
    border: 1px solid rgba(37, 99, 235, 0.1);
}

.our-promise-cta p {
    font-size: 1.125rem;
    color: var(--theme-text);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.our-promise-cta .btn {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.minimal-cta {
    padding: 6rem 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.minimal-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 50% 100%, rgba(37, 99, 235, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.minimal-cta .container {
    position: relative;
    z-index: 1;
}

.minimal-cta__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding: 4rem 5rem;
    border-radius: var(--theme-radius-xl);
    background: linear-gradient(135deg, #101828 0%, #1a2332 50%, #0f172a 100%);
    color: #fff;
    box-shadow: 
        0 24px 48px rgba(16, 24, 40, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    position: relative;
    overflow: hidden;
}

.minimal-cta__box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: 
        radial-gradient(ellipse at 80% 0%, rgba(37, 99, 235, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 20% 100%, rgba(16, 24, 40, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

.minimal-cta__box > * {
    position: relative;
    z-index: 1;
}

.minimal-cta__box .minimal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.minimal-cta__box .minimal-kicker::before {
    content: '';
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
}

.minimal-cta__box h2 {
    max-width: 18ch;
    margin: 0;
    color: #fff;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.minimal-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.minimal-cta__box .btn {
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: var(--theme-radius-md);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.minimal-cta__box .btn-primary {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-color: #ffffff;
    color: #101828;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.minimal-cta__box .btn-primary:hover,
.minimal-cta__box .btn-primary:focus {
    background: #ffffff;
    border-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.minimal-cta__box .btn-outline-primary {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.minimal-cta__box .btn-outline-primary:hover,
.minimal-cta__box .btn-outline-primary:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    transform: translateY(-3px);
}

.minimal-dashboard {
    margin-bottom: 1.2rem;
}

.minimal-dashboard__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.85fr);
    gap: 1rem;
    padding: 1.5rem;
    border-radius: var(--theme-radius-xl);
    background: var(--theme-surface);
    border: 1px solid rgba(16, 24, 40, 0.06);
    box-shadow: var(--theme-shadow-sm);
}

.minimal-dashboard__copy h1 {
    margin: 1rem 0 0.75rem;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.02;
}

.minimal-dashboard__copy p {
    margin: 0;
    color: var(--theme-muted);
    line-height: 1.85;
}

.minimal-dashboard__actions {


    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.minimal-dashboard__stats {
    display: grid;
    gap: 0.8rem;
}

.minimal-dashboard__stat {
    padding: 1rem 1.1rem;
    border-radius: var(--theme-radius-md);
    background: #fbfcfd;
    border: 1px solid var(--theme-line);
}

.minimal-dashboard__stat small {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--theme-muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;



}

.minimal-dashboard__stat strong {
    font-size: 1.55rem;
    color: var(--theme-ink);



}

.minimal-dashboard-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;








}

.minimal-dashboard-link {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.25rem;
    border-radius: var(--theme-radius-lg);
    background: var(--theme-surface);
    border: 1px solid var(--theme-line);
    box-shadow: var(--theme-shadow-sm);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;




}

.minimal-dashboard-link:hover,
.minimal-dashboard-link:focus {
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.18);
    box-shadow: var(--theme-shadow-md);
}

.minimal-dashboard-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;

    border-radius: 16px;
    background: var(--theme-brand-soft);
    color: var(--theme-brand);
    font-size: 1rem;
}

.minimal-dashboard-link small {
    color: var(--theme-muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.minimal-dashboard-link strong {
    font-size: 1.7rem;

    color: var(--theme-ink);
    line-height: 1;

}

@media (max-width: 1199.98px) {
    .minimal-strip__grid,
    .minimal-card-grid,
    .minimal-support-grid,
    .minimal-dashboard-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .minimal-hero__layout,
    .minimal-split,
    .minimal-dashboard__hero,
    .minimal-cta__box {
        grid-template-columns: 1fr;
    }

    .minimal-hero__copy h1,
    .minimal-heading h2,
    .minimal-split__copy h2,
    .minimal-cta__box h2 {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .minimal-hero {
        padding-top: 1rem;
    }

    .minimal-hero__layout,
    .minimal-cta__box,
    .minimal-dashboard__hero {
        padding: 1.25rem;
        border-radius: 24px;
    }

    .minimal-strip__grid,
    .minimal-card-grid,
    .minimal-support-grid,
    .minimal-dashboard-links {
        grid-template-columns: 1fr;
    }

    .minimal-section,
    .minimal-cta {
        padding-bottom: 3rem;
    }

    .minimal-section {
        padding-top: 3rem;
    }

    .minimal-hero__actions,
    .minimal-cta__actions,
    .minimal-dashboard__actions {
        flex-direction: column;
    }






    .minimal-hero__actions .btn,
    .minimal-cta__actions .btn,
    .minimal-dashboard__actions .btn {
        width: 100%;
        text-align: center;
    }



}

/* Interactive Hero Section */
.interactive-hero {
    padding: 8rem 0 6rem;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.interactive-hero::before {
    content: '';



    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 30% 20%, rgba(37, 99, 235, 0.08) 0%, transparent 50%),
                radial-gradient(ellipse at 70% 80%, rgba(16, 24, 40, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.interactive-hero .container {
    position: relative;
    z-index: 1;










}

.interactive-hero__content {
    max-width: 600px;
}

.interactive-hero__content h1 {
    font-size: clamp(2.75rem, 6vw, 4.5rem);
    font-weight: 800;
    line-height: 1.05;
    color: var(--theme-ink);
    margin-bottom: 1.75rem;
    letter-spacing: -0.04em;
}

.interactive-hero__content h1 span {
    background: linear-gradient(135deg, var(--theme-brand) 0%, #1d4ed8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.interactive-hero__content p {
    font-size: 1.35rem;
    line-height: 1.7;
    color: var(--theme-muted);
    max-width: 520px;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

.interactive-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-bottom: 3rem;
}

.interactive-hero__actions .btn {
    padding: 1rem 2rem;
    font-size: 1rem;

    font-weight: 600;

}

.interactive-hero__actions .btn-primary {











    background: linear-gradient(135deg, var(--theme-brand) 0%, #1d4ed8 100%);
    border: none;



    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
}

.interactive-hero__actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.interactive-hero__actions .btn-outline-primary {
    border: 2px solid var(--theme-line);
    color: var(--theme-ink);
    font-weight: 600;
}

.interactive-hero__actions .btn-outline-primary:hover {
    background: var(--theme-ink);
    border-color: var(--theme-ink);
    color: #fff;
}

.interactive-kicker {
    display: inline-flex;

    align-items: center;
    gap: 0.5rem;

    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--theme-brand);
    margin-bottom: 1.5rem;
    padding: 0.5rem 1rem;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 999px;
}

.interactive-kicker::before {

    content: '';
    width: 6px;
    height: 6px;
    background: var(--theme-brand);
    border-radius: 50%;
}

.interactive-hero__trust {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.interactive-hero__trust-label {
    font-size: 0.875rem;
    color: var(--theme-muted);
    font-weight: 500;
}

.interactive-hero__trust-badges {

    display: flex;
    align-items: center;
    gap: 1rem;
}

.interactive-hero__trust-badge {

    display: flex;
    align-items: center;
    gap: 0.25rem;


    font-size: 0.875rem;
    font-weight: 600;
    color: var(--theme-ink);





}

.interactive-hero__trust-badge i {
    color: #f59e0b;
}

.interactive-animation {
    position: relative;
    width: 100%;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-visual {
    position: relative;
    width: 100%;
    height: 100%;


}

.hero-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(16, 24, 40, 0.06);
    box-shadow: 0 8px 32px rgba(16, 24, 40, 0.06);
    animation: hero-card-float 6s ease-in-out infinite;
}

.hero-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--theme-brand-soft);
    color: var(--theme-brand);



}

.hero-card__icon svg {
    width: 24px;
    height: 24px;
}

.hero-card__content {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;



































}

.hero-card__content span {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--theme-muted);







}

.hero-card__content strong {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--theme-ink);
    line-height: 1.2;
}

.hero-card--1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.hero-card--2 {
    top: 45%;
    right: 5%;
    animation-delay: 2s;
}

.hero-card--3 {
    bottom: 15%;
    left: 20%;
    animation-delay: 4s;
}

.hero-float {

    position: absolute;







    border-radius: 50%;
    animation: hero-float-pulse 4s ease-in-out infinite;
}

.hero-float--1 {
    width: 180px;
    height: 180px;
    top: 10%;
    right: 20%;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(37, 99, 235, 0.02) 100%);
    animation-delay: 0s;
}

.hero-float--2 {
    width: 120px;
    height: 120px;
    bottom: 20%;
    left: 5%;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.06) 0%, rgba(37, 99, 235, 0.01) 100%);
    animation-delay: 1.5s;
}

.hero-float--3 {
    width: 80px;
    height: 80px;
    top: 50%;
    right: 30%;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(37, 99, 235, 0.03) 100%);
    animation-delay: 3s;

}

@keyframes hero-card-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes hero-float-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}

@media (max-width: 991.98px) {
    .hero-visual {
        height: 320px;
    }
    
    .hero-card {
        padding: 1rem 1.25rem;
    }
    
    .hero-card__icon {
        width: 40px;
        height: 40px;
    }
    
    .hero-card__icon svg {
        width: 20px;
        height: 20px;
    }
    
    .hero-card__content strong {
        font-size: 1rem;
    }
    
    .hero-card--1 {
        top: 10%;
        left: 5%;
    }
    
    .hero-card--2 {
        top: 35%;
        right: 0;
    }
    
    .hero-card--3 {
        bottom: 10%;
        left: 10%;
    }
}

/* ========================================
   REGISTRATION PAGE - DROPDOWN Z-INDEX FIX
   ======================================== */

/* Fix country code dropdown appearing behind form elements */
.intl-tel-input,
.intl-tel-input .country-list,
.iti,
.iti .iti__country-list,
.country-list,
.dropdown-menu,
.phone-input-wrapper .dropdown-menu,
.form-control + .dropdown-menu,
.input-group .dropdown-menu,
select.form-control,
.form-select {
    position: relative;
    z-index: 1050 !important;
}

/* Ensure dropdown menu shows above other form elements */
.dropdown-menu.show,
.dropdown-menu[style*="display: block"],
.dropdown-menu[style*="display:block"] {
    z-index: 1060 !important;
}

/* Fix for intl-tel-input plugin */
.intl-tel-input .country-list {
    z-index: 1070 !important;
    position: absolute;
}

.iti .iti__dropdown-content,
.iti .iti__country-list {
    z-index: 1070 !important;
}

/* Ensure form groups don't clip dropdowns */
.form-group,
.input-group,
.form-floating {
    position: relative;
    overflow: visible;
}

/* Fix for registration form specific */
.registration-form .form-group,
#registration .form-group,
.client-register .form-group,
.page-register .form-group {
    overflow: visible;
    z-index: auto;
}

/* Ensure dropdown appears above cards and panels */
.card,
.panel,
.panel-default {
    overflow: visible;
    z-index: 1;
}

.card-body,
.panel-body {
    overflow: visible;
    z-index: 1;
}

/* Fix for WHMCS registration form */
#registrationForm .form-group,
#registrationForm .input-group {
    position: relative;
    z-index: auto;
}

/* Ensure select dropdowns work */
select.form-control:focus,
.form-select:focus {
    z-index: 10;
}

/* Billing Address Form - Dropdown Fix */
.billing-address-form .form-group,
#billingAddress .form-group,
.billing-details .form-group,
.billing-section .form-group,
.billing-form .form-group,
.billing-address .form-group,
.form-section-billing .form-group,
.billing-container .form-group,
#billing-details-form .form-group,
.billing-info .form-group {
    position: relative !important;
    overflow: visible !important;
    z-index: auto !important;
}

.billing-address-form .intl-tel-input,
.billing-address-form .iti,
#billingAddress .intl-tel-input,
#billingAddress .iti,
.billing-details .intl-tel-input,
.billing-details .iti,
.billing-form .intl-tel-input,
.billing-form .iti {
    position: relative !important;
    z-index: 2000 !important;
}

.billing-address-form .country-list,
.billing-address-form .iti__country-list,
#billingAddress .country-list,
#billingAddress .iti__country-list,
.billing-details .country-list,
.billing-details .iti__country-list {
    z-index: 3000 !important;
    position: absolute !important;
}

/* Ensure billing dropdowns appear above everything */
.billing-address-form select,
.billing-address-form .dropdown-menu,
.billing-address-form .country-list,
#billingAddress select,
#billingAddress .dropdown-menu,
#billingAddress .country-list {
    z-index: 4000 !important;
    position: relative;
}

/* Fix for form cards containing billing sections */
.card:has(.billing-address-form),
.card:has(#billingAddress),
.card:has(.billing-details),
.panel:has(.billing-address-form),
.panel:has(#billingAddress) {
    overflow: visible !important;
    z-index: auto !important;
}

/* Ensure billing section containers don't clip */
.billing-address-form,
#billingAddress,
.billing-details,
.billing-section,
.billing-form {
    overflow: visible !important;
    position: relative;
    z-index: 1;
}

/* AGGRESSIVE DROPDOWN FIX - Override all parent containers */
.card,
.card-body,
.panel,
.panel-body,
.panel-default,
.well,
.tab-content,
.tab-pane,
.collapse,
.collapsing,
.fade,
.modal-body,
.modal-content {
    overflow: visible !important;
    z-index: auto !important;
}

/* Force all parent elements to allow overflow */
.col-md-6,
.col-md-12,
.col-lg-6,
.col-lg-12,
.col-sm-6,
.col-sm-12,
.row,
.container,
.container-fluid,
main,
#main-body,
#main-body > .container,
.page-register,
.client-register,
#registration,
.registration-page {
    overflow: visible !important;
    z-index: auto !important;
}

/* Specific fix for phone input dropdown */
.input-group .intl-tel-input,
.input-group .iti,
.form-group .intl-tel-input,
.form-group .iti {
    position: relative;
    z-index: 100;
}

.input-group .intl-tel-input .country-list,
.input-group .iti .iti__country-list,
.form-group .intl-tel-input .country-list,
.form-group .iti .iti__country-list {
    z-index: 9999 !important;
    position: absolute !important;
    max-height: 300px;
    overflow-y: auto;
}

/* Fix for dropdown being cut off by parent */
.intl-tel-input .country-list {
    position: absolute !important;
    z-index: 10000 !important;
    max-height: 250px;
    overflow-y: auto;
}

/* Force all elements above phone input to have lower z-index */
.form-group:has(.intl-tel-input),
.input-group:has(.intl-tel-input),
.form-group:has(.iti),
.input-group:has(.iti) {
    z-index: 1;
}

/* Make sure dropdown appears above siblings */
.intl-tel-input.allow-dropdown .country-list,
.iti--allow-dropdown .iti__country-list {
    z-index: 9999 !important;
}

/* Mobile fixes for billing dropdowns */
@media (max-width: 767.98px) {
    .billing-address-form .country-list,
    .billing-address-form .iti__country-list,
    #billingAddress .country-list,
    #billingAddress .iti__country-list,
    .billing-details .country-list,
    .billing-details .iti__country-list,
    .intl-tel-input .country-list,
    .iti .iti__country-list,
    .dropdown-menu {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        max-height: 80vh;
        width: 90vw;
        z-index: 9999 !important;
    }
}