*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;line-height:1.6;color:#1a1a1a;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}img{max-width:100%;height:auto;display:block}.header{background:#fff;border-bottom:1px solid #e5e7eb;padding:20px 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header .container{justify-content:space-between}.header .container,.logo{display:flex;align-items:center}.logo{gap:12px;text-decoration:none;transition:transform .2s}.logo:hover{transform:scale(1.05)}.logo-icon{width:40px;height:40px;border-radius:50%}.logo-text{display:flex;gap:6px;font-size:24px;font-weight:700}.logo-main{color:#1a1a1a}.logo-accent{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;gap:32px}.nav a{color:#4b5563;text-decoration:none;font-weight:500;transition:color .2s}.nav a:hover{color:#1a1a1a}.nav-user-email{color:#6b7280;font-size:14px;padding:4px 8px}.nav-logout-btn{padding:6px 16px;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.nav-logout-btn:hover{background:#dc2626}.nav-auth-link{padding:6px 16px;background:#667eea;color:#fff!important;border-radius:6px;font-weight:600;transition:background .2s}.nav-auth-link:hover{background:#5a67d8;color:#fff!important}.currency-selector{position:relative}.currency-button{display:flex;align-items:center;gap:4px;padding:6px 12px;background:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.currency-button:hover{background:#e5e7eb;color:#1a1a1a}.currency-button svg{width:16px;height:16px}.currency-dropdown{position:absolute;right:0;top:100%;margin-top:4px;width:120px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden;z-index:1000}.currency-option{display:block;width:100%;padding:10px 16px;text-align:left;font-size:14px;color:#4b5563;background:#fff;border:none;cursor:pointer;transition:all .2s}.currency-option:hover{background:#f3f4f6;color:#1a1a1a}.currency-option.active{background:#667eea;color:#fff}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:100px 0;text-align:center}.hero-content{max-width:700px;margin:0 auto}.hero h1{font-size:48px;font-weight:700;margin-bottom:24px;line-height:1.2}.hero-subtitle{font-size:20px;opacity:.95;margin-bottom:32px;line-height:1.5}.features{padding:80px 0;background:#f9fafb}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}.feature-card{background:#fff;padding:32px;border-radius:12px;text-align:center;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.feature-icon{font-size:48px;margin-bottom:16px}.feature-card h3{font-size:18px;font-weight:600;margin-bottom:12px;color:#1a1a1a}.feature-card p{color:#6b7280;font-size:14px}.section{padding:80px 0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px}.section-header h2{font-size:32px;font-weight:700}.link{color:#667eea;text-decoration:none;font-weight:500}.link:hover{text-decoration:underline}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.products-grid-all{grid-template-columns:repeat(4,1fr)}.product-card{display:block;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;transition:transform .2s,box-shadow .2s;text-decoration:none}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.product-image{height:200px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-content{padding:24px}.product-title{font-size:18px;font-weight:600;margin-bottom:12px;color:#1a1a1a;text-decoration:none}.product-description{color:#6b7280;font-size:14px;margin-bottom:16px;line-height:1.5;text-decoration:none}.product-features{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.feature-tag{background:#f3f4f6;color:#4b5563;padding:4px 12px;border-radius:6px;font-size:12px}.product-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e5e7eb}.product-price{font-size:20px;font-weight:700;color:#667eea}.btn{display:inline-block;padding:12px 24px;border-radius:8px;font-weight:500;text-decoration:none;transition:all .2s;cursor:pointer;border:none;font-size:14px}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5a67d8}.btn-outline{background:transparent;color:#667eea;border:2px solid #667eea}.btn-outline:hover{background:#667eea;color:#fff}.btn-sm{padding:8px 16px;font-size:13px}.btn-large{padding:16px 32px;font-size:16px}.product-detail{padding:80px 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:start}.product-detail-image{background:#f3f4f6;border-radius:12px;overflow:hidden;height:500px}.product-detail-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:10px}.product-info h1{font-size:36px;margin-bottom:16px;color:#1a1a1a}.product-info .description{font-size:16px;color:#6b7280;margin-bottom:32px;line-height:1.8}.features ul{list-style:none;padding:0}.features li{padding:8px 0 8px 24px;position:relative;color:#4b5563}.features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.price-section{display:flex;align-items:center;gap:24px;padding:24px;background:#f9fafb;border-radius:12px}.price-section .price{font-size:32px;font-weight:700;color:#1a1a1a}.price.price-large{font-size:36px;font-weight:700;color:#1a1a1a}.buy-button{padding:16px 48px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.buy-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.buy-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.trust-section{padding:60px 0;background:#f9fafb}.trust-badges{justify-content:center;gap:64px}.badge{display:flex;align-items:center;gap:12px;color:#4b5563}.badge-icon{font-size:24px;color:#667eea}.footer{background:#1a1a1a;color:#fff;padding:64px 0 32px}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:64px;gap:64px;margin-bottom:48px}.footer-section h3,.footer-section h4{font-size:18px;font-weight:600;margin-bottom:16px}.footer-section p{color:#9ca3af;line-height:1.6}.footer-section a{display:block;color:#9ca3af;text-decoration:none;margin-bottom:8px;transition:color .2s}.footer-bottom{text-align:center;padding-top:32px;border-top:1px solid #374151;color:#9ca3af}.footer-disclaimer{margin-top:12px;font-size:13px;opacity:.8}.payment-header{padding:16px 0;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 2px rgba(0,0,0,.05)}.payment-header .container{display:flex;justify-content:space-between;align-items:center}.payment-brand{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:700;color:#1e293b}.payment-brand svg{width:28px;height:28px}.payment-badge{display:flex;align-items:center;gap:8px;padding:4px 12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:9999px;color:#16a34a;font-size:12px;font-weight:700;letter-spacing:.05em}.payment-badge svg{width:16px;height:16px}.payment-footer{padding:48px 0;margin-top:auto;border-top:1px solid #e2e8f0;background:#fff}.payment-footer-grid{display:grid;grid-template-columns:1fr;grid-gap:32px;gap:32px;margin-bottom:48px;text-align:center}@media (min-width:768px){.payment-footer-grid{grid-template-columns:1fr 1fr;text-align:left;max-width:896px;margin:0 auto 48px}}.payment-footer-section h4{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:16px;letter-spacing:.05em}.payment-footer-section p{font-size:14px;color:#64748b;line-height:1.6;max-width:448px;margin:0 auto}@media (min-width:768px){.payment-footer-section p{margin:0}}.payment-footer-section ul{list-style:none;padding:0;margin:0}.payment-footer-section ul li{margin-bottom:12px}.payment-footer-section ul li:last-child{margin-bottom:0}.payment-footer-section ul a,.payment-footer-section ul span{font-size:14px;color:#64748b;cursor:pointer;transition:color .2s;text-decoration:none}.payment-footer-section ul a:hover,.payment-footer-section ul span:hover{color:#2563eb}.payment-footer-bottom{text-align:center;padding-top:32px;border-top:1px solid #e2e8f0;color:#94a3b8;font-size:14px}.payment-footer-bottom p{margin:0}.business-checkout-wrapper{max-width:896px;margin:0 auto;padding:32px 16px;display:grid;grid-template-columns:1fr;grid-gap:32px;gap:32px;align-items:start}@media (min-width:768px){.business-checkout-wrapper{padding:48px 24px;grid-template-columns:1fr 1fr}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}.order-info-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.05);border:1px solid #e5e7eb}@media (min-width:768px){.order-info-card{padding:32px}}.order-header{gap:12px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f1f5f9}.order-header,.order-icon{display:flex;align-items:center}.order-icon{width:48px;height:48px;background:#eff6ff;color:#2563eb;border-radius:50%;justify-content:center}.order-icon svg{width:24px;height:24px}.order-label{font-size:12px;font-weight:700;color:#64748b;letter-spacing:.05em;margin-bottom:4px}.order-ref{font-size:16px;font-weight:500;color:#1e293b;margin:0}.order-amount{margin-bottom:32px}.amount-label{font-size:12px;font-weight:700;color:#64748b;letter-spacing:.05em;margin-bottom:8px}.amount-value{font-size:30px;font-weight:700;color:#1e293b;margin:0;display:flex;align-items:baseline;gap:4px;justify-content:right}.currency-label{font-size:14px;font-weight:400;color:#94a3b8}.trust-badges{display:flex;flex-direction:column;gap:16px}.trust-badges .badge{display:flex;align-items:center;gap:8px;font-size:14px;color:#475569;width:100%}.trust-badges .badge svg{width:16px;height:16px}.trust-badges .badge:first-child svg{color:#10b981}.trust-badges .badge:last-child svg{color:#3b82f6}.payment-card{display:flex;flex-direction:column;overflow:hidden;border-radius:16px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.payment-header{padding:16px 24px;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}.payment-header span{font-size:18px;font-weight:700;color:#334155}.card-brands{display:flex;gap:4px}.card-brands .brand{width:32px;height:20px;background:#fff;border:1px solid #e5e7eb;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.card-brands .brand:first-child{color:#1e3a8a}.card-brands .brand:nth-child(2){color:#dc2626}.card-brands .brand:nth-child(3){color:#0891b2}.payment-form{background:#fff}.payment-footer-wrapper{position:relative;z-index:20;background:#fff;display:flex;flex-direction:column;min-height:125px;margin-top:-45px}.express-section{padding:0 24px 8px}.express-section-hidden{position:absolute;opacity:0;pointer-events:none;width:100%}.payment-footer{padding:8px 24px 24px;flex:1 1;display:flex;flex-direction:column;justify-content:flex-end}.divider{display:flex;align-items:center;gap:16px;margin-bottom:16px}.divider-line{flex:1 1;height:1px;background:#f1f5f9}.divider-text{font-size:12px;font-weight:700;letter-spacing:.05em;color:#94a3b8}.complete-payment-btn{width:100%;padding:16px;background:#2563eb;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.complete-payment-btn:hover{background:#1d4ed8}.complete-payment-btn:disabled{background:#cbd5e1;color:#64748b;cursor:not-allowed}.btn-icon,.btn-spinner{width:20px;height:20px}.btn-spinner{border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.terms{text-align:center;font-size:12px;color:#94a3b8;margin:12px 0 0}.gate-loading{position:fixed;inset:0;z-index:9999;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#1a1a1a}.gate-loading-spinner{width:32px;height:32px;border:2px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(1turn)}}.gate-loading-text{font-size:14px;color:#6b7280}.success-page{padding:100px 0;text-align:center}.success-content{max-width:500px;margin:0 auto}.success-icon{font-size:64px;color:#10b981;margin-bottom:24px}.success-content h1{font-size:32px;margin-bottom:16px;color:#1a1a1a}.success-content p{color:#6b7280;margin-bottom:32px}.success-error{padding:16px;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;color:#92400e;font-size:14px;margin-bottom:24px;text-align:left}.dashboard-link{display:inline-block;padding:12px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600}.dashboard-page{padding:60px 0}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.dashboard-header h1{font-size:32px;color:#1a1a1a}.logout-button{padding:10px 24px;background:#ef4444;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600}.user-info{background:#f9fafb;padding:24px;border-radius:12px;margin-bottom:32px}.orders-list{display:grid;grid-gap:16px;gap:16px}.order-item{background:#fff;padding:24px;border-radius:12px;border:1px solid #e5e7eb}.order-item h3{font-size:18px;margin-bottom:8px;color:#1a1a1a}.order-item p{color:#6b7280;margin:4px 0}@media (max-width:1024px){.features-grid,.products-grid,.products-grid-all{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.nav-desktop{display:none}.mobile-menu-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}.mobile-menu-button:hover{background:#e5e7eb}.mobile-menu-button svg{width:24px;height:24px;color:#4b5563}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:999}.mobile-menu-content{display:flex;flex-direction:column;padding:20px;gap:16px}.mobile-menu-link{display:block;padding:12px 16px;color:#4b5563;text-decoration:none;font-weight:500;font-size:16px;background:#f9fafb;border-radius:8px;transition:all .2s}.mobile-menu-link:hover{background:#f3f4f6;color:#1a1a1a}.mobile-menu-user{padding:8px 16px;color:#6b7280;font-size:14px}.mobile-menu-logout{padding:12px 16px;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s}.mobile-menu-logout:hover{background:#dc2626}.mobile-menu-auth-link{display:block;padding:12px 16px;background:#667eea;color:#fff;text-decoration:none;font-weight:600;border-radius:8px;text-align:center;transition:background .2s}.mobile-menu-auth-link:hover{background:#5a67d8}.mobile-currency-selector{margin-top:8px;padding-top:16px;border-top:1px solid #e5e7eb}.mobile-currency-title{font-size:14px;font-weight:600;color:#6b7280;margin-bottom:12px}.mobile-currency-options{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px}.mobile-currency-option{padding:10px 16px;background:#f9fafb;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.mobile-currency-option:hover{background:#f3f4f6}.mobile-currency-option.active{background:#667eea;color:#fff;border-color:#667eea}.hero h1{font-size:32px}.hero-subtitle{font-size:16px}.features-grid,.footer-content,.products-grid,.products-grid-all{grid-template-columns:1fr}.footer-content{gap:40px}.footer-section{text-align:center;padding:0 20px}.footer-section h3,.footer-section h4{margin-bottom:20px}.footer-section a{margin-bottom:12px;font-size:15px}.trust-badges{flex-direction:column;align-items:center}}@media (min-width:769px){.mobile-menu-button{display:none}}.auth-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:60px 0;background:#f9fafb}.auth-card{background:#fff;padding:48px;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.05);max-width:400px;width:100%}.auth-title{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:32px;text-align:center}.auth-form{display:flex;flex-direction:column;gap:24px}.auth-error{padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#374151}.form-group input{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;transition:all .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.auth-submit-btn{padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.auth-submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-toggle{margin-top:24px;text-align:center}.toggle-btn{background:none;border:none;color:#667eea;font-size:14px;font-weight:500;cursor:pointer;transition:color .2s}.toggle-btn:hover{color:#5a67d8}.legal-page{padding:80px 0;background:#f9fafb;min-height:calc(100vh - 200px)}.legal-content{max-width:800px;margin:0 auto;background:#fff;padding:40px;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1)}@media (max-width:768px){.legal-content{padding:24px;margin:0 16px}}.legal-content h1{font-size:32px;font-weight:700;margin-bottom:12px;color:#1a1a1a}.legal-updated{font-size:14px;color:#6b7280;margin-bottom:32px}.legal-body{color:#374151;line-height:1.7}.legal-body h3{font-size:20px;font-weight:600;margin-top:32px;margin-bottom:16px;color:#1a1a1a}.legal-body h4{font-size:16px;font-weight:600;margin-top:24px;margin-bottom:12px;color:#1a1a1a}.legal-body p,.legal-body ul{margin-bottom:16px}.legal-body ul{padding-left:24px}.legal-body ul li{margin-bottom:8px}.legal-body a{color:#667eea;text-decoration:none}.legal-body a:hover{text-decoration:underline}.legal-warning{padding:20px;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;margin:24px 0}.legal-warning h3{margin-top:0;margin-bottom:12px;font-size:16px;font-weight:700;color:#92400e}.legal-warning p{margin:0;color:#92400e;font-size:14px}.legal-warning-red{background:#fee2e2;border-color:#fca5a5}.legal-warning-red h3,.legal-warning-red p{color:#7f1d1d}.legal-contact-box{padding:20px;background:#f3f4f6;border-radius:8px;margin:16px 0}.legal-contact-box p{margin:0;line-height:1.6}.footer-section a,.footer-section span{display:block;color:#9ca3af;text-decoration:none;margin-bottom:8px;transition:color .2s;cursor:pointer}.footer-section a:hover{color:#fff}