*{margin:0;padding:0;box-sizing:border-box}:root{--primary-orange: #FF6B35;--dark-orange: #E85A2A;--light-orange: #FFB89A;--off-white: #F8F8F8;--dark-grey: #333333;--slate: #475569;--charcoal: #1e293b;--light-blue: #4A90E2;--white: #FFFFFF}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--charcoal);background-color:var(--off-white);line-height:1.6;font-weight:400}.container{max-width:1150px;margin:0 auto;padding:0 20px}.header{background-color:var(--white);padding:20px 0;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:10px}.logo-icon{width:40px;height:40px}.logo-text{font-size:24px;font-weight:700;color:var(--charcoal)}.volunteer-pilot-badge{background-color:var(--primary-orange);color:var(--white);padding:4px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.nav{display:flex;gap:30px}.nav-link{color:var(--slate);text-decoration:none;font-weight:500;font-size:14px;transition:color .3s;text-transform:capitalize}.nav-link:hover{color:var(--primary-orange)}.btn-header{padding:10px 24px;font-size:14px;min-width:auto}.hero{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;background-color:var(--off-white);overflow:hidden;padding:100px 20px}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.hero-background-image{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(https://images.unsplash.com/photo-1541339907198-e08756dedf3f?w=1200&q=80);background-size:cover;background-position:center;filter:blur(3px);opacity:.3}.hero-overlay-text{position:absolute;top:20px;left:50%;transform:translate(-50%);color:var(--charcoal);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:2px;z-index:1;background:#ffffffe6;padding:8px 20px;border-radius:20px}.bubble{position:absolute;border-radius:50%;background:#ff6b351a;animation:float 20s infinite ease-in-out}.bubble-1{width:200px;height:200px;top:10%;left:10%;animation-delay:0s}.bubble-2{width:150px;height:150px;top:60%;right:15%;animation-delay:2s}.bubble-3{width:100px;height:100px;top:30%;right:30%;animation-delay:4s}.bubble-4{width:120px;height:120px;bottom:20%;left:20%;animation-delay:6s}.bubble-5{width:80px;height:80px;top:50%;left:50%;animation-delay:8s}.bubble-6{width:90px;height:90px;top:15%;right:25%;animation-delay:1s}.bubble-7{width:110px;height:110px;bottom:30%;right:10%;animation-delay:3s}.bubble-8{width:70px;height:70px;top:70%;left:30%;animation-delay:5s}.bubble-9{width:130px;height:130px;top:5%;left:50%;animation-delay:7s}.bubble-10{width:95px;height:95px;top:45%;right:5%;animation-delay:9s}.bubble-11{width:85px;height:85px;bottom:10%;left:60%;animation-delay:1.5s}.bubble-12{width:105px;height:105px;top:25%;left:5%;animation-delay:3.5s}.bubble-13{width:75px;height:75px;top:55%;left:15%;animation-delay:5.5s}.bubble-14{width:115px;height:115px;bottom:5%;right:35%;animation-delay:7.5s}.bubble-15{width:65px;height:65px;top:80%;right:50%;animation-delay:9.5s}@keyframes float{0%,to{transform:translateY(0) translate(0)}25%{transform:translateY(-20px) translate(10px)}50%{transform:translateY(-40px) translate(-10px)}75%{transform:translateY(-20px) translate(5px)}}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px}.hero-title{font-size:64px;font-weight:800;margin-bottom:20px;line-height:1.1}.title-line-1{color:var(--charcoal);display:block}.title-line-2{color:var(--charcoal);display:block;font-weight:900}.hero-subheading{font-size:20px;color:var(--slate);font-weight:400;margin-bottom:40px;line-height:1.5}.hero-buttons{display:flex;flex-direction:column;gap:15px;align-items:center;margin-bottom:20px}.btn-hero-primary{min-width:300px;padding:20px 50px;font-size:18px;display:flex;align-items:center;justify-content:center;gap:10px}.btn-hero-secondary{min-width:300px;padding:18px 50px;font-size:18px;background-color:var(--light-blue);color:var(--white);border:none;display:flex;align-items:center;justify-content:center;gap:10px}.btn-hero-secondary:hover{background-color:#357abd;transform:translateY(-2px);box-shadow:0 4px 12px #4a90e24d}.btn-icon{font-size:20px}.hero-trust-links{display:flex;align-items:center;justify-content:center;gap:10px;font-size:14px;color:var(--slate)}.trust-link{color:var(--slate);text-decoration:none;transition:color .3s}.trust-link:hover{color:var(--primary-orange)}.trust-separator{color:var(--slate);opacity:.5}.btn{padding:16px 40px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block;min-height:48px;min-width:120px}.btn-primary{background-color:var(--primary-orange);color:var(--white)}.btn-primary:hover{background-color:var(--dark-orange);transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.btn-secondary{background-color:var(--light-blue);color:var(--white)}.btn-secondary:hover{background-color:#357abd;transform:translateY(-2px);box-shadow:0 4px 12px #4a90e24d}.btn-large{padding:18px 50px;font-size:18px;min-width:280px}.section{padding:120px 0;background-color:var(--white)}.section:nth-child(2n):not(.get-started){background-color:var(--off-white)}.section-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.section-content.reverse{direction:rtl}.section-content.reverse>*{direction:ltr}.section-title{font-size:48px;color:var(--charcoal);margin-bottom:30px;font-weight:700;line-height:1.2}.section-title.centered{text-align:center;margin-bottom:40px}.section-description{font-size:18px;color:var(--slate);line-height:1.8;margin-bottom:30px;font-weight:400}.section-image{display:flex;flex-direction:column;justify-content:center;align-items:center}.features-list{display:flex;flex-direction:column;gap:30px;margin-top:40px}.feature-item{display:flex;gap:20px;align-items:flex-start}.feature-icon{font-size:32px;flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#ff6b351a;border-radius:12px}.feature-content{flex:1}.feature-title{font-size:20px;font-weight:600;color:var(--charcoal);margin-bottom:8px}.feature-description{font-size:16px;color:var(--slate);font-weight:400;line-height:1.6}.phone-caption{font-size:12px;color:var(--slate);font-weight:600;text-align:center;margin-bottom:15px;text-transform:uppercase;letter-spacing:2px}.phone-header{position:absolute;top:0;left:0;right:0;background:#fffffff2;padding:12px 16px;z-index:20;border-bottom:1px solid rgba(0,0,0,.1)}.phone-user-profile{display:flex;align-items:center;gap:10px}.user-avatar{width:32px;height:32px;border-radius:50%;background:var(--primary-orange);display:flex;align-items:center;justify-content:center;font-size:18px}.user-info{flex:1}.user-name{font-size:14px;font-weight:600;color:var(--charcoal)}.phone-mockup{width:300px;height:600px;background:linear-gradient(145deg,#e6e6e6,#fff);border-radius:40px;padding:20px;box-shadow:0 20px 60px #0000004d;transform:rotate(-5deg);position:relative}.phone-screen{width:100%;height:100%;background:#f0f0f0;border-radius:30px;overflow:hidden;position:relative}.map-container{width:100%;height:100%;position:relative;overflow:hidden}.map-iframe{width:100%;height:100%;border:none;border-radius:30px;pointer-events:none}.map-pin{position:absolute;display:flex;flex-direction:column;align-items:center;gap:5px;animation:pulse 2s infinite;z-index:10;pointer-events:none}.pin-icon{font-size:24px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.pin-label{background:var(--white);padding:4px 8px;border-radius:4px;font-size:10px;white-space:nowrap;box-shadow:0 2px 4px #0003;font-weight:500}.pin-1{top:45%;left:25%}.pin-2{top:35%;right:25%}.pin-3{top:55%;left:35%}.pin-4{top:25%;left:15%}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:40px 0}.stat-item{text-align:center}.stat-number{font-size:36px;font-weight:700;color:var(--primary-orange);margin-bottom:8px}.stat-label{font-size:14px;color:var(--charcoal);font-weight:500;text-transform:none;letter-spacing:0}.trust-badges{display:flex;flex-wrap:wrap;gap:15px;margin-top:30px}.trust-badge{padding:10px 20px;background:#ff6b351a;border-radius:8px;font-size:14px;color:var(--charcoal);font-weight:500;display:flex;align-items:center;gap:8px}.badge-icon{font-size:18px}.about-heading{font-size:14px;color:var(--primary-orange);font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:15px}.about-content{margin-bottom:40px}.about-content .section-description{margin-bottom:20px}.testimonial-box{background:#f5f5f0;border-radius:16px;padding:40px;max-width:500px;box-shadow:0 4px 12px #0000001a}.testimonial-quote{font-size:18px;font-style:italic;color:var(--charcoal);line-height:1.6;margin-bottom:30px;font-weight:400}.testimonial-author{display:flex;align-items:center;gap:15px}.author-avatar{width:50px;height:50px;border-radius:50%;background:#ff6b6b;color:var(--white);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;flex-shrink:0}.author-info{display:flex;flex-direction:column;gap:4px}.author-name{font-size:16px;font-weight:600;color:var(--charcoal)}.author-location{font-size:14px;color:var(--slate);font-weight:400}.download-app{text-align:center;background:linear-gradient(135deg,var(--charcoal) 0%,var(--slate) 100%);color:var(--white)}.download-app .section-title{color:var(--white)}.download-microcopy{font-size:16px;color:#fffc;font-weight:300;margin-bottom:40px;letter-spacing:1px}.download-content{display:flex;flex-direction:column;align-items:center;gap:40px}.phone-mockups{display:flex;gap:60px;justify-content:center;align-items:flex-start}.phone-mockup-ios,.phone-mockup-android{display:flex;flex-direction:column;align-items:center;gap:20px;position:relative}.phone-mockup-bg{position:absolute;width:200px;height:300px;border-radius:30px;z-index:0;top:50%;left:50%;transform:translate(-50%,-50%)}.phone-bg-ios{background:linear-gradient(135deg,#ffb3d1,pink)}.phone-bg-android{background:linear-gradient(135deg,#90ee90,#98fb98)}.phone-frame{width:140px;height:280px;background:linear-gradient(145deg,#e6e6e6,#fff);border-radius:25px;padding:12px;box-shadow:0 15px 40px #0006;position:relative;z-index:1}.phone-screen-small{width:100%;height:100%;background:#f0f0f0;border-radius:18px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.phone-lock-screen{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.lock-time{font-size:48px;font-weight:300;margin-bottom:10px}.lock-text{font-size:16px;font-weight:500;opacity:.9}.lock-logo{font-size:64px;font-weight:700;color:var(--primary-orange);background:#fff;width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center}.btn-download{min-width:180px;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;z-index:2}.store-icon{font-size:18px}.footer{padding:0;background-color:var(--white);position:relative}.footer-bottom{background-color:var(--off-white);border-top:1px solid rgba(0,0,0,.1);padding:40px 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-logo{display:flex;align-items:center;gap:10px}.footer-logo-icon{width:30px;height:30px}.footer-logo-text{font-size:16px;font-weight:600;color:var(--charcoal)}.footer-links{display:flex;gap:25px;flex-wrap:wrap}.footer-link{color:var(--slate);text-decoration:none;font-size:14px;font-weight:400;transition:color .3s}.footer-link:hover{color:var(--primary-orange)}.footer-copyright{font-size:14px;color:var(--slate);font-weight:400}.get-started{background-color:var(--primary-orange);padding:0}.get-started-content{display:grid;grid-template-columns:1fr 1fr;min-height:600px}.get-started-left{background-color:var(--primary-orange);padding:80px 60px;display:flex;flex-direction:column;justify-content:center;color:var(--white)}.get-started-title{font-size:48px;font-weight:700;color:var(--white);margin-bottom:20px;line-height:1.2;font-family:Georgia,serif}.get-started-description{font-size:18px;color:var(--white);line-height:1.6;margin-bottom:50px;opacity:.95}.contact-info{display:flex;flex-direction:column;gap:30px}.contact-item{display:flex;align-items:center;gap:20px}.contact-icon{width:50px;height:50px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.contact-details{display:flex;flex-direction:column;gap:5px}.contact-label{font-size:14px;color:var(--white);opacity:.9;text-transform:capitalize}.contact-value{font-size:18px;color:var(--white);font-weight:600}.get-started-right{background-color:var(--off-white);padding:60px;display:flex;align-items:center;justify-content:center}.request-form-card{background:var(--white);border-radius:20px;padding:50px;width:100%;max-width:500px;box-shadow:0 10px 40px #0000001a}.form-title{font-size:28px;font-weight:700;color:var(--charcoal);margin-bottom:30px}.request-form{display:flex;flex-direction:column;gap:25px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:600;color:var(--charcoal)}.form-input,.form-textarea{padding:14px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:16px;font-family:inherit;color:var(--charcoal);transition:border-color .3s;background:var(--white)}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary-orange)}.form-textarea{resize:vertical;min-height:120px}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.btn-submit{width:100%;padding:16px 24px;font-size:18px;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px}.btn-arrow{font-size:20px}@media (max-width: 768px){.header .container{flex-direction:column;gap:20px}.nav{flex-wrap:wrap;justify-content:center;gap:15px}.hero-title{font-size:42px}.hero-subheading{font-size:18px}.section-content{grid-template-columns:1fr;gap:60px}.section-content.reverse{direction:ltr}.section{padding:80px 0}.phone-mockup{width:250px;height:500px}.people-cards{grid-template-columns:repeat(2,1fr);max-width:300px}.footer-bottom-content{flex-direction:column;text-align:center}.footer-links{justify-content:center}.download-buttons{flex-direction:column;align-items:center}.btn-large{min-width:100%}.stats-grid{grid-template-columns:1fr;gap:20px}.phone-mockups{flex-direction:column;gap:30px}.get-started-content{grid-template-columns:1fr}.get-started-left{padding:60px 40px}.get-started-right{padding:40px}.request-form-card{padding:40px 30px}}@media (max-width: 480px){.hero-title{font-size:32px}.section-title{font-size:36px}.nav{font-size:12px;gap:10px}.btn-hero-primary,.btn-hero-secondary{min-width:100%}}
