.memory-gate{min-height:100vh;display:flex;align-items:center;padding:6rem 0}.memory-gate__container{width:100%;max-width:800px;margin:0 auto}.memory-gate__header{text-align:center;margin-bottom:4.8rem}.memory-gate__icon{width:80px;height:80px;margin:0 auto 2.4rem;background:var(--ig-ember, #b49153);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #b4915340}.memory-gate__icon svg{width:40px;height:40px;color:#fff}.memory-gate__pretitle{font-family:var(--font-body-family);font-size:.6875rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--ig-ember, #b49153);margin-bottom:1.6rem}.memory-gate__pretitle sup{font-size:.5rem;top:-.5em}.memory-gate__title{font-family:var(--font-heading-family);font-size:clamp(2.8rem,5vw,4.2rem);font-weight:400;letter-spacing:-.01em;color:var(--ig-ink, #121241);margin:0 0 1.6rem;line-height:1.2}.memory-gate__subtitle{font-size:1.5rem;font-weight:300;color:rgba(var(--color-foreground),.75);margin:0;line-height:1.6}.memory-gate__features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4.8rem}@media(max-width:749px){.memory-gate__features{grid-template-columns:1fr;gap:1.6rem}}.feature-card{background:var(--color-background);border:1px solid rgba(var(--color-foreground),.08);border-radius:16px;padding:2.4rem 2rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#b4915340;transform:translateY(-4px);box-shadow:0 4px 16px #b491531a}.feature-card__icon{width:48px;height:48px;margin:0 auto 1.6rem;background:#b491531a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--ig-ember, #b49153)}.feature-card__icon svg{width:24px;height:24px}.feature-card__title{font-family:var(--font-heading-family);font-size:1.4rem;font-weight:600;color:var(--ig-ink, #121241);margin:0 0 .8rem}.feature-card__text{font-size:1.3rem;color:rgba(var(--color-foreground),.65);margin:0;line-height:1.5}.consent-card{background:var(--color-background);border:1px solid rgba(var(--color-foreground),.1);border-radius:24px;padding:4rem;margin-bottom:3.2rem}@media(max-width:749px){.consent-card{padding:2.4rem 2rem}}.consent-card__header{display:flex;align-items:center;gap:1.2rem;margin-bottom:2.4rem;padding-bottom:2rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.consent-card__header-icon{width:40px;height:40px;background:#b491531a;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--ig-ember, #b49153);flex-shrink:0}.consent-card__header-icon svg{width:20px;height:20px}.consent-card__header-title{font-family:var(--font-heading-family);font-size:2rem;font-weight:600;color:var(--ig-ink, #121241);margin:0}.consent-card__legal{max-height:300px;overflow-y:auto;padding:2rem;background:rgba(var(--color-foreground),.02);border:1px solid rgba(var(--color-foreground),.08);border-radius:12px;margin-bottom:2.4rem;font-size:1.3rem;line-height:1.7;color:rgba(var(--color-foreground),.8)}.consent-card__legal::-webkit-scrollbar{width:6px}.consent-card__legal::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.05);border-radius:3px}.consent-card__legal::-webkit-scrollbar-thumb{background:#b4915366;border-radius:3px}.consent-card__legal::-webkit-scrollbar-thumb:hover{background:#b4915399}.consent-card__legal h3{font-family:var(--font-heading-family);font-size:1.4rem;font-weight:600;color:var(--ig-ember, #b49153);margin:2rem 0 1.2rem}.consent-card__legal h3:first-child{margin-top:0}.consent-card__legal p{margin:0 0 1.2rem}.consent-card__legal ul{margin:1.2rem 0;padding-left:2rem}.consent-card__legal li{margin-bottom:.8rem}.consent-card__legal strong{color:var(--ig-ink, #121241);font-weight:600}.consent-checkbox{display:flex;align-items:flex-start;gap:1.6rem;padding:2rem;background:#b491530d;border:1px solid rgba(180,145,83,.15);border-radius:12px;cursor:pointer;transition:all .3s ease}.consent-checkbox:hover{background:#b4915314;border-color:#b491534d}.consent-checkbox input[type=checkbox]{display:none}.consent-checkbox__box{width:24px;height:24px;min-width:24px;border:2px solid rgba(180,145,83,.4);border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-top:.2rem;background:var(--color-background)}.consent-checkbox input:checked+.consent-checkbox__box{background:var(--ig-ember, #b49153);border-color:var(--ig-ember, #b49153)}.consent-checkbox__box svg{width:14px;height:14px;color:#fff;opacity:0;transform:scale(.5);transition:all .2s ease}.consent-checkbox input:checked+.consent-checkbox__box svg{opacity:1;transform:scale(1)}.consent-checkbox__text{font-size:1.4rem;color:var(--ig-ink, #121241);line-height:1.6}.memory-gate__actions{display:flex;flex-direction:column;gap:1.6rem;align-items:center}.memory-gate__btn{display:inline-flex;align-items:center;justify-content:center;gap:1.2rem;padding:1.8rem 4.8rem;font-family:var(--font-heading-family);font-size:1.6rem;font-weight:600;text-decoration:none;border-radius:100px;transition:all .3s ease;cursor:pointer;border:none;min-width:280px;position:relative}.memory-gate__btn svg{width:20px;height:20px}.memory-gate__btn--primary{background:var(--ig-ember, #b49153);color:#fff;box-shadow:0 4px 16px #b4915340}.memory-gate__btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #b4915359}.memory-gate__btn--primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.memory-gate__btn--secondary{background:transparent;color:rgba(var(--color-foreground),.75);border:1px solid rgba(var(--color-foreground),.2)}.memory-gate__btn--secondary:hover{background:rgba(var(--color-foreground),.03);border-color:rgba(var(--color-foreground),.3);color:var(--ig-ink, #121241)}.memory-gate__btn--loading .btn-text{opacity:0}.memory-gate__btn--loading:after{content:"";position:absolute;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.memory-gate__note{text-align:center;font-size:1.3rem;color:rgba(var(--color-foreground),.5);margin-top:2.4rem}.memory-gate__note a{color:var(--ig-ember, #b49153);text-decoration:none}.memory-gate__note a:hover{text-decoration:underline}.memory-gate__success{text-align:center;padding:6rem 4rem}@media(max-width:749px){.memory-gate__success{padding:4rem 2rem}}.memory-gate__success-icon{width:80px;height:80px;margin:0 auto 2.4rem;background:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.memory-gate__success-icon svg{width:40px;height:40px;color:#fff}.memory-gate__success-title{font-family:var(--font-heading-family);font-size:3.2rem;font-weight:600;color:var(--ig-ink, #121241);margin:0 0 1.2rem}.memory-gate__success-text{font-size:1.6rem;color:rgba(var(--color-foreground),.7);margin:0 0 3.2rem;line-height:1.6}.consent-card__text{font-size:1.5rem;color:rgba(var(--color-foreground),.7);line-height:1.7;margin:0 0 2.4rem}.consent-card__button-group{display:flex;flex-direction:column;gap:1.2rem}.consent-card__button-group .memory-gate__btn{width:100%}@media(max-width:749px){.memory-gate{padding:4rem 0}.memory-gate__header{margin-bottom:3.2rem}.memory-gate__icon{width:60px;height:60px}.memory-gate__icon svg{width:30px;height:30px}.memory-gate__features{margin-bottom:3.2rem}.consent-card{margin-bottom:2.4rem}.memory-gate__btn{min-width:100%;padding:1.6rem 3.2rem}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/component-memory-app-gate.css.map */
