@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap');
@import url('./nav-shared.css');

.w-webflow-badge {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:root {
  --font-body: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-heading: "Sora", "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body.template-webflow-home {
  min-height: 100%;
  position: relative;
  background: #070d1a;
  background-image: none !important;
  color: #edf4ff;
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0.005em;
}

body.template-webflow-home .main {
  background-color: transparent !important;
  background-image: none !important;
}

body.template-webflow-home input,
body.template-webflow-home button,
body.template-webflow-home textarea,
body.template-webflow-home select {
  font-family: var(--font-body);
}

body.template-webflow-home h1,
body.template-webflow-home h2,
body.template-webflow-home h3,
body.template-webflow-home h4,
body.template-webflow-home h5,
body.template-webflow-home h6,
body.template-webflow-home .header__nav-link,
body.template-webflow-home .menu__nav-link,
body.template-webflow-home .footer__nav-link,
body.template-webflow-home .header__login,
body.template-webflow-home .lab-brand-text,
body.template-webflow-home .hero__heading.hero__heading--lab,
body.template-webflow-home .visit__card-title,
body.template-webflow-home .lab-section-title,
body.template-webflow-home .home-pub-title,
body.template-webflow-home .publication-feed__title {
  font-family: var(--font-heading);
}

.page-wrap {
  position: relative;
  isolation: isolate;
}

.content {
  max-width: 1200px;
}

.page-wrap::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(1600px 900px at 82% -18%, rgba(66, 136, 212, 0.32), rgba(66, 136, 212, 0) 64%),
    radial-gradient(1400px 900px at 8% -22%, rgba(35, 88, 155, 0.26), rgba(35, 88, 155, 0) 66%),
    linear-gradient(180deg, #070d1a 0%, #081325 58%, #0a1629 100%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  background: transparent;
  background-image: none !important;
}

.section.section--hero {
  padding-top: 160px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.section.section--hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(7, 11, 20, 0.9) 0%, rgba(7, 11, 20, 0.78) 34%, rgba(7, 11, 20, 0.46) 60%, rgba(7, 11, 20, 0.32) 100%),
    radial-gradient(circle at 84% 16%, rgba(98, 188, 255, 0.28), rgba(98, 188, 255, 0) 52%),
    url('/images/hero.png');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  background-position: center, center, center right;
  opacity: 0.96;
  z-index: 0;
}

.section.section--hero .content {
  position: relative;
  z-index: 1;
}

.header-absolute {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 90;
  top: 16px;
}

.header__columns {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  padding: 0;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease, -webkit-backdrop-filter 180ms ease, padding 180ms ease, border-radius 180ms ease;
}

.header-absolute.is-scrolled .header__columns {
  border-color: rgba(120, 188, 236, 0.32);
  border-radius: 14px;
  background: rgba(10, 27, 45, 0.48);
  -webkit-backdrop-filter: blur(6px) saturate(125%);
  backdrop-filter: blur(6px) saturate(125%);
  box-shadow: 0 10px 24px rgba(2, 12, 24, 0.22);
  padding: 10px 14px;
}

.header__logo,
.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.header__logo {
  gap: 0;
}

.lab-logo {
  display: block;
  width: auto;
  height: auto;
  border-radius: 8px;
  box-shadow: none;
}

.lab-logo--header {
  width: 48px;
  height: 48px;
}

.lab-logo--footer {
  width: 36px;
  height: 36px;
}

.lab-brand-text {
  color: #f1f7ff;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.lab-brand-text--footer {
  font-size: 1.08rem;
}

.header .lab-brand-text {
  display: none;
}

.header__nav-link,
.header__login,
.menu__nav-link,
.footer__nav-link {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: var(--lab-nav-font-size);
  letter-spacing: var(--lab-nav-letter-spacing);
}

.header__nav .header__nav-link {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: var(--lab-nav-gap);
  flex-wrap: wrap;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.32rem 0.65rem;
  border: 1px solid rgba(151, 213, 255, 0.5);
  border-radius: 999px;
  background: rgba(26, 67, 104, 0.36);
  color: #eef7ff;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.theme-toggle:hover {
  border-color: rgba(198, 231, 255, 0.9);
  background: rgba(63, 126, 182, 0.45);
}

.theme-toggle:focus-visible {
  outline: 2px solid rgba(187, 228, 255, 0.92);
  outline-offset: 2px;
}

.theme-toggle__icon {
  font-size: 0.9rem;
  line-height: 1;
}

.theme-toggle--header {
  margin-left: 2px;
}

.theme-toggle--menu {
  margin-top: 16px;
  align-self: flex-start;
}

.header__nav-link:hover,
.header__login:hover,
.menu__nav-link:hover,
.footer__nav-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.header__nav-link:focus,
.header__login:focus,
.menu__nav-link:focus,
.footer__nav-link:focus {
  text-decoration: none;
}

[data-anim="link"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 0;
  background: #ffffff;
  transition: height 220ms ease;
}

[data-anim="link"]:hover::after {
  height: 4px;
}

.header__humburger-line {
  background-color: #d8ebff;
}

.hero__content--lab {
  max-width: 980px;
  padding-left: 0;
}

.hero-pill {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border: 1px solid rgba(109, 194, 255, 0.6);
  border-radius: 999px;
  font-size: 0.84rem;
  line-height: 1;
  background: rgba(38, 107, 164, 0.34);
  color: #e6f4ff;
}

.hero__heading.hero__heading--lab {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: clamp(3rem, 9vw, 5.2rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: none;
}

.lab-hero-text {
  max-width: 1080px;
  margin-bottom: 0;
  font-size: clamp(0.98rem, 1.3vw, 1.14rem);
  line-height: 1.6;
  text-align: justify;
  color: #cfdef0;
}

.lab-hero-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  max-width: 1040px;
}

.lab-hero-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(118, 187, 240, 0.42);
  background: rgba(24, 69, 108, 0.32);
  color: #d8ecff;
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

.lab-hero-details {
  display: grid;
  gap: 10px;
  max-width: 1030px;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: max-height 320ms ease, opacity 220ms ease, transform 220ms ease, margin-top 220ms ease;
}

.hero__content--lab:hover .lab-hero-details,
.hero__content--lab:focus-within .lab-hero-details {
  margin-top: 14px;
  max-height: 720px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lab-hero-detail {
  margin: 0;
  font-size: clamp(0.92rem, 1.1vw, 1rem);
  line-height: 1.62;
  text-align: justify;
  color: rgba(194, 218, 243, 0.9);
}

.lab-hero-detail a {
  color: #b7dcff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lab-hero-detail a:hover {
  color: #ffffff;
}

.sprite-mark {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: 0.01em;
  color: #f0f8ff;
}

.sprite-mark--s {
  color: #89cbff;
}

.sprite-mark--pri {
  color: #82e8d7;
}

.sprite-mark--t {
  color: #9eb9ff;
}

.sprite-mark--e {
  color: #ffc4a9;
}

.hero__btn-wrap {
  margin-top: 26px;
}

.btn.btn--hero {
  border-color: rgba(116, 188, 255, 0.54);
  background-image: linear-gradient(135deg, #2969ab, #2e8eaf);
}

.btn.btn--hero:hover {
  background-image: linear-gradient(135deg, #337ac5, #37a6c8);
}

.visit__content {
  display: block;
}

.visit__content h2,
.home-section-heading,
.section-heading,
.heading--size-98 {
  margin-bottom: 20px;
}

.home-section-heading,
.section-heading {
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  line-height: 1.2;
}

.lab-area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lab-area-grid .visit__card {
  margin-left: 0;
  max-width: none;
  min-height: 194px;
  background: rgba(16, 41, 73, 0.86);
  border-color: rgba(116, 188, 255, 0.32);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
  justify-content: flex-start;
}

.lab-area-grid .visit__card.mod--first {
  min-height: 194px;
  margin-left: 0;
  background:
    radial-gradient(circle at 92% -28%, rgba(53, 141, 224, 0.56), rgba(53, 141, 224, 0) 68%),
    rgba(16, 41, 73, 0.92);
  text-align: left;
  align-items: flex-start;
}

.lab-area-grid .visit__card:hover,
.lab-area-grid .visit__card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(148, 210, 255, 0.76);
  box-shadow: 0 16px 36px rgba(3, 10, 22, 0.4);
}

.lab-area-grid .visit__card:hover .area-icon,
.lab-area-grid .visit__card:focus-within .area-icon {
  background: rgba(73, 184, 255, 0.24);
  border-color: rgba(166, 219, 255, 0.9);
}

.area-card .visit__card-title {
  margin-top: 12px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 1.14rem;
  line-height: 1.2;
}

.area-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(133, 198, 255, 0.48);
  background:
    radial-gradient(circle at 24% 20%, rgba(171, 224, 255, 0.36), rgba(171, 224, 255, 0) 55%),
    rgba(73, 184, 255, 0.12);
  box-shadow: inset 0 0 24px rgba(133, 198, 255, 0.12);
}

.area-icon svg {
  width: 32px;
  height: 32px;
  stroke: #8bcfff;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.area-paper-list {
  display: grid;
  gap: 8px;
  width: 100%;
  margin-top: 12px;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 220ms ease, max-height 280ms ease, transform 220ms ease, visibility 220ms ease;
}

.area-paper-list a {
  display: inline-flex;
  align-items: center;
  color: rgba(205, 230, 252, 0.9);
  font-size: 0.88rem;
  line-height: 1.35;
  text-decoration: none;
}

.area-paper-list a::before {
  content: "•";
  margin-right: 8px;
  color: rgba(154, 214, 255, 0.95);
}

.area-paper-list a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lab-area-grid .visit__card:hover .area-paper-list,
.lab-area-grid .visit__card:focus-within .area-paper-list,
.research-blend-card.featured-carousel__slide:hover .area-paper-list,
.research-blend-card.featured-carousel__slide:focus-within .area-paper-list {
  opacity: 1;
  visibility: visible;
  max-height: 220px;
  pointer-events: auto;
  transform: translateY(0);
}

.lab-area-grid .area-card:nth-child(1) .area-icon {
  background:
    radial-gradient(circle at 22% 18%, rgba(171, 224, 255, 0.32), rgba(171, 224, 255, 0) 55%),
    rgba(93, 163, 255, 0.2);
}

.lab-area-grid .area-card:nth-child(2) .area-icon {
  background:
    radial-gradient(circle at 22% 18%, rgba(191, 243, 236, 0.3), rgba(171, 224, 255, 0) 55%),
    rgba(72, 212, 202, 0.18);
}

.lab-area-grid .area-card:nth-child(3) .area-icon {
  background:
    radial-gradient(circle at 22% 18%, rgba(206, 218, 255, 0.36), rgba(171, 224, 255, 0) 55%),
    rgba(151, 177, 255, 0.2);
}

.lab-area-grid .area-card:nth-child(4) .area-icon {
  background:
    radial-gradient(circle at 22% 18%, rgba(193, 220, 255, 0.34), rgba(171, 224, 255, 0) 55%),
    rgba(88, 150, 255, 0.2);
}

.lab-area-grid .area-card:nth-child(5) .area-icon {
  background:
    radial-gradient(circle at 22% 18%, rgba(198, 237, 255, 0.34), rgba(171, 224, 255, 0) 55%),
    rgba(95, 208, 255, 0.2);
}

.lab-area-grid .area-card:nth-child(6) .area-icon {
  background:
    radial-gradient(circle at 22% 18%, rgba(198, 220, 255, 0.34), rgba(171, 224, 255, 0) 55%),
    rgba(113, 176, 255, 0.2);
}

.section--research-frosted {
  padding-top: 24px;
}

.research-blend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-project-card {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(155deg, rgba(10, 24, 41, 0.66), rgba(15, 35, 58, 0.58));
  box-shadow: 0 10px 24px rgba(3, 16, 32, 0.3);
  display: flex;
  flex-direction: column;
}

.home-project-card > img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.home-project-card__body {
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.home-project-card__body h3 {
  margin: 0 0 7px;
  font-size: 1.02rem;
  line-height: 1.28;
}

.home-project-card__body p {
  margin: 0 0 10px;
  font-size: 0.88rem;
  color: rgba(222, 238, 255, 0.86);
  line-height: 1.45;
}

.home-project-card__body a {
  color: #dff1ff;
  font-size: 0.84rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(181, 225, 255, 0.6);
  margin-top: auto;
  align-self: flex-start;
}

.home-project-card__body a:hover {
  color: #ffffff;
  border-bottom-color: rgba(220, 242, 255, 0.9);
}

.research-blend-card.featured-carousel__slide {
  min-width: 0;
  min-height: 180px;
  border: 1px solid rgba(128, 193, 241, 0.34);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 14px 30px rgba(2, 14, 29, 0.3);
  overflow: hidden;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease, background 240ms ease;
}

.research-blend-card.featured-carousel__slide::before {
  border-radius: 22px;
  opacity: 0.5;
}

.research-blend-card.featured-carousel__slide:hover,
.research-blend-card.featured-carousel__slide:focus-within {
  transform: translateY(-5px);
  border-color: rgba(178, 222, 255, 0.84);
  box-shadow: 0 18px 34px rgba(3, 16, 32, 0.38);
}

.research-blend-card.featured-carousel__slide h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.2;
}

.research-area-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 0;
  background: none;
}

.research-area-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.research-area-icon--iot {
  color: #69d7ff;
  filter: drop-shadow(0 0 8px rgba(105, 215, 255, 0.35));
}

.research-area-icon--adv {
  color: #55e5cb;
  filter: drop-shadow(0 0 8px rgba(85, 229, 203, 0.35));
}

.research-area-icon--web {
  color: #8ea9ff;
  filter: drop-shadow(0 0 8px rgba(142, 169, 255, 0.34));
}

.research-area-icon--block {
  color: #73c5ff;
  filter: drop-shadow(0 0 8px rgba(115, 197, 255, 0.34));
}

.research-area-icon--human {
  color: #ff93bb;
  filter: drop-shadow(0 0 8px rgba(255, 147, 187, 0.33));
}

.research-area-icon--ai {
  color: #7dd9ff;
  filter: drop-shadow(0 0 8px rgba(125, 217, 255, 0.33));
}

.research-blend-card.featured-carousel__slide .area-paper-list {
  margin-top: 12px;
}

.section.section--media {
  overflow: hidden;
}

.section.section--media .content {
  display: block;
}

.media__content.media__content--lab {
  display: block;
  position: relative;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.lab-section-title {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(2.1rem, 4.6vw, 3.8rem);
  line-height: 1.04;
  color: #f2f8ff;
}

.media__content.media__content--lab .media__desc-wrap {
  position: static;
  max-width: 860px;
  margin-bottom: 10px;
}

.media__desc {
  margin-bottom: 8px;
  color: rgba(217, 234, 252, 0.8);
}

.featured-carousel {
  position: relative;
  margin-top: 10px;
}

.featured-carousel__viewport {
  overflow: hidden;
  border-radius: 20px;
}

.featured-carousel__track {
  display: flex;
  transition: transform 520ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.featured-carousel__slide {
  position: relative;
  min-width: 100%;
  min-height: 230px;
  border: 1px solid rgba(122, 182, 233, 0.22);
  border-radius: 20px;
  padding: 20px;
  background:
    radial-gradient(circle at 90% -10%, rgba(88, 194, 255, 0.12), rgba(88, 194, 255, 0) 42%),
    linear-gradient(145deg, rgba(10, 24, 41, 0.44), rgba(15, 35, 58, 0.38));
  box-shadow: inset 0 0 0 1px rgba(142, 196, 242, 0.05);
  transition: background 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.featured-carousel__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.featured-carousel__slide--with-image .featured-carousel__content {
  grid-template-columns: minmax(240px, 34%) minmax(0, 1fr);
  align-items: start;
  min-height: 0;
}

.featured-carousel__media {
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  border: 1px solid rgba(146, 209, 255, 0.34);
  overflow: hidden;
  background: rgba(8, 20, 35, 0.45);
  line-height: 0;
}

.featured-carousel__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
  display: block !important;
}

.featured-carousel__text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-carousel__slide.active {
  border-color: rgba(144, 199, 244, 0.3);
  background:
    radial-gradient(circle at 88% -10%, rgba(110, 203, 255, 0.16), rgba(110, 203, 255, 0) 46%),
    linear-gradient(145deg, rgba(10, 24, 41, 0.5), rgba(15, 35, 58, 0.42));
  box-shadow: inset 0 0 0 1px rgba(162, 211, 250, 0.08);
}

.featured-carousel__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 22%, rgba(177, 227, 255, 0.1) 0 2px, transparent 3px),
    linear-gradient(125deg, transparent 37%, rgba(130, 203, 255, 0.12) 37.2%, rgba(130, 203, 255, 0.12) 37.45%, transparent 37.7%);
  opacity: 0.45;
}

.featured-carousel__slide[data-accent="infrastructure"] {
  background:
    radial-gradient(circle at 88% -20%, rgba(64, 170, 255, 0.12), rgba(64, 170, 255, 0) 42%),
    linear-gradient(145deg, rgba(10, 24, 41, 0.4), rgba(15, 35, 58, 0.32));
}

.featured-carousel__slide[data-accent="llm"] {
  background:
    radial-gradient(circle at 88% -20%, rgba(68, 227, 205, 0.1), rgba(68, 227, 205, 0) 45%),
    linear-gradient(145deg, rgba(10, 24, 41, 0.4), rgba(15, 35, 58, 0.32));
}

.featured-carousel__slide[data-accent="voice"] {
  background:
    radial-gradient(circle at 88% -20%, rgba(130, 180, 255, 0.12), rgba(130, 180, 255, 0) 45%),
    linear-gradient(145deg, rgba(10, 24, 41, 0.4), rgba(15, 35, 58, 0.32));
}

.featured-carousel__slide h3 {
  margin: 2px 0 8px;
  color: #f4f9ff;
  font-size: clamp(1.02rem, 1.6vw, 1.32rem);
  line-height: 1.2;
}

.featured-carousel__slide p {
  max-width: 58ch;
  margin: 0 0 14px;
  color: rgba(219, 236, 255, 0.84);
  font-size: 0.98rem;
  line-height: 1.5;
}

.featured-carousel__text > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: fit-content !important;
  min-width: 0 !important;
  border: 1px solid rgba(146, 209, 255, 0.6);
  border-radius: 999px;
  padding: 8px 14px;
  color: #e8f5ff;
  text-decoration: none;
  transition: all 220ms ease;
}

.featured-carousel__text > a:hover {
  border-color: rgba(193, 231, 255, 0.95);
  background: rgba(112, 194, 255, 0.16);
}

.featured-carousel__btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(146, 209, 255, 0.62);
  border-radius: 999px;
  background: rgba(15, 44, 78, 0.82);
  color: #e9f4ff;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 220ms ease;
}

.featured-carousel__btn--prev {
  left: 12px;
}

.featured-carousel__btn--next {
  right: 12px;
}

.featured-carousel__btn:hover {
  background: rgba(41, 108, 170, 0.9);
  border-color: rgba(182, 226, 255, 0.9);
}

.featured-carousel__btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.featured-carousel__dots {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.featured-carousel__dots button {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: all 220ms ease;
  position: relative;
}

.featured-carousel__dots button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(149, 201, 243, 0.45);
}

.featured-carousel__dots button.active::before {
  width: 18px;
  background: rgba(186, 230, 255, 0.95);
}

.update-tag {
  display: inline-block;
  margin-bottom: 6px;
  color: #9fd7ff;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-heading-wrap {
  margin-bottom: 16px;
}

.section-more {
  margin-top: 16px;
  text-align: left;
}

#recent-publications .section-more .btn.btn--slim.w-button,
#recent-projects .section-more .btn.btn--slim.w-button {
  min-width: auto;
  border-radius: 999px;
  padding: 11px 24px;
}

.publication-feed__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-pub-item,
.publication-feed__item {
  color: rgba(216, 234, 251, 0.76);
  border: 0;
  border-bottom: 1px dashed rgba(111, 180, 228, 0.42);
  border-radius: 0;
  background: transparent;
  transition: background-color 220ms ease, color 220ms ease;
}

.home-pub-item.mod--first,
.publication-feed__item.mod--first {
  border-top: 1px dashed rgba(111, 180, 228, 0.42);
}

.home-pub-item:hover,
.home-pub-item:focus-within,
.publication-feed__item:hover,
.publication-feed__item:focus-within {
  background-color: rgba(53, 126, 191, 0.17);
  color: rgba(233, 245, 255, 0.95);
}

.home-pub-title,
.publication-feed__title {
  color: #ffffff;
}

.home-pub-summary {
  color: rgba(216, 234, 251, 0.78);
}

.home-pub-type,
.publication-feed__meta {
  color: #a2d7ff;
}

.lab-pub-list .home-pub-item,
.lab-pub-list .publication-feed__item {
  display: block;
  padding: 0;
}

.lab-pub-link {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 14px 10px;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.lab-pub-link:hover .home-pub-title,
.lab-pub-link:hover .publication-feed__title {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(168, 220, 255, 0.75);
  text-underline-offset: 4px;
}

.lab-pub-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(8, 18, 31, 0.52);
  border: 1px solid rgba(116, 188, 255, 0.36);
  padding: 4px;
  flex: 0 0 auto;
}

.lab-pub-body {
  flex: 1 1 auto;
  min-width: 0;
}

.lab-pub-body .home-pub-title,
.lab-pub-body .publication-feed__title {
  margin: 0 0 4px;
  font-size: clamp(0.98rem, 1.25vw, 1.18rem);
  line-height: 1.16;
}

.lab-pub-fulltitle {
  margin: 0 0 6px;
  font-size: 0.74rem;
  line-height: 1.24;
  color: rgba(186, 213, 238, 0.86);
}

.lab-pub-body .home-pub-summary {
  margin: 0;
}

.home-pub-venue,
.publication-feed__venue {
  color: #9fc5e8;
  flex: 0 0 auto;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.section--prospective {
  padding-top: 20px;
  padding-bottom: 34px;
}

#recent-projects.section {
  padding-bottom: 34px;
}

#recent-publications.section {
  padding-top: 34px;
}

.lab-prospective {
  width: 100%;
  padding-top: 0;
}

.lab-prospective .home-section-heading,
.lab-prospective .section-heading {
  margin-bottom: 12px;
}

.lab-prospective p {
  margin: 0;
  max-width: none;
  width: 100%;
  font-size: 1rem;
  line-height: 1.62;
  text-align: justify;
  color: rgba(205, 225, 244, 0.92);
}

.lab-prospective p a {
  color: #b7dcff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lab-prospective p a:hover {
  color: #ffffff;
}

.lab-prospective .btn {
  margin-top: 14px;
}

.lab-resource-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  text-decoration: none !important;
}

.lab-resource-link__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(10, 27, 43, 0.82);
  border: 1px solid rgba(131, 188, 241, 0.26);
}

.lab-resource-link__icon {
  width: 22px;
  height: 22px;
  display: block;
}

.footer.footer--lab {
  background: transparent;
}

.footer .content.mod--footer {
  border-top: 0;
  padding-top: 10px;
  padding-bottom: 16px;
}

.footer__simple {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  gap: 10px;
}

.footer__logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.footer__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.footer__logo {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 6px;
}

.footer__copyright-line {
  color: rgba(227, 240, 255, 0.88);
  text-transform: none;
  letter-spacing: 0.01em;
  text-align: center;
}

.menu {
  z-index: 89;
}

.menu__content {
  background-color: #132845;
  background-image:
    radial-gradient(circle farthest-side at -30% 130%, rgba(53, 141, 224, 0.46), rgba(53, 141, 224, 0) 52%),
    radial-gradient(circle farthest-side at 150% -30%, rgba(53, 141, 224, 0.42), rgba(53, 141, 224, 0) 52%);
}

@media screen and (max-width: 991px) {
  .header__col.col--2,
  .header__col.col--3 {
    display: none;
  }

  .header__humburger-wrap {
    display: block;
  }

  .theme-toggle--header {
    display: none;
  }

  .lab-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .research-blend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .area-paper-list {
    opacity: 1;
    visibility: visible;
    max-height: 220px;
    pointer-events: auto;
    transform: translateY(0);
  }

  .featured-carousel__btn {
    width: 40px;
    height: 40px;
    font-size: 1.35rem;
  }

  .media__content.media__content--lab {
    min-height: auto;
  }

  .lab-hero-details {
    margin-top: 12px;
    max-height: none;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    transform: none;
  }

  .section--prospective {
    padding-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .header-absolute {
    top: 10px;
  }

  .header-absolute.is-scrolled .header__columns {
    border-radius: 12px;
    padding: 8px 10px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #recent-projects.section {
    padding-bottom: 26px;
  }

  #recent-publications.section {
    padding-top: 26px;
  }

  .section.section--hero {
    padding-top: 106px;
    padding-bottom: 28px;
  }

  .section.section--hero::before {
    background-position: center, center, center;
  }

  .hero-pill {
    font-size: 0.72rem;
    padding: 5px 10px;
  }

  .lab-hero-text {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .lab-hero-chip-row {
    margin-top: 10px;
    gap: 6px;
  }

  .lab-hero-chip {
    font-size: 0.72rem;
    padding: 4px 8px;
  }

  .lab-hero-details {
    margin-top: 12px;
    gap: 8px;
  }

  .lab-hero-detail {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .lab-prospective p {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .lab-area-grid {
    grid-template-columns: 1fr;
  }

  .research-blend-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-projects-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-project-card > img {
    height: 156px;
  }

  .research-blend-card.featured-carousel__slide {
    min-height: 196px;
    border-radius: 18px;
    padding: 18px;
  }

  .research-blend-card.featured-carousel__slide::before {
    border-radius: 18px;
  }

  .research-area-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
  }

  .research-area-icon svg {
    width: 36px;
    height: 36px;
  }

  .area-icon {
    width: 52px;
    height: 52px;
  }

  .area-icon svg {
    width: 28px;
    height: 28px;
  }

  .lab-logo--header {
    width: 44px;
    height: 44px;
  }

  .lab-brand-text {
    font-size: 1.04rem;
  }

  .lab-pub-link {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-areas:
      "icon body"
      "icon venue";
    column-gap: 10px;
    row-gap: 6px;
    align-items: start;
    padding: 14px 0;
  }

  .lab-pub-icon {
    grid-area: icon;
    width: 42px;
    height: 42px;
  }

  .lab-pub-body {
    grid-area: body;
  }

  .lab-pub-body .home-pub-title,
  .lab-pub-body .publication-feed__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lab-pub-fulltitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
    font-size: 0.7rem;
    line-height: 1.2;
  }

  .home-pub-venue,
  .publication-feed__venue {
    grid-area: venue;
    justify-self: start;
    font-size: 0.8rem;
    white-space: normal;
    line-height: 1.35;
  }

  .featured-carousel__slide {
    min-height: 260px;
    padding: 18px;
    border-radius: 16px;
  }

  .featured-carousel__slide--with-image .featured-carousel__content {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
  }

  .featured-carousel__media {
    aspect-ratio: 16 / 9;
    height: auto !important;
    min-height: 0 !important;
  }

  .featured-carousel__text {
    justify-content: flex-start;
  }

  .featured-carousel__slide h3 {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .featured-carousel__slide p {
    font-size: 0.98rem;
  }

  .featured-carousel__btn--prev {
    left: 8px;
  }

  .featured-carousel__btn--next {
    right: 8px;
  }

  .media__content.media__content--lab {
    padding: 20px;
  }
}

/* Theme: light mode overrides */
html[data-theme="light"] body.template-webflow-home {
  background: #e7eef7;
  background-image: none !important;
  color: #16324e;
}

html[data-theme="light"] .page-wrap::before {
  background-image:
    radial-gradient(1500px 900px at 84% -18%, rgba(96, 160, 219, 0.24), rgba(96, 160, 219, 0) 62%),
    radial-gradient(1300px 860px at 7% -18%, rgba(146, 192, 233, 0.28), rgba(146, 192, 233, 0) 66%),
    linear-gradient(180deg, #f2f7fd 0%, #e6eef7 60%, #e0e9f4 100%);
}

html[data-theme="light"] .section.section--hero::before {
  background-image:
    linear-gradient(90deg, rgba(245, 250, 255, 0.94) 0%, rgba(245, 250, 255, 0.84) 35%, rgba(245, 250, 255, 0.62) 60%, rgba(245, 250, 255, 0.4) 100%),
    radial-gradient(circle at 84% 16%, rgba(98, 188, 255, 0.2), rgba(98, 188, 255, 0) 52%),
    url('/images/hero.png');
}

html[data-theme="light"] .header__nav-link,
html[data-theme="light"] .header__login,
html[data-theme="light"] .menu__nav-link,
html[data-theme="light"] .footer__nav-link {
  color: #0f3558;
  opacity: 1;
  font-weight: 600;
}

[data-anim="link"][aria-current="page"] {
  font-weight: 700;
}

[data-anim="link"][aria-current="page"]::after {
  height: 4px;
}

html[data-theme="light"] [data-anim="link"]::after {
  background: #2d5f8f;
}

html[data-theme="light"] [data-anim="link"][aria-current="page"] {
  color: #0b2e50;
  font-weight: 700;
}

html[data-theme="light"] .header__humburger-line {
  background-color: #285882;
}

html[data-theme="light"] .header-absolute.is-scrolled .header__columns {
  border-color: rgba(89, 150, 201, 0.52);
  background: rgba(236, 245, 255, 0.9);
  box-shadow: 0 10px 22px rgba(66, 97, 131, 0.14);
}

html[data-theme="light"] .theme-toggle {
  border-color: rgba(67, 126, 182, 0.42);
  background: rgba(236, 244, 252, 0.94);
  color: #174266;
}

html[data-theme="light"] .theme-toggle:hover {
  border-color: rgba(58, 120, 178, 0.62);
  background: rgba(218, 234, 248, 0.98);
}

html[data-theme="light"] .header__columns {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

html[data-theme="light"] .hero-pill {
  border-color: rgba(84, 145, 198, 0.62);
  background: rgba(229, 241, 252, 0.96);
  color: #133f63;
}

html[data-theme="light"] .hero__heading.hero__heading--lab,
html[data-theme="light"] .lab-hero-title-line {
  color: #123253;
}

html[data-theme="light"] .lab-hero-text,
html[data-theme="light"] .lab-hero-detail {
  color: rgba(20, 50, 79, 0.96);
}

html[data-theme="light"] .lab-hero-chip {
  border-color: rgba(99, 156, 203, 0.5);
  background: rgba(207, 227, 244, 0.8);
  color: #1b527f;
}

html[data-theme="light"] .sprite-mark--s {
  color: #1f5b92;
}

html[data-theme="light"] .sprite-mark--pri {
  color: #18695f;
}

html[data-theme="light"] .sprite-mark--t {
  color: #2f4f94;
}

html[data-theme="light"] .sprite-mark--e {
  color: #8b4b24;
}

html[data-theme="light"] .lab-hero-detail a {
  color: #1d5f95;
}

html[data-theme="light"] .lab-hero-detail a:hover {
  color: #0f3559;
}

html[data-theme="light"] .home-section-heading,
html[data-theme="light"] .section-heading,
html[data-theme="light"] .lab-section-title {
  color: #0f2f4d;
}

html[data-theme="light"] .lab-area-grid .visit__card,
html[data-theme="light"] .research-blend-card.featured-carousel__slide,
html[data-theme="light"] .featured-carousel__slide,
html[data-theme="light"] .home-project-card,
html[data-theme="light"] .home-pub-item,
html[data-theme="light"] .publication-feed__item {
  border-color: rgba(122, 173, 215, 0.32);
  background:
    radial-gradient(circle at 88% -14%, rgba(123, 196, 247, 0.14), rgba(123, 196, 247, 0) 44%),
    rgba(235, 244, 252, 0.88);
  box-shadow: 0 12px 30px rgba(64, 94, 130, 0.1);
}

html[data-theme="light"] .visit__card-title,
html[data-theme="light"] .home-project-card__body h3,
html[data-theme="light"] .home-pub-title,
html[data-theme="light"] .publication-feed__title,
html[data-theme="light"] .featured-carousel__slide h3 {
  color: #0f2f4d;
}

html[data-theme="light"] .home-pub-summary,
html[data-theme="light"] .home-project-card__body p,
html[data-theme="light"] .publication-feed__meta,
html[data-theme="light"] .lab-pub-fulltitle,
html[data-theme="light"] .featured-carousel__slide p,
html[data-theme="light"] .home-pub-venue,
html[data-theme="light"] .publication-feed__venue,
html[data-theme="light"] .lab-prospective p {
  color: rgba(24, 52, 80, 0.9);
}

html[data-theme="light"] .update-tag {
  color: #286397;
  font-weight: 700;
}

html[data-theme="light"] .featured-carousel__text > a {
  border-color: rgba(70, 129, 184, 0.72);
  background: rgba(94, 156, 210, 0.18);
  color: #13466f;
  font-weight: 600;
}

html[data-theme="light"] .featured-carousel__text > a:hover {
  border-color: rgba(50, 110, 166, 0.9);
  background: rgba(77, 141, 198, 0.28);
  color: #0f3658;
}

html[data-theme="light"] .featured-carousel__text > a:focus-visible,
html[data-theme="light"] .btn.btn--slim.w-button:focus-visible,
html[data-theme="light"] .lab-prospective p a:focus-visible,
html[data-theme="light"] .area-paper-list a:focus-visible {
  outline: 2px solid rgba(46, 108, 165, 0.95);
  outline-offset: 2px;
}

html[data-theme="light"] .featured-carousel__btn {
  border-color: rgba(98, 152, 201, 0.48);
  background: rgba(237, 246, 255, 0.9);
  color: #19486f;
}

html[data-theme="light"] .featured-carousel__btn:hover {
  border-color: rgba(74, 129, 180, 0.66);
  background: rgba(220, 236, 250, 0.96);
}

html[data-theme="light"] .featured-carousel__dots button::before {
  background: rgba(116, 168, 211, 0.62);
}

html[data-theme="light"] .featured-carousel__dots button.active::before {
  background: #3f7cb4;
}

html[data-theme="light"] .lab-pub-icon {
  border-color: rgba(98, 152, 201, 0.4);
  background: rgba(233, 244, 254, 0.95);
}

html[data-theme="light"] .lab-pub-link {
  color: inherit;
}

html[data-theme="light"] .lab-pub-link:hover .home-pub-title,
html[data-theme="light"] .lab-pub-link:hover .publication-feed__title {
  color: #184a74;
}

html[data-theme="light"] .home-project-card__body a {
  color: #195686;
  border-bottom-color: rgba(56, 115, 168, 0.45);
}

html[data-theme="light"] .home-project-card__body a:hover {
  color: #0f3e64;
  border-bottom-color: rgba(41, 101, 154, 0.72);
}

html[data-theme="light"] .section-more .btn.btn--slim.w-button {
  border-color: rgba(70, 129, 184, 0.72);
  background: rgba(95, 157, 211, 0.18);
  color: #13466f;
}

html[data-theme="light"] .section-more .btn.btn--slim.w-button:hover {
  border-color: rgba(50, 110, 166, 0.9);
  background: rgba(77, 141, 198, 0.28);
  color: #0f3658;
}

/* Match dark-style structure for Home -> Recent Publications in light theme */
html[data-theme="light"] #recent-publications .publication-feed__list {
  border-top: 0;
}

html[data-theme="light"] #recent-publications .home-pub-item,
html[data-theme="light"] #recent-publications .publication-feed__item {
  border: 0;
  border-bottom: 1px dashed rgba(104, 156, 198, 0.62);
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}

html[data-theme="light"] #recent-publications .home-pub-item.mod--first,
html[data-theme="light"] #recent-publications .publication-feed__item.mod--first {
  border-top: 1px dashed rgba(104, 156, 198, 0.62);
}

html[data-theme="light"] #recent-publications .home-pub-item:hover,
html[data-theme="light"] #recent-publications .home-pub-item:focus-within,
html[data-theme="light"] #recent-publications .publication-feed__item:hover,
html[data-theme="light"] #recent-publications .publication-feed__item:focus-within {
  background-color: rgba(53, 126, 191, 0.12);
}

html[data-theme="light"] #recent-publications .lab-pub-icon {
  background: rgba(233, 244, 254, 0.62);
  border-color: rgba(98, 152, 201, 0.48);
}

html[data-theme="light"] #recent-publications .section-more .btn.btn--slim.w-button,
html[data-theme="light"] #recent-projects .section-more .btn.btn--slim.w-button {
  background: transparent;
  box-shadow: none;
}

html[data-theme="light"] #recent-publications .section-more .btn.btn--slim.w-button:hover,
html[data-theme="light"] #recent-projects .section-more .btn.btn--slim.w-button:hover {
  background: rgba(77, 141, 198, 0.12);
}

html[data-theme="light"] .lab-prospective p a {
  color: #195182;
  text-decoration-color: rgba(25, 81, 130, 0.52);
  font-weight: 600;
}

html[data-theme="light"] .lab-prospective p a:hover {
  color: #103d63;
  text-decoration-color: rgba(16, 61, 99, 0.72);
}

html[data-theme="light"] .lab-resource-link__icon-wrap {
  background: rgba(19, 53, 84, 0.9);
  border-color: rgba(81, 136, 189, 0.38);
}

html[data-theme="light"] .area-paper-list a {
  color: #1d5f95;
}

html[data-theme="light"] .area-paper-list a:hover {
  color: #123f66;
}

html[data-theme="light"] .footer__copyright-line {
  color: rgba(17, 47, 76, 0.86);
}

html[data-theme="light"] .menu__content {
  background-color: #e7f0f9;
  background-image:
    radial-gradient(circle farthest-side at -30% 130%, rgba(132, 183, 228, 0.44), rgba(132, 183, 228, 0) 52%),
    radial-gradient(circle farthest-side at 150% -30%, rgba(132, 183, 228, 0.4), rgba(132, 183, 228, 0) 52%);
}

/* Light theme contrast guardrail */
html[data-theme="light"] body.template-webflow-home :where(
  p,
  li,
  small,
  b,
  .home-pub-summary,
  .publication-feed__meta,
  .publication-feed__venue,
  .lab-pub-fulltitle,
  .lab-prospective p,
  .update-tag
) {
  color: #1b446b !important;
}

html[data-theme="light"] body.template-webflow-home :where(
  h1,
  h2,
  h3,
  h4,
  h5,
  .visit__card-title,
  .home-pub-title,
  .publication-feed__title,
  .featured-carousel__slide h3
) {
  color: #0f2f4d !important;
}

html[data-theme="light"] body.template-webflow-home :where(
  a,
  .lab-hero-detail a,
  .area-paper-list a,
  .lab-prospective p a,
  .lab-pub-link
) {
  color: #1a5a8f !important;
}

html[data-theme="light"] body.template-webflow-home :where(
  a:hover,
  .lab-hero-detail a:hover,
  .area-paper-list a:hover,
  .lab-prospective p a:hover
) {
  color: #123f66 !important;
}

html[data-theme="light"] .featured-carousel__text > a {
  border-color: rgba(76, 136, 189, 0.62) !important;
  background: rgba(137, 186, 226, 0.14) !important;
  color: #1b5888 !important;
  font-weight: 600;
}

html[data-theme="light"] .featured-carousel__text > a:hover {
  border-color: rgba(58, 116, 171, 0.78) !important;
  background: rgba(121, 173, 216, 0.24) !important;
  color: #134970 !important;
}

html[data-theme="light"] .section-more .btn.btn--slim.w-button {
  border-color: rgba(52, 111, 167, 0.86) !important;
  background: transparent !important;
  color: #0f3658 !important;
  font-weight: 600;
}

html[data-theme="light"] .section-more .btn.btn--slim.w-button:hover {
  border-color: rgba(39, 95, 148, 0.95) !important;
  background: rgba(61, 129, 187, 0.12) !important;
  color: #0d2f4d !important;
}
