:root{--background:#fbfbf7;--foreground:#10201b;--muted:#66736f;--line:#dfe5df;--brand:#0f6b4f;--brand-dark:#0a3f31;--accent:#f2b84b;--surface:#fff;--surface-green:#eaf5ef}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);margin:0;font-family:Plus Jakarta Sans,Poppins,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.sf-site-shell{flex-direction:column;min-height:100vh;display:flex}.sf-site-main{flex:1 0 auto}.sf-site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fbfbf7f0;border-bottom:1px solid #10201b14;position:sticky;top:0}.sf-site-header__nav{justify-content:space-between;align-items:center;gap:24px;width:min(1180px,100vw - 32px);min-height:72px;margin:0 auto;display:flex}.sf-site-header__brand{flex:none;align-items:center;display:inline-flex}.sf-site-header__logo{width:116px;height:auto;display:block}.sf-site-header__links{color:var(--muted);justify-content:center;align-items:center;gap:20px;font-size:.95rem;display:flex}.sf-site-header__links a:hover{color:var(--foreground)}.sf-site-header__cta{border:1px solid var(--brand);background:var(--brand);color:#fff;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:700;display:inline-flex}.sf-site-header__cta:hover{background:var(--brand-dark)}.sf-site-footer{color:#ffffffc2;background:#0b1f1a;border-top:1px solid #10201b14;flex:none;padding:56px 0 32px}.sf-site-footer__inner{grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(140px,1fr));gap:32px;width:min(1180px,100vw - 32px);margin:0 auto;display:grid}.sf-site-footer__brand img{width:132px;height:auto;margin-bottom:14px;display:block}.sf-site-footer__brand p{max-width:280px;margin-bottom:14px}.sf-site-footer__brand a,.sf-site-footer__col a{color:inherit}.sf-site-footer__brand a:hover,.sf-site-footer__col a:hover{color:#fff}.sf-site-footer__col h2{color:#fff;margin:0 0 14px;font-size:.92rem;line-height:1.2}.sf-site-footer__col ul{gap:9px;margin:0;padding:0;list-style:none;display:grid}.sf-site-footer__bottom{border-top:1px solid #ffffff1f;width:min(1180px,100vw - 32px);margin:36px auto 0;padding-top:22px;font-size:.9rem}.sf-site-footer__bottom p{margin:0}.site-shell{min-height:100vh}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fbfbf7eb;border-bottom:1px solid #10201b14;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:24px;width:min(1180px,100vw - 32px);height:72px;margin:0 auto;display:flex}.brand{letter-spacing:0;align-items:center;gap:10px;font-weight:800;display:inline-flex}.brand-mark{background:var(--brand);color:#fff;border-radius:8px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.nav-links{color:var(--muted);align-items:center;gap:20px;font-size:.95rem;display:flex}.nav-links a:hover{color:var(--foreground)}.button{border:1px solid var(--brand);background:var(--brand);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:700;display:inline-flex}.button.secondary{color:var(--brand-dark);background:0 0}.hero{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);align-items:center;gap:56px;width:min(1180px,100vw - 32px);min-height:calc(100vh - 72px);margin:0 auto;padding:88px 0 56px;display:grid}.eyebrow{color:var(--brand);letter-spacing:.08em;text-transform:uppercase;margin:0 0 18px;font-size:.78rem;font-weight:900}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;max-width:760px;margin-bottom:22px;font-size:clamp(3.1rem,8vw,6.4rem);line-height:.94}h2{letter-spacing:0;margin-bottom:18px;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}h3{margin-bottom:10px;font-size:1.25rem;line-height:1.2}.lead{max-width:680px;color:var(--muted);margin-bottom:28px;font-size:clamp(1.05rem,2vw,1.28rem)}.actions{flex-wrap:wrap;gap:12px;display:flex}.hero-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;position:relative;overflow:hidden;box-shadow:0 24px 80px #0e32271f}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.metric{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:170px;padding:26px}.metric:nth-child(2n){border-right:0}.metric:nth-last-child(-n+2){border-bottom:0}.metric strong{color:var(--brand-dark);margin-bottom:8px;font-size:2.3rem;line-height:1;display:block}.metric span{color:var(--muted);font-size:.94rem}.section{border-top:1px solid #10201b14;padding:80px 0}.section.green{background:var(--surface-green)}.container{width:min(1180px,100vw - 32px);margin:0 auto}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.card{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-height:220px;padding:24px}.card p,.post-card p{color:var(--muted)}.post-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.post-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-direction:column;justify-content:space-between;min-height:260px;padding:22px;display:flex}.post-meta{color:var(--brand);font-size:.86rem;font-weight:800}.article{width:min(780px,100vw - 32px);margin:0 auto;padding:72px 0}.article h1{font-size:clamp(2.6rem,6vw,4.8rem)}.article-body{color:#25332f;font-size:1.08rem}.article-body h2{margin-top:42px;font-size:2rem}.site-footer{color:var(--muted);border-top:1px solid #10201b14;padding:42px 0}.sf-svc-hero{color:#fff;background:#10201b;padding:clamp(52px,8vw,96px) 24px}.sf-svc-hero__container{grid-template-columns:minmax(0,1fr);align-items:center;gap:clamp(24px,5vw,48px);width:min(1100px,100%);margin:0 auto;display:grid}.sf-svc-hero__eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:.85rem;font-weight:800}.sf-svc-hero__heading{max-width:12ch;margin:0 0 18px;font-size:clamp(2.2rem,5vw,4rem);line-height:1.05}.sf-svc-hero__sub{color:#ffffffd6;max-width:58ch;margin:0 0 28px;font-size:1.08rem}.sf-svc-hero__ctas{flex-wrap:wrap;gap:12px;display:flex}.sf-svc-hero__cta{border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-weight:800;display:inline-flex}.sf-svc-hero__cta--primary{background:var(--accent);color:#10201b}.sf-svc-hero__cta--secondary{color:#fff;border:1px solid #ffffff6b}.sf-svc-hero__media img{border-radius:8px;width:100%;display:block;box-shadow:0 24px 70px #0000003d}.sf-svc-section{padding:clamp(48px,7vw,84px) 24px}.sf-svc-section__container{width:min(1100px,100%);margin:0 auto}.sf-svc-section__heading{color:#10201b;max-width:16ch;margin:0 0 28px;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.14}.sf-svc-section--text .sf-svc-section__rich{color:#25332f;max-width:72ch;font-size:1.05rem}.sf-svc-section--text .sf-svc-section__rich p{margin:0 0 1em}.sf-svc-section--features{background:var(--surface-green)}.sf-svc-feature-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin:0;padding:0;list-style:none;display:grid}.sf-svc-feature{border:1px solid var(--line);background:#fff;border-radius:8px;padding:22px}.sf-svc-feature__icon{width:44px;min-height:44px;margin-bottom:14px}.sf-svc-feature__icon img{object-fit:contain;width:44px;height:44px}.sf-svc-feature__title{color:#10201b;margin:0 0 8px;font-size:1.08rem}.sf-svc-feature__body{color:var(--muted);margin:0}.sf-svc-comparison__scroll{overflow-x:auto}.sf-svc-comparison{border-collapse:collapse;width:100%;min-width:540px}.sf-svc-comparison th,.sf-svc-comparison td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:14px 16px}.sf-svc-comparison thead th{background:var(--surface-green)}.sf-svc-faq-list{gap:12px;display:grid}.sf-svc-faq{border:1px solid var(--line);background:#fff;border-radius:8px}.sf-svc-faq summary{cursor:pointer;color:#10201b;padding:18px 20px;font-weight:800}.sf-svc-faq__answer{color:#25332f;padding:0 20px 20px}@media (min-width:900px){.sf-svc-hero__container{grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr)}}@media (max-width:840px){.sf-site-header__nav{flex-direction:column;align-items:flex-start;min-height:68px;padding:14px 0}.sf-site-header__links{justify-content:flex-start;width:100%;padding-bottom:4px;overflow-x:auto}.sf-site-header__cta{position:absolute;top:14px;right:max(16px,50vw - 590px)}.sf-site-footer__inner{grid-template-columns:1fr 1fr}.nav{flex-direction:column;align-items:flex-start;height:auto;min-height:68px;padding:14px 0}.nav-links{width:100%;padding-bottom:4px;overflow-x:auto}.hero,.grid-3,.post-list{grid-template-columns:1fr}.hero{min-height:auto;padding-top:58px}}@media (max-width:560px){.sf-site-header__nav{gap:12px}.sf-site-header__links{gap:16px;font-size:.9rem}.sf-site-header__cta{min-height:38px;padding:0 12px;font-size:.88rem}.sf-site-footer__inner{grid-template-columns:1fr}}
