:root {
  --blue: #1d79ff;
  --navy: #071846;
  --ink: #071846;
  --muted: #6f7480;
  --aqua: #91e3e4;
  --mint: #c9f6d3;
  --pale: #eafcfc;
  --yellow: #ffd21c;
  --shadow: 0 12px 28px rgba(16, 79, 126, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding-top: 80px;
  color: var(--navy);
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif;
  background: #fff;
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100vw;
  min-height: 80px;
  padding: 10px 30px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid #d8d8d8;
  backdrop-filter: blur(8px);
}

.brand img {
  width: 58px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 72px);
  color: var(--navy);
  font-size: clamp(16px, .95vw, 18px);
  font-weight: 400;
}

.site-nav a {
  transition: color .2s ease;
}

.site-nav a:hover {
  color: var(--blue);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 34px;
  padding: 8px 22px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 999px;
}

.nav-cta:hover {
  background:#ffe030;
  color: var(--blue);
}

.menu-toggle {
  display: none;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  padding: 11px 9px;
  background: transparent;
  border: 0;
}

.menu-toggle span {
  display: block;
  height: 3px;
  margin: 5px 0;
  background: var(--navy);
  border-radius: 4px;
}

.hero {
  position: relative;
  overflow: hidden;
  width: 94%;
  max-width: 1370px;
  margin: 20px auto 0;
  border-radius: 28px;
  background: #fff;
}

.hero picture,
.hero picture img {
  width: 100%;
}

.hero picture {
  position: relative;
  z-index: 0;
}

.hero-content {
  position: absolute;
  top: 12.4%;
  right: 5%;
  left: 5%;
  z-index: 2;
  width: 90%;
  color: var(--navy);
  line-height: 1.08;
}

.hero-subtitle {
  margin: 0 0 clamp(12px, 1.6vw, 28px);
  color: var(--navy);
  font-size: clamp(17px, 1.8vw, 34px);
  font-weight: 700;
  letter-spacing: 0;
}

.hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 4.45vw, 72px);
  font-weight: 900 !important;
  letter-spacing: 0;
  line-height: 1.12;
}

.hero h1 span {
  display: block;
}

.hero h1 .hero-title-blue {
  display: flex;
  align-items: center;
  font-size: clamp(38px, 4.65vw, 78px);
  gap: clamp(16px, 2vw, 34px);
  color: var(--blue);
}

.hero h1 .hero-title-blue::after {
  content: "";
  display: block;
  flex: 1 1 clamp(100px, 20vw, 380px);
  max-width: 380px;
  min-width: 120px;
  height: 2px;
  background: var(--navy);
}

.hero h1 .mobile-break {
  display: none;
}

.hero-time-img {
  width: min(58%, 500px);
  margin-top: clamp(15px, 2vw, 34px);
}

.design-mark {
  position: absolute;
  top: 5%;
  right: 5.4%;
  z-index: 2;
  width: clamp(150px, 17vw, 325px);
  height: auto;
}

.hero-birds {
  position: absolute;
  bottom: 10.5%;
  left: 7%;
  z-index: 4;
  width: min(58vw, 960px);
  pointer-events: none;
  will-change: transform;
}

.hero-slogan {
  position: absolute;
  right: 3.7%;
  bottom: 15.8%;
  width: min(12vw, 178px);
  min-width: 112px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .18));
}

.section-pad {
  padding-right: clamp(22px, 6vw, 118px);
  padding-left: clamp(22px, 6vw, 118px);
}

.intro {
  padding-top: clamp(22px, 5vw, 78px);
  padding-bottom: clamp(60px, 8vw, 116px);
  text-align: center;
  background: #fff;
}

.intro b{
  color: var(--blue);
  font-weight: 700;
}
.intro-copy {
  max-width: 1140px;
  margin: 0 auto;
}

.lead {
  margin: 0;
  color: var(--blue);
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 500;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.intro p{
  font-weight: 400;
}

.smile {
  display: block;
  width: clamp(70px, 6vw, 96px);
  height: auto;
  margin: 26px auto 24px;
}

.intro-copy p:not(.lead) {
  margin: 9px auto;
  color: var(--navy);
  font-size: clamp(17px, 1.08vw, 20px);
  font-weight: 600;
  line-height: 1.95;
}

.flow {
  position: relative;
  overflow: hidden;
  padding-top: clamp(26px, 4vw, 48px);
  padding-bottom: clamp(82px, 9vw, 144px);
  background: #fff;
}

.flow h2 {
  margin: 0 0 clamp(56px, 7vw, 108px);
  color: #a8d1ff;
  font-size: clamp(25px, 3.4vw, 54px);
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
}

.flow-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 110px);
  max-width: 1370px;
  margin: 0 auto;
}

.flow-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(330px, 28vw, 520px);
  padding: clamp(36px, 4vw, 74px) 26px;
  background: #e9fbfb;
  text-align: center;
}

.flow-card img {
  width: clamp(140px, 13vw, 180px);
  height: clamp(140px, 13vw, 180px);
  object-fit: contain;
  margin-bottom: 38px;
}

.flow-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(24px, 2.45vw, 40px);
  font-weight: 500;
}

.flow-card p {
  margin: 24px 0 0;
  color: var(--ink);
  font-size: clamp(15px, 1.35vw, 24px);
  font-weight: 600;
}

.mountain {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-image: url("../img/mountian@2x.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 70%;
}

.speakers {
  position: relative;
  overflow: hidden;
  padding-top: clamp(44px, 5vw, 82px);
  padding-bottom: clamp(72px, 9vw, 128px);
  background: linear-gradient(180deg, #89dce1 0%, #b7ecd7 100%);
}

/*.speakers::before {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  left: -40px;
  height: 14px;
  background: radial-gradient(circle, #fff 0 13px, transparent 14px) 0 0 / 122px 28px repeat-x;
}
*/
.speakers::after {
  content: "";
  position: absolute;
  bottom: -210px;
  left: -260px;
  width: 540px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-conic-gradient(from 0deg, rgba(255,255,255,.9) 0 1deg, transparent 1deg 6deg);
  opacity: .8;
}

.speakers-kicker {
  margin-bottom: clamp(30px, 4vw, 58px);
  color: var(--navy);
  font-size: clamp(21px, 1.85vw, 34px);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.speakers-kicker p {
  margin: 0;
}

.section-heading {
  display: flex;
  align-items: baseline;
  gap: 28px;
  max-width: 1370px;
  margin: 0 auto 18px;
}

.section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(26px, 2.25vw, 40px);
  font-weight: 800;
}

.section-heading span {
  color: #fff;
  font-size: clamp(21px, 2vw, 36px);
  font-weight: 600;
}

.speaker-slider {
  position: relative;
  z-index: 1;
  max-width: 1370px;
  margin: 0 auto;
  padding: 70px clamp(40px, 6vw, 132px);
  background: rgba(255, 255, 255, .78);
  border: 2px solid rgba(68, 116, 120, .2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
}

.speaker-track {
  position: relative;
  min-height: clamp(420px, 38vw, 650px);
}

.speaker-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: clamp(46px, 6vw, 112px);
  opacity: 0;
  transform: translateX(28px);
  pointer-events: none;
  transition: opacity .48s ease, transform .48s ease;
}

.speaker-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.speaker-copy {
  min-width: 0;
}

.speaker-topic {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 42px);
  margin-bottom: 40px;
}

.topic-label {
  display: inline-flex;
  align-items: center;
  min-height: 66px;
  margin-left: -120px;
  padding: 7px 26px;
  color: #fff;
  background: var(--blue);
  font-size: clamp(20px, 1.83vw, 27px);
  font-weight: 500;
  line-height: 1;
}

.speaker-copy h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(27px, 2.5vw, 42px);
  font-weight: 700;
  line-height: 1.2;
}

.speaker-name {
  margin: 0;
  color: var(--blue);
  font-size: clamp(30px, 2.75vw, 50px);
  font-weight: 900;
  line-height: 1.1;
}

.speaker-role {
  margin: 10px 0 52px;
  color: var(--navy);
  font-size: clamp(16px, 1.3vw, 25px);
  font-weight: 600;
}

.speaker-bio {
  height: 300px;
  margin: 0;
  padding-right: 16px;
  overflow-y: auto;
  color: #5f6572;
  font-size: clamp(15px, 1.08vw, 22px);
  font-weight: 600;
  line-height: 1.9;
  scrollbar-color: #6ecccc rgba(110, 204, 204, .18);
  scrollbar-width: thin;
}

.speaker-bio::-webkit-scrollbar {
  width: 8px;
}

.speaker-bio::-webkit-scrollbar-track {
  background: rgba(110, 204, 204, .18);
  border-radius: 999px;
}

.speaker-bio::-webkit-scrollbar-thumb {
  background: #6ecccc;
  border-radius: 999px;
}

.speaker-photo {
  position: relative;
  margin: 0;
  background: #fff;
}

.speaker-photo::after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: -16px;
  left: 16px;
  height: 16px;
  background: #28aaff;
}

.speaker-photo::before {
  content: "";
  position: absolute;
  top: 16px;
  right: -16px;
  bottom: -16px;
  width: 16px;
  background: #28aaff;
}

.speaker-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1100 / 740;
  object-fit: cover;
}

.speaker-photo-alt {
  display: grid;
  place-items: center;
  min-height: 380px;
  background: #e8fbfb;
}

.speaker-photo-alt img {
  width: min(58%, 360px);
  aspect-ratio: 1;
  object-fit: contain;
}

.slider-btn {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 40px;
  height: 40px;
  padding: 0 5px;
  background: #4b4e51;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  transform: translateY(-50%);
}

.slider-btn::before {
  content: "";
  position: absolute;
  top: 10px;
  width:17px;
  height:17px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.slider-btn.prev {
  left: calc(50% - 70px);
}

.slider-btn.prev::before {
  left: 16px;
  transform: rotate(-135deg);
}

.slider-btn.next {
  right: max(-82px, -4vw);
}

.slider-btn.next::before {
  right: 16px;
  transform: rotate(45deg);
}

.slider-dots {
  position: absolute;
  right: clamp(24px, 4vw, 76px);
  bottom: 26px;
  display: flex;
  gap: 12px;
}

.slider-dots button {
  width: 13px;
  height: 13px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(7, 27, 77, .3);
  cursor: pointer;
}

.slider-dots button.is-active {
  background: var(--blue);
}

.agenda {
  position: relative;
  overflow: hidden;
  padding-top: clamp(44px, 6vw, 84px);
  padding-bottom: clamp(58px, 8vw, 110px);
  background: linear-gradient(180deg, #b7ecd7 0%, #eefbed 100%);
}

.agenda-bird {
  position: absolute;
  top: clamp(56px, 7vw, 110px);
  z-index: 0;
  width: clamp(92px, 12vw, 162px);
  opacity: .95;
  pointer-events: none;
}

.agenda-bird-left {
  left: clamp(18px, 6vw, 118px);
}

.agenda-bird-right {
  right: clamp(18px, 6vw, 118px);
}

.agenda h2 {
  margin: 0 0 54px;
  color: var(--blue);
  font-size: clamp(26px, 2.15vw, 36px);
  font-weight: 700;
  text-align: center;
}

.agenda-meta {
  margin: 0 auto 58px;
  color: var(--blue);
  font-size: clamp(20px, 1.75vw, 30px);
  font-weight: 700;
  text-align: center;
}
.agenda-meta b {
   color: var(--navy);
}
.agenda-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0 6px;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-size: 16px;
}

.agenda-list {
  position: relative;
  z-index: 1;
  max-width: 1370px;
  margin: 0 auto;
}

.agenda-item {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 32px;
  margin-bottom: 20px;
  padding: 28px 34px 28px 32px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 7px;
  box-shadow: 0 2px 7px rgba(30, 91, 92, .14);
}

.agenda-item time {
  color: var(--navy);
  font-size: clamp(18px, 1.45vw, 25px);
  font-weight: 500;
  line-height: 1.3;
}

.agenda-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 40px;
  margin-bottom: 12px;
  padding: 2px 18px;
  color: #fff;
  background: #6e6e6e;
  border-radius: 4px;
  font-size: clamp(14px, .9vw, 18px);
  letter-spacing: 0;
}

.agenda-item h3 {
  margin: 0;
  padding-bottom: 8px;
  color: var(--blue);
  border-bottom: 1px solid #a8a8a8;
  font-size: clamp(22px, 1.55vw, 27px);
  font-weight: 700;
  line-height: 1.45;
}

.agenda-item p {
  margin: 12px 0 0;
  color: var(--navy);
  font-size: clamp(18px, 1.1vw, 19px);
  line-height: 1.65;
}

.agenda-item.compact {
  align-items: center;
}

.agenda-item.compact h3 {
  padding: 0;
  color: var(--navy);
  border: 0;
  font-weight: 500;
}

.agenda-item.break {
  background: #f5ffd6;
}

.agenda-item.panel {
  padding-bottom: 40px;
}

.register {
  padding-top: clamp(50px, 7vw, 104px);
  padding-bottom: clamp(68px, 8vw, 126px);
  text-align: center;
  background: #fff;
}

.register h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.privacy-box {
  max-width: 1370px;
  margin: 0 auto clamp(70px, 8vw, 90px);
  padding: clamp(28px, 3vw, 54px);
  color: #545454;
  background: #eee;
  text-align: left;
}

.privacy-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}

.register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 10px 44px;
  color: var(--yellow);
  background: var(--blue);
  border-radius: 14px;
  box-shadow: var(--shadow);
  font-size: clamp(20px, 1.7vw, 29px);
  font-weight: 700;
  line-height: 1.2;
}

.register-btn::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 22px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.register-btn:hover {
  background: #0b4191;

}
.site-footer {
  overflow: hidden;
  padding-top: clamp(20px, 1vw, 30px);
  background: #fff;
}

.cityline {
  width: 100%;
  height: auto;
}

.footer-logo {
  width: min(76vw, 817px);
  margin: clamp(48px, 6vw, 86px) auto clamp(52px, 6vw, 96px);
}

.footer-wave {
  width: 70%;
  height: 60px;
  margin: auto;
  background-image: url("../img/mountian@2x.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 70%;
}

#register-now {
    position: fixed;
    display: block;
    bottom: 20%;
    right: 1.25rem;
    width: 10rem;
    aspect-ratio: 1;
    z-index: 1000;
    opacity: 1;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50%;
    filter: drop-shadow(0 4px 10px rgba(7, 24, 70, .14));
    transition: transform .22s ease, filter .22s ease;
}

#register-now:hover {
    transform: translateY(-4px) scale(1.06);
    filter: drop-shadow(0 10px 18px rgba(7, 24, 70, .24));
}

#register-now:active {
    transform: translateY(-1px) scale(.98);
}

#register-now:focus-visible {
    outline: 3px solid rgba(29, 121, 255, .5);
    outline-offset: 5px;
}

.slogan-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity .35s ease;
}

.slogan-slide.is-first {
    animation: sloganSwapFirst 4s steps(1, end) infinite;
}

.slogan-slide.is-second {
    animation: sloganSwapSecond 4s steps(1, end) infinite;
}

@keyframes sloganSwapFirst {
    0%, 49.99% {
        opacity: 1;
    }

    50%, 100% {
        opacity: 0;
    }
}

@keyframes sloganSwapSecond {
    0%, 49.99% {
        opacity: 0;
    }

    50%, 100% {
        opacity: 1;
    }
}

[data-animate] {
  opacity: 0;
  transition: opacity .72s ease, transform .72s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

[data-animate="left"] {
  transform: translate3d(-42px, 0, 0);
}

[data-animate="right"] {
  transform: translate3d(42px, 0, 0);
}

[data-animate="up"] {
  transform: translate3d(0, 46px, 0);
}

[data-animate].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  [data-animate] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1180px) {
  .site-header {
    min-height: 80px;
  }

  .hero-content {
    top: 14%;
  }

  .design-mark {
    top: 5%;
    right: 4%;
  }

  .flow-grid {
    gap: 24px;
  }

  .speaker-slider {
    padding: 52px 42px 72px;
  }

  .speaker-slide {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .speaker-track {
    min-height: 860px;
  }

  .topic-label {
    margin-left: -42px;
  }

  .slider-btn.prev {
    left: 18px;
  }

  .slider-btn.next {
    right: 18px;
  }
}

@media (max-width: 900px) {
  body {
    padding-top: 60px;
  }

  .site-header {
    min-height: 60px;
    padding: 12px 20px;
  }

  .brand img {
    width: 48px;
  }

  .hero-content {
    top: 12%;
    left: 8%;
    right: auto;
    width: 70vw;
  }

  .hero h1 {
    font-size: clamp(31px, 7vw, 56px);
  }

  .hero-subtitle {
    font-size: clamp(14px, 3.4vw, 24px);
  }

  .design-mark {
    top: 5%;
    right: 6%;
    transform: scale(.86);
    transform-origin: top right;
  }

  .hero-birds {
    bottom: 13%;
    left: 4%;
    width: 72vw;
  }

  .hero-time-img {
    width: 66%;
    transform: none;
  }

  .menu-toggle {
    display: block;
    position: absolute;
    top: 7px;
    right: 20px;
    z-index: 32;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 12px 20px 22px;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0 16px 22px rgba(0, 0, 0, .08);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
  }

  .site-header.is-open .site-nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    padding: 13px 4px;
    text-align: center;
  }

  .nav-cta {
    width: 100%;
    min-height: 36px;
    margin-top: 10px;
  }

  .flow-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .flow-card {
    min-height: 310px;
  }

  .section-heading {
    gap: 16px;
  }

  .speaker-track {
    min-height: 820px;
  }

  .speaker-topic {
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 24px;
  }

  .speaker-role {
    margin-bottom: 28px;
  }

  .speaker-bio {
    height: 250px;
  }

  .slider-btn {
    width: 48px;
    height: 54px;
  }

  .slider-btn::before {
    top: 14px;
    width: 22px;
    height: 22px;
  }

  .slider-btn.prev::before {
    left: 17px;
  }

  .slider-btn.next::before {
    right: 17px;
  }

  .agenda-bird {
    display: none;
  }

  .agenda-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .section-pad {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-content {
    top: clamp(88px, 15.5%, 132px);
    left: 8%;
    width: 84vw;
  }

  .hero h1 {
    font-size: clamp(32px, 8.7vw, 42px);
    line-height: 1.18;
  }

  .hero h1 .hero-title-blue {
    font-size: clamp(36px, 9.6vw, 48px);
  }

  .hero h1 .hero-title-blue::after {
    flex-basis: clamp(70px, 27vw, 160px);
    min-width: 70px;
    height: 1px;
  }

  .hero h1 .mobile-break {
    display: inline;
  }

  .hero-subtitle {
    margin-bottom: 10px;
    font-size: clamp(12px, 3.25vw, 15px);
  }

  .hero-time-img {
    width: 74%;
    margin-top: 12px;
  }

  .design-mark {
    display: block;
    top: 5%;
    right: 5%;
    width: clamp(98px, 30vw, 132px);
    transform: none;
  }

  .hero-birds {
    bottom: 13%;
    width: 78vw;
  }

  .hero-slogan {
    right: 6%;
    bottom: 10%;
    width: 28vw;
    min-width: 88px;
  }

  .intro-copy p:not(.lead) {
    text-align: center;
  }

  .lead {
    max-width: 15.5em;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(17px, 5vw, 20px);
    line-height: 1.45;
    word-break: break-all;
  }

  .flow h2 {
    letter-spacing: 0;
  }

  .flow-grid {
    max-width: 442px;
  }

  .flow-card {
    min-height: 264px;
    padding: 31px 22px;
  }

  .flow-card img {
    width: clamp(119px, 35vw, 187px);
    height: clamp(119px, 35vw, 187px);
    margin-bottom: 32px;
  }

  .speakers {
    padding-top: 34px;
  }

  .speakers-kicker {
    margin-bottom: 28px;
  }

  .speaker-slider {
    padding: 30px 22px 70px;
  }

  .speaker-track {
    min-height: 830px;
  }

  .speaker-slide {
    display: flex;
    flex-direction: column;
  }

  .speaker-photo {
    order: -1;
    width: 100%;
  }

  .topic-label {
    min-height: 41px;
    margin-left: -22px;
    padding: 5px 19px;
  }

  .speaker-photo::before,
  .speaker-photo::after {
    display: none;
  }

  .speaker-photo-alt {
    min-height: 240px;
  }

  .slider-btn {
    top: clamp(118px, 35vw, 168px);
    bottom: auto;
    width: 24px;
    height: 27px;
    border-radius: 4px;
    transform: translateY(-50%);
  }

  .slider-btn.prev {
    left: 12px;
  }

  .slider-btn.next {
    right: 12px;
  }

  .slider-btn::before {
    top: 7px;
    width: 11px;
    height: 11px;
    border-width: 2px;
  }

  .slider-btn.prev::before {
    left: 9px;
  }

  .slider-btn.next::before {
    right: 9px;
  }

  .slider-dots {
    right: 50%;
    bottom: 38px;
    transform: translateX(50%);
  }

  .agenda-meta {
    margin-bottom: 34px;
    line-height: 1.5;
  }

  .agenda-item {
    padding: 22px 20px;
  }

  .agenda-item span {
    min-width: 77px;
    min-height: 32px;
    margin-bottom: 10px;
    padding: 2px 14px;
    font-size: 12px;
  }

  .privacy-box {
    min-height: auto;
  }

  .register-btn {
    width: 100%;
    min-height: 72px;
    padding: 12px 20px;
  }

  .footer-logo {
    width: 92vw;
  }
  .footer-wave {
  width: 100%;
  height: 40px;
  background-size: auto 70%;
}
  #register-now {
    right: .5rem;
    bottom: 9%;
    width: 8.7rem;
  }
}
