/* Voltage Spark Küche style.css – Creative Artistic Style
   Brand: Voltage Spark Küche
   Colors: #0A5472 (primary), #FFC145 (secondary), #F4F6F8 (accent)
   Fonts: 'Montserrat' (display), 'Roboto' (body)
*/

/* === 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 {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body {
  background: #F4F6F8;
  color: #1D2226;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  min-height: 100vh;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #0A5472;
  text-decoration: none;
  transition: color 0.18s;
}
a:hover, a:focus {
  color: #FFC145;
  text-decoration: underline;
}
ul, ol {
  list-style: none;
}
strong {
  font-weight: 700;
}

/* === BRAND TYPOGRAPHY === */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  color: #0A5472;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.75rem;
  font-weight: 900;
  margin-bottom: 24px;
  line-height: 1.12;
}
h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
}
h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
}
h4, h5, h6 {
  font-size: 1rem;
  font-weight: 700;
}
.subheadline {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  color: #38464C;
  font-weight: 500;
  margin-bottom: 22px;
  line-height: 1.4;
}
p, ul, ol {
  font-size: 1rem;
  margin-bottom: 18px;
  color: #2D3237;
}
.text-section ul, .content-wrapper ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 14px;
}
.text-section li, .content-wrapper li {
  margin-bottom: 12px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.text-section li img, .content-wrapper li img {
  width: 24px;
  height: 24px;
}

/* === BRAND CONTAINER & LAYOUT === */
.container {
  width: 100%;
  max-width: 1150px;
  padding: 0 18px;
  margin: 0 auto;
}

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

/* --- Section Spacing --- */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* --- Card Containers --- */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px 0 rgba(18,42,66,0.10);
  padding: 32px 24px;
  min-width: 260px;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.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: 20px;
  box-shadow: 0 2px 12px 0 rgba(10,84,114,0.06), 0 0.5px 2px 0 rgba(78,78,78,0.10);
  margin-bottom: 20px;
  min-width: 260px;
  max-width: 540px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.service-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 14px 0 rgba(10,84,114,0.13);
  padding: 34px 22px;
  margin-bottom: 20px;
  min-width: 265px;
  max-width: 400px;
  flex: 1 1 265px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 6px solid #FFC145;
  transition: box-shadow 0.25s;
}
.service-card:hover, .service-card:focus-within {
  box-shadow: 0 5px 28px 0 rgba(10,84,114,0.19);
  border-left-color: #0A5472;
}

.text-section {
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* --- Visual Section Effects --- */
section {
  background: none;
  margin-bottom: 60px;
  padding: 40px 0 0 0;
  position: relative;
}
main section:first-child {
  padding-top: 32px;
}

/* --- Artistic Background Flourishes --- */
section::after {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  right: -30px;
  width: 95px;
  height: 95px;
  background: rgba(255,193,69,0.14);
  border-radius: 30% 70% 70% 30%/40% 40% 60% 60%;
  z-index: 0;
}
section:nth-child(even)::after {
  left: -35px;
  right: auto;
  background: rgba(10,84,114,0.06);
  top: 60px;
}
@media (max-width: 768px) {
  section::after {display:none;}
}

/* === HEADER & NAVIGATION === */
header {
  background: #ffffff;
  border-bottom: 3px solid #FFC145;
  position: sticky;
  top: 0;
  z-index: 60;
  box-shadow: 0 2px 12px 0 rgba(18,42,66,0.05);
}
header .container {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}
header img {
  height: 44px;
}
nav.main-nav {
  display: flex;
  gap: 18px;
  align-items: center;
}
nav.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  color: #0A5472;
  font-size: 1rem;
  letter-spacing: 0.03em;
  padding: 8px 10px;
  border-radius: 6px;
  transition: background 0.18s, color 0.16s;
  position: relative;
}
nav.main-nav a:hover, nav.main-nav a:focus {
  background: #FFC145;
  color: #0A5472;
  text-decoration: none;
}
.btn-primary {
  background: #0A5472;
  color: #fff;
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 28px;
  padding: 12px 32px;
  box-shadow: 0 3px 18px 0 rgba(10,84,114,0.14);
  cursor: pointer;
  margin-left: 14px;
  transition: background 0.18s, box-shadow 0.2s, color 0.18s;
  letter-spacing: 0.04em;
  outline: none;
}
.btn-primary:hover, .btn-primary:focus {
  background: #FFC145;
  color: #0A5472;
  box-shadow: 0 6px 26px 0 rgba(255,193,69,0.27);
}
.btn-secondary {
  background: #FFC145;
  color: #0A5472;
  border: 2px solid #FFC145;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  border-radius: 25px;
  padding: 11px 26px;
  margin-left: 11px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border 0.18s;
  outline: none;
}
.btn-secondary:hover, .btn-secondary:focus{
  background: #0A5472;
  color: #fff;
  border: 2px solid #0A5472;
}

/* === MOBILE BURGER MENU === */
.mobile-menu-toggle {
  display: none;
  background: #FFC145;
  color: #0A5472;
  border: none;
  font-size: 2.3rem;
  border-radius: 10px;
  padding: 5px 16px;
  margin-left: 8px;
  cursor: pointer;
  z-index: 110;
  transition: background 0.2s, color 0.2s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #0A5472;
  color: #FFC145;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #F4F6F8;
  transform: translateX(100%);
  transition: transform 0.34s cubic-bezier(.59,-0.01,.41,1.02);
  z-index: 120;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 18px 0 18px;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  background: #FFC145;
  color: #0A5472;
  border: none;
  font-size: 2.1rem;
  border-radius: 8px;
  padding: 2px 13px;
  margin-bottom: 14px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #0A5472;
  color: #FFC145;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-top: 12px;
  width: 100%;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #0A5472;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 12px 0;
  border-radius: 7px;
  transition: background 0.15s, color 0.15s;
}
.mobile-nav a:active, .mobile-nav a:hover, .mobile-nav a:focus {
  background: #FFC145;
  color: #0A5472;
}

@media (max-width: 980px) {
  header .container {
    gap: 9px;
  }
  nav.main-nav a {
    font-size: 0.97rem;
    padding: 8px 7px;
  }
}
@media (max-width: 850px) {
  nav.main-nav {
    gap: 8px;
  }
}
@media (max-width: 768px) {
  nav.main-nav,
  .btn-primary {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

/* === HERO & FEATURES === */

main section:first-child {
  background: linear-gradient(90deg, #FFC145 54%, #F4F6F8 100%);
  border-radius: 0 0 54px 54px / 0 0 30px 30px;
  box-shadow: 0 9px 46px 0 rgba(255,193,69,0.14);
  position: relative;
  min-height: 230px;
  margin-bottom: 60px;
}
main section:first-child .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 25px;
}
main section:first-child h1 {
  font-size: 3rem;
  color: #0A5472;
  margin-bottom: 18px;
  margin-top: 10px;
  text-shadow: 2px 5px 24px rgba(10,84,114,0.11);
}
main section:first-child .subheadline {
  color: #1e3c4d;
  margin-bottom: 27px;
  font-size: 1.35rem;
}
main section:first-child .btn-primary {
  margin-top: 6px;
  font-size: 1.12rem;
  padding: 11px 32px;
}

/* === FEATURE LISTS === */
.content-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.content-wrapper ul li {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.09rem;
  color: #0A5472;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(255,193,69,0.10);
  border-radius: 11px;
  padding: 10px 15px 10px 13px;
  box-shadow: 0 1.5px 8px 0 rgba(255,193,69,0.09);
  border-left: 4px solid #0A5472;
}

/* === SERVICES === */
.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.service-card {
  margin-right: 16px;
  margin-bottom: 20px;
}

/* === TESTIMONIALS === */
.testimonial-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 4px 18px 0 rgba(10,84,114,0.07);
  padding: 32px 24px 22px 24px;
  margin-right: 18px;
  margin-bottom: 20px;
  min-width: 250px;
  max-width: 480px;
  border-left: 5px solid #FFC145;
  transition: border .18s, box-shadow .18s;
}
.testimonial-card:hover, .testimonial-card:focus {
  border-left: 5px solid #0A5472;
  box-shadow: 0 5px 28px 0 rgba(10,84,114,0.17);
}
.testimonial-card p {
  color: #27333B;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.13rem;
  margin-bottom: 12px;
  line-height: 1.5;
}
.testimonial-card strong {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #0A5472;
  font-weight: 700;
  font-size: 1rem;
}

/* === COOKIE CONSENT BANNER === */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #fff;
  border-top: 3px solid #FFC145;
  box-shadow: 0 -2px 24px 0 rgba(10,84,114,0.15);
  z-index: 1110;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 6vw 14px 6vw;
  gap: 35px;
  font-size: 1rem;
}
.cookie-banner .cookie-text {
  color: #0A5472;
  flex: 1 1 auto;
  margin-right: 35px;
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
}
.cookie-banner .cookie-btn {
  border-radius: 22px;
  padding: 8px 22px;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  border: none;
  background: #0A5472;
  color: #fff;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}
.cookie-banner .cookie-btn:not(:first-child) {
  background: #FFC145;
  color: #0A5472;
  border: 2px solid #FFC145;
}
.cookie-banner .cookie-btn:hover, .cookie-banner .cookie-btn:focus {
  filter: brightness(1.08);
}
.cookie-banner .cookie-btn.settings {
  background: #E2ECF4;
  color: #0A5472;
  border: 2px solid #0A5472;
}
.cookie-banner .cookie-btn.settings:hover, .cookie-banner .cookie-btn.settings:focus {
  background: #FFC145;
  color: #0A5472;
  border: 2px solid #FFC145;
}

/* COOKIE MODAL */
.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(25,50,65,0.25);
  z-index: 1122;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s;
}
.cookie-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 14px 64px 0 rgba(10,84,114,0.21);
  padding: 36px 28px 24px 28px;
  min-width: 310px;
  max-width: 95vw;
  font-family: 'Roboto', Arial, sans-serif;
  color: #0A5472;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 99999;
  animation: popIn 0.37s cubic-bezier(.72,-0.05,.45,1.12);
}
@keyframes popIn {
  0% {transform: scale(.83) translateY(22px); opacity: 0;}
  100% {transform: scale(1) translateY(0); opacity: 1;}
}
.cookie-modal h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.22rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0A5472;
}
.cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F4F6F8;
  padding: 15px 15px;
  border-radius: 13px;
  margin-bottom: 13px;
  font-size: 1.06rem;
}
.cookie-modal .cookie-toggle {
  width: 44px;
  height: 26px;
  background: #E2ECF4;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
  border: none;
  appearance: none;
  outline: none;
  transition: background 0.19s;
}
.cookie-modal .cookie-toggle:checked {
  background: #0A5472;
}
.cookie-modal .cookie-toggle::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.19s;
}
.cookie-modal .cookie-toggle:checked::before {
  left: 22px;
}
.cookie-modal .close-modal-btn {
  position: absolute;
  right: 17px;
  top: 13px;
  background: #FFC145;
  color: #0A5472;
  border: none;
  font-size: 1.2rem;
  padding: 2px 13px;
  border-radius: 7px;
  cursor: pointer;
}
.cookie-modal .close-modal-btn:hover, .cookie-modal .close-modal-btn:focus {
  background: #0A5472;
  color: #FFC145;
}
.cookie-modal .cookie-actions {
  display: flex;
  gap: 13px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.cookie-modal .cookie-btn {
  border-radius: 16px;
  padding: 8px 18px;
  font-size: 0.95rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  border: none;
  background: #0A5472;
  color: #fff;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}
.cookie-modal .cookie-btn:not(:first-child) {
  background: #FFC145;
  color: #0A5472;
}
.cookie-modal .cookie-btn:hover, .cookie-modal .cookie-btn:focus {
  filter: brightness(1.09);
}

/* === FOOTER === */
footer {
  background: #F4F6F8;
  border-top: 3px solid #FFC145;
  padding: 30px 0 30px 0;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.footer-nav {
  display: flex;
  gap: 21px;
  margin-bottom: 10px;
}
.footer-nav a {
  color: #0A5472;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 5px 12px;
  border-radius: 5px;
  transition: background 0.14s, color 0.14s;
}
.footer-nav a:active, .footer-nav a:hover, .footer-nav a:focus {
  background: #FFC145;
  color: #0A5472;
}
footer address {
  color: #38464C;
  font-size: 0.97rem;
  text-align: center;
  font-style: normal;
  margin-top: 7px;
}
footer address a {
  color: #0A5472;
  font-weight: 500;
}

/* === FORMS === */
input, textarea, select {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  border-radius: 8px;
  border: 1.7px solid #E2ECF4;
  padding: 10px 13px;
  background: #fff;
  box-shadow: none;
  outline: none;
  transition: border 0.18s;
}
input:focus, textarea:focus, select:focus {
  border: 1.7px solid #0A5472;
}
label {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #0A5472;
  margin-bottom: 4px;
  margin-top: 12px;
  display: block;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 1100px) {
  .service-card {max-width: 100%;}
  .card {min-width: 165px;}
  .testimonial-card {max-width: 90vw;}
}
@media (max-width: 900px) {
  .container {max-width: 99vw;}
  .content-wrapper {gap: 15px;}
}
@media (max-width: 768px) {
  .container {
    max-width: 99vw;
    padding: 0 7px;
  }
  .content-wrapper {
    flex-direction: column;
    gap: 14px;
  }
  .service-card, .card, .testimonial-card {
    min-width: 98vw;
    max-width: 99vw;
    margin-right: 0;
    margin-bottom: 22px;
    padding: 22px 11px 18px 14px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .footer-nav {
    gap: 13px;
    flex-wrap: wrap;
  }
  .section {
    margin-bottom: 34px;
    padding: 21px 5px;
  }
  main section:first-child {
    background: #FFC145;
    border-radius: 0 0 28px 28px;
    min-height: 140px;
    padding-bottom: 34px;
  }
  h1 {font-size: 2.0rem;}
  h2 {font-size: 1.3rem;}
  h3 {font-size: 1.10rem;}
  .subheadline {font-size: 1.06rem;}
  .testimonial-card {padding: 14px 11px 12px 12px;}
  .service-card {padding: 16px 9px 14px 10px;}
  .cookie-banner {
    flex-direction: column;
    gap: 18px;
    font-size: 0.97rem;
    padding: 18px 2vw 15px 2vw;
    align-items: flex-start;
  }
  .cookie-banner .cookie-text {margin: 0;}
  .cookie-banner .cookie-actions {flex-wrap: wrap; gap: 7px;}
}
@media (max-width: 640px) {
  .service-card, .card, .testimonial-card {
    min-width: 96vw;
    padding: 13px 7px 10px 11px;
  }
  .content-grid {
    gap: 10px;
  }
}

/* === ARTISTIC THEME EXTRAS === */
/* Artistic handwritten headings for creative touch */
h1, h2, h3, .btn-primary, .btn-secondary {
  font-variant-ligatures: common-ligatures discretionary-ligatures;
}
h1, h2, h3 {
  letter-spacing: 0.018em;
  text-transform: none;
}
/* Accented underline for main headings */
h1::after, h2::after {
  display: block;
  content: '';
  width: 70px;
  height: 6px;
  background: #FFC145;
  border-radius: 4px;
  margin-top: 9px;
  margin-bottom: 8px;
  opacity: 1;
}
@media (max-width: 600px) {
  h1::after, h2::after {width:44px;height:4px;}
}

/* Decorative Doodle Markers (optionally used) */
h3 {
  position: relative;
}
h3::before {
  content: '\02198';
  color: #FFC145;
  font-size: 1.44em;
  position: absolute;
  left: -30px;
  top: 0;
  opacity: 0.65;
}
@media (max-width: 500px) {
  h3::before {display: none;}
}

/* === MICRO-INTERACTIONS & TRANSITIONS === */
section, .card, .service-card, .testimonial-card {
  transition: box-shadow 0.23s, border 0.13s;
}
.btn-primary, .btn-secondary, .cookie-btn, .mobile-menu-toggle, .mobile-menu-close {
  transition: all 0.15s;
}

/* === INTERACTIVE STATES === */
.btn-primary:active, .btn-secondary:active, .cookie-btn:active {
  transform: scale(0.98);
}

/* === ENSURE MIN 20PX SPACING BETWEEN ELEMENTS === */
.card, .service-card, .testimonial-card, .text-section, .content-grid > * {
  margin-bottom: 20px;
}
.card-container, .content-grid, .content-wrapper {
  gap: 24px;
}
@media (max-width: 790px){
  .card-container, .content-grid, .content-wrapper {gap: 17px;}
}

/* Prevent overlapping by using only margin & gap, no absolute for main content */

/* === ACCESSIBILITY === */
:focus-visible {
  outline: 3px dashed #0A5472;
  outline-offset: 2px;
}

/* ==== END STYLE.CSS ==== */

/* === ARTISTIC FONTS LOADER === */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,900|Roboto:400,500,700&display=swap');
