/* RESET & NORMALIZE (vintage_retro inspired) */
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;
  background: transparent;
}
html {
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  background-color: #F4F6F8;
  color: #1B2432;
  min-height: 100vh;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.025em;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #F6B93B;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover, a:focus {
  color: #cf8e13;
  text-decoration: underline;
}
ul, ol {
  padding-left: 24px;
  margin-bottom: 20px;
}
li {
  margin-bottom: 8px;
}
strong {
  font-weight: 700;
}
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* TYPOGRAPHY (vintage_retro) */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  color: #1B2432;
  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 18px;
  line-height: 1.18;
  text-shadow: 2px 2px 0 #fae8b7, 0 3px 10px rgba(27,36,50,0.03);
}
h2 {
  font-size: 1.75rem;
  margin-bottom: 16px;
  position: relative;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
h4, h5, h6 {
  font-size: 1.05rem;
  font-weight: 500;
}
p {
  font-size: 1rem;
  margin-bottom: 16px;
}

/* Decorative Headline Accent (retro underline) */
h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #F6B93B;
  border-radius: 2px;
  margin-top: 6px;
  margin-left: 0;
}

/* BUTTON STYLES */
.cta, .button, button, input[type="submit"] {
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 34px;
  border-radius: 34px;
  border: 2px solid #F6B93B;
  background: #F6B93B;
  color: #1B2432;
  box-shadow: 0 2px 6px rgba(27,36,50,0.06);
  cursor: pointer;
  transition: background 0.22s, color 0.22s, box-shadow 0.22s, transform 0.16s;
  outline: none;
}
.cta:hover, .button:hover, button:hover, input[type="submit"]:hover,
.cta:focus, .button:focus, button:focus, input[type="submit"]:focus {
  background: #fff6e1;
  color: #F6B93B;
  border-color: #cf8e13;
  box-shadow: 0 3px 18px 0 rgba(246,185,59,0.13), 0 2px 6px rgba(27,36,50,0.09);
  transform: translateY(-2px) scale(1.03);
}
.cta.primary {
  background: #F6B93B;
  color: #1B2432;
  border-color: #F6B93B;
  box-shadow: 0 2px 8px rgba(246,185,59,0.13);
}
.cta.primary:hover, .cta.primary:focus {
  background: #fff6e1;
  color: #F6B93B;
}

/* HEADER */
header {
  background: #f4e1b7 url("data:image/svg+xml;charset=UTF-8,<svg width='100' height='40' viewBox='0 0 60 24' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='60' height='24' fill='%23F5F1E7'/><path d='M0 24C15 0 45 0 60 24' stroke='%23F6B93B' stroke-width='1.5' fill='none'/></svg>") repeat-x;
  border-bottom: 2px solid #F6B93B;
  box-shadow: 0 2px 12px 0 rgba(249, 186, 59, 0.04);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 20px;
}
.logo img {
  height: 48px;
  width: auto;
  display: block;
  filter: drop-shadow(1px 1px 0 #F6B93B);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.05rem;
  color: #6a5833;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 600;
  padding: 6px 6px;
  border-radius: 4px;
  position: relative;
  transition: background 0.17s, color 0.17s;
}
.main-nav a:hover, .main-nav a:focus {
  color: #F6B93B;
  background: #ffeccc;
}

header .cta {
  margin-left: 22px;
}

/* MOBILE NAVIGATION */
.mobile-menu-toggle {
  background: #F6B93B;
  color: #1B2432;
  border: none;
  font-size: 2.2rem;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  box-shadow: 0 2px 10px rgba(246,185,59,0.13);
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  z-index: 11101;
  outline: none;
  display: none;
}
.mobile-menu-toggle:active, .mobile-menu-toggle:focus {
  background: #fff6e1;
  color: #F6B93B;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw; height: 100vh;
  background: #fae8b7;
  box-shadow: 0 0 40px rgba(27,36,50,0.13);
  z-index: 11100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px 32px 32px 24px;
  transform: translateX(-100%);
  transition: transform 0.42s cubic-bezier(.68,-0.55,.27,1.55);
  will-change: transform;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: #F6B93B;
  color: #1B2432;
  border: none;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  font-size: 2rem;
  align-self: flex-end;
  margin-bottom: 18px;
  box-shadow: 0 2px 10px rgba(246,185,59,0.11);
  cursor: pointer;
  transition: background 0.2s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #ffeccc;
  color: #F6B93B;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 16px;
  width: 100%;
}
.mobile-nav a {
  font-size: 1.25rem;
  color: #1B2432;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  background: #fff6e1;
  border-radius: 6px;
  padding: 14px 10px;
  transition: background 0.15s, color 0.15s;
  border-left: 4px solid #F6B93B;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #F6B93B;
  background: #F4F6F8;
}
@media (max-width: 999px) {
  .main-nav {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  header .cta {
    display: none !important;
  }
}

/* Fix menu overlay stacking */
header, .mobile-menu-toggle {
  position: relative;
  z-index: 10110;
}

/* LAYOUT PATTERNS */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  border-radius: 18px;
  box-shadow: 0 1px 10px rgba(246,185,59,0.08), 0 2px 8px rgba(27,36,50,0.07);
  background: #fff6e1;
  overflow: hidden;
  padding: 24px 20px 26px 20px;
}
.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;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(27,36,50,0.06);
  background: #fff6e1;
  max-width: 520px;
  margin-bottom: 24px;
  border-left: 6px solid #F6B93B;
  font-size: 1.08rem;
  transition: box-shadow 0.19s;
}
.testimonial-card p {
  color: #1B2432;
  font-style: italic;
  font-size: 1.1rem;
}
.testimonial-card span {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  color: #6a5833;
  font-weight: 600;
  margin-left: 32px;
  letter-spacing: 0.04em;
}
.testimonial-card:hover {
  box-shadow: 0 6px 18px 0 rgba(246,185,59,0.14);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* HERO */
.hero {
  background: #fae8b7 url("data:image/svg+xml,%3Csvg width='40' height='20' viewBox='0 0 60 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='60' height='24' fill='%23fae8b7'/%3E%3Cpath d='M0 24C15 0 45 0 60 24' stroke='%23f6b93b' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") repeat-x;
  border-bottom: 2px dotted #F6B93B;
  padding: 64px 0 64px 0;
  text-align: center;
  margin-bottom: 60px;
}
.hero .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.hero h1 {
  font-size: 2.6rem;
  color: #1B2432;
  text-shadow: 2px 2px 0 #fff6e1;
}
.hero p {
  font-size: 1.21rem;
  color: #626262;
  margin-bottom: 20px;
}
.hero .cta {
  margin-top: 8px;
}

/* FEATURE GRIDS & CATEGORIES */
.features-grid, .categories-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 20px;
  margin-bottom: 12px;
  justify-content: flex-start;
}
.features-grid > div, .categories-grid > div {
  background: #fff6e1;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(246,185,59,0.09);
  padding: 28px 18px 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-width: 210px;
  flex: 1 1 250px;
  transition: box-shadow 0.19s, transform 0.12s;
  margin-bottom: 20px;
}
.features-grid > div:hover, .categories-grid > div:hover {
  box-shadow: 0 6px 18px 0 rgba(246,185,59,0.13);
  transform: translateY(-3px) scale(1.02);
}
.features-grid img, .categories-grid img {
  width: 46px;
  height: 46px;
  margin-bottom: 6px;
  filter: sepia(42%) brightness(91%) hue-rotate(-13deg) drop-shadow(0px 1px 0px #fae8b7);
}
.features-grid h3, .categories-grid h3 {
  font-size: 1.16rem;
  color: #1B2432;
  margin-bottom: 8px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.features-grid p, .categories-grid p, .categories-grid ul {
  color: #604e2a;
  font-size: 1.03rem;
  margin-bottom: 10px;
}
.categories-grid a {
  color: #F6B93B;
  font-weight: 700;
  font-size: 1.08rem;
  margin-top: 8px;
  text-decoration: underline;
  transition: color 0.18s;
}
.categories-grid a:hover, .categories-grid a:focus {
  color: #cf8e13;
}

/* RESPONSIVE FLEX PATTERNS */
@media (max-width: 991px) {
  .features-grid, .categories-grid, .content-grid {
    gap: 18px;
  }
  .features-grid > div, .categories-grid > div {
    flex: 1 1 210px;
    min-width: unset;
  }
}
@media (max-width: 768px) {
  .features-grid, .categories-grid, .content-grid {
    flex-direction: column;
    gap: 14px;
  }
  .features-grid > div, .categories-grid > div {
    width: 100%;
    min-width: unset;
    margin-bottom: 20px;
    padding: 20px 12px 16px 12px;
  }
  .hero {
    padding: 46px 0 46px 0;
    margin-bottom: 32px;
  }
  .section {
    margin-bottom: 32px;
    padding: 22px 6px;
  }
}

@media (max-width: 600px) {
  .container {
    padding: 0 6px;
  }
  h1 { font-size: 1.7rem; }
  h2 { font-size: 1.28rem; }
}

/* FOOTER */
footer {
  background: #f3e7cd url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='19.25' x2='100' y2='19.25' stroke='%23F6B93B' stroke-width='1.5' stroke-dasharray='5 8'/%3E%3C/svg%3E") repeat-x bottom;
  border-top: 3px double #F6B93B;
  padding: 48px 0 20px 0;
  font-size: 1rem;
  color: #6a5833;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
  justify-content: space-between;
}
footer img {
  height: 40px;
  margin-bottom: 10px;
  filter: drop-shadow(1px 1px 0 #F6B93B);
}
footer .footer-nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
footer .footer-nav a {
  color: #cf8e13;
  font-weight: 600;
  font-size: 0.96rem;
}
footer .footer-nav a:hover, footer .footer-nav a:focus {
  color: #1B2432;
}
footer small {
  margin-top: 24px;
  color: #ab9b7a;
  min-width: 220px;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  footer .container {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

/* UTILITY/STRUCTURE */
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.next-steps-info {
  padding: 18px 22px;
  background: #fff6e15b;
  border-radius: 8px;
  color: #6a5833;
  margin-bottom: 12px;
}
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 26px;
}
.contact-details img {
  width: 22px;
  height: 22px;
  margin-right: 7px;
  vertical-align: middle;
  filter: sepia(36%) brightness(90%) hue-rotate(-13deg);
}
.contact-details p {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 599px) {
  .contact-details {
    font-size: 0.98rem;
    gap: 7px;
  }
  .contact-details img {
    width: 16px;
    height: 16px;
  }
}

/* SPECIAL: TESTIMONIAL SLIDER (horizontal scroll on mobile) */
.testimonials-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
}
.testimonials-slider > .testimonial-card {
  min-width: 340px;
  max-width: 520px;
  scroll-snap-align: center;
  margin-bottom: 0;
  margin-right: 0;
}
@media (max-width: 900px) {
  .testimonials-slider {
    flex-direction: column;
    gap: 16px;
    overflow-x: unset;
  }
  .testimonials-slider > .testimonial-card {
    min-width: 0;
    width: 100%;
  }
}

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 14000;
  background: #fff6e1;
  color: #3d321e;
  box-shadow: 0 -5px 15px 0 rgba(246,185,59,0.08);
  padding: 26px 20px 18px 20px;
  border-top: 2px solid #F6B93B;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  font-size: 1.08rem;
  animation: cookie-slide-in 0.7s cubic-bezier(.68,-0.55,.27,1.55);
}
@keyframes cookie-slide-in {
  from {transform: translateY(140%); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.cookie-banner button {
  padding: 9px 26px;
  margin: 0 6px;
  min-width: 120px;
  border-radius: 24px;
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  background: #F6B93B;
  color: #1B2432;
  box-shadow: 0 2px 5px rgba(246,185,59,0.10);
  transition: background 0.16s, color 0.16s;
  cursor: pointer;
}
.cookie-banner button:hover, .cookie-banner button:focus {
  background: #ffeccc;
  color: #F6B93B;
}
.cookie-banner .cookie-settings-btn {
  background: #F4F6F8;
  color: #1B2432;
  border: 1.5px solid #F6B93B;
}
.cookie-banner .cookie-settings-btn:hover,
.cookie-banner .cookie-settings-btn:focus {
  background: #fff6e1;
  color: #F6B93B;
}

/* COOKIE MODAL POPUP */
.cookie-modal--overlay {
  position: fixed;
  inset: 0;
  background: rgba(27,36,50,0.25);
  z-index: 14100;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modal-fade-in 0.4s;
}
@keyframes modal-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #fff6e1;
  padding: 32px 24px 24px 24px;
  border-radius: 20px;
  box-shadow: 0 5px 30px 0 rgba(27,36,50,0.20);
  max-width: 410px;
  width: 94vw;
  color: #1B2432;
  font-size: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: pop-in 0.36s cubic-bezier(.68,-0.55,.27,1.55);
}
@keyframes pop-in {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.cookie-modal .modal-close-btn {
  background: #F6B93B;
  color: #1B2432;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 1.5rem;
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  box-shadow: 0 2px 4px rgba(246,185,59,0.06);
}
.cookie-modal .modal-close-btn:hover, .cookie-modal .modal-close-btn:focus {
  background: #ffeccc;
  color: #F6B93B;
}
.cookie-modal h3 {
  font-size: 1.15rem;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #a87f13;
  margin-bottom: 8px;
}
.cookie-modal ul {
  margin-bottom: 0;
  padding-left: 20px;
}
/* Toggle switches */
.cookie-modal .cookie-toggle {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  gap: 8px;
}
.cookie-modal label {
  flex: 1;
  font-size: 1rem;
  color: #3d321e;
}
.cookie-modal input[type="checkbox"] {
  appearance: none;
  width: 36px;
  height: 20px;
  border-radius: 11px;
  background: #F6B93B;
  position: relative;
  outline: none;
  cursor: pointer;
  box-shadow: 0 1px 5px rgba(246,185,59,0.11);
  transition: background 0.16s;
}
.cookie-modal input[type="checkbox"]:checked {
  background: #1B2432;
}
.cookie-modal input[type="checkbox"]:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 2px;
  transition: left 0.14s linear, background 0.11s;
}
.cookie-modal input[type="checkbox"]:checked:before {
  left: 16px;
  background: #fae8b7;
}
.cookie-modal .essential-label {
  color: #979890;
  font-style: italic;
  font-size: 0.97rem;
  margin-left: 6px;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  gap: 16px;
  margin-top: 11px;
}
.cookie-modal .cookie-modal-actions button {
  font-size: 1rem;
  border-radius: 18px;
  padding: 8px 24px;
}

@media (max-width: 600px) {
  .cookie-modal { padding: 18px 5vw 16px 5vw; }
}

/* BLOCKQUOTES (retro style) */
blockquote {
  background: #fff6e1;
  border-left: 6px solid #F6B93B;
  padding: 20px 28px;
  margin: 28px 0;
  font-size: 1.14rem;
  color: #1B2432;
  font-style: italic;
  border-radius: 7px;
  box-shadow: 0 2px 10px rgba(246,185,59,0.11);
}

/* FORMS (if any) */
input, textarea, select {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  border: 2px solid #F6B93B;
  background: #fff6e1;
  padding: 10px 14px;
  margin-bottom: 18px;
  border-radius: 8px;
  transition: border 0.17s, background 0.17s;
  width: 100%;
  outline: none;
  color: #1B2432;
}
input:focus, textarea:focus, select:focus {
  border-color: #cf8e13;
  background: #fff;
}
label {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #6a5833;
  font-weight: bold;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 1.05rem;
}

/* ------ VINTAGE-RETRO NOSTALGIA EXTRAS ------ */
/* Patterns, borders, accents */
.section {
  background: repeating-linear-gradient(-45deg, #fff6e1 0 8px, #fae8b7 8px 16px);
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(246,185,59,0.045); 
}
@media (max-width:600px) {
  .section {
    border-radius: 8px;
    padding: 16px 2px;
  }
}
/* Retro border for categories on highlight */
.categories-grid > div {
  border: 2.5px dashed #F6B93B;
  border-right-width: 6px;
}
.features-grid > div {
  border: 2.5px solid #f5d0763d;
  border-bottom-width: 5px;
}

/* CARD SHADOW EFFECT & HOVER (retro-influenced) */
.card {
  border: 2.5px solid #feefbd;
  border-right-width: 6px;
  background: #fff6e1;
  transition: box-shadow 0.17s, border-color 0.17s, transform 0.12s;
}
.card:hover {
  box-shadow: 0 10px 24px 0 rgba(246,185,59,0.09);
  border-color: #F6B93B;
  transform: scale(1.019);
}

/* Smooth transitions for interactive UI */
a, .button, .cta, button, input, .card, .features-grid > div, .categories-grid > div, .testimonial-card {
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

/* VISUAL HIERARCHY */
h1, h2, h3 {
  letter-spacing: 0.04em;
}

/* Z-INDEX CRITICAL STACKING */
.mobile-menu { z-index: 11100; }
.mobile-menu-toggle { z-index: 11101; }
.cookie-banner { z-index: 14000; }
.cookie-modal--overlay { z-index: 14100; }

/* HIDE SCROLLBAR (optional for testimonials slider on mobile) */
.testimonials-slider {
  scrollbar-width: thin;
  scrollbar-color: #F6B93B #fff6e1;
}
.testimonials-slider::-webkit-scrollbar {
  height: 6px;
  background: #fff6e1;
}
.testimonials-slider::-webkit-scrollbar-thumb {
  background: #F6B93B;
  border-radius: 5px;
}

/* GENERAL RESPONSIVE */
@media (max-width: 480px) {
  h1 { font-size: 1.25rem; }
  h2 { font-size: 1.09rem; }
  .testimonials-slider > .testimonial-card {
    font-size: 0.98rem;
  }
}

/* ACCESSIBILITY ENHANCEMENTS */
.cta:focus, .main-nav a:focus, .mobile-nav a:focus, button:focus, input:focus, .cookie-banner button:focus, .cookie-modal .modal-close-btn:focus {
  outline: 2.5px dashed #F6B93B;
  outline-offset: 2px;
  background: #ffeccc;
}

/* --- END --- */
