/* ================== CSS RESET & NORMALIZATION ================== */
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, menu, 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,
main, 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 {
  line-height: 1.15;
  scroll-behavior: smooth;
}
body {
  background: #F9F8F4;
  color: #1A1A1A;
  font-family: 'Roboto', serif;
  font-size: 16px;
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: hidden;
}
main { display: block; }
menu, ol, ul { list-style: none; }
a {
  color: #1A1A1A;
  text-decoration: none;
  background: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #05A2C2;
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button, .cta-button {
  cursor: pointer;
  font-family: inherit;
  outline: none;
  border: none;
  box-shadow: none;
  background: none;
}
/* ================== TYPOGRAPHY ================== */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&family=Roboto:wght@400;500&display=swap');

h1, h2, h3, h4, h5, h6 {
  color: #1A1A1A;
  font-family: 'Oswald', Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
  line-height: 1.2;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 22px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 18px;
}
h3 {
  font-size: 1.35rem;
  margin-bottom: 11px;
  font-weight: 500;
}
.text-section h3 { margin-top: 26px; }
h4, h5, h6 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
p, ul, ol { margin-bottom: 17px; font-size: 1rem; }
strong, b { font-weight: 600; color: #1A1A1A; }
em, i { font-style: italic; }

/* ================== CONTAINERS & SECTIONS ================== */
.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 18px;
}
.content-wrapper {
  background: #fff;
  box-shadow: 0 4px 18px rgba(30,30,30,0.06);
  border-radius: 16px;
  padding: 32px 24px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
/* Section spacing as required */
section {
  margin-bottom: 60px;
  padding: 40px 20px;
  position: relative;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* ================== FLEXBOX PATTERNS ================== */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card, .content-card {
  background: #fff;
  box-shadow: 0 2px 12px rgba(30,30,30,0.08);
  border-radius: 15px;
  margin-bottom: 20px;
  position: relative;
  padding: 26px 20px;
  min-width: 250px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.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: 20px;
  padding: 20px;
  background: #F4EBC1;
  color: #1A1A1A;
  box-shadow: 0 3px 12px rgba(34,34,34,0.07);
  border-radius: 15px;
  margin-bottom: 20px;
  border: 1px solid #eee3bc;
  position: relative;
  min-width: 200px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

/* ================== MAIN NAVIGATION ================== */
header {
  background: #fff;
  border-bottom: 1px solid #F4EBC1;
  position: sticky;
  top: 0;
  z-index: 1003;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  min-height: 68px;
  gap: 20px;
  font-size: 1.12rem;
}
.main-nav a {
  padding: 7px 5px;
  border-radius: 6px;
  transition: background 0.20s, color 0.20s;
}
.main-nav a:not(.cta-button):hover,
.main-nav a:not(.cta-button):focus {
  background: #F4EBC1;
  color: #05A2C2;
}
.main-nav .cta-button {
  margin-left: auto;
  background: #05A2C2;
  color: #fff;
  border-radius: 24px;
  padding: 10px 28px;
  font-family: 'Oswald', serif;
  font-size: 1.07rem;
  box-shadow: 0 2px 8px rgba(5,162,194,0.09);
  letter-spacing: 0.1em;
  transition: background 0.18s, color 0.18s, transform 0.18s;
  border: 1.5px solid #05A2C2;
  font-weight: 500;
}
.main-nav .cta-button:hover, .main-nav .cta-button:focus {
  background: #fff;
  color: #05A2C2;
  border-color: #05A2C2;
  transform: translateY(-2px) scale(1.04);
}
.main-nav img {
  height: 40px;
  width: auto;
  margin-right:18px;
}

/* Hide burger by default on desktop */
.mobile-menu-toggle {
  display: none;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1011;
  background: #fff;
  border: 1.5px solid #1A1A1A;
  border-radius: 50%;
  font-size: 2rem;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  color: #1A1A1A;
  transition: border-color 0.12s, box-shadow 0.18s;
}
.mobile-menu-toggle:focus {
  border-color: #05A2C2;
  box-shadow: 0 0 0 2px #05A2C230;
}

/* MOBILE MENU (c768px) */
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #fff;
  z-index: 1111;
  padding: 26px 28px 10px 28px;
  transform: translateX(-100vw);
  transition: transform 0.38s cubic-bezier(.55,.03,.33,.99);
  box-shadow: 4px 0 44px rgba(50,39,22,0.07);
  opacity: 0.98;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  font-size: 2rem;
  background: #fff;
  color: #05A2C2;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
  transition: background 0.16s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #F4EBC1;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}
.mobile-nav a {
  font-family: 'Roboto', serif;
  font-size: 1.18rem;
  color: #1A1A1A;
  padding: 12px 0;
  border-radius: 8px;
  transition: background 0.18s, color 0.18s;
  width: 100%;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background: #F4EBC1;
  color: #05A2C2;
}

/* =============== CTA BUTTONS =============== */
.cta-button {
  display: inline-block;
  background: #05A2C2;
  color: #fff;
  border-radius: 24px;
  padding: 13px 34px;
  font-family: 'Oswald', serif;
  font-size: 1.15rem;
  font-weight: 600;
  border: 1.8px solid #05A2C2;
  box-shadow: 0 2px 9px rgba(5,162,194,0.11);
  margin-top: 14px;
  margin-bottom: 10px;
  transition: background 0.16s, color 0.16s, transform 0.15s, box-shadow 0.16s;
  letter-spacing: 0.05em;
  text-align: center;
}
.cta-button:hover, .cta-button:focus {
  background: #fff;
  color: #05A2C2;
  transform: translateY(-2px) scale(1.045);
  box-shadow: 0 6px 16px rgba(5,162,194,0.19);
}

/* =============== FOOTER =============== */
footer {
  background: #fff;
  border-top: 1px solid #eee3bc;
  padding: 42px 18px 20px 18px;
  margin-top: 38px;
}
.footer-nav {
  display: flex;
  gap: 26px;
  justify-content: center;
  align-items: center;
  margin-bottom: 19px;
  flex-wrap: wrap;
}
.footer-nav a {
  color: #1A1A1A;
  font-family: 'Roboto', serif;
  font-size: 1rem;
  padding: 4px 9px;
  border-radius: 6px;
  margin-bottom: 5px;
  transition: background 0.18s, color 0.18s;
}
.footer-nav a:hover, .footer-nav a:focus {
  background: #F4EBC1;
  color: #05A2C2;
}
.footer-info {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.99rem;
  color: #24221A;
  margin-top: 12px;
  opacity:0.89;
}
.footer-info img {
  height: 32px;
  width: auto;
  margin-right: 7px;
}

/* =============== TESTIMONIALS & REVIEW CARDS =============== */
.testimonial-card p {
  font-size: 1.11rem;
  font-style: italic;
  margin-bottom: 8px;
  color: #1A1A1A;
}
.testimonial-card span {
  font-size: 0.95rem;
  color: #545342;
}
.star-rating {
  color: #05A2C2;
  font-size: 1.3rem;
  letter-spacing: 0.10em;
  user-select: none;
  font-family:'Oswald', serif;
}

/* =============== FEATURES / ICON LISTS =============== */
ul li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 1.6;
  color: #3D382B;
  display: flex;
  align-items: flex-start;
}
ul li img {
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
ul li strong { color: #05A2C2; }
.content-wrapper ul li, .text-section ul li {
  margin-bottom: 11px;
}

/* =============== MODAL / DIALOGS (for Cookies) =============== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #24221A;
  color: #fff;
  box-shadow: 0 -3px 14px rgba(0,0,0,0.13);
  padding: 19px 18px 19px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1200;
  gap: 22px;
  font-size: 1rem;
  flex-wrap: wrap;
  opacity: 0.98;
}
.cookie-banner p {
  margin: 0;
  font-size: 1.03rem;
  color: #fff;
  font-family: 'Roboto', serif;
  letter-spacing: 0.01em;
}
.cookie-banner-buttons {
  display: flex;
  gap: 12px;
}
.cookie-banner button {
  border-radius: 16px;
  padding: 9px 23px;
  background: #fff;
  color: #1A1A1A;
  border: 1.4px solid #05A2C2;
  font-family: 'Oswald', serif;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.18s, color 0.18s, border 0.16s;
}
.cookie-banner button.accept {
  background: #05A2C2;
  color: #fff;
  border-color: #05A2C2;
}
.cookie-banner button.accept:hover {
  background: #0589a8;
}
.cookie-banner button.reject {
  background: #fff;
  color: #1A1A1A;
  border-color: #F4EBC1;
}
.cookie-banner button.reject:hover {
  background: #F4EBC1;
}
.cookie-banner button.settings {
  background: #fff;
  color: #05A2C2;
  border-color: #05A2C2;
}
.cookie-banner button.settings:hover {
  background: #F4EBC1;
}

/* Cookie Preferences Modal */
.cookie-modal-overlay {
  display: none;
  position: fixed;
  top: 0;left: 0;width: 100vw;height: 100vh;
  background: rgba(24,24,20,0.33);
  z-index: 1250;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.27s;
}
.cookie-modal-overlay.open {
  display: flex;
}
.cookie-modal {
  background: #fff;
  color: #24221A;
  border-radius: 18px;
  max-width: 420px;
  width: 94vw;
  padding: 32px 22px 22px 22px;
  box-shadow: 0 6px 30px rgba(50,39,22,0.17);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 17px;
  font-size: 1.06rem;
}
.cookie-modal h3 {
  font-size: 1.23rem;
  margin-bottom: 6px;
  color: #05A2C2;
  font-family: 'Oswald', serif;
}
.cookie-modal label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 13px;
  font-size: 1rem;
  cursor: pointer;
}
.cookie-modal input[type=checkbox] {
  accent-color: #05A2C2;
}
.cookie-modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  background: #F4EBC1;
  border-radius: 50%;
  border: none;
  width: 34px;
  height: 34px;
  color: #05A2C2;
  font-size: 1.3rem;
  cursor: pointer;
  transition: background 0.17s;
}
.cookie-modal-close:hover {
  background: #05A2C2;
  color: #fff;
}
.cookie-modal-actions {
  display: flex;
  gap: 15px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.cookie-modal-actions button {
  padding: 8px 19px;
  border-radius: 13px;
  font-family: 'Oswald', serif;
  font-size: 1rem;
  font-weight: 500;
  border: 1.4px solid #05A2C2;
  background: #FFFEFA;
  color: #05A2C2;
  transition: background 0.18s, color 0.18s;
}
.cookie-modal-actions button.save {
  background: #05A2C2;
  color: #fff;
}
.cookie-modal-actions button.save:hover {
  background: #0589a8;
}

@keyframes fadeIn {
  from { opacity:0; }
  to { opacity:1; }
}

/* ============== TEXT-IMAGE SECTIONS ============== */
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.text-image-section img {
  border-radius:14px;
  box-shadow: 0 2px 10px rgba(84,83,66,0.09);
  max-width:240px;
}

/* ============== VISUAL CARDS & BOXES ============== */
.card, .content-card {
  border: 1px solid #eee3bc;
  box-shadow: 0 2px 12px rgba(50,39,22,0.06);
  border-radius: 15px;
}
.card:hover, .content-card:hover {
  box-shadow: 0 6px 22px rgba(50,39,22,0.18);
  transform: translateY(-3px) scale(1.01);
  transition: box-shadow 0.19s, transform 0.15s;
}

/* ============== FORMS (simple styles) ============== */
input, textarea, select {
  border: 1.2px solid #ddd7be;
  border-radius: 7px;
  font-size: 1rem;
  padding: 10px 14px;
  background: #FFF;
  color: #1A1A1A;
  margin-bottom: 18px;
  font-family: 'Roboto', serif;
  transition: border-color .14s;
  width: 100%;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #05A2C2;
}

/* ============== RESPONSIVE LAYOUT ============== */
@media (max-width: 1020px) {
  .container {
    max-width: 98vw;
    padding: 0 8px;
  }
}
@media (max-width: 900px) {
  .main-nav {
    gap: 12px;
  }
  .footer-nav {
    gap: 11px;
  }
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .container {
    max-width: 100vw;
    padding: 0 2vw;
  }
  .content-wrapper {
    padding: 22px 7vw;
    gap:13px;
  }
  section, .section {
    padding: 27px 2vw;
    margin-bottom: 36px;
  }
  .footer-info {
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }
  .footer-nav {
    flex-wrap: wrap;
    gap: 10px;
  }
  .card-container, .content-grid {
    flex-direction: column;
    gap: 20px;
  }
  .testimonial-card {
    min-width: unset;
  }
  .text-image-section {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  h1 { font-size: 1.7rem; }
  h2 { font-size: 1.27rem; }
  .content-wrapper {
    padding: 14px 3vw;
  }
  .cta-button {
    font-size: 1rem;
    padding: 11px 9vw;
  }
  .cookie-modal {
    padding: 19px 6px 15px 6px;
    max-width:96vw;
  }
}

/* ============== UTILITIES & ACCESSIBILITY ============== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; 
  border: 0;
}

/* ============== MICRO-INTERACTIONS ============== */
.card, .content-wrapper, .cta-button, .main-nav a, .mobile-nav a, .testimonial-card, .cookie-banner button, .cookie-modal-actions button {
  transition: box-shadow 0.16s, transform 0.14s, background 0.16s, color 0.15s;
}

/* ============== CLASSIC COLOR OVERRIDES FOR ELEGANCE ============== */
body { background: #F9F8F4; color: #1A1A1A; }
.content-wrapper, .card, .content-card { background: #fff; }
.testimonial-card { background: #F4EBC1; }
footer, header { background: #fff; }
@media screen and (max-width: 340px) {
  .cookie-banner { font-size: 0.86rem; }
  .cookie-modal { font-size: 0.99rem; }
}
/* ================= END OF STYLE.CSS ================= */
