/* style.css – Lumenbrace gradient_modern Design */
/* === CSS RESET / NORMALIZE === */
html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  background: linear-gradient(135deg, #F4F1ED 0%, #e6ebf3 100%);
  color: #254056;
  font-family: 'Open Sans', Arial, sans-serif;
  min-height: 100vh;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.01em;
}
img, picture, svg {
  max-width: 100%;
  display: block;
}
a {
  color: #254056;
  text-decoration: none;
  transition: color 0.20s;
}
a:hover, a:focus {
  color: #B39567;
}
ul, ol {
  list-style: none;
  padding-left: 0;
}
button, input, textarea {
  font-family: inherit;
  font-size: 1rem;
  background: none;
  border: none;
  outline: none;
}

/* === BRAND FONTS === */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', Georgia, serif;
  color: #254056;
  margin-bottom: 16px;
  font-weight: 700;
}
h1 { font-size: 2.5rem; margin-bottom: 24px; line-height: 1.2; }
h2 { font-size: 2rem; margin-bottom: 20px; }
h3 { font-size: 1.5rem; margin-bottom: 16px; }
h4 { font-size: 1.2rem; }

p, li, span, label {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #254056;
  font-size: 1rem;
  margin-bottom: 8px;
}
strong { color: #254056; font-weight: 700; }


/* === LAYOUT CONTAINERS === */
.container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 8px 28px rgba(181,149,103,0.05), 0 1.5px 5px rgba(37,64,86,0.03);
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 20px 0;
}

.card {
  background: #fff;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(37,64,86,0.07);
  padding: 28px 24px;
  position: relative;
  transition: box-shadow 0.25s, transform 0.25s;
}
.card:hover {
  box-shadow: 0 8px 32px rgba(37,64,86,0.13);
  transform: translateY(-4px) 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;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  min-width: 0;
  box-shadow: 0 2px 14px rgba(37,64,86,0.08);
  border-left: 5px solid #B39567;
  transition: box-shadow 0.20s, border-color 0.25s;
}
.testimonial-card:hover {
  border-left: 5px solid #254056;
  box-shadow: 0 8px 28px rgba(181,149,103,0.09);
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 16px;
  padding: 22px 19px;
  box-shadow: 0 2px 9px rgba(37,64,86,0.065);
  min-width: 200px;
  margin-bottom: 20px;
}

.text-section {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}


/* === HEADER & NAVIGATION === */
header {
  background: linear-gradient(98deg, #254056 60%, #B39567 100%);
  color: #fff;
  box-shadow: 0 6px 24px rgba(37,64,86,0.11);
  padding: 0 0 0 0;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
  padding: 14px 20px 14px 20px;
}
header nav > a img {
  height: 34px;
  width: auto;
  margin-right: 24px;
}
header nav ul {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
header nav ul li {
  margin: 0;
}
header nav ul li a {
  color: #fff;
  font-size: 1rem;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 8px;
  transition: background 0.18s, color 0.18s;
}
header nav ul li a:hover, header nav ul li a:focus {
  background: #B39567;
  color: #254056;
}
header .cta-primary {
  margin-left: 24px;
  padding: 9px 26px;
  border-radius: 24px;
  background: linear-gradient(93deg, #B39567 77%, #F4F1ED 110%);
  color: #254056;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 1.06rem;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 1.5px 6px rgba(181,149,103,0.13);
  border: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.22s;
  outline: none;
}
header .cta-primary:hover, header .cta-primary:focus {
  background: linear-gradient(92deg, #F4F1ED 0%, #B39567 120%);
  color: #254056;
  box-shadow: 0 3px 24px rgba(37,64,86,0.15);
  filter: brightness(1.08);
}

/* --- Responsive Header --- */
@media (max-width: 900px) {
  header nav ul { gap: 10px; }
  header .cta-primary { padding: 9px 18px; font-size: 1rem; }
  header nav { padding: 14px 10px 14px 8px; }
}
@media (max-width: 768px) {
  header nav ul,
  header .cta-primary {
    display: none !important;
  }
}

/* === MOBILE MENU === */
.mobile-menu-toggle {
  display: none;
  position: absolute;
  right: 19px;
  top: 19px;
  background: transparent;
  border: none;
  font-size: 2.2rem;
  color: #fff;
  cursor: pointer;
  z-index: 101;
  border-radius: 7px;
  transition: background 0.18s;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
  background: rgba(244,241,237,0.16);
}
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.mobile-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  width: 83vw;
  max-width: 320px;
  height: 100vh;
  background: linear-gradient(98deg, #254056 76%, #B39567 120%);
  box-shadow: -10px 0 24px -8px rgba(37,64,86,.13);
  z-index: 1500;
  transform: translateX(105%);
  transition: transform 0.39s cubic-bezier(.87,0,.13,1);
  opacity: 0.98;
}
.mobile-menu.open {
  transform: translateX(0%);
  box-shadow: -10px 0 40px 0 rgba(37,64,86,.17);
}
.mobile-menu-close {
  align-self: flex-end;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  border: none;
  margin: 16px 18px 0 0;
  cursor: pointer;
  padding: 2px 8px;
  border-radius: 7px;
  transition: background 0.18s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #B39567;
  color: #254056;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 40px 0 0 0;
  align-items: stretch;
  width: 100%;
  position: relative;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  padding: 16px;
  border-radius: 10px;
  margin: 0 20px;
  text-align: left;
  background: transparent;
  transition: background 0.19s, color 0.17s;
  margin-bottom: 3px;
  outline: none;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #B39567;
  color: #254056;
}
@media (max-width: 768px) {
  .mobile-menu {
    display: flex;
  }
}
@media (max-width: 480px) {
  .mobile-menu { width: 100vw; max-width: 100vw; }
}

/* === SECTIONS & GENERAL SPACING === */
section {
  margin-bottom: 60px;
  padding: 40px 0;
  border-radius: 24px;
}
@media (max-width: 600px) {
  section {
    padding: 28px 0;
    margin-bottom: 32px;
    border-radius: 0;
  }
}

/* --- Text-Image Section Responsive --- */
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}

/* === LISTS === */
ul, ol {
  margin: 0 0 12px 0;
  padding-left: 0;
}
ul li, ol li {
  margin-bottom: 8px;
  line-height: 1.7;
  padding-left: 26px;
  position: relative;
}
ul li::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #B39567 56%, #254056 120%);
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 7px;
}
ul li strong { font-weight: 700; color: #254056; }

ol {
  list-style: decimal inside;
  padding-left: 2px;
}

/* === BUTTONS & CTAs === */
.cta-primary {
  display: inline-block;
  padding: 12px 32px;
  background: linear-gradient(94deg, #B39567 82%, #F4F1ED 140%);
  color: #254056;
  font-size: 1.1rem;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 28px;
  box-shadow: 0 2px 18px rgba(37,64,86,0.08);
  cursor: pointer;
  transition: background 0.19s, color 0.19s, box-shadow 0.19s, transform 0.17s;
  margin-top: 8px;
  outline: none;
}
.cta-primary:hover, .cta-primary:focus {
  background: linear-gradient(92deg, #F4F1ED 0%, #B39567 125%);
  color: #254056;
  box-shadow: 0 3px 32px rgba(37,64,86,0.18);
  transform: translateY(-2px) scale(1.03);
}

/* === FOOTER === */
footer {
  background: linear-gradient(95deg, #254056 77%, #B39567 120%);
  color: #fff;
  padding: 38px 0 22px 0;
  border-top-left-radius: 32px;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
footer a {
  color: #fff;
  margin-left: 12px;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.18s;
}
footer a:hover, footer a:focus {
  color: #F4F1ED;
  text-decoration: underline;
}
footer nav {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
footer img {
  height: 30px; width: auto; margin-bottom: 4px;
}
footer p {
  color: #fff;
  font-size: 0.96rem;
  margin: 0;
}
@media (max-width: 600px) {
  footer {
    border-top-left-radius: 0;
    font-size: 1rem;
  }
  footer .container { padding: 0 8px; }
}

/* =============================
   COOKIES BANNER & MODAL
============================= */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #254056;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 2500;
  padding: 20px 16px;
  box-shadow: 0 -2px 38px rgba(37,64,86,0.15);
  gap: 20px;
  font-size: 1rem;
  animation: slideBannerUp 0.7s cubic-bezier(.75,0,.12,1) 1;
}
@keyframes slideBannerUp {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner-content {
  flex: 3;
  min-width: 210px;
  color: #fff;
}
.cookie-buttons {
  display: flex;
  gap: 14px;
  align-items: center;
  flex: 2;
  flex-wrap: wrap;
}
.cookie-btn {
  padding: 9px 22px;
  border-radius: 20px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  border: none;
  outline: none;
  font-size: 1.03rem;
  cursor: pointer;
  background: #B39567;
  color: #254056;
  margin-bottom: 4px;
  box-shadow: 0 1.5px 6px rgba(181,149,103,0.10);
  transition: background 0.17s, color 0.17s;
}
.cookie-btn.settings {
  background: transparent;
  color: #B39567;
  border: 2px solid #B39567;
}
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: #F4F1ED;
  color: #254056;
}
.cookie-btn.reject {
  background: #fff;
  color: #254056;
  border: 2px solid #B39567;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #B39567;
  color: #fff;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #B39567;
  color: #fff;
}

/* --- COOKIE SETTINGS MODAL --- */
.cookie-modal-overlay {
  position: fixed;
  top:0; left:0; width:100vw; height:100vh;
  background: rgba(37,64,86, 0.67);
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  animation: fadeInOverlay 0.33s;
}
.cookie-modal-overlay.active {
  display: flex;
}
@keyframes fadeInOverlay {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  color: #254056;
  border-radius: 22px;
  padding: 36px 28px 24px 28px;
  max-width: 410px;
  width: 95vw;
  box-shadow: 0 6px 40px rgba(37,64,86,0.18);
  display: flex;
  flex-direction: column;
  gap: 23px;
  position: relative;
  animation: slideModalIn 0.36s;
}
@keyframes slideModalIn {
  from { transform: scale(0.85) translateY(40px); opacity: 0; }
  to   { transform: scale(1) translateY(0); opacity: 1; }
}
.cookie-modal h2 {
  font-size: 1.5rem;
  font-family: 'Merriweather', serif;
  color: #254056;
  margin-bottom: 6px;
}
.cookie-modal-categories {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 10px;
}
.cookie-modal-category {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.02rem;
}
.cookie-modal-category label {
  font-weight: 500;
}
.cookie-modal-category input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #B39567;
  cursor: pointer;
}
.cookie-modal-close {
  position: absolute;
  top: 13px;
  right: 17px;
  background: none;
  border: none;
  color: #254056;
  font-size: 1.55rem;
  cursor: pointer;
  padding: 3px 7px;
  border-radius: 6px;
  transition: background 0.18s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: #B39567;
  color: #fff;
}
.cookie-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  justify-content: flex-end;
}
.cookie-modal .cookie-btn {
  font-size: 1rem;
  padding: 8px 16px;
}
.cookie-modal p {
  color: #254056;
  font-size: 0.99rem;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .cookie-modal { padding: 20px 9px 14px 9px; }
}


/* === RESPONSIVE DESIGN === */
@media (max-width: 1024px) {
  .container { max-width: 97vw; }
}
@media (max-width: 768px) {
  .container { padding: 0 8px; }
  .content-wrapper { gap: 11px; }
  h1 { font-size: 1.9rem; }
  h2 { font-size: 1.45rem; }
  h3 { font-size: 1.15rem; }
  .card, .testimonial-card { padding: 15px 11px; border-radius: 13px; }
  .section { margin-bottom: 32px; padding: 20px 8px; }
  .feature-item { padding: 16px 9px; border-radius: 10px; }
}
@media (max-width: 520px) {
  h1 { font-size: 1.38rem; }
  h2 { font-size: 1.13rem; }
  .cta-primary { padding: 10px 12px; font-size: 0.95rem; }
}

/* === MICRO-INTERACTIONS & UI EFFECTS === */
.card, .testimonial-card, .feature-item, .cta-primary, .cookie-btn {
  transition: box-shadow 0.21s, border-color 0.19s, transform 0.13s, background 0.2s, color 0.17s;
}
.card:active, .testimonial-card:active, .feature-item:active, .cta-primary:active, .cookie-btn:active {
  transform: scale(0.98);
}

::-webkit-input-placeholder { color: #B39567; }
::-moz-placeholder { color: #B39567; }
:-ms-input-placeholder { color: #B39567; }
::placeholder { color: #B39567; }

/* === FOCUS STYLES === */
a:focus, button:focus, .cta-primary:focus, .cookie-btn:focus {
  outline: 2.5px solid #B39567;
  outline-offset: 2px;
}

/* === Z-INDEX LAYERING === */
header, footer { z-index: 800; position: relative; }
.mobile-menu { z-index: 1500; }
.cookie-banner { z-index: 2500; }
.cookie-modal-overlay { z-index: 3000; }

/* === ACCESSIBILITY COLOR CONTRAST for TESTIMONIALS === */
.testimonial-card p, .testimonial-card span {
  color: #254056;
}

/* === MISC UTILITIES === */
.hide { display: none !important; }

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