/**
  SEE FOR CSS SELECTORS https://www.w3schools.com/cssref/css_selectors.asp
*/

/* SELFHOSTING MATERIAL ICONS 
  https://developers.google.com/fonts/docs/material_icons
*/
@font-face {
  font-family: 'Material Symbols';
  font-style: normal;
  font-weight: normal;
  src:
    local('MateriaSymbols-Outlined'),
    /* Check if font is already installed locally on the client */ local('MaterialSymbols-Outlined'),
    url(../fonts/Material_Symbols/MaterialSymbols-Outlined.woff2) format('woff2'),
    url(../fonts/Material_Symbols/MaterialSymbols-Outlined.ttf) format('truetype');
}

.material-symbols {
  font-family: 'Material Symbols';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

@font-face {
  font-family: Lexend;
  src:
    local('Lexend'),
    url(../fonts/Lexend_variable/Lexend.woff2) format('woff2'),
    url(../fonts/Lexend_variable/Lexend.woff) format('woff'),
    url(../fonts/Lexend_variable/Lexend.ttf) format('truetype');
}

@media only screen and (max-width: 400px) {
}

@media only screen and (min-width: 401px) and (max-width: 600px) {
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  [class*='col-'] {
    width: 100%;
  }

  .row {
    flex-direction: column;
  }

  .column {
    width: 100%;
    display: block;
  }

  .hide-on-small {
    display: none;
  }

  .spacer-horizontal {
    margin: 1rem 0 !important;
  }

  .footer {
    padding: 0.2rem 0.5rem 0.2rem 0 !important;
  }
}

/* iPhone 12 -> 1179×2556 pixels at 460ppi */
@media only screen and (max-width: 395px) and (max-height: 860px) {
  .footer {
    padding: 0.2rem 0.5rem 0.2rem 0 !important;
  }
}

/* iPhone 15 and iPhone 15 Pro -> 1179×2556 pixels at 460ppi */
@media only screen and (width: 393px) and (height: 852px) and (-webkit-device-pixel-ratio: 3) {
}

/* iPhone 15 Plus and iPhone 15 Pro Max -> 1284×2778 pixels at 460ppi */
@media only screen and (width: 430px) and (height: 932px) and (-webkit-device-pixel-ratio: 3) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) {
  .col-s-1 {
    width: 8.33%;
  }
  .col-s-2 {
    width: 16.66%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-4 {
    width: 33.33%;
  }
  .col-s-5 {
    width: 41.66%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-7 {
    width: 58.33%;
  }
  .col-s-8 {
    width: 66.66%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.33%;
  }
  .col-s-11 {
    width: 91.66%;
  }
  .col-s-12 {
    width: 100%;
  }

  .hide-on-large-phones-and-up {
    display: none;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
  body {
    margin: 0 1rem !important;
  }
  .hide-on-small-and-premedium {
    display: none;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }

  .hide-on-medium-up {
    display: none !important;
  }
}

@media only screen and (max-width: 900px) and (min-width: 601px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 1199px) {
  .hide-on-medium-and-down {
    display: none;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .col-l-1 {
    width: 8.33%;
  }
  .col-l-2 {
    width: 16.66%;
  }
  .col-l-3 {
    width: 25%;
  }
  .col-l-4 {
    width: 33.33%;
  }
  .col-l-5 {
    width: 41.66%;
  }
  .col-l-6 {
    width: 50%;
  }
  .col-l-7 {
    width: 58.33%;
  }
  .col-l-8 {
    width: 66.66%;
  }
  .col-l-9 {
    width: 75%;
  }
  .col-l-10 {
    width: 83.33%;
  }
  .col-l-11 {
    width: 91.66%;
  }
  .col-l-12 {
    width: 100%;
  }

  .margin-left-right-large {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .margin-left-right {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1800px) {
  .col-sl-1 {
    width: 8.33%;
  }
  .col-sl-2 {
    width: 16.66%;
  }
  .col-sl-3 {
    width: 25%;
  }
  .col-sl-4 {
    width: 33.33%;
  }
  .col-sl-5 {
    width: 41.66%;
  }
  .col-sl-6 {
    width: 50%;
  }
  .col-sl-7 {
    width: 58.33%;
  }
  .col-sl-8 {
    width: 66.66%;
  }
  .col-sl-9 {
    width: 75%;
  }
  .col-sl-10 {
    width: 83.33%;
  }
  .col-sl-11 {
    width: 91.66%;
  }
  .col-sl-12 {
    width: 100%;
  }

  .margin-left-right-large {
    margin-left: 12.33% !important;
    margin-right: 12.33% !important;
  }

  .margin-left-right {
    margin-left: 12.33% !important;
    margin-right: 12.33% !important;
  }
}

.z-depth-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* 2dp elevation modified*/
.z-depth-1 {
  -webkit-box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
.z-depth-2 {
  -webkit-box-shadow:
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow:
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
.z-depth-3 {
  -webkit-box-shadow:
    0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12),
    0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow:
    0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12),
    0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
.z-depth-4 {
  -webkit-box-shadow:
    0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12),
    0 8px 10px -7px rgba(0, 0, 0, 0.2);
  box-shadow:
    0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12),
    0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
.z-depth-5 {
  -webkit-box-shadow:
    0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12),
    0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow:
    0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12),
    0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

:root {
  --primary-color: 5, 44, 89; /* Dark Blue #052c59 */
  --secondary-color: 198, 138, 35; /* DARK ORANGE #c68a23 */
  --accent-color: 129, 129, 129; /* Grey #818181 */
  --primary-font-color: 255, 255, 255; /* WHITE */
  --secondary-font-color: 0, 0, 0; /* BLACK */
  --positive-color: 60, 212, 35; /* Green #22c52d */
  --negative-color: 197, 48, 45; /* Red #c530 */
}

/*
  When input is filled with text, a blueish background color is applied.
  Prevent this with this hack
  https://stackoverflow.com/questions/61083813/how-to-avoid-internal-autofill-selected-style-to-be-applied
*/
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition:
    background-color 600000s 0s,
    color 600000s 0s;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  /* Remove blue outline when focusing on element */
  outline: none;
}

* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
/* Column container */
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  height: 100%;
  font-family: Lexend;
  font-weight: 400;
  font-size: 1.1rem;
  color: rgb(var(--secondary-font-color));
  background-color: white;
}
footer {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  /* position: fixed; 
  bottom: 0; */
  width: 100%;
  width: -moz-available; /* For Mozzila */
  width: -webkit-fill-available; /* For Chrome */
  width: stretch; /* Unprefixed */
  transition: all 0.4s;
}

footer.static {
  position: fixed !important;
  bottom: 0 !important;
}

.btn,
a {
  color: rgba(var(--secondary-font-color), 1);
  text-decoration: none;
}

a:hover {
  color: rgba(var(--secondary-accent-color), 1);
  cursor: pointer;
}

button {
  border: none;
  padding: 0;
  margin: 0;
  font-family: Lexend;
  color: rgba(var(--secondary-color), 1);
  font-size: 1rem;
  text-decoration: none;
  background: unset;
  transition: 0.3s;
}

button:hover {
  color: rgba(var(--secondary-accent-color), 1);
  cursor: pointer;
}

button:focus {
  text-decoration: underline;
}

.no-touch {
  pointer-events: none;
}

.no-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.center-in-screen {
  position: fixed;
  top: 3vh;
  left: 50%;
  transform: translate(-50%, 0%);
}

.horizontal-align {
  display: flex;
  align-items: center;
}

.singleline-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.center-text {
  text-align: center;
}

.hide {
  display: none;
}

.no-scroll {
  overflow-y: hidden;
}

.out-faded {
  opacity: 0 !important;
  pointer-events: none;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.card {
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.background-blend-bg-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Make touches go through */
  background-color: rgba(0, 0, 0, 1);
  z-index: 0;
  opacity: 0;
  overflow-y: hidden;
  transition: opacity 1s;
}

.background-blend-bg-active {
  pointer-events: visible;
  z-index: 1100;
  opacity: 0.8;
  cursor: pointer;
}

.footerPages-container-initial {
  position: fixed;
  bottom: 3rem;
  right: 0.5rem;
  z-index: -1;
  opacity: 0;
  color: rgba(var(--secondary-font-color), 1);
  background: white;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  transition: opacity 0s;
  max-height: calc(100vh - 5rem);
  overflow-y: auto;
}

.footerPages-container-active {
  opacity: 1;
  z-index: 1101;
  transition: opacity 1.5s;
}

/* Footer */
.footer {
  padding: 0.5rem 0.5rem;
  text-align: left;
  opacity: 1;
  transition: opacity 1s 2.1s;
}

#footer-imprint,
#footer-terms {
  color: rgba(var(--secondary-font-color), 1);
}

footer.static #footer-imprint {
  color: rgba(var(--accent-color), 1);
}

#footer-imprint:hover,
#footer-terms:hover {
  color: rgba(var(--accent-color), 1);
}

footer.static #footer-imprint:hover {
  color: rgba(var(--secondary-color), 1);
}

/* CUSTOM PART OF WEBSITE */

.on-error {
  animation: shake-on-error 0.5s;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  font-size: 1.3rem;
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 10px; /* Rounded borders */
  padding: 0.5rem;
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation:
    fadein 0.5s,
    fadeout 0.5s 2.5s;
  animation:
    fadein 0.5s,
    fadeout 0.5s 2.5s;
}

#snackbar.info {
  color: black !important;
  background-color: rgba(var(--secondary-accent-color), 0.8) !important;
}

#snackbar.error {
  color: #fff !important;
  background-color: rgba(var(--negative-color), 0.85) !important;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out-in {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

@keyframes shake-on-error {
  0% {
    transform: translate(30px, 0);
  }
  20% {
    transform: translate(-30px, 0);
  }
  40% {
    transform: translate(15px, 0);
  }
  60% {
    transform: translate(-15px, 0);
  }
  80% {
    transform: translate(8px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* ─── SITE HEADER ─── */
.site-header {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}

.site-header__logo {
  height: 58px;
  width: auto;
}

/* ─── CTA BUTTON ─── */
.cta-btn {
  background-color: rgb(var(--primary-color));
  color: rgb(var(--primary-font-color));
  font-family: Lexend;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.65rem 1.4rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.cta-btn:hover {
  opacity: 0.82;
  color: rgb(var(--primary-font-color));
}

/* ─── HERO ─── */
.hero {
  width: 100%;
  overflow: hidden;
  height: 480px;
}

.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  will-change: transform;
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.08);
}

/* ─── FEATURES ─── */
.features {
  padding: 2.5rem 0 2.5rem;
}

.features__title {
  color: rgb(var(--primary-color));
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}

.features__subtitle {
  color: rgb(var(--primary-color));
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0 0 2rem;
}

.features__grid {
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.75rem 0.5rem;
  width: 20%;
}

.feature-item__icon {
  height: 72px;
  width: auto;
  margin-bottom: 0.6rem;
}

.feature-item__label {
  font-size: 0.9rem;
  color: rgb(var(--secondary-font-color));
  margin: 0;
  line-height: 1.35;
}

/* ─── BAND (split image + copy) ─── */
.band {
  overflow: hidden;
  width: 100%;
}

.band__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.5rem 2rem;
  min-height: 360px;
}

.band--gold {
  background-color: rgb(var(--secondary-color));
}

.band--blue {
  background-color: rgb(var(--primary-color));
}

.band__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgb(var(--primary-color));
  margin: 0 0 0.5rem;
}

.band__title--gold {
  color: rgb(var(--secondary-color));
}

.band__sub {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgb(var(--primary-color));
  margin: 0;
  max-width: 320px;
  line-height: 1.5;
}

.band__sub--light {
  color: rgba(var(--primary-font-color), 0.9);
  font-weight: 400;
}

.band__media {
  overflow: hidden;
  min-height: 360px;
}

.band__img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

/* ─── STOCKS ─── */
.stocks {
  padding: 2.5rem 0 2.5rem;
}

.stocks__title {
  color: rgb(var(--primary-color));
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

.stock-card {
  padding: 1rem 1.2rem;
  min-height: 90px;
}

.stock-card--gold {
  background-color: rgb(var(--secondary-color));
  color: rgb(var(--primary-color));
}

.stock-card--blue {
  background-color: rgb(var(--primary-color));
  color: rgb(var(--secondary-color));
}

.stock-card__name {
  font-weight: 700;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 0.25rem;
}

.stock-card__value {
  font-size: 0.82rem;
  display: block;
  margin-bottom: 0.2rem;
  opacity: 0.85;
}

.stock-card__change {
  font-weight: 700;
  font-size: 0.9rem;
  display: block;
}

.change--up {
  color: rgb(var(--positive-color));
}

.change--down {
  color: rgb(var(--negative-color));
}

/* ─── BOTTOM CTA ─── */
.bottom-cta {
  display: flex;
  justify-content: center;
  padding: 3rem 1rem 3.5rem;
}

.bottom-cta .cta-btn {
  font-size: 1.1rem;
  padding: 1rem 3.5rem;
}

/* ─── CHATBOT MODAL ─── */
.chatbot-modal {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 360px;
  max-height: 520px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
  z-index: 1200;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.chatbot-modal.hide {
  display: none;
}

.chatbot-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(var(--primary-color));
  color: rgb(var(--primary-font-color));
  padding: 0.8rem 1rem;
  flex-shrink: 0;
}

.chatbot-modal__title {
  font-weight: 700;
  font-size: 1rem;
}

.chatbot-modal__close {
  background: none;
  border: none;
  color: rgb(var(--primary-font-color));
  font-size: 1.2rem;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  font-family: Lexend;
}

.chatbot-modal__close:hover {
  color: rgba(var(--secondary-color), 1);
}

.chatbot-modal__messages {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  min-height: 180px;
}

.chat-msg {
  max-width: 80%;
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
  word-break: break-word;
  line-height: 1.4;
}

.chat-msg--bot {
  background-color: rgba(var(--primary-color), 0.08);
  color: rgb(var(--secondary-font-color));
  align-self: flex-start;
  border-radius: 4px 12px 12px 12px;
}

.chat-msg--user {
  background-color: rgb(var(--primary-color));
  color: rgb(var(--primary-font-color));
  align-self: flex-end;
  border-radius: 12px 4px 12px 12px;
}

.chatbot-modal__input-row {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.6rem;
  gap: 0.5rem;
  flex-shrink: 0;
}

.chatbot-modal__input {
  flex: 1;
  border: 1px solid rgba(var(--accent-color), 0.5);
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  font-family: Lexend;
  font-size: 0.9rem;
  color: rgb(var(--secondary-font-color));
}

.chatbot-modal__send {
  background-color: rgb(var(--primary-color));
  color: white;
  border: none;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-family: Lexend;
  font-size: 0.9rem;
  cursor: pointer;
  font-weight: 600;
  transition: opacity 0.2s;
}

.chatbot-modal__send:hover {
  opacity: 0.82;
  color: white;
}

/* ─── RESPONSIVE ─── */
@media only screen and (max-width: 767px) {
  .hero,
  .band {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }
}

@media only screen and (max-width: 600px) {
  .features__grid {
    flex-direction: row;
  }

  .feature-item {
    width: 50%;
  }

  .band__copy,
  .band__media {
    width: 100% !important;
    max-width: 100% !important;
  }

  .stocks .row {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .stock-card {
    width: 50% !important;
  }

  .bottom-cta .cta-btn {
    width: 100%;
    max-width: 360px;
  }

  .chatbot-modal {
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 16px 16px 0 0;
    max-height: 78vh;
  }
}

/* ─── PAGE TITLE (detail pages) ─── */
.page-title {
  color: rgb(var(--primary-color));
  font-size: 2rem;
  font-weight: 700;
  margin: 1.5rem 0 1.5rem;
}

/* ─── SITE HEADER BACK BUTTON ─── */
.site-header__back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgb(var(--primary-color));
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}

.site-header__back:hover {
  opacity: 0.7;
  transform: translateX(-2px);
  color: rgb(var(--primary-color));
}

.site-header__back .material-symbols {
  font-size: 1.4rem;
}

/* ─── CLICKABLE BAND (index → gowien) ─── */
.band--link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.band--link .band__img,
.band--link .band__copy {
  transition: filter 0.35s ease, transform 0.5s ease;
}

.band--link:hover .band__img {
  transform: scale(1.03);
}

.band--link:hover .band__copy {
  filter: brightness(1.05);
}

/* ─── WÜRSTL FOOTNOTE ─── */
.band__footnote {
  font-size: 0.7rem;
  font-weight: 400;
  color: rgba(var(--secondary-color), 0.8);
  margin: 1rem 0 0;
  max-width: 320px;
  line-height: 1.4;
}

/* ─── SCROLL ANIMATIONS ─── */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
}

.reveal-stagger.is-visible > *:nth-child(1)  { opacity: 1; transform: none; transition-delay:   0ms; }
.reveal-stagger.is-visible > *:nth-child(2)  { opacity: 1; transform: none; transition-delay:  80ms; }
.reveal-stagger.is-visible > *:nth-child(3)  { opacity: 1; transform: none; transition-delay: 160ms; }
.reveal-stagger.is-visible > *:nth-child(4)  { opacity: 1; transform: none; transition-delay: 240ms; }
.reveal-stagger.is-visible > *:nth-child(5)  { opacity: 1; transform: none; transition-delay: 320ms; }
.reveal-stagger.is-visible > *:nth-child(6)  { opacity: 1; transform: none; transition-delay: 400ms; }
.reveal-stagger.is-visible > *:nth-child(7)  { opacity: 1; transform: none; transition-delay: 480ms; }
.reveal-stagger.is-visible > *:nth-child(8)  { opacity: 1; transform: none; transition-delay: 560ms; }

@media (prefers-reduced-motion: reduce) {
  .hero__img {
    transform: none;
    will-change: auto;
  }

  .reveal,
  .reveal-stagger > * {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .site-header__back,
  .band--link .band__img,
  .band--link .band__copy {
    transition: none;
    transform: none !important;
  }
}
