/* =======================================
   GeschmackReise München – Scandinavian Clean CSS
   ======================================= */

/* ---------- CSS RESET ---------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html { box-sizing: border-box; scroll-behavior: smooth; background: #FAFAF8; }
*, *:before, *:after { box-sizing: inherit; }
body { line-height: 1.6; background: #FAFAF8; color: #2B3240; }

/* Typography Font Import */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@600&family=Open+Sans:wght@400;600&display=swap');

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  background: #F7F8F6;
  color: #2B3240;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif;
  font-weight: 600;
  margin-bottom: 16px;
  color: #26547C;
  letter-spacing: 0.01em;
  line-height: 1.18;
}
h1 { font-size: 2.6rem; margin-bottom: 20px; }
h2 { font-size: 2rem; margin-bottom: 18px; }
h3 { font-size: 1.3rem; margin-bottom: 10px; color: #346794; }
h4, h5, h6 { font-size: 1.1rem; }

p, ul, ol, li, address { font-family: 'Open Sans', Arial, sans-serif; font-size: 1rem; color: #2B3240; margin-bottom: 12px; }
strong { color: #26547C; font-weight: 600; }
a { color: #26547C; text-underline-offset: 2px; transition: color .2s; }
a:hover, a:focus { color: #F6C667; text-decoration: underline; }

.subheadline { font-size: 1.25rem; color: #346794; font-family: 'Open Sans', Arial, sans-serif; margin-bottom: 20px; letter-spacing: 0.01em; }

/* ---------- Container & Layout ---------- */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #FFF;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(38, 84, 124, 0.05);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-grid, .country-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.feature-grid > div, .country-grid > div {
  background: #F4F7FA;
  border-radius: 14px;
  padding: 24px 24px 18px 24px;
  flex: 1 1 210px;
  min-width: 230px;
  box-shadow: 0 1px 3px rgba(60, 84, 99, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.feature-grid img, .country-grid img {
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
}

.card-container, .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #FFF;
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(38, 84, 124, 0.06);
  margin-bottom: 20px;
  position: relative;
  padding: 24px;
  min-width: 230px;
  flex: 1 1 230px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.service-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
.service-section > div {
  flex: 1 1 180px;
  min-width: 200px;
  padding: 0 8px;
}

.testimonials-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}

.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background: #FAFCFF;
  border-left: 5px solid #F6C667;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(38, 84, 124, 0.04);
  color: #1B2330;
  font-size: 1.08rem;
  transition: box-shadow .22s;
}
.testimonial-card:hover {
  box-shadow: 0 4px 18px rgba(38, 84, 124, 0.13);
}
.testimonial-card p { color: #1B2330; font-size: 1.08rem; margin: 0; }
.testimonial-card span { display: block; font-size: 0.97rem; color: #346794; margin-left: auto; margin-right: 0; font-weight: 500; }

.review-summary, .before-after {
  background: #FFF9E7;
  border-radius: 11px;
  padding: 12px 18px;
  font-size: 1.08rem;
  margin-bottom: 12px;
  color: #663800;
}

.category-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.category-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #F4F7FA;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 1.07rem;
  color: #26547C;
}
.category-list li img { width: 18px; height: 18px; margin-right: 3px; }
.category-list li span {
  background: #F6C667;
  color: #183250;
  font-size: 0.97rem;
  border-radius: 9px;
  padding: 3px 11px;
  margin-left: auto;
}

ul, ol { margin-left: 24px; }
ul li, ol li {
  margin-bottom: 8px;
}

.expert-qna {
  background: #F5F8F7;
  border-radius: 10px;
  padding: 18px 16px;
  margin-bottom: 12px;
  font-size: 1.04rem;
}

.quick-links {
  margin-top: 18px;
  font-size: 1.05rem;
  color: #2B3240;
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.quick-links a {
  color: #26547C;
  text-decoration: underline;
}

.confirmation-message {
  background: #F0F3F7;
  border-radius: 12px;
  padding: 14px 24px;
  margin-bottom: 12px;
}
.next-steps ul {
  margin: 0 0 0 16px;
  padding: 0;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 14px;
  justify-content: flex-start;
}
.footer-nav a {
  color: #26547C;
  font-size: 1rem;
  text-decoration: none;
  transition: color .19s;
}
.footer-nav a:hover { color: #F6C667; }
address {
  font-size: 0.98rem;
  color: #405066;
  font-style: normal;
  margin-bottom: 8px;
}
.footer-copy {
  font-size: 0.95rem;
  color: #93ADC5;
  margin-top: 6px;
}

/* ---------- Header & Navigation ---------- */
header {
  background: #FFF;
  border-bottom: 2.5px solid #F6C66711;
  padding: 0 0 0 0;
  box-shadow: 0 2px 16px 0 rgba(38, 84, 124, 0.04);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
header .container {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  position: relative;
  justify-content: space-between;
}
nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
nav a {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  color: #26547C;
  text-decoration: none;
  padding: 7px 0;
  border-bottom: 2.5px solid transparent;
  transition: color .17s, border-color .17s;
}
nav a:hover, nav a:focus {
  color: #F6C667;
  border-color: #F6C667;
  background: transparent;
}
header img {
  height: 38px;
  margin-right: 12px;
}

/* CTA Buttons */
.cta-primary, .cta-secondary{
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  border-radius: 28px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 13px 34px;
  font-size: 1.11rem;
  margin-top: 14px;
  box-shadow: 0 2px 10px 0 rgba(38, 84, 124, 0.04);
  transition: background .21s, color .21s, box-shadow .22s, transform .13s;
  text-decoration: none;
}
.cta-primary {
  background: #26547C;
  color: #fff;
  letter-spacing: 0.03em;
  border: 1.5px solid #26547C;
}
.cta-primary:hover, .cta-primary:focus {
  background: #F6C667;
  color: #26547C;
  border: 1.5px solid #F6C667;
  box-shadow: 0 4px 14px 0 rgba(38, 84, 124, 0.09);
  transform: translateY(-2px) scale(1.01);
}
.cta-secondary {
  background: #F6C667;
  color: #26547C;
  border: 1.5px solid #F6C667;
}
.cta-secondary:hover, .cta-secondary:focus {
  background: #26547C;
  color: #FFF;
  border: 1.5px solid #26547C;
  box-shadow: 0 4px 14px 0 rgba(246, 198, 103, 0.12);
  transform: translateY(-2px) scale(1.01);
}

/* Hamburger Mobile Menu */
.mobile-menu-toggle {
  display: none;
  background: #fff;
  color: #26547C;
  border: none;
  font-size: 2.2rem;
  padding: 0 11px;
  border-radius: 9px;
  cursor: pointer;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: background .15s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #F6C66722;
  color: #F2A800;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 220;
  background: rgba(246, 198, 103, 0.94);
  transform: translateX(-110vw);
  transition: transform .37s cubic-bezier(0.77,0,0.175,1);
  box-shadow: 0 16px 42px 0 rgba(38, 84, 124, 0.11);
  padding-top: 28px;
}
.mobile-menu.open {
  transform: translateX(0);
  animation: slidein-menu .41s cubic-bezier(0.77,0,0.175,1);
}
@keyframes slidein-menu {
  from { transform: translateX(-110vw); }
  to { transform: translateX(0); }
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #26547C;
  font-size: 2.1rem;
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
  z-index: 280;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 28px;
  margin-top: 60px;
  font-size: 1.28rem;
  width: 100vw;
  padding-left: 46px;
}
.mobile-nav a {
  color: #26547C;
  text-decoration: none;
  font-size: 1.19rem;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 10px 0;
  font-weight: 600;
  transition: color .21s, background .21s;
  width: 100%;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #FFF;
  background: #34679444;
}


/* ------ Cookie Consent Banner ------ */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 3000;
  background: #FFF;
  box-shadow: 0 -4px 26px 0 rgba(38, 84, 124, 0.14);
  border-top: 2px solid #F6C667;
  padding: 18px 10vw 18px 10vw;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  animation: slidein-cookie .44s;
}
@keyframes slidein-cookie {
  from { transform: translateY(100px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner p { color: #26547C; font-size: 1rem; margin: 0; }
.cookie-banner-buttons {
  display: flex;
  gap: 12px;
}
.cookie-banner .cookie-btn {
  font-family: 'Open Sans', Arial, sans-serif;
  background: #26547C;
  color: #FFF;
  border: none;
  border-radius: 20px;
  font-size: 1rem;
  padding: 8px 18px;
  margin: 0 2px;
  cursor: pointer;
  transition: background .18s, color .18s;
}
.cookie-banner .cookie-btn:hover {
  background: #F6C667;
  color: #26547C;
}
.cookie-banner .cookie-btn-light {
  background: #F6C667;
  color: #26547C;
  border: 1px solid #F6C667;
}
.cookie-banner .cookie-btn-light:hover {
  background: #FFF;
  color: #26547C;
  border: 1px solid #26547C;
}

/* Cookie Modal */
.cookie-modal-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw; height: 100vh;
  background: rgba(38, 84, 124, 0.16);
  align-items: center;
  justify-content: center;
  animation: fadein-modal .25s;
}
@keyframes fadein-modal {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal-overlay.open { display: flex; }
.cookie-modal {
  background: #FFF;
  border-radius: 16px;
  box-shadow: 0 12px 42px 0 rgba(38, 84, 124, 0.14);
  padding: 34px 28px;
  width: 96vw;
  max-width: 420px;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  gap: 22px;
  animation: modalin .26s;
}
@keyframes modalin {
  from { transform: translateY(70px) scale(0.85); opacity: 0; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}
.cookie-modal h3 {
  font-size: 1.28rem;
  color: #26547C;
  margin-bottom: 10px;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0 8px 0;
}
.cookie-modal .cookie-category input[type="checkbox"] {
  accent-color: #F6C667;
  width: 22px;
  height: 22px;
  margin-left: 9px;
}
.cookie-modal .cookie-category[aria-disabled="true"] input[type="checkbox"] {
  accent-color: #bdbdbd;
}
.cookie-modal .cookie-close {
  background: none;
  border: none;
  color: #26547C;
  font-size: 1.65rem;
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}
.cookie-modal-btns {
  display: flex;
  gap: 9px;
  margin-top: 11px;
}
.cookie-modal-btns button {
  font-family: 'Open Sans', Arial, sans-serif;
  background: #F6C667;
  color: #26547C;
  border: 1px solid #F6C667;
  border-radius: 20px;
  padding: 7px 16px;
  cursor: pointer;
  font-size: 1rem;
  transition: background .18s, color .18s, border .14s;
}
.cookie-modal-btns button:hover { background: #26547C; color: #fff; border-color: #26547C; }


/* ---------- Responsive Layout & Mobile ---------- */
@media (max-width: 1024px) {
  .feature-grid, .country-grid, .service-section, .content-grid, .testimonials-slider {
    gap: 18px;
  }
  .container { padding-left: 10px; padding-right: 10px; }
}
@media (max-width: 900px) {
  nav { gap: 9px; }
  .service-section, .country-grid { flex-direction: column; gap: 22px; }
}
@media (max-width: 820px) {
  h1 { font-size: 2.1rem; }
  h2 { font-size: 1.45rem; }
  .feature-grid, .country-grid, .testimonials-slider { flex-direction: column; gap: 18px; }
}
@media (max-width: 768px) {
  header .container { gap: 10px; }
  nav, .footer-nav { display: none !important; }
  .mobile-menu-toggle {
    display: flex;
  }
  .content-wrapper, .service-section, .feature-grid, .country-grid, .testimonials-slider, .card-container, .card-grid, .content-grid {
    flex-direction: column;
    gap: 18px;
  }
  .text-image-section { flex-direction: column; gap: 18px; align-items: flex-start; }
  .section { padding: 25px 8px; margin-bottom: 36px; gap: 13px; }
  .testimonial-card { flex-direction: column; align-items: flex-start; gap: 7px; padding: 12px; }
  .category-list { gap: 9px; }
  .cookie-banner {
    flex-direction: column;
    gap: 10px;
    padding: 12px 12px 12px 12px;
    text-align: left;
    font-size: 0.95rem;
  }
}
@media (max-width: 570px) {
  h1 { font-size: 1.16rem; margin-bottom: 8px; }
  h2 { font-size: 1rem; margin-bottom: 7px; }
  .section { padding: 13px 3vw; margin-bottom: 21px; }
  .feature-grid > div, .country-grid > div, .card {
    min-width: unset;
    padding: 15px 10px 10px 10px;
  }
  .container { padding-left: 3px; padding-right: 3px; }
  .mobile-nav { font-size: 1rem; padding-left: 14px; gap: 16px; }
  .cookie-modal { padding: 23px 6px; }
}

/* Hide mobile banner on print */
@media print {
  .mobile-menu, .mobile-menu-toggle, .cookie-banner, .cookie-modal-overlay { display: none !important; }
}


/* ---------- Utility classes ---------- */
.hide { display: none !important; }
.show { display: flex !important; }
.gap-12 { gap: 12px; }
.rounded-10 { border-radius: 10px; }
.shadowed { box-shadow: 0 2px 14px 0 rgba(38, 84, 124, 0.05); }

/* ---------- Miscellaneous & Details ---------- */
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.contact-details img { width: 18px; height: 18px; margin-right: 9px; vertical-align: -4px; }
.contact-details p, .contact-details a { display: flex; align-items: center; font-size: 1.07rem; color: #26547C; text-decoration: none; }

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-accordion h3 {
  cursor: pointer;
  position: relative;
  padding-right: 18px;
  color: #26547C;
  font-size: 1.13rem;
}
.faq-accordion p { margin-left: 2px; }

/* Keyboard accessibility: focus rings */
a:focus, button:focus, .cta-primary:focus, .cta-secondary:focus,
.cookie-btn:focus, .cookie-modal-btns button:focus {
  outline: 2px solid #26547C;
  outline-offset: 2px;
  z-index: 1;
}

/* ---------- Animations for micro-interactions ---------- */
.cta-primary, .cta-secondary, .cookie-btn, .cookie-modal-btns button {
  transition: background .19s, color .19s, box-shadow .21s, border .17s, transform .15s;
}
.card:hover, .feature-grid > div:hover, .country-grid > div:hover {
  box-shadow: 0 4px 18px 0 rgba(38, 84, 124, 0.13);
  transform: translateY(-2px) scale(1.01);
  cursor: pointer;
}

/* visually hide elements for accessibility (not display: none!) */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

/* ---------- END OF CSS ---------- */
