:root{--hosted-bg:#ffffff;--hosted-bg-soft:#f8fafc;--hosted-text:#0f172a;--hosted-text-muted:#475569;--hosted-primary:#16a34a;--hosted-primary-contrast:#ffffff;--hosted-accent:#0ea5e9;--hosted-border:#e2e8f0;--hosted-card-bg:#ffffff;--hosted-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.hosted-root{background:var(--hosted-bg);color:var(--hosted-text);font-family:var(--hosted-font-family);font-size:17px;line-height:1.65;min-height:100vh;display:flex;flex-direction:column}.hosted-container{width:100%;max-width:1100px;margin:0 auto;padding:0 24px}.hosted-header{border-bottom:1px solid var(--hosted-border);background:var(--hosted-bg);position:sticky;top:0;z-index:10}.hosted-header__inner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;gap:16px;flex-wrap:wrap}.hosted-header__brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--hosted-text)}.hosted-header__logo{height:36px;width:auto;border-radius:6px}.hosted-header__logo-text{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--hosted-primary);color:var(--hosted-primary-contrast);border-radius:8px;font-weight:700;font-size:16px}.hosted-header__brand-text{display:flex;flex-direction:column}.hosted-header__name{font-weight:700;font-size:18px;line-height:1.2}.hosted-header__tagline{font-size:13px;color:var(--hosted-text-muted)}.hosted-header__nav{flex:1;display:flex;justify-content:center}.hosted-header__menu{display:flex;list-style:none;margin:0;padding:0;gap:22px}.hosted-header__menu-link{color:var(--hosted-text-muted);text-decoration:none;font-size:15px;font-weight:500;transition:color .15s}.hosted-header__menu-link:hover{color:var(--hosted-primary)}.hosted-cta-button{display:inline-block;background:var(--hosted-primary);color:var(--hosted-primary-contrast);text-decoration:none;padding:10px 18px;border-radius:8px;font-weight:600;font-size:15px;transition:filter .15s}.hosted-cta-button:hover{filter:brightness(.92)}.hosted-hero{padding:56px 0 32px;text-align:left;background:var(--hosted-bg-soft);border-bottom:1px solid var(--hosted-border)}.hosted-hero__title{font-size:36px;line-height:1.15;font-weight:800;margin:0 0 12px;color:var(--hosted-text)}.hosted-hero__subtitle{font-size:18px;color:var(--hosted-text-muted);max-width:720px;margin:0}.hosted-main{flex:1;padding:40px 0 64px}.hosted-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:28px}.hosted-card{background:var(--hosted-card-bg);border:1px solid var(--hosted-border);border-radius:12px;overflow:hidden;transition:transform .15s,box-shadow .15s}.hosted-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.08)}.hosted-card__link{display:block;text-decoration:none;color:inherit}.hosted-card__image{aspect-ratio:16/9;overflow:hidden;background:var(--hosted-bg-soft)}.hosted-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hosted-card__body{padding:18px 18px 22px}.hosted-card__date{font-size:12px;color:var(--hosted-text-muted);text-transform:uppercase;letter-spacing:.04em}.hosted-card__title{font-size:18px;line-height:1.3;font-weight:700;margin:8px 0;color:var(--hosted-text)}.hosted-card__excerpt{font-size:14px;color:var(--hosted-text-muted);line-height:1.5;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hosted-card__more{font-size:14px;color:var(--hosted-primary);font-weight:600}.hosted-article{max-width:760px;margin:0 auto}.hosted-article__hero{padding:32px 0 16px}.hosted-article__title{font-size:36px;line-height:1.2;font-weight:800;margin:12px 0 16px}.hosted-article__meta{font-size:14px;color:var(--hosted-text-muted)}.hosted-article__image{width:100%;border-radius:12px;margin:24px 0;overflow:hidden}.hosted-article__image img{width:100%;height:auto;display:block}.hosted-article__body{font-size:18px;line-height:1.75}.hosted-article__body h2{font-size:26px;line-height:1.25;margin:40px 0 14px;font-weight:700}.hosted-article__body h3{font-size:21px;margin:30px 0 10px;font-weight:700}.hosted-article__body p{margin:16px 0}.hosted-article__body ol,.hosted-article__body ul{margin:16px 0 16px 20px;padding-left:12px}.hosted-article__body li{margin:6px 0}.hosted-article__body img{max-width:100%;height:auto;border-radius:12px;margin:24px 0}.hosted-article__body a{color:var(--hosted-primary);text-decoration:underline}.hosted-article__body strong{font-weight:600}.hosted-offer{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;margin:40px 0;padding:24px;border-radius:14px;background:var(--hosted-bg-soft);border:1px solid var(--hosted-border)}@media (min-width:720px){.hosted-offer{grid-template-columns:220px 1fr;align-items:center}}.hosted-offer__media img{width:100%;border-radius:10px;display:block}.hosted-offer__title{font-size:22px;font-weight:700;margin:0 0 8px}.hosted-offer__desc{margin:0 0 14px;color:var(--hosted-text-muted)}.hosted-lead{margin:48px 0 24px;padding:28px;border-radius:14px;background:var(--hosted-primary);color:var(--hosted-primary-contrast)}.hosted-lead__headline{font-size:24px;font-weight:700;margin:0 0 8px}.hosted-lead__subheadline{margin:0 0 18px;opacity:.92}.hosted-lead__field{display:block;margin:12px 0}.hosted-lead__field input,.hosted-lead__field textarea{width:100%;padding:12px 14px;border-radius:8px;border:0;background:rgba(255,255,255,.96);color:var(--hosted-text);font-size:16px;font-family:inherit}.hosted-lead__field textarea{min-height:90px;resize:vertical}.hosted-lead__error{display:block;margin-top:12px;padding:10px 12px;background:rgba(0,0,0,.18);border-radius:8px;font-size:14px}.hosted-lead__success{font-size:17px;font-weight:500;padding:18px 0}.hosted-lead__submit{margin-top:8px;background:var(--hosted-text);color:var(--hosted-bg);border:0;padding:12px 22px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:filter .15s}.hosted-lead__submit:hover:not(:disabled){filter:brightness(1.15)}.hosted-lead__submit:disabled{opacity:.7;cursor:not-allowed}.hosted-lead__consent{font-size:12px;opacity:.88;margin-top:10px}.hosted-lead__wa-button{display:inline-flex;align-items:center;background:#25d366;color:#ffffff;padding:14px 28px;border-radius:10px;text-decoration:none;font-weight:600;font-size:17px;margin-top:12px;transition:filter .15s}.hosted-lead__wa-button:hover{filter:brightness(.95)}.hosted-lead__wa-alt{display:block;text-align:center;margin-top:14px;color:var(--hosted-primary-contrast);text-decoration:underline;opacity:.92}.hosted-lead--wa{text-align:center}.hosted-footer{border-top:1px solid var(--hosted-border);padding:32px 0;background:var(--hosted-bg-soft)}.hosted-footer__inner{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.hosted-footer__main{display:flex;flex-direction:column;gap:4px}.hosted-footer__attr,.hosted-footer__copy,.hosted-footer__custom{margin:0;font-size:13px;color:var(--hosted-text-muted)}.hosted-footer__attr-link{color:var(--hosted-primary);text-decoration:none;font-weight:600}.hosted-footer__links ul{display:flex;list-style:none;margin:0;padding:0;gap:18px;flex-wrap:wrap}.hosted-footer__link{color:var(--hosted-text-muted);text-decoration:none;font-size:14px;transition:color .15s}.hosted-footer__link:hover{color:var(--hosted-primary)}.hosted-social{display:flex;list-style:none;margin:0;padding:0;gap:10px}.hosted-social__icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--hosted-card-bg);color:var(--hosted-text);text-decoration:none;border:1px solid var(--hosted-border);transition:background .15s,color .15s,transform .15s}.hosted-social__icon:hover{background:var(--hosted-primary);color:var(--hosted-primary-contrast);transform:translateY(-2px)}.hosted-social__icon--sm{width:32px;height:32px}.hosted-empty{text-align:center;padding:80px 24px;color:var(--hosted-text-muted)}.hosted-floating-wa{position:fixed;bottom:22px;right:22px;width:58px;height:58px;border-radius:50%;background:#25d366;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 8px 20px rgba(37,211,102,.5);z-index:50;transition:transform .15s}.hosted-floating-wa:hover{transform:scale(1.08)}@media (max-width:720px){.hosted-article__title,.hosted-hero__title{font-size:28px}.hosted-article__body{font-size:17px}.hosted-header__nav{display:none}}