.navbar{z-index:2000;background:0 0;padding:16px 0;transition:all .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.navbar-scrolled{background:var(--theme-navbar-bg);-webkit-backdrop-filter:blur(20px);padding:10px 0;box-shadow:0 4px 30px #0000004d}.navbar-inner{justify-content:space-between;align-items:center;display:flex}.navbar-brand{z-index:2;align-items:center;gap:12px;display:flex}.navbar-logo{object-fit:cover;border-radius:10px;width:40px;height:40px}.navbar-brand-text{color:var(--theme-text);letter-spacing:-.01em;font-size:1.15rem;font-weight:700}.navbar-links{align-items:center;gap:8px;display:flex}.navbar-link{color:var(--theme-text-sec);border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .2s}.navbar-link:hover{color:var(--theme-text);background:#ffffff0f}.navbar-link-active{color:var(--theme-gold)}.navbar-cta{margin-left:12px}.navbar-toggle{color:var(--theme-text);z-index:2;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;padding:8px;display:none}@media (width<=768px){body.mobile-nav-open{touch-action:none;overflow:hidden}.navbar{background:var(--theme-navbar-bg);-webkit-backdrop-filter:none}.navbar-toggle{min-width:44px;min-height:44px;display:block}.navbar-links{background:var(--theme-bg);opacity:0;pointer-events:none;z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:100dvh;transition:opacity .3s;position:fixed;inset:0}.navbar-links-open{opacity:1;pointer-events:all}.navbar-link{padding:12px 24px;font-size:1.2rem}.navbar-cta{margin-top:16px;margin-left:0}}.footer{background:var(--theme-footer-bg);border-top:1px solid var(--theme-divider);padding:80px 0 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer-brand-title{color:var(--theme-text);margin-bottom:12px;font-size:1.25rem;font-weight:700}.footer-brand-desc{color:var(--theme-text-sec);max-width:320px;font-size:.9rem;line-height:1.6}.footer-col{flex-direction:column;gap:10px;display:flex}.footer-col-title{color:var(--theme-text);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:.85rem;font-weight:600}.footer-link{color:var(--theme-text-sec);font-size:.9rem;transition:color .2s}.footer-link:hover{color:var(--theme-gold)}.footer-bottom{border-top:1px solid var(--theme-divider);text-align:center;padding-top:32px}.footer-copyright{color:var(--theme-text-light);cursor:default;-webkit-user-select:none;user-select:none;font-size:.8rem}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:32px}.footer-brand-desc{max-width:100%}}.tuner-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0009;justify-content:flex-end;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.tuner-panel{background:var(--theme-card);border-left:1px solid var(--theme-card-border);flex-direction:column;width:360px;max-width:100%;height:100vh;animation:.3s cubic-bezier(.4,0,.2,1) slideInRight;display:flex}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.tuner-header{border-bottom:1px solid var(--theme-divider);justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex}.tuner-title{color:var(--theme-text);font-size:1rem;font-weight:700}.tuner-actions{align-items:center;gap:8px;display:flex}.tuner-btn{border-radius:6px;align-items:center;gap:4px;padding:6px 10px;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex}.tuner-btn-reset{background:var(--theme-danger);color:#fff}.tuner-btn-reset:hover{opacity:.85}.tuner-btn-export{background:var(--theme-gold);color:var(--theme-button-text)}.tuner-btn-export:hover{opacity:.85}.tuner-close{color:var(--theme-text-sec);background:0 0;border-radius:6px;padding:4px;transition:all .2s}.tuner-close:hover{color:var(--theme-text);background:#ffffff14}.tuner-body{flex:1;padding:16px 20px;overflow-y:auto}.tuner-group{margin-bottom:20px}.tuner-group-label{color:var(--theme-gold);text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px;font-size:.7rem;font-weight:700}.tuner-group-items{flex-direction:column;gap:6px;display:flex}.tuner-row{justify-content:space-between;align-items:center;padding:6px 0;display:flex}.tuner-label{color:var(--theme-text-sec);font-size:.8rem;font-weight:500}.tuner-input-group{align-items:center;gap:8px;display:flex}.tuner-color-input{border:2px solid var(--theme-card-border);cursor:pointer;background:0 0;border-radius:6px;width:28px;height:28px;padding:0}.tuner-color-input::-webkit-color-swatch-wrapper{padding:0}.tuner-color-input::-webkit-color-swatch{border:none;border-radius:4px}.tuner-color-swatch{border:2px solid var(--theme-card-border);border-radius:6px;width:28px;height:28px}.tuner-value{color:var(--theme-text-light);text-align:right;min-width:75px;font-family:SF Mono,Monaco,Menlo,monospace;font-size:.7rem}.hero{background:var(--theme-hero-bg);align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.hero-glow{filter:blur(120px);pointer-events:none;border-radius:50%;position:absolute}.hero-glow-1{background:#c9a84c0f;width:600px;height:600px;top:-200px;right:-100px}.hero-glow-2{background:#3b82f60a;width:400px;height:400px;bottom:-100px;left:-100px}.hero-grid-pattern{background-image:linear-gradient(#1e3a5f1f 1px,#0000 1px),linear-gradient(90deg,#1e3a5f1f 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 40%,#000 20%,#0000 70%);mask-image:radial-gradient(70% 60% at 50% 40%,#000 20%,#0000 70%)}.hero-content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid;position:relative}.hero-text{flex-direction:column;gap:24px;display:flex}.hero-badge{background:var(--theme-card);border:1px solid var(--theme-card-border);color:var(--theme-gold);border-radius:100px;align-items:center;gap:8px;width:fit-content;padding:8px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--theme-success);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse-glow}.hero-title{letter-spacing:-.03em;font-size:clamp(3rem,6vw,4.5rem);line-height:1.08}.hero-subtitle{color:var(--theme-text-sec);max-width:520px;font-size:1.15rem;line-height:1.7}.hero-cta-row{flex-wrap:wrap;gap:16px;display:flex}.hero-stats{align-items:center;gap:34px;padding-top:22px;display:flex}.hero-stat{flex-direction:column;min-width:118px;display:flex}.hero-stat-num{color:var(--theme-gold);font-size:1.55rem;font-weight:800;line-height:1}.hero-stat-label{color:var(--theme-text-light);margin-top:7px;font-size:.92rem;font-weight:500}.hero-stat-divider{background:var(--theme-divider);width:1px;height:46px}.hero-visual{justify-content:center;display:flex;position:relative}.hero-showcase{justify-content:center;align-items:center;width:min(640px,100%);min-height:560px;display:flex;position:relative}.hero-phone{background:var(--theme-bg);border:2px solid var(--theme-card-border);z-index:2;border-radius:32px;flex:none;width:300px;padding:12px;animation:6s ease-in-out infinite float;position:relative;box-shadow:0 40px 80px #0006,0 0 0 1px #c9a84c1a}.hero-property-panel{background:var(--theme-card);border:1px solid var(--theme-card-border);box-shadow:0 32px 70px color-mix(in srgb, var(--theme-bg) 72%, transparent), 0 0 0 1px color-mix(in srgb, var(--theme-gold) 12%, transparent);z-index:3;border-radius:12px;flex:none;width:340px;margin-left:-44px;padding:12px;animation:6s ease-in-out 1s infinite float;position:relative;overflow:hidden}.hero-property-image-wrap{aspect-ratio:16/10;border-radius:10px;position:relative;overflow:hidden}.hero-property-image{object-fit:cover;width:100%;height:100%}.hero-property-badge{background:var(--theme-navbar-bg);border:1px solid var(--theme-card-border);color:var(--theme-text);border-radius:8px;padding:6px 10px;font-size:.72rem;font-weight:800;position:absolute;bottom:10px;left:10px}.hero-property-summary{justify-content:space-between;align-items:center;gap:12px;padding:14px 2px 12px;display:flex}.hero-property-title{color:var(--theme-text);font-size:.95rem;font-weight:800}.hero-property-subtitle{color:var(--theme-text-sec);margin-top:2px;font-size:.68rem}.hero-property-status{background:color-mix(in srgb, var(--theme-warning) 16%, transparent);border:1px solid color-mix(in srgb, var(--theme-warning) 36%, transparent);color:var(--theme-warning);border-radius:8px;flex-shrink:0;padding:6px 8px;font-size:.65rem;font-weight:800}.hero-unit-list{flex-direction:column;gap:8px;display:flex}.hero-unit-row{background:var(--theme-bg);border:1px solid var(--theme-card-border);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:9px 10px;display:flex}.hero-unit-number,.hero-unit-detail{display:block}.hero-unit-number{color:var(--theme-text);font-size:.75rem;font-weight:800}.hero-unit-detail{color:var(--theme-text-sec);margin-top:1px;font-size:.62rem}.hero-unit-status{white-space:nowrap;border-radius:8px;flex-shrink:0;padding:5px 7px;font-size:.58rem;font-weight:800}.hero-unit-status-success{background:color-mix(in srgb, var(--theme-success) 14%, transparent);color:var(--theme-success)}.hero-unit-status-info{background:color-mix(in srgb, var(--theme-info) 14%, transparent);color:var(--theme-info)}.hero-unit-status-warning{background:color-mix(in srgb, var(--theme-warning) 14%, transparent);color:var(--theme-warning)}.hero-unit-status-danger{background:color-mix(in srgb, var(--theme-danger) 14%, transparent);color:var(--theme-danger)}.hero-unit-status-gold{background:color-mix(in srgb, var(--theme-gold) 14%, transparent);color:var(--theme-gold)}.hero-unit-photo-card{background:var(--theme-bg);border:1px solid var(--theme-card-border);border-radius:8px;align-items:center;gap:10px;margin-top:10px;padding:10px;display:flex}.hero-unit-photo{aspect-ratio:1;object-fit:cover;border-radius:8px;flex-shrink:0;width:58px}.hero-unit-photo-title{color:var(--theme-text);font-size:.75rem;font-weight:800}.hero-unit-photo-meta{color:var(--theme-text-sec);margin-top:2px;font-size:.62rem}.hero-phone-glow{z-index:1;background:radial-gradient(circle,#c9a84c1f 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-phone-screen{background:var(--theme-card);border-radius:22px;min-height:460px;padding:20px 16px}.hero-dash-header{margin-bottom:20px}.hero-dash-title{color:var(--theme-text);font-size:1.1rem;font-weight:800}.hero-dash-subtitle{color:var(--theme-text-sec);margin-top:2px;font-size:.7rem}.hero-dash-cards{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px;display:grid}.hero-dash-card{background:var(--theme-bg);border:1px solid var(--theme-card-border);border-radius:12px;padding:12px}.hero-dash-card-icon{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:8px;display:flex}.hero-dash-card-value{color:var(--theme-text);font-size:1.1rem;font-weight:800}.hero-dash-card-label{color:var(--theme-text-sec);margin-top:1px;font-size:.65rem}.hero-dash-list{flex-direction:column;gap:8px;display:flex}.hero-dash-list-item{background:var(--theme-bg);border:1px solid var(--theme-card-border);border-radius:10px;align-items:center;gap:8px;padding:10px 12px;display:flex}.hero-dash-list-icon{color:var(--theme-text-sec);flex-shrink:0}.hero-dash-list-text{color:var(--theme-text);flex:1;font-size:.7rem;font-weight:500}.hero-dash-list-tag{white-space:nowrap;border-radius:6px;padding:3px 8px;font-size:.6rem;font-weight:700}@media (width>=1440px){.hero{padding:128px 0 96px}.hero-content{gap:82px}.hero-title{font-size:clamp(4.6rem,5.2vw,6.2rem)}.hero-subtitle{max-width:660px;font-size:1.28rem}.hero-showcase{transform-origin:50%;width:min(760px,100%);min-height:700px;transform:scale(1.12)}.hero-stat-num{font-size:1.9rem}.hero-stat-label{font-size:1.05rem}}@media (width<=968px){.hero-content{text-align:center;grid-template-columns:1fr}.hero-text{align-items:center}.hero-subtitle{max-width:100%}.hero-cta-row,.hero-stats{justify-content:center}.hero-phone{width:280px}.hero-showcase{justify-content:center;width:min(620px,100%);min-height:560px}.hero-property-panel{width:330px;margin-left:-34px}}@media (width<=640px){.hero-stats{flex-direction:column;gap:12px}.hero-stat-divider{width:60px;height:1px}.hero-showcase{flex-direction:column;min-height:auto}.hero-property-panel{width:100%;max-width:100%;margin-top:-22px;margin-left:0}}.feature-header{text-align:center;max-width:700px;margin:0 auto 60px}.feature-title{margin-bottom:16px}.feature-subtitle{font-size:1.1rem;line-height:1.6}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.feature-card{opacity:0;height:100%;display:block}.feature-card:focus-visible{border-color:var(--theme-gold);outline:2px solid var(--theme-gold);outline-offset:4px}.feature-icon{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;display:flex}.feature-card-title{color:var(--theme-text);margin-bottom:8px;font-size:1.15rem;font-weight:700}.feature-card-desc{color:var(--theme-text-sec);font-size:.9rem;line-height:1.6}@media (width<=768px){.feature-grid{grid-template-columns:1fr}}.hiw-header{text-align:center;margin-bottom:60px}.hiw-subtitle{margin-top:12px;font-size:1.1rem}.hiw-steps{grid-template-columns:repeat(3,1fr);gap:40px;display:grid;position:relative}.hiw-step{text-align:center;padding:0 20px;position:relative}.hiw-step-num{color:var(--theme-gold);letter-spacing:.1em;margin-bottom:16px;font-size:.7rem;font-weight:800}.hiw-step-icon{background:var(--theme-card);border:1px solid var(--theme-card-border);width:72px;height:72px;color:var(--theme-gold);border-radius:20px;justify-content:center;align-items:center;margin:0 auto 20px;transition:all .3s;display:flex}.hiw-step:hover .hiw-step-icon{border-color:var(--theme-gold);transform:translateY(-4px);box-shadow:0 0 30px #c9a84c26}.hiw-step-title{margin-bottom:8px;font-size:1.15rem}.hiw-step-desc{color:var(--theme-text-sec);font-size:.9rem;line-height:1.6}.hiw-connector{display:none}@media (width>=769px){.hiw-connector{background:linear-gradient(90deg, var(--theme-card-border), var(--theme-gold), var(--theme-card-border));opacity:.5;width:40px;height:2px;display:block;position:absolute;top:52px;right:-20px}}@media (width<=768px){.hiw-steps{grid-template-columns:1fr;gap:32px}}.landlord-fit{position:relative}.landlord-fit-header{text-align:center;max-width:760px;margin:0 auto 44px}.landlord-fit-kicker{color:var(--theme-gold);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-size:.82rem;font-weight:800}.landlord-fit-header h2{margin-bottom:16px}.landlord-fit-intro{font-size:1.05rem;line-height:1.65}.landlord-fit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.landlord-fit-card{background:var(--theme-card);border:1px solid var(--theme-card-border);border-radius:8px;flex-direction:column;gap:28px;min-height:100%;padding:32px;display:flex}.landlord-fit-card-header{align-items:flex-start;gap:18px;display:flex}.landlord-fit-icon{background:var(--theme-cta-bg);border:1px solid var(--theme-gold);color:var(--theme-gold);border-radius:8px;flex:none;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.landlord-fit-card h3{margin-bottom:8px;font-size:1.35rem;font-weight:800}.landlord-fit-card-header p{color:var(--theme-text-sec);font-size:.98rem;line-height:1.55}.landlord-fit-list{gap:14px;display:grid}.landlord-fit-list li{color:var(--theme-text);align-items:flex-start;gap:10px;line-height:1.45;display:flex}.landlord-fit-list svg{color:var(--theme-gold);flex:none;margin-top:2px}@media (width<=900px){.landlord-fit-grid{grid-template-columns:1fr}}@media (width<=768px){.landlord-fit-header{margin-bottom:32px}.landlord-fit-card{padding:24px}.landlord-fit-card-header{gap:14px}.landlord-fit-icon{width:48px;height:48px}}.cta-section{padding:80px 0}.cta-card{background:linear-gradient(135deg, var(--theme-navy), var(--theme-navy-light));border:1px solid var(--theme-gold);text-align:center;border-radius:24px;padding:80px 60px;position:relative;overflow:hidden}.cta-glow{pointer-events:none;background:radial-gradient(circle,#c9a84c1a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.cta-headline{z-index:1;margin-bottom:16px;font-size:clamp(1.75rem,3.5vw,2.5rem);position:relative}.cta-subtitle{color:var(--theme-text-sec);z-index:1;max-width:600px;margin:0 auto 32px;font-size:1.05rem;line-height:1.6;position:relative}.cta-btn{z-index:1;padding:16px 40px;font-size:1.05rem;position:relative}@media (width<=768px){.cta-card{padding:48px 24px}}.about-page{padding:112px 0 48px}.about-header{text-align:center;max-width:860px;margin:0 auto 24px}.about-eyebrow{color:var(--theme-gold);letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px;font-size:.8rem;font-weight:800}.about-copy{max-width:880px;margin:0 auto}.about-copy p{color:var(--theme-text-sec);margin-bottom:16px;font-size:1.07rem;line-height:1.75}.about-copy p:last-child{margin-bottom:0}.about-copy .about-highlight{color:var(--theme-text);text-align:center;max-width:720px;margin:24px auto 0;font-size:1.22rem;font-weight:800;line-height:1.45}.about-page+.cta-section{padding-top:16px}@media (width<=768px){.about-page{padding:96px 0 48px}.about-header,.about-copy .about-highlight{text-align:left}}.features-page{min-height:100vh;padding:140px 0 80px}.features-page-header{text-align:center;max-width:700px;margin:0 auto 48px}.features-page-subtitle{margin-top:16px;font-size:1.1rem;line-height:1.6}.features-highlights{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:44px;display:grid}.features-highlight{background:var(--theme-card);border:1px solid var(--theme-card-border);border-radius:8px;padding:20px}.features-highlight-icon{background:var(--theme-bg);border:1px solid var(--theme-card-border);color:var(--theme-gold);border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:16px;display:flex}.features-highlight h2{margin-bottom:8px;font-size:1rem}.features-highlight p{color:var(--theme-text-sec);font-size:.88rem;line-height:1.55}.features-explorer{border-bottom:1px solid var(--theme-divider);margin-bottom:48px;padding-bottom:24px;scroll-margin-top:110px}.features-explorer-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-bottom:22px;display:flex}.features-explorer-header h2{letter-spacing:0;margin:0;font-size:clamp(1.75rem,3vw,2.45rem);line-height:1.15}.features-explorer-header h2 span{color:var(--theme-gold)}.features-explorer-header p{color:var(--theme-text-sec);text-align:center;text-wrap:balance;max-width:680px;margin:0;font-size:1rem;line-height:1.45}.features-tabs{grid-template-columns:repeat(4,minmax(150px,1fr));gap:10px;max-width:940px;margin:0 auto;display:grid}.features-tab{background:color-mix(in srgb, var(--theme-card) 72%, transparent);border:1px solid var(--theme-card-border);min-height:42px;color:var(--theme-text-sec);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:6px;width:100%;padding:8px 10px;font-size:.76rem;font-weight:800;transition:all .25s;display:flex}.features-tab:hover{color:var(--theme-text);border-color:color-mix(in srgb, var(--theme-gold) 28%, var(--theme-card-border));transform:translateY(-1px)}.features-tab-active{background:color-mix(in srgb, var(--theme-gold) 14%, var(--theme-card));border-color:color-mix(in srgb, var(--theme-gold) 62%, var(--theme-card-border));color:var(--theme-gold)}.features-tab-label{display:inline}.features-tab svg{width:15px;height:15px}.features-content{grid-template-columns:minmax(0,1fr) 420px;align-items:start;gap:42px;animation:.4s fadeInUp;display:grid}.features-content-text{max-width:700px}.features-content-text h2{margin-bottom:16px}.features-content-desc{margin-bottom:32px;font-size:1.05rem;line-height:1.7}.features-list{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}.features-list-item{color:var(--theme-text);align-items:center;gap:14px;font-size:.95rem;display:flex}.features-list-icon{color:var(--theme-gold);flex-shrink:0}.features-cta{margin-top:8px}.features-preview{background:var(--theme-card);border:1px solid var(--theme-card-border);box-shadow:0 24px 60px color-mix(in srgb, var(--theme-bg) 70%, transparent);border-radius:8px;padding:18px}.features-preview-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.features-preview-header h2{margin-bottom:4px;font-size:1.1rem}.features-preview-header p{color:var(--theme-text-sec);font-size:.8rem}.features-preview-header span{background:color-mix(in srgb, var(--theme-gold) 14%, transparent);border:1px solid color-mix(in srgb, var(--theme-gold) 34%, transparent);color:var(--theme-gold);border-radius:8px;flex-shrink:0;padding:6px 8px;font-size:.68rem;font-weight:800}.features-preview-list{flex-direction:column;gap:10px;display:flex}.features-preview-row{background:var(--theme-bg);border:1px solid var(--theme-card-border);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.features-preview-row strong{color:var(--theme-text);margin-bottom:3px;font-size:.86rem;display:block}.features-preview-row p{color:var(--theme-text-sec);font-size:.74rem;line-height:1.4}.features-preview-tag{white-space:nowrap;border-radius:8px;flex-shrink:0;padding:6px 8px;font-size:.64rem;font-weight:800}.features-preview-tag-success{background:color-mix(in srgb, var(--theme-success) 14%, transparent);color:var(--theme-success)}.features-preview-tag-info{background:color-mix(in srgb, var(--theme-info) 14%, transparent);color:var(--theme-info)}.features-preview-tag-warning{background:color-mix(in srgb, var(--theme-warning) 14%, transparent);color:var(--theme-warning)}.features-preview-tag-danger{background:color-mix(in srgb, var(--theme-danger) 14%, transparent);color:var(--theme-danger)}.features-preview-tag-gold{background:color-mix(in srgb, var(--theme-gold) 14%, transparent);color:var(--theme-gold)}.settings-preview{min-height:620px;position:relative}.settings-phone{background:var(--theme-card);border:1px solid var(--theme-card-border);box-shadow:0 24px 60px color-mix(in srgb, var(--theme-bg) 70%, transparent);border-radius:8px;padding:18px;overflow:hidden}.settings-phone-header{border-bottom:1px solid var(--theme-divider);align-items:center;gap:12px;margin:-18px -18px 18px;padding:18px;display:flex}.settings-app-icon,.settings-row-icon{background:color-mix(in srgb, var(--theme-gold) 14%, var(--theme-bg));color:var(--theme-gold);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.settings-app-icon{width:44px;height:44px}.settings-phone-header span{color:var(--theme-gold);letter-spacing:.2em;text-transform:uppercase;margin-bottom:4px;font-size:.62rem;font-weight:900;display:block}.settings-phone-header strong{color:var(--theme-text);font-size:1rem;display:block}.settings-list>p{color:var(--theme-text-muted);letter-spacing:.18em;text-transform:uppercase;margin-bottom:12px;font-size:.68rem;font-weight:900}.settings-row{background:var(--theme-bg);border:1px solid var(--theme-card-border);border-bottom-width:0;align-items:center;gap:12px;padding:14px;display:flex}.settings-row:first-of-type{border-radius:8px 8px 0 0}.settings-row:last-of-type{border-bottom-width:1px;border-radius:0 0 8px 8px}.settings-row-icon{width:38px;height:38px}.settings-row strong,.settings-export-title strong,.settings-export-option strong{color:var(--theme-text);font-size:.86rem;display:block}.settings-row small,.settings-export-title span,.settings-export-option small{color:var(--theme-text-sec);margin-top:3px;font-size:.72rem;line-height:1.35;display:block}.settings-export-card{background:color-mix(in srgb, var(--theme-bg) 84%, black);border:1px solid var(--theme-card-border);border-radius:8px;padding:18px;position:absolute;bottom:0;left:24px;right:0;box-shadow:0 28px 80px #0000005c}.settings-export-title{align-items:center;gap:12px;margin-bottom:16px;display:flex}.settings-export-title svg{color:var(--theme-gold);flex-shrink:0}.settings-scope-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px;display:grid}.settings-scope-grid span{border:1px solid var(--theme-card-border);color:var(--theme-text-sec);text-align:center;border-radius:8px;padding:9px 8px;font-size:.7rem;font-weight:800}.settings-scope-grid span:first-child{border-color:var(--theme-gold);color:var(--theme-gold)}.settings-export-options{gap:8px;display:grid}.settings-export-option{border:1px solid var(--theme-card-border);border-radius:8px;align-items:center;gap:12px;padding:11px 12px;display:flex}.settings-export-option svg{color:var(--theme-gold);flex-shrink:0}@media (width<=1020px){.features-content{grid-template-columns:1fr}.features-tabs{grid-template-columns:repeat(2,minmax(150px,1fr));max-width:none;margin-left:0}.features-content-text{max-width:none}.settings-preview{min-height:560px}}@media (width<=768px){.features-highlights{grid-template-columns:1fr}.features-explorer-header{gap:8px}.features-explorer-header p{text-align:center}.features-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.features-tab{padding:8px 10px}.settings-preview{min-height:auto}.settings-export-card{margin-top:14px;position:static}.settings-scope-grid{grid-template-columns:1fr}}@media (width<=520px){.features-tabs{grid-template-columns:1fr}}.ptypes-page{min-height:100vh;padding:140px 0 80px}.ptypes-header{text-align:center;max-width:700px;margin:0 auto 60px}.ptypes-subtitle{margin-top:16px;font-size:1.1rem;line-height:1.6}.ptypes-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px;display:grid}.ptypes-card{padding:40px 32px}.ptypes-icon{border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:24px;display:flex}.ptypes-card-title{margin-bottom:12px;font-size:1.5rem}.ptypes-card-desc{color:var(--theme-text-sec);margin-bottom:24px;font-size:.95rem;line-height:1.6}.ptypes-features{flex-direction:column;gap:10px;display:flex}.ptypes-feature{color:var(--theme-text);align-items:center;gap:10px;font-size:.9rem;display:flex}.ptypes-feature-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.faq-list{flex-direction:column;gap:12px;max-width:800px;margin:0 auto;display:flex}.faq-item{background:var(--theme-card);border:1px solid var(--theme-card-border);border-radius:14px;transition:all .3s;overflow:hidden}.faq-item-open{border-color:var(--theme-gold);box-shadow:0 8px 32px #0003}.faq-question{width:100%;color:var(--theme-text);text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:1rem;font-weight:600;display:flex}.faq-question:hover{color:var(--theme-gold)}.faq-chevron{color:var(--theme-text-sec);flex-shrink:0;transition:transform .3s}.faq-chevron-open{color:var(--theme-gold);transform:rotate(180deg)}.faq-answer-wrap{max-height:0;transition:max-height .35s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-answer-open{max-height:300px}.faq-answer{color:var(--theme-text-sec);padding:0 24px 20px;font-size:.95rem;line-height:1.7}.faq-page{min-height:100vh;padding:140px 0 80px}.faq-page-header{text-align:center;max-width:600px;margin:0 auto 48px}.faq-page-subtitle{margin-top:16px;font-size:1.1rem;line-height:1.6}.contact-page{min-height:100vh;padding:140px 0 80px}.contact-header{text-align:center;max-width:600px;margin:0 auto 48px}.contact-subtitle{margin-top:16px;font-size:1.1rem}.contact-grid{grid-template-columns:320px minmax(0,1fr);gap:32px;max-width:900px;margin:0 auto;display:grid}.contact-info{flex-direction:column;gap:20px;display:flex}.contact-info-card{padding:28px 24px}.contact-info-icon{color:var(--theme-gold);margin-bottom:16px}.contact-info-card h3{margin-bottom:8px;font-size:1rem}.contact-info-link{color:var(--theme-gold);font-size:.9rem;font-weight:500}.contact-info-link:hover{text-decoration:underline}.contact-location{flex-direction:column;gap:6px;line-height:1.45;display:flex}.contact-location span{display:block}.contact-form-card{padding:40px}.contact-form{flex-direction:column;gap:20px;display:flex}.contact-field{flex-direction:column;gap:6px;display:flex}.contact-label{color:var(--theme-text-sec);font-size:.85rem;font-weight:600}.contact-input{background:var(--theme-input-bg);border:1px solid var(--theme-input-border);color:var(--theme-text);border-radius:10px;outline:none;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.contact-input::placeholder{color:var(--theme-text-light)}.contact-input:focus{border-color:var(--theme-input-focus)}.contact-textarea{resize:vertical;min-height:120px}.contact-honeypot{width:1px;height:0;position:absolute;top:auto;left:-10000px;overflow:hidden}.contact-error{color:var(--theme-danger);font-size:.88rem;font-weight:700;line-height:1.45}.contact-submit{align-self:flex-start;margin-top:8px}.contact-success{text-align:center;padding:40px 20px}.contact-success-icon{color:var(--theme-success);margin-bottom:16px}.contact-success h3{margin-bottom:8px}@media (width<=768px){.contact-grid{grid-template-columns:1fr}.contact-form-card{padding:28px 20px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--theme-bg);color:var(--theme-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit}ul,ol{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:100px 0}.section-alt{background-color:var(--theme-bg-alt);padding:100px 0}h1,h2,h3,h4,h5,h6{color:var(--theme-text);letter-spacing:-.02em;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800}h2{font-size:clamp(2rem,4vw,3rem);font-weight:700}h3{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600}.text-gradient{background:linear-gradient(135deg, var(--theme-gold), var(--theme-gold-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-sec{color:var(--theme-text-sec)}.btn{white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:var(--theme-button-primary);color:var(--theme-button-text);box-shadow:0 4px 20px #c9a84c40}.btn-primary:hover{background:var(--theme-button-primary-hover);transform:translateY(-2px);box-shadow:0 8px 32px #c9a84c59}.btn-secondary{color:var(--theme-text);border:1px solid var(--theme-card-border);background:0 0}.btn-secondary:hover{background:var(--theme-card);border-color:var(--theme-gold);color:var(--theme-gold)}.btn-nav{letter-spacing:.02em;border-radius:10px;padding:10px 24px;font-size:.9rem;font-weight:700}.glass-card{background:var(--theme-card);border:1px solid var(--theme-card-border);border-radius:16px;padding:32px;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.glass-card:before{content:"";background:linear-gradient(90deg, transparent, var(--theme-gold), transparent);opacity:0;height:1px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.glass-card:hover{background:var(--theme-card-hover);border-color:var(--theme-gold);transform:translateY(-4px);box-shadow:0 20px 60px #0000004d}.glass-card:hover:before{opacity:.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #c9a84c26}50%{box-shadow:0 0 40px #c9a84c4d}}.animate-in{opacity:0;animation:.7s cubic-bezier(.4,0,.2,1) forwards fadeInUp}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.animate-delay-5{animation-delay:.5s}.animate-delay-6{animation-delay:.6s}@media (width<=768px){.container{padding:0 16px}.section,.section-alt{padding:60px 0}.btn{padding:12px 24px;font-size:.9rem}}
