.hero[data-astro-cid-wse7a2hg]{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:120px 40px 60px;background:radial-gradient(ellipse at 20% 80%,rgba(44,95,45,.25) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(212,163,115,.15) 0%,transparent 50%),linear-gradient(180deg,#1a1a2e,#16213e);color:#fff;text-align:center;overflow:hidden}.hero-content[data-astro-cid-wse7a2hg]{max-width:700px;display:flex;flex-direction:column;align-items:center;gap:24px}.hero-badge[data-astro-cid-wse7a2hg]{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border-radius:30px;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;backdrop-filter:blur(8px);font-size:14px;font-weight:500;letter-spacing:.05em;color:#fffc}.hero-badge-icon[data-astro-cid-wse7a2hg]{color:var(--color-brand-gold)}.hero-slides[data-astro-cid-wse7a2hg]{position:relative;height:220px;width:100%}.hero-slide[data-astro-cid-wse7a2hg]{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;opacity:0;animation:heroFade 25s infinite}.hero-slide[data-astro-cid-wse7a2hg]:nth-child(1){animation-delay:0s}.hero-slide[data-astro-cid-wse7a2hg]:nth-child(2){animation-delay:5s}.hero-slide[data-astro-cid-wse7a2hg]:nth-child(3){animation-delay:10s}.hero-slide[data-astro-cid-wse7a2hg]:nth-child(4){animation-delay:15s}.hero-slide[data-astro-cid-wse7a2hg]:nth-child(5){animation-delay:20s}@keyframes heroFade{0%,4%{opacity:0;transform:translateY(10px)}8%,16%{opacity:1;transform:translateY(0)}20%,to{opacity:0;transform:translateY(-10px)}}.hero-slide-icon[data-astro-cid-wse7a2hg]{font-size:72px;line-height:1;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.hero-slide-title[data-astro-cid-wse7a2hg]{font-family:var(--font-serif);font-size:clamp(48px,8vw,80px);font-weight:700;line-height:1.1;margin:0}.hero-slide-subtitle[data-astro-cid-wse7a2hg]{font-family:var(--font-sans);font-size:18px;color:#ffffffb3;margin:0}.hero-search[data-astro-cid-wse7a2hg]{display:flex;align-items:center;gap:12px;padding:14px 28px;border-radius:50px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;backdrop-filter:blur(8px);color:#fff9;font-family:var(--font-sans);font-size:15px;cursor:pointer;transition:background .3s,border-color .3s;min-width:320px}.hero-search[data-astro-cid-wse7a2hg]:hover{background:#ffffff1f;border-color:#ffffff4d}.hero-search[data-astro-cid-wse7a2hg] kbd[data-astro-cid-wse7a2hg]{margin-left:auto;padding:2px 8px;border-radius:4px;background:#ffffff1a;font-size:12px;font-family:var(--font-sans)}.hero-search-icon[data-astro-cid-wse7a2hg]{flex-shrink:0;opacity:.6}.hero-dots[data-astro-cid-wse7a2hg]{display:flex;gap:8px}.hero-dot[data-astro-cid-wse7a2hg]{width:8px;height:8px;border-radius:50%;background:#ffffff4d;animation:dotActive 25s infinite}.hero-dot[data-astro-cid-wse7a2hg]:nth-child(1){animation-delay:0s}.hero-dot[data-astro-cid-wse7a2hg]:nth-child(2){animation-delay:5s}.hero-dot[data-astro-cid-wse7a2hg]:nth-child(3){animation-delay:10s}.hero-dot[data-astro-cid-wse7a2hg]:nth-child(4){animation-delay:15s}.hero-dot[data-astro-cid-wse7a2hg]:nth-child(5){animation-delay:20s}@keyframes dotActive{0%,4%{background:#ffffff4d}8%,16%{background:var(--color-brand-gold)}20%,to{background:#ffffff4d}}.hero-scroll[data-astro-cid-wse7a2hg]{position:absolute;bottom:30px;display:flex;flex-direction:column;align-items:center;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:.15em;color:#fff6;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@media(max-width:768px){.hero[data-astro-cid-wse7a2hg]{padding:100px 20px 60px}.hero-slides[data-astro-cid-wse7a2hg]{height:180px}.hero-slide-icon[data-astro-cid-wse7a2hg]{font-size:56px}.hero-search[data-astro-cid-wse7a2hg]{min-width:auto;width:100%;max-width:340px}.hero-search[data-astro-cid-wse7a2hg] kbd[data-astro-cid-wse7a2hg],.hero-scroll[data-astro-cid-wse7a2hg]{display:none}}.pills[data-astro-cid-jwmpjtzu]{display:flex;flex-wrap:wrap;gap:12px}.pill[data-astro-cid-jwmpjtzu]{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border-radius:100px;border:1px solid var(--color-brand-light-gray);background:#fff;font-family:var(--font-sans);font-size:14px;font-weight:500;color:var(--color-brand-dark);text-decoration:none;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s,color .2s,border-color .2s}.pill[data-astro-cid-jwmpjtzu]:hover{transform:scale(1.05);box-shadow:0 4px 16px #00000014}.pill--active[data-astro-cid-jwmpjtzu]{background:var(--color-brand-dark);color:#fff;border-color:var(--color-brand-dark)}.pill--active[data-astro-cid-jwmpjtzu] .pill-count[data-astro-cid-jwmpjtzu]{background:#fff3;color:#fff}.pill-emoji[data-astro-cid-jwmpjtzu]{font-size:16px;line-height:1}.pill-count[data-astro-cid-jwmpjtzu]{font-size:12px;font-weight:600;background:var(--color-brand-light-gray);color:var(--color-brand-gray);padding:2px 8px;border-radius:100px;transition:background .2s,color .2s}.container[data-astro-cid-y4z5xv64]{max-width:1400px;margin:0 auto;padding:0 40px}.section[data-astro-cid-y4z5xv64]{padding:80px 0}.section-heading[data-astro-cid-y4z5xv64]{font-family:var(--font-serif);font-size:32px;font-weight:600;color:var(--color-brand-dark);margin:0 0 8px}.featured-card[data-astro-cid-y4z5xv64]{display:grid;grid-template-columns:1.2fr 1fr;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000d;text-decoration:none;color:inherit;transition:transform .3s,box-shadow .3s}.featured-card[data-astro-cid-y4z5xv64]:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0000001a}.featured-image[data-astro-cid-y4z5xv64]{position:relative;aspect-ratio:16 / 10;overflow:hidden}.featured-img[data-astro-cid-y4z5xv64]{width:100%;height:100%;object-fit:cover;transition:transform .5s}.featured-card[data-astro-cid-y4z5xv64]:hover .featured-img[data-astro-cid-y4z5xv64]{transform:scale(1.05)}.featured-image-placeholder[data-astro-cid-y4z5xv64]{width:100%;height:100%;background:linear-gradient(135deg,var(--color-brand-cream),var(--color-brand-light-gray));display:flex;align-items:center;justify-content:center;font-size:48px;color:var(--color-brand-gray)}.featured-overlay[data-astro-cid-y4z5xv64]{position:absolute;inset:0;background:#1a1a1a66;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.featured-overlay[data-astro-cid-y4z5xv64] span[data-astro-cid-y4z5xv64]{color:#fff;font-family:var(--font-sans);font-size:14px;font-weight:600;padding:8px 20px;border:1.5px solid white;border-radius:30px}.featured-card[data-astro-cid-y4z5xv64]:hover .featured-overlay[data-astro-cid-y4z5xv64]{opacity:1}.featured-body[data-astro-cid-y4z5xv64]{padding:40px;display:flex;flex-direction:column;justify-content:center}.featured-badges[data-astro-cid-y4z5xv64]{display:flex;gap:12px;margin-bottom:16px}.featured-tag[data-astro-cid-y4z5xv64]{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-brand-gold)}.featured-country[data-astro-cid-y4z5xv64]{font-size:12px;color:var(--color-brand-gray)}.featured-title[data-astro-cid-y4z5xv64]{font-family:var(--font-serif);font-size:32px;font-weight:600;line-height:1.3;color:var(--color-brand-dark);margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featured-desc[data-astro-cid-y4z5xv64]{font-size:15px;line-height:1.6;color:var(--color-brand-gray);margin:0 0 20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featured-meta[data-astro-cid-y4z5xv64]{display:flex;gap:16px;font-size:13px;color:var(--color-brand-gray)}@media(max-width:1024px){.featured-card[data-astro-cid-y4z5xv64]{grid-template-columns:1fr}}@media(max-width:768px){.container[data-astro-cid-y4z5xv64]{padding:0 20px}.section[data-astro-cid-y4z5xv64]{padding:60px 0}.featured-body[data-astro-cid-y4z5xv64]{padding:24px}.featured-title[data-astro-cid-y4z5xv64]{font-size:24px}}.stats[data-astro-cid-boza26qi]{background:#1a1a2e;color:#fff;padding:80px 40px}.stats-inner[data-astro-cid-boza26qi]{max-width:1000px;margin:0 auto;text-align:center}.stats-heading[data-astro-cid-boza26qi]{font-family:var(--font-serif);font-size:32px;font-weight:600;margin:0 0 48px}.stats-grid[data-astro-cid-boza26qi]{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.stat[data-astro-cid-boza26qi]{display:flex;flex-direction:column;align-items:center;gap:8px}.stat-icon[data-astro-cid-boza26qi]{font-size:32px;margin-bottom:8px}.stat-value[data-astro-cid-boza26qi]{font-family:var(--font-serif);font-size:48px;font-weight:700;line-height:1;background:linear-gradient(135deg,white 0%,var(--color-brand-gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label[data-astro-cid-boza26qi]{font-size:14px;text-transform:uppercase;letter-spacing:.1em;color:#fff9}@media(max-width:768px){.stats[data-astro-cid-boza26qi]{padding:60px 20px}.stats-grid[data-astro-cid-boza26qi]{grid-template-columns:repeat(2,1fr);gap:32px}.stat-value[data-astro-cid-boza26qi]{font-size:36px}}.newsletter[data-astro-cid-oy6onz2x]{background:var(--color-brand-green);color:#fff;padding:80px 40px;text-align:center}.newsletter-inner[data-astro-cid-oy6onz2x]{max-width:560px;margin:0 auto}.newsletter-icon[data-astro-cid-oy6onz2x]{font-size:48px;display:block;margin-bottom:16px}.newsletter-heading[data-astro-cid-oy6onz2x]{font-family:var(--font-serif);font-size:32px;font-weight:600;margin:0 0 12px}.newsletter-desc[data-astro-cid-oy6onz2x]{font-size:16px;line-height:1.6;color:#ffffffd9;margin:0 0 32px}.newsletter-form[data-astro-cid-oy6onz2x]{display:flex;gap:12px;max-width:460px;margin:0 auto 16px}.newsletter-input[data-astro-cid-oy6onz2x]{flex:1;padding:14px 20px;border-radius:50px;border:none;font-family:var(--font-sans);font-size:15px;color:var(--color-brand-dark);background:#fff;outline:none}.newsletter-input[data-astro-cid-oy6onz2x]::placeholder{color:var(--color-brand-gray)}.newsletter-input[data-astro-cid-oy6onz2x]:focus{box-shadow:0 0 0 3px #ffffff4d}.newsletter-btn[data-astro-cid-oy6onz2x]{padding:14px 28px;border-radius:50px;border:none;background:var(--color-brand-gold);color:#fff;font-family:var(--font-sans);font-size:15px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s,transform .2s}.newsletter-btn[data-astro-cid-oy6onz2x]:hover{background:#c4944f;transform:translateY(-1px)}.newsletter-privacy[data-astro-cid-oy6onz2x]{font-size:13px;color:#ffffff80;margin:0}.sr-only[data-astro-cid-oy6onz2x]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(max-width:768px){.newsletter[data-astro-cid-oy6onz2x]{padding:60px 20px}.newsletter-form[data-astro-cid-oy6onz2x]{flex-direction:column}.newsletter-btn[data-astro-cid-oy6onz2x]{width:100%}}.container[data-astro-cid-j7pv25f6]{max-width:1400px;margin:0 auto;padding:0 40px}.section[data-astro-cid-j7pv25f6]{padding:80px 0}.section-heading[data-astro-cid-j7pv25f6]{font-family:var(--font-serif);font-size:32px;font-weight:600;color:var(--color-brand-dark);margin:0 0 8px}.section-subheading[data-astro-cid-j7pv25f6]{font-size:16px;color:var(--color-brand-gray);margin:0 0 32px}.categories-section[data-astro-cid-j7pv25f6]{padding-bottom:40px}.articles-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media(max-width:1024px){.articles-grid[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.container[data-astro-cid-j7pv25f6]{padding:0 20px}.section[data-astro-cid-j7pv25f6]{padding:60px 0}.articles-grid[data-astro-cid-j7pv25f6]{grid-template-columns:1fr}}
