/* =============================================
   USA Any Service v2 - Professional Styles
   Modern, trustworthy, mobile-first design
============================================= */

:root {
    --primary: #0b5ed7;
    --primary-dark: #084298;
    --primary-darker: #062c5e;
    --accent: #ffb400;
    --success: #16a34a;
    --dark: #0f172a;
    --dark-2: #1e293b;
    --muted: #64748b;
    --light: #f8fafc;
    --border: #e2e8f0;
    --radius: 16px;
    --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.06);
    --shadow-md: 0 8px 30px rgba(15, 23, 42, 0.10);
    --shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.14);
    --gradient: linear-gradient(135deg, #0b5ed7 0%, #084298 55%, #062c5e 100%);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #1e293b;
    background: #ffffff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    color: var(--dark);
    letter-spacing: -0.01em;
}

a { text-decoration: none; }

/* ===== Top Trust Bar ===== */
.top-bar {
    background: var(--dark);
    color: #cbd5e1;
    font-size: 0.8rem;
    padding: 8px 0;
}
.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.top-bar-left, .top-bar-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #e2e8f0;
}
.trust-pill i { color: var(--accent); }
.top-bar-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #cbd5e1;
}
.top-bar-item i { color: var(--accent); }
.top-bar-phone {
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
}
.top-bar-phone:hover { color: var(--accent); }

/* ===== Navbar ===== */
.main-navbar {
    background: #fff;
    box-shadow: 0 1px 0 var(--border), 0 4px 20px rgba(15,23,42,0.04);
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 1030;
}
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}
.brand-badge {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--gradient);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 6px 16px rgba(11, 94, 215, 0.35);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--dark);
}
.brand-tagline {
    font-size: 0.68rem;
    color: var(--muted);
    font-weight: 500;
    letter-spacing: 0.02em;
}
.nav-link {
    font-weight: 600;
    color: var(--dark-2) !important;
    padding: 0.5rem 0.9rem !important;
    font-size: 0.95rem;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
}
.nav-link:hover, .nav-link.active {
    color: var(--primary) !important;
    background: rgba(11,94,215,0.06);
}
.btn-call {
    background: var(--gradient);
    color: #fff !important;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    padding: 10px 22px;
    box-shadow: 0 8px 20px rgba(11,94,215,0.35);
    transition: transform 0.2s, box-shadow 0.2s;
}
.btn-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(11,94,215,0.45);
    color: #fff !important;
}
.dropdown-menu {
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    padding: 8px;
}
.dropdown-item {
    border-radius: 8px;
    padding: 8px 12px;
    font-weight: 500;
    color: var(--dark-2);
}
.dropdown-item:hover { background: rgba(11,94,215,0.06); color: var(--primary); }

/* ===== Hero ===== */
.hero-section {
    background: var(--gradient);
    color: #fff;
    padding: 90px 0 110px;
    position: relative;
    overflow: hidden;
}
.hero-section::before {
    content: "";
    position: absolute;
    top: -120px; right: -120px;
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 70%);
    border-radius: 50%;
}
.hero-section::after {
    content: "";
    position: absolute;
    bottom: -160px; left: -100px;
    width: 460px; height: 460px;
    background: radial-gradient(circle, rgba(255,180,0,0.10), transparent 70%);
    border-radius: 50%;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(4px);
}
.hero-badge i { color: var(--accent); }
.hero-section h1 {
    color: #fff;
    font-weight: 800;
    font-size: clamp(2.1rem, 5vw, 3.4rem);
    line-height: 1.15;
    margin: 20px 0 18px;
}
.hero-section .lead {
    font-size: 1.15rem;
    opacity: 0.92;
    max-width: 560px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn-hero-primary {
    background: #fff;
    color: var(--primary-dark) !important;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    padding: 14px 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: transform 0.2s;
}
.btn-hero-primary:hover { transform: translateY(-2px); }
.btn-hero-outline {
    background: transparent;
    color: #fff !important;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 12px;
    font-weight: 700;
    padding: 12px 26px;
    transition: background 0.2s, border 0.2s;
}
.btn-hero-outline:hover { background: rgba(255,255,255,0.12); border-color: #fff; }

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 34px;
}
.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #e2e8f0;
}
.hero-trust-item i { color: var(--accent); font-size: 1.1rem; }

/* Hero card */
.hero-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: var(--shadow-lg);
    color: var(--dark-2);
    position: relative;
    z-index: 2;
}
.hero-card .hc-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.hero-card .hc-phone {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary);
}
.hero-card .hc-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(22,163,74,0.1);
    color: var(--success);
    font-weight: 700;
    font-size: 0.85rem;
    padding: 6px 12px;
    border-radius: 50px;
}
.hero-card .hc-list { list-style: none; padding: 0; margin: 16px 0 0; }
.hero-card .hc-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed var(--border);
    font-size: 0.9rem;
    font-weight: 500;
}
.hero-card .hc-list li:last-child { border-bottom: none; }
.hero-card .hc-list i { color: var(--success); }

/* ===== Section helpers ===== */
.section { padding: 80px 0; }
.section-light { background: var(--light); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--primary);
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}
.section-head h2 { font-weight: 800; font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 12px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }

/* ===== Trust badges strip ===== */
.trust-strip {
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 18px 0;
}
.trust-strip-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.trust-strip-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--dark-2);
}
.trust-strip-item .ts-icon {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: rgba(11,94,215,0.08);
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

/* ===== Category cards ===== */
.category-card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px 24px;
    transition: all 0.3s ease;
    height: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.category-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--gradient);
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: left;
}
.category-card:hover {
    border-color: transparent;
    box-shadow: var(--shadow-md);
    transform: translateY(-6px);
}
.category-card:hover::before { transform: scaleX(1); }
.category-icon {
    width: 60px; height: 60px;
    background: rgba(11,94,215,0.08);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--primary);
    margin-bottom: 18px;
    transition: background 0.3s, color 0.3s;
}
.category-card:hover .category-icon { background: var(--gradient); color: #fff; }
.category-card h5 { font-weight: 700; }
.category-card .cat-link {
    color: var(--primary);
    font-weight: 600;
    font-size: 0.9rem;
}
.category-card .cat-link i { transition: transform 0.2s; }
.category-card .cat-link:hover i { transform: translateX(4px); }

/* ===== Service cards ===== */
.service-card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.service-card:hover {
    border-color: transparent;
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px);
}
.service-card .card-img-top {
    height: 190px;
    background: linear-gradient(135deg, #e8f0fe, #d0e2ff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    color: var(--primary);
    overflow: hidden;
    position: relative;
}
.service-card .card-img-top img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}
.service-badge {
    position: absolute;
    top: 12px; left: 12px;
    font-size: 0.72rem;
    font-weight: 700;
    background: var(--gradient);
    border: none;
    padding: 6px 12px;
    border-radius: 50px;
}
.service-card .card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.service-card .card-title { font-weight: 700; font-size: 1.1rem; }
.service-card .card-hours { color: var(--primary); font-size: 0.82rem; font-weight: 600; }
.service-card .card-desc { color: var(--muted); font-size: 0.88rem; flex: 1; }
.btn-outline-primary { border-color: var(--primary); color: var(--primary); }
.btn-outline-primary:hover { background: var(--primary); border-color: var(--primary); }
.btn-primary { background: var(--primary); border-color: var(--primary); }
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); }

/* ===== Stats ===== */
.stats-section {
    background: var(--gradient);
    color: #fff;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.stat-box { text-align: center; padding: 20px; }
.stat-box .stat-num {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 2.6rem;
    color: #fff;
    line-height: 1;
}
.stat-box .stat-label {
    color: rgba(255,255,255,0.85);
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 8px;
}

/* ===== Why choose us ===== */
.why-card {
    text-align: center;
    padding: 32px 24px;
    border-radius: var(--radius);
    background: #fff;
    border: 1px solid var(--border);
    height: 100%;
    transition: all 0.3s ease;
}
.why-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-5px);
    border-color: transparent;
}
.why-card .icon-circle {
    width: 64px; height: 64px;
    background: rgba(11,94,215,0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 1.6rem;
    color: var(--primary);
    transition: background 0.3s, color 0.3s;
}
.why-card:hover .icon-circle { background: var(--gradient); color: #fff; }
.why-card h5 { font-weight: 700; }
.why-card p { color: var(--muted); font-size: 0.9rem; }

/* ===== Testimonials ===== */
.testimonial-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
}
.testimonial-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.testimonial-card .quote-icon {
    position: absolute;
    top: 20px; right: 24px;
    font-size: 2.4rem;
    color: rgba(11,94,215,0.12);
}
.testimonial-card .stars { color: var(--accent); margin-bottom: 14px; font-size: 1rem; }
.testimonial-card .t-content { color: var(--dark-2); font-size: 0.95rem; }
.testimonial-card .t-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--gradient);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

/* ===== FAQ ===== */
.faq-item {
    border: 1px solid var(--border);
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
}
.faq-item .accordion-button {
    font-weight: 600;
    color: var(--dark);
    padding: 18px 22px;
    background: #fff;
    box-shadow: none;
}
.faq-item .accordion-button:not(.collapsed) {
    color: var(--primary);
    background: rgba(11,94,215,0.04);
}
.faq-item .accordion-button:focus { box-shadow: none; }
.faq-item .accordion-body { color: var(--muted); padding: 0 22px 20px; }

/* ===== CTA ===== */
.cta-section { padding: 70px 0; }
.cta-box {
    background: var(--gradient);
    border-radius: 22px;
    padding: 50px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.cta-box::before {
    content: "";
    position: absolute;
    top: -80px; right: -80px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 70%);
    border-radius: 50%;
}
.cta-title { color: #fff; font-weight: 800; font-size: 1.9rem; }
.cta-sub { color: rgba(255,255,255,0.9); font-size: 1.05rem; }
.btn-lg-call {
    background: #fff;
    color: var(--primary) !important;
    border: none;
    border-radius: 12px;
    font-weight: 800;
    padding: 14px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.btn-lg-call:hover { transform: translateY(-2px); }

/* ===== Footer ===== */
.footer {
    background: var(--dark);
    color: #cbd5e1;
    padding: 70px 0 0;
}
.footer-top { padding-bottom: 40px; }
.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 16px;
}
.footer-about { color: #94a3b8; font-size: 0.9rem; }
.footer-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.ft-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    color: #cbd5e1;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 50px;
}
.ft-badge i { color: var(--accent); }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
    width: 38px; height: 38px;
    border-radius: 10px;
    background: rgba(255,255,255,0.06);
    color: #cbd5e1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.2s;
}
.footer-social a:hover { background: var(--primary); color: #fff; }
.footer-heading {
    color: #fff;
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 1rem;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
    color: #94a3b8;
    font-size: 0.9rem;
    transition: color 0.2s, padding 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.footer-links a i { font-size: 0.7rem; color: var(--primary); }
.footer-links a:hover { color: #fff; padding-left: 4px; }
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}
.fc-icon {
    width: 38px; height: 38px;
    border-radius: 10px;
    background: rgba(11,94,215,0.15);
    color: #60a5fa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}
.footer-contact small { display: block; color: #64748b; font-size: 0.72rem; }
.footer-contact a, .footer-contact span { color: #cbd5e1; font-size: 0.9rem; }
.footer-contact a:hover { color: #fff; }
.footer-divider { border-color: rgba(255,255,255,0.08); margin: 0; }
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 22px 0;
    color: #64748b;
    font-size: 0.85rem;
}

/* ===== Mobile call bar ===== */
.mobile-call-bar {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 1050;
    background: #fff;
    border-top: 1px solid var(--border);
    box-shadow: 0 -4px 20px rgba(15,23,42,0.1);
}
.mobile-call-bar a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    font-weight: 700;
    font-size: 0.95rem;
}
.mcb-call { background: var(--gradient); color: #fff !important; }
.mcb-quote { color: var(--primary) !important; }

/* ===== Page hero (inner pages) ===== */
.page-hero {
    background: var(--gradient);
    color: #fff;
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
}
.page-hero::after {
    content: "";
    position: absolute;
    bottom: -120px; right: -80px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(255,255,255,0.10), transparent 70%);
    border-radius: 50%;
}
.page-hero h1 { color: #fff; font-weight: 800; }
.page-hero p { color: rgba(255,255,255,0.9); }

/* ===== Filter buttons ===== */
.filter-btn {
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 0.9rem;
    margin: 4px;
    font-weight: 600;
}

/* ===== Contact form ===== */
.contact-form-box {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 36px;
    box-shadow: var(--shadow-sm);
}
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}
.contact-info-item .ci-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: rgba(11,94,215,0.08);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}
.contact-info-item strong { display: block; }
.contact-info-item span, .contact-info-item a { color: var(--muted); }
.contact-info-item a:hover { color: var(--primary); }

/* ===== Auth pages ===== */
.auth-section { padding: 70px 0; background: var(--light); min-height: 70vh; }
.auth-card {
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    padding: 40px;
}
.auth-card .auth-icon {
    width: 64px; height: 64px;
    border-radius: 16px;
    background: var(--gradient);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin: 0 auto 18px;
    box-shadow: 0 8px 20px rgba(11,94,215,0.3);
}
.auth-card h3 { font-weight: 800; text-align: center; }
.auth-card .auth-sub { text-align: center; color: var(--muted); font-size: 0.9rem; }
.form-control, .form-select {
    border-radius: 10px;
    padding: 12px 14px;
    border-color: var(--border);
}
.form-control:focus, .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(11,94,215,0.12);
}

/* ===== Account dashboard ===== */
.account-hero {
    background: var(--gradient);
    color: #fff;
    padding: 50px 0;
}
.account-hero h1 { color: #fff; font-weight: 800; }
.account-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    height: 100%;
    box-shadow: var(--shadow-sm);
}
.account-card .ac-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: rgba(11,94,215,0.08);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 14px;
}

/* ===== Breadcrumb ===== */
.breadcrumb-bar { background: var(--light); border-bottom: 1px solid var(--border); padding: 14px 0; }
.breadcrumb { margin: 0; }
.breadcrumb a { color: var(--primary); }
.breadcrumb-item.active { color: var(--muted); }

/* ===== Post cards ===== */
.post-card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
    height: 100%;
    transition: all 0.3s ease;
}
.post-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.post-card .post-img {
    height: 180px;
    background: linear-gradient(135deg, #e8f0fe, #d0e2ff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    color: var(--primary);
    overflow: hidden;
}
.post-card .post-img img { width: 100%; height: 100%; object-fit: cover; }
.post-card .post-body { padding: 20px; }
.post-card .post-type {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--primary);
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .main-navbar { position: relative; }
    .navbar-collapse { padding: 12px 0; }
    .btn-call { width: 100%; margin-top: 8px; }
    .hero-section { padding: 60px 0 80px; }
    .hero-card { margin-top: 30px; }
}
@media (max-width: 767px) {
    .section { padding: 60px 0; }
    .hero-section { text-align: center; }
    .hero-actions, .hero-trust-row { justify-content: center; }
    .cta-box { padding: 36px 24px; text-align: center; }
    .cta-box .text-lg-end { text-align: center !important; }
    .mobile-call-bar { display: flex; }
    body { padding-bottom: 60px; }
    .footer-bottom { justify-content: center; text-align: center; }
    .stat-box .stat-num { font-size: 2rem; }
}