:root {
  --color-text: #1e1e1e;
  --color-subtext: #374151;
  --color-muted: #99a1af;
  --color-red: #db0000;
  --color-border: #e9edf6;
  --radius-lg: 24px;
  --radius-pill: 999px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family:
    "Outfit",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--color-text);
  background: #fff;
}

.home-hero-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.home-hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Navigation */
.navbar {
  height: 72px;
  padding: 0;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 0.5px solid rgba(240, 240, 240, 0.27);
}

.nav-inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

@media (max-width: 1400px) {
  .nav-inner {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .nav-inner {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .nav-inner {
    padding: 0;
  }
}

.navbar-nav {
  align-items: center;
}

.navbar-nav .nav-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-text);
  padding: 0.5rem 0.75rem;
}

.navbar-nav .active .nav-link {
    color: var(--color-red);
}

.navbar-nav .nav-link:hover {
  color: var(--color-red);
}

.navbar-nav .nav-link.active {
  color: var(--color-red);
  font-weight: 600;
  position: relative;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -0.35rem;
  left: 0;
  width: 70%;
  height: 2px;
  border-radius: 1px;
  background-color: currentColor;
}

.nav-item {
    position: relative;
}

.nav-link {
    position: relative;
    display: inline-block;
}

.nav-item.active .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    color: var(--color-red);
    background: var(--color-red);
}

.trans-flag {
    height: 22px;
    line-height: 0px;
    padding-right: 4px;
}

.home-hero-media {
  position: relative;
  display: block;
  overflow: hidden;
}

.insights-media {
  position: relative;
  display: block;
  overflow: hidden;
}

.home-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* optional if you already use desktop/mobile switching */
.home-hero-video.mobile {
  display: none;
}

@media (max-width: 767px) {
  .home-hero-video.desktop {
    display: none;
  }
  .home-hero-video.mobile {
    display: block;
  }
}

.home-ticker-track {
  display: flex;
  width: max-content;
  animation: tickerScroll 100s linear infinite;
}

@keyframes tickerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .navbar .nav-inner > .row {
    flex-wrap: nowrap;
  }

  .navbar .nav-inner > .row > .navbar-collapse {
    display: flex !important;
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    margin-left: 24px;
  }
}

.btn-join {
  background-color: var(--color-red);
  border-color: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  height: 39px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-col {
  display: flex;
}

.contact-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.card-title {
  min-height: 35px;
}

.card-text {
  min-height: 40px;
}

.btn-join:hover {
  background-color: #b20e11;
  color:white;
}

.btn-lang {
  min-width: 95px;
  border: 0;
  background: transparent;
  color: #374151;
  font-weight: 500;
  font-size: 14px;
  height: 37.5px;
  border-radius: 999px;
  padding: 0 13.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  box-shadow: none !important;
}

.btn-lang:hover,
.btn-lang:active,
.btn-lang.show,
.btn-outline-secondary.btn-lang:hover,
.btn-outline-secondary.btn-lang:active,
.btn-outline-secondary.btn-lang.show {
  border: 0;
  background: transparent;
  color: #374151;
}

.btn-lang::after {
  display: none;
}

.btn-lang-flag {
  font-size: 16px;
  line-height: 24px;
}

.btn-lang-code {
  font-size: 14px;
  line-height: 21px;
}

.btn-lang-chevron {
  width: 15.75px;
  height: 15.75px;
  transition: transform 0.2s ease;
}

.btn-lang.show .btn-lang-chevron {
  transform: rotate(180deg);
}

.lang-dropdown-menu {
  min-width: 180px;
  padding: 0;
  margin-top: 6px !important;
  border: 0.522px solid #e9edf6;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.lang-dropdown-menu .dropdown-item {
  height: 49.493px;
  padding: 0 17.995px;
  display: flex;
  align-items: center;
  gap: 13.494px;
  font-size: 14px;
  line-height: 21px;
  color: #374151;
}

.lang-dropdown-menu .dropdown-item:hover,
.lang-dropdown-menu .dropdown-item:focus {
  background: #fff;
  color: #374151;
}

.lang-dropdown-menu .dropdown-item.active,
.lang-dropdown-menu .dropdown-item:active {
  background: rgba(219, 0, 0, 0.05);
  color: #db0000;
  font-weight: 600;
}

.lang-option-flag {
  font-size: 18px;
  line-height: 27px;
}

.lang-option-label {
  font-size: 14px;
  line-height: 21px;
}

/* Section layout */
.contact-page .contact-section {
  padding-top: 108px;
  padding-bottom: 108px;
}

.section-inner {
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .section-inner {
    padding: 0 96px;
  }
}

@media (max-width: 1024px) {
  .section-inner {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .section-inner {
    padding: 0 26px;
  }
}

.section-header {
  max-width: 720px;
  margin: 0 auto;
}

.label-small {
  letter-spacing: 0.12em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-red);
  font-size: 14px;
  line-height: 20px;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-subtext);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .section-subtitle {
    font-size: 20px;
  }
}

.contact-page .contact-grid {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
  gap: 36px;
  justify-content: center;
}

.contact-page .contact-card {
  max-width: 312.664px;
  min-height: 354.5px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 37px 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.contact-page .contact-card:hover {
  transform: translateY(-2px);
}

.contact-page .card-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-pill);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-page .card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

.top-logo {
     height:55px;
}

.contact-page .card-text {
  font-size: 16px;
  line-height: 20px;
  color: var(--color-subtext);
  text-align: center;
  margin: 0;
  max-width: 310px;
}

.contact-page .card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-red);
  text-decoration: none;
}

.contact-page .card-link:hover {
  text-decoration: underline;
}

.contact-page .card-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-muted);
}

/* Contact page desktop fidelity overrides */
.contact-page .section-inner {
  padding: 0px;
}

.contact-page .label-small {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}

.contact-page .section-header {
  width: 100%;
  max-width: none;
}

.contact-page .contact-grid {
  display: flex;
  flex-wrap: wrap;
  --bs-gutter-x: 36px;
  --bs-gutter-y: 36px;
  justify-content: center;
}

.contact-page #contact .section-inner > .row + .row {
  margin-top: 72px;
}

.contact-page .contact-card {
  width: 100%;
  max-width: 312.664px;
  min-height: 354.5px;
  box-shadow: none;
  margin: auto;
}

.contact-page .contact-card:hover {
  transform: none;
}

.contact-page .card-meta {
  color: #99a1af;
}

.floating-sidebar {
  position: fixed;
  top: 294px;
  right: 16px;
  width: 48px;
  display: flex;
  flex-direction: column;
  background: #1e1e1e;
  border-radius: 36px;
  padding: 0;
  gap: 6.75px;
  align-items: center;
  z-index: 10;
}

.floating-sidebar {
    width: 60px;
}

.floating-sidebar a {
  width: auto;
  min-width: 48px;
  height: auto;
  padding: 9px 11px;
  gap: 8px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 400;
  padding-bottom:10px;
  border-radius: 0;
}

.floating-sidebar a.primary {
  background: var(--color-red);
  padding: 8px 0;
  gap: 4px;
  font-weight: 600;
  border-radius: 32px;
}

.floating-sidebar a.primary {
    width: 100%;
    min-width: 48px;
    height: 100px;
}

.floating-sidebar a.secondary {
  border-radius: 16px 0 0 16px;
}

.floating-sidebar a[aria-label="Telegram"] {
  padding: 9px 11px;
  gap: 8px;
}

.floating-sidebar a[aria-label="YouTube"] {
  padding: 9px 13px;
  gap: 9px;
}

.floating-sidebar a[aria-label="Naver Cafe"] {
  padding: 9px 21px;
  gap: 8px;
}

.floating-sidebar a[aria-label="Naver Blog"] {
  padding: 9px 22px;
  gap: 9px;
}

.floating-sidebar a[aria-label="Live Chat"] {
  padding: 9px 11px;
  gap: 8px;
}

/* awards swiper */
.home-s7-awards-viewport {
    position: relative;
    overflow: hidden;
    background: #f9fafb;
}

.home-s7-awards-viewport::before,
.home-s7-awards-viewport::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.home-s7-awards-viewport::before {
    left: 0;
    background: linear-gradient(to right, #f9fafb 0%, rgba(249,250,251,0) 100%);
}

.home-s7-awards-viewport::after {
    right: 0;
    background: linear-gradient(to left, #f9fafb 0%, rgba(249,250,251,0) 100%);
}

.home-s7-awards-track {
    transition-timing-function: linear !important;
    align-items: center;
}

.home-s7-award {
    width: auto !important;
    flex-shrink: 0;
}

.home-s7-award img {
    display: block;
    width: auto;
    height: 160px;
}

@media (max-width: 768px) {
    .home-s7-awards-viewport::before,
    .home-s7-awards-viewport::after {
        width: 45px;
    }

    .home-s7-award img {
        height: 120px;
    }
}

.footer-inner {
  max-width: 1320px;
  display: block;
  margin: 0 auto;
}

.footer-col {
  flex: initial;
  min-width: 0;
}

.footer-inner .row {
  --bs-gutter-x: 60px;
  --bs-gutter-y: 0;
}

.footer-heading {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
  font-weight: 600;
}

.footer-text {
  max-width: 378px;
  margin-top: 18px;
  line-height: 23.8px;
}

.footer-list {
  gap: 8px;
}

.footer-list a {
  line-height: 21px;
}

.footer-bottom {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.footer-warning {
  background: rgba(255, 255, 255, 0.05);
  min-height: 51.201px;
  border-radius: 16px;
  padding: 15.999px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 1600px) {
  .contact-page .contact-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  .footer-inner .row {
    --bs-gutter-x: 32px;
  }

  .footer-inner {
    padding: 0 96px;
  }

  .footer-bottom {
    padding: 32.574px 96px 0;
  }
}

@media (max-width: 1024px) {
  .contact-page .contact-grid {
    --bs-gutter-x: 0;
    --bs-gutter-y: 24px;
    justify-content: center;
  }

  .contact-page #contact .section-inner > .row + .row {
    margin-top: 56px;
  }


  .footer-inner {
    display: flex;
    padding: 0 40px;
    gap: 32px;
  }

  .footer-bottom {
    padding: 32.574px 40px 0;
  }
}

@media (max-width: 768px) {
  .contact-page .contact-card {
    max-width: 386.434px;
    margin: auto;
  }
  
  .top-logo {
         height:35px;
    }

  .contact-page #contact .section-inner > .row + .row {
    margin-top: 40px;
  }

  .footer-inner {
    padding: 0 20px;
    flex-direction: column;
  }

  .footer-bottom {
    padding: 32.574px 20px 0;
  }
}

.floating-sidebar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family:
    "Outfit",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #fff;
}

.floating-sidebar a img {
  margin-right: 0;
}

.floating-sidebar a span {
  white-space: normal;
  text-align: center;
}

.about-mobile-channel-nav {
  display: none;
}


@media (max-width: 820px) {
  .floating-sidebar {
    display: none;
  }
  .about-mobile-channel-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 78px 1fr;
    height: calc(64px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
  }
  
  .about-mobile-channel-nav a {
    text-decoration: none;
  }

  .about-mobile-channel-primary {
    background: var(--color-red);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.5;
  }

  .about-mobile-channel-links {
    background: #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 11px 16px;
  }

  .about-mobile-channel-links a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #fff;
    font-size: 10px;
    line-height: 1.5;
    min-width: 22px;
  }

}

/* Footer */
.site-footer {
  background: #1e1e1e;
  color: #fff;
  padding-top: 72px;
  padding-bottom: 72px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand-text {
  font-size: 20px;
  font-weight: 600;
}

.footer-text {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 23.8px;
  max-width: 378px;
}

.footer-heading {
  font-weight: 600;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.footer-list a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
}

.footer-list a:hover {
  text-decoration: underline;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.nav-item {
  width:100px;
}

/* Utility */
@media (max-width: 767.98px) {
  .nav-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-nav-controls .btn-lang {
    min-width: 96px;
    height: 40.491px;
    padding: 0 13.494px;
    gap: 8.993px;
  }

  .mobile-nav-controls .btn-lang-flag {
    font-size: 18px;
    line-height: 27px;
  }

  .mobile-nav-controls .btn-lang-code {
    font-size: 14px;
    line-height: 21px;
  }

  .mobile-nav-controls .btn-lang-chevron {
    width: 15.745px;
    height: 15.745px;
  }

  .navbar .navbar-collapse {
    background: #fff;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    z-index: 30;
    padding: 14px 26px 20px;
    border-bottom: 1px solid rgba(240, 240, 240, 0.9);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
  }
  


  .navbar .navbar-nav {
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 12px !important;
  }

  .navbar .navbar-collapse .d-flex {
    width: 100%;
    justify-content: flex-start;
    gap: 10px !important;
    flex-direction: column;
    align-items: stretch;
  }

  .navbar .navbar-collapse .d-flex .btn-join {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }

  .navbar .navbar-toggler {
    border: 0;
    padding: 0;
  }

  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  
  /* Remove default Bootstrap icon */
.navbar-toggler-icon {
  background-image: none !important;
  position: relative;
  width: 24px;
  height: 2px;
  background-color: #000;
  display: inline-block;
  transition: 0.3s ease;
}

/* Top + Bottom lines */
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #000;
  left: 0;
  transition: 0.3s ease;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

/* OPEN state → X */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-color: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}
}

@media (max-width: 576px) {
  .nav-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

    .navbar .navbar-collapse {
        padding-left: 20px;
        padding-right: 20px;
        height: 100vh;
        background: rgb(255 255 255 / 88%);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
        -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
    }
}

/* Home page */
.home-page .home-container {
  padding-left: 0;
  padding-right: 0;
}

.home-hero {
  background: #fff;
  padding: 128px 240px 156px;
}

.home-hero-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.home-hero-copy {
  width: 544px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.home-hero-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(219, 0, 0, 0.1);
  color: #db0000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  width: fit-content;
}

.home-hero-title {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 70.8px;
  color: #1e1e1e;
}

.home-hero-title span {
  display: block;
  color: #db0000;
}

.home-hero-description {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #374151;
}

.home-hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.home-cta-primary {
  height: 64px;
  border-radius: 999px;
  background: #db0000;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 12px 16px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  white-space: nowrap;
}

.home-cta-primary:hover {
  color: #fff;
  background: #b20e11;
}

.home-cta-primary-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-cta-primary-icon .mobile {
  display: none;
}

.home-cta-secondary {
  width: 278.164px;
  height: 64px;
  border: 1px solid #e9edf6;
  border-radius: 999px;
  color: #1e1e1e;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 37px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  white-space: nowrap;
}

.home-cta-secondary:hover {
  color: #1e1e1e;
}

.home-hero-media {
  position: relative;
  width: 721px;
  height: 405.563px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero-media-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insights-media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insights-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-media-image.mobile,
.home-hero-media-play .mobile {
  display: none;
}

.home-hero-media-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.34);
}

.home-hero-media-play {
  position: relative;
  z-index: 2;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #db0000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 4.5px;
}

.home-ticker {
  background: #1e1e1e;
  padding: 18px 0;
  overflow: hidden;
}

.home-ticker-viewport {
  width: 100%;
  overflow: hidden;
}

.home-ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: home-ticker-left 50s linear infinite;
  will-change: transform;
}

.home-ticker-group {
  display: flex;
  align-items: center;
  gap: 72px;
  padding-left: 36px;
}

.home-ticker-item {
  height: 21px;
  display: inline-flex;
  align-items: center;
  gap: 13.5px;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.home-ticker-item img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

@keyframes home-ticker-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.home-section-3 {
  background: #fff;
  padding: 80px 240px;
}

.home-section-3-inner {
  --bs-gutter-x: 120px;
  --bs-gutter-y: 56px;
  align-items: center;
  justify-content: center;
}

.home-s3-left,
.home-s3-right {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.home-s3-gilbert {
  width: 520px;
  height: 585px;
  border-radius: 24px;
  object-fit: cover;
  display: block;
}

.home-s3-gilbert.mobile,
.home-s3-primary .mobile,
.home-s3-award .mobile,
.home-s3-awards a .mobile {
  display: none;
}

.home-s3-name {
  margin: 22.5px 0 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #1e1e1e;
}

.home-s3-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.home-s3-kicker {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #db0000;
}

.home-s3-title {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #1e1e1e;
}

.home-s3-body {
  margin: 0;
  max-width: 471px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #374151;
}

.home-s3-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.home-s3-primary {
  height: 64px;
  border-radius: 9999px;
  background: #db0000;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 12px 16px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.home-s3-primary:hover {
  color: #fff;
  background: #b20e11;
}

.home-s3-primary-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-s3-award {
  height: 64px;
  border: 1px solid #e9edf6;
  border-radius: 9999px;
  text-decoration: none;
  color: #1e1e1e;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 4px 8px;
}

.home-s3-award img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.home-s3-award span {
  width: 185px;
  display: flex;
  flex-direction: column;
}

.home-s3-award strong {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #03232f;
}

.home-s3-awards {
  border-top: 1px solid #e9edf6;
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 13.5px;
}

.home-s3-awards-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #1e1e1e;
}

.home-s3-awards a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #db0000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.home-section-4 {
  background: #f9fafb;
  padding: 126px 240px;
}

.home-section-4-inner {
  --bs-gutter-x: 72px;
  --bs-gutter-y: 35.998px;
  align-items: center;
  justify-content: center;
}

.home-s4-copy,
.home-s4-stats {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.home-s4-copy img {
  width: 66.852px;
  height: 36px;
  display: block;
  margin-bottom: 9px;
}

.home-s4-copy h2 {
  margin: 0;
  max-width: 475px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #1e1e1e;
}

.home-s4-copy p {
  margin: 18px 0 0;
  max-width: 542px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #374151;
}

.home-s4-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-s4-stat {
  min-height: 135.5px;
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.5px;
}

.home-s4-stat strong {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #1e1e1e;
}

.home-s4-stat span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #374151;
}

.home-section-5 {
  background: #fff;
  padding: 128px 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.home-section-5 .home-s5-header {
  width: 960px;
  text-align: center;
}

.home-section-5 .home-s5-stack {
  gap: 64px;
}

.home-section-5 .home-s5-header h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #1e1e1e;
}

.home-section-5 .home-s5-header p {
  margin: 14px auto 0;
  width: 755px;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: #374151;
}

.home-section-5 .home-s5-cards-desktop {
  width: 100%;
  --bs-gutter-x: 32px;
  --bs-gutter-y: 32px;
  justify-content: center;
}

.home-section-5 .home-s5-col {
  display: flex;
  justify-content: center;
}

.home-section-5 .home-s5-card {
  background: #f9fafb;
  border: 1px solid transparent;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.home-section-5 .home-s5-card-image {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-section-5 .home-s5-card-image img {

}

.home-s5-card-image {
  height: 220px; 
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-s5-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
}

.home-section-5 .home-s5-card-body {
  padding: 24px;
}

.home-section-5 .home-s5-icon-chip {
  width: 45px;
  height: 45px;
  border-radius: 999px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-section-5 .home-s5-card h3,
.home-section-5 .home-s5-card-mobile h3 {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #1e1e1e;
}

.home-section-5 .home-s5-sub {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #db0000;
}

.home-section-5 .home-s5-features {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-section-5 .home-s5-features li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
}

.home-section-5 .home-s5-availability {
  margin-top: 24px;
}

.home-section-5 .home-s5-availability p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #374151;
}

.home-section-5 .home-s5-pills {
  margin-top: 9px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-section-5 .home-s5-pills span {
  height: 30px;
  border-radius: 999px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 11px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #1e1e1e;
}

.home-section-5 .home-s5-cards-mobile {
  display: none;
}

.home-section-5 .home-s5-compare {
  height: 50px;
  border: 1px solid #e9edf6;
  border-radius: 999px;
  color: #1e1e1e;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.home-section-5 .home-s5-compare img {
  transform: rotate(180deg);
}

.home-section-5 .home-s5-compare.is-collapsed img {
  transform: rotate(0deg);
}

.home-section-5.home-s5-collapsed .home-s5-cards-desktop .home-s5-features,
.home-section-5.home-s5-collapsed .home-s5-cards-desktop .home-s5-availability,
.home-section-5.home-s5-collapsed .home-s5-cards-mobile .home-s5-features,
.home-section-5.home-s5-collapsed .home-s5-cards-mobile .home-s5-availability {
  display: none;
}

.home-section-5 .home-s5-compare.mobile,
.home-section-5 .home-s5-cta .mobile {
  display: none;
}

.home-section-5 .home-s5-cta {
  height: 64px;
  border-radius: 999px;
  background: #db0000;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 12px 16px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.home-section-5 .home-s5-cta-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-section-6 {
  background: #fff;
  padding: 128px 240px;
}

.home-s6-stack {
  gap: 64px;
}

.home-s6-title {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #1e1e1e;
  text-align: center;
}

.home-s6-grid {
  width: 100%;
  --bs-gutter-x: 22.5px;
  --bs-gutter-y: 22.5px;
  justify-content: center;
}

.home-s6-card {
  background: #f9fafb;
  border: 1px solid transparent;
  border-radius: 24px;
  overflow: hidden;
}

.home-s6-line {
  width: 100%;
  height: 4.5px;
  background: rgba(233, 237, 246, 0.29);
}

.home-s6-content {
  padding: 32px 24px;
}

.home-s6-content h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #1e1e1e;
}

.home-s6-sub {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #db0000;
}


.home-s3-primary,
.home-s3-award {
  max-width: 100%;
}

@media (min-width: 992px) {
  .home-s3-award {
    margin-left: auto;
  }
}

.html-body-ko .home-s6-sub {
  font-size: 15px;
}

.home-s6-content ul {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-s6-content li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #374151;
}

.home-s6-best {
  margin: 16px 0 0;
  padding-top: 16px;
  border-top: 1px solid #e9edf6;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #1e1e1e;
}

.home-s6-best span {
  color: #374151;
}

.home-s6-card.premium {
  background: #1e1e1e;
}

.home-s6-card.premium .home-s6-content h3,
.home-s6-card.premium .home-s6-content li,
.home-s6-card.premium .home-s6-best {
  color: #fff;
}

.home-s6-card.premium .home-s6-sub {
  color: rgba(255, 255, 255, 0.6);
}

.home-s6-card.premium .home-s6-best {
  border-top-color: rgba(233, 237, 246, 0.5);
}

.home-s6-card.premium .home-s6-best span {
  color: rgba(255, 255, 255, 0.6);
}

.home-s6-headrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.home-s6-badge {
  display: none;
}

.home-s6-cta {
  height: 64px;
  border-radius: 999px;
  background: #db0000;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 12px 16px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.home-s6-cta-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-s6-card .mobile,
.home-s6-cta .mobile {
  display: none;
}

.home-section-7 {
  background: #f9fafb;
  padding: 128px 240px;
}

.home-s7-stack {
  gap: 80px;
}

.home-s7-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #1e1e1e;
  text-align: center;
}

.home-s7-awards-viewport {
  width: 100%;
}

.home-s7-awards-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  transition-timing-function: linear !important;
  align-items: center;
}

.home-s7-awards-viewport.swiper {
  overflow: visible;
}

@media (min-width: 768px) {
  .home-s7-awards-viewport.swiper {
    overflow: hidden;
  }
}

.home-s7-award {
  width: calc((100% - 5 * 32px) / 6);
  max-width: calc((100% - 5 * 32px) / 6);
  min-width: 0;
  height: 160px;
  flex: 0 0 calc((100% - 5 * 32px) / 6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-s7-award img {
  width: min(180px, 100%);
  height: 160px;
  object-fit: contain;
}

.home-s7-cta {
  height: 64px;
  border-radius: 999px;
  background: #db0000;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 12px 16px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.home-s7-cta-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-s7-cta .tablet {
  display: none;
}

.home-section-8 {
  background: #fff;
  padding: 62px 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-s8-image-wrap {
  max-width: 570px;
  width:100%;
  height: 562px;
  border-radius: 24px;
  overflow: hidden;
  flex: 0 0 auto;
}

.home-s8-image-wrapb {
  max-width: 570px;
  width:100%;
  border-radius: 24px;
  overflow: hidden;
  flex: 0 0 auto;
}

.home-s8-image-wrap img,
.home-s8-image-wrap .home-s8-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-s8-content {
  width: 586px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 72px;
}

.home-s8-copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.home-s8-kicker {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #db0000;
}

.home-s8-title {
  margin: 14px 0 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
}

.home-s8-body {
  margin: 32px 0 0;
  max-width: 485px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}

.home-s8-cta {
  height: 64px;
  border-radius: 999px;
  background: #db0000;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 12px 16px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.home-s8-cta-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-section-9 {
  background: #f9fafb;
  padding: 109px 240px;
}

.home-s9-row {
  --bs-gutter-x: 56px;
  --bs-gutter-y: 56px;
  align-items: center;
  justify-content: space-between;
}

.home-s9-media {
  max-width: 570px;
  height: 324px;
  width:100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: #1e1e1e;
  display: block;
  text-decoration: none;
}

.home-s9-media-thumb {
  width: 576px;
  height: 324px;
  margin-left: -4px;
  margin-top: -1px;
  object-fit: cover;
  display: block;
}

.home-s9-media-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.home-s9-media-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #db0000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-s9-content {
  width: 577px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.home-s9-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-s9-kicker {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #db0000;
}

.home-s9-title {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #1e1e1e;
}

.home-s9-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.home-s9-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #374151;
}

.home-s9-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(219, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.home-s9-cta {
  width: 264px;
  height: 64px;
  border-radius: 999px;
  background: #db0000;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 16px 12px 16px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.home-s9-cta-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1400px) {
  .home-section-3 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .home-section-4 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .home-section-5 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .home-section-6 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .home-section-7 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .home-section-8,
  .home-section-9 {
    padding-left: 96px;
    padding-right: 96px;
  }
}

@media (max-width: 1400px) {
  .home-hero {
    padding-left: 96px;
    padding-right: 96px;
  }
}

@media (max-width: 1200px) {
  .home-hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-hero-inner {
    flex-direction: column;
    align-items: center;
    gap: 35.998px;
  }

  .home-hero-copy {
    width: 100%;
    max-width: 544px;
  }

  .home-section-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-section-3-inner {
    --bs-gutter-x: 56px;
    --bs-gutter-y: 56px;
  }

  .home-section-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-section-4-inner {
    --bs-gutter-x: 0;
    --bs-gutter-y: 35.998px;
    align-items: flex-start;
  }

  .home-s4-copy,
  .home-s4-stats {
    width: 100%;
    max-width: 577px;
  }

  .home-section-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-section-5 .home-s5-header,
  .home-section-5 .home-s5-cards-desktop {
    width: 100%;
  }

  .home-section-5 .home-s5-cards-desktop {
    --bs-gutter-x: 0;
    --bs-gutter-y: 32px;
    max-width: 520px;
  }

  .home-section-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-s6-grid {
    --bs-gutter-x: 22.5px;
    --bs-gutter-y: 22.5px;
  }

  .home-section-7 {
    padding: 126px 27px;
  }

  .home-s7-stack {
    gap: 64px;
  }

  .home-s7-awards-viewport {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
  }

  .home-s7-awards-track {
    justify-content: flex-start;
    gap: 24px;
  }

  .home-s7-award {
    width: 180.033px;
    max-width: none;
    min-width: 180.033px;
    flex: 0 0 180.033px;
    height: 159.673px;
  }

  .home-s7-award img {
    width: 180.033px;
    height: 159.673px;
  }

  .home-s7-awards-viewport.swiper .home-s7-award {
    margin-right: 0;
  }

  .home-s7-awards-viewport.swiper:not(.swiper-initialized)
    .home-s7-awards-track {
    justify-content: center;
    gap: 24px;
  }

  .home-s7-awards-viewport.swiper:not(.swiper-initialized) .home-s7-award {
    width: calc((100% - 2 * 24px) / 3);
    min-width: 0;
    max-width: none;
    flex: 0 0 calc((100% - 2 * 24px) / 3);
  }

  .home-s7-awards-viewport.swiper:not(.swiper-initialized) .home-s7-award img {
    width: min(180.033px, 100%);
    height: 159.673px;
  }

  .home-s7-awards-viewport.swiper.swiper-initialized .home-s7-awards-track {
    justify-content: flex-start;
  }

  .home-s7-cta {
    width: 246.591px;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    gap: 15.997px;
  }

  .home-s7-cta-icon {
    width: 35.998px;
    height: 35.998px;
  }

  .home-s7-cta .desktop {
    display: none;
  }

  .home-s7-cta .tablet {
    display: inline-block;
  }

  .home-section-8,
  .home-section-9 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-s9-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 56px;
    justify-content: center;
  }

  .home-s8-image-wrap,
  .home-s9-media {
    width: 100%;
    max-width: 570px;
  }

  .home-s8-content,
  .home-s9-content {
    width: 100%;
    max-width: 586px;
  }

  .home-s9-media-thumb {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .home-section-8 .container,
  .home-section-9 .container {
    max-width: 100%;
  }

  .home-s8-image-wrap,
  .home-s9-media {
    width: 100%;
    max-width: 100%;
  }

  .home-s8-image-wrap .home-s8-video,
  .home-s8-image-wrap img,
  .home-s9-media-thumb {
    width: 100%;
    max-width: 100%;
  }

  .home-s8-content,
  .home-s9-content {
    width: 100%;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .home-s8-copy,
  .home-s9-head {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .home-s9-list {
    align-items: center;
  }

  .home-s9-list li {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .home-hero {
    padding: 60px 24px 96px;
  }

  .home-hero-copy {
    max-width: 100%;
    align-items: center;
    gap: 24px;
  }

  .home-hero-kicker {
    font-size: 12px;
    line-height: 18px;
  }
  .home-hero-title {
    font-size: 48px;
        line-height: 58px;
  }

  

  .home-hero-description {
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
  }

  .home-hero-actions {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }

  .home-cta-primary {
    width: 335px;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    gap: 15.997px;
  }

  .home-cta-primary-icon {
    width: 35.998px;
    height: 35.998px;
  }

  .home-cta-primary-icon .desktop {
    display: none;
  }

  .home-cta-primary-icon .mobile {
    display: block;
  }

  .home-cta-secondary {
    width: 100%;
    max-width: 386.434px;
    border-width: 0.522px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    padding: 18.522px 32.522px;
  }

  .home-hero-media {
    width: 100%;
    max-width: 392px;
    height: 217px;
    border-radius: 24px;
  }

  .home-hero-media-image.desktop,
  .home-hero-media-play .desktop {
    display: none;
  }

  .home-hero-media-image.mobile,
  .home-hero-media-play .mobile {
    display: block;
  }

  .home-hero-media-play {
    width: 89.992px;
    height: 89.992px;
    padding-left: 3.995px;
    box-shadow: 0 0 40px rgba(219, 0, 0, 0.55);
  }

  .home-ticker {
    padding: 16px 0;
  }

  .home-ticker-track {
    animation-duration: 28s;
  }

  .home-ticker-group {
    gap: 40px;
    padding-left: 24px;
  }

  .home-ticker-item {
    font-size: 13px;
  }

  .home-section-3 {
    padding: 80px 24px;
  }

  .home-section-3-inner {
    --bs-gutter-x: 0;
    --bs-gutter-y: 71.997px;
  }

  .home-s3-left,
  .home-s3-right {
    width: 100%;
    max-width: 100%;
  }

  .home-s3-gilbert.desktop,
  .home-s3-primary .desktop,
  .home-s3-award .desktop,
  .home-s3-awards a .desktop {
    display: none;
  }

  .home-s3-gilbert.mobile,
  .home-s3-primary .mobile,
  .home-s3-award .mobile,
  .home-s3-awards a .mobile {
    display: block;
  }

  .home-s3-gilbert {
    width: 100%;
    max-width: 386.434px;
    height: 434.737px;
  }

  .home-s3-name {
    margin-top: 22.496px;
  }

  .home-s3-right {
    gap: 27px;
    align-items: center;
    text-align: center;
  }

  .home-s3-title {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.5;
  }

  .home-s3-body {
    max-width: 100%;
  }

  .home-s3-actions {
    
    flex-direction: column;
    gap: 22px;
  }

  .home-s3-primary {
    width: 100%;
    justify-content: center;
    font-weight: 500;
  }

  .home-s3-primary-icon {
    width: 35.998px;
    height: 35.998px;
  }

  .home-s3-award {
    width: 100%;
    height: auto;
    justify-content: center;
    padding: 6px 28px;
    border-width: 0.522px;
  }

  .home-s3-award img {
    width: 51.996px;
    height: 51.996px;
  }

  .home-s3-award span {
    width: 230.777px;
  }

  .home-s3-award strong {
    font-size: 14px;
    line-height: 20px;
    color: #1e1e1e;
  }

  .home-s3-awards {
    width: 100%;
    border-top-width: 0.522px;
    padding-top: 27.519px;
    gap: 13.494px;
  }

  .home-s3-awards a {

    gap: 8.994px;
  }
  
  .home-s3-awards a {
      font-size:13px;
  }

  .home-section-4 {
    padding: 80px 24px;
  }

  .home-section-4-inner {
    --bs-gutter-x: 0;
    --bs-gutter-y: 35.998px;
    align-items: center;
  }

  .home-s4-copy,
  .home-s4-stats {
    width: 100%;
  }

  .home-s4-copy h2 {
    font-size: 30px;
    line-height: 1.5;
  }

  .home-s4-copy p {
    margin-top: 22px;
  }

  .home-s4-stats {
    gap: 16px;
  }

  .home-s4-stat {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 31.5px;
    gap: 0;
  }

  .home-s4-stat:nth-child(1),
  .home-s4-stat:nth-child(2) {
    min-height: 137.984px;
  }

  .home-s4-stat:nth-child(3),
  .home-s4-stat:nth-child(4) {
    min-height: 158.98px;
  }

  .home-section-5 {
    padding: 90px 27px;
  }

  .home-section-5 .home-s5-header {
  }

  .home-section-5 .home-s5-header h2 {
    font-size: 30px;
    line-height: 1.5;
  }

  .home-section-5 .home-s5-header p {
    width: 378px;
    margin-top: 18px;
  }

  .home-section-5 .home-s5-cards-desktop {
    display: none;
  }

  .home-section-5 .home-s5-cards-mobile {
    display: flex;
    flex-direction: column;
    gap: 35.996px;
  }

  .home-section-5 .home-s5-card-mobile {
    background: #f9fafb;
    border: 0.522px solid transparent;
    border-radius: 24px;
    overflow: hidden;
            margin-bottom: 30px;
        max-width: 500px;
  }

  .home-section-5 .home-s5-card-mobile-image {
    
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .home-section-5 .home-s5-card-mobile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-section-5 .home-s5-card-mobile-body {
    padding: 31.5px;
  }

  .home-section-5 .home-s5-card-mobile .home-s5-icon-chip {
    width: 44.992px;
    height: 44.992px;
  }

  .home-section-5 .home-s5-compare.desktop,
  .home-section-5 .home-s5-cta .desktop {
    display: none;
  }

  .home-section-5 .home-s5-compare.mobile,
  .home-section-5 .home-s5-cta .mobile {
    display: inline-flex;
  }

  .home-section-5 .home-s5-compare.mobile {
    width: 223.891px;
    height: 49.028px;
    justify-content: center;
    font-weight: 500;
    border-width: 0.522px;
  }

  .home-section-5 .home-s5-cta {
    width: 335px;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    gap: 15.997px;
  }

  .home-section-5 .home-s5-cta-icon {
    width: 35.998px;
    height: 35.998px;
  }

  .home-section-6 {
    padding: 80px 24px;
  }

  .home-s6-stack {
    gap: 63px;
  }

  .home-s6-title {
    max-width: 281px;
    font-size: 30px;
    line-height: 1.5;
  }

  .home-s6-grid {
    --bs-gutter-x: 0;
    --bs-gutter-y: 22px;
    justify-content: center;
  }

  .home-s6-card {
    width: 100%;
    max-width: 340px;
    border-width: 0.522px;
  }

  .home-s6-line {
    height: 4.493px;
  }

  .home-s6-content {
    padding: 27px;
  }

  .home-s6-content ul {
    margin-top: 13px;
    gap: 8.994px;
  }

  .home-s6-content li {
    gap: 8.994px;
    min-height: 20.996px;
  }

  .home-s6-best {
    margin-top: 14px;
    padding-top: 16px;
    border-top-width: 0.522px;
  }

  .home-s6-card .desktop,
  .home-s6-cta .desktop {
    display: none;
  }

  .home-s6-card .mobile,
  .home-s6-cta .mobile {
    display: inline-block;
  }

  .home-s6-card:nth-child(3) .home-s6-best.desktop,
  .home-s6-card.premium .home-s6-sub.desktop {
    display: none;
  }

  .home-s6-card:nth-child(3) .home-s6-best.mobile,
  .home-s6-card.premium .home-s6-sub.mobile {
    display: block;
  }

  .home-s6-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26.989px;
    padding: 4.5px 13.5px;
    border-radius: 999px;
    background: #db0000;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
  }

  .home-s6-cta {
    width: 335px;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    gap: 15.997px;
  }

  .home-s6-cta-icon {
    width: 35.998px;
    height: 35.998px;
  }

  .home-section-7 {
    display: none;
  }

  .home-s9-media {
    height: 100%;
  }
  .home-s9-media-thumb {
    height: 100%;
  }
  .home-section-9 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-s9-cta {
    width: 300px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .home-section-8,
  .home-section-9 {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-section-8 .container,
  .home-section-9 .container {
    max-width: 100%;
  }

  .home-s8-image-wrap,
  .home-s9-media {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .home-s8-image-wrap .home-s8-video,
  .home-s8-image-wrap img,
  .home-s9-media-thumb {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .home-s8-content,
  .home-s9-content {
    width: 100%;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .home-s8-copy,
  .home-s9-head {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .home-s9-list {
    align-items: center;
  }

  .home-s9-list li {
    justify-content: center;
  }
}

/* About page */
.about-body {
  background: #fff;
}

.about-page .section-inner {
  padding: 0;
  position: relative;
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(219, 0, 0, 0.04), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.about-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.about-hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.5;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
        150deg,
        transparent 0 53%,
        rgba(30, 30, 30, 0.03) 53.3%,
        transparent 53.7%
      )
      right -120px top 30px / 340px 120px repeat-y,
    linear-gradient(
        150deg,
        transparent 0 53%,
        rgba(30, 30, 30, 0.025) 53.3%,
        transparent 53.7%
      )
      right -40px top 20px / 260px 96px repeat-y;
  pointer-events: none;
}

.about-hero-inner {
  min-height: 655px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  z-index: 1;
}

.about-hero-title {
  margin: 0;
}

.about-hero-copy {
  max-width: 606px;
  margin: 0;
}

.about-hero-copy strong {
  font-weight: 600;
}

.about-hero-copy-secondary {
  max-width: 472px;
}

.about-cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  height: 64px;
  padding: 16px 12px 16px 24px;
  border-radius: 999px;
  background: var(--color-red);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 16px;
}

.about-cta:hover {
  background: #b20e11;
  color: #fff;
}

.about-cta-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-education {
  padding: 54px 0;
  background: #fff;
}

.about-section-header {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.about-section-kicker {
  letter-spacing: 0;
  text-transform: none;
}

.about-education-grid {
  margin-top: 30px;
  --bs-gutter-x: 32px;
  --bs-gutter-y: 32px;
  align-items: center;
  justify-content: center;
}

.about-education-grid > [class*="col-"] {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.about-education-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.about-focus-card {
  width: 100%;
  max-width: 607px;
  padding: 32px;
  border-radius: 16px;
  background: #fff;
}

.about-focus-item {
  display: flex;
  align-items: center;
  gap: 13.5px;
  padding: 24px 24px;
  background: #f9fafb;
  border-radius: 24px;
}

.about-focus-item + .about-focus-item {
  margin-top: 16px;
}

.about-focus-item h3 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.about-focus-item p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-subtext);
}

.about-section-cta {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.about-partnership {
  padding: 80px 0;
  background: #f8f8f8;
}

.about-partnership-note-top {
  max-width: 526px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-subtext);
}

.about-partnership-grid {
  margin-top: 0px;
  --bs-gutter-x: 32px;
  --bs-gutter-y: 32px;
  align-items: stretch;
}

.about-partnership-grid > [class*="col-"] {
  display: flex;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.about-benefits-grid {
  display: flex;

  max-width: 705px;
}

.about-benefits-row {
  width: 100%;
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

.about-benefit-col {
  display: flex;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.about-benefit-card {
  width: 100%;
  height: 100%;
  min-height: 188px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
}

.about-benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(219, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.about-benefit-card h3 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.about-benefit-card p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-subtext);
}

.about-stats-card {
  background: #1e1e1e;
  border-radius: 24px;
  padding: 64px;
  height: 100%;
  width: 100%;
  max-width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-stats-card h3 {
  margin: 0 0 36px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

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

.about-stats-grid strong {
  display: block;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
}

.about-stats-grid span {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.about-partnership-footnote {
  max-width: 526px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-subtext);
}

.about-dark-cta {
  background: #1e1e1e;
  padding: 127px 0;
}

.about-dark-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}

.about-dark-cta h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
}

.about-dark-cta p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #afafaf;
}

.about-footer {
  padding-top: 72px;
}

.about-footer-copy {
  margin-bottom: 0;
}

.mobile-footer-copy {
  display: none;
}

.home-s6-card.premium {
  position: relative;
}

.home-s6-headrow {
  position: relative;
  padding-right: 110px;
}

.home-s6-headrow .home-s6-badge {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 28px;
  padding: 0 14px;
  border-radius: 999px;
  background: #db0000;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}


@media (min-width:1024px) and (max-width:1400px){

  .home-s3-actions{
    gap:12px !important;
    align-items:center !important;
  }

  .home-s3-actions {
    flex:0 0 auto;
    max-width:52%;
  }

  .home-s3-actions .home-s3-award{
    flex:0 0 auto;
    max-width:46%;
    margin-left:auto;
  }

  .home-s3-actions .home-s3-award img{
    width:48px;
    height:auto;
  }

  .home-s3-actions .home-s3-award strong{
    font-size:13px;
    line-height:1.25;
  }

  .home-s3-actions .home-s3-primary{
    font-size:14px;
    padding-left:16px;
    padding-right:16px;
  }

}

@media (min-width:768px){
    .home-s3-actions .home-s3-primary,
    .home-s3-actions .home-s3-award{
        
    }

    .home-s3-actions .home-s3-award{
        margin-left:auto;
    }
}



@media (max-width: 1199px) {
  .about-education-grid,
  .about-partnership-grid {
    --bs-gutter-x: 0;
    --bs-gutter-y: 32px;
  }

  .about-education-image {
    max-width: 481px;
    margin: 0 auto;
  }

  .about-focus-card {
    max-width: 607px;
    margin: 0 auto;
    width: 100%;
  }

  .about-stats-card {
    max-width: 710px;
    margin: 0 auto;
    width: 100%;
  }
  .about-stats-col {
      max-width: 705px;
  }
}

@media (max-width: 1024px) {
  .home-hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .home-hero-actions {
    margin: auto;
  }
  .home-hero-kicker {
    margin: auto;
  }
  .home-s3-gilbert {
    margin: auto;
  }
  .home-s3-body {
    margin: auto;
  }
  .home-s3-actions {
    margin: auto;
  }
  .home-hero-media {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 24px;
  }
}


@media (max-width: 1024px) {

  .home-s8-image-wrapb {
    
        margin:auto;
    }
    .home-s9-kicker {
    
        margin-top:25px;
    }
    .home-s8-image-wrap {
        width: 100%;
            max-width: 570px;
        margin: auto;
    }
}

@media (max-width: 1023px) {
  .about-stats-card {
    max-width: 100%;
  }
  .home-s8-image-wrapb {
    
        margin:auto;
    }
    .home-s9-kicker {
    
        margin-top:25px;
    }
}


@media (max-width: 768px) {
    .nav-item.active .nav-link::after {
        background:transparent;
    }
    
    .home-s8-image-wrapb {
    
        margin:auto;
    }
    
    .home-hero-actionss {
       
    }
  .about-body,
  .home-body,
  .contact-page {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  .about-hero {
    padding: 80px 0;
  }

  .about-hero-inner {
    min-height: 380px;
    gap: 32px;
  }

  .about-hero::after {
    background:
      linear-gradient(
          150deg,
          transparent 0 52.5%,
          rgba(30, 30, 30, 0.035) 52.8%,
          transparent 53.2%
        )
        right -92px top 40px / 220px 80px repeat-y,
      linear-gradient(
          150deg,
          transparent 0 52.5%,
          rgba(30, 30, 30, 0.025) 52.8%,
          transparent 53.2%
        )
        right -20px top 20px / 170px 62px repeat-y;
  }

  .about-hero-title,
  .about-section-header .section-title {
    font-size: 30px;
    line-height: 1.5;
  }

  .about-hero-copy,
  .about-hero-copy-secondary,
  .about-section-header .section-subtitle {
    font-size: 18px;
  }

  .about-hero-copy-secondary {
    font-weight: 500;
  }

  .about-cta {
    width: 335px;
    max-width: 100%;
    justify-content: center;
    padding-left: 24px;
    margin-top: 0;
    font-size: 16px;
  }

  .about-education {
    padding: 80px 0;
  }

  .about-section-header {
    gap: 18px;
  }

  .about-education-grid {
    margin-top: 32px;
    --bs-gutter-x: 0;
    --bs-gutter-y: 32px;
  }

  .about-education-image {
    max-width: 392px;
    margin-bottom: 30px;
  }

  .about-focus-card {
    padding: 0;
    max-width: 392px;
  }

  .about-focus-item {
    padding: 16px 16px 16px 32px;
    align-items: flex-start;
  }

  .about-focus-item h3 {
    font-weight: 600;
  }

  .about-partnership {
    padding: 80px 0;
  }

  .about-benefits-grid {
    max-width: 100%;
  }

  .about-benefits-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 16px;
  }

  .about-benefit-card {
    min-height: 188px;
  }

  .about-stats-card {
    padding: 48px 32px;
    max-width: 100%;
  }

  .about-stats-card h3 {
    margin-bottom: 36px;
  }

  .about-dark-cta {
    padding: 126px 0;
  }

  .about-dark-cta h2 {
    
    font-size: 36px;
  }

  .about-dark-cta p {
    font-size: 20px;
  }

  .desktop-footer-copy,
  .desktop-footer-brand-text {
    display: none;
  }

  .mobile-footer-copy {
    display: block;
    max-width: 386px;
  }

  .about-mobile-channel-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 78px 1fr;
    height: calc(64px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
  }

  .about-mobile-channel-nav a {
    text-decoration: none;
  }

  .about-mobile-channel-primary {
    background: var(--color-red);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.5;
  }

  .about-mobile-channel-links {
    background: #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 11px 16px;
  }

  .about-mobile-channel-links a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #fff;
    font-size: 10px;
    line-height: 1.5;
    min-width: 22px;
  }
  .home-s9-kicker {
        margin-top: 25px;
    }
    .home-section-9 {
      background: #f9fafb;
      padding-top: 50px;
    }
}

@media (max-width: 576px) {
    .home-hero-title {
        max-width: 386px;
        text-align: center;
        font-size: 30px;
        line-height: 45px;
      }
    .home-s9-kicker {
        margin-top: 25px;
    }
    .home-s9-title {
        font-size: 24px;
    }
    .home-s8-image-wrapb {
    
        margin:auto;
    }
    .home-s8-cta {
        margin:auto;
    }
}


@media (max-width: 420px) {
    .top-logo {
        height: 32px;
    }
}


/* styles-v2.css — Section 3 v2 overrides */

/* Remove the award pill from the actions row */
.home-section-3-v2 .home-s3-actions-v2 {
  flex-direction: row;
  gap: 18px;
}

/* Awards & Media — new unified block */
.home-s3-awards-v2 {
  border-top: 1px solid #e9edf6;
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-s3-awards-v2-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #1e1e1e;
}

.home-s3-awards-v2-row {
  display: flex;
  align-items: center;
  gap: 24px;
}

.home-s3-awards-v2-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.home-s3-awards-v2-badge img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.home-s3-awards-v2-badge span {
  display: flex;
  flex-direction: column;
}

.home-s3-awards-v2-badge strong {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #03232f;
}

.home-s3-awards-v2-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-s3-awards-v2-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #db0000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.home-s3-awards-v2-links a .mobile {
  display: none;
}

/* ── Tablet (768px–1200px) ── */
@media (min-width: 768px) and (max-width: 1200px) {
  .home-section-3-v2 .home-section-3-inner {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    flex-direction: column;
    align-items: center;
  }

  .home-section-3-v2 .home-s3-left,
  .home-section-3-v2 .home-s3-right {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .home-section-3-v2 .home-s3-gilbert {
    width: 100%;
    max-width: 520px;
    height: auto;
    margin: 0 auto;
  }

  .home-section-3-v2 .home-s3-name {
    text-align: center;
  }

  .home-section-3-v2 .home-s3-right {
    align-items: center;
    text-align: center;
  }

  .home-section-3-v2 .home-s3-body {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-section-3-v2 .home-s3-actions-v2 {
    justify-content: center;
  }

  .home-section-3-v2 .home-s3-awards-v2 {
    align-items: center;
    text-align: center;
  }

  .home-section-3-v2 .home-s3-awards-v2-row {
    justify-content: center;
  }
}

/* ── Mobile (< 768px) ── */
@media (max-width: 767.98px) {
  .home-section-3-v2 .home-s3-actions-v2 {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .home-section-3-v2 .home-s3-awards-v2-links a .desktop {
    display: none;
  }

  .home-section-3-v2 .home-s3-awards-v2-links a .mobile {
    display: inline-block;
  }

  .home-section-3-v2 .home-s3-awards-v2 {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }

  .home-section-3-v2 .home-s3-awards-v2-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .home-section-3-v2 .home-s3-awards-v2-links {
    gap: 10px;
  }
}

