:root{--brand-navy:#4a5568;--brand-purple:#5b21b6;--brand-orange:#f59e0b;--brand-light:#f7fafc;--brand-dark:#1a202c;--text-primary:#2d3748;--text-secondary:#718096;--gradient-primary:linear-gradient(135deg,#667eea,#764ba2);--gradient-hero:linear-gradient(135deg,#1e3a8a,#5b21b6 50%,#7c3aed)}*{box-sizing:border-box;margin:0;padding:0}.corporate-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text-primary);background-color:#fff;overflow-x:hidden}.corporate-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(0,0,0,.05);transition:all .3s ease}.nav-container{max-width:1280px;margin:0 auto;padding:1rem 2rem;justify-content:space-between}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{gap:1rem}.nav-logo-img{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.nav-brand{font-size:1.25rem;font-weight:700;color:var(--brand-navy)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{background:none;border:none;color:var(--text-secondary);font-size:.95rem;font-weight:500;cursor:pointer;transition:color .3s ease;padding:.5rem 0}.nav-link:hover{color:var(--brand-purple)}.nav-actions{gap:1.5rem}.lang-switcher,.nav-actions{display:flex;align-items:center}.lang-switcher{gap:.5rem;background:rgba(0,0,0,.05);padding:.3rem .6rem;border-radius:20px;border:1px solid rgba(0,0,0,.1)}.lang-btn{background:none;border:none;color:var(--text-secondary);font-size:.75rem;font-weight:700;cursor:pointer;transition:all .3s ease;padding:.2rem .4rem}.lang-btn:hover{color:var(--brand-purple)}.lang-btn.active{color:var(--brand-orange)}.lang-divider{color:#e2e8f0;font-size:.8rem}.nav-cta{display:flex;gap:1rem}.btn-primary-nav{background:var(--gradient-primary);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px rgba(102,126,234,.3)}.btn-primary-nav:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.mobile-menu-btn{display:none;background:none;border:none;color:var(--brand-navy);cursor:pointer;padding:.5rem}.mobile-menu{display:none;flex-direction:column;padding:1rem 2rem;background:#fff;border-top:1px solid #e2e8f0}.mobile-nav-link{background:none;color:var(--text-secondary);font-size:1rem;font-weight:500;cursor:pointer;padding:1rem 0;text-align:left;border:none;border-bottom:1px solid #f7fafc;transition:color .3s ease}.mobile-nav-link:hover{color:var(--brand-purple)}.mobile-cta{margin-top:1rem;text-align:center}.mobile-lang-switcher{display:flex;gap:.5rem;padding:1rem 0;border-top:1px solid #e2e8f0;margin-top:1rem}.mobile-lang-switcher .lang-btn{font-size:.9rem;color:var(--text-secondary);padding:.6rem 1rem;background:#f7fafc;border-radius:8px;flex:1;text-align:center}.mobile-lang-switcher .lang-btn.active{background:rgba(245,158,11,.1);color:var(--brand-orange);border:1px solid rgba(245,158,11,.2)}@media (max-width:768px){.desktop-only{display:none!important}.mobile-only{display:block!important}.mobile-menu{display:flex}.mobile-menu-btn{display:block}}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem 4rem;overflow:hidden}.hero-background{background:var(--gradient-hero);opacity:.95;z-index:0}.hero-background,.hero-background:before{position:absolute;top:0;left:0;right:0;bottom:0}.hero-background:before{content:"";background:radial-gradient(circle at 20% 50%,rgba(139,92,246,.3) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(251,191,36,.2) 0,transparent 50%);animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.hero-content{position:relative;z-index:1;max-width:1280px;width:100%}.hero-text{text-align:center;color:#fff}.hero-logo-container{margin-bottom:2rem;animation:fadeInDown 1s ease-out}.hero-logo{border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.1)}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1rem;line-height:1.2;animation:fadeInUp 1s ease-out .2s both;text-shadow:0 2px 20px rgba(0,0,0,.2)}.hero-tagline{font-size:2rem;font-weight:300;margin-bottom:1.5rem;opacity:.95;animation:fadeInUp 1s ease-out .4s both;letter-spacing:1px}.hero-description{font-size:1.25rem;max-width:800px;margin:0 auto 3rem;line-height:1.8;opacity:.9;animation:fadeInUp 1s ease-out .6s both}.hero-cta-group{display:flex;gap:1.5rem;justify-content:center;margin-bottom:4rem;animation:fadeInUp 1s ease-out .8s both;flex-wrap:wrap}.btn-hero-primary{display:inline-flex;align-items:center;gap:.75rem;background:#fff;color:var(--brand-purple);padding:1.25rem 2.5rem;border-radius:12px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 30px rgba(0,0,0,.2)}.btn-hero-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,0,0,.3)}.btn-hero-secondary{background:hsla(0,0%,100%,.1);color:#fff;padding:1.25rem 2.5rem;border:2px solid hsla(0,0%,100%,.3);border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px)}.btn-hero-secondary:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5);transform:translateY(-3px)}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:900px;margin:0 auto;animation:fadeInUp 1s ease-out 1s both}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,#fcd34d,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:1rem;opacity:.9}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section-container{max-width:1280px;margin:0 auto;padding:5rem 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:800;color:var(--brand-navy);margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.services-section{background:linear-gradient(180deg,#f7fafc,#fff)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.service-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid #e2e8f0}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.service-icon{width:80px;height:80px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.service-icon.amazon{background:linear-gradient(135deg,#f90,#ff6b00)}.service-icon.ebay{background:linear-gradient(135deg,#e53238,#0064d2)}.service-icon.marketplace{background:linear-gradient(135deg,#10b981,#059669)}.service-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:var(--brand-navy)}.service-description{font-size:1.05rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1.5rem}.service-features{display:flex;flex-direction:column;gap:.75rem}.feature-item{font-size:.95rem;color:var(--text-primary);font-weight:500}.about-section{background:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content{padding-right:2rem}.about-text{font-size:1.1rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1.5rem}.about-values{margin-top:3rem;display:flex;flex-direction:column;gap:1.5rem}.value-item{display:flex;gap:1rem;align-items:flex-start;padding:1.5rem;background:#f7fafc;border-radius:12px;transition:all .3s ease}.value-item:hover{background:#edf2f7;transform:translateX(8px)}.value-icon{font-size:2rem;line-height:1}.value-item h4{font-size:1.25rem;font-weight:700;color:var(--brand-navy);margin-bottom:.5rem}.value-item p{font-size:1rem;color:var(--text-secondary);line-height:1.6}.about-image-container{position:relative}.about-image-wrapper{position:relative;height:500px;background:var(--gradient-primary);border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(102,126,234,.3)}.about-stats-overlay{position:absolute;bottom:2rem;left:2rem;right:2rem;background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.1)}.overlay-stat{text-align:center}.overlay-number{font-size:2rem;font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.overlay-label{font-size:.85rem;color:var(--text-secondary);font-weight:600}.tools-section{background:linear-gradient(180deg,#fff,#f7fafc)}.tools-showcase{max-width:900px;margin:0 auto}.tool-main-card{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 60px rgba(0,0,0,.1);border:2px solid #e2e8f0;position:relative;overflow:hidden}.tool-main-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:var(--gradient-primary)}.tool-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--gradient-primary);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:2rem}.tool-main-title{font-size:2.5rem;font-weight:800;color:var(--brand-navy);margin-bottom:1.5rem}.tool-main-description{font-size:1.15rem;line-height:1.8;color:var(--text-secondary);margin-bottom:3rem}.tool-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}.tool-feature{display:flex;flex-direction:column;gap:.75rem}.feature-icon-wrapper{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#667eea20,#764ba220);display:flex;align-items:center;justify-content:center;color:var(--brand-purple)}.tool-feature h4{font-size:1.1rem;font-weight:700;color:var(--brand-navy)}.tool-feature p{font-size:.95rem;color:var(--text-secondary);line-height:1.6}.tool-cta-container{text-align:center;padding-top:2rem;border-top:2px solid #f7fafc}.btn-tool-primary{display:inline-flex;align-items:center;gap:.75rem;background:var(--gradient-primary);color:#fff;padding:1.25rem 3rem;border-radius:12px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 30px rgba(102,126,234,.3);margin-bottom:1rem}.btn-tool-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(102,126,234,.4)}.tool-cta-note{font-size:.9rem;color:var(--text-secondary);font-style:italic}.contact-section{background:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{padding-right:2rem}.contact-description{font-size:1.1rem;line-height:1.8;color:var(--text-secondary);margin-bottom:3rem}.contact-methods{display:flex;flex-direction:column;gap:2rem}.contact-method{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:#f7fafc;border-radius:12px;transition:all .3s ease}.contact-method:hover{background:#edf2f7;transform:translateX(8px)}.contact-icon{width:48px;height:48px;border-radius:12px;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.contact-method h4{font-size:1.1rem;font-weight:700;color:var(--brand-navy);margin-bottom:.5rem}.contact-method p{font-size:1rem;color:var(--text-secondary)}.contact-form-container{background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem;border-radius:20px;box-shadow:0 20px 60px rgba(102,126,234,.3)}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#fff;font-weight:600;font-size:.95rem}.form-group input,.form-group textarea{padding:1rem;border-radius:8px;border:none;font-size:1rem;font-family:inherit;background:hsla(0,0%,100%,.95);transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;background:#fff;box-shadow:0 0 0 3px hsla(0,0%,100%,.3)}.btn-submit{background:#fff;color:var(--brand-purple);padding:1.25rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:1rem}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.form-success{background:rgba(16,185,129,.2);color:#fff;padding:1rem;border-radius:8px;text-align:center;font-weight:600;border:2px solid hsla(0,0%,100%,.3)}.corporate-footer{background:var(--brand-dark);color:#fff;padding:4rem 0 2rem}.footer-container{max-width:1280px;margin:0 auto;padding:0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.5rem;margin-bottom:.5rem}.footer-tagline{color:var(--brand-orange);font-size:1.1rem;margin-bottom:1rem;font-weight:600}.footer-description{font-size:.95rem;line-height:1.7;color:hsla(0,0%,100%,.7)}.footer-section h4{font-size:1.1rem;margin-bottom:1rem;color:var(--brand-orange)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a,.footer-links li{color:hsla(0,0%,100%,.7);text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:hsla(0,0%,100%,.6);font-size:.9rem}.footer-legal{display:flex;gap:1rem;align-items:center}.footer-legal a{color:hsla(0,0%,100%,.6);text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-legal a:hover{color:#fff}.separator{color:hsla(0,0%,100%,.3)}@media (max-width:1024px){.hero-title{font-size:3rem}.hero-tagline{font-size:1.5rem}.section-title{font-size:2.5rem}.about-grid,.contact-grid{grid-template-columns:1fr;gap:3rem}.about-content,.contact-info{padding-right:0}.tool-features-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-tagline{font-size:1.25rem}.hero-description{font-size:1.1rem}.hero-stats{grid-template-columns:1fr;gap:2rem}.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr}.tool-main-card{padding:2rem}.about-stats-overlay{gap:1rem}.about-stats-overlay,.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.contact-form-container{padding:2rem}}@media (max-width:480px){.hero-cta-group{flex-direction:column;align-items:stretch}.btn-hero-primary,.btn-hero-secondary{width:100%;justify-content:center}.section-container{padding:3rem 1rem}.service-card{padding:2rem}}