/* --- VIVID EQUITY FRANKFURT TECH_FUTURISTIC STYLE.CSS --- */

/* 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 {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  background: #181B2B;
  color: #E5ECE9;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  background-color: #181B2B;
  transition: background 0.4s;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul, ol {
  margin-left: 24px;
}
a {
  color: #F4D06F;
  text-decoration: none;
  transition: color 0.2s;
  outline: none;
}
a:hover, a:focus {
  color: #fff36d;
  text-decoration: underline;
}
::-webkit-input-placeholder { color: #B5B9C1; }
::-moz-placeholder { color: #B5B9C1; }
:-ms-input-placeholder { color: #B5B9C1; }
::placeholder { color: #B5B9C1; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  color: #F4D06F;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.01em;
}
h1 { font-size: 2.4rem; margin-bottom: 20px; }
h2 { font-size: 1.9rem; margin-bottom: 16px; }
h3 { font-size: 1.3rem; margin-bottom: 10px; }
h4, h5, h6 { font-size: 1.1rem; margin-bottom: 8px; }
p, li { font-size: 1rem; line-height: 1.7; }
strong { color: #fff; font-weight: 700; }
.text-section h2, .text-section h3, .text-section h1 {
  color: #F4D06F;
}

/* Section Spacing & Alignment */
section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: rgba(38,40,100,0.85);
  border-radius: 22px;
  box-shadow: 0 5px 28px 0 rgba(61,116,180,0.07);
  border: 1.5px solid rgba(38,40,100,0.22);
  position: relative;
}
@media (max-width: 768px) {
  section {
    padding: 28px 8px;
    margin-bottom: 32px;
  }
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #E5ECE9;
}

.text-image-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}

/* Features grid / card container patterns */
.features-grid, .card-container, .card-grid, .content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .features-grid, .card-container, .card-grid, .content-grid {
    flex-direction: column;
    gap: 18px;
  }
}
.card {
  position: relative;
  margin-bottom: 20px;
  background: #23274A;
  border-radius: 18px;
  box-shadow: 0 3px 20px rgba(38, 40, 100, 0.13);
  border: 1.5px solid #353899;
  padding: 32px 24px;
  color: #E5ECE9;
  transition: box-shadow 0.2s, border 0.2s, transform 0.18s;
}
.card:hover, .card:focus-within {
  box-shadow: 0 8px 40px 4px #f4d06f44, 0 3px 20px rgba(38, 40, 100, 0.22);
  border: 1.5px solid #F4D06F;
  transform: translateY(-5px) scale(1.012);
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

/* Testimonial Cards */
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 14px;
  background: #f5f5f7;
  box-shadow: 0 6px 32px 0 rgba(38,40,100,0.12);
  border-left: 4px solid #F4D06F;
  color: #23274A;
  margin-bottom: 24px;
}
.testimonial-card blockquote {
  font-size: 1.08rem;
  line-height: 1.6;
  color: #23274A;
  margin: 0 0 7px 0;
}
.testimonial-card p strong {
  color: #262864;
}
@media (max-width: 700px) {
  .testimonial-card {
    flex-direction: column;
    padding: 14px 10px;
    gap: 8px;
  }
}

/* Button Styles */
.cta-btn, button, .cookie-btn, .mobile-menu-toggle {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  background: linear-gradient(90deg, #272983 0%, #4e51d7 100%);
  color: #F4D06F;
  font-weight: 700;
  border: none;
  border-radius: 30px;
  padding: 12px 30px;
  font-size: 1.08rem;
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: background 0.18s, color 0.18s, box-shadow 0.17s, transform 0.17s;
  box-shadow: 0 2px 10px 0 #23274a44;
  outline: none;
}
.cta-btn:hover, .cta-btn:focus {
  background: linear-gradient(90deg, #F4D06F 0%, #E5ECE9 100%);
  color: #262864;
  box-shadow: 0 0 16px 2px #fff36d88,0 2px 10px 0 #23274a44;
  transform: scale(1.045);
}
button:active {
  transform: scale(0.97);
}

/* Navigation Styles */
header {
  width: 100%;
  background: #23274A;
  display: flex;
  align-items: center;
  padding: 0 22px;
  height: 70px;
  box-shadow: 0 2px 14px 0 rgba(61,116,180,0.08);
  position: sticky;
  top: 0;
  z-index: 1090;
  gap: 18px;
}
header a[href="/"] img {
  height: 48px;
  width: auto;
  margin-right: 10px;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 0 16px;
}
.desktop-nav a {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #E5ECE9;
  padding: 8px 16px;
  border-radius: 18px;
  transition: background 0.16s, color 0.16s;
}
.desktop-nav a:hover, .desktop-nav a:focus {
  background: #F4D06F;
  color: #262864;
}
.cta-btn {
  margin-left: auto;
  margin-right: 10px;
}
.mobile-menu-toggle {
  display: none;
  background: none;
  color: #F4D06F;
  font-size: 1.8rem;
  padding: 8px 18px;
  min-width: 44px;
  min-height: 44px;
  border: none;
  z-index: 1201;
  box-shadow: none;
  border-radius: 22px;
  transition: background 0.17s, color 0.17s;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #4e51d7;
}

@media (max-width: 950px) {
  .desktop-nav, .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
    margin-left: auto;
  }
}

/* --- Mobile Menu Overlay --- */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(24,27,43,0.98);
  box-shadow: 0 12px 48px #26286499;
  z-index: 1970;
  transform: translateX(-100vw);
  transition: transform 0.33s cubic-bezier(.77,0,.18,1) 0s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 20px 0 0 0;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  margin-left: auto;
  margin-right: 30px;
  margin-bottom: 12px;
  color: #F4D06F;
  background: none;
  font-size: 2rem;
  border: none;
  cursor: pointer;
  padding: 7px 14px;
  border-radius: 50%;
  transition: background 0.17s, color 0.17s;
  z-index: 1981;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #353899;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100vw;
  align-items: flex-start;
  padding: 16px 32px;
}
.mobile-nav a {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  color: #F4D06F;
  padding: 18px 0;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 3px;
  transition: background 0.16s, color 0.16s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #F4D06F;
  color: #23274A;
}
@media (min-width: 951px) {
  .mobile-menu, .mobile-menu-toggle { display: none !important; }
}

/* Footer Styles */
footer {
  background: #23274A;
  color: #E5ECE9;
  padding: 0 0 0 0;
  margin-top: 52px;
}
footer .container {
  padding: 28px 20px 18px 20px;
  align-items: flex-start;
}
footer .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  gap: 14px;
}
.footer-nav a {
  color: #E5ECE9;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  padding: 5px 10px;
  border-radius: 12px;
  transition: background 0.13s, color 0.13s;
}
.footer-nav a:hover, .footer-nav a:focus {
  background: #F4D06F;
  color: #262864;
}
.social-links {
  display: flex;
  gap: 16px;
}
.social-links img {
  width: 34px; height: 34px; border-radius: 50%; box-shadow: 0 2px 7px #26286433; background: #E5ECE9; padding: 6px; transition: box-shadow 0.17s, background 0.17s; }
.social-links img:hover {
  box-shadow: 0 4px 16px #F4D06F99, 0 2px 7px #26286433;
  background: #F4D06F;
}
.contact-summary {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.98rem;
  color: #E5ECE9;
}
.contact-summary img {
  width: 20px; height: 20px; margin-right: 8px; vertical-align: text-bottom;
}
@media (max-width: 1100px) {
  footer .content-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}

/* Accordion (Fototipps, Bildbearbeitung etc.) */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.accordion > div {
  background: #23274A;
  color: #E5ECE9;
  border-radius: 14px;
  border-left: 4px solid #F4D06F;
  padding: 22px 24px 16px 20px;
  box-shadow: 0 3px 20px rgba(38, 40, 100, 0.10);
  margin-bottom: 10px;
  transition: box-shadow 0.17s, border 0.18s;
}
.accordion > div:hover, .accordion > div:focus-within {
  border-left: 4px solid #fff36d;
  box-shadow: 0 7px 26px 0 #26286444;
}
.accordion h3 {
  margin-bottom: 8px;
}

/* Lists */
ul, ol {
  color: #E5ECE9;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 12px;
  padding-left: 17px;
}
ul li, ol li {
  margin-bottom: 8px;
  padding-left: 4px;
}

/* Contact info in Kontakt page */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 13px;
  color: #E5ECE9;
}
.contact-info p {
  align-items: center;
  font-size: 1rem;
  display: flex;
  gap: 10px;
}
.map-placeholder {
  background: #262864;
  color: #F4D06F;
  border-radius: 12px;
  padding: 18px 24px;
  margin-top: 15px;
  display: flex; align-items: center; gap: 12px;
  font-weight: 600;
  box-shadow: 0 2px 14px #f4d06f33;
  border: 1.5px solid #E5ECE9;
}

/* --- Cookie Consent Banner Styles --- */
.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: #23274A;
  color: #E5ECE9;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  box-shadow: 0 -8px 40px 0 #26286477;
  z-index: 9919;
  padding: 22px 9vw 22px 9vw;
  font-size: 1rem;
  transition: transform 0.24s cubic-bezier(.77,0,.18,1), opacity 0.22s;
  transform: translateY(0);
  opacity: 1;
}
.cookie-consent-banner.hide {
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
}
.cookie-btn {
  margin: 0 4px;
  font-size: 1rem;
  padding: 11px 24px;
  background: linear-gradient(90deg, #272983 0%, #4e51d7 100%);
  color: #F4D06F;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  transition: background 0.18s, color 0.18s, transform 0.17s;
}
.cookie-btn.accept {
  background: #F4D06F;
  color: #23274A;
}
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: #fff36d;
  color: #262864;
}
.cookie-btn.reject {
  background: #E02856;
  color: #fff;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #C71534;
  color: #fff;
}
.cookie-btn.settings {
  background: transparent;
  border: 1.3px solid #F4D06F;
  color: #F4D06F;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #262864;
  color: #F4D06F;
  box-shadow: 0 0 8px #F4D06F55;
}
.cookie-btn:active {
  transform: scale(0.96);
}
.cookie-btn + .cookie-btn {
  margin-left: 16px;
}
@media (max-width: 700px) {
  .cookie-consent-banner {
    flex-direction: column;
    padding: 18px 14px;
    font-size: 0.97rem;
    gap: 13px;
  }
}

/* Cookie modal overlay */
.cookie-modal-overlay {
  position: fixed;
  background: rgba(24,27,43,0.82);
  left: 0; top: 0; right: 0; bottom: 0;
  z-index: 9940;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  transition: opacity 0.19s;
  opacity: 1;
}
.cookie-modal-overlay.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal {
  background: #262864;
  color: #E5ECE9;
  padding: 36px 28px 28px 28px;
  border-radius: 24px;
  box-shadow: 0 14px 48px 0 #23274A99;
  max-width: 410px;
  width: 90vw;
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
}
.cookie-modal h2 {
  color: #F4D06F;
  font-size: 1.34rem;
  margin-bottom: 5px;
}
.cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
  margin-bottom: 8px;
  padding: 11px 0 11px 0;
  border-bottom: 1.1px solid #353899;
}
.cookie-category:last-child {
  border-bottom: none;
}
.cookie-category span {
  color: #F4D06F;
  font-weight: 600;
  font-size: 1.02rem;
  margin-right: 8px;
}
.cookie-category-toggle {
  min-width: 44px;
  min-height: 24px;
  background: #181B2B;
  border-radius: 16px;
  border: 1.32px solid #353899;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: background 0.20s;
  display: flex;
  align-items: center;
  padding: 3px 6px;
}
.cookie-category-toggle[data-active="true"] {
  background: #F4D06F;
  border-color: #F4D06F;
}
.cookie-category-toggle .switch {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.19s;
}
.cookie-category-toggle[data-active="true"] .switch {
  background: #262864;
  transform: translateX(22px);
}
.cookie-modal-footer {
  display: flex;
  flex-direction: row;
  gap: 13px;
  justify-content: flex-end;
  margin-top: 18px;
}
.cookie-modal .cookie-btn {
  padding: 8px 18px;
  font-size: 0.99rem;
}
.cookie-modal-close-btn {
  position: absolute;
  top: 14px;
  right: 12px;
  color: #F4D06F;
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 50%;
  transition: background 0.17s, color 0.17s;
}
.cookie-modal-close-btn:hover, .cookie-modal-close-btn:focus {
  background: #353899;
  color: #fff;
}

/* Misc utility / helpers */
.show { display: block !important; }
.hide { display: none !important; opacity: 0 !important; }

/* --- Responsive Adjustments --- */
@media (max-width: 800px) {
  .container {
    max-width: 98vw;
    padding: 0 4vw;
  }
  .content-wrapper {
    gap: 14px;
  }
  .footer-nav {
    gap: 8px;
  }
  section {
    padding: 21px 6px;
    margin-bottom: 28px;
  }
}
@media (max-width: 520px) {
  header {
    height: 56px;
    padding: 0 7px;
  }
  header a[href="/"] img {
    height: 36px;
    margin-right: 3px;
  }
  .content-wrapper, .container {
    padding: 0 0;
    gap: 7px;
  }
}

/* Focus and accessibility highlights */
a:focus, button:focus, .cta-btn:focus, .cookie-btn:focus, .mobile-menu-toggle:focus, .mobile-menu-close:focus {
  outline: 2px solid #F4D06F;
  outline-offset: 2px;
}

/* Custom scrollbar for modern look (Webkit-based browsers) */
::-webkit-scrollbar { width: 8px; background: #23274A; }
::-webkit-scrollbar-thumb { background: #353899; border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: #F4D06F; }

/* Neon accent border/shadow for tech_futuristic */
.card, .accordion > div, section, .testimonial-card, .map-placeholder {
  box-shadow: 0 0 16px #F4D06F33, 0 2px 10px #23274A33;
}
.card:hover, .card:focus-within, .accordion > div:hover, .accordion > div:focus-within {
  box-shadow: 0 0 17px #F4D06F99, 0 2px 20px #23274A55;
}

/* --- END STYLE.CSS --- */
