/* ===========================
   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, 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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  line-height: 1.5;
  background: #faf9f6;
  color: #232B40;
  font-family: 'Open Sans', Arial, sans-serif;
}
img, svg {
  max-width: 100%;
  height: auto;
}
ul, ol {
  padding-left: 1.5em;
}
a {
  color: #E0B84C;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #ab8500;
  text-decoration: underline;
}

/* ===========================
   Brand Fonts
   =========================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;800&family=Open+Sans:wght@400;700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #1A243B;
  font-weight: 800;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
  line-height: 1.1;
  position: relative;
  z-index: 1;
  text-shadow: 1px 2px 8px #E0B84C44;
}
h2 {
  font-size: 2rem;
  margin-bottom: 18px;
  line-height: 1.15;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 12px #EDE3BB33;
}
h3 {
  font-size: 1.4rem;
  margin-bottom: 16px;
}

p, li, .answer {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.08rem;
  color: #232B40;
  line-height: 1.7;
  margin-bottom: 12px;
}
strong {
  font-weight: 700;
}

/* ===========================
   Global Layout
   =========================== */
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  background: #fffbe9;
  border-radius: 22px;
  box-shadow: 0 2px 18px 0 #E0B84C22, 0 1.5px 5px #1a243b11;
  padding: 40px 24px;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 24px #1A243B11, 0 1.5px 8px #E0B84C18;
  padding: 28px 20px 24px 24px;
  min-width: 240px;
  max-width: 320px;
  flex: 1 1 260px;
  z-index: 1;
}
.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;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  margin-bottom: 24px;
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 #1A243B18;
  background: #fff;
  position: relative;
  overflow: visible;
  border-left: 6px solid #E0B84C;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 10px;
}

/* Ensure adequate space between all cards/sections */
main section > .container:not(:last-child) {
  margin-bottom: 32px;
}
ul, ol {
  margin-bottom: 22px;
}
ul li, ol li {
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 2px;
}
ul li img, .feature-item img {
  margin-right: 11px;
  vertical-align: middle;
}
.answer {
  margin-top: 10px;
  padding: 14px 18px;
  background: #fbefe0;
  border-radius: 8px;
  color: #1A243B;
  font-size: 1.01rem;
}

/* ===========================
   Artistic Elements & Unique Touches
   =========================== */
.content-wrapper:before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 210px;
  height: 230px;
  background: #E0B84C44;
  border-radius: 60% 40% 30% 70%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
}
.content-wrapper:after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: -60px;
  width: 130px;
  height: 110px;
  background: #1A243B17;
  border-radius: 67% 33% 74% 26%;
  z-index: 0;
  pointer-events: none;
}
/* For real artistic vibe, random color dabs on different cards */
.card:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: #E0B84C99;
  border-radius: 48% 36% 55% 67%;
  z-index: 0;
  opacity: 0.12;
}

/* ===========================
   Navigation and Header
   =========================== */
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 1.5px 14px #E0B84C15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px 16px 24px;
  position: sticky;
  top: 0;
  z-index: 997;
}
header img[alt="Zephyr Expedition"] {
  height: 38px;
  width: auto;
  margin-right: 14px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex: 1 1 auto;
}
header nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.07rem;
  font-weight: 600;
  color: #232B40;
  letter-spacing: 0.03em;
  padding: 5px 8px;
  border-radius: 6px;
  transition: background 0.17s, color 0.18s;
}
header nav a:hover,
header nav a:focus {
  background: #E0B84C99;
  color: #fff;
}
a.primary-btn {
  background: #E0B84C;
  color: #1A243B;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.13rem;
  border-radius: 27px;
  padding: 10px 32px;
  margin-left: 22px;
  box-shadow: 0 2px 10px #e0b84c33;
  border: none;
  display: inline-block;
  letter-spacing: 0.03em;
  transition: background 0.22s, color 0.22s, transform 0.18s;
  cursor: pointer;
}
a.primary-btn:hover, a.primary-btn:focus {
  background: #c69b00;
  color: #fff;
  transform: translateY(-2px) scale(1.03);
}

/* ===========================
   Mobile Burger Menu
   =========================== */
.mobile-menu-toggle {
  display: none;
  font-size: 2rem;
  background: #fff;
  border: none;
  padding: 3px 16px;
  border-radius: 10px;
  margin-left: 18px;
  color: #1A243B;
  box-shadow: 0 2px 8px #E0B84C22;
  cursor: pointer;
  transition: background 0.18s, color 0.2s, box-shadow 0.18s;
  z-index: 1011;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
  background: #E0B84C;
  color: #fff;
}
@media (max-width: 900px) {
  header nav,
  a.primary-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fffbe9ee;
  z-index: 9999;
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.32s cubic-bezier(.77,0,.18,1), opacity 0.2s;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}
.mobile-menu-close {
  font-size: 2.1rem;
  background: transparent;
  border: none;
  color: #1A243B;
  align-self: flex-end;
  margin: 18px 20px 0 0;
  transition: color 0.16s, background 0.17s;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10001;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #E0B84C;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  margin: 40px 0 0 40px;
}
.mobile-nav a {
  font-size: 1.28rem;
  letter-spacing: 0.02em;
  color: #1A243B;
  padding: 12px 10px;
  border-radius: 8px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  width: 80vw;
  max-width: 350px;
  transition: background 0.18s, color 0.18s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #E0B84C;
  color: #fff;
}
@media (max-width: 768px) {
  .mobile-nav {
    margin-left: 22px;
  }
}

/* ===========================
   Main | Flex Spacing, Artistic Feel
   =========================== */
main {
  min-height: 60vh;
  padding-top: 22px;
  padding-bottom: 44px;
}
main section {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  padding: 0;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 18px;
}
.partner-logos {
  display: flex;
  gap: 26px;
  margin-bottom: 16px;
}
.award-badges {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 15px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1A243B;
}

/* ===========================
   Testimonials Styling
   =========================== */
.testimonial-card {
  background: #fff;
  color: #232B40;
  min-width: 210px;
  max-width: 600px;
  border-left: 6px solid #E0B84C;
  margin-bottom: 28px;
  box-shadow: 0 2px 18px #efe8c788, 0 2px 5px #bda55c28;
  font-size: 1.09rem;
  position: relative;
}
.testimonial-card p {
  margin-bottom: 9px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-style: italic;
  letter-spacing: 0.01em;
}
.testimonial-card span {
  font-size: 0.98rem;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #E0B84C;
  font-weight: 700;
}
.testimonial-card:before {
  content: '\201C';
  color: #E0B84C;
  font-size: 2.3rem;
  position: absolute;
  left: 18px;
  top: 6px;
  opacity: 0.19;
  font-family: 'Montserrat', Arial, sans-serif;
  z-index: 0;
  pointer-events: none;
}

/* ===========================
   Footer Styling
   =========================== */
footer {
  background: #1A243B;
  color: #fff;
  padding-top: 36px;
  padding-bottom: 26px;
  margin-top: 42px;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 28px;
  justify-content: space-between;
}
footer nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer nav a {
  color: #E0B84C;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 2px 6px;
  border-radius: 6px;
  transition: background 0.17s, color 0.15s;
}
footer nav a:hover {
  color: #fff;
  background: #E0B84C;
}
.footer-contact, .footer-hours {
  margin-bottom: 10px;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #fffbe9;
  font-size: 0.97rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
.footer-contact img, .footer-hours img {
  margin-right: 7px;
  vertical-align: middle;
  height: 20px;
  width: 20px;
}
footer img[alt="Zephyr Expedition"],
footer img[alt="Zephyr Expedition"] {
  height: 38px;
  width: auto;
  margin-top: 0;
  margin-bottom: 12px;
}

/* ===========================
   Buttons, Inputs & Interactions
   =========================== */
button, .primary-btn, input[type=submit] {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 27px;
  outline: none;
  border: none;
  cursor: pointer;
  background: #E0B84C;
  color: #1A243B;
  padding: 10px 30px;
  font-size: 1rem;
  margin-top: 12px;
  display: inline-block;
  box-shadow: 0 2px 10px #e0b84c33;
  transition: background 0.18s, color 0.16s, transform 0.17s;
}
button:hover, button:focus,
.primary-btn:hover, .primary-btn:focus {
  background: #c69b00;
  color: #fff;
  transform: translateY(-2px) scale(1.04);
}

/* ===========================
   Cookie Banner & Modal
   =========================== */
#cookie-banner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #fffbe9;
  border-top: 4px solid #E0B84C;
  box-shadow: 0 -6px 28px #1A243B11;
  z-index: 20000;
  padding: 24px 32px 22px 18px;
  gap: 14px;
  font-size: 1.02rem;
  font-family: 'Open Sans', Arial, sans-serif;
  animation: cookieBannerIn 0.45s cubic-bezier(.64,.015,.36,1.01);
}
@keyframes cookieBannerIn {
  0% { transform: translateY(140%); opacity: 0; }
  95% { opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}
#cookie-banner .cookie-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 8px;
}
#cookie-banner button, #cookie-banner .cookie-btn {
  background: #E0B84C;
  color: #1A243B;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 7px 22px;
  border-radius: 18px;
  margin: 0;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 8px #e0b84c22;
  transition: background 0.2s, color 0.15s, transform 0.14s;
}
#cookie-banner .cookie-settings-btn {
  background: #fff;
  color: #E0B84C;
  border: 2px solid #E0B84C;
}
#cookie-banner button:hover, #cookie-banner .cookie-btn:hover {
  background: #c69b00;
  color: #fff;
  transform: translateY(-1px) scale(1.03);
}
#cookie-banner .cookie-settings-btn:hover {
  background: #E0B84C11;
  color: #a9912c;
  border-color: #c69b00;
}

#cookie-modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-53%) scale(1);
  z-index: 30000;
  background: #fffbe9;
  box-shadow: 0 10px 60px #1a243b33;
  border-radius: 16px;
  padding: 32px 28px 24px 32px;
  min-width: 320px;
  max-width: 94vw;
  animation: cookieModalIn 0.4s cubic-bezier(0.77,0,0.18,1);
}
#cookie-modal.open {
  display: block;
}
@keyframes cookieModalIn {
  from { opacity: 0; transform: translate(-50%,70%) scale(0.85); }
  to { opacity: 1; transform: translate(-50%,-53%) scale(1); }
}
#cookie-modal h3 {
  font-size: 1.28rem;
  margin-bottom: 16px;
}
#cookie-modal ul {
  margin-bottom: 22px;
}
.cookie-category {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  color: #1A243B;
  font-size: 1.08rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.cookie-toggle {
  -webkit-appearance: none;
  appearance: none;
  width: 34px;
  height: 18px;
  border-radius: 10px;
  background: #E0B84C;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: background .17s;
}
.cookie-toggle:checked {
  background: #1A243B;
}
.cookie-toggle:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.17s;
}
.cookie-toggle:checked:before {
  left: 17px;
  background: #E0B84C;
}
#cookie-modal .cookie-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#cookie-modal .cookie-btn {
  padding: 7px 22px;
  border-radius: 16px;
  font-weight: 700;
  background: #E0B84C;
  color: #1A243B;
}
#cookie-modal .cookie-btn.close-modal {
  background: #1A243B11;
  color: #1A243B;
  border: 1.5px solid #E0B84C;
}
#cookie-modal .cookie-btn:hover {
  background: #c69b00;
  color: #fff;
}

/* ===========================
   Artistic Details & Micro-Interactions
   =========================== */
.card, .testimonial-card, .content-wrapper, .primary-btn, .mobile-menu, .cookie-actions button, #cookie-modal {
  transition: box-shadow 0.18s cubic-bezier(.15,.84,.44,1), transform 0.15s cubic-bezier(.18,.85,.45,1);
}
.card:hover, .testimonial-card:hover, .content-wrapper:hover {
  box-shadow: 0 7px 24px #E0B84C33, 0 2.5px 12px #1A243B11 !important;
  transform: translateY(-3px) scale(1.015);
  z-index: 3;
}

/* ===========================
   Responsive Layout
   =========================== */
@media (max-width: 1080px) {
  .container {
    max-width: 96vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 900px) {
  .footer-contact, .footer-hours {
    font-size: 0.92rem;
  }
  header {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.7rem;
  }
  h2 {
    font-size: 1.32rem;
  }
  .container {
    max-width: 99vw;
    padding-left: 4px;
    padding-right: 4px;
  }
  .content-wrapper {
    padding: 22px 9px 19px 9px;
    border-radius: 15px;
  }
  .card {
    padding: 17px 9px 15px 12px;
    min-width: 90vw;
    max-width: 98vw;
    margin-bottom: 20px;
  }
  .content-grid, .card-container {
    flex-direction: column;
    gap: 14px;
  }
  footer .container {
    flex-direction: column;
    gap: 14px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  main section {
    margin-bottom: 37px;
  }
  .testimonial-card {
    padding: 11px 9px 13px 18px;
    margin-bottom: 16px;
  }
  .feature-item {
    gap: 7px;
  }
}
@media (max-width: 500px) {
  #cookie-modal {
    min-width: 90vw;
    padding: 18px 4vw 12px 8vw;
  }
  #cookie-banner {
    padding: 14px 7vw 14px 5vw;
    font-size: 0.98rem;
  }
}

/* ===========================
   Accessibility
   =========================== */
:focus:not(:focus-visible) {
  outline: none;
}
:focus-visible {
  outline: 2.5px dashed #E0B84C;
  outline-offset: 2.5px;
}

/* ===========================
   Utility Classes
   =========================== */
.hide {
  display: none !important;
}
.flex {
  display: flex !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-center {
  justify-content: center !important;
  align-items: center !important;
}
.gap-20 {
  gap: 20px !important;
}
.gap-30 {
  gap: 30px !important;
}

/*
==============================
 Artistic Color Dabs/Shapes for Visual Hierarchy
==============================
*/
h1, h2 {
  position: relative;
}
h1:after, h2:after {
  content: '';
  position: absolute;
  left: -15px;
  bottom: 0px;
  width: 85px;
  height: 17px;
  background: #E0B84C44;
  border-radius: 30% 50% 37% 63%;
  z-index: -1;
  opacity: 0.45;
}

h2:after {
  left: -9px;
  width: 50px;
  height: 11px;
  opacity: 0.28;
}

/*
==============================
 End of CSS
==============================
*/