@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Inter:wght@300;400;500;600&display=swap";@font-face{font-family:UberMove;src:url(/fonts/UberMoveMedium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:UberMove;src:url(/fonts/UberMoveBold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}:root{font-family:UberMove,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:500;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}section{scroll-margin-top:100px}*{box-sizing:border-box;font-family:UberMove,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}body{margin:0;padding:0;min-height:100vh;background-color:#fff;color:#333;font-family:UberMove,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}#root{min-height:100vh}h1,h2,h3,h4,h5,h6,p,span,div,a,button,input,textarea,label,li,td,th{font-family:UberMove,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif!important}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.5rem 0;background:#0f172a1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.navbar-scrolled{padding:1rem 0;background:#0f172af2;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 4px 30px #0000004d}.nav-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center}.nav-logo{height:45px;width:auto;transition:all .3s ease}.navbar-scrolled .nav-logo{height:38px}.nav-links{display:flex;align-items:center;gap:2.5rem;transition:all .3s ease}.nav-links a{color:#ffffffe6;text-decoration:none;font-family:Inter,sans-serif;font-weight:500;font-size:.95rem;letter-spacing:.5px;padding:.5rem 0;position:relative;transition:all .3s ease}.nav-links a:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#d4af37,#f4e17a);transition:width .3s ease;border-radius:1px}.nav-links a:hover{color:#fff;transform:translateY(-1px)}.nav-links a:hover:before{width:100%}.nav-cta{padding:.75rem 1.5rem;background:linear-gradient(135deg,#d4af37,#f4e17a);color:#1a1a1a;border:none;border-radius:6px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;margin-left:1rem}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d4af3766}.nav-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;cursor:pointer;padding:.5rem;width:40px;height:40px;position:relative;z-index:1002;transition:all .3s ease}.nav-toggle:hover{background:#ffffff26;border-color:#ffffff4d}.nav-toggle span{display:block;width:22px;height:2px;background:#fff;margin:2px 0;transition:all .3s ease;border-radius:1px;opacity:1}.nav-toggle-open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.nav-toggle-open span:nth-child(2){opacity:0}.nav-toggle-open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;animation:fadeIn .3s ease forwards}@keyframes fadeIn{to{opacity:1}}@media (max-width: 1024px){.nav-content{padding:0 1.5rem}.nav-links{gap:2rem}}@media (max-width: 900px){.nav-toggle{display:flex!important;visibility:visible!important;opacity:1!important}.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:320px;background:#0f172afa;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:6rem 2rem 2rem;gap:1.5rem;transition:right .4s cubic-bezier(.4,0,.2,1);border-left:1px solid rgba(255,255,255,.1);z-index:1001;overflow-y:auto;box-shadow:-10px 0 30px #0000004d}.nav-links-open{right:0}.nav-links a{font-size:1.2rem;font-weight:400;width:100%;padding:1.2rem 0;border-bottom:1px solid rgba(255,255,255,.1);opacity:0;transform:translate(20px);animation:slideInRight .5s ease forwards}.nav-links-open a:nth-child(1){animation-delay:.1s}.nav-links-open a:nth-child(2){animation-delay:.2s}.nav-links-open a:nth-child(3){animation-delay:.3s}.nav-links-open a:nth-child(4){animation-delay:.4s}.nav-links a:before{bottom:0;height:1px}.nav-cta{margin-left:0;margin-top:1rem;width:100%;justify-content:center;padding:1rem 1.5rem;opacity:0;transform:translate(20px);animation:slideInRight .5s ease forwards;animation-delay:.5s}}@media (max-width: 768px){.nav-content{padding:0 1rem}.nav-toggle{display:flex!important;visibility:visible!important;opacity:1!important}.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:320px;background:#0f172afa;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:6rem 2rem 2rem;gap:1.5rem;transition:right .4s cubic-bezier(.4,0,.2,1);border-left:1px solid rgba(255,255,255,.1);z-index:1001;overflow-y:auto;box-shadow:-10px 0 30px #0000004d}.nav-links-open{right:0}.nav-links a{font-size:1.2rem;font-weight:400;width:100%;padding:1.2rem 0;border-bottom:1px solid rgba(255,255,255,.1);opacity:0;transform:translate(20px);animation:slideInRight .5s ease forwards}.nav-links-open a:nth-child(1){animation-delay:.1s}.nav-links-open a:nth-child(2){animation-delay:.2s}.nav-links-open a:nth-child(3){animation-delay:.3s}.nav-links-open a:nth-child(4){animation-delay:.4s}.nav-links a:before{bottom:0;height:1px}.nav-cta{margin-left:0;margin-top:1rem;width:100%;justify-content:center;padding:1rem 1.5rem;opacity:0;transform:translate(20px);animation:slideInRight .5s ease forwards;animation-delay:.5s}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}}@media (max-width: 480px){.navbar{padding:1rem 0}.navbar-scrolled{padding:.75rem 0}.nav-logo{height:35px}.navbar-scrolled .nav-logo{height:32px}.nav-links{width:280px;padding:5rem 1.5rem 2rem}}html{scroll-behavior:smooth}body.nav-open{overflow:hidden}.hero{position:relative;height:100vh;overflow:hidden;display:flex;flex-direction:column}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center;scale:1.1;transition:scale 20s ease-out}.hero:hover .hero-image{scale:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0f172ad9,#1e293bbf,#334155a6 60%,#0f172ae6);z-index:2}.hero-content{position:relative;z-index:5;flex:1;display:flex;flex-direction:column;justify-content:center;max-width:1400px;margin:0 auto;padding:0 2rem;width:100%}.hero-main{max-width:700px;margin-bottom:4rem}.hero-badge{display:inline-block;padding:.75rem 1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#ffffffe6;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;margin-bottom:2rem}.hero-title{font-family:Playfair Display,serif;font-size:clamp(3rem,8vw,6rem);font-weight:600;line-height:1.1;color:#fff;margin-bottom:1.5rem;letter-spacing:-2px}.title-accent{display:block;font-family:Playfair Display,Times New Roman,serif!important;font-weight:600;font-style:italic!important;background:linear-gradient(135deg,#d4af37,#f4e17a,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#d4af37}.hero-description{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:300;line-height:1.7;color:#ffffffd9;margin-bottom:3rem;max-width:600px}.hero-actions{display:flex;gap:1.5rem;align-items:center}.btn-primary{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#d4af37,#f4e17a);color:#1a1a1a;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #d4af3766}.btn-secondary{padding:1rem 2rem;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:8px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.btn-secondary:hover{background:#ffffff1a;border-color:#fff9;transform:translateY(-2px)}.hero-features{display:flex;gap:3rem;align-items:center}.feature{display:flex;align-items:center;justify-content:center;text-align:center;padding:1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s ease}.feature:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-5px)}.feature-text{display:flex;flex-direction:column;align-items:center}.feature-number{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:#d4af37;line-height:1.2}.feature-label{font-family:Inter,sans-serif;font-size:.9rem;color:#fffc;font-weight:400}@media (max-width: 1024px){.hero-features{gap:2rem}.feature{padding:1.25rem}}@media (max-width: 768px){.hero-content{padding:8rem 1rem 0;justify-content:flex-start}.hero-main{margin-bottom:3rem}.hero-description{font-size:1.1rem;margin-bottom:2rem}.hero-actions{flex-direction:column;align-items:stretch;gap:1rem}.btn-primary,.btn-secondary{justify-content:center}.hero-features{flex-direction:column;gap:1rem}.feature{padding:1rem;width:100%}}@media (max-width: 480px){.hero-content{padding-top:7rem}.hero-badge{font-size:.75rem;padding:.5rem 1rem}.hero-description{font-size:1rem}}.about{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative;overflow:hidden}.about:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/media/desktop.webp) center/cover;opacity:.02;z-index:1}.about-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.about-content{margin-bottom:4rem}.about-header{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.about-title{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;color:#1e293b;margin-bottom:1.5rem;letter-spacing:-1px;line-height:1.2}.about-subtitle{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;color:#64748b;line-height:1.6;margin-bottom:0}.about-main{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:2rem}.about-text{display:flex;flex-direction:column;gap:1.5rem}.about-description{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:400;color:#475569;line-height:1.7;margin:0}.energy-rating{display:flex;align-items:center;gap:1rem;margin-top:1rem;padding:1.5rem;background:#d4af370d;border:1px solid rgba(212,175,55,.2);border-radius:12px}.energy-label{font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:#374151}.energy-badge{display:flex;flex-direction:column;gap:.25rem}.energy-category{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;color:#d4af37;letter-spacing:1px}.energy-desc{font-family:Inter,sans-serif;font-size:.85rem;font-weight:400;color:#6b7280}.about-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000026;transition:all .3s ease}.about-image:hover{transform:translateY(-5px);box-shadow:0 30px 80px #0003}.about-img{width:100%;height:400px;object-fit:cover;object-position:center;transition:transform .3s ease}.about-image:hover .about-img{transform:scale(1.05)}.image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0f172a66,#1e293b33,#33415566);display:flex;align-items:flex-end;padding:2rem}.overlay-badge{background:#d4af37e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.5rem;border-radius:8px;border:1px solid rgba(255,255,255,.2)}.overlay-badge span{font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;color:#1a1a1a;letter-spacing:.5px;text-transform:uppercase}.about-features{margin-top:4rem}.feature-grid{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.feature-item{display:flex;flex-direction:column;align-items:center;gap:1rem;transition:all .3s ease}.feature-item:hover{transform:translateY(-4px)}.feature-icon{width:56px;height:56px;background:linear-gradient(135deg,#d4af37,#f4e17a);border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px #d4af3733}.feature-item:hover .feature-icon{transform:scale(1.1);box-shadow:0 8px 20px #d4af3766}.feature-icon svg{width:28px;height:28px;stroke:#1a1a1a;stroke-width:2}.feature-label{font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:#64748b;text-align:center;transition:color .3s ease}.feature-item:hover .feature-label{color:#d4af37}@media (max-width: 1024px){.about{padding:5rem 0}.about-container{padding:0 1.5rem}.about-main{gap:3rem}.feature-grid{gap:2.5rem}}@media (max-width: 768px){.about{padding:4rem 0}.about-container{padding:0 1rem}.about-header{margin-bottom:2.5rem}.about-subtitle{font-size:1.1rem}.about-main{grid-template-columns:1fr;gap:2.5rem}.about-image{order:-1}.about-img{height:300px}.energy-rating{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem}.feature-grid{gap:2rem}.feature-icon{width:52px;height:52px}.feature-icon svg{width:26px;height:26px}}@media (max-width: 480px){.about{padding:3rem 0}.about-header{margin-bottom:2rem}.about-description{font-size:1rem}.about-img{height:250px}.image-overlay{padding:1.5rem}.overlay-badge{padding:.5rem 1rem}.overlay-badge span{font-size:.8rem}.feature-grid{gap:1.5rem}.feature-icon{width:48px;height:48px}.feature-icon svg{width:24px;height:24px}.feature-label{font-size:.85rem}}.developers{padding:6rem 0;background:#fff;position:relative}.developers-container{max-width:1400px;margin:0 auto;padding:0 2rem}.developers-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.developers-content:has(.developers-center){display:flex;justify-content:center;align-items:center}.developers-center{display:flex;flex-direction:column;gap:2rem;max-width:800px;text-align:left}.developers-left{display:flex;flex-direction:column;gap:2rem}.developers-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.developers-center .developers-header{justify-content:flex-start}.header-accent{width:4px;height:60px;background:linear-gradient(135deg,#d4af37,#f4e17a);border-radius:2px}.developers-title{font-family:Playfair Display,serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;color:#1e293b;line-height:1.3;margin:0}.developer-info{display:flex;flex-direction:column;gap:1.5rem}.developer-name{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.developer-description{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:#64748b;line-height:1.7;margin:0}.developer-logo{margin-top:1rem}.logo-image{height:60px;width:auto;filter:brightness(1) contrast(1);transition:all .3s ease}.logo-image:hover{filter:brightness(1.1) contrast(1.1)}.developers-right{display:flex;flex-direction:column;gap:2rem}.developer-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.developer-card:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(135deg,#d4af3708,#f4e17a08);transition:width .4s ease;z-index:1}.developer-card:hover{border-color:#d4af374d;box-shadow:0 8px 30px #d4af371a;transform:translateY(-4px)}.developer-card:hover:before{width:100%}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;position:relative;z-index:2}.card-logo{height:48px;width:auto;transition:all .3s ease}.developer-card:hover .card-logo{transform:scale(1.05)}.card-title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:#1e293b;margin:0}.card-content{position:relative;z-index:2}.card-description{font-family:Inter,sans-serif;font-size:.95rem;font-weight:400;color:#64748b;line-height:1.6;margin-bottom:1.5rem}.card-website{font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:#d4af37;text-decoration:none;transition:all .3s ease;position:relative}.card-website:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#d4af37;transition:width .3s ease}.card-website:hover{color:#b8941f}.card-website:hover:after{width:100%}@media (max-width: 1024px){.developers{padding:5rem 0}.developers-container{padding:0 1.5rem}.developers-content{gap:3rem}.developer-card{padding:1.75rem}}@media (max-width: 768px){.developers{padding:4rem 0}.developers-container{padding:0 1rem}.developers-content{grid-template-columns:1fr;gap:3rem}.developers-header{gap:.75rem}.header-accent{height:50px}.developers-title{font-size:1.75rem}.developer-info{gap:1.25rem}.developer-description{font-size:.95rem}.logo-image{height:50px}.developers-right{gap:1.5rem}.developer-card{padding:1.5rem}.card-logo{height:42px}.card-title{font-size:1.35rem}.card-description{font-size:.9rem;margin-bottom:1.25rem}}@media (max-width: 480px){.developers{padding:3rem 0}.developers-content{gap:2.5rem}.developers-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-accent{width:100%;height:4px}.developers-title{font-size:1.5rem}.developer-name{font-size:1.1rem}.logo-image{height:45px}.developer-card{padding:1.25rem}.card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.card-logo{height:38px}.card-title{font-size:1.25rem}.card-description{font-size:.85rem;line-height:1.5}.card-website{font-size:.85rem}}.investment{padding:6rem 0;background:#f8fafc;position:relative}.investment-container{max-width:1200px;margin:0 auto;padding:0 2rem}.investment-header{margin-bottom:4rem;display:flex;align-items:flex-start;gap:1rem}.investment-title{font-family:Playfair Display,serif;font-size:clamp(2.5rem,4vw,3rem);font-weight:600;color:#1e293b;margin-bottom:1rem;letter-spacing:-1px;line-height:1.2;text-transform:uppercase}.investment-subtitle{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:400;color:#64748b;line-height:1.6;margin:0}.investment-reasons{display:grid;grid-template-columns:1fr 1fr;gap:4rem 6rem;max-width:none;margin-top:0}.reason-item{display:flex;gap:1.5rem;align-items:flex-start;padding:0;border-bottom:none;transition:none;background:transparent}.reason-item:hover{padding-left:0;background:transparent;border-radius:0}.reason-number{flex-shrink:0;width:auto;height:auto;background:none;border-radius:0;display:block;font-family:Playfair Display,serif;font-size:4rem;font-weight:300;color:#d4af37;transition:none;box-shadow:none;line-height:1}.reason-item:hover .reason-number{transform:none;box-shadow:none}.reason-content{flex:1;padding-top:.5rem}.reason-title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;color:#1e293b;margin-bottom:1rem;line-height:1.3}.reason-description{font-family:Inter,sans-serif;font-size:.95rem;font-weight:400;color:#64748b;line-height:1.6;margin:0}@media (max-width: 1024px){.investment{padding:5rem 0}.investment-container{padding:0 1.5rem}.investment-reasons{gap:3rem 4rem}.reason-number{font-size:3.5rem}}@media (max-width: 768px){.investment{padding:4rem 0}.investment-container{padding:0 1rem}.investment-header{margin-bottom:3rem}.header-accent{height:60px}.investment-subtitle{font-size:1rem}.investment-reasons{grid-template-columns:1fr;gap:3rem}.reason-number{font-size:3rem}.reason-title{font-size:1.15rem}.reason-description{font-size:.9rem}}@media (max-width: 480px){.investment{padding:3rem 0}.investment-header{margin-bottom:2.5rem;flex-direction:column;gap:1rem}.header-accent{width:100%;height:4px;margin-top:0}.reason-item{gap:1rem}.reason-number{font-size:2.5rem}.reason-content{padding-top:0}.reason-title{font-size:1.1rem;margin-bottom:.75rem}.reason-description{font-size:.85rem;line-height:1.5}}.features{padding:4rem 0;background:#fff;position:relative}.features-container{max-width:1200px;margin:0 auto;padding:0 2rem}.features-header{margin-bottom:3rem;display:flex;align-items:flex-start;gap:1rem}.features-title{font-family:Playfair Display,serif;font-size:clamp(2.5rem,4vw,3rem);font-weight:600;color:#1e293b;margin-bottom:1rem;letter-spacing:-1px;line-height:1.2;text-transform:uppercase}.features-subtitle{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:400;color:#64748b;line-height:1.6;margin:0}.features-content{display:flex;gap:3rem;align-items:flex-start}.features-left{flex:0 0 40%}.features-right{flex:1}.design-info{background:#f8fafc;padding:1.5rem;border-radius:8px;border-left:4px solid #d4af37}.design-title{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600;color:#1e293b;margin-bottom:1rem;text-transform:uppercase}.design-list{list-style:none;padding:0;margin:0}.design-list li{font-family:Inter,sans-serif;font-size:.9rem;font-weight:400;color:#64748b;line-height:1.5;margin-bottom:.5rem;padding-left:1rem;position:relative}.design-list li:before{content:"•";color:#d4af37;font-weight:700;position:absolute;left:0}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2.5rem;max-width:none;margin-top:0}.feature-item{display:flex;gap:1rem;align-items:flex-start;padding:0;border-bottom:none;transition:none;background:transparent}.feature-item:hover{padding-left:0;background:transparent;border-radius:0}.feature-number{flex-shrink:0;width:auto;height:auto;background:none;border-radius:0;display:block;font-family:Playfair Display,serif;font-size:3rem;font-weight:300;color:#d4af37;transition:none;box-shadow:none;line-height:1}.feature-item:hover .feature-number{transform:none;box-shadow:none}.feature-content{flex:1;padding-top:.25rem}.feature-title{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500;color:#1e293b;margin-bottom:.75rem;line-height:1.3}.feature-description{font-family:Inter,sans-serif;font-size:.95rem;font-weight:400;color:#64748b;line-height:1.6;margin:0}@media (max-width: 1024px){.features{padding:5rem 0}.features-container{padding:0 1.5rem}.features-content{gap:3rem}.features-grid{gap:2rem 2.5rem}.feature-number{font-size:3.5rem}.design-info{padding:1.5rem}}@media (max-width: 768px){.features{padding:4rem 0}.features-container{padding:0 1rem}.features-header{margin-bottom:3rem}.header-accent{height:60px}.features-subtitle{font-size:1rem}.features-content{flex-direction:column;gap:3rem}.features-left{flex:none}.features-grid{grid-template-columns:1fr;gap:2.5rem}.feature-number{font-size:3rem}.feature-title{font-size:1.15rem}.feature-description{font-size:.9rem}.design-title{font-size:1.3rem}.design-list li{font-size:.85rem}}@media (max-width: 480px){.features{padding:3rem 0}.features-header{margin-bottom:2.5rem;flex-direction:column;gap:1rem}.header-accent{width:100%;height:4px;margin-top:0}.features-content{gap:2rem}.design-info{padding:1.25rem}.design-title{font-size:1.2rem;margin-bottom:1rem}.design-list li{font-size:.8rem;margin-bottom:.5rem}.feature-item{gap:1rem}.feature-number{font-size:2.5rem}.feature-content{padding-top:0}.feature-title{font-size:1.1rem;margin-bottom:.75rem}.feature-description{font-size:.85rem;line-height:1.5}}.visualization{padding:80px 0;background:linear-gradient(135deg,#fafafa,#f0f0f0)}.visualization-container{max-width:1200px;margin:0 auto;padding:0 20px}.visualization-header{display:flex;align-items:center;margin-bottom:50px;gap:30px}.header-accent{width:3px;height:60px;background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:2px}.visualization-title{font-size:2.2rem;font-weight:600;color:#1f2937;margin-bottom:12px;line-height:1.2}.visualization-subtitle{font-size:1.1rem;color:#6b7280;line-height:1.6;max-width:600px}.slideshows-container{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:40px}.slideshow-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.slideshow-section:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.slideshow-title{font-size:1.3rem;font-weight:500;color:#1f2937;margin-bottom:20px;text-align:center;position:relative}.slideshow-title:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:40px;height:2px;background:linear-gradient(135deg,#d4af37,#f4d03f);border-radius:1px}.slideshow{position:relative;border-radius:8px;overflow:hidden}.slideshow-wrapper{position:relative;width:100%;height:280px;overflow:hidden;border-radius:8px}.slideshow-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.slideshow-overlay{position:absolute;top:15px;right:15px;background:#0009;color:#fff;padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.slide-counter{color:#f4d03f}.slide-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;color:#d4af37;border:none;width:32px;height:32px;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:2;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 10px #0000001a}.slideshow:hover .slide-btn{opacity:1}.slide-btn:hover{background:#fff;color:#b8941f;transform:translateY(-50%) scale(1.05)}.prev-btn{left:12px}.next-btn{right:12px}.slide-indicators{display:flex;justify-content:center;gap:2px;margin-top:10px}.indicator{width:1px;height:1px;border-radius:.5px;border:none;background:#d1d5db;cursor:pointer;transition:all .3s ease}.indicator:hover{background:#d4af37;transform:scale(1.8)}.indicator.active{background:linear-gradient(135deg,#d4af37,#f4d03f);transform:scale(2.5)}@media (max-width: 968px){.slideshows-container{grid-template-columns:1fr;gap:25px}}@media (max-width: 768px){.visualization{padding:60px 0}.visualization-container{padding:0 15px}.visualization-header{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:35px}.header-accent{width:50px;height:3px}.visualization-title{font-size:1.9rem}.visualization-subtitle{font-size:1rem}.slideshow-section{padding:15px}.slideshow-wrapper{height:240px}.slide-btn{width:28px;height:28px;font-size:1rem}.prev-btn{left:8px}.next-btn{right:8px}}@media (max-width: 480px){.visualization-title{font-size:1.7rem}.visualization-subtitle{font-size:.95rem}.slideshow-title{font-size:1.2rem}.slideshow-wrapper{height:200px}.slideshow-section{padding:12px}.slide-btn{width:24px;height:24px;font-size:.9rem}.indicator{width:.8px;height:.8px}}.overview{padding:6rem 0;background:#f8fafc;position:relative}.overview-container{max-width:1200px;margin:0 auto;padding:0 2rem}.overview-header{margin-bottom:4rem;display:flex;align-items:flex-start;gap:1rem}.overview-title{font-family:Playfair Display,serif;font-size:clamp(2.5rem,4vw,3rem);font-weight:600;color:#1e293b;margin-bottom:1rem;letter-spacing:-1px;line-height:1.2;text-transform:uppercase}.overview-subtitle{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:400;color:#64748b;line-height:1.6;margin:0}.timeline{display:flex;align-items:center;justify-content:space-between;margin-bottom:6rem;position:relative;padding:2rem 0}.timeline-item{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.timeline-circle{width:80px;height:80px;border-radius:50%;background:#fff;border:3px solid #e2e8f0;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:all .3s ease}.timeline-circle.current{background:#d4af37;border-color:#d4af37;color:#fff}.timeline-date{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;text-align:center;line-height:1.2}.timeline-content{text-align:center;max-width:120px}.timeline-title{font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:#64748b;line-height:1.3;margin:0}.timeline-connector{flex:1;height:3px;background:#e2e8f0;margin:0 -5px;position:relative;top:-40px;z-index:1}.timeline-marker{width:12px;height:12px;background:#d4af37;border-radius:50%;position:relative;top:-46px;z-index:2}.schedule-section{display:flex;gap:4rem;align-items:flex-start}.schedule-left{flex:0 0 40%}.schedule-image{width:100%;height:400px;overflow:hidden;border-radius:8px;box-shadow:0 10px 25px #0000001a}.schedule-image img{width:100%;height:100%;object-fit:cover}.schedule-right{flex:1}.schedule-header{margin-bottom:3rem;display:flex;align-items:flex-start;gap:1rem}.schedule-title{font-family:Playfair Display,serif;font-size:clamp(2rem,3vw,2.5rem);font-weight:600;color:#1e293b;margin-bottom:1rem;letter-spacing:-1px;line-height:1.2;text-transform:uppercase}.schedule-subtitle{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:#64748b;line-height:1.6;margin:0}.schedule-timeline{display:flex;flex-direction:column;gap:2rem}.year-section{border-left:4px solid #d4af37;padding-left:2rem;position:relative}.year-header{background:#d4af37;color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;padding:.5rem 1rem;border-radius:4px;margin-bottom:1rem;display:inline-block;position:relative;left:-2.5rem}.schedule-items{display:flex;flex-direction:column;gap:1rem}.schedule-item{display:flex;gap:2rem;align-items:flex-start}.schedule-month{font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;color:#64748b;min-width:80px;flex-shrink:0}.schedule-desc{font-family:Inter,sans-serif;font-size:.9rem;font-weight:400;color:#64748b;line-height:1.5}.news-section{margin-top:6rem}.news-header{margin-bottom:3rem;display:flex;align-items:flex-start;gap:1rem}.news-title{font-family:Playfair Display,serif;font-size:clamp(2rem,3vw,2.5rem);font-weight:600;color:#1e293b;margin-bottom:1rem;letter-spacing:-1px;line-height:1.2;text-transform:uppercase}.news-subtitle{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:#64748b;line-height:1.6;margin:0}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.news-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;cursor:pointer}.news-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.news-thumbnail{position:relative;width:100%;height:200px;overflow:hidden}.news-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-item:hover .news-thumbnail img{transform:scale(1.05)}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:#d4af37e6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.news-item:hover .play-button{background:#d4af37;transform:translate(-50%,-50%) scale(1.1)}.news-content{padding:1.5rem}.news-date{font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#d4af37;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.news-title-item{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;color:#1e293b;line-height:1.4;margin:0}@media (max-width: 1024px){.overview{padding:5rem 0}.overview-container{padding:0 1.5rem}.timeline{flex-wrap:wrap;gap:2rem;justify-content:center}.timeline-connector,.timeline-marker{display:none}.schedule-section{gap:3rem}.schedule-image{height:300px}.news-section{margin-top:4rem}.news-grid{grid-template-columns:1fr;gap:1.5rem}.news-thumbnail{height:180px}}@media (max-width: 768px){.overview{padding:4rem 0}.overview-container{padding:0 1rem}.overview-header{margin-bottom:3rem}.header-accent{height:60px}.overview-subtitle,.schedule-subtitle{font-size:1rem}.timeline{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;gap:1rem .5rem;padding:2rem 0;margin:0 auto 4rem;max-width:100%;position:relative}.timeline:before{content:"";position:absolute;top:45px;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,#e2e8f0,#d4af37,#e2e8f0);z-index:1}.timeline:after{content:"";position:absolute;top:calc(100% - 55px);left:37.5%;right:37.5%;height:2px;background:linear-gradient(90deg,#e2e8f0,#d4af37);z-index:1}.timeline-item:nth-child(7):after{content:"";position:absolute;top:70px;left:50%;width:2px;height:40px;background:linear-gradient(180deg,#d4af37,#e2e8f0);transform:translate(-50%);z-index:1}.timeline-item:nth-child(1){grid-column:1;grid-row:1}.timeline-item:nth-child(3){grid-column:2;grid-row:1}.timeline-item:nth-child(5){grid-column:3;grid-row:1}.timeline-item:nth-child(7){grid-column:4;grid-row:1}.timeline-item:nth-child(11){grid-column:2;grid-row:2}.timeline-item:nth-child(13){grid-column:3;grid-row:2}.timeline-item{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2}.timeline-circle{width:50px;height:50px;margin-bottom:.5rem;flex-shrink:0;border-width:2px;box-shadow:0 2px 8px #0000001a}.timeline-circle.current{box-shadow:0 4px 16px #d4af3766;transform:scale(1.1)}.timeline-date{font-size:.6rem;font-weight:700;line-height:1.1}.timeline-content{text-align:center}.timeline-title{font-size:.75rem;margin:0;color:#1e293b;font-weight:600;line-height:1.2;-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.timeline-item.current .timeline-title{color:#d4af37;font-weight:700}.timeline-connector,.timeline-marker{display:none}.schedule-section{flex-direction:column;gap:3rem}.schedule-left{flex:none;display:flex;justify-content:center;width:100%}.schedule-image{height:250px;max-width:400px;width:90%;margin:0 auto}.schedule-item{flex-direction:column;gap:.5rem}.schedule-month{min-width:auto;font-weight:700}.news-section{margin-top:3rem}.news-header{margin-bottom:2rem}.news-grid{gap:1.5rem}.news-thumbnail{height:160px}.news-content{padding:1.25rem}}@media (max-width: 480px){.overview{padding:3rem 0}.overview-header,.schedule-header{margin-bottom:2.5rem;flex-direction:column;gap:1rem}.header-accent{width:100%;height:4px;margin-top:0}.timeline{grid-template-columns:repeat(4,1fr);gap:.75rem .25rem;padding:1.5rem 0;margin:0 auto 3rem;position:relative}.timeline:before{top:40px;left:12.5%;right:12.5%;height:1.5px}.timeline:after{top:calc(100% - 50px);left:37.5%;right:37.5%;height:1.5px}.timeline-item:nth-child(7):after{top:60px;height:35px;width:1.5px}.timeline-circle{width:45px;height:45px;margin-bottom:.4rem}.timeline-date{font-size:.55rem;font-weight:700;line-height:1}.timeline-title{font-size:.7rem;line-height:1.1;padding:0 .1rem}.schedule-image{height:200px;max-width:350px;width:95%}.year-section{padding-left:1.5rem}.year-header{left:-2rem;font-size:.9rem;padding:.4rem .8rem}.news-section{margin-top:2.5rem}.news-header{margin-bottom:1.5rem}.news-grid{gap:1rem}.news-thumbnail{height:140px}.play-button{width:50px;height:50px}.news-content{padding:1rem}.news-title-item{font-size:1rem}}.video-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.video-modal-content{position:relative;width:90%;max-width:900px;background:#000;border-radius:8px;overflow:hidden}.video-close{position:absolute;top:-50px;right:0;background:#ffffff1a;border:none;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease;z-index:1001}.video-close:hover{background:#fff3}.video-wrapper{position:relative;width:100%;height:0;padding-bottom:56.25%}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.news-item.static{cursor:default}.news-item.static .play-button{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.video-modal-content{width:95%}.video-close{top:-40px;width:35px;height:35px}}.pricing{padding:4rem 0;background:#fff;position:relative}.pricing-container{max-width:1200px;margin:0 auto;padding:0 2rem}.pricing-header{margin-bottom:3rem;display:flex;align-items:flex-start;gap:1rem}.header-accent{width:4px;height:80px;background:linear-gradient(135deg,#d4af37,#f4e17a);border-radius:2px;margin-top:.5rem}.header-content{flex:1}.pricing-title{font-family:Playfair Display,serif;font-size:clamp(2.5rem,4vw,3rem);font-weight:600;color:#1e293b;margin-bottom:1rem;letter-spacing:-1px;line-height:1.2;text-transform:uppercase}.pricing-subtitle{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:400;color:#64748b;line-height:1.6;margin:0}.pricing-filters{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.75rem 1.5rem;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:8px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:#d4af37;color:#d4af37}.filter-btn.active{background:#d4af37;border-color:#d4af37;color:#fff}.pricing-table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;border:1px solid #f1f5f9;overflow-x:auto}.pricing-table{width:100%;border-collapse:collapse;min-width:800px}.pricing-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pricing-table th{padding:1rem .75rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;color:#475569;text-align:left;border-right:1px solid #e2e8f0;white-space:nowrap}.pricing-table th:last-child{border-right:none}.pricing-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .2s ease}.pricing-table tbody tr:hover{background:#f8fafc}.pricing-table tbody tr:last-child{border-bottom:none}.pricing-table td{padding:1rem .75rem;font-family:Inter,sans-serif;font-size:.9rem;color:#64748b;border-right:1px solid #f1f5f9;vertical-align:middle}.pricing-table td:last-child{border-right:none}.villa-name{font-weight:600;color:#1e293b;font-size:1rem}.price-value{font-weight:600;color:#d4af37;font-size:.95rem;white-space:nowrap}.villa-status{font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;display:inline-block;white-space:nowrap}.status-available{color:#16a34a}.status-sold{color:#dc2626}.status-negotiation{color:#2563eb}.villa-actions{display:flex;gap:.5rem;white-space:nowrap}.btn-detail,.btn-standard{padding:.4rem .8rem;border:1px solid #e2e8f0;background:#fff;color:#64748b;border-radius:4px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-detail:hover,.btn-standard:hover{background:#d4af37;border-color:#d4af37;color:#fff}.mobile-cards{display:none}@media (max-width: 1024px){.pricing{padding:3rem 0}.pricing-container{padding:0 1.5rem}.pricing-table{min-width:700px}.pricing-table th,.pricing-table td{padding:.8rem .5rem;font-size:.85rem}.villa-actions{flex-direction:column;gap:.3rem}.btn-detail,.btn-standard{padding:.3rem .6rem;font-size:.7rem}}@media (max-width: 768px){.pricing{padding:3rem 0}.pricing-container{padding:0 1rem}.pricing-header{margin-bottom:2rem}.header-accent{height:60px}.pricing-subtitle{font-size:1rem}.pricing-filters{margin-bottom:2rem}.filter-btn{padding:.6rem 1.2rem;font-size:.85rem}.pricing-table-container{display:none}.mobile-cards{display:block}.mobile-card{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a;border:1px solid #f1f5f9}.mobile-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.mobile-villa-name{font-weight:600;color:#1e293b;font-size:1.1rem}.mobile-details{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.mobile-detail{display:flex;flex-direction:column;gap:.25rem}.mobile-detail-label{font-size:.75rem;color:#64748b;font-weight:500}.mobile-detail-value{font-size:.9rem;color:#1e293b;font-weight:600}.mobile-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f1f5f9}.mobile-price{font-weight:600;color:#d4af37;font-size:1rem}}@media (max-width: 480px){.pricing{padding:2rem 0}.pricing-header{margin-bottom:1.5rem;flex-direction:column;gap:1rem}.header-accent{width:100%;height:4px;margin-top:0}.pricing-filters{gap:.5rem}.filter-btn{padding:.5rem 1rem;font-size:.8rem}.mobile-card{padding:1.25rem}.mobile-details{grid-template-columns:1fr;gap:.5rem}.mobile-detail{display:flex;justify-content:space-between;align-items:center;flex-direction:row}.mobile-detail-label{font-size:.8rem}.mobile-detail-value{font-size:.85rem}.mobile-footer{flex-direction:column;align-items:flex-start;gap:1rem}.villa-actions{width:100%;justify-content:flex-end}}.financing-section{margin-top:4rem;padding-top:3rem;border-top:1px solid #e2e8f0}.financing-header{margin-bottom:3rem;display:flex;align-items:flex-start;gap:1rem}.financing-title{font-family:UberMove,Playfair Display,serif!important;font-size:clamp(2.5rem,4vw,3rem);font-weight:600;color:#1e293b;margin-bottom:1rem;letter-spacing:-1px;line-height:1.2;text-transform:uppercase}.financing-subtitle{font-family:UberMove,Inter,sans-serif!important;font-size:1.1rem;font-weight:400;color:#64748b;line-height:1.6;max-width:800px}.financing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.financing-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.financing-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#d4af37}.financing-amount{font-family:UberMove,Playfair Display,serif!important;font-size:2.5rem;font-weight:700;color:#d4af37;margin-bottom:1rem;letter-spacing:-1px}.financing-description{font-family:UberMove,Inter,sans-serif!important;font-size:1rem;color:#475569;line-height:1.6;margin-bottom:1.5rem}.financing-divider{height:1px;background:linear-gradient(90deg,#d4af37,#f4e17a,#d4af37);margin:1.5rem 0}.financing-sample{margin-top:1.5rem}.sample-title{font-family:UberMove,Inter,sans-serif!important;font-size:.9rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.sample-details{background:#f8fafc;padding:1rem;border-radius:8px;border-left:4px solid #d4af37}.sample-property{font-family:UberMove,Inter,sans-serif!important;font-size:.95rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.sample-amount{font-family:UberMove,Inter,sans-serif!important;font-size:.9rem;color:#64748b;line-height:1.4}@media (max-width: 768px){.financing-section{margin-top:3rem;padding-top:2rem}.financing-cards{grid-template-columns:1fr;gap:1.5rem}.financing-card{padding:1.5rem}.financing-amount{font-size:2rem}.financing-description{font-size:.95rem}}@media (max-width: 480px){.financing-header{margin-bottom:2rem}.financing-cards{gap:1rem}.financing-card{padding:1.25rem}.financing-amount{font-size:1.8rem}}.footer{background:#1a1a1a;color:#fff;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,#d4af37 50%,transparent 100%)}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:4rem 0 3rem}.footer-section{display:flex;flex-direction:column}.footer-brand{max-width:350px}.footer-logo{margin-bottom:1.5rem}.footer-logo-img{height:40px;width:auto;filter:brightness(0) invert(1)}.footer-description{font-family:Inter,sans-serif;font-size:.95rem;font-weight:400;color:#b0b0b0;line-height:1.6;margin-bottom:2rem}.footer-social{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#d4af371a;border-radius:8px;color:#d4af37;text-decoration:none;transition:all .3s ease;border:1px solid rgba(212,175,55,.2)}.social-link:hover{background:#d4af37;color:#1a1a1a;transform:translateY(-2px);box-shadow:0 4px 12px #d4af374d}.footer-title{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1.5rem;position:relative}.footer-title:after{content:"";position:absolute;bottom:-.5rem;left:0;width:30px;height:2px;background:#d4af37;border-radius:1px}.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{font-family:Inter,sans-serif;font-size:.9rem;font-weight:400;color:#b0b0b0;text-decoration:none;transition:all .3s ease;position:relative;padding-left:0}.footer-link:before{content:"";position:absolute;left:-1rem;top:50%;width:0;height:1px;background:#d4af37;transition:width .3s ease;transform:translateY(-50%)}.footer-link:hover{color:#d4af37;padding-left:1rem}.footer-link:hover:before{width:.5rem}.footer-contact{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.75rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:400;color:#b0b0b0}.contact-item svg{color:#d4af37;flex-shrink:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center}.footer-copyright{margin:0}.footer-copyright p{font-family:Inter,sans-serif;font-size:.85rem;font-weight:400;color:#888;margin:0}.footer-legal{display:flex;gap:2rem}.legal-link{font-family:Inter,sans-serif;font-size:.85rem;font-weight:400;color:#888;text-decoration:none;transition:color .3s ease}.legal-link:hover{color:#d4af37}@media (max-width: 1024px){.footer-main{grid-template-columns:1fr 1fr;gap:2.5rem;padding:3rem 0 2.5rem}.footer-brand{grid-column:1 / -1;max-width:100%;margin-bottom:1rem}}@media (max-width: 768px){.footer-container{padding:0 1.5rem}.footer-main{grid-template-columns:1fr;gap:2rem;padding:2.5rem 0 2rem}.footer-brand{text-align:center;margin-bottom:0}.footer-social{justify-content:center}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-legal{justify-content:center}}@media (max-width: 480px){.footer-container{padding:0 1rem}.footer-main{gap:1.5rem;padding:2rem 0 1.5rem}.footer-legal{flex-direction:column;gap:.5rem}.social-link{width:36px;height:36px}}.legal-page{min-height:100vh;background:linear-gradient(135deg,#fafafa,#f0f0f0);padding:120px 0 80px}.legal-container{max-width:800px;margin:0 auto;padding:0 20px}.legal-header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:3px solid #d4af37}.legal-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:16px;line-height:1.2}.legal-subtitle{font-size:1.1rem;color:#6b7280;font-style:italic}.legal-content{background:#fff;border-radius:12px;padding:40px;box-shadow:0 10px 30px #0000001a}.legal-section{margin-bottom:40px}.legal-section:last-child{margin-bottom:0}.legal-section h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #f3f4f6}.legal-section h3{font-size:1.2rem;font-weight:600;color:#374151;margin-bottom:12px;margin-top:24px}.legal-section p{font-size:1rem;color:#4b5563;line-height:1.7;margin-bottom:16px}.legal-section ul{margin:16px 0;padding-left:24px}.legal-section li{font-size:1rem;color:#4b5563;line-height:1.6;margin-bottom:8px}.legal-section li::marker{color:#d4af37}@media (max-width: 768px){.legal-page{padding:100px 0 60px}.legal-container{padding:0 15px}.legal-title{font-size:2rem}.legal-content{padding:25px 20px}.legal-section h2{font-size:1.3rem}.legal-section h3{font-size:1.1rem}.legal-section p,.legal-section li{font-size:.95rem}}@media (max-width: 480px){.legal-title{font-size:1.8rem}.legal-content{padding:20px 15px}.legal-section{margin-bottom:30px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-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;line-height:1.6}.App{min-height:100vh}
