.home{min-height:calc(100vh - 200px);background:#1a3a3a}.hero{background:linear-gradient(#1a3a3ab3,#1a3a3ab3),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%231a3a3a" width="1200" height="600"/><path d="M0,400 Q300,300 600,350 T1200,400 L1200,600 L0,600 Z" fill="%232d4a4a" opacity="0.5"/></svg>');background-size:cover;background-position:center;color:#e8e8e8;padding:8rem 0 6rem;text-align:left;position:relative;min-height:80vh;display:flex;align-items:center}.hero-content{max-width:600px;z-index:2}.hero-content .hero-label{font-size:.9rem;color:#b8b8b8;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-weight:300}.hero-content h1{font-size:4.5rem;margin-bottom:.5rem;font-weight:300;line-height:1.1;color:#e8e8e8}.hero-content .hero-title-large{font-size:5.5rem;font-weight:700;margin-bottom:2rem;color:#e8e8e8}.hero-subtitle{font-size:1.1rem;margin-bottom:2.5rem;color:#b8b8b8;line-height:1.8;max-width:500px}.hero-buttons{display:flex;gap:1rem;justify-content:flex-start;flex-wrap:wrap}.btn-large{padding:.75rem 2rem;font-size:1.1rem}.btn-primary{background:#d4a574;color:#1a3a3a;border:1px solid #d4a574;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-primary:hover{background:#c8965f;border-color:#c8965f;color:#fff}.btn-outline{background:transparent;border:1px solid rgba(232,232,232,.5);color:#e8e8e8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-outline:hover{background:#e8e8e81a;border-color:#e8e8e8}.features{padding:5rem 0;background:#f8f9fa}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1a3a3a;font-weight:600}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;border-radius:10px;background:#f8f9fa;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem;color:#1a3a3a;display:flex;align-items:center;justify-content:center}.feature-icon span{font-size:3rem;line-height:1}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1a3a3a;font-weight:600}.feature-card p{color:#666;line-height:1.6}.cta{background:#1a3a3a;color:#e8e8e8;padding:5rem 0;text-align:center}.cta h2{font-size:2.5rem;margin-bottom:1rem}.cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-content .hero-title-large{font-size:3rem}.hero-subtitle{font-size:1rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.hero{padding:4rem 0;min-height:60vh}}.about{min-height:calc(100vh - 200px);padding:4rem 0;background:#f8f9fa}.about-header{text-align:center;margin-bottom:4rem;padding:0 1rem}.about-header h1{font-size:3.5rem;color:#1a3a3a;margin-bottom:1rem;font-weight:600;letter-spacing:-1px}.about-subtitle{font-size:1.2rem;color:#666;font-weight:300}.about-content{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:0 1rem}.about-section{padding:2.5rem;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000014;transition:transform .3s,box-shadow .3s}.about-section:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.about-section h2{color:#1a3a3a;margin-bottom:1.5rem;font-size:1.8rem;font-weight:600;border-bottom:2px solid #d4a574;padding-bottom:.75rem}.about-section p{color:#555;line-height:1.9;font-size:1rem}.values-list{list-style:none;padding:0}.values-list li{padding:1rem 0;color:#555;font-size:1rem;line-height:1.8;border-bottom:1px solid #eee}.values-list li:last-child{border-bottom:none}.values-list li strong{color:#1a3a3a;font-weight:600}.contact-info{background:#f8f9fa;padding:2rem;border-radius:8px;border:2px solid #d4a574;box-shadow:0 2px 10px #0000000d}.contact-info p{margin:1rem 0;font-size:1rem;color:#555;line-height:1.8;word-wrap:break-word;overflow-wrap:break-word}.contact-info strong{color:#1a3a3a;font-weight:600;display:inline-block;min-width:90px;margin-right:.5rem}@media (max-width: 768px){.about-header h1{font-size:2rem}.about-section{padding:1.5rem}.about-section h2{font-size:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#333}:root{--color-primary: #1a3a3a;--color-primary-light: #2d4a4a;--color-accent: #d4a574;--color-accent-hover: #c8965f;--color-text-light: #e8e8e8;--color-text-medium: #b8b8b8;--color-text-dark: #1a3a3a;--color-bg-light: #f8f9fa;--color-bg-white: #ffffff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none}input,select,textarea{outline:none}.icon,.icon-simple-home,.icon-simple-location,.icon-simple-bed,.icon-simple-bath,.icon-simple-area,.icon-simple-edit,.icon-simple-delete,.icon-simple-security,.icon-simple-people,.icon-simple-money{display:inline-block;width:1em;height:1em;vertical-align:middle;text-align:center;line-height:1}.icon-home:before{content:"";display:block;width:1em;height:1em;border:2px solid currentColor;border-bottom:none;border-radius:2px 2px 0 0;position:relative}.icon-home:after{content:"";display:block;width:0;height:0;border-left:.5em solid transparent;border-right:.5em solid transparent;border-bottom:.4em solid currentColor;position:absolute;top:-.4em;left:50%;transform:translate(-50%)}.icon-location:before{content:"●";display:block;font-size:.6em;line-height:.6em;position:relative;top:.2em}.icon-location:after{content:"";display:block;width:.8em;height:.8em;border:2px solid currentColor;border-radius:50% 50% 50% 0;transform:rotate(-45deg);position:absolute;top:.1em;left:.1em}.icon-bed:before{content:"";display:block;width:.8em;height:.5em;border:2px solid currentColor;border-radius:2px;position:relative}.icon-bed:after{content:"";display:block;width:.3em;height:.3em;border:1px solid currentColor;border-radius:50%;position:absolute;right:.1em;top:.1em}.icon-bath:before{content:"";display:block;width:.6em;height:.8em;border:2px solid currentColor;border-radius:0 0 .2em .2em;position:relative}.icon-bath:after{content:"";display:block;width:.3em;height:.1em;border-top:2px solid currentColor;border-left:2px solid currentColor;border-right:2px solid currentColor;border-radius:.15em .15em 0 0;position:absolute;top:-.15em;left:.15em}.icon-area:before{content:"";display:block;width:.7em;height:.7em;border:2px solid currentColor;position:relative}.icon-area:after{content:"";display:block;width:.3em;height:.3em;border-right:1px solid currentColor;border-bottom:1px solid currentColor;position:absolute;bottom:-.15em;right:-.15em}.icon-security:before{content:"";display:block;width:.6em;height:.6em;border:2px solid currentColor;border-radius:.2em .2em .3em .3em;position:relative}.icon-security:after{content:"";display:block;width:.3em;height:.2em;border:2px solid currentColor;border-bottom:none;border-radius:.15em .15em 0 0;position:absolute;top:-.3em;left:.15em}.icon-people:before{content:"";display:block;width:.4em;height:.4em;border:2px solid currentColor;border-radius:50%;position:relative;margin:0 auto}.icon-people:after{content:"";display:block;width:.5em;height:.3em;border:2px solid currentColor;border-top:none;border-radius:0 0 .25em .25em;position:absolute;bottom:-.2em;left:50%;transform:translate(-50%)}.icon-money:before{content:"$";display:block;font-weight:600;font-size:.9em;line-height:1em}.icon-edit{width:1.2em;height:1.2em;position:relative}.icon-edit:before{content:"";display:block;width:.8em;height:.8em;border:2px solid currentColor;border-right:none;border-bottom:none;position:absolute;top:0;left:0}.icon-edit:after{content:"";display:block;width:.3em;height:.1em;border-top:2px solid currentColor;border-right:2px solid currentColor;position:absolute;top:.6em;left:.6em;transform:rotate(45deg)}.icon-delete{width:1.2em;height:1.2em;position:relative}.icon-delete:before{content:"";display:block;width:.8em;height:.8em;border:2px solid currentColor;border-radius:.1em;position:absolute;top:.1em;left:.1em}.icon-delete:after{content:"";display:block;width:.5em;height:2px;background:currentColor;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg)}.icon-stats{width:1.5em;height:1.5em;position:relative}.icon-stats:before{content:"";display:block;width:.3em;height:.6em;background:currentColor;position:absolute;bottom:0;left:.1em;border-radius:.1em .1em 0 0}.icon-stats:after{content:"";display:block;width:.3em;height:.9em;background:currentColor;position:absolute;bottom:0;right:.1em;border-radius:.1em .1em 0 0}.icon-simple-home:before{content:"⌂";font-size:1em;line-height:1}.icon-simple-location:before{content:"●";font-size:.7em;line-height:1;position:relative;top:.1em}.icon-simple-bed:before{content:"⊔";font-size:1em;line-height:1}.icon-simple-bath:before{content:"◉";font-size:.9em;line-height:1}.icon-simple-area:before{content:"□";font-size:.9em;line-height:1}.icon-simple-edit:before{content:"✎";font-size:1em;line-height:1}.icon-simple-delete:before{content:"✕";font-size:1em;line-height:1}.icon-simple-security:before{content:"◉";font-size:.9em;line-height:1}.icon-simple-people:before{content:"◯◯";font-size:.8em;line-height:1;letter-spacing:-.1em}.icon-simple-money:before{content:"$";font-size:1em;line-height:1;font-weight:600}
