/* ================================================================
   RESET & BASE
   ================================================================ */
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, main, 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;
}

/* HTML5 display-role reset */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #F2F2F2;
  color: #222831;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #C69A6B;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #222831;
  outline: none;
}
ul, ol {
  list-style: none;
}
::-webkit-input-placeholder { color: #aaa; }
::-moz-placeholder { color: #aaa; }
:-ms-input-placeholder { color: #aaa; }
::placeholder { color: #aaa; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', Arial, sans-serif;
  color: #222831;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}
h1 { font-size: 2.75rem; margin-bottom: 18px; }
h2 { font-size: 2rem; margin-bottom: 16px; }
h3 { font-size: 1.375rem; margin-bottom: 12px; }
h4 { font-size: 1.125rem; }
p, li, td, th {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  color: #222831;
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 14px;
}
blockquote {
  font-style: italic;
  border-left: 4px solid #C69A6B;
  padding-left: 20px;
  color: #222831;
  margin-bottom: 18px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 5px rgba(34,40,49,0.08);
}
strong, b { font-weight: 700; color: #222831; }

@media (max-width: 900px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.15rem; }
}
@media (max-width: 600px) {
  h1 { font-size: 1.5rem; }
}

/* ================================================================
   GLOBAL CONTAINERS & LAYOUT
   ================================================================ */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section {
  margin-bottom: 60px !important;
  padding: 40px 20px !important;
  background: #fff;
  box-shadow: 0 8px 32px rgba(34,40,49,0.09);
  border-radius: 24px;
}

@media (max-width: 768px) {
  .container { padding-left: 10px; padding-right: 10px; }
  .section { padding: 28px 10px; margin-bottom: 40px; }
}

/* ================================================================
   NAVIGATION
   ================================================================ */
header {
  background: #222831;
  padding: 0;
  box-shadow: 0 2px 10px rgba(34,40,49,0.04);
  z-index: 10;
  position: sticky;
  top: 0;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 20px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.main-nav a {
  color: #F2F2F2;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: color 0.18s, background 0.18s;
  padding: 10px 8px;
  border-radius: 8px;
}
.main-nav a:hover, .main-nav a:focus {
  background: #C69A6B;
  color: #222831;
}

.btn.primary {
  background: #C69A6B;
  color: #fff;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 50px;
  border: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.22s, color 0.22s, box-shadow 0.22s;
  box-shadow: 0 2px 8px rgba(34,40,49,0.08);
  display: inline-block;
  margin-left: 18px;
}
.btn.primary:hover, .btn.primary:focus {
  background: #222831;
  color: #C69A6B;
  box-shadow: 0 2px 18px rgba(34,40,49,0.16);
}
.btn {
  background: #222831;
  color: #fff;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 50px;
  border: none;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  display: inline-block;
  margin-top: 10px;
}
.btn:hover, .btn:focus {
  background: #C69A6B;
  color: #222831;
  box-shadow: 0 2px 10px rgba(34,40,49,0.15);
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.15s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #C69A6B;
  color: #222831;
}

@media (max-width: 1024px) {
  .main-nav { gap: 12px; }
  .btn.primary { margin-left: 8px; }
}
@media (max-width: 900px) {
  header .container { gap: 6px; }
}
@media (max-width: 768px) {
  .main-nav {
    display: none !important;
  }
  .btn.primary { display: none; }
  .mobile-menu-toggle {
    display: block;
  }
}

/* ================================================================
   MOBILE MENU
   ================================================================ */
.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #222831;
  z-index: 1001;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.86,0,0.07,1);
  box-shadow: 8px 0 32px rgba(34,40,49,0.18);
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  background: none;
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 22px 20px 0 20px;
  cursor: pointer;
  align-self: flex-end;
  transition: color 0.15s, background 0.1s;
  border-radius: 50%;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  color: #C69A6B;
  background: #11151a;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 100%;
  align-items: flex-start;
  padding: 28px 30px 0 30px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 4px;
  border-radius: 4px;
  transition: color 0.15s, background 0.17s;
  width: 100%;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #C69A6B;
  color: #222831;
}
@media (min-width: 769px) {
  .mobile-menu { display: none !important; }
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.hero {
  min-height: 350px;
  background:
    linear-gradient(90deg, #f2f2f2 60%, #C69A6B22 100%),
    #fff;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  padding: 0;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 6px 30px rgba(34,40,49,0.09);
}
.hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 20px 45px 20px;
}
.hero .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 600px;
}
.hero h1 {
  color: #222831;
  font-size: 2.75rem;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}
.hero h2 {
  font-size: 1.5rem;
  color: #C69A6B;
  margin-bottom: 8px;
  font-weight: 700;
}
.hero p {
  font-size: 1.11rem;
  color: #222831de;
  margin-bottom: 18px;
  font-weight: 500;
}
.hero .btn.primary {
  align-self: flex-start;
}
@media (max-width: 900px) {
  .hero .container { padding: 36px 10px; }
  .hero h1 { font-size: 2rem; }
}
@media (max-width: 600px) {
  .hero .container { padding: 26px 4px 18px 4px; }
  .hero h1 { font-size: 1.35rem; }
}

/* ================================================================
   FEATURES SECTION
   ================================================================ */
.features {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 25px rgba(34,40,49,0.11);
  padding-top: 40px;
}
.features h2 {
  color: #222831;
  font-size: 2rem;
  margin-bottom: 10px;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}
.feature-grid > div {
  background: #F2F2F2;
  border-radius: 14px;
  box-shadow: 0 2px 14px rgba(198,154,107,0.09);
  padding: 28px 22px 18px 22px;
  flex: 1 1 220px;
  min-width: 230px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  transition: box-shadow 0.18s, transform 0.18s;
}
.feature-grid > div:hover {
  box-shadow: 0 10px 38px rgba(198,154,107,0.15);
  transform: translateY(-3px) scale(1.025);
}
.feature-grid img {
  width: 48px;
  height: 48px;
  margin-bottom: 9px;
}
.feature-grid h3 {
  font-size: 1.12rem;
  color: #222831;
  margin-bottom: 4px;
}
.feature-grid p {
  font-size: 1rem;
  color: #222831cc;
}
.features ul {
  margin-top: 5px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.features ul li {
  background: #C69A6B12;
  border-radius: 8px;
  padding: 8px 20px;
  color: #222831;
  font-weight: 500;
  font-size: 1rem;
  font-family: 'Roboto',Arial,sans-serif;
}
@media (max-width: 900px) {
  .feature-grid { gap: 12px; }
  .feature-grid > div { padding: 18px 12px 12px 12px; min-width: 160px; max-width: none; }
  .features ul { gap: 10px; }
}
@media (max-width: 600px) {
  .feature-grid { flex-direction: column; align-items: stretch; }
  .feature-grid > div { width: 100%; }
  .features ul { flex-direction: column; gap: 8px; }
}

/* ================================================================
   SERVICES (LEISTUNGEN) SECTION
   ================================================================ */
.services {
  background: #222831;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 32px rgba(34,40,49,0.12);
}
.services h2 {
  color: #fff;
  margin-bottom: 12px;
}
.service-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 18px;
}
.service-item {
  background: #C69A6B;
  color: #fff;
  border-radius: 14px;
  padding: 24px 18px;
  box-shadow: 0 2px 16px rgba(34,40,49,0.07);
  font-family: 'Roboto', Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.06rem;
  transition: box-shadow 0.17s, transform 0.17s;
}
.service-item:hover {
  box-shadow: 0 10px 35px rgba(198,154,107,0.15);
  transform: translateY(-2px) scale(1.01);
}
.service-item h3 {
  color: #222831;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.15rem;
}
.service-item p {
  color: #fff;
}
.services .btn {
  background: #fff;
  color: #C69A6B;
  margin-top: 5px;
}
.services .btn:hover, .services .btn:focus {
  background: #222831;
  color: #fff;
}
@media (max-width: 768px) {
  .services { padding: 22px 8px; }
}

/* ================================================================
   TESTIMONIALS
   ================================================================ */
.testimonials {
  background: #F2F2F2;
  border-radius: 20px;
  box-shadow: 0 4px 32px rgba(34,40,49,0.08);
}
.testimonials h2 {
  color: #222831;
}
.testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin-top: 10px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  color: #222831;
  border-radius: 16px;
  padding: 20px 28px 22px 24px;
  min-width: 220px;
  max-width: 350px;
  flex: 1 1 220px;
  margin-bottom: 20px;
  box-shadow: 0 2px 16px rgba(34,40,49,0.11);
  border-left: 5px solid #C69A6B;
  font-size: 1.075rem;
  transition: box-shadow 0.15s, transform 0.15s;
}
.testimonial-card:hover {
  box-shadow: 0 10px 40px rgba(34,40,49,0.18);
  transform: translateY(-2px) scale(1.025);
}
.testimonial-card p {
  color: #222831;
  font-weight: bold;
  font-size: 1.04rem;
  line-height: 1.55;
}
.testimonial-card span {
  color: #C69A6B;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
@media (max-width: 900px){
  .testimonial-list { gap: 12px; }
  .testimonial-card { padding: 13px 9px 14px 13px; min-width: 180px; max-width: none; }
}
@media (max-width: 600px){
  .testimonial-list { flex-direction: column; }
  .testimonial-card { width: 100%; }
}

/* ================================================================
   TABLE STYLES
   ================================================================ */
table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 18px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(34,40,49,0.06);
}
th, td {
  padding: 14px 12px;
  text-align: left;
  font-size: 1rem;
}
th {
  background: #C69A6B;
  color: #fff;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
td { color: #222831; font-weight: 500; }
tr:nth-child(even) td {
  background: #F2F2F2;
}
tr:nth-child(odd) td {
  background: #fff;
}
table.price-table, table.service-table {
  margin-bottom: 28px;
}

@media (max-width: 650px) {
  table, thead, tbody, th, td, tr {
    display: block;
    width: 100%;
  }
  th, td {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 7px;
  }
  th { text-align: left; }
}
footer p {
  color: white;
}
/* ================================================================
   CARDS, FEATURE CONTAINERS, FLEX LAYOUTS (MANDATORY ALIGNMENT)
   ================================================================ */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 18px rgba(34,40,49,0.06);
  padding: 24px 18px;
  min-width: 220px;
  max-width: 340px;
  flex: 1 1 220px;
  transition: box-shadow 0.15s, transform 0.19s;
}
.card:hover {
  box-shadow: 0 6px 44px rgba(34,40,49,0.12);
  transform: translateY(-2px) scale(1.02);
}
.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;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media (max-width: 900px) {
  .content-grid, .card-container { gap: 10px; }
  .card { min-width: 160px; }
}
@media (max-width: 768px) {
  .content-grid, .card-container { flex-direction: column; gap: 12px; }
  .text-image-section { flex-direction: column; gap: 18px; }
}

/* ================================================================
   GENERAL SPACING & SECTIONS
   ================================================================ */
section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
section:last-child {
  margin-bottom: 0;
}

.text-section {
  margin-bottom: 20px;
}
ul, ol {
  margin-left: 1.1em;
  margin-bottom: 14px;
}
ul li, ol li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #222831dd;
  font-family: 'Roboto',Arial,sans-serif;
}

.confirmation {
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* ================================================================
   FOOTER
   ================================================================ */
footer {
  background: #222831;
  color: #fff;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  margin-top: 60px;
  padding-top: 40px;
}
footer .container {
  padding-bottom: 0;
}
footer .content-wrapper {
  gap: 22px;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
}
.footer-contact {
  font-size: 0.98rem;
  color: #F2F2F2de;
  line-height: 1.6;
  min-width: 180px;
  max-width: 320px;
}
.footer-contact a {
  color: #C69A6B;
  text-decoration: underline;
}
.footer-contact a:hover { color: #fff; }
.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.98rem;
}
.footer-links a {
  color: #C69A6B;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.98rem;
}
.footer-links a:hover { color: #fff; }
.footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-social a img {
  width: 32px;
  height: 32px;
  transition: filter 0.18s;
}
.footer-social a:hover img {
  filter: brightness(70%) saturate(150%);
}
.footer-bottom {
  padding: 10px 0 7px 0;
  font-size: 0.93rem;
  border-top: 1px solid #C69A6B44;
  text-align: center;
  color: #C69A6Bcc;
}
footer img {
  max-width: 80px; height: auto;
  margin-bottom: 4px;
}
@media (max-width: 900px) {
  .footer-top { gap: 20px; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
  footer { padding-top: 26px; }
  footer .container { padding-left: 7px; padding-right: 7px; }
  .footer-contact, .footer-links { font-size: 0.92rem; }
  .footer-top { gap: 10px; }
}

/* ================================================================
   COOKIE CONSENT BANNER & MODAL
   ================================================================ */
.cookie-banner {
  position: fixed;
  left: 0; bottom: 0;
  width: 100vw;
  background: #222831;
  color: #fff;
  z-index: 1500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px 34px;
  box-shadow: 0 -6px 32px rgba(0,0,0,0.16);
  border-radius: 24px 24px 0 0;
  animation: fadein-banner 0.8s;
}
@keyframes fadein-banner {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-banner-text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #fff;
}
.cookie-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cookie-banner .btn-accept {
  background: #C69A6B;
  color: #fff;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 700;
  border-radius: 50px;
  border: none;
  padding: 11px 28px;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(198,154,107,0.09);
  letter-spacing: 0.03em;
  transition: background 0.18s, color 0.18s;
}
.cookie-banner .btn-accept:hover, .cookie-banner .btn-accept:focus {
  background: #fff;
  color: #C69A6B;
}
.cookie-banner .btn-reject {
  background: #fff;
  color: #C69A6B;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 700;
  border-radius: 50px;
  border: 2px solid #C69A6B;
  padding: 11px 22px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: background 0.18s, color 0.18s;
}
.cookie-banner .btn-reject:hover, .cookie-banner .btn-reject:focus {
  background: #C69A6B;
  color: #fff;
  border: 2px solid #fff;
}
.cookie-banner .btn-settings {
  background: none;
  color: #fff;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 700;
  border: 2px solid #C69A6B;
  border-radius: 50px;
  padding: 10px 18px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: background 0.17s, color 0.13s;
}
.cookie-banner .btn-settings:hover, .cookie-banner .btn-settings:focus {
  background: #C69A6B;
  color: #fff;
  border: 2px solid #fff;
}
@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    gap: 18px;
    padding: 16px 10px;
    font-size: 0.95rem;
  }
}

.cookie-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(34,40,49,0.78);
  z-index: 1600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.19s;
}
.cookie-modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal {
  background: #fff;
  color: #222831;
  border-radius: 22px;
  max-width: 480px;
  width: 94vw;
  padding: 32px 34px 22px 34px;
  box-shadow: 0 10px 44px rgba(34,40,49,0.23);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
  animation: fadein-modal 0.38s;
}
@keyframes fadein-modal {
  from { transform: translateY(40px) scale(0.95); opacity: 0; }
  to   { transform: none; opacity: 1; }
}
.cookie-modal h2 {
  color: #222831;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.cookie-category label {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.07rem;
  color: #222831;
  cursor: pointer;
}
.cookie-category input[type="checkbox"] {
  accent-color: #C69A6B;
  width: 18px;
  height: 18px;
}
.cookie-category input[type="checkbox"]:disabled {
  opacity: 0.5;
}
.cookie-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 12px;
}
.cookie-modal-actions .btn-accept, .cookie-modal-actions .btn-reject, .cookie-modal-actions .btn-settings {
  font-size: 1rem;
  padding: 10px 20px;
}
.cookie-modal .close-modal {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 1.7rem;
  color: #C69A6B;
  cursor: pointer;
  transition: color 0.15s;
}
.cookie-modal .close-modal:hover, .cookie-modal .close-modal:focus {
  color: #222831;
}
@media (max-width: 480px) {
  .cookie-modal {
    padding: 14px 7px 10px 14px;
  }
}

/* ================================================================
   UTILS: HIDE (for JS Toggling)
   ================================================================ */
.hide { display: none !important; }

/* ================================================================
   ACCESSIBILITY
   ================================================================ */
:focus {
  outline: 2px solid #C69A6B;
  outline-offset: 2px;
}

/* ================================================================
   CUSTOM MICRO ANIMATIONS FOR BOLD FEEL
   ================================================================ */
.btn, .btn.primary {
  transition: background 0.19s, color 0.19s, box-shadow 0.19s, transform 0.17s;
}
.btn:active, .btn.primary:active {
  transform: scale(0.97);
}
.card, .service-item, .testimonial-card, .feature-grid > div {
  transition: box-shadow 0.21s, transform 0.17s;
}

/* ================================================================
   HIDE SCROLLBAR FOR MOBILE MENU (COSMETIC)
   ================================================================ */
.mobile-menu {
  scrollbar-width: none; /* Firefox */
}
.mobile-menu::-webkit-scrollbar { display: none; }

/* ================================================================
   PRINT OVERRIDE
   ================================================================ */
@media print {
  header, .mobile-menu, .cookie-banner, .cookie-modal-overlay, footer { display: none !important; }
  body { background: #fff; color: #000; }
}
