/* --- 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;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
body {
  line-height: 1.5;
  background: #F8FBFF;
  color: #222E3A;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  min-height: 100vh;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  display: block;
}
a {
  color: #003366;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #5CB85C;
  outline: none;
  text-decoration: underline;
}
ul, ol {
  padding-left: 22px;
}
button {
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}

/* --- Typography --- */
h1 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  line-height: 1.15;
  color: #003366;
  letter-spacing: -1px;
  font-weight: 800;
  margin-bottom: 24px;
}
h2 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1A4170;
  margin-bottom: 20px;
}
h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.22rem;
  font-weight: 700;
  color: #3682AD;
  margin-bottom: 14px;
}
h4 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #003366;
  margin-bottom: 8px;
}
.subheadline {
  font-size: 1.06rem;
  color: #3888B8;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 26px;
}
p, li, span, td, th {
  font-size: 1rem;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #222E3A;
  margin-bottom: 8px;
  font-weight: 400;
}
blockquote {
  border-left: 4px solid #5CB85C;
  background: #F6FFF8;
  padding: 12px 22px;
  margin: 20px 0 24px 0;
  color: #003366;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
  font-style: italic;
}
/* --- Brand Colors --- */
:root {
  --primary: #003366;
  --secondary: #5CB85C;
  --accent: #FAFAFA;
  --blue-bright: #3682AD;
  --yellow-creative: #FFC94D;
  --art-magenta: #F346A4;
  --art-cyan: #59DAE0;
  --danger: #E04848;
}

/* --- Container and Layout General --- */
.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 16px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.text-section {
  background: #fff;
  border-radius: 18px;
  padding: 32px 22px;
  box-shadow: 0 6px 40px -10px rgba(0,65,130,0.07);
  margin-bottom: 28px;
  position: relative;
}
.text-section h2 {
  margin-top: 0;
}

/* --- Artistic Section Spacing --- */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: transparent;
}
@media (max-width:720px) {
  .section {
    margin-bottom: 34px;
    padding: 24px 6px;
  }
  .text-section {
    padding: 20px 6px;
  }
}

/* --- Artistic Flexbox Grid Patterns --- */
.feature-grid, .card-container, .content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.content-grid {
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .feature-grid, .card-container, .content-grid {
    gap: 12px;
  }
}

.card {
  margin-bottom: 20px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 6px 38px -7px rgba(0,44,82,0.07);
  background: #fff;
  overflow: hidden;
  min-width: 260px;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 18px 20px 18px;
  gap: 12px;
}

.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: flex-start;
    gap: 18px;
  }
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #FFFDF8;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 22px -5px rgba(0,44,82,0.09);
  border-left: 5px solid var(--art-magenta);
}
.testimonial-card p {
  color: #192431;
  font-size: 1.05rem;
  margin-bottom: 4px;
}
.testimonial-card span {
  color: #444;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 0.97rem;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #FAFAFF;
  padding: 24px 20px 22px 20px;
  border-radius: 18px;
  min-width: 210px;
  flex: 1 1 200px;
  box-shadow: 0 2px 18px -9px rgba(56,136,184,0.10);
  border-left: 6px solid var(--yellow-creative);
  position: relative;
  transition: box-shadow .25s, border-color .22s, transform .15s;
}
.feature-item img {
  height: 40px;
}
.feature-item:hover {
  box-shadow: 0 4px 22px -3px var(--art-magenta), 0 0 0 6px #fdf1f8;
  border-left: 6px solid var(--art-magenta);
  transform: translateY(-3px) scale(1.02);
  z-index: 2;
}
@media (max-width:700px) {
  .feature-grid, .content-grid, .card-container {
    flex-direction: column;
    gap: 12px;
  }
  .feature-item {
    min-width: unset;
  }
}

/* --- Header & Navigation --- */
header {
  background: linear-gradient(90deg, #003366 70%, #59DAE0 110%);
  box-shadow: 0 6px 36px -8px rgba(0,51,102,0.09);
  position: sticky;
  top: 0;
  z-index: 101;
}
header .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 14px 18px;
}
header a img {
  height: 38px;
  margin-right: 34px;
}
nav {
  display: flex;
  gap: 20px;
  align-items: center;
}
nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 6px 2px;
  transition: color .18s, background .19s;
  border-radius: 6px;
}
nav a:hover,
nav a:focus {
  color: var(--yellow-creative);
  background: #00336622;
  outline: none;
}
nav .btn-primary {
  margin-left: 22px;
}
@media (max-width:990px){
  header .container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  nav {
    gap: 10px;
  }
}
@media (max-width:820px) {
  nav {
    display: none;
  }
  header .mobile-menu-toggle {
    display: inline-flex;
  }
}

/* --- Primary Button --- */
.btn-primary {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  background: linear-gradient(90deg, #5CB85C 90%, #F346A4 130%);
  color: #fff;
  border-radius: 22px;
  border: none;
  font-size: 1.06rem;
  font-weight: 700;
  padding: 12px 30px;
  box-shadow: 0 4px 18px -4px #5CB85C44;
  transition: background .20s, box-shadow .20s, transform .1s;
  position: relative;
  letter-spacing: .5px;
  outline: none;
  margin-right: 0;
  margin-top: 0;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0,51,102,0.10);
  cursor: pointer;
}
.btn-primary:hover, .btn-primary:focus {
  background: linear-gradient(90deg, #3888B8 65%, #F346A4 150%);
  box-shadow: 0 4px 26px -3px #3682AD5c,0 0 0 4px #fadffc;
  transform: scale(1.04) translateY(-2px);
}

/* --- Mobile Hamburger Navigation --- */
.mobile-menu-toggle {
  display: none;
  background: #fff;
  color: var(--primary);
  font-size: 2rem;
  border-radius: 10px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 2px solid #3682AD33;
  box-shadow: 0 2px 12px -6px #00336619;
  margin-left: 16px;
  z-index: 202;
  transition: background .17s, color .15s;
}
.mobile-menu-toggle:focus {
  outline: 2px solid #F346A4;
}
@media (max-width:820px) {
  .mobile-menu-toggle {
    display: flex;
  }
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(110deg, #003366 80%, #59DAE0 160%);
  color: #fff;
  z-index: 999;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(.77,.2,.22,1);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  box-shadow: 0 2px 44px 5px #2226401e;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  align-self: flex-end;
  font-size: 2.5rem;
  background: none;
  color: #fff;
  padding: 16px 24px 8px 16px;
  border: none;
  z-index: 1002;
  margin-bottom: 0;
  cursor: pointer;
  transition: color .2s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: var(--yellow-creative);
  outline: none;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 40px 40px 16px 36px;
  margin-top: 28px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.22rem;
  letter-spacing: .5px;
  padding: 8px 2px;
  border-radius: 7px;
  transition: background .18s, color .21s;
  margin-bottom: 2px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #fff2;
  color: #FFC94D;
  outline: none;
}
@media (max-width:443px) {
  .mobile-nav {
    padding: 38px 14px 10px 18px;
  }
}

/* --- Main Section Hero Artistic Highlight --- */
main section:first-of-type .content-wrapper {
  align-items: flex-start;
  background: linear-gradient(120deg, #5CB85C11 54%, #FFC94D1b 100%);
  border-radius: 28px;
  padding: 38px 25px 32px 25px;
  box-shadow: 0 8px 32px -11px #00336612;
}
main section:first-of-type h1 {
  font-size: 2.8rem;
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 12px;
  letter-spacing: -2px;
}

@media (max-width:720px){
  main section:first-of-type .content-wrapper {
    padding: 20px 10px 20px 10px;
  }
  main section:first-of-type h1 {
    font-size: 2rem;
  }
}

/* --- Artistic Table Styling --- */
.pricing-table {
  width: 100%;
  background: #FCFDFD;
  border-radius: 16px;
  box-shadow: 0 2px 16px -8px #ffb8d622;
  border: 3px solid #59DAE0;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 26px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  overflow: hidden;
}
.pricing-table th {
  background: #5CB85C;
  color: #fff;
  font-size: 1.09rem;
  font-weight: 700;
  padding: 16px 10px;
  border-bottom: 2px solid #59DAE0;
}
.pricing-table td {
  background: #fff;
  color: #003366;
  font-size: 1rem;
  font-weight: 500;
  padding: 14px 10px;
  border-bottom: 1px solid #E0F2E9;
  text-align: left;
}
.pricing-table tr:last-child td {
  border-bottom: none;
}
@media (max-width: 730px) {
  .pricing-table td, .pricing-table th {
    padding: 8px 2px;
    font-size: 0.98rem;
  }
}

/* --- Artistic Tags & Categories --- */
.tags-overview {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.tags-overview span {
  display: inline-block;
  background: #FDF4F2;
  color: #F346A4;
  border-radius: 12px;
  padding: 3px 12px 4px 12px;
  font-size: 0.93rem;
  margin-right: 4px;
  margin-bottom: 2px;
  font-weight: 600;
}

/* --- Artistic Directions (Kontakt/Map) --- */
.directions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  margin-bottom: 10px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  padding: 14px 0;
  border-radius: 12px;
}
.directions img {
  width: 64px;
  height: 64px;
  margin-right: 0;
}
@media (max-width: 550px) {
  .directions {
    flex-direction: column;
    gap: 8px;
  }
}

/* --- Footer --- */
footer {
  background: #003366;
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  padding: 36px 0 0 0;
  margin-top: 84px;
}
footer nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
  align-items: center;
  justify-content: center;
}
footer nav a {
  color: #FAFAFA;
  font-weight: 500;
  margin: 0 2px;
  transition: color 0.19s;
}
footer nav a:hover {
  color: #FFC94D;
  text-decoration: underline;
  background: none;
}
footer .contact-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: 10px 0 8px 0;
}
footer .contact-info span {
  color: #EDEDED;
  font-size: 0.97rem;
  display: flex;
  align-items: center;
  gap:7px;
}
footer .contact-info img {
  height: 20px;
  width: 20px;
}
footer .copyright {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #BEE9D6;
  font-size: 0.95rem;
  margin: 18px 0 10px 0;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width:770px){
footer .contact-info {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* --- List Styling --- */
ul li, ol li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 14px;
}
ul li::before {
  content: ''; 
  display: inline-block;
  width: 7px;
  height: 7px;
  background: linear-gradient(120deg, #5CB85C 70%, #F346A4 120%);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

/* --- Cookie Consent Banner & Modal --- */
.cookie-consent-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  background: linear-gradient(90deg,#003366 92%,#F346A4 120%);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
  padding: 20px 18px;
  z-index: 9999;
  box-shadow: 0 -4px 42px -14px #00336640;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .32s, transform .32s;
}
.cookie-consent-banner.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(130%);
}
.cookie-consent-banner__message {
  flex: 1 1 270px;
  font-size: 1.09rem;
  color: #fff;
}
.cookie-consent-banner__actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.cookie-btn, .cookie-btn-primary {
  padding: 10px 24px;
  font-size: 1rem;
  border-radius: 20px;
  border: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  box-shadow: 0 2px 10px -4px #00336633;
  cursor: pointer;
  font-weight: 600;
  margin: 0 3px;
  outline: none;
  transition: background .2s, color .2s;
}
.cookie-btn-primary {
  background: linear-gradient(100deg, #5CB85C 85%, #59DAE0 140%);
  color: #fff;
}
.cookie-btn-primary:hover, .cookie-btn-primary:focus {
  background: linear-gradient(100deg, #F346A4 60%, #FFC94D 200%);
  color: #fff;
}
.cookie-btn {
  background: #fff3;
  color: #FFC94D;
  border: 1.5px solid #FFC94D;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #FFC94D;
  color: #003366;
}

/* Cookie Preferences Modal */
.cookie-modal-overlay {
  position: fixed;
  z-index: 10008;
  left: 0; top: 0; right:0; bottom:0;
  width: 100vw; height: 100vh;
  background: rgba(18,26,38,0.62);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.28s;
}
.cookie-modal-overlay.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 6px 44px -7px #00336630;
  padding: 38px 22px 25px 26px;
  max-width: 410px;
  width: 95vw;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  animation: fadeInModal .5s cubic-bezier(.44,1.38,.37,.86);
}
@keyframes fadeInModal {
  0% { opacity: 0; transform: scale(0.93) translateY(40px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
.cookie-modal__title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #003366;
  margin-bottom: 6px;
  margin-top: 5px;
}
.cookie-modal__category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  margin: 12px 0;
  padding: 8px 0 10px 0;
  border-bottom: 1px solid #E0E9EE;
}
.cookie-modal__category:last-child {
  border-bottom: 0;
}
.cookie-modal__category .toggle {
  width: 36px;
  height: 20px;
  border-radius: 12px;
  background: #F6F6F7;
  position: relative;
  border: 1.5px solid #5CB85C;
  display: flex;
  align-items: center;
  transition: background .2s;
}
.cookie-modal__category .toggle input {
  opacity: 0;
  width: 100%; height: 100%;
  position: absolute;
  left: 0; top: 0;
  margin: 0; padding: 0;
  cursor: pointer;
}
.toggle-slider {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FFC94D;
  position: absolute;
  left: 1px; top: 1px;
  transition: left .21s;
}
.toggle input:checked + .toggle-slider {
  left: 17px;
  background: #5CB85C;
}
.cookie-modal__category .category-label {
  font-weight: 600;
  color: #003366;
  font-size: 1rem;
}
.cookie-modal__category .always-enabled {
  color: #5CB85C;
  font-size: 0.94rem;
  font-weight: 800;
  margin-left: 8px;
}
.cookie-modal__actions {
  margin-top: 14px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.cookie-modal__close {
  background: none;
  font-size: 2rem;
  color: #F346A4;
  position: absolute;
  top: 14px; right: 18px;
  border: none;
  transition: color .19s;
  cursor: pointer;
}
.cookie-modal__close:hover {
  color: #003366;
}

/* --- ARTISTIC EFFECTS AND MICROINTERACTIONS --- */
.feature-item, .testimonial-card, .card {
  transition: box-shadow .22s, transform .17s, border-color .18s;
}
.feature-item:focus-within, .card:focus-within {
  box-shadow: 0 0 0 4px #F346A44a;
  outline: none;
}
/* Subtle backgrounds for CTAs and artistic shapes */
.text-section {
  background: linear-gradient(125deg,#fff 85%,#59DAE012 120%);
}
main section {
  position: relative;
}
main section::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: 0; bottom: 0;
  width: 96px; height: 48px;
  background: radial-gradient(circle at right bottom, #FFC94D44 47%, transparent 88%);
  border-radius: 51% 80% 100% 100%/ 80% 100% 41% 70%;
  pointer-events: none;
}
main section:nth-child(2n)::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  right: 0; top: 0;
  width: 56px; height: 66px;
  background: radial-gradient(circle at left top, #F346A426 44%, transparent 70%);
  border-radius: 100% 100% 70% 38% / 59% 81% 100% 90%;
  pointer-events: none;
}
@media (max-width:600px){
  main section::before, main section:nth-child(2n)::after {
    display: none;
  }
}

/* --- Forms (for newsletter, etc.) --- */
input, textarea, select {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  padding: 10px;
  border-radius: 7px;
  border: 2px solid #59DAE0;
  margin-bottom: 12px;
  width: 100%;
  background: #F8FCFF;
  color: #222E3A;
  transition: border-color 0.19s, box-shadow .19s;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #F346A4;
  box-shadow: 0 0 0 2px #FFC94D7a;
}

/* --- Responsive Queries for Complete Fluidity --- */
@media (max-width: 1020px) {
  .container {
    max-width: 96vw;
  }
}
@media (max-width:560px){
  h1{ font-size: 1.46rem; }
  h2{ font-size: 1.19rem; }
  h3{ font-size: 1.09rem; }
}
@media (max-width:430px){
  .container{ padding: 0 3px; }
}

/* --- Miscellaneous Utility --- */
.mt-4 { margin-top: 36px; }
.mb-2 { margin-bottom: 18px; }
.d-block { display: block !important; }
.text-center { text-align: center !important; }
.w-100 { width: 100% !important; }

/* --- Hide visually but keep accessible --- */
.visually-hidden {
  position: absolute!important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* --- Focus Styling for Accessibility --- */
a:focus,
.btn-primary:focus, .cookie-btn:focus, .cookie-btn-primary:focus {
  outline: 2.5px solid #FFC94D;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px #FFC94D44;
}

/* --- Animation for Microinteractions --- */
@media (hover: hover) {
  .feature-item:hover, .card:hover {
    transform: translateY(-3px) scale(1.012);
    box-shadow: 0 10px 30px -7px #ffb8d655;
  }
  .btn-primary:hover {
    transform: scale(1.045) translateY(-2px);
  }
}

/* --- End CSS --- */