@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@600;700&display=swap";:root{--color-primary: #0c7f7a;--color-primary-accent: #1bb6a6;--color-accent: #f47b20;--color-text: #1a2a3a;--color-muted: #546371;--color-surface: #ffffff;--color-background: #f4f7f8;--color-success: #00a676;--color-warning: #ffb703;--color-danger: #d62828;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--color-background);color:var(--color-text)}html{scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;background:var(--color-background);min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text)}h1,h2,h3,h4,h5,h6,.brand,.nav-brand strong,.panel-title{font-family:Montserrat,Inter,sans-serif;color:var(--color-text)}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #d7e3e5;padding:1rem 2.5rem;display:flex;justify-content:space-between;align-items:center}.brand{font-weight:700;font-size:1.2rem;color:var(--color-text)}.brand-subtitle{font-size:.85rem;color:var(--color-muted)}.app-nav{display:flex;gap:.75rem;background:#f8fafc;padding:.3rem;border-radius:999px}.app-nav button{border:none;background:transparent;padding:.4rem 1.25rem;border-radius:999px;font-size:.9rem;font-weight:500;color:#475569;cursor:pointer;transition:background .2s,color .2s}.app-nav button.active{background:#111827;color:#fff;box-shadow:0 10px 30px #11182733}.app-content{flex:1;padding:2.5rem;max-width:1200px;width:100%;margin:0 auto}.public-shell{min-height:100vh}.booking-shell{min-height:100vh;background:var(--color-background)}.booking-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 3rem;background:#fffffff2;border-bottom:1px solid #d7e3e5;box-shadow:0 10px 30px #1a2a3a14}.booking-home{padding:.6rem 1.4rem;font-size:.95rem}.booking-body{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem}.booking-info h1{margin:0;font-size:clamp(1.8rem,3vw,2.6rem)}.booking-info p{color:var(--color-muted);max-width:640px;margin-top:.5rem}.public-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2.5rem}.public-links{display:flex;gap:.75rem}.public-links a{border-radius:12px;border:1px solid #e2e8f0;padding:.5rem 1.1rem;font-weight:600;color:#111827;text-decoration:none}.page-grid{display:grid;grid-template-columns:2.5fr 1.2fr;gap:2rem}.panel{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 25px 70px #6366f11a,0 15px 20px #0f172a14}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.panel-title{font-size:1.4rem;font-weight:600;color:#0f172a}.panel-subtitle{font-size:.9rem;color:#64748b}.step-tabs{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.step-tabs button{border:1px solid #e2e8f0;background:#f8fafc;color:#475569;padding:.55rem 1.1rem;border-radius:12px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.step-tabs button.active{border-color:transparent;background:#111827;color:#fff}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.1rem 1.65rem}.form-section{margin-bottom:1.5rem}.section-label{font-size:.95rem;font-weight:600;color:#0f172a;margin-bottom:.75rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-size:.85rem;font-weight:500;color:#475569}.form-group input,.form-group select,.form-group textarea{padding:.7rem .95rem;border-radius:12px;border:1px solid #e2e8f0;font-size:.92rem;color:#0f172a;background:#fdfdfd;transition:border-color .2s,box-shadow .2s}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231a2a3a' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px 8px;padding-right:2.4rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.error-text{color:#dc2626;font-size:.78rem}.cta-row{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.ghost-button,.primary-button{border-radius:12px;border:none;font-weight:600;font-size:.95rem;padding:.85rem 1.6rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.ghost-button{background:var(--color-background);color:var(--color-text);border:1px solid rgba(12,127,122,.25)}.primary-button{background:var(--color-accent);color:#fff;box-shadow:0 15px 35px #0c7f7a40}.primary-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.ghost-button:hover,.primary-button:hover,.primary-chip:hover,.ghost-chip:hover{transform:scale(1.03);box-shadow:0 18px 40px #0f172a1f}.summary-card{display:flex;flex-direction:column;gap:1rem}.summary-title{font-size:1.1rem;font-weight:600;color:#0f172a}.summary-row{display:flex;justify-content:space-between;font-size:.9rem;color:#475569}.summary-highlight{font-size:1.8rem;font-weight:700;color:#111827}.chip{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;padding:.35rem .9rem;font-size:.85rem;background:#6366f11f;color:#4338ca;font-weight:600}.divider{height:1px;background:#f1f5f9;margin:1rem 0}.toast{margin-top:1rem;padding:.9rem 1rem;border-radius:12px;font-size:.9rem;background:#10b98126;color:#047857}.toast.error{background:#f8717126;color:#b91c1c}.driver-dashboard .page-head{display:flex;flex-direction:column;gap:.3rem;margin-bottom:1.5rem}.driver-dashboard .page-title{font-size:1.4rem;font-weight:600;color:#0f172a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:1.5rem}.stat-card{background:#fff;border-radius:20px;padding:1rem 1.25rem;box-shadow:0 15px 35px #0f172a14}.stat-label{font-size:.85rem;color:#94a3b8}.stat-value{font-size:1.6rem;font-weight:700;color:#111827}.table-card{background:#fff;border-radius:24px;padding:1.5rem;box-shadow:0 25px 60px #0f172a1f;width:100%}.table-toolbar{display:flex;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.table-toolbar input{flex:1;min-width:220px;padding:.7rem .85rem;border-radius:12px;border:1px solid #e2e8f0;font-size:.9rem}table{width:100%;border-collapse:collapse;table-layout:fixed}th,td{text-align:left;padding:.9rem .75rem;font-size:.85rem}th{color:#94a3b8;font-weight:500;border-bottom:1px solid #f1f5f9}tbody tr{border-bottom:1px solid #f1f5f9}tbody tr:last-child{border-bottom:none}table th:nth-child(1),table td:nth-child(1){width:22%}table th:nth-child(2),table td:nth-child(2){width:22%}table th:nth-child(3),table td:nth-child(3){width:14%}table th:nth-child(4),table td:nth-child(4){width:20%}table th:nth-child(5),table td:nth-child(5){width:22%}.status-pill{border-radius:999px;padding:.35rem .85rem;font-size:.78rem;font-weight:600;display:inline-flex;align-items:center;gap:.3rem}.status-pill.pending{background:#facc1533;color:#b45309}.status-pill.in_progress{background:#3b82f626;color:#1d4ed8}.status-pill.delivered{background:#10b9812e;color:#047857}.status-pill.cancelled{background:#f871712e;color:#b91c1c}.actions-cell{display:flex;align-items:center;justify-content:flex-end}.action-chip{border:none;background:#6366f11a;color:#4c1d95;border-radius:999px;padding:.45rem 1rem;display:inline-flex;align-items:center;gap:.45rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.action-chip svg{width:16px;height:16px}.action-chip:hover{background:#6366f133;color:#312e81}.status-cell{display:flex;flex-direction:column;gap:.35rem}.status-editor{display:flex;align-items:center;gap:.5rem}.status-editor select{border-radius:10px;border:1px solid #e2e8f0;padding:.4rem .55rem;font-size:.85rem;font-weight:500;color:#0f172a;background:#fff}.spinner{width:16px;height:16px;border-radius:50%;border:2px solid #c7d2fe;border-top-color:#4338ca;animation:spin .6s linear infinite}.status-editor .spinner{width:14px;height:14px}.status-locked{display:flex;flex-direction:column;gap:.2rem;font-size:.75rem;color:#94a3b8}.ghost-link{border:none;background:transparent;color:#2563eb;font-weight:600;cursor:pointer;padding:.35rem .5rem}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.auth-card{width:min(420px,100%);background:#fff;border-radius:24px;padding:2rem;box-shadow:0 30px 80px #0f172a2e;display:flex;flex-direction:column;gap:1rem}.auth-card h2{margin:0}.auth-card p{margin:0;color:#64748b}.secure-shell{min-height:100vh;display:flex;flex-direction:column}.secure-header{padding:1.25rem 2.5rem;display:flex;justify-content:space-between;align-items:center}.admin-portal{padding:0 2.5rem 2.5rem}.modal-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;justify-content:center;align-items:flex-start;padding-top:4rem;z-index:10}.modal{background:#fff;border-radius:24px;width:min(900px,calc(100% - 2rem));max-height:calc(100vh - 5rem);overflow-y:auto;box-shadow:0 25px 70px #0f172a40}.modal-header{padding:1.5rem 2rem 0}.modal-summary{padding:1rem 2rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.modal-summary-card{background:#f8fafc;border-radius:16px;padding:.75rem 1rem}.modal-summary-label{font-size:.75rem;color:#94a3b8;text-transform:uppercase}.modal-summary-value{font-weight:600;color:#0f172a}.modal-body{padding:1.5rem 2rem 2rem;display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}.modal-main{display:flex;flex-direction:column;gap:1.25rem}.modal-section{border:1px solid #f1f5f9;border-radius:20px;padding:1rem 1.25rem;background:#fff;box-shadow:0 10px 30px #0f172a0d}.modal-section-title{font-size:.95rem;font-weight:600;margin-bottom:.85rem;color:#0f172a}.modal-aside{border-radius:20px;padding:1.25rem;background:#f8fafc;display:flex;flex-direction:column;gap:1rem}.modal-meta-row{display:flex;flex-direction:column;font-size:.82rem;color:#64748b}.modal-meta-row strong{color:#111827;font-size:.95rem}.modal-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1.25rem}@media(max-width:1024px){.page-grid,.modal-body{grid-template-columns:1fr}.modal-summary{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.empty-state{text-align:center;padding:2rem;color:#94a3b8}.btn-content{display:inline-flex;align-items:center;gap:.5rem}.btn-content .spinner{width:14px;height:14px;border-color:#ffffff80;border-top-color:#fff}@keyframes spin{to{transform:rotate(360deg)}}.status-select{border:none;border-radius:999px;padding:.35rem 1rem;font-weight:600;font-size:.85rem;text-transform:capitalize;background:#6366f11a;color:#312e81;min-width:150px}.status-select.in_progress{background:#3b82f626;color:#1d4ed8}.status-select.delivered{background:#10b9812e;color:#047857}.status-select.cancelled{background:#f871712e;color:#b91c1c}.spinner.large{width:32px;height:32px;border-width:3px}.loading-overlay{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:20}.loading-card{background:#fff;padding:1.5rem 2rem;border-radius:16px;display:flex;align-items:center;gap:1rem;font-weight:600;color:#0f172a;box-shadow:0 20px 50px #0f172a33}.snackbar{position:fixed;bottom:1.5rem;right:1.5rem;transform:translateY(150%);transition:transform .3s ease,opacity .3s ease;background:#0f172a;color:#fff;padding:.9rem 1.4rem;border-radius:999px;font-size:.9rem;font-weight:600;box-shadow:0 20px 40px #0f172a40;opacity:0;z-index:30}.snackbar.visible{transform:translateY(0);opacity:1}.snackbar.success{background:#16a34a}.snackbar.error{background:#dc2626}.nav-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.nav-brand img{width:48px;height:48px;border-radius:12px;object-fit:contain;background:#fff;box-shadow:0 10px 25px #0f172a1f}.nav-bar nav a{text-decoration:none;color:var(--color-text);font-weight:600;font-size:.95rem;cursor:pointer}.nav-ctas a{cursor:pointer}.ghost-chip{border:1px solid rgba(12,127,122,.25);color:var(--color-text);background:var(--color-surface)}.primary-chip{background:linear-gradient(120deg,var(--color-primary),var(--color-primary-accent));color:#fff}.app-nav .primary-chip,.nav-ctas .primary-chip{background:var(--color-primary)}.hero-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;padding:4rem 3rem 3rem;background:radial-gradient(circle at 20% 20%,rgba(27,182,166,.15),transparent 55%),var(--color-background)}.hero-text p{font-size:1rem;color:var(--color-muted)}.hero-eyebrow{color:var(--color-primary);font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:.85rem}.hero-illustration{width:100%;border-radius:32px;background:linear-gradient(135deg,#0c7f7a,#1bb6a6);aspect-ratio:4 / 3;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.3)}.hero-illustration .container{position:absolute;bottom:10%;left:15%;width:70%;height:20%;background:#ffffff4d;border-radius:12px}.hero-card{position:absolute;bottom:1rem;right:1rem;padding:1rem 1.5rem;background:#fff;border-radius:16px;box-shadow:0 20px 60px #1a2a3a2e;border:1px solid rgba(12,127,122,.2)}.hero-card-eyebrow{font-size:.8rem;color:var(--color-muted);margin-bottom:.25rem}.stats-section,.services-section,.solutions-section,.strengths-section,.certifications-section,.locations-section,.quote-section,.contact-section{padding:3rem}.link-chip{text-decoration:none;font-weight:600;color:var(--color-primary)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.service-card{background:#fff;border-radius:1.2rem;padding:1.5rem;box-shadow:0 18px 45px #0f172a14;display:flex;flex-direction:column;gap:.5rem}.service-icon{font-size:2rem}.strength-card{display:flex;gap:.5rem;align-items:center;background:#fff;padding:1rem;border-radius:1rem;box-shadow:0 15px 40px #0f172a0f}.badge-row span{background:#fff;padding:.6rem 1.1rem;border-radius:999px;box-shadow:0 12px 30px #0f172a14}.location-card span{color:#00a3ff;font-weight:600}.quote-section{background:#0b1f33;color:#fff}.quote-form input,.quote-form select,.quote-form textarea{border-radius:.8rem;border:none;padding:.75rem}.quote-form button{grid-column:1 / -1}.map-placeholder{height:200px;border-radius:1rem;background:repeating-linear-gradient(45deg,#0052cc14,#0052cc14 10px,#ffffff4d 10px 20px),#f0f4ff;display:flex;align-items:center;justify-content:center;color:#0b1f33;font-weight:600}.site-footer{background:#0b1f33;color:#fff;padding:3rem}.homepage{background:#f5f7fb;color:#111827}.nav-bar{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:1rem 3rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0}.nav-brand{display:flex;align-items:center;gap:.75rem}.nav-brand p{margin:0;color:#6b7280;font-size:.85rem}.logo-dot{width:40px;height:40px;border-radius:50%;background:linear-gradient(120deg,#0052cc,#00a3ff)}.nav-bar nav{display:flex;gap:1rem}.nav-bar nav a{text-decoration:none;color:#0b1f33;font-weight:600;font-size:.95rem}.nav-ctas{display:flex;gap:.5rem}.ghost-chip,.primary-chip{padding:.45rem 1.1rem;border-radius:999px;font-weight:600;text-decoration:none}.ghost-chip{border:1px solid rgba(15,23,42,.15);color:#0f172a}.primary-chip{background:linear-gradient(120deg,#0052cc,#00a3ff);color:#fff}.hero-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:4rem 3rem 3rem}.hero-text h1{font-size:clamp(2rem,3vw,3.2rem);margin-bottom:1rem}.hero-text p{font-size:1rem;color:#475569}.hero-eyebrow{color:#0052cc;font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:.85rem}.hero-ctas{display:flex;gap:1rem;margin-top:1.2rem}.hero-ctas .primary-button,.hero-ctas .ghost-button{text-decoration:none}.trust-badges{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.trust-badges span{background:#fff;border-radius:999px;padding:.35rem .8rem;font-size:.85rem;box-shadow:0 5px 20px #0f172a14}.hero-visual{position:relative;padding:2rem}.hero-illustration{width:100%;border-radius:32px;background:linear-gradient(135deg,#0c7f7a,#1bb6a6 65%,#0c7f7a);aspect-ratio:4 / 3;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.3)}.hero-illustration .plane{position:absolute;width:120px;height:40px;background:#fff;border-radius:20px;top:20%;left:10%;box-shadow:0 15px 30px #00000040}.hero-illustration .cityscape{position:absolute;width:100%;height:40%;bottom:0;background:linear-gradient(0deg,rgba(255,255,255,.35),transparent)}.hero-illustration .container{position:absolute;bottom:10%;left:15%;width:70%;height:20%;background:#ffffff40;border-radius:12px}.hero-card{position:absolute;bottom:1rem;right:1rem;padding:1rem 1.5rem;background:#fff;border-radius:16px;border:1px solid rgba(12,127,122,.15);box-shadow:0 25px 55px #1a2a3a33}.hero-card-eyebrow{font-size:.8rem;color:#6b7280;margin-bottom:.25rem}.services-section,.solutions-section,.strengths-section,.certifications-section,.locations-section,.quote-section,.contact-section{padding:3rem}.section-header{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.section-divider{width:90px;height:4px;border-radius:999px;background:var(--color-primary);margin:.4rem auto 0}.link-chip{text-decoration:none;font-weight:600;color:#0052cc}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.stat-card{background:#fff;border-radius:1rem;padding:1.25rem;box-shadow:0 20px 40px #0f172a0f}.stat-value{font-size:2rem;font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;justify-items:center;justify-content:center}.service-card{width:100%;max-width:360px;background:#fff;border-radius:1.2rem;padding:1.5rem;box-shadow:0 18px 45px #0f172a14;display:flex;flex-direction:column;gap:.5rem}.service-card ul{padding-left:1.1rem;margin:0;color:#475569;font-size:.9rem}.service-icon{width:64px;height:64px}.service-icon svg{width:100%;height:100%;display:block}.solutions-section{background:var(--color-surface)}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.solution-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 18px 45px #0f172a14}.strengths-section{background:var(--color-surface)}.strengths-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.strength-card{display:flex;gap:.5rem;align-items:center;background:linear-gradient(120deg,#fff,#0052cc12);padding:1rem;border-radius:1rem;box-shadow:0 15px 40px #0f172a0f}.badge-row{display:flex;flex-wrap:wrap;gap:.75rem}.badge-card{background:#fff;padding:.6rem 1.1rem;border-radius:999px;box-shadow:0 12px 30px #0f172a14;font-weight:600}.certifications-section{background:var(--color-surface)}.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.location-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 15px 40px #0f172a14}.location-card span{color:var(--color-accent);font-weight:600}.quote-section{background:#0e2f2d;color:#fff}.quote-section .section-header p,.quote-section .section-header h2{color:#fff}.quote-card{background:#ffffff0d;color:#fff;border-radius:1.5rem;padding:1.5rem;box-shadow:0 30px 60px #00000040;border:1px solid rgba(255,255,255,.08)}.quote-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.quote-form label{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem}.quote-form input,.quote-form select,.quote-form textarea{border-radius:.8rem;border:none;padding:.75rem .95rem;background:#fff3;color:#fff;appearance:none}.quote-form select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffffff' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px 8px;padding-right:2.2rem}.quote-form button{grid-column:1 / -1;justify-self:end;width:auto}.quote-submit{padding-inline:2.5rem}.form-note{grid-column:1 / -1;color:#ffffffb3;font-size:.85rem}.contact-card{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 20px 50px #0f172a14;display:flex;flex-direction:column;gap:1.5rem}.contact-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.map-placeholder{height:200px;border-radius:1rem;background:repeating-linear-gradient(45deg,#1bb6a614,#1bb6a614 10px,#fff9 10px 20px),#f4f7f8;display:flex;align-items:center;justify-content:center;color:var(--color-text);font-weight:600}.site-footer{background:#0a2a28;color:#fff;padding:3rem}.site-footer a,.site-footer p,.site-footer li{color:#ffffffb3}.site-footer h4{color:#fff;font-weight:600}.footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.footer-columns ul{padding-left:1.1rem;margin:.5rem 0 0}.footer-bottom{margin-top:1.5rem;text-align:center;color:#fff9}.fade-up{opacity:0;transform:translateY(25px)}.fade-up.in-view{animation:fadeUp .8s ease forwards}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.nav-bar{flex-direction:column;gap:1rem}.nav-bar nav{flex-wrap:wrap;justify-content:center}.hero-section,.stats-section,.services-section,.solutions-section,.strengths-section,.certifications-section,.locations-section,.quote-section,.contact-section{padding:2rem 1.25rem}.hero-ctas{flex-direction:column}.nav-ctas{width:100%;justify-content:center}}
