.header{background:#e9eddd;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px #0000001a}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.logo-link{display:flex;align-items:center;transition:opacity .3s,transform .3s;padding:.25rem;border-radius:8px;flex-shrink:0}.logo-link:hover{opacity:.9;transform:scale(1.05)}.logo-img{height:50px;width:auto;display:block;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.header-right{display:flex;align-items:center;gap:1.5rem}.nav{display:flex;align-items:center;gap:2rem}.nav a{color:var(--text-dark);text-decoration:none;font-weight:500;font-size:1rem;transition:opacity .3s;white-space:nowrap}.nav a:hover{opacity:.7;color:var(--primary-color)}.nav-cta-button{display:none}.desktop-cta{background:var(--accent-color);color:var(--text-dark);border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;font-size:1rem;transition:all .3s}.desktop-cta:hover{background:#c49a2a;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:5px;padding:.5rem;z-index:1001}.menu-toggle span{width:25px;height:3px;background:var(--text-dark);transition:all .3s;border-radius:2px}.menu-overlay{display:none}@media (max-width: 768px){.header-container{padding:1rem 1.5rem}.logo-img{height:40px}.desktop-cta{display:none}.menu-toggle{display:flex}.menu-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:999}.nav{position:fixed;top:0;right:0;width:280px;height:100vh;background:var(--primary-color);flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:1.5rem;box-shadow:-4px 0 12px #0003;transform:translate(100%);transition:transform .3s ease;z-index:1000}.nav-open{transform:translate(0)}.nav a{font-size:1.1rem;padding:.5rem 0;border-bottom:1px solid rgba(245,240,232,.2);width:100%;color:var(--bg-cream)}.nav-cta-button{display:block;width:100%;background:var(--accent-color);color:var(--text-dark);border:none;padding:1rem;border-radius:6px;font-weight:600;font-size:1rem;margin-top:1rem;transition:all .3s}.nav-cta-button:hover{background:#c49a2a;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.menu-toggle.menu-open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.menu-toggle.menu-open span:nth-child(2){opacity:0}.menu-toggle.menu-open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}}.hero{position:relative;min-height:700px;display:flex;align-items:center;justify-content:center;background-image:url(https://images.unsplash.com/photo-1500382017468-9049fed747ef?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#2d4a2db3}.hero-container{position:relative;z-index:1;max-width:1200px;width:100%;padding:0 2rem}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;color:var(--white);max-width:1200px;margin:0 auto}.hero-video-section{display:flex;justify-content:center;align-items:center}.hero-video-wrapper{position:relative;width:100%;max-width:280px;height:500px;background:#ffffff1a;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000004d}.hero-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hero-video-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#2d4a2dcc;color:var(--white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-video-placeholder .play-icon{font-size:3.5rem;margin-bottom:1rem;opacity:.9}.hero-video-placeholder p{font-size:1rem;font-weight:500}.hero-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.hero-text-section{text-align:left}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:var(--white)}.hero-subtitle{font-size:1.5rem;margin-bottom:1.5rem;opacity:.95;font-weight:400}.hero-personal-note{font-size:1.1rem;margin-bottom:2rem;opacity:.9;font-style:italic;line-height:1.6}.hero-cta{background:var(--accent-color);color:var(--text-dark);border:none;padding:1.25rem 2.5rem;border-radius:8px;font-size:1.2rem;font-weight:600;transition:all .3s}.hero-cta:hover{background:#c49a2a;transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}@media (max-width: 768px){.hero{min-height:auto;padding:3rem 0}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text-section{text-align:center}.hero-video-wrapper{max-width:100%}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-personal-note{font-size:1rem}.hero-cta{padding:1rem 2rem;font-size:1.1rem}}.trust-bar{background:var(--bg-light);padding:1.5rem 2rem;border-top:1px solid rgba(45,74,45,.1);border-bottom:1px solid rgba(45,74,45,.1)}.trust-bar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1.5rem}.trust-item{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:var(--text-dark)}.trust-icon{color:var(--primary-color);font-weight:700;font-size:1.2rem}.trust-text{font-weight:500}@media (max-width: 768px){.trust-bar{padding:1.25rem 1.5rem}.trust-bar-container{flex-direction:column;align-items:flex-start;gap:1rem}.trust-item{font-size:.95rem;width:100%;justify-content:flex-start}.trust-icon{flex-shrink:0;width:1.5rem;text-align:center}}.faq{padding:5rem 2rem;background:var(--bg-cream)}.faq-container{max-width:800px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-dark)}.section-subtitle{text-align:center;font-size:1.2rem;color:var(--text-dark);margin-bottom:3rem;line-height:1.7;opacity:.9}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--white);border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:box-shadow .3s}.faq-item:hover{box-shadow:0 4px 12px #0000001f}.faq-question{width:100%;padding:1.5rem;background:none;border:none;text-align:left;font-size:1.2rem;font-weight:600;color:var(--text-dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:color .3s;font-family:Playfair Display,serif;font-variant-ligatures:none;font-feature-settings:"liga" 0}.faq-question:hover{color:var(--primary-color)}.faq-icon{font-size:1.5rem;font-weight:300;color:var(--accent-color);flex-shrink:0;transition:transform .3s}.faq-open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s;padding:0 1.5rem}.faq-open .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{font-size:1.1rem;line-height:1.7;color:var(--text-dark);opacity:.9;margin:0}@media (max-width: 768px){.faq{padding:3rem 1.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.faq-question{font-size:1.1rem;padding:1.25rem}.faq-answer{padding:0 1.25rem}.faq-open .faq-answer{padding:0 1.25rem 1.25rem}.faq-answer p{font-size:1rem}}.why-work-with-us{padding:5rem 2rem;background:var(--white)}.why-work-with-us-container{max-width:1200px;margin:0 auto}.benefits-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem}.benefit-card{background:var(--bg-cream);padding:2.5rem 2rem;border-radius:12px;text-align:center;box-shadow:0 4px 12px #00000014;transition:transform .3s,box-shadow .3s;flex:1 1 280px;max-width:360px}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.benefit-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block}.benefit-title{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.benefit-description{font-size:1.1rem;color:var(--text-dark);line-height:1.7;opacity:.9}@media (max-width: 768px){.why-work-with-us{padding:3rem 1.5rem}.section-title{font-size:2rem}.benefits-grid{grid-template-columns:1fr;gap:2rem}}.how-it-works{padding:5rem 2rem;background:var(--bg-light)}.how-it-works-container{max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;margin-bottom:4rem;color:var(--text-dark)}.steps-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem}.step-card{text-align:center;padding:2rem;flex:1 1 280px;max-width:360px}.step-number{font-size:5rem;font-weight:700;color:var(--accent-color);line-height:1;margin-bottom:1.5rem;font-family:Playfair Display,serif}.step-title{font-size:1.75rem;margin-bottom:1rem;color:var(--primary-color);font-variant-ligatures:none;font-feature-settings:"liga" 0}.step-description{font-size:1.1rem;color:var(--text-dark);line-height:1.7;opacity:.9}@media (max-width: 768px){.how-it-works{padding:3rem 1.5rem}.section-title{font-size:2rem;margin-bottom:3rem}.steps-grid{grid-template-columns:1fr;gap:2.5rem}.step-number{font-size:4rem}}.contact{padding:5rem 2rem;background:var(--primary-color);color:var(--white)}.contact-container{max-width:700px;margin:0 auto;text-align:center}.contact .section-title{font-size:2.5rem;margin-bottom:1.5rem;color:var(--white);font-variant-ligatures:none;font-feature-settings:"liga" 0}.contact .section-subtitle{font-size:1.2rem;margin-bottom:3rem;color:var(--white);opacity:.95;line-height:1.7}.contact-form{background:var(--white);padding:2.5rem;border-radius:12px;text-align:left;box-shadow:0 8px 24px #0003}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-dark);font-weight:500;font-size:1rem}.form-group input,.form-group textarea{width:100%;padding:.875rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s;color:var(--text-dark)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical;min-height:120px}.submit-button{width:100%;background:var(--accent-color);color:var(--text-dark);border:none;padding:1.25rem;border-radius:8px;font-size:1.1rem;font-weight:600;transition:all .3s;margin-top:.5rem}.submit-button:hover{background:#c49a2a;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.success-message{background:var(--white);color:var(--primary-color);padding:2rem;border-radius:12px;font-size:1.3rem;font-weight:600;box-shadow:0 8px 24px #0003}@media (max-width: 768px){.contact{padding:3rem 1.5rem}.contact .section-title{font-size:2rem}.contact .section-subtitle{font-size:1.1rem}.contact-form{padding:2rem 1.5rem}.submit-button{padding:1rem;font-size:1rem}}.testimonials{padding:5rem 2rem;background:var(--white)}.testimonials-container{max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--text-dark)}.video-testimonial-wrapper{max-width:800px;margin:0 auto 4rem}.video-testimonial{position:relative;width:100%;padding-bottom:56.25%;background:var(--bg-cream);border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001f}.video-testimonial-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--primary-color);color:var(--white)}.video-testimonial-placeholder .play-icon{font-size:4rem;margin-bottom:1rem;opacity:.9}.video-testimonial-placeholder p{font-size:1.2rem;font-weight:500}.video-testimonial iframe{position:absolute;top:0;left:0;width:100%;height:100%}.testimonials-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.testimonial-card{background:var(--bg-cream);padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014;flex:1 1 280px;max-width:360px}.testimonial-text{font-size:1.1rem;line-height:1.7;color:var(--text-dark);margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-name{font-weight:600;color:var(--primary-color);font-size:1rem}.testimonial-acreage{font-size:.9rem;color:var(--text-dark);opacity:.7}@media (max-width: 768px){.testimonials{padding:3rem 1.5rem}.section-title{font-size:2rem}.video-testimonial-wrapper{margin-bottom:3rem}.video-testimonial-placeholder .play-icon{font-size:3rem}.video-testimonial-placeholder p{font-size:1rem}.testimonials-grid{grid-template-columns:1fr}}.footer{background:#e9eddd;color:var(--text-dark);padding:3rem 2rem 1.5rem;text-align:center}.footer-container{max-width:1200px;margin:0 auto}.footer-logo{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.footer-logo-img{height:70px;width:auto;display:block;margin:0 auto;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2));transition:transform .3s}.footer-logo:hover .footer-logo-img{transform:scale(1.05)}.footer-tagline{font-size:1.2rem;margin-bottom:2rem;font-weight:500;color:var(--text-dark)}.footer-contact{margin-bottom:2rem;display:flex;flex-direction:column;gap:.75rem;font-size:1.1rem}.footer-contact p{margin:0;color:var(--text-dark)}.footer-bottom{border-top:1px solid rgba(30,30,30,.2);padding-top:1.5rem;color:#1e1e1eb3;font-size:.9rem}@media (max-width: 768px){.footer{padding:2.5rem 1.5rem 1.25rem}.footer-logo-img{height:50px}.footer-tagline{font-size:1.1rem}.footer-contact{font-size:1rem}}.App{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--primary-color: #2D4A2D;--accent-color: #D4A832;--bg-cream: #F5F0E8;--bg-light: #EDE8DC;--text-dark: #1E1E1E;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Inter,-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;color:var(--text-dark);line-height:1.6;background-color:var(--bg-cream)}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600;line-height:1.2}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}html{scroll-behavior:smooth}
