/* 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,
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 for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  min-height: 100%;
  background-color: #2D2E34;
  color: #ECEDED;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: linear-gradient(120deg, #373C4B 40%, #23242A 100%);
  letter-spacing: 0.01em;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
strong { font-weight: bold; }
em, i { font-style: italic; }
a {
  color: #C1B068;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 500;
}
a:hover, a:focus {
  color: #F3F4F8;
}
ul, ol {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
::-webkit-input-placeholder { color: #888; }
:-moz-placeholder { color: #888; }
::-moz-placeholder { color: #888; }
:-ms-input-placeholder { color: #888; }

/* TYPOGRAPHY ------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Roboto:wght@400;500;700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #F3F4F8;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.125rem; }
h5, h6 { font-size: 1rem; }
p, li, ul, ol, blockquote { font-size: 1rem; }
.subheadline {
  color: #C1B068;
  font-size: 1.25rem;
  margin-bottom: 24px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}
blockquote {
  margin: 0;
  padding: 0;
  font-style: italic;
  color: #333;
}
cite {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  color: #888;
  font-size: 0.98rem;
}

/* CONTAINER & LAYOUT ---------------------- */
.container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  box-sizing: border-box;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background-color: rgba(40,41,54, 0.84);
  border-radius: 21px;
  box-shadow: 0 3px 16px 0 rgba(30,30,30,0.15), 0 1px 4px 0 rgba(60,53,36,0.09);
  border: 1.5px solid #23242a;
}

/* HEADER & NAVIGATION --------------------- */
header {
  background-color: #23242A;
  box-shadow: 0 2px 12px rgba(20, 20, 30, 0.07);
  position: sticky;
  top: 0;
  z-index: 30;
}
header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
}
.logo img {
  height: 48px;
  width: auto;
  display: block;
}
.main-nav {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.main-nav a {
  font-family: 'Roboto', Arial, sans-serif;
  color: #ECEDED;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 1.02rem;
  font-weight: 500;
  transition: background 0.17s, color 0.17s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #373C4B;
  color: #C1B068;
}
.cta-button {
  background: #C1B068;
  color: #23242a;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.06rem;
  border: none;
  border-radius: 27px;
  padding: 12px 28px;
  box-shadow: 0 4px 16px rgba(35,35,40,0.14);
  letter-spacing: 0.03em;
  cursor: pointer;
  text-align: center;
  text-shadow: 0 1px 2px rgba(255,255,255,0.07);
  margin-left: 8px;
  transition: background 0.18s, color 0.14s, transform .12s;
  outline: none;
}
.cta-button:hover, .cta-button:focus {
  background: #FFE18C;
  color: #23242a;
  transform: translateY(-1.5px) scale(1.03);
  box-shadow: 0 6px 21px rgba(193,176,104,0.18);
}

/* MOBILE BURGER MENU ---------------------- */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #C1B068;
  font-size: 2rem;
  padding: 6px;
  cursor: pointer;
  z-index: 70;
  border-radius: 6px;
  transition: background .16s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #23242A;
  color: #FFE18C;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(34,34,42,0.96);
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(.54, .04, .47, 1.13);
  box-shadow: -2px 0 36px 8px rgba(50,45,33, 0.09);
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #C1B068;
  font-size: 2.1rem;
  margin: 24px 28px 10px 0;
  cursor: pointer;
  align-self: flex-end;
  transition: color .16s, background .14s;
  border-radius: 5px;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  color: #FFE18C;
  background: #23242A;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin: 18px 34px;
  width: 90vw;
  max-width: 400px;
}
.mobile-nav a {
  font-family: 'Roboto', Arial, sans-serif;
  color: #F3F4F8;
  font-size: 1.35rem;
  font-weight: 500;
  color: #C1B068;
  padding: 18px 0 7px 0;
  border-bottom: 1px solid #444;
  width: 100%;
  transition: color 0.17s;
}
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #FFE18C;
  background: none;
}

/* MAIN & FLEXBOX LAYOUTS ------------------ */
main {
  margin-top: 16px;
  margin-bottom: 16px;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 8px;
  justify-content: flex-start;
  align-items: stretch;
}
.feature {
  background: #2D2E34;
  border-radius: 16px;
  box-shadow: 0 3px 14px 1px rgba(51,51,51,0.08);
  border: 1.3px solid #3F4045;
  padding: 28px 20px;
  min-width: 230px;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  transition: box-shadow 0.17s, border 0.16s, transform .13s;
  margin-bottom: 20px;
}
.feature img {
  width: 38px;
  height: 38px;
  filter: grayscale(20%) sepia(0.1) brightness(85%) drop-shadow(0 2px 6px #18181a1c);
}
.feature h3 {
  color: #C1B068;
  font-size: 1.07rem;
}
.feature:hover, .feature:focus-within {
  box-shadow: 0 8px 38px 0 rgba(193,176,104,0.11);
  border: 1.5px solid #C1B068;
  transform: translateY(-3px) scale(1.03);
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.service {
  background: #23242A;
  border-radius: 12px;
  box-shadow: 0 3px 14px 1px rgba(51,51,51,0.10);
  border: 1.2px solid #393A42;
  padding: 34px 20px 26px 20px;
  min-width: 220px;
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 20px;
  transition: box-shadow 0.16s, border 0.14s, transform .10s;
}
.service:hover, .service:focus-within {
  box-shadow: 0 7px 28px 0 rgba(193,176,104,0.15);
  border: 1.5px solid #C1B068;
  transform: translateY(-2.5px) scale(1.02);
}

.usp-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 18px;
  list-style: disc inside;
}
.usp-list li {
  font-size: 1rem;
  color: #EEE7BE;
}

.text-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 8px;
}

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}

/* CARDS & CARD CONTAINER ------------------ */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #23242A;
  border-radius: 13px;
  box-shadow: 0 2px 10px 0px rgba(70, 72, 84, .09);
  border: 1px solid #2D2E34;
  padding: 22px 18px 19px 18px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: flex-start;
  transition: box-shadow 0.15s, border 0.13s;
  z-index: 1;
}
.card:hover, .card:focus-within {
  box-shadow: 0 4px 21px 0 rgba(193,176,104,0.09);
  border: 1.5px solid #C1B068;
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
}
@media (max-width: 768px) {
  .container {
    padding-left: 8px; padding-right: 8px;
  }
  .feature-grid, .service-list, .card-container, .content-grid {
    flex-direction: column;
    align-items: stretch !important;
    gap: 19px;
  }
  .main-nav { display: none !important; }
  .cta-button { margin-left: 0; }
  .mobile-menu-toggle { display: block; }
}
@media (min-width: 769px) {
  .mobile-menu { display: none !important; }
  .mobile-menu.open { display: flex !important; }
  .mobile-menu-toggle { display: none !important; }
  .main-nav { display: flex !important; }
}

/* TESTIMONIALS --------------------------- */
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #ECEDED;
  border-radius: 13px;
  box-shadow: 0 2.5px 11px 0px rgba(35, 35, 35, 0.10);
  border: 1.5px solid #C1B068;
  margin-bottom: 20px;
  position: relative;
  color: #23242a;
  font-family: 'Roboto', Arial, sans-serif;
  max-width: 800px;
  margin-left: 0;
  margin-right: 0;
  transition: box-shadow .17s, transform .13s;
  z-index: 1;
}
.testimonial-card blockquote {
  color: #23242a;
  font-size: 1.06rem;
  font-style: italic;
  margin-bottom: 0;
  line-height: 1.55;
}
.testimonial-card cite {
  color: #7C5B00;
  font-size: 0.99rem;
  margin-top: 6px;
}
.testimonial-card .stars {
  color: #C1B068;
  font-size: 1.19em;
  letter-spacing: 1.2px;
  margin-right: 8px;
}
.testimonial-card:hover, .testimonial-card:focus-within {
  box-shadow: 0 7px 31px 0 rgba(55,65,107,0.13);
  transform: scale(1.015);
}

/* SECTION SPECIFIC ----------------------- */
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.map-placeholder {
  display: inline-block;
  color: #C1B068;
  font-style: italic;
  background: #18181838;
  border-radius: 5px;
  padding: 4px 10px;
  border: 1px solid #434343;
}

/* FOOTER ----------------------------- */
footer {
  background: #23242A;
  color: #C1B068;
  padding: 32px 0 24px 0;
  border-top: 1.5px solid #77745F;
  box-shadow: 0 -7px 40px -17px rgba(67,61,36,.11);
  font-family: 'Roboto', Arial, sans-serif;
  margin-top: 48px;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-nav, .footer-contact, .footer-logo {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 1rem;
  margin-bottom: 12px;
}
.footer-nav a {
  color: #C1B068;
  margin-bottom: 0;
  font-weight: 500;
  transition: color .13s;
  text-decoration: underline dotted rgba(193,176,104,0.23) 2px;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #FFE18C;
}
.footer-contact p {
  color: #d8cfa2;
  margin-bottom: 4px;
  font-size: 1rem;
}
.footer-logo img {
  width: 50px;
  height: auto;
  opacity: 0.93;
  filter: grayscale(30%) brightness(93%);
}
@media (max-width: 800px) {
  footer .container {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  .footer-logo { align-items: flex-start; }
}

/* TABLE, FORMS, LISTS -------------------- */
table {
  border-collapse: collapse;
  width: 100%;
  background: #23242A;
  color: #ECEDED;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
}
th, td {
  padding: 14px 12px;
  border-bottom: 1px solid #393A42;
}
th {
  background: #37416B;
  color: #ECEDED;
}
td { font-size: 1rem; }
input, textarea, select {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  border: 1.2px solid #393A42;
  border-radius: 6px;
  background: #292A31;
  color: #F3F4F8;
  padding: 11px 12px;
  margin-bottom: 16px;
  outline: none;
  transition: border-color .16s, box-shadow .14s;
}
input:focus, textarea:focus, select:focus {
  border-color: #C1B068;
  box-shadow: 0 0 0 2px #C1B06840;
}
button {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #23242a;
  background: #C1B068;
  border-radius: 21px;
  border: none;
  padding: 10px 25px;
  font-weight: 700;
  cursor: pointer;
  transition: background .13s, color .13s, transform .10s;
  box-shadow: 0 2px 11px 0px rgba(57,57,57, 0.07);
}
button:hover, button:focus {
  background: #FFE18C;
  color: #23242A;
  transform: translateY(-1.5px);
}

/* COOKIE BANNER -------------------------- */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #23242A;
  color: #ECEDED;
  border-top: 2.5px solid #C1B068;
  box-shadow: 0 -5px 27px 0px rgba(62,54,27,0.13);
  z-index: 3000;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  padding: 18px 30px 14px 18px;
  animation: bannerIn 0.41s cubic-bezier(.44,0,.63,1.06);
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.03rem;
}
@keyframes bannerIn { from { transform: translateY(110%);} to { transform:translateY(0);} }
.cookie-banner__text {
  flex: 1 1 0%;
  max-width: 450px;
  color: #ECEDED;
  margin-right: 8px;
}
.cookie-banner__actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  margin-left: auto;
}
.cookie-banner button {
  padding: 9px 22px;
  font-size: 1rem;
  border-radius: 15px;
  border: none;
  font-weight: 700;
  transition: background .15s, color .12s, box-shadow .13s, filter .17s;
  box-shadow: 0 1.8px 5.2px 0px rgba(198,181,100, 0.09);
}
.cookie-banner__accept { background: #C1B068; color: #23242A; }
.cookie-banner__accept:hover, .cookie-banner__accept:focus { background: #FFE18C; }
.cookie-banner__reject { background: #353531; color: #F7EBAF; }
.cookie-banner__reject:hover, .cookie-banner__reject:focus { background: #414143; color: #FFE18C; }
.cookie-banner__settings { background: none; color: #C1B068; text-decoration: underline; }
.cookie-banner__settings:hover, .cookie-banner__settings:focus { color: #FFE18C; background: none; }

@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 13px 6px 10px 8px;
    font-size: 0.98rem;
  }
  .cookie-banner__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
    margin-left: 0;
  }
}

/* COOKIE MODAL --------------------------- */
.cookie-modal {
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 4000;
  background: rgba(34,34,42,0.89);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modalIn 0.41s cubic-bezier(.44,0,.63,1.06);
}
@keyframes modalIn { from { opacity: 0; } to { opacity: 1; } }
.cookie-modal__dialog {
  background: #23242A;
  border-radius: 16px;
  box-shadow: 0 8px 32px 0 rgba(193,176,104,0.13);
  padding: 42px 28px 32px 28px;
  min-width: 290px;
  max-width: 410px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 2px solid #C1B068;
  position: relative;
}
.cookie-modal__close {
  position: absolute;
  right: 21px;
  top: 15px;
  background: none;
  border: none;
  font-size: 1.84rem;
  color: #C1B068;
  cursor: pointer;
  z-index: 4100;
  transition: color .12s, background .14s;
  border-radius: 4px;
}
.cookie-modal__close:focus, .cookie-modal__close:hover {
  color: #FFE18C;
  background: #23242A;
}
.cookie-modal__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: #C1B068;
  margin-bottom: 7px;
  letter-spacing: 0.01em;
}
.cookie-modal__text {
  color: #ECEDED;
  font-size: 1.05rem;
  margin-bottom: 17px;
}
.cookie-modal__category {
  margin-bottom: 14px;
  padding: 7px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.cookie-modal__category--essential {
  color: #FFE18C;
  opacity: 1;
}
.cookie-modal__toggle {
  appearance: none;
  width: 36px;
  height: 20px;
  background: #393A42;
  border-radius: 10px;
  position: relative;
  outline: none;
  border: none;
  cursor: pointer;
  transition: background 0.16s;
}
.cookie-modal__toggle:checked {
  background: #C1B068;
}
.cookie-modal__toggle::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px; left: 2px;
  width: 16px; height: 16px;
  background: #ECEDED;
  border-radius: 50%;
  transition: transform .18s;
}
.cookie-modal__toggle:checked::before {
  transform: translateX(16px);
  background: #23242A;
}
.cookie-modal__footer {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 19px;
}
@media (max-width: 500px) {
  .cookie-modal__dialog {
    max-width: 98vw;
    min-width: unset;
    padding: 22px 2vw 22px 2vw;
  }
  .cookie-modal__footer { flex-direction: column; gap: 7px; }
}

/* MICRO-INTERACTIONS --------------------- */
section, .testimonial-card, .card, .feature, .service {
  transition: box-shadow .20s cubic-bezier(.43,.32,.22,1.12), border .14s, background .13s, transform .14s;
}
.section:hover { box-shadow: 0 8px 40px 0 rgba(193,176,104,0.10); }

::-webkit-scrollbar { width: 12px; background: #23242A; }
::-webkit-scrollbar-thumb { background: #373C4B; border-radius: 6px; }

/* SPECIFIC SPACING/RESPONSIVE RULES ------- */
@media (max-width: 1000px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  .section { padding: 28px 8px; }
}
@media (max-width: 600px) {
  h1 { font-size: 1.4rem; }
  h2 { font-size: 1.06rem; }
  .container { padding: 0 2vw; }
  .feature, .service, .card, .testimonial-card { padding-left: 10px; padding-right: 10px; }
}

/* HIDE DEFAULT OUTLINE -- USE CUSTOM */
a, button, .cta-button, .mobile-menu-toggle, .mobile-menu-close, .cookie-modal__close {
  outline: none;
}
a:focus, .cta-button:focus, button:focus, .mobile-menu-toggle:focus, .mobile-menu-close:focus, .cookie-modal__close:focus {
  box-shadow: 0 0 0 2px #C1B06888;
}

/* UTILITY CLASSES ------------------------ */
.hide { display: none !important; }
.text-center { text-align: center; }

/* ICON SHADING FOR INDUSTRIAL MODERN */
.feature img, .footer-logo img, .logo img {
  filter: grayscale(.15) sepia(.16) hue-rotate(18deg) drop-shadow(0 2px 6px #18181a0c);
}

/* PRINT ------------------------------------------------- */
@media print {
  header, footer, .cookie-banner, .mobile-menu, .mobile-menu-toggle, .main-nav { display: none !important; }
  .section { box-shadow: none !important; border: none !important; background: #fff !important; color: #23242a !important; }
}

