
:root{--forest:#123b31;--green:#1f7a5a;--green2:#175f47;--cream:#f7faf8;--ink:#16231f;--muted:#5a6964;--white:#fff;--line:#dbe6e1;--soft:#edf6f1;--shadow:0 16px 38px rgba(18,59,49,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.68}a{color:var(--green2)}.wrap{width:min(1160px,92%);margin:0 auto}.utility{background:var(--forest);color:#eaf4ef;font-size:14px}.utility .wrap{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}.utility a{color:#fff;font-weight:800;text-decoration:none}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.header-row{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:76px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink);font-weight:900;line-height:1.05}.brand-mark{width:42px;height:42px;border-radius:12px;background:var(--green);display:grid;place-items:center;color:#fff;font-size:20px}.brand-copy{max-width:250px}.brand-copy em{font-style:normal;color:var(--green)}nav{display:flex;align-items:center;gap:20px}nav a{font-size:14px;font-weight:750;text-decoration:none;color:var(--ink)}nav a:hover{color:var(--green)}.phone-btn,.primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--green);color:#fff!important;text-decoration:none;font-weight:900;border-radius:10px;padding:13px 18px;box-shadow:0 8px 22px rgba(31,122,90,.16)}.phone-btn:hover,.primary-btn:hover{background:var(--green2)}.hero{background:linear-gradient(135deg,#eaf5ef 0%,#fbfdfc 62%,#eef7f2 100%);border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:48px;align-items:center;padding:74px 0 66px}.eyebrow{font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:13px}.hero h1{font-size:clamp(40px,6vw,68px);line-height:1.02;letter-spacing:-.04em;margin:0 0 22px;max-width:850px}.hero p{font-size:20px;line-height:1.6;color:var(--muted);max-width:760px;margin:0 0 28px}.hero-card{background:var(--white);padding:30px;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.hero-card h2{font-size:23px;margin:0 0 8px}.hero-card .big-phone{display:block;font-size:25px;font-weight:950;color:var(--green2);text-decoration:none;margin:14px 0}.hero-card p{font-size:15px;margin:0 0 18px}.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.trust-item{padding:20px 22px;text-align:center;border-right:1px solid var(--line);font-weight:800;font-size:14px}.trust-item:last-child{border-right:0}.main-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:42px;padding:54px 0}.article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:clamp(25px,4vw,48px);box-shadow:0 8px 30px rgba(18,59,49,.05)}.article h2{font-size:30px;line-height:1.2;letter-spacing:-.025em;margin:42px 0 14px}.article h2:first-child{margin-top:0}.article p{font-size:17px;color:#2c3c37;margin:0 0 18px}.notice{margin:30px 0;padding:20px 22px;background:var(--soft);border-left:4px solid var(--green);border-radius:8px}.notice strong{color:var(--forest)}.sidebar{display:flex;flex-direction:column;gap:18px}.side-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:0 8px 26px rgba(18,59,49,.05)}.side-card h3{margin:0 0 10px;font-size:20px}.call-card{background:var(--forest);color:#fff}.call-card h3,.call-card p{color:#fff}.call-card .phone-btn{width:100%;background:#fff;color:var(--forest)!important}.related a{display:block;padding:11px 0;border-bottom:1px solid var(--line);text-decoration:none;font-weight:750}.related a:last-child{border-bottom:0}.cta-band{margin-top:56px;background:var(--green);color:#fff}.cta-band .wrap{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 0}.cta-band h2{margin:0 0 4px;font-size:28px}.cta-band p{margin:0;color:#e8f5ef}.cta-band .primary-btn{background:#fff;color:var(--forest)!important}footer{background:#102d25;color:#dce9e4;padding:45px 0 92px}.foot{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:34px}.foot h3{color:#fff;margin-top:0}.foot a{display:block;color:#fff;text-decoration:none;margin:8px 0}.foot small{color:#b9cbc4}.footer-phone{font-size:21px!important;font-weight:900}.mobile-call{display:none}@media(max-width:900px){nav{display:none}.hero-grid{grid-template-columns:1fr}.hero-card{max-width:600px}.main-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.trust-item:last-child{border-bottom:0}.foot{grid-template-columns:1fr 1fr}}@media(max-width:600px){.utility .wrap{justify-content:center}.utility span:first-child{display:none}.header-row{min-height:68px}.brand-copy{font-size:15px}.brand-mark{width:37px;height:37px}.header-row>.phone-btn{font-size:0;padding:11px 13px}.header-row>.phone-btn:after{content:"Call";font-size:15px}.hero-grid{padding:48px 0}.hero h1{font-size:42px}.hero p{font-size:18px}.article{padding:24px}.cta-band .wrap{align-items:flex-start;flex-direction:column}.foot{grid-template-columns:1fr}.mobile-call{display:block;position:fixed;left:12px;right:12px;bottom:12px;z-index:60;background:var(--green);color:#fff;text-decoration:none;text-align:center;font-weight:950;padding:15px;border-radius:11px;box-shadow:0 9px 30px rgba(0,0,0,.22)}}
