
:root{--green:#315240;--green-2:#047857;--mint:#e5f4ec;--cream:#eee2da;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--bg:#f8fafc;--white:#fff;--shadow:0 18px 50px rgba(15,23,42,.10);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:1180px;margin:0 auto;padding:0 22px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-shell{display:flex;align-items:center;gap:22px;min-height:82px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--green);font-size:20px;margin-right:auto}.brand img{width:54px;height:54px;border-radius:16px;object-fit:cover}.nav-links{display:flex;align-items:center;gap:22px;font-weight:700;font-size:14px}.nav-links a:hover{color:var(--green-2)}.nav-cta{display:flex;gap:10px}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--green-2);color:white;padding:13px 20px;border-radius:14px;font-weight:800;border:0;cursor:pointer;transition:.2s ease;box-shadow:0 8px 18px rgba(5,150,105,.16)}.button:hover{transform:translateY(-1px);background:var(--green)}.button.ghost{background:white;color:var(--green);border:1px solid rgba(49,82,64,.18);box-shadow:none}.button.big{padding:15px 24px}.menu-toggle{display:none;background:var(--green);color:#fff;border:0;border-radius:14px;padding:12px 15px;font-size:22px}.hero,.premium-hero,.page-hero{padding:96px 0;background:radial-gradient(circle at top left,#e5f4ec 0,#fff 35%,#f8fafc 100%)}.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:46px;align-items:center}.eyebrow,.green{color:var(--green-2);font-weight:900;letter-spacing:.02em}.light{color:#bbf7d0}.hero h1,.page-hero h1,h1{font-size:58px;line-height:1.03;margin:14px 0 20px;letter-spacing:-.04em}h2{font-size:42px;line-height:1.12;margin:0 0 18px;letter-spacing:-.03em}h3{font-size:24px;line-height:1.22;margin:0 0 12px}.lead{font-size:20px;color:#475569;max-width:720px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.trust-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.trust-row span{background:white;border:1px solid var(--line);padding:9px 12px;border-radius:999px;font-weight:700;color:#334155}.hero-visual{position:relative;background:linear-gradient(145deg,var(--cream),#fff);border-radius:36px;min-height:430px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);overflow:hidden}.hero-visual:before{content:"";position:absolute;inset:auto -20% -35% auto;width:75%;height:75%;background:var(--green);border-radius:50%;opacity:.13}.hero-visual img{width:min(340px,82%);border-radius:32px;box-shadow:0 16px 45px rgba(0,0,0,.10);position:relative}.floating-card{position:absolute;background:white;border:1px solid var(--line);padding:14px 18px;border-radius:18px;font-weight:900;box-shadow:var(--shadow)}.floating-card.top{top:28px;right:28px}.floating-card.bottom{bottom:28px;left:28px}section{padding:88px 0}.white-section{background:white}.section-soft{background:#f8fafc}.section-intro{max-width:760px;margin-bottom:36px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:44px;align-items:start}.card,.price-box,.review-card,.form-card,details{background:white;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid rgba(226,232,240,.9)}.card{padding:30px}.cards-equal>.card{display:flex;flex-direction:column}.cards-equal .button{margin-top:auto;align-self:flex-start}.service-card{min-height:310px}.blog-card{min-height:280px}.icon{width:56px;height:56px;border-radius:18px;background:#d1fae5;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:18px}.split-premium .review-card{padding:34px}.stars{color:#f59e0b;font-size:24px;letter-spacing:2px}.price-row{display:flex;justify-content:space-between;gap:20px;padding:22px 28px;border-bottom:1px solid var(--line);font-weight:800}.price-row:last-child{border-bottom:0}.area{background:linear-gradient(135deg,var(--green),#047857);color:white}.area p{color:#ecfdf5}.area-box{background:rgba(255,255,255,.13);padding:22px;border-radius:22px;font-weight:900;border:1px solid rgba(255,255,255,.16)}.gallery-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:22px}.gallery-grid figure{margin:0;background:white;border-radius:26px;box-shadow:var(--shadow);overflow:hidden;border:1px solid var(--line)}.gallery-grid img{width:100%;height:290px;object-fit:cover}.gallery-grid figure:first-child img{height:100%}.gallery-grid figure:first-child{grid-row:span 2}.gallery-grid figcaption{padding:16px 18px;font-weight:800}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}details{padding:22px}summary{font-weight:900;cursor:pointer}.page-hero{padding:78px 0}.article-container{max-width:880px}.article-section h3{margin-top:34px}.article-section h4{margin:22px 0 8px}.article-section p,.article-section li{font-size:18px}.article-section ul{padding-left:24px}.article-section table{width:100%;border-collapse:collapse;margin:22px 0 30px;background:white;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.article-section th,.article-section td{text-align:left;padding:15px 18px;border-bottom:1px solid var(--line)}.article-section th{background:#f1f5f9;font-weight:900}.internal-links,.next-actions{margin-top:36px;padding-top:24px;border-top:1px solid var(--line)}.internal-links a{color:var(--green-2);font-weight:800}.next-actions{display:flex;gap:12px;flex-wrap:wrap}.contact-section{background:linear-gradient(180deg,#fff,#f8fafc)}input,select,textarea{width:100%;padding:15px;border:1px solid #cbd5e1;border-radius:14px;font-size:16px;margin-bottom:14px}label{font-weight:800;display:block;margin-bottom:6px}.hidden{display:none}.notice{background:#f1f5f9;padding:16px;border-radius:18px;margin-bottom:14px}.error{color:#dc2626;font-weight:800;display:none;margin-top:-5px;margin-bottom:14px}.site-footer{background:#020617;color:#cbd5e1;padding:42px 0 26px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.footer-grid strong{color:white}.footer-bottom{margin-top:26px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);font-size:14px}.back-to-top{position:fixed;right:22px;bottom:22px;width:48px;height:48px;border-radius:50%;background:var(--green);color:white;display:flex;align-items:center;justify-content:center;font-weight:900;box-shadow:var(--shadow)}@media(max-width:960px){.hero-grid,.grid-2{grid-template-columns:1fr}.grid-4,.grid-3,.gallery-grid,.faq-grid{grid-template-columns:1fr}.gallery-grid figure:first-child{grid-row:auto}.nav-shell{min-height:76px}.menu-toggle{display:block}.nav-links{position:fixed;top:76px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;background:white;padding:18px 22px;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}.nav-links.open{display:flex}.nav-links a{padding:14px;border-radius:14px;background:#f8fafc}.nav-cta{display:none}.hero h1,.page-hero h1,h1{font-size:42px}h2{font-size:32px}.hero-visual{min-height:320px}.footer-grid{grid-template-columns:1fr}.price-row{flex-direction:column}.article-section p,.article-section li{font-size:16px}}@media(max-width:520px){.container{padding:0 16px}.brand span{font-size:17px}.brand img{width:46px;height:46px}.hero,.premium-hero,.page-hero,section{padding:58px 0}.hero h1,.page-hero h1,h1{font-size:36px}.lead{font-size:18px}.card{padding:24px}.button{width:100%}.hero-actions .button,.next-actions .button{width:100%}.floating-card{display:none}}
