/* === GENERAL === */
body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    color: #222;
    background: #fff;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
}

* { box-sizing: border-box; }

a { color: #e30613; text-decoration: none; }
a:hover { color: #c80411; text-decoration: underline; }

h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #212529;
    margin: 0 0 20px;
}

h1 { font-size: 42px; line-height: 1.15; }
h2 { font-size: 32px; line-height: 1.2; }
h3 { font-size: 22px; }
h4 { font-size: 1.125rem; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 15px; }

.row { display: flex; flex-wrap: wrap; gap: 20px; }
.col-lg-6 { flex: 0 0 calc(50% - 10px); }
.col-lg-5 { flex: 0 0 calc(41.6667% - 10px); }
.col-lg-7 { flex: 0 0 calc(58.3333% - 10px); }

.d-flex { display: flex; }
.justify-content-between { justify-content: space-between; }
.align-items-center { align-items: center; }

/* === HEADER === */
.site-header {
    background: #fff;
    padding: 15px 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #eee;
    transition: all .25s ease;
}
.site-header .logo img { max-height: 42px; }
.site-header .logo svg { max-height: 42px; }
.site-header .main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 24px; }
.site-header .main-nav a { color: #222; font-weight: 500; }
.site-header .main-nav a:hover { color: #e30613; text-decoration: none; }

/* privacy bar */
.privacy-bar {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    padding: 18px 20px;
    font-size: 14px;
    color: #333;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    display: none;
}
.privacy-bar.show { display: block; }
.privacy-bar .btn-accept { background: #212529; color: #fff; border: 0; padding: 10px 22px; border-radius: 4px; cursor: pointer; }
.privacy-bar .btn-decline { background: #fff; color: #212529; border: 1px solid #212529; padding: 10px 22px; border-radius: 4px; cursor: pointer; }
.privacy-bar .btn-settings { background: transparent; color: #6c757d; border: 0; text-decoration: underline; padding: 10px 0px; cursor: pointer; }
.privacy-bar a { color: #e30613; }

/* === HERO === */
.hero {
    background: #f7f7f7;
    padding: 70px 0 90px;
    position: relative;
}
.hero h1 {
    font-size: 48px;
    font-weight: 800;
    color: #212529;
    margin-bottom: 18px;
}
.hero p { font-size: 1.125rem; color: #444; margin-bottom: 24px; max-width: 520px; }
.hero .form-search { display: flex; gap: 8px; max-width: 520px; }
.hero .form-search input[type="text"] {
    flex: 1;
    padding: 14px 16px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 16px;
}
.hero .form-search .btn { padding: 14px 22px; }
.hero-img { border-radius: 8px; overflow: hidden; }
.hero-img img { width: 100%; height: auto; display: block; }

/* === BUTTONS === */
.btn {
    display: inline-block;
    background: #e30613;
    border: 1px solid #e30613;
    padding: 12px 24px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    transition: background .2s, border-color .2s;
    cursor: pointer;
    text-decoration: none;
}
.btn:hover { background: #c80411; border-color: #c80411; color:#fff; text-decoration: none; }
.btn-primary { background: #e30613; }
.btn.btn-lg { padding: 16px 32px; font-size: 1.125rem; }
.btn-outline { background: #fff; color: #e30613; border: 1px solid #E30613; }
.btn-outline:hover { background: #e30613; color: #fff; }

/* === CATEGORY GRID === */
.category-grid { padding: 60px 0 40px; text-align: center; }
.category-grid h2 { margin-bottom: 8px; }
.category-grid .lead { color: #666; margin-bottom: 36px; font-size: 18px; }
.category-grid .row { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.category-grid .cat-item {
    flex: 0 0 calc(16.6667% - 18px);
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 24px 10px;
    transition: box-shadow .25s, transform .25s;
    cursor: pointer;
}
.category-grid .cat-item:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}
.category-grid .cat-item .icon-circle {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: #fff5f5;
    margin: 0 auto 12px;
    display:flex; align-items:center; justify-content:center;
}
.category-grid .cat-item .icon-circle i { font-size: 28px; color: #e30613; }
.category-grid .cat-item span { display: block; font-size: 14px; color: #222; font-weight: 500; }

/* === STATS === */
.stats-row { background: #f7f7f7; padding: 60px 0; }
.stats-row .row { display:flex; justify-content: space-around; text-align:center; flex-wrap:wrap; gap: 30px; }
.stats-row .stat-item h3 { font-size: 48px; color: #e30613; margin: 0 0 6px; font-weight:800; }
.stats-row .stat-item span { color:#666; font-size: 16px; }

/* === PROCESS / HOW IT WORKS === */
.how-it-works { padding: 80px 0; }
.how-it-works .img-wrap { border-radius: 50%; overflow: hidden; max-width: 380px; margin: 0 auto; }
.how-it-works .img-wrap img { width: 100%; height: auto; display: block; }
.how-it-works ol { list-style: none; padding: 0; margin: 0; }
.how-it-works ol li {
    display: flex; align-items: flex-start; gap: 18px;
    margin-bottom: 28px;
}
.how-it-works ol li .num {
    flex: 0 0 42px;
    width:42px; height:42px;
    border:2px solid #e30613;
    color:#e30613;
    border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    font-weight:700;
    font-size: 18px;
}
.how-it-works ol li h4 { margin: 0 0 6px; }
.how-it-works ol li p { margin:0; color:#666; font-size: 15px; }

/* === PRICING === */
.pricing-section { padding: 70px 0; background: #fafafa; }
.pricing-section h2 { text-align: center; margin-bottom: 8px; }
.pricing-section .lead { text-align: center; color: #666; margin-bottom: 40px; font-size: 18px; }
.pricing-section .row { justify-content: center; gap: 24px; }
.pricing-card {
    flex: 0 0 calc(33.3333% - 24px);
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 32px 24px;
    text-align: center;
    position: relative;
}
.pricing-card.featured { border: 2px solid #e30613; box-shadow: 0 8px 24px rgba(227,6,19,0.12); }
.pricing-card .badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #e30613;
    color: #fff;
    padding: 4px 16px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.pricing-card h3 { font-size: 24px; margin-bottom: 16px; }
.pricing-card .price { font-size: 42px; font-weight: 800; color: #e30613; margin-bottom: 20px; }
.pricing-card .price span { font-size: 18px; font-weight: 400; color: #666; }
.pricing-card ul { list-style: none; padding: 0; margin: 0 0 24px; text-align: left; }
.pricing-card ul li { padding: 10px 0; border-bottom: 1px solid #f0f0f0; font-size: 14px; color: #444; }
.pricing-card ul li:last-child { border-bottom: 0; }
.pricing-card .btn { width: 100%; }

/* === PRICING === */
.pricing-section { padding: 70px 0; background: #fafafa; }
.pricing-section h2 { text-align: center; margin-bottom: 8px; }
.pricing-section .lead { text-align: center; color: #666; margin-bottom: 40px; font-size: 18px; }
.pricing-section .row { justify-content: center; gap: 24px; }
.pricing-card {
    flex: 0 0 calc(33.3333% - 24px);
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 32px 24px;
    text-align: center;
    position: relative;
}
.pricing-card.featured { border: 2px solid #e30613; box-shadow: 0 8px 24px rgba(227,6,19,0.12); }
.pricing-card .badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #e30613;
    color: #fff;
    padding: 4px 16px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.pricing-card h3 { font-size: 24px; margin-bottom: 16px; }
.pricing-card .price { font-size: 42px; font-weight: 800; color: #e30613; margin-bottom: 20px; }
.pricing-card .price span { font-size: 18px; font-weight: 400; color: #666; }
.pricing-card ul { list-style: none; padding: 0; margin: 0 0 24px; text-align: left; }
.pricing-card ul li { padding: 10px 0; border-bottom: 1px solid #f0f0f0; font-size: 14px; color: #444; }
.pricing-card ul li:last-child { border-bottom: 0; }
.pricing-card .btn { width: 100%; }

/* === CTA BAND === */
.cta-band { background:#f7f7f7; padding: 60px 0; text-align:center; }
.cta-band h2 { margin-bottom: 6px; }
.cta-band p { font-size: 18px; margin-bottom: 24px; color:#666; }

/* === REVIEW CARDS === */
.reviews { padding: 60px 0; }
.reviews h2 { text-align: center; margin-bottom: 8px; }
.reviews .lead { text-align: center; color: #666; margin-bottom: 36px; font-size: 18px; }
.reviews .row { gap: 20px; }
.reviews .review-card {
    flex: 0 0 calc(33.3333% - 20px);
    background:#fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 22px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}
.reviews .review-card h4 { font-size: 16px; margin-bottom: 4px; }
.reviews .review-card .meta { color:#999; font-size: 13px; margin-bottom: 12px; }
.reviews .review-card .stars { color:#ffc107; margin-bottom: 8px; font-size: 14px; }
.reviews .review-card .body { font-size: 14px; color: #444; margin-bottom: 14px; line-height: 1.45; }
.reviews .review-card a.more { color:#e30613; font-size: 14px; font-weight:500; }

/* === TESTIMONIAL ROW === */
.testimonials { padding: 60px 0 80px; background:#f7f7f7; }
.testimonials h2 { text-align:center; margin-bottom: 36px; }
.testimonials .row { gap: 20px; }
.testimonials .quote {
    flex: 0 0 calc(33.3333% - 20px);
    background:#fff; padding: 22px; border-radius: 6px; box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}
.testimonials .quote p { font-size: 15px; color: #444; margin-bottom: 18px; line-height: 1.5; }
.testimonials .quote .person { display:flex; align-items:center; gap: 12px; }
.testimonials .quote .person img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.testimonials .quote .person span { font-size: 14px; color: #212529; font-weight:500; }

/* === FAQ === */
.faq { padding: 70px 0; }
.faq h2 { text-align:center; margin-bottom: 32px; }
.faq .q { border-bottom:1px solid #eee; padding: 18px 0; cursor:pointer; }
.faq .q h4 { font-size: 16px; margin: 0; }
.faq .q .a { display:none; padding-top: 10px; color:#444; font-size: 14px; line-height: 1.6; }
.faq .q.open .a { display:block; }

/* === PAGE CONTENT === */
.page-content { padding: 70px 0; }
.page-content h1 { margin-bottom: 24px; }
.page-content h2 { margin-top: 32px; margin-bottom: 16px; font-size: 26px; }
.page-content h3 { margin-top: 24px; margin-bottom: 12px; font-size: 20px; }
.page-content p { color: #444; margin-bottom: 16px; line-height: 1.6; }
.page-content ul { color: #444; margin-bottom: 16px; line-height: 1.6; padding-left: 24px; }
.page-content ul li { margin-bottom: 8px; }
.page-content .cta-bar {
    background: #e30613;
    color:#fff;
    border-radius: 6px;
    padding: 18px 22px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.page-content .cta-bar p { color:#fff; margin: 0; font-weight: 600; }
.page-content .cta-bar .btn { background:#fff; color:#e30613; border-color:#fff; }

/* === CONTACT SECTION === */
.contact-section { padding: 70px 0; }
.contact-section h1 { margin-bottom: 16px; }
.contact-section h2 { font-size: 26px; margin-bottom: 20px; }
.contact-section h3 { font-size: 20px; margin-bottom: 16px; }
.contact-section p { color: #444; margin-bottom: 16px; line-height: 1.6; }

.contact-form { max-width: 100%; }
.contact-form .form-group { margin-bottom: 20px; }
.contact-form label { display: block; font-weight: 600; margin-bottom: 6px; color: #222; font-size: 14px; }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
}
.contact-form textarea { resize: vertical; }
.contact-form button[type="submit"] { margin-top: 10px; }

.contact-info-box { background: #f7f7f7; padding: 24px; border-radius: 6px; }
.contact-info-box .info-item { display: flex; gap: 16px; margin-bottom: 24px; align-items: flex-start; }
.contact-info-box .info-item:last-child { margin-bottom: 0; }
.contact-info-box .info-item i { font-size: 24px; color: #e30613; flex: 0 0 24px; }
.contact-info-box .info-item strong { display: block; font-size: 16px; margin-bottom: 4px; color: #212529; }
.contact-info-box .info-item p { margin: 0; color: #444; font-size: 14px; }

.social-links { display: flex; flex-direction: column; gap: 10px; }
.social-links a { color: #e30613; font-weight: 500; font-size: 16px; }
.social-links a:hover { color: #c80411; }
.social-links a i { margin-right: 8px; }

/* === FOOTER === */
.site-footer { background:#212529; color:#bbb; padding: 50px 0 20px; font-size: 14px; }
.site-footer .row { gap: 30px; }
.site-footer .footer-col { flex: 1; min-width: 200px; }
.site-footer a { color:#bbb; }
.site-footer a:hover { color:#fff; }
.site-footer h5 { color:#fff; font-size: 14px; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 14px; }
.site-footer p { margin: 8px 0; }
.site-footer .copy { border-top:1px solid #333; padding-top: 16px; margin-top: 30px; font-size: 12px; color:#777; text-align: center; }

/* === RESPONSIVE === */
@media (max-width: 991px) {
    .container { max-width: 100%; }
    .hero { padding: 50px 0 60px; }
    .hero h1 { font-size: 36px; }
    .col-lg-6, .col-lg-5, .col-lg-7 { flex: 0 0 100%; }
    .category-grid .cat-item { flex: 0 0 calc(33.3333% - 18px); }
    .how-it-works .img-wrap { margin: 0 auto 30px; }
    .pricing-card { flex: 0 0 100%; max-width: 400px; margin: 0 auto 20px; }
    .reviews .review-card { flex: 0 0 100%; margin-bottom: 20px; }
    .testimonials .quote { flex: 0 0 100%; margin-bottom: 20px; }
}

@media (max-width: 767px) {
    h1 { font-size: 30px; }
    h2 { font-size: 24px; }
    .hero { padding: 40px 0 50px; }
    .hero h1 { font-size: 32px; }
    .hero p { font-size: 16px; }
    .hero .form-search { flex-direction: column; }
    .hero .form-search .btn { width: 100%; }
    .category-grid .cat-item { flex: 0 0 calc(50% - 12px); }
    .stats-row .row { gap: 30px; }
    .how-it-works { padding: 50px 0; }
    .site-footer .row { flex-direction: column; }
    .site-header .main-nav ul { gap: 16px; font-size: 14px; }
}

@media (max-width: 480px) {
    .hero h1 { font-size: 26px; }
    .btn { padding: 12px 18px; font-size: 14px; }
    .category-grid .cat-item { flex: 0 0 100%; }
    .stats-row .stat-item h3 { font-size: 36px; }
    .site-header .container { flex-direction: column; gap: 12px; }
    .site-header .main-nav ul { flex-wrap: wrap; justify-content: center; }
}