*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #06C167;--primary-dark: #048a4a;--dark-bg: #FFFFFF;--text-light: #000000;--text-secondary: #545454;--bg-secondary: #F6F6F6}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;background:var(--dark-bg);color:var(--text-light);overflow-x:hidden}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e0e0e0;padding:1rem 3rem;transition:all .3s ease}.header.scrolled{padding:.75rem 3rem;box-shadow:0 2px 10px #0000000d}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.75rem;font-weight:800;color:#000;display:flex;align-items:center;gap:.5rem;letter-spacing:-.5px}.logo span:first-child{color:var(--primary)}.nav-buttons{display:flex;gap:1rem;align-items:center}.btn{padding:.75rem 1.5rem;border-radius:500px;font-weight:500;text-decoration:none;transition:all .2s ease;display:inline-block;border:none;cursor:pointer;font-size:.95rem}.btn-primary{background:#000;color:#fff}.btn-primary:hover{background:#333;transform:translateY(-1px)}.btn-secondary{background:#eee;color:#000}.btn-secondary:hover{background:#e0e0e0}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0 3rem;background:#fff}.hero-video-bg,.hero-gradient{display:none}.hero-content{position:relative;z-index:2;max-width:1000px;text-align:center}.hero-badge{display:inline-block;padding:.5rem 1rem;background:#e8f5e9;color:var(--primary-dark);border-radius:8px;font-size:.875rem;font-weight:600;margin-bottom:2rem}.hero h1{font-size:clamp(3rem,6vw,5rem);font-weight:800;margin-bottom:1.5rem;line-height:1.1;color:#000;letter-spacing:-1px}.hero-tagline{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;margin-bottom:1.5rem;color:#333}.hero-subtitle{font-size:1.125rem;color:var(--text-secondary);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-buttons .btn{padding:1rem 2rem;font-size:1.125rem}.hero-buttons .btn-primary{background:var(--primary);color:#fff}.hero-buttons .btn-primary:hover{background:var(--primary-dark)}.section{padding:6rem 3rem;position:relative}.section-dark{background:#fff;color:#000}.section-light{background:var(--bg-secondary)}.container{max-width:1200px;margin:0 auto}.section-header{text-align:left;margin-bottom:4rem}.section-badge{display:none}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#000;letter-spacing:-.5px}.section-subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0}.features-horizontal{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:0;border:none;transition:transform .2s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:2.5rem;margin-bottom:1rem;display:block;background:var(--bg-secondary);width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#000}.feature-description{color:var(--text-secondary);line-height:1.6;font-size:1rem}.stats-section{padding:6rem 3rem;background:#000;color:#fff}.stats-bg-pattern{display:none}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}.stat-item{text-align:left;padding:0;background:transparent;border:none}.stat-number{font-size:3.5rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.stat-label{font-size:1rem;color:#ccc;font-weight:500}.independence-showcase,.wordpress-showcase{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:2rem}.independence-mockup,.wordpress-mockup{background:#f3f3f3;border-radius:12px;padding:3rem;text-align:center;border:none}.independence-mockup:before,.wordpress-mockup:before{display:none}.independence-icon,.wordpress-icon{font-size:4rem;margin-bottom:1rem}.independence-list,.wordpress-list{list-style:none;margin:2rem 0}.independence-list li,.wordpress-list li{padding:.75rem 0 .75rem 2rem;position:relative;font-size:1rem;color:#333}.independence-list li:before,.wordpress-list li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.cta-section{padding:6rem 3rem;text-align:center;background:var(--bg-secondary)}.cta-glow{display:none}.cta-section .section-title{text-align:center;margin-bottom:1rem}.cta-section .section-subtitle{margin:0 auto;text-align:center}.footer{padding:4rem 3rem;background:#fff;border-top:1px solid #eee}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#000;font-weight:500}.footer-links a:hover{text-decoration:underline}.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;color:#000}@media (max-width: 1024px){.independence-showcase,.wordpress-showcase{grid-template-columns:1fr;gap:3rem}.section-header{text-align:center}.section-subtitle{margin:0 auto}.stat-item{text-align:center}.features-horizontal{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 768px){.header{padding:1rem 1.5rem}.header.scrolled{padding:.75rem 1.5rem}.logo{font-size:1.5rem}.mobile-menu-toggle{display:block}.nav-buttons{position:fixed;top:70px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;padding:1.5rem;gap:1rem;box-shadow:0 4px 20px #0000001a;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease;border-bottom:1px solid #e0e0e0}.nav-buttons.active{transform:translateY(0);opacity:1;pointer-events:all}.nav-buttons .btn{width:100%;text-align:center}.hero{padding:2rem 1.5rem;min-height:70vh;text-align:center}.hero-content{text-align:center}.hero h1{font-size:clamp(2rem,10vw,3.5rem);line-height:1.2}.hero-tagline{font-size:clamp(1.125rem,5vw,1.5rem)}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-buttons{justify-content:center;flex-direction:column;gap:.75rem}.hero-buttons .btn{width:100%;padding:.875rem 1.5rem;font-size:1rem}.section{padding:3rem 1.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.features-horizontal{grid-template-columns:1fr;gap:2rem}.feature-card{padding:1.5rem;background:#f6f6f6;border-radius:12px}.feature-icon{width:60px;height:60px;font-size:1.75rem;margin-bottom:1rem}.feature-title{font-size:1.125rem}.feature-description{font-size:.9375rem}.stats-section{padding:3rem 1.5rem}.stats-grid{grid-template-columns:1fr 1fr;gap:2rem}.stat-number{font-size:2.5rem}.stat-label{font-size:.875rem}.independence-list li,.wordpress-list li{font-size:.9375rem}.cta-section{padding:4rem 1.5rem}.cta-section .section-title{font-size:2rem}.footer{padding:3rem 1.5rem}.footer-content{flex-direction:column;align-items:flex-start;text-align:center;width:100%}.footer .logo{margin:0 auto}.footer-links{flex-direction:column;gap:1rem;width:100%;text-align:center}.footer-content>div:last-child{width:100%}}@media (max-width: 480px){.header{padding:.875rem 1rem}.logo{font-size:1.25rem}.hero{padding:1.5rem 1rem;min-height:65vh}.hero h1{font-size:clamp(1.75rem,10vw,2.5rem);margin-bottom:1rem}.hero-tagline{font-size:1.125rem;margin-bottom:1rem}.hero-subtitle{font-size:.9375rem;margin-bottom:1.5rem}.hero-badge{font-size:.75rem;padding:.375rem .75rem;margin-bottom:1.5rem}.section{padding:2.5rem 1rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:.9375rem}.btn{font-size:.875rem;padding:.625rem 1.25rem}.hero-buttons .btn{font-size:.9375rem;padding:.75rem 1.25rem}.feature-card{padding:1.25rem}.feature-icon{width:50px;height:50px;font-size:1.5rem}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.stat-item{text-align:center}.stat-number{font-size:2rem}.independence-mockup,.wordpress-mockup{padding:2rem 1.5rem}.cta-section .btn{font-size:1rem!important;padding:1rem 2rem!important}}
