/* 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 {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #FFF6ED;
  color: #24344D;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  min-height: 100vh;
}
img, svg {
  max-width: 100%;
  display: block;
}
ul, ol {
  list-style: none;
}
a {
  color: #20639B;
  text-decoration: none;
  transition: color 0.2s;
  word-break: break-word;
}
a:hover, a:focus {
  color: #173F5F;
  text-decoration: underline;
}
strong, b {
  font-weight: bold;
}

/* BRAND COLORS */
:root {
  --primary: #173F5F;
  --secondary: #20639B;
  --accent: #F6D55C;
  --neutral: #FFF6ED;
  --white: #fff;
  --gray: #FAF3E6;
  --shadow: rgba(23,63,95,0.08);
  --danger: #D9534F;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.23;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 18px;
}
h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}
h4 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
p, li, label {
  font-size: 1rem;
  color: #24344D;
}
.section > .container > .content-wrapper > ul,
ul.usp-grid,
ul.features-grid,
ul li, ol li {
  margin-bottom: 10px;
  padding-left: 0;
}

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

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: none;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 2px 20px var(--shadow);
  padding: 28px 24px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
.card:hover {
  box-shadow: 0 8px 28px var(--shadow);
}

.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;
  background: #fff9ec;
  border-radius: 16px;
  box-shadow: 0 1px 8px var(--shadow);
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.testimonial-card p {
  color: #24344D;
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 6px;
}
.testimonial-card span {
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--primary);
  font-weight: 600;
  font-size: 1rem;
  opacity: 0.87;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

/* HERO */
.hero {
  background: linear-gradient(90deg, #FFF6ED 80%, #ffe6ab 100%);
  border-radius: 0 0 36px 36px;
  box-shadow: 0 0 32px var(--shadow);
  padding-top: 48px;
  padding-bottom: 48px;
  margin-bottom: 38px;
}
.hero .content-wrapper {
  align-items: flex-start;
  gap: 24px;
}
.hero h1 {
  color: var(--primary);
  font-size: 2.4rem;
}
.hero p {
  color: var(--secondary);
  font-size: 1.25rem;
  margin-bottom: 12px;
}

/* NAVIGATION */
header {
  background: var(--white);
  box-shadow: 0 2px 14px var(--shadow);
  z-index: 10;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  min-height: 72px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 18px;
}
header nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding: 6px 10px;
  color: var(--primary);
  border-radius: 10px;
  transition: background 0.15s, color 0.15s;
}
header nav a:hover, header nav a:focus {
  background: var(--accent);
  color: var(--primary);
}
.cta-btn {
  display: inline-block;
  background: var(--accent);
  color: var(--primary);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  font-size: 1rem;
  border: none;
  border-radius: 12px;
  padding: 13px 32px;
  margin-left: 12px;
  cursor: pointer;
  box-shadow: 0 2px 8px var(--shadow);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.13s;
}
.cta-btn:hover, .cta-btn:focus {
  background: #ffe082;
  color: #173F5F;
  box-shadow: 0 4px 16px var(--shadow);
  transform: translateY(-2px) scale(1.03);
  text-decoration: none;
}

/* MOBILE MENU */
.mobile-menu-toggle {
  display: none;
  position: fixed;
  top: 18px;
  right: 24px;
  background: var(--accent);
  color: var(--primary);
  border: none;
  border-radius: 10px;
  width: 46px;
  height: 46px;
  font-size: 2.5rem;
  box-shadow: 0 1px 8px var(--shadow);
  z-index: 120;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}
.mobile-menu-toggle:focus {
  outline: 2px solid var(--primary);
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--neutral);
  box-shadow: 0 8px 48px var(--shadow);
  z-index: 250;
  transform: translateX(-100vw);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.38s cubic-bezier(0.77,0,0.175,1), opacity 0.18s;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  background: none;
  border: none;
  color: var(--primary);
  font-size: 2rem;
  align-self: flex-end;
  margin: 28px 24px 0 0;
  cursor: pointer;
  transition: color 0.2s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: var(--secondary);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  margin-left: 32px;
  margin-top: 24px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--primary);
  padding: 10px 0;
  border-radius: 8px;
  min-width: 170px;
  transition: background 0.18s, color 0.18s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: var(--accent);
  color: var(--primary);
}

/* MAIN & SECTIONS */
main {
  min-height: 500px;
}
.section.cta {
  background: var(--accent);
  border-radius: 24px;
  margin-bottom: 60px;
  box-shadow: 0 3px 24px var(--shadow);
}
.section.cta h2, .section.cta p, .section.cta a {
  color: var(--primary);
}
.section.cta .cta-btn {
  background: var(--white);
  color: var(--primary);
  font-weight: 800;
  margin-top: 18px;
}
.section.cta .cta-btn:hover, .section.cta .cta-btn:focus {
  background: var(--gray);
  color: var(--secondary);
}
.contact-info {
  margin-top: 16px;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1rem;
}

/* FEATURES, USPS, GRIDS */
.features-grid, .usp-grid, .service-cards, .destination-grid, .testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 8px;
  margin-bottom: 20px;
}
.features-grid > div, .usp-grid > li, .service-cards > div, .destination-grid > div {
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 1px 10px var(--shadow);
  padding: 28px 20px;
  min-width: 200px;
  min-height: 180px;
  flex: 1 1 220px;
  text-align: left;
  transition: box-shadow 0.15s, transform 0.13s;
}
.features-grid > div:hover,
.service-cards > div:hover,
.destination-grid > div:hover {
  box-shadow: 0 6px 18px var(--shadow);
  transform: translateY(-2px) scale(1.03);
}
.features-grid img {
  height: 44px;
  width: 44px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: var(--gray);
  padding: 8px;
}
.usp-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.usp-grid > li {
  border-radius: 16px;
  background: var(--gray);
  color: var(--primary);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 14px 20px;
  margin-bottom: 2px;
  min-width: 215px;
}

/* SERVICE CARDS */
.service-cards {
  gap: 24px;
  margin-bottom: 18px;
}
.service-cards > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 180px;
  gap: 12px;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 1px 10px var(--shadow);
}
.service-cards h3 {
  margin-bottom: 4px;
}

.destination-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

/* TESTIMONIALS GRID */
.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 6px;
  margin-bottom: 16px;
}
.testimonials-grid .testimonial-card {
  flex: 1 1 330px;
}

/* CONTACT DETAILS */
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 18px;
}
.contact-details p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--primary);
  font-size: 1rem;
}
.contact-details img {
  width: 22px;
  height: 22px;
  filter: grayscale(0.35);
}

/* FOOTER */
footer {
  background: var(--primary);
  color: var(--white);
  border-radius: 28px 28px 0 0;
  padding: 36px 0 18px 0;
  box-shadow: 0 -2px 30px var(--shadow);
}
footer p {
  color: white;
}
footer .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
footer nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer nav a {
  color: var(--accent);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: color 0.2s;
}
footer nav a:hover, footer nav a:focus {
  color: #fabb28;
  text-decoration: underline;
}
.footer-contact {
  font-size: 0.98rem;
  color: var(--accent);
  font-family: 'Roboto', Arial, sans-serif;
  text-align: left;
  margin-top: 12px;
  opacity: 0.90;
}
.footer-contact p {
  margin-bottom: 7px;
}

/* MICROINTERACTIONS & EFFECTS */
button, .cta-btn, input[type='submit'] {
  outline: none;
  transition: background 0.16s, box-shadow 0.16s, color 0.16s, transform 0.13s;
}
button:focus, .cta-btn:focus, input[type='submit']:focus {
  outline: 2px solid var(--secondary);
  outline-offset: 2px;
}

/* FORMS */
form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
input, textarea {
  border-radius: 10px;
  border: 1.5px solid #E1DDDA;
  padding: 12px 14px;
  font-size: 1rem;
  background: var(--white);
  color: var(--primary);
  font-family: 'Roboto', Arial, sans-serif;
  transition: border 0.16s, box-shadow 0.16s;
}
input:focus, textarea:focus {
  border-color: var(--secondary);
  box-shadow: 0 1px 8px var(--shadow);
}
label {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.05rem;
  margin-bottom: 2px;
}

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 14px;
  background: #fffefa;
  color: var(--primary);
  z-index: 9999;
  border-radius: 16px;
  box-shadow: 0 6px 24px var(--shadow);
  padding: 24px 20px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 410px;
  margin: 0 auto;
  animation: slideUpBanner 0.6s cubic-bezier(0.6,0.1,0.37,1.25);
}
@keyframes slideUpBanner {
  from { transform: translateY(90px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-banner p {
  font-size: 1rem;
  color: var(--primary);
}
.cookie-btns {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-top: 4px;
}
button.cookie-accept, button.cookie-reject, button.cookie-settings {
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 18px;
  box-shadow: 0 1px 6px var(--shadow);
  cursor: pointer;
  transition: background 0.16s, color 0.16s, transform 0.14s;
}
button.cookie-accept {
  background: var(--accent);
  color: var(--primary);
}
button.cookie-accept:hover, button.cookie-accept:focus {
  background: #ffe082;
}
button.cookie-reject {
  background: var(--gray);
  color: var(--primary);
}
button.cookie-reject:hover, button.cookie-reject:focus {
  background: #ffe6ab;
}
button.cookie-settings {
  background: transparent;
  color: var(--secondary);
  border: 1.5px solid var(--accent);
  box-shadow: none;
}
button.cookie-settings:hover, button.cookie-settings:focus {
  background: var(--accent);
  color: var(--primary);
}

/* COOKIE SETTINGS MODAL */
.cookie-modal-overlay {
  position: fixed;
  z-index: 10000;
  inset: 0;
  background: rgba(36,52,77,0.37);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s;
}
.cookie-modal {
  background: #fffefa;
  border-radius: 18px;
  box-shadow: 0 10px 32px var(--shadow);
  padding: 34px 30px 24px 30px;
  min-width: 300px;
  max-width: 95vw;
  max-height: 95vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: modalIn 0.5s cubic-bezier(0.7,0.18,0.34,1.12);
}
@keyframes modalIn {
  from { transform: scale(0.96) translateY(48px); opacity: 0; }
  to   { transform: scale(1) translateY(0); opacity: 1; }
}
.cookie-modal h2 {
  margin-bottom: 6px;
  color: var(--primary);
  font-size: 1.33rem;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cookie-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  gap: 12px;
}
.cookie-toggle-row label {
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--primary);
}
.cookie-toggle {
  appearance: none;
  display: inline-block;
  width: 40px;
  height: 22px;
  border-radius: 11px;
  background: #e2e3df;
  position: relative;
  outline: none;
  transition: background 0.15s;
  cursor: pointer;
}
.cookie-toggle:checked {
  background: var(--accent);
}
.cookie-toggle:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  box-shadow: 0 1px 4px var(--shadow);
  transition: left 0.2s;
}
.cookie-toggle:checked:before {
  left: 20px;
}
.cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 6px;
}
.cookie-modal-close {
  background: none;
  border: none;
  color: var(--danger);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  position: absolute;
  top: 22px;
  right: 32px;
  cursor: pointer;
  transition: color 0.2s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  color: #e96b5b;
}

/* MISCELLANEOUS & UTILITY */
@media (max-width: 1200px) {
  .container {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 820px;
  }
}
@media (max-width: 768px) {
  html { font-size: 15px; }
  
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  header .container, footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .hero {
    padding-top: 36px;
    padding-bottom: 32px;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .section {
    padding: 30px 10px;
    margin-bottom: 36px;
  }
  .features-grid, .usp-grid, .service-cards, .destination-grid, .testimonials-grid {
    flex-direction: column;
    gap: 16px;
  }
  .testimonials-grid .testimonial-card,
  .features-grid > div,
  .usp-grid > li,
  .service-cards > div,
  .destination-grid > div,
  .card {
    min-width: 100%;
    max-width: 100%;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .content-grid {
    flex-direction: column;
    gap: 14px;
  }
  .cta-btn {
    width: 100%;
    padding: 13px 0;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  html { font-size: 14px; }
  .hero {
    border-radius: 0 0 22px 22px;
    padding-top: 24px;
    padding-bottom: 20px;
  }
  .section {
    padding: 18px 2px;
    margin-bottom: 22px;
  }
  .footer-contact {
    font-size: 0.88rem;
  }
  .cookie-banner {
    left: 0;
    right: 0;
    padding: 15px 7px;
    max-width: 97vw;
  }
}

/* MOBILE MENU ACTIVATION */
@media (max-width: 1024px) {
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (min-width: 1025px) {
  .mobile-menu, .mobile-menu-toggle {
    display: none !important;
  }
  header nav {
    display: flex;
  }
}

/* ACCESSIBILITY / SELECTION */
::selection {
  background: var(--accent);
  color: var(--primary);
}

/* CUSTOM FONTS */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

