.arh24-domain-search-box {
    max-width: 700px;
    margin: 2rem auto 0 auto;
    position: relative;
    z-index: 2;
}
.arh24-domain-search-form {
    display: flex;
    width: 100%;
    background-color: #fff;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-xl);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
}
.arh24-domain-search-form input[type="text"] {
    flex-grow: 1;
    padding: 1rem 1.25rem;
    font-size: var(--font-size-base);
    border: none;
    font-family: var(--font-sans);
    outline: none;
    color: var(--text-primary);
    background-color: transparent;
}
.arh24-domain-search-form input[type="text"]::placeholder {
    color: var(--text-muted);
    opacity: 0.8;
}
.arh24-domain-search-form .search-submit-arh24 {
    border-radius: 0 var(--border-radius-lg) var(--border-radius-lg) 0;
    box-shadow: none;
    padding: 1rem 1.75rem;
    gap: 0.5em;
    background-color: var(--accent-primary);
    color: #fff;
    border: 1px solid var(--accent-primary);
}
.arh24-domain-search-form .search-submit-arh24:hover {
    background-color: var(--accent-primary-hover);
    border-color: var(--accent-primary-hover);
}
.arh24-tld-suggestions {
    margin-top: 1.25rem;
    font-size: var(--font-size-sm);
    color: #a7b3c2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
}
.arh24-tld-suggestions span { font-weight: 500; color: #fff; }
.arh24-tld-suggestions a {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.3rem 0.7rem;
    border-radius: var(--border-radius-sm);
    transition: var(--transition-fast);
    font-weight: 500;
}
.arh24-tld-suggestions a:hover {
    background-color: var(--accent-primary);
    color: var(--text-on-accent);
}

.arh24-domain-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 3.5rem;
}
.arh24-domain-feature-card {
    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-domain-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-left-color: var(--accent-primary-hover);
}
.arh24-domain-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-domain-feature-card:hover .arh24-domain-feature-icon {
    background-color: var(--accent-primary);
    color: var(--text-on-accent);
}
.arh24-domain-feature-card h4 {
    font-size: var(--font-size-lg);
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}
.arh24-domain-feature-card p {
    font-size: var(--font-size-sm);
    color: var(--text-muted);
    line-height: 1.65;
    margin-bottom: 0;
}

#arh24-tld-pricing .section-header h2 { font-size: clamp(2rem, 4.5vw, 2.8rem); }
.arh24-tld-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}
@media (min-width: 1200px) {
    .arh24-tld-pricing-grid { grid-template-columns: repeat(4, 1fr); }
}
.arh24-tld-price-card {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color-light);
    border-left: 4px solid var(--accent-primary);
    border-radius: var(--border-radius-lg);
    padding: 2rem;
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease-in-out;
    position: relative;
    display: flex;
    flex-direction: column;
}
.arh24-tld-price-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-left-color: var(--accent-primary-hover);
}
.arh24-tld-price-card.featured {
    border: 2px solid var(--accent-primary);
    border-left: 4px solid var(--accent-primary-hover);
    transform: scale(1.03);
}
.arh24-tld-price-card.featured:hover { 
    transform: scale(1.08) translateY(-5px); 
}
.arh24-tld-name { 
    font-size: 1.8rem; 
    font-weight: 700; 
    color: var(--text-primary); 
    margin-bottom: 0.25rem; 
    display: block; 
    margin-top: 0;
}
.arh24-tld-description { 
    font-size: var(--font-size-sm); 
    color: var(--text-muted); 
    margin-bottom: 1.25rem; 
    line-height: 1.5; 
    flex-grow: 1; 
    min-height: 40px; 
}
.arh24-tld-price-value { 
    font-size: 2.2rem; 
    font-weight: 800; 
    color: var(--accent-primary); 
    margin-bottom: 0.25rem; 
}
.arh24-tld-price-value .arh24-tld-price-term { 
    font-size: 0.6em; 
    font-weight: 500; 
    color: var(--text-muted); 
}
.arh24-tld-renewal-note { 
    font-size: var(--font-size-xs); 
    color: var(--text-muted); 
    margin-top: -0.25rem; 
    margin-bottom: 1.25rem; 
}
.arh24-tld-price-card .btn { 
    margin-top: auto; 
    font-size: var(--font-size-base); 
}
.arh24-tld-pricing-disclaimer { 
    margin-top: 2.5rem; 
    font-size: var(--font-size-sm); 
    color: var(--text-muted); 
}

#arh24-domain-transfer .grid-2col-about h2 { font-size: clamp(1.8rem, 4.2vw, 2.6rem); }
.arh24-domain-transfer-visual { 
    background: var(--accent-primary-soft); 
    padding: 2rem; 
    border-radius: var(--border-radius-xl); 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    text-align: center; 
    min-height: 300px; 
}
.arh24-domain-transfer-visual i:not(.arrow-animated) { 
    font-size: 3rem; 
    color: var(--accent-primary); 
    margin-bottom: 0.5rem; 
}
.arh24-domain-transfer-visual p { 
    font-size: var(--font-size-base); 
    font-weight: 500; 
    color: var(--text-secondary); 
    margin-bottom: 1rem; 
}
.arh24-domain-transfer-visual .arrow-animated { 
    font-size: 2rem; 
    color: var(--accent-primary); 
    margin: 0.5rem 0; 
    animation: pointRight 1.5s infinite ease-in-out; 
}
@keyframes pointRight { 
    0%, 100% { transform: translateX(0); } 
    50% { transform: translateX(10px); } 
}
.arh24-logo-mini { margin-top: 1rem; }
.arh24-logo-mini .brand-name-highlight { font-size: 1.5rem; font-weight: 800; }
.arh24-logo-mini p { font-size: var(--font-size-xs); color: var(--text-muted); margin-bottom: 0; }

@media (max-width: 768px) {
    .arh24-domain-search-form { flex-direction: column; gap: 0.75rem; padding: 1rem; border-radius: var(--border-radius-md); }
    .arh24-domain-search-form input[type="text"] { border-radius: var(--border-radius-sm); text-align: center; padding: 0.9rem 1rem; }
    .arh24-domain-search-form .search-submit-arh24 { border-radius: var(--border-radius-sm); width: 100%; }
    .arh24-tld-pricing-grid { grid-template-columns: 1fr; }
    .arh24-domain-feature-card { margin-top: 35px; }
    .arh24-tld-price-card.featured { transform: scale(1); }
    .arh24-tld-price-card.featured:hover { transform: scale(1.02) translateY(-5px); }
}

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