@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";.header{position:fixed;inset:0 0 auto;z-index:100;padding:1rem 0 0}.header-container{width:min(var(--page-max),calc(100% - (var(--page-gutter) * 2)));margin:0 auto;min-height:68px;padding:0 1.7rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;border-radius:999px;border:1px solid rgba(201,161,93,.16);background:#0808088f;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 16px 40px #00000029;transition:background-color .28s ease,border-color .28s ease,box-shadow .28s ease}.header-scrolled .header-container,.header-solid .header-container,.header.menu-open .header-container{background:#070707eb;border-color:var(--line-strong);box-shadow:0 18px 48px #00000038}.header-logo{display:flex;align-items:center;height:36px;flex-shrink:0}.header-logo img{height:100%;width:auto}.header-nav{display:flex;align-items:center;gap:1.5rem}.header-nav>div{display:flex}.header-nav a{color:#f5f1e8b3;font-size:.97rem;font-weight:500;transition:color .22s ease}.header-nav a:hover{color:#f2dfbb}.header-actions{display:flex;align-items:center;gap:.75rem}.header-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.8rem 1.15rem;border-radius:999px;font-size:.94rem;font-weight:600;transition:transform .24s ease,background-color .24s ease,border-color .24s ease,color .24s ease}.header-btn:hover{transform:translateY(-1px)}.header-btn-outline{background:#ffffff05;color:#f2dfbb;border:1px solid var(--line-strong)}.header-btn-primary{background:var(--accent);color:#140f08}.header-hamburger{display:none;width:42px;height:42px;border-radius:999px;background:#ffffff05;border:1px solid rgba(201,161,93,.2);align-items:center;justify-content:center;flex-direction:column;gap:4px;flex-shrink:0}.hamburger-line{width:18px;height:2px;border-radius:999px;background:var(--text-primary);transition:transform .24s ease,opacity .24s ease}.header-hamburger.active .hamburger-line:nth-child(1){transform:translateY(6px) rotate(45deg)}.header-hamburger.active .hamburger-line:nth-child(2){opacity:0}.header-hamburger.active .hamburger-line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:calc(var(--header-height) + 1.5rem) var(--page-gutter) 2rem;background:#050505f7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s ease,visibility .24s ease}.mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-nav{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.mobile-menu-nav>div{display:flex}.mobile-menu-nav a{font-size:clamp(1.55rem,5vw,2.15rem);font-weight:600;color:#f7f4eeeb}.mobile-menu-actions{width:min(100%,320px);display:flex;flex-direction:column;gap:.85rem}.mobile-menu-actions .header-btn{width:100%;min-height:54px}@media (max-width: 1024px){.header-container{padding:0 1.15rem}.header-nav{gap:1.1rem}.header-btn-outline{display:none}}@media (max-width: 820px){.header-nav,.header-actions{display:none}.header-hamburger{display:inline-flex}.header-container{min-height:62px;padding:0 .95rem 0 1rem}.header-logo{height:32px}.mobile-menu{justify-content:flex-start;align-items:stretch;gap:1.75rem;padding-top:calc(var(--header-height) + 1.1rem)}.mobile-menu-nav{align-items:flex-start}.mobile-menu-nav a{font-size:clamp(1.35rem,7vw,1.9rem)}}@media (max-width: 600px){.header{padding-top:.8rem}.header-container{min-height:60px;padding:0 .85rem 0 .9rem;border-radius:24px}.header-logo{height:30px}.header-hamburger{width:40px;height:40px}}.hero{position:relative;overflow:hidden;padding:calc(var(--header-height) + 2.25rem) 0 var(--section-space);background:linear-gradient(180deg,#070707,#0d0d0d)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 78% 16%,rgba(201,161,93,.16),transparent 24%),radial-gradient(circle at 22% 12%,rgba(255,255,255,.06),transparent 18%),linear-gradient(180deg,transparent 0%,rgba(0,0,0,.24) 100%);pointer-events:none;animation:heroAtmosphere 16s ease-in-out infinite alternate}.hero-layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,470px);align-items:center;gap:clamp(2.5rem,5vw,5.5rem)}.hero-content{position:relative;z-index:1}.hero-content>*{opacity:0;animation:heroRevealUp .9s cubic-bezier(.16,1,.3,1) forwards}.hero-content>:nth-child(1){animation-delay:.08s}.hero-content>:nth-child(2){animation-delay:.16s}.hero-content>:nth-child(3){animation-delay:.28s}.hero-content>:nth-child(4){animation-delay:.4s}.hero-content>:nth-child(5){animation-delay:.52s}.hero-mark{max-width:32rem}.hero-title{margin-top:1.05rem;max-width:15ch;font-size:clamp(2.15rem,4.1vw,3.6rem);line-height:1.04;letter-spacing:-.03em;font-weight:700;text-wrap:balance}.hero-subtitle{max-width:38rem;margin-top:1.25rem;color:var(--text-muted)}.hero-buttons{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}.hero-buttons .button-primary,.hero-buttons .button-secondary{min-width:210px}.hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:2.15rem}.hero-metric{padding:1.15rem 1.2rem;border-radius:22px;border:1px solid rgba(201,161,93,.2);background:#ffffff05}.hero-metric strong{display:block;font-size:1.3rem;font-weight:700;letter-spacing:-.03em;color:#f2dfbb}.hero-metric span{display:block;margin-top:.35rem;font-size:.92rem;line-height:1.45;color:var(--text-muted)}.hero-visual{position:relative;isolation:isolate;min-height:620px;display:flex;align-items:center;justify-content:center}.hero-visual:before,.hero-visual:after{content:"";position:absolute;border-radius:999px;border:1px solid rgba(201,161,93,.18);pointer-events:none}.hero-visual:before{width:min(520px,92%);height:min(520px,92%);animation:heroRingDrift 13s ease-in-out infinite}.hero-visual:after{width:min(420px,76%);height:min(420px,76%);border-color:#ffffff1f;animation:heroRingDriftReverse 15s ease-in-out infinite}.hero-visual-stage{position:relative;width:min(100%,560px);min-height:620px;display:flex;align-items:center;justify-content:center}.hero-aura{position:absolute;border-radius:999px;filter:blur(42px);pointer-events:none}.hero-aura-gold{top:6%;right:2%;width:240px;height:240px;background:radial-gradient(circle,rgba(201,161,93,.28),transparent 68%);animation:heroAuraGold 11s ease-in-out infinite}.hero-aura-soft{bottom:8%;left:0;width:210px;height:210px;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 68%);animation:heroAuraSoft 12.5s ease-in-out infinite}.hero-device-shell{position:relative;z-index:1;width:min(100%,500px);transform-origin:center center;animation:heroDeviceShell 10.5s cubic-bezier(.45,.05,.55,.95) infinite}.hero-device{position:relative;z-index:2;width:100%;padding:1.1rem;border-radius:34px;border:1px solid rgba(201,161,93,.28);background:linear-gradient(180deg,#151515,#090909);box-shadow:var(--shadow-strong);overflow:hidden}.hero-device:before{content:"";position:absolute;inset:auto -8% -12% auto;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,rgba(201,161,93,.18),transparent 70%);pointer-events:none}.hero-device:after{content:"";position:absolute;inset:-15% auto auto -30%;width:40%;height:140%;transform:rotate(18deg);background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.14) 45%,transparent 100%);animation:heroSheen 8.5s cubic-bezier(.4,0,.2,1) infinite;pointer-events:none}.hero-device-topline{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.15rem .25rem 0}.hero-device-label,.hero-device-status{font-size:.82rem;letter-spacing:.1em;text-transform:uppercase}.hero-device-label{color:#f5f1e8b8}.hero-device-status{color:#f2dfbbd6}.hero-device img{width:100%;height:auto;transform-origin:center center;animation:heroDeviceImage 12s ease-in-out infinite}.hero-floating-card{position:absolute;width:min(250px,52vw);padding:1rem 1.05rem;border-radius:24px;border:1px solid rgba(201,161,93,.2);background:#fffffff0;box-shadow:0 18px 42px #00000024;z-index:2}.hero-floating-card-top{top:5%;right:-3%;animation:heroCardTop 9.5s cubic-bezier(.45,.05,.55,.95) infinite -1.4s}.hero-floating-card-bottom{left:-4%;bottom:8%;animation:heroCardBottom 11s cubic-bezier(.45,.05,.55,.95) infinite -4.2s}.hero-floating-kicker{display:block;margin-bottom:.55rem;font-size:.76rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-deep)}.hero-floating-card strong{display:block;font-size:.98rem;line-height:1.5;font-weight:500;color:var(--text-dark)}@keyframes heroRevealUp{0%,20%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes heroAtmosphere{0%{transform:translateZ(0) scale(1);opacity:.82}to{transform:translate3d(1.5%,-1.25%,0) scale(1.04);opacity:1}}@keyframes heroRingDrift{0%,to{transform:rotate(-8deg) scale(1);opacity:.4}50%{transform:rotate(8deg) scale(1.035);opacity:.72}}@keyframes heroRingDriftReverse{0%,to{transform:rotate(7deg) scale(.98);opacity:.38}50%{transform:rotate(-7deg) scale(1.02);opacity:.62}}@keyframes heroAuraGold{0%,to{transform:translateZ(0) scale(1);opacity:.58}50%{transform:translate3d(-12px,14px,0) scale(1.08);opacity:.9}}@keyframes heroAuraSoft{0%,to{transform:translateZ(0) scale(1);opacity:.34}50%{transform:translate3d(14px,-10px,0) scale(1.06);opacity:.58}}@keyframes heroDeviceShell{0%,to{transform:translateZ(0) rotate(-1.2deg)}35%{transform:translate3d(8px,-12px,0) rotate(.7deg)}68%{transform:translate3d(-6px,8px,0) rotate(-.35deg)}}@keyframes heroDeviceImage{0%,to{transform:scale(1) translateZ(0)}50%{transform:scale(1.018) translate3d(0,-6px,0)}}@keyframes heroCardTop{0%,to{transform:translateZ(0) rotate(1.2deg)}45%{transform:translate3d(-10px,-14px,0) rotate(-1deg)}70%{transform:translate3d(4px,2px,0) rotate(.45deg)}}@keyframes heroCardBottom{0%,to{transform:translateZ(0) rotate(-1.1deg)}45%{transform:translate3d(10px,-10px,0) rotate(.85deg)}72%{transform:translate3d(-5px,4px,0) rotate(-.35deg)}}@keyframes heroSheen{0%,to{transform:translate(-12%) rotate(18deg);opacity:0}8%,15%{opacity:0}22%{opacity:1}34%{transform:translate(410%) rotate(18deg);opacity:0}}@media (prefers-reduced-motion: reduce){.hero:before,.hero-content>*,.hero-visual:before,.hero-visual:after,.hero-aura,.hero-device-shell,.hero-device img,.hero-device:after,.hero-floating-card-top,.hero-floating-card-bottom{animation:none}}@media (max-width: 1100px){.hero-layout{grid-template-columns:1fr;gap:clamp(1.8rem,5vw,3rem)}.hero-title{max-width:13ch}.hero-visual,.hero-visual-stage{min-height:520px}.hero-device{max-width:540px}}@media (max-width: 820px){.hero-layout{gap:2rem}.hero-content{max-width:40rem}.hero-subtitle{max-width:none}.hero-metrics{grid-template-columns:1fr}.hero-visual{min-height:auto;margin-top:.25rem;padding-bottom:.5rem}.hero-visual:before{width:min(460px,96%);height:min(460px,96%)}.hero-visual:after{width:min(360px,78%);height:min(360px,78%)}.hero-visual-stage{display:grid;grid-template-columns:1fr;gap:1rem;min-height:auto;width:100%}.hero-device-shell{width:min(100%,470px);justify-self:center}.hero-floating-card{position:relative;inset:auto;width:min(100%,430px);margin-top:0;justify-self:center}}@media (max-width: 600px){.hero{padding-top:calc(var(--header-height) + 1.1rem)}.hero-layout{gap:1.7rem}.hero-title{max-width:none;font-size:clamp(1.95rem,9.2vw,2.7rem);line-height:1.03;letter-spacing:-.04em}.hero-subtitle{font-size:.99rem;line-height:1.62}.hero-buttons{flex-direction:column;gap:.75rem;margin-top:1.6rem}.hero-buttons .button-primary,.hero-buttons .button-secondary{min-width:0}.hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.35rem;gap:.65rem}.hero-metric{min-height:0;padding:.82rem .78rem;border-radius:18px}.hero-metric:last-child{grid-column:auto}.hero-metric strong{font-size:clamp(1.16rem,5vw,1.45rem)}.hero-metric span{margin-top:.28rem;max-width:none;font-size:.76rem;line-height:1.3;text-wrap:balance}.hero-visual{margin-top:.2rem;padding-bottom:0}.hero-visual-stage{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;align-items:start}.hero-aura-gold{top:4%;right:0;width:180px;height:180px}.hero-aura-soft{bottom:10%;left:2%;width:160px;height:160px}.hero-device{padding:.85rem;border-radius:28px}.hero-device-shell{grid-column:1 / -1;width:min(100%,360px)}.hero-device-topline{display:none}.hero-device-label,.hero-device-status{font-size:.72rem;letter-spacing:.09em}.hero-floating-card{width:100%;min-width:0;padding:.85rem .85rem .9rem;border-radius:20px;justify-self:stretch}.hero-floating-card-top{grid-column:1}.hero-floating-card-bottom{grid-column:2}.hero-floating-kicker{margin-bottom:.35rem;font-size:.68rem;letter-spacing:.12em}.hero-floating-card strong{font-size:.88rem;line-height:1.34}}@media (max-width: 420px){.hero-visual-stage{grid-template-columns:1fr;gap:.65rem}.hero-device-shell{width:min(100%,330px)}.hero-floating-card-top,.hero-floating-card-bottom{grid-column:auto}}.groups{position:relative;padding:var(--section-space) 0;background:linear-gradient(180deg,var(--paper-strong) 0%,var(--paper-muted) 100%);color:var(--text-dark);overflow:hidden}.groups:before{content:"";position:absolute;right:-10%;top:14%;width:340px;height:340px;border-radius:999px;background:radial-gradient(circle,rgba(201,161,93,.16),transparent 70%);opacity:.55;pointer-events:none}.groups-header{display:grid;grid-template-columns:minmax(0,1.26fr) minmax(260px,.74fr);gap:clamp(1.5rem,4vw,4rem);align-items:end;margin-bottom:clamp(2.4rem,5vw,4rem)}.groups-heading-block{display:flex;flex-direction:column;align-items:flex-start;max-width:60rem}.groups-title{margin-top:.95rem}.groups-copy{color:var(--text-dark-muted)}.groups-stage{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:clamp(1.4rem,4vw,3rem);align-items:start}.groups-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:start}.groups-card{position:relative;overflow:hidden;border-radius:28px;border:1px solid rgba(201,161,93,.16);box-shadow:0 20px 42px #0000001a;aspect-ratio:.74}.groups-card img{width:100%;height:100%;object-fit:cover}.groups-card-2{transform:translateY(3.2rem)}.groups-card-label{position:absolute;left:1rem;right:1rem;bottom:1rem;padding:.82rem .95rem;border-radius:18px;background:#ffffffeb;color:var(--text-dark);border:1px solid rgba(201,161,93,.18);font-size:.95rem;font-weight:600}.groups-details{padding:clamp(1.4rem,2.5vw,2rem);border-radius:30px;background:linear-gradient(180deg,#121212,#070707);color:var(--text-primary);border:1px solid rgba(201,161,93,.24);box-shadow:var(--shadow-soft)}.groups-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.stat{padding:1rem;border-radius:22px;background:#ffffff05;border:1px solid rgba(201,161,93,.16)}.stat-number{display:block;font-size:1.35rem;line-height:1;font-weight:700;letter-spacing:-.03em;color:#f2dfbb}.stat-label{display:block;margin-top:.45rem;color:var(--text-muted);font-size:.9rem;line-height:1.4}.groups-benefits{list-style:none;display:grid;gap:1rem;margin-top:1.4rem}.groups-benefits li{position:relative;padding-left:1.45rem;color:#f5f1e8d1;line-height:1.7}.groups-benefits li:before{content:"";position:absolute;left:0;top:.65rem;width:.5rem;height:.5rem;border-radius:999px;background:var(--accent)}@media (max-width: 1000px){.groups-header,.groups-stage{grid-template-columns:1fr}.groups-copy{max-width:42rem}.groups-card-2{transform:translateY(0)}}@media (max-width: 700px){.groups-header{gap:.95rem;margin-bottom:1.65rem}.groups-stage{gap:1rem}.groups-gallery{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(170px,62vw);grid-template-columns:none;gap:.7rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding-bottom:.2rem;scrollbar-width:none}.groups-gallery::-webkit-scrollbar{display:none}.groups-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.groups-card{border-radius:22px;aspect-ratio:.88;scroll-snap-align:start}.groups-card-label{left:.75rem;right:.75rem;bottom:.75rem;padding:.66rem .78rem;font-size:.86rem}.groups-details{padding:1rem;border-radius:22px}.stat{padding:.78rem .68rem;border-radius:18px}.stat-number{font-size:1.05rem}.stat-label{margin-top:.28rem;font-size:.74rem;line-height:1.3}.groups-benefits{gap:.7rem;margin-top:.95rem}.groups-benefits li{padding-left:1.05rem;font-size:.92rem;line-height:1.45}.groups-benefits li:before{top:.54rem;width:.42rem;height:.42rem}}@media (max-width: 520px){.groups-gallery{grid-auto-columns:minmax(160px,68vw)}.groups-details{padding:.92rem}.groups-stats{gap:.45rem}.stat{padding:.72rem .58rem}.stat-number{font-size:.98rem}.stat-label{font-size:.68rem}.groups-benefits li{font-size:.88rem}}.categories{padding:var(--section-space) 0;background:linear-gradient(180deg,#070707,#0d0d0d)}.categories-header{max-width:1020px;margin:0 auto 3rem;text-align:center}.categories-mark{justify-content:center}.categories-title{margin-top:.95rem}.categories-subtitle{margin:1.1rem auto 0;max-width:42rem;color:#f7f4eeb8}.categories-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.feature-card{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:1.5rem;border-radius:32px;padding:clamp(1.4rem,3vw,2rem);min-height:420px;overflow:hidden}.feature-card-light{background:linear-gradient(180deg,#fff,#f3ece1);color:var(--text-dark);border:1px solid rgba(201,161,93,.18);box-shadow:0 18px 42px #0000001f}.feature-card-dark{background:linear-gradient(180deg,#141414,#080808);color:var(--text-primary);border:1px solid rgba(201,161,93,.24);box-shadow:var(--shadow-soft)}.feature-copy{display:flex;flex-direction:column}.feature-kicker{font-size:.85rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:inherit;opacity:.88}.feature-card-light .feature-kicker,.feature-card-dark .feature-kicker{color:var(--accent-deep)}.feature-card-dark .feature-kicker{color:#f2dfbb}.feature-title{margin-top:1rem;font-size:clamp(1.45rem,2vw,1.95rem);line-height:1.12;letter-spacing:-.04em;font-weight:700;text-wrap:balance}.feature-description{margin-top:1rem;font-size:1rem;line-height:1.7;color:inherit;opacity:.76}.feature-points{list-style:none;display:grid;gap:.8rem;margin-top:1.35rem}.feature-points li{position:relative;padding-left:1.35rem;line-height:1.6}.feature-points li:before{content:"";position:absolute;left:0;top:.62rem;width:.46rem;height:.46rem;border-radius:999px;background:var(--accent)}.feature-image{display:flex;align-items:flex-end;justify-content:center;padding:1rem;border-radius:26px;background:#c9a15d14;min-height:100%}.feature-card-light .feature-image{background:#c9a15d14}.feature-image img{width:100%;max-width:210px;height:auto}@media (max-width: 1000px){.categories-cards{grid-template-columns:1fr}}@media (max-width: 700px){.categories-header{margin-bottom:2.2rem;text-align:left}.categories-mark{justify-content:flex-start}.categories-subtitle{max-width:none}.feature-card{grid-template-columns:1fr;min-height:0;gap:1rem;padding:1.2rem;border-radius:28px}.feature-title{font-size:clamp(1.28rem,7vw,1.6rem)}.feature-description{font-size:.97rem;line-height:1.62}.feature-points{gap:.7rem;margin-top:1.1rem}.feature-points li{padding-left:1.15rem}.feature-image{min-height:240px;padding:.85rem}.feature-image img{max-width:180px}}.how-it-works{position:relative;padding:var(--section-space) 0;background:#f5f1e8;color:var(--text-dark)}.how-it-works-header{display:grid;grid-template-columns:minmax(0,1.34fr) minmax(260px,.62fr);gap:clamp(1.5rem,4vw,4rem);align-items:start;margin-bottom:3rem}.how-it-works-title{margin-top:.95rem;max-width:20ch}.how-it-works-note{padding:1.35rem 1.45rem;border-radius:24px;border:1px solid rgba(125,94,42,.18);background:#fcf9f2e0;box-shadow:none}.how-it-works-note p{color:var(--text-dark-muted);font-size:1rem;line-height:1.7}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.category-card{position:relative;display:flex;flex-direction:column;min-height:220px;padding:1.5rem;border-radius:24px;border:1px solid rgba(121,90,39,.18);background:#fcf8f1f0;box-shadow:0 14px 24px #46300e0a;overflow:hidden;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.category-card:hover{transform:translateY(-2px);border-color:#795a2747;box-shadow:0 18px 28px #46300e0f}.category-topline{display:flex;align-items:center;gap:.8rem}.category-tag{font-size:.72rem;line-height:1;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-deep);white-space:nowrap}.category-divider{flex:1;height:1px;background:linear-gradient(90deg,#c9a15d80,#c9a15d00)}.category-icon-wrapper{position:relative;z-index:1;width:52px;height:52px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;margin-top:1.35rem;background:#111;border:1px solid rgba(201,161,93,.22)}.category-icon{width:24px;height:24px}.category-name{position:relative;z-index:1;margin-top:1.3rem;font-size:1.25rem;line-height:1.1;font-weight:600;letter-spacing:-.03em;color:var(--text-dark)}.category-description{position:relative;z-index:1;margin-top:.65rem;color:var(--text-dark-muted);font-size:.97rem;line-height:1.6}.how-it-works-footer{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2.2rem}.how-note{display:grid;grid-template-columns:1fr;gap:.45rem;padding:1.05rem 0 0;border-top:1px solid rgba(138,99,28,.2)}.how-note-code{font-size:.74rem;line-height:1;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-deep)}.how-note p{color:var(--text-dark-muted);font-size:.96rem;line-height:1.6}@media (max-width: 1000px){.how-it-works-header{grid-template-columns:1fr;gap:1.25rem}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.how-it-works-footer{grid-template-columns:1fr}}@media (max-width: 620px){.how-it-works-header{margin-bottom:1.7rem}.how-it-works-title{max-width:none}.how-it-works-note{padding:1rem 1rem 1.05rem;border-radius:20px}.how-it-works-note p{font-size:.92rem;line-height:1.52}.category-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(176px,70vw);grid-template-columns:none;gap:.75rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding-bottom:.2rem;scrollbar-width:none}.category-grid::-webkit-scrollbar{display:none}.category-card{min-height:188px;padding:1rem;border-radius:20px;scroll-snap-align:start}.category-topline{gap:.65rem}.category-icon-wrapper{width:42px;height:42px;border-radius:14px;margin-top:.95rem}.category-icon{width:20px;height:20px}.category-name{margin-top:1rem;font-size:1.05rem}.category-description{font-size:.88rem;line-height:1.45}.how-it-works-footer{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(176px,70vw);grid-template-columns:none;gap:.7rem;margin-top:1.2rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding-bottom:.2rem;scrollbar-width:none}.how-it-works-footer::-webkit-scrollbar{display:none}.how-note{display:grid;grid-template-columns:1fr;gap:.4rem;padding:.9rem .95rem;border-radius:18px;background:#fffbf4e6;border:1px solid rgba(138,99,28,.16);box-shadow:none;scroll-snap-align:start}.how-note-code{font-size:.66rem;letter-spacing:.14em}.how-note p{font-size:.85rem;line-height:1.42}}@media (max-width: 420px){.category-grid,.how-it-works-footer{grid-auto-columns:minmax(164px,76vw)}}.the-flow{padding:var(--section-space) 0;background:linear-gradient(180deg,#fcfbf8 0%,var(--paper-strong) 100%);color:var(--text-dark)}.the-flow-header{max-width:980px;margin:0 auto 3rem;text-align:center}.the-flow-mark{justify-content:center}.the-flow-title{margin-top:.95rem}.the-flow-subtitle{margin-top:1.1rem;color:var(--text-dark-muted)}.flow-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.flow-step{padding:1.5rem;border-radius:28px;border:1px solid rgba(201,161,93,.18);background:#fff;box-shadow:0 16px 34px #0000000f}.step-topline{display:flex;align-items:center;gap:.85rem}.step-index{font-size:.88rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-deep)}.step-line{flex:1;height:1px;background:linear-gradient(90deg,#c9a15d66,#c9a15d0a)}.step-icon-container{margin-top:1.35rem}.step-icon-wrapper{width:76px;height:76px;border-radius:24px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(201,161,93,.18)}.step-icon-inner{width:52px;height:52px;border-radius:18px;display:flex;align-items:center;justify-content:center}.step-icon{width:24px;height:24px}.step-phase{display:inline-block;margin-top:1.35rem;font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-deep)}.step-title{margin-top:.85rem;font-size:1.3rem;line-height:1.12;letter-spacing:-.035em;font-weight:700;color:var(--text-dark);text-wrap:balance}.step-description{margin-top:.8rem;font-size:1rem;line-height:1.7;color:var(--text-dark-muted)}@media (max-width: 1000px){.flow-steps{grid-template-columns:1fr}}@media (max-width: 620px){.the-flow-header{margin-bottom:1.7rem;text-align:left}.the-flow-mark{justify-content:flex-start}.the-flow-subtitle{margin-top:.9rem}.flow-steps{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,82vw);grid-template-columns:none;gap:.75rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding-bottom:.2rem;scrollbar-width:none}.flow-steps::-webkit-scrollbar{display:none}.flow-step{min-height:0;padding:1rem;border-radius:22px;scroll-snap-align:start}.step-topline{justify-content:space-between;gap:.6rem}.step-icon-container{margin-top:.9rem}.step-icon-wrapper{width:58px;height:58px;border-radius:18px}.step-icon-inner{width:40px;height:40px;border-radius:14px}.step-icon{width:20px;height:20px}.step-phase{margin-top:.95rem;font-size:.74rem}.step-title{margin-top:.7rem;font-size:1.08rem}.step-description{margin-top:.65rem;font-size:.89rem;line-height:1.48}}@media (max-width: 420px){.flow-steps{grid-auto-columns:minmax(210px,86vw)}}.join-circlebox{padding:var(--section-space) 0}.join-panel{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:clamp(1.5rem,4vw,4rem);align-items:center;padding:clamp(1.5rem,4vw,3rem);border-radius:36px;border:1px solid rgba(201,161,93,.24);background:radial-gradient(circle at top right,rgba(201,161,93,.12),transparent 28%),linear-gradient(180deg,#111,#050505);overflow:hidden;box-shadow:var(--shadow-strong)}.join-panel:after{content:"";position:absolute;inset:auto auto -16% -6%;width:260px;height:260px;border-radius:999px;background:radial-gradient(circle,rgba(201,161,93,.14),transparent 72%);pointer-events:none}.join-copy{position:relative;z-index:1}.join-mark{max-width:28rem}.join-title{margin-top:.95rem;max-width:18ch}.join-description{margin-top:1.05rem;max-width:38rem;color:var(--text-muted)}.join-copy .store-badges{margin-top:1.9rem}.join-trust-list{display:grid;gap:.7rem;margin-top:1.5rem;max-width:34rem}.join-trust-item{display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:start;padding-top:.85rem;border-top:1px solid rgba(201,161,93,.22)}.join-trust-index{font-size:.74rem;line-height:1;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#f2dfbb}.join-trust-item p{color:#f5f1e8d6;font-size:.96rem;line-height:1.55}.join-visual{position:relative;z-index:1;display:flex;justify-content:center}.join-device{width:100%;padding:1rem;border-radius:30px;border:1px solid rgba(201,161,93,.22);background:linear-gradient(180deg,#fffdf8,#efe6d8)}.join-device img{width:100%;max-width:240px;margin:0 auto}@media (max-width: 920px){.join-panel{grid-template-columns:1fr;gap:1.6rem}.join-title{max-width:none}.join-copy .store-badges{margin-top:1.5rem}.join-device{max-width:360px;margin:0 auto}}@media (max-width: 620px){.join-panel{padding:1.25rem;border-radius:28px}.join-visual{display:none}.join-description{max-width:none}.join-copy .store-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:1.35rem}.join-copy .store-badges img{width:100%;height:auto}.join-trust-list{gap:.55rem;margin-top:1.2rem}.join-trust-item{gap:.75rem;padding-top:.75rem}.join-trust-item p{font-size:.93rem;line-height:1.5}.join-device{padding:.8rem;border-radius:24px}.join-device img{max-width:210px}}.footer{background:#050505;padding:0 0 2rem}.footer-shell{padding-top:2.6rem;border-top:1px solid rgba(201,161,93,.18)}.footer-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:clamp(2rem,4vw,4rem);padding-bottom:2.2rem}.footer-brand-copy{max-width:30rem;margin-top:1rem;color:var(--text-muted);line-height:1.7}.footer-logo{height:42px;display:flex;align-items:center}.footer-logo img{height:100%;width:auto}.footer-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.footer-heading{font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#f2dfbbe0}.footer-links{list-style:none;display:grid;gap:.75rem;margin-top:1rem}.footer-links a,.footer-link-text{color:var(--text-muted);line-height:1.6;transition:color .22s ease}.footer-links a:hover{color:var(--text-primary)}.footer-bottom{padding-top:1.4rem;border-top:1px solid rgba(201,161,93,.16);display:flex;justify-content:space-between;align-items:center;gap:1rem}.footer-copyright{color:#f5f1e894;font-size:.92rem}.footer-social{display:flex;align-items:center;gap:.85rem}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:1px solid rgba(201,161,93,.18);background:#ffffff05;color:#f2dfbbcc}.social-icon:hover{border-color:#c9a15d4d;color:#fff}@media (max-width: 900px){.footer-top{grid-template-columns:1fr}}@media (max-width: 700px){.footer-shell{padding-top:2rem}.footer-top{gap:1.75rem;padding-bottom:1.8rem}.footer-brand-copy{max-width:none;margin-top:.85rem;font-size:.95rem;line-height:1.65}.footer-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}.footer-columns .footer-section:nth-child(1){grid-column:1;grid-row:1}.footer-columns .footer-section:nth-child(3){grid-column:2;grid-row:1}.footer-columns .footer-section:nth-child(2){grid-column:1 / -1;grid-row:2;width:min(100%,24rem);margin:0 auto;text-align:center}.footer-columns .footer-section:nth-child(2) .footer-links{justify-items:center}.footer-links{gap:.6rem;margin-top:.85rem}.footer-bottom{flex-direction:column;align-items:center;gap:.85rem;padding-top:1.2rem;text-align:center}.footer-social{flex-wrap:wrap;justify-content:center}.social-icon{width:40px;height:40px}}.terms-page{min-height:100vh;padding:calc(var(--header-height) + 3.25rem) 0 5rem;background:linear-gradient(180deg,var(--paper-strong) 0%,var(--paper) 100%);color:var(--text-dark);position:relative}.terms-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 12% 14%,rgba(201,161,93,.14),transparent 22%),linear-gradient(180deg,rgba(255,255,255,.2),transparent 40%);pointer-events:none}.terms-container{width:min(900px,calc(100% - (var(--page-gutter) * 2)));margin:0 auto;position:relative;z-index:1}.terms-title{font-size:clamp(2.7rem,5vw,4.4rem);line-height:.98;letter-spacing:-.05em;font-weight:700}.terms-updated{margin-top:.9rem;color:var(--text-dark-muted)}.terms-section{margin-top:2.1rem}.terms-intro,.terms-text,.terms-list li{color:var(--text-dark-muted);line-height:1.8}.terms-section-title{margin-bottom:.85rem;font-size:1.45rem;line-height:1.1;letter-spacing:-.03em;font-weight:700}.terms-subsection-title{margin:1rem 0 .65rem;font-size:1.1rem;line-height:1.2;font-weight:700}.terms-list{padding-left:1.35rem;margin:.6rem 0}.terms-list li+li{margin-top:.45rem}.terms-link{color:var(--text-dark);text-decoration:underline}.privacy-page{min-height:100vh;padding:calc(var(--header-height) + 3.25rem) 0 5rem;background:linear-gradient(180deg,var(--paper-strong) 0%,var(--paper) 100%);color:var(--text-dark);position:relative}.privacy-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 88% 12%,rgba(201,161,93,.14),transparent 22%),linear-gradient(180deg,rgba(255,255,255,.2),transparent 40%);pointer-events:none}.privacy-container{width:min(900px,calc(100% - (var(--page-gutter) * 2)));margin:0 auto;position:relative;z-index:1}.privacy-title{font-size:clamp(2.7rem,5vw,4.4rem);line-height:.98;letter-spacing:-.05em;font-weight:700}.privacy-updated{margin-top:.9rem;color:var(--text-dark-muted)}.privacy-section{margin-top:2.1rem}.privacy-intro,.privacy-text,.privacy-list li{color:var(--text-dark-muted);line-height:1.8}.privacy-section-title{margin-bottom:.85rem;font-size:1.45rem;line-height:1.1;letter-spacing:-.03em;font-weight:700}.privacy-subsection-title{margin:1rem 0 .65rem;font-size:1.1rem;line-height:1.2;font-weight:700}.privacy-list{padding-left:1.35rem;margin:.6rem 0}.privacy-list li+li{margin-top:.45rem}.privacy-link{color:var(--text-dark);text-decoration:underline}.delete-account-page{min-height:100vh;padding:calc(var(--header-height) + 3.25rem) 0 5rem;background:radial-gradient(circle at 12% 18%,rgba(201,161,93,.16),transparent 20%),linear-gradient(180deg,var(--paper-strong) 0%,var(--paper) 100%);color:var(--text-dark);position:relative}.delete-account-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 86% 12%,rgba(13,11,9,.05),transparent 18%),linear-gradient(180deg,rgba(255,255,255,.3),transparent 34%);pointer-events:none}.delete-account-shell{width:min(1100px,calc(100% - (var(--page-gutter) * 2)));margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,460px);gap:clamp(1.5rem,3vw,3rem);align-items:start}.delete-account-intro{padding-top:1rem}.delete-account-kicker{display:inline-flex;align-items:center;gap:.75rem;font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-deep)}.delete-account-kicker:after{content:"";width:72px;height:1px;background:linear-gradient(90deg,#c9a15de6,#c9a15d26)}.delete-account-title{margin-top:1rem;font-size:clamp(2.8rem,6vw,5rem);line-height:.95;letter-spacing:-.055em;font-weight:700;text-wrap:balance}.delete-account-copy{margin-top:1.2rem;max-width:640px;font-size:clamp(1.02rem,1.8vw,1.15rem);line-height:1.8;color:var(--text-dark-muted)}.delete-account-panels{margin-top:2rem;display:grid;gap:1rem}.delete-account-panel{padding:1.4rem 1.45rem;border-radius:24px;background:#ffffffb8;border:1px solid rgba(13,11,9,.08);box-shadow:0 18px 40px #18120a14}.delete-account-panel h2{font-size:1.08rem;line-height:1.2;font-weight:700;letter-spacing:-.02em}.delete-account-panel p{margin-top:.7rem;color:var(--text-dark-muted);line-height:1.75}.delete-account-panel a{color:var(--text-dark);text-decoration:underline;text-decoration-thickness:1px}.delete-account-card{padding:1.6rem;border-radius:32px;background:#0a0a0af5;color:var(--text-primary);box-shadow:var(--shadow-strong);border:1px solid rgba(255,255,255,.08)}.delete-account-card-header{margin-bottom:1.4rem}.delete-account-card-eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted)}.delete-account-card-header h2{margin-top:.55rem;font-size:1.7rem;line-height:1.05;letter-spacing:-.04em}.delete-account-card-copy{margin-top:.7rem;color:var(--text-muted);line-height:1.7}.delete-account-feedback{margin-bottom:1.2rem;padding:.95rem 1rem;border-radius:18px;font-size:.95rem;line-height:1.6}.delete-account-feedback-submitting{background:#c9a15d1f;border:1px solid rgba(201,161,93,.22);color:#f5ead7}.delete-account-feedback-success{background:#40b07424;border:1px solid rgba(64,176,116,.24);color:#d5f3df}.delete-account-form{display:grid;gap:1rem}.delete-account-field{display:grid;gap:.55rem}.delete-account-field span{font-size:.94rem;font-weight:600}.delete-account-field input,.delete-account-field textarea{width:100%;padding:.98rem 1rem;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:var(--text-primary);transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.delete-account-field input::placeholder,.delete-account-field textarea::placeholder{color:#f7f4ee73}.delete-account-field input:focus,.delete-account-field textarea:focus{outline:none;border-color:#c9a15dcc;background:#ffffff12;box-shadow:0 0 0 4px #c9a15d1f}.delete-account-field textarea{resize:vertical;min-height:148px}.delete-account-field small{color:var(--text-muted);line-height:1.5}.delete-account-submit{margin-top:.25rem;min-height:56px;padding:.95rem 1.2rem;border-radius:999px;background:linear-gradient(135deg,#d0aa64,#b88d48);color:#17120b;font-weight:700;transition:transform .2s ease,filter .2s ease,opacity .2s ease}.delete-account-submit:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.02)}.delete-account-submit:disabled{opacity:.72;cursor:wait}.delete-account-disclaimer{color:var(--text-muted);font-size:.92rem;line-height:1.7}@media (max-width: 960px){.delete-account-shell{grid-template-columns:1fr}.delete-account-intro{padding-top:0}}@media (max-width: 640px){.delete-account-page{padding-top:calc(var(--header-height) + 2.2rem)}.delete-account-card{padding:1.25rem;border-radius:26px}.delete-account-panel{border-radius:20px}}:root{--font-base: "Outfit", sans-serif;--header-height: 92px;--page-max: 1240px;--page-gutter: clamp(1.1rem, 3vw, 2.5rem);--section-space: clamp(4.5rem, 8vw, 7.5rem);--radius-sm: 18px;--radius-md: 28px;--radius-lg: 36px;--bg-primary: #060606;--bg-secondary: #111111;--bg-elevated: rgba(12, 12, 12, .9);--surface-dark: rgba(255, 255, 255, .04);--surface-dark-strong: rgba(255, 255, 255, .08);--paper: #f6f2eb;--paper-strong: #ffffff;--paper-muted: #ece4d8;--text-primary: #f7f4ee;--text-muted: #b4aa98;--text-dark: #0d0b09;--text-dark-muted: #675f55;--line-subtle: rgba(255, 255, 255, .12);--line-strong: rgba(201, 161, 93, .32);--line-dark: rgba(13, 11, 9, .12);--accent: #c9a15d;--accent-deep: #6f5627;--accent-soft: rgba(201, 161, 93, .14);--shadow-soft: 0 20px 52px rgba(0, 0, 0, .18);--shadow-strong: 0 28px 72px rgba(0, 0, 0, .26)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 1.5rem)}body{font-family:var(--font-base);color:var(--text-primary);background:radial-gradient(circle at 78% 10%,rgba(201,161,93,.12),transparent 22%),linear-gradient(180deg,#040404,#0a0a0a);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at top left,rgba(255,255,255,.04),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.02),transparent 24%);opacity:.65}#root,.home-page{min-height:100vh}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{border:none;cursor:pointer}img{display:block;max-width:100%}::selection{background:var(--accent);color:#161712}.page-shell{width:min(var(--page-max),calc(100% - (var(--page-gutter) * 2)));margin:0 auto;position:relative}.section-mark{display:inline-grid;grid-template-columns:auto minmax(72px,1fr);align-items:center;gap:.8rem;width:fit-content;color:#f7f4eed1}.section-mark-dark{color:var(--text-dark-muted)}.section-label{font-size:.84rem;line-height:1;font-weight:600;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap}.section-line{width:min(110px,18vw);height:1px;background:linear-gradient(90deg,#c9a15dd1,#c9a15d1f)}.section-mark-dark .section-line{background:linear-gradient(90deg,#c9a15dc7,#c9a15d29)}.section-heading{font-size:clamp(1.72rem,3vw,3rem);line-height:1.1;letter-spacing:-.025em;font-weight:700;text-wrap:balance}.section-copy{font-size:clamp(1rem,1.3vw,1.08rem);line-height:1.68;color:inherit}.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:.9rem 1.35rem;border-radius:999px;font-size:1rem;font-weight:600;transition:transform .24s ease,background-color .24s ease,border-color .24s ease,color .24s ease}.button-primary{background:var(--accent);color:#140f08;box-shadow:0 14px 30px #c9a15d2e}.button-secondary{background:#ffffff05;border:1px solid rgba(255,255,255,.18);color:var(--text-primary)}.button-primary:hover,.button-secondary:hover{transform:translateY(-1px)}.store-badges{display:flex;flex-wrap:wrap;gap:.9rem}.store-badges img{height:52px;width:auto;filter:saturate(1.02)}@media (max-width: 900px){:root{--header-height: 82px;--section-space: clamp(4rem, 10vw, 6rem)}.section-heading{letter-spacing:-.03em}}@media (max-width: 600px){:root{--page-gutter: clamp(.95rem, 4.8vw, 1.2rem);--section-space: clamp(3.6rem, 12vw, 4.8rem)}.section-mark{grid-template-columns:1fr;gap:.55rem .8rem;width:100%}.section-label{white-space:normal}.section-line{grid-column:1 / -1;width:100%}.button-primary,.button-secondary{width:100%}.store-badges img{height:46px}}
