/* ========================================================== */
/*               TRUMA ESCLA KLASSIK INVEST CSS               */
/*     Luxury & Premium Look – Responsive, Flexbox Only       */
/*  Brand colors: #212529 (primary), #C9B281 (gold), #F6F4EE (accent)  */
/*     Display font: Montserrat, Body font: Lato              */
/* ========================================================== */

/* ------------------ 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
html { box-sizing: border-box; scroll-behavior: smooth; }
*, *:before, *:after { box-sizing: inherit; }
body {
  min-height: 100vh;
  line-height: 1.5;
  background: #F6F4EE;
  color: #212529;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; transition: color 0.2s; }
ul, ol { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
hr { border: none; border-top: 1px solid #dad4c2; margin: 32px 0; }

/* ------------------ TYPOGRAPHY + FONT IMPORTS -------------- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 20px;
  line-height: 1.1;
}
h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
}
h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #C9B281;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
h4, h5, h6 {
  font-size: 1.1rem;
  font-weight: 500;
}
p, dl, ul, ol, blockquote {
  font-size: 1rem;
  font-family: 'Lato', Arial, sans-serif;
  margin-bottom: 18px;
  color: #3c3e41;
}
blockquote {
  font-style: italic;
  background: #F6F4EE;
  padding: 0 24px;
  border-left: 3px solid #C9B281;
  margin-bottom: 10px;
  color: #212529;
  quotes: '“' '”' '‘' '’';
}
blockquote:before { content: open-quote; color: #C9B281; font-size: 2em; line-height: 0; vertical-align: -0.4em; }
blockquote:after { content: close-quote; color: #C9B281; font-size: 2em; line-height: 0; vertical-align: -0.4em; }

strong, b { font-weight: 700; }
em, i { font-style: italic; }

/* Typography scale (desktop) */
@media (min-width: 900px) {
  h1 { font-size: 3rem; }
  h2 { font-size: 2.4rem; }
  h3 { font-size: 1.5rem; }
  p, dl, ul, ol { font-size: 1.12rem; }
}

/* ------------------ LAYOUT STRUCTURE ----------------------- */
.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: none;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 34px;
}
.text-section {
  max-width: 700px;
}

/* Associates for cards, features, etc */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 18px 2px rgba(60, 56, 49, 0.08);
  padding: 32px 24px;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 1.5px solid #e5ddc9;
}
.card:hover, .card:focus {
  box-shadow: 0 8px 32px 4px rgba(120,102,48,0.11);
  transform: translateY(-2px) scale(1.015);
}
.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;
  padding: 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 12px 1px rgba(33,37,41,.06);
  margin-bottom: 20px;
  border: 1.3px solid #E4DED2;
  transition: box-shadow 0.2s, transform 0.2s;
}
.testimonial-card:hover {
  box-shadow: 0 6px 22px 0 rgba(39,35,24,0.09);
  transform: scale(1.01);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* Feature-grid for icon-cards */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.feature-grid > div {
  background: #fff;
  border-radius: 14px;
  border: 1.5px solid #E4DED2;
  box-shadow: 0 3px 14px 0 rgba(52,50,41,0.08);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 260px;
  flex: 1 1 260px;
  transition: box-shadow .2s, border-color .2s, transform .2s;
  margin-bottom: 20px;
}
.feature-grid > div:hover {
  box-shadow: 0 8px 30px 0 rgba(146,121,39,0.11);
  border-color: #C9B281;
  transform: translateY(-1px) scale(1.012);
}
.feature-grid img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  filter: brightness(0) saturate(100%) invert(23%) sepia(21%) saturate(2352%) hue-rotate(5deg) brightness(92%) contrast(92%);
}
.feature-grid h3 {
  color: #C9B281;
}

/* ------------------------------------- */
/*             HERO SECTION              */
/* ------------------------------------- */
.hero {
  background: #212529;
  color: #fff;
  border-radius: 0 0 34px 34px;
  min-height: 340px;
  padding-top: 44px;
  padding-bottom: 44px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero .content-wrapper {
  margin-bottom: 0;
  max-width: 700px;
  color: #fff;
}
.hero h1, .hero h2, .hero h3 {
  color: #fff;
}
.hero p {
  color: #f4ecd6;
  font-size: 1.22rem;
}
.hero .cta-primary {
  margin-top: 32px;
}

/* ------------------------------------- */
/*               BUTTONS                 */
/* ------------------------------------- */
.cta-primary, .cta-primary:visited {
  display: inline-block;
  background: #C9B281;
  color: #212529;
  border-radius: 999px;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 14px 38px;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  box-shadow: 0 3px 12px 0 rgba(193,178,129,0.12);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.15s, transform 0.15s;
  outline: none;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.cta-primary:hover, .cta-primary:focus {
  background: #bfa260;
  color: #fff;
  box-shadow: 0 8px 20px 0 rgba(201,178,129,0.18);
  transform: translateY(-2px) scale(1.026);
  text-decoration: none;
}

/* Standard simple button for banner/modal */
.button,
.button:visited {
  background: #212529;
  color: #fff;
  border-radius: 8px;
  padding: 11px 26px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  transition: background .15s, color .15s, transform .14s;
  cursor: pointer;
  margin-right: 11px;
}
.button:hover, .button:focus {
  background: #C9B281;
  color: #212529;
  transform: scale(1.04);
}
.button-outline {
  background: transparent;
  color: #212529;
  border: 1.2px solid #C9B281;
  border-radius: 8px;
  padding: 10px 24px;
  font-family: inherit;
  font-weight: 600;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.button-outline:hover, .button-outline:focus {
  background: #C9B281;
  color: #fff;
  border-color: #bfa260;
}

/* ------------------------------------- */
/*               HEADER                  */
/* ------------------------------------- */
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 14px 0 rgba(120,102,48,0.04);
  padding: 0;
  position: relative;
  z-index: 1000;
}
header nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  padding: 16px 20px;
  justify-content: flex-start;
  font-family: 'Montserrat', Arial, sans-serif;
  background: none;
}
header nav a {
  color: #212529;
  font-size: 1rem;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 5px;
  transition: color .17s, background .15s;
  letter-spacing: 0.02em;
  margin-right: 2px;
}
header nav a.cta-primary {
  margin-left: auto;
  margin-right: 0;
  background: #C9B281;
  color: #212529;
  transition: background 0.2s, color 0.2s, box-shadow 0.16s, transform .14s;
  box-shadow: 0 4px 18px 0 rgba(201,178,129,0.09);
}
header nav a.cta-primary:hover {
  background: #bfa260;
  color: #fff;
  transform: translateY(-2px) scale(1.022);
}
header nav a:hover:not(.cta-primary), header nav a:focus:not(.cta-primary) {
  background: #F6F4EE;
  color: #C9B281;
}
header nav img {
  height: 34px;
  margin-right: 18px;
  display: inline-block;
}
/* Hide burger on desktop, menu on mobile */
.mobile-menu-toggle {
  display: none;
  position: absolute;
  top: 22px;
  right: 24px;
  background: none;
  border: none;
  font-size: 2.1rem;
  color: #C9B281;
  cursor: pointer;
  z-index: 1050;
  transition: color 0.15s, transform 0.15s;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
  color: #aa8b38;
  transform: scale(1.08);
}
/* ------------------ MOBILE MENU OVERLAY -------------------- */
.mobile-menu {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  background: #F6F4EE;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 2000;
  padding: 30px 20px 16px 20px;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(.76,.22,.43,1.03);
  box-shadow: -12px 0 32px 2px rgba(32,26,10,0.16);
}
.mobile-menu.active {
  display: flex;
  transform: translateX(0);
}
.mobile-menu-close {
  font-size: 2rem;
  background: none;
  color: #C9B281;
  border: none;
  align-self: flex-end;
  margin-bottom: 14px;
  cursor: pointer;
  z-index: 2010;
  transition: color .15s, transform .12s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  color: #212529;
  transform: scale(1.08);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 16px;
  align-items: flex-start;
}
.mobile-nav a {
  font-size: 1.24rem;
  font-weight: 600;
  color: #212529;
  padding: 12px 0;
  border-radius: 7px;
  width: 100%;
  transition: background .13s, color .16s;
  text-align: left;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #C9B281;
  color: #fff;
}

/* -------------- SHOW/HIDE MENU ON MOBILE --------------- */
@media (max-width: 1024px) {
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (min-width: 1025px) {
  .mobile-menu,
  .mobile-menu-toggle {
    display: none !important;
  }
  header nav {
    display: flex !important;
  }
}

/* ------------------------------------- */
/*          COOKIE CONSENT BANNER         */
/* ------------------------------------- */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 3000;
  background: #fff;
  color: #222;
  border-top: 2.5px solid #C9B281;
  box-shadow: 0 -8px 24px 0 rgba(67,58,28,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 28px 12px 16px 12px;
  min-height: 80px;
  font-size: 1rem;
  font-family: 'Lato', Arial, sans-serif;
  animation: fadeInBanner 0.5s cubic-bezier(.66,.25,.55,1.22);
}
@keyframes fadeInBanner { from { opacity: 0; transform: translateY(60px);} to { opacity: 1; transform: none; } }
.cookie-banner__msg {
  max-width: 520px;
  color: #222;
  margin-bottom: 0;
}
.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cookie-banner .cta-primary { font-size: 1rem; padding: 11px 28px; margin-bottom: 0; }
.cookie-banner .button, .cookie-banner .button-outline { font-size: 1rem; padding: 11px 18px; }
.cookie-banner .button:last-child { margin-right: 0; }

/* ------------- COOKIE MODAL ----------------------------- */
.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(33, 37, 41, 0.24);
  z-index: 3100;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInModal 0.3s cubic-bezier(.7,.3,.53,1.18);
}
@keyframes fadeInModal { from { opacity: 0;} to { opacity: 1;} }
.cookie-modal {
  width: 94vw;
  max-width: 420px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 32px 4px rgba(40,34,18,0.09);
  padding: 38px 26px 28px 26px;
  font-family: 'Lato', Arial, sans-serif;
  color: #222;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 3200;
  animation: popInModal .3s cubic-bezier(.3,1.2,.6,1.0);
}
@keyframes popInModal { from { transform: scale(.89); opacity: 0;} to { transform: none; opacity: 1;} }
.cookie-modal-close {
  position: absolute;
  top: 16px; right: 16px;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #C9B281;
  cursor: pointer;
  transition: color .15s, transform .13s;
}
.cookie-modal-close:hover,
.cookie-modal-close:focus { color: #212529; transform: scale(1.08); }
.cookie-modal__title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.38rem;
  margin-bottom: 8px;
  color: #212529;
}
.cookie-modal__cat {
  margin-bottom: 6px;
}
.cookie-modal__cat input[type="checkbox"] {
  accent-color: #C9B281;
  margin-right: 8px;
  vertical-align: middle;
}
.cookie-modal__cat[disabled] label { color: #888; }
.cookie-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 4px;
}

/* ------------------------------------- */
/*                 FOOTER                */
/* ------------------------------------- */
footer {
  background: #212529;
  color: #fff;
  padding: 55px 0 32px 0;
  margin-top: 60px;
  border-radius: 34px 34px 0 0;
  box-shadow: 0 -6px 28px 0 rgba(120,102,48,0.06);
}
footer p {
  color: white;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 18px;
}
footer nav a {
  color: #C9B281;
  padding: 3px 10px;
  font-size: 1.05rem;
  font-weight: 500;
  border-radius: 5px;
  letter-spacing: 0.011em;
  transition: background 0.2s, color .17s;
}
footer nav a:hover, footer nav a:focus {
  background: #C9B281;
  color: #212529;
}
.footer-contact {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  opacity: 0.92;
  line-height: 1.7;
  letter-spacing: 0.012em;
}
.footer-contact a {
  color: #C9B281;
}

/* ------------------------------------- */
/*                FORMS & MISC           */
/* ------------------------------------- */
ul, ol {
  margin-bottom: 20px;
  padding-left: 18px;
  list-style: disc inside;
  color: #212529;
}
dl { margin-bottom: 24px; }
dt { font-weight: 600; margin-top: 13px; color: #C9B281; }
dd { margin-bottom: 12px; margin-left: 0; color: #212529; }

input, select, textarea {
  font-family: inherit;
  font-size: 1rem;
  padding: 10px 14px;
  border-radius: 7px;
  border: 1px solid #e4ded2;
  background: #F6F4EE;
  color: #333;
  outline: none;
  transition: border 0.16s, background 0.14s;
}
input:focus, textarea:focus, select:focus {
  border: 1.5px solid #C9B281;
  background: #fff;
}
label { font-weight: 600; color: #212529; margin-bottom: 5px; display: block; }

.map-embed {
  margin: 23px 0;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  color: #444;
  box-shadow: 0 2px 9px 0 rgba(175,160,92,0.08);
  border: 1px solid #E4DED2;
  font-size: 1.04rem;
}

/* ------------------------------------- */
/*        IMAGE ICONS IN CONTACT         */
/* ------------------------------------- */
.text-section ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 1.05rem;
  color: #222;
}
.text-section ul li img {
  width: 18px; height: 18px;
  opacity: 0.77;
  filter: brightness(0) saturate(100%) invert(21%) sepia(17%) saturate(857%) hue-rotate(3deg) brightness(91%) contrast(88%);
}

/* ------------------------------------- */
/*      SPACING & RESPONSIVE PATTERNS    */
/* ------------------------------------- */
@media (max-width: 900px) {
  .container {
    max-width: 96vw;
  }
  .section { padding: 30px 8px; }
  .feature-grid > div, .card {
    padding: 22px 12px;
    min-width: 180px;
  }
  footer { padding: 36px 0 20px 0; }
  .footer-contact { font-size: 0.98rem; }
}
@media (max-width: 768px) {
  .section {
    margin-bottom: 34px;
    padding: 20px 4px;
  }
  .feature-grid, .card-container, .content-grid {
    flex-direction: column;
    gap: 18px;
  }
  .testimonial-card { flex-direction: column; gap: 10px; padding: 15px; }
  .text-image-section { flex-direction: column; gap: 20px; }
  .hero { border-radius: 0 0 16px 16px; padding: 24px 0; min-height: 190px; }
}
@media (max-width: 480px) {
  h1 { font-size: 1.63rem; }
  h2 { font-size: 1.1rem; }
  .card, .feature-grid > div { padding: 13px 5px; border-radius: 8px; min-width: 110px; }
}

/* ------------------- UTILITIES -------------------------- */
.mt-0 { margin-top: 0 !important; }
.mt-10 { margin-top: 10px !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-10 { margin-bottom: 10px !important; }
.hide { display: none !important; }

/* -------------------- ANIMATIONS ------------------------ */
.fade-in {
  animation: fadeIn 0.9s cubic-bezier(.57,.11,.74,.82);
}
@keyframes fadeIn { from { opacity: 0;} to { opacity:1;} }

/* ----------------- LUXURY DETAILS ----------------------- */
/* Gold Line Divider */
.gold-divider {
  width: 80px; height: 3px;
  background: #C9B281;
  margin: 25px auto;
  border-radius: 1.5px;
}
/* Subtle hover highlight effect (gold underlines on links) */
a:not(.cta-primary):after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #C9B281;
  transition: width 0.2s;
  border-radius: 2px;
}
a:hover:after, a:focus:after { width: 60%; }

/* Shadow and border details for luxury cards & features */
.card, .feature-grid > div, .testimonial-card {
  box-shadow: 0 3px 14px 0 rgba(52,50,41,0.08);
  border-radius: 14px;
  border: 1.3px solid #E4DED2;
}

/* Icon colors in gold for premium feel in feature-grid */
.feature-grid img {
  filter: brightness(0) saturate(100%) invert(67%) sepia(22%) saturate(713%) hue-rotate(8deg) brightness(92%) contrast(94%);
}

/* ------------------------------------------ */
/*     ACCESSIBILITY & COLOR CONTRAST         */
/* ------------------------------------------ */
.testimonial-card,
.testimonial-card blockquote,
.testimonial-card div  {
  color: #222;
  background: #fff;
  font-size: 1.07rem;
}

/* Ensure hover/focus states are visible for links and buttons */
a:focus, button:focus, .cta-primary:focus {
  outline: 2px solid #C9B281;
  outline-offset: 2px;
}

/* ------------------------------------------ */
/*           END OF CSS FILE                  */
/* ------------------------------------------ */
