*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:var(--shop-bg);color:var(--shop-text);min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:16px;line-height:1.5}img{max-width:100%;height:auto;display:block}button{font:inherit;cursor:pointer}a{color:var(--shop-accent);text-decoration:none}a:hover{text-decoration:underline}code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.shop-shell{flex-direction:column;min-height:100dvh;display:flex}.shop-container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.shop-hero{border-bottom:1px solid var(--shop-border);padding:3rem 0 2.5rem;position:relative;overflow:hidden}.shop-hero-bg{background:radial-gradient(circle at 20% 0%, var(--shop-accent-soft), transparent 50%), radial-gradient(circle at 80% 100%, var(--shop-accent-soft), transparent 60%), var(--shop-surface);z-index:0;position:absolute;inset:0}.shop-hero-inner{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:.4rem;display:flex;position:relative}.shop-hero-avatar{background:var(--shop-accent);width:72px;height:72px;color:var(--shop-accent-text);box-shadow:0 8px 24px var(--shop-accent-soft);border-radius:18px;justify-content:center;align-items:center;margin-bottom:.6rem;font-size:2rem;font-weight:800;display:flex}.shop-hero-name{letter-spacing:-.02em;color:var(--shop-text);margin:0;font-size:clamp(1.7rem,4vw,2.4rem);font-weight:800;line-height:1.1}.shop-hero-business{color:var(--shop-text-muted);text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.92rem;font-weight:600}.shop-hero-welcome{color:var(--shop-text-muted);max-width:38rem;margin:.85rem 0 0;font-size:1rem;line-height:1.55}.shop-hero-contact{background:var(--shop-surface-soft);color:var(--shop-text);border:1px solid var(--shop-border);border-radius:999px;align-items:center;gap:.45rem;margin-top:1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .15s,background .15s;display:inline-flex}.shop-hero-contact:hover{border-color:var(--shop-accent);background:var(--shop-accent-soft);text-decoration:none}.shop-hero-contact svg{width:16px;height:16px;color:var(--shop-accent)}.shop-announce{z-index:1;background:var(--shop-accent-soft);max-width:38rem;color:var(--shop-text);border:1px solid var(--shop-accent-border);border-radius:12px;align-items:flex-start;gap:.6rem;margin:1.5rem auto 0;padding:.75rem 1rem;display:flex;position:relative}.shop-announce-icon{width:18px;height:18px;color:var(--shop-accent);flex-shrink:0;margin-top:1px}.shop-announce-text{flex:1;font-size:.92rem;line-height:1.5}.shop-announce-close{color:var(--shop-text-muted);cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:0;font-size:1.2rem;line-height:1}.shop-announce-close:hover{color:var(--shop-text)}.shop-products-section{padding:1.25rem 0 2rem}.shop-product-group{margin-bottom:1.5rem}.shop-product-group-title{color:var(--shop-text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .6rem;font-size:.95rem;font-weight:600}.shop-package-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;display:grid}.shop-package-card{background:var(--shop-surface);border:1px solid var(--shop-border);text-align:left;width:100%;color:var(--shop-text);border-radius:.6rem;flex-direction:column;align-items:flex-start;gap:.4rem;padding:1rem;font-family:inherit;transition:border-color .15s;display:flex}.shop-package-card:hover{border-color:var(--shop-accent)}.shop-package-name{font-size:1.05rem;font-weight:600}.shop-package-price{color:var(--shop-accent);font-size:1.4rem;font-weight:700}.shop-package-cta{background:var(--shop-accent);color:var(--shop-accent-text);border:0;border-radius:.4rem;margin-top:.4rem;padding:.5rem .9rem;font-size:.9rem;font-weight:600}.shop-card{background:var(--shop-surface);border:1px solid var(--shop-border);border-radius:.6rem;margin:1rem 0;padding:1.25rem}.shop-card-title{margin:0 0 .4rem;font-size:1.15rem;font-weight:600}.shop-card-desc{color:var(--shop-text-muted);margin:0 0 1rem;font-size:.92rem}.shop-field{flex-direction:column;gap:.3rem;margin-bottom:.85rem;display:flex}.shop-field-label{color:var(--shop-text-muted);font-size:.85rem;font-weight:500}.shop-input{background:var(--shop-bg);color:var(--shop-text);border:1px solid var(--shop-border);border-radius:.4rem;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:1rem}.shop-input:focus{border-color:var(--shop-accent);outline:none}.shop-button{background:var(--shop-accent);color:var(--shop-accent-text);cursor:pointer;width:100%;box-shadow:0 8px 20px color-mix(in srgb, var(--shop-accent) 28%, transparent);border:0;border-radius:12px;justify-content:center;align-items:center;gap:.4rem;padding:.75rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:transform .15s,box-shadow .15s,filter .15s,opacity .15s;display:inline-flex}.shop-button:hover:not(:disabled){filter:brightness(1.05);box-shadow:0 12px 26px color-mix(in srgb, var(--shop-accent) 40%, transparent);transform:translateY(-1px)}.shop-button:active:not(:disabled){box-shadow:0 6px 14px color-mix(in srgb, var(--shop-accent) 22%, transparent);transform:translateY(0)}.shop-button:focus-visible{outline:2px solid var(--shop-accent);outline-offset:2px}.shop-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.shop-button-inline{width:auto;min-width:200px;max-width:280px;margin-left:auto;margin-right:auto;display:flex}.shop-button-ghost{color:var(--shop-text);border:1px solid var(--shop-border);box-shadow:none;background:0 0}.shop-button-ghost:hover:not(:disabled){background:var(--shop-surface-soft);border-color:var(--shop-accent);color:var(--shop-accent);filter:none;box-shadow:none}.shop-error{color:#fca5a5;background:#dc26261f;border:1px solid #dc262666;border-radius:.4rem;margin:.6rem 0;padding:.6rem .8rem;font-size:.92rem}.shop-success-banner{color:#86efac;background:#22c55e1f;border:1px solid #22c55e66;border-radius:.4rem;margin:.6rem 0;padding:.6rem .8rem;font-size:.92rem}.shop-footer{border-top:1px solid var(--shop-border);background:var(--shop-surface);margin-top:auto;padding:1.5rem 0}.shop-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.shop-footer-brand{flex-direction:column;gap:.15rem;display:flex}.shop-footer-name{color:var(--shop-text);font-size:.95rem;font-weight:700}.shop-footer-tag{color:var(--shop-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem}.shop-footer-meta{color:var(--shop-text-muted);flex-wrap:wrap;align-items:center;gap:1rem;font-size:.85rem;display:flex}.shop-footer-link{color:var(--shop-text);align-items:center;gap:.4rem;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex}.shop-footer-link:hover{color:var(--shop-accent);text-decoration:none}.shop-footer-link svg{width:14px;height:14px;color:var(--shop-accent)}.shop-footer-copy{font-size:.78rem}.shop-footer-credit{color:var(--shop-text-muted);margin-left:auto;font-size:.75rem}.shop-footer-credit a{color:var(--shop-text);font-weight:600;text-decoration:none;transition:color .15s}.shop-footer-credit a:hover{color:var(--shop-accent)}@media (width<=640px){.shop-footer-inner{text-align:left;flex-direction:column;align-items:flex-start}.shop-footer-meta{justify-content:space-between;width:100%}}.shop-message-page{text-align:center;color:var(--shop-text);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.shop-message-icon{width:80px;height:80px;color:var(--shop-text-muted);margin-bottom:1rem}.shop-message-title{margin:0 0 .4rem;font-size:1.5rem;font-weight:600}.shop-message-body{color:var(--shop-text-muted);max-width:28rem;margin:0}.shop-spinner{vertical-align:-.15em;border:2px solid;border-right-color:#0000;border-radius:50%;width:1em;height:1em;animation:.6s linear infinite shop-spin;display:inline-block}@keyframes shop-spin{to{transform:rotate(360deg)}}@media (width<=480px){.shop-name{font-size:1.5rem}.shop-package-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.shop-card{padding:1rem}}.shop-product-tabs{scrollbar-width:none;justify-content:safe center;gap:.6rem;margin-bottom:1.25rem;padding:0 .25rem .25rem;display:flex;overflow-x:auto}.shop-product-tabs::-webkit-scrollbar{display:none}.shop-product-tab{white-space:nowrap;background:var(--sptab-bg,var(--shop-surface));color:var(--sptab-text,var(--shop-text));cursor:pointer;opacity:.55;border:none;border-radius:999px;padding:.55rem 1.3rem;font-size:.92rem;font-weight:700;transition:opacity .15s,transform .15s,box-shadow .15s}.shop-product-tab.is-active{opacity:1;transform:translateY(-1px);box-shadow:0 4px 16px #00000040}.shop-product-tab:hover:not(.is-active){opacity:.8}.shop-pkg-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.shop-pkg-card{background:var(--spkg-bg,var(--shop-surface));color:var(--spkg-text,var(--shop-text));cursor:pointer;text-align:left;border:none;border-radius:14px;flex-direction:column;width:100%;padding:0;font-family:inherit;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden;box-shadow:0 4px 16px #0006}.shop-pkg-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000080}.shop-pkg-card-body{flex:1;justify-content:center;align-items:center;min-height:210px;padding:1rem;display:flex;position:relative}.shop-pkg-badge{letter-spacing:.03em;color:inherit;border:2px solid #0003;border-radius:999px;padding:.22rem .72rem;font-size:.73rem;font-weight:800;position:absolute;top:.75rem;left:.75rem}.shop-pkg-label{letter-spacing:-.03em;color:inherit;font-size:clamp(2rem,4.5vw,2.9rem);font-weight:900;line-height:1}.shop-pkg-price-bar{background:var(--spkg-bar,#1c1c1c);flex-direction:column;align-items:flex-start;gap:.1rem;padding:.7rem .85rem;display:flex}.shop-pkg-price{color:var(--spkg-bar-text,#fff);font-size:.95rem;font-weight:700}.shop-pkg-price-label{color:#ffffff8c;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:500}@media (width>=641px) and (width<=1024px){.shop-pkg-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.shop-pkg-grid{grid-template-columns:1fr;gap:.75rem}.shop-pkg-card-body{min-height:190px}}.shop-checkout-page{flex:1;justify-content:center;align-items:flex-start;padding:2rem 1rem;display:flex}.shop-checkout-back{color:var(--shop-text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;margin-bottom:1rem;padding:0;font-size:.88rem;font-weight:600;transition:color .15s;display:inline-flex}.shop-checkout-back:hover{color:var(--shop-accent)}.shop-turnstile{justify-content:center;margin:.75rem 0;display:flex}.shop-callback-details{background:var(--shop-surface);border:1px solid var(--shop-border);border-radius:12px;flex-direction:column;gap:.6rem;width:100%;max-width:320px;margin-top:1.5rem;padding:1rem 1.25rem;display:flex}.shop-callback-row{justify-content:space-between;align-items:center;gap:1rem;font-size:.9rem;display:flex}.shop-callback-row span{color:var(--shop-text-muted)}.shop-callback-row strong{color:var(--shop-text)}.shop-check-status-row{justify-content:center;margin-bottom:1.5rem;display:flex}.shop-check-status-link{border:1px solid var(--shop-border);color:var(--shop-text-muted);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:border-color .15s,color .15s;display:inline-flex}.shop-check-status-link:hover{border-color:var(--shop-accent);color:var(--shop-accent)}.shop-check-status-link svg{width:16px;height:16px}.shop-status-backdrop{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.shop-status-modal{background:var(--shop-surface);border:1px solid var(--shop-border);border-radius:14px;width:100%;max-width:460px;max-height:90vh;padding:1.5rem;overflow-y:auto;box-shadow:0 20px 50px #00000080}.shop-status-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.shop-status-title{color:var(--shop-text);margin:0;font-size:1.15rem;font-weight:700}.shop-status-close{color:var(--shop-text-muted);cursor:pointer;background:0 0;border:0;width:32px;height:32px;padding:0;font-size:1.6rem;line-height:1}.shop-status-close:hover{color:var(--shop-text)}.shop-status-form{flex-direction:column;gap:.5rem;display:flex}.shop-status-hint{color:var(--shop-text-muted);margin:.3rem 0 0;font-size:.78rem}.shop-status-result{border-top:1px solid var(--shop-border);margin-top:1.5rem;padding-top:1.25rem}.shop-status-badge{border-radius:999px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.82rem;font-weight:700;display:inline-block}.shop-status-badge-success{color:#86efac;background:#22c55e26;border:1px solid #22c55e66}.shop-status-badge-warn{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b66}.shop-status-badge-danger{color:#fca5a5;background:#dc262626;border:1px solid #dc262666}.shop-status-badge-muted{background:var(--shop-surface-soft);color:var(--shop-text-muted);border:1px solid var(--shop-border)}.shop-status-rows{flex-direction:column;gap:.5rem;display:flex}.shop-status-row{border-bottom:1px solid var(--shop-border);justify-content:space-between;align-items:center;gap:1rem;padding:.5rem 0;font-size:.9rem;display:flex}.shop-status-row:last-child{border-bottom:0}.shop-status-row span{color:var(--shop-text-muted)}.shop-status-row strong{color:var(--shop-text);text-align:right}.shop-root-page{flex:1;justify-content:center;align-items:center;min-height:calc(100dvh - 4rem);padding:2rem 1rem;display:flex}.shop-root-card{background:var(--shop-surface);border:1px solid var(--shop-border);border-radius:18px;width:100%;max-width:520px;padding:2.5rem 2.25rem;box-shadow:0 20px 50px #00000059}.shop-root-icon{background:var(--shop-accent-soft);width:72px;height:72px;color:var(--shop-accent);border-radius:18px;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.shop-root-icon svg{width:40px;height:40px}.shop-root-title{letter-spacing:-.01em;color:var(--shop-text);text-align:center;margin:0 0 .75rem;font-size:1.6rem;font-weight:800}.shop-root-title-icon{vertical-align:-.16em;width:1.05em;height:1.05em;color:var(--shop-accent);margin-left:.5rem;display:inline-block}.shop-root-body{color:var(--shop-text-muted);text-align:center;margin:0 0 1.25rem;font-size:.98rem;line-height:1.65}.shop-root-divider{background:var(--shop-border);height:1px;margin:1.5rem -2.25rem}.shop-root-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--shop-accent);margin:0 0 .4rem;font-size:.78rem;font-weight:700}.shop-root-section-body{color:var(--shop-text-muted);margin:0;font-size:.92rem;line-height:1.6}.shop-root-inline-code{background:var(--shop-surface-soft);border:1px solid var(--shop-border);color:var(--shop-text);white-space:nowrap;border-radius:4px;padding:.1rem .4rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.86em}.shop-root-signoff{text-align:center;color:var(--shop-text-muted);margin:1.75rem 0 0;font-size:.88rem;font-style:italic}.shop-root-signoff-icon{vertical-align:-.18em;width:1em;height:1em;color:var(--shop-accent);margin-left:.4rem;display:inline-block}@media (width<=480px){.shop-root-card{padding:2rem 1.25rem}.shop-root-divider{margin-left:-1.25rem;margin-right:-1.25rem}.shop-root-icon{border-radius:14px;width:60px;height:60px}.shop-root-icon svg{width:32px;height:32px}.shop-root-title{font-size:1.35rem}}.shop-unavailable-icon{color:#f59e0b;background:#f59e0b1f;border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;display:flex}.shop-unavailable-icon svg{width:40px;height:40px}.shop-unavailable-list{color:var(--shop-text-muted);margin:0;padding-left:1.2rem;font-size:.92rem;line-height:1.7}.shop-unavailable-list li{padding-left:.25rem}:root,body.shop-theme-coral{--shop-bg:#0d0d22;--shop-surface:#141430;--shop-surface-soft:#1a1a3a;--shop-text:#f5f1e6;--shop-text-muted:#a8a4b8;--shop-border:#f5f1e61a;--shop-accent:#f07080;--shop-accent-text:#fff;--shop-accent-soft:#f070801f;--shop-accent-border:#f0708059}body.shop-theme-midnight{--shop-bg:#0a0e1a;--shop-surface:#0f1525;--shop-surface-soft:#161e34;--shop-text:#e2e8f0;--shop-text-muted:#94a3b8;--shop-border:#e2e8f01a;--shop-accent:#38bdf8;--shop-accent-text:#fff;--shop-accent-soft:#38bdf81f;--shop-accent-border:#38bdf859}body.shop-theme-emerald{--shop-bg:#0a1612;--shop-surface:#0f1f1a;--shop-surface-soft:#163026;--shop-text:#e7f5ee;--shop-text-muted:#93b3a6;--shop-border:#e7f5ee14;--shop-accent:#34d399;--shop-accent-text:#fff;--shop-accent-soft:#34d3991f;--shop-accent-border:#34d39959}body.shop-theme-sunset{--shop-bg:#1a0e1a;--shop-surface:#221523;--shop-surface-soft:#2c1d2e;--shop-text:#fdf2e0;--shop-text-muted:#b89db0;--shop-border:#fdf2e014;--shop-accent:#f59e0b;--shop-accent-text:#fff;--shop-accent-soft:#f59e0b24;--shop-accent-border:#f59e0b59}
