/* ===================================================
   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,
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 {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  min-height: 100vh;
  background: #FAFAF7;
  color: #23201A;
  font-family: 'Roboto', Georgia, Times, 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #0A2239;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #C27832;
}
ul, ol {
  padding-left: 1.3em;
  margin-top: 0.75em;
  margin-bottom: 1.25em;
}
li {
  margin-bottom: 0.4em;
}

/* =========================
   TYPOGRAPHY
========================= */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Georgia, 'Times New Roman', serif;
  color: #0A2239;
  font-weight: 700;
  margin-bottom: 12px;
}
h1 {
  font-size: 2.5rem;
  letter-spacing: -1.2px;
  line-height: 1.15;
}
h2 {
  font-size: 2rem;
  line-height: 1.22;
}
h3 {
  font-size: 1.35rem;
  line-height:1.25;
}
h4 {
  font-size: 1.15rem;
}

p, ul, ol, table,blockquote {
  font-size: 1rem;
  color: #23201A;
  margin-bottom: 16px;
}
strong, b {
  font-weight: 700;
}

hr {
  border: none;
  height: 1px;
  background: #d9d9d6;
  margin: 32px 0;
}

/* =========================
   LAYOUT
========================= */
.container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}
section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 8px 0 rgba(10,34,57,0.06);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
}
.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: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(10,34,57,0.08);
  margin-bottom: 20px;
  max-width: 520px;
  border-left: 4px solid #C27832;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #f3f1ee;
  border-radius: 10px;
  padding: 24px 22px;
  min-width: 210px;
  flex: 1 1 220px;
  margin-bottom: 20px;
  box-shadow: 0 1px 6px 0 rgba(10,34,57,0.06);
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
  margin-bottom: 10px;
}

.brand-list, .team-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}
.brand-list li, .team-list li {
  background: #f3f1ee;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 1.06rem;
  min-width: 120px;
}

.pricing-table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 28px;
  background: #fff;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 2px 10px 0 rgba(10,34,57,0.08);
}
.pricing-table th, .pricing-table td {
  font-family: 'Montserrat', serif;
  padding: 14px 20px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.pricing-table th {
  background: #0A2239;
  color: #fff;
  font-size: 1.1rem;
}
.pricing-table tr:last-child td {
  border-bottom: 0;
}

.map img {
  width: 60px;
  height: auto;
  margin-bottom: 6px;
}

.contact-highlight {
  background: #f3f1ee;
  border-radius: 10px;
  padding: 28px 22px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-details {
  background: #f6f6f4;
  border-radius: 10px;
  padding: 24px 22px;
  margin-bottom: 18px;
  font-size: 1.08rem;
  box-shadow: 0 1px 8px 0 rgba(10,34,57,0.06);
}

/* =========================
   HERO SECTION
========================= */
.hero {
  background: linear-gradient(90deg, #F6F6F4 60%, #E4DED5 100%);
  padding: 58px 0 48px 0;
  margin-bottom: 60px;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero .content-wrapper {
  align-items: center;
  text-align: center;
  gap: 12px;
}
.hero h1 {
  font-size: 2.5rem;
}
.hero h2 {
  font-size: 1.3rem;
  font-weight: 400;
  color: #796953;
  margin-bottom: 10px;
}


/* =========================
   HEADER & FOOTER
========================= */
header {
  background: #fff;
  border-bottom: 1px solid #E5E5E4;
  padding: 0;
  position: relative;
  z-index: 100;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.main-nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', serif;
  font-size: 1.02rem;
  color: #0A2239;
  letter-spacing: .2px;
  font-weight: 500;
  padding: 5px 7px;
  border-radius: 4px;
  transition: color .13s, background 0.13s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #ECEBE7;
  color: #C27832;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #C27832;
  color: #fff;
  font-family: 'Montserrat', serif;
  font-weight: 600;
  font-size: 1.09rem;
  border: none;
  border-radius: 8px;
  padding: 13px 32px;
  margin-left: 20px;
  box-shadow: 0 1px 8px 0 rgba(10,34,57,0.08);
  cursor: pointer;
  transition: background 0.16s, box-shadow .17s;
  text-decoration: none;
}
.cta-btn:hover, .cta-btn:focus {
  background: #a86324;
  box-shadow: 0 3px 16px 0 rgba(194,120,50,0.16);
  color: #fff;
}

footer {
  background: #F3F1EE;
  border-top: 1px solid #e5e5e5;
  font-size: 1rem;
  padding-top: 28px;
  padding-bottom: 14px;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  justify-content: space-between;
}
.footer-navigation nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.footer-navigation a {
  color: #0A2239;
  opacity: .92;
  font-family: 'Montserrat', serif;
  font-size: 1rem;
  transition: color 0.16s;
  border-radius: 4px;
  padding: 2px 6px;
}
.footer-navigation a:hover, .footer-navigation a:focus {
  color: #C27832;
  background: #eee8e1;
}

.contact-snippet p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 1.01rem;
  margin-bottom: 6px;
  color: #23201A;
}

.footer-social {
  display: flex;
  gap: 14px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  box-shadow: 0 1px 6px 0 rgba(10,34,57,0.06);
  transition: box-shadow 0.14s, transform .13s;
}
.footer-social a:hover, .footer-social a:focus {
  box-shadow: 0 4px 16px 0 rgba(194,120,50,0.15);
  transform: translateY(-2px) scale(1.07);
}
.footer-social img {
  width: 24px; height: 24px; display: block;
}
.legal-notice {
  color: #68605a;
  margin-top: 18px;
  font-size: .97rem;
}

/* =====================================
   TABLES (pricing)
===================================== */
.pricing-table {
  font-size: 1rem;
  margin-top: 12px;
  margin-bottom: 20px;
}

/* =====================================
   TESTIMONIALS
===================================== */
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}
.testimonial-card p {
  font-size: 1.1rem;
  color: #16212b;
  font-family: 'Georgia', serif;
  margin-bottom: 6px;
  position: relative;
}
.testimonial-card span {
  font-size: 0.99rem;
  color: #885c20;
  font-style: italic;
}

/* =====================================
   MOBILE MENU
===================================== */
.mobile-menu-toggle {
  display: none;
  background: #C27832;
  color: #fff;
  border: 0;
  border-radius: 5px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  font-size: 1.75rem;
  align-items: center;
  justify-content: center;
  transition: background 0.13s, box-shadow .13s;
  margin-left: 16px;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #a86324;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(250,250,247,0.97);
  z-index: 1100;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(.87,.21,.21,.87);
  box-shadow: 0 10px 40px 0 rgba(10,34,57,0.20);
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  align-self: flex-end;
  background: transparent;
  color: #0A2239;
  border: none;
  font-size: 2rem;
  margin: 24px 32px 0 0;
  cursor: pointer;
  transition: color .14s;
  z-index: 3;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #C27832;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  margin-left: 30px;
  margin-top: 36px;
}
.mobile-nav a {
  color: #0A2239;
  font-family: 'Montserrat',serif;
  font-size: 1.17rem;
  padding: 10px 0 10px 3px;
  border-radius: 5px;
  transition: background .13s, color .14s;
  min-width: 180px;
  display: block;
}
.mobile-nav a:active, .mobile-nav a:focus, .mobile-nav a:hover {
  background: #ecebe1;
  color: #C27832;
}

/* =========================
   COOKIE CONSENT BANNER
========================= */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #fff8f0;
  border-top: 2px solid #C27832;
  box-shadow: 0 -3px 15px 0 rgba(10,34,57,.09);
  z-index: 1200;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px 18px 20px;
  transition: transform .38s cubic-bezier(.61,.29,.36,1.04), opacity .21s;
  gap: 22px;
}
.cookie-banner.hide {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner-text {
  color: #0A2239;
  font-size: 1.02rem;
  font-family: 'Roboto', serif;
}
.cookie-banner-actions {
  display: flex;
  gap: 13px;
}
.cookie-btn {
  background: #C27832;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-family: 'Montserrat', serif;
  font-weight: 500;
  font-size: 1rem;
  padding: 9px 20px;
  margin-right: 0;
  cursor: pointer;
  transition: background .14s, box-shadow .13s;
}
.cookie-btn.settings {
  background: #e9e5e1;
  color: #0A2239;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #a86324;
  color: #fff;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #d9d9d6;
  color: #C27832;
}

/* COOKIE PREFERENCES MODAL */
.cookie-modal-overlay {
  position: fixed;
  top:0;left:0;right:0;bottom:0;
  background: rgba(10,34,57,0.12);
  z-index: 1210;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: opacity .23s;
  opacity: 0;
  pointer-events: none;
}
.cookie-modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal {
  background: #fff;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 2px 24px 0 rgba(10,34,57,.15);
  width: 98vw;
  max-width: 430px;
  padding: 30px 34px 24px 34px;
  margin-bottom: 0;
  z-index: 1211;
  animation: cookieModalSlideUp .44s cubic-bezier(.9,.12,.34,.96);
}
@keyframes cookieModalSlideUp {
  0% { transform: translateY(100px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
.cookie-modal h2 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 18px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1.05rem;
  color: #0A2239;
}
.cookie-toggle {
  width: 44px;
  height: 24px;
  background: #d9d9d6;
  border-radius: 18px;
  position: relative;
  margin-left: auto;
  cursor: pointer;
  transition: background .16s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.cookie-toggle.active {
  background: #C27832;
}
.cookie-toggle-handle {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(10,34,57,0.05);
  transition: left .13s;
}
.cookie-toggle.active .cookie-toggle-handle {
  left: 23px;
}
.cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 13px;
  margin-top: 10px;
}
.cookie-modal-close {
  background: transparent;
  border: none;
  color: #0A2239;
  font-size: 2.0rem;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 18px;
  z-index: 1;
}
.cookie-modal-close:hover,.cookie-modal-close:focus{color:#C27832;}
.cookie-category-desc {
  font-size: 0.93rem;
  color: #7b756a;
  margin-top: 2px;
  margin-bottom: 0;
}

/* =========================
   CARD LAYOUTS
========================= */
.card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgba(10,34,57,0.10);
  margin-bottom: 20px;
  padding: 30px 22px;
  transition: box-shadow .14s, transform .15s;
}
.card:hover, .card:focus-within {
  box-shadow: 0 4px 18px 0 rgba(194,120,50,0.22);
  transform: translateY(-2px) scale(1.015);
  z-index: 1;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* =========================
   ANIMATIONS
========================= */
.cta-btn, .cookie-btn {
  transition: background 0.18s, transform 0.13s, box-shadow .15s;
}
.cta-btn:active, .cookie-btn:active {
  transform: scale(.98);
}

/* =========================
   RESPONSIVE DESIGN
========================= */
@media (max-width: 1200px) {
  .container {
    max-width: 94vw;
  }
}
@media (max-width:980px) {
  .feature-grid, .testimonial-slider, .footer-navigation {
    gap: 14px 20px;
    flex-wrap: wrap;
  }
  .main-nav {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .cta-btn {
    margin-left: 0;
    font-size: 1rem;
    padding: 11px 15px;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section, section {
    margin-bottom: 36px;
    padding: 25px 6px;
  }
  .hero {
    padding: 32px 0 28px 0;
    margin-bottom: 32px;
  }
  .feature-grid {
    flex-direction: column;
    gap: 14px;
  }
  .testimonial-slider {
    flex-direction: column;
    gap: 18px;
  }
  .content-grid {
    flex-direction: column;
    gap: 12px;
  }
  .brand-list, .team-list {
    flex-direction: column;
    gap: 8px;
  }
  .footer-navigation {
    flex-direction: column;
    gap: 12px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  header .container {
    gap: 7px;
    flex-wrap: wrap;
  }
  .footer-social {
    margin-top: 8px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.13rem;
  }
}

/* =========================
   ACCESSIBILITY FOCUS
========================= */
a:focus, button:focus, .cta-btn:focus, .cookie-btn:focus {
  outline: 2px solid #C27832;
  outline-offset: 2px;
  z-index: 2;
}

/* =====================
   PRINT
====================== */
@media print {
  *, *:before, *:after { background: #fff !important; color: #111 !important; box-shadow: none !important; }
  header, footer, .mobile-menu, .cookie-banner, .cookie-modal-overlay { display: none !important; }
  section, .container { margin: 0; padding: 0; }
}

/* =========================
   Helper Classes
========================= */
.hide { display: none !important; }
.d-flex { display: flex !important; }
.flex-col { flex-direction: column !important; }
.flex-row { flex-direction: row !important; }
.align-center { align-items: center !important; }
.align-start { align-items: flex-start !important; }
.align-end { align-items: flex-end !important; }
.justify-center { justify-content: center !important; }
.justify-between { justify-content: space-between !important; }
.gap-20 { gap: 20px !important; }
.gap-30 { gap: 30px !important; }
.mt-20 { margin-top: 20px !important; }
.mb-20 { margin-bottom: 20px !important; }

/* =========================
   CUSTOM SCROLLBARS
========================= */
::-webkit-scrollbar {
  width: 9px;
  background: #F3F1EE;
}
::-webkit-scrollbar-thumb {
  background: #d9d9d6;
  border-radius: 7px;
}

/* =========================
   END OF STYLE
========================= */
