/* =========================================================
   CSS RESET & BASE NORMALIZE
   ========================================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body {
  background: #F5F7FA;
  color: #23405B;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  min-height: 100vh;
  line-height: 1.6;
}
img, picture, video {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  color: #23405B;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus-visible {
  outline: 2px solid #E2BC72;
  outline-offset: 2px;
}
button, input, select, textarea {
  font: inherit;
  outline: none;
  border: none;
  background: none;
}
strong {
  font-weight: 600;
}

/* =========================================================
   BRAND FONTS & COLORS
   ========================================================= */
:root {
  --color-primary: #23405B;
  --color-secondary: #E2BC72;
  --color-accent: #F5F7FA;
  --color-white: #fff;
  --color-shadow: rgba(40,36,16,0.08);
  --color-dark-text: #2A3135;
  --color-border: #eae8e3;

  --font-display: 'Montserrat', 'Segoe UI', Arial, Helvetica, sans-serif;
  --font-body: 'Roboto', Arial, Helvetica, sans-serif;
}

/* =========================================================
   LUXURY/PREMIUM BASE STYLE
   ========================================================= */
body {
  background: var(--color-accent);
  color: var(--color-dark-text);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--color-primary);
  line-height: 1.15;
  letter-spacing: 0.01em;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 14px;
}
h4, h5, h6 {
  font-size: 1.1rem;
  font-weight: 500;
}

p, ul, ol, blockquote, address {
  font-size: 1rem;
  color: var(--color-dark-text);
  margin-bottom: 16px;
  font-family: var(--font-body);
}

ul, ol {
  margin-left: 1.5rem;
  margin-bottom: 16px;
}

li {
  margin-bottom: 8px;
}

blockquote.tagline {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--color-secondary);
  border-left: 3px solid var(--color-secondary);
  padding-left: 14px;
  margin: 28px 0 0 0;
  font-style: italic;
  background: #fff;
}

address {
  font-style: normal;
  margin-bottom: 20px;
  color: var(--color-primary);
}


/* =========================================================
   LAYOUT CONTAINER SYSTEM
   ========================================================= */
.container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

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

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  position: relative;
  background: var(--color-white);
  border-radius: 16px;
  padding: 28px 28px 24px 28px;
  margin-bottom: 20px;
  box-shadow: 0 3px 16px var(--color-shadow);
  border: 1px solid var(--color-border);
  transition: box-shadow .2s, border-color .2s, transform .2s;
}
.card:hover {
  box-shadow: 0 6px 28px rgba(34,64,91,.16), 0 1.5px 6px var(--color-shadow);
  border-color: var(--color-secondary);
  transform: translateY(-2px) scale(1.012);
}

.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: 12px;
  padding: 20px 28px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 14px var(--color-shadow);
  border-left: 5px solid var(--color-secondary);
  margin-bottom: 24px;
  min-width: 0;
  transition: box-shadow 0.2s;
}
.testimonial-card strong {
  font-family: var(--font-display);
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 600;
}
.testimonial-card p {
  font-size: 1.02rem;
  color: #222;
  margin-bottom: 8px;
}

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

.features-grid, .features {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: flex-start;
}
.features-grid > div {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1.5px 7px var(--color-shadow);
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 240px;
  max-width: 320px;
  flex: 1 1 220px;
  padding: 28px 24px 22px 24px;
  transition: box-shadow 0.18s, border-color 0.2s, transform 0.16s;
}
.features-grid > div:hover {
  box-shadow: 0 7px 30px rgba(224,188,114,.18), 0 1.5px 10px var(--color-shadow);
  border-color: var(--color-secondary);
  transform: translateY(-4px) scale(1.018);
}
.features-grid img {
  width: 38px;
  height: 38px;
  aspect-ratio: 1;
  object-fit: contain;
  margin-bottom: 12px;
  filter: drop-shadow(0 4px 12px rgba(34,64,91,.07));
}
.features-grid h3 {
  color: var(--color-secondary);
  font-size: 1.15rem;
}


/* =========================================================
   HEADER, NAVIGATION, & CTA
   ========================================================= */
header {
  width: 100%;
  background: var(--color-white);
  box-shadow: 0 3px 20px -1.5px var(--color-shadow);
  border-bottom: 1px solid #efe9de;
  position: sticky;
  top: 0;
  z-index: 25;
  min-height: 72px;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 58px;
}
header img {
  height: 48px;
  width: auto;
}
nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
nav a {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-primary);
  padding: 7px 0;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .24s;
  position: relative;
}
nav a:hover, nav a:focus {
  color: var(--color-secondary);
  border-bottom: 2px solid var(--color-secondary);
}
.cta-btn {
  background: var(--color-primary);
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  padding: 11px 32px;
  border-radius: 26px;
  border: none;
  box-shadow: 0 3px 10px var(--color-shadow);
  transition: background .18s, box-shadow .18s, color .16s, transform .12s;
  cursor: pointer;
  letter-spacing: .02em;
  text-shadow: 0 1px 2px rgba(34,64,91,0.09);
  margin-left: 12px;
  display: inline-block;
}
.cta-btn:hover, .cta-btn:focus {
  background: var(--color-secondary);
  color: var(--color-primary);
  box-shadow: 0 7px 24px var(--color-shadow), 0 1.5px 10px #e2bc7296;
  transform: translateY(-1px) scale(1.03);
}

/* Burger menu button */
.mobile-menu-toggle {
  display: none;
  background: var(--color-secondary);
  color: var(--color-primary);
  border: none;
  font-size: 2rem;
  padding: 7px 18px 7px 7px;
  border-radius: 9px;
  cursor: pointer;
  margin-left: 10px;
  z-index: 51;
  box-shadow: 0 2px 8px rgba(224,188,114,0.09);
  transition: background 0.14s, color 0.16s;
}
.mobile-menu-toggle:active, .mobile-menu-toggle:focus {
  background: var(--color-primary);
  color: var(--color-secondary);
}

/* MOBILE NAVIGATION */
.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(240,236,228,.97);
  transform: translateX(-120vw);
  transition: transform .32s cubic-bezier(.67,.19,.33,1.01);
  box-shadow: 0 6px 22px var(--color-shadow);
  z-index: 60;
  padding: 0 0 0 0;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  font-size: 2.2rem;
  color: var(--color-primary);
  background: none;
  border: none;
  padding: 18px 22px 10px 0;
  margin-bottom: 12px;
  margin-right: 6px;
  cursor: pointer;
  z-index: 70;
  transition: color 0.14s, background 0.12s;
  border-radius: 6px;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  color: var(--color-secondary);
  background: #ede6d8;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  align-items: flex-start;
  margin-top: 18px;
}
.mobile-nav a {
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 500;
  color: var(--color-primary);
  padding: 12px 40px 12px 30px;
  width: 100%;
  border-bottom: 1.5px solid #e2bc7238;
  border-radius: 0 18px 18px 0;
  transition: background 0.14s, color 0.16s, border-color 0.14s;
  background: none;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #fffceb;
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}


/* =========================================================
   HERO & SECTION STYLES
   ========================================================= */
.hero {
  background: linear-gradient(90deg, #f8f5ee 25%, #f0e5d6 100%);
  padding-top: 42px;
  padding-bottom: 42px;
  margin-bottom: 44px;
  border-bottom: 2.5px solid var(--color-secondary);
  box-shadow: 0 3px 14px var(--color-shadow);
}
.hero h1 {
  color: var(--color-primary);
  text-shadow: 0 2px 8px #e2bc7245;
}
.hero p {
  font-size: 1.2rem;
  font-family: var(--font-body);
  margin-bottom: 18px;
  color: #222;
}

.map-block {
  background: #fbfaf7;
  border-radius: 10px;
  padding: 20px 20px;
  margin-bottom: 16px;
  border-left: 3px solid var(--color-secondary);
}

/* =========================================================
   FOOTER
   ========================================================= */
footer {
  background: var(--color-white);
  border-top: 1.5px solid #eae8e3;
  padding: 32px 0 18px 0;
  color: var(--color-primary);
  font-size: 1rem;
  letter-spacing: .01em;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 12px;
}
.footer-menu a {
  color: var(--color-primary);
  font-weight: 500;
  opacity: .89;
  transition: color .18s, opacity .22s;
}
.footer-menu a:hover {
  color: var(--color-secondary);
}
.brand-info {
  text-align: center;
  color: #7c6a4e;
  font-size: 0.98rem;
  margin-top: 7px;
  line-height: 1.44;
}

/* =========================================================
   COOKIE CONSENT BANNER & MODAL
   ========================================================= */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #fffceb;
  color: #2A3135;
  box-shadow: 0 -2px 18px #E2BC7286;
  z-index: 1001;
  padding: 22px 16px 18px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-top: 1.5px solid var(--color-secondary);
  animation: cookieBannerIn .48s cubic-bezier(.6,-0.29,.6,1.25);
  font-size: 1.05rem;
}
@keyframes cookieBannerIn {
  0% { transform: translateY(100%); opacity: 0; }
  90% { opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}
.cookie-banner-message {
  flex: 1 1 260px;
  max-width: 780px;
}
.cookie-banner-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cookie-btn {
  border-radius: 24px;
  font-weight: 600;
  padding: 8px 26px;
  font-family: var(--font-display);
  font-size: 1rem;
  cursor: pointer;
  border: 1.5px solid var(--color-secondary);
  background: var(--color-white);
  color: var(--color-primary);
  transition: background 0.14s, color 0.13s, border-color 0.20s;
  box-shadow: 0 1px 5px #e2bc7218;
}
.cookie-btn.cookie-accept {
  background: var(--color-secondary);
  color: var(--color-primary);
}
.cookie-btn.cookie-accept:hover {
  background: #fff2c0;
  border-color: #fff2c0;
  color: #583f10;
}
.cookie-btn.cookie-reject {
  background: #f5f5f5;
  color: #848070;
  border-color: #c8b890;
}
.cookie-btn.cookie-reject:hover {
  background: #ede6d8;
  color: #472c10;
}
.cookie-btn.cookie-settings {
  background: #fffceb;
  color: #785b22;
  border-color: #e2bc72;
}
.cookie-btn.cookie-settings:hover {
  background: #fcf6e5;
  color: #23405B;
}

/* Cookie modal */
.cookie-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  min-width: 340px;
  max-width: 98vw;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 36px #e2bc72b4;
  padding: 34px 32px 24px 32px;
  z-index: 1205;
  transform: translate(-50%, -50%) scale(.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s, transform .24s;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.cookie-modal.open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
.cookie-modal h2 {
  font-size: 1.4rem;
  margin-bottom: 0.6em;
  color: var(--color-primary);
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.02rem;
  padding: 5px 0;
  font-family: var(--font-body);
}
.cookie-modal .cookie-category .cookie-switch {
  width: 42px;
  height: 22px;
  border-radius: 16px;
  background: #e8e2c8;
  transition: background .18s;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.cookie-modal .cookie-category .cookie-switch input {
  display: none;
}
.cookie-modal .cookie-category .cookie-slider {
  width: 42px; height: 22px;
  position: absolute; left: 0; top: 0; cursor: pointer;
  background: none;
}
.cookie-modal .cookie-category .cookie-ball {
  position: absolute;
  top: 3px; left: 3px;
  width: 16px;
  height: 16px;
  background: #c6a23d;
  border-radius: 50%;
  transition: left .18s, background .18s;
}
.cookie-modal .cookie-category .cookie-switch input:checked ~ .cookie-ball {
  left: 23px;
  background: var(--color-secondary);
}
.cookie-modal .cookie-category.essential {
  opacity: .6;
  color: #b1a268;
}
.cookie-modal .cookie-category.essential .cookie-switch {
  cursor: not-allowed;
  opacity: .66;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  gap: 18px;
  margin-top: 12px;
}
.cookie-modal-close {
  position: absolute;
  top: 13px; right: 17px;
  background: none;
  border: none;
  color: #9e9b86;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 5px;
  padding: 2px 6px;
  z-index: 1206;
  transition: color 0.16s, background 0.12s;
}
.cookie-modal-close:hover {
  color: #664505;
  background: #fffceb;
}

/* Overlay for modal */
.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(38,32,10,.18);
  z-index: 1203;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.23s;
}
.cookie-modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}


/* =========================================================
   INTERACTION & MICRO-ANIMATION
   ========================================================= */
.card, .testimonial-card, .features-grid > div {
  transition: box-shadow .20s, border-color .22s, transform .19s;
}
.card:hover, .testimonial-card:hover, .features-grid > div:hover {
  box-shadow: 0px 10px 24px #e2bc725b;
  border-color: var(--color-secondary);
  transform: translateY(-3px) scale(1.01);
}
.cta-btn, .cookie-btn {
  transition: background .14s, color .13s, border-color .16s, box-shadow .12s, transform .12s;
}
.cta-btn:active, .cookie-btn:active {
  transform: scale(0.97);
}

/* Placeholder for animated elements in JS:
   .mobile-menu.open .mobile-nav a {
     animation: fadeInMenu .23s both;
   }
*/

/* =========================================================
   RESPONSIVE DESIGN
   ========================================================= */
@media (max-width: 1200px) {
  .container {
    max-width: 94vw;
  }
}
@media (max-width: 950px) {
  .features-grid, .card-container, .content-grid {
    gap: 12px;
  }
  .features-grid > div {
    flex-basis: 46%;
    min-width: 180px;
    padding: 20px 12px 18px 12px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  .hero {
    padding: 27px 0 24px 0;
    margin-bottom: 26px;
  }
  .features-grid, .card-container, .content-grid, .footer-menu {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  .features-grid > div {
    max-width: unset;
    min-width: 0;
    width: 100%;
    padding: 18px 10px 13px 12px;
  }
  .content-wrapper {
    gap: 18px;
  }
  .section {
    margin-bottom: 35px;
    padding: 24px 7px;
  }
  .testimonial-card {
    padding: 14px 12px;
    border-radius: 9px;
    font-size: 1rem;
  }
  header .container {
    flex-direction: row;
    gap: 8px;
    padding-top: 7px; padding-bottom: 7px;
  }
}
@media (max-width: 650px) {
  nav, .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .content-wrapper {
    gap: 16px;
  }
  .footer-menu {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  h1 {
    font-size: 1.45rem;
    margin-bottom: 18px;
  }
  h2 {
    font-size: 1.13rem;
    margin-bottom: 10px;
  }
  .brand-info {
    font-size: 0.95rem;
  }
}
@media (max-width: 410px) {
  .cookie-banner {
    flex-direction: column;
    gap: 14px;
    font-size: 1rem;
  }
  .cookie-banner-actions {
    flex-direction: column; gap: 7px;
  }
  .cookie-modal {
    padding: 15px 7px 13px 7px;
    min-width: 0; max-width: 98vw;
  }
}

/* =========================================================
   MISC SMALL STYLES
   ========================================================= */
::-webkit-scrollbar {
  width: 11px;
  background: #f3efea;
  border-radius: 16px;
}
::-webkit-scrollbar-thumb {
  background: #e2bc72;
  border-radius: 16px;
}

hr {
  border: none;
  border-top: 1.5px solid #eae8e3;
  margin: 24px 0;
}

/***********
 OVERLAP PREVENTION
 ***********/
.card, .features-grid > div, .testimonial-card {
  min-width: 0;
}

/***********
   ACCENT DETAILS
 ***********/
h2, .cta-btn {
  position: relative;
}
h2:after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background: var(--color-secondary);
  border-radius: 2px;
  margin-top: 4px;
}

/***********
   ACCESSIBILITY
 ***********/
:focus-visible {
  outline: 2.5px solid var(--color-secondary) !important;
  outline-offset: 2px;
}

/***********
   SPECIAL LISTS (for less default spacing)
 ***********/
ul, ol {
  margin-bottom: 14px;
}
ul li {
  padding-left: 0.12em;
}

/***********
   MAP-BLOCK FOR ADRESSES
 ***********/
.map-block h3 {
  font-family: var(--font-display);
  font-size: 1.12rem;
  margin-bottom: 7px;
  color: var(--color-secondary);
}
.map-block p {
  margin-bottom: 8px;
  color: #47403d;
}

/***********
   ADDRESS MAIL LINK HIGHLIGHT
 ***********/
address a { color: var(--color-secondary); text-decoration: underline; }
address a:hover { color: var(--color-primary);}

/***********
   PRINT FRIENDLY
 ***********/
@media print {
  header, footer, .cta-btn, .mobile-menu, .cookie-banner, .cookie-modal, .cookie-modal-overlay {
    display: none !important;
  }
  body {
    color: #1a1a1a;
    background: #fff !important;
  }
}
