.navigation{background-color:var(--white);box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--primary-color);transition:color .3s ease}.nav-logo:hover{color:var(--secondary-color)}.logo-image{height:50px;width:auto;display:block}.logo-text{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;padding:.5rem;gap:.35rem}.hamburger{display:block;width:25px;height:3px;background-color:var(--text-dark);border-radius:2px;transition:all .3s ease}.nav-links{display:flex;list-style:none;gap:2.5rem;align-items:center}.nav-links a{color:var(--text-dark);font-weight:500;font-size:1rem;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background-color:var(--primary-color);transition:width .3s ease}.nav-links a:hover{color:var(--primary-color);background-color:var(--bg-light)}.nav-links a:hover:after{width:80%}.nav-links a.active{color:var(--primary-color);background-color:var(--bg-light)}.nav-links a.active:after{width:80%}@media (max-width: 768px){.mobile-menu-toggle{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;background-color:var(--white);box-shadow:0 4px 6px #0000001a;padding:1rem;gap:0;max-height:0;overflow:hidden;transition:max-height .3s ease}.nav-links.mobile-open{max-height:300px}.nav-links li{width:100%}.nav-links a{display:block;width:100%;padding:1rem;text-align:center}.nav-links a:after{display:none}}.guests-page{width:100%}.hero{position:relative;color:var(--white);padding:6rem 2rem;text-align:center;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2563ebbf,#3b82f6bf)}.hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto}.hero-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.5rem;opacity:.95;max-width:800px;margin:0 auto;text-shadow:0 1px 3px rgba(0,0,0,.3)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.intro-section{padding:4rem 2rem;background-color:var(--white)}.intro-section h2{font-size:2.5rem;text-align:center;margin-bottom:1.5rem;color:var(--text-dark)}.intro-text{font-size:1.2rem;text-align:center;color:var(--text-light);max-width:900px;margin:0 auto;line-height:1.8}.audiences-section{padding:4rem 2rem;background-color:var(--bg-light)}.audiences-section h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--text-dark)}.audiences-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.audience-card{background-color:var(--white);padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.audience-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.audience-icon{font-size:3.5rem;margin-bottom:1rem}.audience-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.audience-card p{color:var(--text-light);line-height:1.6}.features-section{padding:4rem 2rem;background-color:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem}.feature{text-align:center}.feature h3{font-size:1.3rem;margin-bottom:.75rem;color:var(--primary-color)}.feature p{color:var(--text-light);line-height:1.6}@media (max-width: 768px){.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1.2rem}.intro-section h2,.audiences-section h2,.features-section h2,.cta-section h2{font-size:2rem}.audiences-grid,.features-grid{grid-template-columns:1fr}}.property-owners-page{width:100%}.property-owners-page .hero{position:relative;color:var(--white);padding:6rem 2rem;text-align:center;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.property-owners-page .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.property-owners-page .hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.property-owners-page .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2563ebbf,#3b82f6bf)}.property-owners-page .hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto}.property-owners-page .hero-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.property-owners-page .hero-subtitle{font-size:1.5rem;opacity:.95;max-width:800px;margin:0 auto;text-shadow:0 1px 3px rgba(0,0,0,.3)}.benefits-section{padding:4rem 2rem;background-color:var(--bg-light)}.benefits-section h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--text-dark)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.benefit-card{background-color:var(--white);padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.benefit-icon{font-size:3.5rem;margin-bottom:1rem}.benefit-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.benefit-card p{color:var(--text-light);line-height:1.6}.direct-lease-section{padding:4rem 2rem;background-color:var(--white)}.direct-lease-content{max-width:900px;margin:0 auto;text-align:center}.direct-lease-content h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--primary-color)}.direct-lease-content p{font-size:1.2rem;color:var(--text-light);line-height:1.8}.advantages-section{padding:4rem 2rem;background-color:var(--bg-light)}.advantages-section h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--text-dark)}.advantages-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.advantages-list{display:flex;flex-direction:column;gap:1.5rem}.advantage-item{display:flex;align-items:center;gap:1rem;font-size:1.1rem;color:var(--text-dark)}.checkmark{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background-color:var(--primary-color);color:var(--white);border-radius:50%;font-weight:700;flex-shrink:0}.advantages-image{display:flex;justify-content:center;align-items:center}.image-placeholder{width:100%;max-width:400px;aspect-ratio:1;background:linear-gradient(135deg,var(--accent-color),var(--primary-color));border-radius:1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px #0000001a}.placeholder-icon{font-size:8rem;opacity:.9}@media (max-width: 768px){.advantages-content{grid-template-columns:1fr}.advantages-image{order:-1}.image-placeholder{max-width:300px}.placeholder-icon{font-size:6rem}.benefits-grid{grid-template-columns:1fr}}.our-approach-page{width:100%}.our-approach-page .hero{position:relative;color:var(--white);padding:6rem 2rem;text-align:center;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.our-approach-page .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.our-approach-page .hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.our-approach-page .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2563ebbf,#3b82f6bf)}.our-approach-page .hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto}.our-approach-page .hero-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.our-approach-page .hero-subtitle{font-size:1.5rem;opacity:.95;max-width:800px;margin:0 auto;text-shadow:0 1px 3px rgba(0,0,0,.3)}.features-section{padding:4rem 2rem;background-color:var(--bg-light)}.features-section h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--text-dark)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background-color:var(--white);padding:2.5rem 2rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid var(--primary-color)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 20px #00000026}.feature-icon{font-size:4rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-dark)}.feature-highlight{display:inline-block;background-color:var(--primary-color);color:var(--white);padding:.25rem 1rem;border-radius:1rem;font-size:.9rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:var(--text-light);line-height:1.6}.support-section{padding:4rem 2rem;background-color:var(--white)}.support-section h2{font-size:2.5rem;text-align:center;margin-bottom:1.5rem;color:var(--text-dark)}.support-intro{text-align:center;font-size:1.2rem;color:var(--text-light);max-width:800px;margin:0 auto 3rem;line-height:1.8}.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.support-card{background-color:var(--bg-light);padding:2rem;border-radius:.75rem;border-left:4px solid var(--accent-color)}.support-card h3{font-size:1.3rem;margin-bottom:.75rem;color:var(--primary-color)}.support-card p{color:var(--text-light);line-height:1.6}.process-section{padding:4rem 2rem;background:linear-gradient(135deg,var(--bg-light),var(--white))}.process-section h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--text-dark)}.process-steps{display:grid;grid-template-columns:repeat(7,1fr);gap:1rem;max-width:1200px;margin:0 auto;align-items:center}.step{grid-column:span 1;text-align:center}.step-connector{width:100%;height:3px;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));position:relative}.step-connector:after{content:"→";position:absolute;right:-10px;top:50%;transform:translateY(-50%);color:var(--accent-color);font-size:1.5rem}.step-number{width:4rem;height:4rem;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem;box-shadow:0 4px 8px #00000026}.step h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--text-dark)}.step p{color:var(--text-light);font-size:.95rem;line-height:1.5}.cta-section{padding:5rem 2rem;background:linear-gradient(135deg,var(--secondary-color),var(--primary-color));color:var(--white);text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.cta-button{display:inline-block;background-color:var(--white);color:var(--primary-color);border:none;padding:1rem 3rem;font-size:1.1rem;font-weight:600;border-radius:.5rem;transition:all .3s ease;text-decoration:none}.cta-button:hover{transform:scale(1.05);box-shadow:0 8px 16px #0003;color:var(--primary-color)}@media (max-width: 1024px){.process-steps{grid-template-columns:1fr;gap:2rem}.step{grid-column:span 1}.step-connector{width:3px;height:3rem;margin:0 auto;background:linear-gradient(180deg,var(--primary-color),var(--accent-color))}.step-connector:after{content:"↓";right:50%;bottom:-15px;top:auto;transform:translate(50%)}}@media (max-width: 768px){.features-grid,.support-grid{grid-template-columns:1fr}.step-number{width:3.5rem;height:3.5rem;font-size:1.3rem}}.contact-page{width:100%}.contact-page .hero{background-color:var(--white);padding:4rem 2rem;text-align:center}.contact-page .hero-content h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700;color:var(--text-dark)}.contact-page .hero-subtitle{font-size:1.2rem;color:var(--text-light);max-width:800px;margin:0 auto;line-height:1.8}.contact-form-section{padding:4rem 2rem;background-color:var(--bg-light)}.contact-content{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}.contact-info h2{font-size:2.5rem;margin-bottom:1rem;color:var(--text-dark)}.contact-info>p{font-size:1.1rem;color:var(--text-light);line-height:1.8;margin-bottom:2.5rem}.info-items{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;gap:1.5rem;align-items:start}.info-icon{font-size:2.5rem;flex-shrink:0}.info-text h3{font-size:1.2rem;color:var(--text-dark);margin-bottom:.25rem}.info-text p{color:var(--text-light);font-size:1rem}.contact-form-container{background-color:var(--white);padding:2.5rem;border-radius:1rem;box-shadow:0 4px 12px #0000001a}.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:var(--text-dark);font-size:.95rem}.form-group input,.form-group textarea{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;font-family:inherit;transition:all .3s ease;background-color:var(--white)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a}.form-group input.error,.form-group textarea.error{border-color:#ef4444}.form-group input.error:focus,.form-group textarea.error:focus{box-shadow:0 0 0 3px #ef44441a}.form-group textarea{resize:vertical;min-height:120px}.error-message{color:#ef4444;font-size:.875rem;margin-top:-.25rem}.status-message{padding:1rem;border-radius:.5rem;margin-bottom:1rem;font-weight:500;text-align:center}.status-message.success{background-color:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.status-message.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.submit-button{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:var(--white);border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s ease;margin-top:.5rem;width:100%}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #2563eb4d}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 968px){.contact-content{grid-template-columns:1fr;gap:3rem}.contact-info h2{font-size:2rem}.info-items{flex-direction:row;flex-wrap:wrap;gap:1.5rem}.info-item{flex:1;min-width:200px}}@media (max-width: 640px){.contact-form-section{padding:2rem 1rem}.contact-form-container{padding:1.5rem}.info-items{flex-direction:column}.info-item{min-width:auto}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--secondary-color: #1e40af;--accent-color: #3b82f6;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--white: #ffffff}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;color:var(--text-dark);line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}
