*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#2c3e50;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff}#root{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}@media(max-width:768px){.container{padding:0 1rem}}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#2c3e50;font-size:1.5rem;font-weight:700}.logo-icon{font-size:2rem}.logo-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#2c3e50;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#667eea}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#667eea;transition:width .3s ease}.nav-link:hover:after{width:100%}.menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:25px;height:3px;background:#2c3e50;transition:all .3s ease;border-radius:3px}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media(max-width:768px){.menu-toggle{display:flex}.nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 4px 6px #0000001a;gap:1rem}.nav.active{display:flex}.header-content{position:relative}}.footer{background:#2c3e50;color:#ecf0f1;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{color:#bdc3c7;line-height:1.6}.footer-heading{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#667eea}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #34495e;color:#95a5a6}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer{padding:2rem 0 1rem}}.hero{position:relative;height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;inset:0;z-index:1}.animated-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb,#4facfe,#667eea);background-size:400% 400%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero-image-layer{position:absolute;inset:0;background:url(https://images.unsplash.com/photo-1560518883-ce09059eeffa?w=1920&h=1080&fit=crop) center/cover;opacity:.25;animation:imageParallax 20s ease-in-out infinite}@keyframes imageParallax{0%,to{transform:scale(1) translateY(0)}50%{transform:scale(1.1) translateY(-20px)}}.hero-particles{position:absolute;inset:0;z-index:2;pointer-events:none}.floating-particle{position:absolute;width:4px;height:4px;background:#fff9;border-radius:50%;animation:floatUp 5s ease-in-out infinite;box-shadow:0 0 10px #ffffff80}@keyframes floatUp{0%{transform:translateY(100vh) translate(0) scale(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100px) translate(50px) scale(1);opacity:0}}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#667eeabf,#764ba2bf,#f093fb99);z-index:3;animation:overlayPulse 8s ease-in-out infinite}@keyframes overlayPulse{0%,to{opacity:1}50%{opacity:.85}}.hero-content{position:relative;z-index:4;text-align:center;color:#fff;max-width:800px;padding:2rem;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 8px rgba(0,0,0,.3);animation:titleSlideIn 1s ease-out .2s both}@keyframes titleSlideIn{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;animation:subtitleFadeIn 1s ease-out .4s both}@keyframes subtitleFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:.95;transform:translateY(0)}}.hero-search{width:100%}.search-input-group{display:flex;gap:0;background:#fff;border-radius:50px;overflow:hidden;box-shadow:0 10px 30px #0003;animation:searchSlideIn 1s ease-out .6s both;transition:transform .3s ease,box-shadow .3s ease}@keyframes searchSlideIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.search-input-group:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}.search-input{flex:1;padding:1.25rem 2rem;border:none;outline:none;font-size:1rem;color:#2c3e50;transition:all .3s ease}.search-input:focus{background:#f8f9fa}.search-input::placeholder{color:#95a5a6}.search-button{padding:1.25rem 2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;cursor:pointer;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;position:relative;overflow:hidden}.search-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.search-button:hover:before{left:100%}.search-button:hover{transform:scale(1.05);box-shadow:0 5px 20px #667eea66}.search-button:active{transform:scale(.98)}@media(max-width:768px){.hero{height:500px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.search-input-group{flex-direction:column;border-radius:15px}.search-input{padding:1rem 1.5rem}.search-button{padding:1rem 1.5rem;justify-content:center}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-content{padding:1rem}}.property-card{text-decoration:none;color:inherit;background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;display:block;height:100%}.property-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.property-image-container{position:relative;width:100%;height:250px;overflow:hidden}.property-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.property-card:hover .property-image{transform:scale(1.1)}.property-type-badge{position:absolute;top:15px;right:15px;background:#667eeae6;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.property-info{padding:1.5rem}.property-title{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.property-location{color:#7f8c8d;margin-bottom:1rem;font-size:.9rem}.property-details{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap;font-size:.875rem;color:#34495e}.property-details span{display:flex;align-items:center;gap:.25rem}.property-price{font-size:1.5rem;font-weight:700;color:#667eea;margin-top:.5rem}@media(max-width:768px){.property-image-container{height:200px}.property-info{padding:1rem}.property-title{font-size:1.1rem}.property-price{font-size:1.25rem}}.stats-section{padding:4rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-top:-1px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-card{text-align:center;padding:2rem;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,background .3s ease}.stat-card:hover{transform:translateY(-5px);background:#ffffff26}.stat-icon-large{font-size:3rem;margin-bottom:1rem}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}.featured-properties{padding:5rem 0;background:#f8f9fa}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.section-subtitle{font-size:1.1rem;color:#7f8c8d;margin-top:1.5rem}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.view-all{text-align:center}.view-all-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;font-size:1.05rem}.view-all-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.categories-section{padding:5rem 0;background:#fff}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.category-card{text-align:center;padding:2rem 1.5rem;background:#f8f9fa;border-radius:15px;text-decoration:none;color:inherit;transition:all .3s ease;border:2px solid transparent}.category-card:hover{transform:translateY(-5px);background:#fff;border-color:#667eea;box-shadow:0 10px 25px #667eea26}.category-icon{font-size:3rem;margin-bottom:1rem}.category-name{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.category-count{font-size:.9rem;color:#7f8c8d;margin:0}.how-it-works{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step-card{background:#fff;padding:2.5rem;border-radius:15px;text-align:center;position:relative;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.step-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.step-number{position:absolute;top:-15px;left:20px;font-size:4rem;font-weight:700;color:#667eea1a;line-height:1}.step-icon{font-size:3.5rem;margin-bottom:1rem;position:relative;z-index:1}.step-title{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem}.step-description{color:#7f8c8d;line-height:1.6;margin:0}.locations-section{padding:5rem 0;background:#fff}.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.location-card{text-decoration:none;color:inherit;border-radius:15px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.location-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.location-image-container{position:relative;height:200px;overflow:hidden}.location-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.location-card:hover .location-image{transform:scale(1.1)}.location-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.location-info{padding:1.5rem;background:#fff}.location-name{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.location-count{color:#7f8c8d;font-size:.9rem;margin:0}.recent-properties{padding:5rem 0;background:#f8f9fa}.testimonials-section{padding:5rem 0;background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:#f8f9fa;padding:2rem;border-radius:15px;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.testimonial-rating{margin-bottom:1rem;font-size:1.2rem}.testimonial-text{color:#34495e;line-height:1.8;font-size:1.05rem;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.testimonial-name{font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:.25rem}.testimonial-role{font-size:.875rem;color:#7f8c8d;margin:0}.features{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-item{text-align:left;padding:2.5rem;background:#fff;border-radius:20px;transition:all .3s ease;box-shadow:0 4px 15px #00000014;border:1px solid rgba(102,126,234,.1);position:relative;overflow:hidden}.feature-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.feature-item:hover{transform:translateY(-8px);box-shadow:0 15px 35px #667eea26;border-color:#667eea4d}.feature-item:hover:before{transform:scaleX(1)}.feature-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:18px;margin-bottom:1.5rem;transition:all .3s ease}.feature-item:hover .feature-icon-wrapper{background:linear-gradient(135deg,#667eea,#764ba2);transform:scale(1.1) rotate(5deg)}.feature-icon{font-size:2.5rem;transition:transform .3s ease}.feature-item:hover .feature-icon{transform:scale(1.1);filter:brightness(0) invert(1)}.feature-item h3{font-size:1.35rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.3}.feature-item p{color:#5a6c7d;line-height:1.8;margin:0;font-size:1rem}.cta-section{padding:5rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta-content{max-width:700px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-subtitle{font-size:1.2rem;opacity:.95;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button-primary,.cta-button-secondary{padding:1rem 2.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;font-size:1.05rem}.cta-button-primary{background:#fff;color:#667eea}.cta-button-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ffffff4d}.cta-button-secondary{background:transparent;color:#fff;border:2px solid #fff}.cta-button-secondary:hover{transform:translateY(-2px);background:#ffffff1a}@media(max-width:768px){.section-title{font-size:2rem}.section-title:after{width:40px}.properties-grid{grid-template-columns:1fr;gap:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1.5rem}.stat-number{font-size:2rem}.categories-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.steps-grid,.locations-grid,.testimonials-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-item{padding:2rem;text-align:center}.feature-icon-wrapper{margin:0 auto 1.5rem}.feature-item h3{font-size:1.2rem}.cta-title{font-size:2rem}.cta-subtitle{font-size:1rem}.featured-properties,.categories-section,.how-it-works,.locations-section,.recent-properties,.testimonials-section,.features,.cta-section{padding:3rem 0}}@media(max-width:480px){.stats-grid,.categories-grid{grid-template-columns:1fr}.feature-item{padding:1.5rem}.feature-icon-wrapper{width:60px;height:60px}.feature-icon{font-size:2rem}.feature-item h3{font-size:1.1rem}.feature-item p{font-size:.9rem}.cta-buttons{flex-direction:column;width:100%}.cta-button-primary,.cta-button-secondary{width:100%}}.properties-page{min-height:100vh;background:#f8f9fa}.properties-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 0;text-align:center}.page-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.page-subtitle{font-size:1.1rem;opacity:.9}.properties-content{display:grid;grid-template-columns:300px 1fr;gap:2rem;padding:2rem 0}.filters-sidebar{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 2px 10px #0000001a;height:fit-content;position:sticky;top:100px}.filter-section{margin-bottom:2rem}.filter-section:last-child{margin-bottom:0}.filter-title{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.filter-input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;outline:none;transition:border-color .3s ease}.filter-input:focus{border-color:#667eea}.filter-options{display:flex;flex-direction:column;gap:.75rem}.filter-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:background .3s ease}.filter-option:hover{background:#f8f9fa}.filter-option input[type=radio]{cursor:pointer;accent-color:#667eea}.properties-main{min-height:400px}.properties-results{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 2px 10px #0000001a}.results-count{color:#7f8c8d;margin-bottom:1.5rem;font-weight:500}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.no-results{text-align:center;padding:3rem;color:#7f8c8d}.clear-filters-button{margin-top:1rem;padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background .3s ease}.clear-filters-button:hover{background:#5568d3}@media(max-width:1024px){.properties-content{grid-template-columns:250px 1fr}}@media(max-width:768px){.properties-content{grid-template-columns:1fr}.filters-sidebar{position:static;margin-bottom:1rem}.page-title{font-size:2rem}.properties-grid{grid-template-columns:1fr}}.property-details-page{min-height:100vh;background:#f8f9fa}.property-details-hero{position:relative;height:500px;overflow:hidden}.property-hero-image{width:100%;height:100%;object-fit:cover}.back-button-hero{position:absolute;top:20px;left:20px;padding:.75rem 1.5rem;background:#ffffffe6;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button-hero:hover{background:#fff}.property-details-content{display:grid;grid-template-columns:1fr 350px;gap:2rem;padding:2rem 0}.property-main-info{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 2px 10px #0000001a}.property-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.property-details-title{font-size:2rem;font-weight:700;color:#2c3e50;margin:0}.property-type-badge-large{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1.5rem;border-radius:25px;font-weight:600;font-size:.9rem}.property-details-location{color:#7f8c8d;font-size:1.1rem;margin-bottom:1.5rem}.property-details-stats{display:flex;gap:2rem;margin-bottom:2rem;padding:1.5rem 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-icon{font-size:1.5rem}.stat-value{font-size:1.5rem;font-weight:700;color:#2c3e50}.stat-label{font-size:.875rem;color:#7f8c8d}.property-price-large{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:2rem}.property-description{margin-bottom:2rem}.property-description h2,.property-features h2{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.property-description p{color:#34495e;line-height:1.8;font-size:1.05rem}.property-features{margin-bottom:2rem}.features-grid{display:flex;flex-wrap:wrap;gap:1rem}.feature-tag{background:#f8f9fa;padding:.75rem 1.5rem;border-radius:25px;color:#2c3e50;font-weight:500;border:2px solid #e0e0e0;transition:all .3s ease}.feature-tag:hover{border-color:#667eea;background:#f0f2ff}.property-sidebar{position:sticky;top:100px;height:fit-content}.contact-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 2px 10px #0000001a}.contact-card h3{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.contact-card p{color:#7f8c8d;margin-bottom:1.5rem;line-height:1.6}.contact-button{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;margin-bottom:1.5rem}.contact-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.contact-info{border-top:1px solid #e0e0e0;padding-top:1.5rem}.contact-info p{color:#34495e;margin-bottom:.5rem;font-size:.9rem}.property-not-found{text-align:center;padding:4rem 2rem;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.property-not-found h2{color:#2c3e50;margin-bottom:1rem}@media(max-width:1024px){.property-details-content{grid-template-columns:1fr}.property-sidebar{position:static}}@media(max-width:768px){.property-details-hero{height:300px}.property-details-title{font-size:1.5rem}.property-details-stats{gap:1rem}.property-price-large{font-size:2rem}.property-main-info,.contact-card{padding:1.5rem}}.about-page{min-height:100vh;background:#f8f9fa}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 0;text-align:center}.about-content{padding:3rem 0}.about-section{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.about-section h2{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem}.about-section p{color:#34495e;line-height:1.8;font-size:1.05rem;margin-bottom:1rem}.about-section p:last-child{margin-bottom:0}.why-choose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.why-item{padding:1.5rem;background:#f8f9fa;border-radius:10px;border-left:4px solid #667eea}.why-item h3{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.why-item p{color:#7f8c8d;line-height:1.6;margin:0}@media(max-width:768px){.about-section{padding:1.5rem}.about-section h2{font-size:1.5rem}.why-choose-grid{grid-template-columns:1fr}.about-content{padding:2rem 0}}.contact-page{min-height:100vh;background:#f8f9fa}.contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 0;text-align:center}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:3rem 0}.contact-info-section,.contact-form-section{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 2px 10px #0000001a}.contact-info-section h2,.contact-form-section h2{font-size:1.75rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.contact-info-section p{color:#7f8c8d;line-height:1.8;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f8f9fa;border-radius:10px}.method-icon{font-size:2rem;flex-shrink:0}.contact-method h3{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:.25rem}.contact-method p{color:#7f8c8d;margin:0}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#2c3e50}.form-group input,.form-group textarea{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;outline:none;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#667eea}.form-group textarea{resize:vertical}.submit-button{padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}@media(max-width:768px){.contact-content{grid-template-columns:1fr}.contact-info-section,.contact-form-section{padding:1.5rem}}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}
