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

html {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: #F4F4F2;
  color: #242B2E;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.6;
  background-color: #F4F4F2;
  color: #242B2E;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

*, *:before, *:after {
  box-sizing: inherit;
}

a {
  color: #242B2E;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #E2BE82;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

strong, b {
  font-weight: 700;
}

button {
  font-family: inherit;
  font-size: 1rem;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  padding: 12px 16px;
  text-align: left;
}

/* ================
   BRAND FONTS
   ================ */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #242B2E;
}
h1 {
  font-size: 2.5rem;
  line-height: 1.13;
  margin-bottom: 20px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 18px;
}
h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #E2BE82;
  letter-spacing: 0.02em;
}
.text-section p, p {
  font-size: 1.07rem;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  margin-bottom: 1.3em;
  color: #242B2E;
}

/* ====================
   LAYOUT CONTAINERS
   ==================== */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
}

.text-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9em;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* FLEX UTILITIES for MANDATORY PATTERNS */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  flex: 1 1 280px;
  min-width: 270px;
  max-width: 340px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 22px 2px rgba(36, 43, 46, 0.10);
  transition: box-shadow 0.24s, transform 0.22s;
}
.card:hover,
.card:focus {
  box-shadow: 0 6px 36px 6px rgba(36, 43, 46, 0.18);
  transform: translateY(-4px) scale(1.03);
  z-index: 1;
}

.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;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 14px 1px rgba(36,43,46,0.10);
  margin-bottom: 24px;
  min-width: 260px;
  max-width: 480px;
  flex: 1 1 260px;
  transition: box-shadow 0.2s, transform 0.18s;
}
.testimonial-card:hover {
  box-shadow: 0 6px 28px 3px rgba(36,43,46,0.18);
  transform: scale(1.025);
}
.testimonial-card p {
  color: #242B2E;
  font-size: 1.08rem;
  flex: 1 1 60%;
}
.testimonial-card span {
  color: #E2BE82;
  font-size: 1rem;
  font-style: italic;
  white-space: nowrap;
  margin-left: 8px;
  opacity: 0.88;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/******* MANDATORY FLEX LAYOUT for site sections ********/
.features .feature-grid, .features .feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: flex-start;
}
.features .feature {
  flex: 1 1 210px;
  min-width: 210px;
  max-width: 300px;
  background: #fff;
  border-radius: 18px;
  padding: 28px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  box-shadow: 0 4px 22px 2px rgba(36, 43, 46, 0.08);
  transition: box-shadow 0.18s, transform 0.18s;
}
.features .feature:hover {
  box-shadow: 0 8px 38px 6px rgba(226,190,130,0.13), 0 2px 8px 2px rgba(36, 43, 46, 0.04);
  transform: translateY(-3px) scale(1.03);
}
.features .feature img {
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
}

/***** USP-LIST *****/
.usp-list {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 36px;
  font-size: 1.15rem;
}
.usp-list li::before {
  content: '✔';
  color: #E2BE82;
  font-weight: bold;
  margin-right: 8px;
  font-size: 1.08em;
}

/***** SERVICES LIST *****/
.service-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 28px;
}
.service-list > li,
.service-list > div {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 rgba(36,43,46,0.07);
  padding: 16px 18px;
  transition: box-shadow 0.2s, transform 0.18s;
  font-size: 1rem;
  color: #242B2E;
}
.service-list > li strong,
.service-list > div h3 {
  color: #E2BE82;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.09rem;
  letter-spacing: 0.01em;
}
.service-list > div:hover,
.service-list > li:hover {
  box-shadow: 0 6px 28px 3px rgba(226,190,130,0.18);
  transform: translateY(-2px) scale(1.02);
}

/***** PRICING TABLE *****/
.pricing-table {
  margin-bottom: 32px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 14px 1px rgba(36,43,46,0.08);
  overflow: hidden;
  font-size: 1rem;
}
.pricing-table th {
  background: #E2BE82;
  color: #242B2E;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}
.pricing-table td {
  border-bottom: 1px solid #f3e4cb;
  color: #242B2E;
}
.pricing-table tr:last-child td {
  border-bottom: none;
}

/* ================
   HERO & CTA STYLES
   ================ */
.hero {
  margin-top: 0;
  background: #242B2E;
  color: #fff;
  padding: 64px 0 46px 0;
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
}
.hero h1,
.hero p {
  color: #fff;
}
.hero .cta {
  margin-top: 24px;
}

.cta,
.section .cta,
footer .footer-content .cta {
  display: inline-block;
  padding: 16px 32px;
  background: #E2BE82;
  color: #242B2E;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 1.13rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  border: none;
  border-radius: 40px;
  outline: none;
  box-shadow: 0 2px 8px 1px rgba(226,190,130,0.10);
  transition: background 0.18s, color 0.16s, box-shadow 0.2s, transform 0.14s;
}
.cta:hover, .cta:focus {
  background: #242B2E;
  color: #E2BE82;
  transform: scale(1.06);
  box-shadow: 0 4px 16px 6px rgba(36,43,46,0.14), 0 1px 4px 2px rgba(226,190,130,0.05);
  text-decoration: none;
}

/***** SECTION SPACING (MANDATORY) *****/
section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
section:last-child {
  margin-bottom: 0;
}

/***** FOOTER *****/
footer {
  background: #242B2E;
  color: #fff;
  padding: 32px 0 0 0;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid #3e464a;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
.footer-nav a {
  color: #fff;
  font-size: 1rem;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  opacity: 0.88;
  position: relative;
  padding-bottom: 2px;
  transition: color 0.15s, opacity 0.18s;
}
.footer-nav a:hover,
.footer-nav a:focus {
  color: #E2BE82;
  opacity: 1;
}
.footer-contact-summary {
  font-size: 0.98rem;
  color: #E2BE82;
  margin-top: 10px;
}
.footer-social-links {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
}
.footer-social-links a img {
  width: 26px;
  height: 26px;
  opacity: 0.85;
  transition: opacity 0.18s, transform 0.18s;
}
.footer-social-links a:hover img {
  opacity: 1;
  transform: scale(1.15);
}

footer address, footer address a {
  font-style: normal;
  color: #E2BE82;
}
footer address a {
  text-decoration: underline dotted;
}

footer .container {
  padding-bottom: 12px;
}

/***** MAIN NAVIGATION *****/
header {
  background: #fff;
  box-shadow: 0 5px 30px -16px rgba(36,43,46,0.11);
  padding: 0;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 18px;
}
.main-nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 28px;
}
.main-nav a {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.06rem;
  color: #242B2E;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  position: relative;
  padding: 3px 6px;
  margin-right: 0;
  transition: color 0.20s;
  opacity: 0.93;
}
.main-nav a:last-child {
  margin-right: 0;
}
.main-nav a.cta {
  background: #E2BE82;
  color: #242B2E;
  padding: 8px 22px;
  border-radius: 40px;
  font-size: 1.07rem;
  box-shadow: 0 1px 6px 2px rgba(226,190,130,0.11);
  transition: background 0.13s, color 0.13s;
}
.main-nav a.cta:hover, .main-nav a.cta:focus {
  background: #242B2E;
  color: #E2BE82;
}
.main-nav a:hover, .main-nav a:focus {
  color: #E2BE82;
  opacity: 1;
}

header .container a img {
  width: 166px;
  height: auto;
  display: inline-block;
}

/***************
 MOBILE MENU
***************/
.mobile-menu-toggle {
  display: none;
  background: #E2BE82;
  color: #242B2E;
  border-radius: 8px;
  font-size: 2.1rem;
  padding: 7px 18px;
  margin-left: 18px;
  border: none;
  box-shadow: 0 3px 14px 1px rgba(226,190,130,0.08);
  z-index: 102;
  transition: background 0.17s, color 0.17s, transform 0.17s;
}
.mobile-menu-toggle:active,
.mobile-menu-toggle:focus {
  background: #242B2E;
  color: #E2BE82;
  outline: 2px solid #E2BE82;
  outline-offset: 3px;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #242B2E;
  color: #fff;
  z-index: 5001;
  transform: translateX(-100vw);
  transition: transform 0.33s cubic-bezier(.5,.1,.15,1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: auto;
}
.mobile-menu-close {
  align-self: flex-end;
  background: #E2BE82;
  color: #242B2E;
  border-radius: 8px;
  font-size: 2.25rem;
  margin: 24px 22px 0 0;
  padding: 4px 14px 0 14px;
  line-height: 1;
  border: none;
  transition: background 0.13s, color 0.13s, transform 0.13s;
}
.mobile-menu-close:active,
.mobile-menu-close:focus {
  background: #242B2E;
  color: #E2BE82;
  outline: 2px solid #E2BE82;
  outline-offset: 3px;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 46px;
}
.mobile-nav a {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  transition: background 0.17s, color 0.17s, transform 0.13s;
  text-align: center;
  min-width: 220px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #E2BE82;
  color: #242B2E;
  transform: scale(1.05);
}

/**** Show/hide nav hamburger ***/
@media (max-width: 980px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (min-width: 981px) {
  .mobile-menu {
    display: none !important;
  }
}

/***** RESPONSIVE DESIGN ******/
@media (max-width: 1024px) {
  .container {
    max-width: 98vw;
  }
  .footer-content {
    gap: 16px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  header .container a img {
    width: 132px;
  }
  section, .section {
    margin-bottom: 42px;
    padding: 24px 8px;
  }
  .section {
    margin-bottom: 45px;
    padding: 28px 8px;
  }
  .feature, .features .feature {
    min-width: 160px;
    padding: 18px 10px;
  }
  .footer-content {
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
  h1 {
    font-size: 1.64rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  .usp-list {
    flex-direction: column;
    gap: 7px;
  }
  .features .feature-grid {
    flex-direction: column;
    gap: 15px;
  }
  .testimonial-card {
    min-width: 130px;
    max-width: 96vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* ==============
   TESTIMONIALS
   ============== */
.testimonials .testimonial-slider,
.testimonials .testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.testimonials h2 {
  color: #E2BE82;
  font-size: 2rem;
}

/* -- Ensure high contrast for testimonials -- */
.testimonial-card {
  background: #fff;
  color: #242B2E;
  box-shadow: 0 3px 14px 1px rgba(36,43,46,0.10);
}

/* ==============
   THANK YOU PAGE
   ============== */
.thank-you h1 {
  color: #E2BE82;
  font-size: 2.05rem;
}

/* ==============
   CONTACT DETAILS
   ============== */
.contact-details ul li,
.contact-summary ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.03rem;
  margin-bottom: 14px;
  color: #242B2E;
}
.contact-details ul li img,
.contact-summary ul li img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

/* ==============
   COOKIE CONSENT BANNER & MODAL
   ============== */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5555;
  width: 100vw;
  background: #242B2E;
  color: #fff;
  padding: 28px 21px 20px 21px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  box-shadow: 0 -5px 40px 0 rgba(36,43,46,0.13);
  opacity: 0.98;
  animation: cookieBannerIn 0.7s cubic-bezier(.37,1.22,.19,0.89);
}
@keyframes cookieBannerIn {
  from { transform: translateY(120px); opacity: 0; }
  to { transform: translateY(0); opacity: 0.98; }
}
.cookie-banner p {
  color: #fff;
  flex: 1 1 60%;
  font-size: 1rem;
  margin-right: 18px;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.cookie-btn {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  background: #E2BE82;
  color: #242B2E;
  border-radius: 32px;
  border: none;
  padding: 13px 28px;
  font-size: 1.04rem;
  font-weight: 600;
  margin: 0 6px 0 0;
  transition: background 0.14s, color 0.13s, transform 0.15s;
  box-shadow: 0 1px 5px 1px rgba(226,190,130,0.13);
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #fff;
  color: #242B2E;
  transform: scale(1.06);
  outline: none;
}
.cookie-btn.settings {
  background: #242B2E;
  color: #E2BE82;
  border: 2px solid #E2BE82;
}
.cookie-btn.settings:hover,
.cookie-btn.settings:focus {
  background: #E2BE82;
  color: #242B2E;
}

@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    padding: 19px 7px 16px 7px;
  }
  .cookie-banner p {
    margin-right: 0;
    font-size: 0.95rem;
  }
  .cookie-banner .cookie-actions {
    gap: 10px;
  }
}

/* Cookie Preferences Modal */
.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(36,43,46,0.85);
  z-index: 6000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.33s cubic-bezier(.5,.86,.16,1);
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  color: #242B2E;
  border-radius: 16px;
  padding: 38px 32px 32px;
  box-shadow: 0 8px 52px 10px rgba(36,43,46,0.20);
  min-width: 320px;
  max-width: 96vw;
  max-height: 85vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 21px;
  animation: scaleIn 0.4s cubic-bezier(.61,1.47,.17,0.83);
  position: relative;
}
@keyframes scaleIn {
  from { transform: scale(0.92); }
  to { transform: scale(1); }
}
.cookie-modal h2 {
  color: #E2BE82;
  margin-bottom: 11px;
}
.cookie-modal .cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
}
.cookie-modal label {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #242B2E;
}
.cookie-modal .cookie-switch {
  position: relative;
  width: 46px;
  height: 26px;
}
.cookie-modal .cookie-checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-modal .cookie-slider {
  position: absolute;
  cursor: pointer;
  background-color: #E2BE82;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background 0.2s;
  width: 46px;
  height: 26px;
  display: block;
}
.cookie-modal .cookie-slider:before {
  position: absolute;
  content: "";
  left: 6px;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #242B2E;
  transition: transform 0.2s, background 0.18s;
}
.cookie-modal .cookie-checkbox:checked + .cookie-slider {
  background: #242B2E;
}
.cookie-modal .cookie-checkbox:checked + .cookie-slider:before {
  background: #E2BE82;
  transform: translateX(14px);
}

.cookie-modal .cookie-switch input[disabled] + .cookie-slider {
  background: #b4b9bb;
  cursor: not-allowed;
}
.cookie-modal .cookie-switch input[disabled] + .cookie-slider:before {
  background: #e2dfda;
}
.cookie-modal .modal-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.cookie-modal .modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  color: #E2BE82;
  font-size: 2.1rem;
  border: none;
  cursor: pointer;
  transition: color 0.13s, transform 0.12s;
}
.cookie-modal .modal-close:hover, .cookie-modal .modal-close:focus {
  color: #242B2E;
  transform: scale(1.13);
}

@media (max-width: 540px) {
  .cookie-modal {
    padding: 26px 11px 18px 11px;
    min-width: 70vw;
    font-size: 0.99rem;
  }
  .cookie-modal h2 {
    font-size: 1.18rem;
  }
}

/* ==============
   VIBRANT - ENERGETIC
   ============== */
/***** ELECTRIC COLOR ACCENTS *****/
::-webkit-selection { background: #E2BE82; color: #242B2E; }
::selection { background: #E2BE82; color: #242B2E; }

/**** BOLD DECORATIVE LINES FOR DYNAMIC LAYOUTS ****/
h1::after, h2::after {
  display: block;
  content: '';
  width: 68px;
  height: 4px;
  background: #E2BE82;
  border-radius: 2px;
  margin: 13px 0 0 0;
}
h1:not(.hero h1)::after {
  background: #242B2E;
}

.features h2,
.services h2,
.pricing h1,
.about h1,
.hero h1,
.testimonials h2 {
  position: relative;
  z-index: 1;
}

/***** SHADOWS AND ANIMATIONS FOR ENERGY *****/
.card, .features .feature, .service-list > li, .service-list > div, .testimonial-card {
  box-shadow: 0 4px 18px 0 rgba(36,43,46,0.10);
  will-change: box-shadow, transform;
  transition: box-shadow 0.18s, transform 0.15s;
}
.card:hover, .features .feature:hover, .service-list > li:hover, .service-list > div:hover, .testimonial-card:hover {
  box-shadow: 0 7px 32px 6px rgba(226,190,130,0.17), 0 1px 6px 2px rgba(36,43,46,0.05);
  transform: scale(1.03) translateY(-2px);
}

/* MICROINTERACTIONS: HIGHLIGHT CTA ON FOCUS (ACCESSIBLE) */
.cta:focus, .button:focus, .cookie-btn:focus, .mobile-menu-toggle:focus {
  outline: 2.5px solid #E2BE82;
  outline-offset: 2.5px;
}

/**** CUSTOM SCROLLBAR FOR MODERN LOOK *****/
::-webkit-scrollbar {
  width: 11px;
  background: #242B2E;
}
::-webkit-scrollbar-thumb {
  background: #E2BE82;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: #bda465;
}

/***** GENERAL UTILITY CLASSES FOR SPACING (VIBRANT WHITE SPACE) *****/
.mt-1 { margin-top: 8px !important; }
.mt-2 { margin-top: 16px !important; }
.mt-3 { margin-top: 24px !important; }
.mt-4 { margin-top: 32px !important; }
.mb-1 { margin-bottom: 8px !important; }
.mb-2 { margin-bottom: 16px !important; }
.mb-3 { margin-bottom: 24px !important; }
.mb-4 { margin-bottom: 32px !important; }
.pt-1 { padding-top: 8px !important; }
.pt-2 { padding-top: 16px !important; }
.pt-3 { padding-top: 24px !important; }
.pt-4 { padding-top: 32px !important; }

/***** SPECIAL: FLOATING CTA TO MATCH VIBRANT STYLE ON SMALL SCREENS *****/
@media (max-width: 640px) {
  .cta, .section .cta {
    width: 100%;
    text-align: center;
    padding: 13px 0;
    font-size: 1.08rem;
  }
}

/***** ELECTRIC COLOR BADGES (for future if needed) *****/
.badge {
  display: inline-block;
  background: #E2BE82;
  color: #242B2E;
  font-size: 0.93rem;
  border-radius: 8px;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  padding: 4px 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

/***** ACCESSIBILITY: HIDE FOCUS ONLY WHEN NOT ACCESSIBLE *****/
:focus:not(:focus-visible) {
  outline: none;
}

/***** MODAL OVERLAY Z-INDEX SAFETY *****/
[aria-modal='true'] {
  z-index: 6000;
}

/* ==============
   MISC SPACING (FOR CONSISTENT WHITE SPACE)
   ============== */
.section + .section,
section + .features,
.features + .services,
section + .testimonials {
  margin-top: 36px;
}

/****** DONE *******/
