:root {
  --vu-brand-navy: #003366;
  --vu-brand-navy-strong: #00264d;
  --vu-voyage-green: #9ccf31;
  --vu-voyage-green-dark: #6f981d;
  --vu-donate-red: #E31919;
  --vu-donate-red-hover: #c91515;
  --vu-white: #fff;
  --vu-text: #1a1f29;
  --vu-text-muted: #4b5563;
  --vu-page-bg: #f5f8fb;
  --vu-surface: #ffffff;
  --vu-surface-soft: rgba(255, 255, 255, 0.86);
  --vu-glass-bg: rgba(255, 255, 255, 0.72);
  --vu-glass-bg-strong: rgba(255, 255, 255, 0.9);
  --vu-glass-border: rgba(255, 255, 255, 0.7);
  --vu-focus: #1b75d0;
  --vu-shadow-card: 0 18px 45px rgba(0, 51, 102, 0.16);
  --vu-shadow-soft: 0 10px 28px rgba(0, 51, 102, 0.12);
  --vu-radius-sm: 8px;
  --vu-radius-md: 12px;
  --vu-radius-lg: 18px;
  --vu-radius-pill: 999px;
  --vu-font-body: Arial, Helvetica, sans-serif;
  --vu-font-heading: Arial, Helvetica, sans-serif;
}

.vu-glass-panel {
  background: var(--vu-glass-bg-strong);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--vu-shadow-card);
}

@supports ((backdrop-filter: blur(16px)) or (-webkit-backdrop-filter: blur(16px))) {
  .vu-glass-panel {
    background: var(--vu-glass-bg);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.hero-subheadline {
  font-size: 1.25rem;
  margin: 1rem 0 0;
}

.site-footer {
  background:
    linear-gradient(135deg, var(--vu-brand-navy-strong, #00264d), var(--vu-brand-navy, #003366));
  color: var(--vu-white, #fff);
  padding: 2rem 1rem;
  text-align: center;
}

.footer-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  margin: 0 auto;
  max-width: 1200px;
}

.footer-content p,
.footer-contact {
  margin: 0;
}

.footer-contact,
.footer-menu,
.footer-social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
}

.footer-contact {
  font-style: normal;
}

.footer-contact span {
  white-space: normal;
}

.site-footer a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--vu-voyage-green);
}

.footer-cta {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--vu-radius-sm, 8px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  display: inline-flex;
  font-weight: 700;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.footer-menu,
.footer-social-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-partner {
  font-size: 0.95rem;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 2rem 1.5rem;
  }
}

body.home #main-content {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

body.home #main-content .content-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 34vh auto 0;
  max-width: min(100% - 2rem, 1600px);
  padding-block-end: 1rem;
  position: relative;
  width: min(100% - 2rem, 1600px);
  z-index: 3;
}

body.home #main-content .hero {
  color: var(--vu-white, #fff);
  height: 100vh;
  inset: 0 0 auto;
  isolation: isolate;
  margin: 0;
  padding: 2rem;
  position: absolute;
  z-index: 1;
}

body.home #main-content .hero::after {
  background: linear-gradient(90deg, rgba(0, 51, 102, 0.56), rgba(0, 51, 102, 0.14));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

body.home #main-content .hero-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 1s ease-in-out;
}

body.home #main-content .hero-slide.active {
  opacity: 1;
}

body.home #main-content .hero-overlay {
  background: rgba(0, 0, 0, 0.18);
  inset: 0;
  position: absolute;
  z-index: 1;
}

body.home #main-content .hero-content {
  display: grid;
  gap: clamp(1rem, 3vw, 2rem);
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  top: 12%;
  width: 80%;
  z-index: 3;
}

body.home #main-content .hero-text {
  background: rgba(0, 51, 102, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--vu-radius-lg, 18px);
  box-shadow: var(--vu-shadow-card);
  font-weight: 500;
  max-width: 500px;
  padding: clamp(1rem, 3vw, 2rem);
  text-align: center;
}

body.home #main-content .hero-text h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

body.home #main-content .donate-button-wrapper {
  align-self: start;
  justify-self: end;
  margin-top: 1rem;
  padding: 1rem 0;
  text-align: center;
}

body.home #main-content .donate-button {
  align-items: center;
  background: var(--vu-donate-red, #E31919);
  border-radius: var(--vu-radius-pill, 999px);
  box-shadow: 0 18px 34px rgba(227, 25, 25, 0.28);
  color: var(--vu-white, #fff);
  display: inline-flex;
  font-size: 1.85rem;
  justify-content: center;
  margin-top: 2rem;
  max-width: min(100%, 38rem);
  min-height: 116px;
  padding: 1.75rem clamp(4.5rem, 12vw, 10rem);
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

body.home #main-content .donate-button:hover,
body.home #main-content .donate-button:focus-visible {
  background: var(--vu-donate-red-hover, #c91515);
  color: var(--vu-white, #fff);
  text-decoration: none;
  transform: translateY(-1px);
}

body.home #main-content .content-section {
  align-items: stretch;
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  min-height: 0;
  padding: 0;
  width: 100%;
}

body.home #main-content .content-section .content-box {
  background: var(--vu-glass-bg-strong, rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--vu-radius-md, 12px);
  box-shadow: var(--vu-shadow-card);
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: none;
  min-height: clamp(30rem, 44vw, 38rem);
  min-width: 0;
  overflow: hidden;
  padding-bottom: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

body.home #main-content .content-section .content-box:hover {
  box-shadow: 0 24px 48px rgba(0, 51, 102, 0.2);
  transform: translateY(-2px);
}

body.home #main-content .content-section .content-box-header {
  background: linear-gradient(135deg, var(--vu-voyage-green, #9ccf31), #b5dd54);
  color: var(--vu-brand-navy-strong, #00264d);
  font-size: 1.2rem;
  font-weight: 800;
  padding: 0.75rem 1rem;
}

body.home #main-content .content-box-body {
  color: var(--vu-text, #1a1f29);
  flex: 1;
  padding: 1rem;
}

body.home #main-content .content-box-body p {
  line-height: 1.5;
  margin-bottom: 1rem;
}

body.home #main-content .content-box-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.home #main-content .content-box-body ul li {
  align-items: center;
  display: flex;
  margin-bottom: 0.5rem;
}

body.home #main-content .content-box-body ul li i {
  font-size: 32px;
  margin-right: 0.5rem;
}

body.home #main-content .content-box-body img {
  border-radius: var(--vu-radius-sm, 8px);
  display: block;
  height: auto;
  margin-top: 1rem;
  max-width: 100%;
}

body.home #main-content .content-box-body ul.sail-list li {
  border-bottom: 1px solid rgba(0, 38, 77, 0.12);
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}

body.home #main-content .content-box-body ul.sail-list li i {
  color: var(--vu-brand-navy, #003366);
  font-size: 1.2rem;
  margin-right: 1rem;
  text-align: center;
  width: 1.5rem;
}

body.home #main-content .content-box-body ul.sail-list li:last-child {
  border-bottom: none;
}

body.home #main-content .content-box-body ul.sail-list a {
  color: var(--vu-brand-navy-strong, #00264d);
  display: block;
  font-size: 1.1rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

body.home #main-content .content-box-body ul.sail-list a:hover,
body.home #main-content .content-box-body ul.sail-list a:focus-visible {
  color: var(--vu-voyage-green-dark, #6f981d);
}

body.home #main-content .carousel {
  aspect-ratio: 16/9;
  background: linear-gradient(180deg, rgba(0, 51, 102, 0.08), rgba(0, 38, 77, 0.16));
  border-radius: var(--vu-radius-sm, 8px);
  box-shadow: var(--vu-shadow-soft);
  margin: 0 auto 1rem;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
}

body.home #main-content .carousel-slide {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}

body.home #main-content .carousel-slide.active {
  opacity: 1;
  position: relative;
}

body.home #main-content .carousel-slide img {
  border-radius: var(--vu-radius-sm, 8px);
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.home #main-content .carousel-loader {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: none;
  left: 50%;
  padding: 1rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

body.home #main-content .carousel-loader.loading {
  display: block;
}

body.home #main-content .spinner {
  animation: vu-home-spin 1s linear infinite;
  border: 4px solid rgba(52, 152, 219, 0.3);
  border-radius: 50%;
  border-top: 4px solid #3498db;
  height: 40px;
  width: 40px;
}

@keyframes vu-home-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.home #main-content .carousel-prev,
body.home #main-content .carousel-next {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  color: var(--vu-white, #fff);
  cursor: pointer;
  display: flex;
  font-size: 1.2rem;
  height: 40px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 40px;
  z-index: 2;
}

body.home #main-content .carousel:hover .carousel-prev,
body.home #main-content .carousel:hover .carousel-next,
body.home #main-content .carousel:focus-within .carousel-prev,
body.home #main-content .carousel:focus-within .carousel-next {
  opacity: 1;
}

body.home #main-content .carousel-prev:hover,
body.home #main-content .carousel-next:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}

body.home #main-content .carousel-prev:focus-visible,
body.home #main-content .carousel-next:focus-visible {
  opacity: 1;
  outline: 2px solid var(--vu-white, #fff);
  outline-offset: -4px;
}

body.home #main-content .carousel-prev {
  left: 1rem;
}

body.home #main-content .carousel-next {
  right: 1rem;
}

body.home #main-content .carousel-dots {
  background: rgba(0, 38, 77, 0.58);
  backdrop-filter: blur(4px);
  border-radius: 2rem;
  bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 0.75rem;
  left: 50%;
  max-width: 80%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.75rem 1rem;
  position: absolute;
  scrollbar-width: none;
  scroll-behavior: smooth;
  transform: translateX(-50%);
  z-index: 10;
  -ms-overflow-style: none;
}

body.home #main-content .carousel-dots::-webkit-scrollbar {
  display: none;
}

body.home #main-content .carousel-dot {
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
  width: 24px;
}

body.home #main-content .carousel-dot::before {
  background: rgba(255, 255, 255, 0.35);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  width: 10px;
}

body.home #main-content .carousel-dot:hover::before {
  background: rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%) scale(1.2);
}

body.home #main-content .carousel-dot.active::before {
  background: var(--vu-white, #fff);
  border-color: var(--vu-white, #fff);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%) scale(1.3);
}

body.home #main-content .carousel-dot.active::after {
  animation: vu-home-pulse 2s infinite;
  border: 2px solid var(--vu-white, #fff);
  border-radius: 50%;
  bottom: -2px;
  content: "";
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
}

@keyframes vu-home-pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  70% {
    opacity: 0;
    transform: scale(1.5);
  }

  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

body.home #main-content .carousel-dot:focus-visible {
  outline: 3px solid var(--vu-white, #fff);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  body.home #main-content .content-wrapper {
    max-width: min(100% - 2rem, 760px);
    width: min(100% - 2rem, 760px);
  }

  body.home #main-content .content-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.home #main-content .hero {
    height: 70vh;
  }

  body.home #main-content .hero-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 20%;
    width: 90%;
  }

  body.home #main-content .hero-text {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    top: 0;
  }

  body.home #main-content .donate-button-wrapper {
    left: 0;
    margin: 2rem auto 0;
    padding: 1rem;
    position: relative;
    width: 100%;
  }

  body.home #main-content .donate-button {
    margin: 0 auto;
    max-width: 300px;
    padding: 1rem 3rem;
    width: 80%;
  }

  body.home #main-content .content-wrapper {
    margin: 65vh auto 0;
    padding: 1rem;
    width: 100%;
  }

  body.home #main-content .content-section {
    gap: 2rem;
    padding: 1rem;
  }

  body.home #main-content .content-box {
    flex-basis: 100%;
    height: auto;
    min-height: 300px;
  }

  body.home #main-content .content-box-body {
    height: auto;
    min-height: 250px;
  }

  body.home #main-content .carousel {
    aspect-ratio: 4/3;
    margin-bottom: 0.75rem;
    min-height: 250px;
  }

  body.home #main-content .carousel-prev,
  body.home #main-content .carousel-next {
    font-size: 1rem;
    height: 36px;
    opacity: 1;
    width: 36px;
  }

  body.home #main-content .carousel-dots {
    bottom: 1rem;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
  }

  body.home #main-content .carousel-dot {
    height: 24px;
    width: 24px;
  }

  body.home #main-content .carousel-dot::before {
    height: 8px;
    width: 8px;
  }
}

@media (max-width: 600px) {
  body.home #main-content .hero {
    height: 60vh;
  }

  body.home #main-content .hero-content {
    top: 15%;
  }

  body.home #main-content .hero-text {
    padding-inline: 1rem;
  }

  body.home #main-content .hero-text h2 {
    font-size: 1.4rem;
  }

  body.home #main-content .content-wrapper {
    margin: 55vh auto 0;
    padding: 1rem;
  }

  body.home #main-content .content-section {
    align-items: stretch;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
  }

  body.home #main-content .content-box {
    min-height: 250px;
  }

  body.home #main-content .donate-button-wrapper {
    margin: 1rem auto 0;
  }

  body.home #main-content .donate-button {
    font-size: 1.1rem;
    padding: 1rem 2rem;
  }

  body.home #main-content .carousel {
    min-height: 200px;
  }
}

@media (max-width: 400px) {
  body.home #main-content .hero {
    height: 55vh;
  }

  body.home #main-content .hero-text h2 {
    font-size: 1.2rem;
  }

  body.home #main-content .content-wrapper {
    margin: 50vh auto 0;
  }

  body.home #main-content .donate-button {
    font-size: 1rem;
    padding: 1rem 1.5rem;
  }

  body.home #main-content .carousel {
    min-height: 180px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home #main-content .carousel-dot.active::after {
    animation: none;
  }

  body.home #main-content .donate-button:hover,
  body.home #main-content .donate-button:focus-visible,
  body.home #main-content .content-box:hover {
    transform: none;
  }
}
