.timeline-section-header{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.timeline-header-line{display:flex;align-items:center;gap:.5rem;flex:1;max-width:180px;min-width:60px}.timeline-header-dots{flex:1;border-top:3px dotted #0053A1}.timeline-header-arrow{color:#0053a1;font-size:.9rem;line-height:1}.timeline-container{position:relative;overflow:hidden}.timeline-line-bg{position:absolute;left:50%;top:0;bottom:0;width:4px;background-color:#e2e8f0;transform:translate(-50%);border-radius:9999px;z-index:1}.timeline-line-progress{position:absolute;left:50%;top:0;width:4px;height:0;background:linear-gradient(to bottom,#0053a1,#2b6cb0);transform:translate(-50%);border-radius:9999px;z-index:2;transition:height .1s linear}.timeline-connector{position:absolute;bottom:-28px;height:28px;z-index:5}.timeline-connector svg{width:100%;height:100%;overflow:visible}.timeline-item--1 .timeline-connector,.timeline-item--3 .timeline-connector{left:52%;width:38%}.timeline-item--2 .timeline-connector{right:52%;width:38%}.timeline-item--1 .timeline-connector{color:#53af31}.timeline-item--2 .timeline-connector{color:#f29058}.timeline-item--3 .timeline-connector{color:#00bcd4}.timeline-item{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;margin-bottom:.5rem;position:relative;z-index:3}.timeline-item:last-child{margin-bottom:0}.timeline-circle{width:100px;height:100px;border-radius:50%;overflow:hidden;border:5px solid #0053A1;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 6px 20px #00000026;position:relative;z-index:4;transition:transform .3s ease,box-shadow .3s ease}.timeline-circle:hover{transform:scale(1.08);box-shadow:0 10px 30px #0003}.timeline-circle img{width:100%;height:100%;object-fit:cover}.timeline-circle--current{background:linear-gradient(135deg,#0053a1,#2b6cb0);color:#fff;box-shadow:0 0 20px #0053a166,0 0 40px #0053a126;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #0053a166,0 0 40px #0053a126}50%{box-shadow:0 0 25px #0053a199,0 0 50px #0053a140}}.timeline-empty{display:block}.timeline-card{background:#fff;border-radius:2rem;padding:1.5rem 2rem;box-shadow:0 8px 32px #0000001f;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.timeline-card:hover{transform:scale(1.02);box-shadow:0 12px 40px #00000029}.timeline-item--1 .timeline-card{background:#e3f2fd;border-color:#0053a1}.timeline-item--1 .timeline-circle{border-color:#0053a1}.timeline-item--1 .timeline-year{background:#0053a1}.timeline-item--1 .timeline-title{color:#0053a1}.timeline-item--2 .timeline-card{background:#e8f5e9;border-color:#53af31}.timeline-item--2 .timeline-circle{border-color:#53af31}.timeline-item--2 .timeline-year{background:#53af31}.timeline-item--2 .timeline-title{color:#2e7d32}.timeline-item--3 .timeline-card{background:#fff3e0;border-color:#f29058}.timeline-item--3 .timeline-circle{border-color:#f29058}.timeline-item--3 .timeline-year{background:#f29058}.timeline-item--3 .timeline-title{color:#e65100}.timeline-item--4 .timeline-card{background:#e0f7fa;border-color:#00bcd4}.timeline-item--4 .timeline-circle{border-color:#00bcd4}.timeline-item--4 .timeline-year{background:#00bcd4}.timeline-item--4 .timeline-title{color:#00838f}.timeline-year{display:inline-block;color:#fff;font-weight:700;font-size:.85rem;padding:.35rem 1rem;border-radius:9999px;margin-bottom:.75rem;box-shadow:0 2px 8px #00000026}.timeline-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.timeline-text{color:#4a5568;line-height:1.7;font-size:.95rem}.timeline-stats{margin-top:1.25rem;display:flex;flex-direction:column;gap:.6rem}.timeline-stat-row{display:flex;align-items:center;gap:.5rem;font-size:.82rem}.timeline-stat-label{min-width:140px;color:#4a5568;font-weight:500}.timeline-stat-bar-bg{flex:1;height:8px;background-color:#fff9;border-radius:9999px;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.timeline-stat-bar{height:100%;border-radius:9999px;background:linear-gradient(90deg,#0053a1,#2b6cb0);width:0;transition:width 1.2s ease-out}.timeline-stat-value{min-width:36px;text-align:right;font-weight:700;color:#0053a1}.reveal-left{opacity:0;transform:translate(-60px);transition:opacity .7s ease-out,transform .7s ease-out}.reveal-right{opacity:0;transform:translate(60px);transition:opacity .7s ease-out,transform .7s ease-out}.reveal-center{opacity:0;transform:scale(.5);transition:opacity .6s ease-out,transform .6s ease-out}.reveal-left.visible,.reveal-right.visible{opacity:1;transform:translate(0)}.reveal-center.visible{opacity:1;transform:scale(1)}@media(max-width:767px){.timeline-section-header{gap:.75rem}.timeline-header-line{max-width:60px;min-width:30px}.timeline-header-dots{border-top-width:2px}.timeline-header-arrow{font-size:.7rem}.timeline-connector{display:none}.timeline-line-bg,.timeline-line-progress{left:40px;transform:none}.timeline-item{grid-template-columns:auto 1fr;gap:1rem;margin-bottom:1.5rem}.timeline-item.timeline-left .timeline-empty,.timeline-item.timeline-right .timeline-empty{display:none}.timeline-item.timeline-left,.timeline-item.timeline-right{grid-template-columns:auto 1fr}.timeline-item.timeline-left .timeline-content{order:2}.timeline-item.timeline-left .timeline-circle{order:1}.timeline-item.timeline-left .timeline-empty{order:3}.timeline-item.timeline-right .timeline-empty{order:1;display:none}.timeline-item.timeline-right .timeline-circle{order:1}.timeline-item.timeline-right .timeline-content{order:2}.timeline-circle{width:80px;height:80px;border-width:4px}.timeline-card{border-radius:1.25rem;padding:1rem 1.25rem}.timeline-stat-label{min-width:100px;font-size:.75rem}.timeline-stat-value,.timeline-stat-row{font-size:.75rem}}@media(min-width:768px){.timeline-circle{width:100px;height:100px}}@media(min-width:1024px){.timeline-circle{width:120px;height:120px}}
