/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/font/open-sans/open-sans-v40-latin-300.woff2') format('woff2');
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/font/open-sans/open-sans-v40-latin-regular.woff2') format('woff2');
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/font/open-sans/open-sans-v40-latin-700.woff2') format('woff2');
}

:root {
  --bg-light: #eaeaea;
  --bg-dark: #131313;
  --bg-white: #ffffff;
  --bg-white-higlight: #c5c5c5b5;
  --text-color-dark: #323232;
  --text-color-light: #888;
  --text-color-available: #22c55e;
  --text-color-unavailable: #ef4444;
  --border-color: #3535354a;
  --font-size-h1: 6.25rem;
  --font-size-h2: 2.5rem;
  --font-size-h3: 1.5625rem;
  --font-size-p: 1rem;
  --font-size-subtitle: 0.8125rem;
  --border-radius: 0.25rem;
}

html {
  background: var(--bg-light);
  color: var(--text-color-light);
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

hr {
  border-top: 1px solid #E1E1E160;
}

hr.transparent {
  border-top: 1px solid var(--border-color);
}

hr.full-width {
  min-width: 100vw;
}

p {
  font-size: var(--font-size-p);
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--text-color-light);
}

h1 {
  font-size: var(--font-size-h1);
  font-weight: bold;
  line-height: 6rem;
  letter-spacing: -0.03em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: var(--text-color-dark);
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: bold;
  line-height: 3rem;
  letter-spacing: -0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: var(--text-color-dark);
  margin: 0;
}

h3 {
  font-size: var(--font-size-h3);
  font-weight: bold;
  line-height: 1.75rem;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: var(--text-color-dark);
}

span.highlighted {
  color: var(--text-color-dark);
  font-weight: bold;
}

.subtitle {
  font-size: var(--font-size-subtitle);
  font-weight: 400;
  line-height: 1.25rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: var(--text-color-dark);
}

.section {
  max-width: 75rem;
  margin: 0 auto;
  padding: 3.5rem 6.25rem;
}

header {
  background-color: var(--bg-white);
  margin: 0 auto;
  color: var(--text-color-light);
  text-align: center;
}

#header-bar {
  background-color: var(--bg-light);
  height: 3rem;
}

#header-logo {
  margin: 3rem auto;
  font-size: 1.5625rem;
  max-width: 100%;
}

header img {
  max-height: 9rem;
  margin-right: 1rem;
}

header .btn {
  width: min-content;
  font-size: var(--font-size-p);
}

#intro-section {
  max-width: 100%;
  min-height: 32rem;
  background-image: url("../img/header.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#intro-section h2 {
  color: var(--bg-white);
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
}

#hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
}

#hero-content {
  display: flex;
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#hero-content h1 {
  margin: 1.875rem 0;
}

#hero-content p {
  max-width: 35rem;
}

#bands-section {
  max-width: 87.5rem;
}

#bands-section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

#bands-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1.25rem;
  margin-top: 3rem;
}

.band {
  display: flex;
  flex-direction: column;
  max-width: 30rem;
  padding: 1.875rem;
  background-color: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */

  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
  box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
}

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

.band-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.band-info > * {
  margin: 1.25rem 0;
}

.band-thumbnail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1.25;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border-radius: var(--border-radius);
}

.play-icon {
  width: 2.5rem;
}

.band-thumbnail iframe,
.preparation iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: var(--border-radius);
}

.band-thumbnail.video-playing,
.preparation.video-playing {
  background-image: none !important; /* Remove background when video is playing */
}

.band-thumbnail.video-playing iframe,
.preparation.video-playing iframe {
  opacity: 1;
}

.band-thumbnail.video-playing img,
.preparation.video-playing img {
  display: none;
}

.preparation.video-playing .preparation-info {
  opacity: 0;
}

.band-name {
  margin: 2rem 0 0 0;
  text-transform: uppercase;
}

.band-description {
  text-align: left;
}

.band-repertoire {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.band-repertoire-item {
  padding: 0.625rem 1rem;
  border: 1px solid var(--border-color);
  border-radius: 2.5rem;
}

.band-instruments {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
}

.band-instrument {
  width: 1.5rem;
  color: var(--text-color-light);
  padding: 0.5rem 1.25rem;
  background-color: var(--border-color);
  border-radius: 2.5rem;
}

.band-members {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 1rem 0 0;
}

.band-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.member-avatar {
  width: 3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #666;
}

.member-avatar:hover {
  transform: scale(3);
}

.member-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-instrument {
  font-size: 0.875rem;
  color: #666;
}

.band-contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
}

.band-contact > a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  gap: 0.625rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--border-color);
  border-radius: 2.5rem;
  color: var(--text-color-dark);
  text-decoration: none;
  white-space: nowrap;
}

.band-contact > a > img {
  width: 1rem;
}

.band-website {
  text-transform: uppercase;
}

.band a:hover,
.band input:hover {
  background-color: var(--bg-white-higlight);
}

.info {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 3rem;
  letter-spacing: -0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--text-color-dark);
}

#benefits-section h2 {
  text-align: center;
  margin-bottom: 5rem;
}

.benefits-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  margin-top: 1.875rem;
}

.benefit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  padding: 0.5rem 2.5rem;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: var(--bg-white);
  color: var(--text-color-light);
  border: 1px solid var(--border-color);
  border-radius: 15rem;
}

.benefit:hover {
  background-color: var(--bg-white-higlight);
}

.benefit:hover > h3 {
  color: var(--bg-dark);
}

.benefit > h3 {
  margin: 0;
}

.benefit > img {
  width: 3.125rem;
}

#cta-section {
  display: flex;
  align-items: center;
  gap: 5rem;
}

#cta-section > img {
  max-width: 50%;
  border-radius: var(--border-radius);
}

#cta-content p {
  margin: 2rem 0;
  text-align: left;
}

.phone {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  gap: 0.625rem;
  padding: 1rem 1rem;
  background-color: var(--bg-white);
  border: 1px solid var(--border-color);
  border-radius: 2.5rem;
  color: var(--text-color-dark);
  text-decoration: none;
}

.phone > img {
  width: 1rem;
}

.phone:hover {
  background-color: var(--bg-white-higlight);
  color: var(--bg-dark);
}

.phone:hover > img {
  filter: brightness(0.3);
}

#preparation-list {
  display: flex;
  gap: 1.25rem;
}

.preparation {
  position: relative;
  height: 36rem;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
  padding: 3.125rem 1.875rem;
  cursor: pointer;
  border-radius: var(--border-radius);
}

.preparation-info {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: var(--bg-white);
  border-radius: 7.5rem;
  padding: 1.0rem 1.875rem 1.0rem 1.25rem;
  gap: 1rem;
}

.preparation-play-btn {
  width: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  background-color: var(--bg-dark);
  border-radius: 100%;
  border: 6px solid var(--text-color-dark);
}

.preparation-play-btn img {
  width: 1rem;
}

.preparation:nth-child(1) {
  background: linear-gradient(to bottom, #00000030, #00000030), url('/img/preparation-1.jpg') center center no-repeat;
}

.preparation:nth-child(2) {
  background: linear-gradient(to bottom, #00000030, #00000030), url('/img/preparation-2.jpg') center center no-repeat;
}

.preparation:nth-child(3) {
  background: linear-gradient(to bottom, #00000030, #00000030), url('/img/preparation-3.png') center center no-repeat;
}

footer {
  background-color: var(--bg-white);
  padding: 7.5rem 7.5rem 1.875rem 7.5rem !important;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

#footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.5rem;
}

#footer-content > * {
  flex: 1;
}

#footer-content > p {
  font-size: 1.5625rem;
  line-height: 2rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  margin: 0;
}

#dijamantska > p {
  font-size: 2.5rem;
  line-height: 2rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  margin: 0;
}

#footer-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

#footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 7.5rem;
}

#footer-bottom img {
  width: 3.125rem;
}

.btn {
  width: min-content;
  border-radius: 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border: 1px solid #929291;
  padding: 0.625rem 0.9375rem;
  color: var(--text-color-dark);
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}

.btn img {
  width: 1rem;
}

.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.video-wrapper {
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-container {
  position: relative;
  min-height: 360px;
  height: calc(100vh - 120px);
  width: 100%;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.close-button {
  z-index: 1000;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
}

.date-checker-container {
  position: relative;
  width: 100%;
}

.date-input {
  position: relative;
  width: 100%;
  padding: 0.75rem 7.5rem 0.75rem 1.5rem;
  background-color: transparent;
  border: 1px solid var(--border-color);
  border-radius: 9999px;
  color: var(--text-color-dark);
  letter-spacing: 0.025rem;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  cursor: pointer;
}

[data-vc-theme=dark].vc {
  background-color: #393939 !important;
}

[data-vc-theme=light].vc[data-vc-input] {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1) !important;
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1) !important;
  box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1) !important;
}

.vc {
  width: 100%;
  max-width: 24rem;
}

[data-vc-date],
[data-vc-months-month],
[data-vc-years-year] {
  aspect-ratio: 1;
}

[data-vc-date] button,
[data-vc-months-month] button,
[data-vc-years-year] button {
  aspect-ratio: 1;
  background-color: transparent !important;
  color: var(--text-color-light) !important;
}

[data-vc-date-disabled] button {
  color: #f43f5e !important;
}

[data-vc-date-selected] button {
  background-color: var(--bg-white-higlight) !important;
  color: var(--bg-dark) !important;
}

[data-vc-date-month="prev"] button,
[data-vc-date-month="next"] button {
  opacity: 0.5 !important;
}

[data-vc-date]:not([data-vc-date-disabled]) button.available {
  color: var(--text-color-available) !important;
}

[data-vc-date]:not([data-vc-date-disabled]) button.unavailable {
  color: var(--text-color-unavailable) !important;
}

input[type="text"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* Hide clear button in Edge */
.date-input::-ms-clear,
.date-input::-ms-reveal {
  display: none;
}

/* Normalize placeholder color across browsers */
input::placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder {
  color: #000;
  opacity: 0;
}

input[type="text"]::placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="text"]::-moz-placeholder {
  color: var(--text-color-dark);
  opacity: 1;
}

.date-input::placeholder,
.date-input::-ms-input-placeholder,
.date-input::-webkit-input-placeholder,
.date-input::-moz-placeholder {
  color: var(--text-color-dark);
  opacity: 1;
}
.date-input:-ms-input-placeholder {
  color: var(--text-color-dark);
}
.date-input::-ms-input-placeholder {
  color: var(--text-color-dark);
}

/* Override default text color for all browsers */
.date-input,
.date-input::-webkit-datetime-edit,
.date-input::-webkit-datetime-edit-fields-wrapper,
.date-input::-webkit-datetime-edit-text,
.date-input::-webkit-datetime-edit-month-field,
.date-input::-webkit-datetime-edit-day-field,
.date-input::-webkit-datetime-edit-year-field {
  color: var(--text-color-dark);
}

/* Style for unfilled date (placeholder) */
.date-input::-webkit-datetime-edit-fields-wrapper {
  color: var(--text-color-dark);
}

/* Style for filled date */
.date-input.has-value::-webkit-datetime-edit-fields-wrapper {
  color: var(--text-color-light);
}

/* Additional mobile-specific adjustments */
@supports (-webkit-touch-callout: none) {
  /* iOS-specific styles */
  .date-input {
    background-clip: padding-box;
  }
}

.date-input:focus {
  outline: none;
}

/* Hide the default date input content but keep it functional */
.date-input::-webkit-datetime-edit {
  opacity: 0;
}
.date-input.has-value::-webkit-datetime-edit {
  opacity: 1; /* Show the actual date when selected */
}

.date-placeholder {
  width: 100%;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-color-dark);
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}

.date-placeholder > img {
  width: 2rem;
}
.date-placeholder-naslov > img {
  width: 2.0rem;
}
.date-placeholder-naslov {
  width: 100%;
  position: static;
  left: 0;
 font-size: 0.75em;
  color:#FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;

}

/* Hide placeholder when date is selected */
.date-input.has-value + .date-placeholder {
  display: none;
}

.availability-status {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.status-available {
  color: var(--text-color-available);
}

.status-unavailable {
  color: var(--text-color-unavailable);
}

.status-checking {
  color: var(--text-color-dark);
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

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

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

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

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

@media (max-width: 1280px) {
  :root {
    --font-size-h1: 5rem;
    --font-size-h2: 2rem;
  }

  .band-contact {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  :root {
    --font-size-h1: 4rem;
    --font-size-h2: 1.75rem;
    --font-size-h3: 1.25rem;
    --font-size-p: 1rem;
  }

  h1 {
    line-height: 4.5rem;
  }

  h2 {
    line-height: 2.25rem
  }

  #intro-section h2 {
    font-size: 2rem;
  }

  .section {
    padding: 5.5rem 3rem
  }

  #bands-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefits-list {
    flex-wrap: wrap;
  }

  .benefit {
    padding: 1.25rem 2.5rem;
    gap: 1.5rem;
  }

  .benefit > img {
    width: 2rem;
  }

  #cta-section {
    gap: 3rem;
  }

  #preparation-list {
    flex-direction: column;
    gap: 2.25rem
  }

  .preparation {
    height: 28rem;
  }

  .preparation-info {
    padding: 1rem 1.875rem 1rem 1.25rem;
  }

  #footer-content {
    flex-direction: column;
    gap: 3.5rem;
  }

  footer {
    padding: 5.5rem 3rem 1.875rem 3rem !important;
  }
}

@media (max-width: 768px) {
  :root {
    --font-size-h1: 3.5rem;
    --font-size-h2: 1.875rem;
    --font-size-h3: 1rem;
    --font-size-p: 0.875rem;
  }

  h1 {
    line-height: 4rem;
  }

  h2 {
    line-height: 2rem
  }

  #intro-section h2 {
    font-size: 2rem;
  }

  .section {
    padding: 4rem 3rem;
  }

  #header-logo {
    font-size: 1.5625rem;
  }

  .subtitle {
    margin-bottom: 0.5rem;
  }

  #bands-section-header {
    justify-content: unset;
    align-items: start;
    flex-direction: column-reverse;
  }

  #bands-list {
    margin-top: 3rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .band {
    margin: 0 auto;
  }

  .band-info {
    margin-top: 2.5rem;
  }

  .band-name {
    font-size: 1.5rem;
  }

  #cta-section {
    flex-direction: column;
  }

  #cta-section > img {
    max-width: 100%;
  }

  .preparation-info {
    padding: 0.75rem;
  }
}

@media (max-width: 560px) {
  :root {
    --font-size-h1: 3rem;
    --font-size-h2: 2rem;
    --font-size-h3: 1rem;
    --font-size-p: 0.875rem;
  }

  h1 {
    line-height: 3.5rem;
  }

  h2 {
    line-height: 2rem
  }

  #intro-section {
    min-height: 25rem;
  }

  #intro-section h2 {
    font-size: 2rem;
  }

  .section {
    padding: 3rem 1rem;
  }

  header {
    justify-content: center;
    padding: 2rem 1.5rem;
  }

  #header-logo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  header .btn {
    display: none;
  }

  .band {
    padding: 1.5rem;
  }

  .vc {
    max-width: 22rem;
  }

  .benefit {
    width: 100%;
  }

  .preparation {
    padding: 2rem 1rem;
  }

  footer {
    padding: 3rem 2rem 1.875rem 2rem !important
  }

  #footer-content > p {
    font-size: 1.2rem;
    line-height: 1.875rem;
  }

  #footer-buttons .btn {
    width: 100%;
  }

  #footer-bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
  }
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

