/* =============================
   Vivid Treasury Möbelmanufaktur
   Sophisticated Monochrome CSS
   ============================= */

/* ==== 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;
  box-sizing: border-box;
  vertical-align: baseline;
}
html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  background: #fafbfa;
  color: #2C3532;
  min-height: 100vh;
  line-height: 1.65;
  font-size: 1rem;
}

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

ul, ol {
  margin: 0;
  padding-left: 1.25em;
}
li {
  margin-bottom: 0.5em;
  font-size: 1rem;
}
a {
  color: #2C3532;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus {
  outline: 2px solid #A7C4BC;
  outline-offset: 2px;
}

/* =============================
   BRAND TYPOGRAPHY
   ============================= */
h1, h2, h3, h4 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
  line-height: 1.15;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.18;
}
h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  line-height: 1.2;
}
h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
p {
  margin-bottom: 16px;
}
strong, b {
  font-weight: 700;
}

/* =============================
   UTILITY & LAYOUT
   ============================= */
.container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.feature {
  background: #fff;
  color: #232525;
  border-radius: 12px;
  box-shadow: 0 2px 24px rgba(40,40,40,0.03);
  padding: 32px 18px 28px;
  flex: 1 1 230px;
  min-width: 220px;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.feature img {
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  filter: grayscale(100%) contrast(1.3);
  opacity: 0.88;
}
.feature:hover {
  box-shadow: 0 6px 32px rgba(20,20,20,0.12);
  transform: translateY(-2px) scale(1.025);
  z-index: 2;
}

.text-section {
  background: #fafbfa;
  border-radius: 10px;
  padding: 30px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 2px 12px rgba(20,27,27,0.05);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}
.faq-item {
  background: #fff;
  border-left: 5px solid #A7C4BC;
  border-radius: 7px;
  padding: 20px 18px 12px;
  color: #171919;
  box-shadow: 0 1px 6px rgba(25,25,25,0.07);
  transition: box-shadow 0.2s;
}
.faq-item:hover {
  box-shadow: 0 4px 20px rgba(50,50,50,0.13);
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 18px rgba(0,0,0,0.07);
  margin-bottom: 20px;
  position: relative;
  padding: 32px 22px;
  flex: 1 1 250px;
  min-width: 240px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: box-shadow 0.2s, transform 0.16s;
}
.card:hover {
  box-shadow: 0 6px 26px rgba(30,30,30,0.13);
  transform: translateY(-2px) scale(1.01);
  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;
  align-items: center;
  gap: 20px;
  background: #f4f5f6;
  border-radius: 9px;
  padding: 20px 24px 20px 20px;
  box-shadow: 0 1px 10px rgba(11,17,25,0.05);
  margin-bottom: 20px;
  min-width: 0;
}
.testimonial-card img {
  width: 34px;
  height: 34px;
  margin-right: 0;
  filter: grayscale(1) brightness(0.7) contrast(1.3);
}
.testimonial-card p {
  color: #1a1a1a;
  flex: 1 1 auto;
  font-size: 1.08rem;
}
.testimonial-card span {
  font-size: 0.98rem;
  color: #2C3532;
  margin-left: 0.7em;
  margin-top: 0;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* =============================
   HEADER, NAVIGATION, CTA
   ============================= */
header {
  background: #fff;
  border-bottom: 1.5px solid #ececec;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 24px;
}
header img {
  height: 42px;
  width: auto;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.02rem;
  color: #2C3532;
  letter-spacing: 0;
  padding: 4px 0;
  position: relative;
  transition: color 0.17s;
}
.main-nav a:hover,
.main-nav a:focus {
  color: #444;
}
.main-nav a.active {
  color: #A7C4BC;
}
.cta-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.06rem;
  display: inline-block;
  background: #2C3532;
  color: #fff !important;
  border: none;
  border-radius: 6px;
  padding: 12px 32px;
  margin-left: 9px;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.15s;
  box-shadow: 0 1px 6px rgba(30,37,35,0.08);
}
.cta-btn:hover,
.cta-btn:focus {
  background: #1a1a1a;
  color: #A7C4BC !important;
  box-shadow: 0 3px 18px rgba(50,60,60,0.14);
  transform: translateY(-1px) scale(1.018);
}

/* MOBILE NAVIGATION */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2.2rem;
  color: #2C3532;
  cursor: pointer;
  margin-left: 12px;
  transition: color 0.18s, background 0.15s;
  z-index: 1101;
}
.mobile-menu-toggle:focus {
  outline: 2px solid #A7C4BC;
  background: #ececec;
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(44,53,50,0.96);
  z-index: 1200;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  overflow-y: auto;
  transition: transform 0.38s cubic-bezier(.23,1.02,.49,.96), opacity 0.4s;
  transform: translateX(-100vw);
  opacity: 0;
}
.mobile-menu.open {
  display: flex;
  opacity: 1;
  transform: translateX(0vw);
}
.mobile-menu-close {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 2.1rem;
  color: #fff;
  margin: 24px 28px 6px 0;
  cursor: pointer;
  transition: color 0.14s;
}
.mobile-menu-close:focus {
  outline: 2px solid #A7C4BC;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 18px;
  align-items: flex-start;
  padding: 32px 32px 32px 24px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.01em;
  background: none;
  border-radius: 5px;
  padding: 12px 5px 10px 2px;
  margin-left: 3px;
  transition: background 0.15s, color 0.16s;
}
.mobile-nav a:focus {
  background: #A7C4BC;
  color: #191b1b;
}
.mobile-nav a:hover {
  color: #A7C4BC;
  background: #181818;
}

@media (max-width: 1024px) {
  .main-nav {
    gap: 12px;
  }
}
@media (max-width: 900px) {
  .main-nav {
    gap: 7px;
  }
  .cta-btn {
    padding: 11px 16px;
    font-size: 0.97rem;
  }
}
@media (max-width: 768px) {
  .main-nav,
  header .cta-btn {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

/* =============================
   HERO SECTION
   ============================= */
.hero {
  background: linear-gradient(120deg, #fafbfa 50%, #f5f7f7 94%);
  padding-bottom: 32px;
  padding-top: 56px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ededed;
}
.hero .content-wrapper {
  align-items: flex-start;
  max-width: 750px;
  gap: 18px;
}
.hero h1 {
  color: #111313;
  font-size: 2.5rem;
}
.hero p {
  color: #333;
  font-size: 1.18rem;
  margin-bottom: 18px;
}

/* =============================
   SPACING / RESPONSIVE
   ============================= */
@media (max-width: 1020px) {
  .features-grid {
    gap: 14px;
  }
  .section {
    margin-bottom: 42px;
    padding: 25px 5px;
  }
  .container {
    padding-left: 9px;
    padding-right: 9px;
  }
  .card, .feature {
    min-width: 180px;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  .features-grid, .content-grid, .card-container {
    flex-direction: column !important;
    gap: 18px;
    align-items: stretch;
  }
  .text-image-section {
    flex-direction: column !important;
    gap: 18px;
    align-items: stretch;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 11px 18px 11px;
  }
  .hero {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 25px;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.35rem;
  }
  .content-wrapper {
    gap: 18px;
  }
  .section {
    margin-bottom: 28px;
    padding: 16px 3px;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 1.38rem;
  }
  h2 {
    font-size: 1.09rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .feature, .card {
    padding: 17px 7px 19px 8px;
  }
  .text-section {
    padding: 13px 6px;
  }
}

/* =============================
   FOOTER
   ============================= */
footer {
  background: #2C3532;
  color: #fff;
  padding: 38px 0 16px 0;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  justify-content: flex-start;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
}
.footer-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.01em;
  padding-bottom: 2px;
  border-bottom: 1.5px solid transparent;
  transition: color 0.13s, border-bottom 0.2s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #A7C4BC;
  border-bottom: 1.5px solid #A7C4BC;
  outline: none;
}
.footer-contact {
  font-size: 1rem;
  color: #f9f8f8;
  opacity: 0.8;
  margin-bottom: 0.3em;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
}
footer small {
  font-size: 0.96rem;
  color: #aab6b5;
  opacity: 0.54;
}
@media (max-width: 768px) {
  footer .container {
    padding-left: 0px;
    padding-right: 0px;
    gap: 13px;
  }
  .footer-nav {
    gap: 10px;
  }
  .footer-contact {
    font-size: 0.9rem;
    gap: 2px;
    text-align: center;
  }
}

/* =============================
   LISTS & ICONS
   ============================= */
ul li, .text-section ul li, .faq-item ul li {
  position: relative;
  padding-left: 26px;
}
ul li img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
}
.text-section ul {
  margin-bottom: 16px;
  margin-top: 0px;
}

/* =============================
   COOKIES CONSENT BANNER
   ============================= */
.cookie-consent-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 3000;
  background: #232525;
  color: #f9f8f8;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 8px 20px 8px;
  box-shadow: 0 -2px 26px rgba(20,20,20,0.19);
  animation: cookieBanner-slideup 0.6s cubic-bezier(.26,1.16,.58,.98);
}
@keyframes cookieBanner-slideup {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
.cookie-consent-banner p {
  margin-bottom: 10px;
  color: #f9f8f8;
  font-size: 1.02rem;
}
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 0;
  align-items: center;
}
.cookie-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.01rem;
  font-weight: 700;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  padding: 10px 24px;
  transition: background 0.15s, color 0.14s, box-shadow 0.14s;
  margin: 3px 4px;
}
.cookie-btn.accept {
  background: #A7C4BC;
  color: #191b1b;
  box-shadow: 0 2px 10px rgba(12,18,14,0.07);
}
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: #91b0a8;
  color: #222;
}
.cookie-btn.reject {
  background: #fff;
  color: #2C3532;
  border: 1.5px solid #ececec;
  box-shadow: 0 1px 6px rgba(20,20,20,0.09);
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #d9dbdb;
  color: #191b1b;
}
.cookie-btn.settings {
  background: transparent;
  color: #fff;
  border: 1.5px solid #A7C4BC;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #A7C4BC;
  color: #191b1b;
}

.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  z-index: 3200;
  background: rgba(44,53,50, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.28s;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  color: #181a1a;
  border-radius: 13px;
  box-shadow: 0 4px 38px rgba(6,16,18,0.23);
  max-width: 420px;
  width: 98vw;
  padding: 31px 22px 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  animation: modalPopIn 0.4s cubic-bezier(.22,1,.36,1.08);
}
@keyframes modalPopIn {
  from { transform: scale(0.91) translateY(24px); opacity: 0; }
  to { transform: scale(1) translateY(0); opacity: 1; }
}
.cookie-modal h2 {
  font-size: 1.18rem;
  margin-bottom: 7px;
  color: #2C3532;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f4f5f6;
  border-radius: 6px;
  padding: 11px 13px;
}
.cookie-category label {
  font-size: 1rem;
  color: #232525;
  font-weight: 500;
}
.cookie-category input[type="checkbox"] {
  accent-color: #A7C4BC;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 0;
}
.cookie-category .always-on {
  font-size: 0.97rem;
  color: #666;
  margin-left: 14px;
}
.cookie-modal-btnrow {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}
@media (max-width:480px) {
  .cookie-modal {
    padding: 17px 6px 17px 8px;
  }
}

/* =============================
   ANIMATIONS
   ============================= */
.cta-btn, .feature, .card, .testimonial-card, .faq-item, .cookie-btn, .cookie-modal {
  transition: box-shadow 0.2s, background 0.18s, color 0.17s, transform 0.15s;
}

/* =============================
   MICRO-INTERACTIONS
   ============================= */
.cta-btn:active, .feature:active, .card:active, .cookie-btn:active {
  transform: scale(0.96);
}

/* =============================
   FIELD STYLES (FORMS) - Placeholder for forms if needed
   ============================= */
input, textarea, select {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.03rem;
  color: #222;
  background: #f7f8f9;
  border: 1.4px solid #E5E8E8;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 16px;
  transition: border 0.18s;
  outline: none;
}
input:focus, textarea:focus, select:focus {
  border-color: #A7C4BC;
}
button {
  font-family: 'Montserrat', Arial, sans-serif;
}

/* =============================
   PRINT STYLES - Hide nav/footers
   ============================= */
@media print {
  header, .mobile-menu, .cookie-consent-banner, footer {
    display: none !important;
  }
  body {
    background: #fff;
    color: #1a1a1a;
  }
}

/* =============================
   CUSTOM SCROLLBAR
   ============================= */
html::-webkit-scrollbar {
  width: 8px;
  background: #e8eae9;
}
html::-webkit-scrollbar-thumb {
  background: #A7C4BC;
  border-radius: 4px;
}

/* =============================
   HIGH CONTRAST ADAPTATION (Optional)
   ============================= */
@media (prefers-contrast: more) {
  body {
    background: #fff;
    color: #111;
  }
  .feature, .card, .text-section {
    background: #fff;
    border: 1.5px solid #232525;
  }
}

/* =============================
   END - Vivid Treasury CSS
   ============================= */
