/*========================
  CSS RESET & BASE STYLES
==========================*/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.6;
  background: #fff;
  color: #1A3353;
  min-height: 100vh;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #1A3353;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus,
a:hover {
  color: #25A4BD;
  outline: none;
}
ul,
ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
li {
  margin-bottom: 8px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: #1A3353;
  margin-bottom: 12px;
  line-height: 1.15;
}
h1 { font-size: 2.375rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.1rem; }
h5, h6 { font-size: 1rem; }
@media (min-width: 720px) {
  h1 { font-size: 3rem; }
  h2 { font-size: 2.125rem; }
}
p, blockquote, dd {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  color: #1A3353;
  margin-bottom: 16px;
}
blockquote {
  color: #1A3353;
  border-left: 4px solid #25A4BD;
  margin-left: 0;
  padding-left: 18px;
  font-style: italic;
  background: #F6F6F6;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(26,51,83,0.02);
}
strong, b {
  font-weight: 700;
}
.container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 0; /* for base, override in specific layouts */
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* MAIN SECTIONS & SPACING */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: transparent;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(26,51,83,0.05);
  transition: box-shadow 0.2s;
}
.card:hover {
  box-shadow: 0 4px 32px rgba(26,51,83,0.10);
}
.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;
  margin-bottom: 20px;
  background: #F6F6F6;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(26,51,83,0.05);
  color: #1A3353;
  flex-direction: column;
  max-width: 510px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.contact-teaser ul,
.hero ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.contact-teaser li,
.hero li {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* BUTTONS & CTA */
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: #fff;
  background: #1A3353;
  border: 0;
  border-radius: 28px;
  padding: 0.7em 2em;
  min-height: 44px;
  min-width: 135px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(26,51,83,0.08);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
  margin-top: 16px;
}
.cta-button:hover, .cta-button:focus {
  background: #25A4BD;
  color: #1A3353;
  box-shadow: 0 6px 20px rgba(26,51,83,0.18);
  transform: translateY(-2px) scale(1.03);
  outline: none;
}


/* HEADER & NAVIGATION */
header {
  background: #fff;
  border-bottom: 1px solid #F6F6F6;
  position: relative;
  z-index: 10;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 76px;
}
header img {
  height: 44px;
}
header nav {
  display: flex;
  gap: 32px;
}
header nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #1A3353;
  letter-spacing: 0.01em;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-bottom 0.18s;
}
header nav a:hover, header nav a.active {
  color: #25A4BD;
  border-bottom: 2px solid #25A4BD;
}
header .cta-button {
  margin-top: 0;
}

/* MOBILE MENU BUTTON */
.mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  color: #1A3353;
  font-size: 2rem;
  padding: 6px 16px;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(26,51,83,0.04);
  position: absolute;
  right: 24px;
  top: 16px;
  cursor: pointer;
  z-index: 40;
  transition: background 0.13s, color 0.13s;
  display: none;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
  background: #F6F6F6;
  color: #25A4BD;
}

/* ==========
MOBILE MENU   
=========== */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 320px;
  max-width: 100vw;
  background: #fff;
  box-shadow: -2px 0 18px rgba(26,51,83,0.15);
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.43,0.13,0.23,0.96);
  z-index: 1200;
  display: flex;
  flex-direction: column;
  padding: 36px 0 0 0;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  border: none;
  color: #1A3353;
  font-size: 2.2rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1300;
  transition: background 0.13s, color 0.14s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu-close:focus,
.mobile-menu-close:hover {
  background: #F6F6F6;
  color: #25A4BD;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 54px 32px 24px 32px;
}
.mobile-nav a {
  font-size: 1.1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  color: #1A3353;
  padding: 12px 0 10px 0;
  border-bottom: 1px solid #F6F6F6;
  transition: color 0.16s;
  outline: none;
  min-width: 180px;
}
.mobile-nav a:focus,
.mobile-nav a:hover {
  color: #25A4BD;
}

/* Main MENU Responsive */
@media (max-width: 980px) {
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-flex;
  }
}
@media (max-width: 980px) {
  header .cta-button {
    display: none;
  }
}
.mobile-menu {
  display: none;
}
.mobile-menu.open {
  display: flex;
}

/* HERO SECTION */
.hero {
  background: #F6F6F6;
  margin-bottom: 60px;
  padding: 56px 0 56px 0;
  border-bottom: 1px solid #F0F4F7;
  display: flex;
  align-items: center;
  min-height: 270px;
}
.hero .container { justify-content: center; }
.hero .content-wrapper {
  align-items: flex-start;
  gap: 14px;
}
.hero h1 {
  margin-bottom: 10px;
  font-size: 2.3rem;
  color: #1A3353;
  letter-spacing: 0.01em;
}
.hero p {
  font-size: 1.19rem;
  max-width: 670px;
  color: #1A3353;
  margin-bottom: 12px;
}
.hero .cta-button {
  margin-top: 8px;
}

/* FEATURE GRID (also used for immobiliensangebote etc.) */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
  justify-content: flex-start;
  margin: 32px 0 8px 0;
  list-style: none;
}
.feature-grid li {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 2px 20px rgba(26,51,83,0.06);
  min-width: 235px;
  max-width: 370px;
  flex: 1 1 240px;
  padding: 26px 18px 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  transition: box-shadow 0.18s, transform 0.16s;
  margin-bottom: 0;
  text-align: left;
}
.feature-grid li:hover {
  box-shadow: 0 6px 28px rgba(37,164,189,0.13);
  transform: translateY(-3px) scale(1.018);
}
.feature-grid img {
  height: 40px;
  width: 40px;
  margin-bottom: 6px;
}
.feature-grid strong,
.feature-grid h3 {
  display: block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.08rem;
  margin-bottom: 7px;
  color: #1A3353;
  font-weight: 600;
}
.feature-grid p {
  margin-bottom: 0;
  font-size: 1rem;
  color: #1A3353;
}


/* CALL TO ACTION SECTION */
.cta {
  background: #25A4BD;
  color: #fff;
  border-radius: 22px;
  box-shadow: 0 6px 26px rgba(37,164,189,0.09);
  padding: 48px 0;
  margin-bottom: 60px;
  margin-top: 44px;
}
.cta .content-wrapper {
  align-items: flex-start;
}
.cta h2, .cta p {
  color: #fff;
}
.cta .cta-button {
  background: #fff;
  color: #25A4BD;
  font-weight: 700;
  border-radius: 28px;
  box-shadow: 0 2px 12px rgba(26,51,83,0.12);
  margin-top: 18px;
}
.cta .cta-button:hover,
.cta .cta-button:focus {
  background: #1A3353;
  color: #fff;
}

/* TESTIMONIALS */
.testimonials {
  background: #F6F6F6;
  padding: 40px 0 45px 0;
}
.testimonials .container {
  align-items: flex-start;
}
.testimonials h2 {
  margin-bottom: 32px;
}
.testimonial-card {
  background: #fff;
  box-shadow: 0 2px 20px rgba(26,51,83,0.09);
  border-left: 5px solid #25A4BD;
  border-radius: 12px;
  padding: 27px 42px 20px 28px;
  margin-bottom: 28px;
  max-width: 510px;
  color: #1A3353;
  position: relative;
}
.testimonial-card blockquote {
  background: none;
  border: 0;
  padding-left: 0;
  color: #1A3353;
  font-style: italic;
  font-size: 1.08rem;
}
.testimonial-card p {
  color: #1A3353;
  font-weight: 600;
  margin-top: 9px;
  margin-bottom: 0px;
}

/* CONTACT TEASER / SECTION/ ADDRESS */
.contact-teaser .cta-button {
  margin-top: 12px;
}
.contact .map-placeholder {
  min-height: 220px;
  width: 100%;
  background: #E9F0F5;
  border-radius: 16px;
  margin: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B8C5D9;
  font-size: 1.39rem;
}
.contact .opening-hours {
  margin-top: 6px;
  font-size: 0.95rem;
  color: #1A3353;
}
.address {
  font-style: normal;
  color: #1A3353;
}

/* LEGAL PAGE STYLE */
.legal {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(26,51,83,0.03);
  padding: 44px 22px 32px 22px;
  margin: 64px 0;
}
.legal h1, .legal h2 {
  margin-top: 14px;
}
.legal ul {
  margin-bottom: 20px;
}
.legal a { color: #25A4BD; }
.legal a:hover, .legal a:focus { color: #1A3353; border-bottom: 1px solid #1A3353; }

/* FORM INPUTS */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  color: #1A3353;
  background: #F6F6F6;
  border: 1px solid #E2E8F0;
  border-radius: 11px;
  padding: 13px 16px;
  margin: 8px 0 16px 0;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #25A4BD;
}
label {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  display: block;
  margin-bottom: 7px;
  color: #1A3353;
}

/* FAQ, DL */
.faq dl {
  margin: 0 0 14px 0;
}
.faq dt {
  font-weight: bold;
  margin-top: 18px;
}
.faq dd {
  margin-bottom: 14px;
  margin-left: 0;
}

/* LISTS AND BULLETS */
ul, ol {
  margin-bottom: 16px;
}
ul {
  list-style-type: disc;
}
.feature-grid ul,
.content-wrapper > ul {
  gap: 18px;
}
.content-wrapper > ul li {
  margin-bottom: 14px;
}

/* OL for process */
.process ol {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 18px;
}
.process li {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 0;
}
.process img {
  height: 32px;
  width: 32px;
}

/* Team Photo Placeholder */
.team-photo-placeholder {
  width: 100%;
  max-width: 480px;
  height: 140px;
  background: #E9F1F5;
  border-radius: 14px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B5BFD8;
  font-size: 1.18rem;
}

/* Confirmation (Thank you) */
.confirmation .content-wrapper {
  align-items: flex-start;
  gap: 18px;
}
.confirmation ul {
  margin-bottom: 19px;
}

/* FOOTER */
footer {
  background: #fff;
  border-top: 1px solid #F6F6F6;
  padding: 34px 0 18px 0;
  font-size: 0.97rem;
}
footer .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
footer nav {
  display: flex;
  gap: 24px;
}
footer nav a {
  color: #1A3353;
  opacity: 0.77;
  font-size: 1rem;
  transition: color 0.13s, opacity 0.16s;
}
footer nav a:hover,
footer nav a:focus {
  color: #25A4BD;
  opacity: 1;
}
footer p {
  opacity: 0.63;
  font-size: 0.96rem;
}

/* SCROLLBAR (minimalistic) */
::-webkit-scrollbar {
  width: 6px;
  background: #F6F6F6;
}
::-webkit-scrollbar-thumb {
  background: #E4EBF1;
  border-radius: 4px;
}

/* =============
  COOKIE BANNER
============== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #fff;
  border-top: 1px solid #E8EFF3;
  box-shadow: 0 -2px 18px rgba(26,51,83,0.10);
  z-index: 12000;
  padding: 24px 20px 20px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  transition: transform 0.32s cubic-bezier(0.36,0.23,0.3,1);
}
.cookie-banner.closed {
  transform: translateY(120%);
  pointer-events: none;
  opacity: 0;
}
.cookie-banner-content {
  flex: 1 1 400px;
  max-width: 630px;
}
.cookie-banner-buttons {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.cookie-banner button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 25px;
  min-width: 120px;
  padding: 10px 23px;
  cursor: pointer;
  transition: background 0.16s, color 0.16s, box-shadow 0.14s;
  box-shadow: 0 2px 8px rgba(26,51,83,0.04);
  margin-right: 8px;
  margin-top: 4px;
}
.cookie-banner .accept {
  background: #1A3353;
  color: #fff;
}
.cookie-banner .accept:hover,
.cookie-banner .accept:focus {
  background: #25A4BD;
  color: #fff;
}
.cookie-banner .reject {
  background: #F6F6F6;
  color: #1A3353;
  border: 1px solid #E2E8F0;
}
.cookie-banner .reject:hover,
.cookie-banner .reject:focus {
  background: #E9F0F5;
  color: #25A4BD;
}
.cookie-banner .settings {
  background: #fff;
  color: #25A4BD;
  border: 1px solid #25A4BD;
}
.cookie-banner .settings:hover,
.cookie-banner .settings:focus {
  background: #25A4BD;
  color: #fff;
}

/* COOKIE MODAL */
.cookie-modal-backdrop {
  position: fixed;
  top:0; left:0; right:0; bottom:0;
  z-index: 13000;
  background: rgba(26,51,83, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.cookie-modal {
  background: #fff;
  border-radius: 16px;
  max-width: 520px;
  width: 96vw;
  box-shadow: 0 8px 48px rgba(26,51,83,0.12);
  padding: 36px 30px 28px 30px;
  position: relative;
  z-index: 13010;
  animation: fadeInModal 0.32s cubic-bezier(0.19,0.85,0.48,1);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@keyframes fadeInModal {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
.cookie-modal h2 {
  font-size: 1.36rem;
  margin-bottom: 12px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.cookie-modal label {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.cookie-category .toggle {
  appearance: none;
  width: 36px;
  height: 20px;
  background: #E2E8F0;
  border-radius: 12px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: background 0.13s;
}
.cookie-category .toggle:checked {
  background: #25A4BD;
}
.cookie-category .toggle:before {
  content: '';
  position: absolute;
  left: 3px; top: 3px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.16s;
}
.cookie-category .toggle:checked:before {
  transform: translateX(16px);
}
.cookie-modal .cookie-save {
  margin-top: 12px;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #1A3353;
  color: #fff;
}
.cookie-modal .cookie-save:hover {
  background: #25A4BD;
  color: #fff;
}
.cookie-modal .close-modal {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 38px;
  height: 38px;
  background: #F6F6F6;
  color: #1A3353;
  border: none;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.13s, color 0.14s;
}
.cookie-modal .close-modal:hover,
.cookie-modal .close-modal:focus {
  background: #25A4BD;
  color: #fff;
}

/* ACCESSIBILITY: FOCUS STYLES */
a:focus, button:focus, input:focus, .cta-button:focus {
  outline: 2px solid #25A4BD;
  outline-offset: 2px;
}

/* ==============
   RESPONSIVE    
================ */
@media (max-width: 980px) {
  .container {
    max-width: 96vw;
    padding-left: 10px; padding-right: 10px;
  }
  .feature-grid {
    gap: 18px 12px;
  }
  .content-grid {
    gap: 12px;
  }
  .card-container {
    gap: 14px;
  }
  .section,
  .cta {
    padding: 32px 6px;
  }
}
@media (max-width: 800px) {
  .hero {
    padding: 40px 0 36px 0;
    min-height: 170px;
  }
  .cta {
    padding: 28px 0;
    border-radius: 17px;
    margin-bottom: 36px;
  }
}
@media (max-width: 640px) {
  h1 { font-size: 1.55rem; }
  h2 { font-size: 1.25rem; }
  .hero { padding: 26px 0 20px 0; }
  .hero .container { padding: 0 4px; }
  .feature-grid {
    gap: 10px;
  }
  .feature-grid li {
    min-width: 90vw;
    padding: 19px 9px 18px 9px;
  }
  .testimonial-card {
    padding: 17px 9px 10px 13px;
    max-width: 97vw;
  }
  .legal {
    padding: 22px 4px 18px 4px;
    border-radius: 7px;
    margin: 34px 0;
  }
  .section,
  .cta {
    padding: 18px 2px;
    margin-bottom: 32px;
  }
  footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }
}
@media (max-width: 768px) {
  .content-grid, 
  .text-image-section, 
  .card-container,
  .feature-grid {
    flex-direction: column !important;
    gap: 18px !important;
  }
  .testimonial-card {
    max-width: 98vw;
  }
  section, .section, .cta {
    margin-bottom: 34px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Utility for visually hidden (for a11y) */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* ===========
   PRINT      
=============*/
@media print {
  header, .mobile-menu, .cta, .cookie-banner, .cookie-modal-backdrop, footer { display: none; }
  .container, .content-wrapper {
    max-width: 900px !important;
    margin: 0;
    padding: 0;
  }
  .section { background: #fff; border: none; box-shadow: none; }
}

/* ===========
   MICRO-INTERACTIONS & ANIMATIONS
=============*/
.card,
.feature-grid li,
.testimonial-card,
.cta-button,
.cookie-banner button,
.cookie-modal {
  transition: box-shadow 0.15s cubic-bezier(0.23, 1, 0.32, 1), transform 0.08s, background 0.17s, color 0.17s;
}
.feature-grid li:active, .card:active {
  transform: scale(0.98);
}

/* ========================
   Z-INDEX LAYERING
==========================*/
header { z-index: 10; }
.mobile-menu { z-index: 1200; }
.cookie-banner { z-index: 12000; }
.cookie-modal-backdrop { z-index: 13000; }

/* ========================
   MINIMALIST COLOR UTILITY
===========================*/
.bg-primary { background: #1A3353 !important; }
.bg-secondary { background: #25A4BD !important; }
.bg-accent { background: #F6F6F6 !important; }
.text-primary { color: #1A3353 !important; }
.text-secondary { color: #25A4BD !important; }
.text-light { color: #fff !important; }

/* ==========================
  OVERRIDES FOR SPECIAL CASES
=============================*/
.hero label {
  font-weight: 600;
  margin-right: 16px;
  display: inline-block;
  margin-bottom: 0;
}
.hero input[type="text"] {
  width: auto;
  display: inline-block;
  margin-right: 12px;
  max-width: 220px;
}
.hero .cta-button {
  display: inline-flex;
  margin-right: 0;
}
.knowledge ul, .knowledge .content-wrapper > ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.confirmation a.cta-button {
  margin-top: 12px;
  margin-bottom: 0;
}
