.header{background-color:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo-link{display:flex;align-items:center;gap:.75rem;color:#2d5016;font-weight:700;font-size:1.2rem}.logo-link img{height:40px;width:auto;object-fit:contain}.nav{display:flex;gap:2rem;align-items:center}.nav a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav a:hover{color:#2d5016}.auth-links{display:flex;gap:1rem;align-items:center}.auth-welcome{font-weight:600;color:#2d5016}.signup-button{padding:.45rem 1rem;border-radius:999px;background-color:#2d5016;color:#fff;font-weight:600;transition:background-color .3s ease}.signup-button:hover{background-color:#224012}.logout-button{padding:.4rem .9rem;border-radius:999px;border:1px solid #2d5016;background:transparent;color:#2d5016;font-weight:600;cursor:pointer;transition:all .3s ease}.logout-button:hover{background:#2d5016;color:#fff}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem;padding:1rem}.nav{gap:1rem;flex-wrap:wrap;justify-content:center}.auth-links{width:100%;justify-content:center}}.hero{position:relative;color:#fff;padding:6rem 2rem;text-align:center;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-video{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#00000059,#00000080)}.hero-content{position:relative;max-width:800px;margin:0 auto;z-index:1}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;line-height:1.6;opacity:.95}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.875rem 2rem;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid transparent}.btn-primary{background-color:#fff;color:#2d5016}.btn-primary:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.btn-secondary{background-color:transparent;color:#fff;border:2px solid #ffffff}.btn-secondary:hover{background-color:#ffffff1a;transform:translateY(-2px)}@media (max-width: 768px){.hero{padding:4rem 1.5rem;min-height:60vh}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;text-align:center}}.services{padding:5rem 2rem;background-color:#f8f9fa}.services-container{max-width:1200px;margin:0 auto}.services-title{font-size:2.5rem;text-align:center;color:#2d5016;margin-bottom:1rem;font-weight:700}.services-subtitle{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{position:relative;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;padding:2.5rem 2rem;border-radius:10px;text-align:center;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;color:#fff;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:0}.service-card>*{position:relative;z-index:1}.service-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.service-title{font-size:1.5rem;color:#fff;margin-bottom:1rem;font-weight:600}.service-description{color:#e9ecef;line-height:1.6;font-size:1rem}.service-cta{display:inline-block;margin-top:1.5rem;padding:.6rem 1.4rem;border-radius:6px;background-color:#2d5016e6;color:#fff;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.service-cta:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0003}@media (max-width: 768px){.services{padding:3rem 1.5rem}.services-title{font-size:2rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem 1.5rem}}.cta{padding:5rem 2rem;background:linear-gradient(135deg,#2d5016,#4a7c2a);color:#fff;text-align:center}.cta-container{max-width:800px;margin:0 auto}.cta-title{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}.cta-text{font-size:1.2rem;margin-bottom:2.5rem;line-height:1.6;opacity:.95}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-large{padding:1rem 2.5rem;font-size:1.1rem}@media (max-width: 768px){.cta{padding:3rem 1.5rem}.cta-title{font-size:2rem}.cta-text{font-size:1.1rem}.cta-buttons{flex-direction:column;align-items:center}.btn-large{width:100%;max-width:300px}}.footer{background-color:#1a1a1a;color:#fff;padding:3rem 2rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-brand img{height:36px;width:auto;object-fit:contain}.footer-section h3{color:#4a7c2a;margin:0;font-size:1.5rem}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.footer-section p{color:#ccc;line-height:1.6}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem;color:#ccc}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#4a7c2a}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid #333;text-align:center}.footer-bottom p{color:#999;margin:0}@media (max-width: 768px){.footer{padding:2rem 1.5rem 1rem}.footer-container{grid-template-columns:1fr;gap:1.5rem}}.landing-page{width:100%;min-height:100vh;display:flex;flex-direction:column}.quote-page{min-height:100vh;background-color:#f7f9fb;display:flex;flex-direction:column}.quote-main{flex:1}.quote-hero{background:linear-gradient(135deg,#2d5016,#4a7c2a);color:#fff;text-align:center;padding:4rem 2rem}.quote-hero h1{font-size:2.6rem;margin-bottom:.75rem}.quote-hero p{font-size:1.1rem;opacity:.95;max-width:720px;margin:0 auto}.quote-form-section{padding:3rem 1.5rem 4rem;display:flex;justify-content:center}.quote-form{width:100%;max-width:860px;background:#fff;padding:2.5rem;border-radius:14px;box-shadow:0 10px 28px #00000014;display:flex;flex-direction:column;gap:2rem}.quote-section{display:flex;flex-direction:column;gap:1rem}.quote-section h2{font-size:1.3rem;color:#2d5016;margin:0}.quote-section p{color:#5b6470;margin:0}.quote-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.quote-field{display:flex;flex-direction:column;gap:.5rem;font-weight:600;color:#2d5016}.quote-field input,.quote-field select,.quote-field textarea{padding:.7rem .9rem;border:1px solid #d6dbe0;border-radius:8px;font-size:.98rem;font-family:inherit}.quote-field textarea{min-height:90px;resize:vertical}.quote-checkbox-group,.quote-radio-group{display:flex;flex-direction:column;gap:.6rem;font-weight:500;color:#39424e}.quote-checkbox-group label,.quote-radio-group label{display:flex;align-items:center;gap:.5rem}.quote-previews{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.quote-previews img,.quote-previews video{width:100%;height:120px;object-fit:cover;border-radius:8px;background:#f0f2f5}.quote-estimate{padding:1rem 1.25rem;border-radius:10px;background:#f0f7ed;color:#1f4d0e;font-weight:600}.quote-actions{display:flex;flex-wrap:wrap;gap:.75rem}.quote-button{padding:.85rem 1.5rem;border-radius:8px;border:none;background:#2d5016;color:#fff;font-weight:700;cursor:pointer;text-align:center;transition:background-color .2s ease}.quote-button.secondary{background:#fff;border:1px solid #2d5016;color:#2d5016}.quote-button:disabled{opacity:.65;cursor:not-allowed}.quote-status{padding:.75rem 1rem;border-radius:8px;font-weight:600}.quote-status.success{background-color:#e8f5e9;color:#1b5e20}.quote-status.error{background-color:#ffebee;color:#b71c1c}.quote-helper{font-size:.9rem;color:#6b7280}@media (max-width: 768px){.quote-hero h1{font-size:2.1rem}.quote-form{padding:2rem 1.5rem}}.address-field{position:relative;display:flex;flex-direction:column;gap:.5rem;font-weight:600;color:#2d5016}.address-field input{padding:.7rem .9rem;border:1px solid #d6dbe0;border-radius:8px;font-size:.98rem;font-family:inherit}.address-results{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #d6dbe0;border-radius:10px;box-shadow:0 12px 20px #00000014;padding:.5rem;z-index:20;max-height:220px;overflow-y:auto}.address-results li{list-style:none}.address-results button{width:100%;padding:.6rem .75rem;border:none;background:transparent;text-align:left;cursor:pointer;border-radius:8px;color:#2f3640}.address-results button:hover{background:#f1f5f0}.auth-page{min-height:100vh;background:#f7f9fb;display:flex;flex-direction:column}.auth-main{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem 4rem}.auth-card{width:100%;max-width:520px;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 12px 28px #00000014;display:flex;flex-direction:column;gap:1rem;text-align:left}.auth-card h1{margin:0;font-size:2rem;color:#2d5016}.auth-card p{margin:0;color:#5b6470}.auth-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.auth-form label{display:flex;flex-direction:column;gap:.5rem;font-weight:600;color:#2d5016}.auth-form input{padding:.75rem .9rem;border:1px solid #d6dbe0;border-radius:8px;font-size:1rem}.auth-form button{padding:.85rem 1rem;background:#2d5016;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s ease}.auth-form button:hover{background:#224012}.auth-error{padding:.75rem 1rem;border-radius:8px;background-color:#ffebee;color:#b71c1c;font-weight:600}.auth-helper{margin:0;color:#5b6470;font-size:.95rem}.auth-helper a{color:#2d5016;font-weight:600}.auth-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}@media (max-width: 768px){.auth-card{padding:2rem 1.5rem}}.user-home{min-height:100vh;background:#f7f9fb;display:flex;flex-direction:column}.user-home-main{flex:1;padding:3rem 2rem 4rem}.user-home-hero{max-width:900px;margin:0 auto 2.5rem;text-align:center}.user-home-hero h1{font-size:2.6rem;color:#2d5016;margin-bottom:.75rem}.user-home-hero p{color:#5b6470;font-size:1.1rem}.user-home-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.user-home-card{background:#fff;padding:1.75rem;border-radius:14px;box-shadow:0 10px 24px #00000014;display:flex;flex-direction:column;gap:.75rem}.user-home-card h2{margin:0;color:#2d5016}.user-home-card p{color:#5b6470;margin:0}.user-home-button{margin-top:auto;padding:.7rem 1rem;border-radius:8px;border:none;background:#2d5016;color:#fff;font-weight:700;cursor:pointer;text-align:center}.user-home-button:hover{background:#224012}@media (max-width: 768px){.user-home-main{padding:2.5rem 1.5rem 3rem}}.user-page{min-height:100vh;background:#f7f9fb;display:flex;flex-direction:column}.user-page-main{flex:1;padding:3rem 2rem 4rem}.user-page-hero{max-width:900px;margin:0 auto 2.5rem;text-align:center}.user-page-hero h1{font-size:2.5rem;color:#2d5016;margin-bottom:.75rem}.user-page-hero p{color:#5b6470;font-size:1.1rem}.user-page-card{max-width:720px;margin:0 auto;background:#fff;padding:2rem;border-radius:14px;box-shadow:0 10px 24px #00000014;display:flex;flex-direction:column;gap:1.5rem}.user-page-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.user-page-link{margin-top:auto;padding:.7rem 1.2rem;border-radius:8px;background:#2d5016;color:#fff;font-weight:700;text-align:center}.user-page-link:hover{background:#224012}.user-page-actions{display:flex;flex-wrap:wrap;gap:.75rem}.user-page-actions button,.user-page-form button{padding:.7rem 1.2rem;border-radius:8px;border:none;background:#2d5016;color:#fff;font-weight:700;cursor:pointer}.user-page-actions button.secondary{background:#fff;border:1px solid #2d5016;color:#2d5016}.user-quote-previews{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.5rem}.user-quote-previews img{width:100%;height:80px;object-fit:cover;border-radius:8px}.user-page-status{max-width:720px;margin:1.5rem auto 0;padding:.75rem 1rem;border-radius:8px;font-weight:600}.user-page-status.error{background-color:#ffebee;color:#b71c1c}.user-page-form{display:grid;gap:1rem}.user-page-form label{display:flex;flex-direction:column;gap:.5rem;font-weight:600;color:#2d5016}.user-page-form input{padding:.75rem .9rem;border:1px solid #d6dbe0;border-radius:8px;font-size:1rem}@media (max-width: 768px){.user-page-main{padding:2.5rem 1.5rem 3rem}}.App{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}@media (prefers-reduced-motion: no-preference){.landing-page,.quote-page,.auth-page,.user-home,.user-page{animation:pageFade .25s ease}}@keyframes pageFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
