/* ÖlKompass Vibrant Energetic Style CSS v1.0.0 */

/* CSS RESET & NORMALIZATION */
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;
  vertical-align: baseline;
  box-sizing: border-box;
}
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body {
  min-height: 100vh;
  background: #E6DFCB;
  color: #1A3557;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  scroll-behavior: smooth;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
img, svg {
  max-width: 100%;
  display: block;
}
ul, ol {
  list-style: none;
}
a {
  color: #1A3557;
  text-decoration: none;
  transition: color 0.2s;
}
*, *:before, *:after {box-sizing: border-box;}

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@700;900&family=Roboto:wght@400;700&display=swap');
h1, h2, h3, h4, h5, h6 {
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  font-weight: 900;
  margin-bottom: 16px;
  color: #1A3557;
  letter-spacing: -1.2px;
}
h1 { font-size: 2.4rem; line-height: 1.1; margin-bottom: 20px; }
h2 { font-size: 2rem; margin-bottom: 18px; }
h3 { font-size: 1.35rem; margin-bottom: 10px; }
h4, h5, h6 { font-weight: 700; }
p, li, table, th, td {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
}
strong { color: #D2A13A; }

/* BASIC LAYOUTS */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 22px 0 rgba(26,53,87,0.09);
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* HEADER STYLES */
header {
  background: #fff;
  box-shadow: 0 4px 16px rgba(26,53,87,0.10);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
header a img { height: 36px; }

nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
header nav a {
  color: #1A3557;
  font-weight: 700;
  font-family: 'Titillium Web', Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  transition: color 0.18s;
  position: relative;
}
header nav a:hover, header nav a:focus {
  color: #D2A13A;
}
header nav a.active {
  color: #D2A13A;
  text-shadow: 0 0 6px #D2A13A44;
}
.mobile-menu-toggle {
  display: none;
  border: none;
  background: #D2A13A;
  color: #fff;
  font-size: 2rem;
  border-radius: 8px;
  padding: 6px 16px;
  cursor: pointer;
  transition: background 0.2s;
  margin-left: 16px;
  z-index: 103;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #bc8807;
}

/* HERO SECTION */
.hero {
  background: linear-gradient(90deg, #E6DFCB 60%, #D2A13A 100%);
  border-radius: 0 0 28px 28px;
  box-shadow: 0 6px 32px 0 rgba(26,53,87,0.13);
  margin-bottom: 36px;
  padding: 42px 0 40px 0;
  position: relative;
  overflow: hidden;
}
.hero .container {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.hero h1 {
  color: #1A3557;
  font-size: 2.8rem;
  font-weight: 900;
  max-width: 800px;
}
.hero p {
  font-size: 1.25rem;
  color: #1A3557;
  margin-bottom: 22px;
  max-width: 600px;
}

/* BUTTONS & CTAs */
.cta, .cta.primary {
  display: inline-block;
  font-family: 'Titillium Web', Arial, sans-serif;
  font-size: 1.07rem;
  font-weight: 700;
  padding: 14px 38px;
  border-radius: 999px;
  background: #D2A13A;
  color: #fff;
  border: none;
  letter-spacing: 0.03em;
  cursor: pointer;
  box-shadow: 0 6px 22px -3px #D2A13A44;
  transition: background 0.2s, box-shadow 0.24s, letter-spacing 0.13s;
  margin-top: 18px;
}
.cta.primary {
  background: #1A3557;
  color: #fff;
  box-shadow: 0 6px 22px -3px #1A355788;
}
.cta:hover, .cta:focus {
  background: #bc8807;
  color: #fff;
  letter-spacing: 0.07em;
  box-shadow: 0 10px 32px -7px #D2A13A66;
}
.cta.primary:hover, .cta.primary:focus {
  background: #31497a;
  color: #fff;
  box-shadow: 0 10px 32px -7px #1A355799;
}

/* FEATURES GRID (flexbox enforced) */
.features-grid, .features {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.features-grid > div, .feature-item {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 16px 0 #1A355714;
  padding: 24px;
  flex: 1 1 230px;
  min-width: 210px;
  min-height: 156px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  position: relative;
  border-left: 8px solid #D2A13A;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.20s;
}
.features-grid > div:hover, .feature-item:hover {
  box-shadow: 0 6px 20px 0 #D2A13A33;
  border-left: 8px solid #1A3557;
  transform: translateY(-3px) scale(1.03);
}
.features-grid img, .feature-item img {
  height: 36px;
  width: 36px;
}
.features-grid h3, .feature-item h3 {
  color: #1A3557;
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.features-grid p, .feature-item p {
  color: #31497a;
  font-size: 1rem;
}

/* CARD CONTAINER (flex) */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 20px 0 #1A35571A;
  padding: 24px;
  margin-bottom: 20px;
  position: relative; /* per spec */
  min-width: 260px;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: box-shadow 0.18s, transform 0.14s;
}
.card:hover { box-shadow: 0 8px 36px -4px #D2A13A44; transform: translateY(-2px) scale(1.01); }

/* CONTENT GRID (flex) */
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/* TEXT-IMAGE-SECTION (used in branding) */
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* TESTIMONIALS */
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 22px 0 #1A355710;
  margin-bottom: 20px;
  position: relative;
  border-left: 6px solid #D2A13A;
  min-width: 220px;
  max-width: 520px;
}
.testimonial-card p {
  color: #1A3557;
  font-size: 1.16rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 4px;
}
.testimonial-meta {
  color: #31497a;
  font-size: 0.98rem;
  font-family: 'Titillium Web', Arial, sans-serif;
}

/* CONTACT */
.contact-snippet {
  background: #1A3557;
  color: #fff;
  padding: 26px 28px;
  border-radius: 20px;
  box-shadow: 0 3px 18px 0 #1A355742;
  font-size: 1.07rem;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.contact-snippet a {
  color: #D2A13A;
  text-decoration: underline;
}

/* FOOTER */
footer {
  background: #1A3557;
  color: #fff;
  padding: 34px 0 20px 0;
  box-shadow: 0 -5px 34px 0 #1A355788;
  border-radius: 34px 34px 0 0;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  justify-content: space-between;
}
.brand-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer nav {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
footer nav a { color: #E6DFCB; font-weight: 500; font-family: 'Roboto'; transition: color 0.18s; }
footer nav a:hover, footer nav a:focus { color: #D2A13A; }

/* TABLES */
table {
  width: 100%;
  margin: 24px 0 20px 0;
  border-collapse: collapse;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 #1A355723;
}
th, td {
  padding: 14px 16px;
  font-size: 1rem;
  border-bottom: 1px solid #E6DFCB;
  text-align: left;
}
th {
  background: #D2A13A;
  color: #fff;
  font-family: 'Titillium Web', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 1.08rem;
}
tbody tr:last-child td {
  border-bottom: none;
}
td {
  color: #1A3557;
}
table thead tr {
  border-radius: 0 0 10px 10px;
}
table tr:hover td {
  background: #FFF9F0;
}
.table-options {
  margin-bottom: 12px;
}

/* FAQ BLOCK */
.faq-block {
  background: #FDF6E2;
  border-left: 5px solid #D2A13A;
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 20px;
}

/* MAP PLACEHOLDER */
.map-placeholder {
  background: #F8F9FA;
  color: #A5A7AA;
  border: 2px dashed #D2A13A;
  border-radius: 13px;
  padding: 22px;
  margin: 18px 0 0 0;
  text-align: center;
}

/* INFO-LINKS */
.info-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 1.06rem;
  align-items: center;
  margin-top: 10px;
}
.info-links a {
  color: #D2A13A;
  font-weight: 600;
  text-decoration: underline;
}
.info-links a:hover, .info-links a:focus {
  color: #1A3557;
}

/* SUPPLIER LOGOS */
.supplier-logos {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 14px;
}

/* COMMON SPACING ENFORCEMENT */
.section, .card, .feature-item, .testimonial-card, .faq-block, .contact-snippet, .map-placeholder {
  margin-bottom: 20px;
}

/* RESPONSIVE (mobile-first, flexbox enforced) */
@media (max-width: 1200px) {
  .container { max-width: 98vw; }
}
@media (max-width: 900px) {
  header .container, footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    height: auto;
  }
  .features-grid, .content-grid, .card-container {
    flex-direction: column;
    gap: 18px;
  }
  .features-grid > div, .feature-item, .card {
    min-width: 180px;
  }
}
@media (max-width: 768px) {
  .container { padding-left: 10px; padding-right: 10px; }
  header .container {
    flex-direction: row;
    align-items: center;
    height: 56px;
  }
  nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .section {
    padding: 28px 6px;
    margin-bottom: 48px;
  }
  .hero {
    border-radius: 0 0 18px 18px;
    padding: 30px 0 24px 0;
  }
  .hero h1 { font-size: 1.6rem; }
  .features-grid, .content-grid, .card-container {
    flex-direction: column;
    gap: 16px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .testimonial-card {
    max-width: 100%;
    min-width: unset;
  }
  .contact-snippet {
    padding: 18px 12px;
    border-radius: 11px;
  }
  footer .container {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
@media (max-width: 500px) {
  h1 { font-size: 1.32rem; }
  h2 { font-size: 1.07rem; }
  .cta, .cta.primary { padding: 10px 28px; font-size: 0.99rem; }
  .brand-footer img { height: 32px; }
}

/* MOBILE MENU STYLES */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(26,53,87,0.98);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  transform: translateX(-100vw);
  transition: transform 0.33s cubic-bezier(0.77,0.2,0.05,1.0);
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  margin-left: 20px;
  font-size: 2.1rem;
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 2101;
}
.mobile-menu-close:hover, .mobile-menu-close:focus { color: #D2A13A }
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 32px;
  width: 100%;
  align-items: flex-start;
  padding-left: 30px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: color 0.19s, transform 0.19s;
  padding: 7px 4px 7px 0;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #D2A13A;
  transform: translateX(8px);
  text-shadow: 0 0 7px #D2A13A44;
}

/* COOKIE CONSENT BANNER */
.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  background: #fff;
  color: #1A3557;
  box-shadow: 0 -6px 34px 0 #1A355733;
  padding: 26px 22px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  border-radius: 18px 18px 0 0;
  transition: transform 0.36s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.2s;
  opacity: 1;
  transform: translateY(0);
}
.cookie-consent-banner.hide {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
.cookie-consent-banner p {
  font-size: 1rem;
  max-width: 760px;
  text-align: center;
  margin-bottom: 8px;
}
.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 7px;
  align-items: center;
}
.cookie-consent-banner button {
  padding: 9px 25px;
  border-radius: 13px;
  border: none;
  font-family: 'Titillium Web', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  cursor: pointer;
  background: #1A3557;
  color: #fff;
  margin-right: 7px;
  transition: background 0.18s, color 0.13s, box-shadow 0.18s;
  box-shadow: 0 2px 8px 0 #1A355733;
}
.cookie-consent-banner button.accept {
  background: #D2A13A;
  color: #fff;
}
.cookie-consent-banner button.accept:hover, .cookie-consent-banner button.accept:focus {
  background: #bc8807;
}
.cookie-consent-banner button.settings {
  background: #fff;
  color: #1A3557;
  border: 2px solid #1A3557;
}
.cookie-consent-banner button.settings:hover, .cookie-consent-banner button.settings:focus {
  background: #1A3557;
  color: #fff;
}

/* COOKIE MODAL POPUP */
.cookie-modal {
  position: fixed;
  top: 0;
  left: 0; right: 0; bottom: 0;
  z-index: 4000;
  background: rgba(26,53,87,0.78);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.32s;
}
.cookie-modal.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal-content {
  background: #fff;
  color: #1A3557;
  border-radius: 20px;
  padding: 38px 30px 24px 30px;
  max-width: 400px;
  width: 94vw;
  box-shadow: 0 12px 56px 0 #1A355775;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
  position: relative;
  animation: modalpop 0.32s cubic-bezier(0.68,-0.55,0.27,1.55);
}
@keyframes modalpop {
  0% { opacity: 0; transform: scale(0.88) translateY(32px); }
  90% { opacity: 1; }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
.cookie-modal-content h2 { font-size: 1.31rem; margin-bottom: 7px; }
.cookie-modal-category {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 13px;
}
.cookie-modal-category label {
  font-size: 1.08rem;
  font-family: 'Roboto', Arial, sans-serif;
}
.cookie-modal-category input[type=checkbox] {
  width: 22px; height: 22px;
  accent-color: #D2A13A;
}
.cookie-modal-category input[disabled] {
  accent-color: #A5A7AA;
}
.cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 17px;
  justify-content: flex-end;
  margin-top: 10px;
}
.cookie-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: none;
  border: none;
  color: #1A3557;
  font-size: 1.3rem;
  cursor: pointer;
  transition: color 0.19s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  color: #D2A13A;
}

/* ANIMATION FOR FADE-IN ELEMENTS */
.fade-in {
  animation: fadeInAppear 0.34s cubic-bezier(0.68,-0.55,0.27,1.55) both;
}
@keyframes fadeInAppear {
  0% {opacity:0; transform: translateY(44px);}
  100%{opacity:1; transform: translateY(0);}
}

/* COLOR UTILITIES (for energetic accents) */
.text-accent { color: #D2A13A; }
.bg-accent { background: #D2A13A; color: #fff; }
.bg-primary { background: #1A3557; color: #fff; }
.bg-light { background: #E6DFCB; color: #1A3557; }

/* ELECTRIC VIBRANT ENERGETIC DECORATIVE ACCENTS */
.hero::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 220px; height: 220px;
  background: #D2A13A44;
  border-radius: 100%;
  filter: blur(18px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.33;
}
.hero .container, .hero .content-wrapper {
  position: relative;
  z-index: 2;
}

/* ACCESSIBILITY & FOCUS STATES */
a:focus, button:focus, input:focus, .cta:focus {
  outline: 3px solid #D2A13A;
  outline-offset: 2px;
  z-index: 1000;
}

/* HIGHLIGHT TABLE ROWS & ELEMENTS ON HOVER (for energetic feeling) */
table tbody tr:hover {
  background: #fff9e4;
  transition: background 0.19s;
}

/* Misc Elements */
.charts-placeholder, .charts-placeholder p {
  color: #1A3557;
  background: #FDF6E2;
  border-radius: 10px;
  padding: 18px;
  font-size: 1.07rem;
  margin-top: 16px;
  text-align: center;
}

/* UTILITY CLASSES */
.mt-16 { margin-top: 16px !important; }
.mb-24 { margin-bottom: 24px !important; }

/* =============== END =============== */