:root{--bg-primary: #000000;--bg-secondary: #0a0a0a;--bg-card: #111111;--bg-card-hover: #1a1a1a;--border-color: #1e1e1e;--border-gold: #c9a84c33;--gold: #c9a84c;--gold-light: #dbb85c;--gold-dark: #a8893f;--white: #ffffff;--gray-100: #e8e8e8;--gray-200: #c4c4c4;--gray-300: #9a9a9a;--gray-400: #6a6a6a;--text-primary: #ffffff;--text-secondary: #a0a0a0;--text-muted: #888888;--font-main: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow: 0 4px 24px rgba(0,0,0,.5);--transition: all .3s ease}:root[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f6f6f6;--bg-card: #f7f7f7;--bg-card-hover: #ededed;--border-color: #e1e1e1;--border-gold: #c9a84c66;--gold: #a8893f;--gold-light: #c9a84c;--gold-dark: #8a6f30;--white: #0a0a0a;--gray-100: #2a2a2a;--gray-200: #4a4a4a;--gray-300: #6a6a6a;--gray-400: #9a9a9a;--text-primary: #0a0a0a;--text-secondary: #4a4a4a;--text-muted: #6a6a6a;--shadow: 0 4px 24px rgba(0,0,0,.08)}:root[data-theme=light] .navbar{background:#ffffffeb;border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}:root[data-theme=light] .navbar.scrolled{background:#fffffff5}:root[data-theme=light] .mobile-menu{background:var(--bg-secondary);border:1px solid var(--border-color)}:root[data-theme=light] .mobile-menu-overlay{background:#0006}:root[data-theme=light] footer,:root[data-theme=light] .footer{background:var(--bg-secondary);border-top:1px solid var(--border-color)}:root[data-theme=light] .btn-primary{color:#fff}:root[data-theme=light] .btn-secondary{color:var(--text-primary);border-color:var(--border-color)}:root[data-theme=light] input,:root[data-theme=light] textarea,:root[data-theme=light] select{background:var(--bg-card);color:var(--text-primary);border-color:var(--border-color)}:root[data-theme=light] code,:root[data-theme=light] pre{background:var(--bg-card);color:var(--text-primary)}:root[data-theme=light] .admin-modal{background:var(--bg-card);color:var(--text-primary);border-color:var(--border-color)}:root[data-theme=light] hr{border-color:var(--border-color)}.theme-toggle{background:transparent;border:1px solid var(--border-color);color:var(--text-primary);width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);font-size:16px;margin-right:4px;position:relative}.theme-toggle:hover{border-color:var(--gold);color:var(--gold);transform:scale(1.05)}.theme-toggle:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.theme-toggle .icon-sun,.theme-toggle .icon-moon{position:absolute;transition:opacity .25s ease,transform .25s ease}.theme-toggle .icon-sun{opacity:0;transform:rotate(-90deg) scale(.6)}.theme-toggle .icon-moon{opacity:1;transform:rotate(0) scale(1)}:root[data-theme=light] .theme-toggle .icon-sun{opacity:1;transform:rotate(0) scale(1)}:root[data-theme=light] .theme-toggle .icon-moon{opacity:0;transform:rotate(90deg) scale(.6)}@media(max-width:768px){.theme-toggle{width:34px;height:34px;font-size:14px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden;max-width:100vw}body{font-family:var(--font-main);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden;max-width:100vw;position:relative}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1100px;margin:0 auto;padding:0 24px}.section{padding:100px 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:12px;letter-spacing:-.5px}.section-title.left{text-align:left}.section-subtitle{text-align:center;color:var(--text-secondary);max-width:560px;margin:0 auto 60px;font-size:.95rem}.gold{color:var(--gold)}.white{color:var(--white)}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius-md);font-family:var(--font-main);font-size:.9rem;font-weight:500;cursor:pointer;transition:var(--transition);border:none;white-space:nowrap}.btn-primary{background:var(--gold);color:#000}.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 4px 16px #c9a84c4d}.btn-outline{background:transparent;color:var(--white);border:1px solid var(--border-color)}.btn-sm{padding:10px 20px;font-size:.85rem}.btn-block{width:100%;justify-content:center}.navbar{position:fixed;top:var(--np-announce-offset, 0px);left:0;right:0;z-index:1000;background:#000000d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);transition:var(--transition)}.nav-container{max-width:1100px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo{display:flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:700;letter-spacing:1px}.logo-icon{width:28px;height:28px;object-fit:contain}.logo-nexus{color:var(--white)}.logo-pen{color:var(--gold)}.nav-links{display:flex;gap:32px}.nav-link{font-size:.85rem;color:var(--text-secondary);transition:var(--transition);font-weight:400}.nav-link:hover,.nav-link.active{color:var(--gold)}.nav-actions{display:flex;align-items:center;gap:16px}.cart-icon{color:var(--text-secondary);font-size:.9rem;transition:var(--transition);position:relative}.cart-icon:hover{color:var(--gold)}.cart-count{position:absolute;top:-8px;right:-8px;background:var(--gold);color:#000;font-size:.6rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;z-index:1001;position:relative}.mobile-toggle span{width:22px;height:2px;background:var(--white);transition:var(--transition)}.mobile-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu-close{position:absolute;top:20px;right:20px;background:none;border:none;color:#c9a84c;font-size:1.5rem;cursor:pointer;padding:8px}.mobile-menu{display:flex;flex-direction:column;padding:88px 24px 32px;gap:4px;border-left:1px solid var(--border-color);position:fixed;top:0;right:0;bottom:0;width:min(85vw,360px);height:100vh;height:100dvh;background:#000000f7;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);z-index:1100;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translate(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);visibility:hidden}.mobile-menu.open{transform:translate(0)!important;visibility:visible!important}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1050;opacity:0;visibility:hidden;transition:opacity .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:120px 24px 60px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 30% 50%,rgba(201,168,76,.04) 0%,transparent 60%),radial-gradient(ellipse at 70% 30%,rgba(201,168,76,.03) 0%,transparent 50%);pointer-events:none}.hero-content{max-width:1100px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:60px;position:relative;z-index:1}.hero-text{max-width:520px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#c9a84c1a;border:1px solid rgba(201,168,76,.2);padding:6px 16px;border-radius:50px;font-size:.8rem;color:var(--gold);margin-bottom:24px}.hero h1{font-size:clamp(2rem,5.5vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:20px;letter-spacing:-.5px;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.hero p{color:var(--text-secondary);font-size:.95rem;margin-bottom:32px;max-width:420px}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.hero-image{position:relative;width:420px;flex-shrink:0;display:flex;justify-content:center;align-items:center}.hero-pen-img{max-height:480px;max-width:100%;object-fit:contain;filter:drop-shadow(0 20px 60px rgba(0,0,0,.5)) drop-shadow(0 0 40px rgba(201,168,76,.12));position:relative;z-index:2}.hero-image img{max-height:480px;max-width:100%;object-fit:contain;position:relative;z-index:2}.pen-glow{position:absolute;width:200px;height:400px;background:radial-gradient(ellipse,rgba(201,168,76,.12) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.pen-placeholder{position:relative;z-index:2}.pen-body{width:36px;height:340px;display:flex;flex-direction:column;align-items:center;position:relative}.pen-top{width:20px;height:30px;background:linear-gradient(180deg,#8a8a8a,#555);border-radius:10px 10px 0 0}.pen-screen{width:36px;height:60px;background:linear-gradient(180deg,#1a1a2e,#0a0a1a);border:1px solid var(--gold);border-radius:4px;display:flex;align-items:center;justify-content:center;margin:4px 0;box-shadow:0 0 12px #c9a84c4d}.pen-screen span{font-size:6px;color:var(--gold);letter-spacing:1px;font-weight:700}.pen-grip{width:32px;height:180px;background:linear-gradient(180deg,#2a2a2a,#1a1a1a,#2a2a2a);border-radius:2px}.pen-tip{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:50px solid #c0c0c0;margin-top:2px}.scroll-indicator{position:absolute;bottom:30px;display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--text-muted);font-size:.75rem;animation:bounce 2s ease infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.features{background:var(--bg-secondary);position:relative}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:32px 28px;transition:all .4s cubic-bezier(.16,1,.3,1)}.feature-card:hover{border-color:#c9a84c40;transform:translateY(-6px);box-shadow:0 16px 48px #00000080,0 0 0 1px #c9a84c14;background:var(--bg-card-hover)}.feature-icon{width:48px;height:48px;background:#c9a84c1a;border:1px solid rgba(201,168,76,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.1rem;margin-bottom:18px;transition:all .3s ease}.feature-card:hover .feature-icon{background:#c9a84c26;border-color:#c9a84c59;transform:scale(1.08)}.feature-card h3{font-size:1.05rem;font-weight:600;margin-bottom:10px}.feature-card p{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.how-it-works{background:var(--bg-primary)}.steps-grid{display:flex;justify-content:center;gap:40px;margin-top:60px;position:relative}.step{text-align:center;position:relative;flex:1;max-width:280px}.step-number{font-size:5rem;font-weight:800;color:#c9a84c2e;display:block;margin-bottom:16px;line-height:1;letter-spacing:-2px}.step-line{position:absolute;top:40px;right:-28px;width:16px;height:2px;background:#c9a84c4d}.step:last-child .step-line{display:none}.step h3{font-size:1.1rem;font-weight:600;margin-bottom:10px}.step p{color:var(--text-secondary);font-size:.85rem}.specs{background:var(--bg-secondary)}.specs-header{text-align:center;margin-bottom:64px}.specs-subtitle{color:var(--text-secondary);font-size:1rem;margin-top:16px;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.7}.specs-bento{display:grid;grid-template-columns:1fr 280px 1fr;gap:32px;align-items:center}.specs-bento-left{display:flex;flex-direction:column;gap:12px}.spec-card{display:flex;align-items:center;gap:16px;padding:18px 20px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:all .35s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.spec-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-md);padding:1px;background:linear-gradient(135deg,#c9a84c00,#c9a84c00);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;transition:background .35s ease;pointer-events:none}.spec-card:hover:before{background:linear-gradient(135deg,#c9a84c80,#c9a84c1a)}.spec-card:hover{background:var(--bg-card-hover);transform:translate(4px)}.spec-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#c9a84c14;color:var(--gold);font-size:1rem;flex-shrink:0;transition:all .35s ease}.spec-card:hover .spec-icon{background:#c9a84c26;box-shadow:0 0 20px #c9a84c1a}.spec-info{display:flex;flex-direction:column;gap:2px}.spec-label{display:block;font-size:.6rem;color:var(--text-muted);letter-spacing:2px;text-transform:uppercase;font-weight:500}.spec-value{font-size:.95rem;font-weight:600;color:var(--white)}.specs-bento-center{display:flex;align-items:center;justify-content:center}.specs-pen-showcase{position:relative;display:flex;align-items:center;justify-content:center;padding:40px 0}.specs-pen-glow{position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.15) 0%,transparent 70%);filter:blur(40px);pointer-events:none;animation:specsPulse 4s ease-in-out infinite}@keyframes specsPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.specs-pen-showcase img{max-height:380px;max-width:100%;object-fit:contain;filter:drop-shadow(0 0 30px rgba(201,168,76,.12));transition:transform .6s cubic-bezier(.16,1,.3,1);position:relative;z-index:1;animation:specsFloat 5s ease-in-out infinite}@keyframes specsFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.specs-pen-showcase:hover img{transform:scale(1.04);filter:drop-shadow(0 0 50px rgba(201,168,76,.2))}.specs-bento-right{display:flex;align-items:center}.specs-features-card{background:var(--bg-card);border:1px solid rgba(201,168,76,.2);border-radius:var(--radius-lg);padding:36px 28px;width:100%;position:relative;overflow:hidden}.specs-features-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.5}.specs-features-title{font-size:1.15rem;font-weight:700;margin-bottom:28px;letter-spacing:-.01em}.specs-features-list{display:flex;flex-direction:column;gap:18px}.spec-feature-item{display:flex;align-items:center;gap:14px;font-size:.9rem;color:var(--text-secondary);transition:color .25s ease}.spec-feature-item:hover{color:var(--white)}.spec-feature-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#c9a84c1f;color:var(--gold);font-size:.6rem;flex-shrink:0}.shop{background:var(--bg-primary)}.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}.product-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:32px;position:relative;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .4s ease;transform-style:preserve-3d;perspective:1000px;overflow:hidden}.product-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(201,168,76,.08) 0%,transparent 60%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:0}.product-card:hover:before{opacity:1}.product-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-lg);padding:1px;background:linear-gradient(135deg,rgba(201,168,76,.4),transparent 40%,transparent 60%,rgba(201,168,76,.2));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease;pointer-events:none}.product-card:hover:after{opacity:1}.product-card>*{position:relative;z-index:1}.product-card:hover{border-color:var(--border-gold);transform:translateY(-2px)}.product-badge{position:absolute;top:20px;right:20px;z-index:5;padding:4px 12px;border-radius:50px;font-size:.7rem;font-weight:600}.product-badge.bestseller{background:var(--gold);color:#000}.product-badge.essential{background:#c9a84c26;color:var(--gold);border:1px solid rgba(201,168,76,.3)}.product-image{height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;overflow:hidden;border-radius:var(--radius-md, 12px);position:relative}.product-image img{max-height:190px;max-width:100%;object-fit:contain;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .4s ease}.product-card:hover .product-image img{transform:scale(1.08);filter:drop-shadow(0 0 20px rgba(201,168,76,.3))}.pen-mini{display:flex;justify-content:center}.pen-body-sm{width:24px;height:180px;display:flex;flex-direction:column;align-items:center;transform:rotate(-30deg)}.pen-top-sm{width:14px;height:20px;background:linear-gradient(180deg,#8a8a8a,#555);border-radius:7px 7px 0 0}.pen-screen-sm{width:24px;height:36px;background:linear-gradient(180deg,#1a1a2e,#0a0a1a);border:1px solid var(--gold);border-radius:3px;margin:2px 0;box-shadow:0 0 8px #c9a84c40}.pen-grip-sm{width:22px;height:90px;background:linear-gradient(180deg,#2a2a2a,#1a1a1a,#2a2a2a)}.pen-tip-sm{width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:30px solid #c0c0c0}.ink-icon{width:80px;height:80px;background:#c9a84c1a;border:1px solid rgba(201,168,76,.2);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center}.product-card h3{font-size:1.2rem;font-weight:600;margin-bottom:8px}.product-desc{color:var(--text-secondary);font-size:.82rem;margin-bottom:18px}.product-features{margin-bottom:24px}.product-features li{font-size:.82rem;color:var(--text-secondary);position:relative;padding:4px 0 4px 16px}.product-features li:before{content:"\2022";color:var(--gold);position:absolute;left:0}.product-footer{display:flex;align-items:center;justify-content:space-between;padding-top:20px;border-top:1px solid var(--border-color)}.product-launch-note{margin-top:12px;font-size:.75rem;color:var(--text-muted);text-align:center}.product-price{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,var(--gold-light),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-price small{font-size:.75rem;color:var(--text-muted);font-weight:400}.bundle-card{background:var(--bg-card);border:1px solid rgba(201,168,76,.15);border-radius:var(--radius-lg);padding:40px;text-align:center;position:relative;overflow:hidden}.bundle-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.bundle-badge{display:inline-block;background:var(--gold);color:#000;padding:4px 16px;border-radius:50px;font-size:.7rem;font-weight:700;letter-spacing:.5px;margin-bottom:16px}.bundle-card h3{font-size:1.6rem;font-weight:700;margin-bottom:8px}.bundle-card>p{color:var(--text-secondary);font-size:.85rem;margin-bottom:24px}.bundle-price{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:24px}.price-old{font-size:1.1rem;color:var(--text-muted);text-decoration:line-through}.price-new{font-size:2.8rem;font-weight:700;background:linear-gradient(135deg,var(--gold-light),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-save{background:#dc323226;color:#f55;padding:4px 12px;border-radius:50px;font-size:.75rem;font-weight:600}.donna-ai{background:var(--bg-primary);padding:60px 0}.donna-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);padding:60px 40px;text-align:center;position:relative;overflow:hidden}.donna-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 50% 0%,rgba(201,168,76,.04) 0%,transparent 60%);pointer-events:none}.donna-icon{width:56px;height:56px;background:#c9a84c1a;border:1px solid rgba(201,168,76,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.2rem;margin:0 auto 24px}.donna-card h2{font-size:2rem;font-weight:700;margin-bottom:12px}.donna-card>p{color:var(--text-secondary);font-size:.9rem;max-width:500px;margin:0 auto 28px}.app-buttons{display:flex;justify-content:center;gap:12px}.app-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:transparent;border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--white);font-size:.85rem;font-weight:500;transition:var(--transition)}.app-btn:hover{border-color:var(--gold);color:var(--gold)}.cta{text-align:center;background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.cta h2{font-size:2.5rem;font-weight:700;margin-bottom:16px}.cta>.container>p{color:var(--text-secondary);font-size:.9rem;margin-bottom:32px;max-width:500px;margin-left:auto;margin-right:auto}.cta-price{font-size:4rem;font-weight:700;margin-bottom:4px;background:linear-gradient(135deg,var(--gold-light),var(--gold),var(--gold-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-shipping{display:block;color:var(--gold);font-size:.85rem;margin-bottom:28px}.cta-note{margin-top:20px;font-size:.75rem;color:var(--text-muted)}.footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:60px 0 24px;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(201,168,76,.2),transparent)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1.5fr;gap:60px;margin-bottom:48px}.footer-brand p{color:var(--text-secondary);font-size:.82rem;margin-top:16px;line-height:1.6}.footer-founded{color:var(--text-muted)!important;font-size:.75rem!important;margin-top:12px!important}.footer-links h4,.footer-newsletter h4{font-size:.9rem;font-weight:600;margin-bottom:20px}.footer-links a{display:block;color:var(--text-secondary);font-size:.82rem;padding:5px 0;transition:var(--transition)}.footer-links a:hover{color:var(--gold)}.footer-newsletter p{color:var(--text-secondary);font-size:.82rem;margin-bottom:16px}.newsletter-form{display:flex;flex-direction:column;gap:10px}.input-group{display:flex;align-items:center;gap:10px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:0 14px}.input-group i{color:var(--text-muted);font-size:.8rem}.input-group input{background:transparent;border:none;outline:none;color:var(--white);font-family:var(--font-main);font-size:.82rem;padding:12px 0;width:100%}.input-group input:focus-visible{outline:2px solid #c9a84c;outline-offset:2px}.input-group input::placeholder{color:var(--text-muted)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:24px;border-top:1px solid var(--border-color);font-size:.75rem;color:var(--text-muted)}.footer-legal{display:flex;gap:20px}.footer-legal a{color:var(--text-muted);transition:var(--transition)}.footer-legal a:hover{color:var(--gold)}.page-hero{padding:140px 0 60px;text-align:center}.page-badge{display:inline-flex;align-items:center;gap:8px;background:#c9a84c1a;border:1px solid rgba(201,168,76,.2);padding:6px 16px;border-radius:50px;font-size:.75rem;color:var(--gold);margin-bottom:20px}.page-hero h1{font-size:3rem;font-weight:700;margin-bottom:16px}.page-hero p{color:var(--text-secondary);font-size:.9rem;max-width:600px;margin:0 auto}.story-section{padding:80px 0}.story-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:start}.story-date{display:inline-flex;align-items:center;gap:8px;background:#c9a84c1a;border:1px solid rgba(201,168,76,.2);padding:6px 16px;border-radius:50px;font-size:.75rem;color:var(--gold);margin-bottom:20px}.story-layout h2{font-size:1.8rem;font-weight:700;margin-bottom:20px}.story-layout p{color:var(--text-secondary);font-size:.85rem;line-height:1.7;margin-bottom:16px}.stats-card{background:var(--bg-card);border:1px solid rgba(201,168,76,.3);border-radius:var(--radius-lg);padding:40px 32px;display:grid;grid-template-columns:1fr 1fr;gap:32px;position:relative;overflow:hidden}.stats-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.stat-item .stat-number{background:linear-gradient(135deg,var(--gold-light),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-item{text-align:center}.stat-item .stat-number{font-size:2.5rem;font-weight:700;display:block;margin-bottom:4px}.stat-item .stat-label{font-size:.75rem;color:var(--text-muted)}.team-section{padding:80px 0;text-align:center}.team-section h2{font-size:2rem;font-weight:700;margin-bottom:8px}.team-section>.container>p{color:var(--text-secondary);font-size:.85rem;margin-bottom:48px}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:80px}.team-member{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:24px;text-align:left;transition:var(--transition)}.team-member:hover{border-color:var(--border-gold)}.member-photo{width:100%;aspect-ratio:3/4;background:var(--bg-primary);border-radius:var(--radius-md);margin-bottom:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}.member-photo img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .5s cubic-bezier(.16,1,.3,1)}.team-member:hover .member-photo img{transform:scale(1.05)}.member-photo .placeholder-avatar{width:80%;height:80%;background:radial-gradient(circle at 50% 40%,#3a4a42,#1a2a22);border-radius:50%}.team-member h4{font-size:.95rem;font-weight:600;margin-bottom:4px}.team-member .role{color:var(--gold);font-size:.75rem;font-weight:500}.member-description{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s cubic-bezier(.16,1,.3,1),opacity .3s ease,margin-top .3s ease;margin-top:0}.team-member:hover .member-description{max-height:80px;opacity:1;margin-top:12px}.member-description p{font-size:.8rem;color:var(--text-secondary);line-height:1.5;padding-top:10px;border-top:1px solid var(--border-gold)}.mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.mv-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:32px}.mv-icon{width:48px;height:48px;background:#c9a84c1a;border:1px solid rgba(201,168,76,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1rem;margin-bottom:18px}.mv-card h3{font-size:1.1rem;font-weight:600;margin-bottom:12px}.mv-card p{color:var(--text-secondary);font-size:.82rem;line-height:1.6}.values-section{padding:80px 0;text-align:center}.values-section h2{font-size:2rem;font-weight:700;margin-bottom:48px}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.value-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:32px 20px;transition:var(--transition)}.value-card:hover{border-color:var(--border-gold)}.value-icon{width:48px;height:48px;background:#c9a84c1a;border:1px solid rgba(201,168,76,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);margin:0 auto 16px;transition:all .3s ease}.value-card:hover .value-icon{background:#c9a84c26;border-color:#c9a84c59;transform:scale(1.08)}.value-card h4{font-size:.95rem;font-weight:600;margin-bottom:8px}.value-card p{color:var(--text-secondary);font-size:.78rem;line-height:1.5}.timeline{padding:40px 0 80px;max-width:800px;margin:0 auto}.timeline-item{display:flex;gap:24px;padding:28px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);margin-bottom:16px;position:relative;transition:var(--transition)}.timeline-item:hover{border-color:var(--border-gold)}.timeline-item.active{background:#c9a84c0d;border-color:#c9a84c33}.timeline-number{font-size:2rem;font-weight:700;color:#c9a84c33;line-height:1;flex-shrink:0;width:40px}.timeline-icon{width:36px;height:36px;background:#c9a84c1a;border:1px solid rgba(201,168,76,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0}.timeline-content{flex:1}.timeline-content h3{font-size:1.05rem;font-weight:600;margin-bottom:8px}.timeline-content p{color:var(--text-secondary);font-size:.82rem;margin-bottom:12px}.timeline-content ul{padding-left:0}.timeline-content li{font-size:.8rem;color:var(--text-secondary);padding:3px 0 3px 16px;position:relative}.timeline-content li:before{content:"\2022";color:var(--gold);position:absolute;left:0}.timeline-status{position:absolute;top:20px;right:20px;padding:4px 12px;border-radius:50px;font-size:.65rem;font-weight:600;display:flex;align-items:center;gap:4px}.status-complete{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.status-progress{background:#c9a84c1a;color:var(--gold);border:1px solid rgba(201,168,76,.2)}.status-soon{background:#64748b1a;color:#94a3b8;border:1px solid rgba(100,116,139,.2)}.journey-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:60px}.journey-stat{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:28px;text-align:center}.journey-stat .stat-number{font-size:2rem;font-weight:700;display:block;margin-bottom:4px;background:linear-gradient(135deg,var(--gold-light),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.journey-stat .stat-label{font-size:.75rem;color:var(--text-muted)}.plan-toggle{display:flex;justify-content:center;gap:8px;margin-bottom:16px}.toggle-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:transparent;border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-secondary);font-family:var(--font-main);font-size:.82rem;cursor:pointer;transition:var(--transition)}.toggle-btn.active{background:#c9a84c1a;border-color:var(--gold);color:var(--gold)}.billing-toggle{display:flex;justify-content:center;gap:8px;margin-bottom:48px}.billing-btn{padding:8px 20px;background:transparent;border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);font-family:var(--font-main);font-size:.8rem;cursor:pointer;transition:var(--transition)}.billing-btn.active{background:var(--gold);color:#000;border-color:var(--gold)}.save-badge{background:#22c55e26;color:#22c55e;padding:2px 8px;border-radius:50px;font-size:.7rem;font-weight:600;margin-left:4px}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.plan-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:32px;position:relative;transition:var(--transition)}.plan-card:hover{border-color:var(--border-gold)}.plan-card.popular{border-color:var(--gold);background:linear-gradient(180deg,rgba(201,168,76,.04) 0%,var(--bg-card) 40%)}.plan-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:4px 14px;border-radius:50px;font-size:.65rem;font-weight:700;white-space:nowrap}.plan-badge.most-popular{background:var(--gold);color:#000}.plan-badge.best-value{background:#c9a84c26;color:var(--gold);border:1px solid rgba(201,168,76,.3)}.plan-card h3{font-size:1.3rem;font-weight:700;margin-bottom:4px;text-align:center}.plan-card .plan-desc{color:var(--text-secondary);font-size:.78rem;text-align:center;margin-bottom:20px}.plan-price{text-align:center;margin-bottom:24px}.plan-price .amount{font-size:2.8rem;background:linear-gradient(135deg,var(--gold-light),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.plan-price .period{font-size:.8rem;color:var(--text-muted)}.plan-price .annual-total{display:block;font-size:.75rem;color:var(--gold);margin-top:2px}.plan-features{margin-bottom:28px}.plan-feature{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:.82rem}.plan-feature i{font-size:.7rem;width:16px;text-align:center}.plan-feature i.fa-check{color:var(--gold)}.plan-feature i.fa-xmark,.plan-feature.disabled{color:var(--text-muted)}.plan-feature .feature-detail{color:var(--gold);font-size:.75rem;margin-left:4px}.faq-section{padding:80px 0}.faq-section h2{font-size:2rem;font-weight:700;text-align:center;margin-bottom:48px}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:24px 28px;cursor:pointer;transition:var(--transition)}.faq-item:hover{border-color:var(--border-gold)}.faq-question{font-size:.95rem;font-weight:600;margin-bottom:12px}.faq-answer{color:var(--text-secondary);font-size:.82rem;line-height:1.6}.blog-filter{display:flex;justify-content:center;margin-bottom:48px}.filter-select{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:10px 40px 10px 36px;color:var(--text-secondary);font-family:var(--font-main);font-size:.82rem;-webkit-appearance:none;appearance:none;cursor:pointer;position:relative}.filter-wrapper{position:relative;display:inline-flex;align-items:center}.filter-wrapper i{position:absolute;left:14px;color:var(--text-muted);font-size:.75rem;pointer-events:none}.filter-wrapper .fa-chevron-down{left:auto;right:14px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.blog-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:28px;transition:var(--transition)}.blog-card:hover{border-color:var(--border-gold);transform:translateY(-2px)}.blog-tag{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;padding:4px 12px;border-radius:50px;margin-bottom:14px}.blog-tag.tech{background:#3b82f61a;color:#60a5fa;border:1px solid rgba(59,130,246,.2)}.blog-tag.startup{background:#a855f71a;color:#c084fc;border:1px solid rgba(168,85,247,.2)}.blog-tag.writing{background:#22c55e1a;color:#4ade80;border:1px solid rgba(34,197,94,.2)}.blog-tag.product{background:#c9a84c1a;color:var(--gold);border:1px solid rgba(201,168,76,.2)}.blog-card h3{font-size:1.05rem;font-weight:600;margin-bottom:10px;line-height:1.3}.blog-card .blog-excerpt{color:var(--text-secondary);font-size:.8rem;line-height:1.5;margin-bottom:18px}.blog-meta{display:flex;align-items:center;gap:16px;font-size:.72rem;color:var(--text-muted);margin-bottom:12px}.blog-readmore{color:var(--gold);font-size:.8rem;font-weight:500;display:inline-flex;align-items:center;gap:6px;transition:var(--transition)}.blog-readmore:hover{gap:10px}.contact-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:32px;padding:40px 0 80px}.contact-info{display:flex;flex-direction:column;gap:16px}.contact-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:24px;display:flex;align-items:center;gap:16px}.contact-icon{width:44px;height:44px;background:#c9a84c1a;border:1px solid rgba(201,168,76,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0}.contact-card h4{font-size:.9rem;font-weight:600}.contact-card p{color:var(--text-secondary);font-size:.82rem}.response-info{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:24px}.response-info h4{font-size:.9rem;font-weight:600;margin-bottom:8px}.response-info p{color:var(--text-secondary);font-size:.8rem;line-height:1.6}.social-section{margin-top:8px}.social-section h4{font-size:.9rem;font-weight:600;margin-bottom:12px}.social-links{display:flex;gap:12px}.contact-faq-links{margin-top:1.5rem}.contact-faq-links h4{font-size:.9rem;font-weight:600;margin-bottom:12px}.contact-faq-links a{display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:.85rem;padding:6px 0;text-decoration:none;transition:color .2s;border-bottom:1px solid var(--border-color)}.contact-faq-links a:last-child{border-bottom:none}.contact-faq-links a:hover{color:var(--gold)}.contact-faq-links a i{color:var(--gold);width:16px;text-align:center;flex-shrink:0}.social-link{width:40px;height:40px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:var(--transition)}.social-link:hover{border-color:var(--gold);color:var(--gold)}.contact-form-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:36px;position:relative;overflow:hidden}.contact-form-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),rgba(201,168,76,.3))}.contact-form-card h3{font-size:1.2rem;font-weight:600;margin-bottom:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:.78rem;color:var(--text-secondary);margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{width:100%;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:12px 14px;color:var(--white);font-family:var(--font-main);font-size:.82rem;outline:none;transition:var(--transition)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold)}.form-group input:focus-visible,.form-group select:focus-visible,.form-group textarea:focus-visible{outline:2px solid #c9a84c;outline-offset:2px}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group textarea{min-height:120px;resize:vertical}.form-group select{-webkit-appearance:none;appearance:none;cursor:pointer}.product-page{padding:120px 0 80px}.product-page-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-page-image{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:60px;display:flex;align-items:center;justify-content:center;min-height:400px}.product-page-image img{max-width:100%;max-height:400px;object-fit:contain}.product-page-info h1{font-size:2rem;font-weight:700;margin-bottom:12px}.product-page-price{font-size:2rem;font-weight:700;color:var(--gold);margin-bottom:20px}.product-page-price .compare-price{font-size:1rem;color:var(--text-muted);text-decoration:line-through;margin-left:12px}.product-page-desc{color:#ffffffe0;font-size:1rem;line-height:1.7;margin-bottom:32px}.product-page-desc p,.product-page-desc li,.product-page-desc span{color:#ffffffe0}.product-page-desc strong,.product-page-desc b{color:#fff;font-weight:700}:root[data-theme=light] .product-page-desc strong,:root[data-theme=light] .product-page-desc b{color:#111}.product-page-desc h2,.product-page-desc h3,.product-page-desc h4{color:var(--gold);margin-top:24px;margin-bottom:12px}:root[data-theme=light] .product-page-desc,:root[data-theme=light] .product-page-desc p,:root[data-theme=light] .product-page-desc li,:root[data-theme=light] .product-page-desc span{color:var(--text-primary)}.product-form .form-group{margin-bottom:20px}.quantity-selector{display:flex;align-items:center;gap:12px}.quantity-selector button{width:36px;height:36px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--white);font-size:1rem;cursor:pointer;transition:var(--transition)}.quantity-selector button:hover{border-color:var(--gold)}.quantity-selector input{width:60px;text-align:center;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--white);font-family:var(--font-main);font-size:.9rem;padding:8px}.cart-page{padding:120px 0 80px}.cart-page h1{font-size:2rem;font-weight:700;margin-bottom:40px;text-align:center}.cart-empty{text-align:center;padding:60px 0}.cart-empty p{color:var(--text-secondary);margin-bottom:24px}.cart-items{max-width:800px;margin:0 auto}.cart-item{display:flex;align-items:center;gap:24px;padding:24px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);margin-bottom:16px}.cart-item-image{width:80px;height:80px;background:var(--bg-secondary);border-radius:var(--radius-md);overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1}.cart-item-details h3{font-size:1rem;font-weight:600;margin-bottom:4px}.cart-item-details .cart-item-price{color:var(--gold);font-weight:600}.cart-item-variant{color:var(--text-muted);font-size:.8rem}.cart-item-qty{flex-shrink:0}.cart-item-qty .quantity-selector{display:flex;align-items:center;gap:0;border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden}.cart-qty-btn{width:32px;height:32px;background:var(--bg-secondary);border:none;color:var(--text-secondary);font-size:.9rem;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center}.cart-qty-btn:hover{background:var(--bg-card-hover);color:var(--gold)}.cart-qty-input{width:40px;text-align:center;background:var(--bg-card);border:none;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);color:var(--white);font-family:var(--font-main);font-size:.85rem;height:32px;-moz-appearance:textfield}.cart-qty-input::-webkit-outer-spin-button,.cart-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-line-total{font-weight:600;color:var(--gold);font-size:1rem;min-width:70px;text-align:right}.cart-item-remove{color:var(--text-muted);font-size:.8rem;transition:var(--transition);background:none;border:none;cursor:pointer;font-family:var(--font-main);padding:8px}.cart-item-remove:hover{color:#f55}.cart-total{max-width:800px;margin:32px auto 0;text-align:right}.cart-total-line{font-size:1.4rem;font-weight:700;margin-bottom:16px}.cart-total-line span{color:var(--gold)}.cart-trust-bar{display:flex;justify-content:center;gap:20px;margin-top:20px;padding-top:16px;border-top:1px solid var(--border-color)}.cart-trust-bar span{font-size:.72rem;color:var(--text-muted)}.cart-trust-bar span i{color:var(--gold)}.cart-empty i{font-size:3rem;color:var(--gold);opacity:.4;margin-bottom:20px;display:block}.cart-empty-title{font-size:1.1rem;margin-bottom:8px;color:var(--white)}.cart-empty-subtitle{color:var(--text-muted);font-size:.85rem;margin-bottom:24px}.cart-toast{position:fixed;top:100px;right:24px;z-index:10000;background:var(--bg-card);border:1px solid var(--gold);border-radius:var(--radius-md);padding:16px 24px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 32px #0009,0 0 20px #c9a84c1a;transform:translate(120%);transition:transform .4s cubic-bezier(.16,1,.3,1);max-width:360px}.cart-toast.show{transform:translate(0)}.cart-toast-icon{color:#22c55e;font-size:1.2rem;flex-shrink:0}.cart-toast-text{font-size:.85rem;color:var(--text-secondary);line-height:1.4}.cart-toast-text strong{color:var(--white);display:block;margin-bottom:2px}.cart-toast-action{color:var(--gold);font-weight:600;font-size:.8rem;white-space:nowrap;flex-shrink:0;transition:var(--transition)}.cart-toast-action:hover{color:var(--gold-light)}@media(max-width:600px){.cart-item{flex-wrap:wrap;gap:12px}.cart-item-line-total{min-width:auto}.cart-toast{right:12px;left:12px;max-width:none}}.page-404{padding:160px 0 100px;text-align:center}.page-404 h1{font-size:6rem;font-weight:700;color:var(--gold);margin-bottom:16px}.page-404 p{color:var(--text-secondary);margin-bottom:32px}.form-errors{background:#dc32321a;border:1px solid rgba(220,50,50,.3);border-radius:var(--radius-sm);padding:12px 16px;margin-bottom:16px;color:#f55;font-size:.82rem}.form-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:var(--radius-sm);padding:12px 16px;margin-bottom:16px;color:#22c55e;font-size:.82rem}@keyframes autoReveal{to{opacity:1;transform:none}}.js .reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);animation:autoReveal 0s 2s forwards}.js .reveal.visible,.reveal.visible{opacity:1;transform:translateY(0)}.js .reveal-left{opacity:0;transform:translate(-50px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);animation:autoReveal 0s 2s forwards}.js .reveal-left.visible,.reveal-left.visible{opacity:1;transform:translate(0)}.js .reveal-right{opacity:0;transform:translate(50px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);animation:autoReveal 0s 2s forwards}.js .reveal-right.visible,.reveal-right.visible{opacity:1;transform:translate(0)}.js .reveal-scale{opacity:0;transform:scale(.92);animation:autoReveal 0s 2s forwards;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.js .reveal-scale.visible,.reveal-scale.visible{opacity:1;transform:scale(1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .7s cubic-bezier(.16,1,.3,1) forwards;opacity:0}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes heroPenFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@keyframes heroGlowPulse{0%,to{opacity:.12;transform:translate(-50%,-50%) scale(1)}50%{opacity:.2;transform:translate(-50%,-50%) scale(1.08)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes navSlideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.hero-badge{animation:heroFadeIn .5s cubic-bezier(.16,1,.3,1) .05s both}.hero h1{animation:heroFadeIn .5s cubic-bezier(.16,1,.3,1) .15s both}.hero p{animation:heroFadeIn .5s cubic-bezier(.16,1,.3,1) .25s both}.hero-buttons{animation:heroFadeIn .5s cubic-bezier(.16,1,.3,1) .35s both}.hero-image .pen-placeholder,.hero-image img{animation:heroFadeIn .6s cubic-bezier(.16,1,.3,1) .2s both}.pen-placeholder{animation:heroPenFloat 4s ease-in-out infinite!important;animation-delay:1.5s!important}.pen-glow{animation:heroGlowPulse 4s ease-in-out infinite}.scroll-indicator{animation:heroFadeIn .6s ease 1.2s both}.navbar{animation:navSlideDown .6s cubic-bezier(.16,1,.3,1) .1s both}.navbar.scrolled{background:#000000f2;box-shadow:0 4px 30px #0009;border-bottom-color:#c9a84c1a}.hero h1 .gold{background:linear-gradient(90deg,var(--gold-dark),var(--gold-light),var(--gold),var(--gold-light),var(--gold-dark));background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 4s linear infinite}.feature-card,.product-card,.blog-card,.plan-card,.value-card,.team-member,.mv-card,.timeline-item,.contact-card,.faq-item,.cart-item{transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .4s ease}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0006,0 0 0 1px #c9a84c26}.product-card:hover,.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000059}.plan-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.plan-card.popular{box-shadow:0 0 30px #c9a84c14}.plan-card.popular:hover{box-shadow:0 12px 40px #c9a84c1f}.btn{transition:all .35s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .5s ease}.btn-primary:hover:after{left:100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c9a84c59}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 8px #c9a84c33}.btn-outline:hover{transform:translateY(-1px);box-shadow:0 4px 16px #c9a84c1a}.nav-link{position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1.5px;background:var(--gold);transition:width .3s cubic-bezier(.16,1,.3,1)}.nav-link:hover:after,.nav-link.active:after{width:100%}.section-title .gold,.page-hero h1 .gold,.cta h2 .gold,.donna-card h2 .gold,.team-section h2 .gold,.values-section h2 .gold,.faq-section h2 .gold,.story-layout h2 .gold{text-shadow:0 0 40px rgba(201,168,76,.15)}.features,.specs,.how-it-works,.cta,.shop,.donna-ai{position:relative}.features:before,.specs:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(201,168,76,.15),transparent)}.pen-screen{box-shadow:0 0 16px #c9a84c59,inset 0 0 8px #c9a84c1a}.pen-screen-sm{box-shadow:0 0 10px #c9a84c4d,inset 0 0 5px #c9a84c1a}.bundle-card{transition:border-color .3s ease,box-shadow .4s ease}.bundle-card:hover{border-color:#c9a84c4d;box-shadow:0 0 40px #c9a84c0f}.stats-card{transition:box-shadow .4s ease}.stats-card:hover{box-shadow:0 0 40px #c9a84c14}.donna-card{transition:border-color .3s ease,box-shadow .4s ease}.donna-card:hover{border-color:#c9a84c33;box-shadow:0 8px 40px #0000004d,0 0 60px #c9a84c0a}.cta{position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:50%;left:50%;width:600px;height:600px;background:radial-gradient(circle,rgba(201,168,76,.05) 0%,transparent 70%);transform:translate(-50%,-50%);pointer-events:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c9a84c1a}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.015;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.hero-pen-img{animation:heroPenFloat 4s ease-in-out 1.5s infinite}main{animation:heroFadeIn .5s ease both}.social-proof-stats{padding:80px 0;background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);position:relative;overflow:hidden}.social-proof-stats:before{content:"";position:absolute;top:50%;left:50%;width:700px;height:300px;background:radial-gradient(ellipse,rgba(201,168,76,.04) 0%,transparent 70%);transform:translate(-50%,-50%);pointer-events:none}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.stat-block{text-align:center;padding:40px 24px;border-right:1px solid var(--border-color);position:relative}.stat-block:last-child{border-right:none}.stat-number{font-size:3rem;font-weight:700;color:var(--gold);letter-spacing:-1px;line-height:1;margin-bottom:10px;display:block}.stat-label{font-size:.85rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px}.stat-icon{font-size:1.4rem;color:var(--gold);opacity:.6;margin-bottom:14px;display:block}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-block:nth-child(2){border-right:none}.stat-block:nth-child(3){border-right:1px solid var(--border-color);border-top:1px solid var(--border-color)}.stat-block:nth-child(4){border-top:1px solid var(--border-color);border-right:none}.stat-number{font-size:2.2rem}}.edu-hero{padding:140px 0 80px;text-align:center;position:relative;overflow:hidden}.edu-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 60%,rgba(201,168,76,.05) 0%,transparent 65%);pointer-events:none}.edu-badge{display:inline-flex;align-items:center;gap:8px;background:#c9a84c14;border:1px solid rgba(201,168,76,.2);color:var(--gold);padding:6px 16px;border-radius:40px;font-size:.8rem;font-weight:500;letter-spacing:.5px;margin-bottom:28px}.edu-hero h1{font-size:clamp(2.4rem,5vw,3.8rem);font-weight:700;letter-spacing:-1px;margin-bottom:20px;line-height:1.15}.edu-hero p{color:var(--text-secondary);font-size:1.05rem;max-width:560px;margin:0 auto 36px}.edu-hero-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.edu-mini-stats{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;margin-top:56px;padding-top:48px;border-top:1px solid var(--border-color)}.edu-mini-stat{text-align:center}.edu-mini-stat strong{display:block;font-size:1.8rem;font-weight:700;color:var(--gold);letter-spacing:-.5px}.edu-mini-stat span{font-size:.8rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.8px}.edu-use-cases{padding:100px 0}.use-cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.use-case-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:36px;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .4s ease}.use-case-card:hover{transform:translateY(-4px);border-color:#c9a84c33;box-shadow:0 12px 40px #0000004d}.use-case-icon{width:52px;height:52px;background:#c9a84c14;border:1px solid rgba(201,168,76,.15);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--gold);margin-bottom:20px}.use-case-card h3{font-size:1.15rem;font-weight:600;margin-bottom:10px}.use-case-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.65}.use-case-tag{display:inline-block;margin-top:16px;background:#c9a84c0f;border:1px solid rgba(201,168,76,.15);color:var(--gold);font-size:.75rem;padding:4px 12px;border-radius:20px}.edu-pricing{padding:100px 0;background:var(--bg-secondary)}.edu-pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:760px;margin:0 auto}.edu-plan-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);padding:40px;position:relative;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .4s ease}.edu-plan-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.edu-plan-card.featured{border-color:#c9a84c59;box-shadow:0 0 30px #c9a84c0f}.edu-plan-card.featured:hover{box-shadow:0 12px 40px #c9a84c1f}.edu-plan-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--gold);color:#000;font-size:.72rem;font-weight:700;padding:4px 16px;border-radius:20px;letter-spacing:.5px;white-space:nowrap}.edu-plan-card h3{font-size:1.2rem;font-weight:600;margin-bottom:8px}.edu-plan-price{font-size:2.4rem;font-weight:700;color:var(--gold);letter-spacing:-1px;line-height:1;margin:16px 0 4px}.edu-plan-price span{font-size:.9rem;color:var(--text-secondary);font-weight:400;letter-spacing:0}.edu-plan-desc{color:var(--text-secondary);font-size:.85rem;margin-bottom:24px}.edu-plan-features{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:10px}.edu-plan-features li{font-size:.88rem;color:var(--text-secondary);display:flex;align-items:flex-start;gap:10px}.edu-plan-features li i{color:var(--gold);margin-top:2px;flex-shrink:0}.edu-cta{padding:100px 0;text-align:center}.edu-cta h2{font-size:2.2rem;font-weight:700;letter-spacing:-.5px;margin-bottom:16px}.edu-cta p{color:var(--text-secondary);max-width:480px;margin:0 auto 32px;font-size:.95rem}@media(max-width:768px){.use-cases-grid,.edu-pricing-grid{grid-template-columns:1fr}.edu-mini-stats{gap:28px}}.timeline-item:before{content:"";position:absolute;left:48px;top:100%;width:2px;height:16px;background:linear-gradient(180deg,var(--border-color),transparent)}.timeline-item:last-of-type:before{display:none}.product-page-image img{transition:transform .5s cubic-bezier(.16,1,.3,1)}.product-page-image:hover img{transform:scale(1.03)}.social-link{transition:all .3s cubic-bezier(.16,1,.3,1)}.social-link:hover{transform:translateY(-3px);box-shadow:0 4px 16px #c9a84c26}.blog-readmore i{transition:transform .3s cubic-bezier(.16,1,.3,1)}.blog-readmore:hover i{transform:translate(4px)}.app-btn{transition:all .35s cubic-bezier(.16,1,.3,1)}.app-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #c9a84c1a}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#c9a84c4d}::selection{background:#c9a84c40;color:var(--white)}.video-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.video-modal.active{opacity:1;visibility:visible}.video-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.video-modal-content{position:relative;width:90%;max-width:900px;z-index:1;transform:scale(.92) translateY(20px);transition:transform .4s cubic-bezier(.16,1,.3,1)}.video-modal.active .video-modal-content{transform:scale(1) translateY(0)}.video-modal-close{position:absolute;top:-48px;right:0;width:40px;height:40px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:var(--white);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.video-modal-close:hover{background:#c9a84c33;border-color:var(--gold);color:var(--gold)}.video-modal-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius-xl);background:var(--bg-primary);box-shadow:0 32px 100px #000c}.video-modal-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--radius-xl)}.plan-feature-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:.82rem}.plan-feature-row:last-child{border-bottom:none}.plan-feature-label{color:var(--text-secondary)}.plan-feature-value{font-weight:600;color:var(--white)}.plan-feature-value.gold{color:var(--gold)}.plan-feature-value .fa-check{color:var(--gold);font-size:.75rem}.plan-feature-value .fa-xmark{color:var(--text-muted);font-size:.75rem}.plan-min-seats{text-align:center;font-size:.78rem;color:var(--text-muted);margin-bottom:16px}.video-section{padding:80px 0;text-align:center}.video-section h2{font-size:2rem;font-weight:700;margin-bottom:12px}.video-subtitle{color:var(--text-secondary);font-size:.9rem;max-width:500px;margin:0 auto 48px}.video-wrapper{max-width:800px;margin:0 auto;position:relative}.video-wrapper:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:calc(var(--radius-xl) + 1px);background:linear-gradient(135deg,#c9a84c66,#c9a84c0d,#c9a84c33);z-index:-1}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius-xl);background:var(--bg-card);box-shadow:0 24px 80px #0009,0 0 60px #c9a84c0f}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--radius-xl)}.showcase-video-section{padding:80px 0;text-align:center}.showcase-video-section h2{font-size:2rem;font-weight:700;margin-bottom:12px}.showcase-subtitle{color:var(--text-secondary);font-size:.9rem;max-width:500px;margin:0 auto 48px}.showcase-video-wrapper{max-width:900px;margin:0 auto;position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 24px 80px #0009,0 0 60px #c9a84c0f}.showcase-video-wrapper:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:calc(var(--radius-xl) + 1px);background:linear-gradient(135deg,#c9a84c66,#c9a84c0d,#c9a84c33);z-index:-1}.showcase-video{width:100%;display:block;border-radius:var(--radius-xl);background:var(--bg-primary)}.scroll-progress{position:fixed;top:0;left:0;width:0%;height:2px;background:linear-gradient(90deg,var(--gold-dark),var(--gold),var(--gold-light));z-index:1001;transition:width .1s linear;box-shadow:0 0 10px #c9a84c80}.navbar{transition:transform .35s cubic-bezier(.16,1,.3,1),background .3s ease,box-shadow .3s ease,border-color .3s ease}.navbar.nav-hidden{transform:translateY(-100%)}.trust-badges{display:flex;align-items:center;gap:24px;margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.06)}.trust-item{display:flex;align-items:center;gap:8px;font-size:.75rem;color:var(--text-muted)}.trust-item i{color:var(--gold);font-size:.85rem}.testimonials{background:var(--bg-primary);padding:100px 0;position:relative}.testimonials:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(201,168,76,.15),transparent)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:60px}.testimonial-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:32px;position:relative;transition:all .4s cubic-bezier(.16,1,.3,1)}.testimonial-card:hover{border-color:#c9a84c40;transform:translateY(-4px);box-shadow:0 16px 48px #0006}.testimonial-card:before{content:"\201c";position:absolute;top:20px;right:24px;font-size:3rem;line-height:1;color:#c9a84c1f;font-family:Georgia,serif}.testimonial-stars{display:flex;gap:2px;margin-bottom:16px}.testimonial-stars i{color:var(--gold);font-size:.75rem}.testimonial-card blockquote{color:var(--text-secondary);font-size:.85rem;line-height:1.7;margin-bottom:20px;font-style:normal}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--gold-dark),var(--gold-light));display:flex;align-items:center;justify-content:center;color:#000;font-weight:700;font-size:.85rem;flex-shrink:0}.testimonial-info .name{font-size:.85rem;font-weight:600;display:block}.testimonial-info .title{font-size:.72rem;color:var(--text-muted)}.footer-social{display:flex;gap:10px;margin-top:20px}.footer-social-link{width:36px;height:36px;background:#ffffff0a;border:1px solid var(--border-color);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.85rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.footer-social-link:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px);box-shadow:0 4px 12px #c9a84c26}@keyframes borderGlow{0%,to{opacity:.5}50%{opacity:1}}.donna-card{border-image:linear-gradient(135deg,#c9a84c4d,#c9a84c0d,#c9a84c4d) 1;border-width:1px;border-style:solid}.hero-particles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}.particle{position:absolute;width:3px;height:3px;background:var(--gold);border-radius:50%;opacity:0;animation:particleFloat linear infinite}.particle:nth-child(1){left:10%;animation-duration:12s;animation-delay:0s}.particle:nth-child(2){left:25%;animation-duration:15s;animation-delay:2s}.particle:nth-child(3){left:40%;animation-duration:10s;animation-delay:4s}.particle:nth-child(4){left:55%;animation-duration:14s;animation-delay:1s}.particle:nth-child(5){left:70%;animation-duration:11s;animation-delay:3s}.particle:nth-child(6){left:85%;animation-duration:13s;animation-delay:5s}.particle:nth-child(7){left:15%;animation-duration:16s;animation-delay:6s}.particle:nth-child(8){left:60%;animation-duration:9s;animation-delay:7s}@keyframes particleFloat{0%{transform:translateY(100vh) scale(0);opacity:0}10%{opacity:.15}50%{opacity:.25}90%{opacity:.1}to{transform:translateY(-10vh) scale(1);opacity:0}}.step-line{background:linear-gradient(90deg,#c9a84c1a,#c9a84c66,#c9a84c1a);height:1px;width:20px}.btn,.nav-link,.app-btn,.faq-item,.toggle-btn,.billing-btn,a{cursor:pointer}.section-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(201,168,76,.2),transparent);margin:0;border:none}.page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--bg-primary);z-index:99999;display:flex;align-items:center;justify-content:center;transition:opacity .5s ease,visibility .5s ease}.page-loader.loaded{opacity:0;visibility:hidden}@media(max-width:768px){.page-loader{display:none}.hero-badge,.hero h1,.hero p,.hero-buttons,.hero-image .pen-placeholder,.hero-image img{animation:none!important;opacity:1!important;transform:none!important}.pen-placeholder{animation:none!important}}.loader-content{text-align:center}.loader-logo{width:40px;height:40px;margin:0 auto 16px;opacity:0;animation:loaderPulse 1.5s ease-in-out infinite}.loader-bar{width:120px;height:2px;background:var(--border-color);border-radius:2px;overflow:hidden;margin:0 auto}.loader-bar:after{content:"";display:block;width:40%;height:100%;background:var(--gold);border-radius:2px;animation:loaderSlide 1s ease-in-out infinite}@keyframes loaderPulse{0%,to{opacity:.4;transform:scale(.95)}50%{opacity:1;transform:scale(1)}}@keyframes loaderSlide{0%{transform:translate(-100%)}to{transform:translate(350%)}}@media(max-width:900px){.nav-links{display:none}.mobile-toggle{display:flex}.nav-actions .btn-primary{display:none}.navbar .theme-toggle{margin-right:4px}.nav-actions{gap:4px}.nav-logo{gap:6px}.nav-logo span{font-size:14px;line-height:1.1}.nav-actions .account-icon,.nav-actions .cart-icon,.nav-actions .theme-toggle,.nav-actions .mobile-toggle{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}}@media(max-width:480px){.navbar .theme-toggle{display:none}.nav-container{padding-left:12px;padding-right:12px}.nav-logo span{font-size:12px;letter-spacing:.5px}.nav-actions .account-icon{display:none}}@media(max-width:900px){.hero-content{flex-direction:column;text-align:center}.hero-text,.hero p{max-width:100%}.hero h1{font-size:2.5rem}.hero-buttons{justify-content:center}.hero-image{width:320px;max-width:90%;margin:0 auto}.hero-pen-img,.hero-image img{max-height:340px;max-width:100%}.features-grid{grid-template-columns:1fr 1fr}.steps-grid{flex-direction:column;align-items:center}.step-line{display:none}.specs-bento{grid-template-columns:1fr;gap:40px}.specs-bento-center{order:-1}.specs-pen-showcase img{max-height:280px;max-width:100%}.specs-bento-left{display:grid;grid-template-columns:1fr 1fr;gap:12px}.products-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:40px}.team-grid,.values-grid{grid-template-columns:1fr 1fr}.plans-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.blog-grid,.contact-layout,.story-layout{grid-template-columns:1fr}.journey-stats{grid-template-columns:1fr 1fr}.mv-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.product-page-layout{grid-template-columns:1fr}.product-page-image{padding:24px;min-height:unset}.product-page-image img{max-height:300px}.video-wrapper{max-width:100%}.specs-bento-left{grid-template-columns:1fr 1fr}.testimonials-grid{grid-template-columns:1fr}.trust-badges{flex-wrap:wrap;gap:16px}.trust-badges{justify-content:center}}@media(max-width:600px){.features-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr 1fr}.values-grid,.form-row{grid-template-columns:1fr}.section{padding:60px 0}.section-title{font-size:1.8rem}.page-hero h1,.hero h1{font-size:2rem}.cta h2{font-size:1.8rem}.cta-price{font-size:3rem}}.product-card.tilt-3d{transform:perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(-4px);box-shadow:0 20px 60px #0006,0 0 30px #c9a84c1a}.product-card .glow-point{position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.15) 0%,transparent 70%);pointer-events:none;transform:translate(-50%,-50%);z-index:0;opacity:0;transition:opacity .3s ease}.product-card:hover .glow-point{opacity:1}.collection-hero{text-align:center;padding:100px 0 60px;background:linear-gradient(180deg,var(--bg-primary) 0%,var(--bg-secondary) 100%);position:relative;overflow:hidden}.collection-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(201,168,76,.06) 0%,transparent 70%);pointer-events:none}.collection-hero h1{font-size:3rem;font-weight:700;margin-bottom:12px}.collection-hero p{color:var(--text-secondary);font-size:1.1rem;max-width:500px;margin:0 auto}.products-grid-enhanced{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:40px}@media(max-width:900px){.products-grid-enhanced{grid-template-columns:1fr 1fr}}@media(max-width:600px){.products-grid-enhanced{grid-template-columns:1fr}}.product-card-glass{background:linear-gradient(135deg,#111111e6,#1a1a1ab3);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(201,168,76,.12);border-radius:20px;padding:28px;position:relative;overflow:hidden;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease,border-color .3s ease;transform-style:preserve-3d}.product-card-glass:hover{border-color:#c9a84c66;box-shadow:0 25px 60px #00000080,0 0 40px #c9a84c14;transform:translateY(-8px)}.product-card-glass .product-image{height:220px;background:radial-gradient(ellipse at center,rgba(201,168,76,.04) 0%,transparent 70%);border-radius:16px;margin-bottom:20px}.particles-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.particle{position:absolute;width:3px;height:3px;background:var(--gold);border-radius:50%;opacity:0;animation:particleDrift linear infinite;box-shadow:0 0 6px 1px #c9a84c66}@keyframes particleDrift{0%{opacity:0;transform:translateY(100vh) rotate(0)}10%{opacity:.6}90%{opacity:.6}to{opacity:0;transform:translateY(-10vh) rotate(360deg)}}@keyframes borderRotate{0%{--angle: 0deg}to{--angle: 360deg}}.product-price-original{font-size:1rem;color:var(--text-muted);text-decoration:line-through;margin-left:8px;font-weight:400}.product-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.product-tag{font-size:.65rem;padding:3px 10px;border-radius:20px;background:#c9a84c1a;color:var(--gold);border:1px solid rgba(201,168,76,.2);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:var(--radius-lg);z-index:5;pointer-events:none}.product-card:hover .product-overlay{opacity:1;pointer-events:auto}.product-overlay .btn{transform:translateY(10px);transition:transform .3s ease .1s}.product-card:hover .product-overlay .btn{transform:translateY(0)}.product-card.shimmer-border{animation:borderGlow 3s ease-in-out infinite}.bundle-card{position:relative;overflow:hidden}.bundle-card:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,var(--gold),transparent,var(--gold-dark),transparent,var(--gold));background-size:300% 300%;animation:gradientShift 4s ease infinite;border-radius:inherit;z-index:-1}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.cursor-glow{position:fixed;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.04) 0%,transparent 70%);pointer-events:none;transform:translate(-50%,-50%);z-index:9998;transition:opacity .3s ease;opacity:0}body:hover .cursor-glow{opacity:1}.skip-nav{position:fixed;top:-100%;left:50%;transform:translate(-50%);background:var(--gold);color:#000;padding:12px 24px;border-radius:0 0 var(--radius-md) var(--radius-md);font-size:.85rem;font-weight:600;z-index:10001;transition:top .3s ease}.skip-nav:focus{top:0;outline:2px solid var(--gold-light);outline-offset:2px}:focus-visible{outline:2px solid var(--gold);outline-offset:2px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.page-404{padding:140px 0 100px;text-align:center;min-height:80vh;display:flex;align-items:center}.page-404 .container{width:100%}.error-icon{width:80px;height:80px;background:#c9a84c1a;border:1px solid rgba(201,168,76,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 32px;font-size:1.8rem;color:var(--gold);animation:heroPenFloat 4s ease-in-out infinite}.page-404 h1{font-size:8rem;font-weight:800;line-height:1;margin-bottom:16px;background:linear-gradient(135deg,var(--gold-light),var(--gold),var(--gold-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-4px}.page-404 .error-subtitle{font-size:1.4rem;font-weight:600;color:var(--white);margin-bottom:8px}.page-404 .error-desc{color:var(--text-secondary);font-size:.9rem;max-width:420px;margin:0 auto 32px}.error-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:60px}.error-links{max-width:500px;margin:0 auto}.error-links>p{color:var(--text-muted);font-size:.8rem;margin-bottom:16px;text-transform:uppercase;letter-spacing:1.5px}.error-link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.error-link-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:20px 12px;text-align:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;align-items:center;gap:8px}.error-link-card i{font-size:1.1rem;color:var(--gold)}.error-link-card span{font-size:.75rem;color:var(--text-secondary)}.error-link-card:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 8px 24px #c9a84c1a}.error-link-card:hover span{color:var(--gold)}@media(max-width:600px){.page-404 h1{font-size:5rem}.error-link-grid{grid-template-columns:1fr 1fr}}.policy-content{max-width:800px;margin:0 auto;color:var(--text-secondary);font-size:.9rem;line-height:1.8}.policy-content h2{font-size:1.3rem;font-weight:700;color:var(--white);margin-top:40px;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--border-color)}.policy-content h2:first-child{margin-top:0}.policy-content p{margin-bottom:16px}.policy-content ul{margin-bottom:16px;padding-left:0}.policy-content li{padding:4px 0 4px 20px;position:relative}.policy-content li:before{content:"\2022";color:var(--gold);position:absolute;left:0;font-weight:700}.policy-content a{color:var(--gold);transition:var(--transition)}.policy-content a:hover{color:var(--gold-light);text-decoration:underline}.policy-content strong{color:var(--white);font-weight:600}.breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:40px;font-size:.8rem;color:var(--text-muted)}.breadcrumb a{color:var(--text-secondary);transition:var(--transition)}.breadcrumb a:hover{color:var(--gold)}.breadcrumb i{font-size:.55rem;color:var(--text-muted)}.product-page-gallery{display:flex;flex-direction:column;gap:12px}.product-thumbnails{display:flex;gap:8px}.product-thumb{width:72px;height:72px;background:var(--bg-card);border:2px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;overflow:hidden;padding:4px;transition:var(--transition)}.product-thumb.active,.product-thumb:hover{border-color:var(--gold)}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-save-badge{background:#22c55e26;color:#22c55e;padding:4px 12px;border-radius:50px;font-size:.75rem;font-weight:600;margin-left:8px}.product-trust{display:flex;gap:20px;margin-top:28px;padding-top:24px;border-top:1px solid var(--border-color);flex-wrap:wrap}.product-trust-item{display:flex;align-items:center;gap:8px;font-size:.78rem;color:var(--text-muted)}.product-trust-item i{color:var(--gold);font-size:.9rem}.product-waitlist{background:var(--bg-card);border:1px solid var(--border-gold);border-radius:var(--radius-lg);padding:24px}.waitlist-banner{display:flex;align-items:center;gap:10px;color:var(--gold);font-size:.85rem;font-weight:600;margin-bottom:20px}.waitlist-banner i{font-size:1rem}.waitlist-form .form-group label{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:6px}.waitlist-form input[type=email]{width:100%;padding:13px 16px;background:#ffffff0d;border:1px solid var(--border-color);border-radius:10px;color:#fff;font-size:.95rem;font-family:DM Sans,sans-serif;box-sizing:border-box}.waitlist-form input[type=email]:focus{outline:none;border-color:var(--gold)}.cart-page .container{max-width:900px}.cart-empty{text-align:center;padding:80px 0}.cart-empty:before{content:"\f07a";font-family:"Font Awesome 6 Free";font-weight:900;display:block;font-size:3rem;color:var(--gold);margin-bottom:20px;opacity:.5}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal,.reveal-left,.reveal-right,.reveal-scale{opacity:1;transform:none}.page-loader,.particles-container,.cursor-glow,.hero-particles{display:none}}.shipping-progress{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:16px 20px;margin-bottom:24px;text-align:center}.shipping-progress p{font-size:.82rem;color:var(--text-secondary);margin-bottom:10px}.shipping-progress strong{color:var(--gold)}.shipping-bar{width:100%;height:4px;background:var(--border-color);border-radius:4px;overflow:hidden}.shipping-bar-fill{height:100%;background:linear-gradient(90deg,var(--gold-dark),var(--gold),var(--gold-light));border-radius:4px;transition:width .6s cubic-bezier(.16,1,.3,1)}.cart-summary{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:20px}.cart-summary-line{display:flex;justify-content:space-between;padding:8px 0;font-size:.85rem;color:var(--text-secondary)}.cart-summary-total{border-top:1px solid var(--border-color);margin-top:8px;padding-top:12px;font-size:1.1rem;font-weight:700;color:var(--white)}.cart-summary-total span:last-child{color:var(--gold)}.blog-card-image{display:block;border-radius:var(--radius-md);overflow:hidden;margin-bottom:16px;aspect-ratio:16/9}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.search-form-wrapper{max-width:600px;margin:0 auto 48px}.search-input-group{position:relative}.search-input{width:100%;padding:16px 52px 16px 20px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--white);font-family:var(--font-main);font-size:16px;outline:none;transition:border-color .3s ease;box-sizing:border-box}.search-input:focus{border-color:var(--gold)}.search-submit{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--gold);font-size:18px;cursor:pointer;padding:8px}.search-empty{text-align:center;padding:80px 20px}.search-empty>i{font-size:48px;color:var(--text-muted);margin-bottom:24px;display:block}.search-empty h3{color:var(--white);margin-bottom:12px}.search-empty p{color:var(--text-secondary);max-width:400px;margin:0 auto}.pagination-wrapper{text-align:center;margin-top:48px}.social-link{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-secondary);font-size:.9rem;transition:var(--transition);cursor:pointer}.social-link:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.article-content{max-width:800px;margin:0 auto;color:var(--text-secondary);font-size:.9rem;line-height:1.8}.article-hero-image{border-radius:var(--radius-lg);margin-bottom:32px;width:100%}.article-share{max-width:800px;margin:40px auto 0;padding-top:28px;border-top:1px solid var(--border-color)}.article-share-label{color:var(--text-muted);font-size:.78rem;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px}.article-share-links{display:flex;gap:10px}.article-back{max-width:800px;margin:40px auto 0;padding-top:32px;border-top:1px solid var(--border-color);text-align:center}.collection-controls{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;padding:16px 20px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md)}.collection-count{font-size:.85rem;color:var(--text-secondary)}.collection-count .gold{font-weight:700;font-size:1rem}.collection-sort{display:flex;align-items:center;gap:8px}.collection-sort label{color:var(--text-muted);font-size:.8rem}.collection-sort select{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:8px 32px 8px 12px;font-family:var(--font-main);font-size:.82rem;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23c9a84c' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;transition:border-color .3s ease}.collection-sort select:focus{border-color:var(--gold)}.collection-grid{grid-template-columns:repeat(3,1fr)!important;gap:24px!important}.product-pricing{display:flex;align-items:baseline;gap:8px}@media(max-width:900px){.collection-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}}@media(max-width:480px){.collection-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.collection-grid .product-card{padding:12px}.collection-grid .product-card h3{font-size:.85rem}.collection-grid .product-desc{display:none}.collection-grid .product-footer{flex-direction:column;gap:8px}.collection-grid .product-footer .btn{width:100%;justify-content:center;padding:8px 12px;font-size:.75rem}.collection-controls{flex-direction:column;gap:12px;text-align:center}}.hero-social-proof{display:flex;align-items:center;gap:32px;margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}.social-proof-item{display:flex;flex-direction:column;align-items:flex-start}.social-proof-number{font-size:1.8rem;font-weight:800;color:var(--gold);line-height:1;letter-spacing:-1px}.social-proof-plus{font-size:1.4rem;font-weight:700;color:var(--gold)}.social-proof-label{font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1.5px;margin-top:4px}.social-proof-divider{width:1px;height:40px;background:#ffffff14}@media(max-width:900px){.hero-social-proof{justify-content:center}.social-proof-item{align-items:center}}@media(max-width:480px){.hero-social-proof{gap:20px}.social-proof-number{font-size:1.4rem}.social-proof-label{font-size:.65rem}}.social-proof-section{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background:var(--bg-secondary)}.marquee-container{overflow:hidden;position:relative}.marquee-container:before,.marquee-container:after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}.marquee-container:before{left:0;background:linear-gradient(90deg,var(--bg-secondary),transparent)}.marquee-container:after{right:0;background:linear-gradient(-90deg,var(--bg-secondary),transparent)}.marquee-track{display:flex;gap:48px;animation:marqueeScroll 30s linear infinite;width:max-content}.marquee-item{display:flex;align-items:center;gap:12px;white-space:nowrap;font-size:.9rem;color:var(--text-secondary);font-style:italic}.marquee-source{color:var(--text-muted);font-size:.75rem;font-style:normal;font-weight:600}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.subscription-info{position:relative;overflow:hidden}.subscription-info:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(201,168,76,.04) 0%,transparent 70%);pointer-events:none}.subscription-btn{position:relative}.subscription-addon{margin:24px 0;padding:20px;border:1px solid var(--border-gold);border-radius:var(--radius-lg);background:var(--bg-card)}.subscription-addon-title{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:4px;display:flex;align-items:center;gap:8px}.subscription-addon-title i{color:var(--gold)}.subscription-addon-desc{font-size:.8rem;color:var(--text-muted);margin-bottom:16px}.subscription-options{display:flex;flex-direction:column;gap:10px}.subscription-option{display:block;cursor:pointer;position:relative}.subscription-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.subscription-option-content{padding:14px 16px;border:1px solid var(--border-color);border-radius:var(--radius-md);transition:var(--transition);background:var(--bg-secondary)}.subscription-option:hover .subscription-option-content{border-color:var(--gold-dark)}.subscription-option.active .subscription-option-content,.subscription-option input:checked+.subscription-option-content{border-color:var(--gold);background:linear-gradient(135deg,rgba(201,168,76,.08) 0%,var(--bg-card) 100%);box-shadow:0 0 12px #c9a84c1a}.subscription-option-header{display:flex;justify-content:space-between;align-items:center}.subscription-option-name{font-weight:600;font-size:.9rem;color:var(--white);display:flex;align-items:center;gap:6px}.subscription-option-price{font-weight:700;font-size:.9rem;color:var(--gold)}.subscription-option-detail{display:block;font-size:.78rem;color:var(--text-muted);margin-top:4px}.subscription-save-badge{display:inline-block;background:var(--gold);color:#000;font-size:.65rem;font-weight:700;padding:2px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.05em;margin-top:6px}@media(max-width:600px){.subscription-addon{padding:16px}.subscription-option-header{flex-direction:column;align-items:flex-start;gap:4px}}@media(max-width:900px){.nav-cta{display:none}}@media(max-width:600px){.hero{padding:100px 0 60px;min-height:auto;overflow:hidden}.hero-content{flex-direction:column;align-items:center;gap:32px;text-align:center}.hero-text{max-width:100%;order:1}.hero-image{order:2;width:200px;max-width:70%;flex-shrink:0;margin:0 auto}.hero-image img,.hero-pen-img{max-height:220px;max-width:100%}.hero h1{font-size:1.75rem;line-height:1.2}.hero p{font-size:.85rem;max-width:100%}.hero-buttons{flex-direction:column;gap:10px;width:100%}.hero-buttons .btn{width:100%;justify-content:center}.trust-badges{gap:12px;justify-content:center;flex-wrap:wrap}.trust-item{font-size:.7rem;gap:4px}}@media(max-width:600px){.features-grid{gap:12px}.feature-card{padding:20px}.feature-icon{width:44px;height:44px;font-size:1rem}.feature-card h3{font-size:.95rem}.feature-card p{font-size:.8rem}}@media(max-width:900px){.products-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:480px){.products-grid{grid-template-columns:1fr;gap:16px}.product-card{padding:20px}.product-badge{top:16px;right:16px;z-index:10;font-size:.65rem;padding:3px 10px}.product-image{height:160px;overflow:hidden;position:relative;margin-top:8px}.product-image img{max-height:150px;max-width:100%;object-fit:contain;height:auto!important}.product-card h3{font-size:.95rem;margin-bottom:6px;clear:both}.product-desc{font-size:.8rem;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-features{display:none}.product-footer{flex-direction:row;gap:8px;align-items:center;flex-wrap:wrap}.product-footer .btn-sm{padding:9px 16px;font-size:.8rem}.product-price{font-size:1.1rem}}@media(max-width:900px){.plans-grid{max-width:100%!important;gap:16px}.plan-card{padding:24px}}@media(max-width:600px){.plan-toggle{flex-direction:column;gap:8px;width:100%}.toggle-btn,.billing-toggle{width:100%}.billing-btn{flex:1}}@media(max-width:600px){.specs-bento{grid-template-columns:1fr;gap:16px}.specs-bento-left{grid-template-columns:1fr}.specs-bento-center{display:none}.spec-card{padding:14px 16px}.spec-value{font-size:.9rem}.specs-features-card{padding:28px 22px}}@media(max-width:600px){.testimonials-grid{gap:16px}.testimonial-card{padding:20px}.testimonial-text{font-size:.82rem}}@media(max-width:600px){.cta h2{font-size:1.6rem}.cta p{font-size:.85rem}.cta-price{font-size:2.5rem}}@media(max-width:600px){.footer-grid{gap:32px}.footer-col h4{font-size:.85rem}.footer-bottom{font-size:.72rem}.newsletter-form{flex-direction:column}.newsletter-form input,.newsletter-form button{width:100%}}@media(max-width:600px){.contact-cards{grid-template-columns:1fr;gap:12px}.contact-card{padding:16px}}@media(max-width:600px){.timeline{padding:24px 0 60px}.timeline-item{flex-direction:column;gap:12px;padding:20px 16px;margin-bottom:12px}.timeline-item:before{left:16px;width:2px;height:12px}.timeline-number{font-size:1.4rem;width:auto;position:absolute;top:16px;left:16px}.timeline-icon{width:32px;height:32px;margin-left:44px}.timeline-icon i{font-size:.75rem}.timeline-content{width:100%}.timeline-content h3{font-size:.95rem;padding-right:0}.timeline-content p{font-size:.8rem}.timeline-content li{font-size:.75rem}.timeline-status{position:static;align-self:flex-start;margin-top:4px;font-size:.6rem}.journey-stats{grid-template-columns:1fr 1fr;gap:10px;margin-top:40px}.journey-stat{padding:18px 12px}.journey-stat .stat-number{font-size:1.5rem}.journey-stat .stat-label{font-size:.68rem}}@media(max-width:380px){.timeline-item{padding:16px 12px}.timeline-number{top:12px;left:12px;font-size:1.2rem}.timeline-icon{margin-left:36px}.journey-stats{grid-template-columns:1fr 1fr;gap:8px}.journey-stat{padding:14px 8px}.journey-stat .stat-number{font-size:1.3rem}}@media(max-width:600px){.team-grid{gap:16px}.team-member{padding:20px}.team-avatar{width:64px;height:64px}}@media(max-width:600px){.bundle-card{padding:24px}.bundle-price{flex-wrap:wrap;gap:8px}}@media(max-width:600px){.page-hero{padding:100px 0 40px}.page-hero h1{font-size:1.75rem}.collection-hero{padding:100px 0 40px}.collection-hero h1{font-size:2rem}}@media(max-width:600px){.cart-item-image{width:60px;height:60px}.cart-item-title{font-size:.85rem}}@media(max-width:900px){.btn{min-height:44px;min-width:44px}.nav-link{padding:12px 0}.faq-question{padding:18px 16px;min-height:48px}.cart-icon{padding:10px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}}@media(max-width:600px){html,body{overflow-x:hidden}.container{padding:0 16px}img{max-width:100%;height:auto}.hero-content{padding:0 8px}}.section-title .gold{background:linear-gradient(135deg,var(--gold-light),var(--gold),var(--gold-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.plan-card.popular{border-color:#c9a84c4d;position:relative}.plan-card.popular:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;background:linear-gradient(135deg,rgba(201,168,76,.1),transparent,rgba(201,168,76,.1));z-index:-1;animation:planGlow 3s ease-in-out infinite}@keyframes planGlow{0%,to{opacity:.5}50%{opacity:1}}.feature-card{position:relative;overflow:hidden}.feature-card:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:0;transition:opacity .3s ease}.feature-card:hover:after{opacity:1}img[loading=lazy]{opacity:0;transition:opacity .5s ease}img[loading=lazy].loaded,img[loading=lazy][src]{opacity:1}.counter-animated{display:inline-block;transition:all .3s ease}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgba(201,168,76,.08) 1px,transparent 0);background-size:40px 40px;pointer-events:none;z-index:0}.hero>*{position:relative;z-index:1}.gold{background:linear-gradient(120deg,#a8893f,#c9a84c,#f0d78c,#c9a84c,#a8893f);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:goldShimmer 4s ease-in-out infinite}@keyframes goldShimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.feature-card,.product-card,.donna-card,.plan-card,.bundle-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(201,168,76,.1);background:#111c}.feature-card:hover,.product-card:hover,.donna-card:hover{border-color:#c9a84c59;box-shadow:0 0 20px #c9a84c14,0 8px 32px #0006}.feature-card:before,.donna-card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;background:linear-gradient(135deg,transparent 40%,rgba(201,168,76,.25) 50%,transparent 60%);background-size:300% 300%;z-index:-1;opacity:0;transition:opacity .4s ease}.feature-card:hover:before,.donna-card:hover:before{opacity:1;animation:borderGlow 3s ease infinite}@keyframes borderGlow{0%,to{background-position:0% 0%}50%{background-position:100% 100%}}.hero-image img{filter:drop-shadow(0 0 30px rgba(201,168,76,.15));animation:penGlow 3s ease-in-out infinite alternate}@keyframes penGlow{0%{filter:drop-shadow(0 0 20px rgba(201,168,76,.1))}to{filter:drop-shadow(0 0 40px rgba(201,168,76,.25))}}.sticky-buy-bar{position:fixed;bottom:-80px;left:0;right:0;z-index:9998;background:#0a0a0af2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(201,168,76,.2);padding:12px 24px;display:flex;align-items:center;justify-content:center;gap:20px;transition:bottom .4s cubic-bezier(.16,1,.3,1)}.sticky-buy-bar.visible{bottom:0}.sticky-buy-bar .sticky-info{display:flex;align-items:center;gap:12px;color:var(--text-secondary);font-size:.9rem}.sticky-buy-bar .sticky-name{font-weight:600;color:var(--text-primary)}.sticky-buy-bar .sticky-price{color:var(--gold);font-weight:700;font-size:1.1rem}@media(max-width:600px){.sticky-buy-bar{gap:12px;padding:10px 16px}.sticky-buy-bar .sticky-info{font-size:.8rem}}.section-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(201,168,76,.3),transparent);margin:0;border:none}.feature-icon{transition:transform .3s ease,color .3s ease}.feature-card:hover .feature-icon{transform:scale(1.15) translateY(-2px)}.feature-card:hover .feature-icon i{text-shadow:0 0 20px rgba(201,168,76,.5)}.plan-card.popular{border-color:#c9a84c4d;box-shadow:0 0 30px #c9a84c14,0 4px 20px #0000004d}.hero-badge{animation:badgePulse 2.5s ease-in-out infinite}@keyframes badgePulse{0%,to{box-shadow:0 0 #c9a84c26}50%{box-shadow:0 0 0 8px #c9a84c00}}.scroll-indicator{animation:scrollBounce 2s ease-in-out infinite}@keyframes scrollBounce{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(8px);opacity:.6}}.trust-item{transition:color .3s ease,transform .3s ease}.trust-item:hover{color:var(--gold);transform:translateY(-2px)}.cta{background:radial-gradient(ellipse at center,rgba(201,168,76,.06) 0%,transparent 60%)}.btn-primary:hover{box-shadow:0 0 24px #c9a84c4d,0 4px 12px #0000004d}.navbar.scrolled{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#000000d9!important}.account-icon{color:var(--text-secondary);font-size:1.1rem;transition:color .3s ease;display:flex;align-items:center}.account-icon:hover{color:var(--gold)}.mobile-menu-divider{height:1px;background:var(--border-color);margin:8px 0}.mobile-menu .nav-link i{width:20px;margin-right:8px;text-align:center}.auth-container{max-width:480px;margin:0 auto}.auth-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:36px}.auth-card h3{font-size:1.2rem;font-weight:600;margin-bottom:8px}.auth-subtitle{color:var(--text-secondary);font-size:.85rem;margin-bottom:24px}.auth-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.2);color:#22c55e;padding:12px 16px;border-radius:var(--radius);font-size:.85rem;margin-bottom:20px}.btn-full{width:100%;justify-content:center;margin-top:8px}.auth-links{display:flex;justify-content:center;gap:16px;margin-top:20px;flex-wrap:wrap}.auth-link{color:var(--gold);font-size:.82rem;text-decoration:none;transition:opacity .3s ease}.auth-link:hover{opacity:.8}.auth-text{color:var(--text-secondary);font-size:.82rem}.auth-card .errors{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#ef4444;padding:12px 16px;border-radius:var(--radius);font-size:.82rem;margin-bottom:20px;list-style:none}.auth-card .errors li{padding:2px 0}.account-layout{display:grid;grid-template-columns:300px 1fr;gap:28px;max-width:1000px;margin:0 auto}.account-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:28px;margin-bottom:20px}.account-card h3{font-size:1rem;font-weight:600;margin-bottom:20px;display:flex;align-items:center;gap:8px}.account-card h3 i{color:var(--gold);font-size:.9rem}.account-detail{margin-bottom:16px}.detail-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:4px}.detail-value{font-size:.85rem;color:var(--text-primary)}.account-actions{display:flex;gap:8px;margin-top:20px;flex-wrap:wrap}.btn-sm{padding:8px 16px;font-size:.75rem}.btn-outline{background:transparent;border:1px solid var(--border-color);color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.btn-danger{border-color:#ef44444d;color:#ef4444}.btn-danger:hover{border-color:#ef4444;background:#ef44441a}.orders-table{border:1px solid var(--border-color);border-radius:var(--radius);overflow:hidden}.orders-header{display:grid;grid-template-columns:1fr 1fr 1fr 100px;padding:12px 16px;background:#ffffff08;border-bottom:1px solid var(--border-color);font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.order-row{display:grid;grid-template-columns:1fr 1fr 1fr 100px;padding:14px 16px;border-bottom:1px solid var(--border-color);text-decoration:none;transition:background .2s ease;align-items:center}.order-row:last-child{border-bottom:none}.order-row:hover{background:#c9a84c08}.order-number{color:var(--gold);font-weight:600;font-size:.85rem}.order-date{color:var(--text-secondary);font-size:.82rem}.order-total{color:var(--text-primary);font-weight:600;font-size:.85rem;text-align:right}.status-pill{display:inline-block;padding:3px 10px;border-radius:50px;font-size:.65rem;font-weight:600}.status-paid,.status-complete{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.status-pending,.status-unfulfilled{background:#c9a84c1a;color:var(--gold);border:1px solid rgba(201,168,76,.2)}.status-refunded,.status-cancelled{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.empty-state{text-align:center;padding:40px 20px;font-family:DM Sans,sans-serif}.empty-state i{font-size:1.8rem;color:#000;margin-bottom:14px;display:block}.empty-state p{color:var(--text-muted);font-size:.82rem;font-family:DM Sans,sans-serif;margin-bottom:20px}.order-status-bar{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.order-item{display:flex;justify-content:space-between;align-items:flex-start;padding:16px 0;border-bottom:1px solid var(--border-color)}.order-item:last-of-type{border-bottom:none}.order-item-info{display:flex;flex-direction:column;gap:4px}.order-item-title{font-size:.9rem;font-weight:500;color:var(--text-primary)}.order-item-variant{font-size:.75rem;color:var(--text-muted)}.order-item-qty{font-size:.75rem;color:var(--text-secondary)}.order-item-price{font-weight:600;font-size:.9rem;color:var(--text-primary)}.order-totals{margin-top:20px;padding-top:16px;border-top:1px solid var(--border-color)}.order-total-row{display:flex;justify-content:space-between;padding:6px 0;font-size:.85rem;color:var(--text-secondary)}.order-total-row.discount{color:#22c55e}.order-total-row.total{font-weight:700;font-size:1rem;color:var(--text-primary);padding-top:12px;border-top:1px solid var(--border-color);margin-top:8px}.address-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.address-header h3{margin-bottom:0}.address-text{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.checkbox-group{display:flex;align-items:center;gap:8px}.checkbox-group label{font-size:.85rem;margin-bottom:0}.pagination{display:flex;justify-content:center;gap:8px;padding:20px 0}.pagination a,.pagination span{padding:8px 14px;border-radius:var(--radius);font-size:.82rem;text-decoration:none}.pagination a{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-secondary);transition:all .3s ease}.pagination a:hover{border-color:var(--gold);color:var(--gold)}.pagination .current{background:var(--gold);color:#000;font-weight:600}.account-hero{padding:100px 0 20px;background:linear-gradient(180deg,rgba(201,168,76,.04) 0%,transparent 100%)}.account-hero-inner{display:flex;align-items:center;gap:24px}.account-avatar{position:relative;width:72px;height:72px;flex-shrink:0}.avatar-initials{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--gold),#e6c96e);color:#000;font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.avatar-ring{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:2px solid rgba(201,168,76,.3);animation:avatarPulse 3s ease-in-out infinite}@keyframes avatarPulse{0%,to{border-color:#c9a84c4d;transform:scale(1)}50%{border-color:#c9a84c99;transform:scale(1.04)}}.account-hero-text h1{font-size:2rem;font-weight:700;margin-bottom:4px}.account-member-since{color:var(--text-muted);font-size:.8rem}.account-member-since i{margin-right:4px;color:var(--gold)}.account-stats-bar{padding:20px 0}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat-chip{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:18px 20px;display:flex;align-items:center;gap:14px;transition:border-color .3s ease}.stat-chip:hover{border-color:#c9a84c33}.stat-chip>i{font-size:1.2rem;color:var(--gold);width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#c9a84c14;border-radius:10px;flex-shrink:0}.stat-chip-number{display:block;font-size:1.1rem;font-weight:700;color:var(--text-primary);line-height:1.2}.stat-chip-label{font-size:.68rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.account-dashboard{max-width:1000px;margin:0 auto}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}.dash-col{display:flex;flex-direction:column;gap:20px}.dash-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:24px;position:relative;overflow:hidden}.dash-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dash-card-title{font-size:.85rem;font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:8px}.dash-card-title i{color:var(--gold);font-size:.8rem}.dash-card-link{color:var(--gold);font-size:.75rem;text-decoration:none;transition:opacity .3s ease}.dash-card-link:hover{opacity:.7}.dash-subscription{border-color:#c9a84c26;background:linear-gradient(135deg,rgba(201,168,76,.03) 0%,var(--bg-card) 50%)}.dash-card-glow{position:absolute;top:-100px;right:-100px;width:250px;height:250px;background:radial-gradient(circle,rgba(201,168,76,.06) 0%,transparent 70%);pointer-events:none}.plan-indicator{padding:5px 14px;border-radius:50px;font-size:.7rem;font-weight:700;display:flex;align-items:center;gap:5px;text-transform:uppercase;letter-spacing:.05em}.plan-free{background:#64748b1a;color:#94a3b8;border:1px solid rgba(100,116,139,.2)}.plan-plus{background:#c9a84c1a;color:var(--gold);border:1px solid rgba(201,168,76,.2)}.plan-pro{background:linear-gradient(135deg,#c9a84c26,#c9a84c0d);color:var(--gold);border:1px solid rgba(201,168,76,.3)}.subscription-content{position:relative;z-index:1}.sub-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}.sub-feature{background:#ffffff05;border:1px solid var(--border-color);border-radius:var(--radius);padding:16px 12px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.sub-feature-icon{color:var(--gold);font-size:1.1rem}.sub-feature-label{font-size:.82rem;font-weight:600;color:var(--text-primary)}.sub-feature-desc{font-size:.65rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.sub-actions{display:flex;gap:10px;flex-wrap:wrap}.sub-free-state{text-align:center}.sub-free-limits{display:flex;justify-content:center;gap:32px;margin-bottom:20px}.sub-free-limit{text-align:center}.limit-value{display:block;font-size:1.6rem;font-weight:700;background:linear-gradient(135deg,var(--gold-light),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.limit-label{font-size:.65rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.sub-upgrade-text{color:var(--text-secondary);font-size:.85rem;margin-bottom:16px}.quick-actions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.quick-action{display:flex;flex-direction:column;align-items:center;gap:8px;padding:18px 8px;border-radius:var(--radius);border:1px solid var(--border-color);text-decoration:none;transition:all .3s ease;background:transparent}.quick-action:hover{border-color:#c9a84c4d;background:#c9a84c08;transform:translateY(-2px)}.qa-icon{width:36px;height:36px;border-radius:10px;background:#c9a84c14;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:.9rem;transition:background .3s ease}.quick-action:hover .qa-icon{background:#c9a84c26}.qa-label{font-size:.7rem;color:var(--text-secondary);font-weight:500}.device-card-content{text-align:center}.device-connected .device-status{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:.9rem;margin-bottom:8px}.device-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.device-dot.connected{background:#22c55e;box-shadow:0 0 8px #22c55e66}.device-not-connected .device-illustration{width:64px;height:64px;margin:0 auto 16px;border-radius:50%;background:#c9a84c0f;border:1px solid rgba(201,168,76,.15);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.5rem}.device-cta-text{font-weight:600;font-size:.9rem;margin-bottom:4px}.device-note{color:var(--text-muted);font-size:.78rem}.order-cards{display:flex;flex-direction:column;gap:10px}.order-card{display:block;padding:16px;border:1px solid var(--border-color);border-radius:var(--radius);text-decoration:none;transition:all .3s ease}.order-card:hover{border-color:#c9a84c33;background:#c9a84c05}.order-hidden{display:none}.order-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.order-card-number{color:var(--gold);font-weight:700;font-size:.85rem}.order-card-details{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.order-card-date{font-size:.75rem;color:var(--text-muted)}.order-card-date i{margin-right:4px}.order-card-total{font-weight:600;font-size:.85rem;color:var(--text-primary)}.order-card-items{font-size:.72rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-card-more{color:var(--text-muted)}.order-card-tracking{margin-top:8px;font-size:.7rem;color:#22c55e;font-weight:600}.order-card-tracking.shipping{color:var(--gold)}.order-card-tracking i{margin-right:4px}.dash-account-info{margin-top:20px}.account-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.info-item{display:flex;gap:12px;align-items:flex-start}.info-icon{width:36px;height:36px;border-radius:10px;background:#c9a84c14;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:.8rem;flex-shrink:0}.info-label{font-size:.65rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;display:block;margin-bottom:2px}.info-value{font-size:.85rem;color:var(--text-primary);display:block}.account-info-actions{display:flex;gap:10px;margin-top:24px;padding-top:20px;border-top:1px solid var(--border-color)}.auth-icon-row{text-align:center;margin-bottom:20px}.auth-icon-circle{width:56px;height:56px;border-radius:50%;background:#c9a84c14;border:1px solid rgba(201,168,76,.15);display:inline-flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.2rem}.auth-heading{text-align:center;font-size:1.15rem;font-weight:600;margin-bottom:4px}.auth-subtitle{text-align:center;color:var(--text-muted);font-size:.82rem;margin-bottom:28px}.input-icon-wrap{position:relative}.input-icon-wrap i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:.8rem;pointer-events:none;transition:color .3s ease}.input-icon-wrap input{padding-left:40px}.input-icon-wrap input:focus+i,.input-icon-wrap:focus-within i{color:var(--gold)}.auth-divider{width:1px;height:14px;background:var(--border-color)}.auth-trust{display:flex;justify-content:center;gap:20px;margin-top:24px;padding-top:20px;border-top:1px solid var(--border-color)}.auth-trust span{font-size:.7rem;color:var(--text-muted)}.auth-trust i{margin-right:4px;color:#c9a84c66}.auth-perks{margin-top:24px;padding-top:20px;border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:10px}.auth-perk{font-size:.78rem;color:var(--text-secondary);display:flex;align-items:center;gap:8px}.auth-perk i{color:#22c55e;font-size:.7rem}.help-links{display:flex;flex-direction:column;gap:8px}.help-link{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid var(--border-color);border-radius:var(--radius);text-decoration:none;transition:all .3s ease}.help-link:hover{border-color:#c9a84c33;background:#c9a84c05}.help-link-icon{width:36px;height:36px;border-radius:10px;background:#c9a84c14;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:.85rem;flex-shrink:0}.help-link-text{flex:1}.help-link-title{display:block;font-size:.82rem;font-weight:600;color:var(--text-primary);margin-bottom:2px}.help-link-desc{display:block;font-size:.7rem;color:var(--text-muted)}.help-link-arrow{color:var(--text-muted);font-size:.65rem;transition:transform .3s ease}.help-link:hover .help-link-arrow{transform:translate(3px);color:var(--gold)}@media(max-width:900px){.stats-row{grid-template-columns:repeat(2,1fr)}.dash-grid,.account-info-grid{grid-template-columns:1fr}.sub-features-grid{grid-template-columns:repeat(2,1fr)}.account-layout{grid-template-columns:1fr}}@media(max-width:600px){.account-hero{padding:90px 0 16px}.account-hero-inner{flex-direction:column;text-align:center}.account-avatar{width:60px;height:60px}.avatar-initials{width:60px;height:60px;font-size:1.2rem}.account-hero-text h1{font-size:1.5rem}.stats-row{grid-template-columns:repeat(2,1fr);gap:8px}.stat-chip{padding:14px 12px;gap:10px}.stat-chip>i{width:30px;height:30px;font-size:.9rem}.stat-chip-number{font-size:.95rem}.dash-card{padding:20px 16px}.sub-features-grid{grid-template-columns:repeat(2,1fr);gap:8px}.sub-feature{padding:12px 8px}.sub-free-limits{gap:20px}.limit-value{font-size:1.3rem}.quick-actions-grid{grid-template-columns:repeat(3,1fr);gap:8px}.quick-action{padding:14px 6px}.qa-icon{width:32px;height:32px;font-size:.8rem}.qa-label{font-size:.65rem}.account-info-grid{grid-template-columns:1fr;gap:12px}.account-info-actions{flex-direction:column}.auth-card{padding:24px 20px}.account-card{padding:20px 16px}.orders-header{display:none}.order-row{grid-template-columns:1fr;gap:6px;padding:16px}.order-number{font-size:.9rem}.order-date{font-size:.75rem}.order-total{text-align:left;color:var(--gold)}.order-status-bar{flex-direction:column;align-items:flex-start}.form-row{grid-template-columns:1fr}.auth-trust{flex-direction:column;align-items:center;gap:8px}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:var(--gold-dark);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}*{scrollbar-width:thin;scrollbar-color:var(--gold-dark) #0a0a0a}.btn{min-height:44px}.nav-link,.mobile-menu .nav-link{min-height:44px;display:flex;align-items:center}.faq-item{min-height:44px}.cart-qty-btn,.quantity-selector button{min-width:44px;min-height:44px}.toggle-btn,.billing-btn{min-height:44px;padding:10px 20px}@media(max-width:900px){.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:min(320px,85vw);max-height:none!important;height:100vh;background:#050505fa;border-left:1px solid var(--border-gold);flex-direction:column;padding:80px 28px 32px!important;gap:0;overflow-y:auto;transform:translate(110%);opacity:1!important;transition:transform .38s cubic-bezier(.16,1,.3,1)!important;z-index:999;display:flex!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.mobile-menu.open{transform:translate(0)!important;max-height:none!important}.mobile-menu-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-menu-overlay.active{display:block}.mobile-menu .nav-link{font-size:1.05rem;padding:16px 0;border-bottom:1px solid var(--border-color);justify-content:flex-start;gap:12px}.mobile-menu .nav-link:last-child{border-bottom:none}}@media(max-width:768px){.section{padding:72px 0}.section-title{font-size:1.9rem}.section-subtitle{font-size:.9rem;margin-bottom:40px}.container{padding:0 20px}}@media(max-width:480px){.section{padding:56px 0}.section-title{font-size:1.65rem;letter-spacing:-.3px}h1,h2,h3{overflow-wrap:break-word;word-wrap:break-word}.hero-buttons .btn,.cta-buttons .btn{width:100%;justify-content:center}}.dot-nav{position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:100;display:flex;flex-direction:column;gap:10px;pointer-events:none}.dot-nav-item{width:7px;height:7px;border-radius:50%;background:#c9a84c4d;cursor:pointer;pointer-events:all;transition:width .3s ease,height .3s ease,background .3s ease,border-radius .3s ease,transform .3s ease;position:relative}.dot-nav-item:hover{background:#c9a84cb3;transform:scale(1.3)}.dot-nav-item.active{width:9px;height:9px;background:var(--gold);box-shadow:0 0 8px #c9a84c80;transform:scale(1)}.dot-nav-item:before{content:attr(data-label);position:absolute;right:calc(100% + 10px);top:50%;transform:translateY(-50%);background:#000000d9;color:var(--gold);font-family:var(--font-main);font-size:.7rem;font-weight:500;padding:4px 8px;border-radius:4px;white-space:nowrap;border:1px solid rgba(201,168,76,.2);opacity:0;pointer-events:none;transition:opacity .2s ease;letter-spacing:.5px}.dot-nav-item:hover:before{opacity:1}@media(max-width:900px){.dot-nav{right:10px;gap:8px}.dot-nav-item{width:5px;height:5px}.dot-nav-item.active{width:7px;height:7px}.dot-nav-item:before{display:none}}@media(max-width:480px){.dot-nav{display:none}}.btn-ripple{position:absolute;border-radius:50%;background:#ffffff40;transform:scale(0);animation:ripple-out .55s linear;pointer-events:none}@keyframes ripple-out{to{transform:scale(4);opacity:0}}.feature-card,.plan-card,.donna-card{--border-angle: 0deg;will-change:border-color,box-shadow}@keyframes gradient-border-spin{to{--border-angle: 360deg}}@property --border-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.feature-card:hover,.plan-card:hover,.donna-card:hover{border-color:transparent;background-image:linear-gradient(var(--bg-card),var(--bg-card)),conic-gradient(from var(--border-angle),var(--gold-dark),var(--gold-light),var(--gold),var(--gold-light),var(--gold-dark));background-origin:border-box;background-clip:padding-box,border-box;animation:gradient-border-spin 2.5s linear infinite;border:1px solid transparent}.word-reveal-wrapper{overflow:hidden;display:inline-block}.word-reveal{display:inline-block;opacity:0;transform:translateY(100%);transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.word-reveal.visible{opacity:1;transform:translateY(0)}.typing-cursor{display:inline-block;width:2px;height:1em;background:var(--gold);margin-left:3px;vertical-align:text-bottom;animation:blink-cursor .9s step-end infinite}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}.hero-spotlight{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.07) 0%,transparent 65%);pointer-events:none;transform:translate(-50%,-50%);transition:left .12s ease,top .12s ease;z-index:0;will-change:left,top}.parallax-slow,.parallax-mid{will-change:transform}.reveal,.reveal-left,.reveal-right,.reveal-scale,.feature-card,.product-card,.plan-card,.donna-card,.btn,.cursor-glow,.particle,.hero-spotlight{will-change:transform,opacity}.hero-image,.hero-pen-img,.pen-placeholder{transform:translateZ(0)}.features,.how-it-works,.specs,.donna-ai,.cta,.faq-section,.plans-section,.timeline-section,.contact-section{content-visibility:auto;contain-intrinsic-size:0 600px}.account-hero-actions{margin-left:auto;display:flex;align-items:center}.account-tab-nav{background:#050505;border-bottom:1px solid #1a1a1a;position:sticky;top:70px;z-index:100}.dash-tabs{display:flex;gap:0;overflow-x:auto;scrollbar-width:none}.dash-tabs::-webkit-scrollbar{display:none}.dash-tab{display:flex;align-items:center;gap:8px;padding:14px 22px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:#666;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;transition:color .2s,border-color .2s}.dash-tab:hover{color:#aaa}.dash-tab.active{color:#c9a84c;border-bottom-color:#c9a84c}.dash-tab-admin.active{color:#c9a84c}.dash-tab i{font-size:13px}@media(max-width:600px){.dash-tab span{display:none}.dash-tab{padding:14px 16px}}.dash-tab-panel{display:none}.dash-tab-panel.active{display:block;animation:tabFadeIn .25s ease}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.device-meta{display:flex;align-items:center;gap:8px;margin:6px 0 4px;font-size:12px}.device-fw-label{color:#666}.device-fw-value{color:#c9a84c;font-weight:600;font-family:monospace}#stat-queries-chip{display:none}.dash-header-controls{display:flex;align-items:center;gap:10px}.dash-search-input{background:#111;border:1px solid #2a2a2a;border-radius:8px;color:#fff;font-family:DM Sans,sans-serif;font-size:13px;padding:7px 12px;outline:none;transition:border-color .2s;width:200px}.dash-search-input:focus{border-color:#c9a84c}.dash-search-input::placeholder{color:#555}.conv-skeleton-wrap{padding:8px 0 4px}.conv-skeleton{height:56px;background:linear-gradient(90deg,#111 25%,#1a1a1a,#111 75%);background-size:200% 100%;animation:shimmerSkel 1.4s infinite;border-radius:10px;margin-bottom:10px}.conv-skeleton.short{height:36px}@keyframes shimmerSkel{0%{background-position:200% 0}to{background-position:-200% 0}}.dash-empty-state{display:flex;flex-direction:column;align-items:center;gap:10px;padding:32px 16px;color:#555;text-align:center}.dash-empty-state i{font-size:28px;color:#333}.dash-empty-state p{font-size:14px;margin:0}.dash-error-state{display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px 16px;color:#ff6b6b;text-align:center}.dash-error-state i{font-size:24px}.dash-error-state p{font-size:14px;margin:0}.conv-card{border:1px solid #1a1a1a;border-radius:10px;padding:14px 16px;margin-bottom:10px;cursor:pointer;transition:border-color .2s,background .2s;background:#080808}.conv-card:hover{border-color:#2e2e2e;background:#0d0d0d}.conv-card.conv-open{border-color:#c9a84c33}.conv-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.conv-card-left{display:flex;align-items:center;gap:8px;min-width:0}.conv-card-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.conv-mode-tag{background:#c9a84c1a;border:1px solid #c9a84c33;color:#c9a84c;font-size:10px;font-weight:600;padding:2px 7px;border-radius:99px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.conv-title{font-size:14px;font-weight:500;color:#ddd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.conv-date,.conv-count{font-size:12px;color:#555}.conv-chevron{font-size:11px;color:#555;transition:transform .25s ease}.conv-preview{font-size:13px;color:#666;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-detail{margin-top:12px;padding-top:12px;border-top:1px solid #1a1a1a}.conv-detail-note{font-size:13px;color:#555;margin:0}.conv-messages{display:flex;flex-direction:column;gap:8px}.conv-msg{display:flex;flex-direction:column;gap:3px}.conv-msg-role{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#555}.conv-msg-user .conv-msg-role{color:#c9a84c}.conv-msg-assistant .conv-msg-role{color:#7a9ff5}.conv-msg-text{font-size:13px;color:#bbb;line-height:1.5}.family-group-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}.family-group-name{font-size:18px;font-weight:700;color:#fff}.family-group-meta{font-size:13px;color:#666;margin-top:3px}.family-member-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #111}.family-member-row:last-child{border-bottom:none}.family-member-avatar{width:36px;height:36px;border-radius:50%;background:#c9a84c1a;border:1px solid #c9a84c33;color:#c9a84c;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.family-member-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.family-member-name{font-size:14px;font-weight:500;color:#ddd}.family-member-meta{font-size:12px;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.family-badge-owner{color:#c9a84c;font-size:13px;flex-shrink:0}.family-invite-form{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.family-invite-form .dash-search-input{width:100%;max-width:300px}.admin-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}@media(max-width:900px){.admin-stats-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.admin-stats-row{grid-template-columns:1fr 1fr;gap:10px}}.admin-stat-card{background:#080808;border:1px solid #1a1a1a;border-radius:14px;padding:20px 18px;position:relative;overflow:hidden;transition:border-color .2s}.admin-stat-card:hover{border-color:#c9a84c33}.admin-stat-skeleton{height:48px;background:linear-gradient(90deg,#111 25%,#1a1a1a,#111 75%);background-size:200% 100%;animation:shimmerSkel 1.4s infinite;border-radius:8px}.admin-stat-content{display:none}.admin-stat-number{font-size:28px;font-weight:800;color:#c9a84c;line-height:1;margin-bottom:4px;font-variant-numeric:tabular-nums}.admin-stat-label{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.06em}.admin-tier-breakdown{display:flex;flex-direction:column;gap:10px;padding:4px 0}.admin-tier-row{display:grid;grid-template-columns:110px 1fr 80px;align-items:center;gap:12px}.admin-tier-label{font-size:13px;color:#aaa;display:flex;align-items:center;gap:6px}.admin-tier-label i{color:#c9a84c;width:14px;text-align:center}.admin-tier-bar-wrap{height:7px;background:#1a1a1a;border-radius:99px;overflow:hidden;border:1px solid #222}.admin-tier-bar{height:100%;background:#c9a84c;border-radius:99px;transition:width .7s cubic-bezier(.16,1,.3,1)}.admin-tier-count{font-size:13px;color:#aaa;text-align:right;white-space:nowrap}.admin-tier-pct{color:#555;font-size:11px}.admin-user-search{margin-bottom:14px}.admin-user-search .dash-search-input{width:100%}.admin-user-list{display:flex;flex-direction:column;gap:0}.admin-user-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #111}.admin-user-row:last-child{border-bottom:none}.admin-user-avatar{width:36px;height:36px;border-radius:50%;background:#1a1a1a;border:1px solid #2a2a2a;color:#888;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-user-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.admin-user-name{font-size:13px;font-weight:500;color:#ddd}.admin-user-email{font-size:12px;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-user-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}@media(max-width:640px){.admin-user-row{flex-wrap:wrap}.admin-user-actions{width:100%;flex-wrap:wrap;justify-content:flex-start;margin-top:8px}}.admin-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.admin-modal-card{background:#0d0d0d;border:1px solid #c9a84c33;border-radius:18px;padding:28px;width:100%;max-width:440px;box-shadow:0 24px 80px #0009;animation:modalSlideIn .25s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.admin-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.admin-modal-title{font-size:16px;font-weight:600;color:#fff;display:flex;align-items:center;gap:8px}.admin-modal-title i{color:#c9a84c}.admin-modal-close{background:none;border:none;color:#666;font-size:18px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:color .2s,background .2s}.admin-modal-close:hover{color:var(--text-primary);background:var(--bg-card-hover)}.admin-edit-row{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.admin-edit-row label{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.05em}.admin-edit-val{font-size:14px;color:#ddd}.admin-edit-row .dash-search-input{width:100%}@media(max-width:768px){.account-hero-actions{display:none}.conv-title{max-width:160px}.admin-tier-row{grid-template-columns:90px 1fr 50px}.admin-modal-card{padding:20px 16px}}.gold-shimmer{background:linear-gradient(90deg,#c9a84c,#ffe6a0,#c9a84c,#ffe6a0,#c9a84c);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:goldShimmer 4s linear infinite}@keyframes goldShimmer{0%{background-position:0% center}to{background-position:200% center}}.hero .btn-primary{position:relative;overflow:hidden}.hero .btn-primary:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:conic-gradient(from 0deg,transparent,#c9a84c,transparent,#c9a84c,transparent);border-radius:inherit;z-index:-1;animation:borderRotate 3s linear infinite;opacity:.5}@keyframes borderRotate{to{transform:rotate(360deg)}}.section[data-depth]{will-change:transform;transition:transform .1s linear}.testimonial-card:hover{box-shadow:0 0 30px #c9a84c26,0 8px 32px #0006}.feature-card:nth-child(1){transition-delay:0s}.feature-card:nth-child(2){transition-delay:.1s}.feature-card:nth-child(3){transition-delay:.2s}.feature-card:nth-child(4){transition-delay:.3s}.feature-card:nth-child(5){transition-delay:.4s}.feature-card:nth-child(6){transition-delay:.5s}.sticky-buy-bar{transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .3s}.sticky-buy-bar.hidden{transform:translateY(100%);opacity:0;pointer-events:none}.blog-card{transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #c9a84c1a}.reveal img{transition:transform .8s cubic-bezier(.16,1,.3,1),filter .8s;filter:brightness(.7)}.reveal.visible img{filter:brightness(1)}.admin-invite-form{display:flex;flex-direction:column;gap:0}.admin-invite-form .dash-search-input{margin-bottom:10px}.admin-bulk-invite-toggle{display:flex;align-items:center;gap:8px;margin-top:16px;padding:10px 0 0;border-top:1px solid #1e1e1e;font-size:13px;color:#c9a84c;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:600;letter-spacing:.03em}.admin-bulk-invite-toggle:hover{color:#e0c068}.admin-bulk-chevron{margin-left:auto;font-size:11px;transition:transform .25s ease;color:#666}.admin-bulk-panel{margin-top:12px;display:flex;flex-direction:column;gap:0}.admin-bulk-textarea{min-height:80px;resize:vertical;font-family:inherit;margin-bottom:10px}.admin-modal-card--wide{max-width:560px;width:100%;max-height:85vh;overflow-y:auto}.admin-section-divider{height:1px;background:#1e1e1e;margin-bottom:16px}.admin-modes-header{font-size:13px;font-weight:700;color:#c9a84c;letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px;display:flex;align-items:center;gap:7px}.admin-modes-all-row{margin-bottom:10px}.admin-modes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px;margin-bottom:4px}.admin-mode-checkbox-label{display:flex;align-items:center;gap:8px;font-size:13px;color:#ccc;cursor:pointer;padding:6px 10px;border-radius:8px;border:1px solid #1e1e1e;background:#0d0d0d;transition:border-color .2s,background .2s}.admin-mode-checkbox-label:hover{border-color:#c9a84c33;background:#111}.admin-mode-checkbox-label input[type=checkbox]{display:none}.admin-mode-checkbox-custom{width:14px;height:14px;border-radius:4px;border:1.5px solid #333;background:#111;display:inline-block;flex-shrink:0;position:relative;transition:border-color .2s,background .2s}.admin-mode-checkbox-label input[type=checkbox]:checked+.admin-mode-checkbox-custom{background:#c9a84c;border-color:#c9a84c}.admin-mode-checkbox-label input[type=checkbox]:checked+.admin-mode-checkbox-custom:after{content:"";position:absolute;left:3px;top:1px;width:5px;height:8px;border:2px solid #000;border-top:none;border-left:none;transform:rotate(45deg)}.admin-mode-checkbox-label input[type=checkbox]:disabled+.admin-mode-checkbox-custom{opacity:.3}.admin-activity-row{display:grid;grid-template-columns:90px 80px 90px 1fr;gap:8px;align-items:center;padding:7px 0;border-bottom:1px solid #111;font-size:12px}.admin-activity-row:last-child{border-bottom:none}.admin-activity-date{color:#666}.admin-activity-mode{color:#c9a84c;font-weight:600;text-transform:capitalize}.admin-activity-type{color:#aaa}.admin-activity-tokens{color:#555;text-align:right}@media(max-width:768px){.admin-modal-card--wide{max-width:100%}.admin-modes-grid{grid-template-columns:1fr 1fr}.admin-activity-row{grid-template-columns:80px 70px 1fr}.admin-activity-tokens{display:none}}.help-search-wrap{margin-top:32px;display:flex;justify-content:center}.help-search{display:flex;align-items:center;gap:12px;background:#ffffff0a;border:1px solid rgba(201,168,76,.25);border-radius:50px;padding:14px 24px;width:100%;max-width:540px;transition:border-color .3s ease,box-shadow .3s ease}.help-search:focus-within{border-color:#c9a84c99;box-shadow:0 0 0 3px #c9a84c14}.help-search i{color:var(--gold);font-size:.95rem}.help-search input{background:none;border:none;outline:none;color:var(--white);font-family:var(--font-body);font-size:1rem;width:100%}.help-search input::placeholder{color:#ffffff59}.help-cats{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:56px}.help-cat{display:flex;align-items:center;gap:7px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:50px;color:#fff9;font-family:var(--font-body);font-size:.85rem;font-weight:500;padding:8px 18px;cursor:pointer;transition:all .25s ease}.help-cat:hover{border-color:#c9a84c66;color:var(--white)}.help-cat.active{background:#c9a84c1f;border-color:var(--gold);color:var(--gold)}.help-cat i{font-size:.8rem}.help-group{margin-bottom:64px}.help-group-header{display:flex;align-items:center;gap:16px;margin-bottom:28px}.help-group-icon{width:48px;height:48px;border-radius:12px;background:#c9a84c1a;border:1px solid rgba(201,168,76,.2);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.1rem;flex-shrink:0}.help-group-header h2{font-size:1.6rem;margin:0}.help-center-section .faq-list{margin-top:0}.help-contact-block{text-align:center;padding:56px 32px;background:#ffffff05;border:1px solid rgba(201,168,76,.15);border-radius:20px;margin-top:16px}.help-contact-icon{width:64px;height:64px;border-radius:50%;background:#c9a84c1a;border:1px solid rgba(201,168,76,.25);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.4rem;margin:0 auto 20px}.help-contact-block h3{font-size:1.8rem;margin-bottom:10px}.help-contact-block p{color:#fff9;margin-bottom:28px}.help-contact-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.gold-link{color:var(--gold);text-decoration:none;border-bottom:1px solid rgba(201,168,76,.3);transition:border-color .2s ease}.gold-link:hover{border-color:var(--gold)}ol.faq-answer-list,.faq-answer ol,.faq-answer ul{padding-left:20px;margin:10px 0;color:#ffffffb3}.faq-answer ol li,.faq-answer ul li{margin-bottom:6px;line-height:1.6}.faq-answer p{margin-bottom:10px}.faq-answer p:last-child{margin-bottom:0}@media(max-width:600px){.help-cats{gap:8px}.help-cat{font-size:.8rem;padding:7px 14px}.help-group-header h2{font-size:1.3rem}.help-contact-actions{flex-direction:column;align-items:center}}.firmware-changelog-section{padding-bottom:0}.firmware-changelog-section .timeline{padding-top:40px}.cl-meta{display:flex;align-items:center;gap:12px;margin-bottom:10px}.cl-version-badge{display:inline-block;background:var(--gold);color:#000;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:50px}.cl-date{font-size:.85rem;color:#ffffff73;display:flex;align-items:center;gap:6px}.cl-date i{color:var(--gold);font-size:.75rem}.firmware-update-guide{background:#ffffff04;border-top:1px solid rgba(201,168,76,.08)}.update-methods{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:40px 0 32px}.update-method-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:32px 28px;transition:border-color .3s ease}.update-method-card:hover{border-color:#c9a84c40}.update-method-icon{width:52px;height:52px;border-radius:12px;background:#c9a84c1a;border:1px solid rgba(201,168,76,.2);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.2rem;margin-bottom:18px}.update-method-card h3{font-size:1.15rem;margin-bottom:6px;color:var(--white)}.update-method-card>p{font-size:.9rem;color:#ffffff80;margin-bottom:18px}.update-steps{padding-left:18px;margin:0;color:#ffffffb3}.update-steps li{margin-bottom:8px;font-size:.9rem;line-height:1.55}.update-warning{display:flex;align-items:flex-start;gap:14px;background:#c9a84c0f;border:1px solid rgba(201,168,76,.2);border-radius:12px;padding:20px 24px;font-size:.9rem;color:#ffffffb3;line-height:1.55}.update-warning i{color:var(--gold);font-size:1.1rem;margin-top:2px;flex-shrink:0}.update-warning strong{color:var(--white)}@media(max-width:768px){.update-methods{grid-template-columns:1fr}}.press-overview-section{padding-bottom:0}.press-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:16px}.press-block{background:#ffffff05;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:36px 32px}.press-block h2{font-size:1.4rem;margin-bottom:16px}.press-block p{color:#ffffffa6;line-height:1.7;margin-bottom:14px}.press-block p:last-child{margin-bottom:0}.press-facts{list-style:none;padding:0;margin:0}.press-facts li{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:.92rem;color:#ffffffb3;line-height:1.5}.press-facts li:last-child{border-bottom:none}.press-facts li i{color:var(--gold);font-size:.8rem;margin-top:3px;flex-shrink:0;width:14px}.press-facts li strong{color:var(--white)}.press-assets-section{padding-top:0}.press-assets-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:40px 0}.press-asset-card{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;transition:border-color .3s ease}.press-asset-card:hover{border-color:#c9a84c40}.press-asset-img{background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;padding:32px;min-height:200px}.press-asset-img img{max-width:100%;max-height:160px;object-fit:contain}.press-asset-logo img{max-height:80px}.press-asset-info{padding:24px}.press-asset-info h4{font-size:1rem;margin-bottom:8px;color:var(--white)}.press-asset-info p{font-size:.85rem;color:#ffffff80;margin-bottom:16px}.btn-sm{padding:8px 16px!important;font-size:.82rem!important}.press-kit-cta{margin:16px 0 48px}.press-kit-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;background:#c9a84c0f;border:1px solid rgba(201,168,76,.2);border-radius:16px;padding:32px 40px}.press-kit-inner h3{font-size:1.5rem;margin-bottom:8px}.press-kit-inner p{color:#fff9;margin:0}.press-kit-inner .btn{flex-shrink:0}.press-contact-block{text-align:center;padding:48px 32px;background:#ffffff05;border:1px solid rgba(255,255,255,.07);border-radius:16px;margin-bottom:16px}.press-contact-icon{width:56px;height:56px;border-radius:50%;background:#c9a84c1a;border:1px solid rgba(201,168,76,.25);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.2rem;margin:0 auto 18px}.press-contact-block h3{font-size:1.6rem;margin-bottom:10px}.press-contact-block p{color:#fff9;margin-bottom:12px}.press-email{display:inline-flex;align-items:center;gap:8px;font-size:1.1rem;font-weight:600;margin-bottom:12px}.press-response-note{font-size:.82rem;color:#ffffff59;margin-top:8px}.press-news-section{padding-top:0}.press-news-placeholder{text-align:center;padding:64px 32px;background:#ffffff05;border:1px solid rgba(255,255,255,.07);border-radius:20px;border-style:dashed}.press-news-icon{width:72px;height:72px;border-radius:50%;background:#c9a84c12;border:1px solid rgba(201,168,76,.15);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.5rem;margin:0 auto 24px;opacity:.7}.press-news-placeholder h3{font-size:1.4rem;margin-bottom:12px;color:#ffffffb3}.press-news-placeholder p{color:#ffffff73;max-width:480px;margin:0 auto 12px}.press-team-section{padding-top:0}@media(max-width:900px){.press-grid,.press-assets-grid{grid-template-columns:1fr}.press-kit-inner{flex-direction:column;text-align:center}}.comparison-section{overflow-x:auto}.compare-table-wrap{overflow-x:auto;border-radius:16px;border:1px solid rgba(255,255,255,.08);margin:40px 0}.compare-table{width:100%;border-collapse:collapse;min-width:720px}.compare-table thead tr{border-bottom:1px solid rgba(201,168,76,.2)}.compare-table th{padding:20px 18px;text-align:center;font-family:var(--font-heading);font-size:.85rem;font-weight:600;color:#ffffff8c;background:#ffffff06;vertical-align:bottom}.compare-table th.compare-feature-col{text-align:left;color:#ffffff59;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;width:200px}.compare-table th.highlighted{background:#c9a84c12;border-left:1px solid rgba(201,168,76,.2);border-right:1px solid rgba(201,168,76,.2);color:var(--gold)}.compare-th-inner{display:flex;flex-direction:column;align-items:center;gap:6px}.compare-logo{width:32px;height:32px;object-fit:contain;border-radius:6px}.compare-th-icon{font-size:1.2rem;color:#ffffff4d;margin-bottom:2px}.compare-best-badge{display:inline-block;background:var(--gold);color:#000;font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:2px 8px;border-radius:50px;margin-top:2px}.compare-table tbody tr{border-bottom:1px solid rgba(255,255,255,.05);transition:background .2s ease}.compare-table tbody tr:last-child{border-bottom:none}.compare-table tbody tr:hover{background:#ffffff05}.compare-table td{padding:18px;text-align:center;font-size:.88rem;vertical-align:middle}.compare-table td.compare-feature-col{text-align:left;color:#ffffffa6;font-weight:500;display:flex;align-items:center;gap:10px}.compare-table td.compare-feature-col i{color:var(--gold);font-size:.8rem;width:14px}.compare-table td.highlighted{background:#c9a84c0d;border-left:1px solid rgba(201,168,76,.15);border-right:1px solid rgba(201,168,76,.15)}.compare-check{display:inline-flex;align-items:center;gap:6px;color:#6ee7a0;font-weight:500}.compare-check i{color:#6ee7a0}.compare-x{display:inline-flex;align-items:center;gap:6px;color:#ffffff4d}.compare-x i{color:#ff646480}.compare-partial{display:inline-flex;align-items:center;gap:6px;color:#ffffff73}.compare-partial i{color:#c9a84c99}.compare-value{color:#ffffff8c}.compare-value.gold{color:var(--gold);font-weight:600}.compare-summary{margin-top:16px}.compare-summary-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;background:#c9a84c0d;border:1px solid rgba(201,168,76,.18);border-radius:20px;padding:40px 48px}.compare-summary-text h3{font-size:1.5rem;margin-bottom:12px}.compare-summary-text p{color:#fff9;max-width:560px;line-height:1.7;margin:0}.compare-score-box{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.compare-score{font-family:var(--font-heading);font-size:3.5rem;font-weight:800;color:var(--gold);line-height:1}.compare-score-label{font-size:.8rem;color:#fff6;text-transform:uppercase;letter-spacing:.08em;margin-top:6px;text-align:center}.section-heading{font-size:2rem;text-align:center;margin-bottom:12px}.section-sub{text-align:center;color:#ffffff80;max-width:560px;margin:0 auto 40px}@media(max-width:900px){.compare-summary-inner{flex-direction:column;text-align:center;padding:32px 24px}.compare-summary-text p{max-width:100%}}@media(max-width:600px){.compare-table th,.compare-table td{padding:14px 12px;font-size:.8rem}.compare-score{font-size:2.5rem}}.hero-pen-wrap{display:contents}.hero-image img,.hero-image .pen-placeholder{transition:transform .12s ease,box-shadow .3s ease;will-change:transform}@media(prefers-reduced-motion:reduce){.hero-image img,.hero-image .pen-placeholder{transition:none!important}}.pen-glow-pulse{animation:penGlowPulse 3s ease-in-out infinite}@keyframes penGlowPulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.85;transform:scale(1.06)}}@media(prefers-reduced-motion:reduce){.pen-glow-pulse{animation:none}}@supports (view-transition-name: root){::view-transition-old(root){animation:vtFadeOut .22s ease forwards}::view-transition-new(root){animation:vtFadeIn .22s ease forwards}}@keyframes vtFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}@keyframes vtFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}body.page-transitioning{animation:pageFadeOut .2s ease forwards}body.page-entering{animation:pageFadeIn .25s ease forwards}@keyframes pageFadeOut{to{opacity:0;transform:translateY(-4px)}}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){body.page-transitioning,body.page-entering{animation:none!important}}.reading-progress{position:fixed;top:0;left:0;width:0%;height:3px;background:linear-gradient(90deg,var(--gold-dark),var(--gold),var(--gold-light));z-index:1002;transition:width .08s linear;box-shadow:0 0 8px #c9a84c99,0 0 2px #c9a84ce6;border-radius:0 2px 2px 0;pointer-events:none}.scroll-progress{height:3px!important;box-shadow:0 0 10px #c9a84cb3,0 0 3px #c9a84c!important}a:not(.btn):not(.nav-link):not(.mobile-nav-link):not([class]){position:relative}a:not(.btn):not(.nav-link):not(.mobile-nav-link):not([class]):after{content:"";position:absolute;bottom:-1px;left:50%;right:50%;height:1px;background:var(--gold);transition:left .25s ease,right .25s ease}a:not(.btn):not(.nav-link):not(.mobile-nav-link):not([class]):hover:after{left:0;right:0}@media(prefers-reduced-motion:reduce){a:not(.btn):not(.nav-link):not(.mobile-nav-link):not([class]):after{transition:none}}input:focus,input:focus-visible,textarea:focus,textarea:focus-visible,select:focus,select:focus-visible{box-shadow:0 0 0 2px #c9a84c40,0 0 16px #c9a84c1f!important;border-color:#c9a84c99!important;outline:none;transition:box-shadow .25s ease,border-color .25s ease!important}.newsletter-input:focus,.hero-email-input:focus,input[type=email]:focus{transform:scaleX(1.015);transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s ease,border-color .25s ease!important}@media(prefers-reduced-motion:reduce){.newsletter-input:focus,.hero-email-input:focus,input[type=email]:focus{transform:none}}@media(prefers-reduced-motion:reduce){.feature-card:before,.plan-card:before,.blog-card:before,.donna-card:before,.stats-card:before,.bundle-card:before,.value-card:before{display:none}}:root[data-theme=light] .logo-nexus{color:#0a0a0a;font-weight:700}:root[data-theme=light] .logo-pen{color:#a8893f;font-weight:700}:root[data-theme=light] .step-number{color:#a8893f73}:root[data-theme=light] .step-line{background:#a8893f66}:root[data-theme=light] .feature-card{background:#fff;border:1px solid #e5e5e5;box-shadow:0 2px 8px #0000000a}:root[data-theme=light] .feature-card:hover{background:#fafafa;border-color:#a8893f73;box-shadow:0 8px 24px #a8893f1f,0 0 0 1px #a8893f26}:root[data-theme=light] .feature-icon{background:#a8893f1a;border:1px solid rgba(168,137,63,.25)}:root[data-theme=light] .spec-card{background:#fff;border:1px solid #e5e5e5;box-shadow:0 2px 8px #0000000a}:root[data-theme=light] .spec-card:hover{background:#fafafa;border-color:#a8893f73}:root[data-theme=light] .plan-card,:root[data-theme=light] .blog-card,:root[data-theme=light] .product-card,:root[data-theme=light] .testimonial-card,:root[data-theme=light] .article-card{background:#fff;border:1px solid #e5e5e5;box-shadow:0 2px 8px #0000000a}:root[data-theme=light] .plan-card.popular{border-color:#a8893f80;box-shadow:0 4px 24px #a8893f2e}:root[data-theme=light] .trust-badges{border-top:1px solid rgba(0,0,0,.1)}:root[data-theme=light] .trust-item{color:#4a4a4a}:root[data-theme=light] .trust-item i{color:#a8893f}:root[data-theme=light] .scroll-prompt,:root[data-theme=light] .scroll-indicator,:root[data-theme=light] .scroll-down{color:#6a6a6a}:root[data-theme=light] .hero:before{display:none}:root[data-theme=light] body:after{display:none}:root[data-theme=light] .sticky-buy-bar{background:#fff;border-top:1px solid #e5e5e5;box-shadow:0 -4px 24px #00000014}:root[data-theme=light] .mobile-menu .nav-link{color:#0a0a0a}:root[data-theme=light] .section-title,:root[data-theme=light] .section h1,:root[data-theme=light] .section h2,:root[data-theme=light] .section h3{color:#0a0a0a}:root[data-theme=light] .section-subtitle,:root[data-theme=light] .section p{color:#4a4a4a}:root[data-theme=light] .hero h1 .gold,:root[data-theme=light] .gold-shimmer,:root[data-theme=light] .gold{background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;-webkit-text-fill-color:currentColor!important;color:#a8893f!important;animation:none!important}:root[data-theme=light] .section-title .gold,:root[data-theme=light] h2 .gold,:root[data-theme=light] h1 .gold,:root[data-theme=light] h3 .gold{color:#a8893f!important}:root[data-theme=light] .feature-card,:root[data-theme=light] .product-card,:root[data-theme=light] .donna-card,:root[data-theme=light] .plan-card,:root[data-theme=light] .bundle-card,:root[data-theme=light] .testimonial-card,:root[data-theme=light] .blog-card,:root[data-theme=light] .article-card,:root[data-theme=light] .review-card,:root[data-theme=light] .why-card,:root[data-theme=light] .stat-card,:root[data-theme=light] .fact-card{background:#fff!important;border:1px solid #e5e5e5!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:0 2px 12px #0000000d}:root[data-theme=light] .feature-card:hover,:root[data-theme=light] .product-card:hover,:root[data-theme=light] .donna-card:hover,:root[data-theme=light] .plan-card:hover,:root[data-theme=light] .bundle-card:hover{background:#fcfcfc!important;border-color:#a8893f73!important;box-shadow:0 8px 28px #a8893f1f,0 0 0 1px #a8893f2e!important}:root[data-theme=light] .app-btn{border:1px solid #d8d8d8;color:#0a0a0a;background:#fff}:root[data-theme=light] .app-btn:hover{border-color:#a8893f;color:#a8893f}:root[data-theme=light] #plans-section{background:#fff!important}:root[data-theme=light] .np-plan-card,:root[data-theme=light] .np-info-box{background:#fff!important;border:1px solid #e5e5e5!important}:root[data-theme=light] .np-plan-card.np-popular{border-color:#a8893f80!important;box-shadow:0 4px 24px #a8893f2e!important}:root[data-theme=light] .np-save-badge{background:#f0e6cc!important;color:#8a6f30!important}:root[data-theme=light] .feature-card p,:root[data-theme=light] .donna-card>p,:root[data-theme=light] .plan-card .plan-feature,:root[data-theme=light] .bundle-card p{color:#2a2a2a!important}:root[data-theme=light] .step-number{color:#a8893fa6!important}:root[data-theme=light] .scroll-prompt,:root[data-theme=light] .scroll-indicator,:root[data-theme=light] .scroll-down,:root[data-theme=light] .hero-scroll-cue{color:#6a6a6a!important}:root[data-theme=light] .a11y-block-content p,:root[data-theme=light] .a11y-card h3,:root[data-theme=light] .a11y-card p,:root[data-theme=light] .a11y-contact-card>p,:root[data-theme=light] .a11y-contact-card h2,:root[data-theme=light] .a11y-contact-divider,:root[data-theme=light] .a11y-contact-link:hover,:root[data-theme=light] .a11y-contact-note,:root[data-theme=light] .a11y-goal-list li,:root[data-theme=light] .a11y-section-sub,:root[data-theme=light] .accessibility-hero-section .page-hero-sub,:root[data-theme=light] .admin-modal-title,:root[data-theme=light] .announcement-bar__close:hover,:root[data-theme=light] .app-dl-btn,:root[data-theme=light] .app-dl-btn .dl-sub,:root[data-theme=light] .atl-header h2,:root[data-theme=light] .atl-title,:root[data-theme=light] .bio-card-name,:root[data-theme=light] .careers-hero .hero-stat .lbl,:root[data-theme=light] .careers-hero p,:root[data-theme=light] .cl-date,:root[data-theme=light] .cl-list li,:root[data-theme=light] .cl-tab,:root[data-theme=light] .cl-tab:hover,:root[data-theme=light] .cl-title,:root[data-theme=light] .cl-version,:root[data-theme=light] .compare-partial,:root[data-theme=light] .compare-score-label,:root[data-theme=light] .compare-summary-text p,:root[data-theme=light] .compare-table td.compare-feature-col,:root[data-theme=light] .compare-table th,:root[data-theme=light] .compare-table th.compare-feature-col,:root[data-theme=light] .compare-th-icon,:root[data-theme=light] .compare-value,:root[data-theme=light] .compare-x,:root[data-theme=light] .contact-tile h4,:root[data-theme=light] .contact-tile p,:root[data-theme=light] .cookie-consent__decline:focus-visible,:root[data-theme=light] .cookie-consent__decline:hover,:root[data-theme=light] .cookie-consent__link:hover,:root[data-theme=light] .cp-annual-price,:root[data-theme=light] .cp-plan-price,:root[data-theme=light] .culture-pillar h4,:root[data-theme=light] .culture-pillar p,:root[data-theme=light] .culture-text p,:root[data-theme=light] .dash-search-input,:root[data-theme=light] .e404-card-title,:root[data-theme=light] .e404-d,:root[data-theme=light] .e404-search-input,:root[data-theme=light] .ent-badge__name,:root[data-theme=light] .ent-btn-secondary,:root[data-theme=light] .ent-case-card__stat,:root[data-theme=light] .ent-form-control,:root[data-theme=light] .ent-section,:root[data-theme=light] .family-group-name,:root[data-theme=light] .faq-answer ol,:root[data-theme=light] .faq-answer ul,:root[data-theme=light] .feature-col,:root[data-theme=light] .feature-detail,:root[data-theme=light] .feature-name,:root[data-theme=light] .ft-btn-secondary,:root[data-theme=light] .ft-confirm h3,:root[data-theme=light] .ft-detail-card h3,:root[data-theme=light] .ft-faq-header h2,:root[data-theme=light] .ft-faq-q,:root[data-theme=light] .ft-field input,:root[data-theme=light] .ft-field label,:root[data-theme=light] .ft-form-wrap h2,:root[data-theme=light] .ft-hero h1,:root[data-theme=light] .ft-list li,:root[data-theme=light] .ft-list li strong,:root[data-theme=light] .ft-pain__card h3,:root[data-theme=light] .ft-perk,:root[data-theme=light] .ft-pilot__input,:root[data-theme=light] .ft-pricing__price-num,:root[data-theme=light] .ft-section,:root[data-theme=light] .ft-testimonial-card__name,:root[data-theme=light] .ft-timeline-card h3,:root[data-theme=light] .ft-tl-item>div:last-child,:root[data-theme=light] .ft-tl-item strong,:root[data-theme=light] .gg-btn-secondary,:root[data-theme=light] .gg-bundle-card:not(.featured) .gg-bundle-card__cta,:root[data-theme=light] .gg-bundle-card__price,:root[data-theme=light] .gg-giftcard__visual-amount,:root[data-theme=light] .gg-season-card__title,:root[data-theme=light] .gg-section,:root[data-theme=light] .gs-cmd-desc,:root[data-theme=light] .gs-issue-a,:root[data-theme=light] .gs-issue-q i.chevron,:root[data-theme=light] .gs-issue-q span,:root[data-theme=light] .gs-list li,:root[data-theme=light] .gs-mode-card h3,:root[data-theme=light] .gs-mode-card p,:root[data-theme=light] .gs-oled-table td,:root[data-theme=light] .gs-oled-table td:first-child,:root[data-theme=light] .gs-page-hero p,:root[data-theme=light] .gs-steps li span,:root[data-theme=light] .gs-steps li strong,:root[data-theme=light] .gs-toc ol li a,:root[data-theme=light] .guarantee-text h2,:root[data-theme=light] .help-cat,:root[data-theme=light] .help-contact-block p,:root[data-theme=light] .help-search input::placeholder,:root[data-theme=light] .hiw-page__title,:root[data-theme=light] .hiw-step__heading,:root[data-theme=light] .legal-section-block h2,:root[data-theme=light] .note-box p,:root[data-theme=light] .np-billing-btn:not(.np-active):hover,:root[data-theme=light] .np-feature-val,:root[data-theme=light] .np-info-box h3,:root[data-theme=light] .np-plan-name,:root[data-theme=light] .np-price-amount,:root[data-theme=light] .open-box p,:root[data-theme=light] .open-form input,:root[data-theme=light] .open-form input::placeholder,:root[data-theme=light] .open-form select,:root[data-theme=light] .open-form select option,:root[data-theme=light] .open-form textarea,:root[data-theme=light] .open-form textarea::placeholder,:root[data-theme=light] .pk-asset-name,:root[data-theme=light] .pk-card-header h3,:root[data-theme=light] .pk-coverage-title,:root[data-theme=light] .pk-founder-name,:root[data-theme=light] .policy-box p,:root[data-theme=light] .policy-highlight p,:root[data-theme=light] .press-asset-info p,:root[data-theme=light] .press-bar-mission-text,:root[data-theme=light] .press-block p,:root[data-theme=light] .press-contact-block p,:root[data-theme=light] .press-facts li,:root[data-theme=light] .press-kit-inner p,:root[data-theme=light] .press-news-placeholder h3,:root[data-theme=light] .press-news-placeholder p,:root[data-theme=light] .press-response-note,:root[data-theme=light] .product-changelog-hero-section .page-hero-sub,:root[data-theme=light] .reviews__empty-heading,:root[data-theme=light] .rma-step-text span,:root[data-theme=light] .rma-step-text strong,:root[data-theme=light] .role-card .role-dept,:root[data-theme=light] .role-card h3,:root[data-theme=light] .role-card p,:root[data-theme=light] .role-tag,:root[data-theme=light] .roles-header p,:root[data-theme=light] .section-sub,:root[data-theme=light] .shipping-answer p,:root[data-theme=light] .shipping-included-list li,:root[data-theme=light] .shipping-question,:root[data-theme=light] .student-benefit-card h3,:root[data-theme=light] .student-form-field input,:root[data-theme=light] .student-form-field select,:root[data-theme=light] .student-step-content h3,:root[data-theme=light] .student-success,:root[data-theme=light] .tp-empty-heading,:root[data-theme=light] .tp-title,:root[data-theme=light] .trust-badge-sub,:root[data-theme=light] .trust-badge-title,:root[data-theme=light] .update-method-card>p,:root[data-theme=light] .update-steps,:root[data-theme=light] .update-title,:root[data-theme=light] .update-warning,:root[data-theme=light] .value-card h4,:root[data-theme=light] .warranty-card .card-sub,:root[data-theme=light] .warranty-hero p,:root[data-theme=light] .warranty-items li,:root[data-theme=light] .white,:root[data-theme=light] .why-nexus-subheading,:root[data-theme=light] .why-nexus-table td,:root[data-theme=light] .why-nexus-table th,:root[data-theme=light] :root,:root[data-theme=light] .e404-heading,:root[data-theme=light] ol.faq-answer-list{color:#0a0a0a!important}:root[data-theme=light] .cl-tab:hover{color:#000000d9!important}:root[data-theme=light] .gs-list li,:root[data-theme=light] .gs-steps li span{color:#000c!important}:root[data-theme=light] .ft-list li,:root[data-theme=light] .ft-perk,:root[data-theme=light] .gs-oled-table td,:root[data-theme=light] .warranty-items li{color:#000000bf!important}:root[data-theme=light] .a11y-goal-list li,:root[data-theme=light] .ft-field label,:root[data-theme=light] .ft-tl-item>div:last-child,:root[data-theme=light] .policy-box p,:root[data-theme=light] .policy-highlight p,:root[data-theme=light] .press-facts li,:root[data-theme=light] .press-news-placeholder h3,:root[data-theme=light] .update-steps,:root[data-theme=light] .update-warning,:root[data-theme=light] ol.faq-answer-list,.faq-answer ol,.faq-answer ul{color:#000000b3!important}:root[data-theme=light] .a11y-block-content p,:root[data-theme=light] .cl-list li,:root[data-theme=light] .compare-table td.compare-feature-col,:root[data-theme=light] .culture-text p,:root[data-theme=light] .gs-cmd-desc,:root[data-theme=light] .gs-issue-a,:root[data-theme=light] .note-box p,:root[data-theme=light] .press-block p,:root[data-theme=light] .shipping-answer p,:root[data-theme=light] .shipping-included-list li{color:#000000a6!important}:root[data-theme=light] .a11y-card p,:root[data-theme=light] .a11y-contact-card>p,:root[data-theme=light] .accessibility-hero-section .page-hero-sub,:root[data-theme=light] .careers-hero p,:root[data-theme=light] .compare-summary-text p,:root[data-theme=light] .gs-page-hero p,:root[data-theme=light] .help-cat,:root[data-theme=light] .help-contact-block p,:root[data-theme=light] .open-box p,:root[data-theme=light] .press-contact-block p,:root[data-theme=light] .press-kit-inner p,:root[data-theme=light] .product-changelog-hero-section .page-hero-sub,:root[data-theme=light] .rma-step-text span,:root[data-theme=light] .role-card p,:root[data-theme=light] .warranty-hero p,:root[data-theme=light] .why-nexus-table td{color:#0009!important}:root[data-theme=light] .a11y-section-sub,:root[data-theme=light] .cl-tab,:root[data-theme=light] .compare-table th,:root[data-theme=light] .compare-value,:root[data-theme=light] .feature-detail,:root[data-theme=light] .gs-mode-card p,:root[data-theme=light] .gs-toc ol li a,:root[data-theme=light] .press-bar-mission-text,:root[data-theme=light] .roles-header p{color:#0000008c!important}:root[data-theme=light] .contact-tile p,:root[data-theme=light] .culture-pillar p,:root[data-theme=light] .press-asset-info p,:root[data-theme=light] .role-tag,:root[data-theme=light] .section-sub,:root[data-theme=light] .trust-badge-sub,:root[data-theme=light] .update-method-card>p,:root[data-theme=light] .why-nexus-subheading,:root[data-theme=light] .why-nexus-table th{color:#00000080!important}:root[data-theme=light] .app-dl-btn .dl-sub,:root[data-theme=light] .cl-date,:root[data-theme=light] .compare-partial,:root[data-theme=light] .press-news-placeholder p{color:#00000073!important}:root[data-theme=light] .a11y-contact-link:hover,:root[data-theme=light] .careers-hero .hero-stat .lbl,:root[data-theme=light] .compare-score-label,:root[data-theme=light] .contact-tile h4,:root[data-theme=light] .role-card .role-dept,:root[data-theme=light] .warranty-card .card-sub{color:#0006!important}:root[data-theme=light] .cl-date,:root[data-theme=light] .compare-table th.compare-feature-col,:root[data-theme=light] .help-search input::placeholder,:root[data-theme=light] .press-response-note{color:#00000059!important}:root[data-theme=light] .a11y-contact-divider,:root[data-theme=light] .a11y-contact-note,:root[data-theme=light] .compare-th-icon,:root[data-theme=light] .compare-x,:root[data-theme=light] .gs-issue-q i.chevron,:root[data-theme=light] .open-form input::placeholder,.open-form textarea::placeholder{color:#0000004d!important}:root[data-theme=light] :root{color:#00000012!important}:root[data-theme=light] .a11y-block,:root[data-theme=light] .a11y-card,:root[data-theme=light] .admin-modal-card,:root[data-theme=light] .admin-mode-checkbox-custom,:root[data-theme=light] .admin-mode-checkbox-label,:root[data-theme=light] .admin-mode-checkbox-label:hover,:root[data-theme=light] .admin-stat-card,:root[data-theme=light] .admin-stat-skeleton,:root[data-theme=light] .admin-tier-bar-wrap,:root[data-theme=light] .admin-user-avatar,:root[data-theme=light] .app-dl-btn,:root[data-theme=light] .atl-content,:root[data-theme=light] .atl-node,:root[data-theme=light] .atl-section,:root[data-theme=light] .audio-card--gold,:root[data-theme=light] .bio-card,:root[data-theme=light] .bio-card-photo,:root[data-theme=light] .bio-card-photo .photo-placeholder,:root[data-theme=light] .chat-header,:root[data-theme=light] .chat-input-bar,:root[data-theme=light] .chat-msg.donna .chat-bubble,:root[data-theme=light] .cl-body,:root[data-theme=light] .cl-dot,:root[data-theme=light] .code-header,:root[data-theme=light] .contact-tile,:root[data-theme=light] .conv-card:hover,:root[data-theme=light] .conv-skeleton,:root[data-theme=light] .cookie-consent,:root[data-theme=light] .cp-annual-card,:root[data-theme=light] .cp-annual-wrap,:root[data-theme=light] .cp-category-row td,:root[data-theme=light] .cp-plan-head,:root[data-theme=light] .cp-table th,:root[data-theme=light] .culture-pillar,:root[data-theme=light] .dash-search-input,:root[data-theme=light] .dev-pricing__card--featured,:root[data-theme=light] .donna-av,:root[data-theme=light] .e404-card,:root[data-theme=light] .e404-card:hover,:root[data-theme=light] .e404-search-inner,:root[data-theme=light] .ent-badge,:root[data-theme=light] .ent-cap-item,:root[data-theme=light] .ent-cap-item:hover,:root[data-theme=light] .ent-case-card,:root[data-theme=light] .ent-form,:root[data-theme=light] .ent-form-control,:root[data-theme=light] .ent-section,:root[data-theme=light] .faq-cat-btn,:root[data-theme=light] .faq-full-section,:root[data-theme=light] .founded-stat,:root[data-theme=light] .ft-detail-card,:root[data-theme=light] .ft-faq-item,:root[data-theme=light] .ft-field input,:root[data-theme=light] .ft-helps__visual,:root[data-theme=light] .ft-pain__card,:root[data-theme=light] .ft-pilot__input,:root[data-theme=light] .ft-pricing__card,:root[data-theme=light] .ft-section,:root[data-theme=light] .ft-testimonial-card,:root[data-theme=light] .ft-timeline-card,:root[data-theme=light] .ft-tl-dot,:root[data-theme=light] .gg-amount-btn,:root[data-theme=light] .gg-bundle-card,:root[data-theme=light] .gg-giftcard__visual,:root[data-theme=light] .gg-hero__tag,:root[data-theme=light] .gg-season-card,:root[data-theme=light] .gg-section,:root[data-theme=light] .gg-why-card,:root[data-theme=light] .gs-box,:root[data-theme=light] .gs-issue,:root[data-theme=light] .gs-mode-card,:root[data-theme=light] .gs-toc,:root[data-theme=light] .hiw-chip,:root[data-theme=light] .hiw-modes,:root[data-theme=light] .hiw-page,:root[data-theme=light] .legal-contact-card,:root[data-theme=light] .legal-section,:root[data-theme=light] .legal-table th,:root[data-theme=light] .member-photo .placeholder-avatar,:root[data-theme=light] .newsletter-overlay,:root[data-theme=light] .np-billing-btn.np-active .np-save-badge,:root[data-theme=light] .np-plan-card.np-popular,:root[data-theme=light] .np-save-badge,:root[data-theme=light] .open-box,:root[data-theme=light] .open-form select option,:root[data-theme=light] .pen-grip,:root[data-theme=light] .pen-grip-sm,:root[data-theme=light] .pen-screen,:root[data-theme=light] .pen-screen-sm,:root[data-theme=light] .pk-asset-card,:root[data-theme=light] .pk-asset-preview,:root[data-theme=light] .pk-asset-preview--logo,:root[data-theme=light] .pk-card,:root[data-theme=light] .pk-coverage-card,:root[data-theme=light] .pk-facts-col,:root[data-theme=light] .pk-founder-card,:root[data-theme=light] .policy-box,:root[data-theme=light] .role-card,:root[data-theme=light] .shipping-answer,:root[data-theme=light] .shipping-info-section,:root[data-theme=light] .shipping-question,:root[data-theme=light] .sitemap-list li a:hover,:root[data-theme=light] .sitemap-section,:root[data-theme=light] .student-benefit-card,:root[data-theme=light] .student-benefits,:root[data-theme=light] .student-cta,:root[data-theme=light] .student-form-field input,:root[data-theme=light] .student-form-field select,:root[data-theme=light] .student-form-section,:root[data-theme=light] .student-form-wrapper,:root[data-theme=light] .student-hero,:root[data-theme=light] .student-how,:root[data-theme=light] .student-step,:root[data-theme=light] .toc-inner,:root[data-theme=light] .tp-empty,:root[data-theme=light] .update-stat-chip,:root[data-theme=light] .updates-timeline:before,:root[data-theme=light] .value-card,:root[data-theme=light] .vb button,:root[data-theme=light] .video-modal-overlay,:root[data-theme=light] .viewer-wrap,:root[data-theme=light] .warranty-card,:root[data-theme=light] .why-nexus-section,:root[data-theme=light] .why-nexus-table th,:root[data-theme=light] .feature-card,:root[data-theme=light] .navbar.scrolled,:root[data-theme=light] .product-card-glass,:root[data-theme=light] .product-overlay,:root[data-theme=light] .sticky-buy-bar,:root[data-theme=light] .admin-modal-overlay,:root[data-theme=light] .admin-section-divider,:root[data-theme=light] .fp-hero,:root[data-theme=light] .mode-lp-hero,:root[data-theme=light] .navbar,:root[data-theme=light] .fp-academic,:root[data-theme=light] .mode-lp-bestfor,:root[data-theme=light] .gg-bundles,:root[data-theme=light] .wnp-compare,:root[data-theme=light] .gg-cta,:root[data-theme=light] .whats-new-cta,:root[data-theme=light] .ent-caps,:root[data-theme=light] .ent-cases,:root[data-theme=light] .ent-compliance,:root[data-theme=light] .ent-contact,:root[data-theme=light] .a11y-contact-card,:root[data-theme=light] .conv-card,:root[data-theme=light] .fp-faq,:root[data-theme=light] .ft-faq,:root[data-theme=light] .ft-form-wrap,:root[data-theme=light] .team-founded-strip,:root[data-theme=light] .gg-giftcard,:root[data-theme=light] .wnp-hero,:root[data-theme=light] .ent-hero,:root[data-theme=light] .ft-hero,:root[data-theme=light] .gg-hero,:root[data-theme=light] .ft-helps,:root[data-theme=light] .ft-main,:root[data-theme=light] .mobile-menu-overlay,:root[data-theme=light] .fp-pricing,:root[data-theme=light] .ft-pain,:root[data-theme=light] .ft-pilot,:root[data-theme=light] .ft-pricing,:root[data-theme=light] .modes-hero-grid:after,:root[data-theme=light] .ent-sla,:root[data-theme=light] .gg-seasonal,:root[data-theme=light] .np-info-box,:root[data-theme=light] .wnp-testimonials,:root[data-theme=light] .account-tab-nav,:root[data-theme=light] .mode-lp-testimonial,:root[data-theme=light] .ft-testimonials,:root[data-theme=light] .dot-nav-item:before,:root[data-theme=light] .gg-why,:root[data-theme=light] .page-404-enhanced,:root[data-theme=light] .np-plan-card,:root[data-theme=light] ::-webkit-scrollbar-track,:root[data-theme=light] pre,:root[data-theme=light] select.ent-form-control option{background:#fff!important;border-color:#e5e5e5!important;color:#0a0a0a!important}:root[data-theme=light] .atl-content,:root[data-theme=light] .atl-node,:root[data-theme=light] .atl-section,:root[data-theme=light] .ent-badge,:root[data-theme=light] .ent-cap-item,:root[data-theme=light] .ent-cap-item:hover,:root[data-theme=light] .ent-case-card,:root[data-theme=light] .ent-form,:root[data-theme=light] .ent-form-control,:root[data-theme=light] .ent-section,:root[data-theme=light] .faq-full-section,:root[data-theme=light] .ft-section,:root[data-theme=light] .gg-hero__tag,:root[data-theme=light] .gg-section,:root[data-theme=light] .legal-section,:root[data-theme=light] .shipping-info-section,:root[data-theme=light] .sitemap-section,:root[data-theme=light] .student-benefit-card,:root[data-theme=light] .student-benefits,:root[data-theme=light] .student-cta,:root[data-theme=light] .student-form-field input,:root[data-theme=light] .student-form-field select,:root[data-theme=light] .student-form-section,:root[data-theme=light] .student-form-wrapper,:root[data-theme=light] .student-hero,:root[data-theme=light] .student-how,:root[data-theme=light] .student-step,:root[data-theme=light] .why-nexus-section,:root[data-theme=light] .admin-section-divider,:root[data-theme=light] .fp-hero,:root[data-theme=light] .mode-lp-hero,:root[data-theme=light] .ent-caps,:root[data-theme=light] .ent-cases,:root[data-theme=light] .ent-compliance,:root[data-theme=light] .ent-contact,:root[data-theme=light] .wnp-hero,:root[data-theme=light] .ent-hero,:root[data-theme=light] .ft-hero,:root[data-theme=light] .gg-hero,:root[data-theme=light] .modes-hero-grid:after,:root[data-theme=light] .ent-sla,:root[data-theme=light] .page-404-enhanced,:root[data-theme=light] select.ent-form-control option{background:#fafafa!important}.btn-gold:not(.btn),.btn-outline:not(.btn){display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius-md);font-family:var(--font-main);font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;transition:var(--transition);border:1px solid transparent;white-space:nowrap}.btn-gold:not(.btn){background:var(--gold);color:#000}.btn-gold:not(.btn):hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 4px 16px #c9a84c4d}.btn-outline:not(.btn){background:transparent;color:var(--white);border-color:var(--border-color)}.btn-outline:not(.btn):hover{border-color:var(--gold);color:var(--gold)}.mobile-toggle.active{opacity:0;pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/3/assets/style3.css.map */
