:root{--primary-color: #05B0A2;--primary-dark: #048A7E;--secondary-color: #253551;--white: #ffffff;--light-gray: #f8f9fa;--gray: #e9ecef;--text-primary: #2C3E50;--text-secondary: #6C757D;--container-width: 1200px;--shadow-soft: 0 2px 8px rgba(0, 0, 0, .04);--shadow-medium: 0 4px 12px rgba(0, 0, 0, .08);--radius-md: 8px;--radius-lg: 12px}[data-astro-cid-we6un2hb],[data-astro-cid-we6un2hb]:before,[data-astro-cid-we6un2hb]:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Barlow,Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--white)}a[data-astro-cid-we6un2hb]{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a[data-astro-cid-we6un2hb]:hover{color:var(--primary-dark)}img[data-astro-cid-we6un2hb]{max-width:100%;height:auto}.header[data-astro-cid-we6un2hb]{position:sticky;top:0;left:0;right:0;width:100%;background:var(--white);box-shadow:0 2px 4px #00000014;z-index:1000}.nav[data-astro-cid-we6un2hb]{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:var(--container-width);margin:0 auto}.nav__logo[data-astro-cid-we6un2hb] img[data-astro-cid-we6un2hb]{height:91px;width:auto;display:block}.nav__menu[data-astro-cid-we6un2hb]{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.nav__link[data-astro-cid-we6un2hb]{color:var(--text-primary);text-decoration:none;font-weight:500;transition:color .3s}.nav__link[data-astro-cid-we6un2hb]:hover,.nav__link[data-astro-cid-we6un2hb].active{color:var(--primary-color)}.nav__toggle[data-astro-cid-we6un2hb]{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-primary)}.hero[data-astro-cid-we6un2hb]{background:linear-gradient(135deg,#05b0a20f,#25355108);padding:4rem 2rem 3.5rem;text-align:center;position:relative}.hero[data-astro-cid-we6un2hb]:after{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:50px;background:#fff;clip-path:ellipse(55% 100% at 50% 100%)}.hero[data-astro-cid-we6un2hb] h1[data-astro-cid-we6un2hb]{font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--secondary-color);margin-bottom:1rem;letter-spacing:-.02em}.hero[data-astro-cid-we6un2hb] p[data-astro-cid-we6un2hb]{font-size:1.2rem;color:var(--text-secondary);max-width:650px;margin:0 auto;line-height:1.7}.content[data-astro-cid-we6un2hb]{max-width:var(--container-width);margin:0 auto;padding:3rem 2rem 4rem}.category-section[data-astro-cid-we6un2hb]{margin-bottom:3rem}.category-header[data-astro-cid-we6un2hb]{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid transparent;background-image:linear-gradient(90deg,#05b0a2,#05b0a21a);background-size:100% 2px;background-position:bottom;background-repeat:no-repeat}.category-header[data-astro-cid-we6un2hb] h2[data-astro-cid-we6un2hb]{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;color:var(--secondary-color);margin:0}.category-header[data-astro-cid-we6un2hb] p[data-astro-cid-we6un2hb]{font-size:.95rem;color:var(--text-secondary);margin:0}.category-count[data-astro-cid-we6un2hb]{background:#05b0a21a;color:var(--primary-color);font-size:.8rem;font-weight:600;padding:.2rem .6rem;border-radius:100px}.article-grid[data-astro-cid-we6un2hb]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.article-card[data-astro-cid-we6un2hb]{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;transition:transform .25s ease-out,box-shadow .25s ease-out,border-color .25s ease-out;text-decoration:none;display:block;border:1px solid transparent;box-shadow:0 2px 8px #0000000a;position:relative;overflow:hidden}.article-card[data-astro-cid-we6un2hb]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#05b0a2,#048a7e);transform:scaleX(0);transform-origin:left;transition:transform .25s ease-out}.article-card[data-astro-cid-we6un2hb]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:#05b0a233}.article-card[data-astro-cid-we6un2hb]:hover:before{transform:scaleX(1)}.article-card__title[data-astro-cid-we6un2hb]{font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:600;color:var(--secondary-color);line-height:1.3;margin-bottom:.5rem}.article-card__desc[data-astro-cid-we6un2hb]{font-size:.9rem;color:var(--text-secondary);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card__arrow[data-astro-cid-we6un2hb]{display:inline-block;margin-top:.75rem;color:var(--primary-color);font-weight:600;font-size:.9rem}.compare-link[data-astro-cid-we6un2hb]{display:inline-block;background:var(--primary-color);color:var(--white);padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;font-size:1rem;transition:background .3s ease}.compare-link[data-astro-cid-we6un2hb]:hover{background:var(--primary-dark);color:var(--white)}.footer[data-astro-cid-we6un2hb]{background:linear-gradient(135deg,#253551,#048a7e);color:#fff;padding:2.2rem 0 .7rem}.footer-main[data-astro-cid-we6un2hb]{display:flex;justify-content:space-between;align-items:flex-start;max-width:1100px;margin:0 auto;flex-wrap:wrap;gap:1.5rem;padding:0 2rem}.footer-left[data-astro-cid-we6un2hb]{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;min-width:220px}.footer-left[data-astro-cid-we6un2hb] img[data-astro-cid-we6un2hb]{height:48px;width:auto;display:block;margin-bottom:.3rem}.footer-left[data-astro-cid-we6un2hb] span[data-astro-cid-we6un2hb]{font-size:1.05rem;font-weight:500;margin-left:2px}.footer-right[data-astro-cid-we6un2hb]{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem;min-width:220px}.footer-right[data-astro-cid-we6un2hb] a[data-astro-cid-we6un2hb]{color:#fff;font-size:1rem}.footer-bottom[data-astro-cid-we6un2hb]{text-align:center;font-size:.9rem;color:#e9ecef;margin-top:1rem;padding:0 2rem}.footer-bottom[data-astro-cid-we6un2hb] a[data-astro-cid-we6un2hb]{color:#e9ecef;text-decoration:underline;font-size:.9rem}@media(max-width:768px){.nav__menu[data-astro-cid-we6un2hb]{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);padding:1.5rem;flex-direction:column;box-shadow:0 2px 4px #0000001a}.nav__menu[data-astro-cid-we6un2hb].active{display:flex}.nav__toggle[data-astro-cid-we6un2hb]{display:block}.hero[data-astro-cid-we6un2hb]{padding:3rem 1.25rem 2.5rem}.content[data-astro-cid-we6un2hb]{padding:2rem 1.25rem 3rem}.article-grid[data-astro-cid-we6un2hb]{grid-template-columns:1fr}.category-header[data-astro-cid-we6un2hb]{flex-direction:column;gap:.25rem}.footer-main[data-astro-cid-we6un2hb]{flex-direction:column;align-items:flex-start}.footer-right[data-astro-cid-we6un2hb]{align-items:flex-start}}
