/* Personalización comercial de IDEIHOSTING */
:root {
    --idei-blue: #0b57d0;
    --idei-blue-dark: #073b8f;
    --idei-yellow: #ffc107;
    --idei-ink: #10233f;
    --idei-muted: #5f6f85;
    --idei-soft: #f4f8ff;
}

.idei-eyebrow {
    display: inline-block;
    margin-bottom: .75rem;
    color: var(--idei-blue);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.idei-intro {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.idei-intro h2,
.idei-benefits h2,
.clientHomePanelsSec h2,
.idei-cta h2 {
    color: var(--idei-ink);
    font-weight: 800;
    line-height: 1.18;
}

.idei-intro p,
.idei-benefit-card p,
.idei-cta p {
    color: var(--idei-muted);
    line-height: 1.75;
}

.idei-benefits {
    padding: 4rem 0 2rem;
}

.idei-benefit-card {
    height: 100%;
    padding: 2rem;
    border: 1px solid #e4ecf8;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(17, 58, 118, .08);
}

.idei-benefit-card i {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    border-radius: 14px;
    background: var(--idei-soft);
    color: var(--idei-blue);
    font-size: 1.6rem;
}

.idei-benefit-card h3 {
    color: var(--idei-ink);
    font-size: 1.18rem;
    font-weight: 750;
}

#pricing_plan_home .product-column {
    height: 100%;
}

#pricing_plan_home .card-body {
    display: flex;
    height: 100%;
    flex-direction: column;
}

#pricing_plan_home .product-description {
    flex: 1 1 auto;
}

#pricing_plan_home .primary__btn {
    margin-top: auto;
}

.idei-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 3rem;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(135deg, #edf5ff 0%, #fff8df 100%);
}

.idei-cta > div:first-child {
    max-width: 720px;
}

.idei-cta-actions {
    display: flex;
    flex-shrink: 0;
    gap: .75rem;
}

.idei-outline-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: .75rem 1.35rem;
    border: 2px solid var(--idei-blue);
    border-radius: 8px;
    color: var(--idei-blue);
    font-weight: 700;
}

.idei-outline-btn:hover {
    background: var(--idei-blue);
    color: #fff;
}

.idei-footer-brand {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: -.04em;
}

.idei-footer-brand span {
    color: var(--idei-yellow);
}

.footer-client-btn {
    display: inline-flex;
    width: auto;
    margin-top: .5rem;
}

.footer-logo .logo-img,
.footer-logo img {
    width: auto;
    max-width: 190px;
    max-height: 52px;
}

@media (max-width: 767.98px) {
    .idei-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 2rem;
    }

    .idei-cta-actions {
        width: 100%;
        flex-direction: column;
    }

    .idei-cta-actions a {
        width: 100%;
        text-align: center;
    }
}

/* Cabecera WHMCS alineada con la identidad visual de ideihosting.com */
html,
body {
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

header.header,
header.header.transparent-header {
    position: relative;
    z-index: 1000;
    background: #0774ff;
    box-shadow: 0 10px 30px rgba(5, 43, 112, .13);
}

header.header .topbar-inner {
    padding: 0;
    background: #1047ad !important;
    backdrop-filter: none;
}

header.header .topbar .rts-ht__wrapper {
    min-height: 36px;
    padding: .3rem 0;
    font-size: .78rem;
}

header.header .topbar a,
header.header .topbar .btn,
header.header .topbar .active-client .input-group-text {
    color: rgba(255, 255, 255, .9);
}

header.header .topbar a:hover,
header.header .topbar .btn:hover {
    color: #fff;
    text-decoration: none;
}

header.header .idei-promo-link i,
header.header .login__link i {
    margin-right: .4rem;
}

header.header .bottombar {
    display: block;
    background: linear-gradient(90deg, #0774ff 0%, #0762df 60%, #064ebb 100%);
}

header.header .bottombar-inner {
    min-height: 108px;
    padding: 0;
}

header.header .navbar-brand {
    display: inline-flex;
    min-width: 185px;
    align-items: center;
    margin: 0 2rem 0 0 !important;
    padding: .65rem 0;
}

header.header .logo-img {
    width: 180px;
    max-width: 180px;
    max-height: 100px;
    object-fit: contain;
}

header.header .main-navbar-wrapper,
header.header .main-navbar-wrapper .navbar-collapse {
    flex: 1 1 auto;
}

header.header .main-navbar-wrapper .navbar-collapse {
    padding: 0;
}

header.header .bottombar-inner .bottom-navs-wrapper {
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

header.header .navbar-nav > li {
    padding: 0 1.35rem;
}

header.header .navbar-nav > li > a,
header.header .navbar-nav > li > a.dropdown-toggle {
    padding: 2.55rem 0 !important;
    color: #fff;
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    font-size: .96rem;
    font-weight: 600;
}

header.header .navbar-nav li > a::before {
    bottom: 2rem;
    height: 2px;
    border-radius: 2px;
    background: #ffc82e;
}

header.header .idei-public-nav .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .45rem;
    border: .28em solid transparent;
    border-top-color: currentColor;
    content: "";
    font-family: inherit;
    vertical-align: -.18em;
}

header.header .navbar-nav .dropdown-menu {
    min-width: 230px;
    margin-top: -1rem;
    padding: .55rem;
    border: 1px solid #e2eaf5;
    border-radius: 13px;
    box-shadow: 0 22px 55px rgba(10, 42, 88, .2);
}

header.header .navbar .dropdown-menu a.dropdown-item,
header.header .navbar .dropdown-menu .dropdown-item a {
    padding: .7rem .85rem !important;
    border-radius: 8px;
    color: #233b5c;
    font-size: .88rem;
    font-weight: 600;
    text-transform: none;
}

header.header .dropdown-item.active,
header.header .dropdown-item:active,
header.header .dropdown-item:hover {
    background: #eaf3ff;
    color: #075ecf;
    backdrop-filter: none;
}

header.header .navbar-nav-right.idei-client-nav {
    margin-left: auto;
    padding-left: 1rem;
}

header.header .navbar-nav > li > a.idei-client-area-link {
    min-width: 145px;
    padding: .72rem 1.3rem !important;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 999px;
    text-align: center;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

header.header .navbar-nav > li > a.idei-client-area-link::before {
    display: none;
}

header.header .navbar-nav > li > a.idei-client-area-link:hover {
    background: #fff;
    color: #075bc8;
    transform: translateY(-2px);
}

header.header .toolbar {
    margin-left: 1.25rem;
}

header.header .toolbar .nav-link {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 10px;
    color: #fff;
}

header.header .toolbar .nav-link:hover {
    background: rgba(255, 255, 255, .14);
}

header.header .toolbar .nav-link .badge {
    top: -6px;
    right: -6px;
    padding: .28rem .42rem;
    border: 2px solid #0774ff;
    background: #ffc82e;
    color: #3a2a00;
    opacity: 1;
}

body.idei-shopping-cart,
body.idei-shopping-cart section#main-body {
    background: #f8fbff;
}

body.idei-shopping-cart section#main-body {
    padding-top: 2.6rem;
    padding-bottom: 3rem;
}

body.idei-shopping-cart section#main-body > .container {
    width: calc(100% - 32px);
    max-width: 1480px;
}

body.idei-shopping-cart .primary-content {
    min-height: auto;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
    outline: 3px solid rgba(255, 200, 46, .8);
    outline-offset: 3px;
}

@media (max-width: 1199.98px) {
    header.header .bottombar-inner {
        min-height: 88px;
        padding: .55rem 0;
    }

    header.header .logo-img {
        max-width: 165px;
        max-height: 68px;
    }

    header.header .main-navbar-wrapper {
        top: 88px;
        right: 0;
        left: 0;
        border-radius: 0 0 14px 14px;
        background: #fff;
        box-shadow: 0 22px 48px rgba(14, 45, 88, .18);
    }

    header.header .main-navbar-wrapper .navbar-collapse {
        padding: .8rem;
    }

    header.header .bottombar-inner .bottom-navs-wrapper {
        align-items: stretch;
    }

    header.header .navbar-nav > li {
        padding: 0;
    }

    header.header .navbar-nav > li > a,
    header.header .navbar-nav > li > a.dropdown-toggle {
        padding: .8rem 1rem !important;
        border-radius: 8px;
        color: #1e3658;
    }

    header.header .navbar-nav > li > a:hover {
        background: #edf5ff;
        color: #075ecf;
    }

    header.header .navbar-nav > li > a::before {
        display: none;
    }

    header.header .navbar-nav .dropdown-menu {
        margin: 0 0 .45rem;
        border: 0;
        box-shadow: none;
    }

    header.header .navbar-nav-right.idei-client-nav {
        margin: .4rem 0 0;
        padding: .7rem 0 0;
        border-top: 1px solid #e5edf7;
    }

    header.header .navbar-nav > li > a.idei-client-area-link {
        color: #075ecf;
        border-color: #075ecf;
    }
}

@media (max-width: 767.98px) {
    header.header .topbar .rts-ht__wrapper {
        gap: 1rem;
    }

    header.header .idei-promo-link {
        max-width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    header.header .navbar-brand {
        min-width: 0;
        margin-right: .75rem !important;
    }

    header.header .logo-img {
        max-width: 138px;
    }

    header.header .toolbar {
        margin-left: auto;
    }

    header.header .toolbar .nav-item {
        margin-left: .5rem !important;
    }

    body.idei-shopping-cart section#main-body {
        padding-top: 1.35rem;
    }
}
