/* FellFlair Hamburg Minimalist Modern Styles */
/* -------------------------------------------------
   Reset & Normalize (mobile-friendly)
--------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  min-height: 100vh;
  background: #fff;
  color: #215f70;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  color: #25788F;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover,
a:focus {
  color: #b97c1d;
}
ul,
ol {
  padding-left: 1.4em;
  margin-bottom: 16px;
}
ul li, ol li {
  margin-bottom: 8px;
}
button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 12px 0;
}
th, td {
  padding: 12px 8px;
  border-bottom: 1px solid #F1F6F9;
  text-align: left;
}
th {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  color: #215f70;
  font-weight: 600;
}
tr:last-child td {
  border-bottom: none;
}
blockquote {
  font-style: italic;
  background: #F1F6F9;
  border-left: 4px solid #25788F;
  padding: 12px 20px;
  margin: 0 0 12px 0;
}
cite {
  font-size: 15px;
  color: #215f70;
  font-style: normal;
  opacity: 0.8;
  margin-left: 6px;
}

/* -------------------------------------------------
   Typography Scale & Headings
--------------------------------------------------*/
h1, .display-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.15;
  color: #215f70;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #215f70;
  margin-bottom: 18px;
  line-height: 1.2;
}
h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 12px;
  color: #215f70;
  line-height: 1.2;
}
.subheadline {
  font-size: 1.125rem;
  color: #25788F;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
  font-family: 'Roboto', Arial, sans-serif;
}
.text-section {
  margin-bottom: 12px;
}

/* -------------------------------------------------
   Layout & Containers
--------------------------------------------------*/
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

main {
  flex: 1 1 auto;
}
.content-wrapper:not(:last-child) {
  margin-bottom: 20px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .section {
    margin-bottom: 40px;
    padding: 28px 8px;
  }
}

/* Card Containers Flexbox Patterns */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(33,95,112,0.05);
  margin-bottom: 20px;
  position: relative;
  padding: 28px 22px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 240px;
}
.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;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: #F1F6F9;
  border-radius: 13px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(33,95,112,0.07);
  border-left: 4px solid #25788F;
  color: #215f70;
  max-width: 650px;
  transition: box-shadow 0.2s;
}
.testimonial-card:hover {
  box-shadow: 0 4px 18px rgba(33,95,112,0.12);
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 2px 10px rgba(33,95,112,0.06);
  padding: 24px 18px 20px 18px;
  margin-bottom: 20px;
  min-width: 220px;
  max-width: 350px;
  transition: box-shadow 0.18s;
}
.feature-item img {
  height: 36px;
  width: 36px;
  margin-bottom: 10px;
}
.feature-item:hover {
  box-shadow: 0 6px 24px rgba(33,95,112,0.14);
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 8px;
}
@media (max-width: 1000px) {
  .feature-grid {
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .feature-grid {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  .feature-item {
    max-width: unset;
    width: 100%;
  }
}

/* -------------------------------------------------
   Header & Navigation (with Flexbox Responsive)
--------------------------------------------------*/
header {
  background: #fff;
  border-bottom: 1px solid #F1F6F9;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(33,95,112,0.05);
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}
header img {
  height: 37px;
  width: auto;
  margin-right: 28px;
}
nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
nav a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  color: #215f70;
  letter-spacing: 0.01em;
  padding: 6px 2px;
  opacity: 0.85;
  border-radius: 3px;
  transition: color 0.18s, background 0.18s;
}
nav a:hover, nav a:focus {
  background: #F1F6F9;
  color: #b97c1d;
  opacity: 1;
}

.cta-btn {
  background: #25788F;
  color: #fff !important;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 24px;
  border-radius: 22px;
  box-shadow: 0 1px 6px rgba(33,95,112,0.08);
  margin-left: 18px;
  transition: background 0.18s, box-shadow 0.18s, color 0.14s;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.cta-btn:hover, .cta-btn:focus {
  background: #b97c1d;
  color: #fff;
  box-shadow: 0 3px 16px rgba(185,124,29,0.12);
}

.mobile-menu-toggle {
  display: none;
  font-size: 2rem;
  background: #fff;
  color: #215f70;
  border-radius: 100px;
  padding: 4px 11px;
  margin-left: 14px;
  transition: background 0.15s;
  z-index: 1102;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #F1F6F9;
}

@media (max-width: 1000px) {
  header nav:not(.mobile-nav) {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
  .cta-btn {
    margin-left: 0;
    margin-right: 12px;
  }
  header .container {
    gap: 0;
  }
}

/* ------------------------
   MOBILE MENU
--------------------------*/
.mobile-menu {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(.8,.2,.4,1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: -2px 0 18px rgba(33,95,112,0.18);
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  font-size: 2rem;
  color: #215f70;
  background: transparent;
  position: absolute;
  top: 19px;
  right: 16px;
  z-index: 1230;
  padding: 8px 13px;
  border-radius: 50%;
  transition: background 0.13s;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: #F1F6F9;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 76px;
  width: 100%;
  align-items: stretch;
  padding: 0 34px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.2rem;
  color: #215f70;
  padding: 14px 16px;
  border-radius: 8px;
  background: transparent;
  text-align: left;
  transition: background 0.16s, color 0.13s;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  background: #F1F6F9;
  color: #b97c1d;
}

@media (min-width: 1001px) {
  .mobile-menu {
    display: none;
  }
}

/* -------------------------------------------------
   Footer & Contact
--------------------------------------------------*/
footer {
  background: #F1F6F9;
  padding: 36px 0 18px 0;
  margin-top: 40px;
  border-top: 1px solid #e9f0f7;
}
footer .container {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 8px;
}
footer nav {
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.footer-contact p {
  font-size: 15px;
  color: #215f70;
  opacity: 0.89;
  margin-bottom: 0;
  line-height: 1.45;
}
footer small {
  color: #215f70;
  opacity: 0.67;
  font-size: 13px;
  display: block;
  text-align: left;
  padding-top: 10px;
  margin-top: 10px;
}
@media (max-width: 800px) {
  footer .container {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
}

/* -------------------------------------------------
   Cookie Consent Banner (fixed at bottom)
--------------------------------------------------*/
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  z-index: 4000;
  background: rgba(255,255,255,0.98);
  box-shadow: 0 -2px 14px rgba(33,95,112,0.06);
  border-top: 1px solid #e9f0f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 11px;
  gap: 20px;
  animation: fadeInCookie 0.4s;
}
@keyframes fadeInCookie {
  from { opacity:0; transform:translateY(40px); }
  to {opacity:1; transform:translateY(0); }
}
.cookie-banner__text {
  color: #215f70;
  font-size: 15px;
  line-height: 1.5;
  max-width: 420px;
}
.cookie-banner__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.cookie-banner__btn, .cookie-banner__settings {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
  padding: 8px 19px;
  border-radius: 20px;
  border: none;
  min-width: 110px;
  cursor: pointer;
  transition: background 0.19s, color 0.15s;
}
.cookie-banner__btn.accept {
  background: #25788F;
  color: #fff;
}
.cookie-banner__btn.accept:focus, .cookie-banner__btn.accept:hover {
  background: #b97c1d;
  color: #fff;
}
.cookie-banner__btn.reject {
  background: #F1F6F9;
  color: #215f70;
  border: 1px solid #e7ebf4;
}
.cookie-banner__btn.reject:focus, .cookie-banner__btn.reject:hover {
  background: #efefef;
}
.cookie-banner__settings {
  background: #fff;
  color: #215f70;
  border: 1px solid #d2dee5;
}
.cookie-banner__settings:focus, .cookie-banner__settings:hover {
  background: #F1F6F9;
}
@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 8px;
  }
}

/* Cookie Modal (for settings) */
.cookie-modal {
  position: fixed;
  z-index: 4100;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(33, 95, 112, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  animation: modalFadeIn 0.4s;
}
@keyframes modalFadeIn {
  from { opacity:0; } to {opacity:1; }
}
.cookie-modal__dialog {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(33,95,112,0.22);
  padding: 34px 24px;
  width: 98vw;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
.cookie-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 1.5rem;
  background: #F1F6F9;
  color: #215f70;
  border-radius: 50%;
  padding: 3px 9px;
  cursor: pointer;
  transition: background 0.15s;
}
.cookie-modal__close:hover, .cookie-modal__close:focus {
  background: #dbdbdb;
}
.cookie-modal__title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.4rem;
  color: #215f70;
  margin-bottom: 6px;
}
.cookie-modal__category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cookie-modal__category label {
  font-size: 1rem;
  color: #215f70;
}
.cookie-modal__switch {
  appearance: none;
  width: 38px;
  height: 20px;
  background: #F1F6F9;
  border-radius: 12px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: background 0.2s;
}
.cookie-modal__switch:checked {
  background: #25788F;
}
.cookie-modal__switch::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.22s;
  box-shadow: 0 0px 5px #bbcad3;
}
.cookie-modal__switch:checked::before {
  left: 20px;
}
.cookie-modal__category .always-on {
  font-size: 13px;
  color: #b97c1d;
  background: #fffbe7;
  border-radius: 6px;
  padding: 2px 8px;
  margin-left: 9px;
  font-weight: 500;
}

.cookie-modal__actions {
  display: flex;
  gap: 13px;
  margin-top: 10px;
}
.cookie-modal__btn {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  padding: 8px 20px;
  border-radius: 18px;
  background: #25788F;
  color: #fff;
  transition: background 0.13s;
  border: none;
  cursor: pointer;
}
.cookie-modal__btn.cancel {
  background: #F1F6F9;
  color: #215f70;
  border: 1px solid #e9f0f7;
}
.cookie-modal__btn.cancel:hover {
  background: #ececec;
}
.cookie-modal__btn.confirm:hover, .cookie-modal__btn.confirm:focus {
  background: #b97c1d;
}

@media (max-width: 500px) {
  .cookie-modal__dialog {
    padding: 18px 8px;
  }
}

/* -------------------------------------------------
   Page-specific Elements
--------------------------------------------------*/

section {
  margin-bottom: 60px;
  padding: 40px 0px;
}
@media (max-width: 768px) {
  section {
    margin-bottom: 32px;
    padding: 24px 0px;
  }
}

ul li img {
  vertical-align: middle;
  margin-right: 8px;
  height: 22px;
  width: 22px;
}

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

/* Table Minimalist Styles */
table th, table td {
  background: #fff;
}
table tbody tr:nth-child(even) td {
  background: #F1F6F9;
}

/* -------------------------------------------------
   Utility & Micro-interactions
--------------------------------------------------*/

::-webkit-input-placeholder { color: #bbb; }
::-moz-placeholder { color: #bbb; }
:-ms-input-placeholder { color: #bbb; }
::placeholder { color: #bbb; }

hr {
  border: 0;
  height: 1px;
  background: #F1F6F9;
  margin: 30px 0;
}

/* Micro-interaction for card/link/button focus */
.card:focus-within, .feature-item:focus-within, .cta-btn:focus {
  box-shadow: 0 0 0 3px #F6B45466, 0 2px 12px rgba(33,95,112,0.07);
  outline: none;
}

/* -------------------------------------------------
   Responsive Adjustments
--------------------------------------------------*/
@media (max-width: 600px) {
  h1 {
    font-size: 1.35rem;
  }
  h2 {
    font-size: 1.1rem;
  }
  .cta-btn,
  .cookie-banner__btn,
  .cookie-banner__settings {
    font-size: 15px;
    padding: 8px 12px;
  }
  .feature-item {
    padding: 16px 10px 14px 10px;
  }
  .testimonial-card {
    padding: 14px;
  }
}

/* -------------------------------------------------
   Accessibility
--------------------------------------------------*/
:focus {
  outline: 2px solid #b97c1d;
  outline-offset: 2px;
}

/* -------------------------------------------------
   Hide default scrollbars (optional)
--------------------------------------------------*/
::-webkit-scrollbar {
  width: 8px;
  background: #F1F6F9;
}
::-webkit-scrollbar-thumb {
  background: #e9f0f7;
  border-radius: 8px;
}

/* -------------------------------------------------
   Misc Spacing, Alignment & Fixes
--------------------------------------------------*/
section:not(:last-child) {
  margin-bottom: 60px;
}
.testimonial-card:not(:last-child) {
  margin-bottom: 20px;
}
.feature-item:not(:last-child) {
  margin-bottom: 20px;
}
.card:not(:last-child) {
  margin-bottom: 20px;
}

/* Flexbox for columns (never grid): fallback everywhere */
.row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.col {
  flex: 1 1 0;
  min-width: 180px;
}

/* -------------------------------------------------
   End of Style.css
--------------------------------------------------*/
