*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#ffffff;--bg-alt:#f5f7f5;--text:#1a2e1a;--text-muted:#4a6a4a;--accent:#2d8a2d;--accent-dark:#1e6b1e;--accent-light:#e8f5e8;--card-bg:#ffffff;--card-border:#d4e8d4;--card-shadow:rgba(0, 0, 0, 0.08);--hero-overlay:rgba(0, 0, 0, 0.55);--nav-bg:rgba(255, 255, 255, 0.95);--footer-bg:#1a2e1a;--footer-text:#d4e8d4;--highlight:#f0a500}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--nav-bg);backdrop-filter:blur(10px);border-bottom:1px solid var(--card-border)}.nav-inner{max-width:1100px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.nav-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.15rem;color:var(--text);text-decoration:none}.nav-logo{width:36px;height:36px;border-radius:8px;object-fit:cover}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:var(--text-muted);font-weight:500;font-size:.95rem;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--accent);text-decoration:none}.nav-toggle{display:none;background:0 0;border:none;font-size:1.5rem;cursor:pointer;color:var(--text)}.hero-logo{width:280px;height:auto;margin-bottom:1.5rem;filter:drop-shadow(0 8px 24px rgba(0,0,0,.4))}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background-size:cover;background-position:50%;background-repeat:no-repeat}.hero-overlay{position:absolute;inset:0;background:var(--hero-overlay)}.hero-content{position:relative;z-index:1;padding:2rem 1.5rem;max-width:700px}.hero h1{font-size:3.5rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:1rem}.hero-accent{color:var(--highlight)}.hero-tagline{font-size:1.25rem;color:rgba(255,255,255,.9);margin-bottom:2rem;line-height:1.5}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.hero-intro-offer{color:var(--highlight);font-size:1.1rem}.btn{display:inline-block;padding:.85rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:transform .2s,box-shadow .2s;cursor:pointer}.btn:hover{transform:translateY(-2px);text-decoration:none}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 14px rgba(45,138,45,.3)}.btn-primary:hover{background:var(--accent-dark);box-shadow:0 6px 20px rgba(45,138,45,.4);color:#fff}.btn-secondary{background:rgba(255,255,255,.15);color:#fff;border:2px solid rgba(255,255,255,.4);backdrop-filter:blur(4px)}.btn-secondary:hover{background:rgba(255,255,255,.25);color:#fff}.section{padding:5rem 0}.section-alt{background:var(--bg-alt)}.section-title{text-align:center;font-size:2.2rem;font-weight:700;margin-bottom:3rem;color:var(--text)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:2rem;text-align:center;box-shadow:0 2px 8px var(--card-shadow);transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--card-shadow)}.card-icon{font-size:2.5rem;margin-bottom:1rem}.card h3{font-size:1.15rem;margin-bottom:.5rem;color:var(--text)}.card p{color:var(--text-muted);font-size:.95rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;align-items:start}.pricing-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:2.5rem 2rem;text-align:center;box-shadow:0 2px 8px var(--card-shadow);position:relative}.pricing-card-highlight{border-color:var(--accent);border-width:2px;box-shadow:0 4px 20px rgba(45,138,45,.15)}.pricing-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--highlight);color:#fff;font-weight:700;font-size:.85rem;padding:.3rem 1.2rem;border-radius:20px}.pricing-card h3{font-size:1.2rem;margin-bottom:.5rem}.price{font-size:3rem;font-weight:800;color:var(--accent);margin-bottom:.25rem}.price-period{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.pricing-card ul{list-style:none;margin-bottom:2rem;text-align:left}.pricing-card li{padding:.4rem 0;color:var(--text-muted);font-size:.95rem}.pricing-card li::before{content:"\2713";color:var(--accent);font-weight:700;margin-right:.5rem}.who-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.who-item{text-align:center}.who-icon{font-size:2.5rem;display:block;margin-bottom:.75rem}.who-item h3{font-size:1.1rem;margin-bottom:.5rem}.who-item p{color:var(--text-muted);font-size:.95rem}.area-section{text-align:center}.area-text{font-size:1.15rem;color:var(--text-muted);margin-bottom:.5rem}.contact-intro{text-align:center;font-size:1.1rem;color:var(--text-muted);margin-bottom:2.5rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:800px;margin:0 auto}.contact-card{display:block;background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:2rem;text-align:center;box-shadow:0 2px 8px var(--card-shadow);transition:transform .2s,box-shadow .2s;color:var(--text)}.contact-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--card-shadow);text-decoration:none}.contact-icon{font-size:2rem;display:block;margin-bottom:.75rem}.contact-card h3{font-size:1.1rem;margin-bottom:.25rem}.contact-card p{color:var(--accent);font-weight:600}.section-trust{background:var(--accent);color:#fff;text-align:center;padding:4rem 0}.trust-tagline{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.trust-sub{font-size:1.1rem;opacity:.9}.footer{background:var(--footer-bg);color:var(--footer-text);padding:2.5rem 0}.footer-inner{text-align:center}.footer-brand{display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;font-size:1.1rem;margin-bottom:1rem}.footer-logo{width:28px;height:28px;border-radius:6px;object-fit:cover}.footer-links{display:flex;gap:1.5rem;justify-content:center;margin-bottom:1rem}.footer-links a{color:var(--footer-text);font-size:.95rem}.footer-links a:hover{color:#fff}.footer-copy{font-size:.85rem;opacity:.7}.legal-section{padding-top:6rem}.legal-section h1{font-size:2rem;margin-bottom:1.5rem}.legal-date{color:var(--text-muted);font-size:.9rem;margin-bottom:.5rem}.legal-section h2{margin-top:2rem;margin-bottom:.75rem}.legal-section p,.legal-section li{color:var(--text-muted);margin-bottom:.75rem}@media(max-width:768px){.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--nav-bg);flex-direction:column;padding:1rem 1.5rem;border-bottom:1px solid var(--card-border)}.nav-links.nav-open{display:flex}.hero h1{font-size:2.5rem}.hero-tagline{font-size:1.05rem}.section{padding:3.5rem 0}.section-title{font-size:1.8rem;margin-bottom:2rem}.trust-tagline{font-size:1.4rem}}@media(max-width:480px){.hero h1{font-size:2rem}.price{font-size:2.5rem}}