/* ReiseWeber – Modern Gradient CSS Style – All Pages */

/* =========================== */
/* 1. CSS RESET  & NORMALIZE   */
/* =========================== */
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, main, 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 {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(22, 153, 126, 0.1);
}

body {
  line-height: 1.5;
  font-family: 'Roboto', Arial, sans-serif;
  background: linear-gradient(135deg, #fff 0%, #f8fafb 100%);
  color: #1B2430;
  min-height: 100vh;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #176C5E;
  font-weight: bold;
  line-height: 1.2;
}
h1 { font-size: 2.25rem; margin-bottom: 20px; }
h2 { font-size: 1.75rem; margin-bottom: 16px; }
h3 { font-size: 1.25rem; margin-bottom: 12px; }
h4, h5, h6 { font-size: 1rem; margin-bottom: 8px; }

@media (max-width: 768px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.25rem; }
  h3 { font-size: 1rem; }
}

p, li, a, span, strong, em {
  color: #253246;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
}

ul, ol {
  padding-left: 1.2em;
  margin-bottom: 20px;
}
ul li, ol li {
  margin-bottom: 10px;
}

strong { font-weight: 700; color: #176C5E; }
a {
  color: #176C5E;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #16997E;
  text-decoration: underline;
}

/* ========================= */
/* 2. STRUCTURE & SPACING   */
/* ========================= */
.container {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.section, section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: linear-gradient(120deg, rgba(76,224,179,0.06), rgba(23,108,94,0.04) 74%);
  border-radius: 24px;
  box-shadow: 0 4px 20px 0 rgba(28,40,57,0.07);
}

@media (max-width: 768px) {
  .container,
  section, .section {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

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

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(27,36,48, 0.07);
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 270px;
  flex: 1 1 0%;
  transition: transform 0.18s, box-shadow 0.18s;
}
.card:hover, .card:focus-within {
  box-shadow: 0 8px 36px 8px rgba(23,108,94,0.17);
  transform: translateY(-4px) scale(1.018);
  z-index: 3;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 24px;
  gap: 18px;
}

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: flex-start;
}
.feature-grid > div {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(27,36,48, 0.06);
  padding: 32px 24px;
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 240px;
  max-width: 350px;
  gap: 15px;
  transition: box-shadow 0.18s, transform 0.18s;
}
.feature-grid > div:hover {
  box-shadow: 0 4px 24px 4px rgba(76,224,179,0.10);
  transform: translateY(-3px) scale(1.012);
  z-index: 2;
}
.feature-grid img {
  width: 46px;
  height: 46px;
}

/* ================================*/
/* 3. HEADER & NAVIGATION         */
/* ================================*/
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  background: linear-gradient(100deg, #176C5E 80%, #4CE0B3 120%);
  box-shadow: 0 2px 18px 0 rgba(23,108,94, 0.10);
}
header > a img {
  height: 38px;
  width: auto;
}

.main-nav {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 500;
  transition: background 0.15s, color 0.15s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #4CE0B3;
  color: #176C5E;
}

.cta-btn {
  padding: 11px 28px;
  font-size: 1.1rem;
  background: linear-gradient(90deg, #4CE0B3 0%, #176C5E 120%);
  color: #fff;
  border-radius: 30px;
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  box-shadow: 0 2px 14px 0 rgba(76,224,179, 0.13);
  transition: background 0.18s, transform 0.14s, box-shadow 0.18s;
  text-align: center;
  text-decoration: none;
  margin-left: 18px;
  cursor: pointer;
  display: inline-block;
}
.cta-btn:hover, .cta-btn:focus {
  background: linear-gradient(90deg, #176C5E 0%, #16997E 100%);
  color: #fff;
  transform: translateY(-2px) scale(1.032);
  box-shadow: 0 4px 28px 4px rgba(23,108,94,0.15);
}

.mobile-menu-toggle {
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  display: none;
  margin-left: 14px;
  cursor: pointer;
  padding: 6px 9px;
  border-radius: 8px;
  transition: background 0.13s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #16997E;
  color: #fff;
}

@media (max-width: 990px) {
  .main-nav {
    gap: 12px;
  }
  .cta-btn {
    margin-left: 10px;
  }
}

@media (max-width: 850px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

/* ==== Mobile Menu Overlay ==== */
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(27,36,48,0.95);
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateX(100vw);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.37s cubic-bezier(.71,.14,.4,.99), opacity 0.22s;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}
.mobile-menu-close {
  font-size: 2.2rem;
  border: none;
  background: none;
  color: #fff;
  margin: 24px 30px 10px 0;
  cursor: pointer;
  z-index: 1110;
  align-self: flex-end;
  transition: color 0.12s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #4CE0B3;
}
.mobile-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  margin-top: 20px;
  padding: 0 32px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.22rem;
  padding: 16px 0;
  color: #fff;
  width: 100%;
  border-radius: 0;
  transition: color 0.12s, background 0.13s;
  border-bottom: 1px solid rgba(255,255,255,0.13);
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #4CE0B3;
  background: none;
}

@media (min-width: 851px) {
  .mobile-menu, .mobile-menu.open {
    display: none !important;
  }
}

/* ================================*/
/* 4. HERO / CTA SECTIONS          */
/* ================================*/
.hero {
  background: linear-gradient(115deg, #4CE0B3 2%, #176C5E 100%);
  color: #fff;
  border-radius: 0 0 38px 38px;
  box-shadow: 0 6px 32px 0 rgba(23,108,94,.09);
  padding-top: 64px;
  padding-bottom: 64px;
  margin-bottom: 54px;
}
.hero h1, .hero h2, .hero p {
  color: #fff !important;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 0 0 18px 18px;
  }
}

.cta {
  background: linear-gradient(90deg, #176C5E 65%, #4CE0B3 130%);
  color: #fff;
  border-radius: 42px;
  text-align: center;
  margin-bottom: 40px;
}
.cta h2, .cta p { color: #fff !important; }
.cta .cta-btn { margin-top: 20px; background: linear-gradient(90deg, #4CE0B3 0%, #16997E 100%); }
.cta .cta-btn:hover, .cta .cta-btn:focus { background: linear-gradient(90deg, #176C5E 0%, #4CE0B3 100%); }


/* ================================== */
/* 5. LISTS, TEXT BLOCKS, FEATURES   */
/* ================================== */
ul, ol {
  margin-bottom: 16px;
}
li {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.5;
}

.text-section {
  display: flex;
  flex-direction: column;
  gap: 17px;
  max-width: 790px;
  margin-bottom: 20px;
}

/* ======================== */
/* 6. TESTIMONIAL CARDS    */
/* ======================== */

.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-left: 8px solid #4CE0B3;
  border-radius: 18px;
  box-shadow: 0 2px 9px 0 rgba(76,224,179,0.10);
  margin-bottom: 20px;
  max-width: 670px;
  color: #222;
}
.testimonial-card p {
  color: #222;
  font-size: 1.08rem;
  flex: 1 1 auto;
  margin-right: 12px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.testimonial-card span {
  font-size: 0.97rem;
  color: #176C5E;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
}
@media (max-width:600px) {
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 12px;
  }
}

/* ======================== */
/* 7. FOOTER                */
/* ======================== */
footer {
  background: linear-gradient(90deg, #176C5E 60%, #4CE0B3 120%);
  color: #fff;
  padding: 34px 0 24px 0;
  margin-top: 46px;
  border-radius: 32px 32px 0 0;
  box-shadow: 0 -2px 24px 0 rgba(23,108,94, 0.08);
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
footer nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  opacity: .94;
  transition: opacity 0.18s, color 0.14s;
}
footer nav a:hover, footer nav a:focus {
  opacity: 1;
  color: #4CE0B3;
}
.footer-sep {
  color: #95ead6;
  opacity: .45;
}
.contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  font-size: .97rem;
  color: #d6fff6;
  opacity: .82;
}
@media (max-width:600px) {
  footer {
    border-radius: 20px 20px 0 0;
    padding: 20px 0 14px 0;
  }
  .contact-info {
    font-size: 0.9rem;
    gap: 5px;
  }
}

/* ======================================= */
/* 8. COOKIE CONSENT BANNER & MODAL       */
/* ======================================= */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(98deg, #fff 70%, #E8F9F5 100%);
  color: #176C5E;
  padding: 26px 20px 22px 20px;
  box-shadow: 0 -3px 18px 0 rgba(23,108,94, 0.14);
  border-radius: 20px 20px 0 0;
  z-index: 1300;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  opacity: 0;
  transform: translateY(90px);
  pointer-events: none;
  transition: transform 0.29s, opacity 0.19s;
}
.cookie-banner.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cookie-banner p {
  color: #176C5E;
}
.cookie-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
}
.cookie-btn {
  padding: 10px 23px;
  border-radius: 30px;
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  background: #4CE0B3;
  color: #176C5E;
  transition: background 0.14s, color 0.14s, transform 0.13s;
  cursor: pointer;
  box-shadow: 0 1px 5px 0 rgba(27,36,48, 0.05);
}
.cookie-btn.settings {
  background: #fff;
  border: 1.5px solid #4CE0B3;
  color: #16997E;
}
.cookie-btn.reject {
  background: #176C5E;
  color: #fff;
}
.cookie-btn.accept:hover,
.cookie-btn.accept:focus {
  background: #16997E;
  color: #fff;
  transform: translateY(-2px) scale(1.03);
}
.cookie-btn.reject:hover,
.cookie-btn.reject:focus {
  background: #4CE0B3;
  color: #176C5E;
}
.cookie-btn.settings:hover,
.cookie-btn.settings:focus {
  background: #4CE0B3;
  color: #176C5E;
}

/* Cookie Settings Modal */
.cookie-modal {
  position: fixed;
  left: 0; top: 0; right:0; bottom: 0;
  z-index: 1400;
  background: rgba(27,36,48,0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.19s;
}
.cookie-modal.active {
  pointer-events: auto;
  opacity: 1;
}
.cookie-modal-content {
  background: #fff;
  min-width: 320px;
  max-width: 94vw;
  padding: 34px 26px 26px 26px;
  border-radius: 18px;
  box-shadow: 0 8px 48px 2px rgba(76,224,179,0.16);
  color: #176C5E;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  animation: cookie-modal-in 0.31s cubic-bezier(.73,.21,.33,.97);
}
@keyframes cookie-modal-in {
  from { opacity: 0; transform: scale(0.94); }
  to   { opacity: 1; transform: scale(1); }
}
.cookie-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.cookie-modal-header h2 {
  font-size: 1.22rem;
  color: #176C5E;
}
.cookie-modal-close {
  border: none;
  background: none;
  font-size: 1.7rem;
  color: #16997E;
  cursor: pointer;
  transition: color 0.15s;
  align-self: flex-end;
}
.cookie-modal-close:hover {
  color: #4CE0B3;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #F5FBF9;
  border-radius: 13px;
  padding: 10px 16px 10px 14px;
}
.cookie-category label {
  font-size: 1rem;
  color: #176C5E;
}
.switch {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 26px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left:0;
  right:0;
  bottom:0;
  background: #ccc;
  border-radius: 18px;
  transition: background 0.18s;
}
.switch input:checked + .slider {
  background: #4CE0B3;
}
.slider:before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  left: 3.5px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.22s;
  box-shadow: 0 2px 6px rgba(23,108,94,0.10);
}
.switch input:checked + .slider:before {
  transform: translateX(21px);
}
.cookie-modal-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.cookie-modal-actions .cookie-btn {
  min-width: 125px;
  padding: 10px 14px;
}

/* ========================= */
/* 9. RESPONSIVE RULES      */
/* ========================= */
@media (max-width: 1024px) {
  .feature-grid {
    gap: 18px;
  }
  .section, section {
    padding: 26px 8px;
  }
}
@media (max-width: 700px) {
  .feature-grid{
    flex-direction: column;
    gap: 14px;
  }
  .feature-grid > div {
    max-width: unset;
    min-width: 170px;
    padding: 22px 14px;
  }
  .section, section {
    padding: 12px 5px;
    margin-bottom: 32px;
    border-radius: 13px;
  }
  .hero, .cta {
    border-radius: 14px;
    box-shadow: none;
    margin-bottom: 22px;
  }
}

/* ============================= */
/* 10. MISC. & UTILITY CLASSES   */
/* ============================= */
.bg-primary   { background: #176C5E !important; color: #fff !important; }
.bg-accent    { background: #4CE0B3 !important; color: #176C5E !important; }
.bg-gradient  { background: linear-gradient(90deg, #4CE0B3 0%, #176C5E 100%); color: #fff !important; }
.rounded      { border-radius: 18px !important; }
.shadow       { box-shadow: 0 2px 8px 0 rgba(23, 108, 94, 0.12); }
.mx-auto      { margin-left: auto !important; margin-right: auto !important; }
.mb-30        { margin-bottom: 30px !important; }
.mt-24        { margin-top: 24px !important; }
.gap-16       { gap: 16px !important; }

/* ============================= */
/* 11. FORMS & BUTTONS           */
/* ============================= */
input, textarea, select {
  font-family: inherit;
  font-size: 1rem;
  border-radius: 10px;
  border: 1.5px solid #4CE0B3;
  padding: 10px 15px;
  margin-bottom: 16px;
  background: #F8FDFB;
  transition: border-color 0.13s;
  outline: none;
}
input:focus, textarea:focus, select:focus {
  border-color: #16997E;
}
button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  border-radius: 26px;
  border: none;
  background: #4CE0B3;
  color: #176C5E;
  padding: 10px 25px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.13s, color 0.13s, transform 0.14s;
}
button:hover, button:focus {
  background: #176C5E;
  color: #fff;
  transform: translateY(-2px) scale(1.025);
}

/* ============================= */
/* 12. ACCESSIBILITY & FOCUS     */
/* ============================= */
a:focus, button:focus, input:focus, .cta-btn:focus {
  outline: 2px solid #16997E;
  outline-offset: 2px;
  z-index: 11;
}

/* ============================= */
/* 13. CUSTOM SCROLLBAR         */
/* ============================= */
::-webkit-scrollbar {
  width: 10px;
  background: #f3fbf8;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  background: #4CE0B3;
  border-radius: 8px;
  min-height: 30px;
}

/* ============================= */
/* 14. ANIMATIONS & TRANSITIONS */
/* ============================= */
body, .section, .card, .feature-grid > div, .cta, .hero, button, .cta-btn {
  transition: box-shadow 0.19s, background 0.18s, color 0.16s, border 0.18s, transform 0.15s;
}

.fade-in {
  animation: fadeInShow 0.8s;
}
@keyframes fadeInShow {
  from {opacity: 0; transform: translateY(24px);}
  to   {opacity: 1; transform: translateY(0);}
}

/* ============================= */
/* 15. PRINT-FRIENDLY           */
/* ============================= */
@media print {
  header, .mobile-menu, .cookie-banner, .cookie-modal, .cta, footer { display: none !important; }
  section, .section { box-shadow: none !important; background: #fff !important; }
}

/* ============================= */
/* 16. OTHER PAGE ELEMENTS      */
/* ============================= */
ol > li {
  margin-bottom: 8px;
  color: #176C5E;
  font-weight: 500;
}

/* ============================= */
/* END REISEWEBER MODERN CSS    */
/* ============================= */