.agp-about-us-story-widget { --teal:#1aa18c; --teal-light:#e6f7f5; --navy:#0d1b2a; --gray:#6b7280; --white:#fff; --border:#e5e7eb; font-family:Sora,sans-serif; color:var(--navy); }
.agp-about-us-story-widget .story-wrap{background:var(--white);border-top:1px solid var(--border);padding:0 40px}
.agp-about-us-story-widget .story-inner{max-width:1100px;margin:0 auto;padding:96px 0}
.agp-about-us-story-widget .pill{background:var(--teal-light);color:#148a77;letter-spacing:.1em;text-transform:uppercase;border-radius:100px;margin-bottom:20px;padding:6px 14px;font-size:11px;font-weight:600;display:inline-block}
.agp-about-us-story-widget h2{color:var(--navy);margin:0 0 14px 0;font-size:36px;font-weight:800}
.agp-about-us-story-widget .story-desc{color:var(--gray);max-width:600px;margin:0 0 56px 0;font-size:16px;line-height:1.75}
.agp-about-us-story-widget .timeline{grid-template-columns:repeat(4,1fr);display:grid;position:relative;gap:0}
.agp-about-us-story-widget .timeline:before{content:"";background:repeating-linear-gradient(90deg,var(--teal) 0,var(--teal) 6px,transparent 6px,transparent 14px);height:2px;position:absolute;top:28px;left:28px;right:28px}
.agp-about-us-story-widget .timeline-item{padding:0 20px;position:relative;transition:transform .2s ease}
.agp-about-us-story-widget .timeline-dot{background:var(--teal-light);border:2px solid var(--teal);border-radius:50%;width:56px;height:56px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;transition:all .2s ease}
.agp-about-us-story-widget .timeline-dot img{width:22px;height:22px;display:block;transition:transform .2s ease}
.agp-about-us-story-widget .timeline-dot .timeline-icon-svg svg{width:22px;height:22px;display:block}
.agp-about-us-story-widget .timeline-dot.is-current{background:var(--teal);border-color:var(--teal)}
.agp-about-us-story-widget .timeline-year{color:var(--teal);font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:8px}
.agp-about-us-story-widget .timeline-title{color:var(--navy);margin-bottom:8px;font-size:15px;font-weight:700;line-height:1.3}
.agp-about-us-story-widget .timeline-desc{color:var(--gray);font-size:13px;line-height:1.65;margin:0}

.agp-about-us-story-widget .timeline-item:hover{transform:none}
.agp-about-us-story-widget .timeline-item:hover .timeline-dot{background:var(--teal);border-color:var(--teal);box-shadow:0 4px 12px rgba(26,161,140,.24)}
.agp-about-us-story-widget .timeline-item:hover .timeline-dot img{transform:none;filter:brightness(0) invert(1)}
.agp-about-us-story-widget .timeline-item:hover .timeline-dot .timeline-icon-svg svg path,
.agp-about-us-story-widget .timeline-item:hover .timeline-dot .timeline-icon-svg svg rect,
.agp-about-us-story-widget .timeline-item:hover .timeline-dot .timeline-icon-svg svg circle{stroke:#fff;fill:none}
.agp-about-us-story-widget .timeline-item:hover .timeline-dot .timeline-icon-svg svg path[fill]{fill:#fff}
.agp-about-us-story-widget .timeline-item:hover .timeline-title{color:#0b273c}
.agp-about-us-story-widget .timeline-item:hover .timeline-dot.is-current{background:#16957f;border-color:#16957f}
@media (max-width:900px){
	.agp-about-us-story-widget .story-wrap{padding:0 20px}
	.agp-about-us-story-widget h2{font-size:26px}
	.agp-about-us-story-widget .timeline{grid-template-columns:1fr;gap:28px}
	.agp-about-us-story-widget .timeline:before{display:none}
	.agp-about-us-story-widget .timeline-item{padding:0;display:grid;grid-template-columns:44px 1fr;column-gap:16px;row-gap:6px;align-items:start}
	.agp-about-us-story-widget .timeline-dot{grid-row:1 / span 3;width:44px;height:44px;margin-bottom:0;align-self:center}
	.agp-about-us-story-widget .timeline-year{margin:0;font-size:11px}
	.agp-about-us-story-widget .timeline-title{margin:0;font-size:16px}
	.agp-about-us-story-widget .timeline-desc{grid-column:2;margin:0;font-size:14px}
	.agp-about-us-story-widget .timeline-dot img{width:18px;height:18px}
}

@media (max-width:480px){
	.agp-about-us-story-widget .timeline-item{grid-template-columns:40px 1fr}
	.agp-about-us-story-widget .timeline-dot{width:40px;height:40px}
}
