/* ============================
   Global Styles
============================ */

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #ffffff;
  background-image: url('iStock-1246619056.jpeg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  line-height: 1.6;
}

a {
  color: #cce6ff;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  margin-top: 0;
}

p {
  color: #ffffff;
}

/* ============================
   Header & Navigation
============================ */

header {
  background: transparent !important;
  padding: 28px 20px 14px;
  color: #ffffff;
}

/* Three-column table: logo | title | flag */
.header-table {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 10px auto;
}

.header-table table {
  width: 100%;
  border-collapse: collapse;
}

.header-cell {
  vertical-align: middle;
  padding: 4px 0;
}

.left-cell {
  width: 20%;
  text-align: left;
  position: relative;
}

.center-cell {
  width: 60%;
  text-align: center;
}

.right-cell {
  width: 20%;
  text-align: right;
  position: relative;
}

.left-cell .logo {
  position: relative;
  left: 70px;
}

.right-cell .flag-icon-right {
  position: relative;
  right: 70px;
}
/* Logo and Flag */

.logo {

  height: 100px;       /* was 60px */

  max-height: none;

  width: auto;

  filter: brightness(0) invert(1);

}

.flag-icon-right {

  height: 55px;        /* was 32px */

  max-height: none;

  width: auto;

  border-radius: 2px;

}

/* Modern premium title */
.header-table .site-title {
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

.header-table .site-title .brand-main {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  font-size: 2.6rem;
  letter-spacing: 0.5px;
}

.header-table .site-title .brand-sub {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 3px;
  opacity: 0.9;
}

.header-table p {
  margin: 8px 0 0 0;
  font-size: 0.92rem;
  color: #e5f1ff;
  text-align: center;
  letter-spacing: 0.3px;
}

/* Navigation */
nav {
  text-align: center;
  margin-top: 10px;
}

nav a {
  display: inline-block;
  margin: 0 12px;
  font-weight: 500;
}

/* ============================
   Main Content
============================ */

main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px 40px;
  background: transparent !important;
}

h2 {
  border-bottom: 2px solid #cce6ff;
  padding-bottom: 4px;
  margin-bottom: 16px;
  display: inline-block;
}



/* ============================
   Footer
============================ */

footer {
  text-align: center;
  padding: 18px 10px 22px;
  color: #ffffff;
  background: transparent !important;
}

footer a {
  color: #cce6ff;
}

.visitor-counter {
  margin: 8px 0 0;
  font-size: 0.9rem;
  color: #e5f1ff;
  opacity: 0.9;
}

/* ============================
   Summary Logos
============================ */

.summary-logos {
  display: flex;
  gap: 3px;
  margin: 15px 0 25px 0;
  align-items: center;
  flex-wrap: wrap;
}

.summary-logos img {
  height: 80px;
  opacity: 0.9;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.summary-logos img:hover {
  transform: scale(1.15);
  opacity: 1;
}

/* ============================
   Responsive Design
============================ */

@media (max-width: 768px) {
  .header-table table,
  .header-table tr,
  .header-table td {
    display: block;
    width: 100%;
  }

  .header-cell,
  .left-cell,
  .center-cell,
  .right-cell {
    text-align: center;
    padding: 8px 0;
  }

  .logo {
    height: 55px;
  }

  .flag-icon-right {
    height: 28px;
  }

  .header-table .site-title {
  line-height: 1.02;
}

.header-table .site-title .brand-main {
  font-size: 1.95rem;
  letter-spacing: 0.5px;
}

.header-table .site-title .brand-sub {
  font-size: 0.9rem;
  letter-spacing: 2px;
}

  .header-table p {
    font-size: 0.88rem;
  }

  .slide img {
    width: 90%;
  }

  .left-cell .logo {
    left: 0;
  }

  .right-cell .flag-icon-right {
    right: 0;
  }

  nav {
    line-height: 2.1;
  }

}
/* ============================
   Porsche Tour Page
============================ */

/* Smooth scrolling when clicking menu links */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}


/* ============================
   Introduction
============================ */

.intro-section {
  margin-bottom: 50px;
}

.intro-section h1 {
  margin-bottom: 8px;
}

.lead {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #cce6ff;
}


/* ============================
   About Me
============================ */

.profile-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  align-items: center;
  margin: 30px 0 60px;
}

.profile-text {
  min-width: 0;
}

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

.profile-image img {
  display: block;

  /* Change this value to make the image larger or smaller */
  width: 100%;
  max-width: 500px;

  height: auto;
  margin: 0 auto;

  border-radius: 10px;

  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.4);
}

.profile-image .profile-elevation-image {
  margin-top: 20px;
}


/* ============================
   Porsche
============================ */

.car-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  align-items: center;
  margin: 30px 0 60px;
}

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

.car-image img {
  display: block;

  width: 100%;
  max-width: 500px;

  height: auto;
  margin: 0 auto;

  border-radius: 10px;

  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.4);
}

.car-details {
  padding-left: 22px;
}

.car-details li {
  margin-bottom: 6px;
}


/* ============================
   Day Navigation
============================ */

.day-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin: 15px 0 45px;
}

.day-navigation a {
  display: inline-block;

  padding: 8px 15px;

  color: #ffffff;

  background:
    rgba(0, 85, 165, 0.75);

  border:
    1px solid rgba(255, 255, 255, 0.25);

  border-radius: 6px;

  font-weight: 600;
}

.day-navigation a:hover {
  background:
    rgba(0, 119, 204, 0.95);

  text-decoration: none;
}


/* ============================
   Daily Sections
============================ */

.day-section {
  margin: 30px 0 80px;
  padding-top: 20px;
}

.day-header {
  display: flex;

  justify-content: space-between;

  align-items: flex-end;

  gap: 25px;

  margin-bottom: 18px;

  border-bottom:
    2px solid #cce6ff;
}

.day-header h2 {
  display: block;

  margin: 3px 0 8px;

  border-bottom: none;
}

.day-number {
  display: block;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 0.95rem;

  font-weight: 700;

  color: #cce6ff;

  text-transform: uppercase;

  letter-spacing: 1.5px;
}

.day-distance {
  margin-bottom: 10px;

  color: #e5f1ff;

  font-weight: 600;

  white-space: nowrap;
}

.day-summary {
  max-width: 850px;

  margin-bottom: 25px;
}

/* ============================
   Photos from Each Day
============================ */

.day-photo-section {
  margin: 28px 0 32px;
}

.day-photo-section h3 {
  margin-bottom: 14px;
}

.day-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.day-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.day-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.10);
}

.day-photo figcaption {
  padding: 11px 14px 13px;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #ffffff;
}


/* ============================
   Map and Hotel
============================ */

.day-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
}

.travel-card {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}

.travel-card > a {
  display: block;
}

.travel-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  background: rgba(0, 0, 0, 0.2);
}

.travel-card img:hover {
  opacity: 0.9;
}

.card-content {
  padding: 20px;
}

.card-content h3 {
  margin-bottom: 10px;
  font-family: "Montserrat", Arial, sans-serif;
}

.route-details,
.hotel-details {
  padding-left: 22px;
}

.route-details li,
.hotel-details li {
  margin-bottom: 6px;
}


/* ============================
   Links
============================ */

.card-links {
  display: flex;

  flex-wrap: wrap;

  gap: 10px 20px;

  margin-top: 20px;
}

.card-links a {
  font-weight: 600;

  text-decoration: underline;

  text-underline-offset: 3px;
}


/* ============================
   Practical Information
============================ */

.day-notes,
.planned-stops,
.mountain-passes {
  margin-top: 35px;
}

.travel-notes {
  padding-left: 22px;
}

.travel-notes li {
  margin-bottom: 7px;
}


/* ============================
   Mountain Pass
============================ */

.pass-card {
  max-width: 700px;

  padding: 20px;

  background:
    rgba(0, 0, 0, 0.35);

  border:
    1px solid
    rgba(255, 255, 255, 0.14);

  border-radius: 9px;
}

.pass-card h4 {
  margin-bottom: 12px;
}

.pass-card ul {
  padding-left: 22px;
}


/* ============================
   Back to Top
============================ */

.back-to-top {
  margin-top: 30px;

  text-align: right;
}

.back-to-top a {
  font-weight: 600;
}


/* ============================
   Mobile
============================ */

@media (max-width: 768px) {

  .profile-section,
  .car-section,
  .day-grid {
    grid-template-columns: 1fr;
  }

  .profile-section,
  .car-section {
    gap: 22px;

    margin-bottom: 45px;
  }

  .profile-image img,
  .car-image img {
    width: 100%;

    max-width: 550px;
  }

  .car-image {
    order: 2;
  }

  .car-text {
    order: 1;
  }

  .day-header {
    display: block;
  }

  .day-distance {
    margin:
      0 0 10px;

    white-space: normal;
  }

  .travel-card img {
    height: auto;

    max-height: 350px;
  }

}

@media (max-width: 850px) {
  .day-photo-grid {
    grid-template-columns: 1fr;
  }
}

.country-flags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
  font-size: 60px;
  line-height: 1;
}

.country-flags span {
  display: inline-block;

}
.route-details .double-underline {
  display: inline-block;
  border-bottom: 4px double currentColor;
  padding-bottom: 2px;
}
.zoomable-map {
  cursor: zoom-in;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 25px;

  background: rgba(0, 0, 0, 0.92);

  cursor: zoom-out;
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox img {
  display: block;

  width: auto;
  max-width: 95vw;

  height: auto;
  max-height: 88vh;

  object-fit: contain;

  border-radius: 8px;
}

.image-lightbox p {
  margin: 12px 0 0;
  color: #ffffff;
  font-size: 15px;
}
.club-text.red-text {
  color: red;
}
.whatsapp-button {
    display: inline-block;
    padding: 12px 24px;
    background: #25D366;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
    background: #1DA851;
    color: #fff;
    text-decoration: none;
}
.whatsapp-link {
    color: #25D366;
    font-weight: 600;
    text-decoration: none;
}

.whatsapp-link:hover {
    color: #1DA851;
    text-decoration: underline;
}
/* ============================
   Utvidbar rutedetaljboks
============================ */

.route-details-box {
  margin: 28px 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  overflow: hidden;
}

.route-details-box summary {
  padding: 18px 22px;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  list-style-position: inside;
}

.route-details-box[open] summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.route-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 22px;
}

.route-facts-grid div {
  padding: 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}

.route-facts-grid strong {
  display: block;
  font-size: 1.25rem;
}

.route-facts-grid span {
  display: block;
  margin-top: 4px;
  font-size: 0.9rem;
  opacity: 0.85;
}

.route-detail-media {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 18px;
  margin: 20px 22px;
  align-items: start;
}

.route-detail-media figure {
  margin: 0;
}

.route-detail-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.route-detail-map img {
  max-height: 720px;
  object-fit: contain;
  object-position: center;
  background: rgba(0, 0, 0, 0.2);
  cursor: zoom-in;
}

.route-detail-elevation img {
  object-fit: contain;
  background: #ffffff;
}

.route-detail-media figcaption {
  margin-top: 8px;
  font-size: 0.9rem;
  opacity: 0.85;
}

.route-detail-text {
  margin: 20px 22px 22px;
}

.route-detail-text p {
  margin: 0 0 14px;
}

.route-detail-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .route-detail-media {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .route-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* ============================
   Nedlastinger
============================ */

.download-section {
  margin-top: 40px;
}

.download-main {
  margin: 25px 0 30px;
}

.download-all-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

  padding: 18px 22px;

  color: #ffffff;
  background: rgba(0, 119, 204, 0.9);

  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;

  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;

  text-decoration: none;
}

.download-all-button:hover {
  color: #ffffff;
  background: rgba(0, 145, 235, 1);
  text-decoration: none;
}

.download-all-button span {
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0.9;
}

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

.download-card {
  padding: 20px;

  background: rgba(0, 0, 0, 0.4);

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
}

.download-card h3 {
  margin-bottom: 8px;
}

.download-card p {
  margin: 0 0 16px;
}

.download-card a {
  display: inline-block;

  padding: 9px 14px;

  color: #ffffff;
  background: rgba(0, 85, 165, 0.8);

  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;

  font-weight: 600;
  text-decoration: none;
}

.download-card a:hover {
  background: rgba(0, 119, 204, 1);
  text-decoration: none;
}

@media (max-width: 700px) {
  .download-grid {
    grid-template-columns: 1fr;
  }

  .download-all-button {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}
/* ============================
   Valgfri ekstratur
============================ */

.optional-day-section {
  position: relative;
}

.optional-day-label {
  display: inline-block;
  margin: 0 0 22px;
  padding: 7px 13px;

  color: #ffffff;
  background: rgba(0, 119, 204, 0.88);

  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.optional-facts-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;

  margin: 25px 0;
}

.optional-facts-grid div {
  padding: 15px 10px;

  text-align: center;

  background: rgba(0, 0, 0, 0.4);

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
}

.optional-facts-grid strong {
  display: block;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.15rem;
}

.optional-facts-grid span {
  display: block;
  margin-top: 4px;

  font-size: 0.85rem;
  opacity: 0.85;
}

.optional-main-map {
  margin: 28px 0;
}

.optional-main-map img {
  display: block;
  width: 100%;
  height: auto;

  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.optional-main-map figcaption,
.optional-media-grid figcaption {
  margin-top: 9px;

  color: #e5f1ff;
  font-size: 0.9rem;
  line-height: 1.45;
}

.optional-pass-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;

  margin: 30px 0;
}

.optional-pass-card {
  position: relative;

  padding: 20px;

  background: rgba(0, 0, 0, 0.42);

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
}

.optional-pass-card h3 {
  margin: 5px 0 10px;
}

.optional-pass-card p {
  font-size: 0.93rem;
}

.optional-pass-card > strong {
  color: #cce6ff;
}

.pass-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 30px;
  height: 30px;

  background: rgba(0, 119, 204, 0.95);
  border-radius: 50%;

  font-weight: 700;
}

.optional-media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;

  margin: 30px 0;
  align-items: start;
}

.optional-media-grid figure {
  margin: 0;
}

.optional-media-grid img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 480px;

  object-fit: contain;

  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

@media (max-width: 900px) {
  .optional-facts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 700px) {
  .optional-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .optional-pass-grid,
  .optional-media-grid {
    grid-template-columns: 1fr;
  }
}
.signup-section {
  margin: 50px 0;
  padding: 35px;
  text-align: center;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
}

.signup-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #ff5a4f;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.signup-facts {
  max-width: 720px;
  margin: 25px auto;
  text-align: left;
}

.signup-facts li {
  margin-bottom: 10px;
}

.signup-button,
.signup-cta {
  display: inline-block;
  padding: 12px 20px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  background: #c62828;
  border-radius: 7px;
}

.signup-button:hover,
.signup-cta:hover {
  background: #e53935;
}

.signup-cta {
  margin-top: 15px;
}

.signup-note {
  margin-top: 12px;
  font-size: 0.9rem;
  opacity: 0.85;
}
.signup-heading {
  display: block;
  margin-bottom: 25px;
  text-align: center;
}

.signup-heading .signup-label {
  display: block;
  margin-bottom: 10px;
}

.signup-heading h2 {
  display: block;
  margin: 0;
}
nav .signup-button {
  margin-top: 15px;
}

/* ============================
   Language switch
============================ */

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: 18px;
  padding: 6px 10px;

  color: #ffffff;
  background: rgba(0, 0, 0, 0.28);

  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;

  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}

.language-switch:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
}

.language-flag {
  font-size: 1.15rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .language-switch {
    margin-left: 8px;
  }
}

/* ============================
   About trip and driver hero
============================ */

.about-driver-section {
  position: relative;
  min-height: 720px;
  margin: 40px 0 70px;
  padding: 55px;
  overflow: hidden;
  background: url("Images/ian-porsche-alps-background.jpg") center bottom / cover no-repeat;
  border-radius: 12px;
}

.about-driver-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 24, 70, 0.97) 0%, rgba(0, 35, 90, 0.9) 40%, rgba(0, 35, 90, 0.38) 68%, rgba(0, 0, 0, 0.08) 100%);
}

.about-driver-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 55px;
  align-items: start;
}

.about-driver-text { max-width: 570px; }

.about-driver-text h2 {
  margin: 0 0 16px;
  font-family: inherit;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: none;
}

.about-driver-text p {
  font-size: 1.05rem;
  line-height: 1.7;
}

.about-signature {
  margin-top: 35px;
  font-family: "Caveat", "Segoe Script", "Brush Script MT", cursive;
  font-size: 2.35rem !important;
  font-weight: 600;
  line-height: 1.1;
}

.about-driver-portrait {
  display: flex;
  justify-content: center;
}

.about-driver-portrait img {
  display: block;
  width: 100%;
  max-width: 390px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45);
}

@media (max-width: 850px) {
  .about-driver-section {
    min-height: auto;
    padding: 35px 25px;
    background-position: 65% bottom;
  }

  .about-driver-overlay { background: rgba(0, 28, 75, 0.86); }

  .about-driver-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-driver-portrait { order: -1; }
  .about-driver-portrait img { max-width: 300px; }
}

@media (max-width: 480px) {
  .about-driver-section {
    margin: 28px 0 45px;
    padding: 28px 18px;
    border-radius: 8px;
  }

  .about-driver-text p { font-size: 1rem; }
}

/* ============================
   Complete route overview
============================ */

.tour-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.tour-overview-grid figure {
  margin: 0;
}

.tour-overview-grid img {
  display: block;
  width: 100%;
  height: auto;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.tour-overview-grid figcaption {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  text-align: center;
}

@media (max-width: 850px) {
  .tour-overview-grid {
    grid-template-columns: 1fr;
  }

}

/* ============================
   Central interest registration
============================ */

.registration-main-link {
  margin-top: 0.65rem;
}

.registration-main-link a {
  color: #ffd400;
  font-weight: 700;
}

.private-trip-note {
  margin: 22px 0;
  padding: 18px 20px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.34);
  border-left: 4px solid #ffd400;
  border-radius: 8px;
}

.interest-form {
  margin-top: 28px;
  padding: 26px;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
}

.interest-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}

.form-field {
  min-width: 0;
}

.form-field label {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-weight: 700;
}

.form-field input,
.form-field select,
.form-field textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: #111111;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 7px;
  font: inherit;
}

.form-field textarea {
  min-height: 130px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 3px solid rgba(255, 212, 0, 0.35);
  outline-offset: 1px;
  border-color: #ffd400;
}

.form-field-full {
  margin-top: 18px;
}

.form-consent {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin: 20px 0 6px;
  color: #ffffff;
  line-height: 1.5;
}

.form-consent input {
  width: 19px;
  height: 19px;
  margin-top: 3px;
  flex: 0 0 auto;
}

.form-submit-button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.form-setup-warning {
  margin-top: 16px;
  padding: 12px 14px;
  color: #ffffff;
  background: rgba(198, 40, 40, 0.88);
  border-radius: 7px;
  font-weight: 700;
}

@media (max-width: 700px) {
  .interest-form {
    padding: 20px 16px;
  }

  .interest-form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ============================
   Registration confirmation
============================ */

.registration-success,
.registration-error {
  margin: 0 0 22px;
  padding: 16px 18px;
  color: #ffffff;
  border-radius: 8px;
  font-weight: 600;
}

.registration-success {
  background: rgba(32, 125, 72, 0.92);
  border: 1px solid rgba(150, 255, 190, 0.45);
}

.registration-error {
  background: rgba(170, 40, 40, 0.92);
  border: 1px solid rgba(255, 180, 180, 0.45);
}

.form-submit-button:disabled {
  opacity: 0.65;
  cursor: wait;
}

