:root{--bg-dark:#050608;--bg-darker:#030304;--bg-card:#0d0e12be;--bg-card-hover:#161820;--text-main:#fff;--text-muted:#8e929f;--border-color:#1e2028;--border-subtle:#14151a;--font-stack:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--nav-height:80px}html{scroll-behavior:smooth}body{background-color:var(--bg-dark);color:var(--text-main);font-family:var(--font-stack);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}.hiermpire-layout{background-image:radial-gradient(#ffffff08 1px,#0000 1px);background-size:40px 40px;background-attachment:fixed;min-height:100vh}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.fade-in{opacity:0;animation:1s forwards fadeIn}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.hero-section{padding-top:calc(var(--nav-height) + 100px);justify-content:center;min-height:100vh;padding-bottom:80px;display:flex}.hero-container{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1100px;padding:0 2rem;display:flex}.tag-pill{color:var(--text-muted);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffff0a;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:8px;margin-bottom:2rem;padding:6px 14px;font-size:.75rem;font-weight:500;display:inline-flex}.tag-dot{background-color:#fff;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.hero-heading{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.7rem;font-weight:800;line-height:1.1}.hero-subtext{color:var(--text-muted);max-width:600px;margin-bottom:3rem;font-size:1rem}.highlight{color:var(--text-main);font-weight:600}.hero-buttons{gap:1rem;margin-bottom:5rem;display:flex}.btn-primary{background-color:var(--text-main);color:var(--bg-dark);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:.9rem 1.8rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 20px #ffffff14}.hero-buttons .btn-primary{border:1px solid red}.btn-secondary{color:var(--text-main);cursor:pointer;background-color:#0000;border:1px solid red;border-radius:8px;padding:.9rem 1.8rem;font-size:.95rem;font-weight:600;transition:all .3s}.btn-secondary:hover{background-color:#ffffff0a;border-color:#fff3}.arrow{transition:transform .3s}.btn-primary:hover .arrow,.card-link:hover .arrow{transform:translate(4px)}.stats-container{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);grid-template-columns:repeat(4,1fr);width:100%;padding:3rem 0;display:grid}.stat-block{flex-direction:column;align-items:center;transition:transform .3s;display:flex;position:relative}.stat-block:hover{transform:translateY(-2px)}.stat-block:not(:last-child):after{content:"";background-color:var(--border-color);width:1px;height:70%;position:absolute;top:15%;right:0}.stat-block h2{margin-bottom:.4rem;font-size:2.2rem;font-weight:800}.stat-block p{color:var(--text-muted);font-size:.85rem;font-weight:500}.hmp-scroll-indicator-wrap{box-sizing:border-box;justify-content:center;align-items:center;width:100%;padding:60px 0 100px;display:flex}.hmp-scroll-oval{box-sizing:border-box;border:1.5px solid #ffffff26;border-radius:100px;justify-content:center;width:22px;height:38px;padding-top:6px;display:flex}.hmp-scroll-bounce-dot{background-color:#fff;border-radius:50%;width:5px;height:5px;animation:1.6s cubic-bezier(.16,1,.3,1) infinite scroll-bounce}@keyframes scroll-bounce{0%{opacity:0;transform:translateY(0)}20%{opacity:1}70%{opacity:0;transform:translateY(16px)}to{opacity:0;transform:translateY(16px)}}.pillars-section{background-color:var(--bg-darker);border-top:1px solid var(--border-color);padding:6rem 2rem}.pillars-container{max-width:1100px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.eyebrow{color:var(--text-muted);letter-spacing:.15em;margin-bottom:.75rem;font-size:.7rem;font-weight:700}.section-title{letter-spacing:-.02em;font-size:2.4rem;font-weight:800}.cards-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.pillar-card{background-color:var(--bg-card);border:1px solid var(--border-subtle);border-top:2px solid #fff;border-radius:16px;flex-direction:column;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.hover-lift:hover{background-color:var(--bg-card-hover);border-color:#ffffff1a;transform:translateY(-8px);box-shadow:0 12px 30px #0000004d}.card-top{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.card-number{color:#ffffff26;font-size:.9rem;font-weight:800}.card-icon{font-size:1.5rem}.card-title{margin-bottom:1rem;font-size:1.4rem;font-weight:800}.card-desc{color:var(--text-muted);flex-grow:1;margin-bottom:2rem;font-size:.9rem}.card-link{color:var(--text-main);align-items:center;gap:6px;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}:root{--bg-top:#0a0a0b;--bg-bottom:#161619;--card-outer:#222226;--card-inner:#0f0f11;--text-main:#fff;--text-muted:#8a8a93;--text-subheading:#b4b4bb;--bar-inactive:#4a2c2c;--bar-active:#fff;--box-bg:#1c1c1f;--font-sans:-apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--text-main);background-color:var(--bg-top);-webkit-font-smoothing:antialiased}.hiermpire-wrapper{width:100%;margin-top:-100px}.subheading{letter-spacing:.15em;color:var(--text-subheading);text-transform:uppercase;margin-bottom:1.5rem;font-size:.75rem;font-weight:700}.subheading.center{text-align:center}.headline{letter-spacing:-.02em;color:var(--text-main);font-size:3rem;font-weight:700;line-height:1.1}.headline.center{text-align:center;margin-bottom:5rem}.how-it-works{background-color:var(--bg-top);padding:8rem 0}.steps-container{grid-template-columns:repeat(4,1fr);gap:2.5rem;display:grid;position:relative}.steps-container:before{content:"";z-index:0;background-color:#ffffff14;height:1px;position:absolute;top:24px;left:2rem;right:2rem}.step-item{z-index:1;flex-direction:column;display:flex;position:relative}.step-number{background-color:var(--box-bg);border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:2rem;font-size:.95rem;font-weight:600;display:flex}.step-title{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.step-desc{color:var(--text-muted);flex-grow:1;margin-bottom:2rem;font-size:.9rem;line-height:1.6}.step-status{color:#6a6a75;align-items:center;font-size:.8rem;display:flex}.status-dot{background-color:var(--text-main);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.save-section{background-color:var(--bg-bottom);padding:8rem 0}.save-container{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.text-content .headline{margin-bottom:2rem}.text-content .paragraph{color:var(--text-muted);max-width:90%;margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.save-list{list-style:none}.save-list li{color:var(--text-main);align-items:center;margin-bottom:1.25rem;font-size:.95rem;font-weight:500;display:flex}.list-icon{background-color:var(--text-main);border-radius:50%;width:6px;height:6px;margin-right:1rem}.visual-wrapper{background-color:var(--card-outer);border-radius:20px;padding:2.5rem}.balance-card{background-color:var(--card-inner);border-radius:12px;margin-bottom:2rem;padding:2rem}.card-title{color:#6a6a75;margin-bottom:.75rem;font-size:.8rem;font-weight:500}.card-amount{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.25rem;font-weight:700}.card-substats{color:#6a6a75;gap:1.5rem;font-size:.75rem;font-weight:500;display:flex}.text-white{color:var(--text-main);font-weight:600}.stat-increase{align-items:center;display:flex}.arrow{margin-right:.25rem}.chart-container{flex-direction:column;padding:0 .5rem;display:flex}.chart-bars{justify-content:space-between;align-items:flex-end;gap:8px;height:70px;margin-bottom:1rem;display:flex}.chart-bar{background-color:var(--bar-inactive);border-radius:4px;flex:1;min-width:15px}.chart-bar.accent{background-color:var(--bar-active)}.chart-title{color:#6a6a75;font-size:.75rem}:root{--bg-top:#0a0a0b;--bg-bottom:#161619;--card-outer:#222226;--card-inner:#0f0f11;--text-main:#fff;--text-muted:#8a8a93;--text-subheading:#b4b4bb;--font-sans:-apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif}.features-wrapper{width:100%;font-family:var(--font-sans);color:var(--text-main);background-color:var(--bg-top)}.feature-section{padding:8rem 0}.own-section{background-color:var(--bg-top)}.earn-section{background-color:var(--bg-bottom)}.section-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.feature-container{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.text-column .subheading{letter-spacing:.15em;color:var(--text-subheading);text-transform:uppercase;margin-bottom:1.5rem;font-size:.75rem;font-weight:700}.text-column .headline{letter-spacing:-.02em;color:var(--text-main);margin-bottom:2rem;font-size:3rem;font-weight:700;line-height:1.15}.text-column .paragraph{color:var(--text-muted);max-width:95%;margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.feature-list{padding:0;list-style:none}.feature-list li{color:var(--text-main);align-items:center;margin-bottom:1.25rem;font-size:.95rem;font-weight:500;display:flex}.list-icon{background-color:var(--text-main);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-right:1rem}.visual-card-outer{background-color:var(--card-outer);border-radius:20px;padding:2.5rem;box-shadow:0 20px 40px #0006}.property-card{background-color:var(--card-inner);border-radius:12px;margin-bottom:1.5rem;overflow:hidden}.property-image-placeholder{background-color:#1a1a20;justify-content:center;align-items:center;height:140px;display:flex}.icon-box{background-color:#ffffff1a;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.property-details{padding:1.5rem}.property-title{margin-bottom:.25rem;font-size:1rem;font-weight:600}.property-location{color:var(--text-muted);margin-bottom:1.5rem;font-size:.8rem}.property-footer{justify-content:space-between;align-items:center;display:flex}.property-price{font-size:.95rem;font-weight:600}.roi-pill{color:var(--text-subheading);background-color:#ffffff14;border-radius:20px;padding:4px 12px;font-size:.7rem;font-weight:600}.deed-status-card{background-color:#1c1c1f;border-radius:12px;align-items:center;margin-bottom:2rem;padding:1.25rem;display:flex}.deed-icon{background-color:#ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;margin-right:1rem;font-size:1rem;display:flex}.deed-info{flex-grow:1}.deed-title{margin-bottom:.2rem;font-size:.85rem;font-weight:600}.deed-subtitle{color:var(--text-muted);font-size:.75rem}.mini-progress{background-color:#ffffff1a;border-radius:4px;width:60px;height:4px}.mini-progress-fill{background-color:var(--text-main);border-radius:4px;width:40%;height:100%}.master-progress-wrapper{padding:0 .5rem}.progress-track{background-color:#ffffff1a;border-radius:6px;width:100%;height:6px;margin-bottom:.75rem}.progress-fill{background-color:var(--text-main);border-radius:6px;height:100%}.progress-text{color:#5b5b63;font-size:.75rem}.roi-card{background-color:var(--card-inner);border-radius:12px;margin-bottom:2rem;padding:2.5rem 2rem}.card-subtext{color:#6a6a75;margin-bottom:1rem;font-size:.8rem}.card-amount-large{letter-spacing:-.02em;margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.card-subtext-bottom{color:#6a6a75;font-size:.75rem}.transaction-history{padding:0 .5rem}.history-title{color:#8a8a93;margin-bottom:1.5rem;font-size:.8rem;font-weight:600}.history-list{flex-direction:column;gap:1.25rem;display:flex}.history-item{justify-content:space-between;align-items:center;display:flex}.history-left{align-items:center;display:flex}.tx-icon{background-color:var(--card-inner);border-radius:50%;width:32px;height:32px;margin-right:1rem}.tx-title{margin-bottom:.15rem;font-size:.85rem;font-weight:600}.tx-date{color:#5b5b63;font-size:.7rem}.tx-amount{font-size:.85rem;font-weight:600}.tx-amount.positive{color:var(--text-main)}.tx-amount.negative{color:var(--text-muted)}@media (width<=1024px){.text-column .headline{font-size:2.5rem}.feature-container{gap:4rem}.visual-card-outer{padding:2rem}}@media (width<=768px){.feature-section{padding:5rem 0}.section-inner{padding:0 2rem}.feature-container{grid-template-columns:1fr;gap:4rem}.text-column{text-align:left;order:1;padding:0 .5rem}.visual-column{order:2}.text-column .subheading{margin-bottom:1rem}.text-column .headline{margin-bottom:1.5rem;font-size:2.15rem;line-height:1.2}.responsive-break{display:inline}.responsive-break:after{content:" "}.text-column .paragraph{max-width:100%;margin-bottom:2rem;font-size:1rem}.feature-list{flex-direction:column;align-items:flex-start;margin:0;display:flex}.feature-list li{margin-bottom:1rem}.visual-card-outer{border-radius:16px;padding:1.5rem}.property-image-placeholder{height:120px}.property-details{padding:1.25rem}.deed-status-card{margin-bottom:1.5rem;padding:1rem}.deed-icon{width:28px;height:28px;margin-right:.75rem}.roi-card{margin-bottom:1.5rem;padding:1.75rem 1.5rem}.card-amount-large{margin-bottom:.5rem;font-size:2.15rem}.history-title{margin-bottom:1rem}.history-list{gap:1rem}}@media (width<=480px){.feature-section{padding:4rem 0}.section-inner{padding:0 1.5rem}.text-column{padding:0 .25rem}.text-column .headline{font-size:1.85rem}.text-column .paragraph{font-size:.95rem}.property-footer{flex-direction:column;align-items:flex-start;gap:.75rem}.progress-text{font-size:.65rem}.roi-card{padding:1.5rem 1.25rem}.card-amount-large{font-size:1.85rem}.tx-icon{width:28px;height:28px;margin-right:.75rem}.tx-title{font-size:.8rem}.tx-amount{font-size:.6rem}}:root{--bg-dark:#0a0a0b;--bg-stats:#161619;--card-bg:#242426bd;--card-img-bg:#1a1a20;--text-main:#fff;--text-muted:#8a8a93;--text-subheading:#b4b4bb;--accent-rust:#cc553f;--font-sans:-apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif}.investments-wrapper{width:100%;font-family:var(--font-sans);color:var(--text-main);background-color:var(--bg-dark);margin-top:-100px;overflow-x:hidden}.inv-section{padding:7rem 0}.inv-section-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.perspective-container{perspective:1000px}.tilt-card-wrapper{will-change:transform;transform-style:preserve-3d;height:100%;position:relative}.spotlight{pointer-events:none;z-index:10;border-radius:16px;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.title-mask{justify-content:center;align-items:center;height:auto;display:flex;overflow:hidden}.inv-subheading{letter-spacing:.15em;color:var(--text-subheading);text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:700}.inv-headline{letter-spacing:-.02em;color:var(--text-main);margin-bottom:4rem;font-size:3rem;font-weight:700}.properties-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.property-item-card{background-color:var(--card-bg);z-index:1;transform-style:preserve-3d;will-change:transform, opacity;border:1px solid #ffffff05;border-radius:16px;flex-direction:column;padding:1rem;transition:border-color .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.property-item-card:hover{border-color:#ffffff14;box-shadow:0 30px 60px #0009}.prop-image-area{background-color:var(--card-img-bg);border-radius:12px;justify-content:center;align-items:center;height:180px;margin-bottom:1.5rem;display:flex;position:relative;overflow:hidden}.shimmer-overlay{background:linear-gradient(90deg,#fff0 0%,#ffffff0a 50%,#fff0 100%);width:50%;height:100%;position:absolute;top:0;left:-75%;transform:skew(-25deg)}.property-item-card:hover .shimmer-overlay{transition:all .75s cubic-bezier(.16,1,.3,1);left:125%}.prop-pills{z-index:2;justify-content:space-between;display:flex;position:absolute;top:1rem;left:1rem;right:1rem}.prop-tag,.prop-roi{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0a0a0bbf;border:1px solid #ffffff0d;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:.65rem;font-weight:600;display:flex}.prop-tag .dot{background-color:#22c55e;border-radius:50%;width:6px;height:6px}.prop-icon{opacity:.4;will-change:transform;font-size:2.25rem;transition:opacity .3s}.property-item-card:hover .prop-icon{opacity:.85}.prop-details-area{text-align:left;flex-direction:column;flex-grow:1;padding:0 .25rem .25rem;display:flex}.prop-title{margin-bottom:.35rem;font-size:1.15rem;font-weight:600}.prop-loc,.prop-size{color:var(--text-muted);font-size:.85rem;line-height:1.4}.prop-size{margin-bottom:1.75rem}.prop-price-box{margin-top:auto;margin-bottom:1.5rem}.prop-price-label{color:var(--text-muted);font-size:.85rem}.prop-price-label span{color:var(--text-main);margin-left:.35rem;font-size:1.2rem;font-weight:700}.prop-per-unit{color:#5b5b63;margin-top:.15rem;font-size:.75rem}.prop-btn{color:#000;cursor:pointer;background-color:#fffffff2;border:1px solid red;border-radius:8px;width:100%;padding:.9rem;font-size:.9rem;font-weight:600;transition:background-color .3s,border-color .3s;box-shadow:0 4px 12px #0000001a}.prop-btn:hover{background-color:#f0f0f5}.stats-section{background-color:var(--bg-stats);border-top:1px solid #ffffff05;border-bottom:1px solid #ffffff05;padding:5.5rem 0;overflow:hidden}.marquee-container{width:100vw;margin-left:-50vw;margin-right:-50vw;display:flex;position:relative;left:50%;right:50%}.marquee-track{will-change:transform;gap:6rem;width:max-content;padding:0 3rem;display:flex}.stat-item{text-align:left;flex-direction:column;align-items:flex-start;min-width:200px;display:flex}.stat-overflow-hide{height:auto;overflow:hidden}.stat-value{letter-spacing:-.03em;margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1.1}.stat-label{color:var(--text-muted);white-space:pre-line;font-size:.85rem;line-height:1.45}.testimonials-section{background-color:var(--bg-dark)}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testimonial-card{background-color:var(--card-bg);text-align:left;z-index:1;transform-style:preserve-3d;will-change:transform, border-color, box-shadow;border:1px solid #ffffff05;border-radius:16px;flex-direction:column;padding:3rem 2.25rem;transition:border-color .3s,box-shadow .3s;display:flex;position:relative}.testimonial-card:hover{border-color:#cc553f33;box-shadow:0 20px 40px #0006}.quote-mark{color:var(--accent-rust);will-change:transform;margin-top:1rem;margin-bottom:1.5rem;font-family:Georgia,serif;font-size:4.5rem;line-height:.1}.stars{color:#facc15;letter-spacing:2px;margin-bottom:1.5rem;font-size:.9rem}.testimonial-text{color:var(--text-muted);flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.75}.testimonial-divider{transform-origin:0;background:linear-gradient(90deg,#ffffff0f,#ffffff03);width:100%;height:1px;margin-bottom:2rem}.testimonial-user{align-items:center;gap:1rem;display:flex}.user-avatar{background-color:var(--card-img-bg);border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:.95rem;font-weight:600;display:flex}.user-name{margin-bottom:.2rem;font-size:.95rem;font-weight:600}.user-role{color:#5b5b63;font-size:.75rem}.ta-wrapper{width:100%;font-family:var(--font-sans);color:var(--text-main);background-color:var(--bg-dark);margin-top:-100px}.ta-section{padding:5rem 0}.ta-section-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.ta-subheading{letter-spacing:.1em;color:var(--text-subheading);text-transform:uppercase;margin-bottom:1.25rem;font-size:.75rem;font-weight:700}.ta-headline{letter-spacing:-.02em;color:var(--text-main);font-size:2.5rem;font-weight:700;line-height:1.15}.title-mask{overflow:hidden}.trust-section .ta-headline{margin-bottom:4rem}.trust-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.trust-card{background-color:var(--card-bg);border:1px solid #ffffff0a;border-radius:16px;flex-direction:column;padding:2rem;display:flex}.trust-card-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.trust-icon{font-size:1.25rem}.trust-title{margin:0;font-size:1.05rem;font-weight:600}.trust-desc{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.6}.about-section{padding-bottom:7rem}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.about-paragraphs{margin-top:1.5rem}.about-paragraphs p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.65}.about-location{align-items:center;gap:.5rem;margin-top:2rem;display:flex}.pin-icon{font-size:1.1rem}.about-location p{color:#8a8a93;margin:0;font-size:.85rem}.about-quote-card{background-color:var(--card-bg);border-radius:20px;flex-direction:column;padding:3.5rem;display:flex}.big-quote-mark{color:var(--text-main);margin-bottom:1.5rem;font-family:Georgia,serif;font-size:9rem;line-height:.5}.quote-text{letter-spacing:-.02em;margin-bottom:2rem;font-size:2rem;font-weight:700;line-height:1.25}.quote-author{color:#5b5b63;margin-bottom:3.5rem;font-size:.9rem}.quote-tags{flex-wrap:wrap;gap:2rem;display:flex}.q-tag{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.q-dot{background-color:var(--text-main);border-radius:50%;width:5px;height:5px}.about-text-col .title-mask{width:100%;overflow:hidden;text-align:left!important;display:block!important}.about-text-col .ta-headline{text-align:left!important;margin-left:0!important;padding-left:0!important}@media (width<=1024px){.trust-grid{grid-template-columns:repeat(2,1fr)}.about-container{gap:4rem}.quote-text{font-size:1.85rem}}@media (width<=768px){.ta-section{padding:4rem 0}.ta-section-inner{padding:0 2.25rem}.ta-headline{font-size:1.5rem}.responsive-break{display:inline}.responsive-break:after{content:" "}.trust-grid{grid-template-columns:1fr;gap:1.25rem}.about-container{grid-template-columns:1fr;gap:4rem}.about-quote-card{padding:2.5rem 2rem}}@media (width<=480px){.ta-section-inner{padding:0 1.5rem}.ta-headline{font-size:1.5rem}.quote-text{font-size:1.65rem}.quote-tags{gap:1rem}}@media (width<=1140px){.properties-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=1024px){.stats-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}@media (width<=768px){.hmp-scroll-indicator-wrap{padding:40px 0 70px}.hmp-scroll-oval{width:20px;height:34px}.inv-section{padding:5rem 0}.inv-section-inner{padding:0 2.25rem}.inv-headline{margin-bottom:3.5rem;font-size:2rem}.properties-grid{grid-template-columns:1fr;gap:2rem}.marquee-track{gap:4rem}.testimonials-grid{grid-template-columns:1fr;gap:1.75rem}.testimonial-card{padding:2.5rem 2rem}}@media (width<=480px){.inv-section{padding:4rem 0}.inv-section-inner{padding:0 1.75rem}.inv-headline{font-size:1.3rem}.stat-value{font-size:2rem}.stat-label{font-size:.8rem}}.cn-wrapper{width:100%;font-family:var(--font-sans);color:var(--text-main);background-color:var(--bg-dark);margin-top:-100px}.cn-inner{max-width:1000px;margin:0 auto;padding:0 2rem}.cn-subheading{letter-spacing:.15em;color:var(--text-subheading);text-transform:uppercase;text-align:center;margin-bottom:1.25rem;font-size:.7rem;font-weight:700}.cn-headline{letter-spacing:-.02em;color:#fff;text-align:center;margin-bottom:3.5rem;font-size:3rem;font-weight:700}.comparison-section{background-color:var(--bg-dark);padding:7rem 0 5rem}.comparison-table{flex-direction:column;gap:.25rem;display:flex}.comp-row{border-radius:8px;grid-template-columns:1.2fr 1.5fr 1.5fr;align-items:center;padding:1.5rem 2rem;display:grid}.comp-header{color:var(--text-muted);background-color:#1c1c21;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.comp-data:nth-child(odd){background-color:#ffffff06}.comp-data:nth-child(2n){background-color:#0000}.comp-cell{font-size:.95rem}.feature-text{color:#fff;font-weight:500}.traditional-text{color:#7b7b85}.heirmpire-text{color:#fff;font-weight:500}.newsletter-section{background-color:#15151a;padding:5rem 0 7rem;position:relative}.section-indicator{background-color:#fff;width:60px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.newsletter-content{text-align:center;max-width:750px;margin:0 auto}.newsletter-headline{letter-spacing:-.02em;color:#fff;margin-bottom:1rem;font-size:1.7rem;font-weight:700;line-height:1.2}.newsletter-subtext{color:#7b7b85;margin-bottom:3rem;font-size:.95rem}.newsletter-form{justify-content:center;gap:1rem;max-width:550px;margin:0 auto;display:flex}.newsletter-input{color:#fff;background-color:#0b0b0d;border:1px solid #ffffff0d;border-radius:8px;flex:1;padding:0 1.5rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.newsletter-input::placeholder{color:#5b5b63}.newsletter-input:focus{border-color:#fff3;outline:none}.newsletter-btn{color:#000;cursor:pointer;background-color:#fff;border:2px solid #e55e3f;border-radius:8px;padding:1rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s}.newsletter-btn:hover{background-color:#f0f0f0;transform:translateY(-2px)}@media (width<=900px){.comp-row{grid-template-columns:1fr 1.2fr 1.2fr;gap:1rem;padding:1.25rem 1rem}}@media (width<=768px){.comp-cell{font-size:.75rem}.cn-headline,.newsletter-headline{font-size:1.3rem}.newsletter-subtext{font-size:.75rem}.comparison-table{white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:1rem;display:block;overflow-x:auto}.comparison-table::-webkit-scrollbar{display:none}.comp-row{width:800px}.newsletter-form{flex-direction:column}.newsletter-input{padding:1rem 1.5rem}.newsletter-btn{width:100%}}.aff-wrapper{width:100%;font-family:var(--font-sans);color:var(--text-main);background-color:var(--bg-dark);margin-top:-100px;overflow:hidden}.aff-section{margin-top:-100px;padding:6.5rem 0;position:relative}.aff-container{max-width:1200px;margin:20px auto 0;padding:0 2.5rem}.relative-z{z-index:2;position:relative}.aff-subheading{letter-spacing:.15em;color:var(--text-subheading);text-transform:uppercase;margin-bottom:1.25rem;font-size:.7rem;font-weight:700}.aff-headline{letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.15}.center{text-align:center}.responsive-break{display:block}.download-cta-section{background-color:var(--bg-dark);justify-content:center;align-items:center;padding:8rem 0;display:flex}.cta-circle-backdrop{pointer-events:none;z-index:1;background:radial-gradient(circle,#ffffff06 0%,#0000 70%);border:1px solid #ffffff04;border-radius:50%;width:620px;height:620px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.large-text{font-size:3.5rem}.cta-description{color:var(--text-muted);max-width:580px;margin:0 auto 3rem;font-size:1rem;line-height:1.6}.cta-btn-group{justify-content:center;align-items:center;gap:1.25rem;margin-bottom:3.5rem;display:flex}.app-btn{box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;gap:.35rem;width:180px;height:60px;padding:0 2rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.btn-main-title{font-size:.8rem;font-weight:600}.btn-store-dark{color:#fff;background-color:#0c0c0e;border:1px solid #ffffff14}.btn-store-light{color:#000;background-color:#fff;border:2px solid #e55e3f}.store-apple-icon,.store-play-icon{font-size:1.25rem}.app-btn:hover{transform:translateY(-3px);box-shadow:0 15px 30px #0006}.cta-footer-notice{color:#4b4b52;font-size:.85rem}.faq-section{background-color:#0e0e10;padding:8rem 0}.max-width-faq{max-width:850px}.faq-accordion-container{flex-direction:column;gap:.75rem;margin-top:4rem;display:flex}.faq-row-item{background-color:#060607;border:1px solid #ffffff05;border-radius:12px;transition:border-color .3s;overflow:hidden}.faq-row-item:hover{border-color:#ffffff0f}.faq-trigger{cursor:pointer;text-align:left;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;width:100%;padding:1.75rem 2.25rem;display:flex}.faq-question-text{color:#fff;font-size:1.05rem;font-weight:600}.faq-icon{color:#fff;opacity:.6;font-size:1.1rem}.faq-content-wrapper{overflow:hidden}.faq-answer-inner{padding:0 2.25rem 2rem}.faq-answer-inner p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.65}.corporate-footer{background-color:#050506;border-top:1px solid #ffffff03;padding:6rem 0 2rem}.footer-main-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;padding-bottom:5rem;display:grid}.footer-logo-area{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.brand-text-stack{flex-direction:column;display:flex}.brand-title{letter-spacing:.05em;font-size:1.1rem;font-weight:700}.brand-tagline{letter-spacing:.2em;color:var(--text-muted);font-size:.55rem}.brand-summary{color:var(--text-muted);margin-bottom:2.5rem;font-size:.95rem;line-height:1.6}.brand-contact-details{flex-direction:column;gap:.85rem;display:flex}.contact-item{color:var(--text-muted);align-items:flex-start;gap:.65rem;margin:0;font-size:.85rem;line-height:1.5;display:flex}.contact-icon{opacity:.9;font-size:.95rem}.footer-col-title{color:#fff;margin:0 0 1.5rem;font-size:.85rem;font-weight:600}.footer-links-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.footer-links-list a{color:var(--text-muted);font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links-list a:hover{color:#fff}.footer-baseline{border-top:1px solid #ffffff08;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.copyright-text,.attribution-text{color:#4b4b52;margin:0;font-size:.8rem}.designer-tag{color:var(--text-muted);font-weight:500}@media (width<=768px){.large-text{font-size:2.65rem}.aff-headline{font-size:1.4rem}.faq-question-text{font-size:.8rem}.faq-answer-inner p{font-size:.55rem}.responsive-break{display:inline}.responsive-break:after{content:" "}.cta-btn-group{flex-direction:row;justify-content:center;gap:.75rem;width:100%;max-width:360px;margin:0 auto 3rem}.app-btn{flex:1;gap:.5rem;width:100%;height:54px;padding:0 1rem}.btn-main-title{font-size:.7rem}.faq-trigger{padding:1.5rem 1.75rem}.faq-answer-inner{padding:0 1.75rem 1.5rem}.cta-footer-notice{font-size:.75rem}}@media (width<=480px){.large-text{font-size:2.15rem}.aff-headline{font-size:1.4rem}.faq-question-text{font-size:.8rem}.cta-circle-backdrop{width:340px;height:340px}}@media screen and (width<=1024px){.hero-heading{font-size:3.5rem}.stats-container{grid-template-columns:repeat(2,1fr);row-gap:2.5rem}.stat-block:nth-child(2):after{display:none}.cards-grid{grid-template-columns:repeat(2,1fr)}.headline{font-size:2.15rem}.steps-container{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}.steps-container:before{display:none}.save-container{grid-template-columns:1fr;gap:4rem}.text-content .paragraph{max-width:100%}}@media screen and (width<=768px){.hero-section{padding-top:calc(var(--nav-height) + 40px);padding-bottom:40px}.hero-container{padding:0 1.2rem}.hero-heading{margin-bottom:1rem;font-size:2.2rem;line-height:1.2}.hero-subtext{margin-bottom:2.5rem;font-size:.9rem}.hero-buttons{flex-wrap:nowrap;gap:12px;width:100%;margin-bottom:4rem;flex-direction:row!important;display:flex!important}.btn-primary,.btn-secondary{white-space:nowrap;flex:1;justify-content:center;padding:.85rem .5rem;font-size:.85rem}.stats-container{border:none;flex-direction:column;gap:1rem;padding:0;display:flex}.stat-block{background-color:#11131a;border:1px solid #1e2028;border-radius:16px;align-items:flex-start;width:100%;padding:1.5rem;box-shadow:0 8px 24px #00000026}.stat-block:after{display:none!important}.stat-block h2{font-size:1.8rem}.stat-block p{color:var(--text-muted);font-size:.8rem}.pillars-section{padding:4rem 1.2rem}.section-title{font-size:1.3rem}.cards-grid{grid-template-columns:1fr;gap:1rem}.how-it-works,.save-section{padding:4.5rem 0}.section-inner{padding:0 1.25rem}.headline{font-size:1.35rem!important}.headline.center{margin-bottom:2.5rem;font-size:1.3rem}.steps-container{grid-template-columns:1fr;gap:2.5rem}.step-item{text-align:center;align-items:center}.step-number{margin:0 auto 1.25rem}.step-desc{margin-bottom:1.5rem;font-size:.95rem}.text-content{text-align:left;max-width:650px;margin:0 auto;padding:0 2.5rem}.save-list{flex-direction:column;align-items:flex-start;max-width:fit-content;margin:2rem 0 0;display:flex}.save-list li{justify-content:flex-start;width:100%}.text-content .paragraph{font-size:.75rem}.visual-wrapper{padding:1.25rem}.balance-card{text-align:center;margin-bottom:1.5rem;padding:1.5rem}.card-amount{font-size:1.5rem}.card-substats{flex-direction:column;align-items:center;gap:.65rem}.chart-bars{height:55px}}@media screen and (width<=400px){.hero-heading{font-size:1.9rem}.hero-buttons{gap:8px}.btn-primary,.btn-secondary{padding:.75rem .25rem;font-size:.75rem}.stat-block h2{font-size:1.6rem}.how-it-works,.save-section{padding:3.5rem 0}.headline{font-size:1.65rem}.step-title{font-size:1.15rem}.card-amount{font-size:1.35rem}}
