.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:80px}@media (max-width:767px){.hero{padding-top:120px;padding-bottom:var(--space-16);align-items:flex-start}}.hero__background{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.hero__gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4}.hero__gradient-orb--1{width:600px;height:600px;background:var(--color-jellyfish-teal);top:-200px;right:-100px;animation:float 8s ease-in-out infinite}.hero__gradient-orb--2{width:400px;height:400px;background:var(--color-sapphire-blue);bottom:-100px;left:-100px;animation:float 10s ease-in-out infinite reverse}.hero__grid{position:absolute;top:0;left:0;right:0;bottom:0;background-image:transparent,transparent;background-size:60px 60px}.hero__container{display:grid;grid-template-columns:1fr;grid-gap:var(--space-12);gap:var(--space-12);align-items:center;position:relative;z-index:1}@media (min-width:1024px){.hero__container{grid-template-columns:1fr 420px;gap:var(--space-16)}}.hero__content{max-width:700px}.hero__badge{display:inline-flex;align-items:center;gap:var(--space-2);padding:.45rem .95rem;background:var(--color-brand-primary-bg);border:1px solid rgba(0,48,135,.2);border-radius:var(--radius-full);margin-bottom:var(--space-6)}.hero__badge-dot{width:7px;height:7px;background:var(--color-brand-primary);border-radius:50%;animation:pulse 2s ease-in-out infinite}.hero__badge-text{font-size:.72rem;font-weight:700;color:var(--color-brand-primary);text-transform:uppercase;letter-spacing:.1em}.hero__title{font-family:var(--font-headline);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.08;margin-bottom:var(--space-6);color:var(--color-text-primary);letter-spacing:-.03em}.hero__subtitle{font-size:var(--text-lg);color:var(--color-text-secondary);line-height:1.7;margin-bottom:var(--space-8);max-width:56ch}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-bottom:var(--space-10)}.hero__stats{display:flex;align-items:center;gap:var(--space-6);flex-wrap:wrap}.hero__stat{display:flex;flex-direction:column}.hero__stat-value{font-family:var(--font-headline);font-size:var(--text-xl);font-weight:700;color:var(--color-text-primary);letter-spacing:-.02em;line-height:1.1}.hero__stat-label{font-size:.72rem;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.08em;margin-top:2px}.hero__stat-divider{width:1px;height:40px;background:var(--color-border)}@media (max-width:480px){.hero__stats{gap:var(--space-4)}.hero__stat-divider{display:none}}.hero__visual{position:relative}.hero__feature-cards{display:flex;flex-direction:column;gap:var(--space-4)}.hero__feature-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;padding:1.15rem 1.25rem;display:flex;align-items:flex-start;gap:var(--space-4);transition:border-color .18s ease,box-shadow .22s ease,transform .18s ease,background .18s ease}.hero__feature-card:hover{transform:translateX(4px);border-color:#99CBCA;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.06),0 0 0 4px rgba(52,156,152,.08)}.hero__feature-card--highlight{position:relative;background:rgba(0,48,135,.04);border-color:rgba(0,48,135,.18)}.hero__feature-card--highlight:before{content:"";position:absolute;top:0;bottom:0;left:0;width:3px;background:linear-gradient(180deg,var(--color-brand-primary,#003087) 0,#349C98 100%);border-radius:14px 0 0 14px}.hero__feature-icon{width:44px;height:44px;min-width:44px;background:var(--color-brand-primary);border-radius:10px;display:flex;align-items:center;justify-content:center}.hero__feature-icon svg{width:22px;height:22px;stroke:white}.hero__feature-card h3{font-family:var(--font-headline);font-size:var(--text-base);font-weight:600;color:var(--color-text-primary);margin-bottom:.25rem;letter-spacing:-.01em}.hero__feature-card p{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.55}@media (max-width:1023px){.hero__feature-cards{flex-direction:row;overflow-x:auto;padding-bottom:var(--space-4);scroll-snap-type:x mandatory;gap:var(--space-3)}.hero__feature-card{min-width:260px;flex-direction:column;scroll-snap-align:start}.hero__feature-card:hover{transform:translateY(-4px)}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.animate-fade-in{animation:fadeIn .6s ease-out both}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.latest-articles{padding:5.5rem 0;background:var(--bg-primary)}.latest-articles__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3.5rem;gap:2rem}.latest-articles__eyebrow{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-link);margin-bottom:.85rem}.latest-articles__title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;line-height:1.14;letter-spacing:-.03em}.latest-articles__subtitle{font-size:1.05rem;color:var(--text-secondary);line-height:1.55}.latest-articles__view-all{flex-shrink:0;margin-top:1rem}.latest-articles__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.latest-articles__card{background:var(--bg-secondary);border-radius:16px;padding:1.65rem;display:flex;flex-direction:column;border:1px solid var(--border-light);transition:border-color .18s ease,box-shadow .22s ease,transform .18s ease}.latest-articles__card:hover{transform:translateY(-4px);border-color:#99CBCA;box-shadow:0 14px 36px rgba(15,23,42,.08),0 0 0 4px rgba(52,156,152,.08)}.latest-articles__card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.latest-articles__journal-badge{display:inline-block;padding:.3rem .75rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:rgba(0,48,135,.06);border:1px solid rgba(0,48,135,.14);color:var(--color-link);border-radius:9999px;text-decoration:none;transition:background .18s ease,border-color .18s ease}.latest-articles__journal-badge:hover{background:rgba(0,48,135,.1);border-color:rgba(0,48,135,.24)}.latest-articles__date{font-size:.72rem;color:var(--text-tertiary);font-weight:500;text-transform:uppercase;letter-spacing:.06em}.latest-articles__card-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);line-height:1.38;letter-spacing:-.01em;margin-bottom:.75rem;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .18s ease}.latest-articles__card-title:hover{color:var(--color-link)}.latest-articles__card-abstract{font-size:.875rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.1rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1 1}.latest-articles__card-footer{margin-bottom:1rem}.latest-articles__author{display:flex;align-items:center;gap:.75rem}.latest-articles__author-avatar{width:36px;height:36px;border-radius:50%;background:var(--color-brand-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.latest-articles__author-info{display:flex;flex-direction:column;min-width:0}.latest-articles__author-name{font-size:.875rem;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.latest-articles__author-affiliation{font-size:.75rem;color:var(--text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.latest-articles__keywords{display:flex;flex-wrap:wrap;gap:.5rem}.latest-articles__keyword{padding:.25rem .6rem;font-size:.72rem;font-weight:500;background:var(--bg-tertiary);border:1px solid transparent;color:var(--text-secondary);border-radius:6px}.latest-articles__footer{text-align:center;margin-top:2.5rem}.latest-articles__card--skeleton{pointer-events:none}.skeleton--badge{height:24px;width:80px;border-radius:20px;margin-bottom:1rem}.skeleton--title{height:48px;width:100%;margin-bottom:.75rem;border-radius:8px}.skeleton--text{height:72px;width:100%;margin-bottom:1rem;border-radius:8px}.skeleton--meta{height:36px;width:60%;border-radius:18px}[data-theme^=light] .latest-articles{background:#ffffff}[data-theme^=light] .latest-articles__title{color:#1A1A1A}[data-theme^=light] .latest-articles__subtitle{color:#4a5568}[data-theme^=light] .latest-articles__card{background:#ffffff;border:1px solid #e5e7eb;box-shadow:0 1px 2px rgba(15,23,42,.03)}[data-theme^=light] .latest-articles__card:hover{border-color:#99CBCA;box-shadow:0 14px 36px rgba(15,23,42,.08),0 0 0 4px rgba(52,156,152,.08)}[data-theme^=light] .latest-articles__card-title{color:#1A1A1A}[data-theme^=light] .latest-articles__card-abstract{color:#4a5568}[data-theme^=light] .latest-articles__date{color:#6b7280}[data-theme^=light] .latest-articles__author-name{color:#1A1A1A}[data-theme^=light] .latest-articles__author-affiliation{color:#6b7280}[data-theme^=light] .latest-articles__keyword{background:#f1f5f9;border-color:#e2e8f0;color:#475569}[data-theme^=dark] .latest-articles{background:var(--bg-primary)}[data-theme^=dark] .latest-articles__card{background:var(--bg-secondary);border-color:var(--border-color)}[data-theme^=dark] .latest-articles__card:hover{box-shadow:0 12px 40px rgba(0,0,0,.3)}[data-theme^=dark] .latest-articles__journal-badge{background:rgba(0,48,135,.2)}[data-theme^=dark] .latest-articles__keyword{background:var(--bg-tertiary)}@media (max-width:1024px){.latest-articles__grid{grid-template-columns:repeat(2,1fr)}.latest-articles__header{flex-direction:column;align-items:flex-start}.latest-articles__view-all{margin-top:0}}@media (max-width:640px){.latest-articles{padding:3rem 0}.latest-articles__title{font-size:1.75rem}.latest-articles__grid{grid-template-columns:1fr;gap:1rem}.latest-articles__view-all{display:none}.latest-articles__card{padding:1.25rem}}