/* ---------------------------------------------------------
   RESET & BASELINE
---------------------------------------------------------- */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  background: #FFFFFF;
  color: #205375;
  font-size: 16px;
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s;
}
ul, ol {
  list-style: none;
}
input, button, textarea, select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}
button {
  cursor: pointer;
  background: none;
  border: none;
}

/* ---------------------------------------------------------
   TYPOGRAPHY
---------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #205375;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.14;
  margin-bottom: 16px;
}
h1 { font-size: 2.5rem; margin-bottom: 24px; }
h2 { font-size: 2rem; margin-bottom: 20px; }
h3 { font-size: 1.35rem; margin-bottom: 14px; font-weight: 600; }
h4 { font-size: 1.1rem; margin-bottom: 8px; font-weight: 600; }

p, li {
  font-size: 1rem;
  color: #21394c;
  margin-bottom: 14px;
}
strong {
  font-weight: 600;
}

/* Typography: Visual hierarchy */
.confirmation-message h2, .feature h3, .team-member h3, .faq-item h2 {
  font-size: 1.15rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
}

/* ---------------------------------------------------------
   CONTAINER & LAYOUTS
---------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 18px;
}
.content-wrapper {
  margin: 0 auto;
  width: 100%;
}
.text-section {
  max-width: 670px;
  margin: 0 auto;
  text-align: center;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  width: 100%;
  background: #fff;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(32, 83, 117, 0.03);
  padding: 32px 24px;
  position: relative;
}
.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: 14px;
  padding: 20px;
  background: #F5F5F5;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(32,83,117,0.06);
  color: #19425F;
  max-width: 540px;
  font-size: 1.07rem;
  transition: box-shadow 0.2s, transform 0.2s;
}
.testimonial-card span {
  font-size: .97rem;
  color: #205375;
  letter-spacing: .01em;
}
.testimonial-card:hover {
  box-shadow: 0 6px 18px rgba(32,83,117,0.14);
  transform: translateY(-2px) scale(1.015);
}
.feature-item, .feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(32,83,117,0.06);
  padding: 22px 16px 18px 16px;
  margin-bottom: 20px;
  width: 100%;
  transition: box-shadow 0.2s;
}
.feature img {
  width: 38px;
  height: 38px;
  margin-bottom: 5px;
}
.feature:hover {
  box-shadow: 0 6px 22px rgba(32,83,117,0.10);
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.feature {
  flex: 1 1 210px;
  min-width: 190px;
  max-width: 270px;
}
.team-bios {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.team-member {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 22px 18px 18px 18px;
  box-shadow: 0 1px 6px rgba(32,83,117,0.04);
  margin-bottom: 20px;
  flex: 1 1 212px;
  min-width: 180px;
  transition: box-shadow 0.18s;
}
.team-member:hover {
  box-shadow: 0 4px 16px rgba(32,83,117,0.12);
}
.address-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
  background: #FAFCFD;
  padding: 16px 18px;
  border-radius: 8px;
  font-size: 1.1rem;
  color: #205375;
}
.arrival-info {
  margin-top: 14px;
  font-size: 1rem;
  color: #3d5875;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.faq-item {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 20px 18px 18px 18px;
  margin-bottom: 12px;
  transition: box-shadow 0.14s;
  box-shadow: 0 1px 4px rgba(32,83,117,.04);
}
.faq-item:hover {
  box-shadow: 0 4px 12px rgba(32,83,117,0.09);
}
.faq-topics {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
  font-size: 0.96rem;
}
.faq-topics span {
  background: #FAFAFA;
  color: #16747A;
  border-radius: 6px;
  padding: 5px 12px;
  margin-right: 4px;
  font-weight: 500;
}
.success-story {
  background: #E6F3F2;
  border-radius: 13px;
  padding: 23px 24px 20px 24px;
  box-shadow: 0 1px 7px rgba(22,116,122,0.09);
  margin: 28px 0;
}
.confirmation-message {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 26px 20px 20px 20px;
  margin-bottom: 24px;
  box-shadow: 0 1px 7px rgba(32,83,117,.05);
}
.contact-details ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
}
.contact-details li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1rem;
  color: #205375;
}

/* ---------------------------------------------------------
   HEADER & NAV
---------------------------------------------------------- */
header {
  background: #FFFFFF;
  box-shadow: 0 2px 12px rgba(32,83,117,0.06);
  position: sticky;
  top: 0;
  z-index: 1001;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  padding-top: 0; padding-bottom: 0;
}
header img {
  height: 44px;
  width: auto;
}
nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 6px 6px;
  color: #205375;
  border-radius: 4px;
  transition: background 0.16s, color 0.14s;
}
nav a:hover, nav a:focus {
  color: #16747A;
  background: #F5F5F5;
}
nav a.cta {
  background: #16747A;
  color: #fff;
  padding: 9px 18px;
  border-radius: 20px;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: 0 2px 8px rgba(22,116,122,0.07);
  transition: background 0.2s, box-shadow 0.2s, color 0.2s;
}
nav a.cta:hover, nav a.cta:focus {
  background: #205375;
  color: #fff;
  box-shadow: 0 4px 16px rgba(32,83,117,0.13);
}
.mobile-menu-toggle {
  display: none;
  font-size: 2.1rem;
  color: #205375;
  background: #F5F5F5;
  border: none;
  border-radius: 7px;
  width: 44px; height: 44px;
  align-items: center;
  justify-content: center;
  transition: background 0.12s, box-shadow 0.16s;
  margin-left: 18px;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #E7EFF4;
  box-shadow: 0 2px 6px rgba(32,83,117,0.08);
}

/* ---------------------------------------------------------
   MOBILE MENU OVERLAY
---------------------------------------------------------- */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(32,83,117,0.94);
  z-index: 1101;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(.58,.27,.27,1);
}
.mobile-menu.active {
  display: flex;
  transform: translateX(0);
  animation: menu-slide-in 0.38s cubic-bezier(.58,.27,.27,1);
}
@keyframes menu-slide-in {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}
.mobile-menu-close {
  font-size: 2.3rem;
  color: #fff;
  background: none;
  border: none;
  padding: 18px 18px 6px 6px;
  align-self: flex-end;
  margin-bottom: 14px;
  cursor: pointer;
  transition: color 0.15s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #48A9A6;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  align-items: flex-start;
  margin-top: 18px;
  padding-left: 36px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.28rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  padding: 8px 0;
  border-radius: 5px;
  min-width: 160px;
  transition: color 0.19s, background 0.19s;
}
.mobile-nav a.cta {
  background: #48A9A6;
  color: #fff;
  font-weight: 700;
  padding: 11px 26px;
  margin-top: 4px;
  border-radius: 22px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #48A9A6;
  background: rgba(255,255,255,0.08);
}
.mobile-nav a.cta:hover, .mobile-nav a.cta:focus {
  background: #205375;
  color: #fff;
}

/* ---------------------------------------------------------
   MAIN BUTTONS & MICROINTERACTIONS
---------------------------------------------------------- */
.cta, .btn {
  display: inline-block;
  background: #16747A;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.07rem;
  font-weight: 600;
  letter-spacing: .02em;
  border-radius: 20px;
  padding: 13px 28px;
  transition: background 0.20s, box-shadow 0.20s, color 0.20s, transform 0.10s;
  box-shadow: 0 2px 10px rgba(22,116,122,0.12);
  border: none;
  margin-top: 12px;
}
.cta:hover, .cta:focus, .btn:hover, .btn:focus {
  background: #205375;
  color: #fff;
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 4px 18px rgba(32,83,117,0.11);
}

/* Inline links in blocks */
.text-section a:not(.cta):not(.btn), .content-wrapper a:not(.cta):not(.btn) {
  color: #16747A;
  border-bottom: 1px dotted #16747A;
  padding-bottom: 1px;
  transition: border-bottom 0.13s, color 0.18s;
}
.text-section a:not(.cta):not(.btn):hover, .content-wrapper a:not(.cta):not(.btn):hover {
  color: #205375;
  border-bottom: 1px solid #205375;
}

/* ---------------------------------------------------------
   TABLES
---------------------------------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  background: #F5F5F5;
  border-radius: 11px;
  margin: 18px 0 28px 0;
  box-shadow: 0 1px 8px rgba(32,83,117,0.04);
  overflow: hidden;
}
thead, th {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  background: #EDF3F7;
  color: #205375;
}
td, th {
  padding: 13px 18px;
  border-bottom: 1px solid #e7e7e9;
  font-size: 1.03rem;
}
tr:last-child td {
  border-bottom: none;
}

/* ---------------------------------------------------------
   FOOTER
---------------------------------------------------------- */
footer {
  background: #F5F5F5;
  margin-top: 80px;
  padding: 36px 0 12px 0;
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.footer-row nav {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-row nav a {
  color: #16747A;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  padding: 5px 8px;
  transition: background 0.15s, color 0.13s;
}
.footer-row nav a:hover, .footer-row nav a:focus {
  color: #205375;
  background: #E7EFF4;
}
footer img {
  height: 42px;
  width: auto;
}
.footer-info {
  margin-top: 5px;
  font-size: .97rem;
  color: #205375;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.footer-info a {
  color: #16747A;
  font-weight: 500;
  border-bottom: 1px dotted #48A9A6;
  padding-bottom: 1px;
  display: inline-flex; align-items: center; gap: 6px;
  transition: color 0.15s, border-bottom .15s;
}
.footer-info a:hover {
  color: #205375;
  border-bottom: 1px solid #205375;
}

/* ---------------------------------------------------------
   RESPONSIVE DESIGN (Mobile-First)
---------------------------------------------------------- */
@media (max-width: 1020px) {
  .feature-grid, .team-bios {
    gap: 16px;
  }
  .feature, .team-member {
    min-width: 150px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  h1 { font-size: 2.06rem; }
  h2 { font-size: 1.38rem; }
  .container { padding: 0 12px; }
  .content-grid, .feature-grid, .team-bios, .footer-row { flex-direction: column; gap: 18px; }
  .section { padding: 32px 7px; margin-bottom: 32px; }
  nav { display: none !important; }
  .mobile-menu-toggle { display: flex; }
  header .container { justify-content: space-between; height: 64px; }
  .card, .feature, .team-member, .testimonial-card, .address-box {
    padding: 18px 10px;
    min-width: unset;
    max-width: 100%;
  }
  .text-image-section { flex-direction: column; align-items: stretch; gap: 20px; }
  .card-container, .content-grid {
    flex-direction: column;
    gap: 15px;
  }
  .testimonial-card { max-width: 100%; }
  .contact-details ul { gap: 4px; }
  .footer-row { align-items: flex-start; }
}
@media (max-width: 510px) {
  h1 { font-size: 1.44rem; }
  h2 { font-size: 1.1rem; }
}

/* Utility classes */
.mt-0 { margin-top: 0 !important; }
.mt-16 { margin-top: 16px !important; }
.mb-24 { margin-bottom: 24px !important; }
.text-center { text-align: center; }

/* ---------------------------------------------------------
   COOKIE CONSENT BANNER & MODAL
---------------------------------------------------------- */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #205375;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 21px 18px;
  z-index: 3000;
  box-shadow: 0 -2px 18px rgba(32,83,117,0.14);
  font-size: 1rem;
  transition: transform 0.33s cubic-bezier(.58,.27,.27,1), opacity 0.28s;
  opacity: 1;
}
.cookie-banner.hide {
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner .cookie-text {
  flex: 1;
  color: #fff;
  margin-right: 20px;
  letter-spacing: 0.01em;
  font-size: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
}
.cookie-banner .cookie-choices {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}
.cookie-banner .cookie-btn, .cookie-banner .cookie-settings {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  border-radius: 17px;
  padding: 9px 19px;
  font-size: .97rem;
  border: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}
.cookie-banner .cookie-btn.accept {
  background: #48A9A6;
  color: #fff;
}
.cookie-banner .cookie-btn.reject {
  background: #F5F5F5;
  color: #205375;
  border: 1px solid #C6E7EA;
}
.cookie-banner .cookie-btn.accept:hover {
  background: #16747A;
  color: #fff;
}
.cookie-banner .cookie-btn.reject:hover {
  background: #E9F7F7;
  color: #16747A;
}
.cookie-banner .cookie-settings {
  background: #205375;
  border: 1px solid #48A9A6;
  color: #fff;
  padding: 9px 21px;
}
.cookie-banner .cookie-settings:hover {
  background: #48A9A6;
  color: #fff;
}
@media (max-width: 670px) {
  .cookie-banner { flex-direction: column; gap: 13px; padding: 16px 7px; }
  .cookie-banner .cookie-choices { width: 100%; justify-content: flex-start; }
}

/* Cookie Preferences Modal */
.cookie-modal-backdrop {
  position: fixed; left:0; top:0; width:100vw; height:100vh;
  background: rgba(32,83,117,0.43);
  z-index: 3050;
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.28s;
}
.cookie-modal-backdrop.active {
  display: flex;
  animation: modal-fade-in 0.36s cubic-bezier(.61,.31,.23,1);
}
@keyframes modal-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  color: #205375;
  border-radius: 15px;
  box-shadow: 0 2px 22px rgba(22,116,122,0.17);
  min-width: 300px;
  max-width: 97vw;
  width: 410px;
  padding: 32px 25px 21px 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  animation: modal-pop-in 0.30s cubic-bezier(.61,.35,.18,1);
}
@keyframes modal-pop-in {
  from { transform: scale(.94); opacity: 0.74; }
  to { transform: scale(1); opacity: 1; }
}
.cookie-modal .cookie-modal-close {
  position: absolute;
  top: 16px; right: 17px; font-size: 1.45rem;
  background: none; border: none;
  color: #205375;
  cursor: pointer;
  padding: 2px 8px;
  border-radius: 3px;
  transition: color .16s, background .17s;
}
.cookie-modal .cookie-modal-close:hover, .cookie-modal .cookie-modal-close:focus {
  color: #16747A; background: #F5F5F5;
}
.cookie-modal h2 {
  font-size: 1.21rem;
  margin-bottom: 6px;
}
.cookie-modal ul {
  list-style: none;
  padding: 0;
}
.cookie-pref-cat {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  padding-bottom: 7px;
  border-bottom: 1px solid #F5F5F5;
}
.cookie-pref-cat:last-child { border-bottom: none; }
.cookie-cat-name {
  flex: 1 1 105px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.cookie-cat-desc {
  font-size: 0.96rem;
  color: #4b748a;
}
.cookie-switch {
  margin-left: auto;
}
.cookie-switch input[type="checkbox"] {
  width: 36px;
  height: 20px;
  appearance: none;
  background: #E8EAEB;
  outline: none;
  border-radius: 14px;
  transition: background 0.2s;
  position: relative;
  cursor: pointer;
}
.cookie-switch input[type="checkbox"]:checked {
  background: #16747A;
}
.cookie-switch input[type="checkbox"]:disabled {
  background: #C4D2D9;
  opacity: 0.7;
  cursor: default;
}
.cookie-switch input[type="checkbox"]::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(32,83,117,0.08);
  position: absolute;
  top: 3px; left: 4px;
  transition: left 0.2s;
}
.cookie-switch input[type="checkbox"]:checked::before {
  left: 18px;
}

.cookie-modal .cookie-modal-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 11px;
}
.cookie-modal .btn-save {
  background: #48A9A6;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  border-radius: 17px;
  padding: 8px 21px;
  font-size: .98rem;
  border: none;
  font-weight: 600;
  transition: background .18s;
}
.cookie-modal .btn-save:hover,
.cookie-modal .btn-save:focus {
  background: #16747A;
}

/* ---------------------------------------------------------
   MISC STYLES & TRANSITIONS
---------------------------------------------------------- */
::-webkit-scrollbar {
  width: 9px;
  background: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background: #E3EDF0;
  border-radius: 4px;
}

/* Subtle card hover effect */
.card:hover, .team-member:hover, .feature:hover {
  box-shadow: 0 6px 18px rgba(32,83,117,0.10);
  z-index: 1;
}

/* Prevent content overlap */
.card, .feature, .team-member, .testimonial-card, .address-box, .faq-item, .confirmation-message, .success-story {
  margin-bottom: 20px;
}
.section > .container > .content-wrapper:not(:last-child) {
  margin-bottom: 24px;
}

/* For asset icons in lists */
.contact-details img, .address-box img, .footer-info img {
  width: 18px; height: 18px; display: inline-block; vertical-align: middle;
}

/* Hide empty space at the bottom on short pages */
html, body, #root { min-height: 100vh; }

/* ---------------------------------------------------------
   END OF STYLES
---------------------------------------------------------- */
