/* ============================================================
   WebFulHost — Home Two Alternative Homepage Styles
   Modern Cloud Architecture & Bento Grid Layout
   Brand Identity Preserved: #5A4FF3 (Purple) & #2563EB (Blue)
   ============================================================ */

.h2-page {
    --h2-primary: #5A4FF3;
    --h2-primary-light: #7c6cf7;
    --h2-primary-dark: #453bc7;
    --h2-secondary: #2563EB;
    --h2-cyan: #06b6d4;
    --h2-teal: #10b981;
    --h2-dark-bg: #070919;
    --h2-card-bg: #ffffff;
    --h2-card-border: #e2e8f0;
    --h2-text-main: #0f172a;
    --h2-text-muted: #64748b;
    --h2-light-section: #f8fafc;
    --h2-gradient-brand: linear-gradient(135deg, #5A4FF3 0%, #2563EB 50%, #06b6d4 100%);
    --h2-gradient-card: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.9) 100%);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--h2-text-main);
    overflow-x: hidden;
}

/* ============================================================
   1. HERO SECTION (Modern Cloud Center)
   ============================================================ */
.h2-hero {
    position: relative;
    padding: 8.5rem 5% 5.5rem;
    background: radial-gradient(circle at 50% -10%, #19144d 0%, #0b0922 55%, #050512 100%);
    color: #ffffff;
    overflow: hidden;
    min-height: 86vh;
    display: flex;
    align-items: center;
}

/* Subtle Grid Mesh Texture */
.h2-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        radial-gradient(rgba(90, 79, 243, 0.15) 1px, transparent 1px);
    background-size: 36px 36px, 72px 72px;
    background-position: 0 0, 18px 18px;
    opacity: 0.7;
    pointer-events: none;
}

/* Luminous Ambient Glows */
.h2-hero-glow-1 {
    position: absolute;
    top: -150px;
    left: -100px;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(90, 79, 243, 0.35) 0%, transparent 65%);
    filter: blur(80px);
    pointer-events: none;
}

.h2-hero-glow-2 {
    position: absolute;
    top: 20%;
    right: -120px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.28) 0%, transparent 65%);
    filter: blur(80px);
    pointer-events: none;
}

.h2-hero-container {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3.5rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Pill Badge */
.h2-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.45rem 1.15rem;
    border-radius: 999px;
    background: rgba(90, 79, 243, 0.18);
    border: 1px solid rgba(90, 79, 243, 0.45);
    color: #e0dfff;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 20px rgba(90, 79, 243, 0.25);
    margin-bottom: 1.6rem;
}

.h2-badge .beacon {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: h2Pulse 2s infinite;
}

@keyframes h2Pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* Hero Typography */
.h2-hero-title {
    font-size: clamp(2.8rem, 5vw, 4.3rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: #ffffff;
    margin-bottom: 1.4rem;
}

.h2-gradient-text {
    background: linear-gradient(135deg, #7c6cf7 0%, #60a5fa 50%, #38bdf8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.h2-hero-desc {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #cbd5e1;
    max-width: 580px;
    margin-bottom: 2rem;
}

/* Domain Search Bar — High Contrast Pill */
.h2-domain-box {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 999px;
    padding: 0.4rem 0.45rem 0.4rem 1.4rem;
    display: flex;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.2);
    margin-bottom: 1.2rem;
    max-width: 600px;
    transition: all 0.3s ease;
}

.h2-domain-box:focus-within {
    box-shadow: 0 15px 45px rgba(90, 79, 243, 0.4), 0 0 0 3px rgba(90, 79, 243, 0.4);
    transform: translateY(-2px);
}

.h2-domain-box input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 500;
}

.h2-domain-box input::placeholder {
    color: #94a3b8;
}

.h2-domain-btn {
    background: linear-gradient(135deg, #5A4FF3 0%, #2563EB 100%);
    color: #ffffff;
    border: none;
    padding: 0.85rem 1.8rem;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(90, 79, 243, 0.35);
}

.h2-domain-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 22px rgba(90, 79, 243, 0.5);
    background: linear-gradient(135deg, #6d63f5 0%, #3b82f6 100%);
}

/* Trending TLD Pills */
.h2-tld-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 0.85rem;
    color: #94a3b8;
}

.h2-tld-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #e2e8f0;
    font-size: 0.8rem;
}

.h2-tld-tag strong {
    color: #38bdf8;
}

/* Trust Proof Row */
.h2-trust-proof {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.h2-stars {
    color: #fbbf24;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
}

.h2-trust-text {
    font-size: 0.9rem;
    color: #cbd5e1;
}

.h2-trust-text strong {
    color: #ffffff;
}

/* ============================================================
   HERO RIGHT: INTERACTIVE CLOUD SERVER CONSOLE
   ============================================================ */
.h2-server-console {
    background: linear-gradient(165deg, rgba(23, 20, 70, 0.92) 0%, rgba(11, 9, 36, 0.96) 100%);
    border: 1px solid rgba(90, 79, 243, 0.4);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    position: relative;
}

.h2-console-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
}

.h2-node-status {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #e2e8f0;
}

.h2-node-ping {
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.35);
    color: #34d399;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

/* Spec Grid inside Console */
.h2-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    margin-bottom: 1.5rem;
}

.h2-spec-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 1.1rem 1.2rem;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.h2-spec-card:hover {
    transform: translateY(-2px);
    border-color: rgba(90, 79, 243, 0.4);
    background: rgba(90, 79, 243, 0.1);
}

.h2-spec-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    margin-bottom: 0.35rem;
    display: block;
}

.h2-spec-val {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
}

.h2-spec-val small {
    font-size: 0.75rem;
    color: #38bdf8;
    font-weight: 500;
}

/* Metric Bar Graph */
.h2-perf-bar-wrap {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 1rem 1.2rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.h2-perf-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #cbd5e1;
    margin-bottom: 0.5rem;
}

.h2-progress-track {
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    overflow: hidden;
}

.h2-progress-fill {
    height: 100%;
    width: 99.9%;
    background: linear-gradient(90deg, #10b981 0%, #06b6d4 100%);
    border-radius: 999px;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
}

/* Console Footer Badge */
.h2-console-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #94a3b8;
}

.h2-console-footer a {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 600;
}

.h2-console-footer a:hover {
    text-decoration: underline;
}

/* ============================================================
   2. GLOBAL CLOUD LOCATIONS BAR
   ============================================================ */
.h2-regions-section {
    background: #090a1f;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.5rem 5%;
}

.h2-regions-container {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.h2-regions-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.h2-locations-list {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.h2-loc-item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #cbd5e1;
    font-size: 0.85rem;
    font-weight: 500;
}

.h2-loc-item .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
}

/* ============================================================
   3. BENTO GRID FEATURES SECTION
   ============================================================ */
.h2-section {
    padding: 6rem 5%;
    position: relative;
}

.h2-section-light {
    background: #f8fafc;
}

.h2-section-title-wrap {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 3.5rem;
}

.h2-section-badge {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #5A4FF3;
    background: rgba(90, 79, 243, 0.1);
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    margin-bottom: 0.8rem;
}

.h2-section-heading {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
}

.h2-section-sub {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.6;
}

/* Bento Layout */
.h2-bento-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.h2-bento-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 2.2rem 2rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.h2-bento-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    border-color: #5A4FF3;
}

.h2-bento-card.bento-wide {
    grid-column: span 2;
}

.h2-bento-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.4rem;
    background: linear-gradient(135deg, rgba(90, 79, 243, 0.12), rgba(37, 99, 235, 0.15));
    border: 1px solid rgba(90, 79, 243, 0.15);
}

.h2-bento-icon img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.h2-bento-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.6rem;
    line-height: 1.3;
}

.h2-bento-text {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    flex: 1;
}

.h2-bento-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: auto;
    font-size: 0.88rem;
    font-weight: 700;
    color: #5A4FF3;
    text-decoration: none;
    transition: all 0.2s ease;
}

.h2-bento-link:hover {
    color: #3b28cc;
    transform: translateX(3px);
}

/* ============================================================
   4. HOSTING PLANS (With Billing Toggle)
   ============================================================ */
.h2-pricing-toggle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3.5rem;
}

.h2-billing-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
}

.h2-billing-label.active {
    color: #0f172a;
}

.h2-switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 30px;
}

.h2-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.h2-slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #cbd5e1;
    transition: 0.3s;
    border-radius: 999px;
}

.h2-slider::before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.h2-switch input:checked + .h2-slider {
    background: linear-gradient(135deg, #5A4FF3 0%, #2563EB 100%);
}

.h2-switch input:checked + .h2-slider::before {
    transform: translateX(24px);
}

.h2-discount-badge {
    background: #dcfce7;
    color: #15803d;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    text-transform: uppercase;
}

/* Plan Cards Grid */
.h2-plans-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: stretch;
}

.h2-plan-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 2.5rem 2.2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.h2-plan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.08);
}

.h2-plan-card.featured {
    border-color: #5A4FF3;
    box-shadow: 0 20px 40px rgba(90, 79, 243, 0.12);
}

.h2-plan-tag {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #5A4FF3 0%, #2563EB 100%);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.35rem 1rem;
    border-radius: 999px;
}

.h2-plan-name {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.4rem;
}

.h2-plan-sub {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 1.5rem;
    min-height: 42px;
}

.h2-plan-price-wrap {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f1f5f9;
}

.h2-plan-price {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.h2-plan-currency {
    font-size: 1.6rem;
    vertical-align: top;
    margin-right: 2px;
    color: #5A4FF3;
}

.h2-plan-period {
    font-size: 0.95rem;
    color: #64748b;
    font-weight: 500;
}

.h2-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    flex: 1;
}

.h2-plan-features li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.95rem;
    color: #334155;
    padding: 0.5rem 0;
}

.h2-plan-features .check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #dcfce7;
    color: #16a34a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    flex-shrink: 0;
}

.h2-plan-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.95rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.25s ease;
}

.h2-plan-btn-primary {
    background: linear-gradient(135deg, #5A4FF3 0%, #2563EB 100%);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(90, 79, 243, 0.3);
}

.h2-plan-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(90, 79, 243, 0.45);
    color: #ffffff;
}

.h2-plan-btn-outline {
    background: transparent;
    color: #0f172a;
    border: 1px solid #cbd5e1;
}

.h2-plan-btn-outline:hover {
    border-color: #5A4FF3;
    color: #5A4FF3;
    background: rgba(90, 79, 243, 0.05);
}

/* ============================================================
   5. COMPARISON / VALUE TABLE
   ============================================================ */
.h2-compare-wrap {
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.h2-compare-table {
    width: 100%;
    border-collapse: collapse;
}

.h2-compare-table th,
.h2-compare-table td {
    padding: 1.2rem 1.5rem;
    text-align: left;
    border-bottom: 1px solid #f1f5f9;
}

.h2-compare-table th {
    background: #f8fafc;
    font-size: 0.9rem;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.h2-compare-table th.highlight,
.h2-compare-table td.highlight {
    background: rgba(90, 79, 243, 0.04);
    color: #5A4FF3;
    font-weight: 700;
}

/* Keep the comparison readable on tablet and mobile. The table scrolls
   inside its own panel instead of forcing the whole page wider. */
@media (max-width: 900px) {
    .h2-compare-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .h2-compare-table {
        min-width: 700px;
    }

    .h2-compare-table th,
    .h2-compare-table td {
        padding: 1rem 1.1rem;
        vertical-align: top;
    }
}

@media (max-width: 600px) {
    .h2-compare-wrap {
        border-radius: 14px;
        margin-left: 0;
        margin-right: 0;
    }

    .h2-compare-table {
        min-width: 640px;
        font-size: 0.88rem;
    }

    .h2-compare-table th {
        font-size: 0.75rem;
    }
}

/* ============================================================
   6. CALL TO ACTION STRIP
   ============================================================ */
.h2-cta-banner {
    max-width: 1240px;
    margin: 0 auto 5rem;
    background: radial-gradient(circle at 10% 20%, #201a6b 0%, #0c0926 70%);
    border-radius: 28px;
    padding: 4rem 3rem;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(90, 79, 243, 0.25);
    border: 1px solid rgba(90, 79, 243, 0.4);
}

.h2-cta-banner h2 {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.h2-cta-banner p {
    font-size: 1.15rem;
    color: #cbd5e1;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.h2-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: #ffffff;
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 1rem 2.2rem;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.h2-cta-btn:hover {
    transform: translateY(-2px);
    background: #f1f5f9;
    color: #5A4FF3;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

/* Responsive */

/* Tablet: keep the homepage content inside the viewport and give the hero
   enough room for the domain controls before stacking at phone widths. */
@media (max-width: 1100px) {
    .h2-hero-container,
    .h2-bento-grid,
    .h2-cta-banner {
        max-width: 100%;
    }

    .h2-hero-container {
        gap: 2rem;
    }

    .h2-hero-title {
        font-size: clamp(2.5rem, 5.5vw, 3.7rem);
    }

    .h2-cta-banner {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
}

@media (max-width: 900px) {
    .h2-hero {
        padding: 7rem 6% 4.5rem;
        min-height: auto;
    }

    .h2-hero-container {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .h2-hero-copy {
        min-width: 0;
    }

    .h2-hero-title {
        font-size: clamp(2.5rem, 7vw, 3.8rem);
    }

    .h2-domain-box,
    .h2-hero-desc {
        max-width: 100%;
    }

    .h2-cta-banner {
        margin-bottom: 3.5rem;
    }

    .h2-cta-rocket {
        width: 108px;
        height: 108px;
    }
}

@media (max-width: 600px) {
    .h2-hero {
        padding: 6rem 1rem 3.5rem;
    }

    .h2-hero-title {
        font-size: clamp(2.15rem, 11vw, 3rem);
        line-height: 1.12;
    }

    .h2-badge {
        align-items: flex-start;
        font-size: 0.74rem;
        line-height: 1.35;
        padding: 0.45rem 0.75rem;
    }

    .h2-domain-box {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
        padding: 0.65rem;
        border-radius: 18px;
    }

    .h2-domain-box input {
        min-width: 0;
        width: 100%;
        margin-bottom: 0;
        padding: 0.65rem 0.75rem;
    }

    .h2-domain-box button,
    .h2-cta-btn {
        width: 100%;
        justify-content: center;
    }

    .h2-cta-banner {
        margin-left: 0;
        margin-right: 0;
        padding: 2.5rem 1.25rem;
        border-radius: 20px;
        gap: 1.25rem;
    }

    .h2-cta-banner h2 {
        font-size: 1.8rem;
    }

    .h2-cta-banner p {
        font-size: 1rem;
    }

    .h2-cta-rocket {
        width: 88px;
        height: 88px;
    }
}

/* ============================================================
   7. DATACENTERS MAP & IMAGE SECTIONS (SEO Optimized)
   ============================================================ */
.h2-map-wrapper {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    background: radial-gradient(circle at 50% 50%, rgba(90, 79, 243, 0.08) 0%, transparent 70%);
    padding: 2rem 1rem;
    border-radius: 24px;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.h2-datacenter-map-img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    filter: drop-shadow(0 15px 35px rgba(90, 79, 243, 0.12));
    transition: transform 0.3s ease;
}

.h2-datacenter-map-img:hover {
    transform: scale(1.015);
}

/* Performance Section */
.h2-perf-container {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.h2-perf-visual {
    text-align: center;
}

.h2-perf-img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease;
}

.h2-perf-img:hover {
    transform: translateY(-4px);
}

.h2-perf-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
    padding-top: 1.8rem;
    border-top: 1px solid #e2e8f0;
}

.h2-perf-point strong {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #5A4FF3;
    line-height: 1.1;
    margin-bottom: 0.3rem;
}

.h2-perf-point span {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 500;
}

/* Bento Image Icons */
.h2-bento-icon img {
    display: block;
    width: 32px;
    height: 32px;
}

/* Reviews Grid */
.h2-reviews-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
}

.h2-review-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.h2-review-card:hover {
    transform: translateY(-4px);
    border-color: #5A4FF3;
    box-shadow: 0 15px 35px rgba(90, 79, 243, 0.08);
}

.h2-review-stars {
    color: #f59e0b;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

.h2-review-quote {
    font-size: 0.98rem;
    line-height: 1.65;
    color: #334155;
    margin-bottom: 1.5rem;
    flex: 1;
    font-style: italic;
}

.h2-review-author {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.h2-review-author img {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    border: 2px solid #e2e8f0;
}

.h2-review-author strong {
    display: block;
    font-size: 0.95rem;
    color: #0f172a;
}

.h2-review-author span {
    display: block;
    font-size: 0.8rem;
    color: #64748b;
}

/* CTA Rocket */
.h2-cta-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.h2-cta-content {
    max-width: 650px;
}

.h2-cta-rocket {
    width: 130px;
    height: 130px;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.4));
    animation: h2RocketFloat 4s ease-in-out infinite alternate;
}

@keyframes h2RocketFloat {
    0% { transform: translateY(0) rotate(0deg); }
    100% { transform: translateY(-10px) rotate(3deg); }
}

@media (max-width: 900px) {
    .h2-perf-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .h2-perf-points {
        justify-content: center;
    }
    .h2-reviews-grid {
        grid-template-columns: 1fr;
    }
    .h2-cta-banner {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }
    .h2-bento-grid {
        grid-template-columns: 1fr;
    }
    .h2-bento-card.bento-wide {
        grid-column: span 1;
    }
    .h2-cta-content {
        max-width: 100%;
    }
}
