/* RESET & BASE TYPOGRAPHY */
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;
  font-size: 16px;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  min-height: 100vh;
  font-family: 'Open Sans', Arial, sans-serif;
  background: #F5F5F5;
  color: #153243;
  font-size: 1rem;
  line-height: 1.7;
  position: relative;
  overflow-x: hidden;
  transition: background 0.3s;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #D0A85C;
  text-decoration: none;
  transition: color 0.18s;
  cursor: pointer;
}
a:hover, a:focus {
  color: #153243;
  text-decoration: underline;
}
ol, ul {
  list-style-type: none;
}
strong { font-weight: bold; }
em { font-style: italic; }

/* FONTS */
h1, h2, h3, h4, h5, h6, .cta-btn {
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
  color: #153243;
  margin-bottom: 16px;
  line-height: 1.1;
}
h2 {
  font-size: 2rem;
  color: #153243;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.25rem;
  color: #D0A85C;
  margin-bottom: 10px;
}
h4, h5, h6 {
  font-size: 1.1rem;
  color: #153243;
}
p, li, ul, ol, .subheadline {
  font-size: 1rem;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}
.subheadline {
  color: #2667FF;
  font-size: 1.2rem;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 16px;
}

/* CONTAINER & SECTIONS */
.container {
  width: 100%;
  max-width: 1150px;
  padding: 0 18px;
  margin: 0 auto;
}
.section, section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 8px 32px 0 rgba(32,32,64,0.08);
  overflow: visible;
}
section.hero {
  background: #D0A85C;
  color: #153243;
  padding: 60px 20px 40px 20px;
  border-radius: 0 0 32px 32px;
  min-height: 320px;
  margin-bottom: 60px;
  position: relative;
  box-shadow: 0 4px 40px 0 rgba(208,168,92,0.11);
  z-index: 1;
}
section.cta {
  background: #2667FF;
  color: #fff;
  text-align: center;
  border-radius: 32px;
  margin-bottom: 60px;
  box-shadow: 0 6px 30px 0 rgba(22,103,255,0.08);
}

section.testimonials {
  background: #F5FDFB;
  border: 2px dashed #D0A85C;
}

.main-nav, .footer-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer-nav {
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-top: 30px;
}

/* LAYOUT WRAPPERS */
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.text-section, .text-image-section, .address-details, .email-info, .opening-hours {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 8px;
}
.text-image-section {
  flex-direction: row;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .text-image-section { flex-direction: column; gap: 20px; }
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(21,50,67,0.12);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.19s cubic-bezier(.23,1.11,.52,.98), box-shadow 0.17s;
}
.card:hover {
  transform: translateY(-6px) scale(1.03) rotate(-1deg);
  box-shadow: 0 8px 32px 0 rgba(32,100,255,0.09);
}

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

.feature-item, .service-list > li, .styleberatung_packages > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #f9fafc;
  border-radius: 18px;
  box-shadow: 0 2px 10px 0 rgba(32,100,255,0.04);
  padding: 18px 16px 18px 18px;
  margin-bottom: 12px;
}

.features {
  background: #F4EFEA;
  padding: 40px 20px 30px 20px;
  border-radius: 28px;
  margin-bottom: 60px;
  box-shadow: 0 0 20px 0 rgba(208,168,92,0.03);
}

ul.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 16px;
}
ul.feature-grid li {
  flex: 1 1 220px;
  min-width: 210px;
  max-width: 290px;
  background: #fffbee;
  border: 1.5px solid #ffe19c;
  border-radius: 22px;
  box-shadow: 0 2px 10px 0 rgba(208,168,92,0.07);
  padding: 20px 14px 18px 18px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  transition: box-shadow 0.22s, transform 0.18s;
  position: relative;
  animation: slideInUp 0.9s cubic-bezier(.53,.9,.59,.95);
}
ul.feature-grid li img {
  width: 44px; height: 44px;
  margin-right: 6px;
  margin-top: 1px;
  filter: drop-shadow(0 4px 7px rgba(208,168,92,0.11));
  animation: featureSpin 1.4s infinite linear alternate;
}
@keyframes featureSpin {
  0% { transform: rotate(-6deg) scale(1.06); }
  100% { transform: rotate(4deg) scale(1.14); }
}
ul.feature-grid li:hover {
  box-shadow: 0 10px 26px 0 rgba(22,103,255,0.08);
  transform: translateY(-6px) scale(1.02);
}

/* Trendanalysen Custom List */
ul.trend-highlights {
  display: flex; flex-wrap: wrap; gap: 20px; margin-top: 16px;
}
ul.trend-highlights li {
  flex: 1 1 210px;  min-width: 190px; max-width: 330px;
  background: #E4FFFE;
  border-radius: 19px;
  box-shadow: 0 2px 12px 0 rgba(38,103,255,0.06);
  padding: 20px 14px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 20px;
  transition: box-shadow 0.18s, transform 0.18s;
  animation: fadePop 0.72s cubic-bezier(.5,.9,.7,.98);
}
ul.trend-highlights li img {
  width: 44px; height: 44px;
  filter: drop-shadow(0 4px 7px rgba(22,103,255,0.13));
  animation: highlightPop 1.3s infinite ease-in-out alternate;
}
@keyframes highlightPop {
  0% { transform: scale(1) translateY(0); }
  100% { transform: scale(1.13) translateY(-6px); }
}

/* Custom transitions for playful/energetic feel */
@keyframes slideInUp {
  0% { opacity:0; transform: translateY(40px); }
  100% { opacity:1; transform: translateY(0); }
}
@keyframes fadePop {
  0% { opacity:0; transform: scale(0.9); }
  100% { opacity:1; transform: scale(1); }
}

/* Service Styles */
ul.service-list, ul.styleberatung_packages {
  display: flex; flex-wrap: wrap;
  gap: 20px; margin-top: 12px;
}
ul.service-list li, ul.styleberatung_packages li {
  flex: 1 1 200px;
  background: #EEF7FF;
  border-radius: 19px;
  padding: 22px 18px;
  box-shadow: 0 2px 10px 0 rgba(38,103,255,0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-left: 5px solid #2667FF;
  position: relative;
  animation: slideInUp 1.1s cubic-bezier(.55,.98,.6,1);
}
ul.service-list li .price, ul.styleberatung_packages li .price {
  font-size: 1.13rem;
  color: #153243;
  font-weight: bold;
  background: #FFFC90;
  border-radius: 14px;
  padding: 4px 12px;
  align-self: flex-start;
}

/* CTA BUTTONS */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2667FF;
  color: #fff;
  border-radius: 40px;
  padding: 14px 34px;
  font-size: 1.2rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 12px;
  border: none;
  box-shadow: 0 4px 20px rgba(22,103,255,0.13);
  cursor: pointer;
  transition: background 0.22s, transform 0.16s, box-shadow 0.13s;
}
.cta-btn:hover, .cta-btn:focus {
  background: #D0A85C;
  color: #153243;
  transform: translateY(-2px) scale(1.025);
  box-shadow: 0 6px 28px 0 rgba(208,168,92,0.16);
}

/* TESTIMONIALS */
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 18px 0 rgba(21,50,67,0.08);
  margin-bottom: 20px;
  max-width: 700px;
  color: #153243;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.06rem;
  font-style: italic;
  animation: fadePop 1s cubic-bezier(.5,.9,.7,.98);
}
.testimonial-card span {
  font-size: 0.98rem;
  color: #2667FF;
  font-style: normal;
  padding-left: 12px;
}

/* Table Styling for Marken-Check */
.brand_comparison_table {
  margin-top: 18px;
  overflow-x: auto;
}
.brand_comparison_table table {
  width: 100%;
  border-collapse: collapse;
  background: #fcfffe;
  border-radius: 12px;
  box-shadow: 0 2px 14px 0 rgba(21,50,67,0.06);
}
.brand_comparison_table th, .brand_comparison_table td {
  padding: 12px 14px;
  text-align: left;
  font-size: 1rem;
}
.brand_comparison_table th {
  background: #2667FF;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
}
.brand_comparison_table tbody tr:nth-child(even) {
  background: #e5f7ff;
}
.brand_comparison_table tr:hover {
  background: #fffbe7;
  transition: background 0.18s;
}

ul.comparison_criteria, ul.core-values, ul.expertise-list, ul.evaluation-criteria, ul.trend-description-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-top: 12px;
}
ul.comparison_criteria li, ul.core-values li, ul.expertise-list li, ul.evaluation-criteria li, ul.trend-description-list li {
  background: #f2f7ff;
  border-radius: 12px;
  padding: 8px 18px;
  color: #153243;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 8px;
  box-shadow: 0 1px 6px rgba(38,103,255,0.044);
}

.beratung_vorteile ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
.beratung_vorteile li {
  background: #FFF8E0;
  border-radius: 10px;
  padding: 7px 16px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  color: #a27807;
}

/* HEADER */
header {
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(21,50,67,0.05);
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 11;
  min-height: 56px;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  gap: 20px;
}
.logo img {
  width: 148px;
  height: auto;
  margin-right: 16px;
  display: block;
}

.main-nav a {
  color: #153243;
  font-weight: bold;
  font-size: 1rem;
  padding: 10px 16px;
  border-radius: 22px;
  transition: background 0.15s, color 0.15s;
  position: relative;
}
.main-nav a:hover, .main-nav a.active {
  background: #D0A85C;
  color: #153243;
}

/* MOBILE MENU */
.mobile-menu-toggle {
  display: inline-flex;
  background: #2667FF;
  color: #fff;
  border: none;
  padding: 8px 17px;
  font-size: 2rem;
  border-radius: 18px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(22,103,255,0.09);
  margin-left: 16px;
  transition: background 0.17s;
  z-index: 1202;
}
.mobile-menu-toggle:focus {
  outline: 2px solid #153243;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #153243;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 1200;
  transform: translateX(-110vw);
  opacity: 0;
  transition: transform 0.34s cubic-bezier(.4,1.2,.8,1), opacity 0.26s;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  align-self: flex-end;
  margin: 22px 22px 0 0;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 1205;
}
.mobile-menu-close:focus {
  outline: 2px solid #D0A85C;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  margin: 40px 0 0 34px;
  gap: 20px;
  width: 90vw;
  min-width: 260px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.21rem;
  font-weight: bold;
  letter-spacing: 1.3px;
  padding: 14px 0 10px 0;
  border-bottom: 1px solid #334c5f;
  width: 80vw;
  max-width: 410px;
  transition: color 0.19s, background 0.13s, border-radius 0.14s;
  border-radius: 16px;
}
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #D0A85C;
  color: #153243;
}

@media (min-width: 1080px) {
  .main-nav { gap: 28px; }
}
@media (max-width: 1025px) {
  .main-nav { gap: 12px; }
  .cta-btn { font-size: 1rem; padding: 12px 20px; }
}
@media (max-width: 900px) {
  header .container { flex-wrap: wrap; }
  .logo img { width: 120px; }
}
@media (max-width: 820px) {
  .main-nav { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
}
@media (min-width: 821px) {
  .mobile-menu, .mobile-menu-toggle { display: none !important; }
}
@media (max-width: 600px) {
  .container { padding: 0 8px; }
  .section, section {
    padding: 24px 6px;
    border-radius: 19px;
    margin-bottom: 28px;
  }
  section.hero {
    padding: 36px 4px 32px 4px;
    border-radius: 0 0 17px 17px;
    min-height: 170px;
    margin-bottom: 28px;
  }
  section.cta { border-radius: 17px; padding: 24px 10px; }
}

@media (max-width: 768px) {

  .content-wrapper {
    gap: 18px;
  }
  ul.feature-grid, ul.trend-highlights, ul.service-list, ul.styleberatung_packages {
    flex-direction: column;
    gap: 14px;
  }
  ul.feature-grid li, ul.trend-highlights li, ul.service-list li, ul.styleberatung_packages li {
    min-width: unset; max-width: unset; width: 100%;
  }
}

/* FOOTER */
footer {
  background: #153243;
  color: #fff;
  margin-top: 50px;
  padding: 48px 0 24px;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.footer-info span {
  font-size: 0.92rem;
  color: #D0A85C;
  letter-spacing: 1px;
  margin-top: 8px;
}
.footer-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  margin: 0 10px 0 0;
  padding: 7px 0;
  transition: color 0.14s;
}
.footer-nav a:hover { color: #D0A85C; text-decoration: underline; }

/* Cookie Consent Banner */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100%;
  padding: 22px 14px 14px 14px;
  background: #fffbee;
  color: #153243;
  box-shadow: 0 -2px 18px 0 rgba(21,50,67,0.09);
  z-index: 3000;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 18px;
  font-size: 1rem;
  transition: transform 0.4s, opacity 0.3s;
  opacity: 1;
}
.cookie-banner.hide { transform: translateY(120%); opacity: 0; pointer-events: none; }
.cookie-banner .cookie-actions {
  display: flex; align-items: center; gap: 16px; margin-left: 12px;
}
.cookie-banner button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 16px;
  font-size: 1rem;
  border: none;
  margin-left: 4px;
  transition: background 0.14s, color 0.13s, transform 0.16s;
  box-shadow: 0 1px 6px 0 rgba(208,168,92,0.05);
  cursor: pointer;
}
.cookie-banner .accept {
  background: #2667FF;
  color: #fff;
}
.cookie-banner .accept:hover, .cookie-banner .accept:focus {
  background: #153243;
  color: #FFD700;
}
.cookie-banner .reject {
  background: #fff;
  color: #153243;
  border: 2px solid #2667FF;
}
.cookie-banner .reject:hover, .cookie-banner .reject:focus {
  background: #e4eaff;
}
.cookie-banner .settings {
  background: #D0A85C;
  color: #153243;
}
.cookie-banner .settings:hover, .cookie-banner .settings:focus {
  background: #ffe19c;
}

/* COOKIE MODAL */
.cookie-modal {
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  width: 100vw; height: 100vh;
  background: rgba(21,50,67,0.22);
  z-index: 3500;
  display: flex;
  align-items: center; justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s;
}
.cookie-modal.open { opacity: 1; pointer-events: auto; }
.cookie-modal .cookie-modal-content {
  background: #fffbee;
  color: #153243;
  border-radius: 18px;
  box-shadow: 0 12px 50px 0 rgba(21,50,67,0.13);
  min-width: 320px;
  max-width: 430px;
  padding: 34px 26px 26px 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  animation: fadePop 0.6s cubic-bezier(.57,.88,.63,.99);
}
.cookie-modal .close-cookie-modal {
  position: absolute;
  right: 14px; top: 12px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #D0A85C;
  cursor: pointer;
  transition: color 0.14s;
}
.cookie-modal .close-cookie-modal:hover {
  color: #153243;
}
.cookie-modal .cookie-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.cookie-modal .cookie-list label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  cursor: pointer;
}
.cookie-modal .cookie-list input[type="checkbox"] {
  accent-color: #2667FF;
  width: 19px;
  height: 19px;
}
.cookie-modal .cookie-list input[disabled] {
  filter: grayscale(90%);
  opacity: 0.7;
}
.cookie-modal .cookie-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 10px;
}
.cookie-modal .save-btn {
  background: #2667FF;
  color: #fff;
}
.cookie-modal .save-btn:hover {
  background: #153243;
  color: #FFD700;
}

/* Responsive Cookie Banner */
@media (max-width: 520px) {
  .cookie-banner { flex-direction: column; gap: 10px; padding: 16px 5px; }
}
@media (max-width: 500px) {
  .cookie-modal .cookie-modal-content { min-width: 95vw; padding: 16px 7px 16px 12px; }
}

/* Animations/Microinteractions */
.cta-btn, .main-nav a, .footer-nav a, .mobile-menu-toggle, .mobile-menu-close, .card, ul.feature-grid li, ul.trend-highlights li { transition: transform 0.19s, box-shadow 0.16s, background 0.14s, color 0.13s; }
.card:active, .cta-btn:active { transform: scale(0.96); }

/* SCROLLBAR Styling Playful */
::-webkit-scrollbar {
  width: 10px;
  background: #e4f3ff;
}
::-webkit-scrollbar-thumb {
  background: #D0A85C;
  border-radius: 12px;
}
::-webkit-scrollbar-thumb:hover {
  background: #153243;
}

/* FORMS & TABLES */
input, textarea, select {
  border-radius: 10px;
  border: 1.5px solid #B3B3B3;
  padding: 10px 14px;
  font-size: 1rem;
  font-family: 'Open Sans', Arial, sans-serif;
  margin-bottom: 14px;
  background: #fffbee;
  transition: border-color 0.14s, box-shadow 0.11s;
}
input:focus, textarea:focus, select:focus {
  border-color: #2667FF;
  outline: none;
  box-shadow: 0 0 6px 2px #e1eeff;
}

/* LEGAL PAGES */
section.legal {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 14px 0 rgba(21,50,67,0.10);
  padding: 48px 30px;
  color: #153243;
  margin-bottom: 30px;
}
section.legal .text-section {
  max-width: 720px; margin: 0 auto;
  padding-bottom: 0;
}

/* Confirmation Page */
section.confirmation {
  background: #F5F5F5;
  color: #153243;
  text-align: center;
  border-radius: 32px;
  padding: 40px 14px 32px 14px;
}
section.confirmation .text-section {
  align-items: center;
  gap: 12px;
}

/* Responsive Tweaks */
@media (max-width: 480px) {
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.3rem; }
  .main-nav, .footer-nav { font-size: 0.97rem; }
  .cta-btn { font-size: 1rem; padding: 10px 15px; }
}

/* Playful Font for display headings (optional) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Open+Sans:wght@400;700&display=swap');

/* ENERGETIC MICRO-ELEMENTS (e.g. playful dividers or dots) */
.section:after {
  content: '';
  display: block;
  margin: 32px auto 0 auto;
  width: 68px;
  height: 6px;
  border-radius: 10px;
  background: #FFD700;
  opacity: 0.56;
  animation: sectionGlow 2.3s infinite alternate;
}
@keyframes sectionGlow {
  0% {box-shadow: 0 0 0 0 #FFD70000;}
  100% { box-shadow: 0 0 14px 7px #D0A85C77; }
}
section.hero:after, section.cta:after, section.legal:after { display: none; }

/* Hide Modal/Slide animation helpers (JS triggers .open, .hide, etc) */
