/* ========================
   RESET & BASE STYLES      
   ======================== */
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: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  background: #F5F7FA;
  color: #1b2330;
  line-height: 1.6;
  min-height: 100vh;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
  box-sizing: inherit;
}
a {
  color: #15506A;
  text-decoration: none;
  transition: color .2s cubic-bezier(.6,.4,0,1);
}
a:focus, a:hover {
  color: #E3B873;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul, ol {
  margin-left: 1.5em;
  margin-bottom: 1.2em;
}
li {
  margin-bottom: .5em;
}
button, .cta-button, input[type="button"], input[type="submit"] {
  cursor: pointer;
}

/* ============================
   BRAND TYPOGRAPHY
   ============================ */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700,900|Open+Sans:400,600,700&display=swap');
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #15506A;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 16px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 12px;
}
h3 {
  font-size: 1.35rem;
  margin-bottom: 8px;
}
h4 {
  font-size: 1.1rem;
}
.subheadline {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  color: #386377;
  margin-bottom: 26px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
strong {
  font-weight: 700;
}
.price {
  color: #E3B873;
  font-weight: 600;
  font-size: 1.1rem;
}

/* ============================
   CONTAINERS & SECTIONS
   ============================ */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.section,
.hero,
.about,
.features,
.services-list,
.cta,
.thank-you,
.contact-section,
.testimonials,
.footer.legal,
.faq-section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 32px 32px 16px 16px;
  box-shadow: 0 6px 32px 0 rgba(21,80,106,0.10);
  position: relative;
}
@media (max-width: 991px) {
  .section,
  .hero,
  .about,
  .features,
  .services-list,
  .cta,
  .thank-you,
  .contact-section,
  .testimonials,
  .footer.legal,
  .faq-section {
    padding: 32px 12px;
    margin-bottom: 40px;
  }
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.text-section,
.address-block,
.email-block,
.hours-block {
  margin-bottom: 20px;
}

.text-section p {
  margin-bottom: 1em;
  font-size: 1.08rem;
}
.text-section ul {
  margin-bottom: 1em;
}

/* ============================
   HEADER & NAVIGATION
   ============================ */
header {
  background: #fff;
  box-shadow: 0 2px 14px 0 rgba(21,80,106,0.06);
  padding: 0 0 0 0;
  position: sticky; top: 0; left: 0; width: 100%; z-index: 110;
}
.logo {
  margin-right: 38px;
  display: flex; align-items: center;
}
header {
  display: flex; flex-direction: row; align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
}
.main-nav {
  display: flex;
  flex-direction: row;
  gap: 22px;
  align-items: center;
  flex: 1;
}
.main-nav a {
  font-family: 'Open Sans', sans-serif;
  color: #15506A;
  font-weight: 600;
  font-size: 1rem;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background .16s cubic-bezier(.68,.37,.16,.96), color .1s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #E3B873;
  color: #fff;
}
.cta-button {
  background: #E3B873;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.02rem;
  border: none;
  border-radius: 22px;
  padding: 11px 28px;
  margin-left: 24px;
  box-shadow: 0 2px 16px rgba(227,184,115, 0.12);
  letter-spacing: 0.04em;
  transition: background .18s cubic-bezier(.68,.37,.16,.96), color .16s, box-shadow .18s;
  position: relative;
  z-index: 2;
}
.cta-button:hover, .cta-button:focus {
  background: #15506A;
  color: #fff;
  box-shadow: 0 4px 24px rgba(21,80,106, 0.15);
}

/* ========== Mobile Nav ========== */
.mobile-menu-toggle {
  display: none;
  background: #E3B873;
  color: #fff;
  font-size: 2rem;
  border: none;
  border-radius: 12px;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-left: 18px;
  transition: background .15s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #15506A;
  color: #fff;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: #15506A;
  color: #fff;
  z-index: 1200;
  transform: translateX(-100vw);
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: transform .35s cubic-bezier(.68,.37,.16,.96), opacity .2s;
  padding: 28px 24px 0 24px;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  background: #E3B873;
  color: #fff;
  font-size: 2.3rem;
  border: none;
  border-radius: 12px;
  width: 48px; height: 48px;
  align-self: flex-end;
  margin-bottom: 8px;
  transition: background .16s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #fff;
  color: #E3B873;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  margin-top: 10px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: color .18s, background .18s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #E3B873;
  color: #15506A;
  border-radius: 8px;
  padding-left: 12px;
}

@media (max-width: 1024px) {
  .main-nav, .cta-button {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}

@media (max-width: 500px) {
  header { padding: 8px 8px; }
  .logo img { height: 36px; }
  .mobile-menu { padding: 18px 6px 0 7px; }
}

/* ============================
   HERO BANNER
   ============================ */
.hero {
  background: linear-gradient(120deg, #15506A 0%, #dde9f0 80%);
  color: #fff;
  min-height: 270px;
  border-radius: 36px 36px 48px 48px;
  margin-bottom: 50px;
  box-shadow: 0 12px 36px rgba(21,80,106,0.08);
}
.hero h1, .hero h2, .hero .subheadline {
  color: #fff;
}
.hero .container { position: relative; }
.hero .content-wrapper {
  min-height: 220px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.hero .cta-button {
  background: #fff;
  color: #15506A;
  margin-top: 10px;
  box-shadow: 0 2px 12px rgba(255, 255, 255, 0.07);
}
.hero .cta-button:hover, .hero .cta-button:focus {
  background: #E3B873;
  color: #fff;
}
@media (max-width: 900px) {
  .hero { padding: 26px 4vw; min-height: 180px; }
  .hero .content-wrapper { min-height: 140px; }
}

/* ============================
   FLEXBOX LAYOUT PATTERNS
   ============================ */
.card-container {
  display: flex; flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(21,80,106,0.09);
  transition: box-shadow .22s cubic-bezier(.5,.13,0,1);
  position: relative;
}
.card:hover, .card:focus-within {
  box-shadow: 0 6px 32px 0 rgba(21,80,106,0.18);
}
.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;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

/* ============================
   FEATURES & SERVICE CARDS
   ============================ */
.feature-grid,
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 18px;
}
.feature-item, .service-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #F5F7FA;
  border-radius: 18px;
  padding: 28px 26px 24px 26px;
  box-shadow: 0 4px 20px rgba(21,80,106,0.08);
  min-width: 220px;
  flex: 1 1 260px;
  margin-bottom: 20px;
  border-left: 7px solid #E3B873;
  position: relative;
  transition: box-shadow .19s cubic-bezier(.5,.13,0,1), border-left-color .19s;
}
.feature-item img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 8px;
}
.feature-item h3, .service-item h3 {
  font-size: 1.15rem;
  letter-spacing: 0.03em;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
.feature-item:hover, .service-item:hover {
  box-shadow: 0 8px 32px rgba(21,80,106,0.14);
  border-left-color: #15506A;
}

/* For / special .feature-grid columns on very large screens */
@media (min-width: 1140px) {
  .feature-grid {
    flex-wrap: nowrap;
  }
}

/* For all feature-lists shown as ul */
.feature-list, .usp-list {
  list-style: none;
  padding: 0;
  margin: 0; /* Handled by outer container */
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.feature-list li, .usp-list li {
  font-size: 1.08rem;
  background: #f7fafc;
  border-left: 6px solid #E3B873;
  padding: 10px 16px;
  border-radius: 10px;
}

/* ============================
   TESTIMONIALS/SLIDER CARDS
   ============================ */
.testimonials {
  background: #fff6ea;
}
.testimonials h2 {
  color: #15506A;
}
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 20px 0 0 0;
  justify-content: flex-start;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 26px 30px 22px 30px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(21,80,106,0.08);
  min-width: 250px;
  max-width: 350px;
  flex: 1 1 260px;
  border-left: 5px solid #E3B873;
  transition: box-shadow .2s, border-color .19s;
}
.testimonial-card p {
  color: #222;
  font-size: 1.08rem;
  font-family: 'Open Sans', sans-serif;
}
.testimonial-info strong {
  color: #15506A;
  font-weight: 800;
}
.testimonial-card:hover {
  box-shadow: 0 10px 32px rgba(21,80,106,0.15);
  border-left: 5px solid #15506A;
}

/* ====== FAQ ====== */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 14px;
}
.faq-item {
  background: #f5f7fa;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(21,80,106,0.08);
  padding: 20px 20px 18px 24px;
  margin-bottom: 20px;
  border-left: 4px solid #E3B873;
  transition: box-shadow .18s, border-color .19s;
}
.faq-item h3 {
  font-size: 1.14rem;
  margin-bottom: 6px;
  color: #15506A;
}
.faq-item:hover, .faq-item:focus-within {
  box-shadow: 0 4px 22px rgba(21,80,106,0.19);
  border-left: 4px solid #15506A;
}

/* ====== CTA Section ===== */
.cta {
  background: #15506A;
  color: #fff;
  border-radius: 28px;
  margin-bottom: 38px;
  box-shadow: 0 3px 18px rgba(21,80,106,0.11);
}
.cta h2, .cta p {
  color: #fff;
}
.cta .cta-button {
  background: #E3B873;
  color: #15506A;
  margin-top: 8px;
}
.cta .cta-button:hover, .cta .cta-button:focus {
  background: #fff;
  color: #15506A;
}

/* ====== THANK YOU PAGE ===== */
.thank-you {
  text-align: center;
  min-height: 300px;
  background: #E9F3F7;
  border-radius: 26px;
}
.thank-you h1 {
  color: #15506A;
  font-size: 2.1rem;
}
.thank-you a.cta-button {
  margin-top: 25px;
  background: #E3B873;
}

/* ============================
   FOOTER
   ============================ */
footer {
  background: #15506A;
  color: #fff;
  padding: 35px 0 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .98rem;
  letter-spacing: 0.01em;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.footer-nav a {
  color: #fff;
  font-weight: 600;
  transition: color .14s;
  text-decoration: underline dotted #E3B873;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #E3B873;
  text-decoration: underline solid #E3B873;
}
.footer-contact {
  margin: 0;
  text-align: center;
  font-size: .98rem;
  color: #ddd;
}
.footer-contact a {
  color: #E3B873;
  text-decoration: underline;
  font-weight: 600;
}

@media (max-width: 600px) {
  .footer-nav { flex-direction: column; gap: 4px; font-size: .98rem; }
  .footer-contact { font-size: .95rem; padding: 4px; }
}

/* ============================
   COOKIE CONSENT BANNER
   ============================ */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #1b2330;
  color: #fff;
  padding: 20px 14px 20px 18px;
  z-index: 2000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  box-shadow: 0 -4px 28px 0 rgba(21,80,106,0.18);
  font-size: 1.02rem;
  animation: cookieBannerSlideIn .6s cubic-bezier(.7,.07,.16,1);
}
@keyframes cookieBannerSlideIn {
  from { transform: translateY(100px); opacity: 0.1; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner .cookie-banner-text {
  max-width: 650px;
}
.cookie-banner .cookie-buttons {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.cookie-banner button {
  font-family: 'Open Sans', sans-serif;
  padding: 10px 26px;
  border: none;
  border-radius: 16px;
  font-weight: 700;
  font-size: 1.05rem;
  transition: background .17s, color .16s;
}
.cookie-accept {
  background: #E3B873;
  color: #fff;
}
.cookie-accept:hover, .cookie-accept:focus {
  background: #fff;
  color: #15506A;
}
.cookie-reject {
  background: #fff;
  color: #15506A;
}
.cookie-reject:hover, .cookie-reject:focus {
  background: #E3B873;
  color: #fff;
}
.cookie-settings {
  background: transparent;
  color: #fff;
  border: 2px solid #E3B873;
}
.cookie-settings:hover, .cookie-settings:focus {
  background: #15506A;
  color: #E3B873;
}
/* Responsive Cookie Banner */
@media (max-width:700px) {
  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    font-size: .99rem;
  }
}

/* ===== COOKIE MODAL POPUP ===== */
.cookie-modal-backdrop {
  position: fixed;
  top:0; left:0; width:100vw; height:100vh;
  background: rgba(21,80,106,0.30);
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s cubic-bezier(.7,.07,.16,1);
}
.cookie-modal-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal {
  background: #fff;
  color: #222;
  border-radius: 22px;
  box-shadow: 0 8px 64px 0 rgba(21,80,106,0.23);
  padding: 36px 32px 34px 32px;
  width: 98vw;
  max-width: 410px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.cookie-modal h2 {
  color: #15506A;
  font-size: 1.3rem;
  margin-bottom: 6px;
}
.cookie-modal .cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0;
}
.cookie-modal .category-toggle {
  width: 32px;
  height: 18px;
  background: #E3B873;
  border-radius: 12px;
  position: relative;
  appearance: none;
  outline: none;
  cursor: pointer;
  transition: background .16s;
}
.cookie-modal .category-toggle:checked {
  background: #15506A;
}
.cookie-modal .category-toggle[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.cookie-modal label {
  font-family: 'Open Sans', sans-serif;
  color: #15506A;
  font-weight: 600;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  gap: 13px;
  justify-content: flex-end;
}
.cookie-modal .cookie-modal-close {
  position: absolute; top: 8px; right: 10px;
  background: #E3B873;
  border: none;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 16px;
  width: 34px;
  height: 34px;
  transition: background .15s;
}
.cookie-modal .cookie-modal-close:hover, .cookie-modal .cookie-modal-close:focus {
  background: #15506A;
  color: #E3B873;
}

/* ============================
   RESPONSIVE BREAKPOINTS
   ============================ */
@media (max-width: 991px) {
  .container { max-width: 99vw; padding: 0 8px; }
  .section, .hero, .about, .features, .services-list, .cta, .thank-you, .testimonials, .footer.legal, .faq-section {
    border-radius: 16px 16px 12px 12px;
    box-shadow: 0 2px 10px rgba(21,80,106,0.06);
  }
  .feature-grid, .service-list, .testimonial-slider {
    gap: 16px;
  }
  .feature-item, .service-item, .testimonial-card {padding: 16px 12px 16px 12px;}
}
@media (max-width: 680px) {
  .feature-grid, .service-list, .testimonial-slider {
    flex-direction: column;
  }
  .feature-item, .service-item, .testimonial-card {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
  .content-wrapper { gap: 16px; }
}
@media (max-width:420px) {
  .section, .hero, .about, .features, .services-list, .cta, .thank-you, .testimonials, .footer.legal, .faq-section {
    padding: 17px 4px;
    margin-bottom: 22px;
  }
  .feature-item, .service-item, .testimonial-card, .faq-item {
    padding: 13px 7px 13px 8px;
    border-radius: 11px;
  }
}

/* ============================
   UNIQUE ARTISTIC/CREATIVE ELEMENTS
   ============================ */
.section::before,
.hero::after,
.hero::before,
.about::after,
.cta::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.hero::after {
  right: -50px;
  top: -40px;
  width: 110px;
  height: 110px;
  background: rgba(227,184,115,0.22);
  border-radius: 60% 31% 55% 72%;
  filter: blur(2px);
  opacity: .77;
}
.hero::before {
  left: -42px;
  bottom: -32px;
  width: 80px;
  height: 80px;
  background: rgba(21,80,106,0.10);
  border-radius: 65% 90% 45% 85%;
  opacity: .42;
  filter: blur(2px);
}
.cta::before {
  top: -22px;
  left: -29px;
  width: 68px;
  height: 68px;
  background: rgba(227,184,115,0.17);
  border-radius: 44% 60% 80% 30%;
}
.about::after {
  right: -24px;
  top: 40px;
  width: 64px;
  height: 56px;
  background: rgba(21,80,106,0.13);
  border-radius: 36% 40% 80% 20%;
}
@media (max-width: 768px) {
  .hero::after, .hero::before, .cta::before, .about::after { display: none; }
}

/* ============================
   ANIMATIONS, TRANSITIONS
   ============================ */
.cta-button, .card, .feature-item, .service-item, .testimonial-card, .faq-item, .main-nav a, .mobile-nav a {
  transition: box-shadow .18s, background .18s, color .15s, border-color .18s;
}
.cta-button:active {
  transform: scale(.97);
}
.card:hover, .feature-item:hover, .service-item:hover, .testimonial-card:hover, .faq-item:hover {
  z-index: 2;
}

/* ============================
   MISC
   ============================ */
::-webkit-input-placeholder { color: #97a0ad; }
::-moz-placeholder { color: #97a0ad; }
:-ms-input-placeholder { color: #97a0ad; }
::placeholder { color: #97a0ad; }

/* ============================
   PRINT
   ============================ */
@media print {
  header, footer, .mobile-menu, .cookie-banner, .cookie-modal-backdrop { display: none !important; }
  .section, .hero, .about, .features, .cta, .thank-you, .testimonials, .faq-section { box-shadow: none !important; background: #fff; color: #111; }
}
