body {
    font-family: 'Inter', sans-serif;
    background: radial-gradient(circle at 50% 50%, #f3f4f6 0%, #e5e7eb 100%);
    color: #1f2937;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.grainy-bg {
    position: relative;
}

.grainy-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    z-index: 1;
}

.rating-card {
    transition: none;
}

.rating-card:hover {
    background: radial-gradient(circle at center, #ffffff 0%, #f9fafb 100%);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.modal-overlay {
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
}

.sticky-mobile-footer {
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.btn-gradient {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    text-decoration: none !important;
}

.btn-gradient:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
}

.faq-answer {
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .ri-arrow-down-s-line {
    transform: rotate(180deg);
}

.swiper-container {
    width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.rating-card img {
    height: 120px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.5rem !important;
    }
    .site-name {
        font-size: 1rem !important;
    }
    .rating-card img {
        height: 100px;
    }
}/* Main container padding */
.userClauseNet {
    padding: 25px 20px 0 20px; /* Top and sides padding */
    line-height: 1.6;
    color: #333;
}

/* Headings with moderate sizes */
.userClauseNet h1 {
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.userClauseNet h2 {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.userClauseNet h3 {
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.userClauseNet h4 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
}

.userClauseNet h5 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Paragraph styles */
.userClauseNet p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.6;
}

/* List styles */
.userClauseNet ul {
    margin-bottom: 15px;
    padding-left: 25px;
    list-style-type: disc;
}

.userClauseNet li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
}

/* Remove margin from the last element */
.userClauseNet > *:last-child {
    margin-bottom: 0;
}
