/*
 * FastVHost Modern for WHMCS Twenty-One
 * Clean infrastructure UI skin
 * ------------------------------------------------------------
 */

:root {
    --fvh-bg: #f7f8fb;
    --fvh-surface: #ffffff;
    --fvh-surface-soft: #f2f4f8;
    --fvh-surface-dark: #0b1020;
    --fvh-text: #151922;
    --fvh-text-soft: #667085;
    --fvh-text-faint: #98a2b3;
    --fvh-line: #e5e9f0;
    --fvh-line-strong: #d8dee8;
    --fvh-accent: #5b5df0;
    --fvh-accent-hover: #494bd6;
    --fvh-accent-soft: #efefff;
    --fvh-success: #16a36a;
    --fvh-success-soft: #eaf8f2;
    --fvh-warning: #d38b1f;
    --fvh-danger: #dc4758;
    --fvh-radius-sm: 10px;
    --fvh-radius: 16px;
    --fvh-radius-lg: 24px;
    --fvh-shadow-sm: 0 1px 2px rgba(16, 24, 40, .03), 0 8px 24px rgba(16, 24, 40, .04);
    --fvh-shadow: 0 18px 50px rgba(16, 24, 40, .08);
}

html {
    scroll-behavior: smooth;
}

body.fvh-body {
    background: var(--fvh-bg) !important;
    color: var(--fvh-text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.fvh-body a {
    color: var(--fvh-accent);
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.fvh-body a:hover {
    color: var(--fvh-accent-hover);
    text-decoration: none;
}

body.fvh-body .container {
    max-width: 1240px;
}

body.fvh-body h1,
body.fvh-body h2,
body.fvh-body h3,
body.fvh-body h4,
body.fvh-body h5,
body.fvh-body h6 {
    color: var(--fvh-text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 650;
    letter-spacing: -.025em;
}

body.fvh-body .text-muted {
    color: var(--fvh-text-soft) !important;
}

/* Header */
.fvh-header {
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid rgba(229, 233, 240, .9);
    box-shadow: none;
    position: sticky;
    top: 0;
    z-index: 1030;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.fvh-nav-wrap {
    background: transparent;
}

.fvh-navbar {
    min-height: 76px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fvh-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    color: var(--fvh-text) !important;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.025em;
}

.fvh-brand .logo-img {
    width: auto;
    max-width: 188px;
    max-height: 42px;
    object-fit: contain;
}

.fvh-brand-mark {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: var(--fvh-surface-dark);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.fvh-brand-mark::before,
.fvh-brand-mark::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: #fff;
}

.fvh-brand-mark::before {
    width: 12px;
    height: 3px;
    left: 9px;
    top: 9px;
}

.fvh-brand-mark::after {
    width: 7px;
    height: 3px;
    left: 9px;
    top: 17px;
    background: #8b8df6;
}

.fvh-primary-nav > li > a,
.fvh-account-nav > li > a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 11px !important;
    border-radius: 10px;
    color: #4c5565 !important;
    font-size: 13px;
    font-weight: 550;
    white-space: nowrap;
}

.fvh-primary-nav > li > a:hover,
.fvh-primary-nav > li.show > a,
.fvh-account-nav > li > a:hover,
.fvh-account-nav > li.show > a {
    background: #f3f5f9;
    color: var(--fvh-text) !important;
}

.fvh-primary-nav > li > a i,
.fvh-account-nav > li > a i {
    color: #87909f;
}

.fvh-primary-nav .badge,
.fvh-account-nav .badge {
    border-radius: 999px;
    background: var(--fvh-accent-soft);
    color: var(--fvh-accent);
    font-weight: 700;
}

.fvh-nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fvh-nav-search {
    display: none;
    align-items: center;
    gap: 8px;
    width: 190px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid var(--fvh-line);
    border-radius: 11px;
    background: #f8f9fb;
    color: var(--fvh-text-faint);
}

.fvh-nav-search:focus-within {
    border-color: rgba(91, 93, 240, .45);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(91, 93, 240, .08);
}

.fvh-nav-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--fvh-text);
    font-size: 12px;
}

.fvh-nav-search input::placeholder {
    color: #9aa3b2;
}

.fvh-icon-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--fvh-line) !important;
    border-radius: 11px;
    background: #fff !important;
    color: #495364 !important;
    box-shadow: none !important;
}

.fvh-icon-btn:hover {
    border-color: var(--fvh-line-strong) !important;
    background: #f8f9fb !important;
    color: var(--fvh-text) !important;
}

.fvh-cart-count,
.fvh-alert-dot {
    position: absolute;
    top: -5px;
    right: -5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--fvh-accent);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.fvh-account-nav {
    display: flex;
    align-items: center;
}

.fvh-account-nav .dropdown-menu,
.fvh-primary-nav .dropdown-menu {
    min-width: 220px;
    margin-top: 8px;
    padding: 8px;
    border: 1px solid var(--fvh-line);
    border-radius: 14px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 16px 45px rgba(16,24,40,.12);
}

.fvh-account-nav .dropdown-item,
.fvh-primary-nav .dropdown-item {
    border-radius: 9px;
    color: #4b5565;
    font-size: 13px;
}

.fvh-account-nav .dropdown-item > a,
.fvh-primary-nav .dropdown-item > a {
    display: block;
    padding: 7px 9px !important;
    color: inherit;
}

.fvh-account-nav .dropdown-item:hover,
.fvh-primary-nav .dropdown-item:hover {
    background: #f4f6f9;
    color: var(--fvh-text);
}

.fvh-account-strip {
    min-height: 36px;
    border-top: 1px solid #eef0f4;
    background: #fbfbfc;
    color: #7a8493;
    font-size: 11px;
}

.fvh-account-strip > .container {
    min-height: 36px;
}

.fvh-account-strip a {
    color: #535d6d;
    font-weight: 600;
}

.fvh-account-strip-copy {
    display: flex;
    align-items: center;
    gap: 6px;
}

.fvh-online-dot,
.fvh-status-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--fvh-success);
    box-shadow: 0 0 0 4px rgba(22,163,106,.09);
}

.fvh-strip-link {
    color: #6c7584 !important;
}

/* Breadcrumb */
.fvh-breadcrumb {
    border: 0;
    border-bottom: 1px solid var(--fvh-line);
    background: #fff;
}

.fvh-breadcrumb .breadcrumb {
    margin: 0;
    padding: 14px 0;
    background: transparent;
    font-size: 11px;
}

.fvh-breadcrumb .breadcrumb-item,
.fvh-breadcrumb .breadcrumb-item a {
    color: #8a93a2;
}

.fvh-breadcrumb .breadcrumb-item.active {
    color: #525d6c;
    font-weight: 600;
}

/* Main layout */
.fvh-main-body {
    min-height: 64vh;
    padding: 42px 0 72px;
}

.template-homepage .fvh-main-body {
    padding-top: 0;
    padding-bottom: 80px;
}

.fvh-primary-content > h1:first-child,
.fvh-primary-content > .page-header:first-child h1 {
    margin-bottom: 26px;
}

/* Buttons */
body.fvh-body .btn {
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: -.01em;
    box-shadow: none;
}

body.fvh-body .btn-primary,
body.fvh-body .btn-info {
    border-color: var(--fvh-accent);
    background: var(--fvh-accent);
    color: #fff;
}

body.fvh-body .btn-primary:hover,
body.fvh-body .btn-primary:focus,
body.fvh-body .btn-primary:active,
body.fvh-body .btn-info:hover,
body.fvh-body .btn-info:focus {
    border-color: var(--fvh-accent-hover) !important;
    background: var(--fvh-accent-hover) !important;
    color: #fff !important;
    box-shadow: 0 0 0 4px rgba(91,93,240,.12) !important;
}

body.fvh-body .btn-outline-primary {
    border-color: #d9dcf8;
    background: #fff;
    color: var(--fvh-accent);
}

body.fvh-body .btn-outline-primary:hover {
    border-color: var(--fvh-accent);
    background: var(--fvh-accent-soft);
    color: var(--fvh-accent-hover);
}

body.fvh-body .btn-default,
body.fvh-body .btn-secondary,
body.fvh-body .btn-outline-secondary {
    border-color: var(--fvh-line);
    background: #fff;
    color: #4d5766;
}

body.fvh-body .btn-default:hover,
body.fvh-body .btn-secondary:hover,
body.fvh-body .btn-outline-secondary:hover {
    border-color: var(--fvh-line-strong);
    background: #f5f7fa;
    color: var(--fvh-text);
}

body.fvh-body .btn-success {
    border-color: var(--fvh-success);
    background: var(--fvh-success);
}

body.fvh-body .btn-danger {
    border-color: var(--fvh-danger);
    background: var(--fvh-danger);
}

body.fvh-body .btn-dark {
    border-color: var(--fvh-surface-dark);
    background: var(--fvh-surface-dark);
    color: #fff;
}

body.fvh-body .btn-lg {
    min-height: 48px;
    padding: 12px 19px;
    border-radius: 12px;
    font-size: 13px;
}

body.fvh-body .btn-sm {
    border-radius: 8px;
}

/* Forms */
body.fvh-body .form-control,
body.fvh-body select.form-control,
body.fvh-body .custom-select {
    min-height: 44px;
    border: 1px solid var(--fvh-line-strong);
    border-radius: 10px;
    background: #fff;
    color: var(--fvh-text);
    font-size: 13px;
    box-shadow: none;
}

body.fvh-body textarea.form-control {
    min-height: 120px;
}

body.fvh-body .form-control:focus,
body.fvh-body select.form-control:focus,
body.fvh-body .custom-select:focus {
    border-color: rgba(91,93,240,.6);
    box-shadow: 0 0 0 4px rgba(91,93,240,.09);
}

body.fvh-body .form-control-label,
body.fvh-body label {
    color: #46505e;
    font-size: 12px;
    font-weight: 600;
}

body.fvh-body .input-group-text {
    border-color: var(--fvh-line-strong);
    background: #f8f9fb;
    color: #929baa;
}

body.fvh-body .input-group-merge .input-group-prepend .input-group-text {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

body.fvh-body .custom-control-label::before {
    border-color: #ccd3de;
}

body.fvh-body .custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--fvh-accent);
    background: var(--fvh-accent);
}

/* Cards, panels, tables */
body.fvh-body .card,
body.fvh-body .panel {
    border: 1px solid var(--fvh-line);
    border-radius: var(--fvh-radius);
    background: var(--fvh-surface);
    box-shadow: var(--fvh-shadow-sm);
    overflow: hidden;
}

body.fvh-body .card-header,
body.fvh-body .panel-heading {
    padding: 18px 20px;
    border-bottom: 1px solid var(--fvh-line);
    background: #fff;
}

body.fvh-body .card-header .card-title,
body.fvh-body .panel-heading .panel-title {
    color: var(--fvh-text);
    font-size: 14px;
    font-weight: 650;
}

body.fvh-body .card-body,
body.fvh-body .panel-body {
    padding: 20px;
}

body.fvh-body .card-footer,
body.fvh-body .panel-footer {
    padding: 14px 20px;
    border-top: 1px solid var(--fvh-line);
    background: #fbfcfd;
}

body.fvh-body .list-group-item {
    border-color: var(--fvh-line);
    background: #fff;
    color: #515b6a;
}

body.fvh-body .list-group-item:hover {
    background: #f8f9fb;
}

body.fvh-body .list-group-item.active {
    border-color: rgba(91,93,240,.1);
    background: var(--fvh-accent-soft);
    color: var(--fvh-accent);
}

body.fvh-body .table {
    color: #495364;
    font-size: 12px;
}

body.fvh-body .table thead th {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 0;
    border-bottom: 1px solid var(--fvh-line-strong);
    background: #fafbfc;
    color: #697386;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

body.fvh-body .table td {
    border-color: #edf0f4;
    vertical-align: middle;
}

body.fvh-body .table-hover tbody tr:hover {
    background: #fafbfc;
}

body.fvh-body .badge {
    padding: .42em .65em;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 650;
}

body.fvh-body .badge-primary,
body.fvh-body .label-primary {
    background: var(--fvh-accent);
}

body.fvh-body .badge-success,
body.fvh-body .label-success {
    background: var(--fvh-success);
}

body.fvh-body .alert {
    border: 1px solid var(--fvh-line);
    border-radius: 12px;
    box-shadow: none;
}

body.fvh-body .alert-info {
    border-color: #dcdcfb;
    background: #f6f6ff;
    color: #494b8f;
}

/* Sidebar */
.fvh-sidebar .card-sidebar {
    margin-bottom: 16px !important;
    box-shadow: none;
}

.fvh-sidebar .card-sidebar .card-header {
    padding: 16px 17px;
}

.fvh-sidebar .card-sidebar .card-title {
    font-size: 12px;
    letter-spacing: 0;
}

.fvh-sidebar .card-sidebar .list-group-item {
    padding: 12px 17px;
    border-left: 0;
    border-right: 0;
    font-size: 12px;
}

.fvh-sidebar .card-sidebar .list-group-item:last-child {
    border-bottom: 0;
}

.fvh-sidebar .card-sidebar .list-group-item i:not(.card-minimise) {
    width: 18px;
    color: #9aa3b1;
}

.fvh-sidebar .card-sidebar .list-group-item.active i {
    color: var(--fvh-accent);
}

/* Homepage */
.template-homepage .fvh-primary-content {
    width: 100%;
}

.fvh-hero {
    position: relative;
    margin: 0 0 84px;
    padding: 92px 56px;
    border: 1px solid #1e2638;
    border-top: 0;
    border-radius: 0 0 28px 28px;
    background: var(--fvh-surface-dark);
    color: #d9deea;
    overflow: hidden;
}

.fvh-hero::after {
    content: "";
    position: absolute;
    right: -140px;
    top: -170px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(91,93,240,.23) 0%, rgba(91,93,240,0) 70%);
    pointer-events: none;
}

.fvh-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .08;
    background-image:
        linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom right, #000, transparent 75%);
    pointer-events: none;
}

.fvh-hero .row {
    position: relative;
    z-index: 1;
}

.fvh-eyebrow,
.fvh-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #798292;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.fvh-eyebrow {
    margin-bottom: 20px;
    color: #b9c0cf;
}

.fvh-eyebrow span {
    width: 22px;
    height: 1px;
    background: #777af6;
}

.fvh-hero h1 {
    max-width: 720px;
    margin: 0;
    color: #fff !important;
    font-size: clamp(44px, 6vw, 74px);
    font-weight: 650;
    line-height: .98;
    letter-spacing: -.055em;
}

.fvh-hero h1 em {
    color: #8c8ef8;
    font-style: normal;
    font-weight: 550;
}

.fvh-hero-lead {
    max-width: 620px;
    margin: 28px 0 0;
    color: #aab2c2;
    font-size: 16px;
    line-height: 1.75;
}

.fvh-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 34px;
}

.fvh-hero .btn-primary {
    border-color: #7173f5;
    background: #7173f5;
}

.fvh-hero .btn-primary:hover {
    border-color: #8082ff !important;
    background: #8082ff !important;
}

.fvh-quiet-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #bcc4d2 !important;
    font-weight: 550 !important;
}

.fvh-quiet-link:hover {
    color: #fff !important;
}

.fvh-console-card {
    max-width: 410px;
    margin-left: auto;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 18px;
    background: rgba(255,255,255,.055);
    box-shadow: 0 28px 80px rgba(0,0,0,.24);
    backdrop-filter: blur(12px);
}

.fvh-console-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255,255,255,.09);
    color: #838da0;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
}

.fvh-console-dots {
    display: flex;
    gap: 5px;
}

.fvh-console-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
}

.fvh-console-body {
    padding: 22px;
}

.fvh-console-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.075);
    color: #8791a4;
    font-size: 11px;
}

.fvh-console-row strong {
    color: #e9edf5;
    font-weight: 600;
}

.fvh-console-meter {
    height: 5px;
    margin-top: 23px;
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    overflow: hidden;
}

.fvh-console-meter span {
    display: block;
    width: 72%;
    height: 100%;
    border-radius: inherit;
    background: #7173f5;
}

.fvh-console-foot {
    margin-top: 13px;
    color: #9aa5b8;
    font-size: 10px;
}

.fvh-console-foot i {
    margin-right: 6px;
    color: #43cf97;
}

.fvh-section {
    margin-bottom: 80px;
}

.fvh-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 32px;
}

.fvh-section-heading h2,
.fvh-domain-block h2,
.fvh-account-cta h2 {
    margin: 8px 0 0;
    font-size: 31px;
    font-weight: 650;
    letter-spacing: -.04em;
}

.fvh-section-heading > p {
    max-width: 390px;
    margin: 0;
    color: var(--fvh-text-soft);
    font-size: 13px;
    text-align: right;
}

.fvh-service-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 17px;
    min-height: 170px;
    height: 100%;
    padding: 25px;
    border: 1px solid var(--fvh-line);
    border-radius: 18px;
    background: #fff;
    color: var(--fvh-text) !important;
    box-shadow: var(--fvh-shadow-sm);
}

.fvh-service-card:hover {
    border-color: #d3d7e2;
    box-shadow: var(--fvh-shadow);
    transform: translateY(-3px);
}

.fvh-service-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #f1f2ff;
    color: var(--fvh-accent);
    font-size: 15px;
}

.fvh-service-copy h3 {
    margin: 2px 30px 8px 0;
    font-size: 16px;
}

.fvh-service-copy p {
    margin: 0;
    color: #737d8c;
    font-size: 12px;
    line-height: 1.65;
}

.fvh-card-arrow {
    position: absolute;
    top: 24px;
    right: 23px;
    color: #acb4c0;
    font-size: 12px;
}

.fvh-service-card:hover .fvh-card-arrow {
    color: var(--fvh-accent);
    transform: translateX(2px);
}

.fvh-domain-block {
    margin: 0 0 80px;
    padding: 38px;
    border: 1px solid var(--fvh-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--fvh-shadow-sm);
}

.fvh-domain-block p {
    margin: 10px 0 0;
    color: var(--fvh-text-soft);
    font-size: 12px;
}

.fvh-domain-form .input-group {
    padding: 6px;
    border: 1px solid var(--fvh-line-strong);
    border-radius: 14px;
    background: #f8f9fb;
}

.fvh-domain-form .form-control {
    min-height: 48px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 14px;
}

.fvh-domain-form .btn {
    min-width: 94px;
    border-radius: 9px !important;
}

.fvh-link-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
    min-height: 132px;
    height: 100%;
    padding: 20px;
    border: 1px solid var(--fvh-line);
    border-radius: 16px;
    background: #fff;
    color: #4f5967 !important;
    font-size: 11px;
    font-weight: 600;
}

.fvh-link-card:hover {
    border-color: #d4d9e2;
    color: var(--fvh-text) !important;
    box-shadow: var(--fvh-shadow-sm);
    transform: translateY(-2px);
}

.fvh-link-card i {
    color: var(--fvh-accent);
    font-size: 19px;
}

.fvh-account-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 42px 44px;
    border-radius: 22px;
    background: #eef0f5;
}

.fvh-account-cta p {
    max-width: 560px;
    margin: 9px 0 0;
    color: #687281;
    font-size: 13px;
}

/* Client dashboard */
.tiles .row {
    margin-left: -7px;
    margin-right: -7px;
}

.tiles .row > div {
    padding: 0 7px;
}

.tiles .tile {
    position: relative;
    min-height: 128px;
    margin-bottom: 14px;
    padding: 20px;
    border: 1px solid var(--fvh-line);
    border-radius: 16px;
    background: #fff;
    color: var(--fvh-text);
    text-align: left;
    box-shadow: var(--fvh-shadow-sm);
    overflow: hidden;
}

.tiles .tile:hover {
    border-color: #d7dce5;
    box-shadow: var(--fvh-shadow);
    transform: translateY(-2px);
}

.tiles .tile i {
    position: static;
    margin-bottom: 19px;
    color: #7f88a0;
    font-size: 15px;
}

.tiles .tile .stat {
    margin: 0;
    color: var(--fvh-text);
    font-size: 27px;
    font-weight: 650;
    line-height: 1;
}

.tiles .tile .title {
    margin-top: 7px;
    color: #7a8493;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.tiles .tile .highlight {
    display: none;
}

.client-home-cards .card {
    margin-bottom: 20px;
}

.client-home-cards .card[class*="card-accent-"] {
    border-top: 1px solid var(--fvh-line) !important;
}

/* Auth */
.template-login .fvh-main-body,
.template-password-reset-container .fvh-main-body,
.template-user-verify-email .fvh-main-body {
    padding-top: 56px;
}

.fvh-auth-layout {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(420px, .7fr);
    gap: 70px;
    max-width: 980px;
    margin: 30px auto 55px;
    align-items: center;
}

.fvh-auth-intro {
    min-height: 430px;
    align-items: center;
    padding: 44px;
    border-radius: 24px;
    background: var(--fvh-surface-dark);
    color: #aeb7c6;
}

.fvh-auth-intro h1 {
    margin: 12px 0 16px;
    color: #fff !important;
    font-size: 43px;
    letter-spacing: -.045em;
}

.fvh-auth-intro p {
    max-width: 390px;
    font-size: 14px;
}

.fvh-auth-intro .fvh-section-kicker {
    color: #8d8ff8;
}

.fvh-auth-points {
    display: grid;
    gap: 10px;
    margin-top: 35px;
    color: #c5cbd6;
    font-size: 11px;
}

.fvh-auth-points i {
    margin-right: 8px;
    color: #6de2af;
}

.fvh-login-form {
    width: 100%;
}

.fvh-auth-card {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 20px !important;
}

.fvh-auth-card .card-body {
    padding: 34px !important;
}

.fvh-auth-card .card-footer {
    padding: 16px 34px !important;
}

.fvh-auth-card h2 {
    font-size: 27px;
}

/* Pagination & DataTables */
body.fvh-body .page-link {
    min-width: 36px;
    border-color: var(--fvh-line);
    color: #596374;
    text-align: center;
}

body.fvh-body .page-item:first-child .page-link {
    border-radius: 9px 0 0 9px;
}

body.fvh-body .page-item:last-child .page-link {
    border-radius: 0 9px 9px 0;
}

body.fvh-body .page-item.active .page-link {
    border-color: var(--fvh-accent);
    background: var(--fvh-accent);
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    border: 1px solid var(--fvh-line-strong) !important;
    border-radius: 8px !important;
}

/* Knowledgebase / announcements / support */
.kb-category,
.kb-article-item,
.announcement-single,
.ticket-reply,
.ticket-reply.staff {
    border-color: var(--fvh-line) !important;
    border-radius: 14px !important;
    box-shadow: none !important;
}

.ticket-reply .date,
.ticket-reply.staff .date {
    background: #f8f9fb !important;
    color: #758092 !important;
}

/* Invoice */
.invoice-container {
    border: 1px solid var(--fvh-line) !important;
    border-radius: 18px !important;
    box-shadow: var(--fvh-shadow-sm) !important;
}

/* Modal */
body.fvh-body .modal-content {
    border: 1px solid var(--fvh-line);
    border-radius: 18px;
    box-shadow: 0 22px 80px rgba(16,24,40,.18);
    overflow: hidden;
}

body.fvh-body .modal-header,
body.fvh-body .modal-footer {
    border-color: var(--fvh-line);
}

/* Footer */
.fvh-footer {
    padding: 62px 0 28px;
    border-top: 1px solid #1d2535;
    background: var(--fvh-surface-dark);
    color: #8993a4;
    font-size: 11px;
}

.fvh-footer-top {
    padding-bottom: 48px;
}

.fvh-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
}

.fvh-footer-brand .logo-img {
    max-width: 180px;
    max-height: 40px;
    filter: brightness(0) invert(1);
}

.fvh-footer-copy {
    max-width: 370px;
    margin: 17px 0 0;
    color: #7e899a;
    line-height: 1.8;
}

.fvh-footer-title {
    margin-bottom: 15px;
    color: #d9deE7;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.fvh-footer .col-lg-2 > a,
.fvh-footer .col-lg-3 > a {
    display: block;
    margin: 8px 0;
    color: #8e98a8;
}

.fvh-footer .col-lg-2 > a:hover,
.fvh-footer .col-lg-3 > a:hover {
    color: #fff;
}

.fvh-footer-social .list-inline-item a,
.fvh-footer-social a {
    color: #8e98a8;
}

.fvh-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.fvh-footer .copyright {
    color: #737e90;
}

.fvh-footer-meta .btn-link {
    padding: 0;
    color: #8e98a8;
    font-size: 11px;
}

/* ------------------------------------------------------------
 * WHMCS Standard Cart / Order Form
 * This section intentionally uses higher specificity because
 * order-form CSS is usually injected after the base theme CSS.
 * ------------------------------------------------------------ */

body.fvh-body #order-standard_cart,
body.fvh-body #order-premium_comparison {
    color: var(--fvh-text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.fvh-body #order-standard_cart .cart-body,
body.fvh-body #order-standard_cart .products,
body.fvh-body #order-standard_cart .product,
body.fvh-body #order-standard_cart .view-cart-items,
body.fvh-body #order-standard_cart .summary-container {
    font-family: inherit !important;
}

body.fvh-body #order-standard_cart .products {
    margin: 0 !important;
}

body.fvh-body #order-standard_cart .products .product {
    margin: 0 0 16px !important;
    padding: 0 !important;
    border: 1px solid var(--fvh-line) !important;
    border-radius: 17px !important;
    background: #fff !important;
    box-shadow: var(--fvh-shadow-sm) !important;
    overflow: hidden !important;
}

body.fvh-body #order-standard_cart .products .product:hover {
    border-color: #d2d8e2 !important;
    box-shadow: var(--fvh-shadow) !important;
}

body.fvh-body #order-standard_cart .products .product header {
    position: relative;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 21px 22px 12px !important;
    border: 0 !important;
    background: #fff !important;
    color: var(--fvh-text) !important;
}

body.fvh-body #order-standard_cart .products .product header span {
    color: var(--fvh-text) !important;
    font-size: 16px !important;
    font-weight: 650 !important;
    letter-spacing: -.025em !important;
}

body.fvh-body #order-standard_cart .products .product .product-desc {
    margin: 0 !important;
    padding: 0 22px 19px !important;
    color: #737d8d !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
}

body.fvh-body #order-standard_cart .products .product .product-desc ul {
    margin: 12px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.fvh-body #order-standard_cart .products .product .product-desc li {
    position: relative;
    margin: 5px 0 !important;
    padding-left: 17px !important;
}

body.fvh-body #order-standard_cart .products .product .product-desc li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: .72em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #a4adba;
}

body.fvh-body #order-standard_cart .products .product .product-pricing {
    margin: 0 !important;
    padding: 17px 22px 20px !important;
    border-top: 1px solid var(--fvh-line) !important;
    background: #fbfcfd !important;
    color: #6e7887 !important;
    font-size: 11px !important;
}

body.fvh-body #order-standard_cart .products .product .product-pricing span.price {
    color: var(--fvh-text) !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: -.04em !important;
}

body.fvh-body #order-standard_cart .products .product .btn,
body.fvh-body #order-standard_cart .btn-primary {
    border-radius: 10px !important;
}

body.fvh-body #order-standard_cart .panel,
body.fvh-body #order-standard_cart .card,
body.fvh-body #order-standard_cart .domain-selection-options .option,
body.fvh-body #order-standard_cart .sub-heading,
body.fvh-body #order-standard_cart .view-cart-items-header,
body.fvh-body #order-standard_cart .empty-cart .btn {
    border-radius: 14px !important;
}

body.fvh-body #order-standard_cart .domain-selection-options .option {
    margin-bottom: 10px !important;
    border: 1px solid var(--fvh-line) !important;
    background: #fff !important;
}

body.fvh-body #order-standard_cart .domain-selection-options .option-selected {
    border-color: #cfd0fb !important;
    background: #f7f7ff !important;
}

body.fvh-body #order-standard_cart .sub-heading {
    border-color: var(--fvh-line) !important;
    background: #f8f9fb !important;
    color: #4e5868 !important;
}

body.fvh-body #order-standard_cart .view-cart-items-header {
    border: 1px solid var(--fvh-line) !important;
    background: var(--fvh-surface-dark) !important;
    color: #fff !important;
}

body.fvh-body #order-standard_cart .view-cart-items {
    border-color: var(--fvh-line) !important;
    background: #fff !important;
}

body.fvh-body #order-standard_cart .view-cart-tabs .nav-tabs {
    border-color: var(--fvh-line) !important;
}

body.fvh-body #order-standard_cart .view-cart-tabs .nav-tabs a {
    color: #667085 !important;
}

body.fvh-body #order-standard_cart .view-cart-tabs .nav-tabs a.active,
body.fvh-body #order-standard_cart .view-cart-tabs .nav-tabs a:hover {
    color: var(--fvh-accent) !important;
}

body.fvh-body #order-standard_cart .order-summary,
body.fvh-body #order-standard_cart .summary-container {
    border: 1px solid var(--fvh-line) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: var(--fvh-shadow-sm) !important;
}

body.fvh-body #order-standard_cart .order-summary h2,
body.fvh-body #order-standard_cart .summary-container h2 {
    border-color: var(--fvh-line) !important;
    background: #fff !important;
    color: var(--fvh-text) !important;
    font-size: 14px !important;
}

body.fvh-body #order-standard_cart .order-summary .total-due-today,
body.fvh-body #order-standard_cart .summary-container .total-due-today {
    color: var(--fvh-accent) !important;
}

body.fvh-body #order-standard_cart .categories-collapsed,
body.fvh-body #order-standard_cart .categories-sidebar {
    border-color: var(--fvh-line) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.fvh-body #order-standard_cart .categories-collapsed a,
body.fvh-body #order-standard_cart .categories-sidebar a {
    color: #5f6979 !important;
}

body.fvh-body #order-standard_cart .categories-sidebar .active a,
body.fvh-body #order-standard_cart .categories-sidebar a:hover {
    color: var(--fvh-accent) !important;
}

body.fvh-body #order-standard_cart .field,
body.fvh-body #order-standard_cart .form-control {
    border-radius: 10px !important;
}

body.fvh-body #order-standard_cart .prepend-icon .field-icon {
    color: #9aa3b0 !important;
}

/* Store pages */
body.fvh-body .store-order-container .product,
body.fvh-body .store-promoted-product,
body.fvh-body .store-product {
    border-color: var(--fvh-line) !important;
    border-radius: 17px !important;
    background: #fff !important;
    box-shadow: var(--fvh-shadow-sm) !important;
}

/* Utility */
body.fvh-body hr {
    border-color: var(--fvh-line);
}

body.fvh-body code {
    border-radius: 5px;
    background: #eff1f5;
    color: #394256;
}

body.fvh-body .popover {
    border-color: var(--fvh-line);
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(16,24,40,.13);
}

body.fvh-body .client-alerts {
    min-width: 290px;
}

body.fvh-body .client-alerts li a {
    color: #596374;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .fvh-navbar {
        min-height: 68px;
    }

    .fvh-navbar .navbar-collapse {
        margin: 10px 0 8px;
        padding: 13px;
        border: 1px solid var(--fvh-line);
        border-radius: 15px;
        background: #fff;
        box-shadow: var(--fvh-shadow);
    }

    .fvh-primary-nav,
    .fvh-account-nav {
        width: 100%;
    }

    .fvh-primary-nav > li > a,
    .fvh-account-nav > li > a {
        width: 100%;
        padding-left: 12px !important;
    }

    .fvh-nav-actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 8px;
    }

    .fvh-account-nav {
        align-items: stretch;
    }

    .fvh-primary-nav .dropdown-menu,
    .fvh-account-nav .dropdown-menu {
        margin-top: 0;
        border: 0;
        box-shadow: none;
    }

    .fvh-hero {
        padding: 72px 44px;
    }
}

@media (max-width: 991.98px) {
    .fvh-main-body {
        padding-top: 30px;
    }

    .fvh-hero {
        margin-bottom: 62px;
        padding: 64px 36px;
    }

    .fvh-console-card {
        max-width: 100%;
        margin-left: 0;
    }

    .fvh-section,
    .fvh-domain-block {
        margin-bottom: 60px;
    }

    .fvh-auth-layout {
        display: block;
        max-width: 560px;
    }

    .fvh-account-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

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

    .fvh-header {
        position: relative;
    }

    .fvh-brand .logo-img {
        max-width: 155px;
        max-height: 36px;
    }

    .fvh-account-strip-copy {
        max-width: 68%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .fvh-hero {
        margin-left: -18px;
        margin-right: -18px;
        padding: 54px 25px 50px;
        border-left: 0;
        border-right: 0;
        border-radius: 0 0 22px 22px;
    }

    .fvh-hero h1 {
        font-size: 45px;
    }

    .fvh-hero-lead {
        font-size: 14px;
    }

    .fvh-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .fvh-hero-actions .btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .fvh-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .fvh-section-heading > p {
        max-width: 100%;
        text-align: left;
    }

    .fvh-section-heading h2,
    .fvh-domain-block h2,
    .fvh-account-cta h2 {
        font-size: 27px;
    }

    .fvh-domain-block {
        padding: 26px 20px;
    }

    .fvh-domain-form .input-group {
        display: block;
        padding: 6px;
    }

    .fvh-domain-form .input-group-append {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px;
        margin-left: 0;
    }

    .fvh-domain-form .btn {
        width: 100%;
    }

    .fvh-account-cta {
        padding: 30px 25px;
    }

    .fvh-account-cta-actions,
    .fvh-account-cta-actions .btn {
        width: 100%;
    }

    .tiles .tile {
        min-height: 116px;
        padding: 16px;
    }

    .fvh-auth-card .card-body {
        padding: 26px !important;
    }

    .fvh-auth-card .card-footer {
        padding: 15px 26px !important;
    }

    .fvh-footer {
        padding-top: 48px;
    }

    .fvh-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .fvh-brand-text {
        max-width: 150px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .fvh-hero h1 {
        font-size: 39px;
    }

    .fvh-service-card {
        min-height: 145px;
        padding: 21px;
    }

    .fvh-link-card {
        min-height: 116px;
    }

    .fvh-account-strip {
        display: none;
    }
}

@media (min-width: 1400px) {
    .fvh-nav-search { display: flex; }
}
