/* RESET & BASELINE ----------------------------------- */
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;
  font-size: 16px;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  background: #171F22;
  color: #F2F6EF;
  min-height: 100vh;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #7EC2E4;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #F2F6EF;
}
ul, ol {
  padding-left: 1.2em;
  margin-bottom: 16px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.container {
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}
.content-wrapper {
  width: 100%;
}
/* TYPOGRAPHY ----------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #F2F6EF;
  letter-spacing: 1px;
  margin-bottom: 18px;
  font-weight: 700;
}
h1 {
  font-size: 2.75rem;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 14px;
  color: #7EC2E4;
}
h4 {
  font-size: 1.1rem;
  color: #F2F6EF;
}
p, li, span {
  font-size: 1rem;
  color: #E0E4E7;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
strong {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #F2F6EF;
}
.category-tag {
  display: inline-block;
  padding: 2px 14px;
  background: #2A4B3C;
  color: #7EC2E4;
  border-radius: 16px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
/* LAYOUT FLEXBOX RULES ------------------------- */
.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.footer-contact, .footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links {
  margin-top: 16px;
  margin-bottom: 8px;
}
.content-grid, .blog-post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #F2F6EF;
  color: #2A4B3C;
  border-radius: 14px;
  box-shadow: 0 2px 10px 0 rgba(22,28,32,.14);
  margin-bottom: 24px;
  margin-top: 10px;
  border-left: 6px solid #7EC2E4;
  min-width: 200px;
  max-width: 500px;
}
.values-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 14px;
  margin-bottom: 10px;
}
.values-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #222A2F;
  color: #7EC2E4;
  border-radius: 12px;
  padding: 10px 18px;
}
.feature-grid, .unique-features-grid, .inspiration-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 16px;
}
.feature-grid li, .unique-features-grid li, .inspiration-grid li {
  background: #21292D;
  border-radius: 12px;
  box-shadow: 0 1px 5px 0 rgba(42,75,60,0.062); /* metallic shadow */
  padding: 28px 22px;
  min-width: 250px;
  flex: 1 1 270px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  transition: box-shadow 0.22s, transform 0.18s;
  border: 1.5px solid #394A4A;
}
.feature-grid li img, .unique-features-grid li img, .inspiration-grid li img {
  margin-bottom: 8px;
  width: 36px;
  height: 36px;
}
.feature-grid li:hover, .unique-features-grid li:hover, .inspiration-grid li:hover {
  box-shadow: 0 6px 24px rgba(42,75,60,0.19), 0 1.5px 0 #7EC2E4;
  transform: translateY(-3px) scale(1.02);
}
/* HERO SECTION ------------------------------- */
.hero-section {
  padding: 64px 0 48px 0;
  background: #222A2F;
  border-bottom: 2.5px solid #2A4B3C;
  margin-bottom: 60px;
}
.hero-section h1 {
  color: #7EC2E4;
  text-shadow: 0 2px 9px #1c2326;
  font-size: 2.4rem;
  letter-spacing: 2px;
}
.hero-section p {
  color: #B6C8C5;
  max-width: 600px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 38px 0 32px 0;
    margin-bottom: 28px;
  }
  .hero-section h1 {
    font-size: 1.7rem;
  }
}
/* CTA BUTTON ------------------------------ */
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #7EC2E4;
  color: #21292D;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.17rem;
  border: none;
  padding: 13px 34px;
  border-radius: 24px;
  cursor: pointer;
  box-shadow: 0 2.5px 8px 0 rgba(22,40,33,0.07);
  letter-spacing: 1px;
  transition: background 0.18s, color 0.18s, box-shadow 0.16s, transform 0.14s;
  margin-top: 18px;
  text-transform: uppercase;
  outline: none;
}
.cta-button:hover, .cta-button:focus {
  background: #F2F6EF;
  color: #2A4B3C;
  box-shadow: 0 8px 28px 1px rgba(41,73,61,0.18);
  transform: translateY(-1px) scale(1.03);
}
/* BLOG POST LIST --------------------------- */
.blog-post-list {
  flex-direction: column;
  gap: 28px;
  margin-top: 22px;
  margin-bottom: 35px;
}
.blog-post-list article {
  background: #191F22;
  border-radius: 10px;
  box-shadow: 0 1.5px 6px rgba(61,90,86,0.12);
  padding: 22px 20px;
  border-left: 5px solid #7EC2E4;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 15px;
  transition: box-shadow 0.18s, transform 0.14s;
}
.blog-post-list article:hover {
  box-shadow: 0 6px 20px 1px #2A4B3C22;
  transform: translateY(-2px) scale(1.01);
}
/* FOOTER ------------------------------------- */
footer {
  background: #1C2326;
  border-top: 1.5px solid #394A4A;
  padding: 36px 0 0 0;
  margin-top: 50px;
}
footer .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 36px;
}
.footer-brand span {
  font-size: 1.15rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #7EC2E4;
}
.footer-contact img {
  width: 19px; height: 19px; margin-right: 8px;
  filter: grayscale(75%) contrast(140%);
  vertical-align: middle;
}
.footer-links a {
  color: #7EC2E4;
  background: transparent;
  margin-bottom: 6px;
}
.footer-links a:hover {
  color: #F2F6EF;
  text-decoration: underline;
}
.footer-social a {
  background: #23282B;
  padding: 7px;
  border-radius: 50%;
  transition: background 0.15s;
}
.footer-social a:hover {
  background: #7EC2E4;
}
.footer-social img {
  width: 22px; height: 22px;
  display: block;
}
@media (max-width: 990px) {
  footer .content-wrapper {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}
/* NAVIGATION -----------------------------------*/
header {
  background: #1A2324;
  padding: 0;
  border-bottom: 2px solid #2A4B3C;
  position: relative;
  z-index: 150;
}
.main-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #F2F6EF;
  font-weight: 600;
  font-size: 1.03rem;
  padding: 8px 0;
  position: relative;
  transition: color 0.16s;
}
.main-nav a::after {
  content: '';
  display: block;
  height: 3px;
  background: #7EC2E4;
  width: 0;
  transition: width 0.21s;
  position: absolute;
  left: 0; bottom: -2px;
}
.main-nav a:focus, .main-nav a:hover {
  color: #7EC2E4;
}
.main-nav a:hover::after, .main-nav a:focus::after {
  width: 100%;
}
@media (max-width: 990px) {
  .main-nav { display: none; }
}
/* MOBILE MENU ----------------------------------*/
.mobile-menu-toggle {
  display: none;
  position: absolute;
  top: 20px;
  right: 23px;
  font-size: 2.2rem;
  color: #7EC2E4;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1002;
  transition: color 0.15s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  color: #F2F6EF;
}
.mobile-menu {
  position: fixed;
  top: 0; right: 0;
  width: 94vw;
  max-width: 375px;
  height: 100vh;
  background: #191F22;
  box-shadow: -7px 0 24px 0 #181B1B62;
  z-index: 1001;
  transform: translateX(110%);
  transition: transform 0.36s cubic-bezier(0.57,0,0.47,1);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: transparent;
  border: none;
  color: #7EC2E4;
  font-size: 2.1rem;
  position: absolute;
  top: 23px;
  right: 25px;
  cursor: pointer;
  z-index: 25;
  transition: color 0.17s;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  color: #F2F6EF;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 80px;
  padding: 20px 30px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.23rem;
  color: #F2F6EF;
  padding: 14px 0 10px 0;
  border-bottom: 1px solid #2A4B3C20;
  transition: background 0.15s, color 0.15s;
  border-radius: 0;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #7EC2E4;
}
@media (max-width: 990px) {
  .mobile-menu-toggle {
    display: inline-block;
  }
  .cta-button {
    padding: 11px 23px;
    font-size: 1rem;
  }
}
@media (max-width: 520px) {
  .mobile-menu {
    width: 100vw;
    max-width: none;
  }
  .mobile-menu-close {
    right: 17px;
    top: 14px;
  }
}
body.menu-open {
  overflow: hidden;
}
/* QUICK FEATURE SECTIONS -------------------- */
.quick-facts, .safety-advice, .location-highlights, .planning-tips, .destination-tips, .response-time-info, .opening-hours {
  background: #23282B;
  color: #7EC2E4;
  padding: 14px 18px;
  border-radius: 10px;
  margin: 18px 0;
  box-shadow: 0 1.5px 5px rgba(41,73,61,0.11);
  font-size: 1.02rem;
}
.quick-facts h3, .safety-advice h3, .location-highlights h3, .planning-tips h3, .destination-tips h3, .opening-hours h3 {
  color: #7EC2E4;
  margin-bottom: 7px;
  font-size: 1.08rem;
}
.company-details p, .footer-contact p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #B6C8C5;
  font-size: 1rem;
  margin-bottom: 7px;
}
.company-details img {
  width: 18px; height: 18px;
  vertical-align: middle;
}
/* TESTIMONIAL CARDS (Light BG for Contrast) -- */
.testimonial-card p {
  color: #2A4B3C;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.09rem;
}
.testimonial-card span {
  font-size: 0.98rem;
  color: #54625a;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  opacity: 0.85;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.testimonial-card:not(:last-child) {
  margin-right: 20px;
}
/* TEAM BIOS ---------------------------------- */
.team-bios {
  background: #1C2326;
  border-radius: 10px;
  padding: 24px 16px 15px 16px;
  box-shadow: 0 3px 14px 1px #2A4B3C11;
  margin: 18px 0 35px 0;
}
.team-bios h3 { color: #7EC2E4; }
.team-bios ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.team-bios li { color: #F2F6EF; font-size: 1rem; }
/* SOCIAL MEDIA LINKS ------------------------- */
.social-media-links {
  display: flex;
  gap: 16px;
  margin-top: 14px;
}
.social-media-links a {
  background: #23282B;
  padding: 8px;
  border-radius: 50%;
  transition: background 0.15s;
}
.social-media-links a:hover { background: #7EC2E4; }
.social-media-links img {
  display: block;
  width: 22px; height: 22px;
}
/* BUTTONS ------------------------------------ */
button,
input[type="button"],
input[type="submit"] {
  font-family: inherit;
  font-size: 1rem;
  border-radius: 8px;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  padding: 11px 24px;
  background: #2A4B3C;
  color: #F2F6EF;
  transition: background 0.18s, color 0.18s, box-shadow 0.17s;
}
button:hover, button:focus {
  background: #7EC2E4;
  color: #2A4B3C;
  box-shadow: 0 2.5px 8px 0 #7EC2E422;
}
/* COOKIE CONSENT BANNER ---------------------- */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 12000;
  background: #1A2324;
  color: #F2F6EF;
  padding: 27px 13px 19px 13px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 -3px 14px 3px #23282b21;
  border-top: 2px solid #2A4B3C;
  font-size: 1rem;
  transition: transform 0.25s cubic-bezier(0.66,0,0.34,1);
}
.cookie-banner.hide {
  transform: translateY(120%);
}
.cookie-banner .cookie-text {
  max-width: 480px;
  color: #E0E4E7;
  line-height: 1.6;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}
.cookie-banner .cookie-button {
  background: #7EC2E4;
  color: #222A2F;
  border-radius: 19px;
  padding: 9px 26px;
  border: none;
  font-weight: bold;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  transition: background 0.16s, color 0.16s, box-shadow 0.12s;
  margin-right: 2px;
}
.cookie-banner .cookie-button.reject {
  background: #394A4A;
  color: #F2F6EF;
}
.cookie-banner .cookie-button.settings {
  background: #23282B;
  color: #7EC2E4;
  border: 1px solid #7EC2E4;
}
.cookie-banner .cookie-button:hover, .cookie-banner .cookie-button:focus {
  background: #F2F6EF;
  color: #2A4B3C;
  box-shadow: 0 2.7px 8px #7EC2E420;
}
.cookie-banner .cookie-button.reject:hover, .cookie-banner .cookie-button.reject:focus {
  background: #222a2f;
  color: #7EC2E4;
}
.cookie-banner .cookie-button.settings:hover, .cookie-banner .cookie-button.settings:focus {
  background: #7EC2E4;
  color: #2A4B3C;
}
@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    gap: 17px;
    align-items: flex-start;
    padding: 19px 7px 14px 7px;
  }
  .cookie-banner .cookie-actions {
    gap: 13px;
  }
}
.cookie-modal-backdrop {
  background: rgba(22, 31, 36, 0.88);
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 16001;
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.22s;
}
.cookie-modal-backdrop.active {
  display: flex;
}
.cookie-modal {
  background: #21292D;
  border-radius: 18px;
  box-shadow: 0 6px 36px 4px #0A120F65;
  padding: 32px 30px 16px 30px;
  max-width: 420px;
  width: 95vw;
  color: #F2F6EF;
  font-size: 1rem;
  z-index: 16010;
  transform: translateY(16%);
  opacity: 0;
  transition: opacity 0.23s, transform 0.23s;
  position: relative;
}
.cookie-modal.active {
  transform: translateY(0);
  opacity: 1;
}
.cookie-modal h2 {
  color: #7EC2E4;
  font-size: 1.28rem;
  margin-bottom: 17px;
}
.cookie-modal .cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 18px;
}
.cookie-modal .cookie-category-row {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 0.97rem;
}
.cookie-modal .cookie-toggle {
  appearance: none;
  width: 39px;
  height: 20px;
  background: #222A2F;
  border-radius: 11px;
  position: relative;
  outline: none;
  transition: background 0.14s;
  border: 1.5px solid #7EC2E4;
}
.cookie-modal .cookie-toggle:checked {
  background: #7EC2E4;
}
.cookie-modal .cookie-toggle:before {
  content: '';
  position: absolute;
  left: 2px; top: 2px;
  width: 16px; height: 16px;
  background: #F2F6EF;
  border-radius: 50%;
  transition: transform 0.17s;
}
.cookie-modal .cookie-toggle:checked:before {
  transform: translateX(17px);
  background: #2A4B3C;
}
.cookie-modal .cookie-category-description {
  color: #B6C8C5;
  font-size: 0.98rem;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  gap: 13px;
  justify-content: flex-end;
  padding: 8px 0 6px 0;
}
.cookie-modal .cookie-modal-close {
  position: absolute;
  right: 9px; top: 9px;
  background: transparent;
  color: #7EC2E4;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 120;
  transition: color 0.15s;
}
.cookie-modal .cookie-modal-close:hover, .cookie-modal .cookie-modal-close:focus {
  color: #F2F6EF;
}
/* RESPONSIVE DESIGN --------------------------- */
@media (max-width: 990px) {
  .header-flex {
    flex-direction: row;
    gap: 17px;
  }
  .feature-grid, .unique-features-grid, .inspiration-grid {
    gap: 14px;
    flex-direction: column;
  }
  .footer-brand { margin-bottom: 9px; }
}
@media (max-width: 768px) {
  .header-flex {
    flex-direction: row;
    gap: 11px;
  }
  .feature-grid li, .unique-features-grid li, .inspiration-grid li {
    min-width: 120px;
    flex: 1 1 100%;
    padding: 18px 12px;
  }
  .testimonial-card {
    max-width: 100%;
  }
  .content-wrapper{
    padding: 0;
  }
  .content-grid, .footer .content-wrapper {
    gap: 13px;
    flex-direction: column;
  }
  .values-list {
    gap: 11px;
    flex-direction: column;
  }
}
@media (max-width: 570px) {
  h1 { font-size: 1.17rem; }
  h2 { font-size: 1.03rem; }
  h3 { font-size: 1rem; }
  body { font-size: 0.98rem; }
  .section { margin-bottom: 34px; padding: 20px 7px; }
}
@media (max-width: 610px) {
  .text-image-section { flex-direction: column; gap: 14px; }
  .footer .content-wrapper { padding-bottom: 14px; }
}
/* HIDING UNWANTED OVERLAPS ------------------- */
.card:not(:last-child),
.testimonial-card:not(:last-child) {
  margin-bottom: 20px;
}
.section>*, .container>*, .content-wrapper>* {
  margin-bottom: 20px;
}
.section>h2:last-child,
.content-wrapper>h2:last-child { margin-bottom: 0; }
.section>ul, .content-wrapper>ul {
  margin-bottom: 18px;
}
/* FOCUS STATES FOR ACCESSIBILITY ------------- */
:focus {
  outline: 2px solid #7EC2E4;
  outline-offset: 2px;
}
/* HEIGHT UTILITIES --------------------------- */
html {min-height: 100%;}
body {min-height: 100vh;}
/* VISUAL MICRO-INTERACTIONS ------------------ */
.card, .feature-grid li, .unique-features-grid li, .inspiration-grid li {
  transition: box-shadow 0.22s, transform 0.18s;
}
.values-list li, .cta-button, .main-nav a, .mobile-nav a {
  transition: background 0.17s, color 0.18s, box-shadow 0.17s;
}
/* DARK MODE SCROLLBAR ---------------------- */
body::-webkit-scrollbar {
  width: 10px;
  background: #171F22;
}
body::-webkit-scrollbar-thumb {
  background: #2A4B3C;
  border-radius: 6px;
}
/* FLEXBOX ONLY: Ensure no grid or columns used */
