body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #222;
}

.hero-section {
    background: linear-gradient(135deg, #0d6efd 0%, #084298 100%);
    color: #fff;
}

.hero-section h1,
.hero-section p {
    color: #fff;
}

.url-form .form-control {
    border-radius: 0.5rem 0 0 0.5rem;
}

.url-form .btn {
    border-radius: 0 0.5rem 0.5rem 0;
}

.hero-card {
    background: #fff;
    color: #000;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.features-section .feature-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}

.cta-section {
    background: #f8f9fa;
}

.footer {
    background: #111;
    color: #ccc;
}

.footer p,
.footer small {
    color: #ccc;
}

.adsense-box {
    border: 1px dashed #ccc;
    padding: 20px;
    color: #777;
    font-size: 14px;
}
