.news-hero{position:relative;width:100%;height:60vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#001233 0%,var(--color-navy) 40%,#003d99 100%)}.news-hero-bg{position:absolute;inset:0;z-index:1;overflow:hidden}.news-hero-bg:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 0%,transparent 40%,rgba(255,255,255,.03) 40%,rgba(255,255,255,.06) 50%,rgba(255,255,255,.03) 60%,transparent 60%,transparent 100%);animation:lightSweep 8s ease-in-out infinite}.news-hero-bg:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(-30deg,transparent 0%,transparent 45%,rgba(200,169,81,.02) 45%,rgba(200,169,81,.05) 52%,rgba(200,169,81,.02) 59%,transparent 59%,transparent 100%);animation:lightSweep2 12s ease-in-out infinite 3s}@keyframes lightSweep{0%{transform:translate(-30%) translateY(-20%) rotate(0)}50%{transform:translate(30%) translateY(20%) rotate(2deg)}to{transform:translate(-30%) translateY(-20%) rotate(0)}}@keyframes lightSweep2{0%{transform:translate(20%) translateY(30%)}50%{transform:translate(-40%) translateY(-10%)}to{transform:translate(20%) translateY(30%)}}.news-hero-pattern{position:absolute;inset:0;z-index:2;opacity:.08;background-image:linear-gradient(rgba(200,169,81,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(200,169,81,.3) 1px,transparent 1px);background-size:60px 60px;animation:patternDrift 20s linear infinite}@keyframes patternDrift{0%{background-position:0 0}to{background-position:60px 60px}}.news-hero-content{position:relative;z-index:3;text-align:center;padding:0 clamp(24px,5vw,80px)}.news-hero-eyebrow{font-family:var(--font-body);font-size:clamp(11px,1.2vw,13px);font-weight:500;color:var(--color-gold);letter-spacing:.22em;text-transform:uppercase;margin-bottom:1.2rem;opacity:0;animation:fadeSlideUp .8s ease .3s forwards}.news-hero-title{font-family:var(--font-display);font-size:clamp(48px,8vw,96px);font-weight:900;color:var(--color-white);letter-spacing:-.04em;line-height:1.05;margin-bottom:.5em;opacity:0;animation:fadeSlideUp .8s ease .5s forwards}.news-hero-subtitle{font-family:var(--font-display);font-size:clamp(16px,2.5vw,24px);font-weight:400;color:#ffffffb3;letter-spacing:.08em;opacity:0;animation:fadeSlideUp .8s ease .7s forwards}.news-hero-line{width:60px;height:2px;background:var(--color-gold);margin:1.5rem auto 0;opacity:0;animation:lineExpand 1s ease .9s forwards}@keyframes lineExpand{0%{width:0}to{width:60px}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.news-hero-badge{position:absolute;top:50%;right:clamp(40px,8vw,120px);transform:translateY(-50%);z-index:3;opacity:.15;animation:floatBadge 6s ease-in-out infinite}@keyframes floatBadge{0%,to{transform:translateY(-50%) translate(0)}50%{transform:translateY(-55%) translate(-10px)}}.news-hero-badge svg{width:clamp(120px,20vw,280px);height:auto;stroke:var(--color-gold);fill:none;stroke-width:1}.contact-section{background:var(--color-surface)}.contact-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.contact-card{background:var(--color-white);border-radius:16px;padding:2rem 1.5rem;text-align:center;border:1px solid rgba(0,45,114,.06);transition:all .4s cubic-bezier(.4,0,.2,1)}.contact-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #002d721a;border-color:#c8a9514d}.contact-icon{width:64px;height:64px;margin:0 auto 1.5rem;border-radius:16px;display:flex;align-items:center;justify-content:center}.contact-icon svg{width:28px;height:28px;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;fill:none}.icon-address{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.icon-address svg{stroke:#2563eb}.icon-phone{background:linear-gradient(135deg,#dcfce7,#bbf7d0)}.icon-phone svg{stroke:#16a34a}.icon-email{background:linear-gradient(135deg,#fef3c7,#fde68a)}.icon-email svg{stroke:#d97706}.icon-time{background:linear-gradient(135deg,#fce7f3,#fbcfe8)}.icon-time svg{stroke:#db2777}.contact-card-title{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--color-navy);margin-bottom:.75rem}.contact-card-value{font-size:.9rem;color:var(--color-muted);line-height:1.7}.contact-card-value a{color:var(--color-navy);text-decoration:none;transition:color .3s ease}.contact-card-value a:hover{color:var(--color-gold)}.map-section{background:var(--color-surface)}.map-box{max-width:1200px;margin:0 auto;background:var(--color-white);border-radius:20px;overflow:hidden;border:1px solid rgba(0,45,114,.06)}.map-image{width:100%;height:300px;background:linear-gradient(135deg,#e8ecf0,#d4dae0);display:flex;align-items:center;justify-content:center;position:relative}.map-image:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(0,45,114,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,45,114,.05) 1px,transparent 1px);background-size:40px 40px}.map-pin{width:48px;height:48px;background:var(--color-gold);border-radius:50% 50% 50% 0;transform:rotate(-45deg);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #c8a9514d;z-index:2}.map-pin svg{width:22px;height:22px;stroke:var(--color-white);transform:rotate(45deg);fill:none;stroke-width:2}.map-info{padding:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.map-info-text h4{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--color-navy);margin-bottom:.5rem}.map-info-text p{font-size:.875rem;color:var(--color-muted);line-height:1.6}.map-info-detail{display:flex;gap:2rem}.map-info-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-muted)}.map-info-item svg{width:16px;height:16px;stroke:var(--color-gold);fill:none;stroke-width:2}.channel-section{background:linear-gradient(135deg,var(--color-navy) 0%,#003d99 100%);position:relative;overflow:hidden}.channel-section:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0%,rgba(200,169,81,.03) 50%,transparent 100%)}.channel-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;position:relative;z-index:1}.channel-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.channel-card:hover{background:#ffffff14;border-color:#c8a9514d;transform:translateY(-4px)}.channel-icon{width:56px;height:56px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#c8a95133,#c8a9511a);border-radius:12px;display:flex;align-items:center;justify-content:center}.channel-icon svg{width:24px;height:24px;stroke:var(--color-gold);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.channel-card h4{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--color-white);margin-bottom:.75rem}.channel-card p{font-size:.875rem;color:#fff9;line-height:1.7}.channel-link{display:inline-block;margin-top:1rem;font-size:.875rem;font-weight:500;color:var(--color-gold);text-decoration:none;transition:color .3s ease}.channel-link:hover{color:#ffffffe6;text-decoration:underline;text-underline-offset:3px}.channel-section .section-title{color:var(--color-white)}@media (max-width: 1024px){.contact-grid,.channel-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr}.map-info{flex-direction:column;align-items:flex-start}.map-info-detail{flex-direction:column;gap:1rem}.channel-grid{grid-template-columns:1fr}}@media (max-width: 480px){.news-hero-badge{display:none}}
