*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #4169e1;--primary-light: #5b7ff0;--primary-dark: #2952cc;--primary-gradient: linear-gradient(135deg, #4169e1 0%, #5b7ff0 100%);--secondary: #6b8cff;--accent: #7c9eff;--background: transparent;--background-alt: #ffffff;--surface: #ffffff;--text-primary: #1a1f36;--text-secondary: #4a5568;--text-muted: #718096;--border: #e2e8f0;--border-light: #edf2f7;--success: #48bb78;--warning: #ed8936;--error: #f56565;--info: #4299e1;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(65, 105, 225, .05);--shadow-sm: 0 2px 8px rgba(65, 105, 225, .08);--shadow-md: 0 4px 16px rgba(65, 105, 225, .12);--shadow-lg: 0 8px 32px rgba(65, 105, 225, .16);--shadow-xl: 0 12px 48px rgba(65, 105, 225, .2);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .25s cubic-bezier(.4, 0, .2, 1);--transition-slow: .35s cubic-bezier(.4, 0, .2, 1);--transition-bounce: .5s cubic-bezier(.68, -.55, .265, 1.55)}html{font-size:16px;scroll-behavior:smooth}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f0f1f2;min-height:100vh;color:var(--text-primary);line-height:1.6;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:-100px;left:-100px;width:500px;height:500px;background:radial-gradient(circle,#33a3ff26,#1a4bed1a);border-radius:50%;z-index:-1;pointer-events:none}body:after{content:"";position:fixed;bottom:-150px;right:-150px;width:600px;height:600px;background:radial-gradient(circle,#33a3ff1f,#1a4bed14);border-radius:50%;z-index:-1;pointer-events:none}code{font-family:Fira Code,Courier New,monospace;background:var(--border-light);padding:.2em .4em;border-radius:var(--radius-sm);font-size:.9em}.container{width:90%;max-width:1600px;margin:0 auto;padding:0 1.5rem}.page-container{width:95%;max-width:2000px;margin:2rem auto;padding:4rem 3.5rem;padding-top:0%;background:linear-gradient(135deg,#e3f2fd,#dfeef3,#d5e9f0);border:5px solid #ffffff;border-radius:var(--radius-xl);box-shadow:0 -10px 40px #00000014,0 -4px 12px #0000000d;position:relative;overflow:hidden}.page-container:before{content:"";position:absolute;top:10%;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#33a3ff26,#1a4bed14);border-radius:50%;z-index:0;pointer-events:none}.page-container:after{content:"";position:absolute;bottom:-100px;left:-100px;width:500px;height:500px;background:radial-gradient(circle,#33a3ff1f,#1a4bed0f);border-radius:50%;z-index:0;pointer-events:none}.page-container>*{position:relative;z-index:1}.text-center{text-align:center}.mt-1{margin-top:var(--spacing-sm)}.mt-2{margin-top:var(--spacing-md)}.mt-3{margin-top:var(--spacing-lg)}.mt-4{margin-top:var(--spacing-xl)}.mb-1{margin-bottom:var(--spacing-sm)}.mb-2{margin-bottom:var(--spacing-md)}.mb-3{margin-bottom:var(--spacing-lg)}.mb-4{margin-bottom:var(--spacing-xl)}.loading{display:inline-block;width:20px;height:20px;border:3px solid var(--border);border-radius:50%;border-top-color:var(--primary);animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full);transition:background var(--transition-base)}::-webkit-scrollbar-thumb:hover{background:var(--primary-light)}::selection{background-color:var(--primary);color:#fff}*:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius-sm)}a,button,input,textarea,select{transition:all var(--transition-base)}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-dark)}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem;color:var(--text-secondary)}@media(max-width:768px){html{font-size:14px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.page-container{width:95%;margin:1rem auto;padding:1.5rem 1rem;border-radius:var(--radius-lg);border:3px solid #ffffff;box-shadow:0 -4px 12px #0000000d}.page-container:before,.page-container:after{display:none}body:before,body:after{display:none}.container{width:100%;padding:0 1rem}}@media print{body{background:#fff}}.footer-container{background-color:#000;color:#fff;padding:4rem 2rem 2rem;font-family:Inter,sans-serif;display:flex;flex-direction:column;align-items:center}.footer-logo-section{margin-bottom:2rem;width:100%;max-width:1200px;padding-left:1rem}.footer-logo h2{color:#fff;font-size:1.5rem;font-weight:700;margin:0;background:linear-gradient(90deg,#4facfe,#00f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer-logo{text-decoration:none;display:inline-block}.footer-links-container{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;max-width:1200px;border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:3rem;margin-bottom:2rem;background:#ffffff05}.footer-column h4{color:#e2e8f0;font-size:1rem;font-weight:600;margin-bottom:1.5rem;margin-top:0}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:.75rem}.footer-column ul li a{color:#94a3b8;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-column ul li a:hover{color:#fff}.footer-copyright{width:100%;max-width:1200px;text-align:center;padding-top:1rem;color:#64748b;font-size:.875rem}@media(max-width:768px){.footer-links-container{grid-template-columns:repeat(2,1fr);padding:1.5rem;gap:1.5rem}}@media(max-width:480px){.footer-links-container{grid-template-columns:1fr}.footer-logo-section{text-align:center;padding-left:0}}.menu-overlay{position:fixed;inset:0;background:#0000004d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.menu-overlay.active{opacity:1;visibility:visible}.menu-popup{position:fixed;top:100px;right:20px;width:280px;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 8px 32px #0000001f;z-index:999;opacity:0;visibility:hidden;transform:translateY(-10px) scale(.95);transition:all .3s cubic-bezier(.4,0,.2,1);padding:1.5rem}.menu-popup.active{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.menu-nav{display:flex;flex-direction:column;gap:.25rem}.menu-link{color:#1a1f36;text-decoration:none;font-weight:500;padding:1rem 1.25rem;border-radius:16px;transition:all var(--transition-base);font-size:1.0625rem;display:flex;align-items:center;background:transparent}.menu-link:hover{background:#4169e114;color:var(--primary)}.menu-link:active{background:#4169e11f}.menu-link-login{background:var(--primary-gradient);color:#fff!important;margin-top:.5rem;justify-content:center;box-shadow:0 4px 12px #4169e140}.menu-link-login:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 16px #4169e159}.hamburger-button{display:none;background:#fff;border:2px solid white;width:48px;height:48px;border-radius:12px;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:4px;box-shadow:0 2px 8px #00000014;transition:all var(--transition-base);z-index:100}.hamburger-button:hover{box-shadow:0 4px 12px #0000001f;transform:scale(1.05);border-color:#fff}.hamburger-line{width:5px;height:5px;background:#1a1f36;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1)}.hamburger-button.active .hamburger-line:nth-child(1){transform:translateY(9px) rotate(45deg);width:20px;height:2px;border-radius:2px}.hamburger-button.active .hamburger-line:nth-child(2){opacity:0;transform:scale(0)}.hamburger-button.active .hamburger-line:nth-child(3){transform:translateY(-9px) rotate(-45deg);width:20px;height:2px;border-radius:2px}@media(max-width:768px){.hamburger-button{display:flex}.menu-popup{top:80px;right:15px;width:260px}}@media(max-width:480px){.menu-popup{right:10px;left:10px;width:auto}}.main-layout{min-height:100vh;display:flex;flex-direction:column;position:relative}.header{padding:1.5rem 0;border-bottom:0px solid rgba(0,0,0,.08);margin-bottom:0rem;position:sticky;top:0;z-index:9999;-webkit-backdrop-filter:blur(10px)}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:0 1.5rem}.logo{text-decoration:none;color:var(--primary);transition:transform var(--transition-base);display:flex;align-items:center}.logo:hover{transform:scale(1.05)}.logo-image{height:50px;width:auto;object-fit:contain}.logo h1{margin:0;font-size:1.5rem;font-weight:800;letter-spacing:-.5px;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;gap:.5rem;align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:.5rem .75rem;border-radius:var(--radius-full);box-shadow:0 4px 6px #0000000d,0 1px 3px #0000001a;border:4px solid rgb(255,255,255)}.nav-link{color:var(--text-secondary);text-decoration:none;font-weight:500;padding:.5rem .875rem;border-radius:var(--radius-full);transition:all var(--transition-base);position:relative;overflow:hidden;font-size:.875rem}.nav-link:before{content:"";position:absolute;inset:0;background:var(--primary-gradient);opacity:0;transition:opacity var(--transition-base);border-radius:var(--radius-full);z-index:-1}.nav-link:hover{color:#fff;transform:translateY(-2px)}.nav-link:hover:before{opacity:1}.nav-link:active{transform:translateY(0)}.nav-link-login{background:var(--primary-gradient);color:#fff!important}.nav-link-login:before{opacity:0}.nav-link-login:hover{background:var(--primary-dark);transform:translateY(-2px)}.main-content{flex:1;padding:0}@media(max-width:768px){.header-content{gap:1rem;padding:0 1rem}.logo{padding:0}.logo h1{font-size:1.25rem}.desktop-nav{display:none}}@media(min-width:769px){.hamburger-button{display:none!important}}.sidebar-backdrop{position:fixed;inset:0;background:#00000080;z-index:998;display:none;animation:fadeIn .3s ease}@media(max-width:1024px){.sidebar-backdrop{display:block}}.dashboard-sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;background:linear-gradient(180deg,#fff,#f8f9ff);border-right:1px solid var(--border);display:flex;flex-direction:column;z-index:999;transition:transform var(--transition-base);box-shadow:var(--shadow-lg)}@media(max-width:1024px){.dashboard-sidebar{transform:translate(-100%)}.dashboard-sidebar.open{transform:translate(0)}}.sidebar-close-btn{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:.5rem;border-radius:var(--radius-sm);transition:all var(--transition-fast);display:none}.sidebar-close-btn:hover{background:var(--border-light);color:var(--text-primary)}@media(max-width:1024px){.sidebar-close-btn{display:block}}.sidebar-brand{padding:2rem 1.5rem 1.5rem;border-bottom:1px solid var(--border-light)}.sidebar-brand h2{font-size:1.5rem;font-weight:700;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.sidebar-brand p{font-size:.875rem;color:var(--text-muted);margin:0}.sidebar-nav{flex:1;padding:1.5rem 1rem;overflow-y:auto}.sidebar-nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;margin-bottom:.5rem;border-radius:var(--radius-md);color:var(--text-secondary);text-decoration:none;font-weight:500;transition:all var(--transition-fast);position:relative;overflow:hidden}.sidebar-nav-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--primary);transform:scaleY(0);transition:transform var(--transition-base)}.sidebar-nav-item:hover{background:var(--border-light);color:var(--text-primary);transform:translate(4px)}.sidebar-nav-item.active{background:linear-gradient(135deg,#4169e11a,#5b7ff026);color:var(--primary);font-weight:600}.sidebar-nav-item.active:before{transform:scaleY(1)}.sidebar-nav-item svg{flex-shrink:0}.sidebar-nav-item span{font-size:.9375rem}.sidebar-footer{padding:1.5rem;border-top:1px solid var(--border-light);text-align:center}.sidebar-footer p{font-size:.8125rem;color:var(--text-muted);margin:0}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:var(--primary-light)}.sidebar-dropdown-container{margin-bottom:.5rem}.dropdown-toggle{width:100%;background:transparent;border:none;cursor:pointer;justify-content:space-between}.dropdown-toggle.open{background:var(--border-light);color:var(--primary)}.sidebar-dropdown-menu{padding-left:1rem;margin-top:.25rem;animation:slideDown .2s ease}.dropdown-item{font-size:.9rem;padding:.625rem 1rem}.dropdown-item svg{width:18px;height:18px}.dashboard-header{position:sticky;top:0;left:0;right:0;height:70px;background:#fff;border-bottom:1px solid var(--border);z-index:997;box-shadow:var(--shadow-sm)}.dashboard-header-content{height:100%;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.menu-toggle-btn{display:none;background:transparent;border:none;color:var(--text-primary);cursor:pointer;padding:.5rem;border-radius:var(--radius-sm);transition:all var(--transition-fast)}.menu-toggle-btn:hover{background:var(--border-light)}@media(max-width:1024px){.menu-toggle-btn{display:flex;align-items:center;justify-content:center}}.header-title{flex:1}.header-title h1{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0}@media(max-width:768px){.header-title h1{font-size:1.25rem}}.header-actions{display:flex;align-items:center;gap:1rem}.cart-btn{position:relative;display:flex;align-items:center;justify-content:center;padding:.625rem;background:transparent;border:2px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;transition:all var(--transition-base)}.cart-btn:hover{background:var(--border-light);border-color:var(--primary);color:var(--primary)}.cart-badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 6px;background:var(--error);color:#fff;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003}.affiliate-switch-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--primary-gradient);color:#fff;border:none;border-radius:var(--radius-md);font-weight:500;font-size:.9375rem;cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-sm)}.affiliate-switch-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.affiliate-switch-btn:active{transform:translateY(0)}@media(max-width:768px){.affiliate-switch-btn span{display:none}.affiliate-switch-btn{padding:.625rem}}.profile-dropdown{position:relative}.profile-btn{background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;transition:all var(--transition-fast)}.profile-avatar{width:40px;height:40px;border-radius:var(--radius-full);background:var(--primary-gradient);display:flex;align-items:center;justify-content:center;color:#fff;transition:all var(--transition-base);box-shadow:var(--shadow-sm)}.profile-btn:hover .profile-avatar{transform:scale(1.05);box-shadow:var(--shadow-md)}.dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:240px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);animation:slideDown .2s ease;overflow:hidden}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:1rem 1.25rem;background:linear-gradient(135deg,#4169e10d,#5b7ff014)}.dropdown-name{font-weight:600;color:var(--text-primary);margin:0 0 .25rem;font-size:.9375rem}.dropdown-email{font-size:.8125rem;color:var(--text-muted);margin:0}.dropdown-divider{height:1px;background:var(--border-light);margin:0}.dropdown-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:transparent;border:none;color:var(--text-secondary);font-size:.9375rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast);text-align:left}.dropdown-item:hover{background:var(--border-light);color:var(--error)}.dropdown-item svg{flex-shrink:0}@media(max-width:768px){.dashboard-header-content{padding:0 1rem}.dropdown-menu{min-width:200px}}.dashboard-layout{display:flex;min-height:100vh;background:#f8f9fa}.dashboard-main{flex:1;margin-left:280px;display:flex;flex-direction:column;transition:margin-left var(--transition-base)}@media(max-width:1024px){.dashboard-main{margin-left:0}}.dashboard-content{flex:1;padding:2rem;overflow-y:auto}@media(max-width:768px){.dashboard-content{padding:1.5rem 1rem}}.dashboard-page{max-width:1400px;margin:0 auto}.dashboard-card{background:#fff;border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);transition:all var(--transition-base)}.dashboard-card:hover{box-shadow:var(--shadow-md)}@media(max-width:768px){.dashboard-card{padding:1.5rem}}.dashboard-section-header{margin-bottom:2rem}.dashboard-section-header h2{font-size:1.875rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.dashboard-section-header p{font-size:1rem;color:var(--text-secondary);margin:0}@media(max-width:768px){.dashboard-section-header{margin-bottom:1.5rem}.dashboard-section-header h2{font-size:1.5rem}.dashboard-section-header p{font-size:.9375rem}}.dashboard-grid{display:grid;gap:1.5rem}.dashboard-grid-2{grid-template-columns:repeat(2,1fr)}.dashboard-grid-3{grid-template-columns:repeat(3,1fr)}.dashboard-grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:1200px){.dashboard-grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.dashboard-grid-2,.dashboard-grid-3,.dashboard-grid-4{grid-template-columns:1fr}}.stat-card{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.stat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.stat-card-icon{width:48px;height:48px;border-radius:var(--radius-md);background:var(--primary-gradient);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem}.stat-card-value{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.stat-card-label{font-size:.9375rem;color:var(--text-muted);margin:0}.empty-state{text-align:center;padding:4rem 2rem}.empty-state-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:var(--radius-full);background:var(--border-light);display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.empty-state h3{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.empty-state p{font-size:1rem;color:var(--text-secondary);margin-bottom:1.5rem}.banner-carousel{position:relative;width:100%;height:500px;border-radius:var(--radius-xl);overflow:hidden;margin-bottom:4rem;box-shadow:var(--shadow-lg)}.banner-slide{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.banner-image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.banner-image{width:100%;height:100%;object-fit:cover;animation:fadeIn .5s ease-in-out}.banner-content{position:relative;z-index:1;text-align:center;color:#fff;max-width:800px;padding:2.5rem;background:#000000bf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.1);opacity:0;transform:translateY(20px);transition:all .4s ease-in-out}.banner-carousel:hover .banner-content{opacity:1;transform:translateY(0)}.banner-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}.banner-subtitle{font-size:1.35rem;margin-bottom:2.5rem;opacity:1;line-height:1.6;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}.banner-button{display:inline-block;padding:1.125rem 2.5rem;background:#fff;color:var(--primary);border-radius:var(--radius-full);text-decoration:none;font-weight:600;font-size:1.0625rem;transition:all var(--transition-base);box-shadow:var(--shadow-md)}.banner-button:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:50px;height:50px;border-radius:50%;font-size:2rem;color:var(--primary);cursor:pointer;z-index:2;transition:all var(--transition-base);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}.carousel-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:var(--shadow-lg)}.carousel-arrow-left{left:2rem}.carousel-arrow-right{right:2rem}.carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:2}.carousel-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:2px solid white;cursor:pointer;transition:all var(--transition-base);padding:0}.carousel-dot:hover{background:#fffc;transform:scale(1.2)}.carousel-dot.active{background:#fff;width:32px;border-radius:var(--radius-full)}.banner-loading{height:500px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--text-secondary)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.banner-carousel{height:300px;margin-bottom:2rem}.banner-content{opacity:0;transform:translateY(20px);padding:1.5rem 1rem;max-width:100%}.banner-carousel:hover .banner-content,.banner-carousel:active .banner-content{opacity:1;transform:translateY(0)}.banner-title{font-size:1.75rem;margin-bottom:1rem}.banner-subtitle{font-size:.95rem;margin-bottom:1.5rem}.banner-button{padding:.875rem 1.75rem;font-size:.95rem}.carousel-arrow{width:36px;height:36px;font-size:1.25rem}.carousel-arrow-left{left:.5rem}.carousel-arrow-right{right:.5rem}.carousel-dots{bottom:1rem}.banner-loading{height:300px}}.featured-bundles-section{padding:6rem 0;background:transparent;position:relative}.bundles-container{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;max-width:1200px;margin:0 auto;align-items:start}.bundles-info{position:sticky;top:120px;padding-right:2rem}.bundles-info h2{font-size:3.5rem;font-weight:800;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em}.bundles-info p{font-size:1.125rem;color:#64748b;line-height:1.6;margin-bottom:2.5rem}.btn-primary{display:inline-block;padding:1rem 2rem;background:#2563eb;color:#fff;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #2563eb33}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #2563eb4d;background:#1d4ed8}.bundles-list{display:flex;flex-direction:column;gap:2rem}.bundle-card{background:linear-gradient(135deg,#eef2ff,#fff);border-radius:24px;padding:2.5rem;display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(255,255,255,.8);transition:transform .3s ease}.bundle-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.bundle-content h3{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;line-height:1.2}.bundle-content p{font-size:1rem;color:#64748b;line-height:1.6;margin-bottom:1.5rem}.bundle-features{list-style:none;padding:0;margin:0}.bundle-features li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.95rem;color:#334155;line-height:1.4}.check-icon{width:20px;height:20px;background:#2563eb;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:12px;margin-top:2px}.bundle-image{position:relative;height:300px;display:flex;align-items:center;justify-content:center}.bundle-image img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));transform:rotate(-5deg);transition:transform .3s ease}.bundle-card:hover .bundle-image img{transform:rotate(0) scale(1.05)}@media(max-width:968px){.bundles-container{grid-template-columns:1fr;gap:3rem}.bundles-info{position:relative;top:0;text-align:center;padding-right:0;margin-bottom:2rem}.bundle-card{grid-template-columns:1fr;text-align:center;padding:2rem}.bundle-features{display:inline-block;text-align:left;margin:0 auto}.bundle-features li{justify-content:flex-start;text-align:left}.bundle-image{height:250px;order:-1}}.featured-products-section{padding:6rem 0;background:none;position:relative}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header-center{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.section-header-center h2{font-size:3rem;font-weight:800;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.02em}.section-header-center p{font-size:1.125rem;color:#64748b;line-height:1.6}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 20px #00000008;transition:all .3s ease;border:1px solid rgba(0,0,0,.03);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.product-image{height:200px;background:#f1f5f9;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{position:absolute;top:1rem;left:1rem;background:#fff;padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:700;color:#2563eb;box-shadow:0 4px 10px #0000001a}.product-info{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-category{font-size:.875rem;color:#64748b;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.product-title{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;line-height:1.4}.product-rating{display:flex;align-items:center;gap:.25rem;margin-bottom:1rem;font-size:.875rem;color:#475569}.star{color:#fbbf24}.product-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #f1f5f9}.product-price{font-size:1.25rem;font-weight:800;color:#2563eb}.btn-view{padding:.5rem 1rem;background:#f1f5f9;color:#334155;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s ease}.product-card:hover .btn-view{background:#2563eb;color:#fff}.section-footer{text-align:center}.btn-outline{display:inline-block;padding:1rem 2.5rem;background:transparent;color:#2563eb;border:2px solid #2563eb;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1.0625rem}.btn-outline:hover{background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 10px 20px #2563eb26}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.section-header-center h2{font-size:2.5rem}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}}.home-page{padding:0}.why-choose-section{padding:4rem 0;text-align:center;position:relative}.why-choose-section:before{content:"";position:absolute;top:10%;left:50%;transform:translate(-50%);width:600px;height:300px;background:radial-gradient(circle,#33a3ff26,#fff0 70%);z-index:-1;pointer-events:none}.section-divider{width:80px;height:4px;background:linear-gradient(90deg,#22d3ee,#3b82f6);border-radius:4px;margin:0 auto 1.5rem;box-shadow:0 2px 10px #22d3ee80}.section-header{max-width:800px;margin:0 auto 5rem}.section-title{font-size:3.5rem;font-weight:800;color:#1a1a1a;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.02em;position:relative;z-index:1}.section-subtitle{font-size:1.125rem;color:#4a5568;line-height:1.6;max-width:600px;margin:0 auto;position:relative;z-index:1}.hub-spoke-container{position:relative;max-width:1200px;margin:0 auto;padding:2rem 0;height:1000px;overflow:visible}.connecting-lines{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.connector-line{fill:none;stroke:#cbd5e1;stroke-width:2;opacity:.8}@keyframes dash{to{stroke-dashoffset:1000}}.central-hub{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;width:120px;height:120px;background:#fff;border-radius:35px;box-shadow:0 20px 50px #00000026;display:flex;align-items:center;justify-content:center;border:4px solid white}.hub-icon{width:90px;height:90px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 4px 10px #ffffff4d}.hub-inner-circle{width:50px;height:50px;border:2px solid rgba(255,255,255,.5);border-radius:50%;display:flex;align-items:center;justify-content:center}.hub-symbol{font-size:24px;color:#fff}.features-circle-layout{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.feature-card-hub{position:absolute;width:300px;background:#fff;border-radius:30px;padding:2.5rem 2rem;text-align:center;box-shadow:0 20px 40px -5px #0000000d,0 8px 16px -8px #0000000d;border:1px solid #f1f5f9;transition:transform .3s ease,box-shadow .3s ease;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);margin:0}.feature-card-hub:hover{box-shadow:0 25px 50px -12px #0000001a;z-index:20;border-color:#e2e8f0}.feature-icon-small{width:70px;height:70px;margin:0 auto 1rem}.feature-icon-small img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 12px rgba(0,0,0,.1))}.feature-card-hub h3{font-size:1.15rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.feature-card-hub p{font-size:.9rem;color:#64748b;line-height:1.5;margin:0}.testimonials-section{padding:6rem 0;text-align:center;margin-top:4rem}.testimonials-container{display:flex;flex-direction:column;gap:3rem;max-width:900px;margin:0 auto;padding:0 1rem}.testimonial-card{background:#fff;border-radius:30px;box-shadow:0 10px 30px #0000000d;display:flex;align-items:flex-start;padding:3rem;text-align:left;gap:3rem;transition:transform .3s ease}.testimonial-card:nth-child(1){transform:rotate(-2deg)}.testimonial-card:nth-child(2){transform:rotate(2deg)}.testimonial-card:hover{transform:scale(1.02) rotate(0);z-index:10}.testimonial-profile{flex:0 0 200px;display:flex;flex-direction:column;align-items:center;text-align:center}.profile-image{width:150px;height:150px;border-radius:20px;object-fit:cover;margin-bottom:1rem;box-shadow:0 8px 16px #0000001a}.profile-name{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.profile-role{font-size:.95rem;color:#64748b;margin:0}.testimonial-content{flex:1;display:flex;flex-direction:column;gap:1rem}.quote-icon{margin-bottom:.5rem}.testimonial-text{font-size:1.1rem;color:#4a5568;line-height:1.7;font-weight:400}@media(max-width:768px){.why-choose-section{padding:3rem 0}.section-header{margin-bottom:2rem}.section-title{font-size:2.25rem}.section-subtitle{font-size:1rem}.hub-spoke-container{height:600px;padding:0;overflow:visible;position:relative}.animation-sticky-wrapper{position:sticky;top:25vh;height:400px;width:100%;display:flex;justify-content:center;align-items:center;z-index:10}.central-hub{width:80px;height:80px}.hub-icon{width:60px;height:60px}.hub-inner-circle{width:35px;height:35px}.hub-symbol{font-size:18px}.feature-card-hub{width:125px;padding:.75rem;border-radius:15px;box-shadow:0 5px 15px #00000014}.feature-icon-small{width:40px;height:40px;margin-bottom:.5rem}.feature-card-hub h3{font-size:.8rem;line-height:1.2;margin-bottom:.25rem}.feature-card-hub p,.connecting-lines{display:none}.testimonials-section{padding:3rem 0}.testimonial-card{flex-direction:column;align-items:center;padding:2rem;gap:2rem}.testimonial-profile{flex:0 0 auto;width:100%}.testimonial-content{text-align:center;align-items:center}.profile-image{width:120px;height:120px}}.faq-section{padding:6rem 0;margin-top:4rem}.faq-container{display:flex;max-width:1200px;margin:0 auto;padding:0 2rem;gap:4rem;align-items:flex-start}.faq-header-col{flex:1;text-align:left;position:sticky;top:2rem}.faq-header-col .section-title{font-size:3rem;line-height:1.1;margin-bottom:1.5rem;text-align:left}.faq-header-col .section-subtitle{text-align:left;margin:0;font-size:1.1rem;color:#64748b}.faq-items-col{flex:1;display:flex;flex-direction:column;gap:1rem;width:100%}.faq-item{background:#eef5ff;border-radius:15px;padding:1.5rem 2rem;cursor:pointer;transition:all .3s ease;border:1px solid #e2e8f0}.faq-item:hover,.faq-item.active{background:#e0eaff;border-color:#cbd5e1}.faq-question{font-size:1.1rem;font-weight:600;color:#334155;margin:0}.faq-icon{font-size:1.5rem;color:#94a3b8;font-weight:300;line-height:1}.faq-answer p{margin:0;color:#64748b;line-height:1.6;font-size:1rem}@media(max-width:900px){.faq-section{padding:3rem 0}.faq-container{flex-direction:column;gap:2rem;padding:0 1rem}.faq-header-col{position:static;text-align:center}.faq-header-col .section-title{font-size:2rem;text-align:center}.faq-header-col .section-subtitle{text-align:center;font-size:1rem}.faq-item{padding:1.25rem 1.5rem}.faq-question{font-size:1rem}}.products-page{min-height:100vh;padding-bottom:4rem}.page-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem}.page-header{text-align:left;padding:4rem 0 3rem;margin-bottom:0}.view-cart-btn{display:flex;align-items:center;gap:.5rem;background:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #3b82f64d}.view-cart-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.page-title{font-size:3.5rem;font-weight:800;color:#000;line-height:1.2;margin-bottom:1rem}.products-layout{display:grid;grid-template-columns:280px 1fr;gap:2.5rem;padding:0 1rem}.products-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.02);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.product-image-wrapper{height:200px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);position:relative;display:flex;align-items:center;justify-content:center}.product-badge{position:absolute;top:1rem;left:1rem;background:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:700;color:#06c;display:flex;align-items:center;gap:.3rem;box-shadow:0 4px 10px #0000000d}.product-icon-placeholder{color:#3b82f6;opacity:.8;transform:scale(1);transition:transform .3s ease}.product-card:hover .product-icon-placeholder{transform:scale(1.1)}.product-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.product-category{font-size:.8rem;color:#6b7280;background:#f3f4f6;padding:.2rem .6rem;border-radius:6px;font-weight:500}.product-rating{display:flex;align-items:center;gap:.3rem;font-size:.9rem;font-weight:600;color:#333}.product-title{font-size:1.1rem;font-weight:700;color:#000;margin-bottom:.5rem;line-height:1.4}.product-description{font-size:.9rem;color:#666;line-height:1.6;margin-bottom:1.5rem;flex:1}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{display:flex;flex-direction:column}.current-price{font-size:1.25rem;font-weight:800;color:#000}.view-deal-btn{background:linear-gradient(90deg,#1a56db,#2563eb);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.view-deal-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #2563eb4d}@media(max-width:1024px){.products-layout{grid-template-columns:1fr}.filters-sidebar{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);width:90%;max-width:400px;max-height:80vh;z-index:51;border-radius:20px;overflow-y:auto;display:none;box-shadow:0 20px 60px #0003,0 0 0 1000vh #00000080;opacity:0;transition:all .3s cubic-bezier(.16,1,.3,1)}.filters-sidebar.open{display:block;opacity:1;transform:translate(-50%,-50%) scale(1)}.close-filters-btn,.filter-toggle-btn{display:flex}}@media(max-width:768px){.page-title{font-size:2.5rem}.products-controls{flex-direction:column;align-items:stretch;gap:1rem}.controls-right{width:100%;justify-content:space-between}.products-grid{grid-template-columns:1fr}}.product-details-page{min-height:100vh;background-color:#f8f9fa;padding:2rem 0 4rem;animation:fadeIn .6s var(--transition-base)}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#666;text-decoration:none;font-weight:500;margin-bottom:2rem;transition:color .2s}.back-link:hover{color:#06c}.product-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;border-radius:24px;padding:3rem;box-shadow:0 10px 30px #0000000d}.product-gallery{position:sticky;top:100px}.main-image{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden}.placeholder-image{color:#3b82f6;opacity:.8}.product-info-section{display:flex;flex-direction:column}.product-header{margin-bottom:1.5rem;border-bottom:1px solid #f3f4f6;padding-bottom:1.5rem}.product-category-badge{display:inline-block;background:#e0f2fe;color:#06c;padding:.4rem .8rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.product-title{font-size:2.5rem;font-weight:800;color:#000;margin-bottom:1rem;line-height:1.2}.product-rating{display:flex;align-items:center;gap:.5rem}.rating-value{font-weight:700;color:#333;font-size:1.1rem}.review-count{color:#666}.product-price-section{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.current-price{font-size:2.5rem;font-weight:800;color:#000}.original-price{font-size:1.5rem;color:#9ca3af;text-decoration:line-through}.discount-badge{background:#fee2e2;color:#ef4444;padding:.3rem .6rem;border-radius:6px;font-weight:700;font-size:.9rem}.product-description{font-size:1.1rem;color:#4b5563;line-height:1.7;margin-bottom:2.5rem}.course-details,.physical-details,.digital-details{background:#f8f9fa;padding:1.5rem;border-radius:16px;margin-bottom:2.5rem}.course-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.5rem;color:#333;font-weight:500}.syllabus-section h3,.specifications-section h3,.digital-details h3{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#000}.syllabus-list,.features-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.8rem}.syllabus-list li,.features-list li{display:flex;align-items:flex-start;gap:.8rem;color:#4b5563}.check-icon{color:#10b981;margin-top:.2rem;flex-shrink:0}.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.spec-item{display:flex;flex-direction:column;gap:.2rem}.spec-key{font-size:.85rem;color:#666}.spec-value{font-weight:600;color:#333}.shipping-info{display:flex;align-items:center;gap:.8rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;color:#06c;font-weight:500}.action-buttons{display:flex;gap:1rem;margin-top:auto}.add-to-cart-btn{flex:1;padding:1rem;background:#fff;border:2px solid #e5e7eb;border-radius:50px;font-size:1.1rem;font-weight:600;color:#333;cursor:pointer;transition:all .2s}.add-to-cart-btn:hover{border-color:#000;color:#000}.buy-now-btn{flex:2;padding:1rem;background:linear-gradient(90deg,#1a56db,#2563eb);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.buy-now-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #2563eb4d}@media(max-width:900px){.product-details-grid{grid-template-columns:1fr;gap:2rem;padding:2rem}.product-gallery{position:static}}.bundles-page{min-height:100vh;padding-bottom:4rem}.page-header{text-align:center;padding:4rem 0 3rem;margin-bottom:2rem}.bundles-layout{display:grid;grid-template-columns:280px 1fr;gap:2.5rem;padding:0 1rem}.filters-sidebar{background:#fff;padding:1.5rem;border-radius:20px;box-shadow:0 10px 30px #0000000d;height:fit-content;position:sticky;top:100px}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.sidebar-header h3{font-size:1.25rem;font-weight:700;color:#000}.filter-group{margin-bottom:2rem}.filter-group h4{font-size:1rem;font-weight:600;color:#333;margin-bottom:1rem}.price-slider-placeholder{width:100%;height:6px;background:#e5e7eb;border-radius:3px;position:relative;margin:1.5rem 0 1rem}.slider-track{position:absolute;left:0;top:0;height:100%;width:50%;background:#06c;border-radius:3px}.slider-thumb{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:20px;height:20px;background:#fff;border:2px solid #0066cc;border-radius:50%;cursor:pointer;box-shadow:0 2px 4px #0000001a}.price-inputs{display:flex;justify-content:space-between;font-size:.9rem;color:#666;font-weight:500}.category-list{display:flex;flex-direction:column;gap:.5rem}.category-btn{text-align:left;background:none;border:none;padding:.75rem 1rem;border-radius:10px;color:#666;font-size:.95rem;cursor:pointer;transition:all .2s}.category-btn:hover{background:#f3f4f6;color:#000}.category-btn.active{background:#e0f2fe;color:#06c;font-weight:600}.apply-filters-btn{width:100%;background:#06c;color:#fff;border:none;padding:.875rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;margin-top:1rem;transition:background .2s}.apply-filters-btn:hover{background:#0052a3}.bundles-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.search-bar{flex:1;background:#fff;border-radius:12px;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 4px 10px #00000008;border:1px solid transparent;transition:border-color .2s}.search-bar:focus-within{border-color:#06c}.search-bar input{border:none;outline:none;width:100%;font-size:1rem;color:#333}.search-icon{color:#9ca3af}.sort-dropdown{background:#fff;padding:.75rem 1.25rem;border-radius:12px;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 10px #00000008;cursor:pointer;font-size:.95rem;color:#333;font-weight:500}.bundles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.bundle-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.02);display:flex;flex-direction:column}.bundle-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.bundle-image-wrapper{height:220px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);position:relative;display:flex;align-items:center;justify-content:center}.bundle-badge{position:absolute;top:1rem;right:1rem;background:#ef4444;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:700;color:#fff;box-shadow:0 4px 10px #ef44444d}.bundle-icon-placeholder{color:#3b82f6;opacity:.8;transform:scale(1);transition:transform .3s ease}.bundle-card:hover .bundle-icon-placeholder{transform:scale(1.1)}.bundle-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.bundle-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.bundle-category{font-size:.8rem;color:#6b7280;background:#f3f4f6;padding:.2rem .6rem;border-radius:6px;font-weight:500}.bundle-rating{display:flex;align-items:center;gap:.3rem;font-size:.9rem;font-weight:600;color:#333}.review-count{color:#9ca3af;font-weight:400;font-size:.8rem}.bundle-title{font-size:1.25rem;font-weight:700;color:#000;margin-bottom:.5rem;line-height:1.3}.bundle-description{font-size:.9rem;color:#666;line-height:1.6;margin-bottom:1.5rem}.bundle-items{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}.bundle-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#4b5563}.check-icon{color:#10b981}.bundle-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid #f3f4f6}.bundle-price{display:flex;flex-direction:column}.current-price{font-size:1.5rem;font-weight:800;color:#000}.original-price{font-size:.9rem;color:#9ca3af;text-decoration:line-through}.view-bundle-btn{background:linear-gradient(90deg,#1a56db,#2563eb);color:#fff;border:none;padding:.75rem 1.25rem;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;align-items:center;gap:.5rem}.view-bundle-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #2563eb4d}.controls-right{display:flex;align-items:center;gap:1rem}.filter-toggle-btn{display:none;align-items:center;gap:.5rem;background:#fff;border:1px solid #e5e7eb;padding:.75rem 1.25rem;border-radius:12px;font-weight:600;color:#333;cursor:pointer;box-shadow:0 4px 10px #00000008;transition:all .2s}.filter-toggle-btn:hover,.filter-toggle-btn.active{background:#f3f4f6;border-color:#d1d5db}.close-filters-btn{display:none;background:#f3f4f6;border:none;width:36px;height:36px;border-radius:50%;align-items:center;justify-content:center;cursor:pointer;color:#666;transition:all .2s}.close-filters-btn:hover{background:#e5e7eb;color:#000}@media(max-width:1024px){.bundles-layout{grid-template-columns:1fr}.filters-sidebar{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);width:90%;max-width:400px;max-height:80vh;z-index:200;border-radius:20px;overflow-y:auto;display:none;box-shadow:0 20px 60px #0003,0 0 0 1000vh #00000080;opacity:0;transition:all .3s cubic-bezier(.16,1,.3,1)}.filters-sidebar.open{display:block;opacity:1;transform:translate(-50%,-50%) scale(1)}.close-filters-btn,.filter-toggle-btn{display:flex}}@media(max-width:768px){.page-title{font-size:2.5rem}.bundles-controls{flex-direction:column;align-items:stretch;gap:1rem}.controls-right{width:100%;justify-content:space-between}.bundles-grid{grid-template-columns:1fr}}.bundle-details-page{min-height:100vh;background-color:#f8f9fa;padding:2rem 0 4rem}.bundle-header-card{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:24px;padding:3rem;color:#fff;display:flex;align-items:center;gap:2.5rem;margin-bottom:3rem;box-shadow:0 20px 40px #0f172a26;position:relative;overflow:hidden}.bundle-header-card:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,transparent 70%);border-radius:50%}.bundle-icon-large{background:#ffffff1a;width:100px;height:100px;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#60a5fa;flex-shrink:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bundle-header-content{flex:1;position:relative;z-index:1}.bundle-category-badge{background:#60a5fa33;color:#93c5fd;padding:.4rem .8rem;border-radius:50px;font-size:.85rem;font-weight:600;display:inline-block;margin-bottom:1rem}.bundle-title{font-size:2.5rem;font-weight:800;margin-bottom:.75rem;line-height:1.2}.bundle-subtitle{font-size:1.1rem;color:#cbd5e1;max-width:600px}.bundle-pricing{text-align:right;position:relative;z-index:1}.price-tag{display:flex;align-items:flex-start;justify-content:flex-end;line-height:1;margin-bottom:.5rem}.price-tag .currency{font-size:1.5rem;font-weight:600;margin-top:.5rem}.price-tag .amount{font-size:4rem;font-weight:800}.savings-info{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.savings-info .original{color:#94a3b8;text-decoration:line-through;font-size:1.1rem}.save-badge{background:#ef4444;color:#fff;padding:.3rem .6rem;border-radius:6px;font-weight:700;font-size:.9rem}.bundle-content-grid{display:grid;grid-template-columns:1fr 350px;gap:2.5rem}.bundle-items-section h2{font-size:1.5rem;font-weight:800;margin-bottom:1.5rem;color:#0f172a}.items-list{display:flex;flex-direction:column;gap:1rem}.bundle-item-card{background:#fff;padding:1.5rem;border-radius:16px;display:flex;align-items:center;gap:1.5rem;box-shadow:0 4px 6px #00000005;border:1px solid #f1f5f9;transition:transform .2s}.bundle-item-card:hover{transform:translate(5px);border-color:#e2e8f0}.item-icon{width:50px;height:50px;background:#f0f9ff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#0284c7}.item-details{flex:1}.item-details h3{font-size:1.1rem;font-weight:600;color:#0f172a;margin-bottom:.2rem}.item-type{font-size:.85rem;color:#64748b;background:#f8fafc;padding:.2rem .5rem;border-radius:4px}.item-value{text-align:right;display:flex;flex-direction:column}.item-value span{font-size:.8rem;color:#94a3b8}.item-value strong{font-size:1.1rem;color:#0f172a}.summary-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000000d;position:sticky;top:100px}.summary-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#0f172a}.total-value-row,.you-pay-row{display:flex;justify-content:space-between;padding:1rem 0;border-top:1px solid #f1f5f9}.total-value-row{color:#64748b;margin-top:1rem}.you-pay-row{font-size:1.25rem;font-weight:800;color:#0f172a;border-bottom:1px solid #f1f5f9;margin-bottom:1.5rem}.get-bundle-btn{width:100%;padding:1rem;background:linear-gradient(90deg,#1a56db,#2563eb);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.get-bundle-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #2563eb33}@media(max-width:900px){.bundle-header-card{flex-direction:column;text-align:center;gap:1.5rem}.bundle-pricing{text-align:center}.price-tag{justify-content:center}.savings-info{align-items:center}.bundle-content-grid{grid-template-columns:1fr}}.subscriptions-page{min-height:100vh;padding-bottom:6rem}.page-header{text-align:center;padding:4rem 0 3rem;margin-bottom:3rem}.page-title{font-size:3rem;font-weight:800;color:#000;line-height:1.2;margin-bottom:1rem}.page-subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.subscriptions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1100px;margin:0 auto;padding:0 1.5rem;align-items:flex-start}.subscription-card{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.02);position:relative;display:flex;flex-direction:column}.subscription-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.subscription-card.recommended{border:2px solid #8b5cf6;transform:scale(1.05);box-shadow:0 20px 50px #8b5cf626;z-index:1}.subscription-card.recommended:hover{transform:scale(1.05) translateY(-8px)}.recommended-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#8b5cf6;color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:700;box-shadow:0 4px 10px #8b5cf64d}.plan-header{text-align:center;margin-bottom:2rem}.icon-wrapper{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.plan-title{font-size:1.5rem;font-weight:800;color:#000;margin-bottom:1rem}.plan-price{display:flex;align-items:baseline;justify-content:center;margin-bottom:1rem}.currency{font-size:1.5rem;font-weight:600;color:#333;margin-right:.2rem}.amount{font-size:3.5rem;font-weight:800;color:#000;line-height:1}.period{font-size:1rem;color:#666;margin-left:.5rem}.plan-description{color:#666;font-size:.95rem;line-height:1.6}.plan-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem;flex:1}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#4b5563}.check-wrapper{width:24px;height:24px;background:#e0f2fe;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#06c;flex-shrink:0}.subscribe-btn{width:100%;padding:1rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.subscribe-btn.primary{background:linear-gradient(90deg,#8b5cf6,#7c3aed);color:#fff;border:none;box-shadow:0 4px 15px #7c3aed4d}.subscribe-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #7c3aed66}.subscribe-btn.outline{background:transparent;border:2px solid #e5e7eb;color:#333}.subscribe-btn.outline:hover{border-color:#000;background:#fff}.guarantee-section{max-width:600px;margin:4rem auto 0;display:flex;align-items:center;gap:1.5rem;background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000000d}.guarantee-icon{color:#10b981;background:#d1fae5;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.guarantee-content h3{font-size:1.25rem;font-weight:700;color:#000;margin-bottom:.5rem}.guarantee-content p{color:#666;line-height:1.6;font-size:.95rem}@media(max-width:1024px){.subscription-card.recommended{transform:none}.subscription-card.recommended:hover{transform:translateY(-8px)}}@media(max-width:768px){.page-title{font-size:2.5rem}.guarantee-section{flex-direction:column;text-align:center;padding:1.5rem}}.subscription-details-page{min-height:100vh;background-color:#f8f9fa;padding:2rem 0 4rem}.sub-details-grid{display:grid;grid-template-columns:400px 1fr;gap:2.5rem;align-items:start}.sub-info-card{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 10px 30px #0000000d;position:sticky;top:100px;border:1px solid rgba(0,0,0,.02)}.plan-badge{display:inline-block;background:#8b5cf6;color:#fff;padding:.3rem .8rem;border-radius:50px;font-size:.8rem;font-weight:700;margin-bottom:1.5rem}.sub-header h1{font-size:2.5rem;font-weight:800;color:#000;margin-bottom:.5rem}.sub-desc{color:#666;font-size:1rem;line-height:1.6;margin-bottom:2rem}.sub-price{display:flex;align-items:baseline;margin-bottom:2rem}.sub-price .currency{font-size:1.5rem;font-weight:600;color:#333;margin-right:.2rem}.sub-price .amount{font-size:3.5rem;font-weight:800;color:#000}.sub-price .period{font-size:1rem;color:#666;margin-left:.5rem}.subscribe-now-btn{width:100%;padding:1.1rem;background:linear-gradient(90deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #7c3aed4d}.subscribe-now-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #7c3aed66}.commission-section{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #f3f4f6}.commission-section h3{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#000}.commission-card{background:#f0fdf4;border:1px solid #dcfce7;border-radius:16px;padding:1.5rem;display:flex;gap:1rem}.comm-icon{color:#16a34a;background:#dcfce7;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.comm-details{display:flex;flex-direction:column}.comm-type{font-size:.85rem;color:#166534;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.comm-rate{font-size:1.5rem;font-weight:800;color:#15803d;margin:.2rem 0 .5rem}.comm-details p{font-size:.9rem;color:#166534;line-height:1.4}.sub-features-card{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 10px 30px #0000000d}.sub-features-card h3{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:#000}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem}.feature-row{display:flex;align-items:center;gap:1rem;font-size:1.05rem;color:#333}.check-circle{width:28px;height:28px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;flex-shrink:0}.extra-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-top:3rem;border-top:1px solid #f3f4f6}.benefit-item{display:flex;align-items:flex-start;gap:1rem}.benefit-icon{color:#8b5cf6}.benefit-item h4{font-size:1rem;font-weight:700;margin-bottom:.3rem;color:#000}.benefit-item p{font-size:.9rem;color:#666}@media(max-width:900px){.sub-details-grid{grid-template-columns:1fr}.sub-info-card{position:static}.features-grid{grid-template-columns:1fr}.extra-benefits{grid-template-columns:1fr;gap:2rem}}.about-page{width:100%}.about-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.about-feature-accent{width:60px;height:4px;border-radius:2px;margin-bottom:1.5rem}.about-feature-accent-center{margin-left:auto;margin-right:auto}.about-hero-section{padding:6rem 0 5rem;text-align:center;position:relative}.about-hero-section:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0}.about-hero-title{font-size:3.25rem;font-weight:700;line-height:1.2;color:#1a1f36;margin-bottom:1.5rem;letter-spacing:-.02em}.about-hero-description{font-size:1.0625rem;line-height:1.8;color:#4a5568;max-width:700px;margin:0 auto 3rem}.about-hero-image{max-width:800px;max-height:500px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000026;border:3px solid #fff}.about-hero-image img{width:100%;height:auto;display:block}.about-how-it-works-section{padding:5rem 0}.about-feature-row{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:5rem}.about-feature-row:last-child{margin-bottom:0}.about-feature-row-reverse{direction:rtl}.about-feature-row-reverse>*{direction:ltr}.about-feature-content{padding:2rem 0}.about-feature-title{font-size:2rem;font-weight:700;line-height:1.3;color:#1a1f36;margin-bottom:1.25rem}.about-feature-description{font-size:1rem;line-height:1.7;color:#4a5568;margin:0}.about-feature-image{border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000001a;max-width:300px;border:3px solid #fff}.about-feature-image img{width:100%;height:auto;display:block}.about-values-section{padding:5rem 0}.about-section-title,.about-values-title{font-size:2rem;font-weight:700;line-height:1.3;color:#1a1f36;margin-bottom:1rem;text-align:center}.about-values-subtitle{font-size:1rem;line-height:1.7;color:#4a5568;text-align:center;max-width:800px;margin:0 auto 3rem}.about-values-grid-new{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.about-values-column{display:flex;flex-direction:column;gap:2rem}.about-value-card{background:#f7fafc;padding:2rem;border-radius:12px;border:3px solid #fff}.about-value-icon-new{width:56px;height:56px;background:linear-gradient(135deg,#e3f2fd,#f0f7ff);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.about-value-icon-new img{width:32px;height:32px;object-fit:contain}.about-value-heading{font-size:1.125rem;font-weight:700;color:#1a1f36;margin-bottom:.75rem;line-height:1.4}.about-value-text{font-size:.9375rem;line-height:1.6;color:#4a5568;margin:0}.about-values-image{border-radius:16px;overflow:hidden;height:100%;min-height:400px;background:linear-gradient(135deg,#a8d5ff,#c9e4ff);border:3px solid #fff}.about-values-image img{width:100%;height:100%;object-fit:cover;display:block}.about-team-section{padding:5rem 0}.about-team-subtitle{font-size:1rem;line-height:1.7;color:#4a5568;text-align:center;max-width:800px;margin:0 auto 3rem}.about-team-grid-new{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:3rem}.about-team-card{text-align:center;background:transparent}.about-team-image-new{margin:5px;border-radius:12px;overflow:hidden;border:5px solid #fff;box-shadow:0 8px 24px #0000001a}.about-team-image-new img{width:100%;height:100%;object-fit:cover;display:block}.about-team-name-new{font-size:1.25rem;font-weight:700;color:#1a1f36;margin-bottom:.5rem}.about-team-role-new{font-size:1rem;color:#4a5568;margin:0}.about-cta-section{padding:5rem 0;background:#fff;text-align:center}.about-cta-title{font-size:2rem;font-weight:700;line-height:1.3;color:#1a1f36;margin-bottom:1rem}.about-cta-subtitle{font-size:1rem;line-height:1.7;color:#4a5568;max-width:700px;margin:0 auto}@media(max-width:1024px){.about-hero-title{font-size:2.75rem}.about-feature-row{gap:3rem;margin-bottom:4rem}.about-feature-title{font-size:1.75rem}.about-values-grid-new{grid-template-columns:1fr}.about-team-grid-new{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(max-width:768px){.about-container{padding:0 1.5rem}.about-hero-section{padding:4rem 0 3rem}.about-hero-title{font-size:2.25rem}.about-hero-description{font-size:1rem}.about-how-it-works-section{padding:3rem 0}.about-feature-row{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.about-feature-row-reverse{direction:ltr}.about-feature-content{padding:0}.about-feature-title{font-size:1.5rem}.about-feature-description{font-size:.9375rem}.about-values-section,.about-team-section{padding:3rem 0}.about-values-title,.about-section-title,.about-cta-title{font-size:1.5rem}.about-values-grid-new{gap:1.5rem}.about-value-card{padding:1.5rem}.about-values-image{min-height:300px}.about-team-grid-new{grid-template-columns:1fr;gap:2rem}.about-team-image-new{width:150px;height:150px}.about-cta-section{padding:3rem 0}}@media(max-width:480px){.about-hero-title{font-size:1.875rem}.about-hero-description{font-size:.9375rem}.about-feature-title,.about-values-title,.about-section-title,.about-cta-title{font-size:1.25rem}.about-value-icon-new{width:48px;height:48px}.about-value-icon-new img{width:28px;height:28px}.about-values-image{min-height:250px}.about-team-image-new{width:120px;height:120px}.about-team-name-new{font-size:1.125rem}.about-team-role-new{font-size:.9375rem}}.contact-page{min-height:100vh;padding-bottom:4rem}.contact-hero{text-align:center;padding:6rem 0 4rem;margin-bottom:2rem}.hero-title{font-size:3.5rem;font-weight:700;color:#000;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:6rem;padding:0 1rem}.contact-card{background:#fff;border-radius:20px;padding:3rem 2rem;text-align:center;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:250px;border:3px solid #fff}.contact-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.card-icon-wrapper{width:60px;height:60px;background:linear-gradient(135deg,#e0f2fe,#f0f9ff);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:inset 0 2px 4px #fffc,0 4px 8px #0000000d}.card-icon{width:28px;height:28px;color:#06c}.contact-card h3{font-size:1.1rem;font-weight:700;color:#000;margin-bottom:.75rem}.contact-card p{font-size:.9rem;color:#666;line-height:1.5;margin:0}.contact-bottom-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:0 1rem;margin-bottom:8rem}.blue-sphere-container{display:flex;justify-content:center;align-items:center;position:relative}.blue-sphere{width:300px;height:300px;border-radius:50%;background:linear-gradient(135deg,#22d3ee,#3b82f6,#6366f1);box-shadow:inset 10px 10px 20px #fff6,inset -10px -10px 20px #0000001a,0 20px 60px #3b82f680;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;position:relative}.blue-sphere:before{content:"";position:absolute;inset:-30px;background:radial-gradient(circle,rgba(34,211,238,.3) 0%,transparent 70%);z-index:-1;filter:blur(20px)}.sphere-content h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.dots{display:flex;justify-content:center;gap:6px}.dots span{width:6px;height:6px;background:#fffc;border-radius:50%}.bottom-form-container{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #0000000d;border:3px solid #fff}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group label{font-size:.85rem;font-weight:500;color:#333}.form-group input,.form-group textarea{padding:.875rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;color:#333;background:#fff;transition:border-color .2s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#06c}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group textarea{resize:none}.submit-btn{background:#1a56db;background:linear-gradient(90deg,#1a56db,#2563eb);color:#fff;border:none;padding:1rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:.5rem}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #2563eb4d}.contact-faq-section{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;padding:0 1rem;align-items:start}.faq-header .section-divider{width:60px;height:4px;background:linear-gradient(90deg,#00d2ff,#3a7bd5);margin-bottom:1.5rem;border-radius:2px}.faq-header h2{font-size:2.5rem;font-weight:700;color:#000;line-height:1.2;margin-bottom:1.5rem}.faq-header p{font-size:1rem;color:#666;line-height:1.6;max-width:350px}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#eef2ff;border-radius:12px;padding:1.25rem 1.5rem;cursor:pointer;transition:all .3s ease;border:3px solid #fff}.faq-item:hover{background:#e0e7ff}.faq-question-row{display:flex;justify-content:space-between;align-items:center}.faq-question{font-size:1rem;font-weight:500;color:#333;margin:0}.faq-icon{color:#9ca3af;display:flex;align-items:center}.faq-answer{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.05);animation:fadeIn .3s ease}.faq-answer p{font-size:.95rem;color:#666;line-height:1.6;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.contact-cards{grid-template-columns:repeat(2,1fr)}.contact-bottom-section{grid-template-columns:1fr;gap:3rem}.bottom-text-content{text-align:center;padding-top:0}.bottom-text-content p{margin:0 auto}.contact-faq-section{grid-template-columns:1fr;gap:3rem}.faq-header{text-align:center}.faq-header .section-divider{margin:0 auto 1.5rem}.faq-header p{margin:0 auto}}@media(max-width:768px){.hero-title{font-size:2.5rem}.contact-cards,.form-row{grid-template-columns:1fr}.bottom-form-container{padding:2rem}}.login-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:3rem 0;background-color:#f8f9fa;animation:fadeIn .6s var(--transition-base)}.login-container{max-width:1100px;width:100%;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch}.login-card{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000000d;animation:slideUp .6s var(--transition-base);display:flex;flex-direction:column;justify-content:center}.login-header{text-align:center;margin-bottom:2.5rem}.login-header h1{font-size:2rem;font-weight:800;margin-bottom:.75rem;color:#000}.login-header p{color:#666;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.form-group label{font-size:.9rem;font-weight:600;color:#333;margin-bottom:.5rem;display:block}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;color:#9ca3af;pointer-events:none}.form-group input{width:100%;padding:.875rem 1rem .875rem 3rem;border:1px solid #e5e7eb;border-radius:12px;font-size:.95rem;color:#333;background:#fff;transition:all .2s}.form-group input:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.form-group input::placeholder{color:#9ca3af}.form-options{display:flex;justify-content:space-between;align-items:center;margin-top:-.25rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#666;font-size:.9rem}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#0066cc}.forgot-link{color:#06c;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.forgot-link:hover{color:#004494;text-decoration:underline}.login-btn{width:100%;padding:1rem;background:linear-gradient(90deg,#1a56db,#2563eb);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.login-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #2563eb4d}.divider{text-align:center;margin:1.5rem 0;position:relative}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:35%;height:1px;background:#e5e7eb}.divider:before{left:0}.divider:after{right:0}.divider span{background:#fff;padding:0 1rem;color:#9ca3af;font-size:.9rem}.social-login{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.social-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#333;font-weight:600;cursor:pointer;transition:all .2s;font-size:.95rem}.social-btn:hover{border-color:#06c;background:#f8f9fa;transform:translateY(-2px)}.toggle-form{text-align:center;padding-top:1.5rem;border-top:1px solid #f3f4f6}.toggle-form p{color:#666;margin:0;font-size:.95rem}.toggle-btn{background:none;border:none;color:#06c;font-weight:600;cursor:pointer;margin-left:.5rem;transition:color .2s;font-size:.95rem}.toggle-btn:hover{color:#004494;text-decoration:underline}.login-illustration{background:linear-gradient(135deg,#22d3ee,#3b82f6,#6366f1);padding:4rem 3rem;border-radius:20px;color:#fff;animation:slideUp .6s var(--transition-base) .2s backwards;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;box-shadow:0 20px 40px #3b82f64d}.login-illustration:before{content:"";position:absolute;top:-30%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);border-radius:50%;animation:float 8s ease-in-out infinite}.illustration-content{position:relative;z-index:1}.illustration-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.illustration-content>p{font-size:1.1rem;margin-bottom:3rem;opacity:.95;line-height:1.6;color:#ffffffe6}.features-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;align-items:center;gap:1rem;font-size:1.05rem;font-weight:500}.check-icon-wrapper{width:32px;height:32px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media(max-width:1024px){.login-container{grid-template-columns:1fr;max-width:500px}.login-illustration{display:none}}@media(max-width:768px){.login-card{padding:2rem 1.5rem}.login-header h1{font-size:1.75rem}.social-login{grid-template-columns:1fr}.form-options{flex-direction:column;gap:1rem;align-items:flex-start}}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;position:relative;overflow:hidden}.not-found-page:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.not-found-content{text-align:center;position:relative;z-index:1;max-width:600px}.not-found-animation{margin-bottom:2rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.error-code{font-size:10rem;font-weight:900;color:#fff;line-height:1;margin:0;text-shadow:0 10px 30px rgba(0,0,0,.3);letter-spacing:-.05em}.error-title{font-size:2.5rem;font-weight:700;color:#fff;margin:1rem 0;text-shadow:0 2px 10px rgba(0,0,0,.2)}.error-message{font-size:1.25rem;color:#ffffffe6;margin:1.5rem 0 2.5rem;line-height:1.6}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-home,.btn-back{padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;border:none}.btn-home{background:#fff;color:#667eea;box-shadow:0 4px 15px #0003}.btn-home:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.btn-back{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-back:hover{background:#ffffff4d;border-color:#fffc;transform:translateY(-2px)}.floating-shapes{position:absolute;inset:0;overflow:hidden;pointer-events:none}.shape{position:absolute;background:#ffffff1a;border-radius:50%;animation:float-shape 20s infinite}.shape:nth-child(1){width:80px;height:80px;top:10%;left:10%;animation-delay:0s}.shape:nth-child(2){width:120px;height:120px;top:60%;left:80%;animation-delay:2s}.shape:nth-child(3){width:60px;height:60px;top:80%;left:20%;animation-delay:4s}.shape:nth-child(4){width:100px;height:100px;top:20%;left:70%;animation-delay:6s}@keyframes float-shape{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}@media(max-width:768px){.error-code{font-size:6rem}.error-title{font-size:1.75rem}.error-message{font-size:1rem}.not-found-actions{flex-direction:column}.btn-home,.btn-back{width:100%;justify-content:center}}.checkout-page{padding:120px 0 80px;background-color:#f8fafc;min-height:100vh}.checkout-header{text-align:center;margin-bottom:48px}.checkout-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:16px}.checkout-header p{font-size:1.125rem;color:#64748b}.checkout-layout{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.checkout-main{background:#fff;border-radius:24px;padding:32px;box-shadow:0 4px 6px -1px #0000000d}.selection-tabs{display:flex;gap:16px;margin-bottom:32px;padding:4px;background:#f1f5f9;border-radius:12px}.tab-btn{flex:1;padding:12px;border:none;background:transparent;border-radius:8px;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s ease}.tab-btn.active{background:#fff;color:#2563eb;box-shadow:0 2px 4px #0000000d}.selection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin-bottom:32px}.selection-card{border:2px solid #e2e8f0;border-radius:16px;padding:20px;cursor:pointer;transition:all .3s ease;position:relative}.selection-card:hover{border-color:#93c5fd;transform:translateY(-2px)}.selection-card.selected{border-color:#2563eb;background:#eff6ff}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.card-header h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.card-header .price{font-weight:700;color:#2563eb}.selection-card p{font-size:.875rem;color:#64748b;margin-bottom:12px;line-height:1.4}.card-badge{display:inline-block;padding:4px 8px;background:#dbeafe;color:#1e40af;font-size:.75rem;font-weight:600;border-radius:20px}.selected-check{position:absolute;top:-10px;right:-10px;width:24px;height:24px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #2563eb33}.custom-selection h3{font-size:1.25rem;margin-bottom:20px;color:#1e293b}.section-group{margin-bottom:40px}.mini-features{list-style:none;padding:0;margin:0;font-size:.875rem;color:#64748b}.mini-features li{margin-bottom:4px;display:flex;align-items:center;gap:8px}.mini-features li:before{content:"•";color:#2563eb}.payment-section{margin-top:48px;padding-top:32px;border-top:1px solid #e2e8f0}.payment-section h3{margin-bottom:24px;font-size:1.25rem;color:#1e293b}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#475569}.input-wrapper{position:relative}.input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.form-group input{width:100%;padding:12px 16px 12px 40px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-row .form-group input{padding-left:16px}.checkout-sidebar{position:sticky;top:100px}.order-summary{background:#fff;border-radius:24px;padding:24px;box-shadow:0 4px 6px -1px #0000000d}.order-summary h3{font-size:1.25rem;margin-bottom:24px;color:#1e293b}.summary-items{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.summary-item{display:flex;justify-content:space-between;margin-bottom:12px;font-size:.95rem;color:#475569}.empty-msg{color:#94a3b8;font-style:italic;text-align:center}.promo-section{margin-bottom:24px}.promo-input{display:flex;gap:8px;margin-bottom:8px}.promo-input input{flex:1;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem}.promo-input button{padding:8px 16px;background:#f1f5f9;border:none;border-radius:8px;color:#475569;font-weight:600;cursor:pointer;transition:all .2s}.promo-input button:hover{background:#e2e8f0}.promo-msg{font-size:.8rem;display:flex;align-items:center;gap:6px}.promo-msg.error{color:#ef4444}.promo-msg.success{color:#10b981}.summary-totals{margin-bottom:24px}.total-row{display:flex;justify-content:space-between;margin-bottom:12px;color:#64748b}.total-row.discount{color:#10b981}.total-row.final{margin-top:16px;padding-top:16px;border-top:2px dashed #e2e8f0;font-weight:700;color:#1e293b;font-size:1.25rem}.complete-checkout-btn{width:100%;padding:16px;background:#2563eb;color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.complete-checkout-btn:hover:not(:disabled){background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb33}.complete-checkout-btn:disabled{background:#94a3b8;cursor:not-allowed;opacity:.7}.secure-msg{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:16px;font-size:.8rem;color:#94a3b8}.cart-items-sidebar{margin-bottom:1.5rem}.cart-items-sidebar h4{font-size:1rem;color:var(--text-primary);margin-bottom:1rem}.cart-item-mini{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px dashed var(--border-color)}.item-mini-info{display:flex;flex-direction:column;gap:.25rem}.item-mini-info .item-title{font-size:.9rem;color:var(--text-primary);font-weight:500}.item-mini-info .item-price{font-size:.875rem;color:var(--text-secondary)}.remove-mini-btn{background:none;border:none;color:var(--text-tertiary);cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.remove-mini-btn:hover{color:#ef4444;background:#ef44441a}.divider{height:1px;background:var(--border-color);margin:1rem 0}@media(max-width:1024px){.checkout-layout{grid-template-columns:1fr}.checkout-sidebar{position:static}}.admin-layout{display:flex;min-height:100vh;background-color:#f4f7fa}.admin-sidebar{width:260px;background:#1e293b;color:#fff;display:flex;flex-direction:column;position:fixed;top:0;bottom:0;left:0;z-index:1000;transition:transform .3s ease}.admin-sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.admin-sidebar-header h2{margin:0;font-size:1.25rem;color:#fff}.admin-sidebar-nav{flex:1;padding:1.5rem 1rem;overflow-y:auto}.admin-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#94a3b8;text-decoration:none;border-radius:.5rem;margin-bottom:.5rem;transition:all .2s}.admin-nav-item:hover,.admin-nav-item.active{background:#ffffff1a;color:#fff}.admin-sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.admin-logout-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;background:transparent;border:1px solid rgba(255,255,255,.2);color:#ef4444;border-radius:.5rem;cursor:pointer;transition:all .2s}.admin-logout-btn:hover{background:#ef44441a}.admin-main{flex:1;margin-left:260px;display:flex;flex-direction:column;min-height:100vh}.admin-header{height:64px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;padding:0 2rem;justify-content:space-between;position:sticky;top:0;z-index:900}.admin-header-title h1{margin:0;font-size:1.25rem;color:#1e293b}.admin-user-profile{display:flex;align-items:center;gap:.75rem}.admin-avatar{width:32px;height:32px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.admin-content{padding:2rem;flex:1}.mobile-menu-btn,.mobile-close-btn{display:none;background:transparent;border:none;cursor:pointer;color:inherit}.admin-backdrop{display:none}@media(max-width:1024px){.admin-sidebar{transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.admin-main{margin-left:0}.mobile-menu-btn{display:block;margin-right:1rem}.mobile-close-btn{display:block;color:#fff}.admin-backdrop{display:block;position:fixed;inset:0;background:#00000080;z-index:999}.admin-header{padding:0 1rem}.admin-content{padding:1rem}}
