/* RESET & BASE STYLES ------------------------------- */
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,
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 {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: #F2F2F2;
  color: #181F2A;
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  color: #15416A;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(.4,1,.4,1);
}
a:hover, a:focus {
  color: #BC7A15;
  outline: none;
}
ul, ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
li {
  margin-bottom: 8px;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 24px;
}
th, td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E0E8F3;
}
th {
  background: #15416A;
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
}

/* VARIABLES (with fallbacks for old browsers) */
:root {
  --primary: #15416A;
  --secondary: #F2F2F2;
  --accent: #BC7A15;
  --light-bg: #FFFFFF;
  --card-bg: #FFFFFF;
  --danger: #E65050;
}

/* UTILITIES & HELPERS ----------------------- */
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  background: var(--card-bg);
  border-radius: 20px;
  box-shadow: 0 6px 32px rgba(30,65,140,.14);
  padding: 28px 24px;
  transition: box-shadow 0.2s,cubic-bezier(.4,1,.4,1);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 220px;
}
.card:hover {
  box-shadow: 0 9px 40px rgba(30,65,140,.22);
  z-index: 2;
}
.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: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(40,50,100,0.10);
  min-width: 220px;
  max-width: 520px;
  border: 2px solid #DE9A28;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.testimonial-card:hover {
  box-shadow: 0 10px 32px rgba(30,65,140,.15),0 2px 4px rgba(220,154,40,.08);
  border-color: var(--accent);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
  justify-content: center;
}
.feature {
  min-width: 230px;
  min-height: 220px;
  flex: 1 1 220px;
  background: #FFFFFF;
  border-radius: 18px;
  box-shadow: 0 3px 18px rgba(20,65,106,0.10);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 24px 20px;
  border-left: 7px solid #DE9A28;
  position: relative;
  transition: box-shadow 0.22s, border-color 0.22s;
}
.feature img {
  width: 38px;
  height: 38px;
  margin-bottom: 8px;
}
.feature:hover {
  box-shadow: 0 8px 36px rgba(30,65,140,.14);
  border-color: #BC7A15;
}
/* HERO -------------------------- */
.hero {
  background: linear-gradient(90deg, #15416A 85%, #BC7A15 100%);
  color: #fff;
  padding: 60px 0 48px 0;
  width: 100%;
  border-bottom-left-radius: 70px 21px;
  border-bottom-right-radius: 70px 21px;
  box-shadow: 0 2px 28px 0px rgba(0,0,0,.13);
  margin-bottom: 40px;
}
.hero .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.hero h1 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1px;
  color: #fff;
  text-shadow: 0 2px 14px rgba(30,65,140,0.10);
}
.hero .subheadline {
  font-size: 1.25rem;
  color: #FFFBF5;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

/* BUTTONS ------------------------- */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  background: linear-gradient(90deg, #DE9A28 50%, #BC7A15 100%);
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  border: none;
  border-radius: 35px;
  box-shadow: 0 2px 14px rgba(220,154,40,.16);
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: box-shadow 0.18s,background 0.16s,color 0.16s;
  margin-top: 14px;
  margin-bottom: 8px;
  text-align: center;
  gap: 8px;
}
.btn-primary:hover, .btn-primary:focus {
  background: linear-gradient(90deg, #BC7A15 50%, #DE9A28 100%);
  color: #fff200;
  box-shadow: 0 6px 24px rgba(188,122,21,0.17);
  outline: none;
}
.button, button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  border-radius: 30px;
  padding: 10px 24px;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.15s, background 0.18s, color 0.15s;
  background: #fff;
  color: #15416A;
  font-weight: 600;
}
.button:hover, button:hover, .category-filters button:hover {
  background: #15416A;
  color: #fff;
}

/* TYPOGRAPHY ------------------------- */
h1, .h1 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: -0.03em;
  color: #15416A;
  margin-bottom: 14px;
}
h2, .h2 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: #15416A;
  margin-bottom: 16px;
}
h3, .h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #BC7A15;
  margin-bottom: 9px;
}
h4, .h4 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
  font-weight: 600;
  color: #15416A;
  margin-bottom: 7px;
}
p {
  margin-bottom: 18px;
  color: #232626;
}
strong {
  font-weight: 700;
}
.subheadline {
  color: #BC7A15;
  font-size: 1.15rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
}

/* NAVIGATION ----------------------- */
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 22px rgba(20, 65, 106, 0.07);
  position: sticky;
  top: 0;
  z-index: 88;
}
header .container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  min-height: 74px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #15416A;
  letter-spacing: 0.01em;
  padding: 8px 12px;
  border-radius: 9px;
  transition: background 0.2s, color 0.15s;
}
.main-nav a.active, .main-nav a:hover, .main-nav a:focus {
  background: #DE9A28;
  color: #fff;
}
.mobile-menu-toggle {
  display: none;
  font-size: 2.2rem;
  background: none;
  color: #BC7A15;
  border: none;
  cursor: pointer;
  margin-left: 18px;
  z-index: 200;
  transition: color 0.2s;
  width: 40px;
  height: 40px;
  padding: 0;
  outline: none;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  color: #DE9A28;
}

/* MOBILE MENU ---------------------- */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(20,65,106,0.93);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translateX(-100vw);
  transition: transform 0.38s cubic-bezier(.43,1.2,.4,1);
  z-index: 3000;
  padding: 0;
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  margin: 22px 28px 0 0;
  font-size: 2.3rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.22s;
  z-index: 3300;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  color: #DE9A28;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  margin-top: 40px;
  align-items: flex-start;
  padding-left: 36px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.28rem;
  color: #fff;
  padding: 12px 0;
  border-radius: 7px;
  width: 100%;
  transition: background 0.2s, color 0.14s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #DE9A28;
  color: #fffbc4;
}
/* Hide nav on mobile */
@media (max-width: 1024px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .mobile-menu {
    display: none !important;
  }
}

/* FOOTER ---------------------------- */
footer {
  background: #15416A;
  color: #fff;
  padding: 48px 0 20px 0;
  margin-top: 64px;
}
footer .container {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 4px 0;
  transition: color 0.17s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #DE9A28;
  text-decoration: underline;
}
.footer-contact {
  font-size: 0.95rem;
  color: #EFF2FA;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
footer img {
  height: 40px;
  margin-bottom: 10px;
}

/* HOMEPAGE & COMPONENTS ------------- */
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.service-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin-bottom: 28px;
}
.service-list li {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 5px 32px rgba(188,122,21,0.06);
  padding: 28px 22px;
  min-width: 240px;
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-left: 5px solid #DE9A28;
  transition: box-shadow 0.16s;
}
.service-list li span {
  font-size: 1.08rem;
  color: #BC7A15;
  font-weight: 700;
  margin-top: 6px;
}
.service-list li:hover {
  box-shadow: 0 12px 40px rgba(20,65,106,0.11);
  border-left: 7px solid #BC7A15;
}

.legal-text {
  font-size: 1rem;
  color: #232626;
  background: #fff;
  border-radius: 12px;
  padding: 28px 20px;
  margin-bottom: 36px;
  box-shadow: 0 3px 18px rgba(20,65,106,0.07);
}
.legal-text h2 {
  color: #BC7A15;
  font-size: 1.17rem;
  margin-top: 18px;
}

.text-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 10px;
}
.text-section ul, .text-section ol {
  margin-bottom: 0;
}

/* Article card style for Ratgeber */
.article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.article-list article {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 14px rgba(188,122,21,.11);
  padding: 22px 18px;
  min-width: 210px;
  flex: 1 1 240px;
  transition: box-shadow 0.15s;
}
.article-list article:hover {
  box-shadow: 0 7px 32px rgba(220,154,40,.10);
}
.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 14px;
}
.category-filters button {
  font-size: 0.96rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  background: #fff;
  color: #BC7A15;
  font-weight: 600;
  border: 2px solid #DE9A28;
  border-radius: 21px;
  padding: 7px 20px;
  cursor: pointer;
  transition: background 0.15s, color 0.13s;
}
.category-filters button:focus {
  outline: 2px solid #BC7A15;
}

.usp-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 20px;
}
.usp-list li {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(188,122,21,0.09);
  padding: 16px 14px;
  min-width: 160px;
  flex: 1 1 190px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.05rem;
  color: #232626;
}
.usp-list img {
  width: 32px; height: 32px;
}

.confirmation-message {
  background: #fff5e1;
  border-radius: 14px;
  padding: 22px 18px;
  color: #232626;
  font-size: 1.08rem;
}
.next-steps {
  background: #E6EFFA;
  border-radius: 14px;
  padding: 22px 18px 16px 18px;
  color: #112c45;
  font-size: 1rem;
  margin-top: 16px;
  margin-bottom: 8px;
}

/* TESTIMONIALS -------------------- */
.testimonial-slider, .testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 18px;
  justify-content: flex-start;
}
.testimonial-card p {
  color: #181F2A;
  font-size: 1.07rem;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-align: center;
}
.testimonial-card span {
  font-size: 0.96rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #BC7A15;
  margin-bottom: 6px;
  text-align: center;
  font-weight: 600;
}
.testimonial-card div {
  display: flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
}

.ratings-overview {
  background: #FFF3DF;
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 28px;
  color: #181F2A;
  font-size: 1.12rem;
  box-shadow: 0 2px 9px rgba(220,154,40,.10);
}
.ratings-overview h3 {
  color: #BC7A15;
  font-size: 1.12rem;
  margin-bottom: 7px;
}

/* SERVICE TABLE ------------------- */
.service-table {
  width: 100%;
  background: #fff;
  margin-bottom: 34px;
  border-radius: 12px;
  box-shadow: 0 4px 22px rgba(20,65,106,0.08);
  overflow-x: auto;
}
.service-table thead tr {
  border-radius: 10px;
}
.service-table tbody tr {
  transition: background 0.14s;
}
.service-table tbody tr:hover {
  background: #fff6ea;
}

/* FORMS & FIELDS ------------------- */
form {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 18px;
  margin-top: 3px;
}
input[type=text], input[type=number], select {
  font-size: 1rem;
  border-radius: 20px;
  border: 2px solid #DE9A28;
  padding: 11px 16px;
  background: #FFF;
  color: #15416A;
  outline:none;
  transition: border-color 0.13s, box-shadow 0.12s;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  width: 200px;
}
input[type=text]:focus, input[type=number]:focus, select:focus {
  border-color: #BC7A15;
  box-shadow: 0 2px 6px rgba(220,154,40,0.10);
}
button[type=submit].btn-primary {
  margin-top: 0;
  margin-bottom: 0;
}

/* COOKIE BANNER -------------------- */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6000;
  background: #fff;
  color: #181F2A;
  border-top: 4px solid #DE9A28;
  box-shadow: 0 -2px 30px rgba(20,65,106,.13);
  padding: 24px 20px 20px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.19s, transform 0.25s;
}
.cookie-banner.hide {
  opacity: 0;
  transform: translateY(32px);
  pointer-events: none;
}
.cookie-banner .cookie-text {
  flex: 1 1 360px;
  max-width: 580px;
  font-size: 1rem;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.cookie-banner button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  border-radius: 22px;
  border: none;
  cursor: pointer;
  padding: 10px 26px;
  transition: background 0.17s, color 0.12s, box-shadow 0.13s;
}
.cookie-accept {
  background: #BC7A15;
  color: #fff;
  font-weight: 700;
}
.cookie-accept:hover, .cookie-accept:focus {
  background: #DE9A28;
}
.cookie-reject {
  background: #fff3df;
  color: #BC7A15;
  font-weight: 700;
}
.cookie-reject:hover, .cookie-reject:focus {
  background: #fff0d0;
  color: #BC7A15;
}
.cookie-settings {
  border: 2px solid #DE9A28;
  color: #15416A;
  background: #fff;
  font-weight: 600;
}
.cookie-settings:hover, .cookie-settings:focus {
  background: #F2F2F2;
  color: #BC7A15;
}

/* COOKIE MODAL -------------------- */
.cookie-modal {
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 7000;
  background: rgba(30,65,120,0.32);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.22s;
}
.cookie-modal.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal-content {
  background: #fff;
  border-radius: 22px;
  padding: 36px 32px 28px 32px;
  box-shadow: 0 8px 46px rgba(20,65,106,0.18);
  min-width: 340px;
  max-width: 96vw;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.cookie-modal-content h2 {
  color: #15416A;
  font-size: 1.6rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 800;
  margin-bottom: 5px;
}
.cookie-modal-close {
  position: absolute;
  right: 25px;
  top: 21px;
  background: none;
  border: none;
  color: #BC7A15;
  font-size: 2rem;
  cursor: pointer;
  transition: color 0.15s;
}
.cookie-modal-close:hover {
  color: #DE9A28;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cookie-category label {
  font-size: 1rem;
}
.cookie-category input[type=checkbox][disabled] {
  accent-color: #F2F2F2;
}
.cookie-category input[type=checkbox]:not([disabled]) {
  accent-color: #BC7A15;
  width: 20px; height: 20px;
}
.cookie-modal-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 14px;
}

/* RESPONSIVE ----------------*/
@media (max-width: 900px) {
  .header .container, footer .container {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .footer-contact {
    margin-top: 18px;
  }
  .card-container, .feature-grid, .usp-list, .testimonial-slider, .testimonial-list, .article-list, .service-list {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .feature-grid, .service-list {
    gap: 18px 0;
  }
  .content-grid {
    flex-direction: column;
    gap: 20px;
  }
  .footer-nav {
    flex-direction: row;
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 98vw;
    padding-left: 8px;
    padding-right: 8px;
  }
  .section {
    padding: 28px 8px;
    margin-bottom: 38px;
  }
  .hero {
    padding: 30px 0 38px 0;
    margin-bottom: 28px;
    border-bottom-left-radius: 32px 12px;
    border-bottom-right-radius: 32px 15px;
  }
  .content-wrapper {
    gap: 15px;
  }
  .btn-primary {
    font-size: 1rem;
    padding: 12px 20px;
  }
  h1, .h1 {
    font-size: 1.28rem;
  }
  h2, .h2 {
    font-size: 1.12rem;
  }
  h3, .h3 {
    font-size: 1.05rem;
  }
  .feature, .card {
    min-width: unset;
    padding: 16px 10px;
  }
  .feature {
    min-height: unset;
  }
  .feature img {
    width: 26px; height: 26px;
  }
  .testimonial-card {
    padding: 14px 10px;
  }
  .footer-contact {
    font-size: 0.90rem;
  }
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 10px 14px 10px;
  }
  .cookie-banner .cookie-actions {
    gap: 8px;
  }
  .cookie-modal-content {
    min-width: 96vw;
    padding: 19px 7vw 19px 7vw;
  }
}
@media (max-width: 520px) {
  form {
    flex-direction: column;
    gap: 12px;
  }
  input[type=text], input[type=number], select {
    width: 100%;
    min-width: 0;
  }
  .footer-nav {
    flex-direction: column;
    gap: 9px;
  }
  .footer-contact {
    font-size: 0.88rem;
  }
}
/* Animations ------------------------- */
.btn-primary,
.button,
button {
  transition: background 0.16s, color 0.17s, box-shadow 0.18s, transform 0.17s;
}
.btn-primary:active,
.button:active,
button:active {
  transform: translateY(1px) scale(0.99);
}
.card, .service-list li, .feature, .article-list article, .testimonial-card {
  transition: box-shadow 0.22s, transform 0.17s;
}
.card:active, .service-list li:active, .feature:active, .article-list article:active, .testimonial-card:active {
  transform: scale(0.985);
}

/* DEFINED COLOR OVERRIDES for Energetic Style - INTERPOLATE BRAND */
body {
  background: linear-gradient(180deg,#F2F2F2 0%,#FFF6EA 100%);
}
.hero {
  background: linear-gradient(90deg, #15416A 70%, #BC7A15 98%);
}
.btn-primary {
  background: linear-gradient(90deg, #DE9A28 60%, #BC7A15 100%);
  color: #fff;
}
.btn-primary:hover {
  background: linear-gradient(90deg, #BC7A15 50%, #DE9A28 100%);
  color: #fff200;
}
.category-filters button.active,
.category-filters button.selected {
  background: #BC7A15;
  color: #fff;
}

/* Scrollbar Styling - only for webkit/blink, fallback is system.
   Keep visible for energetic style. */
::-webkit-scrollbar {
  width: 12px;
  background: #F2F2F2;
}
::-webkit-scrollbar-thumb {
  background: #DE9A28;
  border-radius: 30px;
  border: 2px solid #F2F2F2;
}

/* Accessibility: Focus outlines */
.btn-primary:focus, .button:focus, button:focus, a:focus {
  outline: 2px solid #BC7A15 !important;
  outline-offset: 2px;
}

/* Hide visually but keep accessible for screen readers */
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px; 
  width: 1px; 
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
