/* ========================================
   Lead Me 2 Win — Multi-Industry Lead Gen
   Based on BFL hosting2net design system
   ======================================== */

/* ---------- Reset & Base ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:80px}
body{font-family:'Inter',sans-serif;color:#333;line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}
ul{list-style:none}
img{max-width:100%;display:block}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}
h1,h2,h3,h4{font-family:'Poppins',sans-serif;line-height:1.2}
.section-title{text-align:center;font-size:2.2rem;margin-bottom:40px;color:#222}
.section-title::after{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#f97316,#fb923c);margin:12px auto 0;border-radius:2px}

/* ---------- Skip Link (Accessibility) ---------- */
.skip-link{position:absolute;top:-100px;left:16px;background:#f97316;color:#fff;padding:10px 20px;border-radius:0 0 8px 8px;font-weight:600;z-index:10000;transition:top .2s}
.skip-link:focus{top:0}

/* ---------- Reveal Animation ---------- */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

/* ========================================
   1. UTILITY BAR
   ======================================== */
.utility-bar{background:#0a1628;color:#bbb;font-size:.8rem;padding:6px 0}
.utility-bar__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.utility-bar__links{display:flex;gap:16px}
.utility-bar__links a{color:#ccc;transition:color .2s}
.utility-bar__links a:hover{color:#f97316}
.utility-bar__info{display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.utility-bar__info a{color:#ccc;transition:color .2s;display:inline-block;padding:6px 4px;min-height:32px;line-height:1.4}
.utility-bar__info a:hover{color:#f97316}
.utility-bar__info span{display:inline-flex;align-items:center;padding:6px 0;min-height:32px;gap:8px}
.utility-icon{width:13px;height:13px;vertical-align:-2px;margin-right:3px}

/* ========================================
   2. MAIN NAVIGATION
   ======================================== */
.main-nav{background:#fff;position:sticky;top:0;z-index:1000;transition:box-shadow .3s}
.main-nav.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.1)}
.main-nav__inner{display:flex;align-items:center;justify-content:space-between;height:70px}
.main-nav__logo{display:flex;align-items:center;gap:10px;font-family:'Poppins',sans-serif;font-weight:700;font-size:1.35rem;color:#333}
.logo-img{width:46px;height:46px;border-radius:10px;object-fit:contain}
.footer__logo-img{width:40px;height:40px;border-radius:8px;object-fit:contain}
.logo-text{font-size:1.25rem}
.logo-accent{color:#c2410c}
.nav-list{display:flex;align-items:center;gap:0}
.nav-list>li>a{display:flex;align-items:center;gap:4px;padding:8px 16px;font-weight:500;font-size:.95rem;color:#333;transition:color .2s;white-space:nowrap}
.nav-list>li>a:hover,.nav-list>li>a.active{color:#c2410c}
.nav-chevron{width:15px;height:15px;transition:transform .3s}
.main-nav__menu{display:flex;align-items:center;gap:16px}
.nav-cta{display:inline-block;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;padding:10px 24px;border-radius:30px;font-weight:600;font-size:.9rem;transition:opacity .2s,transform .2s}
.nav-cta:hover{opacity:.9;transform:translateY(-1px)}

/* Dropdowns */
.has-dropdown{position:relative}
.dropdown{position:absolute;top:100%;left:0;min-width:260px;background:#fff;border-radius:0 0 8px 8px;box-shadow:0 8px 30px rgba(0,0,0,.12);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .25s,transform .25s,visibility .25s;padding:8px 0;z-index:100}
.has-dropdown:hover>.dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.has-dropdown:hover .nav-chevron{transform:rotate(180deg)}
.dropdown li a{display:flex;align-items:center;gap:10px;padding:10px 20px;font-size:.9rem;color:#444;transition:background .15s,color .15s}
.dropdown li a:hover{background:#fff7ed;color:#f97316}
.dd-icon{width:18px;height:18px;color:#f97316;flex-shrink:0}

/* Hamburger */
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:12px;min-width:48px;min-height:48px;justify-content:center;align-items:center}
.hamburger span{display:block;width:26px;height:3px;background:#333;border-radius:2px;transition:transform .3s,opacity .3s}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}

/* ========================================
   3. HERO
   ======================================== */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden;background:#0a1628}
.hero__bg{position:absolute;inset:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:0}
.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,rgba(10,22,40,.88) 0%,rgba(15,43,70,.75) 50%,rgba(249,115,22,.15) 100%)}
.hero__content{position:relative;z-index:2;text-align:center;max-width:750px;padding:40px 0}
.hero__badge{display:inline-flex;align-items:center;gap:6px;background:rgba(249,115,22,.2);border:1px solid rgba(249,115,22,.4);color:#fb923c;padding:6px 16px;border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:24px}
.hero h1{font-size:3.2rem;margin-bottom:18px}
.hero__accent{color:#fb923c}
.hero p{font-size:1.15rem;margin-bottom:30px;color:#c0d5e8;max-width:600px;margin-left:auto;margin-right:auto}
.hero__ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:24px}
.hero__trust{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;font-size:.9rem;color:rgba(255,255,255,.7)}

/* ========================================
   BUTTONS
   ======================================== */
.btn-pill{display:inline-block;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;padding:14px 40px;border-radius:50px;font-weight:700;font-size:1.05rem;transition:transform .2s,box-shadow .2s;border:2px solid transparent;box-shadow:0 4px 14px rgba(249,115,22,.3)}
.btn-pill:hover{transform:scale(1.02) translateY(-2px);box-shadow:0 8px 24px rgba(249,115,22,.4)}
.btn-pill--outline{background:transparent;border:2px solid rgba(255,255,255,.5);color:#fff;box-shadow:none}
.btn-pill--outline:hover{border-color:#f97316;background:rgba(249,115,22,.1);box-shadow:none}
.btn-dark{display:inline-block;background:#222;color:#fff;padding:12px 32px;border-radius:50px;font-weight:600;font-size:.95rem;transition:background .2s,transform .2s}
.btn-dark:hover{background:#f97316;transform:translateY(-2px)}
.cta-subtext{display:block;text-align:center;font-size:.8rem;color:rgba(255,255,255,.6);margin-top:8px}
.cta-subtext--dark{color:#999}

/* Nav CTA pulse */
@keyframes navPulse{0%,100%{box-shadow:0 0 0 0 rgba(249,115,22,.4)}70%{box-shadow:0 0 0 10px rgba(249,115,22,0)}}
.nav-cta.pulse{animation:navPulse 2s ease-in-out infinite}

/* Micro CTA section */
.micro-cta{padding:40px 0;text-align:center}
.micro-cta p{font-size:1rem;color:#555;max-width:650px;margin:0 auto 18px}
.micro-cta .btn-pill{padding:12px 32px;font-size:.95rem}
.micro-cta--dark{background:linear-gradient(135deg,#0f2b46,#1a3a5c);color:#fff}
.micro-cta--dark p{color:#94b8d4}
.micro-cta--light{background:#fff}

/* Social proof line */
.social-proof-line{text-align:center;font-size:.85rem;color:#888;margin-top:14px}
.social-proof-line strong{color:#f97316}

/* Exit-intent popup */
.exit-popup-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:9999;align-items:center;justify-content:center;padding:20px}
.exit-popup-overlay.show{display:flex}
.exit-popup{background:#fff;border-radius:14px;max-width:480px;width:100%;padding:40px 36px;text-align:center;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3)}
.exit-popup__close{position:absolute;top:14px;right:14px;background:none;border:none;cursor:pointer;color:#999;transition:color .2s}
.exit-popup__close:hover{color:#333}
.exit-popup__close i{width:24px;height:24px}
.exit-popup h2{font-size:1.5rem;margin-bottom:8px;color:#222}
.exit-popup p{font-size:.95rem;color:#666;margin-bottom:20px}
.exit-popup .form-group{margin-bottom:14px;text-align:left}
.exit-popup .btn-submit{width:100%;border-radius:50px;padding:14px;font-size:1rem}
.exit-popup__trust{font-size:.78rem;color:#999;margin-top:10px}

/* ========================================
   4. CREDENTIALS BAR
   ======================================== */
.credentials{background:#0f2b46;padding:50px 0;border-bottom:3px solid #f97316}
.credentials__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;text-align:center}
.cred-item{display:flex;flex-direction:column;align-items:center;gap:6px}
.cred-icon{width:36px;height:36px;color:#fb923c}
.cred-item strong{font-size:1.1rem;color:#fff}
.cred-item span{font-size:.8rem;color:#94b8d4}

/* ========================================
   5. PROBLEM / WHY US
   ======================================== */
.why-us{padding:80px 0;text-align:center}
.why-us__text{max-width:800px;margin:0 auto 40px;font-size:1.05rem;color:#555}
.problem__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto}
.problem-card{background:#fff;padding:28px 24px;border-radius:10px;text-align:center;border:2px solid #fee2e2;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.problem-icon{width:40px;height:40px;margin:0 auto 12px}
.problem-icon--bad{color:#ef4444}

/* ========================================
   SOLUTION SECTION
   ======================================== */
.solution-section{background:linear-gradient(135deg,#0f2b46,#1a3a5c);padding:80px 0;color:#fff}
.solution-section .section-title{color:#fff}
.solution-section .section-title::after{background:linear-gradient(90deg,#f97316,#fb923c)}
.solution__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.solution-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:36px 28px;border-radius:10px;text-align:center;transition:background .3s}
.solution-card:hover{background:rgba(255,255,255,.1)}
.solution-icon{width:44px;height:44px;color:#fb923c;margin:0 auto 16px}
.solution-card h3{font-size:1.15rem;margin-bottom:10px;color:#fff}
.solution-card p{font-size:.92rem;color:#94b8d4}

/* ========================================
   6. HOW IT WORKS
   ======================================== */
.how-it-works{padding:80px 0}
.steps__grid{display:flex;align-items:flex-start;justify-content:center;gap:0}
.step-card{flex:1;max-width:300px;text-align:center;padding:32px 24px;background:#fff;border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.06);position:relative}
.step-number{position:absolute;top:-16px;left:50%;transform:translateX(-50%);width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center;font-family:'Poppins',sans-serif}
.step-icon{width:44px;height:44px;color:#f97316;margin:12px auto 16px}
.step-card h3{font-size:1.1rem;margin-bottom:10px;color:#222}
.step-card p{font-size:.9rem;color:#666}
.step-arrow{display:flex;align-items:center;padding:0 12px;color:#f97316}
.step-arrow i{width:28px;height:28px}

/* ========================================
   7. INDUSTRIES / SERVICES GRID
   ======================================== */
.services-section{background:#f5f7fa;padding:80px 0}
.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.service-card{background:#fff;border-radius:10px;overflow:hidden;border:2px solid transparent;transition:transform .3s,border-color .3s,box-shadow .3s;cursor:default;display:flex;flex-direction:column}
.service-card:hover{transform:translateY(-6px);border-color:#f97316;box-shadow:0 12px 30px rgba(249,115,22,.1)}
.service-card__img{width:100%;height:200px;overflow:hidden}
.service-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.service-card:hover .service-card__img img{transform:scale(1.05)}
.service-card__body{padding:28px 24px;flex:1;display:flex;flex-direction:column}
.service-card__body h3{font-size:1.15rem;margin-bottom:10px;color:#222}
.service-card__body p{font-size:.92rem;color:#666;margin-bottom:16px}
.service-features{text-align:left;display:flex;flex-direction:column;gap:6px;margin-top:auto}
.service-features li{display:flex;align-items:center;gap:8px;font-size:.88rem;color:#555}
.sf-check{width:16px;height:16px;color:#16a34a;flex-shrink:0}

/* ========================================
   8. LEAD TYPES
   ======================================== */
.lead-types{padding:80px 0}
.lead-types__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.lead-type-card{background:#fff;padding:24px 16px;border-radius:10px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.04);border:1px solid #eee;transition:all .2s}
.lead-type-card:hover{border-color:#f97316;transform:translateY(-3px);box-shadow:0 8px 20px rgba(249,115,22,.1)}
.lt-icon{width:32px;height:32px;color:#f97316;margin:0 auto 10px}
.lead-type-card strong{display:block;font-size:.9rem;color:#222;margin-bottom:4px}
.lead-type-card span{font-size:.78rem;color:#666}

/* ========================================
   9. REVIEWS / CASE STUDIES
   ======================================== */
.reviews-section{background:#f5f7fa;padding:80px 0}
.reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.review-card{background:#fff;padding:32px 28px;border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.06)}
.review-card__header{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.review-card__avatar{width:48px;height:48px;border-radius:50%;background:#f97316;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.9rem;font-family:'Poppins',sans-serif}
.review-card__meta h4{font-size:1rem;color:#222;margin-bottom:2px}
.review-card__meta span{font-size:.82rem;color:#6b7280}
.case-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}
.case-metric{background:#f0fdf4;padding:10px;border-radius:8px;text-align:center}
.case-metric strong{display:block;font-size:1.3rem;color:#16a34a;font-family:'Poppins',sans-serif}
.case-metric span{font-size:.75rem;color:#666}
.review-stars{display:flex;gap:3px;margin-bottom:14px}
.star-icon{width:18px;height:18px;color:#f59e0b;fill:#f59e0b}
.review-quote{font-size:.92rem;color:#555;margin-bottom:14px;font-style:italic;line-height:1.7}
.review-author{font-size:.88rem;color:#f97316}

/* ========================================
   10. COMPARISON TABLE
   ======================================== */
.comparison-section{padding:80px 0}
.comparison-table{max-width:700px;margin:0 auto;overflow-x:auto}
.comparison-table table{width:100%;border-collapse:collapse}
.comparison-table th,.comparison-table td{padding:14px 18px;font-size:.92rem;text-align:center;border-bottom:1px solid #eee}
.comparison-table th:first-child,.comparison-table td:first-child{text-align:left}
.comparison-table thead th{background:#f8fafc;font-weight:600;color:#222}
.col-us{color:#f97316;font-weight:600}
.col-them{color:#999}
.table-check{width:22px;height:22px;color:#16a34a}
.table-x{width:22px;height:22px;color:#ef4444}
.table-meh{width:22px;height:22px;color:#d1d5db}

/* ========================================
   11. WHY US DETAIL
   ======================================== */
.why-us-detail{padding:80px 0;background:linear-gradient(135deg,#0f2b46,#1a3a5c);color:#fff}
.why-us-detail .section-title{color:#fff}
.why-us-detail .section-title::after{background:linear-gradient(90deg,#f97316,#fb923c)}
.why-detail__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.why-detail-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:32px 24px;border-radius:10px;text-align:center;transition:background .3s}
.why-detail-card:hover{background:rgba(255,255,255,.1)}
.why-detail-icon{width:40px;height:40px;color:#fb923c;margin:0 auto 14px}
.why-detail-card h3{font-size:1.05rem;margin-bottom:8px;color:#fff}
.why-detail-card p{font-size:.88rem;color:#94b8d4}

/* ========================================
   12. FAQ
   ======================================== */
.faq-section{padding:80px 0}
.faq__list{max-width:800px;margin:0 auto}
.faq-item{background:#fff;border-radius:8px;margin-bottom:10px;box-shadow:0 2px 8px rgba(0,0,0,.04);overflow:hidden;border:1px solid #eee}
.faq-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 24px;background:none;border:none;cursor:pointer;text-align:left;font-family:'Inter',sans-serif;font-size:.95rem;font-weight:600;color:#222}
.faq-chevron{width:20px;height:20px;color:#f97316;transition:transform .3s;flex-shrink:0}
.faq-item.active .faq-chevron{transform:rotate(180deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-item.active .faq-answer{max-height:300px}
.faq-answer p{padding:0 24px 18px;font-size:.92rem;color:#555;line-height:1.7}

/* ========================================
   13. CTA BAND
   ======================================== */
.cta-band{background:linear-gradient(135deg,#c2410c,#f97316);padding:60px 0;text-align:center;color:#fff}
.cta-band h2{font-size:2rem;margin-bottom:10px}
.cta-band p{font-size:1.05rem;color:rgba(255,255,255,.85);margin-bottom:24px}
.cta-band .btn-pill{background:#fff;color:#f97316;border-color:#fff}
.cta-band .btn-pill:hover{background:#fff7ed;border-color:#fff7ed;opacity:1}
.cta-band .btn-pill--outline{background:transparent;border-color:rgba(255,255,255,.5);color:#fff}
.cta-band .btn-pill--outline:hover{border-color:#fff;background:rgba(255,255,255,.1)}

/* ========================================
   14. CONTACT SECTION
   ======================================== */
.contact-section{background:#f5f7fa;padding:80px 0}
.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.contact-form{display:flex;flex-direction:column;gap:16px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-group{display:flex;flex-direction:column;gap:5px}
.form-group label{font-weight:600;font-size:.9rem;color:#444}
.form-group input,.form-group textarea,.form-group select{padding:12px 16px;border:1px solid #ddd;border-radius:6px;font-family:'Inter',sans-serif;font-size:.95rem;transition:border-color .2s}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#f97316}
.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px}
.btn-submit{background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;padding:14px;border:none;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;transition:opacity .2s}
.btn-submit:hover{opacity:.9}
.form-success{display:none;align-items:flex-start;gap:12px;background:#f0fdf4;color:#166534;padding:18px 20px;border-radius:8px;font-weight:400;font-size:.9rem;line-height:1.6}
.form-success.show{display:flex}
.success-icon{width:24px;height:24px;color:#166534;flex-shrink:0;margin-top:2px}
.contact-info{display:flex;flex-direction:column;gap:24px}
.contact-info__block h3{display:flex;align-items:center;gap:8px;font-size:1.05rem;margin-bottom:6px;color:#222}
.ci-icon{width:20px;height:20px;color:#f97316}
.contact-info__block p{font-size:.92rem;color:#555}
.contact-info__block a{color:#f97316;transition:color .2s;display:inline-block;padding:6px 0;min-height:44px;line-height:1.8}
.contact-info__block a:hover{color:#c2410c}
.contact-checklist{display:flex;flex-direction:column;gap:6px;margin-top:4px}
.contact-checklist li{display:flex;align-items:center;gap:8px;font-size:.88rem;color:#555}

/* ========================================
   15. FOOTER
   ======================================== */
.footer{background:#0a1628;color:#bbb;padding:60px 0 0}
.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:36px}
.footer__logo-block{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.footer__logo-block h4{color:#fff;margin-bottom:0}
.footer__col h4{color:#fff;margin-bottom:16px;font-size:1.05rem}
.footer__col p{font-size:.88rem;line-height:1.7}
.footer__col ul{display:flex;flex-direction:column;gap:8px}
.footer__col ul a{font-size:.88rem;transition:color .2s;text-decoration:underline;text-decoration-color:rgba(255,255,255,.15);text-underline-offset:3px}
.footer__col ul a:hover{color:#f97316;text-decoration-color:#f97316}
.footer__col a{color:#bbb;transition:color .2s;display:inline-block;padding:4px 0;min-height:32px}
.footer__col a:hover{color:#f97316}
.footer__address{margin-top:20px}
.footer__address h4{font-size:.95rem;margin-bottom:8px}
.footer__address p{font-size:.85rem;color:#7a9ab5;line-height:1.7}
.footer__social{display:flex;gap:12px;margin-top:14px}
.footer__social a{width:44px;height:44px;border:1px solid #3a5068;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s}
.footer__social a:hover{border-color:#f97316;background:#f97316}
.footer__social a:hover i{color:#fff}
.footer__social i{width:18px;height:18px;color:#bbb}
.footer__bottom{margin-top:40px;border-top:1px solid #1a2d40;padding:18px 0;text-align:center;font-size:.82rem;color:#7a9ab5}
.footer__bottom a{color:#94b8d4;transition:color .2s;text-decoration:underline}
.footer__bottom a:hover{color:#f97316}

/* ========================================
   16. MOBILE STICKY CTA
   ======================================== */
.mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:900;background:rgba(10,22,40,.97);backdrop-filter:blur(8px);padding:10px;gap:10px;transform:translateY(100%);transition:transform .3s}
.mobile-cta.visible{transform:translateY(0)}
.mobile-cta__btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:12px;border-radius:8px;font-weight:700;font-size:.9rem;text-align:center}
.mobile-cta__btn--call{background:#fff;color:#222}
.mobile-cta__btn--leads{background:linear-gradient(135deg,#f97316,#fb923c);color:#fff}

/* ========================================
   PAGE HERO (Inner pages)
   ======================================== */
.page-hero{position:relative;padding:100px 0 80px;text-align:center;color:#fff;overflow:hidden;background:#0f2b46}
.page-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.page-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,rgba(10,22,40,.85) 0%,rgba(15,43,70,.75) 50%,rgba(249,115,22,.1) 100%)}
.page-hero .container{position:relative;z-index:2}
.page-hero__title{font-size:2.6rem;margin-bottom:14px}
.page-hero__sub{font-size:1.1rem;color:#c0d5e8;max-width:600px;margin:0 auto}

/* Detail cards (How It Works page) */
.detail-card{background:#fff;padding:32px 24px;border-radius:10px;text-align:center;box-shadow:0 4px 16px rgba(0,0,0,.06)}
.detail-card h3{font-size:1.1rem;margin-bottom:10px;color:#222}
.detail-card p{font-size:.9rem;color:#666}

/* ========================================
   RESPONSIVE
   ======================================== */

/* --- Tablet landscape / small desktop --- */
@media(max-width:1024px){
  .credentials__grid{grid-template-columns:repeat(3,1fr)}
  .services__grid{grid-template-columns:repeat(2,1fr)}
  .reviews__grid{grid-template-columns:repeat(2,1fr)}
  .review-card:last-child{grid-column:1/-1;max-width:420px;margin:0 auto}
  .footer__grid{grid-template-columns:repeat(2,1fr)}
  .why-detail__grid{grid-template-columns:repeat(2,1fr)}
  .lead-types__grid{grid-template-columns:repeat(3,1fr)}
  .problem__grid{grid-template-columns:repeat(3,1fr)}
  .steps__grid{flex-wrap:wrap;gap:24px;justify-content:center}
  .step-arrow{display:none}
  .step-card{max-width:none;flex:1 1 280px;margin-top:16px}
}

/* --- Tablet portrait / large phone --- */
@media(max-width:768px){
  /* Utility bar — hide entirely on mobile */
  .utility-bar{display:none}

  /* Navigation */
  .hamburger{display:flex}
  .main-nav__inner{height:60px}
  .main-nav__menu{position:fixed;top:60px;left:0;right:0;bottom:0;background:#fff;flex-direction:column;align-items:stretch;padding:20px;gap:0;transform:translateX(100%);transition:transform .35s ease;overflow-y:auto;z-index:999}
  .main-nav__menu.open{transform:translateX(0)}
  .nav-list{flex-direction:column;gap:0}
  .nav-list>li>a{padding:14px 0;border-bottom:1px solid #eee;font-size:1rem}
  .nav-cta{text-align:center;margin-top:16px;display:block;padding:14px 24px;font-size:1rem}
  .dropdown{position:static;box-shadow:none;opacity:1;visibility:visible;transform:none;max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0;background:#fff7ed;border-radius:0}
  .dropdown.open{max-height:600px}
  .dropdown li a{padding:12px 24px;font-size:.9rem}
  .has-dropdown>a .nav-chevron{margin-left:auto}
  .logo-img{width:38px;height:38px}
  .logo-text{font-size:1.1rem}

  /* Page hero (inner pages) */
  .page-hero{padding:70px 0 50px}
  .page-hero__title{font-size:1.8rem}
  .page-hero__sub{font-size:.95rem}

  /* Hero */
  .hero{min-height:100svh;min-height:100vh}
  .hero__content{padding:80px 0 40px}
  .hero h1{font-size:1.9rem;line-height:1.25}
  .hero p{font-size:.95rem;margin-bottom:24px}
  .hero__badge{font-size:.7rem;padding:5px 12px;margin-bottom:18px}
  .hero__trust{gap:12px;font-size:.8rem;flex-direction:column;align-items:center;gap:8px}

  /* Sections - reduce padding on mobile */
  .why-us,.solution-section,.how-it-works,.services-section,.lead-types,
  .reviews-section,.comparison-section,.why-us-detail,
  .faq-section,.contact-section{padding:50px 0}
  .credentials{padding:36px 0}
  .cta-band{padding:44px 0}

  /* Section titles */
  .section-title{font-size:1.55rem;margin-bottom:28px}

  /* Credentials */
  .credentials__grid{grid-template-columns:repeat(2,1fr);gap:16px}
  .cred-icon{width:28px;height:28px}
  .cred-item strong{font-size:.95rem}
  .cred-item span{font-size:.72rem}

  /* Problem cards */
  .problem__grid{grid-template-columns:1fr;gap:16px;max-width:400px}
  .problem-card{padding:22px 20px}

  /* Solution cards */
  .solution__grid{grid-template-columns:1fr;gap:16px}
  .solution-card{padding:28px 22px}

  /* How it works */
  .steps__grid{flex-direction:column;gap:24px;align-items:center}
  .step-card{width:100%;max-width:400px;margin-top:16px;padding:28px 20px}
  .step-arrow{display:none}

  /* Industries / Services */
  .services__grid{grid-template-columns:1fr;gap:16px}
  .service-card__img{height:180px}

  /* Lead types */
  .lead-types__grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .lead-type-card{padding:18px 12px}

  /* Reviews */
  .reviews__grid{grid-template-columns:1fr;gap:16px}
  .review-card:last-child{max-width:none;grid-column:auto}
  .review-card{padding:24px 20px}

  /* Comparison table */
  .comparison-section{overflow-x:hidden}
  .comparison-table{margin:0 -10px}
  .comparison-table th,.comparison-table td{padding:10px 10px;font-size:.8rem}
  .table-check,.table-x,.table-meh{width:18px;height:18px}

  /* Why us detail */
  .why-detail__grid{grid-template-columns:1fr;gap:16px}
  .why-detail-card{padding:24px 20px}

  /* FAQ */
  .faq-btn{padding:16px 18px;font-size:.9rem}
  .faq-answer p{padding:0 18px 16px;font-size:.88rem}

  /* CTA band */
  .cta-band h2{font-size:1.5rem}
  .cta-band p{font-size:.92rem}

  /* Contact */
  .contact__grid{grid-template-columns:1fr;gap:32px}
  .form-row{grid-template-columns:1fr}
  /* Prevent iOS zoom on input focus */
  .form-group input,.form-group textarea,.form-group select{font-size:16px}

  /* Footer */
  .footer{padding:40px 0 0}
  .footer__grid{grid-template-columns:1fr;gap:28px;text-align:center}
  .footer__logo-block{justify-content:center}
  .footer__social{justify-content:center}
  .footer__col ul{align-items:center}
  .footer__bottom{padding:16px 0}
  /* Extra bottom padding for mobile sticky CTA */
  .footer__bottom{padding-bottom:70px}

  /* Mobile sticky CTA */
  .mobile-cta{display:flex}
}

/* --- Small phones --- */
@media(max-width:480px){
  .hero h1{font-size:1.5rem}
  .hero p{font-size:.9rem}
  .hero__content{padding:60px 0 30px}
  .hero__badge{font-size:.65rem;letter-spacing:.3px}

  .credentials__grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .cred-item strong{font-size:.85rem}

  .lead-types__grid{grid-template-columns:1fr 1fr;gap:10px}

  .hero__ctas{flex-direction:column;align-items:stretch}
  .hero__ctas .btn-pill{width:100%;text-align:center;padding:14px 20px;font-size:.95rem}

  .cta-band .hero__ctas{flex-direction:column;align-items:stretch;max-width:320px;margin-left:auto;margin-right:auto}
  .cta-band .btn-pill{width:100%;text-align:center}

  .section-title{font-size:1.35rem;margin-bottom:24px}

  .review-card{padding:20px 16px}
  .case-metric strong{font-size:1.1rem}

  .why-us__text{font-size:.92rem}

  /* Comparison - tighter */
  .comparison-table th,.comparison-table td{padding:8px 6px;font-size:.75rem}
  .comparison-table th:first-child,.comparison-table td:first-child{min-width:90px}

  /* Service card images */
  .service-card__img{height:150px}
}