/* --- 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 {
  scroll-behavior: smooth;
  box-sizing: border-box;
  background: #181d22;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  background: #181d22;
  color: #f6f6f2;
  min-height: 100vh;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.01em;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #D0B494;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(.52,.01,.16,1);
}
a:hover, a:active, a:focus {
  color: #fffbe0;
  outline: none;
}
ul, ol {
  margin-left: 24px;
  margin-bottom: 16px;
}
li {
  margin-bottom: 8px;
}
strong, b {
  font-weight: 700;
}
small {
  font-size: 90%;
  color: #b2b2b2;
}
hr {
  border: none;
  border-top: 1.5px solid #333;
  margin: 36px 0;
}

/* --- BRAND COLOR AND FONT SYSTEM --- */
:root {
  --color-primary: #23405C;
  --color-secondary: #D0B494;
  --color-accent: #F6F6F2;
  --color-bg: #181d22;
  --color-bg-light: #222a31;
  --color-metal: #80756A;
  --color-shadow: rgba(30, 35, 44, 0.5);
  --color-border: #31363b;
  --color-error: #E57474;
  --color-success: #54CA59;
  --font-display: 'Merriweather', 'Georgia', serif;
  --font-body: 'Roboto', Arial, sans-serif;
}

/* --- TYPOGRAPHY --- */
h1, .hero h1 {
  font-family: var(--font-display);
  font-size: 2.3rem;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  color: #f6f6f2;
  text-shadow: 0 2px 12px rgba(35,64,92,0.14);
}
h2 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
  color: #D0B494;
}
h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  color: #f6f6f2;
  margin-bottom: 13px;
}
h4, h5, h6 {
  font-family: var(--font-display);
  color: #f6f6f2;
}
p {
  margin-bottom: 16px;
  font-size: 1rem;
  color: #cbc8c6;
}
label {
  color: #D0B494;
  font-family: var(--font-body);
  letter-spacing: 0.02em;
  margin-bottom: 6px;
  display: block;
}
input, textarea, select {
  font-family: var(--font-body);
  background: #232D36;
  color: #f6f6f2;
  border: 1.5px solid #31363b;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 1rem;
  margin-bottom: 18px;
  width: 100%;
  transition: border 0.2s cubic-bezier(.52,.01,.16,1), box-shadow 0.2s;
}
input:focus, textarea:focus, select:focus {
  border-color: #D0B494;
  box-shadow: 0 0 0 2px #d0b49433;
  outline: none;
}

/* --- CONTAINER SYSTEM & SECTIONS --- */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: var(--color-bg-light);
  border-radius: 18px;
  box-shadow: 0 6px 38px rgba(30,35,44,0.10);
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.text-section {
  padding: 36px 28px;
  border-radius: 11px;
  background: #20262c;
  box-shadow: 0 2px 18px rgba(35,64,92,0.08);
  margin-bottom: 20px;
}
.text-section ul, .text-section ol {
  margin-bottom: 16px;
}

/* --- NAVIGATION HEADER --- */
header {
  background: #1a2228;
  border-bottom: 2.5px solid #232D36;
  box-shadow: 0 4px 14px 0 var(--color-shadow);
  z-index: 100;
  position: relative;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}
.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  height: 46px;
}
.brand-logo img {
  height: 40px;
  width: auto;
  display: block;
}
.main-nav {
  display: flex;
  flex-direction: row;
  gap: 22px;
  margin-left: 18px;
  align-items: center;
}
.main-nav a {
  color: #bfbdb8;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.04em;
  padding: 6px 12px;
  border-radius: 4px;
  position: relative;
  transition: background 0.21s, color 0.19s;
}
.main-nav a:hover, .main-nav a:focus {
  color: #F6F6F2;
  background: #222a31;
  outline: none;
}
.cta-btn {
  background: linear-gradient(90deg, #23405C 30%, #35383C 100%);
  color: #fffbe8;
  font-family: var(--font-display);
  font-size: 1.06rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 12px 32px;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  margin-left: 30px;
  box-shadow: 0 2px 14px 0 var(--color-shadow);
  transition: transform 0.2s cubic-bezier(.52,.01,.16,1), background 0.18s;
  outline: none;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.cta-btn.secondary {
  background: #D0B494;
  color: #222a31;
  box-shadow: 0 2px 7px #aca08f42;
}
.cta-btn:hover, .cta-btn:focus {
  transform: translateY(-2px) scale(1.04);
  background: #34485C;
  color: #D0B494;
}
.cta-btn.secondary:hover, .cta-btn.secondary:focus {
  background: #fffbe9;
  color: #1a2228;
}

/* --- MOBILE NAVIGATION --- */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #d0b494;
  font-size: 2.1rem;
  padding: 10px 14px;
  cursor: pointer;
  z-index: 120;
  transition: color 0.18s;
}
.mobile-menu-toggle:focus {
  color: #F6F6F2;
  outline: none;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #181d22f6;
  box-shadow: 0 0 90px 28px #232d3687;
  transform: translateX(-100%);
  transition: transform 0.37s cubic-bezier(.75,.16,.27,.99);
  z-index: 200;
  opacity: 1;
  pointer-events: none;
  padding: 22px 0 0 0;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  align-self: flex-end;
  margin-right: 15px;
  margin-bottom: 8px;
  background: none;
  border: none;
  color: #d0b494;
  font-size: 2.2rem;
  cursor: pointer;
  z-index: 250;
  transition: color 0.18s;
}
.mobile-menu-close:focus {
  outline: 2px solid #D0B494;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100vw;
  padding: 32px 38px;
  margin: 0;
}
.mobile-nav a {
  color: #F6F6F2;
  font-size: 1.16rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  background: #222a31;
  margin-bottom: 5px;
  padding: 14px 12px 14px 18px;
  border-radius: 12px;
  border-left: 3px solid #D0B494;
  transition: background 0.19s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #323c44;
  color: #D0B494;
  outline: none;
}

/* =========================== */
/* --- HERO SECTION --- */
.hero {
  background: linear-gradient(92deg, #1F2832, #282e36 66%, #23384a 94%);
  box-shadow: 0 8px 38px rgba(35,64,92,0.12);
  border-radius: 0 0 40px 40px;
  padding: 54px 0 48px 0;
  margin-bottom: 40px;
}
.hero .container {
  align-items: center;
  justify-content: center;
}
.hero .content-wrapper {
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}
.hero p {
  color: #dbe1e6;
  font-size: 1.15rem;
  font-weight: 400;
}
.hero .cta-btn {
  margin-top: 16px;
}

/* --- FEATURE GRID --- */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 18px;
}
.feature {
  background: #232D36;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(35,64,92,0.06);
  flex: 1 1 200px;
  min-width: 220px;
  padding: 22px 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  border-left: 5px solid #D0B494;
  transition: box-shadow 0.2s cubic-bezier(.52,.01,.16,1), transform 0.2s;
}
.feature img {
  width: 34px;
  height: 34px;
  margin-bottom: 4px;
  filter: grayscale(20%) brightness(0.98) contrast(1.12);
}
.feature h3 {
  color:#D0B494;
  font-size: 1.15rem;
  margin-bottom: 7px;
}
.feature p {
  color: #cbc8c6;
  font-size: 0.98rem;
  margin-bottom: 0;
}
.feature:hover, .feature:focus-within {
  box-shadow: 0 8px 30px 0 #232a3a44;
  transform: translateY(-4px) scale(1.03);
}

/* --- TESTIMONIALS --- */
.testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 10px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 24px;
  background: #F6F6F2;
  color: #21242A;
  border-radius: 16px;
  min-width: 240px;
  max-width: 390px;
  margin-bottom: 20px;
  box-shadow: 0 1.5px 8px 0 #232d3656;
  position: relative;
  flex: 1 1 280px;
  transition: box-shadow 0.16s cubic-bezier(.52,.01,.16,1), transform 0.15s;
}
.testimonial-card:hover {
  box-shadow: 0 5px 26px 0 #222a313a;
  transform: translateY(-3px) scale(1.015);
}
.testimonial-rating {
  color: #D0B494;
  font-size: 1.17rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
}
.testimonial-card p {
  color: #363633;
  margin-bottom: 6px;
  font-size: 1rem;
  font-style: italic;
}
.testimonial-author {
  color: #23405C;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.01em;
  margin-top: 0;
}

/* --- NEWSLETTER --- */
form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
form input[type="email"] {
  max-width: 360px;
  margin-bottom: 7px;
}

/* --- FOOTER --- */
footer {
  width: 100%;
  background: #212731;
  border-top: 2.5px solid #31363b;
  box-shadow: 0 -3px 22px #232d3622;
  margin-top: 68px;
  padding: 30px 0 24px 0;
  color: #d6d1c9;
}
footer .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 36px;
  flex-wrap: wrap;
}
.footer-menu {
  display: flex;
  flex-direction: row;
  gap: 18px;
  margin-bottom: 13px;
  font-size: 0.96rem;
}
.footer-menu a {
  color: #bfbdb8;
  padding: 0 6px;
  transition: color 0.18s;
}
.footer-menu a:hover {
  color: #D0B494;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 1rem;
  color: #d6d1c9;
  line-height: 1.5;
}
.footer-social {
  display: flex;
  flex-direction: row;
  gap: 13px;
  align-items: center;
  margin-top: 3px;
}
.footer-social img {
  width: 33px;
  height: 33px;
  filter: contrast(1.1) grayscale(9%) drop-shadow(0 2px 7px #222a3122);
  transition: filter 0.17s;
  cursor: pointer;
  border-radius: 60%;
  background:#212731;
}
.footer-social img:hover {
  filter: grayscale(0) brightness(0.95) drop-shadow(0 3px 14px #d0b49455);
  background: #31363B;
}

/* --- COOKIE CONSENT BANNER --- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #222a31;
  color: #F6F6F2;
  border-top: 2px solid #D0B494;
  box-shadow: 0 -6px 44px #232d3638;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
  justify-content: space-between;
  z-index: 9999;
  padding: 20px 32px 20px 32px;
  opacity: 1;
  transition: bottom 0.45s cubic-bezier(.52,.01,.16,1), opacity 0.32s;
}
.cookie-banner.hide {
  bottom: -180px;
  opacity: 0;
}
.cookie-banner .cookie-msg {
  font-size: 1rem;
  color: #F6F6F2;
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.cookie-btn {
  background: #23405C;
  color: #F6F6F2;
  border: none;
  border-radius: 16px;
  padding: 9px 19px;
  font-size: 1rem;
  font-family: var(--font-body);
  font-weight: 500;
  cursor: pointer;
  margin-right: 0;
  transition: box-shadow 0.21s, background 0.18s, color 0.16s;
}
.cookie-btn.accept {
  background: #54CA59;
  color: #181d22;
}
.cookie-btn.reject {
  background: #E57474;
  color: #181d22;
}
.cookie-btn.settings {
  background: #D0B494;
  color: #222a31;
}
.cookie-btn:hover, .cookie-btn:focus {
  filter: brightness(1.14);
  box-shadow: 0 2px 10px #232d3644;
}

/* --- COOKIE PREFERENCES MODAL --- */
.cookie-modal-backdrop {
  position: fixed;
  z-index: 10001;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background: rgba(30, 35, 44, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s;
}
.cookie-modal-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal {
  background: #232D36;
  color: #F6F6F2;
  border-radius: 18px;
  box-shadow: 0 8px 44px #232d3622;
  max-width: 400px;
  width: 96vw;
  padding: 34px 26px 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  position: relative;
  z-index: 10011;
  animation: modalEnter 0.37s cubic-bezier(.62,.04,.1,1);
}
@keyframes modalEnter {
  from {transform: translateY(70px) scale(0.98); opacity: 0;}
  to {transform: translateY(0) scale(1); opacity: 1;}
}
.cookie-modal h2 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  margin-bottom: 9px;
}
.cookie-modal-category {
  display: flex;
  align-items: center;
  gap: 11px;
}
.cookie-modal-category label {
  margin-bottom: 0;
}
.cookie-modal-toggle {
  width: 38px;
  height: 22px;
  background: #181d22;
  border-radius: 13px;
  position: relative;
  transition: background 0.18s;
  box-shadow: 0 1.5px 7px #232d3622;
}
.cookie-modal-toggle input[type="checkbox"] {
  opacity: 0;
  width: 0; height: 0;
  position: absolute;
}
.cookie-modal-toggle .toggle-slider {
  position: absolute;
  left: 2px; top: 2px;
  width: 18px; height: 18px;
  background: #D0B494;
  border-radius: 50%;
  transition: left 0.19s cubic-bezier(.82,.11,.36,1), background 0.21s;
}
.cookie-modal-toggle input[type="checkbox"]:checked + .toggle-slider {
  left: 18px;
  background: #54ca59;
}
.cookie-modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: transparent;
  border: none;
  color: #d0b494;
  font-size: 1.4rem;
  cursor: pointer;
  transition: color 0.18s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  color: #F6F6F2;
}
.cookie-modal .cookie-btn {
  margin-top: 6px;
}

/* --- IMAGE-TEXT SPLIT & GRID --- */
.image-text-split {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.image-text-split .icon-part {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-text-split .text-part {
  flex: 1 1 260px;
}

/* --- ICON LIST --- */
.icon-list {
  list-style: none;
  padding: 0;
  margin: 0 0 19px 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.icon-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1.05rem;
  margin-bottom: 0;
}
.icon-list img {
  width: 26px;
  height: 26px;
}

/* --- CARD CONTAINERS AND FLEX LAYOUTS --- */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 14px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #232D36;
  border-radius: 13px;
  box-shadow: 0 2px 12px #181d2255;
  padding: 22px 18px 18px 18px;
  min-width: 210px;
  min-height: 120px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.card:hover {
  box-shadow: 0 10px 28px #232d3640;
  transform: scale(1.02);
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start; /* fallback if needed */
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* --- ACCORDION & FAQ --- */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.faq-item h3 {
  font-size: 1.08rem;
  color: #D0B494;
  cursor: pointer;
  margin-bottom: 5px;
  font-family: var(--font-display);
}
.faq-item p {
  color: #cbc8c6;
  font-size: 0.97rem;
}

/* --- PRICING HIGHLIGHT --- */
.price-highlight {
  background: #31363b;
  color: #D0B494;
  padding: 6px 16px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.09rem;
  display: inline-block;
  margin-top: 14px;
}

/* --- STEP-BY-STEP (STEPPER) --- */
.stepper {
  background: #232D36;
  border-left: 5px solid #D0B494;
  border-radius: 13px;
  padding: 19px 21px;
  margin-top: 11px;
  margin-bottom: 14px;
  font-size: 1rem;
}
.stepper h3 {
  font-size: 1.1rem;
  color: #D0B494;
  margin-bottom: 7px;
}
.stepper ol {
  margin-left: 24px;
}

/* --- EVENT LIST --- */
.event-list {
  list-style: none;
  padding: 0;
}
.event-list li {
  background: #232D36;
  color: #cbcbcb;
  border-radius: 7px;
  padding: 15px 19px 11px 19px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 1.04rem;
  border-left: 4px solid #D0B494;
}
.event-list strong {
  font-size: 1.05rem;
  color: #D0B494;
}
.event-list span {
  color: #bdbdbd;
}

/* --- MAP EMBED --- */
.map-embed {
  margin-top: 8px;
}
.map-embed img {
  border-radius: 9px;
  border: 2px solid #31363b;
  box-shadow: 0 3px 12px #1313132e;
}

/* --- LEGAL PAGES --- */
.legal-section {
  background: #1a2228;
  color: #e6e2dc;
  border-radius: 18px;
  box-shadow: 0 1.5px 18px #232d3620;
  padding: 38px 24px 36px 24px;
  font-size: 1rem;
}
.legal-section h1, .legal-section h2, .legal-section h3 {
  color:#D0B494;
  margin-bottom: 10px;
}
.legal-section a {
  color:#D0B494;
}

/* --- CONTENT SPACING --- */
section {
  margin-bottom: 60px !important;
  padding: 40px 20px;
}

/* --- RESPONSIVE LAYOUTS & FLEX CHANGES --- */
@media (max-width: 1100px) {
  .container {
    max-width: 92vw;
  }
  .footer-menu {
    flex-wrap: wrap;
    gap: 6px;
  }
}
@media (max-width: 900px) {
  .footer-menu {
    flex-direction: column;
    gap: 8px;
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .footer-social {
    margin-top: 15px;
  }
}
@media (max-width: 810px) {
  .container, footer .container {
    gap: 17px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 98vw;
  }
  .footer-social {
    order: 3;
  }
}
@media (max-width: 768px) {
  header .container {
    flex-direction: row;
    align-items: center;
    padding: 8px 20px;
    gap: 0;
  }
  .main-nav {
    display: none;
  }
  .cta-btn {
    margin-left: 0;
    font-size: 1rem;
    padding: 10px 22px;
  }
  .mobile-menu-toggle {
    display: block;
    margin-left: 15px;
  }
  .content-wrapper, .text-section, .legal-section {
    padding: 20px 10px;
  }
  .feature-grid, .testimonial-list, .card-container, .content-grid {
    flex-direction: column;
    gap: 18px;
  }
  .feature, .testimonial-card, .card {
    max-width: 100%;
    min-width: 0;
  }
  .image-text-split, .text-image-section {
    flex-direction: column;
    gap: 14px;
  }
  .hero {
    padding: 30px 0 28px 0;
    border-radius: 0 0 30px 30px;
  }
  .footer-menu, .footer-contact, .footer-social {
    align-items: flex-start;
  }
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    padding: 16px 10px 16px 12px;
    font-size: 0.982rem;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.36rem;
    margin-bottom: 14px;
  }
  h2 {
    font-size: 1.06rem;
    margin-bottom: 12px;
  }
  .container, .section, section {
    padding: 0 5px !important;
  }
  .card, .feature, .testimonial-card {
    padding: 13px 11px;
  }
  .cookie-banner {
    padding-right: 0!important;
    padding-left: 0!important;
    font-size: 0.92rem;
  }
}

/* --- UTILITY CLASSES --- */
.hide {
  display: none !important;
}
.visible {
  display: inline-block !important;
}

/* --- MICRO-INTERACTIONS & FOCUS --- */
*:focus {
  outline: 2px solid #D0B494;
  outline-offset: 2px;
}

::-webkit-scrollbar {
  width: 10px;
  background: #1a2228;
}
::-webkit-scrollbar-thumb {
  background: #31363b;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: #D0B494;
}

/* --- ACCESSIBILITY COLOR OVERRIDES FOR CONTRAST --- */
.testimonial-card, .legal-section, .cookie-banner, .cookie-modal {
  color-scheme: light;
}
.testimonial-card {
  color: #232731 !important;
  background: #f9f6f4 !important;
  border-left: 4px solid #d0b494 !important;
}

/* --- GENERAL BUTTONS & FORM STATES --- */
button {
  font-family: var(--font-display);
  font-size: 1rem;
  border: none;
  border-radius: 10px;
  background: #23405C;
  color: #F6F6F2;
  box-shadow: 0 2px 8px #232d3620;
  font-weight: 600;
  padding: 10px 18px;
  cursor: pointer;
  transition: background 0.17s, box-shadow 0.19s, transform 0.19s;
}
button:hover, button:focus {
  background: #D0B494;
  color: #181d22;
  transform: translateY(-1.5px) scale(1.025);
}

/* --- FINAL SAFETY: NO CSS GRID OR ABSOLUTE FOR CONTENT --- */
/* No grid, no columns, no break-inside, no absolute for content cards! */