:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;padding:0}.landing-page{min-height:100vh;background:#fafafa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;color:#2a2a2a;margin:0;padding:0}.landing-nav{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(45,80,22,.1);padding:1rem 0;position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;box-shadow:0 2px 12px #00000014}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:center;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;cursor:pointer}.logo-image{height:150px;width:auto}@media (min-width: 768px){.logo-image{height:200px}}.nav-right{display:flex;gap:1rem;align-items:center}.nav-about-btn{background:transparent;color:#555;border:none;padding:.625rem 1rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;display:none}.nav-about-btn:hover{color:#2ecc40;background:#2ecc401a}.nav-actions{display:flex;gap:.75rem;align-items:center}.nav-quote-btn{background:#2ecc40;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #2d501633;display:none}.nav-quote-btn:hover{background:#3a6b1d;transform:translateY(-1px);box-shadow:0 4px 12px #2d50164d}.admin-login-btn{background:transparent;color:#666;border:1px solid #ddd;padding:.625rem 1rem;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .2s}.admin-login-btn:hover{background:#f5f5f5;border-color:#999}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:transparent;padding:2rem 1rem;text-align:center;overflow:hidden;margin:0}.hero-overlay{position:absolute;inset:0;background:transparent;z-index:2;pointer-events:none}.leaf-blower-hint{position:absolute;bottom:30px;left:50%;transform:translate(-50%);background:#fffffff2;color:#2d5016;padding:.75rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:600;z-index:5;pointer-events:none;box-shadow:0 4px 12px #0003;animation:fadeInOut 3s ease-in-out infinite}@keyframes fadeInOut{0%,to{opacity:.7;transform:translate(-50%) translateY(0)}50%{opacity:1;transform:translate(-50%) translateY(-5px)}}.hero-content{position:relative;z-index:100;max-width:800px;margin:0 auto;pointer-events:none}.hero-content button{pointer-events:auto}.hero-content h1,.hero-content p{pointer-events:none}.hero-title{font-size:2rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:1.25rem;text-shadow:0 4px 12px rgba(0,0,0,.8),0 2px 4px rgba(0,0,0,.6);letter-spacing:-.01em;font-family:Georgia,Times New Roman,serif;background:#0000004d;padding:.75rem 1.5rem;border-radius:12px;display:inline-block}.hero-subtitle{font-size:1.1rem;color:#fff;margin-bottom:1rem;font-weight:500;line-height:1.5;text-shadow:0 3px 8px rgba(0,0,0,.8),0 1px 3px rgba(0,0,0,.6);background:#0000004d;padding:.5rem 1.25rem;border-radius:8px;display:inline-block}.hero-description{font-size:.9rem;color:#fff;margin-bottom:2rem;font-weight:400;text-shadow:0 2px 6px rgba(0,0,0,.8);padding:0 .5rem}.cta-button{background:#fff;color:#2ecc40;border:none;padding:1rem 2rem;font-size:1rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s;box-shadow:0 6px 24px #0000004d;display:inline-flex;align-items:center;gap:.5rem}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0006;background:#f8f8f8}.cta-arrow{font-size:1.25rem;transition:transform .3s}.cta-button:hover .cta-arrow{transform:translate(4px)}.hero-trust{margin-top:2rem;font-size:.95rem;color:#fffc;font-weight:500}.services{padding:3rem 0;background:#fff}.services-container{max-width:1200px;margin:0 auto;padding:0}@media (min-width: 768px){.services-container{padding:0 2rem}}.section-title{font-size:2.25rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:1rem;letter-spacing:-.01em;font-family:Georgia,Times New Roman,serif;padding:0 1rem}.section-subtitle{font-size:1.0625rem;color:#666;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;font-weight:400;line-height:1.6;padding:0 1rem}.service-cards{display:grid;gap:1rem;grid-template-columns:1fr;padding:0 1rem}.service-card{background:#fff;border:2px solid #e5e5e5;border-radius:12px;padding:2rem 1.5rem;transition:all .3s;position:relative}@media (min-width: 768px){.service-cards{gap:2rem;padding:0}.service-card{border-radius:16px;padding:2.5rem 2rem}}.service-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #2d50161f;border-color:#2ecc40}.service-card.featured{border-color:#2ecc40;border-width:3px;background:linear-gradient(135deg,#f5f9f3,#fff)}.popular-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:#2ecc40;color:#fff;padding:.375rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.service-number{font-size:3.5rem;font-weight:800;color:#2d501626;margin-bottom:1rem;line-height:1;font-family:Georgia,serif}.service-card h3{font-size:1.5rem;color:#1a1a1a;margin-bottom:.875rem;font-weight:600;letter-spacing:-.005em}.service-card p{color:#555;line-height:1.7;margin-bottom:1.5rem;font-size:.9375rem}.service-features{list-style:none;padding:0}.service-features li{padding:.625rem 0;color:#2ecc40;font-weight:500;display:flex;align-items:center;gap:.5rem}.service-features li:before{content:"✓";font-weight:700;color:#2ecc40}.why-choose{padding:3rem 0;background:#f8f9fa}.why-choose-container{max-width:1200px;margin:0 auto;padding:0}.benefits-grid{display:grid;gap:2rem;grid-template-columns:1fr;margin-top:2rem;padding:0 1rem}@media (min-width: 768px){.why-choose-container{padding:0 2rem}.benefits-grid{gap:2.5rem;margin-top:3rem;padding:0}}.benefit{text-align:center}.benefit-icon{width:64px;height:64px;margin:0 auto 1.5rem;color:#2ecc40;stroke-width:1.5}.benefit h3{font-size:1.5rem;color:#1a1a1a;margin-bottom:.875rem;font-weight:700}.benefit p{color:#666;line-height:1.7;font-size:1rem;max-width:400px;margin:0 auto}.cta-section{padding:3rem 1rem;background:linear-gradient(135deg,#2ecc40,#3a6b1d);text-align:center}.cta-content h2{font-size:2.25rem;color:#fff;margin-bottom:1rem;font-weight:700}.cta-content p{font-size:1.125rem;color:#ffffffe6;margin-bottom:2rem}.cta-button-large{background:#fff;color:#2ecc40;border:none;padding:1.25rem 3rem;font-size:1.25rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s;box-shadow:0 6px 24px #0003}.cta-button-large:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000004d;background:#f8f8f8}.landing-footer{background:#1a1a1a;color:#fff;padding:3rem 1rem 2rem}.footer-content{max-width:1200px;margin:0 auto 2rem;display:grid;gap:2rem;grid-template-columns:1fr}.footer-brand{text-align:center}.footer-logo{height:250px;width:auto;margin-bottom:1rem;background:#fff;padding:.5rem;border-radius:8px}.footer-brand p{color:#ffffffb3;line-height:1.6}.footer-links{text-align:center}.footer-links h4{color:#fff;margin-bottom:.75rem;font-size:1.125rem}.footer-links p{color:#ffffffb3;line-height:1.8}.footer-nav-links{display:flex;flex-direction:column;gap:.5rem}.footer-nav-link{background:transparent;border:none;color:#ffffffb3;text-align:left;padding:.25rem 0;cursor:pointer;transition:color .2s;font-size:1rem}.footer-nav-link:hover{color:#2ecc40}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:#fff9;font-size:.9rem}@media (min-width: 768px){.hero-title{font-size:3.5rem}.service-cards{grid-template-columns:repeat(3,1fr)}.benefits-grid{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:repeat(3,1fr);text-align:left}.footer-brand,.footer-links{text-align:left}}@media (min-width: 1024px){.hero{min-height:85vh}.hero-title{font-size:4.5rem}.hero-subtitle{font-size:1.5rem}.benefits-grid{grid-template-columns:repeat(4,1fr)}.nav-container{justify-content:space-between}.nav-about-btn{display:block}.nav-quote-btn{display:block;padding:.75rem 1.75rem;font-size:1rem}}.about-page{min-height:100vh;background:#fafafa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;color:#2a2a2a}.about-nav{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(45,80,22,.1);padding:1rem 0;position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;box-shadow:0 2px 12px #00000014}.about-nav .nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:center;align-items:center}@media (min-width: 768px){.about-nav .nav-container{justify-content:space-between}}.about-nav .logo{display:flex;align-items:center;cursor:pointer}.about-nav .logo-image{height:150px;width:auto}.nav-links{display:none;gap:1rem;align-items:center}@media (min-width: 768px){.nav-links{display:flex}}.nav-link{background:transparent;border:none;color:#555;font-size:1rem;font-weight:500;padding:.5rem 1rem;cursor:pointer;transition:color .2s}.nav-link:hover{color:#2ecc40}.nav-link.active{color:#2ecc40;font-weight:600}.nav-cta{background:#2ecc40;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #2d501633}.nav-cta:hover{background:#3a6b1d;transform:translateY(-1px);box-shadow:0 4px 12px #2d50164d}.about-hero{margin-top:180px;background:linear-gradient(135deg,#2ecc40,#3a6b1d);padding:4rem 1rem;text-align:center;color:#fff}@media (min-width: 768px){.about-hero{margin-top:240px}}.about-hero-content h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;font-family:Georgia,Times New Roman,serif}.about-subtitle{font-size:1.25rem;opacity:.95;font-weight:400}.about-content{padding:4rem 0;background:#fff}.about-container{max-width:900px;margin:0 auto;padding:0 1rem}.about-story{margin-bottom:4rem}.about-story h2,.about-services-detailed h2,.about-why-choose h2,.about-service-areas h2,.about-cta-section h2{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;letter-spacing:-.01em}.about-story p,.service-detail-card p,.reason-card p,.about-service-areas p,.about-cta-section p{font-size:1.0625rem;line-height:1.8;color:#444;margin-bottom:1.25rem}.about-story p strong,.service-detail-card p strong,.reason-card p strong,.about-service-areas p strong,.about-cta-section p strong{color:#2ecc40;font-weight:600}.about-services-detailed{margin-bottom:4rem}.service-details-grid{display:grid;gap:2rem;margin-top:2rem}.service-detail-card{background:#f8f9fa;border-left:4px solid #2ecc40;padding:2rem;border-radius:8px;transition:all .3s}.service-detail-card:hover{background:#f0f7f1;transform:translate(8px);box-shadow:0 4px 12px #2d50161a}.service-detail-card h3{font-size:1.5rem;color:#2d5016;margin-bottom:1rem;font-weight:600}.about-why-choose{margin-bottom:4rem}.reason-card{background:#fff;border:2px solid #e5e5e5;padding:2rem;border-radius:12px;margin-bottom:1.5rem;transition:all .3s}.reason-card:hover{border-color:#2ecc40;box-shadow:0 6px 20px #2d50161a;transform:translateY(-4px)}.reason-card h3{font-size:1.5rem;color:#2d5016;margin-bottom:1rem;font-weight:600}.about-service-areas{margin-bottom:4rem;background:#f8f9fa;padding:2rem;border-radius:12px}.service-areas-list{list-style:none;padding:0;margin:2rem 0;display:grid;grid-template-columns:1fr;gap:1rem}.service-areas-list li{padding:.75rem 1rem;background:#fff;border-left:4px solid #2ecc40;border-radius:4px;font-size:1.0625rem;color:#2d5016;font-weight:500;transition:all .2s}.service-areas-list li:hover{background:#f0f7f1;transform:translate(8px)}.about-cta-section{text-align:center;background:linear-gradient(135deg,#f5f9f3,#fff);padding:3rem 2rem;border-radius:12px;border:2px solid #2ecc40}.about-cta-button{background:#2ecc40;color:#fff;border:none;padding:1.25rem 3rem;font-size:1.25rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s;box-shadow:0 6px 24px #2d501633;margin-top:1.5rem}.about-cta-button:hover{background:#3a6b1d;transform:translateY(-3px);box-shadow:0 8px 32px #2d50164d}.about-footer{background:#1a1a1a;color:#fff;padding:3rem 1rem 2rem}.about-footer .footer-content{max-width:1200px;margin:0 auto 2rem;display:grid;gap:2rem;grid-template-columns:1fr}.about-footer .footer-brand{text-align:center}.about-footer .footer-logo{height:200px;width:auto;margin-bottom:1rem;background:#fff;padding:.5rem;border-radius:8px}.about-footer .footer-brand p{color:#ffffffb3;line-height:1.6}.about-footer .footer-links{text-align:center}.about-footer .footer-links h4{color:#fff;margin-bottom:1rem;font-size:1.125rem}.footer-link{display:block;background:transparent;border:none;color:#ffffffb3;padding:.5rem 0;cursor:pointer;transition:color .2s;font-size:1rem}.footer-link:hover{color:#2ecc40}.about-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:#fff9;font-size:.9rem}@media (min-width: 768px){.about-nav .logo-image{height:200px}.about-hero-content h1{font-size:3.5rem}.about-subtitle{font-size:1.5rem}.service-details-grid{grid-template-columns:1fr}.service-areas-list{grid-template-columns:repeat(2,1fr)}.about-footer .footer-content{grid-template-columns:repeat(2,1fr);text-align:left}.about-footer .footer-brand,.about-footer .footer-links{text-align:left}}@media (min-width: 1024px){.nav-links{gap:1.5rem}.service-areas-list{grid-template-columns:repeat(2,1fr)}}*{box-sizing:border-box}.customer-quote-page{min-height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;margin:0;padding:0}.quote-nav{background:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 0;position:fixed;top:0;left:0;right:0;width:100%;z-index:999;box-shadow:0 2px 4px #0000000d}.quote-nav .nav-container{max-width:1200px;margin:0 auto;padding:0 1rem}.quote-nav .logo{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:#2ecc40;margin:0;cursor:pointer}.quote-nav .logo-image{height:150px;width:auto}@media (min-width: 768px){.quote-nav .logo-image{height:200px}}.quote-container{max-width:100%;margin:0;padding:10rem .5rem .5rem}@media (min-width: 768px){.quote-container{max-width:700px;margin:0 auto;padding:9rem 1rem 2rem}}.quote-card{background:#fff;border-radius:0;padding:1.5rem 1rem;box-shadow:none;border:none}@media (min-width: 768px){.quote-card{border-radius:16px;padding:2rem 1.5rem;box-shadow:0 2px 12px #00000014;border:1px solid #f0f0f0}}.quote-card h2{font-size:1.75rem;color:#1a1a1a;margin-bottom:.5rem;font-weight:700}.form-group input,.form-group select{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1.1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#2ecc40}.address-autocomplete{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1.1rem;transition:border-color .3s}.address-preview{margin-top:1rem;padding:1rem;background:#f5f9f3;border-left:4px solid #2ecc40;border-radius:4px;color:#333;font-size:.95rem}.address-preview strong{color:#2ecc40;margin-right:.5rem}.custom-autocomplete{position:relative;width:100%;z-index:1000}.address-input{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1.1rem;transition:border-color .3s}.address-input:focus{outline:none;border-color:#2ecc40}.predictions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #2ecc40;border-top:none;border-radius:0 0 8px 8px;max-height:300px;overflow-y:auto;z-index:10001;box-shadow:0 4px 12px #00000026}.prediction-item{padding:1rem;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background .2s}.prediction-item:last-child{border-bottom:none}.prediction-item:active{background:#f0f0f0}.prediction-item:hover{background:#f8f8f8}.prediction-main{font-weight:600;color:#1a1a1a;margin-bottom:.25rem;font-size:1rem}.prediction-secondary{font-size:.9rem;color:#666}.pac-container{z-index:10000!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif!important;box-shadow:0 4px 12px #00000026!important;border-radius:8px!important;margin-top:4px!important}.pac-item{padding:1rem!important;font-size:1rem!important;line-height:1.5!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important;user-select:none!important;-webkit-user-select:none!important;border:none!important;min-height:48px!important;display:flex!important;align-items:center!important}.pac-item:active{background-color:#e8e8e8!important}.pac-item:hover,.pac-item-selected{background-color:#f5f5f5!important}.pac-item-query{font-size:1rem!important;padding-right:.5rem!important}.pac-icon{margin-right:.75rem!important}.form-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}.secondary-btn{width:100%;background:transparent;color:#2ecc40;border:2px solid #2ecc40;padding:1rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;margin-top:1rem;transition:all .3s ease}.secondary-btn:hover{background:#f5f9f3}.map-container{margin:2rem 0;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.quote-success{text-align:center;margin-bottom:2rem}.success-icon{width:80px;height:80px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 1rem}.quote-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.quote-option{background:#f8f8f8;border:2px solid #e0e0e0;border-radius:12px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease;position:relative}.quote-option:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:#667eea}.quote-option.recommended{border-color:#2ecc40;border-width:3px;background:linear-gradient(135deg,#f5f9f3,#fff)}.recommended-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#2ecc40;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.option-title{font-size:1.5rem;color:#1a1a1a;margin:0 0 .5rem;font-weight:700}.option-description{color:#666;font-size:.9rem;margin-bottom:1.5rem}.option-price{margin-bottom:1.5rem}.option-price .price{display:block;font-size:2.5rem;font-weight:700;color:#2ecc40;margin-bottom:.25rem}.option-price .sessions{display:block;font-size:.9rem;color:#666}.select-btn{width:100%;background:#2ecc40;color:#fff;border:none;padding:.875rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #2d501633}.select-btn:hover{background:#3a6b1d;transform:translateY(-2px);box-shadow:0 4px 12px #2d50164d}.quote-option.recommended .select-btn{background:#2ecc40}@media (max-width: 768px){.quote-card{padding:2rem 1.5rem}.form-row,.quote-options{grid-template-columns:1fr}.option-price .price{font-size:2rem}}.payment-page{min-height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.payment-nav{background:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 0;position:fixed;top:0;left:0;right:0;width:100%;z-index:100;box-shadow:0 2px 4px #0000000d}.payment-nav .nav-container{max-width:1200px;margin:0 auto;padding:0 1rem}.payment-nav .logo{display:flex;align-items:center;gap:.75rem;cursor:pointer}.payment-nav .logo-image{height:150px;width:auto}@media (min-width: 768px){.payment-nav .logo-image{height:200px}}.payment-container{max-width:100%;margin:0;padding:6.5rem .5rem .5rem}@media (min-width: 768px){.payment-container{max-width:700px;margin:0 auto;padding:6rem 1rem 2rem}}.payment-card{background:#fff;border-radius:0;padding:1.5rem 1rem;box-shadow:none;border:none}@media (min-width: 768px){.payment-card{border-radius:16px;padding:2rem 1.5rem;box-shadow:0 2px 12px #00000014;border:1px solid #f0f0f0}}.payment-card h2{font-size:1.75rem;color:#1a1a1a;margin-bottom:.5rem;font-weight:700}.subtitle{color:#666;margin-bottom:2rem;font-size:1rem}.back-btn{background:transparent;border:none;color:#2ecc40;font-size:1rem;cursor:pointer;margin-bottom:1rem;padding:.5rem 0;display:flex;align-items:center;gap:.5rem}.back-btn:hover{text-decoration:underline}.booking-summary{background:#f8f9fa;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.booking-summary h3{font-size:1.25rem;color:#1a1a1a;margin-bottom:1rem;font-weight:600}.summary-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e5e5;font-size:.95rem}.summary-item:last-child{border-bottom:none}.summary-item.total{font-size:1.25rem;font-weight:700;color:#2ecc40;padding-top:1rem;margin-top:.5rem;border-top:2px solid #e5e5e5}.payment-form{margin-top:2rem}.form-section{margin-bottom:2rem}.form-section h3{font-size:1.25rem;color:#1a1a1a;margin-bottom:1rem;font-weight:600}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#333}.form-group input{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#2ecc40}.card-element-wrapper,.payment-element-wrapper{padding:1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;transition:border-color .3s}.card-element-wrapper:focus-within,.payment-element-wrapper:focus-within{border-color:#2ecc40}.payment-element-wrapper{padding:0;border:none}.error-message{background:#fee;border:1px solid #fcc;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.submit-btn{width:100%;background:#2ecc40;color:#fff;border:none;padding:1.25rem;font-size:1.2rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #2d501633}.submit-btn:hover:not(:disabled){background:#3a6b1d;transform:translateY(-2px);box-shadow:0 4px 12px #2d50164d}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.secure-notice{text-align:center;color:#666;font-size:.9rem;margin-top:1rem}.loading{text-align:center;padding:3rem;color:#666;font-size:1.1rem}.success-page{min-height:100vh;background:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.success-nav{background:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 0;position:fixed;top:0;left:0;right:0;width:100%;z-index:100;box-shadow:0 2px 4px #0000000d}.success-nav .nav-container{max-width:1200px;margin:0 auto;padding:0 1rem}.success-nav .logo{display:flex;align-items:center;cursor:pointer}.success-nav .logo-image{height:150px;width:auto}@media (min-width: 768px){.success-nav .logo-image{height:200px}}.success-container{max-width:100%;margin:0;padding:7rem 1rem 1rem}@media (min-width: 768px){.success-container{max-width:800px;margin:0 auto;padding:7rem 1rem 2rem}}.success-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;box-shadow:0 2px 12px #00000014;text-align:center}.success-icon{width:80px;height:80px;background:#2ecc40;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 1.5rem}.success-card h1{font-size:2rem;color:#1a1a1a;margin-bottom:.5rem;font-weight:700}.success-message{font-size:1.125rem;color:#666;margin-bottom:2rem;line-height:1.6}.confirmation-details{text-align:left;margin:2rem 0;background:#f8f9fa;padding:1.5rem;border-radius:12px}.confirmation-details h3{font-size:1.5rem;color:#1a1a1a;margin-bottom:1.5rem;font-weight:600}.next-steps{display:flex;flex-direction:column;gap:1.5rem}.step{display:flex;gap:1rem;align-items:flex-start}.step-number{background:#2ecc40;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.step-content h4{font-size:1.125rem;color:#1a1a1a;margin-bottom:.5rem;font-weight:600}.step-content p{color:#666;line-height:1.6}.booking-info{text-align:left;margin:2rem 0;background:#fff;padding:1.5rem;border:1px solid #e5e5e5;border-radius:12px}.booking-info h3{font-size:1.25rem;color:#1a1a1a;margin-bottom:1.5rem;font-weight:600}.info-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 768px){.info-grid{grid-template-columns:repeat(2,1fr)}}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-label{font-size:.875rem;color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1rem;color:#1a1a1a;font-weight:500}.info-value.total{font-size:1.5rem;color:#2ecc40;font-weight:700}.contact-section{text-align:left;margin:2rem 0;padding:1.5rem;background:#f8f9fa;border-radius:12px}.contact-section h3{font-size:1.25rem;color:#1a1a1a;margin-bottom:1rem;font-weight:600}.contact-section>p{color:#666;margin-bottom:1rem}.contact-info p{color:#1a1a1a;margin:.5rem 0;font-weight:500}.home-btn{width:100%;background:#2ecc40;color:#fff;border:none;padding:1.25rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #2d501633;margin-top:2rem}.home-btn:hover{background:#3a6b1d;transform:translateY(-2px);box-shadow:0 4px 12px #2d50164d}@media (min-width: 768px){.home-btn{width:auto;padding:1rem 3rem}}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:#1a1a1a;color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.header h1{margin:0;font-size:1.5rem}.sign-out-btn{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem}.sign-out-btn:hover{background:#dc2626}.main-container{display:flex;flex:1;max-width:1400px;margin:0 auto;width:100%}.sidebar{width:200px;background:#f5f5f5;padding:2rem 0;border-right:1px solid #e0e0e0}.nav{display:flex;flex-direction:column;gap:.5rem}.nav-link{padding:.75rem 1.5rem;text-decoration:none;color:#333;transition:background .2s}.nav-link:hover{background:#e0e0e0}.nav-link.active{background:#646cff;color:#fff}.content{flex:1;padding:2rem}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
