/* =======================================================
   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, 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;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
html{
  box-sizing: border-box;
  font-family: 'Roboto', Arial, sans-serif;
  background-color: #fff;
  color: #22223B;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  line-height: 1.5;
  font-family: 'Roboto', Arial, sans-serif;
  background: #fff;
  color: #22223B;
  min-height: 100vh;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #22223B;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(.4,.2,.2,1);
}
a:focus {
  outline: 2px solid #9A8C98;
  outline-offset: 2px;
}
img {
  max-width: 100%;
  display: block;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 1rem;
  background: none;
  border: none;
  outline: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 16px;
}
th {
  background: #F2E9E4;
  color: #22223B;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 17px;
}

/* ===========================================================
   TYPOGRAPHY
   =========================================================== */
h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -1px;
  color: #22223B;
  margin-bottom: 24px;
  line-height: 1.18;
}
h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #22223B;
  margin-bottom: 20px;
  line-height: 1.2;
}
h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #22223B;
  margin-bottom: 12px;
  line-height: 1.22;
}
p, ul li, ol li {
  color: #22223B;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.06rem;
  margin-bottom: 8px;
  line-height: 1.7;
}
.subheadline {
  font-size: 1.18rem;
  color: #22223B;
  margin-bottom: 24px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
}

ul, ol {
  margin-left: 1.5em;
  margin-bottom: 18px;
  padding-left: 0.7em;
}
ul li {
  margin-bottom: 7px;
}

b, strong {
  font-weight: 600;
  color: #22223B;
  letter-spacing: 0.02em;
}

address {
  font-style: normal;
  color: #22223B;
}

/* Visual hierarchy spacing */
.section h1, .section h2, .section h3 {
  margin-top: 0;
}

/* ===========================================================
   LAYOUT: CONTAINERS & SPACING (flexbox only!)
   =========================================================== */
.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}
.content-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(34,34,59,0.07);
  /* Gentle monochrome shadow */
}
.text-section {
  margin-bottom: 32px;
}
.map-embed {
  background: #F2E9E4;
  border-radius: 10px;
  padding: 24px 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* ===========================================================
   FLEXBOX LAYOUT UTILS
   =========================================================== */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(34,34,59,0.08);
  padding: 28px 24px;
  min-width: 260px;
  flex: 1 1 300px;
  max-width: 98vw;
  transition: box-shadow 0.25s cubic-bezier(.4,.2,.2,1), transform 0.18s cubic-bezier(.4,.2,.2,1);
}
.card:hover {
  box-shadow: 0 8px 32px rgba(34,34,59,0.16);
  transform: translateY(-4px) scale(1.02);
}
.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;
  background: #F8F9FA;
  color: #17161C;
  border-left: 5px solid #9A8C98;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(34,34,59,0.07);
  min-width: 300px;
  max-width: 700px;
}
.testimonial-card p {
  font-size: 1.05rem;
  color: #22223B;
  margin-right: 16px;
  margin-bottom: 0;
}
.testimonial-card span {
  font-size: 1rem;
  color: #9A8C98;
  font-style: italic;
}
.feature-grid, .features {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: flex-start;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(34,34,59,0.09);
  padding: 24px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-item {
  background: #FAFAFA;
  border-radius: 9px;
  padding: 18px 20px;
  border-left: 3px solid #9A8C98;
  box-shadow: 0 1px 6px rgba(34,34,59,0.05);
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Cards for pricing table on .pricing page */
table {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(34,34,59,0.10);
}
tbody tr:hover {
  background: #F2E9E4;
  transition: background 0.15s cubic-bezier(.4,.2,.2,1);
}

/* ===========================================================
   HEADER, NAVIGATION, HERO
   =========================================================== */
header {
  background: #fff;
  box-shadow: 0 2px 18px rgba(34,34,59,0.045);
  padding: 0;
  position: relative;
  z-index: 105;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.desktop-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.06rem;
  color: #22223B;
  padding: 6px 2px;
  border-radius: 5px;
  position: relative;
  transition: background 0.18s, color 0.18s;
}
.desktop-nav a:hover:not(.cta-primary),
.desktop-nav a:focus:not(.cta-primary) {
  color: #9A8C98;
  background: #F8F9FA;
}
.cta-primary {
  background: #22223B;
  color: #fff !important;
  padding: 9px 24px;
  border-radius: 30px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.07rem;
  letter-spacing: 0.01em;
  margin-left: 8px;
  box-shadow: 0 3px 18px rgba(34,34,59,0.13);
  transition: background 0.16s, box-shadow 0.22s, color 0.16s;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
}
.cta-primary:hover, .cta-primary:focus {
  background: #9A8C98;
  color: #fff;
  box-shadow: 0 6px 32px rgba(34,34,59,0.19);
}
.mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  font-size: 2rem;
  color: #22223B;
  cursor: pointer;
  margin-left: 12px;
  transition: background 0.14s;
  z-index: 120;
  box-shadow: 0 1px 5px rgba(34,34,59,0.10);
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #F2E9E4;
}

@media (min-width: 1023px) {
  .mobile-menu-toggle {
    display: none;
  }
}

@media (max-width: 1022px) {
  .desktop-nav {
    display: none;
  }
}

/* ===========================================================
   MOBILE NAVIGATION (offcanvas)! .mobile-menu .mobile-nav
   =========================================================== */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(34,34,59,0.95);
  color: #fff;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(.77,0,.18,1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
}
.mobile-menu.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 22px 22px 15px 15px;
  cursor: pointer;
  align-self: flex-end;
  transition: color 0.18s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #F2E9E4;
  background: none;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  padding-top: 30px;
  gap: 25px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.28rem;
  font-weight: 400;
  color: #fff;
  padding: 9px 0;
  text-decoration: none;
  letter-spacing: 0.01em;
  border-radius: 7px;
  transition: background 0.14s, color 0.17s;
  min-width: 170px;
  width: 100%;
  display: block;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #22223B;
  color: #9A8C98;
}

/* ===========================================================
   RESPONSIVE LAYOUT & FLEX FIXES
   =========================================================== */
@media (max-width: 1022px) {
  .container, .content-wrapper {
    max-width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
  }
  .section {
    padding: 32px 8px;
  }
  .feature-grid, .content-grid, .card-container {
    gap: 16px;
  }
  .testimonial-card {
    padding: 16px 11px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 9px;
    padding-right: 9px;
  }
  .content-wrapper {
    padding: 0;
  }
  .section {
    padding: 24px 4px;
    margin-bottom: 35px;
  }
  .card, .card-content, .testimonial-card, .feature-item, .faq-item {
    min-width: 96vw;
    padding-left: 8px;
    padding-right: 8px;
  }
  .card-container, .feature-grid, .content-grid {
    flex-direction: column;
    gap: 14px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 16px;
  }
  h1 {
    font-size: 1.7rem;
  }
  h2 {
    font-size: 1.18rem;
  }
  h3 {
    font-size: 1rem;
  }
  th, td {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .section {
    padding: 16px 4px;
    border-radius: 6px;
  }
  .card, .testimonial-card, .faq-item {
    border-radius: 6px;
    box-shadow: 0 1px 6px rgba(34,34,59,0.06);
  }
}

/* ===========================================================
   FOOTER DESIGN
   =========================================================== */
footer {
  background: #22223B;
  color: #fff;
  padding: 0;
  margin-top: 50px;
  position: relative;
  z-index: 10;
}
footer .container {
  padding-top: 22px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
footer .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 14px;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 14px;
}
footer nav a {
  color: #F2E9E4;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.00rem;
  text-decoration: none;
  transition: color 0.18s;
  padding: 3px 6px;
  border-radius: 5px;
}
footer nav a:hover, footer nav a:focus {
  color: #9A8C98;
  background: rgba(242,233,228,0.12);
}
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 12px;
  justify-content: center;
}
.footer-contact img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: middle;
}
.footer-contact a {
  color: #F2E9E4;
  text-decoration: underline;
  margin: 0 2px;
  transition: color 0.18s;
  word-break: break-all;
}
.footer-contact a:hover, .footer-contact a:focus {
  color: #9A8C98;
}
.copyright {
  font-size: 0.96rem;
  color: #aaa;
  margin-top: 2px;
  text-align: center;
}

/* ===========================================================
   COOKIE CONSENT BANNER & MODAL
   =========================================================== */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: #22223B;
  color: #fff;
  z-index: 1200;
  box-shadow: 0 -2px 16px rgba(34,34,59,0.16);
  padding: 18px 5vw 18px 5vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  transition: transform 0.28s cubic-bezier(.64,.17,.33,.92), opacity 0.22s;
  opacity: 1;
  transform: translateY(0);
  font-size: 1rem;
}
.cookie-banner.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
.cookie-banner .cookie-msg {
  flex: 1;
  color: #fff;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.cookie-btn {
  border: none;
  border-radius: 22px;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #fff;
  color: #22223B;
  padding: 9px 22px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  margin-right: 5px;
  box-shadow: 0 2px 10px rgba(34,34,59,0.10);
}
.cookie-btn.accept {
  background: #9A8C98;
  color: #fff;
}
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: #22223B;
  color: #fff;
}
.cookie-btn.reject {
  background: #fff;
  color: #22223B;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #F2E9E4;
  color: #22223B;
}
.cookie-btn.settings {
  background: #F2E9E4;
  color: #22223B;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #9A8C98;
  color: #fff;
}
@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    padding: 14px 5vw 14px 5vw;
    font-size: 15px;
  }
}
/* Cookie Modal */
.cookie-modal-backdrop {
  position: fixed;
  z-index: 1300;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(34,34,59,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s;
}
.cookie-modal-backdrop.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal {
  background: #fff;
  color: #22223B;
  min-width: 340px;
  max-width: 95vw;
  border-radius: 16px;
  box-shadow: 0 6px 32px rgba(34,34,59,0.23);
  padding: 32px 28px 22px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.22s, transform 0.18s;
}
.cookie-modal.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(30px);
}
.cookie-modal h2 {
  font-size: 1.3rem;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 8px;
}
.cookie-category {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cookie-toggle {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px 6px 0;
  min-width: 30px;
}
.cookie-toggle input[type="checkbox"] {
  accent-color: #9A8C98;
  width: 22px;
  height: 22px;
  margin-right: 9px;
}
.cookie-modal .modal-actions {
  display: flex;
  flex-direction: row;
  gap: 14px;
  justify-content: flex-end;
  margin-top: 10px;
}
.cookie-modal .modal-close {
  position: absolute;
  top: 10px;
  right: 16px;
  background: none;
  color: #22223B;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  padding: 0 6px;
  z-index: 5;
  border-radius: 50%;
  transition: background 0.1s;
}
.cookie-modal .modal-close:hover, .cookie-modal .modal-close:focus {
  background: #F2E9E4;
}
.cookie-modal label[aria-disabled="true"] {
  opacity: 0.6;
  cursor: not-allowed;
}
.cookie-modal .cookie-category strong {
  font-weight: 600;
  color: #22223B;
}
@media (max-width: 500px) {
  .cookie-modal {
    min-width: 0;
    padding: 20px 6vw 16px 6vw;
    border-radius: 7px;
  }
}

/* ===========================================================
   BUTTONS & INTERACTIVES
   =========================================================== */
button, .btn, input[type="submit"] {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #22223B;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 26px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin: 0.5em 0.3em 0.5em 0;
  box-shadow: 0 2px 8px rgba(34,34,59,0.08);
  transition: background 0.14s, box-shadow 0.22s, color 0.15s;
  outline: none;
}
button.btn-secondary, .btn-secondary {
  background: #F2E9E4;
  color: #22223B;
}
button:hover, .btn:hover, input[type="submit"]:hover, button:focus, .btn:focus {
  background: #9A8C98;
  color: #fff;
  box-shadow: 0 4px 15px rgba(34,34,59,0.16);
}

/* Checkbox custom for cookie modal, fallback with native accent-color support above */

/* ===========================================================
   MICRO-INTERACTIONS & ANIMATIONS
   =========================================================== */
a, .btn, button, .cta-primary, .card, .testimonial-card, .mobile-nav a, .cookie-btn {
  transition: all 0.19s cubic-bezier(.46,.03,.52,.96);
}
.section, .card, .feature-item, .testimonial-card {
  transition: box-shadow 0.19s, background 0.19s, border-color 0.17s;
}
.button-pulse-anim {
  animation: btnpulse 1.7s infinite;
}
@keyframes btnpulse {
  0% {box-shadow: 0 0 0 0 rgba(154,140,152,0.23);}
  75% {box-shadow: 0 0 0 8px rgba(154,140,152,0.1);}
  100% {box-shadow: 0 0 0 0 rgba(154,140,152,0.1);}
}

/* Misc flex bug-fixes for tiny screens */
@media (max-width:415px){
  .footer-contact{
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
}
@media (max-width:420px) {
  .mobile-nav {
    padding-left: 24px;
    gap: 16px;
  }
}

/* ===========================================================
   VISUAL MONOCHROME ELEMENTS & DECORATIVE ACCENTS
   =========================================================== */
.section {
  border: 1px solid #EEEEEE;
}
.card, .feature-item {
  border: 1px solid #ededed;
}
hr {
  border: 0;
  border-top: 1px solid #E2E2E2;
  margin: 22px 0;
}

/* ===========================================================
   ACCESSIBILITY: FOCUS STATES
   =========================================================== */
:focus {
  outline: 2px solid #9A8C98;
  outline-offset: 2px;
}
::-moz-focus-inner { border:0; }


/* ===========================================================
   UTILITY CLASSES (gap, mb, mt, etc.)
   =========================================================== */
.mb-10 {margin-bottom:10px;}
.mb-20 {margin-bottom:20px;}
.mb-30 {margin-bottom:30px;}
.mt-10 {margin-top:10px;}
.mt-20 {margin-top:20px;}
.mt-30 {margin-top:30px;}
.gap-10 {gap:10px;}
.gap-20 {gap:20px;}
.gap-30 {gap:30px;}

/* END STYLES */
