
:root {
    --h4hub-navy: #071426;
    --h4hub-navy-2: #0b1f38;
    --h4hub-blue: #1677ff;
    --h4hub-cyan: #22d3ee;
    --h4hub-orange: #ff9f1c;
    --h4hub-text: #e7eefc;
    --h4hub-muted: #6d7d95;
    --h4hub-card: #ffffff;
    --h4hub-border: rgba(9, 30, 66, .12);
    --h4hub-shadow: 0 18px 45px rgba(7, 20, 38, .12);
}

body.h4hub-theme {
    background: #f3f7fb;
    color: #172033;
}

body.h4hub-theme .btn-primary,
body.h4hub-theme .btn-success,
body.h4hub-theme #order-standard_cart .btn-order-now {
    background: linear-gradient(135deg, var(--h4hub-blue), #0ea5e9);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(22, 119, 255, .25);
    font-weight: 700;
}

body.h4hub-theme .btn-primary:hover,
body.h4hub-theme .btn-success:hover,
body.h4hub-theme #order-standard_cart .btn-order-now:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(22, 119, 255, .34);
}

body.h4hub-theme .btn-default,
body.h4hub-theme .btn-outline-primary {
    border-radius: 999px;
    font-weight: 700;
}

.h4hub-header {
    background: var(--h4hub-navy);
    box-shadow: 0 8px 30px rgba(5, 17, 34, .25);
}

.h4hub-header .topbar {
    background: #031022;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.h4hub-brandbar.navbar {
    background: linear-gradient(135deg, #061325 0%, #0a2240 50%, #0d2e56 100%);
    padding: 18px 0;
}

.h4hub-brandbar .navbar-brand {
    color: #fff !important;
    font-weight: 800;
    letter-spacing: -.02em;
}

.h4hub-brandbar .logo-img {
    max-height: 56px;
}

.h4hub-public-nav {
    gap: 18px;
    align-items: center;
    margin-left: 24px;
}

.h4hub-public-nav a {
    color: rgba(255,255,255,.82);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.h4hub-public-nav a:hover {
    color: #fff;
    transform: translateY(-1px);
}

.h4hub-public-nav .h4hub-nav-cta {
    color: #071426;
    background: var(--h4hub-orange);
    padding: 9px 15px;
    border-radius: 999px;
    box-shadow: 0 10px 18px rgba(255,159,28,.25);
}

.h4hub-public-nav .h4hub-nav-cta:hover {
    color: #071426;
}

.h4hub-brandbar .cart-btn,
.h4hub-brandbar .toolbar .nav-link,
.h4hub-brandbar .btn.nav-link {
    background: rgba(255,255,255,.09);
    color: #fff;
    border-radius: 999px;
}

.h4hub-search .form-control,
.h4hub-search .btn {
    border-color: transparent;
}

.h4hub-client-nav.main-navbar-wrapper {
    background: #061325;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.h4hub-client-nav .navbar-nav > li > a,
.h4hub-client-nav .navbar-nav .nav-link {
    color: rgba(255,255,255,.88) !important;
    font-weight: 700;
}

.h4hub-client-nav .navbar-nav > li > a:hover,
.h4hub-client-nav .navbar-nav .nav-link:hover {
    color: var(--h4hub-cyan) !important;
}

.h4hub-service-strip {
    background: linear-gradient(90deg, #0f335d, #0d8bd8);
    color: #fff;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 700;
}

.h4hub-service-strip .container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 28px;
    align-items: center;
    justify-content: center;
}

.h4hub-service-strip i {
    margin-right: 7px;
    color: #a7f3d0;
}

.master-breadcrumb {
    background: #ffffff;
    border-bottom: 1px solid var(--h4hub-border);
}

#main-body {
    padding: 34px 0 54px;
}

.primary-content .card,
.sidebar .panel,
.sidebar .card,
body.h4hub-theme .panel,
body.h4hub-theme .list-group-item {
    border-radius: 18px;
    border-color: var(--h4hub-border);
    box-shadow: 0 10px 30px rgba(7, 20, 38, .06);
}

.h4hub-eyebrow {
    display: inline-block;
    color: var(--h4hub-cyan);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 10px;
}

.h4hub-home-hero,
.h4hub-store-hero,
.h4hub-cart-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(34,211,238,.24), transparent 36%),
        radial-gradient(circle at bottom left, rgba(22,119,255,.28), transparent 38%),
        linear-gradient(135deg, #061325 0%, #0a2240 55%, #0f335d 100%);
    color: #fff;
    border-radius: 28px;
    padding: 48px;
    box-shadow: var(--h4hub-shadow);
    margin-bottom: 34px;
}

.h4hub-home-hero h1,
.h4hub-store-hero h1,
.h4hub-cart-hero h1 {
    color: #fff;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -.04em;
    margin-bottom: 18px;
}

.h4hub-home-hero p,
.h4hub-store-hero p,
.h4hub-cart-hero p {
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.65;
    max-width: 760px;
}

.h4hub-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.h4hub-hero-card {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 24px;
    padding: 28px;
    backdrop-filter: blur(10px);
}

.h4hub-hero-card h3 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 18px;
}

.h4hub-hero-card ul,
.h4hub-service-card ul,
.h4hub-cart-product-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.h4hub-hero-card li {
    color: rgba(255,255,255,.88);
    margin: 12px 0;
}

.h4hub-hero-card i,
.h4hub-cart-product-card li i {
    color: #22c55e;
    margin-right: 8px;
}

.h4hub-section-heading {
    text-align: center;
    margin: 54px auto 28px;
    max-width: 760px;
}

.h4hub-section-heading span {
    color: var(--h4hub-blue);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 900;
    font-size: 12px;
}

.h4hub-section-heading h2 {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    letter-spacing: -.03em;
    margin: 8px 0 10px;
}

.h4hub-section-heading p {
    color: var(--h4hub-muted);
    font-size: 17px;
}

.h4hub-service-card,
.h4hub-feature-card,
.h4hub-order-card,
.h4hub-cart-product-card {
    background: #fff;
    border: 1px solid var(--h4hub-border);
    border-radius: 24px;
    box-shadow: var(--h4hub-shadow);
}

.h4hub-service-card,
.h4hub-feature-card {
    padding: 30px;
    transition: transform .22s ease, box-shadow .22s ease;
}

.h4hub-service-card:hover,
.h4hub-feature-card:hover,
.h4hub-cart-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(7,20,38,.16);
}

.h4hub-service-icon,
.h4hub-feature-card i {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(22,119,255,.12), rgba(34,211,238,.12));
    border-radius: 18px;
    color: var(--h4hub-blue);
    font-size: 24px;
    margin-bottom: 18px;
}

.h4hub-service-card h3,
.h4hub-feature-card h4 {
    color: var(--h4hub-navy);
    font-weight: 900;
    letter-spacing: -.02em;
}

.h4hub-service-card p,
.h4hub-feature-card p {
    color: var(--h4hub-muted);
    line-height: 1.65;
}

.h4hub-action-icons a {
    border-radius: 20px !important;
    box-shadow: 0 12px 32px rgba(7, 20, 38, .10);
}

/* Store order page */
.h4hub-store-order-page .h4hub-order-card {
    padding: 32px;
}

.h4hub-product-summary h2 {
    font-weight: 900;
    color: var(--h4hub-navy);
    letter-spacing: -.03em;
}

.h4hub-product-description {
    color: #334155;
    line-height: 1.7;
    font-size: 16px;
}

.h4hub-product-description ul {
    margin-top: 14px;
}

.h4hub-mini-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.h4hub-mini-features span {
    background: #eef6ff;
    color: #0f3a6d;
    border: 1px solid #d7ebff;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 800;
}

.h4hub-mini-features i {
    color: var(--h4hub-blue);
    margin-right: 6px;
}

.h4hub-payment-box {
    background: #f8fbff;
    border: 1px solid #dceafe;
    border-radius: 20px;
    padding: 24px;
}

.h4hub-payment-box h4,
.h4hub-domain-section h4 {
    color: var(--h4hub-navy);
    font-weight: 900;
}

.h4hub-domain-section {
    margin-top: 34px;
}

.h4hub-domain-tab-content {
    border: 1px solid var(--h4hub-border);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    padding: 24px;
}

.h4hub-order-actions {
    margin-top: 28px;
}

/* Standard cart child order form */
#order-standard_cart.h4hub-cart-products .cart-body {
    padding-left: 20px;
}

#order-standard_cart .h4hub-cart-hero {
    margin-bottom: 26px;
}

#order-standard_cart .h4hub-cart-product-card.product {
    border: 1px solid var(--h4hub-border);
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    transition: transform .22s ease, box-shadow .22s ease;
}

#order-standard_cart .h4hub-cart-product-card.product header {
    background: linear-gradient(135deg, var(--h4hub-navy), #0f335d);
    color: #fff;
    padding: 22px 24px;
    border: 0;
}

#order-standard_cart .h4hub-cart-product-card.product header span:first-child {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.02em;
}

#order-standard_cart .h4hub-cart-product-card .product-desc {
    padding: 24px;
    min-height: 220px;
}

#order-standard_cart .h4hub-cart-product-card .h4hub-card-description {
    color: #334155;
    line-height: 1.65;
    margin-bottom: 16px;
}

#order-standard_cart .h4hub-cart-product-card .product-desc li {
    border-bottom: 1px solid #edf2f7;
    padding: 9px 0;
    color: #27364b;
}

#order-standard_cart .h4hub-cart-product-card footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #f8fbff;
    padding: 22px 24px;
    border-top: 1px solid #e7eef8;
}

#order-standard_cart .h4hub-cart-product-card .product-pricing .price {
    color: var(--h4hub-blue);
    font-size: 32px;
    font-weight: 900;
}

#order-standard_cart .h4hub-starting-from,
#order-standard_cart .h4hub-price-cycle {
    color: var(--h4hub-muted);
    font-weight: 700;
}

#order-standard_cart .sidebar .list-group-item.active,
#order-standard_cart .sidebar .panel-heading {
    background: linear-gradient(135deg, var(--h4hub-navy), #0f335d) !important;
    border-color: transparent !important;
}

/* Footer */
.h4hub-footer {
    background: #061325;
    color: rgba(255,255,255,.78);
    padding: 56px 0 24px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.h4hub-footer h5 {
    color: #fff;
    font-weight: 900;
    margin-bottom: 16px;
}

.h4hub-footer a {
    color: rgba(255,255,255,.78);
    text-decoration: none;
}

.h4hub-footer a:hover {
    color: var(--h4hub-cyan);
}

.h4hub-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.h4hub-footer-links li {
    margin: 8px 0;
}

.h4hub-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.h4hub-footer-badges span {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 10px;
}

.h4hub-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.10);
}

.h4hub-footer .btn {
    color: #fff;
    border-color: rgba(255,255,255,.20);
}

@media (max-width: 991px) {
    .h4hub-home-hero,
    .h4hub-store-hero,
    .h4hub-cart-hero {
        padding: 34px 26px;
        border-radius: 22px;
    }

    .h4hub-footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    #order-standard_cart.h4hub-cart-products .cart-body {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .h4hub-service-strip .container {
        justify-content: flex-start;
    }

    .h4hub-store-order-page .h4hub-order-card {
        padding: 22px;
    }

    #order-standard_cart .h4hub-cart-product-card footer {
        flex-direction: column;
        align-items: flex-start;
    }
}
