:root{--bg:#f6f8f7;--white:#ffffff;--text:#111827;--muted:#5b6470;--primary:#0f766e;--primary-dark:#0b5d57;--border:#e5e7eb;--soft:#edf5f3;--shadow:0 10px 30px rgba(17,24,39,0.08);--radius:22px;--container:1200px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(100% - 32px,var(--container));margin:0 auto}.section{padding:88px 0}.section-title{font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin-bottom:14px}.section-text{color:var(--muted);max-width:700px;margin-bottom:28px}.badge{display:inline-flex;align-items:center;gap:8px;background:#dff2ee;color:var(--primary);padding:10px 16px;border-radius:999px;font-weight:700;font-size:0.95rem;margin-bottom:22px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,0.9);backdrop-filter:blur(12px);border-bottom:1px solid rgba(229,231,235,0.9)}.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{font-size:1.6rem;font-weight:800;color:var(--primary);letter-spacing:-0.02em}.nav{display:flex;align-items:center;gap:26px}.nav a{font-weight:600;color:#1f2937}.nav a:hover{color:var(--primary)}.header-actions{display:flex;align-items:center;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border-radius:16px;border:1px solid transparent;font-weight:700;transition:0.22s ease;cursor:pointer}.btn-primary{background:var(--primary);color:var(--white);box-shadow:var(--shadow)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.btn-secondary{background:var(--white);color:var(--text);border-color:var(--border)}.btn-secondary:hover{border-color:#cdd3db;transform:translateY(-1px)}.hero{padding:72px 0 96px}.hero-grid{display:grid;grid-template-columns:1.05fr 0.95fr;align-items:center;gap:56px}.hero-media{position:relative;height:580px;border-radius:32px;overflow:hidden;box-shadow:0 18px 50px rgba(17,24,39,0.12);background:#d9e4e1}.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient( 135deg,rgba(255,255,255,0.08),rgba(255,255,255,0) );pointer-events:none}.hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0}.hero h1{font-size:clamp(3rem,6vw,5.3rem);line-height:0.92;letter-spacing:-0.05em;margin-bottom:24px;max-width:720px}.hero p{font-size:1.16rem;color:var(--muted);max-width:620px;margin-bottom:30px}.trust-list{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px}.trust-item{background:rgba(255,255,255,0.9);border:1px solid var(--border);border-radius:999px;padding:11px 16px;font-weight:700;color:#1f2937;box-shadow:0 4px 14px rgba(17,24,39,0.04)}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.proof-card{background:var(--white);border:1px solid var(--border);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.proof-card img{width:100%;height:auto}.proof-caption{padding:20px 22px 26px;color:var(--muted);font-size:1rem}.process{background:var(--soft)}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:var(--white);border:1px solid var(--border);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.card-number,.card-icon{width:52px;height:52px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#dff2ee;color:var(--primary);font-weight:800;font-size:1.15rem;margin-bottom:18px}.card h3{font-size:1.25rem;margin-bottom:10px}.card p{color:var(--muted)}.card-link{display:inline-block;margin-top:14px;font-weight:700;color:var(--primary)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch}.why-list{background:var(--white);border:1px solid var(--border);border-radius:28px;padding:32px;box-shadow:var(--shadow)}.why-list ul{list-style:none;display:grid;gap:16px}.why-list li{padding-left:30px;position:relative;font-weight:600;color:#1f2937}.why-list li::before{content:"✔";position:absolute;left:0;top:0;color:var(--primary);font-weight:800}.why-visual{min-height:100%;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:var(--white);border:1px solid var(--border)}.why-visual img{width:100%;height:100%;object-fit:cover;min-height:420px}.cta{padding:88px 0}.cta-box{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:var(--white);border-radius:30px;padding:52px 36px;text-align:center;box-shadow:var(--shadow)}.cta-box h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;margin-bottom:14px}.cta-box p{max-width:680px;margin:0 auto 26px;color:rgba(255,255,255,0.9);font-size:1.08rem}.cta-box .btn-primary{background:var(--white);color:var(--primary)}.cta-box .btn-primary:hover{background:#f1f5f9}.cta-phone{margin-top:16px;font-weight:700;opacity:0.95}.site-footer{background:#ffffff;border-top:1px solid var(--border);padding:28px 0}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:28px}.footer-title{font-weight:800;margin-bottom:12px}.footer-col p,.footer-col a{color:var(--muted);display:block;margin-bottom:8px}.footer-col a:hover{color:var(--primary)}.footer-bottom{margin-top:28px;padding-top:20px;border-top:1px solid var(--border);color:var(--muted);font-size:0.95rem}.mobile-call{display:none}.menu-toggle{display:none;background:none;border:1px solid var(--border);border-radius:12px;width:44px;height:44px;font-size:1.3rem;cursor:pointer}.breadcrumb{padding:18px 0 0;font-size:0.92rem;color:var(--muted)}.breadcrumb a{color:var(--primary);font-weight:600}.page-hero{padding:40px 0 64px}.page-hero h1{font-size:clamp(2.2rem,4.5vw,3.6rem);line-height:1.05;letter-spacing:-0.03em;margin-bottom:18px;max-width:820px}.page-hero p{font-size:1.1rem;color:var(--muted);max-width:700px;margin-bottom:26px}.content-block{max-width:780px}.content-block h2{font-size:1.6rem;margin:36px 0 12px}.content-block h2:first-child{margin-top:0}.content-block p{color:var(--muted);margin-bottom:14px}.content-block ul{list-style:none;display:grid;gap:10px;margin:16px 0 20px}.content-block ul li{padding-left:28px;position:relative;color:var(--text);font-weight:600}.content-block ul li::before{content:"✔";position:absolute;left:0;color:var(--primary);font-weight:800}.related-services{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.related-services a{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:16px 18px;font-weight:700;display:block;box-shadow:var(--shadow)}.related-services a:hover{color:var(--primary)}@media (max-width:1024px){.hero-grid,.why-grid,.cards-3,.services-grid,.footer-grid,.related-services{grid-template-columns:1fr}.hero-media{min-height:440px}.nav{display:none;position:absolute;top:100%;left:16px;right:16px;margin-top:8px;flex-direction:column;align-items:flex-start;gap:4px;padding:14px;background:var(--white);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}.nav.open{display:flex}.nav a{width:100%;padding:10px 6px}.menu-toggle{display:inline-flex;align-items:center;justify-content:center}}@media (max-width:768px){.section,.cta{padding:64px 0}.hero{padding:34px 0 64px}.hero h1{font-size:2.6rem}.hero-grid{gap:28px}.hero-media{min-height:320px;border-radius:24px}.trust-list{gap:10px}.trust-item{font-size:0.95rem}.hero-actions,.header-actions{flex-direction:column;align-items:stretch}.header-inner{min-height:72px}.header-actions .btn-secondary{display:none}.mobile-call{display:flex;position:fixed;left:16px;right:16px;bottom:16px;z-index:60;box-shadow:var(--shadow)}.site-footer{padding-bottom:96px}}a:focus-visible,button:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}