/* ==== 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
  background: #F7F6F2;
  color: #312b1e;
  min-height: 100vh;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }
a { color: #205378; text-decoration: none; transition: color .18s; }
a:hover, a:focus { color: #448B52; text-decoration: underline; }

/* ==== VINTAGE RETRO FONTS ==== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');

h1, h2, h3, h4 {
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  color: #205378;
  letter-spacing: .5px;
  font-weight: 900;
}
h1 { font-size: 2.5rem; margin-bottom: 24px; }
h2 { font-size: 2rem; margin-bottom: 24px; }
h3 { font-size: 1.35rem; margin-bottom: 16px; }
h4 { font-size: 1.1rem; margin-bottom: 12px; }
p, ul, ol, li { font-size: 1rem; line-height: 1.6; color: #312b1e; }
ul, ol { margin-bottom: 16px; }
strong, b { font-weight: 700; }
.text-section ul,
.text-section ol {
  padding-left: 24px;
  margin-bottom: 20px;
}

/* ==== PRIMARY CONTAINERS & SECTIONS ==== */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 14px;
  width: 100%;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 28px 0 rgba(32, 83, 120, 0.13);
  position: relative;
}
@media (max-width: 900px) {
  .section { padding: 32px 8px; }
}

/* ==== HEADER ==== */
header {
  background: #ede7d3 url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='9' y='4' width='2' height='2' fill='%23ecbe76'/%3E%3Crect x='15' y='10' width='2' height='2' fill='%23d2b48c'/%3E%3C/svg%3E") repeat;
  border-bottom: 4px solid #448B52;
  position: relative;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.logo-link img {
  height: 54px;
  width: auto;
}

.main-nav {
  display: flex;
  gap: 18px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  background-color: #f9e4b7;
  color: #205378;
  text-shadow: 0 1px 0 #fff5dc;
  padding: 5px 16px;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1.5px solid #d2b48c;
  transition: background .18s, color .18s, border .18s, box-shadow .22s;
}
.main-nav a:hover, .main-nav a:focus {
  background-color: #f9c78d;
  color: #205378;
  border-color: #a57b42;
  box-shadow: 0 3px 14px 0 #e6bf6a44;
}

.cta-primary {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #fff;
  background: #205378;
  border-radius: 20px 6px 20px 6px;
  padding: 13px 34px 13px 28px;
  border: 3px solid #ecbe76;
  box-shadow: 0 4px 16px 0 #20537822;
  text-shadow: 0px 1px 1px #224c6075;
  margin-left: 20px;
  cursor: pointer;
  display: inline-block;
  transition: background .22s, color .18s, border .20s, box-shadow .25s, transform .11s;
  position: relative;
}
.cta-primary:after {
  content: "";
  display: inline-block;
  margin-left: 14px;
  width: 8px; height: 8px;
  background-color: #ecbe76;
  border-radius: 50%;
}
.cta-primary:hover, .cta-primary:focus {
  background: #448b52;
  color: #fff;
  border-color: #ecbe76;
  box-shadow: 0 6px 24px 0 #20537855, 0 1px 0 #fff1;
  transform: translateY(-1px) scale(1.04);
}

/* Burger icon */
.mobile-menu-toggle {
  display: none;
  background: #f9e4b7;
  color: #205378;
  border: 2px solid #d2b48c;
  border-radius: 10px;
  font-size: 2.1rem;
  padding: 6px 14px;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 22px;
  z-index: 1202;
  box-shadow: 0 1px 6px #caa36545;
  transition: background .18s, color .18s, border .18s, box-shadow .19s;
}
.mobile-menu-toggle:hover {
  background: #ffe19c;
  color: #448B52;
}

@media (max-width: 1080px) {
  header .container { gap: 10px; }
  .main-nav a { padding: 5px 7px; font-size: .98rem; }
  .cta-primary { margin-left: 10px; padding: 10px 22px; font-size: 1rem; }
  .logo-link img { height: 45px; }
}
@media (max-width: 900px) {
  .main-nav, .cta-primary { display: none !important; }
  .mobile-menu-toggle { display: block; }
  header .container { justify-content: flex-start; }
}

/* ==== MOBILE MENU ==== */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #ede7d3ee;
  z-index: 2006;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.28s cubic-bezier(.62,.28,.23,1), transform .38s cubic-bezier(.62,.28,.23,1);
  transform: translateX(80px);
}
.mobile-menu.active {
  pointer-events: auto;
  opacity: 1;
  transform: translateX(0);
}
.mobile-menu-close {
  background: #ecbe76;
  border: none;
  color: #205378;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 6px;
  margin: 24px 20px 14px 0;
  align-self: flex-start;
  cursor: pointer;
  box-shadow: 0 2px 10px #b28c4e18;
  padding: 2px 16px;
  transition: background .18s, color .18s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #f9c78d;
  color: #b95e0d;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  padding: 32px 32px 48px 28px;
  background: #fffdfa;
  min-height: 100vh;
  height: 100%;
  min-width: 250px;
  box-shadow: -8px 0 32px 0 #ecbe7699;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.18rem;
  color: #205378;
  font-weight: 800;
  padding: 7px 13px;
  border-radius: 7px;
  border: 1.5px solid #e6bf6a;
  background-color: #f8e4b7;
  width: 100%;
  transition: background .18s, color .18s, border .16s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #f9c78d;
  color: #448B52;
  border-color: #d2b48c;
}

@media (max-width: 700px) {
  .mobile-nav { min-width: 80vw; padding-left: 16px; padding-right: 10px; }
  .mobile-menu-close { margin-right: 10px; }
}

/* ==== HERO, TEXT AND CONTENT WRAPPERS ==== */
main {
  padding-bottom: 64px; /* for cookie banner */
}
.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 0px;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .content-wrapper, .feature-grid, .service-list, .testimonials {
    flex-direction: column;
    gap: 20px;
  }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  .section { padding: 28px 4px; }
}

/* ==== FEATURE GRID ==== */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 0px;
  justify-content: space-between;
}
.feature {
  flex: 1 1 222px;
  min-width: 220px;
  max-width: 300px;
  background: #fff6e7;
  border-radius: 18px 14px 24px 8px;
  box-shadow: 0 2px 10px #d2b48c17;
  padding: 24px 22px 20px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow .19s, transform .13s;
  margin-bottom: 20px;
  border: 2.5px solid #ecbe76;
  position: relative;
}
.feature img {
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
}
.feature h3 {
  color: #b95e0d;
  font-size: 1.13rem;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.feature p {
  font-size: 1rem;
  color: #5c4c35;
}
.feature:hover, .feature:focus-within {
  box-shadow: 0 6px 24px #b95e0d33, 0 1px 0 #b95e0d11;
  transform: translateY(-1px) scale(1.028);
  border-color: #b95e0d;
}

/* ==== SERVICES LIST ==== */
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
.service {
  background: #f7f6f2;
  border: 2px dashed #d2b48c;
  border-radius: 14px 26px 14px 12px;
  padding: 22px 18px 16px 20px;
  min-width: 220px;
  flex: 1 1 260px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px #e6bf6a13;
  transition: box-shadow .19s, border-color .21s;
}
.service h2, .service h3 {
  color: #448B52;
  font-size: 1.17rem;
  margin-bottom: 6px;
}
.service ul {
  padding-left: 24px;
  margin-bottom: 10px;
}
.service:hover, .service:focus-within {
  border-color: #b95e0d;
  box-shadow: 0 4px 16px #ecbe7674, 0 1px 0 #ecbe7611;
}

/* ==== TESTIMONIALS ==== */
.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 0;
  justify-content: flex-start;
}
.testimonial-card {
  background-color: #fffde9;
  color: #2c2b29;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 26px 23px 20px;
  border-radius: 14px;
  border: 1.5px solid #ecbe76;
  box-shadow: 0 2px 12px #20537813;
  min-width: 220px;
  flex: 1 1 300px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow .15s, border-color .18s;
}
.testimonial-card p {
  color: #312b1e;
  font-size: 1.05rem;
  font-style: italic;
  margin-bottom: 4px;
}
.testimonial-card span {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.98rem;
  color: #448B52;
  font-weight: 700;
}
.testimonial-card:before {
  content: '\201C';
  font-family: serif;
  font-size: 3.8rem;
  color: #ecbe76;
  opacity: 0.40;
  position: absolute;
  left: 13px; top: 10px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 700px) {
  .testimonial-card { font-size: 0.95rem; }
}
.testimonial-card:hover, .testimonial-card:focus-within {
  border-color: #b95e0d;
  box-shadow: 0 8px 24px #ecbe7622;
}

.rating-summary ul {
  padding-left: 24px;
}

/* ==== PRICING TABLE ==== */
.pricing-table {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pricing-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background: #fffaf2;
  border-radius: 8px;
  box-shadow: 0 2px 8px #d2b48c11;
  overflow: hidden;
  margin-bottom: 10px;
}
.pricing-table th, .pricing-table td {
  padding: 14px 18px;
  text-align: left;
  font-size: 1.05rem;
  border-bottom: 1.5px solid #ecbe76;
}
.pricing-table th {
  background: #ecbe76;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #205378;
  font-size: 1.08rem;
  letter-spacing: 1px;
  font-weight: 900;
}
.pricing-table td {
  background: #fffdfa;
  color: #312b1e;
  font-family: 'Open Sans', Arial, sans-serif;
}
.pricing-table tr:last-child td {
  border-bottom: none;
}
.price-explanation {
  font-size: 0.99rem;
  color: #5c4c35;
  margin-top: 10px;
  padding: 9px 0 0 0;
}

/* ==== FAQ ACCORDION ==== */
.faq-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.faq {
  background: #fdf6eb;
  border: 2px dotted #ecbe76;
  border-radius: 14px;
  padding: 20px 20px 16px 20px;
  min-width: 220px;
  flex: 1 1 260px;
  margin-bottom: 20px;
  transition: border-color .17s, background .09s, box-shadow .13s;
}
.faq h3 { color: #205378; font-size: 1.07rem; }
.faq:hover {
  border-color: #448B52;
  background: #fff9e6;
  box-shadow: 0 3px 12px #ecbe7613;
}

/* ==== STATS GRID (REFERENCE) ==== */
.stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  background: #fff6e7;
  border-radius: 20px;
  padding: 30px 24px 20px 24px;
  margin-bottom: 0px;
  justify-content: space-between;
}
.stats-grid > div {
  flex: 1 1 220px;
  padding: 16px 10px;
  border-radius: 11px 22px 12px 17px;
  background: #f7f6f2;
  box-shadow: 0 1px 4px #ecbe7641;
  text-align: center;
  margin-bottom: 20px;
}
.stats-grid strong {
  font-size: 2rem;
  color: #205378;
  display: block;
  margin-bottom: 9px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.stats-grid div div { color: #448B52; font-size: 1.04rem; }

@media (max-width: 900px) {
  .feature-grid, .service-list, .testimonials, .stats-grid { flex-direction: column; gap: 20px; }
}

/* ==== CARDS (Common) ==== */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  border-radius: 18px;
  background: #fff6e7;
  padding: 24px;
  box-shadow: 0 2px 12px #ecbe7617;
  transition: box-shadow .13s, border .13s;
}
.card:hover { box-shadow: 0 8px 22px #ecbe7622; }

/* ==== FEATURE ITEM (for lists) ==== */
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 18px;
}

/* ==== Content Grids ==== */
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/* ==== Text-Image Section ==== */
.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: 18px;
  }
}

/* ==== MAP EMBED ==== */
.map-embed {
  background: #ede7d3;
  border: 2.5px solid #ecbe76;
  border-radius: 14px;
  padding: 14px 12px;
  margin-top: 15px;
  text-align: center;
  box-shadow: 0 1px 7px #ecbe7622;
  font-size: 1rem;
}
.map-embed strong { color: #205378; }

/* ==== FORMS & BUTTONS ==== */
button, input[type="submit"], input[type="button"] {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #205378;
  color: #fff;
  font-size: 1.13rem;
  font-weight: 700;
  border: none;
  border-radius: 7px;
  padding: 12px 32px;
  transition: background .18s, color .13s, box-shadow .19s;
  cursor: pointer;
  box-shadow: 0 2px 10px #20537822;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: #ecbe76;
  color: #205378;
  box-shadow: 0 6px 16px #20537825, 0 1px 0 #fff1;
}
input, textarea {
  border: 1.5px solid #ecbe76;
  border-radius: 7px;
  font-size: 1rem;
  padding: 10px 14px;
  margin-bottom: 16px;
  background: #fffdfa;
  color: #312b1e;
  font-family: 'Open Sans', Arial, sans-serif;
  width: 100%;
  transition: border .14s, background .15s;
}
input:focus, textarea:focus {
  border-color: #448B52;
  outline: none;
  background: #fffbe2;
}

/* ==== FOOTER ==== */
footer {
  background: #ede7d3 url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='10' width='3' height='3' fill='%23d2b48c'/%3E%3Crect x='12' y='20' width='2' height='2' fill='%23ecbe76'/%3E%3C/svg%3E") repeat;
  border-top: 4px solid #448B52;
  margin-top: 72px;
  padding-top: 32px;
  padding-bottom: 22px;
  font-size: 1rem;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  text-align: center;
}
.footer-nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 11px;
}
.footer-nav a {
  color: #205378;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #f9e4b7;
  border: 1.5px solid #ecbe76;
  padding: 5px 13px;
  border-radius: 8px;
  font-weight: 700;
  transition: background .17s, color .18s, border .15s;
}
.footer-nav a:hover, .footer-nav a:focus {
  background: #f9c78d;
  color: #b95e0d;
  border-color: #b95e0d;
}
.contact-details {
  color: #5c4c35;
  font-size: .95rem;
  font-family: 'Open Sans', Arial, sans-serif;
  margin-bottom: 6px;
}
.contact-details a {
  color: #205378;
  transition: color .14s;
}
.contact-details a:hover, .contact-details a:focus {
  color: #b95e0d;
}
.copyright {
  color: #a0805b;
  font-size: .90rem;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* ==== COOKIE CONSENT BANNER ==== */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 2100;
  width: 100vw;
  background: #ede7d3ee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 26px;
  box-shadow: 0 -3px 24px #d2b48c44;
  padding: 20px 16px 18px 16px;
  font-size: 1rem;
  transition: transform .24s ease, opacity .2s;
  opacity: 1;
  transform: translateY(0);
}
.cookie-banner.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
.cookie-banner p {
  flex: 1 1 260px;
  color: #205378;
  margin-bottom: 4px;
}
.cookie-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.cookie-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 7px 22px;
  border: none;
  border-radius: 7px;
  font-size: 1rem;
  margin: 0;
  cursor: pointer;
  transition: background .17s, color .17s, border .15s;
  box-shadow: 0 2px 7px #ecbe7611;
  font-weight: 700;
}
.accept-all {
  background: #205378;
  color: #fff;
  border: 2px solid #205378;
}
.accept-all:hover, .accept-all:focus {
  background: #448B52;
  border-color: #448B52;
}
.reject-all {
  background: #ecbe76;
  color: #205378;
  border: 2px solid #ecbe76;
}
.reject-all:hover, .reject-all:focus {
  background: #ffe19c;
}
.cookie-settings {
  background: #fff6e7;
  color: #205378;
  border: 2px solid #ecbe76;
}
.cookie-settings:hover, .cookie-settings:focus {
  background: #f9c78d;
  border-color: #205378;
  color: #448B52;
}
@media (max-width: 600px) {
  .cookie-banner { flex-direction: column; gap: 16px; }
}

/* ==== COOKIE SETTINGS MODAL ==== */
.cookie-modal-overlay {
  position: fixed;
  z-index: 2120;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: #20537866;
  opacity: 0;
  pointer-events: none;
  transition: opacity .23s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.cookie-modal {
  margin: 0 auto;
  background: #fff6e7;
  border-radius: 18px;
  box-shadow: 0 4px 28px 0 #ecbe7699;
  padding: 24px 34px 18px 34px;
  min-width: 275px;
  max-width: 95vw;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #205378;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: flex-start;
  animation: popInCookie .33s cubic-bezier(.6,.41,.35,1);
}
@keyframes popInCookie {
  0% { transform: scale(.84) translateY(30px); opacity: 0; }
  80% { transform: scale(1.07) translateY(-2px); }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}
.cookie-modal-close {
  position: absolute;
  top: 11px;
  right: 11px;
  background: #ecbe76;
  color: #205378;
  border: none;
  border-radius: 7px;
  font-size: 1.4rem;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 0 10px;
  cursor: pointer;
  box-shadow: 0 1px 5px #ecbe7633;
  transition: background .17s, color .17s;
}
.cookie-modal-close:hover { background: #f9c78d; color: #b95e0d; }
.cookie-modal h3 { font-size: 1.18rem; margin-bottom: 9px; color: #b95e0d; }
.cookie-category {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.cookie-category label {
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #205378;
  margin-bottom: 3px;
  font-weight: 700;
}
.cookie-category input[type=checkbox] {
  accent-color: #205378;
  margin-right: 7px;
  width: 18px; height: 18px;
}
.cookie-category.essential input[type=checkbox] {
  accent-color: #ecbe76;
}
.cookie-category.essential label {
  color: #448B52;
}
.cookie-modal .cookie-explanation {
  font-size: 0.98rem;
  margin-bottom: 10px;
  color: #95875f;
}
.cookie-modal .modal-btn-row {
  display: flex;
  gap: 14px;
  margin-top: 12px;
}


/* ==== RESPONSIVE FLEX ADJUSTMENTS ==== */
@media (max-width: 768px) {
  .container { max-width: 99vw; padding: 0 4vw; }
  .feature-grid, .service-list, .testimonials, .stats-grid, .faq-accordion {flex-direction: column; gap: 20px;}
  .section { margin-bottom: 40px; padding: 20px 0; }
  .feature, .service, .testimonial-card, .stats-grid > div, .faq { min-width: 0; max-width: 100vw; }
  header .container { flex-direction: row; gap: 10px; }
}

/* ==== MICRO-ANIMATIONS ==== */
.feature, .service, .testimonial-card, .faq, .card {
  transition-property: box-shadow, border-color, transform;
  transition-duration: .2s, .2s, .13s;
  transition-timing-function: cubic-bezier(.78,.08,.23,1), cubic-bezier(.67, .3, .23, 1), cubic-bezier(.36,.54,.6,1);
}
.cta-primary, .cookie-btn {
  transition: background .18s, color .18s, border .20s, box-shadow .17s, transform .11s;
}

/* === Vintage Patterns and Nostalgic Touches === */
body {
  background: #F7F6F2 url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='14' cy='14' rx='1' ry='1' fill='%23ecbe76'/%3E%3C/svg%3E") repeat;
}
.section {
  background: #fff url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='4' cy='4' rx='1' ry='1' fill='%23ecbe76'/%3E%3C/svg%3E") repeat-y right top;
  border-left: 7px double #ecbe76;
}
/* Subtle paper fold effect for retro style */
.section:before {
  content: '';
  display: block;
  width: 60px;
  height: 8px;
  background: #f9e4b7;
  position: absolute;
  left: 0; top: -14px;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 2px 7px #e6bf6a22;
  z-index: 3;
  opacity: 0.48;
}

/* ==== PRINT (Optional) ==== */
@media print {
  body, .section, .container, .feature, .service, .testimonial-card,
  .footer, .main-nav, .mobile-menu, .cookie-banner, .cookie-modal-overlay {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    border: none !important;
    text-shadow: none !important;
  }
  header, footer, .mobile-menu, .cookie-banner, .cookie-modal-overlay {
    display: none !important;
  }
}
