@charset "UTF-8";:root{--green-gradient: linear-gradient(135deg, #25D366 0%, #128C7E 100%);--green-gradient-hover: linear-gradient(135deg, #2FE573 0%, #1AB394 100%);--bg-primary: #000000;--bg-secondary: #1a1a1a;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--text-primary-color: #d1be11;--border-color: rgba(255, 255, 255, .1);--hero-background: rgba(0, 0, 0, .7);--navbar-text: #d1be11;--color-invert: invert(0);--badge-background: #494949}:root.light{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--text-primary: #000000;--text-secondary: #7f8c8d;--border-color: rgba(0, 0, 0, .1);--hero-background: rgba(0, 0, 0, .7);--navbar-text: #057534;--text-primary-color: #057534;--color-invert: invert(1);--badge-background: #dfdfdf}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.blog-index[data-astro-cid-5tznm7mj]{padding-top:80px;background:var(--bg-primary);min-height:100vh}.blog-hero[data-astro-cid-5tznm7mj]{background:linear-gradient(311deg,#015725 1%,#057534 49%,#d1be11);color:#fff;padding:3rem 0 4rem}.blog-hero[data-astro-cid-5tznm7mj] h1[data-astro-cid-5tznm7mj]{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;margin:.5rem 0 1rem;color:#fff}.blog-hero__subtitle[data-astro-cid-5tznm7mj]{font-size:1.1rem;opacity:.9;max-width:600px;line-height:1.6;color:#fff}.breadcrumb[data-astro-cid-5tznm7mj]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;opacity:.85;margin-bottom:1rem}.breadcrumb[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]{color:#fff;text-decoration:none}.breadcrumb[data-astro-cid-5tznm7mj] a[data-astro-cid-5tznm7mj]:hover{text-decoration:underline}.breadcrumb[data-astro-cid-5tznm7mj] span[data-astro-cid-5tznm7mj]{color:#fff}.blog-grid-section[data-astro-cid-5tznm7mj]{padding:3rem 0 4rem;background:var(--bg-primary)}.blog-grid[data-astro-cid-5tznm7mj]{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.blog-card[data-astro-cid-5tznm7mj]{border-radius:12px;overflow:hidden;background:var(--bg-secondary);border:1px solid var(--border-color);transition:transform .3s ease,box-shadow .3s ease}.blog-card[data-astro-cid-5tznm7mj]:hover{transform:translateY(-4px);box-shadow:0 10px 30px #00000026}.blog-card__link[data-astro-cid-5tznm7mj]{display:block;text-decoration:none;color:inherit;height:100%}.blog-card__image-wrap[data-astro-cid-5tznm7mj]{position:relative;aspect-ratio:16/10;overflow:hidden}.blog-card__image[data-astro-cid-5tznm7mj]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card[data-astro-cid-5tznm7mj]:hover .blog-card__image[data-astro-cid-5tznm7mj]{transform:scale(1.04)}.blog-card__image-placeholder[data-astro-cid-5tznm7mj]{position:absolute;inset:0;background:linear-gradient(311deg,#015725 1%,#057534 49%,#d1be11);display:flex;align-items:center;justify-content:center}.blog-card__image-placeholder[data-astro-cid-5tznm7mj]:after{content:"✈";font-size:3rem;opacity:.4;color:#fff}.blog-card__category[data-astro-cid-5tznm7mj]{position:absolute;top:.75rem;left:.75rem;background:linear-gradient(311deg,#015725 1%,#057534 49%,#d1be11);color:#fff;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .6rem;border-radius:4px}.blog-card__body[data-astro-cid-5tznm7mj]{padding:1.25rem 1.5rem 1.5rem}.blog-card__date[data-astro-cid-5tznm7mj]{font-size:.8rem;color:var(--text-secondary);display:block;margin-bottom:.5rem}.blog-card__title[data-astro-cid-5tznm7mj]{font-size:1.05rem;font-weight:700;line-height:1.4;margin:0 0 .75rem;color:var(--text-primary)}.blog-card__excerpt[data-astro-cid-5tznm7mj]{font-size:.875rem;color:var(--text-secondary);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:1rem}.blog-card__cta[data-astro-cid-5tznm7mj]{font-size:.85rem;font-weight:600;color:var(--text-primary-color)}.blog-empty[data-astro-cid-5tznm7mj]{text-align:center;color:var(--text-secondary);padding:3rem 0}.blog-cta-banner[data-astro-cid-5tznm7mj]{background:linear-gradient(311deg,#015725 1%,#057534 49%,#d1be11);color:#fff;text-align:center;padding:2.5rem 2rem;border-radius:16px;margin-top:2rem}.blog-cta-banner[data-astro-cid-5tznm7mj] h2[data-astro-cid-5tznm7mj]{font-size:1.5rem;margin:0 0 .75rem;color:#fff}.blog-cta-banner[data-astro-cid-5tznm7mj] p[data-astro-cid-5tznm7mj]{opacity:.9;margin-bottom:1.5rem;color:#fff}.btn-wa[data-astro-cid-5tznm7mj]{display:inline-block;background:var(--green-gradient);color:#fff;font-weight:700;padding:.875rem 2rem;border-radius:50px;text-decoration:none;font-size:1rem;transition:all .3s ease}.btn-wa[data-astro-cid-5tznm7mj]:hover{background:var(--green-gradient-hover);transform:translateY(-2px)}
