/* ===========================
   Dialoguisti Luxury Premium CSS
   Modern, luxury, mobile-first, flexbox only
   =============================*/
/* CSS Reset and Normalization */
html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  background: #F2F2F2;
  color: #222;
  min-height: 100vh;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}
button {
  background: none;
  cursor: pointer;
  border: none;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
ul, ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #12446F;
  font-weight: 700;
  margin-bottom: 16px;
}
h1 { font-size: 2.6rem; margin-bottom: 20px; letter-spacing: 0.01em; }
h2 { font-size: 2rem; margin-bottom: 16px; letter-spacing: 0.005em; }
h3 { font-size: 1.3rem; margin-bottom: 10px; font-weight: 600; }
h4, h5, h6 { font-size: 1.1rem; }
.subtitle {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 28px;
  letter-spacing: 0.015em;
  font-weight: 400;
}

/* Utility Containers */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
.text-section {
  margin-bottom: 28px;
}

/* Spacing and Section Layouts */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px 0 rgba(29,33,40,0.06);
}
.hero {
  padding: 52px 0 48px 0;
  background: #12446F;
  color: #fff;
  border-bottom-left-radius: 34px;
  border-bottom-right-radius: 34px;
}
.hero h1,
.hero h2, .hero h3 {
  color: #F6C75B;
  text-shadow: 0 2px 8px rgba(18, 68, 111, 0.08);
}
.hero .subtitle, .hero p {
  color: #f7e6b2;
}

.features, .about, .services, .testimonials, .contact {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px 0 rgba(29,33,40,0.06);
}
.features ul,
.about ul,
.services ul,
.section ul,
.features ol,
.services ol {
  margin-left: 24px;
  margin-bottom: 12px;
  color: #222;
  font-size: 1rem;
  line-height: 1.7;
}
.features ul li, .about ul li, .services ul li, .section ul li, .features ol li, .services ol li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}
.features ul li::before, .about ul li::before, .services ul li::before, .section ul li::before {
  content: '';
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #F6C75B;
  margin-right: 9px;
  position: absolute;
  left: 0; top: 9px;
}
.features ol {
  list-style: decimal inside;
}
.features ol li {
  padding-left: 0;
}

.section:last-child {
  margin-bottom: 0;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 10px 0 rgba(29,33,40,0.04);
  padding: 32px 22px 28px 22px;
  transition: box-shadow 0.25s, border-color 0.2s;
  border: 1.5px solid transparent;
}
.card:hover, .card:focus {
  box-shadow: 0 4px 32px 2px rgba(18, 68, 111, 0.09);
  border-color: #F6C75B;
  z-index: 2;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.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;
  justify-content: flex-start;
  gap: 20px;
  padding: 24px 24px 18px 24px;
  background: #F8F7F3;
  border-radius: 20px;
  box-shadow: 0 2px 18px 0 rgba(124, 107, 68, 0.10);
  margin-bottom: 20px;
  border-left: 4px solid #F6C75B;
  min-width: 0;
}
.testimonial-card p {
  font-size: 1.15rem;
  font-family: 'Roboto',Arial,sans-serif;
  color: #1d2333;
  margin-bottom: 0;
}
.testimonial-card .client-name {
  color: #12446F;
  font-weight: 600;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
}
.testimonial-card .star-rating {
  color: #F6C75B;
  font-size: 1.3rem;
  letter-spacing: 2px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* Service List and Pricing Tables */
.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 22px;
}
.service {
  background: #F2F2F2;
  border-radius: 18px;
  box-shadow: 0 2px 10px 0 rgba(29,33,40,0.08);
  padding: 28px 18px 22px 18px;
  flex: 1 1 260px;
  min-width: 220px;
  max-width: 370px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1.5px solid transparent;
  transition: box-shadow 0.18s, border-color 0.2s;
  margin-bottom: 12px;
}

.service:hover,.service:focus {
  border-color: #F6C75B;
  box-shadow: 0 4px 20px 0 rgba(246, 199, 91, 0.08);
  z-index: 2;
}
.service h3 {
  color: #12446F;
  font-size: 1.13rem;
}
.service-price {
  color: #F6C75B;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 1px;
}
.service ul {
  margin-left: 18px;
  margin-top: 10px;
  margin-bottom: 0;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0 18px 0;
  font-family: 'Roboto', Arial, sans-serif;
  background: #F8F7F3;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1.5px 8px 0 rgba(124, 107, 68, 0.07);
}
.pricing-table th, .pricing-table td {
  padding: 15px 14px;
  border-bottom: 1px solid #EFE4CC;
  text-align: left;
}
.pricing-table th {
  color: #12446F;
  background: #F6C75B;
  font-weight: 700;
  font-size: 1.03rem;
}
.pricing-table tr:last-child td {
  border-bottom: none;
}

/* Certification Badges, Footer Badges */
.certification-badges {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 14px;
}
.certification-badges img {
  height: 54px;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(246,199,91,0.18));
}

/* Buttons and Calls to Action */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F6C75B;
  color: #12446F;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  border: none;
  border-radius: 38px;
  padding: 14px 38px;
  margin-top: 18px;
  cursor: pointer;
  box-shadow: 0 1.5px 7px 0 rgba(246, 199, 91, 0.13);
  transition: background 0.19s, color 0.18s, box-shadow 0.23s;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.cta:hover, .cta:focus {
  background: #ffe99e;
  color: #12446F;
  box-shadow: 0 2.5px 12px 0 rgba(120, 80, 5, 0.10);
}
.mobile-nav .cta {
  background: #12446F;
  color: #fff;
  box-shadow: none;
}
.mobile-nav .cta:hover, .mobile-nav .cta:focus {
  background: #F6C75B;
  color: #12446F;
}

button.primary, .btn-primary {
  background: #F6C75B;
  color: #12446F;
  border-radius: 38px;
  padding: 12px 30px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  transition: background 0.17s, box-shadow 0.2s;
}
button.primary:hover, .btn-primary:hover { background: #ffe072; }

button.secondary, .btn-secondary {
  background: #fff;
  color: #12446F;
  border: 2px solid #F6C75B;
  border-radius: 38px;
  padding: 12px 30px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  transition: background 0.15s, color 0.13s;
}
button.secondary:hover, .btn-secondary:hover {
  background: #F6C75B;
  color: #12446F;
}

/* Main Navigation */
header {
  background: #fff;
  box-shadow: 0 2px 16px 0 rgba(18, 68, 111, 0.07);
  position: relative;
  z-index: 20;
  padding: 0 0 0 0;
}
.main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: 14px 22px 14px 18px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #12446F;
  padding: 6px 14px;
  border-radius: 8px;
  transition: color 0.19s, background 0.17s;
  position: relative;
}
.main-nav a:not(.cta):hover, .main-nav a:not(.cta):focus {
  background: #F6C75B33;
  color: #12446F;
}
.main-nav .cta {
  margin-left: auto;
  background: #F6C75B;
  color: #12446F;
  font-weight: 700;
  box-shadow: 0 1.5px 7px 0 rgba(246, 199, 91, 0.13);
}
.main-nav > a img {
  height: 38px;
  vertical-align: middle;
  margin: 0 22px 0 0;
}

/* Mobile Menu */
.mobile-menu-toggle {
  display: none;
  background: #fff;
  color: #12446F;
  font-size: 2rem;
  border-radius: 10px;
  padding: 5px 15px;
  border: 2px solid #F6C75B;
  position: absolute;
  top: 18px;
  right: 24px;
  z-index: 22;
  transition: background 0.15s, box-shadow 0.18s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #F6C75B22;
  box-shadow: 0 2px 8px #F6C75B33;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 3000;
  padding: 36px 28px 24px 28px;
  box-shadow: 0 2px 30px 0 rgba(18,68,111,0.14);
  transform: translateX(-100vw);
  transition: transform 0.39s cubic-bezier(0.77,0,0.18,1);
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  font-size: 2.1rem;
  color: #12446F;
  background: #fff;
  border: 2px solid #F6C75B;
  border-radius: 12px;
  align-self: flex-end;
  padding: 3px 15px;
  margin-bottom: 18px;
  transition: background 0.15s, box-shadow 0.18s;
  z-index: 3040;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #F6C75B22;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #12446F;
  padding: 12px 0;
  border-radius: 8px;
  width: 100%;
  transition: background 0.14s, color 0.13s;
  text-align: left;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #F6C75B33;
  color: #936800;
}

/* Hide Main Nav on Mobile */
@media (max-width: 900px) {
  .main-nav {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: flex !important;
  }
}
@media (min-width: 900px) {
  .mobile-menu, .mobile-menu-toggle {
    display: none !important;
  }
  .main-nav {
    display: flex !important;
  }
}

/* Footer Layout */
footer {
  background: #fff;
  border-top: 1px solid #F6C75B33;
  margin-top: 54px;
  padding: 28px 0 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 26px;
  margin-bottom: 8px;
}
.footer-nav a {
  color: #12446F;
  font-size: 1.01rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 6px;
  transition: background 0.18s, color 0.13s;
}
.footer-nav a:hover, .footer-nav a:focus {
  background: #F6C75B33;
}
.footer-info {
  color: #98781B;
  font-size: 0.98rem;
  letter-spacing: 1px;
}

/* Cookie Consent Banner */
.cookie-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  background: #12446F;
  color: #fff;
  padding: 22px 16px 16px 20px;
  box-shadow: 0 -2px 18px 0 rgba(18,68,111,0.14);
  font-size: 1.06rem;
  animation: slideInUpBanner 0.4s;
  gap: 20px;
}
@keyframes slideInUpBanner {
  from { transform: translateY(120%); }
  to { transform: translateY(0); }
}
.cookie-banner-buttons {
  display: flex;
  flex-direction: row;
  gap: 13px;
}
.cookie-banner button {
  margin: 0;
  padding: 10px 24px;
  font-size: 1rem;
  border-radius: 36px;
  font-family: 'Montserrat',Arial,sans-serif;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
.cookie-banner .accept {
  background: #F6C75B;
  color: #12446F;
  transition: background .16s;
}
.cookie-banner .accept:hover, .cookie-banner .accept:focus {
  background: #ffe072;
}
.cookie-banner .reject {
  background: #fff;
  color: #12446F;
  border: 2px solid #F6C75B;
}
.cookie-banner .reject:hover, .cookie-banner .reject:focus {
  background: #F6C75B;
  color: #12446F;
}
.cookie-banner .settings {
  background: #12446F;
  color: #F6C75B;
  border: 2px solid #F6C75B;
  transition: background 0.16s, color 0.16s;
}
.cookie-banner .settings:hover, .cookie-banner .settings:focus {
  background: #F6C75B;
  color: #12446F;
}

/* Cookie Consent Modal */
.cookie-modal-overlay {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(18,68,111,0.13);
  z-index: 9010;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.23s;
}
.cookie-modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal {
  display: flex;
  flex-direction: column;
  gap: 22px;
  background: #fff;
  color: #12446F;
  padding: 34px 24px 28px 24px;
  border-radius: 22px 22px 0 0;
  width: 100vw;
  max-width: 370px;
  position: relative;
  box-shadow: 0 0 30px 0 rgba(18,68,111,0.19);
  animation: modalSlideUp .5s cubic-bezier(.23,1.3,.54,0.93);
  margin-bottom: 14vh;
}
@keyframes modalSlideUp {
  from { transform: translateY(180px); opacity: 0.75; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-modal-close {
  position: absolute;
  right: 18px;
  top: 12px;
  background: none;
  color: #12446F;
  font-size: 1.3rem;
  font-weight: bold;
  border: 2px solid #F6C75B;
  border-radius: 8px;
  padding: 2px 10px;
  z-index: 2;
}
.cookie-modal h2 {
  font-size: 1.32rem;
  margin-bottom: 12px;
  color: #12446F;
}
.cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.cookie-category-label {
  flex: 1 1 auto;
  font-size: 1.07rem;
  font-weight: 500;
  color: #222;
}
.cookie-switch {
  width: 37px;
  height: 22px;
  background: #F6C75B33;
  border-radius: 20px;
  position: relative;
  transition: background 0.15s;
  margin-left: 10px;
}
.cookie-switch input[type=checkbox] {
  opacity: 0;
  width: 0; height: 0;
}
.cookie-switch-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #F6C75B;
  border-radius: 50%;
  transition: left 0.19s;
}
.cookie-switch input[type=checkbox]:checked + .cookie-switch-slider {
  left: 17px;
}
.cookie-category-essential .cookie-switch {
  background: #F6C75B;
  opacity: 0.55;
  cursor: not-allowed;
}

.cookie-modal-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 13px;
  margin-top: 16px;
}
.cookie-modal-actions button {
  background: #F6C75B;
  color: #12446F;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  border-radius: 36px;
  padding: 9px 22px;
  border: none;
  margin: 0;
  transition: background .13s;
  font-size: 1rem;
}
.cookie-modal-actions button.secondary {
  background: #fff;
  color: #12446F;
  border: 2px solid #F6C75B;
}
.cookie-modal-actions button.secondary:hover {
  background: #F6C75B;
  color: #12446F;
}

/* General Forms */
input, textarea, select {
  border-radius: 12px;
  border: 1.3px solid #EFE4CC;
  padding: 10px 14px;
  font-size: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 10px;
  background: #F8F7F3;
  transition: border-color 0.17s, box-shadow 0.17s;
}
input:focus, textarea:focus, select:focus {
  border-color: #F6C75B;
  background: #fff;
  box-shadow: 0 0 8px #F6C75B22;
}

label {
  font-size: 1rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 9px;
  color: #12446F;
}

/* Links (external and mailto) */
a[href^="mailto:"] {
  color: #12446F;
  text-decoration: underline dotted;
  transition: color .15s;
}
a[href^="mailto:"]:hover, a[href^="mailto:"]:focus {
  color: #F6C75B;
}

/* Table, List Styles for Policies */
.text-section ul, .text-section ol {
  margin-left: 24px;
  margin-bottom: 16px;
  color: #222;
}
.text-section ul li::before {
  content: '\2022';
  color: #F6C75B;
  font-size: 1.1em;
  margin-right: 12px;
}

/* Custom Scrollbar for Mobile Menu, Cookie Modal */
.mobile-menu, .cookie-modal {
  scrollbar-width: thin;
  scrollbar-color: #F6C75B #F2F2F2;
}
.mobile-menu::-webkit-scrollbar, .cookie-modal::-webkit-scrollbar {
  width: 8px;
  background: #F2F2F2;
}
.mobile-menu::-webkit-scrollbar-thumb, .cookie-modal::-webkit-scrollbar-thumb {
  background: #F6C75B;
  border-radius: 8px;
}

/* Responsive Layouts */
@media (max-width: 1100px) {
  .container { max-width: 960px; }
  .service { min-width: 185px; max-width: 95%; }
}
@media (max-width: 900px) {
  .container { max-width: 700px; }
  .main-nav { display: none; }
}
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.29rem; }
  h3 { font-size: 1.07rem; }
  .section, .features, .about, .services, .testimonials, .contact {
    padding: 18px 7px;
    margin-bottom: 39px;
    border-radius: 13px;
  }
  .hero {
    padding: 34px 0 27px 0;
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
  }
  .card-container, .service-list {
    flex-direction: column;
    gap: 18px;
  }
  .service {
    min-width: 100%;
    padding: 18px 10px 14px 11px;
    border-radius: 13px;
  }
  .card {
    padding: 22px 12px 16px 12px;
    border-radius: 12px;
  }
  .testimonial-card {
    padding: 14px 10px 13px 13px;
    border-radius: 13px;
  }
  .content-wrapper {
    gap: 16px;
  }
  .container {
    padding: 0 6px;
  }
  .footer-nav {
    gap: 11px;
    font-size: 0.97rem;
  }
  .footer-info {
    font-size: 0.95rem;
  }
  .text-image-section, .content-grid {
    flex-direction: column;
    gap: 17px;
  }
  .cookie-modal {
    padding: 17px 10px 17px 11px;
    max-width: 95vw;
  }
}
@media (max-width: 570px) {
  h1 { font-size: 1.31rem; }
  .hero { padding: 23px 0 14px 0; }
  .section, .features, .about, .services, .testimonials, .contact { padding: 8px 3px; }
}

/* =======================
  LUXURY PREMIUM EXTRAS
 ======================== */
.section, .features, .about, .services, .testimonials, .contact, .card, .testimonial-card, .service {
  border: 1.5px solid #F6C75B11;
  box-shadow: 0 2.5px 18px 0 rgba(124, 107, 68, 0.07);
}
.cta, .btn-primary, .btn-secondary, .cookie-banner .accept, .cookie-modal-actions button {
  box-shadow: 0 1.5px 7px 0 rgba(246, 199, 91, 0.25);
}
.cta:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%; top: 50%;
  width: 0; height: 0;
  background: rgba(246, 199, 91, 0.14);
  border-radius: 100%;
  z-index: 1;
  transition: width 0.31s cubic-bezier(.4,0,.2,1), height 0.31s cubic-bezier(.4,0,.2,1);
  pointer-events: none;
}
.cta:active:after { width: 250%; height: 250%; left: -75%; top: -75%; }

/* Gold accent underline for luxury headings */
h2, h3 { position: relative; }
h2::after, h3::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  border-radius: 2px;
  background: #F6C75B;
  margin-top: 9px;
  margin-bottom: 0;
}
h2 { margin-bottom: 19px; }

/* Subtle glow on cards (luxury effect) */
.card:hover, .testimonial-card:hover, .service:hover {
  box-shadow: 0 8px 36px 0 rgba(246, 199, 91, 0.14), 0 2px 14px 0 rgba(18, 68, 111, 0.13);
  border-color: #F6C75B;
}

/* Miscellaneous Luxury Touches */
.service-price, .star-rating { letter-spacing: 1.2px; }

/* Ensure minimum margin between all content cards/sections */
.section + .section,
.section + .features,
.section + .about,
.section + .services,
.section + .testimonials,
.section + .contact {
  margin-top: 32px;
}
.card + .card,
.testimonial-card + .testimonial-card,
.service + .service,
.card + .testimonial-card {
  margin-top: 20px;
}

/* Z-index and Stacking layers fix */
header, .main-nav, .mobile-menu, .cookie-banner, .cookie-modal-overlay {
  z-index: 200;
}

/* Prevent overflow/overlap */
.card, .testimonial-card, .service { min-width: 0; word-break: break-word; }

/* Hide scrollbars for main body (except covered overlays) */
html, body { scrollbar-width: thin; scrollbar-color: #F6C75B #F2F2F2; }
body::-webkit-scrollbar { width: 8px; background: #F2F2F2; }
body::-webkit-scrollbar-thumb { background: #F6C75B; border-radius: 8px; }


/* ===== END CSS ===== */
