:root{--bg-0: #060712;--panel-0: rgba(10,12,22,.96);--muted: #9fa4b0;--text: #eef1f8;--accent-gold: #d4af37;--accent-purple: #9f82ff;--glass: rgba(255,255,255,.04);color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg-0);color:var(--text)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#03040a,#071028 60%),var(--bg-0);color:var(--text)}button,a{font:inherit}a{color:inherit;text-decoration:none}html{scroll-behavior:smooth}.app-shell{display:flex;flex-direction:column;min-height:100vh}.hero-banner{position:relative;padding:8.5rem 1.5rem 6rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background-image:linear-gradient(180deg,#03060cb3,#030810d9),url(https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1600&q=80);background-size:cover;background-position:center center;min-height:100vh;overflow:hidden}.topbar{position:fixed;top:0;left:0;right:0;z-index:60;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#05070ee6;border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 12px 40px #00000038}.brand{display:flex;align-items:baseline;gap:.2rem;font-size:1.25rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f6f7fb}.brand-highlight{color:#ff4e4e}.nav-links{display:flex;gap:1.6rem}.mobile-menu-toggle{display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:#ffffff0d;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.mobile-menu-toggle span{width:18px;height:2px;border-radius:999px;background:#f1f5f9;transition:transform .2s ease,opacity .2s ease}.mobile-menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-link{color:#d8dcee;font-weight:600;transition:color .2s ease,transform .2s ease}.nav-link:hover,.nav-link.active{color:#fff;transform:translateY(-1px)}.nav-link.active{position:relative}.nav-link.active:after{content:"";position:absolute;left:0;right:0;bottom:-.35rem;height:3px;border-radius:999px;background:#9f82ff}.hero-copy{width:min(1240px,94%);padding:6rem 5rem;border-radius:40px;background:linear-gradient(180deg,#080a12eb,#060810e6);border:1px solid rgba(159,130,255,.06);box-shadow:0 60px 180px #02040a99;-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%)}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center}.scroll-arrow{font-size:2.4rem;color:#fffc;animation:float-down 3s ease-in-out infinite;cursor:pointer}@keyframes float-down{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(14px)}}.hero-subline{margin-top:1.5rem;color:#f8f9ff;font-size:1.35rem;font-weight:600;font-style:italic;opacity:.98}.brand-auto{color:#ff4e4e;font-weight:800}.brand-motive{color:var(--text);font-weight:700}.eyebrow{margin:0 0 1rem;text-transform:uppercase;letter-spacing:.35em;color:#b8a3ff;font-size:.82rem}h1,h2,h3,p{margin:0}h1{font-size:clamp(2rem,3.8vw,3.2rem);line-height:1.06;letter-spacing:-.02em;color:var(--text)}.hero-description,.hero-actions{display:none}.button{display:inline-flex;align-items:center;justify-content:center;min-width:160px;padding:.9rem 1.6rem;border-radius:12px;border:1px solid transparent;font-weight:700;letter-spacing:.02em;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-2px)}.primary{background:linear-gradient(90deg,var(--accent-gold),#cfa93b);color:#041020;box-shadow:0 14px 40px #d4af372e}.secondary{background:#ffffff14;color:#f2f5ff;border-color:#ffffff29}main{padding:4.5rem 1.5rem 3rem;width:min(1320px,100%);margin:0 auto;flex:1}#offer{scroll-margin-top:98px}.hero-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(6,8,12,.2),transparent 45%);pointer-events:none}.section-header{margin-bottom:2.5rem;text-align:center}.section-header h2{font-size:clamp(2rem,3.5vw,2.8rem);margin-bottom:.8rem;color:#fff}.section-header p{color:#a8adb8;font-size:1rem}.info-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.6rem;margin-top:-4rem;margin-bottom:5rem}.info-card,.feature-copy,.highlight-card,.contact-card{background:linear-gradient(180deg,#0a0c1699,#06080e80);border:1px solid rgba(159,130,255,.04);border-radius:12px;padding:1.4rem;box-shadow:0 18px 50px #03060c99;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease,border-color .28s ease,background .28s ease;position:relative}.info-card:hover{border-color:#ffffff29;transform:translateY(-10px) scale(1.04);box-shadow:0 28px 70px #03060cb3,0 0 0 1px #ffffff0f inset,0 18px 40px #9f82ff1f}.info-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,#ffffff24,#fff0);opacity:0;pointer-events:none;transition:opacity .28s ease}.info-card:hover:after{opacity:1}.card-badge{font-size:2.8rem;margin-bottom:1.2rem;display:block}.info-card h2,.highlight-card h3,.contact-card h2{margin-bottom:1rem;font-size:1.3rem;color:#fff;font-weight:700}.info-card p,.feature-copy p,.highlight-card p,.contact-card p{line-height:1.85;color:#b8bcc8;font-size:.95rem}.info-card{min-height:auto}.benefits-section{margin-bottom:5rem}.benefits-grid{display:flex;justify-content:center}.benefit-about{width:100%;padding:3rem 3.5rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:32px;box-shadow:0 34px 128px #0000001f;text-align:left}.benefit-about h2{font-size:clamp(2rem,3vw,3rem);margin-bottom:1.2rem;color:#0f172a;line-height:1.05}.benefit-about p{color:#1e293b;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.12rem;line-height:1.78;font-weight:500;letter-spacing:0;margin:0 0 1.3rem;max-width:96ch;text-wrap:pretty;word-break:normal;overflow-wrap:normal}.benefit-about p:last-child{margin-bottom:0}.benefit-about-subline{margin-top:0;color:#1e293b;opacity:1}.benefit-about .brand-auto{color:#ff4e4e}.benefit-about .brand-motive{color:#0f172a}.service-kw{font-weight:650;color:#0f172a;font-style:normal}.about-contact-link{color:#ff4e4e;font-weight:700;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px;transition:opacity .2s ease}.about-contact-link:hover{opacity:.75}.benefit-item:not(.benefit-about) p{color:#9fa4b0;font-size:.9rem}.gallery-section{margin-bottom:3rem}.inventory-shell{background:#070a12bf;border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:1.1rem}.inventory-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:1rem}.inventory-toolbar p{color:#dbe3ff;font-weight:600}.inventory-toolbar button{border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#fff;border-radius:10px;padding:.55rem .9rem;cursor:pointer}.inventory-error{color:#fecaca;background:#dc26261f;border:1px solid rgba(248,113,113,.3);border-radius:12px;padding:.85rem}.inventory-list{display:grid;gap:.7rem;max-height:1080px;overflow-y:auto;overflow-x:hidden;padding-right:.2rem}.inventory-item{width:100%;border-radius:12px;overflow:hidden}.inventory-card{display:grid;grid-template-columns:150px minmax(0,1fr);gap:.7rem;text-align:left;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;border-radius:12px;padding:.55rem;color:#eef2ff;width:100%;align-items:center}.inventory-card-media{aspect-ratio:4 / 3;border-radius:10px;overflow:hidden;background:#0f172a99}.inventory-image-button{border:none;padding:0;cursor:pointer}.inventory-card-media img{width:100%;height:100%;object-fit:cover}.inventory-card-placeholder{display:grid;place-items:center;height:100%;color:#a9b0c7;font-size:.85rem}.inventory-card-body h3{font-size:.97rem;line-height:1.35;margin-bottom:.2rem}.inventory-title-button{all:unset;cursor:pointer;color:#eef2ff;display:inline}.inventory-title-button:hover{text-decoration:underline}.inventory-card-body p{color:#c9d2ea;font-size:.84rem;line-height:1.4}.inventory-price{color:#fff;font-weight:700}.inventory-status{display:inline-flex;align-items:center;gap:.35rem;margin-top:.4rem;font-size:.86rem;font-weight:700;color:#e8f1ff;background:#3b82f64d;border:1px solid rgba(147,197,253,.5);border-radius:999px;padding:.28rem .72rem}.inventory-status-icon{display:inline-grid;place-items:center;width:1.05rem;height:1.05rem;border-radius:999px;background:#fff3;font-size:.76rem}.inventory-status.sold{color:#dcfce7;background:#16a34a42;border-color:#86efac8c}.inventory-status.sold .inventory-status-icon{background:#22c55e73;color:#f0fdf4}.inventory-detail-page{display:grid;gap:1rem}.inventory-back-button{justify-self:start;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:#eef4ff;border-radius:999px;padding:.45rem .85rem;cursor:pointer;font-weight:600}.inventory-detail-top{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:.85rem}.inventory-hero-image{position:relative;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#0f172aa6;min-height:360px}.inventory-hero-image img{width:100%;height:100%;object-fit:cover}.inventory-image-nav{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:#02060e9e;color:#fff;font-size:1.45rem;line-height:1;display:grid;place-items:center;cursor:pointer}.inventory-image-nav.prev{left:10px}.inventory-image-nav.next{right:10px}.inventory-contact-box{border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff0a;padding:1rem;display:grid;gap:.55rem;align-content:start}.inventory-contact-box h3{color:#f8fbff;margin:0 0 .35rem}.inventory-contact-box p{color:#dbe5f8;margin:0;line-height:1.45}.inventory-contact-box a{margin-top:.45rem;display:inline-flex;justify-self:start;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:.45rem .8rem;color:#eef4ff;font-size:.87rem}.inventory-spec-card{border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff0a;padding:1rem}.inventory-spec-card h3{color:#fff;margin-bottom:.35rem}.inventory-description-card{border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff0a;padding:1rem}.inventory-description-card h4{margin:0 0 .55rem;color:#fff}.inventory-description-card p{margin:0;white-space:pre-line;color:#d8dfef;line-height:1.65}.inventory-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:.65rem}.inventory-specs span{color:#d8dfef;font-size:.9rem}.contact-section{padding:4rem 1.5rem 3.5rem;background:linear-gradient(180deg,#f8fafc,#eef2f7);color:#0f172a}.contact-shell{width:min(1240px,100%);margin:0 auto}.contact-intro{text-align:center;margin-bottom:2rem}.contact-intro h2{font-size:clamp(2.4rem,4vw,4rem);margin:0;letter-spacing:-.04em;color:#0f172a}.contact-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:1.25rem;align-items:start}.contact-left{display:grid;gap:1rem}.contact-form-panel,.contact-right{background:#ffffffe6;border:1px solid rgba(15,23,42,.08);border-radius:20px;padding:1.45rem;box-shadow:0 12px 30px #0f172a0f}.contact-form-panel h3,.contact-right h3{margin:0 0 1rem;color:#0f172a;font-size:1.15rem}.contact-form{display:grid;gap:.9rem}.contact-form label{display:grid;gap:.35rem;color:#334155;font-size:.95rem}.contact-form input,.contact-form textarea{width:100%;padding:.9rem 1rem;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#f8fafc;color:#0f172a;font-size:.95rem}.contact-form textarea{min-height:150px;resize:vertical}.contact-form button{padding:.95rem 1.35rem;border-radius:12px;border:none;background:linear-gradient(90deg,#0f172a,#2563eb);color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.contact-form button:hover{transform:translateY(-1px);box-shadow:0 16px 35px #2563eb47}.contact-form button:disabled{opacity:.8;cursor:wait;transform:none;box-shadow:none}.form-feedback{margin:.2rem 0 0;padding:.8rem .95rem;border-radius:10px;font-size:.92rem;font-weight:600}.form-feedback.success{color:#166534;background:#16a34a1f;border:1px solid rgba(22,163,74,.22)}.submit-frame{width:0;height:0;border:0;visibility:hidden}.contact-map{width:100%;min-height:450px;border-radius:16px;border:1px solid rgba(15,23,42,.08)}.contact-map-footer{margin-top:1.25rem;width:100%}.contact-right{display:grid;gap:.55rem;align-content:start;background:#ffffffbf;border:1px solid rgba(15,23,42,.08);border-radius:20px;padding:1.35rem 1.45rem;box-shadow:0 12px 30px #0f172a0f}.contact-map-footer h3{margin:0 0 .9rem}.contact-right h3{margin:.55rem 0 .15rem;font-size:1.1rem;color:#0f172a}.contact-right p{margin:.1rem 0;color:#475569;line-height:1.45}@media (max-width: 950px){.contact-layout{grid-template-columns:1fr}.inventory-list{max-height:920px}.inventory-detail-top{grid-template-columns:1fr}.inventory-hero-image{min-height:300px}}.feature-section{display:grid;grid-template-columns:1.4fr 1fr;align-items:start;gap:2rem;margin-bottom:3rem}.feature-copy h2{margin:1rem 0;font-size:clamp(2rem,3vw,3rem)}.feature-highlights{display:grid;gap:1.5rem}.highlight-card{min-height:180px}.contact-section{margin-bottom:5rem;display:flex;justify-content:center}.contact-card{padding:3.5rem 4rem;width:100%;max-width:940px;text-align:left;background:linear-gradient(180deg,#090b13fa,#070911f5);border:1px solid rgba(255,255,255,.08);border-radius:32px;box-shadow:0 34px 128px #00000061}.contact-card h2{font-size:2rem;margin-bottom:1.5rem;color:#fff}.contact-lines{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.contact-lines p{font-size:1.1rem;color:#fff;margin:0}.contact-lines strong{color:#fff;font-weight:600}.contact-lines a{color:#9f82ff}.site-footer{padding:2rem 1.5rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;gap:1rem;width:min(1200px,100%);margin:0 auto;color:#bfc3d0}@media (max-width: 950px){.info-grid,.feature-section{grid-template-columns:1fr}.hero-banner{padding-top:6.5rem;padding-bottom:3.5rem}}@media (max-width: 720px){main{padding:3.2rem 1rem 2.2rem}.hero-copy{padding:2rem}h1{line-height:1.12}.hero-subline{font-size:1.06rem;line-height:1.5}.topbar{align-items:center;padding:1rem}.nav-links{display:none;position:absolute;top:calc(100% + 8px);right:1rem;left:1rem;padding:.65rem;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#05070ef5;box-shadow:0 18px 50px #00000059;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;gap:.25rem;z-index:70}.nav-links.open{display:flex}.nav-link{display:block;padding:.7rem .75rem;border-radius:10px}.nav-link.active:after{display:none}.mobile-menu-toggle{display:inline-flex}.hero-actions{flex-direction:column}.site-footer{flex-direction:column;align-items:flex-start}.info-grid{margin-top:-2rem;margin-bottom:3.2rem;gap:1rem}.info-card{padding:1.1rem}.card-badge{font-size:2.2rem;margin-bottom:.9rem}.gallery-section{margin-bottom:2.1rem}.inventory-card{grid-template-columns:110px minmax(0,1fr)}.inventory-hero-image{min-height:250px}.contact-section{padding:2.6rem 1rem 2.2rem}.contact-form-panel,.contact-right{padding:1.1rem}.contact-map{min-height:320px}.benefit-about{padding:2rem 1.6rem}.benefit-about p{font-size:1.06rem;line-height:1.72}}@media (max-width: 520px){.hero-banner{padding:6rem 1rem 2.6rem}.topbar{padding:.95rem 1rem;gap:.75rem}.brand{font-size:1.05rem}.nav-links{gap:.75rem}.nav-link{font-size:.93rem}.hero-copy{border-radius:20px;padding:1.25rem}.info-grid{margin-top:-1.4rem;gap:.85rem}.benefit-about{padding:1.45rem 1rem;border-radius:20px}.contact-map{min-height:280px}.inventory-shell{padding:.8rem}.inventory-toolbar{flex-direction:column;align-items:flex-start}.inventory-card{grid-template-columns:1fr}.inventory-card-media{aspect-ratio:16 / 10}.inventory-image-nav{width:34px;height:34px}.button{width:100%}}
