:root {
    --whp-primary: #0866a8;
    --whp-secondary: #00a8e8;
    --whp-dark: #071e40;
    --whp-muted: #607089;
    --whp-light: #f3f8fc;
    --whp-border: #d7e6f2;
    --whp-red: #cd302b;
    --whp-geen: #28a745;
}

.btn-primary {
    background-color: var(--whp-red);
    border: #12b886;
}

.btn-primary:hover {
    background-color: var(--whp-primary);
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--whp-dark);
    background: #fff;
}

a {
    text-decoration: none;
}

.top-bar {
    background: #04152f;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

.top-bar i {
    margin-right: 5px;
}

.top-link {
    color: #fff;
    margin-left: 18px;
    opacity: 0.85;
}

.top-link:hover {
    color: #fff;
    opacity: 1;
}

.main-navbar {
    border-bottom: 1px solid var(--whp-border);
    box-shadow: 0 4px 20px rgba(7, 30, 64, 0.04);
}

.navbar-brand {
    font-size: 1.35rem;
}

.brand-primary {
    color: var(--whp-primary);
}

.brand-secondary {
    color: var(--whp-secondary);
}

.navbar .nav-link {
    font-weight: 500;
    color: #27415f;
}

.navbar .nav-link:hover {
    color: var(--whp-primary);
}

.section-padding {
    padding: 80px 0;
}

.section-title {
    font-weight: 800;
    letter-spacing: -0.04em;
}

.section-subtitle {
    color: var(--whp-muted);
    max-width: 720px;
    margin: 0 auto;
}

.btn {
    font-weight: 600;
}

.card-soft {
    border: 1px solid var(--whp-border);
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(7, 30, 64, 0.06);
}

.site-footer {
    background: #04152f;
    color: #d6e6f3;
    padding: 70px 0 30px;
}

.site-footer h5,
.site-footer h6 {
    color: #fff;
    font-weight: 700;
}

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

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

.footer-links a {
    color: #d6e6f3;
}

.footer-links a:hover {
    color: #fff;
}

.site-footer hr {
    border-color: rgba(255, 255, 255, 0.12);
    margin: 35px 0 25px;
}

.footer-social a {
    color: #fff;
    margin-left: 14px;
    font-size: 1.2rem;
}

/* Owl Carousel */
.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    display: flex;
}

.owl-carousel .item {
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
}

.owl-theme .owl-nav {
    margin-top: 20px;
}

.owl-theme .owl-nav [class*="owl-"] {
    border-radius: 999px;
    padding: 6px 14px !important;
}

/* Hero */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-slide {
    min-height: 680px;
    background:
        radial-gradient(circle at top right, rgba(0, 168, 232, 0.35), transparent 35%),
        linear-gradient(135deg, #04152f 0%, #0a3a66 55%, #0866a8 100%);
    color: #fff;
}

.hero-slide-alt {
    background:
        radial-gradient(circle at top right, rgba(249, 168, 38, 0.35), transparent 35%),
        linear-gradient(135deg, #04152f 0%, #06345d 55%, #f9a826 100%);
}

.min-vh-75 {
    min-height: 680px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    backdrop-filter: blur(12px);
}

.hero-title {
    font-size: clamp(2.4rem, 6vw, 4.8rem);
    line-height: 1;
    font-weight: 850;
    letter-spacing: -0.06em;
    margin-bottom: 22px;
}

.hero-text {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.84);
    max-width: 660px;
    margin-bottom: 28px;
}

.domain-search-form {
    max-width: 720px;
}

.domain-search-form .input-group {
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(7, 30, 64, 0.18);
}

.domain-search-form .form-control,
.domain-search-form .input-group-text,
.domain-search-form .btn {
    border-radius: 0;
    border: 0;
}

.domain-search-form .input-group-text {
    background: #fff;
    color: #607089;
    font-weight: 700;
}

.hero-card {
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 28px;
    padding: 34px;
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.hero-card-icon {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 22px;
}

.hero-card h4 {
    font-weight: 800;
}

.hero-card p {
    color: rgba(255, 255, 255, 0.8);
}

.hero-feature-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.hero-feature-list li {
    margin-bottom: 10px;
}

.hero-feature-list i {
    margin-right: 8px;
}

.domain-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.domain-tags span {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-weight: 700;
}

/* Domain extensions */
.domain-extensions-section {
    margin-top: -60px;
    position: relative;
    z-index: 3;
}

.domain-extensions-box {
    background: #fff;
    border: 1px solid var(--whp-border);
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 24px 70px rgba(7, 30, 64, 0.12);
}

.extension-card {
    border: 1px solid var(--whp-border);
    border-radius: 18px;
    padding: 16px;
    background: #fff;
    transition: all 0.2s ease;
}

.extension-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(7, 30, 64, 0.08);
}

.extension-card strong {
    display: block;
    font-size: 1.2rem;
    color: var(--whp-primary);
}

.extension-card span {
    display: block;
    color: var(--whp-muted);
    font-size: 0.9rem;
}

/* General sections */
.bg-soft {
    background: var(--whp-light);
}

.section-kicker {
    display: inline-block;
    color: var(--whp-primary);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    margin-bottom: 12px;
}

.service-card,
.hosting-plan-card,
.testimonial-card,
.stat-card,
.domain-result-card {
    background: #fff;
    border: 1px solid var(--whp-border);
    border-radius: 24px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 16px 40px rgba(7, 30, 64, 0.05);
}

.service-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(0, 168, 232, 0.10);
    color: var(--whp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.service-card h5 {
    font-weight: 800;
}

.service-card p {
    color: var(--whp-muted);
    margin-bottom: 0;
}

/* Hosting plans */
.hosting-plan-card {
    position: relative;
    padding: 34px;
}

.hosting-plan-card.featured {
    border-color: var(--whp-primary);
    box-shadow: 0 24px 70px rgba(0, 168, 232, 0.16);
}

.plan-badge {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 18px;
    background: var(--whp-primary);
    color: #fff;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.78rem;
    font-weight: 700;
}

.hosting-plan-card h4 {
    font-weight: 850;
    margin-bottom: 12px;
}

.plan-description {
    color: var(--whp-muted);
    min-height: 50px;
}

.plan-price {
    margin: 24px 0;
}

.plan-price span {
    color: var(--whp-muted);
    font-weight: 700;
}

.plan-price strong {
    font-size: 2.2rem;
    font-weight: 850;
    letter-spacing: -0.04em;
}

.plan-price small {
    color: var(--whp-muted);
}

.plan-features {
    list-style: none;
    padding-left: 0;
    margin-bottom: 28px;
}

.plan-features li {
    margin-bottom: 12px;
    color: #27415f;
}

.plan-features i {
    color: var(--whp-primary);
    margin-right: 8px;
}

/* Mini features */
.mini-feature {
    display: flex;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--whp-border);
    border-radius: 18px;
    background: #fff;
    height: 100%;
}

.mini-feature i {
    color: var(--whp-primary);
    font-size: 26px;
}

.mini-feature h6 {
    font-weight: 800;
    margin-bottom: 4px;
}

.mini-feature p {
    color: var(--whp-muted);
    margin-bottom: 0;
    font-size: 0.92rem;
}

.stats-box {
    background:
        radial-gradient(circle at top right, rgba(0, 168, 232, 0.22), transparent 35%),
        #04152f;
    border-radius: 32px;
    padding: 34px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: none;
}

.stat-card strong {
    display: block;
    font-size: 2.4rem;
    font-weight: 850;
}

.stat-card span {
    color: rgba(255, 255, 255, 0.75);
}

/* Testimonials */
.testimonial-card p {
    font-size: 1.05rem;
    color: #27415f;
}

.testimonial-card strong {
    display: block;
    font-weight: 800;
}

.testimonial-card span {
    color: var(--whp-muted);
}

/* CTA */
.cta-section {
    padding: 80px 0;
}

.cta-box {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 35%),
        linear-gradient(135deg, var(--whp-primary), #06345d);
    color: #fff;
    border-radius: 32px;
    padding: 46px;
}

.cta-box h2 {
    font-weight: 850;
    letter-spacing: -0.04em;
}

.cta-box p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0;
}

/* Page header */
.page-header {
    padding: 90px 0;
    background:
        radial-gradient(circle at top right, rgba(0, 168, 232, 0.24), transparent 35%),
        linear-gradient(135deg, #04152f, #06345d);
    color: #fff;
}

.page-header h1 {
    font-weight: 850;
    letter-spacing: -0.05em;
    font-size: clamp(2.2rem, 5vw, 4rem);
}

.page-header p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.1rem;
}

.domain-result-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.domain-result-card h5 {
    font-weight: 800;
    margin-bottom: 4px;
}

/* Responsive */
@media (max-width: 767.98px) {

    .hero-slide,
    .min-vh-75 {
        min-height: 640px;
    }

    .domain-search-form .input-group {
        border-radius: 22px;
    }

    .domain-search-form .form-control {
        min-height: 58px;
    }

    .domain-search-form .btn {
        min-height: 58px;
    }

    .domain-extensions-section {
        margin-top: 0;
        padding-top: 24px;
    }

    .section-padding {
        padding: 60px 0;
    }

    .cta-box {
        padding: 32px;
    }
}

.domain-result-card {
    display: block;
    position: relative;
}

.domain-result-main h5 {
    word-break: break-word;
}

.domain-result-side {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.domain-price {
    text-align: right;
}

.domain-price small {
    display: block;
    color: var(--whp-muted);
    font-weight: 700;
    line-height: 1;
}

.domain-price strong {
    display: block;
    font-size: 1.3rem;
    font-weight: 850;
    color: var(--whp-dark);
}

.domain-result-action {
    margin-top: 18px;
}

.cart-box,
.cart-summary,
.empty-cart {
    background: #fff;
    border: 1px solid var(--whp-border);
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 16px 40px rgba(7, 30, 64, 0.05);
}

.cart-item {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 1px solid var(--whp-border);
}

.cart-item:first-child {
    padding-top: 0;
}

.cart-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.cart-item h5 {
    font-weight: 850;
    margin-bottom: 8px;
}

.cart-item-price {
    min-width: 150px;
    text-align: right;
}

.cart-item-price small {
    display: block;
    color: var(--whp-muted);
    font-weight: 700;
}

.cart-item-price strong {
    display: block;
    font-size: 1.6rem;
    font-weight: 850;
    color: var(--whp-dark);
}

.cart-summary {
    position: sticky;
    top: 110px;
}

.cart-summary h4 {
    font-weight: 850;
    margin-bottom: 22px;
}

.summary-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.summary-line span {
    color: var(--whp-muted);
}

.summary-line strong {
    font-size: 1.4rem;
    font-weight: 850;
}

.empty-cart-icon {
    width: 82px;
    height: 82px;
    border-radius: 26px;
    background: rgba(0, 168, 232, 0.10);
    color: var(--whp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    margin: 0 auto 22px;
}

@media (max-width: 767.98px) {
    .cart-item {
        flex-direction: column;
    }

    .cart-item-price {
        text-align: left;
    }
}

.checkout-box,
.order-success-box {
    background: #fff;
    border: 1px solid var(--whp-border);
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 16px 40px rgba(7, 30, 64, 0.05);
}

.checkout-box h4 {
    font-weight: 850;
    margin-bottom: 18px;
}

.checkout-box .form-label {
    font-weight: 700;
    color: #27415f;
}

.checkout-box .errorlist {
    list-style: none;
    padding-left: 0;
    margin: 6px 0 0;
    color: #d92d20;
    font-size: 0.9rem;
}

.checkout-summary-item {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--whp-border);
}

.checkout-summary-item:first-of-type {
    padding-top: 0;
}

.checkout-summary-item strong {
    display: block;
    font-weight: 800;
}

.checkout-summary-item small {
    display: block;
    color: var(--whp-muted);
}

.checkout-summary-item span {
    font-weight: 800;
    white-space: nowrap;
}

.success-icon {
    width: 86px;
    height: 86px;
    border-radius: 999px;
    background: rgba(18, 184, 134, 0.10);
    color: #12b886;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    margin: 0 auto 24px;
}

.order-success-box {
    max-width: 760px;
    margin: 0 auto;
}

.order-success-box h2 {
    font-weight: 850;
}

.order-success-summary {
    margin-top: 28px;
    border: 1px solid var(--whp-border);
    border-radius: 22px;
    overflow: hidden;
    text-align: left;
}

.order-success-summary div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--whp-border);
}

.order-success-summary div:last-child {
    border-bottom: 0;
}

.order-success-summary span {
    color: var(--whp-muted);
}

.order-success-summary strong {
    text-align: right;
}

.bank-payment-box {
    border: 1px solid var(--whp-border);
    border-radius: 22px;
    padding: 22px;
    background: #f3f8fc;
}

.bank-payment-box h4 {
    font-weight: 850;
    margin-bottom: 18px;
}

.bank-account-card {
    background: #fff;
    border: 1px solid var(--whp-border);
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 16px;
}

.bank-account-card h5 {
    font-weight: 850;
    margin-bottom: 16px;
}

.bank-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 0;
    border-bottom: 1px solid var(--whp-border);
}

.bank-row:last-of-type {
    border-bottom: 0;
}

.bank-row span {
    color: var(--whp-muted);
}

.bank-row strong {
    text-align: right;
}

.bank-instructions {
    margin-top: 16px;
    background: #eaf7fd;
    border: 1px solid #9adcf7;
    border-radius: 14px;
    padding: 14px;
    color: #27415f;
}

.auth-box,
.client-card,
.client-sidebar,
.client-stat-card {
    background: #fff;
    border: 1px solid var(--whp-border);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(7, 30, 64, 0.05);
}

.auth-box {
    max-width: 460px;
    margin: 0 auto;
    padding: 32px;
}

.auth-box-wide {
    max-width: 760px;
}

.auth-box h2 {
    font-weight: 850;
    margin-bottom: 8px;
}

.auth-box .form-label {
    font-weight: 700;
}

.auth-box .errorlist {
    list-style: none;
    padding-left: 0;
    margin: 6px 0 0;
    color: #d92d20;
    font-size: 0.9rem;
}

.client-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 28px;
    align-items: start;
}

.client-sidebar {
    padding: 22px;
    position: sticky;
    top: 110px;
}

.client-sidebar h5 {
    font-weight: 850;
    margin-bottom: 18px;
}

.client-sidebar a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #27415f;
    padding: 12px 14px;
    border-radius: 14px;
    margin-bottom: 6px;
    font-weight: 700;
}

.client-sidebar a:hover,
.client-sidebar a.active {
    background: rgba(0, 168, 232, 0.10);
    color: var(--whp-primary);
}

.client-card {
    padding: 28px;
}

.client-card h4,
.client-card h5 {
    font-weight: 850;
}

.client-stat-card {
    padding: 24px;
}

.client-stat-card span {
    display: block;
    color: var(--whp-muted);
    font-weight: 700;
}

.client-stat-card strong {
    display: block;
    font-size: 2.2rem;
    font-weight: 850;
}

.order-items-list {
    border: 1px solid var(--whp-border);
    border-radius: 18px;
    overflow: hidden;
}

.order-item-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 16px;
    border-bottom: 1px solid var(--whp-border);
}

.order-item-row:last-child {
    border-bottom: 0;
}

.order-item-row strong {
    display: block;
}

.order-item-row small {
    display: block;
    color: var(--whp-muted);
}

.client-data-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.client-data-grid div {
    border: 1px solid var(--whp-border);
    border-radius: 16px;
    padding: 16px;
    background: #f3f8fc;
}

.client-data-grid span {
    display: block;
    color: var(--whp-muted);
    font-size: 0.9rem;
}

.client-data-grid strong {
    display: block;
    margin-top: 4px;
}

@media (max-width: 991.98px) {
    .client-layout {
        grid-template-columns: 1fr;
    }

    .client-sidebar {
        position: static;
    }
}

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

    .order-item-row {
        flex-direction: column;
    }
}

.client-logout-form {
    margin: 0;
}

.client-logout-button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #27415f;
    padding: 12px 14px;
    border-radius: 14px;
    margin-bottom: 6px;
    font-weight: 700;
    background: transparent;
    border: 0;
    text-align: left;
}

.client-logout-button:hover {
    background: rgba(217, 45, 32, 0.1);
    color: #d92d20;
}

.hosting-domain-options {
    margin-top: 24px;
}

.hosting-domain-option {
    border: 1px solid var(--whp-border);
    border-radius: 18px;
    padding: 20px;
    background: #f3f8fc;
}

.hosting-domain-option .form-check-label {
    color: var(--whp-dark);
}

.nameserver-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nameserver-list span {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f3f8fc;
    border: 1px solid var(--whp-border);
    color: #27415f;
    font-weight: 700;
}

.hosting-feature-box {
    border: 1px solid var(--whp-border);
    border-radius: 16px;
    padding: 16px;
    background: #f3f8fc;
}

.hosting-feature-box span {
    display: block;
    color: var(--whp-muted);
    font-size: 0.9rem;
}

.hosting-feature-box strong {
    display: block;
    margin-top: 4px;
    font-size: 1.1rem;
}

.payment-proof-list {
    border: 1px solid var(--whp-border);
    border-radius: 18px;
    overflow: hidden;
}

.payment-proof-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 16px;
    border-bottom: 1px solid var(--whp-border);
    background: #fff;
}

.payment-proof-row:last-child {
    border-bottom: 0;
}

.payment-proof-row strong {
    display: block;
}

.payment-proof-row small {
    display: block;
    color: var(--whp-muted);
    margin-top: 4px;
}

@media (max-width: 575.98px) {
    .payment-proof-row {
        flex-direction: column;
    }
}

.legal-document-box {
    background: #fff;
    border: 1px solid var(--whp-border);
    border-radius: 26px;
    padding: 32px;
    box-shadow: 0 16px 40px rgba(7, 30, 64, 0.05);
}

.legal-document-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.legal-document-meta span {
    color: var(--whp-muted);
    font-weight: 700;
}

.legal-document-meta strong {
    font-size: 1.2rem;
}

.legal-document-meta small {
    color: var(--whp-muted);
}

.legal-document-content {
    line-height: 1.75;
    color: #27415f;
}

.form-check .errorlist {
    list-style: none;
    padding-left: 0;
    margin: 8px 0 0;
    color: #d92d20;
    font-size: 0.9rem;
}

.seo-content-section {
    background: #fff;
}

.seo-content-section h2 {
    font-weight: 850;
    margin-bottom: 18px;
    color: var(--whp-dark);
}

.seo-content-section p {
    color: var(--whp-muted);
    line-height: 1.75;
}

.seo-feature-list {
    display: grid;
    gap: 16px;
}

.seo-feature-list>div {
    display: flex;
    gap: 16px;
    background: #f3f8fc;
    border: 1px solid var(--whp-border);
    border-radius: 20px;
    padding: 18px;
}

.seo-feature-list i {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 14px;
    background: rgba(0, 168, 232, 0.10);
    color: var(--whp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.seo-feature-list h3 {
    font-size: 1.05rem;
    font-weight: 850;
    margin-bottom: 4px;
}

.seo-feature-list p {
    margin-bottom: 0;
    color: var(--whp-muted);
}

.faq-section {
    background: #f3f8fc;
}

.faq-accordion {
    max-width: 920px;
    margin: 0 auto;
}

.faq-accordion .accordion-item {
    border: 1px solid var(--whp-border);
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 14px;
    background: #fff;
}

.faq-accordion .accordion-button {
    font-weight: 800;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(0, 168, 232, 0.08);
    color: var(--whp-primary);
}

.hero-section {
    background: radial-gradient(circle at top right, rgba(0, 168, 232, 0.45), transparent 35%),
        linear-gradient(135deg, #071e40 0%, #0a3a66 55%, #071e40 100%);
    color: #fff;
    padding: 90px 0 70px;
    overflow: hidden;
}

.hero-slide {
    min-height: 460px;
    display: flex;
    align-items: center;
}

.hero-slide h1 {
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 22px;
}

.hero-slide h1 span {
    color: #7ee3ff;
    display: inline-block;
}

.hero-slide p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.15rem;
    line-height: 1.75;
    max-width: 720px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hero-visual-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px);
    border-radius: 32px;
    padding: 38px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
}

.hero-visual-card i {
    width: 76px;
    height: 76px;
    border-radius: 24px;
    background: rgba(0, 168, 232, 0.85);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    margin-bottom: 24px;
}

.hero-visual-card h3 {
    font-weight: 850;
    margin-bottom: 10px;
}

.domain-search-section {
    margin-top: -46px;
    position: relative;
    z-index: 5;
}

.domain-search-box {
    background: #fff;
    border: 1px solid var(--whp-border);
    border-radius: 30px;
    padding: 34px;
    box-shadow: 0 22px 60px rgba(7, 30, 64, 0.12);
}

.domain-search-form {
    max-width: 860px;
    margin: 0 auto;
}

.domain-search-form .form-control {
    min-height: 58px;
    border-radius: 999px 0 0 999px;
    padding-left: 24px;
}

.domain-search-form .btn {
    border-radius: 0 999px 999px 0;
    padding-left: 28px;
    padding-right: 28px;
}

.featured-extensions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.featured-extensions span {
    border: 1px solid var(--whp-border);
    background: #f3f8fc;
    border-radius: 999px;
    padding: 8px 14px;
    color: var(--whp-red);
    font-weight: 700;
}

.featured-extensions strong {
    color: var(--whp-primary);
    margin-left: 4px;
}

.stats-section {
    padding: 50px 0 20px;
}

.stat-card {
    background: #fff;
    border: 1px solid var(--whp-border);
    border-radius: 22px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 14px 38px rgba(7, 30, 64, 0.05);
}

.stat-card strong {
    display: block;
    font-size: 2.1rem;
    font-weight: 900;
    color: var(--whp-primary);
}

.stat-card span {
    display: block;
    font-weight: 850;
    color: var(--whp-dark);
}

.stat-card small {
    display: block;
    margin-top: 6px;
    color: var(--whp-muted);
}

.bg-soft {
    background: #f3f8fc;
}

.sales-card,
.benefit-item,
.process-card,
.audience-card,
.testimonial-card {
    background: #fff;
    border: 1px solid var(--whp-border);
    border-radius: 24px;
    padding: 26px;
    height: 100%;
    box-shadow: 0 16px 40px rgba(7, 30, 64, 0.05);
    transition: 0.2s ease;
}

.sales-card:hover,
.process-card:hover,
.audience-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 56px rgba(7, 30, 64, 0.09);
}

.sales-card-featured {
    border-color: rgba(0, 168, 232, 0.35);
    background: linear-gradient(180deg, #fff 0%, #eef8fd 100%);
}

.sales-badge {
    display: inline-flex;
    background: rgba(249, 168, 38, 0.16);
    color: #9a5a00;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.78rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.sales-icon,
.audience-card i {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(0, 168, 232, 0.10);
    color: var(--whp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
}

.sales-card h3,
.process-card h3,
.audience-card h3 {
    font-size: 1.2rem;
    font-weight: 850;
    margin-bottom: 10px;
}

.sales-card p,
.process-card p,
.audience-card p,
.benefit-item p {
    color: var(--whp-muted);
    line-height: 1.65;
}

.sales-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    margin-top: 8px;
}

.sales-section-title {
    font-weight: 900;
    margin-bottom: 18px;
}

.sales-section-text {
    color: var(--whp-muted);
    line-height: 1.75;
}

.benefit-grid {
    display: grid;
    gap: 16px;
}

.benefit-item {
    display: flex;
    gap: 16px;
    padding: 20px;
}

.benefit-item i {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 16px;
    background: rgba(18, 184, 134, 0.10);
    color: #12b886;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.benefit-item h3 {
    font-size: 1.05rem;
    font-weight: 850;
    margin-bottom: 4px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.process-card {
    position: relative;
    text-align: center;
}

.process-number {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: var(--whp-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 850;
    margin: 0 auto 14px;
}

.process-card i {
    font-size: 34px;
    color: var(--whp-primary);
    margin-bottom: 14px;
}

.audience-card {
    text-align: center;
}

.audience-card i {
    margin-left: auto;
    margin-right: auto;
}

.testimonial-stars {
    color: #f9a826;
    margin-bottom: 16px;
}

.testimonial-card p {
    color: #27415f;
    line-height: 1.7;
}

.testimonial-card h4 {
    font-size: 1.05rem;
    font-weight: 850;
    margin-bottom: 2px;
}

.testimonial-card span {
    color: var(--whp-muted);
}

.final-cta-section {
    padding: 80px 0;
    background: #fff;
}

.final-cta-box {
    border-radius: 34px;
    padding: 52px;
    text-align: center;
    background: linear-gradient(135deg, #071e40, #0866a8);
    color: #fff;
    box-shadow: 0 28px 80px rgba(0, 168, 232, 0.24);
}

.final-cta-box span {
    display: inline-flex;
    border-radius: 999px;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.14);
    margin-bottom: 18px;
    font-weight: 800;
}

.final-cta-box h2 {
    font-weight: 900;
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.final-cta-box p {
    color: rgba(255, 255, 255, 0.82);
    max-width: 760px;
    margin: 14px auto 0;
    line-height: 1.75;
}

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

    .domain-search-form .input-group {
        flex-direction: column;
    }

    .domain-search-form .form-control,
    .domain-search-form .btn {
        width: 100%;
        border-radius: 999px !important;
    }
}

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

    .domain-search-box,
    .final-cta-box {
        padding: 28px 20px;
    }

    .hero-section {
        padding-top: 60px;
    }
}

.error-page-section {
    min-height: 70vh;
    padding: 90px 0;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at top right, rgba(0, 168, 232, 0.12), transparent 35%),
        #f3f8fc;
}

.error-page-box {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border: 1px solid var(--whp-border);
    border-radius: 34px;
    padding: 56px 34px;
    box-shadow: 0 24px 70px rgba(7, 30, 64, 0.08);
}

.error-code {
    font-size: clamp(5rem, 14vw, 10rem);
    line-height: 1;
    font-weight: 950;
    color: rgba(0, 168, 232, 0.10);
    margin-bottom: -30px;
}

.error-icon {
    width: 86px;
    height: 86px;
    border-radius: 28px;
    background: rgba(0, 168, 232, 0.10);
    color: var(--whp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    margin: 0 auto 24px;
}

.error-page-box h1 {
    font-weight: 900;
    margin-bottom: 14px;
}

.error-page-box p {
    color: var(--whp-muted);
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
}

.error-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

/* =========================
   Modern visual upgrade
========================= */

.hero-image-wrap {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-main-image {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.hero-image-wrap::before {
    content: "";
    position: absolute;
    inset: 36px -12px -18px 42px;
    background: rgba(0, 168, 232, 0.28);
    border-radius: 36px;
    filter: blur(4px);
    z-index: 0;
}

.hero-main-image {
    position: relative;
    z-index: 1;
}

.hero-floating-card {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
    padding: 14px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 55px rgba(7, 30, 64, 0.24);
    color: #071e40;
}

.hero-floating-card i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(0, 168, 232, 0.12);
    color: var(--whp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.hero-floating-card strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 850;
}

.hero-floating-card span {
    display: block;
    font-size: 0.8rem;
    color: #607089;
}

.hero-floating-card-one {
    top: 32px;
    left: -26px;
}

.hero-floating-card-two {
    right: -24px;
    bottom: 40px;
}

.hero-mini-stack {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.hero-mini-stack div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
}

.hero-mini-stack span {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #12b886;
    box-shadow: 0 0 0 6px rgba(18, 184, 134, 0.15);
}

.sales-card {
    position: relative;
    overflow: hidden;
}

.sales-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(0, 168, 232, 0.08), transparent 36%);
    pointer-events: none;
}

.sales-card>* {
    position: relative;
    z-index: 1;
}

.sales-card-image {
    height: 170px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #f3f8fc;
}

.sales-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.sales-card:hover .sales-card-image img {
    transform: scale(1.05);
}

.modern-benefits-section {
    background:
        radial-gradient(circle at top left, rgba(0, 168, 232, 0.08), transparent 32%),
        #fff;
}

.modern-proof-box {
    margin-top: 26px;
    display: grid;
    gap: 12px;
}

.modern-proof-box div {
    background: #f3f8fc;
    border: 1px solid var(--whp-border);
    border-radius: 18px;
    padding: 16px 18px;
}

.modern-proof-box strong {
    display: block;
    color: var(--whp-dark);
    font-weight: 850;
}

.modern-proof-box span {
    display: block;
    color: var(--whp-muted);
    font-size: 0.92rem;
    margin-top: 2px;
}

.benefit-thumb {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 18px;
    object-fit: cover;
}

.audience-image {
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 18px;
    background: #f3f8fc;
}

.audience-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.final-cta-box {
    position: relative;
    overflow: hidden;
}

.final-cta-box::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -90px;
    top: -120px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.final-cta-box>* {
    position: relative;
    z-index: 1;
}

.final-cta-box-image {
    background-size: cover !important;
    background-position: center !important;
}

@media (max-width: 991.98px) {
    .hero-image-wrap {
        min-height: auto;
    }

    .hero-floating-card {
        position: static;
        margin-top: 14px;
        width: 100%;
    }

    .hero-image-wrap {
        display: block;
    }

    .hero-image-wrap::before {
        display: none;
    }
}

/* =========================
   Domain Search Results - Row Layout
========================= */

.domain-search-hero {
    background:
        radial-gradient(circle at top right, rgba(0, 168, 232, 0.42), transparent 36%),
        linear-gradient(135deg, #071e40 0%, #0a3a66 55%, #071e40 100%);
    color: #fff;
    padding: 86px 0 110px;
}

.domain-search-hero-content {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.domain-search-hero h1 {
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 900;
    margin-bottom: 12px;
}

.domain-search-hero p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.15rem;
}

.domain-search-input-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
    max-width: 860px;
    margin: 0 auto;
}

.domain-search-input-wrapper span {
    padding-left: 28px;
    padding-right: 10px;
    color: #607089;
    font-size: 1.35rem;
    font-weight: 850;
}

.domain-search-input-wrapper .form-control {
    border: 0;
    min-height: 64px;
    box-shadow: none;
    font-size: 1.25rem;
    font-weight: 700;
}

.domain-search-input-wrapper .btn {
    min-height: 64px;
    border-radius: 0;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 1.1rem;
    font-weight: 850;
}

.domain-results-section {
    padding: 70px 0;
    background: #f3f8fc;
}

.domain-results-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-end;
    margin-bottom: 28px;
}

.domain-results-header h2 {
    font-weight: 900;
    margin: 10px 0 6px;
    color: var(--whp-dark);
}

.domain-results-header p {
    color: var(--whp-muted);
    margin-bottom: 0;
}

.domain-result-list {
    display: grid;
    gap: 16px;
}

.domain-result-row {
    display: grid;
    grid-template-columns: minmax(360px, 1fr) 190px 160px 180px;
    gap: 18px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--whp-border);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 14px 38px rgba(7, 30, 64, 0.05);
    transition: 0.2s ease;
}

.domain-result-row:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 55px rgba(7, 30, 64, 0.08);
}

.domain-result-row.available {
    border-left: 5px solid #12b886;
}

.domain-result-row.unavailable {
    border-left: 5px solid #e15555;
    opacity: 0.82;
}

.domain-result-main {
    display: flex;
    align-items: center;
    gap: 16px;
}

.domain-result-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(18, 184, 134, 0.10);
    color: #12b886;
    font-size: 28px;
}

.domain-result-row.unavailable .domain-result-icon {
    background: rgba(100, 116, 139, 0.10);
    color: var(--whp-red);
}

.domain-result-main h3 {
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 4px;
    color: var(--whp-dark);
}

.domain-result-main p {
    margin-bottom: 2px;
    font-weight: 750;
}

.domain-result-main small {
    color: var(--whp-muted);
}

.domain-result-price span {
    display: block;
    color: var(--whp-muted);
    font-size: 0.82rem;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}



.domain-result-status .badge {
    font-size: 0.82rem;
    padding: 8px 12px;
    border-radius: 999px;
}

.domain-result-price {
    text-align: right;
}

.domain-result-price strong {
    display: block;
    font-size: 1.45rem;
    font-weight: 950;
    color: var(--whp-dark);
    line-height: 1.1;
}

.domain-result-action {
    text-align: right;
}

.domain-result-action .btn {
    font-weight: 850;
    padding-left: 20px;
    padding-right: 20px;
}

.empty-domain-results {
    background: #fff;
    border: 1px solid var(--whp-border);
    border-radius: 28px;
    padding: 46px;
    text-align: center;
    box-shadow: 0 16px 40px rgba(7, 30, 64, 0.05);
}

.empty-domain-results h3 {
    font-weight: 900;
}

.empty-domain-results p {
    color: var(--whp-muted);
}

@media (max-width: 1199.98px) {
    .domain-result-row {
        grid-template-columns: minmax(280px, 1fr) 140px 150px 140px;
    }

    .domain-result-action {
        grid-column: 1 / -1;
        text-align: left;
    }
}

@media (max-width: 991.98px) {
    .domain-results-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .domain-result-row {
        grid-template-columns: 1fr 1fr;
    }

    .domain-result-main {
        grid-column: 1 / -1;
    }

    .domain-result-action {
        text-align: left;
    }

    .domain-result-price {
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .domain-search-hero {
        padding: 60px 0 80px;
    }

    .domain-search-input-wrapper {
        flex-direction: column;
        border-radius: 28px;
        padding: 16px;
        align-items: stretch;
    }

    .domain-search-input-wrapper span {
        padding: 0 0 8px;
        text-align: left;
    }

    .domain-search-input-wrapper .form-control {
        min-height: 54px;
        border-radius: 18px;
        background: #f3f8fc;
        padding-left: 16px;
    }

    .domain-search-input-wrapper .btn {
        border-radius: 18px;
        margin-top: 12px;
        min-height: 54px;
    }

    .domain-result-row {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .domain-result-main {
        align-items: flex-start;
    }

    .domain-result-action .btn {
        width: 100%;
    }
}


/* =========================
   Hosting Plans Page
========================= */

.hosting-page-hero {
    background:
        radial-gradient(circle at top right, rgba(13, 110, 253, 0.45), transparent 36%),
        linear-gradient(135deg, #071e40 0%, #102c61 55%, #101828 100%);
    color: #fff;
    padding: 96px 0 86px;
    overflow: hidden;
}

.hosting-page-hero h1 {
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 1.05;
    font-weight: 950;
    margin-bottom: 22px;
}

.hosting-page-hero p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.15rem;
    line-height: 1.75;
    max-width: 760px;
}

.hosting-hero-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 34px;
    padding: 36px;
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.hosting-hero-icon {
    width: 78px;
    height: 78px;
    border-radius: 24px;
    background: rgba(13, 110, 253, 0.85);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    margin-bottom: 22px;
}

.hosting-hero-card h3 {
    font-weight: 900;
    margin-bottom: 10px;
}

.hosting-hero-card p {
    font-size: 1rem;
    margin-bottom: 22px;
}

.hosting-hero-list {
    display: grid;
    gap: 12px;
}

.hosting-hero-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
}

.hosting-hero-list i {
    color: #20c997;
}

.hosting-intro-section {
    background: #fff;
}

.hosting-benefit-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--whp-border);
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
    transition: 0.2s ease;
}

.hosting-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 56px rgba(15, 23, 42, 0.09);
}

.hosting-benefit-card i {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(13, 110, 253, 0.1);
    color: var(--whp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 18px;
}

.hosting-benefit-card h3 {
    font-size: 1.15rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.hosting-benefit-card p {
    color: var(--whp-muted);
    line-height: 1.65;
    margin-bottom: 0;
}

.hosting-page-plan-card {
    position: relative;
    height: 100%;
    background: #fff;
    border: 1px solid var(--whp-border);
    border-radius: 32px;
    padding: 34px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    transition: 0.2s ease;
}

.hosting-page-plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.1);
}

.hosting-page-plan-card.featured {
    border-color: rgba(13, 110, 253, 0.45);
    box-shadow: 0 26px 70px rgba(13, 110, 253, 0.14);
}

.hosting-plan-ribbon {
    position: absolute;
    top: 22px;
    right: 22px;
    background: var(--whp-primary);
    color: #fff;
    border-radius: 999px;
    padding: 7px 13px;
    font-size: 0.8rem;
    font-weight: 850;
}

.hosting-plan-head h3 {
    font-size: 1.7rem;
    font-weight: 950;
    color: var(--whp-dark);
    margin-bottom: 8px;
}

.hosting-plan-head p {
    color: var(--whp-muted);
    line-height: 1.6;
    min-height: 50px;
}

.hosting-plan-price {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin: 26px 0 10px;
}

.hosting-plan-price span {
    color: var(--whp-muted);
    font-size: 1.1rem;
    font-weight: 900;
    margin-bottom: 8px;
}

.hosting-plan-price strong {
    color: var(--whp-dark);
    font-size: clamp(2.3rem, 4vw, 3.5rem);
    font-weight: 950;
    line-height: 1;
}

.hosting-plan-price small {
    color: var(--whp-muted);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.hosting-plan-monthly {
    color: var(--whp-muted);
    font-size: 0.95rem;
    margin-bottom: 24px;
}

.hosting-plan-monthly strong {
    color: var(--whp-dark);
}

.hosting-plan-features {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    display: grid;
    gap: 13px;
}

.hosting-plan-features li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #344054;
    font-weight: 650;
}

.hosting-plan-features i {
    color: var(--whp-primary);
    font-size: 1.05rem;
    margin-top: 2px;
}

.hosting-comparison-section {
    background: #fff;
}

.hosting-comparison-table-wrap {
    background: #fff;
    border: 1px solid var(--whp-border);
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.hosting-comparison-table {
    margin-bottom: 0;
}

.hosting-comparison-table thead th {
    background: #f8fafc;
    color: var(--whp-dark);
    font-weight: 900;
    padding: 18px;
    border-bottom: 1px solid var(--whp-border);
    white-space: nowrap;
}

.hosting-comparison-table tbody td {
    padding: 18px;
    vertical-align: middle;
    color: #344054;
}

.hosting-domain-options-box {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.hosting-domain-options-box>div {
    display: flex;
    gap: 16px;
    background: #fff;
    border: 1px solid var(--whp-border);
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.04);
}

.hosting-domain-options-box i {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 16px;
    background: rgba(13, 110, 253, 0.1);
    color: var(--whp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.hosting-domain-options-box h3 {
    font-size: 1.1rem;
    font-weight: 900;
    margin-bottom: 6px;
}

.hosting-domain-options-box p {
    color: var(--whp-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

.hosting-modern-panel {
    background: #101828;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22);
}

.hosting-modern-panel-header {
    background: #1d2939;
    padding: 18px;
    display: flex;
    gap: 8px;
}

.hosting-modern-panel-header span {
    width: 13px;
    height: 13px;
    border-radius: 999px;
    background: #667085;
}

.hosting-modern-panel-header span:nth-child(1) {
    background: #dc3545;
}

.hosting-modern-panel-header span:nth-child(2) {
    background: #ffc107;
}

.hosting-modern-panel-header span:nth-child(3) {
    background: #20c997;
}

.hosting-modern-panel-body {
    padding: 28px;
    display: grid;
    gap: 14px;
}

.hosting-panel-row {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 16px;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 750;
}

.hosting-panel-row i {
    color: #7cc7ff;
    font-size: 22px;
}

.hosting-panel-row.success i {
    color: #20c997;
}

@media (max-width: 991.98px) {
    .hosting-page-hero {
        padding: 70px 0;
    }

    .hosting-comparison-table-wrap {
        overflow-x: auto;
    }

    .hosting-comparison-table {
        min-width: 900px;
    }
}

@media (max-width: 575.98px) {

    .hosting-page-plan-card,
    .hosting-hero-card {
        padding: 26px 20px;
    }

    .hosting-plan-price strong {
        font-size: 2.5rem;
    }

    .hosting-domain-options-box>div {
        flex-direction: column;
    }
}

/* ============================================================
   Modern Mega Navbar - Web Host Paraguay
   Pegar al final de main.css para sobreescribir el navbar anterior
============================================================ */

.whp-header {
    z-index: 1030;
    background: transparent;
}

.whp-top-bar {
    background: linear-gradient(90deg, #04152f 0%, #08345d 100%);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.88rem;
    padding: 8px 0;
}

.whp-top-contact,
.whp-top-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.whp-top-bar .top-link {
    color: rgba(255, 255, 255, 0.82);
    margin-left: 14px;
    font-weight: 650;
}

.whp-top-bar .top-link:hover {
    color: #fff;
}

.whp-navbar {
    background:
        linear-gradient(180deg, rgba(243, 248, 252, 0.96) 0%, rgba(255, 255, 255, 0.88) 100%);
    padding: 14px 0;
    border-bottom: 0;
    box-shadow: 0 18px 45px rgba(7, 30, 64, 0.08);
    backdrop-filter: blur(18px);
}

.whp-navbar .container {
    position: relative;
}

.whp-navbar-shell {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 76px;
    padding: 0 16px 0 22px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(215, 230, 242, 0.95);
    border-radius: 26px;
    box-shadow: 0 18px 60px rgba(7, 30, 64, 0.08);
}

.whp-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 205px;
    padding: 0;
    margin-right: 18px;
    color: var(--whp-dark);
}

.whp-brand img {
    display: block;
    max-width: 165px;
    max-height: 52px;
    object-fit: contain;
}

.whp-brand-mark {
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--whp-primary), var(--whp-secondary));
    font-size: 1.4rem;
    box-shadow: 0 12px 28px rgba(8, 102, 168, 0.24);
}

.whp-brand-text {
    display: grid;
    line-height: 1.05;
}

.whp-brand-text strong {
    font-size: 1.2rem;
    font-weight: 950;
    letter-spacing: -0.03em;
    color: var(--whp-dark);
}

.whp-brand-text small {
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--whp-primary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.whp-navbar-collapse {
    align-items: center;
}

.whp-main-nav {
    gap: 4px;
}

.whp-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 52px;
    padding: 0 14px !important;
    border-radius: 16px;
    color: #101828 !important;
    font-weight: 780 !important;
    letter-spacing: -0.01em;
    transition: 0.18s ease;
}

.whp-nav-link:hover,
.whp-mega-item:hover>.whp-nav-link {
    background: #f3f8fc;
    color: var(--whp-primary) !important;
}

.whp-nav-link .bi-chevron-down {
    font-size: 0.78rem;
    color: #7a8aa0;
    transition: transform 0.18s ease;
}

.whp-mega-item:hover>.whp-nav-link .bi-chevron-down {
    transform: rotate(180deg);
    color: var(--whp-primary);
}

.whp-nav-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #25e58d;
    color: #003b23;
    font-size: 0.7rem;
    font-weight: 900;
    line-height: 1;
}

.whp-nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-left: 18px;
}

.whp-icon-btn,
.whp-client-btn {
    min-width: 50px;
    height: 50px;
    border: 1px solid #e4edf5;
    background: #fff;
    color: #101828;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 850;
    transition: 0.18s ease;
}

.whp-icon-btn {
    font-size: 1.25rem;
}

.whp-client-btn {
    gap: 8px;
    padding: 0 16px;
    min-width: auto;
}

.whp-icon-btn:hover,
.whp-client-btn:hover {
    color: var(--whp-primary);
    border-color: rgba(8, 102, 168, 0.22);
    background: #f3f8fc;
    transform: translateY(-1px);
}

.whp-cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--whp-red);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 900;
    border: 2px solid #fff;
}

.whp-logout-form {
    display: inline-flex;
    margin: 0;
}

.whp-logout-btn {
    border-color: rgba(205, 48, 43, 0.22);
    color: var(--whp-red);
}

.whp-logout-btn:hover {
    background: rgba(205, 48, 43, 0.08);
    color: var(--whp-red);
}

.whp-navbar-toggler {
    border: 1px solid #e4edf5;
    border-radius: 16px;
    width: 50px;
    height: 50px;
    box-shadow: none !important;
}

.whp-mega-item {
    position: static;
}

.whp-mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 14px);
    z-index: 1040;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.whp-mega-item:hover>.whp-mega-menu,
.whp-mega-item:focus-within>.whp-mega-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.whp-mega-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    height: 18px;
}

.whp-mega-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(215, 230, 242, 0.98);
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(7, 30, 64, 0.18);
    backdrop-filter: blur(18px);
}

.whp-mega-menu-sm {
    max-width: 980px;
    left: auto;
}

.whp-mega-grid-sm {
    grid-template-columns: 1fr 1fr 0.85fr;
}

.whp-mega-column h6 {
    margin-bottom: 14px;
    color: #101828;
    font-size: 0.95rem;
    font-weight: 950;
    letter-spacing: -0.02em;
}

.whp-mega-card {
    position: relative;
    display: grid;
    grid-template-columns: 54px 1fr 24px;
    align-items: center;
    gap: 12px;
    min-height: 96px;
    margin-bottom: 10px;
    padding: 14px;
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 18px;
    color: var(--whp-dark);
    transition: 0.18s ease;
}

.whp-mega-card:hover {
    color: var(--whp-dark);
    border-color: rgba(8, 102, 168, 0.20);
    box-shadow: 0 18px 42px rgba(7, 30, 64, 0.08);
    transform: translateY(-2px);
}

.whp-mega-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f7fafc;
    border: 1px solid #e8eef5;
    color: #0b6048;
    font-size: 1.35rem;
}

.whp-mega-card strong {
    display: block;
    color: #101828;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 5px;
}

.whp-mega-card small {
    display: block;
    color: #667085;
    font-size: 0.88rem;
    line-height: 1.45;
}

.whp-mega-arrow {
    color: #101828;
    font-size: 1.2rem;
    transition: 0.18s ease;
}

.whp-mega-card:hover .whp-mega-arrow {
    transform: translateX(4px);
    color: var(--whp-primary);
}

.whp-mega-promo {
    overflow: hidden;
    border-radius: 20px;
    background: #07452f;
    color: #fff;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.whp-mega-promo-visual {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    padding: 22px;
    background:
        radial-gradient(circle at top right, rgba(37, 229, 141, 0.32), transparent 38%),
        linear-gradient(135deg, #0a6a49, #073a2a);
}

.whp-mega-promo-visual i {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.92);
}

.whp-mega-promo-visual span {
    font-weight: 900;
    color: rgba(255, 255, 255, 0.92);
}

.whp-mega-promo-body {
    padding: 22px;
    background: #07452f;
}

.whp-mega-promo-body strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 900;
    margin-bottom: 8px;
}

.whp-mega-promo-body p {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.55;
}

.whp-mega-promo-body a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 900;
}

.whp-mega-mini-cta {
    padding: 22px;
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(0, 168, 232, 0.18), transparent 42%),
        #f3f8fc;
    border: 1px solid var(--whp-border);
}

.whp-mega-mini-cta strong {
    display: block;
    font-size: 1.15rem;
    font-weight: 950;
    color: var(--whp-dark);
    margin-bottom: 8px;
}

.whp-mega-mini-cta p {
    color: var(--whp-muted);
    line-height: 1.6;
    margin-bottom: 18px;
}

@media (min-width: 1200px) {
    .whp-navbar .container {
        max-width: 1320px;
    }
}

@media (max-width: 1199.98px) {
    .whp-brand {
        min-width: 170px;
    }

    .whp-nav-link {
        padding: 0 10px !important;
        font-size: 0.94rem;
    }

    .whp-client-btn span {
        display: none;
    }

    .whp-mega-grid {
        gap: 16px;
        padding: 22px;
    }

    .whp-mega-card {
        grid-template-columns: 48px 1fr 20px;
        min-height: 92px;
    }

    .whp-mega-icon {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 991.98px) {
    .whp-navbar {
        padding: 10px 0;
    }

    .whp-navbar-shell {
        flex-wrap: wrap;
        min-height: auto;
        padding: 12px;
        border-radius: 22px;
    }

    .whp-brand {
        min-width: auto;
        margin-right: auto;
    }

    .whp-brand img {
        max-width: 145px;
    }

    .whp-navbar-collapse {
        width: 100%;
        padding-top: 14px;
    }

    .whp-main-nav {
        align-items: stretch !important;
        gap: 8px;
    }

    .whp-nav-link {
        width: 100%;
        min-height: 48px;
        justify-content: space-between;
        background: #f8fbfe;
        border: 1px solid #edf2f7;
    }

    .whp-mega-menu,
    .whp-mega-menu-sm {
        position: static;
        max-width: none;
        visibility: visible;
        opacity: 1;
        transform: none;
        pointer-events: auto;
        display: block;
        margin-top: 8px;
    }

    .whp-mega-menu::before {
        display: none;
    }

    .whp-mega-grid,
    .whp-mega-grid-sm {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 14px;
        border-radius: 20px;
        box-shadow: none;
        background: #f8fbfe;
    }

    .whp-mega-column h6 {
        margin-bottom: 10px;
    }

    .whp-mega-card {
        min-height: auto;
        margin-bottom: 8px;
        grid-template-columns: 48px 1fr 20px;
        border-radius: 16px;
    }

    .whp-mega-promo {
        display: none;
    }

    .whp-nav-actions {
        width: 100%;
        margin-left: 0;
        margin-top: 12px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .whp-client-btn span {
        display: inline;
    }

    .whp-client-btn {
        flex: 1;
    }

    .whp-icon-btn {
        min-width: 48px;
        height: 48px;
    }
}

@media (max-width: 575.98px) {
    .whp-navbar-shell {
        border-radius: 18px;
    }

    .whp-brand-text strong {
        font-size: 1.05rem;
    }

    .whp-brand-text small {
        font-size: 0.7rem;
    }

    .whp-brand-mark {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }

    .whp-mega-grid {
        padding: 12px;
    }

    .whp-mega-card {
        grid-template-columns: 44px 1fr;
        gap: 10px;
    }

    .whp-mega-arrow {
        display: none;
    }

    .whp-mega-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }
}

/* =========================
   Floating Buttons
========================= */

.floating-actions {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.floating-whatsapp,
.floating-scroll-top {
    border: 0;
    outline: 0;
    text-decoration: none;
    box-shadow: 0 18px 45px rgba(7, 30, 64, 0.22);
    transition: all 0.22s ease;
}

.floating-whatsapp {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-weight: 850;
}

.floating-whatsapp i {
    font-size: 1.35rem;
}

.floating-whatsapp:hover {
    color: #fff;
    background: #1ebe5d;
    transform: translateY(-3px);
    box-shadow: 0 22px 55px rgba(37, 211, 102, 0.34);
}

.floating-scroll-top {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: var(--whp-dark);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
}

.floating-scroll-top i {
    font-size: 1.25rem;
}

.floating-scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floating-scroll-top:hover {
    background: var(--whp-primary);
    transform: translateY(-3px);
}

@media (max-width: 575.98px) {
    .floating-actions {
        right: 16px;
        bottom: 16px;
    }

    .floating-whatsapp {
        width: 54px;
        height: 54px;
        min-height: 54px;
        padding: 0;
        justify-content: center;
        border-radius: 999px;
    }

    .floating-whatsapp span {
        display: none;
    }

    .floating-scroll-top {
        width: 46px;
        height: 46px;
    }
}