:root{--primary-color: #2c5530;--primary-gradient: linear-gradient(135deg, #2c5530, #3d6b42);--background-color: #fefefe;--text-color: #2d3748;--border-color: #e2e8f0;--card-shadow: 0 1px 3px rgba(0,0,0,.04), 0 2px 6px rgba(0,0,0,.04), 0 4px 12px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.04);--card-shadow-hover: 0 2px 4px rgba(0,0,0,.06), 0 4px 8px rgba(0,0,0,.06), 0 8px 16px rgba(0,0,0,.06), 0 16px 32px rgba(0,0,0,.06)}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--background-color);color:var(--text-color);line-height:1.6;width:100%;min-height:100vh}.gradient-bg{position:fixed;inset:-50%;width:200%;height:200%;background:linear-gradient(-45deg,#d5dde8,#fff);transform:rotate(-10deg);z-index:-1}.seo-container{max-width:1200px;margin:0 auto;padding:2rem;position:relative;z-index:1}.seo-header{text-align:center;padding:4rem 0 3rem;margin-bottom:3rem}.seo-header h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-color);line-height:1.2;letter-spacing:-.02em}.gradient-text{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.seo-header .subtitle{font-size:1.5rem;color:#64748b;font-weight:500;margin-bottom:2.5rem;line-height:1.5;max-width:800px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:var(--primary-gradient);color:#fff;padding:1.1rem 2.75rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 16px #2c553040;margin:.5rem;border:2px solid transparent}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 24px #2c553059}.cta-button.secondary{background:#fd4;color:#333;box-shadow:0 4px 16px #ffdd4440;border:2px solid #FFDD44}.cta-button.secondary:hover{background:gold;box-shadow:0 8px 24px #ffdd4459;border-color:gold}.content-section{background:#ffffffe6;backdrop-filter:blur(10px);border-radius:24px;padding:3.5rem;margin-bottom:2.5rem;box-shadow:var(--card-shadow);border:1px solid rgba(226,232,240,.6)}.content-section h2{font-size:2.25rem;font-weight:700;margin-bottom:2rem;color:var(--text-color);line-height:1.3}.content-section h3{font-size:1.5rem;font-weight:600;margin-top:3rem;margin-bottom:1.25rem;color:var(--text-color);line-height:1.4}.content-section h4{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:var(--primary-color)}.content-section p{margin-bottom:1.25rem;line-height:1.8;color:#4a5568;font-size:1.05rem}.content-section ul,.content-section ol{margin-left:1.5rem;margin-bottom:2rem;padding-left:.5rem}.content-section li{margin-bottom:1rem;line-height:1.8;color:#4a5568;font-size:1.05rem}.content-section li strong{color:var(--text-color);font-weight:600}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:3rem 0}.feature-card{background:#ffffffe6;border-radius:20px;padding:2.5rem;border:1px solid rgba(226,232,240,.8);box-shadow:var(--card-shadow);transition:all .3s ease;text-align:center}.feature-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-4px);border-color:#fd46}.feature-card h3{font-size:1.25rem;margin-top:1rem;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--text-color);font-weight:600}.feature-card .icon-circle{width:64px;height:64px;background:#fd4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 4px 12px #ffdd444d;transition:all .3s ease}.feature-card:hover .icon-circle{transform:scale(1.1);box-shadow:0 6px 16px #fd46}.feature-card .icon-circle i{font-size:1.75rem;color:#333}.feature-card p{text-align:center;line-height:1.7;color:#64748b}.content-section h3 i{margin-right:.5rem;color:var(--primary-color)}.cta-section{text-align:center;padding:4rem 3rem;background:linear-gradient(135deg,#2c55300d,#ffdd440d);border-radius:24px;margin:4rem 0;border:1px solid rgba(44,85,48,.1)}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1.25rem;color:var(--text-color);line-height:1.3}.cta-section p{font-size:1.25rem;color:#64748b;margin-bottom:2.5rem;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.seo-container{padding:1rem}.seo-header h1{font-size:2rem}.seo-header .subtitle{font-size:1.2rem}.content-section{padding:1.5rem}.features-grid{grid-template-columns:1fr}.cta-button{display:block;margin:.5rem auto}}
