			:root {
				--hiic-module-gap: clamp(1.35rem, 2.5vw, 2.65rem);
				--hiic-card-radius: 16px;
				--hiic-card-border: rgba(0, 57, 143, .1);
				--hiic-card-shadow: 0 10px 24px rgba(0, 57, 143, .06);
				--hiic-card-shadow-hover: 0 16px 34px rgba(0, 57, 143, .14);
			}
			.main-attends {
				max-width: 1580px;
				margin: 0 auto;
				padding: 0 20px;
			}
			/* User-request override: unify WHO ATTENDS typography */
			body.page-index .main-attends,
			body.page-index .main-attends h1,
			body.page-index .main-attends h2,
			body.page-index .main-attends h3,
			body.page-index .main-attends h4,
			body.page-index .main-attends p,
			body.page-index .main-attends span,
			body.page-index .main-attends small,
			body.page-index .main-attends strong,
			body.page-index .main-attends em,
			body.page-index .main-attends li,
			body.page-index .main-attends button,
			body.page-index .main-attends a,
			body.page-index .main-attends td,
			body.page-index .main-attends th,
			body.page-index .main-attends label {
				font-size: 18px !important;
				font-family: 'Popins-Bold' !important;
			}
			.attends-shell {
				margin-top: 36px;
				padding: 22px 0 0;
				background: transparent;
				border: 0;
				border-radius: 0;
				box-shadow: none;
			}
			.attends-panel-head {
				margin-bottom: 18px;
			}
			.attends-panel-title {
				font-size: 26px;
				line-height: 1.16;
				font-family: 'Popins-Bold';
				color: #112338;
				text-transform: uppercase;
				letter-spacing: .01em;
			}
			.attends-panel-note {
				display: none;
			}
			.attends-section-label {
				display: flex;
				align-items: center;
				gap: 12px;
				margin: 0 0 16px;
			}
			.attends-section-label::after {
				content: "";
				flex: 1;
				height: 1px;
				background: linear-gradient(90deg, rgba(0, 57, 143, .14), rgba(0, 57, 143, .04));
			}
			.attends-section-label span {
				font-size: 13px;
				line-height: 1;
				font-family: 'Popins-Bold';
				color: #25384f;
				text-transform: uppercase;
				letter-spacing: .04em;
				white-space: nowrap;
			}
			.attends-section-label em {
				font-style: normal;
				color: #5e758d;
			}
			.attends-map-stats {
				display: grid;
				grid-template-columns: repeat(3, minmax(0, 1fr));
				gap: 18px;
				margin-bottom: 18px;
			}
			.attends-map-stat {
				position: relative;
				display: grid;
				grid-template-columns: minmax(0, 1fr) auto;
				align-items: center;
				gap: 14px;
				min-height: 118px;
				padding: 16px 18px 16px 22px;
				background: #fff;
				border: 1px solid var(--hiic-card-border);
				border-radius: var(--hiic-card-radius);
				box-shadow: var(--hiic-card-shadow);
				overflow: hidden;
			}
			.attends-map-stat::after {
				content: none;
			}
			.attends-map-stat::before {
				content: "";
				position: absolute;
				left: 0;
				top: 12px;
				bottom: 12px;
				width: 5px;
				border-radius: 999px;
				background: #9613ad;
			}
			.attends-map-stat-copy small {
				display: block;
				font-size: 11px;
				line-height: 1.4;
				color: #5b6d81;
				text-transform: uppercase;
				letter-spacing: .12em;
				margin-bottom: 8px;
				opacity: 0;
				height: 0;
				overflow: hidden;
			}
			.attends-map-stat-copy {
				position: relative;
				z-index: 1;
			}
			.attends-map-stat-value {
				font-size: 36px;
				line-height: 1;
				font-family: 'Popins-Bold';
				color: #13253b;
				margin-bottom: 10px;
				letter-spacing: -.02em;
			}
			.attends-map-stat-label {
				font-size: 15px;
				line-height: 1.3;
				font-family: 'Popins-Bold';
				color: #28384e;
				text-transform: uppercase;
			}
			.attends-map-stat-icon {
				position: relative;
				z-index: 1;
				width: 72px;
				height: 72px;
				display: grid;
				place-items: center;
				border-radius: 0;
				background: transparent;
				color: #44546a;
			}
			.attends-map-stat-icon svg {
				width: 40px;
				height: 40px;
				stroke: currentColor;
				fill: none;
				stroke-width: 1.5;
				stroke-linecap: round;
				stroke-linejoin: round;
			}
			.attends-map-layout {
				display: grid;
				grid-template-columns: minmax(0, 1fr);
				gap: 18px;
				align-items: start;
			}
			.attends-map-card,
			.attends-detail-card {
				border-radius: var(--hiic-card-radius);
				box-shadow: var(--hiic-card-shadow);
			}
			.attends-map-card {
				padding: 0;
				background: transparent;
				border: 0;
				box-shadow: none;
			}
			.attends-map-card .attends-detail-card {
				margin-top: 16px;
			}
			.attends-map-card .attends-detail-card {
				padding: 14px 16px;
			}
			.attends-map-card .attends-detail-card h3 {
				margin: 0 0 10px;
			}
			.attends-map-card .attends-detail-grid {
				display: grid;
				grid-template-columns: repeat(4, minmax(0, 1fr));
				gap: 10px 12px;
			}
			.attends-map-card .attends-detail-grid .attends-detail-row {
				grid-template-columns: minmax(0, 1fr) auto;
				padding: 8px 10px;
				border: 1px solid rgba(0, 57, 143, .1);
				border-radius: 10px;
				background: #fff;
				border-bottom: 1px solid rgba(0, 57, 143, .1);
			}
			.attends-map-card .attends-detail-grid .attends-detail-copy strong {
				font-size: 16px;
				line-height: 1.3;
			}
			.attends-map-card .attends-detail-grid .attends-detail-pct {
				font-size: 16px;
			}
			.attends-map-stage {
				padding-bottom: 120px;
			}
			.attends-map-footer {
				position: absolute;
				left: 12px;
				right: 12px;
				bottom: 12px;
				z-index: 4;
				background: rgba(255, 255, 255, .96);
				border: 1px solid rgba(0, 57, 143, .12);
				border-radius: 14px;
				box-shadow: 0 10px 24px rgba(0, 57, 143, .08);
				padding: 12px 12px 10px;
				backdrop-filter: blur(6px);
			}
			.attends-map-footer h3 {
				font-size: 14px;
				font-family: 'Popins-Bold';
				color: #15273d;
				margin: 0 0 10px;
				text-transform: uppercase;
				letter-spacing: .04em;
			}
			.attends-map-footer .attends-detail-grid {
				display: grid;
				grid-template-columns: repeat(4, minmax(0, 1fr));
				gap: 10px 12px;
			}
			.attends-map-footer .attends-detail-row {
				display: grid;
				grid-template-columns: minmax(0, 1fr) auto;
				align-items: center;
				gap: 10px;
				padding: 8px 10px;
				border: 1px solid rgba(0, 57, 143, .1);
				border-radius: 10px;
				background: #fff;
				cursor: pointer;
			}
			.attends-map-footer .attends-detail-region {
				display: flex;
				align-items: center;
				gap: 10px;
				min-width: 0;
			}
			.attends-map-footer .attends-detail-copy strong {
				display: block;
				font-size: 16px;
				line-height: 1.3;
				font-family: 'Popins-Bold';
				text-align: left;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
			}
			.attends-map-footer .attends-detail-pct {
				font-size: 16px;
				font-family: 'Popins-Bold';
				color: #213f67;
				white-space: nowrap;
			}
			.attends-map-stage {
				position: relative;
				aspect-ratio: 2752 / 1538;
				min-height: 0;
				background: #fff;
				border: 1px solid var(--hiic-card-border);
				border-radius: var(--hiic-card-radius);
				overflow: hidden;
			}
			.attends-map-stage::before {
				content: none;
			}
			.attends-world-map {
				width: 100%;
				height: 100%;
				position: relative;
				z-index: 1;
			}
			.attends-world-map-image {
				width: 100%;
				height: 100%;
				display: block;
				object-fit: contain;
				filter: saturate(1.04) brightness(1.01);
			}
			.attends-map-label {
				position: absolute;
				z-index: 2;
				border: 1px solid rgba(0, 57, 143, .12);
				border-radius: 10px;
				background: rgba(255, 255, 255, .92);
				box-shadow: 0 6px 14px rgba(0, 57, 143, .12);
				padding: 8px 11px;
				text-align: left;
				backdrop-filter: blur(6px);
				pointer-events: auto;
				max-width: 170px;
				transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
			}
			.attends-map-label strong {
				display: block;
				font-size: 13px;
				line-height: 1.25;
				color: #1d2a3a;
				font-family: 'Popins-Bold';
			}
			.attends-map-label span {
				display: block;
				margin-top: 2px;
				font-size: 11px;
				line-height: 1.45;
				color: #5f7285;
			}
			:root {
				/* WHO ATTENDS map palette — purple-led with cool tech accents */
				--attends-color-sea: #3a0ca3;      /* Southeast Asia — core violet */
				--attends-color-east: #1d4ed8;     /* East Asia — deep electric blue */
				--attends-color-south: #7c3aed;    /* South Asia — vivid purple */
				--attends-color-oceania: #06b6d4;  /* Oceania — cyan/teal */
				--attends-color-europe: #a78bfa;   /* Europe & UK — soft lavender */
				--attends-color-mea: #60a5fa;      /* Middle East & Africa — cool sky blue */
				--attends-color-americas: #c7d2fe; /* Americas — pale periwinkle */
			}
			/* Map callouts — use same color mapping as details + map fills */
			.attends-map-tint-sea {
				background: #f9edfb;
				border: 1px solid rgba(255, 255, 255, .22);
				box-shadow: 0 10px 22px rgba(53, 8, 138, .24);
			}
			.attends-map-tint-sea strong,
			.attends-map-tint-sea span { color: #000000; }

			.attends-map-tint-east {
				background: #f9edfb;
				border: 1px solid rgba(255, 255, 255, .2);
				box-shadow: 0 10px 22px rgba(85, 32, 168, .22);
			}
			.attends-map-tint-east strong,
			.attends-map-tint-east span { color: #000000; }

			.attends-map-tint-south {
				background: #f9edfb;
				border: 1px solid rgba(255, 255, 255, .18);
				box-shadow: 0 10px 22px rgba(114, 64, 192, .18);
			}
			.attends-map-tint-south strong,
			.attends-map-tint-south span { color: #000000; }

			.attends-map-tint-oceania {
				background: #f9edfb;
				border: 1px solid rgba(255, 255, 255, .14);
				box-shadow: 0 8px 18px rgba(150, 106, 220, .18);
			}
			.attends-map-tint-oceania strong { color: #000000; }
			.attends-map-tint-oceania span { color: #000000; }

			.attends-map-tint-europe {
				background: #f9edfb;
				border: 1px solid rgba(115, 63, 182, .12);
				box-shadow: 0 8px 18px rgba(124, 79, 184, .14);
			}
			.attends-map-tint-europe strong { color: #212529; }
			.attends-map-tint-europe span { color: #212529; }

			.attends-map-tint-mea {
				background: #f9edfb;
				border: 1px solid rgba(115, 63, 182, .1);
				box-shadow: 0 8px 18px rgba(124, 79, 184, .12);
			}
			.attends-map-tint-mea strong { color: #212529; }
			.attends-map-tint-mea span { color: #000000; }

			.attends-map-tint-americas {
				background: #f9edfb;
				border: 1px solid rgba(115, 63, 182, .1);
				box-shadow: 0 8px 18px rgba(124, 79, 184, .1);
			}
			.attends-map-tint-americas strong { color: #000000; }
			.attends-map-tint-americas span { color: #000000; }

			/* Equirectangular map — positions over landmasses (Americas left, Asia–Pacific right) */
			.attends-label-americas { top: 27%; left: 11%; }
			.attends-label-europe { top: 19%; left: 44%; }
			.attends-label-mea { top: 48%; left: 50%; }
			.attends-label-southasia { top: 42%; left: 62%; }
			.attends-label-sea { top: 52%; left: 69%; }
			.attends-label-eastasia { top: 28%; left: 73%; }
			.attends-label-oceania { top: 72%; left: 79%; }
			.attends-detail-card h3 {
				font-size: 17px;
				font-family: 'Popins-Bold';
				color: #15273d;
				margin: 0 0 10px;
				text-transform: uppercase;
			}
			.attends-detail-card {
				padding: 16px 16px 14px;
				background: #fff;
				border: 1px solid var(--hiic-card-border);
				backdrop-filter: none;
				box-shadow: var(--hiic-card-shadow);
			}
			.attends-detail-head {
				display: grid;
				grid-template-columns: minmax(0, 1.15fr) 44px minmax(0, 1fr);
				gap: 10px;
				padding: 0 0 10px;
				border-bottom: 1px solid rgba(0, 57, 143, .12);
				font-size: 11px;
				line-height: 1.3;
				font-family: 'Popins-Bold';
				color: #6a7b8d;
				text-transform: uppercase;
				letter-spacing: .04em;
			}
			.attends-detail-table {
				display: grid;
				gap: 0;
			}
			.attends-detail-row {
				display: grid;
				grid-template-columns: minmax(0, 1.15fr) 44px minmax(0, 1fr);
				align-items: center;
				gap: 10px;
				padding: 10px 0;
				border-bottom: 1px solid rgba(0, 57, 143, .08);
			}
			.attends-detail-row:last-child { border-bottom: 0; }
			.attends-detail-region {
				display: flex;
				align-items: center;
				gap: 10px;
				min-width: 0;
			}
			.attends-swatch {
				width: 14px;
				height: 14px;
				border-radius: 4px;
				flex-shrink: 0;
			}
			.attends-detail-row[data-region="southeast-asia"] .attends-swatch { background: var(--attends-color-sea); }
			.attends-detail-row[data-region="east-asia"] .attends-swatch { background: var(--attends-color-east); }
			.attends-detail-row[data-region="south-asia"] .attends-swatch { background: var(--attends-color-south); }
			.attends-detail-row[data-region="oceania"] .attends-swatch { background: var(--attends-color-oceania); }
			.attends-detail-row[data-region="europe-uk"] .attends-swatch { background: var(--attends-color-europe); }
			.attends-detail-row[data-region="mea"] .attends-swatch { background: var(--attends-color-mea); }
			.attends-detail-row[data-region="americas"] .attends-swatch { background: var(--attends-color-americas); }
			.attends-detail-copy strong {
				display: block;
				font-size: 13px;
				line-height: 1.35;
				color: #1a2b3e;
				font-family: 'Popins-Bold';
				text-align: left;
			}
			.attends-detail-copy span {
				display: block;
				margin-top: 1px;
				font-size: 11px;
				line-height: 1.4;
				color: #64748b;
			}
			.attends-detail-pct {
				font-size: 13px;
				font-family: 'Popins-Bold';
				color: #213f67;
			}
			/* Audience composition: donut + horizontal bars */
			.attends-audience-block {
				margin: 0 0 22px;
				padding: 22px 22px 24px;
				background: #fff;
				border: 1px solid var(--hiic-card-border);
				border-radius: var(--hiic-card-radius);
				box-shadow: var(--hiic-card-shadow);
			}
			.attends-audience-grid {
				display: grid;
				grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
				gap: 28px 36px;
				align-items: center;
			}
			.attends-pie-col {
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
				text-align: center;
			}
			.attends-pie-visual {
				position: relative;
				width: min(240px, 72vw);
				height: min(240px, 72vw);
				filter: drop-shadow(0 12px 24px rgba(0, 57, 143, .12));
			}
			.attends-pie-disk {
				position: absolute;
				inset: 0;
				border-radius: 50%;
				background: conic-gradient(
					#9613ad 0deg 136.8deg,
					#4a149a 136.8deg 208.8deg,
					#5f20aa 208.8deg 262.8deg,
					#7430ba 262.8deg 298.8deg,
					#8940c9 298.8deg 316.8deg,
					#9e52d8 316.8deg 331.2deg,
					#b369e3 331.2deg 342deg,
					#c788ee 342deg 352.8deg,
					#dfb6f8 352.8deg 360deg
				);
				box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
			}
			.attends-pie-hole {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				width: 54%;
				height: 54%;
				border-radius: 50%;
				background: #fff;
				border: 1px solid rgba(0, 57, 143, .1);
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
				box-shadow: 0 4px 14px rgba(0, 57, 143, .08);
			}
			.attends-pie-hole-num {
				font-family: 'Popins-Bold' !important;
				font-size: 22px !important;
				line-height: 1;
				color: #0f2740;
				letter-spacing: -0.02em;
			}
			.attends-pie-hole-cap {
				margin-top: 6px;
				font-size: 18px !important;
				line-height: 1.35;
				font-family: 'Popins-Bold' !important;
				color: #000 !important;
				text-transform: uppercase;
				letter-spacing: .08em;
				max-width: 8em;
			}
			.attends-pie-note {
				margin-top: 14px;
				font-size: 18px !important;
				line-height: 1.5;
				font-family: 'Popins-Regular' !important;
				color: #000 !important;
				max-width: 260px;
			}
			.attends-audience-bars {
				display: flex;
				flex-direction: column;
				gap: 12px;
				min-width: 0;
			}
			.attends-audience-row {
				display: grid;
				grid-template-columns: 12px minmax(0, 1fr) auto;
				grid-template-rows: auto auto;
				gap: 6px 12px;
				align-items: center;
				--aud-from: #9613ad;
				--aud-to: #9613ad;
				cursor: pointer;
				border-radius: 10px;
				padding: 6px 8px;
				transition: background-color .2s ease;
			}
			.attends-audience-row:hover,
			.attends-audience-row:focus-visible,
			.attends-audience-row.is-active {
				background: #af87ff45;
				outline: none;
			}
			.attends-aud-dot {
				grid-row: 1 / -1;
				width: 12px;
				height: 12px;
				border-radius: 4px;
				align-self: start;
				margin-top: 4px;
			}
			.attends-aud-label {
				font-size: 13px;
				line-height: 1.4;
				font-family: 'Popins-Bold';
				color: #1a2b3e;
				min-width: 0;
			}
			.attends-aud-pct {
				font-size: 13px;
				font-family: 'Popins-Bold';
				color: var(--aud-from);
				white-space: nowrap;
			}
			.attends-aud-bar-track {
				grid-column: 2 / -1;
				height: 8px;
				border-radius: 999px;
				background: color-mix(in srgb, var(--aud-from) 12%, rgba(255, 255, 255, .94));
				overflow: hidden;
			}
			.attends-aud-bar {
				height: 100%;
				border-radius: inherit;
				background: linear-gradient(90deg, var(--aud-from) 0%, var(--aud-to) 100%);
				transition: width 0.6s ease;
			}
			.attends-audience-row--light .attends-aud-bar {
				box-shadow: inset 0 0 0 1px rgba(0, 57, 143, .1);
			}
			.attends-audience-row--light .attends-aud-pct {
				color: #7e4aa6;
			}
			.attends-audience-insight {
				margin-top: 8px;
				padding: 14px 16px;
				border-radius: 12px;
				border: 1px solid #fce9ff;
				background: linear-gradient(135deg, rgba(255,255,255,.98), #fdf2ff);
			}
			.attends-audience-insight-title {
				font-family: 'Popins-Bold' !important;
				font-size: 18px !important;
				line-height: 1.35;
				color: #12345a;
				margin-bottom: 4px;
			}
			.attends-audience-insight-text {
				font-family: 'Popins-Regular' !important;
				font-size: 18px !important;
				line-height: 1.6;
				color: #54718b;
			}
			.attends-detail-tabs {
				display: inline-flex;
				align-items: center;
				gap: 6px;
				padding: 4px;
				border: 1px solid rgba(0, 57, 143, .16);
				border-radius: 999px;
				background: rgba(236, 249, 255, .9);
				margin-bottom: 12px;
			}
			.attends-detail-tabs button {
				border: 0;
				background: transparent;
				padding: 6px 14px;
				border-radius: 999px;
				font-family: 'Popins-Bold';
				font-size: 11px;
				line-height: 1.2;
				letter-spacing: .06em;
				text-transform: uppercase;
				color: #3f5b73;
				cursor: pointer;
			}
			.attends-detail-tabs button.is-active {
				background: #9613ad;
				color: #fff;
				box-shadow: 0 6px 14px rgba(7, 210, 251, .28);
			}
			.attends-detail-head--summary,
			.attends-detail-table--summary {
				display: none;
			}
			.attends-detail-card.mode-summary .attends-detail-head--summary,
			.attends-detail-card.mode-summary .attends-detail-table--summary {
				display: grid;
			}
			.attends-detail-card.mode-summary .attends-detail-head--full,
			.attends-detail-card.mode-summary .attends-detail-table--full {
				display: none;
			}
			.attends-detail-row--summary {
				grid-template-columns: minmax(0, 1fr) 44px;
			}
			.attends-map-label.is-emphasis {
				transform: translateY(-2px) scale(1.02);
				box-shadow: 0 12px 24px rgba(83, 28, 162, .24);
				border-color: rgba(150, 106, 220, .45);
			}
			.attends-detail-row.is-emphasis {
				background: #af87ff45;
				border-radius: 10px;
				padding-left: 8px;
				padding-right: 8px;
			}
			@media (max-width: 900px) {
				.attends-audience-grid {
					grid-template-columns: 1fr;
					justify-items: center;
				}
				.attends-audience-bars {
					width: 100%;
					max-width: 520px;
				}
			}
			.main-topics {
				position: relative;
				width: 100vw;
				max-width: none;
				margin: var(--hiic-module-gap) calc(50% - 50vw) 0;
				padding: 22px min(5vw, 48px) 48px;
				text-align: center;
				background: #f7fcff;
				border-bottom: 1px solid rgba(7, 210, 251, .08);
				border-left: 0;
				border-right: 0;
				border-radius: 0;
				box-shadow: none;
				overflow: hidden;
			}
			.main-topics::before {
				content: none;
			}
			.main-topics .title {
				position: relative;
				max-width: 1480px;
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 0;
				z-index: 1;
			}
			.main-topics .introduce {
				position: relative;
				text-align: center;
				max-width: 920px;
				margin: 20px auto 30px;
				font-size: 18px;
				z-index: 1;
			}
			.topics-grid {
				display: grid;
				grid-template-columns: repeat(5, minmax(0, 1fr));
				gap: 18px;
				position: relative;
				max-width: 1480px;
				margin: 0 auto;
				z-index: 1;
			}
			.topic-card {
				position: relative;
				display: flex;
				flex-direction: column;
				justify-content: flex-start;
				align-items: center;
				background: #fff;
				border: 1px solid var(--hiic-card-border);
				border-radius: var(--hiic-card-radius);
				padding: 22px 18px 20px;
				min-height: 240px;
				transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
				box-shadow: var(--hiic-card-shadow);
				text-align: center;
			}
			.topic-card:hover {
				transform: translateY(-4px);
				border-color: #9613ad;
				box-shadow: var(--hiic-card-shadow-hover);
			}
			.topic-card h3 {
				font-size: 20px;
				line-height: 1.5;
				color: #9613ad;
				margin: 0 0 10px;
				font-family: 'Popins-Bold';
			}
			.topic-card p {
				font-family: 'Popins-Regular';
				font-size: 16px;
				line-height: 1.65;
				color: #4b5563;
				margin: 0;
				max-width: 240px;
			}
			.topic-icon {
				width: 56px;
				height: 56px;
				display: flex;
				align-items: center;
				justify-content: center;
				margin: 0 auto 14px;
				font-size: 26px;
				line-height: 1;
				border-radius: 18px;
				background: linear-gradient(135deg, #9613ad17, #9613ad17);
				box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
			}
			/* Expo & Networking — background updated to #9613ad */
			.main-connect {
				position: relative;
				width: 100vw;
				max-width: none;
				margin: var(--hiic-module-gap) calc(50% - 50vw) 0;
				padding: 0;
				background: #9613ad;
				color: #fff;
				overflow: hidden;
			}
			/* Match .main-topics horizontal inset + .topics-grid max width (1480px) */
			.connect-iaai-inner {
				width: 100%;
				max-width: none;
				margin: 0 auto;
				padding: 0 min(5vw, 48px);
				box-sizing: border-box;
			}
			.connect-iaai-hero {
				padding: 36px 0 20px;
				text-align: center;
			}
			/* Centered block: uppercase title + gradient rule + copy (matches hero strip style) */
			.connect-iaai-focus {
				display: flex;
				flex-direction: column;
				align-items: center;
				text-align: center;
				max-width: 920px;
				margin: 0 auto;
			}
			.connect-iaai-focus-title {
				font-family: 'Popins-Bold', sans-serif;
				font-size: clamp(1.45rem, 3.8vw, 2.2rem);
				font-weight: 700;
				line-height: 1.2;
				color: #fff;
				text-transform: uppercase;
				letter-spacing: 0.06em;
				margin: 0;
				display: flex;
				flex-direction: column;
				align-items: center;
			}
			.connect-iaai-focus-title::after {
				content: '';
				display: block;
				width: min(220px, 42vw);
				height: 5px;
				margin-top: 1.15rem;
				border-radius: 3px;
				background: linear-gradient(90deg, #330988 0%, #e704b5 50%, #ffdcc6 100%);
			}
			.connect-iaai-focus-text {
				margin: 1.35rem 0 0;
				padding: 0;
				font-size: 18px;
				font-family: 'Popins-Regular';
				line-height: 1.75;
				color: rgba(255, 255, 255, 0.92);
				max-width: 680px;
			}
			.connect-iaai-strip {
				padding: 0 0 2.25rem;
			}
			.connect-iaai-strip--network {
				padding: 0 0 2.25rem;
			}
			.connect-iaai-strip--network .connect-iaai-focus {
				margin-bottom: 0;
			}
			.connect-iaai-rule {
				height: 1px;
				background: rgba(255, 255, 255, 0.12);
				width: 100%;
				max-width: 1480px;
				margin: 0 auto 1.85rem;
			}
			.connect-expo-features {
				display: grid;
				grid-template-columns: repeat(5, minmax(0, 1fr));
				gap: 18px;
				width: 100%;
				max-width: 1480px;
				margin: 1.75rem auto 0;
			}
			.connect-expo-feature {
				background: rgba(255, 255, 255, 0.06);
				border: 1px solid rgba(255, 255, 255, 0.18);
				border-radius: var(--hiic-card-radius);
				padding: 1.75rem 1.25rem;
				display: flex;
				flex-direction: column;
				align-items: center;
				text-align: center;
				transition: background 0.3s, transform 0.3s;
				box-shadow: var(--hiic-card-shadow);
			}
			.connect-expo-feature:hover {
				background: rgba(255, 255, 255, 0.12);
				transform: translateY(-4px);
				box-shadow: var(--hiic-card-shadow-hover);
			}
			.connect-expo-feature-icon {
				font-size: 2rem;
				margin-bottom: 0.55rem;
				line-height: 1;
			}
			.connect-expo-feature h3 {
				font-size: 20px;
				font-weight: 600;
				color: #fff;
				margin: 0 0 0.4rem;
				font-family: 'Popins-Bold', sans-serif;
				min-height: 48px;
				display: flex;
				align-items: center;
				justify-content: center;
				text-align: center;
			}
			.connect-expo-feature p {
				font-family: 'Popins-Regular';
				font-size: 16px;
				color: rgba(255, 255, 255, 0.82);
				line-height: 1.55;
				margin: 0;
			}
			.connect-network-cards {
				display: grid;
				grid-template-columns: repeat(4, minmax(0, 1fr));
				gap: 18px;
				width: 100%;
				max-width: 1480px;
				margin: 1.75rem auto 0;
			}
			.connect-network-card {
				background: rgba(255, 255, 255, 0.06);
				border: 1px solid rgba(255, 255, 255, 0.18);
				border-radius: var(--hiic-card-radius);
				padding: 1.5rem;
				transition: background 0.3s;
				text-align: left;
				box-shadow: var(--hiic-card-shadow);
			}
			.connect-network-card:hover {
				background: rgba(255, 255, 255, 0.12);
				box-shadow: var(--hiic-card-shadow-hover);
			}
			.connect-network-card-icon {
				font-size: 1.75rem;
				margin-bottom: 0.75rem;
				line-height: 1;
			}
			.connect-network-card h3 {
				font-size: 20px;
				font-weight: 600;
				color: #fff;
				margin: 0 0 0.4rem;
				font-family: 'Popins-Bold', sans-serif;
			}
			.connect-network-card p {
				font-family: 'Popins-Regular';
				font-size: 16px;
				color: rgba(255, 255, 255, 0.82);
				line-height: 1.55;
				margin: 0;
			}
			@media (max-width: 1024px) {
				.connect-expo-features { grid-template-columns: repeat(3, 1fr); }
				.connect-network-cards { grid-template-columns: repeat(2, 1fr); }
			}
			@media (max-width: 768px) {
				.connect-iaai-inner { padding: 0 18px; }
				.connect-iaai-hero { padding: 30px 0 18px; }
				.connect-iaai-strip { padding-bottom: 2rem; }
				.connect-iaai-strip--network { padding-bottom: 2.35rem; }
				.connect-expo-features { grid-template-columns: repeat(2, 1fr); }
				.connect-network-cards { grid-template-columns: 1fr; }
				.connect-iaai-rule { margin-bottom: 1.75rem; }
			}
			@media (max-width: 480px) {
				.connect-expo-features { grid-template-columns: 1fr; }
			}
			@media (max-width: 1200px) {
				.attends-map-layout { grid-template-columns: 1fr; }
				.attends-map-footer .attends-detail-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
				.topics-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
			}
			@media (max-width: 768px) {
					.attends-map-stage { padding-bottom: 168px; }
					.attends-map-footer { left: 10px; right: 10px; bottom: 10px; }
					.attends-map-footer .attends-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
					.main-attends { padding: 0 15px; }
					body.page-index .index-grey-continued { padding-top: 24px; padding-bottom: 32px; }
					.attends-shell { margin-top: 24px; padding: 18px 0 0; border-radius: 0; }
					.attends-audience-block { padding: 18px 14px 20px; margin-bottom: 18px; }
					.attends-panel-title { font-size: 20px; }
					.attends-map-stats { grid-template-columns: 1fr; }
					.attends-map-stat { grid-template-columns: 1fr auto; }
					.attends-map-card, .attends-detail-card { padding: 20px 16px; border-radius: 14px; }
					.attends-map-card { padding: 0; }
					.attends-map-stage { aspect-ratio: 2752 / 1538; }
					.attends-world-map { height: 100%; }
					.attends-map-label { padding: 6px 9px; border-radius: 10px; max-width: 150px; }
					.attends-map-label strong { font-size: 11px; }
					.attends-map-label span { font-size: 9px; }
					.attends-label-americas { top: 25%; left: 8%; }
					.attends-label-europe { top: 17%; left: 40%; }
					.attends-label-mea { top: 45%; left: 46%; }
					.attends-label-southasia { top: 39%; left: 58%; }
					.attends-label-sea { top: 49%; left: 64%; }
					.attends-label-eastasia { top: 26%; left: 68%; }
					.attends-label-oceania { top: 69%; left: 72%; }
					.attends-detail-head,
					.attends-detail-row { grid-template-columns: minmax(0, 1fr) 36px minmax(0, .95fr); }
					.main-topics {
						width: 100vw;
						max-width: none;
						margin: 10px calc(50% - 50vw) 0;
						padding: 20px 18px 28px;
						border-radius: 0;
					}
					.main-connect { margin-top: 14px; }
					.main-topics .introduce { margin: 16px auto 24px; text-align: center; font-size: 16px; }
					.connect-iaai-focus-text { font-size: 16px; line-height: 1.65; }
					.connect-expo-feature p,
					.connect-network-card p,
					.topic-card p { font-size: 15px; line-height: 1.55; }
					.topic-card { min-height: 220px; border-radius: 14px; }
				.topics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
			}
			@media (max-width: 520px) {
				.topics-grid { grid-template-columns: 1fr; }
			}

			/* WHY YOU CAN'T MISS — cyan bar titles + overlay body text */
			.zyyy-box ul > li > p {
				font-family: 'Popins-Regular';
				font-size: 20px;
				font-weight: 400;
				line-height: 1.4;
			}
			.zyyy-box ul > span {
				font-family: 'Popins-Regular';
				font-size: 20px;
				font-weight: 400;
				line-height: 1.5;
			}

			/* Schedule block only — grey band; WHO ATTENDS is separate (white) below */
			body.page-index .zyyy {
				padding-bottom: 28px;
			}
			body.page-index .index-grey-continued {
				background-color: #f1f1f1;
				padding-top: 32px;
				padding-bottom: 40px;
			}
			body.page-index .index-grey-continued main.main9 {
				background: transparent;
				padding: 0 0 8px;
				margin: 0;
			}
			body.page-index .index-grey-continued main.main9 > h1.title:first-of-type {
				margin-top: 0 !important;
			}
			body.page-index .index-grey-continued main.main9 .title.mt-75 {
				margin-top: 0 !important;
			}
			body.page-index main.main-attends {
				background: #fff;
			}

			/* Uniform gap between major homepage strips (index.html) */
			body.page-index main.bananermain1,
			body.page-index main.main2,
			body.page-index main.main5,
			body.page-index main.main3,
			body.page-index .zyyy,
			body.page-index .index-grey-continued,
			body.page-index main.main-attends,
			body.page-index main.main12,
			body.page-index main.main8,
			body.page-index main.main11 {
				margin-bottom: var(--index-section-gap);
			}

			/* SPLENDID MOMENT — flush to footer (no white band above dark footer) */
			body.page-index main.main13 {
				margin-bottom: 0;
				padding-bottom: 0;
			}
			body.page-index main.main13 > ul {
				margin-bottom: 0;
			}

			/* Homepage only — slightly tighter vertical rhythm between major sections */
			body.page-index main.bananermain1 {
				background: #140623 url('../images/bg-main1.jpg') no-repeat center center;
				background-size: cover;
				padding: 88px 0 130px;
				position: relative;
				isolation: isolate;
				/* Allow hero copy to reflow when zooming or on narrow viewports (was hidden, text could clip) */
				overflow: visible;
			}
			body.page-index main.bananermain1::before {
				content: none;
			}
			body.page-index main.bananermain1 .banner-btm {
				position: relative;
				width: 100%;
				background: transparent;
				overflow: visible;
				z-index: 2;
			}
			body.page-index main.bananermain1 .banner-btm::before {
				content: none;
			}
			body.page-index main.bananermain1 .banner-btm .left,
			body.page-index main.bananermain1 .banner-btm .right {
				position: relative;
				z-index: 2;
			}

			/*
			 * Homepage hero title block — fluid type (clamp + rem) so size tracks viewport and user zoom,
			 * with wrapping instead of overflow clipping.
			 */
			body.page-index main.bananermain1 .banner-btm .left.banner-content {
				width: 100%;
				max-width: min(100vw - 1.5rem, 72rem);
				min-width: 0;
				margin-inline: auto;
				padding-inline: clamp(0.75rem, 4vw, 2rem);
				box-sizing: border-box;
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
				text-align: center;
			}
			/*
			 * Full-width rows + flex centering: when nowrap text is wider than the viewport,
			 * plain text-align:center on a block often pins overflow to the left (looks misaligned).
			 */
			/* PC (≥992px): one line per heading, flex centers overflow; mobile: see media query below */
			body.page-index main.bananermain1 .banner-btm .left.banner-content h1,
			body.page-index main.bananermain1 .banner-btm .left.banner-content h2,
			body.page-index main.bananermain1 .banner-btm .left.banner-content h3,
			body.page-index main.bananermain1 .banner-btm .left.banner-content h4 {
				box-sizing: border-box;
				width: 100%;
				max-width: 100%;
				margin-inline: 0;
				display: flex;
				justify-content: center;
				align-items: center;
				text-align: center;
				white-space: nowrap;
			}
			body.page-index main.bananermain1 .banner-btm .left.banner-content h1 {
				font-size: clamp(1.125rem, 0.55rem + 3.5vw, 3.125rem);
				line-height: 1.18;
				letter-spacing: -0.02em;
			}
			body.page-index main.bananermain1 .banner-btm .left.banner-content h3 {
				font-size: clamp(0.95rem, 0.78rem + 1.1vw, 1.625rem);
				line-height: 1.35;
				letter-spacing: 0.04em;
			}
			body.page-index main.bananermain1 .banner-btm .left.banner-content h4 {
				font-size: clamp(1rem, 0.82rem + 1.1vw, 1.8125rem);
				line-height: 1.35;
				margin: clamp(1rem, 3vw, 2.5rem) 0;
			}
			/*
			 * Mobile / tablet (<992px): follow viewport width — multi-line, break long tokens if needed.
			 * Placed after typography so line-height here wins over the defaults above.
			 */
			@media (max-width: 991.98px) {
				body.page-index main.bananermain1 .banner-btm .left.banner-content {
					align-items: stretch;
					overflow-wrap: break-word;
					word-wrap: break-word;
				}
				body.page-index main.bananermain1 .banner-btm .left.banner-content h1,
				body.page-index main.bananermain1 .banner-btm .left.banner-content h2,
				body.page-index main.bananermain1 .banner-btm .left.banner-content h3,
				body.page-index main.bananermain1 .banner-btm .left.banner-content h4 {
					display: block;
					min-width: 0;
					white-space: normal;
					text-align: center;
					overflow-wrap: break-word;
					word-wrap: break-word;
					word-break: normal;
				}
				body.page-index main.bananermain1 .banner-btm .left.banner-content h1 {
					line-height: 1.22;
				}
				body.page-index main.bananermain1 .banner-btm .left.banner-content h4 {
					line-height: 1.4;
				}
			}
			body.page-index main.bananermain1 .banner-btm .left.banner-content .btn {
				justify-content: center;
				flex-wrap: wrap;
				width: 100%;
			}
			body.page-index .mt-75 {
				margin-top: 44px !important;
			}
			body.page-index main .title {
				margin-top: 44px;
			}
			body.page-index main .title::after {
				margin-top: 22px;
			}
			body.page-index main .introduce {
				margin: 32px auto 44px;
			}
			/* WHO ATTENDS HIIC ASIA 2026 typography */
			body.page-index main.main-attends > h1.title {
				font-size: 36px !important;
				font-family: 'Popins-Bold' !important;
			}
			body.page-index main.main-attends > h2.introduce {
				font-size: 18px !important;
				font-family: 'Popins-Regular' !important;
			}
			body.page-index .main-topics .introduce {
				margin: 16px auto 26px;
			}
			body.page-index .zyyy .title {
				margin-top: 52px;
			}
			/* Match index schedule block underline (main9 h1.title::after) */
			body.page-index .zyyy .title::after {
				margin-top: 22px;
				background-image: linear-gradient(90deg, #330988 0%, #e704b5 50%, #ffdcc6 100%);
			}
			body.page-index main.main7 {
				margin-bottom: 64px;
			}
			body.page-index .main7 .introduce,
			body.page-index .main8 .introduce {
				margin-top: 22px;
				margin-bottom: 28px;
			}
			body.page-index main.main5 ul {
				margin: 44px min(72px, 7vw);
			}
			body.page-index main.main3 {
				padding: 48px min(72px, 7vw);
			}
			body.page-index main.main8 {
				padding: 36px 0;
			}
			/* THE FUTURE — YOU HAD ME AT HELLO: card body copy (under black pill title) */
			body.page-index .main8 .box .card h2 {
				font-family: 'Popins-Regular', sans-serif;
				font-size: 18px;
				font-weight: 400;
				line-height: 1.55;
				color: #4b5563;
			}
			body.page-index .main8 .box .card:hover h2 {
				color: rgba(255, 255, 255, 0.92);
			}
			body.page-index main.main11 {
				padding-top: 32px;
			}
			body.page-index .main11 .box {
				padding-top: 40px;
			}

			/* TESTIMONIALS — show full photos (no cover crop); larger portrait area; PC + mobile */
			body.page-index .main11 .box .img-box1 {
				background-size: contain;
				background-position: right center;
				background-color: #1a0b22;
				min-height: clamp(300px, 52vw, 620px);
			}
			body.page-index .main11 .box .img-box2 {
				background-size: contain;
				background-position: left center;
				background-color: #1a0b22;
				min-height: clamp(300px, 52vw, 620px);
			}
			body.page-index .main11 .testimonial-quote {
				width: 100%;
				max-width: min(36rem, 92vw);
			}
			body.page-index .main11 .testimonial-quote--right {
				text-align: right;
			}
			body.page-index .main11 .box .btn-box .btn a {
				color: #fff !important;
			}

			@media screen and (max-width: 768px) {
				body.page-index .main11 .box .img-box1,
				body.page-index .main11 .box .img-box2 {
					background-size: contain;
					background-position: center center;
					min-height: min(72vw, 380px);
				}
				body.page-index .main11 .jianbianbeijing-chengse-right,
				body.page-index .main11 .jianbianbeijing-chengse-left {
					padding: clamp(1.25rem, 5vw, 2rem) clamp(1rem, 4vw, 1.25rem) !important;
				}
				body.page-index .main11 .box .img-box1 h1,
				body.page-index .main11 .box .img-box2 h1 {
					font-size: clamp(0.9375rem, 3.6vw, 1.125rem) !important;
					width: 100% !important;
					max-width: 100%;
				}
				body.page-index .main11 .box .img-box1 h2,
				body.page-index .main11 .box .img-box2 h2 {
					font-size: clamp(0.8125rem, 3.1vw, 1rem) !important;
					width: 100% !important;
					max-width: 100%;
				}
				body.page-index .main11 .box .btn-box {
					position: relative;
					left: auto !important;
					top: auto !important;
					margin: 1rem auto 0;
					transform: none;
				}
			}

			body.page-index main.main12 {
				padding: clamp(2.5rem, 4vw, 3.5rem) 0;
			}
			body.page-index main.main12 .main-box {
				margin-top: 40px;
			}
			body.page-index main.main12 > a {
				margin-top: 36px;
			}
			body.page-index main.main12 .swiper-container {
				padding-bottom: 44px;
			}
			/* Logo marquee → IIC event sponsors: tighter gap */
			body.page-index main.main12.main12-speakers-carousel {
				padding-bottom: 8px;
			}
			body.page-index main.main12.main12-speakers-carousel .main-box {
				margin-top: 28px;
			}
			/* Keep room below slides — bullets are position:absolute at bottom; too little padding overlaps cards */
			body.page-index main.main12.main12-speakers-carousel .swiper-container {
				padding-bottom: 56px;
			}
			body.page-index main.main12.main12-speakers-carousel .swiper-pagination {
				bottom: 6px;
			}
			body.page-index main.main5.main5-event-sponsors > h1.title {
				margin-top: 28px;
			}
			/*
				Event sponsors logos — public.css uses .main5 ul li { height: 185px } and, below 1080px,
				.main5 ul li img { width: 100% }, so images stretch to the full cell and high-res PNGs
				(1-1-*.png etc.) read visually much larger than older JPGs. Force uniform contain scaling.
			*/
			body.page-index main.main5.main5-event-sponsors ul li {
				height: 148px;
			}
			body.page-index main.main5.main5-event-sponsors ul li img {
				width: auto !important;
				height: auto !important;
				max-width: 78% !important;
				max-height: 78% !important;
				object-fit: contain;
				object-position: center;
			}
			/* WHAT IS HIIC — tighter list with bold bullet dot */
			body.page-index .main3 .hiic-focus-list {
				list-style: none;
				padding: 0;
				margin: 0;
				display: flex;
				flex-direction: column;
				gap: 10px;
			}
			body.page-index .main3 .hiic-focus-list li {
				display: flex;
				align-items: flex-start;
				gap: 9px;
				font-size: 16px;
				line-height: 1.55;
				color: #e9f7ff;
				font-family: 'Popins-Regular';
			}
			body.page-index .main3 .hiic-focus-list li .hiic-dot {
				font-family: 'Popins-Bold';
				font-size: 20px;
				line-height: 1;
				color: #9613ad;
				transform: translateY(2px);
				flex: 0 0 auto;
			}
			/*
			 * WHO ATTENDS — donut + legend: desktop side-by-side; mobile stacked (index override was
			 * forcing two columns at all widths and beating the generic max-width:900px rule).
			 */
			@media (min-width: 901px) {
				body.page-index .attends-audience-grid {
					grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
					gap: 20px 18px;
				}
				body.page-index .attends-pie-visual {
					width: min(380px, 86vw);
					height: min(380px, 86vw);
				}
				body.page-index .attends-audience-bars {
					width: 100%;
					margin-left: 0;
				}
				body.page-index .attends-audience-row {
					display: flex;
					flex-wrap: wrap;
					align-items: center;
					column-gap: 8px;
					row-gap: 6px;
				}
				body.page-index .attends-aud-label {
					font-size: 14px;
					line-height: 1.45;
				}
				body.page-index .attends-aud-pct {
					margin-left: 0;
					font-size: 13px;
				}
				body.page-index .attends-aud-bar-track {
					display: none;
				}
			}
			@media (max-width: 900.98px) {
				body.page-index .attends-audience-grid {
					grid-template-columns: 1fr;
					justify-items: stretch;
					align-items: start;
					gap: 22px;
				}
				body.page-index .attends-pie-col {
					justify-self: center;
					width: 100%;
					max-width: 100%;
				}
				body.page-index .attends-pie-note {
					max-width: none;
					width: 100%;
				}
				body.page-index .attends-audience-bars {
					width: 100%;
					max-width: none;
					min-width: 0;
				}
				body.page-index .attends-audience-row {
					display: grid;
					grid-template-columns: 12px minmax(0, 1fr) auto;
					grid-template-rows: auto auto;
					gap: 6px 12px;
					align-items: center;
				}
				body.page-index .attends-aud-label {
					font-size: 14px;
					line-height: 1.45;
					min-width: 0;
					overflow-wrap: break-word;
					word-break: normal;
				}
				body.page-index .attends-aud-pct {
					font-size: 13px;
				}
				body.page-index .attends-aud-bar-track {
					display: none;
				}
			}
			/* WHO ATTENDS top stat cards — glassy icon treatment */
			body.page-index .attends-map-stat {
				background:
					linear-gradient(135deg, rgba(255, 255, 255, .95), #fdf2ff);
				border-color: rgba(0, 57, 143, .14);
				padding-right: 0;
			}
			body.page-index .attends-map-stat::before {
				width: 6px;
				background: #9613ad;
			}
			body.page-index .attends-map-stat-icon {
				align-self: stretch;
				width: 112px;
				height: calc(100% - 2px);
				margin: 1px 1px 1px 0;
				border-radius: 0 15px 15px 0;
				position: relative;
				overflow: hidden;
				background:
					repeating-linear-gradient(-47deg, rgba(255, 255, 255, .17) 0 14px, rgba(255, 255, 255, .02) 14px 28px),
					linear-gradient(145deg, rgba(242, 251, 255, .95), rgba(182, 230, 250, .72)),
					radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 62%);
				border-left: 1px solid rgba(11, 110, 189, .24);
				box-shadow:
					inset 0 1px 0 rgba(255, 255, 255, .92),
					inset 0 -10px 18px rgba(4, 66, 129, .08);
			}
			body.page-index .attends-map-stat-icon::before {
				content: "";
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				height: 42%;
				background: linear-gradient(180deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, 0));
				pointer-events: none;
			}
			body.page-index .attends-map-stat-icon::after {
				content: "";
				position: absolute;
				inset: 0;
				background:
					linear-gradient(130deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, .34) 48%, rgba(255, 255, 255, 0) 56%);
				opacity: .72;
				pointer-events: none;
			}
			body.page-index .attends-map-stat-icon svg {
				width: 50px;
				height: 50px;
				stroke-width: 1.75;
				stroke: #4b5563;
				z-index: 1;
				stroke-linecap: round;
				stroke-linejoin: round;
				filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .7)) drop-shadow(0 3px 5px rgba(9, 57, 108, .16));
			}
			body.page-index .attends-map-stat:nth-child(1) .attends-map-stat-icon {
				background:
					repeating-linear-gradient(-47deg, rgba(255, 255, 255, .2) 0 14px, rgba(255, 255, 255, .04) 14px 28px),
					linear-gradient(145deg, rgba(236, 247, 255, .97), rgba(166, 213, 247, .75)),
					radial-gradient(circle at 28% 20%, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 62%);
			}
			body.page-index .attends-map-stat:nth-child(1) .attends-map-stat-icon svg {
				stroke: #4b5563;
			}
			body.page-index .attends-map-stat:nth-child(2) .attends-map-stat-icon {
				background:
					repeating-linear-gradient(-47deg, rgba(255, 255, 255, .22) 0 14px, rgba(255, 255, 255, .05) 14px 28px),
					linear-gradient(145deg, rgba(240, 252, 248, .96), #fdf2ff),
					radial-gradient(circle at 30% 22%, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 58%);
			}
			body.page-index .attends-map-stat:nth-child(2) .attends-map-stat-icon svg {
				stroke: #4b5563;
			}
			body.page-index .attends-map-stat:nth-child(3) .attends-map-stat-icon {
				background:
					repeating-linear-gradient(-47deg, rgba(255, 255, 255, .2) 0 14px, rgba(255, 255, 255, .04) 14px 28px),
					linear-gradient(145deg, rgba(247, 250, 255, .96), rgba(208, 223, 255, .78)),
					radial-gradient(circle at 32% 24%, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 58%);
			}
			body.page-index .attends-map-stat:nth-child(3) .attends-map-stat-icon svg {
				stroke: #4b5563;
			}
			/* Schedule of events — match provided reference palette */
			body.page-index {
				--hiic-sched-blue: #9613ad;
				--hiic-sched-blue-deep: #9613ad;
				--hiic-sched-cyan: #9613ad;
				--hiic-sched-cyan-deep: #9613ad;
				--hiic-sched-white: #ffffff;
				--hiic-sched-divider: rgba(255, 255, 255, .48);
				--hiic-sched-award: #ffe500;
				--index-section-gap: clamp(3rem, 5.5vw, 5.5rem);
			}
			body.page-index .index-grey-continued {
				background: #f2f2f2;
			}
			body.page-index .index-grey-continued main.main9 > h1.title {
				color: #000000;
				letter-spacing: .04em;
			}
			body.page-index .index-grey-continued main.main9 > h1.title::after {
				background-image: linear-gradient(90deg, #330988 0%, #e704b5 50%, #ffdcc6 100%);
			}
			body.page-index .index-grey-continued .main9 .table {
				border-radius: 0;
				box-shadow: none;
			}
			body.page-index .index-grey-continued .main9 .table:hover {
				transform: none;
			}
			/* September 22 bar */
			body.page-index .index-grey-continued .main9 .table.table2:first-child {
				background: linear-gradient(180deg, #e704b5 0%, #e704b5 100%);
			}
			body.page-index .index-grey-continued .main9 .table.table2:first-child h1,
			body.page-index .index-grey-continued .main9 .table.table2:first-child h2 {
				color: #ffffff;
			}
			/* Day 1 — cyan block */
			body.page-index .index-grey-continued .main9 .table.table1 {
				background: linear-gradient(180deg, var(--hiic-sched-cyan) 0%, var(--hiic-sched-cyan-deep) 100%);
			}
			body.page-index .index-grey-continued .main9 .table.table1 h1,
			body.page-index .index-grey-continued .main9 .table.table1 h2 {
				color: #ffffff;
			}
			body.page-index .index-grey-continued .main9 .table.table1 .right,
			body.page-index .index-grey-continued .main9 .table.table1 .right .top {
				border-color: var(--hiic-sched-divider);
			}
			/* Day 2 — deep blue block */
			body.page-index .index-grey-continued .main9 .table.table2:not(:first-child) {
				background: linear-gradient(180deg, #e704b5 0%, #e704b5 100%);
				margin-top: 35px;
			}
			body.page-index .index-grey-continued .main9 .table.table2:not(:first-child) h1,
			body.page-index .index-grey-continued .main9 .table.table2:not(:first-child) h2 {
				color: #ffffff;
			}
			body.page-index .index-grey-continued .main9 .table.table2:not(:first-child) .right,
			body.page-index .index-grey-continued .main9 .table.table2:not(:first-child) .right .top {
				border-color: var(--hiic-sched-divider);
			}
			/* Awards line in Day 1 */
			body.page-index .index-grey-continued .main9 .table.table1 .right h1[style*="E2AD59"],
			body.page-index .index-grey-continued .main9 .table.table1 .right h1[style*="#E2AD59"] {
				color: var(--hiic-sched-award) !important;
				letter-spacing: .06em;
				text-shadow: 0 1px 0 rgba(0, 0, 0, .14);
			}
			body.page-index .index-grey-continued .main9 .table .right h2 {
				opacity: .92;
			}
			/* Map click-to-zoom */
			body.page-index .attends-map-stage {
				overflow: hidden;
			}
			body.page-index .attends-map-zoom-layer {
				position: absolute;
				inset: 0;
				transform-origin: 50% 50%;
				transition: transform .26s ease;
				will-change: transform;
			}
			body.page-index .attends-map-zoom-controls {
				position: absolute;
				right: 14px;
				top: 14px;
				z-index: 4;
				display: flex;
				flex-direction: column;
				gap: 6px;
			}
			body.page-index .attends-map-zoom-controls button {
				width: 34px;
				height: 34px;
				border: 1px solid rgba(0, 57, 143, .22);
				border-radius: 10px;
				background: rgba(255, 255, 255, .92);
				color: #0d4f8f;
				font-family: 'Popins-Bold';
				font-size: 20px;
				line-height: 1;
				display: grid;
				place-items: center;
				cursor: pointer;
				box-shadow: 0 7px 14px rgba(0, 57, 143, .12);
			}
			body.page-index .attends-map-zoom-controls button:hover {
				background: #e9f9ff;
				border-color: rgba(7, 210, 251, .5);
			}
			body.page-index .attends-map-zoom-controls button[data-map-zoom="reset"] {
				font-size: 14px;
			}
			@media (max-width: 768px) {
				body.page-index {
					--index-section-gap: 2.75rem;
				}
				body.page-index .main3 .hiic-focus-list li {
					font-size: 15px;
					line-height: 1.5;
				}
				body.page-index .main3 .hiic-focus-list li .hiic-dot {
					font-size: 18px;
				}
				body.page-index .attends-pie-visual {
					width: min(330px, 92vw);
					height: min(330px, 92vw);
				}
				body.page-index .index-grey-continued .main9 .table .left {
					min-width: 220px;
				}
				body.page-index .attends-map-stat-icon {
					width: 96px;
				}
			}

			/*
			 * Full-bleed blue band for Expo + Networking (Health Innovation Expo & Networking Hub).
			 * index.css sets body.page-index .main-connect { max-width:1580px; margin:0 auto; padding:0 20px }
			 * which leaves white gutters — stretch background to viewport width; inner .connect-iaai-inner keeps content inset.
			 */
			body.page-index .main-connect {
				max-width: none;
				width: 100%;
				margin-left: 0;
				margin-right: 0;
				margin-top: var(--hiic-module-gap);
				margin-bottom: var(--index-section-gap);
				padding: 0;
				box-sizing: border-box;
			}
			@media (max-width: 768px) {
				body.page-index .main-connect {
					padding: 0;
				}
			}

			/* 10 KEY TOPICS — full-bleed background (override index.css max-width on .main-topics) */
			body.page-index .main-topics {
				max-width: none;
				width: 100%;
				margin-left: 0;
				margin-right: 0;
				margin-top: var(--hiic-module-gap);
				margin-bottom: var(--index-section-gap);
				padding: 22px min(5vw, 48px) 28px;
				box-sizing: border-box;
			}
			body.page-index #index-past-sponsors {
				scroll-margin-top: 96px;
			}
			.main-topics-preview-wrap {
				width: 100%;
				margin: 0;
				padding: 10px min(5vw, 48px) 26px;
				background: #ffffff;
				box-sizing: border-box;
			}
			.main-topics-preview {
				max-width: 1480px;
				margin: 0 auto;
				padding: 0;
				text-align: center;
			}
			.main-topics-preview-track {
				background: transparent;
				border: 0;
				border-top: 1px solid rgba(0, 57, 143, 0.12);
				border-bottom: 1px solid rgba(0, 57, 143, 0.12);
				padding: 12px 0 10px;
			}
			.main-topics-preview-swiper {
				overflow: hidden;
				width: 100%;
			}
			.main-topics-preview-swiper .swiper-wrapper {
				align-items: stretch;
			}
			.main-topics-preview-swiper .swiper-slide {
				width: calc((100% - 10px) / 6);
				min-width: calc((100% - 10px) / 6);
				height: 94px;
				background: #fff;
				border: 1px solid rgba(0, 57, 143, 0.14);
				display: flex;
				align-items: center;
				justify-content: center;
				padding: 10px 12px;
				box-sizing: border-box;
			}
			.main-topics-preview-swiper .swiper-slide img {
				max-height: 58px;
				width: auto;
				max-width: 92%;
				object-fit: contain;
			}
			.main-topics-preview-pagination {
				position: static;
				width: min(900px, 96%);
				margin: 11px auto 0;
				line-height: 0;
			}
			.main-topics-preview-pagination .swiper-pagination-bullet {
				width: 6px;
				height: 6px;
				margin: 0 4px !important;
				border-radius: 50%;
				background: rgba(0, 57, 143, 0.25);
				opacity: 1;
			}
			.main-topics-preview-pagination .swiper-pagination-bullet-active {
				background: #1bc9f0;
			}
			@media (max-width: 768px) {
				body.page-index .main-topics {
					padding: 22px 14px 20px;
				}
				.main-topics-preview-wrap {
					padding: 6px 14px 18px;
				}
				.main-topics-preview {
					padding-bottom: 0;
				}
				.main-topics-preview-track {
					padding: 10px 0 10px;
				}
				.main-topics-preview-swiper .swiper-slide {
					width: calc((100% - 6px) / 2);
					min-width: calc((100% - 6px) / 2);
					height: 76px;
				}
				.main-topics-preview-swiper .swiper-slide img {
					max-height: 44px;
				}
				.main-topics-preview-pagination {
					width: 90%;
				}
				.main-topics-preview-pagination .swiper-pagination-bullet {
					width: 5px;
					height: 5px;
					margin: 0 3px !important;
				}
			}
			@media (min-width: 640px) and (max-width: 768px) {
				.main-topics-preview-swiper .swiper-slide {
					width: calc((100% - 12px) / 3);
					min-width: calc((100% - 12px) / 3);
				}
			}
			@media (min-width: 769px) and (max-width: 1279px) {
				.main-topics-preview-swiper .swiper-slide {
					width: calc((100% - 8px) / 5);
					min-width: calc((100% - 8px) / 5);
				}
			}
