@charset "UTF-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
b {
  font-weight: bold !important;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  text-decoration: none;
}
a img {
  outline: none;
}
a:focus,
input:focus,
button:focus {
  outline: none;
}
strong {
  font-weight: bold;
}
body {
  background-color: #b3d9fc;
  /*	font-family: Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
  font-family: "Noto Sans TC", serif;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff; /* change if the mask should have another color then white */
  z-index: 99; /* makes sure it stays on top */
}

#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%; /* centers the loading animation horizontally one the screen */
  top: 50%; /* centers the loading animation vertically one the screen */
  background-image: url(../images/status.gif); /* path to your loading animation */
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  margin: -50px 0 0 -50px; /* is width and height divided by two */
}
.goTop {
  position: fixed;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: none;
  bottom: 260px;
  right: 24px;
}
.goTop:hover {
  opacity: 0.8;
}
.goTop img {
  width: 100%;
}

.q_link {
  position: fixed;
  width: 52px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
  bottom: 100px;
}

.q_link:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#WRAPER {
  width: 100%;
  position: relative;
  z-index: 3;
  text-align: center;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  right: 0px;
}

#WRAPER.reveal {
  position: absolute;
  right: 180px;
}

.bg_pattern {
  position: fixed;
  bottom: -100px;
  left: 0px;
  z-index: -1;
  width: 100%;
  opacity: 0.2;
}

#HEADER {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 13;
  background: #fbf9eb;
}

#KV {
  position: relative;
  z-index: 3;
  float: left;
  width: 100%;
  height: 950px;
  overflow: hidden;
  margin-top: 66px;
  background-color: #fbf9eb;
}

#KV .slogan_wrap {
  position: absolute;
  z-index: 2;
  right: 0%;
  top: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.kv_slogan {
  width: 1000px;
  margin-right: 50px;
  z-index: 2;
}
.kv_agent {
  width: 830px;
  z-index: 2;
  margin-top: 40px;
}

.kv_pattern {
  width: 800px;
  z-index: 0;
  position: absolute;
  left: 100px;
  top: 100px;
}

.kv_img {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.NAV_btn_wrap {
  display: none;
  position: fixed;
  width: 60px;
  top: 30px;
  right: 20px;
  z-index: 4;
}

#nav-icon3 {
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3.light span {
  background: #2870b2;
}

#nav-icon3.dark span {
  background: #2870b2;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(2) {
  display: none;
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span {
  background: #2870b2;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#NAV {
  position: relative;
  float: right;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-align: center;
  margin-right: 20px;
}

.h_logo1 {
  float: left;
  width: 80px;
  margin-left: 40px;
  margin-top: 14px;
  position: relative;
  z-index: 0;
}

nav {
  float: left;
  position: relative;
  z-index: 1;
  margin-left: 44px;
}

nav div,
nav a {
  float: left;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}

nav div span,
nav a span {
  position: relative;
  font-size: 18px;
  color: #2870b2;
  z-index: 1;
}

nav div::after,
nav a::after {
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  position: absolute;
  z-index: 0;
  background-color: #cce5e4;
}

nav div:hover span,
nav a:hover span {
  color: #ffffff;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

nav div:hover:after,
nav a:hover:after {
  height: 100%;
  background-color: #012842;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.sec {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 100px 20px 100px 20px;
}

.sec > .mid_content { position: relative; z-index: 1; }
.sec.scroll_glow:after { content: ""; position: absolute; z-index: 0; top: 46%; left: 50%; width: min(78vw, 900px); aspect-ratio: 1; pointer-events: none; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.56) 0%, rgba(73,216,255,.24) 30%, rgba(73,216,255,.07) 52%, transparent 70%); transform: translate(-50%, -50%) scale(.68); opacity: 0; animation: sectionScrollGlow 2.4s cubic-bezier(.16,1,.3,1) infinite; }

@keyframes sectionScrollGlow {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.68); }
  42% { opacity: .78; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.16); }
}

.curve_bottom {
  float: left;
  width: 100%;
}

.speaker_bg:after {
  content: "";
  width: 98%;
  height: 100%;
  left: 2%;
  top: 0px;
  position: absolute;
  border-radius: 100px 0px 0px 0px;
  z-index: 0;
  background-color: #ffffff;
  background-image: url("../images/w_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fourm_bg {
  background-color: #fbf9eb;
}

.mid_content {
  display: inline-block;
  width: 1100px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.intro_txt {
  display: inline-block;
  vertical-align: top;
  width: 1087px;
  margin-top: 30px;
  font-size: 24px;
  color: #444440;
  line-height: 1.7;
  text-align: center;
}

.sec_title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 40px;
  color: #2870b2;
  font-weight: bold;
  text-align: center;
}

.sec_title.blue {
  color: #012842;
}
.sec_title.white {
  color: #ffffff;
}

.sec_subtitle {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 10px;
}

.agenda_info {
  margin-top: 50px;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
  background: #fbf9eb;
  border-radius: 47px 0px 36px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.agenda_info_item {
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.agenda_info_item .agenda_info_icon {
  width: 64px;
}

.agenda_info_item .title_txt {
  font-size: 24px;
  color: #2871b2;
  font-weight: bold;
}

.agenda_content_wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.agenda_content {
  display: inline-block;
  width: 1100px;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border-radius: 48px 0px 48px 0px;
  overflow: hidden;
  background: #1b5071;
}

.agenda_title {
  display: table-cell;
  vertical-align: top;
  width: 130px;
}
.agenda_txt {
  width: 440px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  display: table-cell;
  vertical-align: top;
}
.agenda_host {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  display: table-cell;
  vertical-align: top;
}

.agenda_head {
  float: left;
  width: 100%;
  background: linear-gradient(90deg, #1b5071 0%, #011725 100%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 80px;
}

.agenda_head .agenda_title {
  font-size: 24px;
  color: #ffffff;
}

.agenda_head .agenda_txt {
  font-size: 24px;
  color: #ffffff;
  border-left: #ffffff 1px solid;
}
.agenda_head .agenda_host {
  font-size: 24px;
  color: #ffffff;
  border-left: #ffffff 1px solid;
}

.agenda_body {
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 60px;
  background-color: #fbf9eb;
}

.agenda_body_item {
  display: inline-table;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0px;
  margin-bottom: 10px;
}

.agenda_body_item .agenda_title {
  font-size: 20px;
  color: #011c2e;
}

.agenda_body_item .agenda_txt {
  font-size: 20px;
  font-weight: bold;
  color: #011c2e;
  padding-left: 30px;
  border-left: #011c2e 1px solid;
}

.agenda_body_item .agenda_txt span {
  color: #e89800;
}

.agenda_body_item .agenda_host {
  font-size: 20px;
  color: #011c2e;
  padding-left: 30px;
  border-left: #011c2e 1px solid;
}

.agenda_body_item .agenda_host span {
  color: #e89800;
  font-weight: bold;
}

.agenda_speaker + .agenda_speaker {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid rgba(1, 28, 46, .16);
}

.agenda_speaker_head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  line-height: 1.25;
}

.agenda_body_item .agenda_host .agenda_role {
  min-width: 3.4em;
  color: #147fbc;
  font-size: 15px;
  font-weight: 700;
}

.agenda_body_item .agenda_host .agenda_name {
  color: #e89800;
  font-size: 20px;
  font-weight: 800;
}

.agenda_body_item .agenda_host .agenda_position {
  display: block;
  margin-top: 3px;
  color: #365064;
  font-size: 15px;
  line-height: 1.45;
}

.award_body {
  display: inline-flex;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0px;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.award_img {
  width: 400px;
}

.award_img img {
  width: 100%;
  border-radius: 20px;
}

.award_info {
  font-size: 20px;
  color: #011c2e;
}
.award_info span {
  color: #e89800;
  font-weight: bold;
}

.agenda_gate {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: linear-gradient(90deg, #119bb4 0%, #bea41d 100%);
  border-radius: 16px 0px 16px 0px;
}

/* 2026 agenda palette: replace the previous beige / gold treatment with blue. */
#sec3 .agenda_content { background: #0a3c70; }
#sec3 .agenda_head { background: linear-gradient(90deg, #126da5 0%, #082b5a 100%); }
#sec3 .agenda_body { background: #edf7fc; }
#sec3 .agenda_body_item .agenda_title,
#sec3 .agenda_body_item .agenda_txt,
#sec3 .agenda_body_item .agenda_host,
#sec3 .award_info { color: #0a355f; }
#sec3 .agenda_body_item .agenda_txt,
#sec3 .agenda_body_item .agenda_host { border-color: #8ebfda; }
#sec3 .agenda_body_item .agenda_txt span,
#sec3 .agenda_body_item .agenda_host span,
#sec3 .award_info span { color: #147fbc; }
#sec3 .agenda_body_item .agenda_host .agenda_role { color: #147fbc; }
#sec3 .agenda_body_item .agenda_host .agenda_name { color: #0a355f; }
#sec3 .agenda_body_item .agenda_host .agenda_position { color: #365064; }
#sec3 .agenda_gate { color: #fff; background: linear-gradient(90deg, #147eb8 0%, #073d7a 100%); box-shadow: inset 0 0 0 1px rgba(173,225,247,.24); }
#sec3 .award_body { display: flex; margin: 0; padding: 26px 30px; background: #fbf9eb; }
#sec3 .award_info { color: #011c2e; line-height: 1.55; }
#sec3 .award_info span { color: #e89800; }

.speaker_wrap {
  display: inline-block;
  width: 1200px;
  position: relative;
  margin-top: 50px;
}

.speaker_arrow_wrap {
  position: absolute;
  top: 48%;
  width: 100%;
  height: 43px;
  left: 0px;
  z-index: 0;
}

.s_left_arrow {
  float: left;
  height: 43px;
  cursor: pointer;
}
.s_right_arrow {
  float: right;
  height: 43px;
  cursor: pointer;
}

.speaker_slider_wrap {
  float: left;
  width: 94%;
  margin-left: 3%;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.speaker_slider {
  float: left;
  width: 100%;
}
.speaker_slider li {
  text-align: center;
}

.speaker_item {
  display: inline-block;
  width: 268px;
  cursor: pointer;
  border-radius: 40px 0px 40px 0px;
  overflow: hidden;
  background-color: #ffffff;
}

.speaker_item .cover {
  display: inline-block;
  width: 100%;
}

.speaker_item .speaker_des {
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  background: linear-gradient(
    99.53deg,
    #0698bb 1.64%,
    #73ba74 51.58%,
    #cca00d 98.71%
  );
}

.speaker_item .title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

.speaker_item .name {
  display: inline-block;
  margin-top: 5px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.speaker_info_box {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 12;
  left: 0px;
  top: 0px;
}

.speaker_info_box.show {
  display: table;
}

.speaker_info_box .ct {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.speaker_info {
  display: inline-block;
  position: relative;
  width: 900px;
  max-height: calc(100vh - 60px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 150px;
  background-color: #ffffff;
  box-shadow: 105px 129px 67px rgba(211, 162, 98, 0.01),
    59px 73px 56px rgba(211, 162, 98, 0.05),
    26px 32px 42px rgba(211, 162, 98, 0.09),
    7px 8px 23px rgba(211, 162, 98, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.speaker_info:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-image: url("../images/w_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.speaker_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  z-index: 3;
}

.speaker_mid {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
}

.speaker_head {
  float: left;
  width: 100%;
  text-align: left;
  border-bottom: #6c6c6c 1px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.speaker_head .cover {
  float: left;
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center top;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 32px rgba(255, 255, 255, 0.5);
}

.speaker_head .intro {
  float: left;
  margin-left: 30px;
  margin-top: 20px;
}

.speaker_head .intro .title {
  font-size: 14px;
  color: #6c6c6c;
}
.speaker_head .intro .name {
  font-size: 24px;
  color: #175ba3;
  font-weight: bold;
}

.speaker_resume {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #6c6c6c;
  line-height: 1.4;
}
.speaker_resume span {
  color: #175ba3;
}

.form_wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}

.note_img {
  width: 400px;
  margin-bottom: 40px;
}

.form_column {
  float: left;
  width: 100%;
  display: flex;
  gap: 20px;
}

.form_item {
  /* float: left; */
  /* -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px; */
  width: 100%;
}

.form_item.two_c {
  width: 50%;
}

.form_item .title {
  float: left;
  width: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #011c2e;
  vertical-align: middle;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}

.form_item .title:after {
  position: absolute;
  content: "*";
  left: 0px;
  font-size: 16px;
  top: 0px;
  color: #bf5c1d;
  z-index: 1;
}

.form_item .input {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0px;
  position: relative;
  border: #969696 1px solid;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.form_item .input2 {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0px;
  position: relative;
  border-radius: 8px;
  margin-bottom: 15px;
}

.field-error {
  position: absolute;
  z-index: 0;
  top: -30px;
  right: 0px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #96989c;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #96989c;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #96989c;
}

.input_select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 48px;
  position: relative;
  border: #969696 1px solid;
  background-color: #ffffff;
  font-size: 16px;
  /* color: #ffffff;*/
  background-image: url(../images/arrow_down.png);
  background-size: 14px 12px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.input_select select {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 98%;
  height: 100%;
  left: 0%;
  border: none;
  font-size: 16px;
  background: none;
  color: #6c6c6c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}

.input_select select:focus {
  outline: none;
}

.input_select select option {
  color: #333333;
}

.single_line {
  float: left;
  width: 100%;
  height: 48px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background: none;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  color: #6c6c6c;
}

.check_groupWrap {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.check_group {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.check_group label {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  vertical-align: middle;
  color: #333333;
  letter-spacing: 1px;
  margin-top: 20px;
}

.checkbox_item {
  float: left;
  min-height: 90px;
  text-align: left;
  width: 25%;
  margin-top: 10px;
  position: relative;
}

.checkbox_item label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  color: #344e6f;
  word-break: break-all;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 35px;
}
.checkbox_item label a {
  display: block;
  font-size: 14px;
  color: #fcffe6;
  text-decoration: underline;
}

.checkbox_item input {
  position: absolute;
  top: 10px;
  left: -25px;
}

.checkbox_label {
  float: left;
  text-align: left;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.checkbox_label input {
  display: inline-block;
  vertical-align: middle;
}

.form_item_btn_group {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.form_item_btn {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px 5px 20px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #d4b24a;
  border: #d4b24a 1px solid;
}

.form_item_btn:hover,
.form_item_btn.current {
  color: #ffffff;
  background: #d4b24a;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.form_item_group {
  display: none;
}
.form_item_group.show {
  display: inline-block;
}

.btn_wrap {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.btn_txt {
  display: inline-block;
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.submit {
  display: inline-block;
  width: 200px;
  border: none;
  background: none;
  cursor: pointer;
}

.submit img {
  width: 100%;
}

.submit:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.field {
  display: inline-table;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.field-labelblock {
  display: inline-block;
  width: 100%;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.field-labelblock .field-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #6c6c6c;
  letter-spacing: 1px;
  margin-left: 10px;
}

.ckBox {
  display: inline-block;
  vertical-align: middle;
  background-color: #fcffe6;
  width: 20px;
  height: 20px;
}
input[type="checkbox"] {
  accent-color: #fcffe6;
  user-select: none; /* 防止文字被滑鼠選取反白 */
}

.field-content.full {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: none;
  text-align: left;
  font-size: 14px;
  color: #6a635e;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 10px;
}

/* footer */

.container {
  background-color: #fbf9eb;
  width: 100%;
  display: flex;
  justify-content: center;
}

.box {
  width: 100%;
  max-width: 1440px;
  padding: 80px 10px;
}
#footer .box {
  max-width: 1200px;
}

#footer .logos {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.logoBoxs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}

#footer .logoBox {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

#footer .logoBox.break_line {
  flex-basis: 100%;
  justify-content: center;
}

#footer .logoBox.host_logos {
  justify-content: center;
}

#footer .logoBoxs.media_logo_box {
  justify-content: center;
}

#footer .logoBox .footer_main {
  height: 48px;
}

#footer .logoBox .footer_main.host_logo {
  height: 64px;
}

#footer .logoBox .footer_main.media_logo {
  height: 48px;
}

#footer .logoBox .footer_title {
  color: #6a635e;
  font-size: 14px;
}

#footer .logoBox2 {
  gap: 32px;
}

#footer .logoBox2 img {
  height: 24px;
}

#footer .logoBox3 {
  gap: 32px;
}

#footer .logoBox3 img {
  height: 40px;
}

#footer .lineBox {
  width: 100%;
  border-bottom: 1px solid #969696;
  margin: 32px 0;
}

#footer .remark {
  color: #6a635e;
  font-size: 12px;
}

@media (max-width: 480px) {
  #footer .logoBox .footer_title {
    display: inline-block;
    width: 100%;
    color: #40220f;
    font-size: 14px;
  }

  #footer .logoBox3 {
    gap: 20px;
  }

  #footer .logoBox3 img {
    height: 40px;
  }

  #footer .logoBox2 {
    gap: 20px;
  }

  #footer .logoBox2 img {
    height: 24px;
  }
  #footer .logoBox .footer_title {
    text-align: left;
    color: #6a635e;
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .mid_content {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .intro_txt {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    color: #444440;
    line-height: 1.7;
    text-align: center;
  }

  .speaker_wrap {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 50px;
  }
  .speaker_info {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 450px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    background: #ffffff;
    box-shadow: 105px 129px 67px rgba(211, 162, 98, 0.01),
      59px 73px 56px rgba(211, 162, 98, 0.05),
      26px 32px 42px rgba(211, 162, 98, 0.09),
      7px 8px 23px rgba(211, 162, 98, 0.1);
    border-radius: 8px;
    overflow-y: scroll;
  }
  .speaker_head .cover {
    float: none;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #ffffff;
    box-shadow: 0px 0px 32px rgba(255, 255, 255, 0.5);
  }

  .speaker_head .intro {
    float: none;
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }

  .agenda_info_item .agenda_info_icon {
    width: 40px;
  }

  .agenda_info_item .title_txt {
    font-size: 20px;
    color: #2871b2;
    font-weight: bold;
  }

  .agenda_content {
    display: inline-block;
    width: 100%;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-radius: 48px 0px 48px 0px;
    overflow: hidden;
    background: #1b5071;
  }

  .form_wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1050px) {
  .kv_slogan {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    z-index: 2;
  }
  .kv_agent {
    width: 90%;
    z-index: 2;
    margin-top: 40px;
  }

  .kv_pattern {
    width: 80%;
    z-index: 0;
    position: absolute;
    left: 10%;
    top: 100px;
  }

  .kv_img {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    width: 1000px;
  }
}

@media screen and (max-width: 960px) {
  .h_logo1 {
    float: left;
    width: 60px;
    margin-left: 0px;
    margin-top: 0px;
    position: fixed;
    top: 14px;
    left: 20px;
    z-index: 1;
  }

  .NAV_btn_wrap {
    display: block;
    position: fixed;
    width: 60px;
    top: 18px;
    right: 0px;
    z-index: 12;
  }

  #NAV {
    position: fixed;
    float: none;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0%;
    z-index: 13;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    text-align: center;
    margin-right: 0px;
    background-color: #ffffff;
  }

  #NAV.reveal {
    top: 0%;
  }

  nav {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 11;
    width: 100%;
    margin-top: 80px;
    margin-left: 0px;
  }

  nav div,
  nav a {
    float: none;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
  }

  .agenda_info {
    margin-top: 50px;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    background: #fbf9eb;
    border-radius: 47px 0px 36px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .agenda_info_item {
    display: flex;
    flex-direction: row;
    text-align: left;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .agenda_info_item .agenda_info_icon {
    width: 30px;
  }

  .agenda_info_item .title_txt {
    font-size: 18px;
    color: #2871b2;
    font-weight: bold;
  }

  .agenda_content {
    display: inline-block;
    width: 100%;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-radius: 20px 0px 20px 0px;
    overflow: hidden;
    background: #1b5071;
  }

  .agenda_title {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .agenda_txt {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    display: inline-block;
    vertical-align: top;
  }
  .agenda_host {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .agenda_head {
    float: left;
    width: 100%;
    background: linear-gradient(90deg, #1b5071 0%, #011725 100%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 80px;
    display: none;
  }

  .agenda_head .agenda_title {
    font-size: 18px;
    color: #ffffff;
  }

  .agenda_head .agenda_txt {
    font-size: 18px;
    color: #ffffff;
    border-left: #ffffff 1px solid;
  }
  .agenda_head .agenda_host {
    font-size: 18px;
    color: #ffffff;
    border-left: #ffffff 1px solid;
  }

  .agenda_body {
    display: inline-block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px;
    background-color: #fbf9eb;
  }

  .agenda_body_item {
    display: inline-table;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0px;
    margin-bottom: 10px;
  }

  .agenda_body_item .agenda_title {
    font-size: 16px;
    color: #011c2e;
  }

  .agenda_body_item .agenda_txt {
    font-size: 16px;
    font-weight: bold;
    color: #011c2e;
    padding-left: 0px;
    border-left: none;
    border-top: #011c2e 1px solid;
  }

  .agenda_body_item .agenda_host {
    font-size: 16px;
    color: #011c2e;
    padding-left: 0px;
    border-left: none;
  }

  .agenda_gate {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: linear-gradient(90deg, #119bb4 0%, #bea41d 100%);
    border-radius: 16px 0px 16px 0px;
  }
}

@media screen and (max-width: 480px) {
  #KV {
    position: relative;
    z-index: 3;
    float: left;
    width: 100%;
    height: 680px;
    overflow: hidden;
    margin-top: 0px;
    background-color: #fbf9eb;
  }

  #KV .slogan_wrap {
    position: absolute;
    z-index: 2;
    right: 0%;
    top: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .kv_slogan {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
    z-index: 2;
  }
  .kv_agent {
    width: 100%;
    z-index: 2;
    margin-top: 40px;
  }

  .q_link {
    position: fixed;
    width: 30px;
    right: 10px;
    cursor: pointer;
    z-index: 10;
    bottom: 100px;
  }

  .goTop {
    position: fixed;
    z-index: 100;
    width: 30px;
    height: 30px;
    display: none;
    bottom: 200px;
    right: 10px;
  }

  .bg_pattern {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    width: auto;
    height: 40%;
    opacity: 0.2;
  }

  .intro_txt {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    color: #444440;
    line-height: 1.7;
    text-align: left;
  }
  .logoBoxs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
  }

  .spanBox {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 10px;
    border-left: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
  }

  .spanBox:first-child {
    border-left: none;
    padding-left: 0px;
  }

  .spanBox img {
    height: 40px;
  }

  .form_column {
    float: left;
    width: 100%;
    display: flex;
    gap: 0px;
    flex-direction: column;
  }
  .note_img {
    width: 100%;
    margin-bottom: 40px;
  }
  .form_item.two_c {
    width: 100%;
  }

  .form_item .title {
    float: left;
    width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #011c2e;
    vertical-align: middle;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
  }

  .award_body {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
  }

  .award_img {
    width: 400px;
  }

  .award_img img {
    width: 100%;
    border-radius: 20px;
  }

  .award_info {
    font-size: 20px;
    color: #011c2e;
  }
  .award_info span {
    color: #e89800;
    font-weight: bold;
  }
}

/* 2026 forum refresh */
#KV {
  height: 950px;
  overflow: hidden;
  background: #101b3b;
  line-height: 0;
}

.head_visual {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: auto;
  max-width: none;
  overflow: hidden;
  background: #101b3b;
  pointer-events: none;
}

/* The scene uses the same 1920 × 1080 canvas as head_back.png.  Each artwork
   remains an independent layer so it can be animated or repositioned later. */
.head_scene {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100%, 1689px);
  aspect-ratio: 1920 / 1080;
  transform: translate(-50%, -50%);
  background: url('../head_svg/1x/背景底圖.png') center / 100% 100% no-repeat;
}

.head_layer {
  position: absolute;
  display: block;
  height: auto;
  opacity: 0;
  animation-duration: 1.1s;
  animation-timing-function: cubic-bezier(.16, 1, .3, 1);
  animation-fill-mode: forwards;
  will-change: opacity, transform;
}

.head_layer--forum { left: 12.2%; top: 21.1%; width: 27.9%; animation-name: head-enter-up; animation-delay: .1s; }
.head_layer--chip { left: 3.0%; top: 29.2%; width: 8.7%; animation-name: head-enter-pop; animation-delay: .45s; }
.head_layer--headline { left: 12.3%; top: 32.3%; width: 37.7%; animation-name: head-enter-left; animation-delay: .35s; }
.head_layer--subhead { left: 12.8%; top: 44.4%; width: 48.2%; animation-name: head-enter-left; animation-delay: .62s; }
.head_layer--map { right: .9%; top: 26.5%; width: 37.6%; animation-name: head-enter-right; animation-delay: .2s; animation-duration: 1.4s; }
.head_layer--gradient { left: 0; top: 56.2%; width: 66.3%; animation-name: head-enter-fade; animation-delay: .88s; }
.head_layer--partners { left: 4.6%; top: 58.6%; width: 46.5%; animation-name: head-enter-up; animation-delay: 1s; }

@keyframes head-enter-left {
  0% { opacity: 0; transform: translateX(-130px) skewX(-8deg); }
  72% { opacity: 1; transform: translateX(12px) skewX(1deg); }
  100% { opacity: 1; transform: translateX(0) skewX(0); }
}

@keyframes head-enter-right {
  0% { opacity: 0; transform: translateX(180px) scale(.72) rotate(9deg); }
  70% { opacity: 1; transform: translateX(-14px) scale(1.04) rotate(-1.5deg); }
  100% { opacity: 1; transform: translateX(0) scale(1) rotate(0); }
}

@keyframes head-enter-up {
  0% { opacity: 0; transform: translateY(80px) scale(.9); }
  70% { opacity: 1; transform: translateY(-10px) scale(1.035); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes head-enter-pop {
  0% { opacity: 0; transform: scale(0) rotate(-24deg); }
  68% { opacity: 1; transform: scale(1.18) rotate(7deg); }
  84% { opacity: 1; transform: scale(.94) rotate(-2deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes head-enter-fade {
  0% { opacity: 0; transform: scaleX(.15); transform-origin: left center; }
  100% { opacity: 1; transform: scaleX(1); transform-origin: left center; }
}

@keyframes head-enter-static {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* After the entrance sequence, keep the hero artwork gently alive in place. */
.head_scene.is-idle .head_layer { opacity: 1; }
.head_scene.is-idle .head_layer--forum { animation: headIdleFloat 6.6s ease-in-out infinite; }
.head_scene.is-idle .head_layer--chip { animation: headIdleChip 4.8s ease-in-out infinite; }
.head_scene.is-idle .head_layer--headline { animation: headIdleFloat 6s ease-in-out .5s infinite; }
.head_scene.is-idle .head_layer--subhead { animation: headIdleFloat 6.8s ease-in-out 1s infinite; }
.head_scene.is-idle .head_layer--map { animation: headIdleMap 7.2s ease-in-out .35s infinite; }
.head_scene.is-idle .head_layer--gradient { animation: headIdleGlow 5.8s ease-in-out infinite; }
.head_scene.is-idle .head_layer--partners { animation: headIdleFloat 7s ease-in-out 1.3s infinite; }

@keyframes headIdleFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}

@keyframes headIdleChip {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1.5deg); }
  50% { transform: translate3d(5px, -9px, 0) rotate(2deg); }
}

@keyframes headIdleMap {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); filter: brightness(1); }
  50% { transform: translate3d(-8px, -12px, 0) scale(1.025); filter: brightness(1.08); }
}

@keyframes headIdleGlow {
  0%, 100% { opacity: .86; transform: translate3d(0, 0, 0) scaleX(1); }
  50% { opacity: 1; transform: translate3d(0, -4px, 0) scaleX(1.02); }
}

@media (prefers-reduced-motion: reduce) {
  .head_layer {
    opacity: 1;
    animation: none;
  }
}

@media screen and (max-width: 960px) {
  #KV {
    height: auto;
  }
  .head_visual {
    width: 100%;
    min-width: auto;
    position: static;
    left: auto;
    transform: none;
  }
  .head_scene { width: max(100%, 1209px); }
}

.focus_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
  text-align: left;
}

.focus_card {
  position: relative;
  min-height: 180px;
  padding: 24px 18px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 28px 0 28px 0;
  color: #fff;
  background: linear-gradient(145deg, #12305d, #176da1);
  box-shadow: 0 18px 40px rgba(1, 40, 66, .14);
  transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s ease;
}

.focus_card:nth-child(2) { background: linear-gradient(145deg, #174c71, #159db2); }
.focus_card:nth-child(3) { background: linear-gradient(145deg, #155485, #775aa8); }
.focus_card:after { content: ""; position: absolute; top: -40%; left: -85%; width: 42%; height: 190%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent); transform: rotate(18deg); transition: left .7s cubic-bezier(.16,1,.3,1); }
.focus_card:hover,
.focus_card:focus-visible,
.focus_card:active { z-index: 1; transform: translateY(-5px) scale(1.035); box-shadow: 0 24px 46px rgba(1,40,66,.26), 0 0 22px rgba(255,255,255,.22); }
.focus_card:hover:after { left: 150%; }
.focus_card > span,
.focus_card h3,
.focus_card p { position: relative; z-index: 1; }
.focus_card > span { color: #ffae18; font-size: 14px; font-weight: 800; letter-spacing: .14em; }
.focus_card h3 { margin-top: 12px; font-size: 24px; font-weight: 800; }
.focus_card p { margin-top: 10px; font-size: 16px; line-height: 1.7; color: rgba(255,255,255,.88); }

/* Keep the forum introduction and its three focus cards still. */
#sec1 .intro_txt,
#sec1 .focus_card { animation: none; }
#sec1 .intro_txt { text-align: center; }
#sec1 .intro_txt .intro_line { display: block; margin-bottom: 0; }
#sec1 .intro_txt .intro_line:last-child { margin-bottom: 0; }
.focus_card:hover,
.focus_card:focus-visible,
.focus_card:active { animation: none; }

@keyframes contentFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.section_lead {
  max-width: 760px;
  margin: 22px auto 0;
  color: #4c5b69;
  font-size: 20px;
  line-height: 1.7;
}

.topic_tracks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 46px;
  text-align: left;
}

.topic_track {
  padding: 34px;
  border: 1px solid rgba(40,112,178,.16);
  border-radius: 32px 0 32px 0;
  background: rgba(255,255,255,.88);
  box-shadow: 0 20px 50px rgba(21,72,115,.10);
}

.track_no { color: #e89800; font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.topic_track h3 { margin-top: 12px; color: #012842; font-size: 26px; font-weight: 800; line-height: 1.35; }
.topic_track p { margin-top: 16px; color: #526370; font-size: 17px; line-height: 1.75; }
.guest_tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.guest_tags span { padding: 7px 12px; border-radius: 999px; background: #e9f3fa; color: #175b93; font-size: 14px; font-weight: 700; }

.legacy_speakers,
.legacy_agenda { display: none !important; }

.break_item {
  margin: 8px 0 18px;
  padding: 14px 18px;
  border-radius: 12px;
  background: #eef5f8;
}

.form_wrap {
  max-width: 980px;
  padding: 48px;
  box-sizing: border-box;
  border-radius: 42px 0 42px 0;
  background: rgba(255,255,255,.82);
  box-shadow: 0 25px 70px rgba(8,48,80,.12);
}

.form_intro { margin-bottom: 36px; text-align: left; }
.form_kicker { color: #e89800; font-size: 13px; font-weight: 900; letter-spacing: .16em; }
.form_intro h3 { margin-top: 8px; color: #012842; font-size: 28px; font-weight: 800; }
.form_intro p { margin-top: 10px; color: #66737b; font-size: 16px; line-height: 1.6; }
.form_column { gap: 18px; }
.form_item .input,
.input_select { border: 1px solid #c8d5dd; border-radius: 12px; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.form_item .input:focus-within,
.input_select:focus-within { border-color: #2870b2; box-shadow: 0 0 0 4px rgba(40,112,178,.10); }
.single_line,
.input_select { height: 54px; }
.field { padding-top: 8px; border-top: 1px solid #dce4e8; }

@media screen and (max-width: 960px) {
  #KV { margin-top: 66px; min-height: 680px; }
  .head_visual { width: 100%; max-width: 100%; transform: none; height: auto; min-height: 680px; }
  .focus_grid { grid-template-columns: 1fr; }
  .topic_tracks { grid-template-columns: 1fr; }
  .form_wrap { padding: 34px 26px; }
}

@media screen and (max-width: 480px) {
  #KV { height: auto; margin-top: 66px; min-height: 680px; }
  .head_visual { width: 100%; max-width: 100%; transform: none; height: auto; min-height: 680px; }
  .head_scene { width: max(100%, 1209px); }
  .sec { padding: 70px 18px; }
  .sec_title { font-size: 32px; }
  .focus_card { min-height: 0; padding: 24px; }
  .topic_track { padding: 26px 22px; }
  .topic_track h3 { font-size: 22px; }
  .form_wrap { margin-bottom: 40px; padding: 28px 18px; border-radius: 26px 0 26px 0; }
  .form_intro h3 { font-size: 23px; }
}

/* Speaker stage — original 2026 visual system */
.speaker_bg {
  overflow: hidden;
  background: #07152d;
}

.speaker_bg:after {
  left: 0;
  width: 100%;
  border-radius: 0;
  background:
    radial-gradient(circle at var(--spot-x, 78%) var(--spot-y, 16%), rgba(33, 169, 214, .34), transparent 25%),
    radial-gradient(circle at 14% 82%, rgba(117, 78, 202, .20), transparent 27%),
    linear-gradient(145deg, #061127 0%, #0d2850 54%, #07182f 100%);
}

.speaker_bg:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .16;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
  animation: speakerGridDrift 16s linear infinite;
}

.speaker_section_head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  text-align: left;
}

.section_eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #49d8ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .22em;
}

.section_eyebrow:before {
  content: "";
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, #ffae18, #49d8ff);
}

.speaker_title {
  margin-top: 16px;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.speaker_title em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px rgba(73,216,255,.9);
}

.speaker_section_head > p {
  width: 390px;
  padding-bottom: 8px;
  color: rgba(255,255,255,.68);
  font-size: 18px;
  line-height: 1.8;
}

.speaker_stage {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  margin: 46px 0 18px;
  padding: 12px 0 18px;
  overflow: visible;
}

.portrait_card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  height: 270px;
  min-height: 270px;
  flex: 1 1 0;
  max-width: none;
  background: #153660;
  isolation: isolate;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
  opacity: 0;
  transform: translateY(42px) scale(.96);
  transform-style: preserve-3d;
  will-change: transform;
  transition: flex-grow .55s cubic-bezier(.16,1,.3,1), transform .55s cubic-bezier(.16,1,.3,1), box-shadow .35s ease, filter .35s ease;
}

.speaker_stage:hover .portrait_card { flex-grow: 1; }

.portrait_card:hover {
  flex-grow: 1;
  max-width: none;
  z-index: 5;
  transform: translateY(-10px) scale(1.16);
  box-shadow: 0 28px 70px rgba(19,192,255,.25), 0 0 0 1px rgba(73,216,255,.45);
}

.portrait_card--new {
  flex: 1 1 0;
  max-width: none;
}

.portrait_card--new:hover {
  flex-grow: 1;
  max-width: none;
}

.speaker_stage:hover .portrait_card--new { flex-grow: 1; }

.speaker_stage:hover .portrait_card--new:hover {
  flex-grow: 1;
  max-width: none;
}

.speaker_stage.is_visible .portrait_card {
  animation: speakerCardReveal .85s cubic-bezier(.16,1,.3,1) forwards;
}

.speaker_stage.is_visible .portrait_card:nth-child(2) { animation-delay: .10s; }
.speaker_stage.is_visible .portrait_card:nth-child(3) { animation-delay: .20s; }
.speaker_stage.is_visible .portrait_card:nth-child(4) { animation-delay: .30s; }
.speaker_stage.is_visible .portrait_card:nth-child(5) { animation-delay: .40s; }
.speaker_stage.is_visible .portrait_card:nth-child(6) { animation-delay: .50s; }
.speaker_stage.is_visible .portrait_card:nth-child(7) { animation-delay: .60s; }

/* Release the reveal transform before the hover interaction takes over. */
.speaker_stage.is_visible .portrait_card:hover {
  animation: none;
  opacity: 1;
  transform: translateY(-10px) scale(1.16);
}

.portrait_card:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(2,12,30,.96) 0%, rgba(2,12,30,.42) 38%, transparent 68%);
}

.portrait_card:before {
  content: "";
  position: absolute;
  top: -45%;
  left: -110%;
  z-index: 3;
  width: 55%;
  height: 190%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  transform: rotate(14deg);
  transition: left .8s cubic-bezier(.16,1,.3,1);
}

.portrait_card:hover:before { left: 145%; }
.portrait_card:hover {
  z-index: 5;
  box-shadow: 0 28px 70px rgba(19,192,255,.25), 0 0 0 1px rgba(73,216,255,.45);
}

.portrait_card:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(2,12,30,.96) 0%, rgba(2,12,30,.42) 38%, transparent 68%);
}

.portrait_card:before {
  content: "";
  position: absolute;
  top: -45%;
  left: -110%;
  z-index: 3;
  width: 55%;
  height: 190%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  transform: rotate(14deg);
  transition: left .8s cubic-bezier(.16,1,.3,1);
}

.portrait_card:hover:before { left: 145%; }
.portrait_card:hover {
  z-index: 5;
  box-shadow: 0 28px 70px rgba(19,192,255,.25), 0 0 0 1px rgba(73,216,255,.45);
}

.portrait_card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  transform: scale(1.015);
  transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .5s ease;
}

.portrait_card:hover img { transform: scale(1.08); filter: saturate(1.12); }

.portrait_index {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 2;
  color: rgba(255,255,255,.44);
  font: 800 13px/1 "Roboto", sans-serif;
  letter-spacing: .15em;
}

.portrait_info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 96px;
  min-height: 96px;
  box-sizing: border-box;
  padding: 14px;
  color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to top, rgba(2,12,30,.96), rgba(2,12,30,.72) 72%, transparent);
  transform: translateZ(34px);
  transition: min-height .45s cubic-bezier(.16,1,.3,1), padding .45s cubic-bezier(.16,1,.3,1), transform .45s cubic-bezier(.16,1,.3,1);
}

.portrait_card:hover .portrait_info {
  height: 96px;
  min-height: 96px;
  padding: 14px;
  transform: none;
}

.portrait_info > span {
  display: block;
  width: 100%;
  min-width: 0;
  margin-bottom: 4px;
  overflow: hidden;
  color: #49d8ff;
  font-size: clamp(10px, .9vw, 13px);
  font-weight: 800;
  letter-spacing: .08em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.portrait_card:hover .portrait_info > span {
  overflow: hidden;
  white-space: nowrap;
}

.portrait_info > span:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: #49d8ff;
  box-shadow: 0 0 0 0 rgba(73,216,255,.65);
  animation: speakerSignal 1.8s ease-out infinite;
}

.portrait_info h3 {
  overflow: hidden;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .04em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.portrait_info p {
  margin-top: 5px;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  line-height: 1.55;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.portrait_card:hover .portrait_info p {
  overflow: hidden;
  white-space: nowrap;
}
.portrait_lead .portrait_info { padding: 36px; }
.portrait_lead .portrait_info h3 { font-size: 44px; }
.portrait_lead .portrait_info p { font-size: 15px; }

.full_lineup {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 18px;
  padding: 28px;
  border: 1px solid rgba(73,216,255,.18);
  background: rgba(255,255,255,.045);
  backdrop-filter: blur(12px);
  text-align: left;
  overflow: hidden;
  position: relative;
}

.full_lineup:after {
  content: "";
  position: absolute;
  top: 0;
  left: -35%;
  width: 30%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #49d8ff, transparent);
  animation: lineupScan 4.5s linear infinite;
}

.lineup_label {
  color: #ffae18;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .12em;
}

.lineup_names {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.lineup_names--single { grid-template-columns: minmax(0, 1fr); }

.lineup_names > span {
  min-width: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  transition: color .25s ease, transform .25s ease;
}

.lineup_names > span:hover { color: #49d8ff; transform: translateY(-4px); }

.lineup_names small {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.48);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.session_ribbon {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.session_ribbon span {
  flex: 1;
  padding: 14px 18px;
  border-left: 3px solid #49d8ff;
  color: rgba(255,255,255,.76);
  background: rgba(73,216,255,.08);
  font-size: 14px;
  text-align: left;
}

.session_ribbon span:last-child { border-color: #ffae18; background: rgba(255,174,24,.08); }
.session_ribbon b { margin-right: 8px; color: #fff; font-weight: 900; }

.full_lineup { animation: lineupBreathe 6.4s ease-in-out infinite; }
.session_ribbon span { animation: ribbonBreathe 4.3s ease-in-out infinite; }
.session_ribbon span:last-child { animation-duration: 6.1s; animation-delay: .7s; }

@keyframes speakerIdleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes speakerDriftOne {
  0%, 100% { transform: translateY(0); }
  48% { transform: translateY(-9px); }
}

@keyframes speakerDriftTwo {
  0%, 100% { transform: translateY(-3px); }
  34% { transform: translateY(-11px); }
  72% { transform: translateY(1px); }
}

@keyframes speakerDriftThree {
  0%, 100% { transform: translate3d(0, 0, 0); }
  52% { transform: translate3d(4px, -7px, 0); }
}

@keyframes speakerDriftFour {
  0%, 100% { transform: translateY(-5px); }
  36% { transform: translateY(1px); }
  74% { transform: translateY(-10px); }
}

@keyframes speakerDriftFive {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-8px) scale(1.012); }
}

@keyframes speakerDriftSix {
  0%, 100% { transform: translate3d(2px, 0, 0); }
  58% { transform: translate3d(-3px, -9px, 0); }
}

@keyframes speakerDriftSeven {
  0%, 100% { transform: translateY(-4px); }
  50% { transform: translateY(3px); }
}

@keyframes lineupBreathe {
  0%, 100% { transform: translateY(0); box-shadow: 0 0 0 rgba(73,216,255,0); }
  50% { transform: translateY(-5px); box-shadow: 0 0 24px rgba(73,216,255,.12); }
}

@keyframes ribbonBreathe {
  0%, 100% { transform: translateY(0); filter: brightness(1); }
  50% { transform: translateY(-5px); filter: brightness(1.13); }
}

@keyframes speakerGridDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 64px 64px, 64px 64px; }
}

@keyframes speakerCardReveal {
  0% { opacity: 0; transform: translateY(42px) scale(.96); filter: blur(7px); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes speakerSignal {
  70% { box-shadow: 0 0 0 9px rgba(73,216,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(73,216,255,0); }
}

@keyframes lineupScan {
  to { left: 110%; }
}

@media screen and (max-width: 960px) {
  .speaker_section_head { align-items: start; flex-direction: column; gap: 18px; }
  .speaker_title { font-size: 42px; }
  .speaker_section_head > p { width: 100%; }
  .speaker_stage { flex-wrap: nowrap; overflow-x: auto; padding: 0 18px 12px; }
  .portrait_card { min-width: 260px; max-width: 260px; flex: 0 0 auto; }
  .portrait_info { padding: 18px; }
  .portrait_info h3 { font-size: 24px; }
  .portrait_info p { font-size: 11px; }
  .portrait_lead .portrait_info { padding: 24px; }
  .portrait_lead .portrait_info h3 { font-size: 34px; }
  .lineup_names { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width: 640px) {
  .speaker_bg { padding-right: 0; padding-left: 0; }
  .speaker_bg .mid_content { overflow: hidden; }
  .speaker_section_head,
  .full_lineup,
  .session_ribbon { margin-right: 18px; margin-left: 18px; }
  .speaker_section_head { padding-right: 0; padding-left: 0; }
  .speaker_title { font-size: 38px; }
  .speaker_section_head > p { font-size: 16px; }
  .speaker_stage {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 38px;
    padding: 0 18px 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .speaker_stage::-webkit-scrollbar { display: none; }
  .portrait_card {
    flex: 0 0 78vw;
    height: 430px;
    scroll-snap-align: center;
    opacity: .52;
    transform: scale(.92);
    transition: opacity .45s ease, transform .45s cubic-bezier(.16,1,.3,1), box-shadow .35s ease;
  }
  .speaker_stage.is_visible .portrait_card { animation: none; }
  .speaker_stage .portrait_card.is_active {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 25px 65px rgba(19,192,255,.28), 0 0 0 1px rgba(73,216,255,.5);
  }
  .portrait_lead .portrait_info,
  .portrait_info { padding: 26px; }
  .portrait_lead .portrait_info h3,
  .portrait_info h3 { font-size: 32px; }
  .portrait_lead .portrait_info p,
  .portrait_info p { font-size: 13px; }
  .full_lineup { grid-template-columns: 1fr; gap: 18px; padding: 22px; }
  .lineup_names { grid-template-columns: 1fr; gap: 20px; }
  .session_ribbon { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .speaker_bg:before,
  .speaker_stage.is_visible .portrait_card,
  .portrait_info > span:before,
  .full_lineup:after { animation: none; }
  .portrait_card { opacity: 1; transform: none; transition: none; }
  .portrait_card img,
  .portrait_card:before,
  .portrait_info { transition: none; }
}

/* Agenda scroll reveal */
.speaker_showcase { background: #07152d; }
.speaker_showcase .sec_title { color: #fff; }
.speaker_showcase_head { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.speaker_controls { position: absolute; z-index: 5; inset: 10px 0 22px; pointer-events: none; }
.speaker_nav { position: absolute; top: 50%; width: 42px; height: 42px; border: 1px solid rgba(73,216,255,.8); border-radius: 50%; background: rgba(7,21,45,.76); color: #fff; font-size: 22px; line-height: 1; cursor: pointer; pointer-events: auto; transform: translateY(-50%); transition: background .2s ease, color .2s ease; }
.speaker_nav--prev { left: -54px; }
.speaker_nav--next { right: -54px; }
.speaker_nav:hover, .speaker_nav:focus-visible { background: #49d8ff; color: #07152d; }
.speaker_nav[hidden] { display: block; opacity: 0; cursor: default; }
.speaker_bio_hint { margin-top: 12px; color: rgba(255,255,255,.72); font-size: 14px; }
.speaker_carousel { position: relative; margin-right: 60px; margin-left: 60px; }
.speaker_viewport { overflow: hidden; }
.speaker_cards { display: flex; align-items: flex-start; gap: 20px; margin-top: 28px; padding: 10px 2px 22px; touch-action: pan-x; transition: transform .45s ease; }
.speaker_cards::-webkit-scrollbar { display: none; }
.speaker_dots { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 14px; }
.speaker_dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.35); cursor: pointer; transition: width .2s ease, height .2s ease, background .2s ease; }
.speaker_dot.is-active { width: 26px; height: 8px; border-radius: 8px; background: #49d8ff; }
.speaker_dot:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.speaker_card { position: relative; height: auto; flex: 0 0 calc((100% - 60px) / 4); min-width: 0; overflow: hidden; scroll-snap-align: start; clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px)); outline: 2px solid transparent; outline-offset: 3px; background: linear-gradient(180deg, #183c68, #07152d); }
.speaker_card img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; object-position: center top; cursor: pointer; }
.speaker_card--gao img { object-position: center top; }
.speaker_card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 32%, rgba(2,12,30,.96) 75%); pointer-events: none; }
.speaker_copy { position: relative; z-index: 1; min-height: 146px; padding: 10px 16px 14px; box-sizing: border-box; color: #fff; background: rgba(7, 21, 45, .88); cursor: pointer; }
.speaker_copy > span { display: block; overflow: hidden; color: #49d8ff; font-size: 14px; font-weight: 800; letter-spacing: .03em; white-space: nowrap; text-overflow: ellipsis; }
.speaker_copy h3 { margin-top: 7px; font-size: 28px; line-height: 1; font-weight: 900; }
.speaker_copy p { margin-top: 7px; font-size: 16px; line-height: 1.35; }
.speaker_short { display: none; }
.speaker_full { display: block; overflow: visible; }
.speaker_full--compact { font-size: 13px !important; line-height: 1.3 !important; white-space: nowrap; }
.speaker_card--long-title .speaker_full { font-size: 14px; line-height: 1.3; }
.speaker_card--compact-title .speaker_full { font-size: 16px; line-height: 1.35; white-space: nowrap; }
.speaker_card .speaker_full--ad-title { font-size: 13px; line-height: 1.3; white-space: nowrap; }
.speaker_card.is-hovered:after { background: radial-gradient(circle 110px at var(--speaker-glow-x, 50%) var(--speaker-glow-y, 45%), rgba(255,255,255,.26) 0%, rgba(73,216,255,.12) 38%, transparent 72%), linear-gradient(transparent 32%, rgba(2,12,30,.96) 75%); }
@media screen and (min-width: 1201px) { .speaker_showcase .mid_content { width: 1132px; } .speaker_carousel { margin-right: 0; margin-left: 0; } }
@media screen and (min-width: 768px) and (max-width: 1200px) { .speaker_carousel { margin-right: 0; margin-left: 0; } }
.speaker_card { flex-basis: 268px; }
@media screen and (max-width: 767px) { .speaker_showcase_head { align-items: flex-start; } .speaker_carousel { margin-right: 46px; margin-left: 46px; } .speaker_nav { width: 36px; height: 36px; } .speaker_nav--prev { left: -42px; } .speaker_nav--next { right: -42px; } .speaker_cards { gap: 14px; } .speaker_card { flex-basis: 268px; } }

#sec3.agenda_motion .agenda_info {
  opacity: 0;
  transform: translateY(34px) scaleX(.86);
  transform-origin: center;
}

#sec3.agenda_motion .agenda_content_wrap {
  opacity: 0;
  clip-path: inset(0 0 100% 0 round 48px 0 48px 0);
}

#sec3.agenda_motion .agenda_body > .agenda_body_item,
#sec3.agenda_motion .agenda_body > .agenda_gate {
  opacity: 0;
  filter: blur(7px);
  transform: translateY(34px) scaleY(.72);
  transform-origin: top center;
}

#sec3.agenda_motion.agenda_revealed .agenda_info {
  animation: agendaInfoOpen .8s cubic-bezier(.16,1,.3,1) forwards;
}

#sec3.agenda_motion.agenda_revealed .agenda_content_wrap {
  animation: agendaCurtainOpen 1.15s cubic-bezier(.16,1,.3,1) .18s forwards;
}

#sec3.agenda_motion.agenda_revealed .agenda_body > .agenda_body_item,
#sec3.agenda_motion.agenda_revealed .agenda_body > .agenda_gate {
  animation: agendaRowOpen .72s cubic-bezier(.16,1,.3,1) forwards;
  animation-delay: var(--agenda-delay);
}

@keyframes agendaInfoOpen {
  0% { opacity: 0; transform: translateY(34px) scaleX(.86); }
  65% { opacity: 1; transform: translateY(-4px) scaleX(1.015); }
  100% { opacity: 1; transform: translateY(0) scaleX(1); }
}

@keyframes agendaCurtainOpen {
  0% { opacity: 0; clip-path: inset(0 0 100% 0 round 48px 0 48px 0); }
  100% { opacity: 1; clip-path: inset(0 0 0 0 round 48px 0 48px 0); }
}

@keyframes agendaRowOpen {
  0% {
    opacity: 0;
    filter: blur(7px);
    transform: translateY(34px) scaleY(.72);
  }
  72% { opacity: 1; filter: blur(0); transform: translateY(-3px) scaleY(1.018); }
  100% { opacity: 1; filter: blur(0); transform: translateY(0) scaleY(1); }
}

@media (prefers-reduced-motion: reduce) {
  #sec3.agenda_motion .agenda_info,
  #sec3.agenda_motion .agenda_content_wrap,
  #sec3.agenda_motion .agenda_body > .agenda_body_item,
  #sec3.agenda_motion .agenda_body > .agenda_gate {
    opacity: 1;
    animation: none;
    clip-path: none;
    filter: none;
    transform: none;
  }
}

/* Hero responsive composition: on narrower screens the artwork is rearranged
   into a vertical stage instead of cropping the desktop 1920px canvas. */
@media screen and (max-width: 1200px) {
  #KV {
    height: clamp(620px, 78vw, 760px);
    min-height: 0;
  }

  .head_visual { height: 100%; min-height: 0; }
  .head_scene {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    background-size: 100% 100%;
  }

  .head_layer--forum { left: 7%; top: 10%; width: 56%; }
  .head_layer--chip { left: 7%; top: 25%; width: 15%; }
  .head_layer--headline { left: 23%; top: 25.5%; width: 60%; }
  .head_layer--subhead { left: 10%; top: 39%; width: 78%; }
  .head_layer--map { right: 35%; top: 48%; width: 30%; }
  .head_layer--gradient { left: 17.5%; top: 86%; width: 65%; }
  .head_layer--partners { left: 25%; top: calc(86% + .955vw); width: 50%; }
}

@media screen and (max-width: 560px) {
  #KV { height: 700px; margin-top: 66px; }

  .head_layer--forum { left: 6%; top: 8%; width: 70%; }
  .head_layer--chip { left: 7%; top: 24%; width: 20%; }
  .head_layer--headline { left: 28%; top: 24%; width: 69%; }
  .head_layer--subhead { left: 7%; top: 40%; width: 91%; }
  .head_layer--map { right: 22.5%; top: 48%; width: 55%; }
  .head_layer--gradient { left: 0; top: 82%; width: 100%; }
  .head_layer--partners { left: 19%; top: calc(82% + 2.64vw); width: 62%; animation-name: head-enter-static; animation-delay: 1s; }
}

/* Tablets and narrower desktop windows keep the desktop composition,
   scaled as one complete 16:9 canvas instead of cropping its left edge. */
@media screen and (min-width: 768px) and (max-width: 1689px) {
  #KV {
    height: min(56.25vw, 950px);
    min-height: 0;
  }

  .head_visual { height: 100%; min-height: 0; }
  .head_scene {
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 1080;
    background-size: 100% 100%;
  }

  .head_layer--forum { left: 12.2%; top: 21.1%; width: 27.9%; z-index: 2; }
  .head_layer--chip { left: 3.0%; top: 29.2%; width: 8.7%; }
  .head_layer--headline { left: 12.3%; top: 32.3%; width: 37.7%; }
  .head_layer--subhead { left: 12.8%; top: 44.4%; width: 48.2%; }
  .head_layer--map { right: .9%; top: 26.5%; width: 37.6%; }
  .head_layer--gradient { left: 0; top: 56.2%; width: 66.3%; }
  .head_layer--partners { left: 4.6%; top: 58.6%; width: 46.5%; }
}

@media screen and (max-width: 960px) {
  #sec3 .award_body { padding: 24px 20px; }
  #sec3 .award_info { text-align: left; }
}
