/* ==========================================================================
   FREE AUDIT PAGE STYLES
   ========================================================================== */

/* Header Navbar Styling */
.main-header {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo { height: 42px; width: auto; }

.nav-menu {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.nav-menu a {
    text-decoration: none;
    color: #334155;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.nav-menu a:hover, .nav-menu a.active-link { color: #0066ff; }

.nav-btn {
    background: #0066ff;
    color: #ffffff !important;
    padding: 8px 18px;
    border-radius: 6px;
}

/* Hero Section */
.audit-hero {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 5rem 1.5rem;
    color: #ffffff;
    text-align: center;
}

.hero-content-wrapper {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.audit-badge {
    background: rgba(0, 210, 255, 0.15);
    color: #00d2ff;
    border: 1px solid rgba(0, 210, 255, 0.3);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.audit-hero h1 {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.audit-hero h1 span {
    background: linear-gradient(90deg, #00d2ff, #0066ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.audit-hero p {
    font-size: 1.1rem;
    color: #94a3b8;
    margin-bottom: 2.5rem;
}

/* Central Search Input Box */
.audit-search-box {
    background: #ffffff;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    gap: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    margin: 0 auto 2rem auto;
}

.input-group {
    flex: 1;
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 0 12px;
}

.input-icon { color: #64748b; margin-right: 8px; }
.phone-icon { color: #25d366; }

.input-group input {
    width: 100%;
    border: none;
    background: transparent;
    padding: 12px 0;
    font-size: 0.92rem;
    color: #0f172a;
    outline: none;
}

.btn-audit-submit {
    background: linear-gradient(90deg, #0066ff, #0052cc);
    color: #ffffff;
    border: none;
    padding: 0 24px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.2s ease;
}

.btn-audit-submit:hover { transform: translateY(-2px); }

.hero-trust-metrics {
    display: flex;
    justify-content: center;
    gap: 2rem;
    color: #64748b;
    font-size: 0.85rem;
    flex-wrap: wrap;
}

.hero-trust-metrics i { color: #00d2ff; }

/* Features Section */
.audit-features-section { padding: 5rem 1.5rem; background: #f8fafc; }
.container { max-width: 1140px; margin: 0 auto; }
.text-center { text-align: center; }

.section-title h2 { font-size: 2rem; color: #0f172a; margin-bottom: 0.5rem; }
.section-title p { color: #64748b; margin-bottom: 3rem; }

.audit-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
}

.audit-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease;
}

.audit-card:hover { transform: translateY(-5px); }

.card-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
}

.icon-speed { background: #e0f2fe; color: #0284c7; }
.icon-seo { background: #f3e8ff; color: #9333ea; }
.icon-mobile { background: #dcfce7; color: #16a34a; }
.icon-conversion { background: #dbeafe; color: #2563eb; }

.audit-card h3 { font-size: 1.15rem; color: #0f172a; margin-bottom: 0.5rem; }
.audit-card p { font-size: 0.9rem; color: #64748b; line-height: 1.5; }

/* Direct WhatsApp Callout Banner */
.manual-audit-cta { background: #0066ff; color: #ffffff; padding: 3rem 1.5rem; }
.cta-flex { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.cta-text h2 { font-size: 1.75rem; margin-bottom: 0.5rem; }
.cta-text p { color: #dbeafe; margin: 0; }

.btn-wa-direct {
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .audit-search-box { flex-direction: column; }
    .btn-audit-submit { padding: 14px; justify-content: center; }
    .cta-flex { flex-direction: column; text-align: center; }
    .nav-menu { display: none; } /* Mobile toggle can be attached here */
}