/* Dawn Energie - style.css | Vintage Retro Theme | MOBILE FIRST  
   ============================================== */
/* ==== 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;
  vertical-align: baseline;
  box-sizing: border-box;
}
html { box-sizing: border-box; scroll-behavior: smooth; }
*, *:before, *:after { box-sizing: inherit; }
body {
  background: #F3F6F9;
  color: #1A2B1B;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: #195A43; text-decoration: underline; transition: color 0.2s; }
a:hover, a:focus { color: #DC9000; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: none; }
ul, ol { list-style: none; padding-left: 0; }


/* ========== BRAND + VINTAGE RETRO ======================== */
:root {
  --primary-bg: #F3F6F9;
  --primary: #195A43;
  --secondary: #FFFBF5;
  --secondary-alt: #ede2cb;
  --accent: #DC9000;
  --retro-orange: #F6AC39;
  --retro-mustard: #EFC94C;
  --retro-red: #CF5846;
  --retro-blue: #5987B6;
  --retro-brown: #614932;
  --retro-bg-alt: #F7E8C3;
  --text-base: #1A2B1B;
  --card-bg: #fffdfa;
  --card-border: #d9cab3;
  --shadow: 0 3px 13px 0 rgba(25,90,67,0.09), 0 1.5px 6px rgba(220,144,0,0.04);
  --radius-large: 18px;
  --radius-medium: 10px;
  --radius-small: 6px;
  --pattern-size: 22px;
  --retro-font-display: 'Montserrat', 'Trebuchet MS', Arial, sans-serif;
  --retro-font-body: 'Roboto', Arial, sans-serif;
  /* fallback font weights */
}


/* ========== TYPOGRAPHY ======================= */
h1,h2,h3,h4,h5,h6 {
  font-family: var(--retro-font-display), 'Arial Black', Arial, sans-serif;
  color: var(--primary);
  text-shadow: 0 1.5px 0 rgba(220,144,0,0.10);
}
h1 { font-size: 2.5rem; line-height: 1.1; margin-bottom: 20px; letter-spacing: -1px; }
h2 { font-size: 2rem; line-height: 1.15; margin-bottom: 18px; letter-spacing: -0.5px; }
h3 { font-size: 1.45rem; line-height: 1.2; margin-bottom: 12px; letter-spacing: 0; }
h4 { font-size: 1.2rem; line-height: 1.2; }
h5, h6 { font-size: 1rem; letter-spacing: 0.1em }
p, li, ul, ol { font-family: var(--retro-font-body), Arial, sans-serif; color: var(--text-base); }
strong { font-weight: bold; }
small { font-size: 0.92rem; }
.subheadline {
  color: var(--retro-red);
  font-family: var(--retro-font-display);
  font-size: 1.10rem;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}
hr {
  border: 0;
  border-top: 1.5px dashed var(--card-border);
  margin: 32px 0;
}

/* ========== LAYOUT CONTAINERS & SECTIONS =============== */
.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.section,
.hero,
.features,
.about,
.about-values,
.services-intro,
.testimonials,
.contact-short,
.about-details,
.services-detail,
.project-cases,
.project-features,
.article-features,
.legal,
.cta-section,
.contact-details,
.measures-certificates,
.thankyou {
  margin-bottom: 60px;
  padding: 40px 20px 40px 20px;
  background: var(--secondary-alt);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow);
  position: relative;
}

@media (min-width: 900px) {
  .section,
  .hero,
  .features,
  .about,
  .about-values,
  .services-intro,
  .testimonials,
  .contact-short,
  .about-details,
  .services-detail,
  .project-cases,
  .project-features,
  .article-features,
  .legal,
  .cta-section,
  .contact-details,
  .measures-certificates,
  .thankyou {
    padding: 60px 40px;
  }
}

/* ==== Retro background patterns - subtle stripes at top of important sections */
.section:before,
.hero:before,
.cta-section:before {
  content: '';
  display: block;
  width: 120px;
  height: 7px;
  background: repeating-linear-gradient(105deg, var(--retro-orange), var(--retro-orange) 16px, var(--retro-blue) 16px, var(--retro-blue) 22px);
  border-radius: 7px;
  position: absolute;
  top: 18px; left: 32px;
  opacity: 0.30;
  z-index: 2;
}
@media (max-width: 768px) {
  .section:before,
  .hero:before,
  .cta-section:before { left: 12px; width: 80px; }
}

/* LAYOUT: spacing enforcing wrappers */
.card-container,
.feature-grid,
.usp-grid,
.values-list,
.team-list,
.service-list,
.process-steps,
.innovation-highlights,
.article-teasers,
.downloads-list,
.certificates-list,
.measures-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .card-container,
  .feature-grid,
  .usp-grid,
  .values-list,
  .team-list,
  .service-list,
  .process-steps,
  .innovation-highlights,
  .article-teasers,
  .downloads-list,
  .certificates-list,
  .measures-list {
    flex-direction: column;
    gap: 16px;
  }
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: var(--card-bg);
  border: 2px solid var(--card-border);
  border-radius: var(--radius-medium);
  box-shadow: var(--shadow);
  padding: 22px 22px 18px 22px;
  min-width: 250px;
  max-width: 350px;
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.card img { width: 52px; height: 52px; margin-bottom: 6px; }

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.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: center; }
}

.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 28px 18px 28px;
  background: #fffdfa;
  border-radius: var(--radius-medium);
  box-shadow: 0 2.5px 14px 0 rgba(160,90,40,0.08);
  border: 2px solid #EFC94C;
  margin-bottom: 20px;
  min-width: 280px;
  max-width: 510px;
  flex: 1 1 320px;
  transition: box-shadow 0.2s, transform 0.16s;
}
.testimonial-card:hover {
  box-shadow: 0 6px 24px 0 rgba(218,132,17,0.15);
  transform: translateY(-3px) scale(1.02);
}
.testimonial-name {
  font-size: 1rem;
  font-family: var(--retro-font-display);
  color: var(--retro-brown);
  margin-left: 8px;
  font-weight: 700;
}
.rating-summary {
  margin-top: 8px;
  color: var(--primary);
  font-family: var(--retro-font-display);
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: var(--card-bg);
  padding: 16px 18px;
  border-radius: var(--radius-small);
  border: 1.5px dashed #C6A97E;
}

.text-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

/* Distinctive cta section theme (retro card) */
.cta-section {
  background: var(--retro-bg-alt);
  color: var(--primary);
  border: 2.5px solid var(--retro-orange);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-section .content-wrapper { align-items: center; }


/* =========== NAVIGATION BAR & FOOTER =========== */
header {
  width: 100%;
  padding: 0;
  background: var(--primary);
  position: sticky;
  top: 0; left: 0;
  z-index: 100;
  box-shadow: 0 4px 22px 0 rgba(22,17,44,0.04);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: flex-start;
  padding: 20px 20px 18px 20px;
  font-family: var(--retro-font-display);
}
.main-nav a {
  color: var(--secondary);
  text-decoration: none;
  font-size: 1.12rem;
  padding: 6px 12px;
  border-radius: var(--radius-small);
  transition: background 0.18s, color 0.18s, box-shadow 0.16s;
  font-weight: 600;
  position: relative;
}
.main-nav a.cta-primary {
  background: var(--accent);
  color: var(--primary);
  box-shadow: 0 2px 7px 0 rgba(246,172,57,0.10);
  border-radius: 24px;
  padding: 7px 22px;
  margin-left: 16px;
  font-family: var(--retro-font-display);
  font-size: 1.16rem;
}
.main-nav a.cta-primary:hover,
.main-nav a.cta-primary:focus {
  background: var(--retro-orange);
  color: var(--retro-brown);
  box-shadow: 0 4px 16px 0 rgba(33,29,21,0.10);
}
.main-nav a:hover, .main-nav a:focus {
  color: var(--retro-orange);
  background: rgba(255,255,255,0.03);
}
.main-nav img {
  height: 38px; width: auto;
  margin-right: 16px;
}
/* Hide mobile menu at desktop */
.mobile-menu-toggle { display: none; }
.mobile-menu { display: none; }

/* ---- FOOTER ----  */
footer {
  background: var(--primary);
  padding: 34px 0 20px 0;
  margin-top: 50px;
}
.footer-nav {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  font-family: var(--retro-font-display);
  margin-bottom: 16px;
}
.footer-nav a {
  color: var(--accent);
  font-size: 1rem;
  text-decoration: underline;
  transition: color 0.2s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #fffbe7;
}
.footer-info {
  text-align: center;
  color: #fffbe7;
  font-family: var(--retro-font-body);
}

/* ============= HERO & THEME CARDS =================== */
.hero {
  background: linear-gradient(97deg, #fffdfa 75%, #F6AC39 130%);
  border: 2.5px solid var(--accent);
  box-shadow: 0 7px 44px 0 rgba(214,139,60,0.08);
  border-radius: var(--radius-large);
  min-height: 210px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}
.hero .container {
  display: flex;
  min-height: 210px;
  align-items: center;
  justify-content: flex-start;
}
.hero .content-wrapper {
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 8px;
}
.hero h1 {
  font-size: 2.34rem;
  color: var(--primary);
  text-shadow: 1.5px 3px 0 rgba(246,172,57,0.11);
}

/* ============ BUTTONS & CTA =============== */
.cta-primary {
  background: var(--accent);
  color: var(--primary);
  border-radius: 30px;
  padding: 12px 32px;
  font-family: var(--retro-font-display);
  font-size: 1.15rem;
  font-weight: bold;
  border: none;
  display: inline-block;
  box-shadow: 0 3px 12px 0 rgba(246,172,57,0.09);
  margin-top: 4px;
  margin-bottom: 4px;
  text-shadow: 0 1px 0 #fffbe7;
  letter-spacing: 0.01em;
  transition: background 0.16s, color 0.16s, box-shadow 0.18s, transform 0.15s;
}
.cta-primary:hover, .cta-primary:focus {
  background: var(--retro-orange);
  color: var(--retro-brown);
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 18px 0 rgba(246,172,57,0.14);
}

/* ============ FEATURE & USPs ============== */
.feature-grid, .usp-grid {
  /* already set with flex above */
  justify-content: flex-start;
}
.feature-grid li, .usp-grid li {
  flex: 1 1 240px;
  background: var(--card-bg);
  border-radius: var(--radius-medium);
  border: 2px solid var(--card-border);
  box-shadow: 0 2px 10px 0 rgba(89,135,182,0.08);
  padding: 22px 19px 18px 19px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  transition: box-shadow 0.18s, transform 0.14s;
}
.feature-grid li:hover, .usp-grid li:hover {
  box-shadow: 0 7px 26px 0 rgba(195,54,40,0.11);
  transform: translateY(-3px) scale(1.01);
}
.feature-grid img, .usp-grid img {
  height: 44px; width: 44px; margin-bottom: 4px;
  filter: sepia(.23) hue-rotate(-4deg) saturate(1.1);
}

/* ============ SERVICES =============== */
.service-list {
  /* see card-container */
  gap: 20px;
}
.service-list li {
  flex: 1 1 270px;
  background: #fffdfa;
  border: 2px solid #ede0be;
  border-radius: var(--radius-small);
  box-shadow: 0 1.5px 9px 0 rgba(220,144,0,0.06);
  padding: 18px 18px 14px 18px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 240px;
}
.service-price {
  background: var(--retro-mustard);
  color: var(--primary);
  border-radius: 12px;
  font-size: 0.97em;
  padding: 2px 10px;
  margin-left: 8px;
  font-family: var(--retro-font-body);
  font-weight: bold;
}

/* ============ ABOUT / TEAM CARDS =============== */
.values-list li, .team-list li {
  background: var(--secondary);
  border-radius: var(--radius-small);
  border-left: 7px solid var(--retro-blue);
  padding: 12px 16px 10px 18px;
  margin-bottom: 10px;
  font-family: var(--retro-font-body);
  font-size: 1.07em;
}

/* =========== PROJECTS: CASES & STEPS ================ */
.process-steps {
  flex-direction: column;
  gap: 18px;
  margin-left: 0;
  list-style: decimal inside;
}
.process-steps li {
  border-left: 7px solid var(--retro-orange);
  background: #fffdfa;
  border-radius: 7px;
  padding: 12px 18px 13px 18px;
  margin-bottom: 8px;
  color: var(--retro-brown);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.innovation-highlights li {
  border-left: 7px solid var(--retro-blue);
  background: #f3fbff;
  border-radius: 7px;
  padding: 11px 16px 10px 17px;
  color: var(--text-base);
  margin-bottom: 7px;
}

/* ============ ARTICLE TEASERS, FAQ, DOWNLOADS ============ */
.article-teasers li {
  background: var(--retro-bg-alt);
  border: 2px solid var(--retro-orange);
  border-radius: var(--radius-small);
  padding: 15px 16px 13px 16px;
  margin-bottom: 12px;
  font-family: var(--retro-font-body);
  font-size: 1.05rem;
}
.faq-section p {
  background: #fffdfa;
  border-left: 6px solid var(--retro-mustard);
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 9px 13px 7px 17px;
  font-size: 1em;
}

.downloads-list li {
  margin-bottom: 6px;
}
.downloads-list a {
  color: var(--retro-blue);
  font-weight: 600;
  text-decoration: underline dotted 1.5px;
  transition: color 0.18s;
  font-size: 1em;
}
.downloads-list a:hover, .downloads-list a:focus {
  color: var(--retro-orange);
  text-decoration: none;
}

/* ============ CONTACT / ADDRESS LIST / MAP PLACEHOLDER ============ */
.address-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.map-placeholder {
  background: #f7e8c3;
  border: 2px solid #ede0be;
  border-radius: 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 22px;
  font-size: 1em;
}
@media (max-width: 768px) {
  .map-placeholder {
    flex-direction: column; gap: 7px; padding: 8px 9px;
    font-size: 0.98em;
  }
}

/* =========== THANK YOU CARD ========== */
.thankyou {
  background: var(--retro-mustard);
  color: var(--primary);
  border: 2.5px solid var(--retro-orange);
  border-radius: var(--radius-large);
  text-align: center;
  box-shadow: var(--shadow);
}
.thankyou h1 { color: var(--retro-red); font-weight: 900; }

/* ========== LEGAL SECTION STYLE ======= */
.legal {
  background: #fffdfa;
  color: var(--primary);
  border-radius: var(--radius-large);
  border: 2px solid #ede0be;
}
.legal h1, .legal h2, .legal h3 { color: var(--retro-brown); }

/* ========== MOBILE NAVIGATION ========== */
@media (max-width: 1020px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
    font-size: 2rem;
    background: transparent;
    border: none;
    color: var(--accent);
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 120;
    padding: 7px 10px;
  }
  .mobile-menu-toggle:focus {
    outline: 2.5px solid var(--retro-orange);
    background: var(--retro-bg-alt);
  }
  .mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    background: #fffdfa;
    z-index: 200;
    transform: translateX(100%);
    transition: transform 0.38s cubic-bezier(0.22,0.61,0.36,1);
    min-height: 100vh;
    box-shadow: -4px 0 32px 0 rgba(25,90,43,0.12);
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 24px;
  }
  .mobile-menu.open {
    transform: translateX(0);
  }
  .mobile-menu-close {
    background: var(--retro-orange);
    color: var(--primary);
    border: none;
    border-radius: 50%;
    font-size: 2.12rem;
    width: 46px; height: 46px;
    align-self: flex-end;
    margin-bottom: 32px;
    box-shadow: 0 2px 10px 0 rgba(220,144,0,0.13);
    transition: background 0.15s, color 0.14s;
  }
  .mobile-menu-close:hover, .mobile-menu-close:focus {
    background: var(--primary);
    color: var(--accent);
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
    width: 100%;
    margin-top: 14px;
  }
  .mobile-nav a {
    font-family: var(--retro-font-display);
    font-size: 1.15rem;
    color: var(--primary);
    padding: 8px 0 7px 8px;
    width: 100%;
    text-align: left;
    border-radius: var(--radius-small);
    transition: background 0.15s, color 0.13s;
    background: none;
  }
  .mobile-nav a.cta-primary {
    background: var(--accent);
    color: var(--primary);
    font-weight: bold;
    border-radius: 23px;
    padding: 10px 24px;
    text-align: center;
    box-shadow: 0 2px 7px 0 rgba(246,172,57,0.12);
  }
  .mobile-nav a:hover, .mobile-nav a:focus {
    background: var(--retro-bg-alt);
    color: var(--retro-orange);
  }
}

/* Hide mobile nav at desktop */
@media (min-width: 1021px) {
  .mobile-menu { display: none !important; }
  .mobile-menu-toggle { display: none !important; }
}

/* ========== COOKIE CONSENT BANNER ========== */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  background: #fffdfa;
  border-top: 3px solid var(--retro-orange);
  box-shadow: 0 -2px 18px #D9CAB366;
  z-index: 2500;
  padding: 18px 17px 16px 17px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  transition: transform 0.29s cubic-bezier(0.38,0.78,0.34,1);
  transform: translateY(100%);
  /* hidden by default */
}
.cookie-banner.visible {
  transform: translateY(0);
}
.cookie-banner .cookie-text {
  font-family: var(--retro-font-body);
  font-size: 1.04rem;
  color: var(--primary);
}
.cookie-banner .cookie-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 3px;
}
.cookie-banner button {
  font-family: var(--retro-font-display);
  font-weight: 600;
  border-radius: 18px;
  padding: 7px 19px;
  font-size: 1.02rem;
  margin-bottom: 4px;
  border: none;
  transition: background 0.16s, color 0.14s, box-shadow 0.15s;
}
.cookie-btn-accept {
  background: var(--retro-orange);
  color: var(--primary);
  box-shadow: 0 2px 8px 0 #f6ac3936;
}
.cookie-btn-accept:hover,
.cookie-btn-accept:focus {
  background: var(--accent);
  color: var(--retro-brown);
}
.cookie-btn-reject {
  background: #ede2cb;
  color: var(--retro-red);
  border: 1.5px solid var(--retro-red);
}
.cookie-btn-reject:hover,
.cookie-btn-reject:focus {
  background: var(--retro-red);
  color: #fffdfa;
}
.cookie-btn-settings {
  background: var(--retro-blue);
  color: #fffdfa;
}
.cookie-btn-settings:hover,
.cookie-btn-settings:focus {
  background: #fffbe7;
  color: var(--retro-blue);
  border: 1.5px solid var(--retro-blue);
}

/* Cookie Preferences Modal */
.cookie-modal-backdrop {
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  background: rgba(26,16,0,0.38);
  z-index: 2700;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.23s cubic-bezier(.41,.79,.29,1.01);
}
.cookie-modal-backdrop.visible {
  pointer-events: auto;
  opacity: 1;
}
.cookie-modal {
  background: #fffdfa;
  min-width: 290px; max-width: 95vw;
  border: 2.5px solid var(--retro-orange);
  border-radius: var(--radius-large);
  padding: 32px 28px 25px 28px;
  box-shadow: 0 10px 40px 0 #EFC94C55;
  margin-bottom: 40px;
  z-index: 2800;
  animation: cookieModalIn 0.41s cubic-bezier(.22,1,.26,1) forwards;
}
@keyframes cookieModalIn {
  0% { transform: translateY(50px) scale(0.97); opacity: 0; }
  100% { transform: none; opacity: 1; }
}
.cookie-modal h2 {
  font-size: 1.45rem;
  margin-bottom: 10px;
  color: var(--retro-brown);
}
.cookie-cats {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 18px;
  margin-top: 14px;
}
.cookie-cat {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--secondary-alt);
  border-radius: 10px;
  padding: 12px 16px 11px 16px;
  border: 2px solid #ede0be;
}
.cookie-cat .cat-label {
  font-family: var(--retro-font-body);
  font-weight: 600;
  color: var(--primary);
  flex: 1 1 auto;
}
.cookie-cat .cat-switch {
  margin-left: auto;
}
.cat-switch input[type="checkbox"] {
  display: none;
}
.cat-switch .switch {
  width: 38px; height: 22px;
  border-radius: 16px;
  background: #e1d6bb;
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: background 0.15s;
}
.cat-switch .switch::before {
  content: '';
  display: block;
  width: 18px; height: 18px;
  border-radius: 100%;
  background: var(--primary);
  position: absolute;
  left: 2px; top: 2px;
  transition: left 0.13s cubic-bezier(.22,1,.27,1); }
.cat-switch input[type="checkbox"]:checked + .switch {
  background: var(--retro-orange);
}
.cat-switch input[type="checkbox"]:checked + .switch::before {
  left: 18px;
  background: var(--retro-red);
}
.cat-essential {
  opacity: 0.68;
  pointer-events: none;
}
.cookie-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}
.cookie-modal button {
  font-family: var(--retro-font-display);
  font-weight: bold;
  border-radius: 15px;
  padding: 8px 24px;
  border: none;
  font-size: 1.06rem;
  background: var(--retro-orange);
  color: var(--primary);
  transition: background 0.13s, color 0.11s;
}
.cookie-modal button:hover, .cookie-modal button:focus {
  background: var(--accent);
  color: var(--retro-brown);
}
@media (max-width: 600px) {
  .cookie-modal {
    padding: 20px 8px 18px 8px;
    font-size: 1em;
  }
}

/* ==== GENERAL FORM CONTROLS ==== */
input, select, textarea {
  font-family: var(--retro-font-body);
  border-radius: 7px;
  border: 1.5px solid #ede2cb;
  padding: 9px 13px;
  background: #fffdfa;
  box-shadow: none;
  transition: border 0.14s, background 0.14s;
  outline: none;
}
input:focus, select:focus, textarea:focus {
  border: 1.8px solid var(--accent);
  background: #fef6e3;
}
label { font-family: var(--retro-font-display); }

/* REMOVE number input arrows */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type="number"] { -moz-appearance: textfield; }
input[type="checkbox"], input[type="radio"] {
  accent-color: var(--retro-orange);
}

/* ================ RESPONSIVE BREAKPOINTS ==================== */
@media (min-width: 570px) {
  h1 { font-size: 2.8rem; }
  h2 { font-size: 2.1rem; }
}
@media (min-width: 900px) {
  h1 { font-size: 3.3rem; }
  h2 { font-size: 2.39rem; }
}

/* LAYOUT-CONTENT MEDIA QUERIES (BREAK COLUMN TO ROWS) */
@media (min-width: 950px) {
  .content-wrapper,
  .feature-grid, .usp-grid, .service-list, .values-list, .team-list, .process-steps, .article-teasers, .downloads-list {

    align-items: flex-start;
    gap: 30px;
  }
  .about .text-section,
  .about-values .text-section {
    max-width: 570px;
  }
}

/* ENFORCE NO OVERLAPPING/PROPER SPACING */
.section, .card, .testimonial-card, .feature-grid li, .usp-grid li, .service-list li, .values-list li, .team-list li, .article-teasers li, .map-placeholder {
  margin-bottom: 20px;
}

/* =========== SMALL DECORATIVE RETRO ELEMENTS ========== */
.card:after, .feature-grid li:after, .usp-grid li:after {
  content: '';
  display: block;
  width: 40px; height: 5px;
  background: linear-gradient(90deg, var(--retro-orange), var(--retro-blue) 70%);
  border-radius: 3px;
  margin: 15px 0 0 0;
  opacity: 0.23;
}


/* ============= SCROLLBAR RETRO STYLE ============= */
::-webkit-scrollbar { width: 13px; background: #ede2cb; border-radius: 13px; }
::-webkit-scrollbar-thumb { background: #F6AC39; border-radius: 13px; border: 3px solid #ede2cb; }
::-webkit-scrollbar-thumb:hover { background: var(--retro-orange); }

/* ======= TRANSITIONS & MICROINTERACTIONS ========= */
.card, .feature-grid li, .usp-grid li, .testimonial-card, .cta-primary, .service-list li {
  transition: box-shadow 0.18s, transform 0.15s, background 0.14s, color 0.12s;
}
.card:hover, .feature-grid li:hover, .usp-grid li:hover, .service-list li:hover {
  transform: translateY(-2px) scale(1.013);
  box-shadow: 0 8px 30px 0 rgba(246,172,57,0.12);
  z-index: 3;
}

/* ===== TESTIMONIAL CONTRAST ENFORCEMENT ===== */
.testimonials, .testimonial-card {
  background: #fffdfa;
  color: #1A2B1B !important;
}
.testimonial-card p, .testimonial-card .testimonial-name { color: #1A2B1B !important; }

/* ===================== END OF FILE ====================== */
