@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}}.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;font-size:1.25rem;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;text-align:center}.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;font-size:.95rem;gap:.75rem}.feature-icon{color:#2c5f4f;flex-shrink:0;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}}.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;padding:4rem 2rem;text-align:center}.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}}.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.929554c2.css.map*/