<style>

body { font-family: var(--font-sans); color: var(--color-text-primary); }
.site { max-width: 760px; margin: 0 auto; }

.hero { padding: 3rem 0 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; background: #E1F5EE; color: #0F6E56; font-size: 12px; padding: 4px 12px; border-radius: 20px; margin-bottom: 1rem; }
.hero h1 { font-size: 28px; font-weight: 500; line-height: 1.35; color: var(--color-text-primary); margin-bottom: 1rem; }
.hero h1 em { font-style: normal; color: #1D9E75; }
.hero p { font-size: 15px; color: var(--color-text-secondary); line-height: 1.7; margin-bottom: 1.5rem; }
.hero-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-primary { background: #1D9E75; color: #fff; font-size: 14px; padding: 10px 20px; border-radius: var(--border-radius-md); border: none; cursor: pointer; }
.btn-secondary { background: transparent; color: var(--color-text-primary); font-size: 14px; padding: 10px 20px; border-radius: var(--border-radius-md); border: 0.5px solid var(--color-border-secondary); cursor: pointer; }
.hero-visual { background: #E1F5EE; border-radius: var(--border-radius-lg); height: 220px; display: flex; align-items: center; justify-content: center; }
.hero-visual svg { width: 80px; height: 80px; opacity: 0.4; }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 2rem 0; border-top: 0.5px solid var(--color-border-tertiary); border-bottom: 0.5px solid var(--color-border-tertiary); margin-bottom: 2.5rem; }
.stat { text-align: center; }
.stat-num { font-size: 22px; font-weight: 500; color: #1D9E75; }
.stat-label { font-size: 12px; color: var(--color-text-secondary); margin-top: 2px; }

.section-label { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; color: #1D9E75; margin-bottom: 0.5rem; }
.section-title { font-size: 20px; font-weight: 500; margin-bottom: 0.5rem; }
.section-sub { font-size: 14px; color: var(--color-text-secondary); line-height: 1.7; margin-bottom: 1.75rem; }

.benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 2.5rem; }
.benefit-card { background: var(--color-background-secondary); border-radius: var(--border-radius-lg); padding: 1rem 1.25rem; }
.benefit-icon { font-size: 18px; color: #1D9E75; margin-bottom: 8px; }
.benefit-title { font-size: 14px; font-weight: 500; margin-bottom: 4px; }
.benefit-desc { font-size: 13px; color: var(--color-text-secondary); line-height: 1.6; }

.services { margin-bottom: 2.5rem; }
.service-item { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 0.5px solid var(--color-border-tertiary); }
.service-item:last-child { border-bottom: none; }
.service-num { font-size: 13px; color: #1D9E75; font-weight: 500; min-width: 24px; padding-top: 2px; }
.service-body {}
.service-name { font-size: 15px; font-weight: 500; margin-bottom: 4px; }
.service-desc { font-size: 13px; color: var(--color-text-secondary); line-height: 1.6; }
.service-tag { display: inline-block; font-size: 11px; background: #E1F5EE; color: #0F6E56; padding: 2px 8px; border-radius: 10px; margin-top: 6px; }

.about { display: grid; grid-template-columns: auto 1fr; gap: 1.25rem; background: var(--color-background-secondary); border-radius: var(--border-radius-lg); padding: 1.25rem; margin-bottom: 2.5rem; align-items: start; }
.avatar { width: 56px; height: 56px; border-radius: 50%; background: #9FE1CB; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 500; color: #085041; flex-shrink: 0; }
.about-name { font-size: 16px; font-weight: 500; margin-bottom: 2px; }
.about-role { font-size: 12px; color: #1D9E75; margin-bottom: 8px; }
.about-bio { font-size: 13px; color: var(--color-text-secondary); line-height: 1.65; }
.bevo-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--color-text-secondary); margin-top: 10px; border: 0.5px solid var(--color-border-tertiary); padding: 4px 10px; border-radius: var(--border-radius-md); }

.cta-block { background: #E1F5EE; border-radius: var(--border-radius-lg); padding: 1.75rem; text-align: center; margin-bottom: 2.5rem; }
.cta-block h2 { font-size: 18px; font-weight: 500; color: #085041; margin-bottom: 6px; }
.cta-block p { font-size: 14px; color: #0F6E56; margin-bottom: 1.25rem; }
.cta-details { display: flex; justify-content: center; gap: 24px; margin-bottom: 1.25rem; flex-wrap: wrap; }
.cta-detail { display: flex; align-items: center; gap: 6px; font-size: 13px; color: #0F6E56; }
.cta-block .btn-primary { background: #085041; }

.seo-note { background: var(--color-background-secondary); border-left: 3px solid #1D9E75; border-radius: 0 var(--border-radius-md) var(--border-radius-md) 0; padding: 1rem 1.25rem; margin-bottom: 2rem; }
.seo-note h3 { font-size: 13px; font-weight: 500; color: var(--color-text-primary); margin-bottom: 6px; }
.seo-note p { font-size: 12px; color: var(--color-text-secondary); line-height: 1.6; }


</style>
