/* style.css - Duriari Acc retro/vintage theme, flexbox-only layout */

/* === 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  line-height: 1.5;
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  background: #F9F5E7;
  color: #2B2A4C;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em;
}
*, *:before, *:after {
  box-sizing: inherit;
}
a {
  color: #606082;
  text-decoration: none;
  transition: color 0.18s;
}
a:hover, a:focus {
  color: #A98467;
  outline: none;
}
ul, ol { list-style: none; margin: 0 0 24px; }
img { max-width: 100%; display: block; }


/* === VINTAGE RETRO VARIABLES === */
:root {
  --retro-primary: #2B2A4C;
  --retro-secondary: #E2C799;
  --retro-accent: #F9F5E7;
  --retro-brown: #A98467;
  --retro-red: #CC7351;
  --retro-blue: #6A8CAF;
  --retro-pink: #EBA5A5;
  --retro-shadow: rgba(44,28,14,0.09);
  --radius: 13px;
  --pattern-bg: repeating-linear-gradient(135deg, #E2C799, #E2C799 16px, #F9F5E7 18px, #F9F5E7 32px);
}


/* === TYPOGRAPHY === */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm45_QphnUc.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('https://fonts.gstatic.com/s/montserrat/v25/JTUQjIg1_i6t8kCHKm459WxZqhQ.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
    url('https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.woff2') format('woff2');
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: #2B2A4C;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  line-height: 1.15;
}
h1 {
  font-size: 2.6rem;
  text-shadow: 0 3px 0 var(--retro-secondary), 0 0 10px var(--retro-shadow);
  margin-bottom: 18px;
}
h2 {
  font-size: 2.1rem;
  color: var(--retro-primary);
  margin-bottom: 10px;
}
h3 {
  font-size: 1.4rem;
  color: var(--retro-brown);
}
h4, h5, h6 {
  font-size: 1.1rem;
}
p, ul, ol, address, blockquote {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.04rem;
  margin-bottom: 16px;
}
blockquote {
  font-style: italic;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #5B4636;
  border-left: 4px solid var(--retro-secondary);
  padding-left: 16px;
  margin: 0 0 8px 0;
  background: rgba(226,199,153,0.18);
  border-radius: var(--radius);
}

strong, b {
  font-weight: 700;
  color: var(--retro-primary);
}

/************ LAYOUT ************/
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
}
.content-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #FFF9EC;
  border-radius: var(--radius);
  box-shadow: 0 8px 32px -12px var(--retro-shadow);
}

.hero, .hero-inspiration, .hero-contact, .thank-you {
  background: var(--pattern-bg);
  padding: 48px 0 40px;
  margin-bottom: 60px;
  border-bottom: 4px double var(--retro-secondary);
  border-radius: 0 0 var(--radius) var(--radius);
}

/**** FLEX PATTERNS & SPACING ****/
.card-container { display: flex; flex-wrap: wrap; gap: 24px; }
.card { margin-bottom: 20px; position: relative; background: #F9F5E7; border-radius: var(--radius); box-shadow: 0 4px 20px -6px var(--retro-shadow); }
.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 24px; margin-bottom: 20px; background: #FFF9EC; border-radius: var(--radius); box-shadow: 0 2px 12px -6px var(--retro-shadow); border: 2px dashed var(--retro-secondary); transition: box-shadow 0.2s, border-color 0.2s; }
.testimonial-card:hover { border-color: var(--retro-brown); box-shadow: 0 6px 18px -4px var(--retro-brown); }
.feature-item { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }

/**** BUTTONS & CTA ****/
.cta-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  display: inline-block;
  padding: 14px 34px;
  margin-top: 10px;
  color: var(--retro-accent);
  background: var(--retro-primary);
  border: 0;
  border-radius: var(--radius);
  box-shadow: 0 2px 10px -5px var(--retro-shadow), 0 4px 0 0 var(--retro-secondary);
  cursor: pointer;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: box-shadow 0.22s, background .18s, color .18s, transform 0.15s;
  outline: none;
  position: relative;
}
.cta-btn:hover, .cta-btn:focus {
  background: var(--retro-brown);
  color: #FFF9EC;
  box-shadow: 0 8px 28px -7px var(--retro-brown);
  transform: translateY(-2px) scale(1.03);
}

button, .btn, input[type="submit"] {
  font-family: inherit;
  padding: 11px 24px;
  border-radius: var(--radius);
  border: 2px solid var(--retro-secondary);
  background: var(--retro-secondary);
  color: var(--retro-primary);
  font-weight: bold;
  font-size: 1rem;
  transition: background 0.15s, color 0.15s, border 0.15s;
  outline: none;
  cursor: pointer;
}
button:hover, .btn:hover, input[type="submit"]:hover {
  background: var(--retro-primary);
  color: var(--retro-accent);
  border-color: var(--retro-brown);
}

/************ HEADER AND NAVIGATION ************/
header {
  background: #fffdf8;
  border-bottom: 5px solid var(--retro-secondary);
  box-shadow: 0 4px 16px -8px var(--retro-shadow);
  z-index: 30;
  width: 100%;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  gap: 20px;
}
header img {
  max-height: 48px;
  margin-right: 18px;
}
.main-nav {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.08rem;
}
.main-nav a {
  padding: 8px 0;
  font-weight: 500;
  color: #2B2A4C;
  border-bottom: 2px solid transparent;
  transition: border 0.16s, color 0.18s;
}
.main-nav a:hover, .main-nav a:focus, .main-nav a.active {
  color: var(--retro-brown);
  border-bottom: 2px solid var(--retro-brown);
}

header .cta-btn, header .btn {
  margin-left: 24px;
  font-size: 1.0rem;
  padding: 11px 28px;
}

header .mobile-menu-toggle {
  display: none;
  background: var(--retro-brown);
  color: #fffefb;
  font-size: 2rem;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px -5px var(--retro-shadow);
  margin-left: 16px;
  transition: background 0.14s, color 0.18s;
  position: relative;
  z-index: 130;
}
header .mobile-menu-toggle:hover, header .mobile-menu-toggle:focus {
  background: var(--retro-secondary);
  color: var(--retro-primary);
}

/************ MOBILE MENU (SIDEDRAWER) ************/
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 320px;
  height: 100vh;
  background: #fffdf8;
  box-shadow: 7px 0 32px -8px var(--retro-shadow);
  padding: 0 0 0 0;
  z-index: 200;
  transform: translateX(-105%);
  transition: transform 0.33s cubic-bezier(.77,.07,.46,1.01);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: var(--retro-brown);
  color: #fff;
  font-size: 2rem;
  border: none;
  align-self: flex-end;
  margin: 18px 18px 6px 0;
  padding: 6px 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: background .15s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: var(--retro-secondary);
  color: var(--retro-primary);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 10px 30px;
  font-size: 1.25rem;
  align-items: flex-start;
}
.mobile-nav a {
  padding: 12px 0 12px 18px;
  width: 100%;
  color: var(--retro-primary);
  border-radius: var(--radius);
  transition: background 0.12s, color 0.15s;
}
.mobile-nav a:active, .mobile-nav a:focus,
.mobile-nav a:hover {
  color: var(--retro-brown);
  background: var(--retro-accent);
  font-weight: 700;
}

/************ OVERLAY (SHADOW) FOR MOBILE MENU ************/
.mobile-menu-backdrop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(44,42,76,0.23);
  z-index: 150;
  backdrop-filter: blur(1px);
}
.mobile-menu.open ~ .mobile-menu-backdrop {
  display: block;
}

/************ FOOTER ************/
footer {
  background: #2B2A4C;
  color: #fef9f1;
  padding: 36px 0 22px;
  border-top: 4px double var(--retro-secondary);
  font-size: 1.02rem;
  margin-top: 60px;
}
footer .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
footer img {
  max-height: 46px;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  gap: 22px;
  margin: 0 0 8px 0;
}
.footer-nav a {
  color: #E2C799;
  font-family: 'Montserrat', Arial, sans-serif;
  transition: color 0.16s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #fff9ec;
  text-decoration: underline;
}
footer p {
  color: #e0d3b7;
  margin: 0;
  margin-left: 8px;
}
/* Footer matches header border style & spacing */

/************ HOMEPAGE, FEATURES, TESTIMONIALS, ABOUT ************/
.features, .features-about, .features-giftcard, .inspo-features, .visit-features {
  margin-bottom: 60px;
  background: #f3ebd7;
  border-radius: var(--radius);
  box-shadow: 0 4px 24px -8px var(--retro-shadow);
}
.features ul, .features-about ul,
.features-giftcard ul, .visit-features ul, .inspo-features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  flex-direction: column;
  margin-top: 6px;
}
.features li, .features-about li,
.features-giftcard li, .visit-features li, .inspo-features li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 11px 0;
  font-size: 1.07rem;
  border-bottom: 1px dotted var(--retro-secondary);
}
.features li:last-child, .features-about li:last-child,
.features-giftcard li:last-child, .visit-features li:last-child, .inspo-features li:last-child {
  border-bottom: none;
}
.features li img, .features-giftcard li img,
.visit-features li img {
  width: 32px;
  height: 32px;
  background: #fff9ee;
  border-radius: 50%;
  padding: 4px;
  border: 1.5px solid var(--retro-brown);
  box-shadow: 0 2px 8px -5px var(--retro-shadow);
}

/******** CATALOG & SERVICES CARDS ********/
.services-list .service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 28px 0 8px 0;
}
.services-list .service-grid > div {
  background: #f8ede3;
  border-radius: var(--radius);
  box-shadow: 0 2px 11px -3px var(--retro-shadow);
  padding: 22px 18px;
  max-width: 310px;
  flex: 1 1 220px;
  min-width: 220px;
  border-bottom: 4px double var(--retro-secondary);
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.services-list .service-grid h3 {
  color: var(--retro-primary);
  margin-bottom: 5px;
}
.services-list .service-grid b {
  color: var(--retro-brown);
  font-weight: bold;
}

.categories ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.categories ul li {
  background: #f9f5e7;
  border-radius: var(--radius);
  box-shadow: 0 2px 10px -7px var(--retro-shadow);
  padding: 13px 16px;
  font-size: 1.06rem;
  margin-bottom: 6px;
}

/******** CTA SECTIONS ********/
.cta-inspo, .cta-giftcard, .cta-service, .cta-contact {
  background: var(--retro-secondary);
  border-radius: var(--radius);
  margin-bottom: 60px;
  box-shadow: 0 2px 10px -7px var(--retro-shadow);
}
.cta-inspo .cta-btn, .cta-giftcard .cta-btn,
.cta-service .cta-btn, .cta-contact .cta-btn, .thank-you .cta-btn  {
  margin: 0;
}

/******** PRIVACY, LEGAL, POLICY SECTIONS ********/
.privacy-policy, .gdpr-section, .cookie-policy, .terms-section {
  padding: 40px 20px;
  margin-bottom: 60px;
  background: #fbf6e2;
  border-radius: var(--radius);
  box-shadow: 0 2px 10px -5px var(--retro-shadow);
}
.privacy-policy h1, .gdpr-section h1, .cookie-policy h1, .terms-section h1 {
  margin-bottom: 20px;
}

/********* ABOUT PAGE TIMELINE BULLETS *********/
.about-detail ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 7px;
}
.about-detail ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0; top: 10px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: var(--retro-secondary);
  border: 2px solid var(--retro-brown);
  box-shadow: 0 1px 6px -3px #866947;
}

/********* CONTACT PAGE *********/
.contact-info-section address {
  font-size: 1.09rem;
  line-height: 1.6;
  font-style: normal;
  margin-bottom: 20px;
  background: #f7f3e5;
  border-left: 4px solid var(--retro-secondary);
  padding-left: 12px;
  border-radius: var(--radius) 0 0 var(--radius);
}
.map-embed-placeholder {
  display: flex;
  align-items: center;
  background: #fff9ef;
  border-radius: var(--radius);
  box-shadow: 0 1px 6px -3px var(--retro-shadow);
  padding: 8px 16px;
  gap: 14px;
  color: var(--retro-brown);
  font-size: 1.02rem;
  margin-bottom: 12px;
  border: 1.5px dashed var(--retro-secondary);
}
.map-embed-placeholder img {
  width: 38px;
  height: 38px;
  margin: 0 9px 0 0;
}

/************ TESTIMONIALS ************/
.testimonials {
  background: #F9F5E7;
  border-radius: var(--radius);
  box-shadow: 0 2px 14px -6px var(--retro-shadow);
  padding: 38px 0 36px;
  margin-bottom: 60px;
}
.testimonials h2 {
  margin-bottom: 18px;
}
.testimonial-card {
  background: #FFF9EC;
}
.testimonial-card blockquote {
  color: var(--retro-primary);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.07rem;
  background: transparent;
  border-left: 3px solid var(--retro-secondary);
  padding-left: 14px;
}
.testimonial-card p {
  margin: 0;
  font-size: 0.99rem;
  color: #3f2b1a;
  font-family: 'Roboto', Arial, sans-serif;
}

/************ OLs/ULs ************/
ol {
  list-style: decimal inside;
  margin-left: 2px;
  margin-bottom: 19px;
  padding-left: 18px;
}
ul {
  list-style: none;
}
ul > li:before {
  content: "• ";
  color: var(--retro-secondary);
  font-size: 1.08em;
  margin-right: 0.2em;
}
ul.features-about li:before, ul.features-giftcard li:before, ul.features li:before,
ul.visit-features li:before { content: ""; margin: 0; }


/************ FORMS (future-proof) ************/
input, textarea, select {
  font-family: inherit;
  font-size: 1rem;
  border: 2px solid var(--retro-secondary);
  padding: 10px 14px;
  border-radius: var(--radius);
  background: #F9F5E7;
  color: #2B2A4C;
  box-shadow: 0 2px 8px -7px var(--retro-shadow);
  transition: border-color .16s;
}
input:focus, textarea:focus, select:focus {
  border-color: var(--retro-brown);
}

/************ RESPONSIVE DESIGN (MOBILE-FIRST) ************/
@media (max-width: 1060px) {
  .container { max-width: 96vw; }
  header .container, footer .container {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start!important;
  }
  .main-nav, .footer-nav { flex-wrap: wrap; gap: 12px; }
  .main-nav { font-size: 1rem; }
}
@media (max-width: 900px) {
  .container { max-width: 99vw; padding: 0 7vw; }
  .service-grid { gap: 12px; }
  .features ul, .categories ul { gap: 8px; }
}
@media (max-width: 768px) {
  html { font-size: 15px; }
  header .main-nav {
    display: none;
  }
  header .mobile-menu-toggle {
    display: flex;
  }
  header .cta-btn {
    display: none;
  }
  .mobile-menu {
    width: 96vw;
    max-width: 390px;
  }
  .footer-nav {
    flex-wrap: wrap;
    gap: 9px;
  }
  .footer-nav, footer .container, header .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
  .hero, .hero-inspiration, .hero-contact, .thank-you {
    padding: 32px 0 24px 0;
    border-radius: 0 0 var(--radius) var(--radius);
  }
  .section, .privacy-policy, .gdpr-section, .cookie-policy, .terms-section {
    padding: 23px 7px;
    margin-bottom: 44px;
  }
  .content-wrapper {
    gap: 10px;
  }
  .services-list .service-grid {
    flex-direction: column;
    gap: 12px;
  }
  .testimonials {
    padding: 16px 0 10px 0;
    margin-bottom: 36px;
  }
  .card-container, .content-grid, .text-image-section { flex-direction: column; gap: 13px!important; }
}

@media (max-width: 480px) {
  html { font-size: 14px; }
  .container { padding: 0 3vw; }
  .mobile-menu { max-width: 100vw; }
  .hero h1, .hero-inspiration h1, .thank-you h1 {
    font-size: 2.1rem;
  }
}

/******** COOKIE CONSENT BANNER & MODAL ********/
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #2B2A4C;
  color: #fff9ec;
  padding: 24px 10px 19px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 400;
  box-shadow: 0 -5px 24px -13px var(--retro-shadow);
  border-top: 3px solid var(--retro-secondary);
  font-size: 1.03rem;
  gap: 18px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition: opacity 0.33s, transform 0.38s cubic-bezier(.86, .01, .23, 1.12);
}
.cookie-banner.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.cookie-banner__desc {
  flex: 1 1 220px;
}
.cookie-banner__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.cookie-button, .cookie-banner button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 19px;
  border-radius: var(--radius);
  border: 0;
  background: var(--retro-secondary);
  color: var(--retro-primary);
  transition: background 0.16s, color 0.16s;
  cursor: pointer;
  margin: 0 2px;
}
.cookie-button.accept {
  background: var(--retro-brown);
  color: #fff;
}
.cookie-button.accept:hover, .cookie-button.reject:hover {
  background: var(--retro-primary);
  color: #FFF9EC;
}
.cookie-button.settings {
  background: none;
  color: var(--retro-secondary);
  border: 1.5px solid var(--retro-secondary);
}
.cookie-button.settings:hover {
  background: var(--retro-accent);
  color: var(--retro-brown);
}

/* Cookie Modal */
.cookie-modal-backdrop {
  display: none;
  position: fixed; left: 0; top: 0; width: 100vw; height: 100vh;
  z-index: 450;
  background: rgba(44,42,76,0.21);
  backdrop-filter: blur(.5px);
}
.cookie-modal.show ~ .cookie-modal-backdrop {
  display: block;
}
.cookie-modal {
  position: fixed;
  left: 50%; top: 50%;
  min-width: 310px;
  max-width: 95vw;
  width: 410px;
  background: #fffdf8;
  color: #2B2A4C;
  border-radius: var(--radius);
  box-shadow: 0 8px 44px -16px var(--retro-shadow);
  z-index: 500;
  transform: translate(-50%,-40%) scale(0.95);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s, transform 0.24s cubic-bezier(.77,.07,.46,1.01);
  padding: 30px 26px 20px 26px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.cookie-modal.show {
  transform: translate(-50%,-50%) scale(1);
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal__close {
  align-self: flex-end;
  font-size: 1.5rem;
  background: none;
  border: none;
  color: var(--retro-brown);
  cursor: pointer;
  transition: color .13s;
}
.cookie-modal__close:hover, .cookie-modal__close:focus {
  color: var(--retro-primary);
}
.cookie-modal__categories {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cookie-modal__toggle-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #faf5ea;
  padding: 7px 14px;
  border-radius: var(--radius);
}
.cookie-modal__toggle-row label {
  font-weight: 500;
}
.cookie-toggle-switch {
  position: relative;
  width: 39px;
  height: 22px;
  display: inline-block;
}
.cookie-toggle-switch input { display: none; }
.cookie-toggle-slider {
  position: absolute;
  cursor: pointer;
  background: var(--retro-brown);
  border-radius: 34px;
  top: 0; left: 0; right: 0; bottom: 0;
  transition: background 0.15s;
}
.cookie-toggle-slider:before {
  position: absolute;
  content: "";
  height: 16px; width: 16px;
  left: 3px; bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.15s;
  box-shadow: 0 1px 2.5px -1.5px #644e36;
}
.cookie-toggle-switch input:checked + .cookie-toggle-slider {
  background: var(--retro-secondary);
}
.cookie-toggle-switch input:checked + .cookie-toggle-slider:before {
  transform: translateX(17px);
}
.cookie-modal__categories .locked {
  opacity: 0.7;
  pointer-events: none;
}

/**** MICRO-INTERACTIONS ****/
.cta-btn:active {
  transform: scale(0.98);
}
.testimonial-card {
  transition: box-shadow 0.2s, border-color 0.2s;
}
.testimonial-card:hover {
  box-shadow: 0 8px 20px -9px var(--retro-brown);
  border-color: var(--retro-primary);
}
.card, .category-card {
  transition: box-shadow 0.18s, border-color 0.15s;
}
.card:hover, .category-card:hover {
  box-shadow: 0 8px 18px -6px var(--retro-brown);
  border-color: var(--retro-brown);
}

/**** SMALL RETRO DETAILS ON SECTION TITLES ****/
h2:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin-right: 9px;
  border-radius: 40%;
  background: var(--retro-secondary);
  box-shadow: 2px 2px 0 2px var(--retro-brown); 
  position: relative;
  top: -3px;
}

/**** BACKGROUND RETRO DECORS (subtle) ****/
.section, .features, .services, .about, .testimonials, .privacy-policy, .gdpr-section, .cookie-policy, .terms-section, .thank-you {
  position: relative;
  overflow: hidden;
}
.section:after, .features:after, .services:after, .about:after, .testimonials:after {
  content: '';
  display: block;
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 110px; height: 110px;
  background: var(--retro-brown);
  opacity: 0.07;
  border-radius: 50%;
  z-index: 1;
}

/**** Z-INDEX LAYERING ****/
header, footer, .mobile-menu, .cookie-banner, .cookie-modal, .cookie-modal-backdrop, .mobile-menu-backdrop {
  z-index: 100;
}
.mobile-menu { z-index: 200; }
.cookie-banner { z-index: 400; }
.cookie-modal { z-index: 500; }

/**** PREVENT OVERLAPPING, WHITE SPACE ****/
.section, .privacy-policy, .gdpr-section, .cookie-policy, .terms-section {
  margin-bottom: 60px;
  margin-top: 0;
}
.card, .testimonial-card, .features, .about, .services, .section {
  margin-bottom: 20px;
}
.content-grid > *, .card-container > *, .service-grid > * {
  margin-bottom: 0;
}

/**** VISUAL RETRO PATTERN (optional on hero) ****/
.hero, .hero-inspiration, .hero-contact, .thank-you {
  background: var(--pattern-bg);
  position: relative;
  z-index: 2;
}

/**** OVERRIDE BROWSER SCROLLBAR FOR RETRO FEEL ****/
body::-webkit-scrollbar {
  width: 11px;
  background: var(--retro-accent);
}
body::-webkit-scrollbar-thumb {
  background: var(--retro-secondary);
  border-radius: 9px;
  border: 3px solid var(--retro-accent);
}

/**** PRINT FRIENDLY ****/
@media print {
  header, footer, .cookie-banner, .modal, .mobile-menu { display: none !important; }
  body { background: #fff; color: #000; }
  section, .section, .privacy-policy, .gdpr-section, .cookie-policy, .terms-section {
    box-shadow: none; background: #fff; border-radius: 0;
  }
}
