@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box}html,body{width:100%;margin:0;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{width:100%}.header{z-index:1000;background-color:var(--white);box-shadow:var(--shadow);width:100%;position:fixed;top:0;left:0;right:0;overflow-x:hidden}.header-container{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:.5rem 1rem;display:flex}.logo{flex-shrink:0}.logo img{object-fit:contain;width:auto;max-width:100%;height:140px!important}.menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;padding:0;display:none}.menu-toggle span{background-color:var(--navy);width:100%;height:3px;transition:var(--transition);border-radius:2px;display:block}.menu-toggle.active span:first-child{transform:rotate(45deg)translate(5px,6px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-6px)}.nav{align-items:center;gap:2rem;display:flex}.nav-list{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:var(--navy);transition:var(--transition);padding:.5rem 0;font-weight:500;position:relative}.nav-link:after{content:"";background-color:var(--yellow);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{color:var(--navy)}.nav-cta{white-space:nowrap}.nav-backdrop{display:none}@media (width<=768px){.header-container{max-width:100%;padding:.5rem 1rem}.logo img{height:70px!important}.menu-toggle{flex-shrink:0;display:flex}.nav{background-color:var(--white);width:80%;max-width:300px;height:100vh;box-shadow:var(--shadow-lg);z-index:1000;visibility:hidden;flex-direction:column;justify-content:flex-start;padding:5rem 2rem 2rem;transition:transform .3s;position:fixed;top:0;right:0;transform:translate(100%)}.nav.open{visibility:visible;transform:translate(0)}.nav-list{flex-direction:column;gap:1.5rem;width:100%}.nav-link{font-size:1.125rem}.nav-cta{width:100%;margin-top:1rem}.nav-backdrop{z-index:999;background-color:#00000080;display:block;position:fixed;inset:0}}.footer{background-color:var(--gray-light);color:var(--text-dark);padding:4rem 0 0}.footer-content{grid-template-columns:repeat(4,1fr);gap:2rem;padding-bottom:3rem;display:grid}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-logo{object-fit:contain;width:auto;height:120px}.motto{color:var(--navy);font-size:1rem;font-weight:600}.footer-links h4,.footer-contact h4,.footer-cta h4{color:var(--navy);margin-bottom:1rem;font-size:1.125rem}.footer-links ul,.footer-contact ul{margin:0;padding:0;list-style:none}.footer-links li,.footer-contact li{margin-bottom:.75rem}.footer-links a,.footer-contact a{color:var(--gray-dark);transition:var(--transition)}.footer-links a:hover,.footer-contact a:hover{color:var(--navy)}.footer-contact li{color:var(--gray-dark);align-items:center;gap:.75rem;display:flex}.footer-contact svg{color:var(--yellow-dark);flex-shrink:0}.footer-cta p{color:var(--gray-dark);margin-bottom:1rem}.footer-cta .btn{width:100%}.footer-bottom{background-color:var(--navy);justify-content:space-between;align-items:center;margin:0 -100vw;padding:1.5rem 100vw;display:flex}.footer-bottom p{color:var(--white);font-size:.875rem}.footer-bottom-right{align-items:center;gap:1.5rem;display:flex}.powered-by{color:#ffffffb3;transition:var(--transition);font-size:.8125rem}.powered-by:hover{color:var(--yellow)}.admin-link{color:#ffffff80;transition:var(--transition);font-size:.75rem}.admin-link:hover{color:var(--yellow)}@media (width<=992px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.footer{padding:3rem 0 0}.footer-content{text-align:center;grid-template-columns:1fr}.footer-brand{align-items:center}.footer-contact li{justify-content:center}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.hero{justify-content:center;align-items:center;min-height:100vh;margin-top:0;padding-top:160px;display:flex;position:relative;overflow:hidden}.hero-slideshow{position:absolute;inset:0}.hero-slide{opacity:0;background-position:50%;background-size:cover;transition:opacity 1s ease-in-out;position:absolute;inset:0}.hero-slide.active{opacity:1}.hero-overlay{background:linear-gradient(135deg,#0a1f44d9 0%,#0a1f44b3 50%,#0a1f4499 100%);position:absolute;inset:0}.hero-content{z-index:1;text-align:center;color:var(--white);max-width:800px;padding:2rem 1rem;position:relative}.hero-title{text-shadow:2px 2px 4px #0000004d;margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.1}.hero-subtitle{color:var(--yellow);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.hero-description{opacity:.9;max-width:600px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.7}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-cta .btn-primary{background-color:var(--yellow);color:var(--navy);border:2px solid var(--yellow);font-weight:700}.hero-cta .btn-primary:hover{background-color:var(--yellow-light);border-color:var(--yellow-light)}.hero-outline-btn{background-color:var(--white);color:var(--navy);border:2px solid var(--white);font-weight:700}.hero-outline-btn:hover{background-color:var(--yellow);border-color:var(--yellow);color:var(--navy)}.hero-indicators{z-index:2;gap:.75rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.indicator{border:2px solid var(--white);cursor:pointer;width:12px;height:12px;transition:var(--transition);background:0 0;border-radius:50%;padding:0}.indicator.active,.indicator:hover{background:var(--yellow);border-color:var(--yellow)}@media (width<=768px){.hero{min-height:100svh}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.hero-cta{flex-direction:column;align-items:center}.hero-cta .btn{width:100%;max-width:280px}}.service-card{background:var(--white);box-shadow:var(--shadow);transition:var(--transition);border-radius:16px;flex-direction:column;height:100%;padding:2rem;display:flex}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.service-icon{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);width:64px;height:64px;color:var(--yellow);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.service-icon svg{width:32px;height:32px}.service-title{color:var(--navy);margin-bottom:.75rem;font-size:1.375rem;font-weight:700}.service-description{color:var(--gray-dark);flex:1;margin-bottom:1.5rem;line-height:1.7}.service-features{margin:0 0 1.5rem;padding:0;list-style:none}.service-features li{color:var(--text-dark);align-items:center;gap:.5rem;padding:.375rem 0;font-size:.9375rem;display:flex}.service-features svg{color:var(--yellow-dark);flex-shrink:0}.service-btn{width:100%;margin-top:auto}.services-preview{background:var(--gray-light)}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.why-us{background:var(--white)}.why-us-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.why-us-text p{color:var(--gray-dark);margin-bottom:2rem;font-size:1.125rem}.why-list{margin:0 0 2rem;padding:0;list-style:none}.why-list li{gap:1rem;margin-bottom:1.5rem;display:flex}.why-icon{background:var(--yellow);width:28px;height:28px;color:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.why-list strong{color:var(--navy);font-size:1.0625rem}.why-list p{color:var(--gray-dark);margin:.25rem 0 0;font-size:.9375rem}.why-us-image{box-shadow:var(--shadow-lg);border-radius:16px;position:relative;overflow:hidden}.why-us-image:before{content:"";background:var(--yellow);z-index:-1;border-radius:50%;width:100px;height:100px;position:absolute;top:-20px;right:-20px}.why-us-image img{object-fit:cover;width:100%;height:500px}@media (width<=992px){.services-grid{grid-template-columns:repeat(2,1fr)}.why-us-content{grid-template-columns:1fr;gap:2rem}.why-us-image{order:-1}.why-us-image img{height:350px}.why-us-text{text-align:center}.section-title{text-align:center!important}.why-list{text-align:left;max-width:400px;margin-left:auto;margin-right:auto}.why-us-text .btn{display:inline-block}}@media (width<=768px){.services-grid{grid-template-columns:1fr}.cta-content h2{font-size:1.75rem}}.about-page{padding-top:160px}.about-intro{background:var(--white)}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-text h2{color:var(--navy);margin-bottom:1.5rem;font-size:2rem}.about-text p{color:var(--gray-dark);margin-bottom:1.25rem;font-size:1.0625rem;line-height:1.8}.about-image{box-shadow:var(--shadow-lg);border-radius:16px;overflow:hidden}.about-image img{object-fit:cover;width:100%;height:450px}.values-section{background:var(--gray-light)}.values-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.value-card{background:var(--white);text-align:center;box-shadow:var(--shadow);transition:var(--transition);border-radius:16px;padding:2rem}.value-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.value-icon{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);width:64px;height:64px;color:var(--yellow);border-radius:12px;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.value-icon svg{width:32px;height:32px}.value-card h3{color:var(--navy);margin-bottom:.75rem;font-size:1.25rem}.value-card p{color:var(--gray-dark);font-size:.9375rem;line-height:1.6}.stats-section{background:var(--navy);padding:3rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat{flex-direction:column;gap:.5rem;display:flex}.stat-number{color:var(--yellow);font-size:3rem;font-weight:700}.stat-label{color:var(--white);opacity:.9;font-size:1rem}@media (width<=992px){.about-content{grid-template-columns:1fr;gap:2rem}.about-image{order:-1}.values-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.page-hero h1{font-size:2rem}.values-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-number{font-size:2.25rem}.cta-content h2{font-size:1.75rem}}.services-page{padding-top:160px}.services-section{background:var(--gray-light)}.services-full-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.process-section{background:var(--white)}.process-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.process-step{text-align:center;position:relative}.process-step:after{content:"";background:var(--gray);width:calc(100% - 80px);height:2px;position:absolute;top:40px;right:-1rem}.process-step:last-child:after{display:none}.step-number{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);width:80px;height:80px;color:var(--yellow);z-index:1;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;font-weight:700;display:flex;position:relative}.process-step h3{color:var(--navy);margin-bottom:.75rem;font-size:1.25rem}.process-step p{color:var(--gray-dark);font-size:.9375rem;line-height:1.6}.cta-section{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);color:var(--white)}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-content h2{color:var(--white);margin-bottom:1rem;font-size:2.25rem}.cta-content p{opacity:.9;margin-bottom:2rem;font-size:1.125rem}@media (width<=992px){.services-full-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}.process-step:after{display:none}}@media (width<=576px){.page-hero h1{font-size:2rem}.services-full-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr;gap:2rem}.cta-content h2{font-size:1.75rem}}.quote-form{background:var(--white);box-shadow:var(--shadow-lg);border-radius:16px;padding:2.5rem}.form-row{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--navy);margin-bottom:.5rem;font-size:.9375rem;font-weight:600;display:block}.form-group .optional{color:var(--gray-dark);margin-left:.5rem;font-size:.8125rem;font-weight:400}.form-group input,.form-group select,.form-group textarea{border:2px solid var(--gray);background:var(--white);width:100%;transition:var(--transition);border-radius:8px;padding:.875rem 1rem;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--navy);outline:none;box-shadow:0 0 0 3px #0a1f441a}.form-group input.error,.form-group select.error{border-color:#dc3545}.error-message{color:#dc3545;margin-top:.375rem;font-size:.8125rem;display:block}.form-group textarea{resize:vertical;min-height:120px}.slider{-webkit-appearance:none;background:linear-gradient(to right, var(--navy) 0%, var(--yellow) 100%);border:none;border-radius:4px;outline:none;width:100%;height:8px;margin:.5rem 0;padding:0}.slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--navy);cursor:pointer;border:3px solid var(--white);width:24px;height:24px;box-shadow:var(--shadow);border-radius:50%}.slider::-moz-range-thumb{background:var(--navy);cursor:pointer;border:3px solid var(--white);width:24px;height:24px;box-shadow:var(--shadow);border-radius:50%}.slider-labels{color:var(--gray-dark);justify-content:space-between;font-size:.8125rem;display:flex}.submit-btn{width:100%;margin-top:1rem}.form-disclaimer{text-align:center;color:var(--gray-dark);margin-top:1rem;margin-bottom:0;font-size:.8125rem}.quote-form-success{background:var(--white);box-shadow:var(--shadow-lg);text-align:center;border-radius:16px;padding:3rem}.success-icon{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.success-icon svg{color:var(--yellow)}.quote-form-success h3{color:var(--navy);margin-bottom:.75rem;font-size:1.75rem}.quote-form-success p{color:var(--gray-dark);max-width:400px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}@media (width<=768px){.quote-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:0}}.quote-page{padding-top:160px}.quote-section{background:var(--gray-light)}.quote-layout{grid-template-columns:1fr 1.5fr;align-items:start;gap:3rem;display:grid}.quote-info h2{color:var(--navy);margin-bottom:1.5rem;font-size:1.75rem}.benefits-list{margin:0 0 2.5rem;padding:0;list-style:none}.benefits-list li{gap:1rem;margin-bottom:1.25rem;display:flex}.benefit-icon{background:var(--yellow);width:28px;height:28px;color:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.benefits-list strong{color:var(--navy);font-size:1.0625rem;display:block}.benefits-list p{color:var(--gray-dark);margin:.25rem 0 0;font-size:.9375rem}.contact-quick{background:var(--white);box-shadow:var(--shadow);border-radius:12px;padding:1.5rem}.contact-quick h3{color:var(--navy);margin-bottom:1rem;font-size:1.125rem}.phone-link{color:var(--navy);transition:var(--transition);align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;display:flex}.phone-link:hover{color:var(--navy-light)}.phone-link svg{color:var(--yellow-dark)}.contact-quick p{color:var(--gray-dark);font-size:.875rem}@media (width<=992px){.quote-layout{grid-template-columns:1fr}.quote-info{order:1}.quote-form-wrapper{order:0}}@media (width<=576px){.page-hero h1{font-size:2rem}}.contact-page{padding-top:160px}.contact-section{background:var(--gray-light)}.contact-grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:3rem;display:grid}.contact-info h2{color:var(--navy);margin-bottom:1rem;font-size:2rem}.contact-intro{color:var(--gray-dark);margin-bottom:2.5rem;font-size:1.125rem}.contact-methods{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.contact-method{background:var(--white);box-shadow:var(--shadow);border-radius:12px;gap:1.25rem;padding:1.5rem;display:flex}.method-icon{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.method-icon svg{color:var(--yellow)}.method-details h3{color:var(--navy);margin-bottom:.375rem;font-size:1.125rem}.method-details a{color:var(--navy);transition:var(--transition);font-size:1.125rem;font-weight:600;display:block}.method-details a:hover{color:var(--navy-light)}.method-details p,.method-details .location{color:var(--gray-dark);margin-top:.25rem;font-size:.9375rem}.method-details .location{color:var(--navy);font-weight:600}.service-area{background:var(--white);box-shadow:var(--shadow);border-radius:12px;padding:1.5rem}.service-area h3{color:var(--navy);margin-bottom:.75rem;font-size:1.125rem}.service-area p{color:var(--gray-dark);line-height:1.7}.contact-cta-card{background:var(--white);box-shadow:var(--shadow-lg);text-align:center;border-radius:16px;padding:2.5rem}.contact-cta-card h2{color:var(--navy);margin-bottom:1rem;font-size:1.75rem}.contact-cta-card>p{color:var(--gray-dark);margin-bottom:1.5rem}.contact-cta-card .btn{width:100%;margin-bottom:2rem}.hours{border-top:1px solid var(--gray);text-align:left;padding-top:1.5rem}.hours h4{color:var(--navy);margin-bottom:1rem;font-size:1rem}.hours ul{margin:0;padding:0;list-style:none}.hours li{color:var(--gray-dark);border-bottom:1px solid var(--gray-light);justify-content:space-between;padding:.5rem 0;font-size:.9375rem;display:flex}.hours li:last-child{border-bottom:none}.hours li span:last-child{color:var(--navy);font-weight:600}@media (width<=992px){.contact-grid{grid-template-columns:1fr}}@media (width<=576px){.page-hero h1{font-size:2rem}.contact-method{text-align:center;flex-direction:column}.method-icon{margin:0 auto}}.admin-page{padding-top:160px}.page-hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);color:var(--white);text-align:center;padding:4rem 0}.page-hero h1{margin-bottom:.5rem;font-size:2.5rem}.page-hero p{opacity:.9;font-size:1.25rem}.login-card{background:var(--white);max-width:400px;box-shadow:var(--shadow-lg);border-radius:16px;margin:0 auto;padding:2.5rem}.login-card h2{color:var(--navy);text-align:center;margin-bottom:1.5rem;font-size:1.5rem}.login-card .form-group{margin-bottom:1.5rem}.login-card label{color:var(--navy);margin-bottom:.5rem;font-weight:600;display:block}.login-card input{border:2px solid var(--gray);width:100%;transition:var(--transition);border-radius:8px;padding:.875rem 1rem;font-size:1rem}.login-card input:focus{border-color:var(--navy);outline:none}.login-card .btn{width:100%}.error-text{color:#dc3545;text-align:center;margin-bottom:1rem;font-size:.875rem}.hint{color:var(--gray-dark);text-align:center;margin-top:1rem;font-size:.8125rem}.admin-grid{grid-template-columns:1.5fr 1fr;align-items:start;gap:2rem;display:grid}.slides-list,.add-slide{background:var(--white);box-shadow:var(--shadow);border-radius:16px;padding:2rem}.slides-list h2,.add-slide h2{color:var(--navy);margin-bottom:1.5rem;font-size:1.5rem}.slide-item{background:var(--gray-light);border-radius:12px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.slide-thumb{object-fit:cover;border-radius:8px;width:120px;height:80px}.slide-info{flex:1}.slide-info input{border:1px solid var(--gray);border-radius:6px;width:100%;margin-bottom:.5rem;padding:.5rem;font-size:.875rem}.slide-order{color:var(--gray-dark);font-size:.8125rem}.btn-delete{color:var(--white);cursor:pointer;transition:var(--transition);background:#dc3545;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem}.btn-delete:hover{background:#c82333}.btn-delete:disabled{background:var(--gray);cursor:not-allowed}.add-slide .form-group{margin-bottom:1.25rem}.add-slide label{color:var(--navy);margin-bottom:.5rem;font-size:.9375rem;font-weight:600;display:block}.add-slide input{border:2px solid var(--gray);width:100%;transition:var(--transition);border-radius:8px;padding:.75rem 1rem;font-size:1rem}.add-slide input:focus{border-color:var(--navy);outline:none}.add-slide .btn{width:100%;margin-bottom:1.5rem}.tips{background:var(--gray-light);border-radius:8px;padding:1rem}.tips h3{color:var(--navy);margin-bottom:.75rem;font-size:1rem}.tips ul{margin:0;padding-left:1.25rem}.tips li{color:var(--gray-dark);margin-bottom:.375rem;font-size:.875rem}@media (width<=992px){.admin-grid{grid-template-columns:1fr}}@media (width<=576px){.slide-item{text-align:center;flex-direction:column}.slide-thumb{width:100%;height:150px}}:root{--navy:#0a1f44;--navy-light:#1a3a6e;--navy-dark:#051029;--yellow:#ffc72c;--yellow-light:#ffd966;--yellow-dark:#d4a000;--white:#fff;--gray-light:#f5f5f5;--gray:#e0e0e0;--gray-dark:#666;--text-dark:#1a1a1a;--text-light:#fff;--shadow:0 4px 6px #0000001a;--shadow-lg:0 10px 25px #00000026;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:var(--text-dark);background-color:var(--white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:4rem 0}.section-title{color:var(--navy);text-align:center;margin-bottom:1rem;font-size:2rem;font-weight:700}.section-subtitle{color:var(--gray-dark);text-align:center;max-width:600px;margin:0 auto 3rem;font-size:1.1rem}.btn{cursor:pointer;transition:var(--transition);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background-color:var(--yellow);color:var(--navy)}.btn-primary:hover{background-color:var(--yellow-dark);box-shadow:var(--shadow);transform:translateY(-2px)}.btn-secondary{background-color:var(--navy);color:var(--white)}.btn-secondary:hover{background-color:var(--navy-light);box-shadow:var(--shadow);transform:translateY(-2px)}.btn-outline{color:var(--navy);border:2px solid var(--navy);background-color:#0000}.btn-outline:hover{background-color:var(--navy);color:var(--white)}.btn-lg{padding:1rem 2.5rem;font-size:1.125rem}@media (width<=768px){.section{padding:3rem 0}.section-title{font-size:1.75rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}.btn-lg{padding:.875rem 2rem;font-size:1rem}}
