.page-module__9CFhwW__page{--background:#fff;--foreground:#000;--accent:#000;--accent-light:#555;background-color:var(--background);flex-direction:column;min-height:100vh;display:flex;position:relative}.page-module__9CFhwW__pageHeader{border-bottom:1px solid #e0e0e0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 24px;padding:20px 40px;display:flex}.page-module__9CFhwW__headerHome{text-decoration:none}.page-module__9CFhwW__headerNav{flex-wrap:wrap;align-items:center;gap:12px 32px;display:flex}.page-module__9CFhwW__headerLink{letter-spacing:2px;text-transform:uppercase;color:#999;font-size:13px;text-decoration:none;transition:color .3s;position:relative}.page-module__9CFhwW__headerLink:after{content:"";background:var(--green-earth);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}@media (hover:hover){.page-module__9CFhwW__headerLink:hover{color:var(--foreground)}.page-module__9CFhwW__headerLink:hover:after{width:100%}}.page-module__9CFhwW__headerLinkActive{color:var(--foreground)}.page-module__9CFhwW__headerLinkActive:after{width:100%}.page-module__9CFhwW__heroBanner{text-align:center;isolation:isolate;background:linear-gradient(#fff 0%,#fafafa 100%);border-bottom:1px solid #e0e0e0;flex-direction:column;justify-content:center;align-items:center;padding:80px 40px;display:flex;position:relative;overflow:hidden}.page-module__9CFhwW__heroThistleLeft{bottom:0;left:0;translate:-18% 21%}.page-module__9CFhwW__heroThistleRight{top:0;right:0;translate:19% -29%}.page-module__9CFhwW__pageTitle{color:var(--foreground);letter-spacing:-1px;text-wrap:balance;overflow-wrap:break-word;max-width:100%;margin-bottom:0;font-size:clamp(36px,4vw + 16px,64px);font-weight:700;animation:.6s ease-out page-module__9CFhwW__fadeUp}.page-module__9CFhwW__heroSubtitle{color:#666;max-width:500px;margin:0 auto;font-size:20px;font-style:italic;animation:.8s ease-out page-module__9CFhwW__fadeUp}@keyframes page-module__9CFhwW__fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.page-module__9CFhwW__thistles,.page-module__9CFhwW__header,.page-module__9CFhwW__hero{display:none}.page-module__9CFhwW__main{background-color:var(--background);flex-direction:column;flex:1;gap:60px;width:100%;max-width:900px;margin:0 auto;padding:60px 20px;display:flex}.page-module__9CFhwW__introSection{flex-direction:column;gap:20px;display:flex}.page-module__9CFhwW__welcomeLead{color:var(--foreground);border-top:2px solid var(--green-earth);border-bottom:2px solid var(--green-earth);padding:24px 0;font-size:22px;font-weight:500;line-height:1.6}.page-module__9CFhwW__paragraph{color:#333;font-size:18px;line-height:1.8}.page-module__9CFhwW__promiseSection{isolation:isolate;background:#f8f8f8;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin:0 -20px;padding:48px 40px;position:relative;overflow:hidden}.page-module__9CFhwW__bandThistle{bottom:0;right:0;translate:26% 25%}.page-module__9CFhwW__promiseTitle{text-align:center;color:var(--foreground);margin-bottom:32px;font-size:28px;font-weight:700}.page-module__9CFhwW__promiseGrid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:24px;display:grid}.page-module__9CFhwW__promiseCard{text-align:center;border:1px solid #e0e0e0;border-left:3px solid var(--green-earth);background:#fff;border-radius:0;padding:28px 24px}.page-module__9CFhwW__promiseCard p{color:#444;font-size:16px;line-height:1.5}.page-module__9CFhwW__promiseNote{color:#666;text-align:center;font-size:15px;font-style:italic}.page-module__9CFhwW__sectionTitle{overflow-wrap:break-word;color:var(--foreground);margin-bottom:16px;font-size:clamp(24px,1vw + 20px,28px);font-weight:700}.page-module__9CFhwW__sectionIntro{color:#555;margin-bottom:24px;font-size:18px}.page-module__9CFhwW__focusSection{padding-top:20px}.page-module__9CFhwW__focusGrid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px;display:grid}.page-module__9CFhwW__focusCard{border:1px solid #e0e0e0;border-radius:0;padding:20px}.page-module__9CFhwW__focusCard h3{color:var(--foreground);margin-bottom:6px;font-size:17px;font-weight:600}.page-module__9CFhwW__focusCard p{color:#666;font-size:15px;line-height:1.5}.page-module__9CFhwW__focusNote{color:#555;border-left:3px solid var(--green-earth);background:#f8f8f8;border-radius:0;padding:16px 20px;font-size:16px}.page-module__9CFhwW__focusNote p+p{margin-top:10px}.page-module__9CFhwW__approachesSection{padding-top:20px}.page-module__9CFhwW__approachesText{color:#333;font-size:17px;line-height:1.7}.page-module__9CFhwW__faqSection{padding-top:20px}.page-module__9CFhwW__faq{border:1px solid #e0e0e0;border-radius:0;margin-bottom:12px;transition:border-color .3s,box-shadow .3s;overflow:hidden}.page-module__9CFhwW__faq[open]{border-color:var(--green-earth);box-shadow:3px 3px 0px var(--green-earth),6px 6px 0px #4f6f524d;transform:translateY(-2px)}.page-module__9CFhwW__faqQuestion{color:var(--foreground);cursor:pointer;background:#fff;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:17px;font-weight:600;list-style:none;transition:background .2s;display:flex}.page-module__9CFhwW__faqQuestion::-webkit-details-marker{display:none}.page-module__9CFhwW__faqQuestion:hover{background:#fafafa}.page-module__9CFhwW__faqIcon{color:#999;flex-shrink:0;font-size:24px;font-weight:300;transition:transform .3s}.page-module__9CFhwW__faq[open] .page-module__9CFhwW__faqIcon{color:var(--green-earth);transform:rotate(45deg)}.page-module__9CFhwW__faqAnswer{background:#fafafa;padding:0 24px 20px}.page-module__9CFhwW__faqAnswer p{color:#444;margin-bottom:12px;font-size:16px;line-height:1.7}.page-module__9CFhwW__faqAnswer p:last-child{margin-bottom:0}.page-module__9CFhwW__pricingTable{background:#fff;border:1px solid #e0e0e0;border-radius:0;margin-bottom:16px;overflow:hidden}.page-module__9CFhwW__pricingRow{border-bottom:1px solid #f0f0f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4px 16px;padding:14px 20px;display:flex}.page-module__9CFhwW__pricingRow:last-child{border-bottom:none}.page-module__9CFhwW__pricingRowAlt{background:#f8f8f8}.page-module__9CFhwW__pricingLabel{color:#555;font-size:15px}.page-module__9CFhwW__pricingValue{color:var(--foreground);font-size:16px;font-weight:600}.page-module__9CFhwW__pricingNote{color:#666;font-size:14px;font-style:italic}@media (max-width:900px){.page-module__9CFhwW__promiseGrid,.page-module__9CFhwW__focusGrid{grid-template-columns:1fr}.page-module__9CFhwW__pageHeader{padding:20px 24px}.page-module__9CFhwW__pageNumber{font-size:36px}.page-module__9CFhwW__heroBanner{padding:60px 24px}.page-module__9CFhwW__heroDecoration{display:none}.page-module__9CFhwW__headerNav{gap:12px 22px}}@media (max-width:600px){.page-module__9CFhwW__pageHeader{flex-direction:column;align-items:flex-start;gap:12px;padding:16px 20px}.page-module__9CFhwW__headerNav{gap:8px 18px}.page-module__9CFhwW__headerLink{letter-spacing:1.5px;font-size:12px}.page-module__9CFhwW__pageNumber{font-size:32px;position:absolute;top:16px;right:20px}.page-module__9CFhwW__breadcrumbCurrent{font-size:12px}.page-module__9CFhwW__heroBanner{padding:40px 20px}.page-module__9CFhwW__heroSubtitle{font-size:17px}.page-module__9CFhwW__main{gap:40px;padding:40px 16px}.page-module__9CFhwW__promiseSection{margin:0 -16px;padding:32px 20px}.page-module__9CFhwW__welcomeLead{padding:20px 0;font-size:18px}.page-module__9CFhwW__paragraph{font-size:16px}.page-module__9CFhwW__faqQuestion{padding:16px 20px;font-size:16px}.page-module__9CFhwW__faqAnswer{padding:0 20px 16px}}
