#arh24-free-hosting-hero {
    background-color: #050816;
    color: var(--text-light);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.arh24-fh-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.arh24-fh-hero-grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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: 40px 40px;
    opacity: 0.7;
}
.arh24-fh-hero-glow {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 60%);
    filter: blur(100px);
}
.glow-1 {
    width: 800px;
    height: 800px;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
}
.arh24-fh-hero-content {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto;
}

.arh24-hero-eyebrow {
    display: inline-block;
    background-color: rgba(37, 99, 235, 0.2);
    color: var(--accent-secondary-soft);
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: var(--font-size-xs);
    font-weight: 600;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
    border: 1px solid rgba(59, 130, 246, 0.5);
}

.arh24-fh-hero-headline {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    color: var(--text-light);
}

.arh24-fh-hero-headline .highlight-gradient {
    background: linear-gradient(90deg, #3b82f6, #80aef9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.arh24-fh-hero-subheadline {
    font-size: var(--font-size-lg);
    color: #a7b3c2;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 2.5rem auto;
}

.arh24-fh-hero-actions {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.arh24-fh-hero-trust-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
    font-size: var(--font-size-sm);
    color: #a7b3c2;
    font-weight: 500;
}
.arh24-fh-hero-trust-features span {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.arh24-fh-hero-trust-features i {
    color: #ffffff
}

@media (max-width: 992px) {
    #arh24-free-hosting-hero {
        padding: 4rem 0;
    }
}

.arh24-free-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 3.5rem;
}
.arh24-free-feature-item {
    background: var(--bg-card);
    padding: 3rem 1.5rem 2rem 1.5rem;
    border-radius: var(--border-radius-lg);
    border: 1px solid var(--border-color-light);
    border-left: 4px solid var(--accent-primary);
    transition: var(--transition-smooth);
    position: relative;
    text-align: center;
    margin-top: 35px;
}
.arh24-free-feature-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-left-color: var(--accent-primary-hover);
}
.feature-icon-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--bg-card);
    border: 5px solid var(--bg-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}
.arh24-free-feature-item:hover .feature-icon-wrapper {
    background-color: var(--accent-primary);
}
.feature-icon-wrapper i {
    font-size: 2.2rem;
    color: var(--accent-primary);
    transition: color 0.3s ease;
}
.arh24-free-feature-item:hover .feature-icon-wrapper i {
    color: var(--text-on-accent);
}
.arh24-free-feature-item h4 {
    font-size: var(--font-size-xl);
    margin-bottom: 0.5rem;
    color: var(--text-primary);
    margin-top: 0;
}
.arh24-free-feature-item p {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 0;
}
#ideal-for-arh24 { background-color: var(--bg-primary); }
.arh24-ideal-for-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}
.arh24-ideal-for-card {
    text-align: center;
    padding: 2rem;
}
.ideal-for-icon {
    font-size: 2.5rem;
    color: var(--accent-primary);
    margin-bottom: 1rem;
}
.arh24-ideal-for-card h3 {
    font-size: var(--font-size-xl);
    margin-bottom: 0.5rem;
}
.arh24-ideal-for-card p {
    color: var(--text-muted);
    font-size: var(--font-size-base);
    line-height: 1.6;
    margin: 0 auto;
    max-width: 300px;
}

#why-free-faq { background-color: var(--bg-primary); }
.arh24-difference .arh24-free-feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3.5rem 2rem;
    margin-top: 3.5rem;
}
#why-free-faq .faq-accordion-item {
    border-left: 4px solid var(--accent-primary);
}
#why-free-faq .faq-question {
    padding-left: 1.5rem;
}