/* ============================================================
   ICPS — Technologies page
   ============================================================ */
.icps-techhero, .icps-techex {
	width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
	font-family: "Poppins", sans-serif;
}

/* ---------- Hero ---------- */
.icps-techhero { background: #001f3f; padding: 80px 0 96px; }
.icps-techhero__container { max-width: 1440px; margin: 0 auto; padding: 0 48px; display: grid; grid-template-columns: 1fr 420px; gap: 64px; align-items: end; }
.icps-techhero__eyebrow { display: flex; align-items: center; margin: 0 0 32px; font-size: 12px; letter-spacing: 4px; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.icps-techhero__eyebrow .line { display: inline-block; width: 32px; height: 2px; background: #ff1744; margin-right: 14px; }
.icps-techhero__title { margin: 0; font-size: 96px; font-weight: 600; line-height: 0.95; letter-spacing: -2.5px; color: #fff; }
.icps-techhero__title em { color: #ff1744; font-style: italic; }
.icps-techhero__lead { margin: 32px 0 0; max-width: 640px; font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.6); }
.icps-techhero__tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.icps-techhero__tile { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 24px; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.icps-techhero__tile .ic { display: block; margin-bottom: 16px; color: #ff1744; }
.icps-techhero__tile .ic svg { width: 22px; height: 22px; }

/* ---------- Explorer ---------- */
.icps-techex { background: #fff; padding: 96px 0; }
.icps-techex__container { max-width: 1440px; margin: 0 auto; padding: 0 48px; }
.icps-techex__tabs { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 56px; border-bottom: 1px solid rgba(0,31,63,0.1); }
.icps-techex__tab { display: inline-flex; align-items: center; gap: 12px; background: none; border: 0; padding: 20px 8px; cursor: pointer; position: relative; font-family: inherit; color: rgba(0,31,63,0.4); transition: color .2s; }
.icps-techex__tab:hover { color: rgba(0,31,63,0.7); }
.icps-techex__tab.is-active { color: #001f3f; }
.icps-techex__tab-ic { width: 36px; height: 36px; display: inline-grid; place-items: center; border-radius: 12px; background: rgba(0,31,63,0.05); color: rgba(0,31,63,0.4); transition: background .2s, color .2s; }
.icps-techex__tab-ic svg { width: 18px; height: 18px; }
.icps-techex__tab.is-active .icps-techex__tab-ic { background: #ff1744; color: #fff; }
.icps-techex__tab-b { display: flex; flex-direction: column; text-align: left; }
.icps-techex__tab-b .num { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: #ff1744; }
.icps-techex__tab-b .lbl { font-size: 17px; letter-spacing: -0.3px; }
.icps-techex__tab.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: #ff1744; }

.icps-techex__panel { display: none; }
.icps-techex__panel.is-active { display: grid; grid-template-columns: 5fr 7fr; gap: 64px; align-items: start; animation: techfade .4s ease; }
@keyframes techfade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.icps-techex__left { position: sticky; top: 110px; }
.icps-techex__sub { margin: 0 0 20px; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: #ff1744; }
.icps-techex__title { margin: 0 0 24px; font-size: 52px; font-weight: 600; line-height: 1.02; letter-spacing: -1.5px; color: #001f3f; }
.icps-techex__intro { margin: 0; font-size: 15px; line-height: 1.75; color: rgba(0,31,63,0.6); }
.icps-techex__img { margin-top: 32px; border-radius: 16px; overflow: hidden; }
.icps-techex__img img { display: block; width: 100%; height: auto; }
.icps-techex__body { display: flex; flex-direction: column; gap: 20px; }
.icps-techex__body p { margin: 0; font-size: 17px; line-height: 1.75; color: rgba(0,31,63,0.7); }
.icps-techex__items { border: 1px solid rgba(0,31,63,0.05); border-radius: 28px; overflow: hidden; display: flex; flex-direction: column; gap: 1px; background: rgba(0,31,63,0.05); }
.icps-techex__item { display: flex; align-items: flex-start; gap: 24px; background: #fff; padding: 28px 32px; transition: background .2s; }
.icps-techex__item:hover { background: #fafbfc; }
.icps-techex__item .n { font-size: 11px; letter-spacing: 1px; color: rgba(0,31,63,0.3); padding-top: 4px; }
.icps-techex__item .b { flex: 1; }
.icps-techex__item h3 { margin: 0 0 6px; font-size: 19px; font-weight: 600; letter-spacing: -0.3px; color: #001f3f; transition: color .2s; }
.icps-techex__item:hover h3 { color: #ff1744; }
.icps-techex__item p { margin: 0; font-size: 13px; line-height: 1.6; color: rgba(0,31,63,0.6); }
.icps-techex__item .a { color: rgba(0,31,63,0.2); font-size: 16px; padding-top: 4px; transition: color .2s, transform .2s; }
.icps-techex__item:hover .a { color: #ff1744; }
.icps-techex__outro { margin: 32px 0 0; padding-left: 24px; border-left: 2px solid #ff1744; font-size: 15px; line-height: 1.75; color: rgba(0,31,63,0.7); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.icps-techhero { padding: 56px 0 64px; }
	.icps-techhero__container { grid-template-columns: 1fr; gap: 40px; padding: 0 24px; }
	.icps-techhero__title { font-size: 64px; letter-spacing: -1.5px; }
	.icps-techex { padding: 64px 0; }
	.icps-techex__container { padding: 0 24px; }
	.icps-techex__panel.is-active { grid-template-columns: 1fr; gap: 32px; }
	.icps-techex__left { position: static; }
	.icps-techex__title { font-size: 40px; }
}
@media (max-width: 680px) {
	.icps-techhero__title { font-size: 46px; }
	.icps-techhero__tiles { grid-template-columns: 1fr 1fr; }
	.icps-techex__tabs { gap: 4px; }
	.icps-techex__tab { padding: 14px 6px; }
	.icps-techex__tab-b .lbl { font-size: 14px; }
	.icps-techex__title { font-size: 32px; }
	.icps-techex__item { padding: 20px; gap: 14px; }
}
