/* 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,
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 { height: 100%; scroll-behavior: smooth; }
body {
  min-height: 100vh;
  line-height: 1.5;
  background: #F4E9DC;
  color: #24435a;
  font-family: 'Roboto', Arial, sans-serif;
}
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; transition: color 0.15s; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}
button { cursor: pointer; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #24435a;
  letter-spacing: 0.02em;
}
h1 { font-size: 2.5rem; line-height: 1.125; margin-bottom: 24px; }
h2 { font-size: 2rem; line-height: 1.2; margin-bottom: 20px; }
h3 { font-size: 1.25rem; line-height: 1.3; margin-bottom: 12px; }
h4, h5, h6 { font-size: 1.05rem; line-height: 1.2; }
p, li, address, .testimonial-meta, .price {
  font-family: 'Roboto', Arial, sans-serif;
  color: #3e5570;
  font-size: 1rem;
  line-height: 1.7;
}
.subheadline {
  font-size: 1.2rem;
  margin-bottom: 28px;
}

/* LAYOUT SPACING & STRUCTURE */
.container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.section{
  margin-bottom: 60px;
  padding: 40px 20px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.text-section { max-width: 700px; }

.feature-grid, .service-cards, .apartment-overview-cards, .activity-cards, .offer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 20px 0 0 0;
}
.feature, .service-card, .apartment-card, .activity-card, .special-offer {
  background: #fff;
  border-radius: 18px;
  border: 1.5px solid #e0dfdf;
  padding: 28px 24px;
  box-shadow: 0 3px 14px 0 rgba(36,67,90,0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
}
.feature:hover, .service-card:hover, .apartment-card:hover, .activity-card:hover, .special-offer:hover {
  box-shadow: 0 6px 28px 0 rgba(36,67,90,0.15);
  transform: translateY(-3px) scale(1.02);
}
.feature img, .value-list img, .feature-list img, .activity-list img, .icons-by-age-group img {
  width: 36px;
  height: 36px;
}

.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-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.testimonial-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(53,97,121,0.09);
  padding: 26px 22px;
  margin-bottom: 20px;
  min-width: 260px;
  max-width: 400px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.testimonial-card blockquote {
  font-size: 1.1rem;
  font-style: italic;
  color: #24435a;
  line-height: 1.5;
  margin-bottom: 12px;
}
.testimonial-meta {
  color: #356179;
  font-size: 1rem;
  align-self: flex-end;
  font-family: 'Mons.rrat','Montserrat', Arial, sans-serif;
  font-weight: 500;
}

/* CARD/GRID GROUPING FOR LAYOUT REQUIREMENT */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 1px 4px rgba(36,67,90,0.07);
}

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

/***** TABLES *****/
.price-table {
  width: 100%;
  margin: 30px 0 24px 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border-collapse: collapse;
  font-size: 1rem;
  box-shadow: 0 1px 6px rgba(36,67,90,0.08);
}
.price-table th, .price-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #f0eee9;
}
.price-table th {
  background: #F9B14E;
  color: #24435a;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.12rem;
  letter-spacing: 0.02em;
  border-bottom: 2px solid #efc077;
}
.price-table tr:last-child td {
  border-bottom: none;
}

/***** HERO SECTION *****/
.hero {
  background: #24435a;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  border-radius: 0 0 44px 44px;
  min-height: 340px;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 32px rgba(36,67,90,0.10);
}
.hero .container {
  min-height: 340px;
  display: flex;
  align-items: center;
}
.hero .content-wrapper {
  margin: 60px 0 40px 0;
  gap: 14px;
}
.hero h1, .hero .subheadline,
.hero p, .hero a {
  color: #ffffff;
}
.hero .cta-primary {
  margin-top: 18px;
}

/**********************************************/
/*********** NAVIGATION / HEADER **************/
header {
  width: 100%;
  background: #ffffff;
  position: sticky;
  top:0;
  z-index: 100;
  box-shadow: 0 1px 12px rgba(36,67,90,.10);
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 0 0 0 0;
}
header > a img {
  height: 48px;
  margin: 12px 0 12px 16px;
  display: block;
}
header nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: 36px;
}
header nav a {
  color: #24435a;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0.07em;
  transition: background .14s, color .14s;
}
header nav a:hover, header nav a:focus {
  background: #F9B14E;
  color: #24435a;
}
header .cta-primary {
  margin-left: auto;
  margin-right: 24px; 
}

/***** CTA STYLES *****/
.cta-primary, .cta-secondary {
  display: inline-block;
  text-align: center;
  padding: 14px 32px;
  font-size: 1.06rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 900;
  border-radius: 20px;
  background: #F9B14E;
  color: #24435a;
  letter-spacing: 0.08em;
  border: none;
  box-shadow: 0 3px 12px rgba(53,97,121,.07);
  text-transform: uppercase;
  transition: background .2s, color .2s, box-shadow .2s, transform .12s;
}
.cta-primary:hover, .cta-primary:focus {
  background: #356179;
  color: #fff;
  box-shadow: 0 8px 24px rgba(36,67,90,0.15);
  transform: translateY(-2px) scale(1.03);
}
.cta-secondary {
  background: #356179;
  color: #fff;
  margin-top: 18px;
  text-transform: none;
}
.cta-secondary:hover, .cta-secondary:focus{
  background:#F9B14E;
  color:#24435a;
}

/********* FOOTER STYLES *************/
footer {
  width: 100%;
  background: #24435a;
  color: #ffffff;
  padding: 36px 0 16px 0;
  border-radius: 32px 32px 0 0;
  margin-top: 60px;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}
.footer-nav a {
  color: #F9B14E;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 7px;
  padding: 8px 12px;
  transition: background .13s, color .13s;
}
.footer-nav a:hover, .footer-nav a:focus {
  background: #F4E9DC;
  color: #24435a;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  color: #fff;
  font-size: 1.07rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
}
.footer-brand img {
  height: 28px;
}

/******** MODALS & BANNERS (COOKIE CONSENT) *********/
.cookie-banner {
  position: fixed;
  left: 0; right: 0;
  bottom: 0;
  width: 100%;
  background: #fffdfa;
  color: #24435a;
  border-top: 2.5px solid #f9b14e;
  box-shadow: 0 -4px 36px rgba(53,97,121, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  z-index: 9999;
  padding: 22px 32px;
  font-size: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  animation: cookieBannerIn 0.3s cubic-bezier(.5,1.4,.7,1) forwards;
}
@keyframes cookieBannerIn {
  0% { transform: translateY(120%); opacity: 0; }
  100% { transform: none; opacity: 1; }
}
.cookie-banner .cookie-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cookie-banner button {
  min-width: 120px;
  padding: 9px 22px;
  margin-left: 0;
  font-size: 1rem;
  border-radius: 14px;
  font-weight: 700;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #f9b14e;
  color: #24435a;
  border: none;
  transition: background .16s, color .16s;
}
.cookie-banner button:hover, .cookie-banner button:focus {
  background: #356179;
  color: #fff;
}
.cookie-banner .settings {
  background: #fff;
  border: 1.8px solid #F9B14E;
  color: #24435a;
}
.cookie-banner .settings:hover, .cookie-banner .settings:focus {
  background: #F9B14E;
  color: #24435a;
  border-color: #f7a327;
}

.cookie-modal {
  position: fixed;
  left:0; top:0; right:0; bottom:0;
  z-index: 10000;
  background: rgba(36,67,90,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: cookieModalIn .26s cubic-bezier(.51,1.51,.7,1.05) forwards;
}
@keyframes cookieModalIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
.cookie-modal-content {
  background: #fff;
  border-radius: 16px;
  padding: 38px 46px 34px 46px;
  min-width: 320px;
  max-width: 98vw;
  box-shadow: 0 10px 42px rgba(36,67,90,0.12);
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #24435a;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 18px 0 16px 0;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f6f3ec;
  padding: 13px 14px;
  border-radius: 10px;
}
.cookie-category label {
  font-weight: 600;
  font-family: 'Montserrat', Arial, sans-serif;
}
.cookie-category input[type="checkbox"]:disabled + label {
  color: #7e8e9f;
}
.cookie-modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

/***** VALUE LISTS, FAQ, SPECIAL SECTIONS *****/
.value-list, .feature-list, .activity-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 18px 0 10px 0;
}
.value-list li, .feature-list li, .activity-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.06rem;
  background: #fff;
  border-radius: 10px;
  padding: 13px 14px;
  box-shadow: 0 1px 6px rgba(36,67,90,0.05);
}
.icons-by-age-group ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin:12px 0 0 0;
}
.icons-by-age-group li {
  display: flex;
  align-items: center;
  gap:8px;
  font-weight: 500;
  font-size: 1.02rem;
}

/**** FAQ ACCORDION ****/
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 14px;
}
.faq-item {
  background: #fff;
  border-radius: 10px;
  padding: 16px 17px;
  box-shadow: 0 1px 5px rgba(36,67,90,0.07);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow .15s;
}
.faq-item strong { font-size:1.06rem; font-family:'Montserrat',Arial,sans-serif; color:#24435a; }
.faq-item span {
  font-size:1rem;
  color:#3e5570;
  font-family:'Roboto',Arial,sans-serif;
}

/***** PRICES, HIGHLIGHTS, ETC. *****/
.price, .special-highlights {
  color: #F9B14E;
  font-weight: 700;
  font-size: 1.08rem;
  font-family: 'Montserrat', Arial, sans-serif;
}
.special-highlights ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}
.special-highlights li {
  background: #fff;
  border-radius:8px;
  padding: 10px 13px;
  color: #24435a;
  font-weight: 500;
  font-size: 0.98rem;
  box-shadow: 0 1px 5px rgba(36,67,90,0.04);
}

/***** MICRO-INTERACTIONS & HOVERS *****/
.feature, .service-card, .apartment-card, .activity-card, .special-offer, .faq-item {
  transition: box-shadow .24s, transform .15s;
}
.feature:hover, .service-card:hover, .apartment-card:hover, .activity-card:hover, .special-offer:hover, .faq-item:hover {
  box-shadow: 0 6px 24px rgba(36,67,90,0.17);
  transform: translateY(-2px) scale(1.01);
}

/* Animations for section load (on demand via JS) */
.section, .hero, .feature-grid, .service-cards, .testimonial-slider {
  opacity: 1;
  transition: opacity .5s, transform .5s;
}

/**** RESPONSIVE FLEXBOX LAYOUTS ****/
@media (max-width: 1120px) {
  .feature-grid, .service-cards, .apartment-overview-cards, .activity-cards, .offer-grid {
    gap: 18px;
  }
  .testimonial-slider {
    gap: 12px;
  }
}
@media (max-width: 900px) {
  .hero .container,
  .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  header nav {
    display: none;
  }
  header {
    flex-direction: row;
    justify-content: space-between;
    min-height: 60px;
  }
  .container {
    padding: 0 10px;
  }
  .feature-grid, .service-cards, .apartment-overview-cards, .activity-cards, .offer-grid {
    flex-direction: column;
    gap: 18px;
  }
  .testimonial-slider {
    flex-direction: column;
    gap: 8px;
  }
  .content-wrapper {
    gap: 16px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .special-highlights ul {
    flex-direction: column;
    gap:8px;
  }
  .cookie-banner {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    padding: 20px 14px;
  }
  .cookie-banner .cookie-actions {
    width: 100%;
    gap: 10px;
  }
  footer .container {
    gap: 9px;
  }
  .footer-nav {
    gap:12px;
    font-size:0.95rem;
  }
}
@media (max-width: 520px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.22rem; }
  .hero { min-height: 190px; border-radius: 0 0 22px 22px; }
  .hero .container { min-height: 140px; }
  .service-card, .apartment-card, .activity-card, .feature, .special-offer { padding: 18px 10px; }
  .cookie-modal-content { padding: 18px 8px 16px 8px; }
  .testimonial-card { padding: 14px 8px; }
  .section { padding: 24px 4px; margin-bottom: 36px; }
}

/**** MOBILE NAVIGATION (BURGER MENU) ****/

.mobile-menu-toggle {
  background: #fff;
  color: #24435a;
  font-size: 2.1rem;
  border: 2.5px solid #F9B14E;
  border-radius: 15px;
  padding: 7px 19px 7px 16px;
  position: fixed;
  top: 19px; right: 18px;
  z-index: 1201;
  box-shadow: 0 2px 8px rgba(36,67,90,0.09);
  display: none;
  transition: background .18s, color .18s, box-shadow .13s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #F9B14E;
  color: #24435a; 
  box-shadow: 0 8px 24px rgba(36,97,121,0.14);
}
.mobile-menu {
  position: fixed;
  top:0; right:0; left:0; bottom:0;
  background: #24435aa3;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  transform: translateX(100%);
  transition: transform .24s cubic-bezier(.68,.01,.29,.99);
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0%);
  pointer-events: all;
}
.mobile-menu .mobile-menu-close {
  margin: 25px 30px 8px 0;
  font-size: 2.1rem;
  background: #fff;
  color: #24435a;
  border: 2px solid #F9B14E;
  padding: 5px 12px;
  border-radius: 12px;
  transition: background .13s, color .13s;
}
.mobile-menu .mobile-menu-close:hover, .mobile-menu .mobile-menu-close:focus {
  background: #F9B14E;
  color: #24435a;
}
.mobile-nav {
  width: 90vw;
  max-width: 340px;
  background: #fff;
  border-radius: 18px 0 0 18px;
  box-shadow: 0 0 44px rgba(36,67,90,0.15);
  padding: 40px 30px 34px 24px;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.mobile-nav a {
  color: #24435a;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.15rem;
  border-radius: 8px;
  padding: 11px 10px;
  width: 100%;
  font-weight:700;
  letter-spacing:.06em;
  transition: background .13s, color .13s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #F9B14E;
  color: #24435a;
}

@media (max-width: 1012px) {
  .mobile-menu-toggle {
    display: block;
  }
}
@media (min-width: 1013px) {
  .mobile-menu, .mobile-menu-toggle { display: none; }
}

/**** CARD SPACING UTILITY CLASSES (MANDATORY) ****/
.section { margin-bottom: 60px; padding: 40px 20px; }
.card-container { display: flex; flex-wrap: wrap; gap: 24px; }
.card { margin-bottom: 20px; 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; align-items: center; gap: 20px; padding: 20px; }
.feature-item { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }

/******* Z-INDEX UTILITY *******/
.mobile-menu { z-index: 1200; }
.mobile-menu.open { z-index: 1500; }
.cookie-banner { z-index: 1999; }
.cookie-modal { z-index: 2000; }

/**** UTILITIES ****/
.bg-primary { background: #24435a; color: #fff; }
.bg-light { background: #F4E9DC; color: #24435a; }
.bg-accent { background: #F9B14E; color: #24435a; }

/**** SCROLLBAR STYLING ****/
::-webkit-scrollbar { width: 12px; background: #F4E9DC; }
::-webkit-scrollbar-thumb {
  background: #356179;
  border-radius: 8px;
  border: 3px solid #F4E9DC;
}

/**** SELECTION STYLES ****/
::selection { background: #F9B14E; color: #24435a; }

/**** ANIMATIONS FOR FOCUS/ACTIVE/LINKS ****/
a:active, button:active, a:focus, button:focus {
  outline: 2px solid #F9B14E;
  outline-offset: 2px;
}

/**** DISABLED BUTTONS ****/
button:disabled, .cta-primary:disabled, .cta-secondary:disabled {
  opacity: 0.45;
  pointer-events: none;
}


/***** ACCESSIBILITY and CONTRAST IN TESTIMONIALS *****/
.testimonial-card, .testimonial-slider .testimonial-card {
  background: #fff;
  color: #24435a;
  border: 1.1px solid #e6e4e1;
}
.testimonial-card blockquote {
  color: #24435a;
}
.testimonial-meta { color: #356179; }

/********* PRINT UTILITIES ************/
@media print {
  .mobile-menu, .mobile-menu-toggle, .cookie-banner, .cookie-modal { display: none !important; }
  header, footer { position: static !important; box-shadow: none !important; }
}
