:root{--navy:#1a365d;--orange:#ed8936;--white:#ffffff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-600:#4b5563;--gray-700:#374151;--gray-900:#111827;--admin-bg:#0b1220;--admin-surface:rgba(255, 255, 255, 0.06);--admin-surface-2:rgba(255, 255, 255, 0.10);--admin-border:rgba(255, 255, 255, 0.12);--admin-text:rgba(255, 255, 255, 0.92);--admin-muted:rgba(255, 255, 255, 0.72);--admin-link:rgba(255, 255, 255, 0.92);--border-radius:10px;--box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);--box-shadow-lg:0 12px 22px -8px rgba(0, 0, 0, 0.35)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--gray-900);background:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background:var(--navy);color:var(--white);padding:1rem 0;box-shadow:var(--box-shadow);position:sticky;top:0;z-index:1000}nav{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.logo a{font-size:1.5rem;font-weight:700;color:var(--white);text-decoration:none}.nav-logo-mark{height:28px;width:auto;display:block}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center;margin-left:auto}.nav-links a{color:var(--white);text-decoration:none;transition:opacity .3s}.nav-links a:hover{opacity:.8}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:var(--border-radius);font-weight:600;text-decoration:none;display:inline-block;transition:all .3s;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:var(--orange);color:var(--white)}.btn-primary:hover{background:#dd6b20;transform:translateY(-2px);box-shadow:var(--box-shadow-lg)}.btn-secondary{background:var(--orange);color:var(--white);border:none}.btn-secondary:hover{background:#dd6b20;transform:translateY(-2px);box-shadow:var(--box-shadow-lg)}.area-hero,.hero,.trade-hero{background:linear-gradient(135deg,var(--navy) 0,#2d3748 100%);color:var(--white);padding:4rem 0;text-align:center}.area-hero h1,.hero h1,.trade-hero h1{font-size:2.5rem;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.trust-badges{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.badge{background:rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:var(--border-radius);font-size:.9rem;backdrop-filter:blur(10px)}.trade-icon-large{font-size:4rem;margin-bottom:1rem}section{padding:4rem 0}section h2{font-size:2rem;text-align:center;margin-bottom:1rem;color:var(--navy)}.section-subtitle{text-align:center;color:var(--gray-600);margin-bottom:2rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.step{text-align:center;padding:2rem}.step-number{width:60px;height:60px;background:var(--orange);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step h3{margin-bottom:.5rem;color:var(--navy)}.trade-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.trade-card{background:var(--white);padding:2rem;border-radius:var(--border-radius);box-shadow:var(--box-shadow);text-align:center;text-decoration:none;color:var(--gray-900);transition:all .3s;border:2px solid var(--gray-200)}.trade-card:hover{transform:translateY(-5px);box-shadow:var(--box-shadow-lg);border-color:var(--orange)}.trade-icon{font-size:3rem;margin-bottom:1rem}.trade-card h3{color:var(--navy);margin-bottom:.5rem}.quote-form{max-width:700px;margin:2rem auto;background:var(--white);padding:2rem;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--navy)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid var(--gray-300);border-radius:var(--border-radius);font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:var(--orange)}.form-group small{display:block;margin-top:.25rem;color:var(--gray-600);font-size:.875rem}.form-note{text-align:center;color:var(--gray-600);font-size:.875rem;margin-top:1rem}.quote-form button{width:100%;padding:1rem;font-size:1.125rem}.area-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:2rem}.area-grid a{background:var(--gray-100);padding:1rem;text-align:center;border-radius:var(--border-radius);text-decoration:none;color:var(--navy);font-weight:600;transition:all .3s}.area-grid a:hover{background:var(--orange);color:var(--white)}.area-note{text-align:center;margin-top:2rem;color:var(--gray-600)}.jobs-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;list-style:none;margin-top:2rem}.jobs-list li{background:var(--gray-50);padding:1rem;border-radius:var(--border-radius);border-left:4px solid var(--orange)}.benefits-list{list-style:none;margin-top:1rem}.benefits-list li{padding:.5rem 0;padding-left:2rem;position:relative}.benefits-list li:before{content:'✓';position:absolute;left:0;color:var(--orange);font-weight:700}.faq-list{max-width:800px;margin:2rem auto}.faq-item{background:var(--gray-50);padding:1.5rem;margin-bottom:1rem;border-radius:var(--border-radius);border-left:4px solid var(--navy)}.faq-item h3{color:var(--navy);margin-bottom:.5rem}.testimonials{padding:3rem 0;background:var(--gray-50)}.testimonials h2{text-align:center;color:var(--navy);margin-bottom:2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:960px;margin:0 auto}.testimonial-card{background:var(--white);padding:1.5rem;border-radius:var(--border-radius);box-shadow:var(--box-shadow);border-left:4px solid var(--orange)}.testimonial-text{font-style:italic;color:#333;margin-bottom:.75rem;line-height:1.5}.testimonial-author{font-weight:600;color:var(--navy);font-size:.9rem}.pricing-table{width:100%;max-width:800px;margin:2rem auto;border-collapse:collapse;background:var(--white);box-shadow:var(--box-shadow);border-radius:var(--border-radius);overflow:hidden}.pricing-table td,.pricing-table th{padding:1rem;text-align:left;border-bottom:1px solid var(--gray-200)}.pricing-table th{background:var(--navy);color:var(--white);font-weight:600}.pricing-table td strong{color:var(--orange);font-size:1.25rem}.pricing-notes{max-width:600px;margin:2rem auto;text-align:center}.pricing-notes p{margin:.5rem 0;color:var(--gray-700)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.benefit-card{background:var(--gray-50);padding:2rem;border-radius:var(--border-radius);border-top:4px solid var(--orange)}.benefit-card h3{color:var(--navy);margin-bottom:.5rem}.thank-you{min-height:60vh;display:flex;align-items:center}.thank-you-content{text-align:center;max-width:800px;margin:0 auto}.checkmark{width:100px;height:100px;background:var(--orange);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 2rem}.timeline{text-align:left;margin:2rem 0}.timeline-item{display:flex;gap:1.5rem;margin-bottom:2rem}.timeline-icon{width:50px;height:50px;background:var(--navy);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.timeline-content h3{color:var(--navy);margin-bottom:.25rem}.timeline-time{display:inline-block;margin-top:.5rem;color:var(--orange);font-weight:600;font-size:.875rem}.reminder-box{background:var(--gray-50);padding:1.5rem;border-radius:var(--border-radius);border-left:4px solid var(--orange);margin:2rem 0}.reminder-box h3{color:var(--navy);margin-bottom:.5rem}.cta-buttons{margin-top:2rem}footer{background:var(--gray-900);color:var(--white);padding:3rem 0 1rem;margin-top:4rem}footer .footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-col h4{margin-bottom:1rem;color:var(--orange)}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.5rem}.footer-col a{color:var(--gray-300);text-decoration:none;transition:color .3s}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--gray-700);padding-top:1rem;text-align:center;color:var(--gray-300)}.admin-hero{background:var(--navy);color:var(--white);padding:2rem 0}.admin-hero h1{margin-bottom:.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1rem}.stat-card{background:var(--white);padding:2rem;border-radius:var(--border-radius);box-shadow:var(--box-shadow);text-align:center;border-top:4px solid var(--orange)}.stat-number{font-size:2.5rem;font-weight:700;color:var(--navy)}.stat-label{color:var(--gray-600);margin-top:.5rem}.admin-section{padding:2rem 0}.lead-form.filters-row .form-group{margin:0;min-width:150px}.lead-form.filters-row label{font-size:12px}.lead-form.filters-row select{padding:.55rem .65rem}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;background:var(--white);box-shadow:var(--box-shadow);border-radius:var(--border-radius);overflow:hidden}.admin-table td,.admin-table th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--gray-200)}.admin-table th{background:var(--gray-50);font-weight:600;color:var(--navy)}.admin-table tr:hover{background:var(--gray-50)}.status-badge,.urgency-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.status-new{background:#dbeafe;color:#1d4ed8}.status-matched{background:#dcfce7;color:#16a34a}.status-sent{background:#fef3c7;color:#d97706}.status-active{background:#dcfce7;color:#16a34a}.status-inactive{background:#fee2e2;color:#dc2626}.urgency-emergency{background:#fee2e2;color:#dc2626}.urgency-this_week{background:#ffedd5;color:#ea580c}.urgency-this_month{background:#fef3c7;color:#d97706}.urgency-flexible{background:#dcfce7;color:#16a34a}.btn-small{padding:.35rem .75rem;background:var(--navy);color:var(--white);border-radius:var(--border-radius);text-decoration:none;font-size:.8rem}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.status-accepted{background:#dbeafe;color:#1e40af}.status-completed{background:#dcfce7;color:#15803d}.status-expired{background:#f3f4f6;color:#6b7280}.status-pending{background:#fef3c7;color:#b45309}.lead-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.lead-info-card{background:var(--gray-50);padding:1.5rem;border-radius:var(--border-radius)}.lead-info-card h3{color:var(--navy);margin-bottom:1rem}.lead-info-card p{margin-bottom:.5rem}.lead-description{background:var(--gray-50);padding:1.5rem;border-radius:var(--border-radius);margin-bottom:2rem}.lead-description h3{color:var(--navy);margin-bottom:.5rem}.match-card{background:var(--white);padding:1rem;border-radius:var(--border-radius);border-left:4px solid var(--orange);margin-bottom:.5rem;box-shadow:var(--box-shadow)}@media (max-width:768px){.nav-links{display:none}.area-hero h1,.hero h1,.trade-hero h1{font-size:1.75rem}.form-row{grid-template-columns:1fr}.pricing-table{font-size:.875rem}.pricing-table td,.pricing-table th{padding:.75rem .5rem}}.hamburger{display:none;align-items:center;gap:10px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.35);padding:.55rem .75rem;border-radius:999px;cursor:pointer;color:var(--white);font-weight:700;letter-spacing:.3px;position:relative}.hamburger:hover{background:rgba(255,255,255,.22)}.hamburger:active{transform:scale(.98)}.hamburger:focus-visible{outline:2px solid rgba(255,255,255,.75);outline-offset:2px}.hamburger-text{font-size:14px;line-height:1}.hamburger-icon{display:inline-flex;flex-direction:column;justify-content:center}.hamburger .line{display:block;width:18px;height:2px;background:var(--white);margin:3px 0;border-radius:2px;transition:transform .25s,opacity .25s}.hamburger.active .line1{transform:translateY(6px) rotate(45deg)}.hamburger.active .line2{opacity:0}.hamburger.active .line3{transform:translateY(-6px) rotate(-45deg)}@media (max-width:768px){.hamburger{display:inline-flex}.nav-links{display:none}.nav-links.active{display:flex;flex-direction:column;position:absolute;top:60px;left:0;right:0;padding:1rem;background:var(--navy);z-index:9999;box-shadow:0 10px 30px rgba(0,0,0,.25)}}.quote-wizard-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:10px 12px;background:#f6f8ff;border:1px solid #e6ebff;border-radius:10px}.quote-wizard-progress{font-weight:600;color:#1a2340}.quote-wizard-dots{display:flex;gap:6px}.quote-wizard-dots .dot{width:8px;height:8px;border-radius:99px;background:#cfd7ff}.quote-wizard-dots .dot.active{background:var(--gold)}.form-hint{color:#666;display:block;margin-top:6px}.wizard-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}.wizard-actions .btn-secondary{min-width:120px}.next-steps-box{margin:14px 0 14px;padding:14px 14px;background:#fff;border:1px solid #e9ecf5;border-radius:12px}.next-steps-box h3{margin:0 0 8px}.next-steps-list{margin:0 0 8px 18px}.next-steps-note{margin:0;color:#555;font-size:.95rem}.checks{padding:40px 0;background:#fafbff;border-top:1px solid #eef1ff}.checks-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:14px}.checks-card{background:#fff;border:1px solid #e9ecf5;border-radius:12px;padding:16px}.checks-card h3{margin-top:0}.checks-card ul{margin:0 0 0 18px}.checks-note{margin-top:12px;color:#555}@media (max-width:768px){.checks-grid{grid-template-columns:1fr}}.admin-ui{min-height:100vh;background:radial-gradient(1100px 700px at 20% 0,rgba(237,137,54,.18),transparent 55%),radial-gradient(900px 600px at 85% 15%,rgba(79,70,229,.16),transparent 55%),linear-gradient(180deg,#060a14,var(--admin-bg));color:var(--admin-text)}.admin-ui a{color:var(--admin-link)}.admin-ui a:hover{opacity:.9}.admin-ui .container{max-width:1180px}.admin-ui .admin-hero{padding:24px 0 12px}.admin-ui .admin-hero h1{font-size:28px;letter-spacing:-.02em;margin-bottom:8px}.admin-ui .admin-hero .admin-subtitle{color:var(--admin-muted);font-size:14px}.admin-ui .admin-topbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:14px}.admin-ui .admin-card{background:linear-gradient(180deg,var(--admin-surface),rgba(255,255,255,.04));border:1px solid var(--admin-border);border-radius:14px;box-shadow:var(--box-shadow-lg)}.admin-ui .admin-card.pad{padding:14px}.admin-ui .admin-stats{padding:8px 0 4px}.admin-ui .stats-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}@media (max-width:1100px){.admin-ui .stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.admin-ui .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-ui .stat-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:12px}.admin-ui .stat-number{font-size:22px;font-weight:800;letter-spacing:-.02em}.admin-ui .stat-label{margin-top:2px;font-size:12px;color:var(--admin-muted)}.admin-ui .admin-section{padding:12px 0}.admin-ui .admin-section h2{font-size:16px;letter-spacing:-.01em;margin:0 0 10px;color:rgba(255,255,255,.9)}.admin-ui .admin-table-wrap{overflow:auto;border-radius:14px;border:1px solid rgba(255,255,255,.1)}.admin-ui .admin-table{width:100%;border-collapse:separate;border-spacing:0;min-width:860px;background:rgba(255,255,255,.04)}.admin-ui .admin-table thead th{position:sticky;top:0;z-index:1;text-align:left;font-size:12px;letter-spacing:.02em;text-transform:uppercase;color:rgba(255,255,255,.75);background:rgba(10,14,28,.92);border-bottom:1px solid rgba(255,255,255,.1);padding:12px 12px}.admin-ui .admin-table tbody td{padding:12px;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:top;color:rgba(255,255,255,.88);font-size:13px}.admin-ui .admin-table tbody tr:hover td{background:rgba(255,255,255,.06)}.admin-ui .btn-primary,.admin-ui .btn-secondary,.admin-ui .btn-small{border-radius:12px;padding:10px 14px;font-weight:700;font-size:13px;line-height:1;transform:none;box-shadow:none}.admin-ui .btn-primary{background:linear-gradient(180deg,#ff9f53,var(--orange));border:1px solid rgba(255,255,255,.1)}.admin-ui .btn-primary:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 12px 18px -12px rgba(0,0,0,.7)}.admin-ui .btn-secondary{background:rgba(255,255,255,.1);color:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.12)}.admin-ui .btn-secondary:hover{background:rgba(255,255,255,.14);transform:translateY(-1px)}.admin-ui .btn-small{display:inline-flex;gap:8px;align-items:center;padding:9px 12px;background:rgba(255,255,255,.1);color:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.12);text-decoration:none}.admin-ui input[type=password],.admin-ui input[type=text],.admin-ui select{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.92)}.admin-ui input::placeholder{color:rgba(255,255,255,.55)}.admin-ui .lead-form{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:14px}.admin-ui .status-badge,.admin-ui .urgency-badge{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800;border:1px solid rgba(255,255,255,.14);display:inline-flex}.admin-ui .status-badge.status-sent{background:rgba(59,130,246,.18)}.admin-ui .status-badge.status-accepted{background:rgba(34,197,94,.18)}.admin-ui .status-badge.status-expired{background:rgba(148,163,184,.16)}.admin-ui .urgency-badge.urgency-emergency{background:rgba(239,68,68,.2)}.admin-ui .urgency-badge.urgency-soon{background:rgba(245,158,11,.2)}.admin-ui .urgency-badge.urgency-routine{background:rgba(99,102,241,.18)}.admin-ui .admin-auth{display:grid;place-items:center;padding:32px 0}.admin-ui .admin-auth-card{width:100%;max-width:520px}.admin-ui .admin-auth-card .admin-auth-head{padding:16px 16px 0}.admin-ui .admin-auth-card .admin-auth-head h1{font-size:22px;margin:0 0 6px}.admin-ui .admin-auth-card .admin-auth-head p{color:var(--admin-muted);font-size:13px;margin:0 0 8px}.admin-ui .admin-auth-card .admin-auth-body{padding:16px}.admin-ui.admin-ui--light{background:var(--white);color:var(--gray-900)}.admin-ui.admin-ui--light a{color:var(--navy)}.admin-ui.admin-ui--light .admin-hero{background:var(--white);color:var(--gray-900);border-bottom:1px solid var(--gray-200)}.admin-ui.admin-ui--light .admin-subtitle{color:var(--gray-600)}.admin-ui.admin-ui--light .stat-label,.admin-ui.admin-ui--light .stat-number,.admin-ui.admin-ui--light h1,.admin-ui.admin-ui--light h2,.admin-ui.admin-ui--light h3,.admin-ui.admin-ui--light label,.admin-ui.admin-ui--light p,.admin-ui.admin-ui--light small{color:var(--gray-900)}.admin-ui.admin-ui--light .stat-label,.admin-ui.admin-ui--light small{color:var(--gray-600)}.admin-ui.admin-ui--light .admin-card{background:var(--white);border:1px solid var(--gray-200);box-shadow:var(--box-shadow)}.admin-ui.admin-ui--light .stat-card{background:var(--white);border:1px solid var(--gray-200)}.admin-ui.admin-ui--light .admin-table-wrap{border:1px solid var(--gray-200)}.admin-ui.admin-ui--light .admin-table{background:var(--white)}.admin-ui.admin-ui--light .admin-table thead th{color:var(--gray-700);background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.admin-ui.admin-ui--light .admin-table tbody td{color:var(--gray-900);border-bottom:1px solid var(--gray-200)}.admin-ui.admin-ui--light .admin-table tbody tr:hover td{background:var(--gray-50)}.admin-ui.admin-ui--light input[type=date],.admin-ui.admin-ui--light input[type=email],.admin-ui.admin-ui--light input[type=password],.admin-ui.admin-ui--light input[type=text],.admin-ui.admin-ui--light select,.admin-ui.admin-ui--light textarea{background:var(--white);border:1px solid var(--gray-300);color:var(--gray-900)}.admin-ui.admin-ui--light input::placeholder,.admin-ui.admin-ui--light textarea::placeholder{color:var(--gray-600)}.admin-ui.admin-ui--light .btn-secondary,.admin-ui.admin-ui--light .btn-small{background:var(--gray-100);color:var(--gray-900);border:1px solid var(--gray-200)}.admin-ui.admin-ui--light .btn-secondary:hover,.admin-ui.admin-ui--light .btn-small:hover{background:var(--gray-200)}.admin-ui.admin-ui--light .status-badge,.admin-ui.admin-ui--light .urgency-badge{border:1px solid rgba(17,24,39,.12)}