/* ==========================================================================
   Hostings.PK custom overrides
   ========================================================================== */

/* ----- Header logo ----- */
header.header .navbar-brand {
    display: inline-flex;
    align-items: center;
}
header.header .logo-img,
header.header .site-logo {
    width: auto;
    height: 48px;
    max-height: 60px;
    max-width: 320px;
    display: block;
}
@media (max-width: 575.98px) {
    header.header .logo-img,
    header.header .site-logo {
        height: 38px;
    }
}

/* ==========================================================================
   Footer redesign  (xtream-masters inspired, Hostings.PK brand)
   Accent palette: #78ab44 (lime), #1b6348 (deep green)
   ========================================================================== */

/* Page-wide overflow guard: no horizontal scroll on any device */
html, body { overflow-x: hidden; max-width: 100%; }

.hp-footer {
    margin-top: 80px;
    padding: 0 !important;
    background: #0a1622;     /* solid dark base so footer-bottom rgba layer reads correctly */
    width: 100%;
    overflow-x: hidden;
}

/* Pull footer to full viewport width even if a parent column tries to constrain it */
.hp-footer,
.hp-footer * { box-sizing: border-box; }

/* ----- Top contact bar (split) ----- */
.hp-footer .footer-contact-bar {
    background: linear-gradient(90deg, #102132 0%, #0a1622 50%, #102132 100%);
    padding: 0;
    overflow: hidden;
    position: relative;
}
.hp-footer .footer-contact-bar::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(120,171,68,0.6), transparent);
}
.hp-footer .contact-bar-wrapper {
    display: flex;
    margin: 0;
}
.hp-footer .contact-bar-item {
    flex: 1;
    padding: 22px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: transform .3s ease;
    position: relative;
}
.hp-footer .contact-bar-item:first-child {
    background: rgba(27,99,72,0.18);
}
.hp-footer .contact-bar-item:last-child {
    background: linear-gradient(135deg, #1b6348, #78ab44);
}
.hp-footer .contact-bar-item:hover { transform: translateY(-2px); }
.hp-footer .contact-bar-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hp-footer .contact-bar-icon i { color: #ffffff; font-size: 18px; }
.hp-footer .contact-bar-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.6px;
}
.hp-footer .contact-bar-text a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity .3s ease;
}
.hp-footer .contact-bar-text a:hover { opacity: 0.85; }

/* ----- Main footer body ----- */
.hp-footer .main-footer {
    background: linear-gradient(180deg, #11253a 0%, #0a1622 100%);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.hp-footer .main-footer::before {
    content: '';
    position: absolute;
    top: 0; left: -50%;
    width: 200%; height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.133 7-7s-3.134-7-7-7-7 3.133-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.133 7-7s-3.134-7-7-7-7 3.133-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%2378ab44' fill-opacity='0.04' fill-rule='evenodd'/%3E%3C/svg%3E");
    animation: hpFooterFloat 20s linear infinite;
    pointer-events: none;
}
@keyframes hpFooterFloat {
    0% { transform: translateY(0); }
    100% { transform: translateY(-100px); }
}

.hp-footer .footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.hp-footer .footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
    gap: 40px;
}

.hp-footer .footer-column h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 25px;
    position: relative;
    padding-bottom: 10px;
}
.hp-footer .footer-column h3::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 2px;
    background: linear-gradient(90deg, #78ab44, transparent);
}

/* About column */
.hp-footer .footer-about { max-width: 420px; }
.hp-footer .footer-about p {
    color: rgba(255,255,255,0.65);
    line-height: 1.75;
    margin: 0 0 18px;
    font-size: 14px;
}
.hp-footer .footer-brand {
    display: inline-block;
    margin-bottom: 22px;
}
.hp-footer .footer-logo {
    height: 50px;
    width: auto;
    max-width: 240px;
    background: #ffffff;
    padding: 8px 14px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Social icons */
.hp-footer .footer-social {
    display: flex;
    gap: 10px;
    margin-top: 6px;
}
.hp-footer .social-link {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}
.hp-footer .social-link i {
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    transition: color .3s ease;
}
.hp-footer .social-link:hover {
    background: linear-gradient(135deg, #78ab44, #1b6348);
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(120,171,68,0.3);
}
.hp-footer .social-link:hover i { color: #ffffff; }

/* Link lists */
.hp-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hp-footer .footer-links li { margin-bottom: 12px; }
.hp-footer .footer-links a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .3s ease;
    font-size: 14px;
}
.hp-footer .footer-links a:hover {
    color: #78ab44;
    transform: translateX(5px);
}
.hp-footer .footer-links a i {
    font-size: 10px;
    color: #78ab44;
}

/* Contact info column */
.hp-footer .footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.hp-footer .contact-info-item { display: flex; gap: 14px; }
.hp-footer .contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(120,171,68,0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(120,171,68,0.18);
}
.hp-footer .contact-icon i { color: #78ab44; font-size: 16px; }
.hp-footer .contact-details {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.hp-footer .contact-label {
    color: rgba(255,255,255,0.4);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
    font-weight: 600;
}
.hp-footer .contact-value {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    word-break: break-word;
}
.hp-footer .contact-value a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: color .3s ease;
}
.hp-footer .contact-value a:hover { color: #78ab44; }

/* ----- Footer bottom legal bar ----- */
.hp-footer .footer-bottom {
    background: rgba(0,0,0,0.35);
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.hp-footer .footer-bottom-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.hp-footer .copyright {
    color: rgba(255,255,255,0.55);
    font-size: 14px;
    margin: 0;
}
.hp-footer .footer-legal-links {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.hp-footer .footer-legal-links a {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    font-size: 14px;
    transition: color .3s ease;
    position: relative;
}
.hp-footer .footer-legal-links a:hover { color: #78ab44; }
.hp-footer .footer-legal-links a:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: -16px;
    color: rgba(255,255,255,0.2);
}

/* Responsive */
@media (max-width: 1199.98px) {
    .hp-footer .footer-content {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px;
    }
    .hp-footer .footer-about { grid-column: 1 / -1; max-width: 100%; }
}
@media (max-width: 767.98px) {
    .hp-footer .contact-bar-wrapper { flex-direction: column; }
    .hp-footer .footer-content { grid-template-columns: 1fr; gap: 36px; }
    .hp-footer .main-footer { padding: 60px 0 40px; }
    .hp-footer .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
    .hp-footer .footer-legal-links { justify-content: center; gap: 24px; }
    .hp-footer .footer-legal-links a:not(:last-child)::after { display: none; }
}

/* ==========================================================================
   Homepage redesign
   ========================================================================== */

/* Pull homepage edge-to-edge inside the main container (homepage only) */
body.page-homepage #main-body > .container { padding-left: 0; padding-right: 0; max-width: 100%; }
body.page-homepage #main-body .primary-content { padding-left: 0; padding-right: 0; }
body.page-homepage #main-body { padding: 0; }
body.page-homepage .master-breadcrumb { display: none; }

.hp-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #78ab44;
    margin-bottom: 14px;
}

.text-gradient {
    background: linear-gradient(90deg, #78ab44 0%, #1b6348 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ----- Hero ----- */
.hp-hero {
    position: relative;
    padding: 80px 0 100px;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(135deg, #0f1a2b 0%, #1b6348 100%);
}
.hp-hero-bg {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(120,171,68,0.25) 0, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(27,99,72,0.45) 0, transparent 40%);
    pointer-events: none;
}
.hp-hero .container { position: relative; }
.hp-hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 22px;
    color: #ffffff;
}
.hp-hero-sub {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin-bottom: 28px;
    max-width: 580px;
}
.hp-hero-cta { margin-bottom: 28px; }
.hp-hero-cta .btn-primary {
    background: linear-gradient(135deg, #78ab44, #1b6348);
    border: none;
    padding: 14px 28px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(27,99,72,0.4);
}
.hp-hero-cta .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 15px 35px rgba(27,99,72,0.5); }
.hp-hero-cta .btn-outline-light { padding: 14px 28px; font-weight: 600; border-width: 2px; }
.hp-hero-bullets { margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 12px 24px; }
.hp-hero-bullets li { font-size: 14px; color: rgba(255,255,255,0.9); }
.hp-hero-bullets li i { color: #78ab44; margin-right: 6px; }

.hp-hero-art {
    position: relative;
    display: inline-block;
    font-size: 220px;
    color: rgba(255,255,255,0.18);
    text-shadow: 0 20px 50px rgba(0,0,0,0.3);
}
.hp-hero-art-glow {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle, rgba(120,171,68,0.35) 0, transparent 60%);
    z-index: -1;
    border-radius: 50%;
    filter: blur(20px);
}

@media (max-width: 991.98px) {
    .hp-hero { padding: 60px 0 70px; text-align: center; }
    .hp-hero-title { font-size: 34px; }
    .hp-hero-sub { font-size: 16px; margin-left: auto; margin-right: auto; }
    .hp-hero-bullets { justify-content: center; }
}

/* ----- Section heading ----- */
.hp-section-head { margin-bottom: 50px; }
.hp-section-head h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1a2238;
    margin-bottom: 14px;
}
.hp-section-head p {
    font-size: 17px;
    color: #6b7280;
    max-width: 680px;
    margin: 0 auto;
}

/* ----- Features ----- */
.hp-features { padding: 70px 0; background: #f8fafc; }
.hp-feature-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 24px;
    text-align: center;
    height: 100%;
    box-shadow: 0 6px 20px rgba(15,26,43,0.06);
    transition: transform .2s, box-shadow .2s;
    margin-bottom: 24px;
}
.hp-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(15,26,43,0.12);
}
.hp-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #78ab44, #1b6348);
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 18px;
}
.hp-feature-card h5 { font-weight: 700; color: #1a2238; margin-bottom: 10px; }
.hp-feature-card p { color: #6b7280; font-size: 14px; margin: 0; }

/* ----- Product grid ----- */
.hp-products { padding: 80px 0; background: #ffffff; }
.hp-product-card {
    border: 1px solid #e6e9ef !important;
    border-radius: 12px !important;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    overflow: hidden;
}
.hp-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(15,26,43,0.1);
    border-color: #78ab44 !important;
}
.hp-product-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: rgba(120,171,68,0.12);
    color: #1b6348;
    font-size: 22px;
    margin-bottom: 16px;
}
.hp-product-card .card-title { font-weight: 700; color: #1a2238; }
.hp-product-card .btn-outline-primary {
    border-color: #1b6348;
    color: #1b6348;
    font-weight: 600;
}
.hp-product-card .btn-outline-primary:hover {
    background: linear-gradient(135deg, #78ab44, #1b6348);
    border-color: transparent;
    color: #ffffff;
}

/* ----- Web & App Dev section ----- */
.hp-dev { padding: 90px 0; background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%); }
.hp-dev-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(15,26,43,0.07);
    border: 1px solid #e6e9ef;
    transition: transform .2s, box-shadow .2s;
    position: relative;
    overflow: hidden;
}
.hp-dev-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(15,26,43,0.14);
}
.hp-dev-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #78ab44, #1b6348);
}
.hp-dev-app::before { background: linear-gradient(90deg, #3b82f6, #1e40af); }

.hp-dev-card-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f0f2f5;
}
.hp-dev-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #78ab44, #1b6348);
    color: #ffffff;
    font-size: 28px;
}
.hp-dev-app .hp-dev-icon { background: linear-gradient(135deg, #3b82f6, #1e40af); }
.hp-dev-card-head h3 { font-size: 22px; font-weight: 700; color: #1a2238; margin: 0 0 4px; }
.hp-dev-card-head p { font-size: 14px; color: #6b7280; margin: 0; }

.hp-dev-features { margin: 0 0 24px; }
.hp-dev-features li {
    padding: 8px 0;
    color: #374151;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.hp-dev-features li i {
    color: #78ab44;
    background: rgba(120,171,68,0.12);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}
.hp-dev-app .hp-dev-features li i { color: #1e40af; background: rgba(59,130,246,0.12); }

.hp-dev-cta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.hp-dev-card .btn-primary {
    background: linear-gradient(135deg, #78ab44, #1b6348);
    border: none;
    padding: 10px 22px;
    font-weight: 600;
}
.hp-dev-app .btn-primary { background: linear-gradient(135deg, #3b82f6, #1e40af); }
.hp-dev-card .btn-link { color: #6b7280; font-weight: 500; }
.hp-dev-card .btn-link:hover { color: #1b6348; text-decoration: none; }

.hp-dev-tech { margin-top: 60px; padding-top: 40px; border-top: 1px solid #e6e9ef; }
.hp-dev-tech-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.hp-dev-tech-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e6e9ef;
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    transition: all .15s;
}
.hp-dev-tech-list span:hover {
    border-color: #78ab44;
    color: #1b6348;
    transform: translateY(-2px);
}
.hp-dev-tech-list i { font-size: 16px; color: #1b6348; }

@media (max-width: 767.98px) {
    .hp-dev-card { padding: 26px; }
    .hp-dev-card-head { flex-direction: column; text-align: center; }
}

/* ----- Why Choose Us ----- */
.hp-why { padding: 90px 0; background: #ffffff; }
.hp-why-title { font-size: 34px; font-weight: 800; color: #1a2238; margin-bottom: 18px; line-height: 1.25; }
.hp-why-text { font-size: 16px; color: #6b7280; line-height: 1.7; margin-bottom: 30px; }
.hp-why-stats { margin: 0; }
.hp-stat {
    background: #f8fafc;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 18px;
    border-left: 4px solid #78ab44;
}
.hp-stat strong { display: block; font-size: 28px; font-weight: 800; color: #1b6348; line-height: 1; }
.hp-stat span { font-size: 13px; color: #6b7280; text-transform: uppercase; letter-spacing: 1px; }

.hp-why-list li {
    display: flex;
    gap: 18px;
    padding: 18px;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 14px;
    transition: transform .15s;
}
.hp-why-list li:hover { transform: translateX(4px); background: #f0f4f8; }
.hp-why-ico {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(135deg, #78ab44, #1b6348);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.hp-why-list h6 { font-weight: 700; margin: 0 0 4px; color: #1a2238; }
.hp-why-list p { margin: 0; color: #6b7280; font-size: 14px; }

/* ----- Help / Account sections ----- */
.hp-help, .hp-account { padding: 70px 0; background: #f8fafc; }
.hp-account { background: #ffffff; }
.hp-help .hp-section-head, .hp-account .hp-section-head { margin-bottom: 30px; }

/* ----- CTA banner ----- */
.hp-cta-banner {
    padding: 70px 0;
    color: #ffffff;
    background: linear-gradient(135deg, #1b6348 0%, #0f1a2b 100%);
    position: relative;
    overflow: hidden;
}
.hp-cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 30% 50%, rgba(120,171,68,0.25), transparent 50%);
    pointer-events: none;
}
.hp-cta-banner h2 { font-size: 36px; font-weight: 800; margin-bottom: 14px; color: #ffffff; }
.hp-cta-banner p { font-size: 18px; color: rgba(255,255,255,0.85); margin-bottom: 28px; }
.hp-cta-banner .btn-light {
    padding: 14px 32px;
    font-weight: 700;
    color: #1b6348;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.hp-cta-banner .btn-light:hover { transform: translateY(-2px); }

@media (max-width: 767.98px) {
    .hp-section-head h2, .hp-why-title, .hp-cta-banner h2 { font-size: 26px; }
}

/* ==========================================================================
   v2 — New homepage focus + landing pages
   ========================================================================== */

.text-gradient-blue {
    background: linear-gradient(90deg, #3b82f6 0%, #1e40af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ---------- Home hero (v2) ---------- */
.hp-home-hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0 110px;
    color: #ffffff;
    background:
        radial-gradient(circle at 100% 0%, rgba(120,171,68,0.35) 0, transparent 35%),
        radial-gradient(circle at 0% 100%, rgba(27,99,72,0.55) 0, transparent 35%),
        linear-gradient(135deg, #0a1622 0%, #11253a 50%, #1b6348 100%);
}
.hp-home-hero .hp-hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 16H9v-2h5V8.46A4.5 4.5 0 0 1 11.5 9 4.5 4.5 0 0 1 7 4.5V0h2v4.5C9 6.43 10.57 8 12.5 8a4.5 4.5 0 0 1 4.5 4.5V14h5v2h-5v3a4.5 4.5 0 0 1-4.5 4.5A4.5 4.5 0 0 1 8 19v-3h2v3a2.5 2.5 0 0 0 5 0v-3z' fill='%23ffffff' fill-opacity='.025'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hp-home-hero .container { position: relative; z-index: 1; }
.hp-home-hero .hp-hero-title { font-size: 52px; font-weight: 800; line-height: 1.1; margin-bottom: 22px; color: #ffffff; }
.hp-home-hero .hp-hero-sub  { font-size: 19px; line-height: 1.7; color: rgba(255,255,255,0.85); margin-bottom: 30px; max-width: 580px; }
.hp-home-hero .hp-eyebrow { color: #cfe9b7; }
.hp-home-hero .hp-hero-cta { margin-bottom: 36px; }
.hp-home-hero .hp-hero-cta .btn-primary {
    background: linear-gradient(135deg, #78ab44, #1b6348);
    border: none;
    padding: 14px 28px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(27,99,72,0.4);
}
.hp-home-hero .hp-hero-cta .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 15px 35px rgba(27,99,72,0.5); }
.hp-home-hero .hp-hero-cta .btn-outline-light { padding: 14px 28px; font-weight: 600; border-width: 2px; }
.hp-hero-meta {
    display: flex; gap: 36px; flex-wrap: wrap;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.12);
}
.hp-hero-meta > div { color: rgba(255,255,255,0.9); }
.hp-hero-meta strong { display: block; font-size: 28px; font-weight: 800; color: #ffffff; line-height: 1; }
.hp-hero-meta span { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-top: 6px; display: inline-block; }
@media (max-width: 991.98px) {
    .hp-home-hero { padding: 60px 0 70px; text-align: center; }
    .hp-home-hero .hp-hero-title { font-size: 34px; }
    .hp-home-hero .hp-hero-sub { margin-left: auto; margin-right: auto; }
    .hp-hero-meta { justify-content: center; }
}

/* ---------- 4 Pillars ---------- */
.hp-pillars { padding: 80px 0; background: #f8fafc; }
.hp-pillar-card {
    display: block;
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 24px;
    text-align: center;
    height: 100%;
    box-shadow: 0 6px 20px rgba(15,26,43,0.06);
    transition: transform .2s, box-shadow .2s, border-color .2s;
    text-decoration: none;
    color: #1a2238;
    margin-bottom: 24px;
    border: 1px solid transparent;
    position: relative;
}
.hp-pillar-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(15,26,43,0.14);
    text-decoration: none;
    color: #1a2238;
    border-color: rgba(120,171,68,0.4);
}
.hp-pillar-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 68px; height: 68px; border-radius: 16px; margin-bottom: 18px;
    background: linear-gradient(135deg, #78ab44, #1b6348);
    color: #ffffff; font-size: 28px;
    box-shadow: 0 8px 20px rgba(27,99,72,0.25);
}
.hp-pillar-card-blue .hp-pillar-icon { background: linear-gradient(135deg, #3b82f6, #1e40af); box-shadow: 0 8px 20px rgba(30,64,175,0.25); }
.hp-pillar-card-teal .hp-pillar-icon { background: linear-gradient(135deg, #14b8a6, #0f766e); box-shadow: 0 8px 20px rgba(15,118,110,0.25); }
.hp-pillar-card-dark .hp-pillar-icon { background: linear-gradient(135deg, #475569, #1e293b); box-shadow: 0 8px 20px rgba(30,41,59,0.25); }
.hp-pillar-card h4 { font-weight: 700; margin: 0 0 10px; font-size: 18px; color: #1a2238; }
.hp-pillar-card p  { color: #6b7280; font-size: 14px; line-height: 1.55; margin: 0 0 14px; min-height: 42px; }
.hp-pillar-link {
    display: inline-block; font-size: 13px; font-weight: 700;
    color: #1b6348; letter-spacing: .3px;
}
.hp-pillar-card-blue .hp-pillar-link { color: #1e40af; }
.hp-pillar-card-teal .hp-pillar-link { color: #0f766e; }
.hp-pillar-card-dark .hp-pillar-link { color: #1e293b; }

/* ---------- Infrastructure (VPS + Dedicated dual cards) ---------- */
.hp-infra { padding: 90px 0; background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); }
.hp-infra-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(15,26,43,0.08);
    border: 1px solid #e6e9ef;
    position: relative;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
}
.hp-infra-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(15,26,43,0.14); }
.hp-infra-card::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, #14b8a6, #0f766e);
}
.hp-infra-card-dedicated::before { background: linear-gradient(90deg, #475569, #1e293b); }
.hp-infra-card-head { display:flex; gap:18px; align-items:center; margin-bottom:24px; padding-bottom:24px; border-bottom:1px solid #f0f2f5; }
.hp-infra-icon {
    flex-shrink:0; width:64px; height:64px; border-radius:14px;
    display:inline-flex; align-items:center; justify-content:center;
    background: linear-gradient(135deg, #14b8a6, #0f766e);
    color:#fff; font-size:28px;
}
.hp-infra-card-dedicated .hp-infra-icon { background: linear-gradient(135deg, #475569, #1e293b); }
.hp-infra-card-head h3 { font-size:22px; font-weight:700; color:#1a2238; margin:0 0 4px; }
.hp-infra-card-head p  { font-size:14px; color:#6b7280; margin:0; }
.hp-infra-features { margin:0 0 24px; }
.hp-infra-features li {
    padding:9px 0; color:#374151; font-size:15px;
    display:flex; align-items:center; gap:12px;
}
.hp-infra-features li i {
    color:#0f766e; background: rgba(20,184,166,0.12); width:24px; height:24px;
    border-radius:50%; display:inline-flex; align-items:center; justify-content:center;
    font-size:11px; flex-shrink:0;
}
.hp-infra-card-dedicated .hp-infra-features li i {
    color:#1e293b; background: rgba(71,85,105,0.12);
}
.hp-infra-cta { display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.hp-infra-cta .btn-primary {
    background: linear-gradient(135deg, #14b8a6, #0f766e);
    border:none; padding:10px 22px; font-weight:600;
}
.hp-infra-card-dedicated .btn-primary { background: linear-gradient(135deg, #475569, #1e293b); }
.hp-infra-cta .btn-link { color:#6b7280; font-weight:500; }
.hp-infra-cta .btn-link:hover { color:#0f766e; text-decoration:none; }
@media (max-width: 767.98px) {
    .hp-infra-card { padding: 26px; }
    .hp-infra-card-head { flex-direction: column; text-align: center; }
}

/* ---------- Why (pro v2) ---------- */
.hp-why-pro { padding: 100px 0; background: #ffffff; }
.hp-why-pro-grid { margin-bottom: 50px; }
.hp-why-pro-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 26px;
    height: 100%;
    margin-bottom: 24px;
    border: 1px solid transparent;
    transition: transform .15s, border-color .15s, background .15s;
    position: relative;
}
.hp-why-pro-card:hover {
    background: #ffffff;
    border-color: rgba(120,171,68,0.4);
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(15,26,43,0.08);
}
.hp-why-pro-num {
    font-size: 14px; font-weight: 800; letter-spacing: 2px;
    color: #78ab44; margin-bottom: 12px;
}
.hp-why-pro-card h5 { font-weight: 700; color: #1a2238; margin: 0 0 10px; font-size: 17px; }
.hp-why-pro-card p  { color: #6b7280; font-size: 14px; line-height: 1.7; margin: 0; }

.hp-why-pro-stats {
    margin-top: 20px; padding: 36px;
    background: linear-gradient(135deg, #0a1622, #11253a);
    border-radius: 16px;
    color: #ffffff;
}
.hp-stat-pro { padding: 12px 0; text-align: center; }
.hp-stat-pro strong { display:block; font-size: 36px; font-weight: 800; color: #cfe9b7; line-height: 1; }
.hp-stat-pro span { display:block; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-top: 8px; }
@media (max-width: 767.98px) {
    .hp-why-pro-stats { padding: 24px; }
    .hp-stat-pro strong { font-size: 26px; }
}

/* ---------- Hosting strip (demoted) ---------- */
.hp-hosting-strip { padding: 70px 0; background: #f8fafc; }
.hp-hosting-strip .hp-section-head { margin-bottom: 30px; }
.hp-hosting-strip-card {
    display: flex; gap: 14px; align-items: flex-start;
    background: #ffffff; border-radius: 10px; padding: 18px 20px;
    border: 1px solid #e6e9ef;
    text-decoration: none; color: #1a2238;
    transition: all .15s; height: 100%; margin-bottom: 18px;
}
.hp-hosting-strip-card:hover {
    text-decoration: none; color: #1b6348;
    border-color: #78ab44;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15,26,43,0.06);
}
.hp-hosting-strip-icon {
    width: 40px; height: 40px; flex-shrink: 0;
    background: rgba(120,171,68,0.12); color: #1b6348;
    border-radius: 10px; display:flex; align-items:center; justify-content:center;
    font-size: 16px;
}
.hp-hosting-strip-card h6 { font-size: 15px; font-weight: 700; margin: 0 0 4px; }
.hp-hosting-strip-card p  { font-size: 12px; color: #6b7280; margin: 0; line-height: 1.5; }

/* ==========================================================================
   Landing-page shared styles  (web/app/vps/dedicated)
   ========================================================================== */

/* ---------- Per-page hero ---------- */
.hp-page-hero {
    position: relative;
    padding: 80px 0 90px;
    color: #ffffff;
    overflow: hidden;
}
.hp-page-hero .container { position: relative; z-index: 1; }
.hp-page-hero h1 { font-size: 44px; font-weight: 800; line-height: 1.15; color:#fff; margin-bottom: 20px; }
.hp-page-hero .hp-page-hero-sub { font-size: 18px; line-height: 1.7; color: rgba(255,255,255,0.85); margin-bottom: 28px; max-width: 580px; }
.hp-page-hero .hp-eyebrow { color: #cfe9b7; }
.hp-page-hero .hp-hero-cta .btn-primary {
    background: linear-gradient(135deg, #78ab44, #1b6348);
    border: none; padding: 14px 28px; font-weight: 600;
    box-shadow: 0 10px 30px rgba(27,99,72,0.4);
}
.hp-page-hero .hp-hero-cta .btn-outline-light { padding: 14px 28px; font-weight: 600; border-width: 2px; }
.hp-page-hero .hp-hero-bullets { margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 12px 24px; }
.hp-page-hero .hp-hero-bullets li { font-size: 14px; color: rgba(255,255,255,0.9); }
.hp-page-hero .hp-hero-bullets li i { color: #cfe9b7; margin-right: 6px; }

.hp-page-hero-web      { background: linear-gradient(135deg, #0a1622 0%, #1b6348 100%); }
.hp-page-hero-app      { background: linear-gradient(135deg, #0c1e3e 0%, #1e40af 100%); }
.hp-page-hero-vps      { background: linear-gradient(135deg, #0a1622 0%, #0f766e 100%); }
.hp-page-hero-dedicated{ background: linear-gradient(135deg, #0b1220 0%, #475569 60%, #1e293b 100%); }
.hp-page-hero-app .hp-eyebrow { color: #c7d2fe; }
.hp-page-hero-app .hp-hero-bullets li i { color: #c7d2fe; }
.hp-page-hero-app .hp-hero-cta .btn-primary { background: linear-gradient(135deg, #3b82f6, #1e40af); box-shadow: 0 10px 30px rgba(30,64,175,0.4); }

.hp-page-hero-art {
    display: inline-block; font-size: 200px;
    color: rgba(255,255,255,0.18);
    text-shadow: 0 20px 50px rgba(0,0,0,0.3);
}
.hp-page-hero-art-blue { color: rgba(199,210,254,0.25); }

@media (max-width: 991.98px) {
    .hp-page-hero { padding: 60px 0 70px; text-align: center; }
    .hp-page-hero h1 { font-size: 30px; }
    .hp-page-hero .hp-page-hero-sub { margin-left: auto; margin-right: auto; }
    .hp-page-hero .hp-hero-bullets { justify-content: center; }
}

/* ---------- Features (blue variant for app dev) ---------- */
.hp-features-blue .hp-feature-icon-blue,
.hp-feature-icon-blue { background: linear-gradient(135deg, #3b82f6, #1e40af) !important; }

/* ---------- Pricing cards (used on web/app pages) ---------- */
.hp-pricing-section { padding: 80px 0; background: #f8fafc; }
.hp-pricing-grid { margin-top: 10px; }
.hp-price-card {
    background: #ffffff; border-radius: 14px; padding: 30px 26px;
    border: 1px solid #e6e9ef;
    box-shadow: 0 6px 20px rgba(15,26,43,0.06);
    height: 100%; margin-bottom: 24px;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    position: relative;
}
.hp-price-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(15,26,43,0.12); border-color: #78ab44; }
.hp-price-card-head h3 { font-size: 19px; font-weight: 700; color: #1a2238; margin: 0 0 4px; }
.hp-price-card-head p  { font-size: 13px; color: #6b7280; margin: 0 0 18px; }
.hp-price {
    display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap;
    padding: 18px 0; margin: 0 0 18px;
    border-top: 1px dashed #e6e9ef;
    border-bottom: 1px dashed #e6e9ef;
}
.hp-price .cur { font-size: 18px; color: #6b7280; font-weight: 600; }
.hp-price .amt { font-size: 34px; color: #1a2238; font-weight: 800; line-height: 1; }
.hp-price .per { font-size: 13px; color: #6b7280; margin-left: 4px; }
.hp-price .amt-text { font-size: 22px; font-weight: 700; color: #1a2238; padding: 8px 0; }
.hp-price-features { list-style: none; padding: 0; margin: 0 0 22px; }
.hp-price-features li { padding: 7px 0; font-size: 14px; color: #374151; display:flex; align-items:center; gap: 10px; }
.hp-price-features li i { color:#78ab44; background: rgba(120,171,68,0.12); width:22px; height:22px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; font-size:10px; flex-shrink:0; }

.btn-hp-primary {
    background: linear-gradient(135deg, #78ab44, #1b6348);
    color: #fff; border: none; padding: 12px 18px; font-weight: 600;
    border-radius: 8px;
}
.btn-hp-primary:hover { background: linear-gradient(135deg, #6f9d3d, #154f3a); color: #fff; transform: translateY(-1px); }
.btn-hp-outline {
    background: transparent; color: #1b6348; border: 2px solid #78ab44;
    padding: 10px 18px; font-weight: 600; border-radius: 8px;
}
.btn-hp-outline:hover { background: rgba(120,171,68,0.08); color: #1b6348; }
.btn-hp-primary-blue { background: linear-gradient(135deg, #3b82f6, #1e40af) !important; }
.btn-hp-primary-blue:hover { background: linear-gradient(135deg, #2563eb, #1d4ed8) !important; }

/* Featured price card */
.hp-price-card-featured {
    border: 2px solid #78ab44 !important;
    box-shadow: 0 14px 35px rgba(120,171,68,0.18);
    transform: scale(1.02);
}
.hp-price-card-featured-blue {
    border: 2px solid #3b82f6 !important;
    box-shadow: 0 14px 35px rgba(59,130,246,0.18);
}
.hp-price-badge {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(135deg, #78ab44, #1b6348);
    color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1px;
    padding: 5px 14px; border-radius: 999px;
    box-shadow: 0 6px 14px rgba(27,99,72,0.3);
}
.hp-price-badge-blue { background: linear-gradient(135deg, #3b82f6, #1e40af); box-shadow: 0 6px 14px rgba(30,64,175,0.3); }

.hp-price-card-quote .hp-price { justify-content: center; }
.hp-price-card-quote .amt-text { color: #1b6348; }

/* ---------- Server cards (VPS / Dedicated) ---------- */
.hp-server-grid { margin-top: 10px; }
.hp-server-card {
    background: #ffffff; border-radius: 14px; padding: 28px 24px;
    border: 1px solid #e6e9ef;
    box-shadow: 0 6px 20px rgba(15,26,43,0.06);
    height: 100%; margin-bottom: 24px;
    text-align: center; position: relative;
    transition: transform .2s, box-shadow .2s, border-color .2s;
}
.hp-server-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(15,26,43,0.12); border-color: #0f766e; }
.hp-server-name {
    font-size: 13px; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; color: #6b7280; margin-bottom: 14px;
}
.hp-server-spec {
    padding: 18px 0; margin-bottom: 14px;
    background: linear-gradient(135deg, rgba(20,184,166,0.08), rgba(15,118,110,0.04));
    border-radius: 10px;
}
.hp-server-spec .spec-big { font-size: 22px; color: #1a2238; font-weight: 600; }
.hp-server-spec .spec-big strong { font-size: 36px; font-weight: 800; color: #0f766e; display: block; line-height: 1; margin-bottom: 4px; }
.hp-server-specs { list-style: none; padding: 0; margin: 0 0 20px; text-align: left; }
.hp-server-specs li { padding: 7px 0; font-size: 14px; color: #374151; display:flex; align-items:center; gap: 10px; }
.hp-server-specs li i { color: #0f766e; width: 18px; }
.hp-server-price {
    display: flex; align-items: baseline; justify-content: center;
    gap: 4px; margin-bottom: 18px;
    padding: 12px 0; border-top: 1px dashed #e6e9ef;
}
.hp-server-price .cur { font-size: 16px; color: #6b7280; font-weight: 600; }
.hp-server-price .amt { font-size: 30px; color: #1a2238; font-weight: 800; }
.hp-server-price .per { font-size: 13px; color: #6b7280; }
.hp-server-card-featured { border: 2px solid #0f766e !important; transform: scale(1.03); }
.hp-server-card-featured .hp-server-spec { background: linear-gradient(135deg, rgba(20,184,166,0.15), rgba(15,118,110,0.08)); }
.hp-server-card-featured .hp-price-badge { background: linear-gradient(135deg, #14b8a6, #0f766e); box-shadow: 0 6px 14px rgba(15,118,110,0.3); }

/* Dedicated landing uses dark accent on server cards */
.hp-page-hero-dedicated ~ .hp-pricing-section .hp-server-spec .spec-big strong,
.hp-page-hero-dedicated ~ .hp-pricing-section .hp-server-specs li i {
    color: #1e293b;
}
.hp-page-hero-dedicated ~ .hp-pricing-section .hp-server-card:hover { border-color: #475569; }
.hp-page-hero-dedicated ~ .hp-pricing-section .hp-server-card-featured { border-color: #475569 !important; }
.hp-page-hero-dedicated ~ .hp-pricing-section .hp-server-card-featured .hp-price-badge { background: linear-gradient(135deg, #475569, #1e293b); }

/* ---------- Process steps ---------- */
.hp-process { padding: 80px 0; background: #ffffff; }
.hp-process-steps { margin-top: 10px; }
.hp-step {
    background: #f8fafc; border-radius: 12px; padding: 24px;
    height: 100%; margin-bottom: 24px;
    border-top: 4px solid #78ab44;
}
.hp-step-blue { border-top-color: #3b82f6; }
.hp-step-num {
    display: inline-block; width: 36px; height: 36px;
    background: linear-gradient(135deg, #78ab44, #1b6348);
    color: #fff; border-radius: 50%; line-height: 36px; text-align: center;
    font-weight: 800; font-size: 16px;
    margin-bottom: 14px;
}
.hp-step-blue .hp-step-num { background: linear-gradient(135deg, #3b82f6, #1e40af); }
.hp-step h5 { font-weight: 700; color: #1a2238; margin: 0 0 8px; }
.hp-step p  { font-size: 14px; color: #6b7280; margin: 0; line-height: 1.6; }

/* ---------- Tech section ---------- */
.hp-tech-section { padding: 60px 0; background: #f8fafc; }
.hp-tech-section h3 { font-size: 22px; color: #1a2238; font-weight: 700; margin-bottom: 24px; }

/* ---------- Cross-platform feature block ---------- */
.hp-cross-platform {
    margin-top: 50px; padding: 36px;
    background: linear-gradient(135deg, #0c1e3e, #1e40af);
    color: #ffffff; border-radius: 16px;
}
.hp-cross-platform h3 { color: #ffffff; font-weight: 800; }
.hp-cross-platform p { color: rgba(255,255,255,0.85); }
.hp-cross-platform .hp-eyebrow { color: #c7d2fe; }
.hp-cross-list { list-style: none; padding: 0; margin: 0; }
.hp-cross-list li { padding: 6px 0; font-size: 14px; color: rgba(255,255,255,0.9); display:flex; align-items:center; gap: 10px; }
.hp-cross-list li i { color: #c7d2fe; }
.hp-cross-price { display: inline-flex; align-items: baseline; gap: 4px; margin-bottom: 18px; }
.hp-cross-price .cur { font-size: 18px; color: rgba(255,255,255,0.7); font-weight: 600; }
.hp-cross-price .amt { font-size: 38px; color: #ffffff; font-weight: 800; }
.hp-cross-price .per { font-size: 13px; color: rgba(255,255,255,0.7); margin-top: 6px; }
.hp-cross-platform .btn-hp-primary-blue {
    background: #ffffff !important;
    color: #1e40af !important;
    border: none;
}

/* ---------- CTA banner (blue variant for app page) ---------- */
.hp-cta-banner-blue {
    background: linear-gradient(135deg, #1e40af 0%, #0c1e3e 100%) !important;
}
.hp-cta-banner-blue .btn-light { color: #1e40af !important; }

@media (max-width: 767.98px) {
    .hp-cross-platform { padding: 24px; text-align: center; }
    .hp-cross-platform .row > div + div { margin-top: 18px; }
}
