:root{--bg: #f5f5f7;--surface: #ffffff;--surface-muted: #f0f1f4;--text: #1d1d1f;--muted: #6e6e73;--line: rgba(29, 29, 31, .08);--accent: #0071e3;--accent-dark: #005bb5;--logo-gradient: linear-gradient(135deg, #66ecff 0%, #8478ff 38%, #ff59d7 72%, #ffbf57 100%);--shadow-lg: 0 18px 48px rgba(0, 0, 0, .08);--shadow-md: 0 10px 26px rgba(0, 0, 0, .06);--radius-xl: 28px;--max-width: 1240px;--radius-lg: 22px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,sans-serif;background-image:radial-gradient(circle at top left,#ffffffeb,#f5f5f700 28%),radial-gradient(circle at top right,#d4ebff73,#f5f5f700 24%)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{font:inherit}button{border:0;background:none;color:inherit}input,textarea{width:100%;border:1px solid var(--line);border-radius:18px;background:#ffffffe6;padding:14px 16px;color:var(--text)}textarea{resize:vertical}.page-shell{width:min(var(--max-width),calc(100% - 32px));margin:0 auto 28px}.section{margin-top:28px}.site-header{position:sticky;top:0;z-index:40;background:#f5f5f7d1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(29,29,31,.06)}.nav-shell{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:inline-flex;align-items:center;gap:12px;min-width:0}.brand-logo{width:44px;height:44px;object-fit:cover;border-radius:12px;box-shadow:var(--shadow-md)}.brand-copy{display:grid;gap:2px}.brand-name{font-size:.96rem;font-weight:700}.brand-tag{font-size:.77rem;color:var(--muted)}.site-nav{display:flex;align-items:center;gap:8px;padding:6px;border-radius:999px;background:#ffffffd1;border:1px solid rgba(29,29,31,.08);box-shadow:0 10px 24px #0f11170f}.site-nav a{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:999px;font-size:.88rem;font-weight:600;color:#4b4e57;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.site-nav a.current,.site-nav a:hover,.site-nav a:focus-visible{background:#111;color:#fff;font-weight:700;box-shadow:0 10px 18px #0f11172e}.header-actions{display:flex;gap:10px;align-items:center}.cart-launcher{position:fixed;right:22px;bottom:22px;z-index:70;min-height:56px;display:inline-flex;align-items:center;gap:12px;padding:0 14px 0 16px;border-radius:999px;background:#111111f0;color:#fff;box-shadow:0 18px 34px #0f11173d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.cart-launcher-icon{width:18px;height:14px;position:relative;border:2px solid #ffffff;border-top:0;border-radius:0 0 4px 4px}.cart-launcher-icon:before,.cart-launcher-icon:after{content:"";position:absolute}.cart-launcher-icon:before{width:11px;height:8px;left:1px;top:-7px;border:2px solid #ffffff;border-bottom:0;border-radius:8px 8px 0 0}.cart-launcher-icon:after{width:2px;height:2px;left:3px;bottom:-6px;background:#fff;border-radius:50%;box-shadow:8px 0 #fff}.cart-launcher-text,.cart-launcher-count{font-weight:700}.cart-launcher-count{min-width:24px;min-height:24px;padding:0 6px;display:inline-grid;place-items:center;border-radius:999px;background:#ffffff24;font-size:.84rem}.cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:74;background:#090c126b;opacity:0;pointer-events:none;transition:opacity .22s ease}.cart-backdrop.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;z-index:75;width:min(420px,calc(100vw - 18px));height:100vh;padding:22px;display:flex;flex-direction:column;gap:14px;background:#fffffff5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-left:1px solid var(--line);box-shadow:-18px 0 42px #0f11171f;transform:translate(100%);transition:transform .24s ease}.cart-drawer.is-open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.cart-drawer-header h3{margin:0;font-size:2rem;line-height:1;letter-spacing:-.05em}.cart-drawer-close{width:40px;height:40px;display:inline-grid;place-items:center;border-radius:50%;background:#f1f2f5;color:#5a5f69;font-size:1.1rem;cursor:pointer}.cart-drawer-list{display:grid;gap:12px;overflow-y:auto;padding-right:4px}.cart-drawer-item{position:relative;padding:18px 52px 18px 18px;border-radius:22px;background:linear-gradient(180deg,#fbfbfd,#f5f7fb);border:1px solid var(--line)}.cart-drawer-meta{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-quantity-row{display:inline-flex;align-items:center;gap:8px}.cart-quantity-row button{width:28px;height:28px;display:inline-grid;place-items:center;border-radius:50%;background:#eef1f6;cursor:pointer}.cart-drawer-item .cart-remove{position:absolute;top:16px;right:16px}.cart-drawer-footer{margin-top:auto;display:grid;gap:12px}.nav-toggle{display:none;width:42px;height:42px;padding:0;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:12px;border:1px solid var(--line);background:#ffffffb8}.nav-toggle span{width:16px;height:2px;background:var(--text);border-radius:999px}.button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border-radius:999px;border:1px solid transparent;font-weight:600;font-size:.92rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.button:hover,.button:focus-visible{transform:translateY(-1px)}.button-small{min-height:36px}.button-primary{background:var(--accent);color:#fff}.button-primary:hover,.button-primary:focus-visible{background:var(--accent-dark);box-shadow:0 10px 20px #0071e338}.button-secondary{background:#ffffffe0;border-color:var(--line);color:var(--text)}.hero-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:24px;padding:34px 4px 16px}.home-hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);gap:22px;align-items:stretch}.home-hero-copy,.home-hero-stage,.split-feature-panel,.business-hero-card,.process-band-shell{background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--line);box-shadow:var(--shadow-lg)}.home-hero-copy,.business-hero-card,.split-feature-panel,.process-band-shell{padding:34px}.home-hero-copy h1{margin:0;font-size:clamp(3.4rem,8vw,6rem);line-height:.92;letter-spacing:-.075em}.hero-lead-wide{max-width:42rem}.hero-stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px}.hero-stat-card{padding:18px;border-radius:var(--radius-lg);background:linear-gradient(180deg,#fafafd,#fff);border:1px solid var(--line)}.hero-stat-card strong{display:block;font-size:1.35rem;letter-spacing:-.05em}.hero-stat-card span{display:block;margin-top:6px;color:var(--muted);font-size:.92rem}.home-hero-stage{position:relative;overflow:hidden;padding:18px;background:linear-gradient(180deg,#fff,#f7f8fb)}.home-product-stage{position:relative;min-height:100%;border-radius:24px;overflow:hidden;background:radial-gradient(circle at top right,rgba(0,113,227,.12),transparent 26%),linear-gradient(180deg,#fdfdff,#f2f4f8);padding:28px}.hero-glow{position:absolute;width:360px;height:360px;right:-64px;top:-64px;border-radius:50%;background:radial-gradient(circle,#0071e333,#0071e300);pointer-events:none}.hero-card-stack{position:relative;min-height:330px}.hero-physical-card,.hero-nfc-tag{position:absolute;box-shadow:0 24px 50px #0e121f24}.hero-physical-card{width:290px;height:184px;border-radius:20px;left:18px}.hero-physical-card-back{top:48px;background:linear-gradient(135deg,#f5f5f7,#fff);border:1px solid rgba(29,29,31,.08);transform:rotate(-9deg)}.hero-physical-card-front{top:86px;background:linear-gradient(160deg,#0f1117,#1f2230 82%);transform:rotate(-3deg);display:grid;place-items:center}.hero-physical-card-front img{width:58%;filter:saturate(1.1)}.hero-nfc-tag{width:104px;height:104px;right:34px;top:52px;border-radius:34px;background:linear-gradient(135deg,#4b89ff,#1c5bc7)}.hero-nfc-tag:before{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border-radius:26px;background:#ffffff2e}.hero-screen-card{position:relative;z-index:1;max-width:360px;margin-left:auto;margin-top:-26px;padding:22px;border-radius:24px;background:#ffffffeb;border:1px solid rgba(29,29,31,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-screen-card h3{margin:0;font-size:1.65rem;line-height:1.05;letter-spacing:-.04em}.home-product-stage-showcase{display:grid;gap:18px;min-height:100%}.hero-product-shelf{position:relative;min-height:300px}.hero-product-primary,.hero-product-secondary{position:absolute}.hero-product-primary{top:0;left:0;width:232px;z-index:2}.hero-product-secondary{right:4px;bottom:4px;width:258px;z-index:1}.home-product-preview{min-height:220px}.home-product-preview.product-visual{border-radius:26px}.home-product-preview.product-visual-dark:before{width:162px;height:102px}.home-product-preview.home-product-preview-card.product-visual-dark:before,.home-product-preview.home-product-preview-card.product-visual-dark:after{animation-duration:16s}.home-product-preview.product-visual-dark:after{width:38px;height:38px;left:calc(50% - 58px);top:calc(50% - 22px)}.home-product-preview.product-visual-color .keyfob-ring-large{width:90px;height:90px;left:calc(50% - 8px);top:12px}.home-product-preview.product-visual-color .keyfob-ring-small{width:46px;height:46px;left:calc(50% + 10px);top:70px}.home-product-preview.product-visual-color .keyfob-body{width:146px;height:174px;top:42px}.home-product-preview.product-visual-color .keyfob-hole{top:9px}.home-product-preview.product-visual-color .keyfob-center{width:104px;height:104px;left:calc(50% - 52px);top:46px}.intro-heading h1{margin:0;font-size:clamp(4rem,11vw,6.8rem);line-height:.92;letter-spacing:-.08em}.intro-heading p{max-width:34rem;margin:18px 0 0;font-size:1.22rem;color:var(--muted)}.intro-side{align-self:center;justify-self:end;display:grid;gap:12px;text-align:right}.intro-side p,.intro-side a,.hero-lead,.section-heading p,.selected-description,.selected-ideal,.checkout-note,.info-card p,.step-card p,.comparison-note p,details p,.faq-support p,.site-footer p,.public-card-bio{color:var(--muted)}.hero-showcase,.shop-layout,.comparison-layout,.faq-layout,.dashboard-layout,.public-card-grid{display:grid;gap:22px}.hero-showcase{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr)}.logo-stage,.hero-copy,.category-row,.product-option,.order-panel,.info-card,.step-card,.comparison-table,.comparison-note,.faq-support,.contact-card,.site-footer,.auth-panel,.dashboard-panel,.public-card-shell{background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--line);box-shadow:var(--shadow-lg)}.logo-stage{padding:18px;background:linear-gradient(180deg,#fff,#f7f7fa)}.logo-card{min-height:420px;border-radius:24px;overflow:hidden;background:#120a27;display:grid;place-items:center}.hero-copy,.order-panel,.auth-panel,.dashboard-panel,.public-card-shell{padding:34px}.eyebrow,.panel-label,.option-label{margin:0 0 14px;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.option-label-accent{color:#a56f00}.hero-copy h2,.section-heading h2,.auth-panel h2,.dashboard-panel h2{margin:0;font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.02;letter-spacing:-.06em}.hero-actions,.contact-actions,.auth-switch{display:flex;flex-wrap:wrap;gap:12px}.category-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;padding:22px}.category-pill{text-align:center;display:grid;gap:12px;justify-items:center}.category-icon{width:74px;height:74px;border-radius:22px;background:linear-gradient(180deg,#f4f4f6,#fff);border:1px solid rgba(29,29,31,.06);position:relative;box-shadow:inset 0 -6px 18px #00000008}.card-icon:before,.setup-icon:before,.bulk-icon:before,.support-icon:before,.product-visual-dark:before,.product-visual-dark:after,.product-visual-bulk:before,.product-visual-bulk:after,.product-visual-bulk span{content:"";position:absolute}.card-icon:before{top:14px;right:16px;bottom:14px;left:16px;border-radius:12px;background:#111}.keychain-icon:before,.keychain-icon:after{content:"";position:absolute;border-radius:50%}.keychain-icon:before{width:32px;height:32px;left:21px;top:22px;background:var(--logo-gradient)}.keychain-icon:after{width:12px;height:12px;left:31px;top:10px;border:3px solid #d7d8de;background:#fff}.setup-icon:before{top:18px;right:18px;bottom:18px;left:18px;border-radius:16px;background:linear-gradient(135deg,#e8f6ff,#fdf1ff)}.bulk-icon:before{width:18px;height:36px;left:16px;top:20px;border-radius:8px;background:#111;box-shadow:20px 0 #5a5a5f,40px 0 #d9dae0}.support-icon:before{top:18px;right:18px;bottom:18px;left:18px;border-radius:50%;background:linear-gradient(135deg,#fff,#eef2ff);box-shadow:inset 0 0 0 8px #0071e314}.section-heading{max-width:760px;margin-bottom:18px}.page-links-grid,.info-grid,.steps-grid{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.page-link-card,details{padding:26px;background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--line);box-shadow:var(--shadow-lg)}.page-link-card h3,.product-content h3,.order-panel h3,.faq-support h3,.comparison-note h3,.contact-card h3,.info-card h3,.step-card h3{margin:0;font-size:1.8rem;line-height:1.06;letter-spacing:-.04em}.page-link-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:700}.page-link-price{font-size:1.4rem}.shop-layout{grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);align-items:start}.product-stack{display:grid;gap:20px}.shop-cart-message{margin-bottom:20px;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--line);box-shadow:var(--shadow-lg)}.shop-cart-message h3,.shop-product-note h4{margin:0;font-size:1.45rem;line-height:1.05;letter-spacing:-.04em}.shop-product-note{margin-top:18px;padding:18px;border-radius:20px;background:linear-gradient(180deg,#f8f9fc,#fff);border:1px solid var(--line)}.product-option{padding:22px;display:grid;grid-template-columns:220px minmax(0,1fr);gap:22px}.product-option.is-selected{border-color:#0071e338;box-shadow:0 16px 42px #0071e314}.product-visual{border-radius:22px;min-height:220px;position:relative;overflow:hidden;background:linear-gradient(180deg,#f4f4f6,#fff);isolation:isolate}.product-visual:after{content:"";position:absolute;inset:auto 18px 18px;height:36px;border-radius:50%;background:radial-gradient(circle,#0f111724,#0f111700);filter:blur(10px);z-index:0}.product-visual-dark:before{width:148px;height:92px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:14px;background:#111;box-shadow:0 20px 34px #0000002e,0 8px 16px #0000001f;transform-origin:50% 72%;animation:cardShowcaseSpin 7.2s linear infinite;z-index:1;backface-visibility:visible;transform-style:preserve-3d}.product-visual-dark:after{width:34px;height:34px;left:calc(50% - 52px);top:calc(50% - 20px);border-radius:12px;background:linear-gradient(135deg,#ffffff38,#ffffff0a);box-shadow:inset 0 0 0 1px #ffffff14;transform:translate(-50%,-50%);animation:cardShowcaseSpin 7.2s linear infinite;z-index:2;backface-visibility:visible}.product-visual-dark.is-white:before{background:linear-gradient(180deg,#fff,#eef1f5);box-shadow:0 20px 34px #0f111733,0 8px 16px #0f11171f;border:1px solid rgba(29,29,31,.08)}.product-visual-dark.is-white{background:radial-gradient(circle at top right,rgba(255,255,255,.08),transparent 28%),linear-gradient(180deg,#1d212b,#0f131b)}.product-visual-dark.is-white:after{background:linear-gradient(135deg,#24283424,#2428340a);box-shadow:inset 0 0 0 1px #24283414}.product-visual-color .keyfob-ring,.product-visual-color .keyfob-body,.product-visual-color .keyfob-hole,.product-visual-color .keyfob-center{position:absolute;z-index:1}.product-visual-color .keyfob-ring{border-radius:50%;border:3px solid #b9bec8;background:transparent;box-shadow:inset 0 0 0 1px #ffffffa6}.product-visual-color .keyfob-ring-large{width:80px;height:80px;left:calc(50% - 6px);top:16px}.product-visual-color .keyfob-ring-small{width:42px;height:42px;left:calc(50% + 8px);top:66px}.product-visual-color .keyfob-body{width:138px;height:164px;left:50%;top:48px;transform:translate(-50%);clip-path:path("M69 0 C102 0 131 23 138 58 L138 99 C138 137 109 164 69 164 C29 164 0 137 0 99 L0 58 C7 23 36 0 69 0 Z");background:linear-gradient(180deg,#2f80ed,#2364c7);box-shadow:0 20px 32px #13203d29;transform-origin:center top;animation:keyfobShowcaseSpin 5.4s ease-in-out infinite}.product-visual-color .keyfob-body:before,.product-visual-color .keyfob-body:after{content:"";position:absolute}.product-visual-color .keyfob-body:before{width:84px;height:18px;left:27px;top:17px;border-radius:0 0 16px 16px;background:#12141c2e;clip-path:polygon(0 0,100% 0,76% 100%,24% 100%)}.product-visual-color .keyfob-body:after{top:8px;right:8px;bottom:8px;left:8px;border-radius:999px 999px 42px 42px/999px 999px 62px 62px;border:2px solid rgba(19,25,36,.16)}.product-visual-color .keyfob-hole{width:28px;height:28px;left:calc(50% - 14px);top:13px;border-radius:50%;background:#eef1f5;box-shadow:inset 0 0 0 3px #797e8861}.product-visual-color .keyfob-center{width:98px;height:98px;left:calc(50% - 49px);top:50px;border-radius:50%;background:#ffffff14;box-shadow:inset 0 0 0 2px #13192429}.product-visual-color.is-black .keyfob-body{background:linear-gradient(180deg,#2a2a2d,#141416)}.product-visual-color.is-white .keyfob-body{background:linear-gradient(180deg,#fff,#edf1f6)}.product-visual-color.is-white .keyfob-hole,.product-visual-color.is-white .keyfob-center{background:#ffffffb3}.product-visual-color.is-blue .keyfob-body{background:linear-gradient(180deg,#3b7df0,#275fc2)}.product-visual-color.is-red .keyfob-body{background:linear-gradient(180deg,#ff3535,#e11d20)}.product-visual-color.is-green .keyfob-body{background:linear-gradient(180deg,#20b450,#10923d)}.product-visual-color.is-yellow .keyfob-body{background:linear-gradient(180deg,#ffd33f,#efb90f)}.product-visual-color.is-gray .keyfob-body{background:linear-gradient(180deg,#cfd3d8,#aeb4bc)}.product-visual-bulk:before{width:110px;height:150px;background:#111;left:28px;top:34px;border-radius:16px;animation:bulkCardFloat 6.2s ease-in-out infinite;z-index:1}.product-visual-bulk:after{width:82px;height:82px;background:var(--logo-gradient);right:26px;top:42px;border-radius:50%;animation:tagSpin 13s linear infinite;z-index:1}.product-visual-bulk span{width:130px;height:20px;background:#e8e8ed;right:18px;bottom:34px;border-radius:16px;z-index:1}.option-top{display:flex;justify-content:space-between;gap:16px;align-items:baseline}.option-list{margin:16px 0 22px;padding-left:20px}.variant-section{margin:8px 0 18px}.variant-label{margin:0 0 10px;font-size:.9rem;font-weight:600}.variant-grid{display:flex;flex-wrap:wrap;gap:10px}.variant-chip{min-height:40px;display:inline-flex;align-items:center;gap:10px;padding:0 14px;border-radius:999px;border:1px solid var(--line);background:#ffffffeb;cursor:pointer}.variant-chip.is-active{border-color:#0071e347;box-shadow:0 10px 24px #0071e314}.swatch{width:16px;height:16px;border-radius:50%;border:1px solid rgba(29,29,31,.12)}.swatch-black{background:#111}.swatch-white{background:#fff}.swatch-blue{background:#2f80ed}.swatch-red{background:#eb5757}.swatch-green{background:#27ae60}.swatch-yellow{background:#f2c94c}.swatch-gray{background:#9aa1ad}.swatch-mixed{background:linear-gradient(135deg,#111,#fff 38%,#2f80ed 68%,#eb5757)}.product-action-row{display:flex;flex-wrap:wrap;gap:12px}.selected-price,.option-price strong{display:block;font-size:2.2rem;line-height:1;letter-spacing:-.06em}.paypal-shell{margin-top:14px}.coming-soon-panel{margin-top:22px;padding:18px;border-radius:20px;background:linear-gradient(180deg,#f8f9fc,#fff);border:1px solid var(--line)}.coming-soon-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#0071e314;color:var(--accent-dark);font-weight:700;font-size:.86rem;letter-spacing:.03em;text-transform:uppercase}.cart-list{display:grid;gap:12px;margin:18px 0 22px}.cart-item{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-top:1px solid var(--line)}.cart-item:first-child{border-top:0;padding-top:0}.cart-item-copy{min-width:0}.cart-item p,.cart-item-meta{margin:6px 0 0;color:var(--muted)}.cart-item-controls{display:flex;align-items:flex-start;gap:12px}.cart-item-meta{display:grid;justify-items:end;gap:4px;font-size:.92rem}.cart-remove{width:28px;height:28px;display:inline-grid;place-items:center;border-radius:50%;background:#f1f2f5;color:#8a8d95;font-size:1.15rem;line-height:1;cursor:pointer}.cart-remove:hover,.cart-remove:focus-visible{background:#e5e7ec;color:#5a5f69}.cart-total{margin:14px 0 0;font-weight:700;color:var(--text)}.comparison-layout,.faq-layout,.dashboard-layout{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:start}.dashboard-sidebar{display:grid;gap:22px}.dashboard-tips-panel{position:relative;max-width:420px;padding:24px 22px 18px;border-radius:28px;background:radial-gradient(circle at top left,rgba(0,113,227,.12),transparent 34%),linear-gradient(180deg,#ffffffb3,#f7f9fd57);border:1px solid rgba(29,29,31,.08);box-shadow:inset 0 1px #ffffff7a;overflow:hidden}.dashboard-tips-panel:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:999px;background:var(--accent)}.dashboard-tips-panel h3{margin:0;font-size:clamp(2rem,4vw,2.8rem);line-height:1.02;letter-spacing:-.05em}.dashboard-tips-copy{margin:14px 0 0;color:var(--muted)}.dashboard-tip-list{margin:18px 0 0;padding-left:0;list-style:none;display:grid;gap:12px}.dashboard-tip-list li{position:relative;padding:14px 16px 14px 48px;border-radius:20px;background:#ffffffd1;border:1px solid rgba(29,29,31,.06);box-shadow:0 10px 24px #0f11170a}.dashboard-tip-list li:before{content:"";position:absolute;left:16px;top:50%;width:18px;height:18px;border-radius:50%;background:linear-gradient(180deg,#0a84ff,#0057d8);box-shadow:0 6px 12px #0071e333;transform:translateY(-50%)}.dashboard-tip-list li:after{content:"";position:absolute;left:22px;top:50%;width:6px;height:6px;border-radius:50%;background:#fff;transform:translateY(-50%)}.how-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:22px}.how-story-card{min-height:100%}.how-story-card-minimal{background:transparent;border:0;box-shadow:none;padding:0;align-self:start}.how-page-intro{max-width:880px;margin-bottom:12px}.how-page-title{margin:0;font-size:clamp(2.8rem,7vw,5rem);line-height:.94;letter-spacing:-.07em}.how-page-lead{max-width:48rem;margin-top:14px}.how-visual-stage{background:linear-gradient(180deg,#fff,#f5f7fb);border-radius:var(--radius-xl);border:1px solid var(--line);box-shadow:var(--shadow-lg);padding:28px}.how-summary-card,.how-final-cta{padding:34px}.tap-scene{position:relative;min-height:450px;border-radius:24px;overflow:hidden;background:radial-gradient(circle at top left,rgba(0,113,227,.12),transparent 24%),linear-gradient(180deg,#fdfdff,#edf2f8)}.tap-scene-card,.tap-scene-phone,.tap-ring{position:absolute}.tap-scene-card{width:200px;height:126px;left:-42px;top:-4px;border-radius:18px;background:linear-gradient(160deg,#0f1117,#1f2230);box-shadow:0 24px 44px #0f111733;transform:rotate(-17deg);padding:16px;z-index:1}.tap-scene-card-mark{display:block;width:52px;height:52px;border-radius:16px;background:var(--logo-gradient)}.tap-scene-card-text{position:absolute;left:16px;bottom:18px;color:#ffffffe0;font-size:.84rem;font-weight:700}.tap-scene-phone{width:290px;height:470px;right:26px;top:24px;border-radius:38px;background:linear-gradient(180deg,#0b0d12,#1a1e29 38%,#303748);padding:10px;box-shadow:0 34px 64px #0e121f3d,inset 0 1px #ffffff0f;border:1px solid rgba(255,255,255,.08);z-index:3}.tap-scene-phone-top{height:14px;display:grid;place-items:center}.tap-scene-notch{width:98px;height:18px;border-radius:999px;background:linear-gradient(180deg,#ffffff1a,#00000059);box-shadow:inset 0 -1px #ffffff0d}.tap-scene-screen{height:calc(100% - 14px);border-radius:30px;background:radial-gradient(circle at top right,#ffffffbd,#fff0 32%),linear-gradient(180deg,#fbfbfd,#f1f3f8);padding:14px 16px 18px;position:relative;overflow:hidden}.tap-phone-statusbar,.how-mini-statusbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;font-size:.78rem;font-weight:700;color:#151720}.tap-phone-status-icons{display:inline-flex;align-items:center;gap:6px}.tap-signal-bars,.tap-wifi-icon,.tap-battery-icon{display:inline-block;position:relative}.tap-signal-bars{width:14px;height:10px;background:linear-gradient(180deg,transparent 52%,#151720 52%) 0 0 / 3px 100% no-repeat,linear-gradient(180deg,transparent 36%,#151720 36%) 4px 0 / 3px 100% no-repeat,linear-gradient(180deg,transparent 18%,#151720 18%) 8px 0 / 3px 100% no-repeat,linear-gradient(180deg,#151720 0,#151720) 12px 0 / 2px 100% no-repeat}.tap-wifi-icon{width:14px;height:10px;border-top:2px solid #151720;border-left:2px solid transparent;border-right:2px solid transparent;border-radius:50%}.tap-wifi-icon:before{content:"";position:absolute;width:8px;height:6px;left:1px;top:2px;border-top:2px solid #151720;border-left:2px solid transparent;border-right:2px solid transparent;border-radius:50%}.tap-battery-icon{width:18px;height:10px;border:1.8px solid #151720;border-radius:3px}.tap-battery-icon:before{content:"";position:absolute;width:11px;height:6px;left:2px;top:1px;border-radius:2px;background:#151720}.tap-battery-icon:after{content:"";position:absolute;width:2px;height:4px;right:-4px;top:2px;border-radius:0 2px 2px 0;background:#151720}.tap-phone-side-button{position:absolute;left:-3px;width:4px;border-radius:4px 0 0 4px;background:linear-gradient(180deg,#5d6677,#202632);box-shadow:-1px 0 #ffffff0a}.tap-phone-side-button-top{top:88px;height:30px}.tap-phone-side-button-mid{top:136px;height:48px}.tap-phone-side-button-bottom{top:194px;height:48px}.tap-profile-header{display:grid;grid-template-columns:74px minmax(0,1fr);gap:14px;align-items:center;margin-bottom:18px}.tap-avatar,.how-mini-photo{border-radius:22px;background:linear-gradient(135deg,#d0d7e3,#f6f7fb);position:relative;overflow:hidden}.tap-avatar{width:74px;height:74px}.tap-avatar img,.how-mini-photo img{width:100%;height:100%;object-fit:cover}.tap-business{margin:0 0 6px;font-size:.72rem;font-weight:800;letter-spacing:.08em;color:#7c7d84}.tap-profile-header h3,.how-mini-card h4{margin:0;font-size:1.5rem;line-height:.98;letter-spacing:-.05em}.tap-title{margin:8px 0 0;color:var(--muted);font-size:.96rem}.tap-action-panel{margin-top:14px;padding:16px;border-radius:24px;background:#fff;border:1px solid rgba(29,29,31,.06);box-shadow:0 14px 30px #0f11170f}.tap-action-panel strong{display:block;font-size:1.05rem;letter-spacing:-.03em}.tap-action-buttons,.how-mini-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.tap-action-buttons span,.how-mini-links span{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;background:#f5f6f9;border:1px solid rgba(29,29,31,.08);font-weight:600;color:#41444f}.tap-action-panel-soft p{margin:10px 0 0;color:var(--muted)}.tap-home-indicator{width:112px;height:5px;margin:16px auto 0;border-radius:999px;background:#15172029}.tap-ring{border:2px solid rgba(0,113,227,.28);border-radius:50%;pointer-events:none}.tap-ring-one{width:120px;height:120px;left:58px;top:-10px;z-index:4}.tap-ring-two{width:164px;height:164px;left:36px;top:-32px;z-index:4}.walkthrough-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.walkthrough-card{padding:26px;background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--line);box-shadow:var(--shadow-lg)}.walkthrough-number{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#0071e314;color:var(--accent-dark);font-weight:700;font-size:.84rem;letter-spacing:.06em}.walkthrough-card h3{margin:16px 0 8px;font-size:1.55rem;line-height:1.04;letter-spacing:-.04em}.walkthrough-card p{margin:0;color:var(--muted)}.how-example-shell{display:grid;grid-template-columns:minmax(260px,.95fr) minmax(300px,1.05fr);gap:22px;padding:34px;background:linear-gradient(180deg,#fff,#f5f7fb);border-radius:var(--radius-xl);border:1px solid var(--line);box-shadow:var(--shadow-lg)}.how-example-preview{display:grid;place-items:center}.how-mini-phone{width:280px;max-width:100%;padding:10px;border-radius:34px;background:linear-gradient(180deg,#0d1016,#1e2430 40%,#2d3545);box-shadow:0 28px 54px #0e121f33,inset 0 1px #ffffff0f;border:1px solid rgba(255,255,255,.06)}.how-mini-phone-screen{border-radius:26px;background:radial-gradient(circle at top right,#ffffffbd,#fff0 30%),linear-gradient(180deg,#fafafd,#f0f2f7);padding:12px 16px 16px}.how-mini-card{padding:16px;border-radius:24px;background:#fff;border:1px solid rgba(29,29,31,.06);box-shadow:0 12px 26px #0f11170f}.how-mini-photo{width:72px;height:72px;margin-bottom:14px}.how-mini-home-indicator{margin-top:14px}.process-band-shell{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:18px;background:linear-gradient(180deg,#fff,#f8f9fc)}.process-band-copy h3,.business-hero-card h2,.business-hero-card h3,.split-feature-panel h3{margin:0;font-size:clamp(1.9rem,4vw,3rem);line-height:1.02;letter-spacing:-.05em}.process-band-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.process-metric-card{padding:18px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line)}.process-metric-card strong{display:block;margin-bottom:8px;font-size:1rem}.process-metric-card p{margin:0;color:var(--muted)}.trust-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.trust-pill{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:linear-gradient(180deg,#f8f9fc,#fff);border:1px solid var(--line);color:#3f3f46;font-weight:600;font-size:.92rem}.how-step-card{min-height:100%}.compact-list{margin-top:14px;margin-bottom:0}.comparison-row{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:16px;padding:18px 22px;border-bottom:1px solid var(--line)}.comparison-head{font-weight:700;background:#fbfbfd}.comparison-note-large{padding:34px}.comparison-table-soft{background:linear-gradient(180deg,#fff,#f7f8fb)}.split-feature{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.split-feature-dark{color:#f7f8fc;background:linear-gradient(160deg,#0f1117,#1c2231)}.split-feature-dark .eyebrow,.split-feature-dark p,.split-feature-dark li{color:#f7f8fcc2}.timeline-mini{display:grid;gap:16px;margin-top:18px}.timeline-mini-item{display:grid;grid-template-columns:40px minmax(0,1fr);gap:14px;align-items:start}.timeline-mini-item span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#0071e31a;color:var(--accent-dark);font-weight:700}.split-feature-dark .timeline-mini-item span{background:#ffffff1f;color:#fff}.timeline-mini-item strong{display:block;font-size:1rem}.timeline-mini-item p{margin:6px 0 0;color:var(--muted)}.split-feature-dark .timeline-mini-item p{color:#f7f8fcb8}.product-summary-card{background:linear-gradient(180deg,#fff,#fafafd)}.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-product-card{display:grid;gap:16px}.home-product-card-visual{min-height:230px}.home-product-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.home-page-cta{max-width:760px;margin-inline:auto;padding:10px 4px 4px;text-align:center}.home-page-cta h3{margin:0;font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.02;letter-spacing:-.05em}.home-page-cta p:last-of-type{margin:14px auto 0;max-width:42rem;color:var(--muted)}.home-page-cta .hero-actions{justify-content:center;margin-top:22px}.home-faq-preview details,.faq-list details{transition:transform .18s ease,box-shadow .18s ease}.home-faq-preview details:hover,.faq-list details:hover{transform:translateY(-2px);box-shadow:0 14px 34px #00000014}.cta-panel-strong{background:linear-gradient(180deg,#fff,#f4f7fc)}.business-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:22px}.business-hero-primary{background:linear-gradient(180deg,#fff,#f7f8fb)}.business-hero-secondary{background:linear-gradient(160deg,#0f1117,#1d2433);color:#f7f8fc}.business-hero-secondary .eyebrow,.business-hero-secondary li,.business-hero-secondary p{color:#f7f8fcc2}.faq-list{display:grid;gap:14px}summary{cursor:pointer;font-weight:600}.auth-section,.card-page{display:grid;place-items:center;min-height:60vh}.auth-panel,.public-card-shell{width:min(760px,100%)}.auth-form,.dashboard-form{display:grid;gap:16px;margin-top:24px}.dashboard-form{grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:grid;gap:8px}.field span{font-size:.9rem;font-weight:600}.field-full{grid-column:1 / -1}.upload-field input{padding:10px 0;border:0;background:transparent}.custom-link-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.checkbox-row{display:flex;align-items:center;gap:10px}.checkbox-row input{width:auto}.public-card-shell{background:linear-gradient(180deg,#fff,#f7f7fa)}.public-card-hero{display:grid;grid-template-columns:180px minmax(0,1fr);gap:24px;align-items:center}.public-card-photo{width:180px;height:180px;border-radius:32px;background:linear-gradient(135deg,#111,#35353d);color:#fff;display:grid;place-items:center;overflow:hidden;font-size:3rem;font-weight:700}.public-card-photo img{width:100%;height:100%;object-fit:cover}.public-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:28px}.page-title{margin:0;font-size:clamp(2.8rem,7vw,5.4rem);line-height:.94;letter-spacing:-.07em}.page-lead{margin:10px 0 0;font-size:1.12rem;color:var(--muted)}.empty-state{min-height:40vh;display:grid;place-items:center;text-align:center;gap:14px}.site-footer{margin-top:28px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-links{display:flex;flex-wrap:wrap;gap:16px}.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes tagSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes cardFloat{0%,to{transform:translate(-50%,-50%) rotate(-6deg)}50%{transform:translate(-50%,-54%) rotate(-2deg)}}@keyframes bulkCardFloat{0%,to{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-6px) rotate(-1deg)}}@keyframes keyfobFloat{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-5px)}}@keyframes cardShowcaseSpin{0%{transform:translate(-50%,-50%) perspective(1150px) rotateX(12deg) rotate(46deg) rotateY(0)}25%{transform:translate(-50%,-50%) perspective(1150px) rotateX(12deg) rotate(46deg) rotateY(90deg)}50%{transform:translate(-50%,-50%) perspective(1150px) rotateX(12deg) rotate(46deg) rotateY(180deg)}75%{transform:translate(-50%,-50%) perspective(1150px) rotateX(12deg) rotate(46deg) rotateY(270deg)}to{transform:translate(-50%,-50%) perspective(1150px) rotateX(12deg) rotate(46deg) rotateY(360deg)}}@keyframes keyfobShowcaseSpin{0%,to{transform:translate(-50%) rotate(-10deg) translateY(0)}50%{transform:translate(-50%) rotate(10deg) translateY(-4px)}}.debug-panel{margin-top:18px;padding:18px;border-radius:18px;background:#f7f8fb;border:1px solid var(--line)}.debug-panel h3{margin:0 0 12px;font-size:1rem}.debug-panel p{margin:0 0 8px;font-size:.92rem;word-break:break-word}@media(max-width:1080px){.hero-showcase,.comparison-layout,.faq-layout,.dashboard-layout,.how-hero-grid,.home-hero,.business-hero-grid,.split-feature,.walkthrough-grid,.how-example-shell,.public-card-grid,.public-card-hero,.hero-stat-row,.process-band-metrics,.process-band-shell,.product-option,.page-links-grid,.info-grid,.steps-grid{grid-template-columns:1fr}}@media(max-width:860px){.page-shell{width:min(var(--max-width),calc(100% - 20px))}.nav-toggle{display:inline-flex;margin-left:auto}.site-nav{display:none;width:100%;flex-direction:column;align-items:flex-start;gap:8px;margin-top:10px;padding:10px;border-radius:24px}.site-nav a{width:100%;justify-content:flex-start;padding:0 16px}.site-nav.is-open{display:flex}.header-cta{display:none}.nav-shell{flex-wrap:wrap;padding:10px 0}.hero-intro,.category-row,.dashboard-form{grid-template-columns:1fr}.hero-card-stack{min-height:280px}.hero-product-shelf{min-height:260px}.hero-product-primary{width:210px}.hero-product-secondary{width:232px}.tap-scene{min-height:520px}.tap-scene-card{left:calc(50% - 214px);top:0;transform:rotate(-17deg)}.tap-scene-phone{left:50%;right:auto;top:30px;transform:translate(-50%)}.tap-ring-one{left:calc(50% - 88px);top:4px}.tap-ring-two{left:calc(50% - 110px);top:-18px}.hero-physical-card{width:240px;height:152px}.hero-screen-card{margin-top:8px;max-width:none}.intro-side{justify-self:start;text-align:left}.custom-link-row{grid-template-columns:1fr}.shop-cart-message{align-items:flex-start;flex-direction:column}}@media(max-width:640px){.hero-copy,.order-panel,.info-card,.step-card,.faq-support,.contact-card,.site-footer,.auth-panel,.dashboard-panel,.dashboard-sidebar,.public-card-shell,.home-hero-copy,.business-hero-card,.split-feature-panel,.process-band-shell{padding:22px}.site-footer{flex-direction:column;align-items:flex-start}.hero-stat-row,.category-row{gap:10px}.hero-product-shelf{min-height:238px}.hero-product-primary{width:170px}.hero-product-secondary{width:190px;right:0;bottom:0}.home-product-preview{min-height:188px}.home-product-card-footer{flex-direction:column;align-items:flex-start}.cart-launcher{right:14px;bottom:14px;min-height:52px;padding:0 12px 0 14px}.cart-drawer{width:100vw;padding:18px}.how-visual-stage,.how-example-shell,.walkthrough-card{padding:22px}.tap-scene{min-height:470px}.tap-scene-phone{width:250px;height:430px}.tap-scene-card{width:174px;height:110px;top:6px;left:calc(50% - 182px);transform:rotate(-17deg)}}
