@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);*{padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}html{scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1400px;padding:0 2rem}a{color:inherit;text-decoration:none}button{font-family:inherit}ol,ul{list-style:none;margin:0;padding:0}img{display:block;height:auto;max-width:100%}::selection{background:#2c5f4f33;color:#1a1a1a}::-moz-selection{background:#2c5f4f33;color:#1a1a1a}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#2c5f4f;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#234a3d}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;border-bottom:1px solid #0000000d;box-shadow:0 2px 20px #0000000d}.header-container{justify-content:space-between;margin:0 auto;max-width:1400px;padding:1.5rem 2rem}.header-container,.logo{align-items:center;display:flex}.logo{text-decoration:none}.logo-text{color:#1a1a1a;font-family:Georgia,serif;font-size:1.75rem;font-weight:300;letter-spacing:.5px}.nav{align-items:center;display:flex;gap:2.5rem}.nav-link{color:#333;font-size:.95rem;font-weight:400;letter-spacing:.3px;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:after{background:#2c5f4f;bottom:-5px;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-link.active,.nav-link:hover{color:#2c5f4f}.cta-button{background:#2c5f4f;border-radius:4px;color:#fff;font-size:.9rem;font-weight:500;letter-spacing:.3px;padding:.75rem 1.75rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#234a3d;box-shadow:0 4px 12px #2c5f4f4d;transform:translateY(-2px)}.mobile-menu-toggle{background:none;border:none;color:#333;cursor:pointer;display:none;font-size:1.75rem;padding:.5rem}@media (max-width:768px){.header-container{padding:1rem 1.5rem}.logo-text{font-size:1.5rem}.mobile-menu-toggle{display:block}.nav{align-items:flex-start;background:#fff;box-shadow:-5px 0 20px #0000001a;flex-direction:column;gap:2rem;height:100vh;max-width:300px;padding:5rem 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:75%}.nav.mobile-open{right:0}.nav-link:after{display:none}.cta-button{text-align:center;width:100%}}.footer{background:#1a1a1a;color:#e0e0e0;margin-top:auto;padding:4rem 0 2rem}.footer-container{margin:0 auto;max-width:1400px;padding:0 2rem}.footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1.5fr;margin-bottom:3rem}.footer-column{display:flex;flex-direction:column;gap:1.25rem}.footer-logo{color:#fff;font-family:Georgia,serif;font-size:1.75rem;font-weight:300;letter-spacing:.5px;margin:0}.footer-tagline{color:#b0b0b0;font-size:.95rem;line-height:1.6;max-width:300px}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-link{align-items:center;background:#ffffff1a;border-radius:50%;color:#e0e0e0;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#2c5f4f;color:#fff;transform:translateY(-3px)}.footer-heading{color:#fff;font-size:1.1rem;font-weight:500;letter-spacing:.3px;margin:0 0 .5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-links a{color:#b0b0b0;display:inline-block;font-size:.95rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#2c5f4f;padding-left:5px}.footer-contact{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.footer-contact li{align-items:center;color:#b0b0b0;display:flex;font-size:.95rem;gap:.75rem}.footer-contact svg{color:#2c5f4f;flex-shrink:0;font-size:1rem}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:2rem}.footer-bottom p{color:#888;font-size:.9rem;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#888;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#2c5f4f}@media (max-width:1024px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 1.5rem}.footer-grid{gap:2.5rem;grid-template-columns:1fr;margin-bottom:2rem}.footer-tagline{max-width:100%}.footer-bottom{align-items:flex-start;flex-direction:column;gap:1rem}.footer-bottom-links{gap:1.5rem}}.cookie-consent{animation:slideUp .4s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1afa;bottom:0;box-shadow:0 -4px 20px #0000004d;color:#fff;left:0;padding:1.5rem 2rem;position:fixed;right:0;z-index:10000}.cookie-content{align-items:center;display:flex;gap:1.5rem;margin:0 auto;max-width:1400px}.cookie-icon{color:#fbbf24;flex-shrink:0;font-size:2.5rem}.cookie-text{flex:1 1}.cookie-text h4{font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.cookie-text p{color:#e0e0e0;font-size:.9rem;line-height:1.5;margin:0}.cookie-link{color:#2c5f4f;text-decoration:underline;transition:color .3s ease}.cookie-link:hover{color:#3d7d65}.cookie-actions{align-items:center;display:flex;flex-shrink:0;gap:1rem}.cookie-btn{border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease;white-space:nowrap}.cookie-accept{background:#2c5f4f;color:#fff}.cookie-accept:hover{background:#234a3d;transform:translateY(-2px)}.cookie-decline{background:#0000;border:1px solid #ffffff4d;color:#fff}.cookie-decline:hover{background:#ffffff1a;border-color:#ffffff80}.cookie-close{align-items:center;background:#0000;border:none;color:#fff9;cursor:pointer;display:flex;font-size:1.25rem;justify-content:center;padding:.5rem;transition:color .3s ease}.cookie-close:hover{color:#fff}@media (max-width:768px){.cookie-consent{padding:1.25rem 1.5rem}.cookie-content{align-items:flex-start;flex-direction:column;gap:1.25rem}.cookie-icon{font-size:2rem}.cookie-text h4{font-size:1rem}.cookie-text p{font-size:.85rem}.cookie-actions{flex-wrap:wrap;width:100%}.cookie-btn{flex:1 1;font-size:.85rem;min-width:120px;padding:.7rem 1.25rem}.cookie-close{position:absolute;right:1rem;top:1rem}}.popup-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:9999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-container{animation:slideUp .4s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:500px;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.popup-close{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:1.5rem;justify-content:center;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:all .3s ease;z-index:10}.popup-close:hover{color:#1a1a1a;transform:rotate(90deg)}.popup-content{padding:3rem 2.5rem 2.5rem}.popup-header{margin-bottom:2rem;text-align:center}.popup-header h2{color:#1a1a1a;font-family:Georgia,serif;font-size:2rem;font-weight:500;margin:0 0 .75rem}.popup-header p{color:#666;font-size:1rem;line-height:1.5;margin:0}.popup-form{gap:1.25rem}.popup-form,.popup-form .form-group{display:flex;flex-direction:column}.popup-form input{border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:.95rem;padding:1rem 1.25rem;transition:all .3s ease}.popup-form input:focus{border-color:#2c5f4f;box-shadow:0 0 0 3px #2c5f4f1a;outline:none}.popup-submit{background:#2c5f4f;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:.5rem;padding:1rem 2rem;transition:all .3s ease}.popup-submit:hover{background:#234a3d;box-shadow:0 6px 20px #2c5f4f4d;transform:translateY(-2px)}.popup-note{color:#888;font-size:.85rem;margin:0;text-align:center}.popup-note a{color:#2c5f4f;text-decoration:underline}.popup-note a:hover{color:#234a3d}.popup-success{padding:4rem 2.5rem;text-align:center}.success-icon{font-size:4rem;margin-bottom:1.5rem}.popup-success h2{color:#1a1a1a;font-family:Georgia,serif;font-size:2rem;font-weight:500;margin:0 0 1rem}.popup-success p{color:#666;font-size:1.05rem;line-height:1.6;margin:0}@media (max-width:640px){.popup-container{margin:0 1rem;max-width:100%}.popup-content{padding:2.5rem 1.75rem 2rem}.popup-header h2{font-size:1.65rem}.popup-header p{font-size:.95rem}.popup-success{padding:3rem 1.75rem}.success-icon{font-size:3rem}}.floating-chatbox{bottom:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:fixed;right:2rem;z-index:9998}.chat-toggle-btn{align-items:center;background:linear-gradient(135deg,#2c5f4f,#10b981);border:none;border-radius:50%;box-shadow:0 6px 16px #2c5f4f66;cursor:pointer;display:flex;height:70px;justify-content:center;position:relative;transition:all .3s ease;width:70px}.chat-toggle-btn:hover{box-shadow:0 8px 20px #2c5f4f80;transform:scale(1.1)}.chat-icon{font-size:2rem}.notification-badge{align-items:center;background:#ef4444;border:2px solid #fff;border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:24px;justify-content:center;position:absolute;right:-5px;top:-5px;width:24px}.chat-window{animation:slideInUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 12px 32px #00000026;display:flex;flex-direction:column;height:600px;overflow:hidden;width:380px}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{align-items:center;background:linear-gradient(135deg,#2c5f4f,#10b981);color:#fff;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.chat-header-info h3{font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.chat-header-info p{font-size:.85rem;margin:0;opacity:.9}.chat-close-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.25rem;height:32px;justify-content:center;transition:all .2s ease;width:32px}.chat-close-btn:hover{background:#ffffff4d}.chat-messages{background:#f9fafb;flex:1 1;overflow-y:auto;padding:1.5rem}.message{display:flex;margin-bottom:1rem}.message.bot{justify-content:flex-start}.message.user{justify-content:flex-end}.message-bubble{border-radius:12px;max-width:75%;padding:.875rem 1.125rem;position:relative}.message.bot .message-bubble{background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.message.user .message-bubble{background:linear-gradient(135deg,#2c5f4f,#10b981);border-bottom-right-radius:4px;color:#fff}.message-bubble p{font-size:.95rem;line-height:1.5;margin:0 0 .5rem}.message-time{font-size:.7rem;opacity:.7}.typing-indicator{display:flex;gap:.25rem;padding:.5rem 0}.typing-indicator span{animation:typing 1.4s infinite;background:#6b7280;border-radius:50%;height:8px;width:8px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.chat-quick-actions{background:#fff;border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1.5rem}.quick-action-btn{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;color:#374151;cursor:pointer;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.quick-action-btn:hover{background:#e5e7eb;border-color:#2c5f4f;color:#2c5f4f}.chat-input-form{background:#fff;border-top:1px solid #e5e7eb;display:flex;gap:.75rem;padding:1rem 1.5rem}.chat-input{border:2px solid #e5e7eb;border-radius:24px;flex:1 1;font-size:.95rem;padding:.75rem 1rem;transition:all .2s ease}.chat-input:focus{border-color:#2c5f4f;outline:none}.chat-send-btn{align-items:center;background:linear-gradient(135deg,#2c5f4f,#10b981);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.9rem;height:42px;justify-content:center;padding-left:3px;transition:all .2s ease;width:42px}.chat-send-btn:hover{box-shadow:0 4px 8px #2c5f4f4d;transform:scale(1.05)}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1}.chat-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width:768px){.floating-chatbox{bottom:1rem;right:1rem}.chat-window{height:calc(100vh - 2rem);max-height:600px;max-width:400px;width:calc(100vw - 2rem)}.chat-toggle-btn{height:60px;width:60px}.chat-icon{font-size:1.75rem}}@media (max-width:480px){.chat-window{max-width:none;width:calc(100vw - 1rem)}.chat-quick-actions{flex-direction:column}.quick-action-btn{text-align:center;width:100%}}.process-step-compact{background:#fff;border:2px solid #e5e7eb;border-radius:12px;display:flex;gap:1.5rem;padding:1.5rem;transition:all .3s ease}.process-step-compact:hover{border-color:#2c5f4f;box-shadow:0 8px 16px #0000001a;transform:translateY(-4px)}.step-number{align-items:center;background:linear-gradient(135deg,#2c5f4f,#10b981);border-radius:50%;box-shadow:0 4px 8px #2c5f4f33;color:#fff;display:flex;flex-shrink:0;font-size:1.75rem;font-weight:700;height:60px;justify-content:center;width:60px}.step-content-compact h3{color:#1a1a1a;font-family:Georgia,serif;font-size:1.25rem;margin-bottom:.5rem}.step-description{font-size:.95rem;line-height:1.6;margin-bottom:.75rem}.step-meta{display:flex;flex-wrap:wrap;gap:1.5rem}.step-duration,.step-payment{border-radius:6px;font-size:.875rem;font-weight:600;padding:.4rem .8rem}.step-payment{background:#dcfce7;color:#059669}.step-duration{background:#f3f4f6;color:#374151}.process-step{background:#fff;border:2px solid #e5e7eb;border-radius:12px;margin-bottom:2rem;overflow:hidden;transition:all .3s ease}.process-step:hover{border-color:#2c5f4f;box-shadow:0 12px 24px #0000001a}.step-header{background:linear-gradient(135deg,#f9fafb,#fff);border-bottom:2px solid #e5e7eb;display:flex;gap:2rem;padding:2rem}.step-number-large{align-items:center;background:linear-gradient(135deg,#2c5f4f,#10b981);border-radius:50%;box-shadow:0 6px 12px #2c5f4f4d;color:#fff;display:flex;flex-shrink:0;font-size:2.5rem;font-weight:700;height:80px;justify-content:center;width:80px}.step-title-group{flex:1 1}.step-title-group h3{color:#1a1a1a;font-family:Georgia,serif;font-size:1.75rem;margin-bottom:.5rem}.step-body{padding:2rem}.step-info{background:#f9fafb;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.info-item{align-items:center;display:flex;gap:1rem;margin-bottom:.75rem}.info-item:last-child{margin-bottom:0}.info-label{color:#6b7280;font-weight:600;min-width:100px}.info-value{color:#1a1a1a;font-weight:600}.info-value.payment{background:#dcfce7;border-radius:6px;color:#059669;padding:.4rem .8rem}.payment-note{color:#6b7280;font-size:.875rem;font-style:italic;margin-bottom:0;margin-top:.75rem}.step-details{margin-bottom:1.5rem}.step-details h4{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.step-details ul{list-style:none;margin:0;padding:0}.step-details li{border-bottom:1px solid #e5e7eb;color:#374151;line-height:1.6;padding:.75rem 0 .75rem 1.5rem;position:relative}.step-details li:last-child{border-bottom:none}.step-details li:before{color:#10b981;content:"✓";font-weight:700;left:0;position:absolute}.step-highlights{display:flex;flex-wrap:wrap;gap:.75rem}.highlight-tag{background:linear-gradient(135deg,#2c5f4f,#10b981);color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1rem}@media (max-width:768px){.process-step-compact{flex-direction:column;gap:1rem}.step-number{font-size:1.5rem;height:50px;width:50px}.step-header{flex-direction:column;gap:1rem;padding:1.5rem}.step-number-large{font-size:2rem;height:60px;width:60px}.step-title-group h3{font-size:1.5rem}.step-body{padding:1.5rem}.info-item{align-items:flex-start;flex-direction:column;gap:.25rem}.info-label{min-width:auto}}@media (max-width:640px){.step-meta{flex-direction:column;gap:.5rem}.step-duration,.step-payment{display:inline-block}}.video-card-compact{background:#fff;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .3s ease}.video-card-compact:hover{border-color:#2c5f4f;box-shadow:0 12px 24px #0000001a;transform:translateY(-8px)}.video-thumbnail{background:#000;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.video-thumbnail img{object-fit:cover}.play-overlay,.video-thumbnail iframe,.video-thumbnail img{height:100%;left:0;position:absolute;top:0;width:100%}.play-overlay{align-items:center;background:#0000004d;cursor:pointer;display:flex;justify-content:center;transition:all .3s ease}.play-overlay:hover{background:#00000080}.play-button{align-items:center;background:#fffffff2;border-radius:50%;color:#2c5f4f;display:flex;font-size:1.5rem;height:70px;justify-content:center;padding-left:5px;transition:all .3s ease;width:70px}.play-overlay:hover .play-button{background:#fff;transform:scale(1.1)}.video-duration{background:#000c;border-radius:6px;bottom:10px;color:#fff;font-size:.875rem;font-weight:600;padding:.4rem .8rem;position:absolute;right:10px}.video-info-compact{padding:1.5rem}.video-info-compact h3{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.project-type{color:#6b7280;font-size:.95rem;margin-bottom:.75rem}.video-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.video-card:hover{border-color:#2c5f4f;box-shadow:0 12px 24px #00000026;transform:translateY(-8px)}.video-content{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.video-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.video-header h3{color:#1a1a1a;flex:1 1;font-family:Georgia,serif;font-size:1.25rem;font-weight:600}.location-badge{background:#f3f4f6;border-radius:6px;color:#374151;font-size:.875rem;font-weight:500;padding:.3rem .8rem;white-space:nowrap}.testimonial{color:#6b7280;font-size:.95rem;font-style:italic;line-height:1.6;margin-bottom:1rem}.highlights{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.highlight-tag{background:#dcfce7;border-radius:6px;color:#059669;font-size:.85rem;font-weight:500;padding:.4rem .8rem}.video-footer{align-items:center;border-top:2px solid #f3f4f6;display:flex;justify-content:space-between;margin-top:auto;padding-top:1rem}.rating{color:#fbbf24;font-size:1.1rem;letter-spacing:2px}.package-badge{border-radius:6px;font-size:.85rem;font-weight:600;padding:.4rem .8rem}@media (max-width:768px){.play-button{font-size:1.25rem;height:60px;width:60px}.video-info-compact{padding:1rem}.video-content{padding:1.25rem}.video-header{flex-direction:column;gap:.5rem}.location-badge{align-self:flex-start}}@media (max-width:640px){.play-button{font-size:1rem;height:50px;width:50px}.video-footer{align-items:flex-start;flex-direction:column;gap:.75rem}.rating{font-size:1rem}}.home{padding-top:80px}.hero{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;min-height:90vh;padding:4rem 2rem}.hero-content{display:flex;flex-direction:column;gap:2rem}.hero-title{color:#1a1a1a;font-family:Georgia,serif;font-size:4rem;font-weight:300;line-height:1.1;margin:0}.hero-highlight{color:#2c5f4f;display:block;font-weight:400}.hero-subtitle{color:#666;line-height:1.6;max-width:500px}.hero-actions{display:flex;flex-wrap:wrap;gap:1.25rem}.btn{border-radius:4px;letter-spacing:.3px}.btn-outline{background:#0000;border-color:#333;color:#333}.btn-outline:hover{background:#333;color:#fff}.btn-large{font-size:1.05rem;padding:1.25rem 2.5rem}.hero-image-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);height:600px}.grid-item{background-position:50%;background-size:cover;border-radius:8px;transition:transform .3s ease}.grid-item:hover{transform:scale(1.02)}.grid-item-1{background-image:url(https://images.pexels.com/photos/1643383/pexels-photo-1643383.jpeg?auto=compress&cs=tinysrgb&w=800);grid-row:1/3}.grid-item-2{background-image:url(https://images.pexels.com/photos/1918291/pexels-photo-1918291.jpeg?auto=compress&cs=tinysrgb&w=800)}.grid-item-3{background-image:url(https://images.pexels.com/photos/2724748/pexels-photo-2724748.jpeg?auto=compress&cs=tinysrgb&w=800)}.section-container{margin:0 auto;max-width:1400px;padding:5rem 2rem}.section-header{margin-bottom:4rem}.section-title{margin:0 0 1rem}.section-subtitle{color:#666;font-size:1.1rem;margin:0}.services-section{background:#f8f9fa}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{background:#fff;border-radius:8px;padding:2.5rem;text-align:center;transition:all .3s ease}.service-card:hover{box-shadow:0 12px 40px #00000014;transform:translateY(-8px)}.service-icon{color:#2c5f4f;font-size:3rem;margin-bottom:1.5rem}.service-title{color:#1a1a1a;font-size:1.5rem;font-weight:500;margin:0 0 1rem}.service-description{color:#666;line-height:1.6;margin:0}.features-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.features-text{display:flex;flex-direction:column;gap:2rem}.features-intro{color:#666;font-size:1.1rem;line-height:1.6;margin:0}.features-list{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:0}.feature-item{align-items:center;color:#333;display:flex;gap:.75rem}.feature-icon{color:#2c5f4f;font-size:1rem}.features-image{background-image:url(https://images.pexels.com/photos/6301168/pexels-photo-6301168.jpeg?auto=compress&cs=tinysrgb&w=1200);background-position:50%;background-size:cover;border-radius:8px;height:500px}.testimonials-section{background:#f8f9fa}.testimonials-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.testimonial-card{background:#fff;border-radius:8px;display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem}.testimonial-rating{color:#fbbf24;display:flex;font-size:1.1rem;gap:.25rem}.testimonial-text{color:#333;font-size:1.05rem;font-style:italic;line-height:1.7;margin:0}.testimonial-author{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:1rem;padding-top:1rem}.author-name{color:#1a1a1a;font-size:1.05rem;font-weight:600;margin:0}.author-role{color:#666;font-size:.9rem;margin:0}.cta-section{background:linear-gradient(135deg,#2c5f4f,#1a3a30);color:#fff}.cta-container{align-items:center;display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1400px;padding:6rem 2rem;text-align:center}.cta-title{font-family:Georgia,serif;font-size:3rem;font-weight:300;margin:0}.cta-text{font-size:1.2rem;margin:0;max-width:600px;opacity:.9}@media (max-width:1024px){.hero{grid-template-columns:1fr;min-height:auto;padding:3rem 2rem}.hero-title{font-size:3rem}.hero-image-grid{height:400px}.features-content,.features-list{grid-template-columns:1fr}}@media (max-width:640px){.home{padding-top:70px}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.1rem}.cta-title,.section-title{font-size:2rem}.hero-image-grid,.services-grid{grid-template-columns:1fr}.hero-image-grid{height:300px}.grid-item-1{grid-row:1}.process-steps-grid,.video-reviews-grid{grid-template-columns:1fr}}.how-it-works-home-section{background:#f9fafb;padding:6rem 2rem}.process-steps-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.video-reviews-home-section{background:#fff;padding:6rem 2rem}.video-reviews-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:3rem}.section-cta{margin-top:2rem;text-align:center}.portfolio{padding-top:80px}.portfolio-hero{background:linear-gradient(135deg,#2c5f4f,#1a3a30);color:#fff;padding:6rem 2rem;text-align:center}.portfolio-hero-content{margin:0 auto;max-width:800px}.portfolio-title{font-family:Georgia,serif;font-size:3.5rem;font-weight:300;margin:0 0 1.5rem}.portfolio-subtitle{font-size:1.25rem;line-height:1.6;margin:0;opacity:.95}.portfolio-container{margin:0 auto;max-width:1400px;padding:4rem 2rem}.filter-section{margin-bottom:3rem}.filter-section,.filters{display:flex;justify-content:center}.filters{background:#f8f9fa;border-radius:50px;flex-wrap:wrap;gap:1rem;padding:1rem}.filter-btn{background:#0000;border:none;border-radius:30px;color:#666;cursor:pointer;font-size:.95rem;font-weight:500;letter-spacing:.3px;padding:.75rem 1.75rem;transition:all .3s ease}.filter-btn:hover{color:#2c5f4f}.filter-btn.active{background:#2c5f4f;color:#fff}.projects-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}.project-card{background:#fff;border-radius:8px;box-shadow:0 2px 12px #00000014;overflow:hidden;transition:all .3s ease}.project-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-8px)}.project-image{background-position:50%;background-size:cover;height:300px;overflow:hidden;position:relative}.project-card:nth-child(9n+1) .project-image{background-image:url(https://images.pexels.com/photos/6585759/pexels-photo-6585759.jpeg?auto=compress&cs=tinysrgb&w=800)}.project-card:nth-child(9n+2) .project-image{background-image:url(https://images.pexels.com/photos/2251247/pexels-photo-2251247.jpeg?auto=compress&cs=tinysrgb&w=800)}.project-card:nth-child(9n+3) .project-image{background-image:url(https://images.pexels.com/photos/1457842/pexels-photo-1457842.jpeg?auto=compress&cs=tinysrgb&w=800)}.project-card:nth-child(9n+4) .project-image{background-image:url(https://images.pexels.com/photos/2079249/pexels-photo-2079249.jpeg?auto=compress&cs=tinysrgb&w=800)}.project-card:nth-child(9n+5) .project-image{background-image:url(https://images.pexels.com/photos/1034584/pexels-photo-1034584.jpeg?auto=compress&cs=tinysrgb&w=800)}.project-card:nth-child(9n+6) .project-image{background-image:url(https://images.pexels.com/photos/1350789/pexels-photo-1350789.jpeg?auto=compress&cs=tinysrgb&w=800)}.project-card:nth-child(9n+7) .project-image{background-image:url(https://images.pexels.com/photos/2724749/pexels-photo-2724749.jpeg?auto=compress&cs=tinysrgb&w=800)}.project-card:nth-child(9n+8) .project-image{background-image:url(https://images.pexels.com/photos/2062426/pexels-photo-2062426.jpeg?auto=compress&cs=tinysrgb&w=800)}.project-card:nth-child(9n+9) .project-image{background-image:url(https://images.pexels.com/photos/2635038/pexels-photo-2635038.jpeg?auto=compress&cs=tinysrgb&w=800)}.project-overlay{align-items:center;background:#2c5f4fe6;display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.view-project-btn{align-items:center;background:#fff;border:none;border-radius:4px;color:#2c5f4f;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.view-project-btn:hover{transform:scale(1.05)}.project-info{padding:1.75rem}.project-title{color:#1a1a1a;font-size:1.35rem;font-weight:500;margin:0 0 1rem}.project-meta{display:flex;flex-wrap:wrap;gap:1rem}.project-area,.project-type{background:#f8f9fa;border-radius:4px;color:#666;font-size:.9rem;padding:.4rem .9rem}.no-results{color:#666;font-size:1.1rem}.portfolio-cta{background:#f8f9fa;margin-top:4rem;padding:5rem 2rem;text-align:center}.portfolio-cta h2{color:#1a1a1a;font-family:Georgia,serif;font-size:2.5rem;font-weight:300;margin:0 0 1rem}.portfolio-cta p{color:#666;font-size:1.1rem;margin:0 0 2rem}@media (max-width:768px){.portfolio{padding-top:70px}.portfolio-hero{padding:4rem 1.5rem}.portfolio-title{font-size:2.5rem}.portfolio-subtitle{font-size:1.1rem}.portfolio-container{padding:3rem 1.5rem}.projects-grid{gap:2rem;grid-template-columns:1fr}.filters{padding:.75rem}.filter-btn{font-size:.9rem;padding:.6rem 1.25rem}}.services{padding-top:80px}.services-hero{background:linear-gradient(135deg,#2c5f4f,#1a3a30);color:#fff;padding:6rem 2rem;text-align:center}.services-hero-content{margin:0 auto;max-width:800px}.services-title{font-family:Georgia,serif;font-size:3.5rem;font-weight:300;margin:0 0 1.5rem}.services-subtitle{font-size:1.25rem;line-height:1.6;margin:0;opacity:.95}.services-container{margin:0 auto;max-width:1400px;padding:0 2rem}.main-services-section{padding:5rem 0}.services-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.service-card-detailed{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2.5rem;transition:all .3s ease}.service-card-detailed:hover{border-color:#2c5f4f;box-shadow:0 8px 30px #2c5f4f1a;transform:translateY(-4px)}.service-header{align-items:center;display:flex;gap:1.5rem;margin-bottom:1.5rem}.service-icon-large{color:#2c5f4f;font-size:2.5rem}.service-name{color:#1a1a1a;font-size:1.6rem;font-weight:500;margin:0}.service-desc{color:#666;font-size:1rem;line-height:1.7;margin:0 0 1.5rem}.service-features{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.service-features li{color:#333;font-size:.95rem;padding-left:1.5rem;position:relative}.service-features li:before{color:#2c5f4f;content:"✓";font-weight:700;left:0;position:absolute}.additional-services{background:#f8f9fa;margin:0 -2rem;padding:4rem 0}.section-heading{font-family:Georgia,serif;font-size:2.5rem;font-weight:300;margin:0 0 3rem;padding:0 2rem;text-align:center}.additional-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1400px;padding:0 2rem}.additional-card{background:#fff;border-radius:8px;padding:2rem;text-align:center}.additional-icon{color:#2c5f4f;font-size:2.5rem;margin-bottom:1.25rem}.additional-title{color:#1a1a1a;font-size:1.35rem;font-weight:500;margin:0 0 1rem}.additional-desc{color:#666;font-size:.95rem;line-height:1.6;margin:0}.future-tech-section{padding:5rem 0}.future-tech-content{text-align:center}.future-tech-intro{color:#666;font-size:1.1rem;line-height:1.7;margin:0 auto 3rem;max-width:800px}.future-features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.future-feature{background:linear-gradient(135deg,#f8f9fa,#e5e7eb);border-radius:8px;overflow:hidden;padding:2.5rem;position:relative;text-align:left}.future-feature:before{background:linear-gradient(180deg,#2c5f4f,#4facfe);content:"";height:100%;left:0;position:absolute;top:0;width:4px}.future-feature-title{color:#1a1a1a;font-size:1.35rem;font-weight:500;margin:0 0 1rem}.future-feature-desc{color:#666;font-size:.95rem;line-height:1.7;margin:0}.services-cta{background:#f8f9fa;margin:4rem -2rem 0;padding:5rem 2rem;text-align:center}.services-cta h2{color:#1a1a1a;font-family:Georgia,serif;font-size:2.5rem;font-weight:300;margin:0 0 1rem}.services-cta p{color:#666;font-size:1.1rem;margin:0 0 2rem}@media (max-width:768px){.services{padding-top:70px}.services-hero{padding:4rem 1.5rem}.services-title{font-size:2.5rem}.services-subtitle{font-size:1.1rem}.services-grid{grid-template-columns:1fr}.section-heading{font-size:2rem}.additional-grid,.future-features-grid{grid-template-columns:1fr}.offerings-cta-buttons{flex-direction:column;gap:1rem}.offerings-cta-buttons .btn{max-width:300px;width:100%}}.offerings-cta-section{border-radius:16px;margin:4rem 0;padding:4rem 2rem}.offerings-cta-content{margin:0 auto;max-width:800px;text-align:center}.offerings-cta-content h2{font-family:Georgia,serif;font-size:2.5rem;font-weight:600;margin-bottom:1rem}.offerings-cta-content p{color:#e5e7eb;font-size:1.2rem;line-height:1.7;margin-bottom:2.5rem}.offerings-cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.offerings-cta-buttons .btn.btn-outline{background:#0000;border:2px solid #fff;color:#fff}.offerings-cta-buttons .btn.btn-outline:hover{background:#ffffff1a}.service-tier-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;height:100%;padding:2rem;position:relative;transition:all .3s ease}.service-tier-card:hover{border-color:#2c5f4f;box-shadow:0 12px 24px #0000001a;transform:translateY(-8px)}.service-tier-card.popular{border-color:#2c5f4f;border-width:3px;box-shadow:0 8px 16px #2c5f4f26}.tier-badge{background:linear-gradient(135deg,#2c5f4f,#10b981);border-radius:20px;box-shadow:0 4px 8px #2c5f4f33;color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1.5rem;position:absolute;right:20px;top:-12px}.tier-header{border-bottom:2px solid #f3f4f6;margin-bottom:2rem;padding-bottom:1.5rem;text-align:center}.tier-name{color:#1a1a1a;font-family:Georgia,serif;font-size:1.75rem;font-weight:600;margin-bottom:.75rem}.tier-price{color:#2c5f4f;font-size:2rem;font-weight:700;margin-bottom:.5rem}.tier-description{color:#6b7280;font-size:.95rem;line-height:1.5;margin:0}.tier-features{flex:1 1;margin-bottom:2rem}.tier-features ul{list-style:none;margin:0;padding:0}.tier-features li{align-items:flex-start;border-bottom:1px solid #f3f4f6;display:flex;gap:.75rem;padding:.75rem 0}.tier-features li:last-child{border-bottom:none}.feature-icon{color:#10b981;flex-shrink:0;font-size:1.1rem;font-weight:700;margin-top:2px}.feature-text{color:#374151;font-size:.95rem;line-height:1.6}.tier-footer{margin-top:auto}.tier-cta-btn{background:#2c5f4f;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.tier-cta-btn:hover{background:#1a4538;box-shadow:0 6px 12px #2c5f4f4d;transform:translateY(-2px)}.service-tier-card.popular .tier-cta-btn{background:linear-gradient(135deg,#2c5f4f,#10b981);box-shadow:0 4px 8px #2c5f4f33}.service-tier-card.popular .tier-cta-btn:hover{background:linear-gradient(135deg,#1a4538,#059669);box-shadow:0 6px 12px #2c5f4f66}@media (max-width:768px){.service-tier-card{padding:1.5rem}.tier-name{font-size:1.5rem}.tier-price{font-size:1.75rem}.tier-badge{font-size:.75rem;padding:.4rem 1rem}}.offerings-page{min-height:100vh}.offerings-hero{background:linear-gradient(135deg,#2c5f4f,#1a4538);color:#fff;padding:6rem 2rem 4rem;text-align:center}.offerings-hero h1{font-family:Georgia,serif;font-size:3rem;font-weight:600;margin-bottom:1rem}.hero-subtitle{margin:0 auto}.service-tiers-section{background:#f9fafb;padding:5rem 2rem}.tiers-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1200px}.package-comparison-section{background:#fff;padding:5rem 2rem}.comparison-table-wrapper{margin-top:2rem;overflow-x:auto}.comparison-table{background:#fff;border-collapse:collapse;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin:0 auto;max-width:1000px;overflow:hidden;width:100%}.comparison-table thead{background:linear-gradient(135deg,#2c5f4f,#10b981);color:#fff}.comparison-table th{font-size:1.1rem;font-weight:600;padding:1.5rem 1rem;position:relative;text-align:left}.comparison-table th:first-child{text-align:left}.popular-column{background:#ffffff1a}.popular-badge{display:block;font-size:.75rem;font-weight:500;margin-top:.25rem;opacity:.9}.comparison-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background .2s ease}.comparison-table tbody tr:hover{background:#f9fafb}.comparison-table td{padding:1.25rem 1rem;text-align:left}.feature-name{color:#1a1a1a;font-weight:600}.comparison-table tbody td:not(.feature-name){color:#374151;text-align:center}.offering-categories-section{background:#f9fafb;padding:5rem 2rem}.categories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0 auto;max-width:1400px}.category-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .3s ease}.category-card:hover{border-color:#2c5f4f;box-shadow:0 12px 24px #0000001a;transform:translateY(-8px)}.category-card.popular{border-color:#2c5f4f;border-width:3px}.category-content{padding:2rem}.category-card h3{color:#1a1a1a;font-family:Georgia,serif;font-size:1.5rem;margin-bottom:.75rem}.category-description{color:#6b7280;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.category-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.feature-tag{background:#f3f4f6;border-radius:6px;color:#374151;font-size:.85rem;font-weight:500;padding:.4rem .8rem}.category-footer{align-items:center;border-top:2px solid #f3f4f6;display:flex;justify-content:space-between;padding-top:1.5rem}.starting-price{color:#6b7280;font-size:.95rem;margin:0}.starting-price strong{color:#2c5f4f;font-size:1.1rem;font-weight:700}.category-cta{background:#2c5f4f;border-radius:6px;color:#fff;font-size:.95rem;font-weight:600;padding:.7rem 1.5rem;text-decoration:none;transition:all .3s ease}.category-cta:hover{background:#1a4538;transform:translateY(-2px)}.offerings-cta-section{background:linear-gradient(135deg,#2c5f4f,#1a4538);color:#fff;padding:5rem 2rem}@media (max-width:768px){.offerings-hero h1{font-size:2.25rem}.hero-subtitle{font-size:1.1rem}.section-header h2{font-size:2rem}.tiers-grid{gap:1.5rem}.categories-grid,.tiers-grid{grid-template-columns:1fr}.comparison-table{font-size:.9rem}.comparison-table td,.comparison-table th{padding:1rem .5rem}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;gap:1rem}.cta-primary-btn,.cta-secondary-btn{max-width:300px;width:100%}}@media (max-width:640px){.offerings-hero{padding:4rem 1rem 3rem}.offering-categories-section,.offerings-cta-section,.package-comparison-section,.service-tiers-section{padding:3rem 1rem}.category-footer{align-items:flex-start;flex-direction:column;gap:1rem}.category-cta{text-align:center;width:100%}}.how-it-works-page{min-height:100vh}.how-it-works-hero{background:linear-gradient(135deg,#2c5f4f,#1a4538);color:#fff;padding:6rem 2rem 4rem;text-align:center}.how-it-works-hero h1{font-family:Georgia,serif;font-size:3rem;font-weight:600;margin-bottom:1rem}.timeline-summary{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.timeline-item{text-align:center}.timeline-value{display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.timeline-label{color:#e5e7eb;font-size:.95rem}.process-steps-section{background:#f9fafb;padding:5rem 2rem}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{color:#1a1a1a;font-family:Georgia,serif;font-size:2.5rem;margin-bottom:.75rem}.section-header p{color:#6b7280;font-size:1.1rem}.process-steps-list{margin:0 auto;max-width:1000px}.timeline-section{background:#fff;padding:5rem 2rem}.timeline-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 2rem;max-width:1200px}.timeline-card{background:linear-gradient(135deg,#f9fafb,#fff);border:2px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.timeline-card:hover{border-color:#2c5f4f;box-shadow:0 8px 16px #0000001a;transform:translateY(-4px)}.timeline-phase{background:#2c5f4f;border-radius:20px;color:#fff;display:inline-block;font-size:.875rem;font-weight:600;margin-bottom:1rem;padding:.4rem 1rem}.timeline-card h3{color:#1a1a1a;font-family:Georgia,serif;font-size:1.25rem;margin-bottom:.75rem}.timeline-duration{color:#10b981;font-size:1.1rem;font-weight:700}.timeline-note{color:#6b7280;font-style:italic;margin:0 auto;max-width:600px;text-align:center}.payment-structure-section{background:#f9fafb;padding:5rem 2rem}.payment-stages{grid-gap:1.5rem;display:grid;gap:1.5rem;margin:0 auto 3rem;max-width:800px}.payment-stage{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;display:flex;gap:2rem;padding:1.5rem 2rem;transition:all .3s ease}.payment-stage:hover{border-color:#2c5f4f;box-shadow:0 8px 16px #0000001a}.payment-percentage{align-items:center;background:linear-gradient(135deg,#2c5f4f,#10b981);border-radius:50%;box-shadow:0 4px 8px #2c5f4f33;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:80px;justify-content:center;width:80px}.payment-details{flex:1 1}.payment-details h3{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.payment-details p{color:#6b7280;margin:0}.payment-notes{background:#fff;border:2px solid #e5e7eb;border-radius:12px;margin:0 auto;max-width:800px;padding:2rem}.payment-notes h4{color:#1a1a1a;font-size:1.1rem;margin-bottom:1rem}.payment-notes ul{list-style:none;margin:0;padding:0}.payment-notes li{border-bottom:1px solid #f3f4f6;color:#374151;padding:.75rem 0 .75rem 1.5rem;position:relative}.payment-notes li:last-child{border-bottom:none}.payment-notes li:before{color:#2c5f4f;content:"•";font-weight:700;left:0;position:absolute}.quality-assurance-section{background:#fff;padding:5rem 2rem}.quality-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.quality-card{background:linear-gradient(135deg,#f9fafb,#fff);border:2px solid #e5e7eb;border-radius:12px;padding:2rem;transition:all .3s ease}.quality-card:hover{border-color:#10b981;box-shadow:0 8px 16px #0000001a;transform:translateY(-4px)}.quality-card h3{border-bottom:2px solid #10b981;color:#1a1a1a;font-family:Georgia,serif;font-size:1.25rem;margin-bottom:1.25rem;padding-bottom:.75rem}.quality-card ul{list-style:none;margin:0;padding:0}.quality-card li{border-bottom:1px solid #f3f4f6;color:#374151;padding:.75rem 0 .75rem 1.5rem;position:relative}.quality-card li:last-child{border-bottom:none}.quality-card li:before{color:#10b981;content:"✓";font-weight:700;left:0;position:absolute}.faq-section{background:#f9fafb;padding:5rem 2rem}.faq-list{margin:0 auto;max-width:800px}.faq-item{background:#fff;border:2px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;padding:2rem;transition:all .3s ease}.faq-item:hover{border-color:#2c5f4f;box-shadow:0 6px 12px #00000014}.faq-item h3{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.faq-item p{color:#6b7280;line-height:1.7;margin:0}.how-it-works-cta-section{background:linear-gradient(135deg,#2c5f4f,#1a4538);color:#fff;padding:5rem 2rem}@media (max-width:768px){.how-it-works-hero h1{font-size:2.25rem}.timeline-summary{gap:2rem}.section-header h2,.timeline-value{font-size:2rem}.payment-stage{flex-direction:column;text-align:center}.payment-percentage{font-size:1.25rem;height:70px;width:70px}.quality-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;gap:1rem}.cta-primary-btn,.cta-secondary-btn{max-width:300px;width:100%}}@media (max-width:640px){.how-it-works-hero{padding:4rem 1rem 3rem}.faq-section,.how-it-works-cta-section,.payment-structure-section,.process-steps-section,.quality-assurance-section,.timeline-section{padding:3rem 1rem}.timeline-grid{grid-template-columns:1fr}}.calculator-tabs{background:#f9fafb;border-radius:12px;gap:1rem;margin-bottom:3rem;padding:1rem}.calculator-tab,.calculator-tabs{border:2px solid #e5e7eb;display:flex}.calculator-tab{align-items:center;background:#fff;border-radius:10px;color:#6b7280;cursor:pointer;flex:1 1;font-size:1.05rem;font-weight:600;gap:.75rem;justify-content:center;padding:1.25rem 1.5rem;transition:all .3s ease}.calculator-tab:hover{box-shadow:0 4px 8px #00000014;color:#2c5f4f}.calculator-tab.active,.calculator-tab:hover{border-color:#2c5f4f;transform:translateY(-2px)}.calculator-tab.active{background:linear-gradient(135deg,#2c5f4f,#10b981);box-shadow:0 6px 12px #2c5f4f4d;color:#fff}.tab-icon{font-size:1.5rem}.tab-label{font-size:1rem}@media (max-width:768px){.calculator-tabs{flex-direction:column;gap:.75rem;padding:.75rem}.calculator-tab{padding:1rem 1.25rem}.tab-icon{font-size:1.25rem}.tab-label{font-size:.95rem}}@media (max-width:640px){.calculator-tabs{margin-bottom:2rem}.calculator-tab{font-size:.95rem;padding:.9rem 1rem}.tab-icon{font-size:1.15rem}.tab-label{font-size:.9rem}}.progress-indicator{margin-bottom:3rem}.progress-bar-container{background:#e5e7eb;border-radius:10px;height:6px;margin-bottom:2rem;overflow:hidden;position:relative}.progress-bar-fill{background:linear-gradient(90deg,#2c5f4f,#10b981);border-radius:10px;height:100%;transition:width .4s ease}.progress-steps{align-items:flex-start;display:flex;justify-content:space-between}.progress-step{flex:1 1;flex-direction:column;position:relative}.progress-step,.step-circle{align-items:center;display:flex}.step-circle{background:#e5e7eb;border:3px solid #e5e7eb;border-radius:50%;color:#9ca3af;font-size:1rem;font-weight:700;height:45px;justify-content:center;margin-bottom:.75rem;transition:all .3s ease;width:45px;z-index:2}.progress-step.current .step-circle{background:#2c5f4f;border-color:#2c5f4f;box-shadow:0 0 0 4px #2c5f4f26;color:#fff;transform:scale(1.1)}.progress-step.complete .step-circle{background:#10b981;border-color:#10b981;color:#fff}.step-label{color:#6b7280;font-size:.875rem;font-weight:500;line-height:1.4;max-width:100px;text-align:center}.progress-step.current .step-label{color:#2c5f4f;font-weight:700}.progress-step.complete .step-label{color:#10b981;font-weight:600}@media (max-width:768px){.progress-indicator{margin-bottom:2rem}.step-circle{font-size:.9rem;height:40px;width:40px}.step-label{font-size:.75rem;max-width:80px}.progress-bar-container{margin-bottom:1.5rem}}@media (max-width:640px){.step-circle{font-size:.85rem;height:35px;width:35px}.step-label{font-size:.7rem;max-width:70px}.progress-step.current .step-circle{transform:scale(1.05)}}.price-estimate{background:#fff;border:2px solid #e5e7eb;border-radius:12px;margin:0 auto;max-width:900px;padding:3rem 2.5rem}.estimate-header{margin-bottom:3rem;text-align:center}.success-icon{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;box-shadow:0 8px 16px #10b9814d;color:#fff;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.estimate-header h2{color:#1a1a1a;font-family:Georgia,serif;font-size:2.25rem;margin-bottom:.5rem}.estimate-subtitle{color:#6b7280;font-size:1.1rem}.estimate-total{background:linear-gradient(135deg,#2c5f4f,#10b981);border-radius:12px;box-shadow:0 8px 16px #2c5f4f33;color:#fff;margin-bottom:2.5rem;padding:2.5rem;text-align:center}.total-label{font-size:1.1rem;margin-bottom:.75rem;opacity:.9}.total-amount{font-size:3rem;font-weight:700;margin-bottom:.5rem}.total-range{font-size:.95rem;margin-top:.5rem;opacity:.85}.package-info{background:#ffffff26;border-radius:8px;display:inline-block;font-size:1rem;margin-top:1rem;padding:.75rem 1.5rem}.estimate-breakdown{margin-bottom:2.5rem}.estimate-breakdown h3{border-bottom:2px solid #e5e7eb;color:#1a1a1a;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.75rem}.breakdown-list{background:#f9fafb;border-radius:10px;padding:1.5rem}.breakdown-item{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem 0}.breakdown-item:last-child{border-bottom:none}.breakdown-info{flex:1 1}.breakdown-name{color:#1a1a1a;font-weight:600;margin-bottom:.25rem}.breakdown-details{color:#6b7280;font-size:.9rem}.breakdown-price{color:#2c5f4f;font-size:1.1rem;font-weight:700;margin-left:1rem;white-space:nowrap}.estimate-disclaimer{background:#fef3c7;border:2px solid #fbbf24;border-radius:10px;margin-bottom:2.5rem;padding:1.5rem}.estimate-disclaimer h4{color:#92400e;font-size:1.1rem;margin-bottom:.75rem}.estimate-disclaimer ul{list-style:none;margin:0;padding:0}.estimate-disclaimer li{color:#78350f;font-size:.95rem;padding:.4rem 0 .4rem 1.5rem;position:relative}.estimate-disclaimer li:before{content:"•";font-weight:700;left:0;position:absolute}.estimate-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2.5rem}.action-btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.action-btn.primary{background:linear-gradient(135deg,#2c5f4f,#10b981);color:#fff}.action-btn.primary:hover{box-shadow:0 6px 12px #2c5f4f4d;transform:translateY(-2px)}.action-btn.secondary{background:#f3f4f6;border:2px solid #e5e7eb;color:#374151}.action-btn.secondary:hover{background:#e5e7eb;transform:translateY(-2px)}.action-btn.tertiary{background:#0000;border:2px solid #2c5f4f;color:#2c5f4f}.action-btn.tertiary:hover{background:#2c5f4f;color:#fff;transform:translateY(-2px)}.estimate-cta{margin-top:2rem}.cta-box{background:linear-gradient(135deg,#f9fafb,#fff);border:2px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center}.cta-box h3{color:#1a1a1a;font-family:Georgia,serif;font-size:1.75rem;margin-bottom:.75rem}.cta-box p{color:#6b7280;font-size:1.05rem;line-height:1.6;margin-bottom:1.5rem}.cta-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.feature-item{color:#10b981;font-size:.95rem;font-weight:600}@media (max-width:768px){.price-estimate{padding:2rem 1.5rem}.estimate-header h2{font-size:1.75rem}.total-amount{font-size:2.25rem}.success-icon{font-size:2.5rem;height:70px;width:70px}.estimate-actions{flex-direction:column}.action-btn{width:100%}.breakdown-item{flex-direction:column;gap:.5rem}.breakdown-price{margin-left:0}.cta-features{flex-direction:column;gap:.75rem}}@media (max-width:640px){.price-estimate{padding:1.5rem 1rem}.estimate-header h2{font-size:1.5rem}.estimate-total{padding:2rem 1.5rem}.total-amount{font-size:2rem}.cta-box{padding:1.5rem}.cta-box h3{font-size:1.5rem}}.calculator-container{margin:0 auto;max-width:900px}.calculator-step{background:#fff;border:2px solid #e5e7eb;border-radius:12px;min-height:400px;padding:3rem 2.5rem}.calculator-step h3{color:#1a1a1a;font-family:Georgia,serif;font-size:2rem;margin-bottom:.5rem;text-align:center}.step-description{color:#6b7280;font-size:1.1rem;margin-bottom:2.5rem;text-align:center}.options-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:2rem}.option-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;color:#374151;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1.5rem;text-align:center;transition:all .3s ease}.option-card:hover{background:#fff;border-color:#2c5f4f;transform:translateY(-2px)}.option-card.selected{background:linear-gradient(135deg,#2c5f4f,#10b981);border-color:#2c5f4f;box-shadow:0 4px 8px #2c5f4f33;color:#fff}.input-group{margin-bottom:1rem;position:relative}.text-input{border:2px solid #e5e7eb;border-radius:10px;font-size:1.1rem;font-weight:500;padding:1rem 1.5rem;transition:all .3s ease;width:100%}.text-input:focus{border-color:#2c5f4f;box-shadow:0 0 0 3px #2c5f4f1a;outline:none}.input-suffix{color:#6b7280;font-weight:600;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}.input-hint{color:#9ca3af;font-size:.9rem;margin-bottom:2rem;text-align:center}.scope-options{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.scope-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;padding:2rem;transition:all .3s ease}.scope-card:hover{border-color:#2c5f4f;transform:translateY(-2px)}.scope-card.selected{background:#fff;border-color:#2c5f4f;box-shadow:0 4px 8px #2c5f4f26}.scope-card h4{color:#1a1a1a;font-size:1.25rem;margin-bottom:.5rem}.scope-card p{color:#6b7280;margin:0}.room-selection{background:#f9fafb;border-radius:10px;margin-top:2rem;padding:1.5rem}.room-selection h4{color:#1a1a1a;font-size:1.1rem;margin-bottom:1rem}.checkbox-label{background:#fff;border:2px solid #e5e7eb;border-radius:8px}.checkbox-label input[type=checkbox]{height:20px;width:20px}.checkbox-label span{color:#374151;font-weight:500}.package-options{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:2rem}.package-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;padding:2rem 1.5rem;position:relative;text-align:center;transition:all .3s ease}.package-card:hover{border-color:#2c5f4f;transform:translateY(-4px)}.package-card.selected{background:#fff;border-color:#2c5f4f;border-width:3px;box-shadow:0 6px 12px #2c5f4f33}.package-badge{background:linear-gradient(135deg,#2c5f4f,#10b981);border-radius:20px;color:#fff;font-size:.75rem;font-weight:700;padding:.4rem 1rem;position:absolute;right:10px;top:-12px}.package-card h4{color:#1a1a1a;font-size:1.2rem;margin-bottom:.5rem}.package-card p{color:#6b7280;font-size:.95rem;margin:0}.step-actions{border-top:2px solid #f3f4f6;display:flex;gap:1rem;justify-content:center;margin-top:2rem;padding-top:2rem}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:1.05rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#2c5f4f,#10b981)}.btn-primary:hover:not(:disabled){box-shadow:0 6px 12px #2c5f4f4d;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.5}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover{background:#e5e7eb;transform:translateY(-2px)}.addon-options,.material-options{margin-bottom:2rem}.addon-options h4,.material-options h4{color:#1a1a1a;font-size:1.1rem;margin-bottom:1rem}.select-input{background:#fff;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 1.5rem;transition:all .3s ease;width:100%}.select-input:focus{border-color:#2c5f4f;box-shadow:0 0 0 3px #2c5f4f1a;outline:none}@media (max-width:768px){.calculator-step{padding:2rem 1.5rem}.calculator-step h3{font-size:1.75rem}.options-grid{grid-template-columns:repeat(2,1fr)}.checkbox-grid,.package-options,.scope-options{grid-template-columns:1fr}.step-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}@media (max-width:640px){.calculator-step{min-height:350px;padding:1.5rem 1rem}.calculator-step h3{font-size:1.5rem}.step-description{font-size:1rem;margin-bottom:2rem}.options-grid{grid-template-columns:1fr}}.price-calculator-page{min-height:100vh}.price-calculator-hero{background:linear-gradient(135deg,#2c5f4f,#1a4538);color:#fff;padding:6rem 2rem 4rem;text-align:center}.price-calculator-hero h1{font-family:Georgia,serif;font-size:3rem;font-weight:600;margin-bottom:1rem}.hero-subtitle{margin:0 auto 2.5rem;max-width:600px}.hero-features{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.hero-feature{align-items:center;display:flex;font-size:1.05rem;font-weight:500;gap:.75rem}.feature-icon{font-size:1.75rem}.calculator-section{background:#f9fafb;min-height:600px;padding:5rem 2rem}.calculator-content{margin-top:2rem}.calculator-info-section{background:#fff;padding:5rem 2rem}.info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.info-card{background:linear-gradient(135deg,#f9fafb,#fff);border:2px solid #e5e7eb;border-radius:12px;padding:2rem}.info-card:hover{border-color:#2c5f4f;box-shadow:0 8px 16px #0000001a;transform:translateY(-4px)}.info-card h3{color:#1a1a1a;font-family:Georgia,serif;font-size:1.5rem;margin-bottom:1rem}.info-card p{color:#6b7280;line-height:1.7;margin:0}@media (max-width:768px){.price-calculator-hero h1{font-size:2.25rem}.hero-subtitle{font-size:1.1rem}.hero-features{gap:2rem}.hero-feature{font-size:.95rem}.feature-icon{font-size:1.5rem}.calculator-section{padding:3rem 1.5rem}.info-grid{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:640px){.price-calculator-hero{padding:4rem 1rem 3rem}.price-calculator-hero h1{font-size:2rem}.hero-features{flex-direction:column;gap:1rem}.calculator-info-section,.calculator-section{padding:3rem 1rem}.info-card{padding:1.5rem}.info-card h3{font-size:1.25rem}}.video-reviews-page{min-height:100vh}.video-reviews-hero{background:linear-gradient(135deg,#2c5f4f,#1a4538);color:#fff;padding:6rem 2rem 4rem;text-align:center}.video-reviews-hero h1{font-family:Georgia,serif;font-size:3rem;font-weight:600;margin-bottom:1rem}.hero-subtitle{color:#e5e7eb;font-size:1.25rem;margin:0 auto 3rem;max-width:700px}.stats-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));max-width:1000px}.stat-value{color:#10b981;display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#e5e7eb;font-size:.95rem}.category-filter-section{background:#fff;border-bottom:2px solid #e5e7eb;box-shadow:0 2px 8px #0000000d;padding:2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.category-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:1200px}.category-filter-btn{align-items:center;background:#f3f4f6;border:2px solid #0000;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.category-filter-btn:hover{background:#e5e7eb;transform:translateY(-2px)}.category-filter-btn.active{background:linear-gradient(135deg,#2c5f4f,#10b981);border-color:#2c5f4f;box-shadow:0 4px 8px #2c5f4f33;color:#fff}.count-badge{background:#fff3;border-radius:12px;color:inherit;font-size:.85rem;font-weight:700;padding:.25rem .6rem}.category-filter-btn.active .count-badge{background:#ffffff4d}.videos-grid-section{background:#f9fafb;min-height:500px;padding:4rem 2rem}.videos-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin:0 auto;max-width:1400px}.no-results{padding:4rem 2rem;text-align:center}.no-results p{color:#6b7280;font-size:1.25rem}.video-reviews-cta-section{background:linear-gradient(135deg,#2c5f4f,#1a4538);color:#fff;padding:5rem 2rem}.cta-content{margin:0 auto;max-width:800px;text-align:center}.cta-content h2{font-family:Georgia,serif;font-size:2.5rem;margin-bottom:1rem}.cta-content p{color:#e5e7eb;font-size:1.2rem;margin-bottom:2.5rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.cta-primary-btn,.cta-secondary-btn{border-radius:8px;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.cta-primary-btn{background:#fff;color:#2c5f4f}.cta-primary-btn:hover{background:#f9fafb;box-shadow:0 6px 12px #0003;transform:translateY(-2px)}.cta-secondary-btn{background:#0000;border:2px solid #fff;color:#fff}.cta-secondary-btn:hover{background:#ffffff1a;transform:translateY(-2px)}@media (max-width:768px){.video-reviews-hero h1{font-size:2.25rem}.hero-subtitle{font-size:1.1rem}.stats-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.stat-value{font-size:2rem}.category-filters{gap:.75rem}.category-filter-btn{font-size:.875rem;padding:.6rem 1.2rem}.videos-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;gap:1rem}.cta-primary-btn,.cta-secondary-btn{max-width:300px;width:100%}}@media (max-width:640px){.video-reviews-hero{padding:4rem 1rem 3rem}.stats-grid{grid-template-columns:1fr}.category-filter-section{padding:1.5rem 1rem}.category-filters{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}.category-filter-btn{white-space:nowrap}.videos-grid-section{padding:3rem 1rem}.videos-grid{grid-template-columns:1fr}.video-reviews-cta-section{padding:3rem 1rem}}.blog{padding-top:80px}.blog-hero{background:linear-gradient(135deg,#2c5f4f,#1a3a30);color:#fff;padding:6rem 2rem;text-align:center}.blog-hero-content{margin:0 auto;max-width:800px}.blog-title{font-family:Georgia,serif;font-size:3.5rem;font-weight:300;margin:0 0 1.5rem}.blog-subtitle{font-size:1.25rem;line-height:1.6;margin:0;opacity:.95}.blog-container{margin:0 auto;max-width:1400px;padding:4rem 2rem}.blog-categories{background:#f8f9fa;border-radius:50px;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem;padding:1rem}.category-btn{background:#0000;border:none;border-radius:30px;color:#666;cursor:pointer;font-size:.95rem;font-weight:500;letter-spacing:.3px;padding:.75rem 1.75rem;transition:all .3s ease}.category-btn:hover{color:#2c5f4f}.category-btn.active{background:#2c5f4f;color:#fff}.blog-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}.blog-card{background:#fff;border-radius:8px;box-shadow:0 2px 12px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.blog-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-8px)}.blog-image{background-position:50%;background-size:cover;height:250px;position:relative}.blog-category-tag{background:#2c5f4fe6;border-radius:20px;color:#fff;font-size:.85rem;font-weight:500;left:1rem;padding:.5rem 1rem;position:absolute;text-transform:capitalize;top:1rem}.blog-card-content{display:flex;flex:1 1;flex-direction:column;padding:2rem}.blog-card-title{color:#1a1a1a;font-size:1.5rem;font-weight:500;line-height:1.4;margin:0 0 1rem}.blog-excerpt{color:#666;flex:1 1;line-height:1.7;margin:0 0 1.5rem}.blog-meta{border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding-top:1rem}.blog-meta-item{align-items:center;color:#888;display:flex;font-size:.85rem;gap:.5rem}.blog-meta-item svg{color:#2c5f4f;font-size:.9rem}.blog-read-more{align-items:center;align-self:flex-start;background:#0000;border:2px solid #2c5f4f;border-radius:4px;color:#2c5f4f;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;padding:.75rem 1.75rem;text-decoration:none;transition:all .3s ease}.blog-read-more:hover{background:#2c5f4f;color:#fff;transform:translateX(5px)}.no-posts{color:#666;font-size:1.1rem;padding:4rem 2rem;text-align:center}@media (max-width:768px){.blog{padding-top:70px}.blog-hero{padding:4rem 1.5rem}.blog-title{font-size:2.5rem}.blog-subtitle{font-size:1.1rem}.blog-container{padding:3rem 1.5rem}.blog-grid{grid-template-columns:1fr}.blog-categories{padding:.75rem}.category-btn{font-size:.9rem;padding:.6rem 1.25rem}}.blog-post{padding-top:80px}.blog-post-hero{background-position:50%;background-size:cover;height:500px;position:relative}.blog-post-hero-overlay{align-items:flex-end;background:linear-gradient(180deg,#1a1a1a66 0,#1a1a1acc);display:flex;inset:0;position:absolute}.blog-post-hero-content{color:#fff;margin:0 auto;max-width:900px;padding:3rem 2rem;width:100%}.back-to-blog{align-items:center;color:#fff;display:inline-flex;font-size:.95rem;gap:.5rem;margin-bottom:1.5rem;opacity:.9;text-decoration:none;transition:all .3s ease}.back-to-blog:hover{opacity:1;transform:translateX(-5px)}.blog-post-category{background:#2c5f4fe6;border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;padding:.5rem 1.25rem;text-transform:capitalize}.blog-post-title{font-family:Georgia,serif;font-size:3rem;font-weight:400;line-height:1.2;margin:0 0 1.5rem}.blog-post-meta{display:flex;flex-wrap:wrap;gap:2rem}.meta-item{align-items:center;display:flex;font-size:.95rem;gap:.5rem;opacity:.95}.meta-item svg{font-size:1rem}.blog-post-container{margin:0 auto;max-width:900px;padding:4rem 2rem}.blog-article{color:#333;font-size:1.05rem;line-height:1.8}.blog-article h2{color:#1a1a1a;font-family:Georgia,serif;font-size:2rem;font-weight:500;margin:2.5rem 0 1.25rem}.blog-article h3{color:#1a1a1a;font-size:1.5rem;font-weight:500;margin:2rem 0 1rem}.blog-article p{margin:0 0 1.5rem}.blog-article ol,.blog-article ul{margin:0 0 1.5rem;padding-left:2rem}.blog-article li{line-height:1.7;margin-bottom:.75rem}.blog-article li strong{color:#1a1a1a;font-weight:600}.blog-article a{color:#2c5f4f;text-decoration:underline;transition:color .3s ease}.blog-article a:hover{color:#234a3d}.blog-post-footer{border-top:1px solid #e5e7eb;margin-top:4rem;padding-top:3rem}.social-share{margin-bottom:3rem}.social-share h3{color:#1a1a1a;font-size:1.35rem;font-weight:500;margin:0 0 1.25rem}.share-buttons{display:flex;gap:1rem}.share-btn{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:1.25rem;height:50px;justify-content:center;text-decoration:none;transition:all .3s ease;width:50px}.share-btn:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-3px)}.share-btn.facebook{background:#1877f2}.share-btn.twitter{background:#1da1f2}.share-btn.linkedin{background:#0077b5}.share-btn.pinterest{background:#e60023}.blog-post-cta{background:linear-gradient(135deg,#2c5f4f,#1a3a30);border-radius:8px;color:#fff;padding:3rem;text-align:center}.blog-post-cta h3{font-family:Georgia,serif;font-size:2rem;font-weight:400;margin:0 0 1rem}.blog-post-cta p{font-size:1.1rem;margin:0 0 2rem;opacity:.95}.blog-post-cta .btn{background:#fff;color:#2c5f4f}.blog-post-cta .btn:hover{background:#f8f9fa;transform:translateY(-2px)}.related-posts{border-top:2px solid #e5e7eb;margin-top:5rem;padding-top:3rem}.related-posts h2{color:#1a1a1a;font-family:Georgia,serif;font-size:2.25rem;font-weight:400;margin:0 0 2.5rem}.related-posts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.related-post-card{background:#fff;border-radius:8px;box-shadow:0 2px 12px #00000014;overflow:hidden;transition:all .3s ease}.related-post-card:hover{box-shadow:0 12px 30px #0000001f;transform:translateY(-5px)}.related-post-link{color:inherit;display:block;text-decoration:none}.related-post-image{background-position:50%;background-size:cover;height:200px;position:relative}.related-post-category{background:#2c5f4fe6;border-radius:15px;color:#fff;font-size:.8rem;font-weight:500;left:1rem;padding:.4rem 1rem;position:absolute;text-transform:capitalize;top:1rem}.related-post-content{padding:1.5rem}.related-post-content h3{color:#1a1a1a;font-size:1.15rem;font-weight:500;line-height:1.4;margin:0 0 .75rem}.related-post-content p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:.9rem;line-height:1.6;margin:0 0 1rem;overflow:hidden}.related-post-meta{color:#888;display:flex;font-size:.85rem;gap:1rem}.blog-post-not-found{align-items:center;display:flex;justify-content:center;min-height:70vh;padding:4rem 2rem;text-align:center}.not-found-content h1{color:#1a1a1a;font-family:Georgia,serif;font-size:3rem;font-weight:300;margin:0 0 1rem}.not-found-content p{color:#666;font-size:1.1rem;margin:0 0 2rem}@media (max-width:768px){.blog-post{padding-top:70px}.blog-post-hero{height:400px}.blog-post-hero-content{padding:2rem 1.5rem}.blog-post-title{font-size:2rem}.blog-post-meta{gap:1rem}.blog-post-container{padding:3rem 1.5rem}.blog-article{font-size:1rem}.blog-article h2{font-size:1.65rem}.blog-article h3{font-size:1.35rem}.blog-post-cta{padding:2rem 1.5rem}.blog-post-cta h3{font-size:1.5rem}.share-buttons{justify-content:center}.related-posts-grid{grid-template-columns:1fr}}.about{padding-top:80px}.about-hero{background:linear-gradient(135deg,#2c5f4f,#1a3a30);color:#fff;padding:6rem 2rem;text-align:center}.about-hero-content{margin:0 auto;max-width:800px}.about-title{font-family:Georgia,serif;font-size:3.5rem;font-weight:300;margin:0 0 1.5rem}.about-subtitle{font-size:1.25rem;line-height:1.6;margin:0;opacity:.95}.about-container{margin:0 auto;max-width:1400px;padding:0 2rem}.story-section{padding:5rem 0}.story-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.story-text{display:flex;flex-direction:column;gap:2rem}.section-title{color:#1a1a1a;font-family:Georgia,serif;font-size:2.75rem;font-weight:300;margin:0}.story-paragraphs{display:flex;flex-direction:column;gap:1.5rem}.story-paragraphs p{color:#666;font-size:1.05rem;line-height:1.8;margin:0}.story-image{background-image:url(https://images.pexels.com/photos/6492400/pexels-photo-6492400.jpeg?auto=compress&cs=tinysrgb&w=1200);background-position:50%;background-size:cover;border-radius:8px;height:500px}.stats-section{background:#f8f9fa;margin:4rem -2rem;padding:4rem 0}.stats-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1400px;padding:0 2rem}.stat-item{text-align:center}.stat-number{color:#2c5f4f;font-family:Georgia,serif;font-size:3.5rem;font-weight:300;margin-bottom:.5rem}.stat-label{color:#666;font-size:1rem;font-weight:500}.values-section{padding:5rem 0;text-align:center}.values-section .section-title{margin-bottom:4rem}.values-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.value-card{padding:2rem;text-align:center}.value-icon{color:#2c5f4f;font-size:3rem;margin-bottom:1.5rem}.value-title{color:#1a1a1a;font-size:1.4rem;font-weight:500;margin:0 0 1rem}.value-description{color:#666;font-size:1rem;line-height:1.7;margin:0}.process-section{background:#f8f9fa;margin:0 -2rem;padding:5rem 0}.process-section .section-title{margin-bottom:1rem;text-align:center}.process-intro{color:#666;font-size:1.1rem;margin:0 auto 4rem;max-width:600px;text-align:center}.process-timeline{display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:900px;padding:0 2rem}.process-item{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:auto 1fr}.process-step{color:#2c5f4f;font-family:Georgia,serif;font-size:3rem;font-weight:300;opacity:.3}.process-content{padding-top:.5rem}.process-title{color:#1a1a1a;font-size:1.6rem;font-weight:500;margin:0 0 .75rem}.process-description{color:#666;font-size:1.05rem;line-height:1.7;margin:0}.future-section{padding:5rem 0;text-align:center}.future-content{margin:0 auto;max-width:900px}.future-content .section-title{margin-bottom:2rem}.future-text{color:#666;font-size:1.1rem;line-height:1.8;margin:0 0 1.5rem}.future-text:last-child{margin-bottom:0}@media (max-width:1024px){.story-content{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about{padding-top:70px}.about-hero{padding:4rem 1.5rem}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.stats-grid{gap:2rem}.process-item,.stats-grid,.values-grid{grid-template-columns:1fr}.process-item{gap:1rem}.process-step{font-size:2rem}}.contact{padding-top:80px}.contact-hero{background:linear-gradient(135deg,#2c5f4f,#1a3a30);color:#fff;padding:6rem 2rem;text-align:center}.contact-hero-content{margin:0 auto;max-width:800px}.contact-title{font-family:Georgia,serif;font-size:3.5rem;font-weight:300;margin:0 0 1.5rem}.contact-subtitle{font-size:1.25rem;line-height:1.6;margin:0;opacity:.95}.contact-container{margin:0 auto;max-width:1400px;padding:5rem 2rem}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr}.contact-info-section{display:flex;flex-direction:column;gap:2rem}.info-heading{color:#1a1a1a;font-family:Georgia,serif;font-size:2.25rem;font-weight:300;margin:0}.info-text{color:#666;font-size:1.05rem;line-height:1.7;margin:0}.contact-info-grid{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.info-card{align-items:flex-start;background:#f8f9fa;border-radius:8px;display:flex;gap:1.25rem;padding:1.5rem;transition:all .3s ease}.info-card:hover{background:#e5e7eb}.info-icon{color:#2c5f4f;flex-shrink:0;font-size:1.75rem;margin-top:.25rem}.info-content{flex:1 1}.info-title{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.info-detail{color:#666;display:block;font-size:1rem;margin:0;text-decoration:none}.info-detail:hover{color:#2c5f4f}.consultation-box{background:linear-gradient(135deg,#2c5f4f,#1a3a30);border-radius:8px;color:#fff;margin-top:1rem;padding:2.5rem}.consultation-box h3{font-size:1.5rem;font-weight:500;margin:0 0 1rem}.consultation-box p{line-height:1.7;margin:0;opacity:.95}.contact-form-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:3rem}.form-heading{color:#1a1a1a;font-family:Georgia,serif;font-size:2rem;font-weight:300;margin:0 0 2rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group label{color:#333;font-size:.95rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:4px;font-family:inherit;font-size:.95rem;padding:.875rem 1.125rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2c5f4f;box-shadow:0 0 0 3px #2c5f4f1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{border-radius:4px;font-size:1rem;font-weight:500;padding:1rem 2.5rem}.submit-btn:hover{box-shadow:0 6px 20px #2c5f4f4d}.form-success{animation:slideIn .3s ease;background:#10b981;border-radius:4px;color:#fff;padding:1rem 1.5rem;text-align:center}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.contact-content{grid-template-columns:1fr}.contact-form-section{order:-1}}@media (max-width:768px){.contact{padding-top:70px}.contact-hero{padding:4rem 1.5rem}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1.1rem}.contact-container{padding:3rem 1.5rem}.form-row{grid-template-columns:1fr}.consultation-box,.contact-form-section{padding:2rem}}.start-project{padding-top:80px}.start-project-hero{background:linear-gradient(135deg,#2c5f4f,#1a3a30);color:#fff;padding:5rem 2rem;text-align:center}.start-project-hero-content h1{font-family:Georgia,serif;font-size:3.5rem;font-weight:300;margin:0 0 1rem}.start-project-hero-content p{font-size:1.25rem;margin:0;opacity:.95}.start-project-container{margin:0 auto;max-width:900px;padding:4rem 2rem}.project-form{gap:4rem}.form-section,.project-form{display:flex;flex-direction:column}.form-section{gap:2rem}.section-heading{align-items:center;border-bottom:2px solid #2c5f4f;color:#1a1a1a;display:flex;font-size:1.75rem;font-weight:500;gap:1rem;margin:0;padding-bottom:1rem}.section-number{align-items:center;background:#2c5f4f;border-radius:50%;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:600;height:40px;justify-content:center;width:40px}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field.full-width{grid-column:1/-1}.form-field label{color:#333;font-size:.95rem;font-weight:500}.form-field input,.form-field select,.form-field textarea{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:.95rem;padding:.875rem 1.125rem;transition:all .3s ease}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#2c5f4f;box-shadow:0 0 0 3px #2c5f4f1a;outline:none}.form-field textarea{min-height:100px;resize:vertical}.form-field small{color:#888;font-size:.85rem;margin-top:-.25rem}.checkbox-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));margin-top:.5rem}.checkbox-label{align-items:center;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:flex;gap:.75rem;padding:.75rem;transition:all .3s ease}.checkbox-label:hover{background:#2c5f4f0d;border-color:#2c5f4f}.checkbox-label input[type=checkbox]{accent-color:#2c5f4f;cursor:pointer;height:18px;width:18px}.checkbox-label span{color:#333;font-size:.95rem}.form-submit{flex-direction:column;gap:1.5rem;padding-top:2rem}.form-submit,.submit-btn{align-items:center;display:flex}.submit-btn{background:#2c5f4f;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:600;gap:.75rem;letter-spacing:.3px;padding:1.25rem 3rem;transition:all .3s ease}.submit-btn:hover{background:#234a3d;box-shadow:0 8px 20px #2c5f4f4d;transform:translateY(-2px)}.submit-btn svg{font-size:1.4rem}.form-note{color:#666;font-size:.9rem;margin:0;max-width:600px;text-align:center}.form-note a{color:#2c5f4f;text-decoration:underline}.form-note a:hover{color:#234a3d}.submission-success{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:70vh;padding:4rem 2rem;text-align:center}.success-icon{animation:scaleIn .5s ease-out;color:#10b981;font-size:5rem;margin-bottom:2rem}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.submission-success h1{color:#1a1a1a;font-family:Georgia,serif;font-size:3rem;font-weight:400;margin:0 0 1rem}.submission-success p{color:#666;font-size:1.1rem;line-height:1.7;margin:0 0 1rem;max-width:600px}.success-actions{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem}.btn{gap:.5rem}@media (max-width:768px){.start-project{padding-top:70px}.start-project-hero{padding:4rem 1.5rem}.start-project-hero-content h1{font-size:2.5rem}.start-project-hero-content p{font-size:1.1rem}.start-project-container{padding:3rem 1.5rem}.checkbox-grid,.form-grid{grid-template-columns:1fr}.section-heading{flex-wrap:wrap;font-size:1.5rem}.submit-btn{justify-content:center;width:100%}.success-actions{flex-direction:column;width:100%}.success-actions .btn{justify-content:center;width:100%}}.legal-page{padding-top:80px}.legal-hero{background:linear-gradient(135deg,#2c5f4f,#1a3a30);color:#fff;padding:4rem 2rem;text-align:center}.legal-hero-content{margin:0 auto;max-width:800px}.legal-hero h1{font-family:Georgia,serif;font-size:3rem;font-weight:300;margin:0 0 1rem}.legal-updated{font-size:.95rem;margin:0;opacity:.9}.legal-container{margin:0 auto;max-width:900px;padding:4rem 2rem}.legal-content{background:#fff;line-height:1.8}.legal-section{margin-bottom:3rem}.legal-section h2{color:#1a1a1a;font-family:Georgia,serif;font-size:1.75rem;font-weight:500;margin:0 0 1.25rem}.legal-section h3{color:#1a1a1a;font-size:1.35rem;font-weight:500;margin:0 0 .75rem}.legal-section p{color:#333;font-size:1rem;margin:0 0 1rem}.legal-section ul{list-style:disc;margin:1rem 0;padding-left:2rem}.legal-section li{color:#333;font-size:1rem;margin-bottom:.75rem}.legal-section li strong{color:#1a1a1a;font-weight:600}.cookie-category{background:#f8f9fa;border-left:4px solid #2c5f4f;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.cookie-category h3{margin-top:0}.cookie-category p{margin-bottom:0}@media (max-width:768px){.legal-page{padding-top:70px}.legal-hero{padding:3rem 1.5rem}.legal-hero h1{font-size:2rem}.legal-container{padding:3rem 1.5rem}.legal-section h2{font-size:1.5rem}.legal-section ul{padding-left:1.5rem}}.error-page{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e5e7eb);display:flex;justify-content:center;min-height:calc(100vh - 160px);padding:4rem 2rem}.error-content{max-width:700px;text-align:center}.error-code{color:#2c5f4f;font-size:10rem;font-weight:300;line-height:1;margin-bottom:1rem;opacity:.8}.error-code,.error-title{font-family:Georgia,serif}.error-title{color:#1a1a1a;font-size:3rem;font-weight:400;margin:0 0 1.5rem}.error-description{color:#666;font-size:1.15rem;line-height:1.7;margin:0 auto 2.5rem;max-width:600px}.error-actions{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:3rem}.btn{align-items:center;border:2px solid #0000;border-radius:6px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.95rem;font-weight:500;gap:.75rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:#2c5f4f;color:#fff}.btn-primary:hover{background:#234a3d;box-shadow:0 6px 20px #2c5f4f4d;transform:translateY(-2px)}.btn-secondary{background:#0000;border-color:#2c5f4f;color:#2c5f4f}.btn-secondary:hover{background:#2c5f4f;color:#fff}.error-suggestions{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000014;padding:2.5rem}.error-suggestions h3{color:#1a1a1a;font-size:1.35rem;font-weight:500;margin:0 0 1.5rem}.error-suggestions ul{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:0}.error-suggestions li{margin:0}.error-suggestions a{border-radius:6px;color:#2c5f4f;display:block;font-size:1rem;padding:.75rem;text-decoration:none;transition:all .3s ease}.error-suggestions a:hover{background:#2c5f4f1a;transform:translateX(5px)}@media (max-width:768px){.error-code{font-size:6rem}.error-title{font-size:2rem}.error-description{font-size:1rem}.error-actions{flex-direction:column;width:100%}.error-actions .btn{justify-content:center;width:100%}.error-suggestions{padding:2rem 1.5rem}.error-suggestions ul{grid-template-columns:1fr}}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}*{box-sizing:border-box}
/*# sourceMappingURL=main.17a82db3.css.map*/