:root { color: #173d2d; background: #f5fbf7; font-family: Arial, Helvetica, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.65; background: linear-gradient(180deg, #ffffff, #f1faf4); }
a { color: #176b4b; }
.seo-shell { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.seo-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; border-bottom: 1px solid #d7ebdf; }
.seo-brand { color: #164f3a; font-size: 20px; font-weight: 800; text-decoration: none; letter-spacing: -.5px; }
.seo-brand span { color: #23845b; }
.seo-nav { display: flex; flex-wrap: wrap; gap: 14px; font-size: 13px; }
.seo-nav a { text-decoration: none; }
.seo-hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 48px; align-items: center; padding: 78px 0 58px; }
.seo-kicker { color: #23845b; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
h1, h2, h3 { color: #164f3a; line-height: 1.12; }
h1 { max-width: 760px; margin: 14px 0 20px; font-size: clamp(38px, 6vw, 68px); letter-spacing: -2.8px; }
h2 { margin-top: 0; font-size: 30px; letter-spacing: -1px; }
h3 { margin-bottom: 7px; font-size: 20px; }
.seo-lead { max-width: 680px; color: #557065; font-size: 19px; }
.seo-cta { display: inline-block; margin-top: 18px; padding: 12px 18px; color: #fff; background: #23845b; text-decoration: none; font-weight: 700; }
.seo-cta:hover { background: #176b4b; }
.seo-card { padding: 26px; border: 1px solid #cfe8d9; background: #fff; box-shadow: 0 14px 34px rgba(25, 88, 57, .07); }
.seo-card strong { display: block; color: #23845b; font-size: 34px; }
.seo-section { padding: 52px 0; border-top: 1px solid #d7ebdf; }
.seo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.seo-grid article { padding: 22px; border: 1px solid #d7ebdf; background: rgba(255,255,255,.76); }
.seo-grid p, .seo-section p, .seo-section li { color: #557065; }
.seo-article { max-width: 820px; }
.seo-article p { font-size: 17px; }
.seo-faq { display: grid; gap: 14px; }
.seo-faq details { padding: 16px 18px; border: 1px solid #cfe8d9; background: #fff; }
.seo-faq summary { color: #164f3a; cursor: pointer; font-weight: 700; }
.seo-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; padding: 28px 0 46px; color: #718078; font-size: 13px; }
.seo-language-list { display: flex; flex-wrap: wrap; gap: 10px 16px; padding: 0; list-style: none; }
@media (max-width: 760px) { .seo-header, .seo-hero { display: block; }.seo-nav { margin-top: 13px; }.seo-hero { padding-top: 48px; }.seo-card { margin-top: 28px; }.seo-grid { grid-template-columns: 1fr; } h1 { font-size: 43px; } }
