/* OasisGlow Energie – Professional Corporate Style CSS */
/* RESET & BASELINE --------------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #F7F6F2;
  color: #1d2733;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #156F34;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #0c4720;
  text-decoration: underline;
}
section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
ul, ol {
  padding-left: 28px;
  margin-top: 16px;
  margin-bottom: 16px;
}
li {
  margin-bottom: 8px;
  font-size: 1rem;
}
dt {
  font-weight: 600;
  margin-top: 18px;
}
dd {
  margin: 0 0 12px 0;
  color: #374151;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  margin-top: 0;
  font-weight: 700;
  color: #156F34;
}
h1 { font-size: 2.5rem; margin-bottom: 20px; line-height: 1.1; }
h2 { font-size: 2rem; margin-bottom: 18px; line-height: 1.2; }
h3 { font-size: 1.25rem; margin-bottom: 12px; line-height: 1.25; }
h4 { font-size: 1.1rem; margin-bottom: 12px; }
h5, h6 { font-size: 1rem; }
p {
  margin-top: 0;
  margin-bottom: 18px;
}
small {
  font-size: 0.92em;
  color: #4b5563;
}
strong {
  color: #153654;
  font-weight: 600;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.content-wrapper {
  background: #fff;
  box-shadow: 0 4px 16px rgba(21, 111, 52, 0.04);
  border-radius: 12px;
  padding: 36px 28px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(30, 46, 68,0.06);
  padding: 28px 24px;
  margin-bottom: 20px;
  position: relative;
  min-width: 260px;
  flex: 1 1 260px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.card:hover {
  box-shadow: 0 6px 18px rgba(21, 111, 52, 0.13);
  transform: translateY(-3px);
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
/* PRIMARY BUTTONS & INTERACTIONS -------------------------------------- */
.cta, .cta-link, .cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 32px;
  background: #156F34;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.07rem;
  border-radius: 24px;
  border: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  cursor: pointer;
  text-decoration: none;
  margin-top: 10px;
  box-shadow: 0 2px 10px rgba(21,111,52,0.04);
  outline: none;
}
.cta:hover, .cta:focus,
.cta-link:hover, .cta-link:focus {
  background: #164b26;
  color: #ffd600;
  box-shadow: 0 6px 24px rgba(21, 111, 52, 0.12);
}
.cta-secondary {
  background: #fff;
  color: #156F34;
  border: 1.5px solid #156F34;
}
.cta-secondary:hover, .cta-secondary:focus {
  background: #156F34;
  color: #fff;
}
.button, .cookie-btn {
  display: inline-flex;
  align-items: center;
  padding: 11px 26px;
  background: #156F34;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}
.button:hover, .cookie-btn:hover { background: #124629; color: #FFD600; }
.button.secondary, .cookie-btn.secondary {
  background: #fff;
  color: #156F34;
  border: 1px solid #156F34;
}
.button.secondary:hover, .cookie-btn.secondary:hover {
  background: #e3ede8;
  color: #124629;
  border-color: #0c4720;
}
/* HEADER & NAVIGATION ------------------------------------------------ */
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 12px rgba(30, 46, 68,0.05);
  position: sticky;
  top: 0;
  z-index: 20;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px 14px 20px;
}
.header-container a > img {
  height: 44px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.main-nav a {
  color: #273142;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.07rem;
  position: relative;
  padding: 2px 0;
}
.main-nav a:after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background: #FFD600;
  transition: width 0.22s cubic-bezier(.4,0,.2,1);
  border-radius: 2px;
}
.main-nav a:hover:after, .main-nav a:focus:after {
  width: 100%;
}
.main-nav a.cta {
  margin-left: 14px;
  background: #156F34;
  color: #fff;
  border-radius: 18px;
  padding: 9px 22px;
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
  border: none;
  box-shadow: 0 1px 5px rgba(21,111,52,0.07);
}
.main-nav a.cta:hover, .main-nav a.cta:focus {
  background: #124629;
  color: #ffd600;
}
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #156F34;
  font-size: 2.1rem;
  margin-left: 22px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.18s;
  z-index: 105;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  color: #FFD600;
}
/* MOBILE MENU OVERLAY ------------------------------------------------ */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(25, 35, 54, 0.97);
  z-index: 1200;
  display: flex;
  flex-direction: column;
  transform: translateX(100vw);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.28s cubic-bezier(.4,0,.2,1), opacity 0.24s;
  padding: 0;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  transition: transform 0.28s cubic-bezier(.4,0,.2,1), opacity 0.2s;
}
.mobile-menu-close {
  align-self: flex-end;
  background: none;
  border: none;
  color: #FFD600;
  font-size: 2.5rem;
  margin: 28px 36px 0 0;
  cursor: pointer;
  z-index: 1111;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  margin: 56px 0 0 48px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.35em;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  padding: 10px 0;
  transition: color 0.18s, background 0.18s;
  border-radius: 7px;
  min-width: 220px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #FFD600;
  background: rgba(24, 51, 43, 0.15);
}
@media (max-width: 1100px) {
  .header-container {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 900px) {
  .main-nav {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
  .container {
    max-width: 100vw;
    padding-right: 0;
    padding-left: 0;
  }
}
/* MAIN CONTENT ------------------------------------------------------- */
.feature-grid, .features-icons-grid ul, .facts-grid, .sector-overview-grid, .service-highlights, .post-grid, .case-study-slider, .testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.feature-grid > .feature,
.features-icons-grid ul > li,
.facts-grid > div,
.sector-overview-grid > div,
.service-highlights > div,
.post-grid > .post,
.case-study-slider > .testimonial-card,
.testimonial-slider > .testimonial-card {
  background: #f7fafd;
  border-radius: 9px;
  box-shadow: 0 2px 7px rgba(30, 46, 68,0.04);
  padding: 20px;
  flex: 1 1 260px;
  margin-bottom: 0;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.19s, transform 0.17s;
}
.feature-grid > .feature:hover,
.features-icons-grid ul > li:hover,
.facts-grid > div:hover,
.sector-overview-grid > div:hover,
.service-highlights > div:hover,
.post-grid > .post:hover {
  box-shadow: 0 6px 16px rgba(21,111,52,0.10);
  transform: translateY(-2px);
}
.features-icons-grid ul {
  gap: 20px;
  flex-wrap: wrap;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.features-icons-grid ul > li {
  align-items: flex-start;
  max-width: 310px;
  min-width: 180px;
}
.features-icons-grid img {
  height: 42px;
  margin-bottom: 8px;
}
.facts-grid > div h3, .sector-overview-grid > div h3, .service-highlights > div h3, .post-grid > .post h3 {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.timeline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}
.service-highlights {
  gap: 20px;
}
.service-highlights > div {
  min-width: 220px;
  max-width: 320px;
  flex: 1 1 220px;
}
.sector-overview-grid {
  gap: 20px;
  margin-bottom: 14px;
}
.case-study-slider {
  gap: 24px;
}
.post-grid {
  gap: 22px;
}
.post {
  border-left: 5px solid #156F34;
}
.post a {
  font-weight: 600;
  color: #156F34;
  margin-top: 5px;
}
/* TESTIMONIAL CARDS ------------------------------------------------- */
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 28px 20px 22px;
  background: #f1f7f3;
  border-radius: 13px;
  box-shadow: 0 3px 16px rgba(10,28,20,0.05);
  min-width: 260px;
  margin-bottom: 20px;
  font-size: 1.08rem;
}
.testimonial-card p {
  color: #153654;
  margin: 0;
  font-style: italic;
  font-weight: 500;
}
.testimonial-card small {
  color: #156F34;
  font-weight: 700;
  margin-top: 0;
}
/* TABLES, DLs ------------------------------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-bottom: 32px;
  font-size: 1rem;
}
th, td {
  padding: 12px 10px;
  border-bottom: 1px solid #e6e9ee;
  text-align: left;
}
th {
  background: #e6edeb;
  color: #13632e;
}
/* FOOTER ------------------------------------------------------------ */
footer {
  background: #133021;
  color: #e2e9e9;
  padding: 0;
  margin-top: 48px;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px 22px 20px;
}
.footer-container > a > img {
  height: 40px;
  margin-bottom: 16px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav a {
  color: #FFD600;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 6px;
  transition: color 0.15s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #fff;
  text-decoration: underline;
}
.footer-contact {
  font-size: 0.97rem;
  color: #e2e9e9;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 10px;
}
.footer-contact p {
  margin: 6px 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #e6f1e6;
}
.footer-contact img {
  height: 18px;
  width: 18px;
}
/* COOKIE CONSENT BANNER --------------------------------------------- */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100%;
  background: #153654;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: center;
  padding: 25px 16px;
  z-index: 12010;
  box-shadow: 0 -3px 20px rgba(21,111,52,0.15);
  font-size: 1.06rem;
  transition: transform 0.27s cubic-bezier(.4,0,.2,1), opacity 0.25s;
  transform: translateY(0);
}
.cookie-banner.hide {
  opacity: 0; pointer-events: none; transform: translateY(120%);
}
.cookie-banner-message {
  max-width: 540px;
}
.cookie-banner-actions {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
}
.cookie-btn.accept {
  background: #156F34;
  color: #fff;
}
.cookie-btn.reject {
  background: #fff;
  color: #156F34;
  border: 1.5px solid #156F34;
}
.cookie-btn.reject:hover {
  background: #f7fafd;
  color: #0f4d23;
}
.cookie-btn.settings {
  background: transparent;
  color: #FFD600;
  border: 1.5px solid #FFD600;
}
.cookie-btn.settings:hover {
  background: #FFD600;
  color: #153654;
}
@media (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 18px 9px;
  }
}
/* COOKIE MODAL ------------------------------------------------------ */
.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  z-index: 20000;
  background: rgba(24,37,68,0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.22s;
}
.cookie-modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal {
  background: #fff;
  color: #1d2733;
  border-radius: 14px;
  padding: 34px 30px 28px 30px;
  max-width: 480px;
  width: 95vw;
  box-shadow: 0 10px 48px rgba(21,111,52,0.35);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 22;
  animation: modalPop 0.33s cubic-bezier(.4,0,.2,1);
}
@keyframes modalPop {
  0% { transform: scale(0.94); opacity: 0;}
  60% { transform: scale(1.025); }
  90% { transform: scale(0.98); }
  100% { transform: scale(1); opacity: 1;}
}
.cookie-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookie-modal-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.48rem;
  color: #156F34;
  margin-bottom: 4px;
}
.cookie-modal-close {
  background: transparent;
  border: none;
  color: #153654;
  font-size: 2.1rem;
  cursor: pointer;
  margin-left: 9px;
}
.cookie-modal-categories {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 9px 0 18px 0;
}
.cookie-modal-category {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cookie-modal-category .switch {
  position: relative;
  display: inline-block;
  width: 46px; height: 24px;
}
.switch input {
  opacity: 0; width: 0; height: 0;
}
.switch .slider {
  position: absolute; cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #e6ebe7;
  border-radius: 18px;
  transition: background 0.19s;
}
.switch input:checked + .slider { background: #156F34; }
.switch .slider:before {
  position: absolute;
  content: '';
  height: 18px; width: 18px; left: 3px; bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.17s;
}
.switch input:checked + .slider:before {
  transform: translateX(22px);
}
.cookie-modal-category-title {
  min-width: 140px;
  font-weight: 600;
  color: #153654;
}
.cookie-modal-category-desc {
  color: #374151;
  font-size: 0.97em;
}
.cookie-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}
/* ADDITIONAL LAYOUT --------------------------------------------------- */
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
/* RESPONSIVE LAYOUT -------------------------------------------------- */
@media (max-width: 1100px) {
  .content-wrapper, .footer-container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .feature-grid, .features-icons-grid ul, .facts-grid, .sector-overview-grid, .service-highlights, .post-grid, .case-study-slider, .testimonial-slider {
    gap: 16px;
  }
}
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
}
@media (max-width: 768px) {
  .content-wrapper {
    padding: 25px 6px;
    min-width: 0;
  }
  .feature-grid, .features-icons-grid ul, .facts-grid, .sector-overview-grid, .service-highlights, .post-grid, .case-study-slider, .testimonial-slider {
    flex-direction: column;
    gap: 16px;
    min-width: 0;
  }
  .testimonial-card {
    padding: 16px 14px;
    border-radius: 9px;
  }
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
@media (max-width: 480px) {
  .content-wrapper, .footer-container {
    padding-left: 2px;
    padding-right: 2px;
  }
  section {
    padding: 28px 2px;
  }
  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.15rem;
  }
  .post-grid > .post, .feature-grid > .feature {
    min-width: 0;
    font-size: 1em;
    padding: 13px 6px;
  }
}
/* MICRO-INTERACTIONS -------------------------------------------------- */
.cta, .cta-link, .cta-secondary, .button, .cookie-btn {
  transition: background 0.19s, color 0.19s, box-shadow 0.14s, transform 0.14s;
}
.cta:active, .cta-link:active, .button:active {
  transform: scale(0.98);
}
.post a {
  transition: color 0.15s, text-decoration 0.13s;
}
.post a:hover {
  color: #FFD600;
  text-decoration: underline;
}
input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  border-radius: 5px;
  border: 1px solid #e2e4e8;
  transition: border-color 0.14s;
}
input:focus, textarea:focus, select:focus {
  border-color: #156F34;
  outline: 1.5px solid #ffd600;
}
/* SCROLLBAR (for modern browsers) ------------------------------------- */
::-webkit-scrollbar {
  width: 10px;
  background: #e5ebe7;
}
::-webkit-scrollbar-thumb {
  background: #156F34;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: #113321;
}
/* COLORS CHEAT SHEET (for maintainability) ---------------------------- */
:root {
  --color-primary: #156F34;
  --color-secondary: #F7F6F2;
  --color-accent: #FFD600;
  --color-gray-dark: #1d2733;
  --color-gray-light: #e6ebe7;
  --color-blue-gray: #E6F1E6;
  --color-bg: #F7F6F2;
}

/* End of OasisGlow Energie CSS */
