.arh24-wp-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 3.5rem;
}
@media (min-width: 1200px) {
    .arh24-wp-plan-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
}
.arh24-wp-plan-card {
    background-color: var(--bg-card);
    border-radius: var(--border-radius-xl);
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    overflow: visible;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    padding: 45px 1.5rem 1.5rem 1.5rem;
    margin-top: 35px;
    border: 1px solid var(--border-color-light);
    border-left: 4px solid var(--accent-primary);
}
.arh24-wp-plan-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-left-color: var(--accent-primary-hover);
}
.arh24-original-price {
    font-size: var(--font-size-base); 
    color: var(--text-muted); 
    text-decoration: line-through; 
    height: 1.2em; 
    display: block;
}
.arh24-wp-plan-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--bg-card);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    border: 5px solid var(--bg-primary); 
    transition: all 0.3s ease;
}
.arh24-wp-plan-card:hover .arh24-wp-plan-icon-wrapper {
    background-color: var(--accent-primary);
}
.arh24-wp-plan-icon {
    font-size: 2.2rem;
    color: var(--accent-primary);
    line-height: 1;
    display: inline-block;
    transition: color 0.3s ease;
}
.arh24-wp-plan-card:hover .arh24-wp-plan-icon {
    color: var(--text-on-accent);
}
.arh24-wp-plan-title {
    font-size: var(--font-size-xl);
    font-weight: 700;
    color: var(--text-primary);
    margin-top: 0;
    margin-bottom: 0.25rem;
}
.arh24-wp-plan-tagline {
    font-size: var(--font-size-sm);
    color: var(--text-muted);
    margin-bottom: 1.25rem;
    min-height: 2.5em;
    line-height: 1.5;
}
.arh24-wp-plan-specs {
    list-style: none;
    padding: 0;
    margin: 1rem auto;
    text-align: left;
    max-width: 280px;
    width: 100%;
    flex-grow: 1;
}
.arh24-wp-plan-specs li {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    padding: 0.5rem 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.arh24-wp-plan-specs li:not(:last-child) {
    border-bottom: 1px solid var(--border-color-light);
}
.arh24-wp-plan-specs li .fa-check-circle {
    color: var(--accent-primary);
    margin-right: 0.6rem;
    font-size: 0.9em;
}
.arh24-wp-plan-specs li strong {
    font-weight: 600;
    color: var(--text-primary);
    margin-right: 0.25rem;
}
.arh24-wp-plan-pricing {
    padding: 0;
    margin: 0 0 1.25rem 0;
}
.arh24-wp-plan-pricing .price-prefix {
    display: block;
    font-size: var(--font-size-xs);
    color: var(--text-muted);
    margin-bottom: 0.15rem;
}
.arh24-wp-plan-pricing .price-main {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent-primary);
    line-height: 1;
}
.arh24-wp-plan-pricing .price-suffix {
    font-size: var(--font-size-base);
    font-weight: 500;
    color: var(--text-muted);
    margin-left: 0.2rem;
}
.arh24-wp-plan-cta {
    padding: 0;
    margin-top: auto;
}
.arh24-wp-plan-cta .btn {
    width: 100%;
    padding: 0.9rem 1.5rem;
    font-size: var(--font-size-base);
    font-weight: 600;
}

.arh24-wp-plan-disclaimer { 
    margin-top: 2.5rem; 
    font-size: var(--font-size-sm); 
    color: var(--text-muted); 
}

#why-wp-hosting .arh24-wp-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3.5rem 2rem;
    margin-top: 3.5rem;
}
@media (min-width: 992px) {
    #why-wp-hosting .arh24-wp-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.arh24-wp-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-wp-feature-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-left-color: var(--accent-primary-hover);
}
.arh24-wp-feature-icon {
    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-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    font-size: 2.2rem;
    color: var(--accent-primary);
}
.arh24-wp-feature-item:hover .arh24-wp-feature-icon {
    background-color: var(--accent-primary);
    color: var(--text-on-accent);
}
.arh24-wp-feature-item h3 {
    font-size: var(--font-size-xl);
    margin-bottom: 0.5rem;
    color: var(--text-primary);
    line-height: var(--line-height-heading);
    margin-top: 0;
}
.arh24-wp-feature-item p {
    font-size: var(--font-size-sm);
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 0;
    flex-grow: 1;
}

#perfect-for-section {
    background-color: var(--bg-secondary);
}
#perfect-for-section .arh24-use-cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3.5rem 2rem;
    margin-top: 3.5rem;
}
#perfect-for-section .arh24-use-case-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;
}
#perfect-for-section .arh24-use-case-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-left-color: var(--accent-primary-hover);
}
#perfect-for-section .arh24-use-case-icon {
    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;
    font-size: 2.2rem;
    color: var(--accent-primary);
}
#perfect-for-section .arh24-use-case-item:hover .arh24-use-case-icon {
    background-color: var(--accent-primary);
    color: var(--text-on-accent);
}
#perfect-for-section .use-case-text {
    flex-grow: 1;
}
#perfect-for-section .use-case-text h4 {
    font-size: var(--font-size-xl);
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    color: var(--text-primary);
}
#perfect-for-section .use-case-text p {
    font-size: var(--font-size-sm);
    line-height: 1.6;
    margin-bottom: 0;
    color: var(--text-secondary);
}

#wp-faq { background-color: var(--bg-primary); }
#wp-faq .faq-accordion-item {
    border-left: 4px solid var(--accent-primary);
    background-color: var(--bg-card);
}
#wp-faq .faq-accordion-item .faq-question { padding-left: 1.25rem; }

.arh24-final-cta-wordpress {
    background-color: var(--bg-secondary);
    text-align: center;
    padding: 3.5rem 0;
    position: relative;
}
.arh24-final-cta-wordpress h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin-bottom: 1rem;
}
.arh24-final-cta-wordpress p {
    max-width: 650px;
    margin: 0 auto 2rem auto;
    line-height: 1.7;
    font-size: var(--font-size-lg);
    color: var(--text-secondary);
}
.arh24-final-cta-wordpress .final-cta-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.arh24-final-cta-wordpress .btn-outline-dark {
    border-color: var(--accent-primary);
    color: var(--accent-primary);
}
.arh24-final-cta-wordpress .btn-outline-dark:hover {
    background-color: var(--accent-primary);
    color: var(--text-on-accent);
}