/* ============================================
   Hosting & Domains page + More menu promo
   ============================================ */

.page-hosting-domains {
    background: #f4f7fb;
}

.page-hosting-domains .detail-breadcrumb a,
.page-hosting-domains .detail-breadcrumb li.active span {
    color: rgba(255,255,255,0.75);
}

.page-hosting-domains .detail-breadcrumb li.active span {
    color: #93c5fd;
}

/* ---- Hero ---- */
.hd-hero {
    position: relative;
    padding: 48px 0 72px;
    color: #fff;
    overflow: hidden;
}

.hd-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #060d1a 0%, #0f2847 42%, #1565d8 85%, #2072f3 120%);
}

.hd-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
}

.hd-hero-orb-1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -80px;
    background: rgba(56, 189, 248, 0.35);
}

.hd-hero-orb-2 {
    width: 300px;
    height: 300px;
    bottom: -60px;
    left: -40px;
    background: rgba(99, 102, 241, 0.3);
}

.hd-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000, transparent);
}

.hd-hero .container {
    position: relative;
    z-index: 1;
}

.hd-hero-inner {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 48px;
    align-items: center;
    margin-top: 20px;
}

.hd-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.85);
    margin-bottom: 14px;
}

.hd-hero-content h1 {
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0 0 16px;
    color: #fff;
}

.hd-hero-content h1 span {
    background: linear-gradient(90deg, #93c5fd, #e0e7ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hd-hero-content p {
    font-size: 1.1rem;
    line-height: 1.65;
    color: rgba(255,255,255,0.88);
    margin: 0 0 24px;
    max-width: 480px;
}

.hd-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hd-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
}

.hd-hero-trust i {
    color: #4ade80;
}

/* Domain search card */
.hd-domain-search-card {
    padding: 28px;
    border-radius: 24px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(20px);
    box-shadow: 0 24px 60px rgba(0,0,0,0.25);
}

.hd-domain-search-card h3 {
    margin: 0 0 16px;
    font-size: 1.1rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hd-domain-search-row {
    display: flex;
    gap: 8px;
}

.hd-domain-search-row input {
    flex: 1;
    min-width: 0;
    padding: 14px 16px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    background: #fff;
    color: var(--dark);
}

.hd-domain-search-row select {
    width: 100px;
    padding: 14px 10px;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    background: #f1f5f9;
    color: var(--dark);
}

.hd-search-btn {
    padding: 14px 20px;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(135deg, #2072f3, #4f46e5);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}

.hd-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(32,114,243,0.4);
}

.hd-domain-search-hint {
    font-size: 12px;
    color: rgba(255,255,255,0.65);
    margin: 12px 0 16px;
}

.hd-domain-popular {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hd-tld-chip {
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.2s;
}

.hd-tld-chip strong {
    color: #93c5fd;
    margin-left: 4px;
}

.hd-tld-chip:hover {
    background: rgba(255,255,255,0.16);
}

/* ---- Sections ---- */
.hd-section {
    padding: 72px 0;
}

.hd-section--alt {
    background: linear-gradient(180deg, #eef3fa 0%, #f8fafc 100%);
}

.hd-section-head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 48px;
}

.hd-section-head h2 {
    margin: 8px 0 12px;
    letter-spacing: -0.02em;
}

.hd-section-head p {
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

/* ---- Hosting plans ---- */
.hd-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

.hd-plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 32px 28px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #e6ecf5;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s, box-shadow 0.3s;
}

.hd-plan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(32, 114, 243, 0.12);
}

.hd-plan-card--popular {
    border-color: rgba(32, 114, 243, 0.35);
    box-shadow: 0 16px 48px rgba(32, 114, 243, 0.15);
    transform: scale(1.03);
}

.hd-plan-card--popular:hover {
    transform: scale(1.03) translateY(-6px);
}

.hd-plan-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 18px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #fff;
    background: linear-gradient(135deg, #2072f3, #6366f1);
    white-space: nowrap;
}

.hd-plan-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
    color: var(--primary);
    background: linear-gradient(135deg, rgba(32,114,243,0.12), rgba(32,114,243,0.04));
}

.hd-plan-card--teal .hd-plan-icon {
    color: #0d9488;
    background: linear-gradient(135deg, rgba(13,148,136,0.12), rgba(13,148,136,0.04));
}

.hd-plan-card--purple .hd-plan-icon {
    color: #7c3aed;
    background: linear-gradient(135deg, rgba(124,58,237,0.12), rgba(124,58,237,0.04));
}

.hd-plan-card h3 {
    margin: 0 0 6px;
    font-size: 1.35rem;
}

.hd-plan-tagline {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 20px;
}

.hd-plan-price {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.hd-price-period {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
}

.hd-plan-features {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    flex: 1;
}

.hd-plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #475569;
    padding: 7px 0;
    border-bottom: 1px solid #f1f5f9;
}

.hd-plan-features li i {
    color: var(--primary);
    font-size: 11px;
    margin-top: 4px;
}

.hd-order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #2072f3, #4f6ef7);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 8px 24px rgba(32, 114, 243, 0.25);
}

.hd-order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(32, 114, 243, 0.35);
}

.hd-plan-card--popular .hd-order-btn {
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.3);
}

/* ---- Domain cards ---- */
.hd-domains-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.hd-domain-card {
    position: relative;
    text-align: center;
    padding: 28px 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e6ecf5;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    transition: transform 0.25s, box-shadow 0.25s;
}

.hd-domain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(32, 114, 243, 0.1);
}

.hd-domain-card--popular {
    border-color: rgba(32, 114, 243, 0.25);
}

.hd-domain-hot {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 999px;
    background: #fef3c7;
    color: #b45309;
}

.hd-domain-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--primary);
    background: rgba(32,114,243,0.1);
}

.hd-domain-card h3 {
    margin: 0 0 8px;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--dark);
}

.hd-domain-price strong {
    font-size: 1.5rem;
    color: var(--primary);
}

.hd-domain-price span {
    font-size: 13px;
    color: #64748b;
}

.hd-domain-renew {
    font-size: 12px;
    color: #94a3b8;
    margin: 4px 0 16px;
}

.hd-order-btn--domain {
    padding: 11px 16px;
    font-size: 13px;
    background: linear-gradient(135deg, #1e293b, #334155);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.2);
}

/* ---- Combo banner ---- */
.hd-combo-banner {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    padding: 36px 40px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0a1628 0%, #152a4a 50%, #2072f3 150%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(32, 114, 243, 0.25);
}

.hd-combo-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #fde047;
    margin-bottom: 8px;
}

.hd-combo-content {
    flex: 1;
    min-width: 200px;
}

.hd-combo-content h2 {
    margin: 0 0 8px;
    color: #fff;
}

.hd-combo-content p {
    margin: 0;
    opacity: 0.88;
    font-size: 15px;
}

.hd-combo-price {
    text-align: center;
}

.hd-combo-from {
    display: block;
    font-size: 12px;
    opacity: 0.7;
}

.hd-combo-price strong {
    font-size: 2.5rem;
    font-weight: 800;
}

.hd-combo-price span {
    font-size: 14px;
    opacity: 0.8;
}

.hd-order-btn--combo {
    width: auto;
    padding: 16px 28px;
    white-space: nowrap;
}

/* ---- Request form ---- */
.hd-request-section {
    background: linear-gradient(180deg, #fff 0%, #f0f4fa 100%);
}

.hd-request-layout {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 48px;
    align-items: start;
}

.hd-request-info h2 {
    margin: 8px 0 14px;
    letter-spacing: -0.02em;
}

.hd-request-info p {
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 24px;
}

.hd-request-perks {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.hd-request-perks li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 15px;
    color: #334155;
}

.hd-request-perks i {
    color: #22c55e;
}

.hd-wa-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 12px;
    background: rgba(37, 211, 102, 0.1);
    color: #128C7E;
    font-weight: 600;
    text-decoration: none;
}

.hd-wa-link:hover {
    background: rgba(37, 211, 102, 0.18);
    color: #128C7E;
}

.hd-request-form-wrap {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #e6ecf5;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.hd-form-tabs {
    display: flex;
    border-bottom: 1px solid #eef2f7;
}

.hd-form-tab {
    flex: 1;
    padding: 16px;
    border: none;
    background: #f8fafc;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s, color 0.2s;
}

.hd-form-tab.is-active {
    background: #fff;
    color: var(--primary);
    box-shadow: inset 0 -3px 0 var(--primary);
}

.hd-form-body {
    padding: 28px;
}

.hd-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.hd-form-body .form-group {
    margin-bottom: 18px;
}

.hd-form-body label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.hd-form-body .optional {
    font-weight: 400;
    color: #94a3b8;
}

.hd-form-body .form-control {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.hd-form-body .form-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(32, 114, 243, 0.12);
}

.hd-form-panel--hidden {
    display: none;
}

.hd-domain-field-row {
    display: flex;
    gap: 8px;
}

.hd-domain-field-row input {
    flex: 1;
}

.hd-domain-field-row select {
    width: 110px;
}

.hd-submit-btn {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #2072f3, #6366f1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(32, 114, 243, 0.3);
    transition: transform 0.2s;
}

.hd-submit-btn:hover {
    transform: translateY(-2px);
}

.hd-form-note {
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    margin: 14px 0 0;
}

.hd-form-success {
    padding: 48px 32px;
    text-align: center;
}

.hd-form-success-icon {
    font-size: 56px;
    color: #22c55e;
    margin-bottom: 16px;
}

.hd-form-success h3 {
    margin: 0 0 8px;
}

.hd-form-success p {
    color: #64748b;
    margin: 0;
}

/* ---- FAQ ---- */
.hd-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.hd-faq-item {
    padding: 24px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e6ecf5;
}

.hd-faq-item h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    font-size: 1rem;
}

.hd-faq-item h4 i {
    color: var(--primary);
}

.hd-faq-item p {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
    .hd-hero-inner,
    .hd-request-layout {
        grid-template-columns: 1fr;
    }

    .hd-plans-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .hd-plan-card--popular {
        transform: none;
    }

    .hd-domains-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hd-domain-search-row {
        flex-wrap: wrap;
    }

    .hd-domain-search-row input,
    .hd-domain-search-row select,
    .hd-search-btn {
        width: 100%;
    }

    .hd-form-row,
    .hd-faq-grid,
    .hd-domains-grid {
        grid-template-columns: 1fr;
    }

    .hd-combo-banner {
        flex-direction: column;
        text-align: center;
    }

    .hd-order-btn--combo {
        width: 100%;
    }
}
