.nfc-demo-section{background-color:var(--nfc-bg, #1A1A1B);color:var(--nfc-text, #F9F7F2);overflow:hidden;position:relative;height:100svh;min-height:580px;max-height:100svh;display:flex;align-items:center;justify-content:center}.nfc-demo__container{max-width:1100px;width:100%;margin-inline:auto;padding-inline:24px;display:flex;flex-direction:column;align-items:center;height:100%;max-height:100%;padding-block:28px;gap:0;justify-content:center}.nfc-demo__header{text-align:center;margin-block-end:16px;flex-shrink:0}.nfc-demo__heading{font-size:clamp(1.4rem,3.5vw,2.25rem);font-weight:700;line-height:1.2;color:var(--nfc-text, #F9F7F2);margin:0 0 6px}.nfc-demo__subheading{font-size:clamp(.85rem,1.5vw,1rem);line-height:1.5;color:#f9f7f299;max-width:540px;margin-inline:auto;margin-block:0}.nfc-demo__content{display:flex;align-items:center;justify-content:center;gap:20px;flex:1;min-height:0;width:100%;max-height:calc(100svh - 200px)}@media(min-width:768px){.nfc-demo__content{flex-direction:row;gap:48px}}@media(max-width:767px){.nfc-demo__content{flex-direction:column;gap:12px;max-height:calc(100svh - 160px)}}.nfc-demo__timeline{position:relative;display:flex;flex-direction:row;justify-content:center;gap:24px;flex-shrink:0;margin-block-start:14px}@media(min-width:768px){.nfc-demo__timeline{gap:40px;margin-block-start:18px}}.nfc-demo__timeline-track{display:none}.nfc-demo__step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;flex:1;max-width:120px;opacity:.4;transition:opacity .5s ease}.nfc-demo__step--active{opacity:1}.nfc-demo__step--completed{opacity:.7}.nfc-demo__step-marker{width:32px;height:32px;min-width:32px;border-radius:50%;border:2px solid rgba(212,175,55,.3);display:flex;align-items:center;justify-content:center;background-color:transparent;transition:all .4s ease;position:relative;z-index:1}.nfc-demo__step--active .nfc-demo__step-marker{border-color:var(--nfc-accent, #D4AF37);background-color:var(--nfc-accent, #D4AF37);box-shadow:0 0 16px #d4af3766}.nfc-demo__step--completed .nfc-demo__step-marker{border-color:var(--nfc-accent, #D4AF37);background-color:#d4af3733}.nfc-demo__step-number{font-size:.75rem;font-weight:700;color:#f9f7f280;transition:color .4s ease}.nfc-demo__step--active .nfc-demo__step-number{color:var(--nfc-bg, #1A1A1B)}.nfc-demo__step--completed .nfc-demo__step-number{color:var(--nfc-accent, #D4AF37)}.nfc-demo__step-content{display:flex;flex-direction:column;gap:2px}.nfc-demo__step-title{font-size:.8rem;font-weight:700;margin:0;color:var(--nfc-text, #F9F7F2);transition:color .4s ease}.nfc-demo__step--active .nfc-demo__step-title{color:var(--nfc-accent, #D4AF37)}.nfc-demo__step-desc{font-size:.7rem;margin:0;color:#f9f7f280;line-height:1.4;transition:color .4s ease}.nfc-demo__step--active .nfc-demo__step-desc{color:#f9f7f2b3}.nfc-demo__interactive{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:28px;position:relative;flex:1;min-height:0}@media(max-width:767px){.nfc-demo__interactive{flex-direction:column;gap:8px}}.nfc-demo__ring-area{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.nfc-demo__ring-target{position:relative;z-index:2;width:180px;height:200px;border-radius:40%;border:none;background:radial-gradient(ellipse at 50% 60%,rgba(212,175,55,.12) 0%,rgba(212,175,55,.04) 50%,transparent 100%);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;transition:transform .3s ease,box-shadow .3s ease;outline:none;padding:0}.nfc-demo__ring-target:hover{transform:scale(1.06);box-shadow:0 0 40px #d4af3733}.nfc-demo__ring-target:focus-visible{box-shadow:0 0 0 3px #d4af3780}.nfc-demo__ring-target--tapped{transform:scale(.94);box-shadow:0 0 50px #d4af3780}.nfc-demo__ring-icon{width:120px;height:140px}.nfc-demo__ring-icon svg{width:100%;height:100%}.nfc-demo__ring-label{font-size:.8rem;color:var(--nfc-accent, #D4AF37);font-weight:600;white-space:nowrap;margin-block-start:2px}.nfc-demo__ring-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:160px;height:180px;border-radius:40%;border:1.5px solid rgba(212,175,55,.15);animation:nfc-ring-pulse 2.5s ease-in-out infinite;pointer-events:none}@keyframes nfc-ring-pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.12);opacity:0}}.nfc-demo__ripple-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;pointer-events:none;z-index:1}.nfc-demo__ripple{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:200px;height:200px;border-radius:50%;border:2px solid var(--nfc-accent, #D4AF37);opacity:0;animation:nfc-ripple-expand 1.2s ease-out forwards}@keyframes nfc-ripple-expand{0%{transform:translate(-50%,-50%) scale(0);opacity:.8}to{transform:translate(-50%,-50%) scale(3);opacity:0}}.nfc-demo__phone-wrapper{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1);will-change:transform,opacity;flex-shrink:0}.nfc-demo__phone-wrapper--visible{opacity:1;transform:translateY(0)}.nfc-demo__phone{position:relative;width:210px;height:420px;background:linear-gradient(145deg,#2a2a2b,#1a1a1b);border-radius:28px;border:2px solid rgba(255,255,255,.08);box-shadow:0 20px 50px #00000080,0 0 0 1px #ffffff0d,inset 0 1px #ffffff0d;overflow:hidden;padding:10px}@media(min-width:768px){.nfc-demo__phone{width:240px;height:480px}}.nfc-demo__phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:90px;height:22px;background-color:#1a1a1b;border-radius:0 0 14px 14px;z-index:10}.nfc-demo__phone-screen{width:100%;height:100%;border-radius:20px;overflow:hidden;position:relative;background-color:#0a0a0a}.nfc-demo__screen{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transform:scale(.96);transition:opacity .5s ease,transform .5s ease;pointer-events:none}.nfc-demo__screen--active{opacity:1;transform:scale(1);pointer-events:auto}.nfc-demo__screen--lock{background:linear-gradient(180deg,#111,#0a0a0a);gap:6px}.nfc-demo__lock-time{font-size:2.75rem;font-weight:200;letter-spacing:2px;color:var(--nfc-text, #F9F7F2);line-height:1}.nfc-demo__lock-date{font-size:.75rem;color:#f9f7f280;margin-block-end:16px}.nfc-demo__lock-icon{width:24px;height:24px;opacity:.4}.nfc-demo__lock-icon svg{width:100%;height:100%}.nfc-demo__screen--notification{background:linear-gradient(180deg,#111,#0a0a0a);padding:36px 12px 12px;justify-content:flex-start}.nfc-demo__notification-bar{width:100%;background:#ffffff14;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;padding:12px;display:flex;align-items:flex-start;gap:10px;border:1px solid rgba(255,255,255,.05);margin-block-start:32px;animation:nfc-notification-slide .4s ease-out}@keyframes nfc-notification-slide{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.nfc-demo__notification-icon{width:28px;height:28px;min-width:28px;background:#d4af3726;border-radius:7px;display:flex;align-items:center;justify-content:center;padding:5px}.nfc-demo__notification-icon svg{width:100%;height:100%}.nfc-demo__notification-text{display:flex;flex-direction:column;gap:2px;text-align:start}.nfc-demo__notification-app{font-size:.65rem;font-weight:700;color:#f9f7f280;text-transform:uppercase;letter-spacing:.5px}.nfc-demo__notification-msg{font-size:.75rem;color:var(--nfc-text, #F9F7F2);line-height:1.4}.nfc-demo__screen--content{background:linear-gradient(180deg,#d4af3714,#0a0a0a)}.nfc-demo__screen--content.nfc-demo__screen--active{animation:nfc-content-glow .8s ease-out}@keyframes nfc-content-glow{0%{background:linear-gradient(180deg,#d4af374d,#d4af371a,#0a0a0a)}to{background:linear-gradient(180deg,#d4af3714,#0a0a0a)}}.nfc-demo__content-image{width:100%;height:100%;object-fit:cover}.nfc-demo__content-reveal{display:flex;flex-direction:column;height:100%}.nfc-demo__content-media{flex:1;min-height:0;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d4af3714,#1a1a1bf2)}.nfc-demo__content-video{width:100%;height:100%;object-fit:cover}.nfc-demo__content-couple-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#d4af3726,#1a1a1be6)}.nfc-demo__couple-svg{width:100%;height:100%;object-fit:cover}.nfc-demo__content-greeting{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 16px;text-align:center;background:#0006}.nfc-demo__content-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:20px;text-align:center}.nfc-demo__content-stars{display:flex;gap:4px}.nfc-demo__content-stars svg{width:16px;height:16px;animation:nfc-star-pop .4s ease-out backwards}.nfc-demo__content-stars svg:nth-child(1){animation-delay:.1s}.nfc-demo__content-stars svg:nth-child(2){animation-delay:.25s}.nfc-demo__content-stars svg:nth-child(3){animation-delay:.4s}@keyframes nfc-star-pop{0%{transform:scale(0) rotate(-30deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}.nfc-demo__content-msg{font-size:.9rem;line-height:1.6;color:var(--nfc-text, #F9F7F2);margin:0;font-weight:500;max-width:180px}.nfc-demo__content-heart{width:24px;height:24px;animation:nfc-heart-beat 1.2s ease-in-out infinite}.nfc-demo__content-heart svg{width:100%;height:100%}@keyframes nfc-heart-beat{0%,to{transform:scale(1)}15%{transform:scale(1.15)}30%{transform:scale(1)}45%{transform:scale(1.1)}60%{transform:scale(1)}}.nfc-demo__replay{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid rgba(212,175,55,.3);border-radius:24px;background:transparent;color:var(--nfc-accent, #D4AF37);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;opacity:0;transform:translateY(10px);font-family:inherit;margin-block-start:8px;flex-shrink:0}.nfc-demo__replay--visible{opacity:1;transform:translateY(0)}.nfc-demo__replay:hover{background:#d4af371a;border-color:var(--nfc-accent, #D4AF37)}.nfc-demo__replay svg{width:14px;height:14px}.nfc-demo__cta-wrap{text-align:center;margin-block-start:16px;flex-shrink:0}.nfc-demo__cta-button{display:inline-block;padding:12px 32px;background:linear-gradient(135deg,#d4af37,#c5a030);color:#1a1a1b;font-size:.95rem;font-weight:700;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 16px #d4af374d;letter-spacing:.02em}.nfc-demo__cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #d4af3773;background:linear-gradient(135deg,#e0bc3e,#d4af37);color:#1a1a1b}.nfc-demo__cta-button:active{transform:translateY(0);box-shadow:0 2px 12px #d4af374d}@media(max-width:767px){.nfc-demo-section{min-height:500px}.nfc-demo__container{padding-block:20px}.nfc-demo__header{margin-block-end:10px}.nfc-demo__heading{font-size:clamp(1.2rem,5vw,1.6rem);margin-block-end:4px}.nfc-demo__subheading{font-size:.8rem;line-height:1.4}.nfc-demo__interactive{gap:6px}.nfc-demo__ring-target{width:120px;height:130px}.nfc-demo__ring-icon{width:80px;height:95px}.nfc-demo__ring-pulse{width:110px;height:120px}.nfc-demo__ring-label{font-size:.7rem}.nfc-demo__phone{width:170px;height:340px;border-radius:24px;padding:8px}.nfc-demo__phone-notch{width:70px;height:18px;border-radius:0 0 10px 10px}.nfc-demo__phone-screen{border-radius:17px}.nfc-demo__lock-time{font-size:2rem}.nfc-demo__lock-date{font-size:.65rem;margin-block-end:12px}.nfc-demo__notification-bar{padding:10px;margin-block-start:24px}.nfc-demo__content-msg{font-size:.78rem;max-width:140px}.nfc-demo__content-greeting{padding:8px 12px;gap:6px}.nfc-demo__content-stars svg{width:12px;height:12px}.nfc-demo__content-heart{width:18px;height:18px}.nfc-demo__timeline{gap:12px;margin-block-start:8px}.nfc-demo__step-marker{width:26px;height:26px;min-width:26px}.nfc-demo__step-number{font-size:.65rem}.nfc-demo__step-title{font-size:.7rem}.nfc-demo__step-desc{font-size:.6rem;display:block}.nfc-demo__cta-wrap{margin-block-start:10px}.nfc-demo__cta-button{padding:10px 24px;font-size:.85rem}.nfc-demo__replay{padding:6px 12px;font-size:.7rem;margin-block-start:4px}}@media(max-width:380px){.nfc-demo__phone{width:150px;height:300px}.nfc-demo__ring-target{width:100px;height:110px}.nfc-demo__ring-icon{width:65px;height:80px}.nfc-demo__heading{font-size:1.1rem}}@media(prefers-reduced-motion:reduce){.nfc-demo__ring-pulse,.nfc-demo__content-heart,.nfc-demo__content-stars svg{animation:none}.nfc-demo__phone-wrapper,.nfc-demo__screen{transition-duration:.1s}.nfc-demo__ripple{animation-duration:.3s}.nfc-demo__notification-bar{animation:none}.nfc-demo__step-marker,.nfc-demo__step-title,.nfc-demo__step-desc{transition-duration:.1s}}[dir=rtl] .nfc-demo__notification-text{text-align:start}[dir=rtl] .nfc-demo__notification-bar{flex-direction:row-reverse}
/*# sourceMappingURL=/cdn/shop/t/7/assets/nfc-demo.css.map */
