/* ========================
   Futuron Shift – style.css
   Tech Futuristic Design
   ========================
*/

/* === 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;
  background: #10172A;
}

body {
  line-height: 1.5;
  background: #10172A;
  color: #f5faff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  min-height: 100vh;
  font-size: 16px;
  letter-spacing: 0.01em;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

ul, ol {
  list-style: none;
}
a {
  color: #EFC944;
  text-decoration: none;
  transition: color 0.18s;
}
a:hover, a:focus {
  color: #ADD5E6;
  outline: none;
}

/* ================================
   TYPOGRAPHY: Tech Futuristic Look
   ================================ */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  color: #EFC944;
  margin-bottom: 18px;
  line-height: 1.15;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.5rem;
  background: linear-gradient(92deg, #EFC944 30%, #ADD5E6 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 16px;
}
h2 {
  font-size: 2rem;
  color: #ADD5E6;
  margin-bottom: 14px;
}
h3 {
  font-size: 1.25rem;
  color: #EFC944;
  margin-bottom: 10px;
}
.subheadline {
  color: #ADD5E6;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 18px;
}

strong {
  color: #EFC944;
}

/* ====================
   LAYOUT CONTAINERS
   ==================== */

.container {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

/* --- Flexible Section Spacing --- */
section {
  margin-bottom: 60px;
  padding: 40px 0 0 0;
  width: 100%;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #182648;
  border-radius: 16px;
  box-shadow: 0 4px 32px 0 rgba(23,45,90,0.16), 0 2px 8px 0 #EFC94422;
  margin-bottom: 20px;
  position: relative;
  padding: 28px 24px;
  transition: box-shadow 0.23s, transform 0.18s;
  display: flex;
  flex-direction: column;
  min-width: 260px;
  max-width: 98vw;
}
.card:hover, .card:focus-within {
  box-shadow: 0 4px 64px 0 #ADD5E644, 0 4px 12px 0 #EFC94444;
  transform: translateY(-4px) scale(1.015);
  z-index: 2;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.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;
  background: #F5FAFF;
  color: #16335B;
  border-radius: 16px;
  margin-bottom: 20px;
  box-shadow: 0 2px 18px 0 #ADD5E613;
  min-width: 250px;
  max-width: 680px;
  transition: box-shadow 0.16s, transform 0.13s;
}
.testimonial-card:hover, .testimonial-card:focus-within {
  box-shadow: 0 3px 30px 0 #ADD5E644, 0 2px 8px 0 #EFC94433;
  transform: scale(1.015);
}
.profile {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 700;
  color: #16335B;
}

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

/* ====================
      HEADER / NAVBAR
   ==================== */

header {
  background: rgba(16, 23, 42, 0.98);
  box-shadow: 0 2px 8px 0 #ADD5E613;
  display: flex;
  align-items: center;
  padding: 18px 0 14px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.logo img {
  height: 38px;
  margin-right: 18px;
}
.main-nav {
  display: flex;
  gap: 32px;
  margin-left: 44px;
}
.main-nav a {
  font-family: 'Roboto Slab', serif;
  color: #ADD5E6;
  font-size: 1.07rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding: 5px 0;
  transition: color 0.18s;
  position: relative;
}
.main-nav a:after {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(90deg, #EFC944, #ADD5E6);
  width: 0;
  transition: width 0.21s;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.main-nav a:hover:after, .main-nav a:focus:after {
  width: 98%;
}
.main-nav a:hover, .main-nav a:focus {
  color: #EFC944;
  outline: none;
}

.cta.primary {
  margin-left: auto;
  margin-right: 24px;
}

@media (max-width: 1080px) {
  header .logo img { height: 32px; }
  .main-nav { gap: 18px; margin-left: 12px; }
  .cta.primary { margin-right: 12px; }
}

/* Hamburger Icon */
.mobile-menu-toggle {
  display: none;
  background: none;
  color: #EFC944;
  font-size: 2rem;
  border: none;
  cursor: pointer;
  margin-left: 8px;
  padding: 6px 14px;
  z-index: 1202;
  line-height: 1;
  outline: none;
  transition: color 0.18s, background 0.16s, box-shadow 0.13s;
  border-radius: 8px;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #EFC94422;
  color: #ADD5E6;
  box-shadow: 0 0 0 2px #EFC94466;
}

@media (max-width: 900px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
  .cta.primary {
    margin-right: 5px;
    font-size: 1rem;
    padding: 10px 14px;
  }
}

/* MOBILE NAVIGATION OVERLAY */
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(23,36,68,0.98);
  z-index: 1200;
  transform: translateX(100%);
  transition: transform 0.37s cubic-bezier(.75,.13,.27,1.02);
  width: 100vw;
  height: 100vh;
  padding: 0 0 0 0;
  pointer-events: none;
  opacity: 0;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: all;
  opacity: 1;
}
.mobile-menu-close {
  background: none;
  color: #EFC944;
  font-size: 2.2rem;
  border: none;
  align-self: flex-end;
  padding: 14px 24px 6px 24px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
  transition: color 0.18s, background 0.13s;
  border-radius: 10px;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #EFC94422;
  color: #ADD5E6;
  outline: none;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin: 20px 0 0 34px;
}
.mobile-nav a {
  color: #ADD5E6;
  font-size: 1.25rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 14px 0 8px 0;
  background: none;
  border: none;
  border-radius: 6px;
  transition: color 0.18s, background 0.13s;
  min-width: 180px;
  min-height: 32px;
  margin-right: 0;
  margin-bottom: 2px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #EFC944;
  background: #EFC94418;
  outline: none;
}

@media (max-width: 900px) {
  .mobile-menu {
    display: flex;
  }
}

/* ====================
      BUTTONS & CTA
   ==================== */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 14px 34px;
  border-radius: 36px;
  border: none;
  color: #16335B;
  font-family: 'Roboto Slab', serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  background: #EFC944;
  box-shadow: 0 2px 10px #ADD5E639;
  transition: background 0.18s, color 0.13s, box-shadow 0.13s, transform 0.13s;
  cursor: pointer;
  margin-top: 14px;
  margin-bottom: 14px;
  letter-spacing: 0.03em;
  outline: none;
  position: relative;
}
.cta.primary {
  background: linear-gradient(92deg, #EFC944 60%, #ADD5E6 100%);
  color: #16335B;
  box-shadow: 0 3px 16px #ADD5E633, 0 1px 6px #EFC94433;
}
.cta:hover, .cta:focus {
  background: linear-gradient(93deg, #EFC944 30%, #ADD5E6 90%);
  color: #10172A;
  transform: translateY(-2px) scale(1.035);
  box-shadow: 0 2px 32px 0 #ADD5E633, 0 2px 14px #EFC94445;
  outline: none;
}

/* ====================
         FOOTER
   ==================== */
footer {
  background: #171E35;
  padding: 36px 0 12px 0;
  color: #ADD5E6;
  font-size: 1rem;
  width: 100%;
  margin-top: 42px;
  border-top: 2px solid #ADD5E633;
}
.footer-nav {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 14px;
}
.footer-nav a {
  color: #EFC944;
  font-size: 1rem;
  letter-spacing: 0.01em;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: border 0.15s, color 0.16s;
}
.footer-nav a:hover, .footer-nav a:focus {
  border-bottom: 2px solid #ADD5E6;
  color: #ADD5E6;
  outline: none;
}
.footer-contact {
  font-size: 0.96rem;
  color: #ADD5E6;
  text-align: center;
}
.footer-contact a {
  color: #EFC944;
  text-decoration: underline;
  transition: color 0.19s;
}
.footer-contact a:hover, .footer-contact a:focus {
  color: #ADD5E6;
}

/* ===========
   CARDS, LISTS & PANELS
   =========== */
.feature-grid,
.features-list,
.service-list,
.values-list ul,
.faq-list,
.news-teaser-list,
.news-list,
.team-grid,
.compare-selector,
.comparison-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
  width: 100%;
}
.feature-grid li,
.features-list li,
.team-profile,
.service-list li,
.news-article,
.news-teaser-list li {
  background: #182648;
  border-radius: 16px;
  color: #ADD5E6;
  padding: 28px 24px;
  margin-bottom: 16px;
  box-shadow: 0 2px 14px #ADD5E611;
  min-width: 240px;
  flex: 1 1 260px;
  transition: box-shadow 0.18s, transform 0.14s;
}
.feature-grid li:hover,
.features-list li:hover,
.team-profile:hover,
.service-list li:hover,
.news-article:hover,
.news-teaser-list li:hover {
  box-shadow: 0 3px 30px 0 #ADD5E622, 0 4px 12px 0 #EFC94422;
  transform: translateY(-4px) scale(1.025);
}
.team-profile {
  text-align: center;
  max-width: 290px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  font-size: 1rem;
}
.team-profile img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin-bottom: 12px;
  background: #ADD5E61c;
  border: 2.5px solid #EFC94433;
}
.step-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 18px;
  padding-left: 20px;
  list-style-type: decimal;
  color: #ADD5E6;
  font-size: 1.05rem;
  line-height: 1.7;
}
.timeline {
  margin-top: 8px;
}
.values-list ul, .comparison-highlights ul {
  margin-left: 0;
}
.values-list li, .comparison-highlights li {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #182648;
  border-radius: 13px;
  margin-bottom: 10px;
  padding: 12px 16px;
  color: #EFC944;
  box-shadow: 0 1px 5px #ADD5E613;
  font-size: 1.01rem;
}
.values-list img, .comparison-highlights img {
  width: 25px;
  height: 25px;
}

.service-overview {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  align-items: flex-start;
}
.service-overview ul {
  margin-bottom: 10px;
  padding-left: 18px;
}
.service-overview li {
  color: #ADD5E6;
  margin-bottom: 6px;
  font-size: 1.08rem;
}

.card .price, .service-list .price {
  display: inline-block;
  color: #ADD5E6;
  background: #EFC94426;
  border-radius: 6px;
  padding: 3px 10px;
  font-weight: 700;
  margin-top: 10px;
  font-size: 1rem;
}

/* FAQ & Text Sections */
.text-section {
  color: #ADD5E6;
  background: rgba(16,27,46,0.73);
  border-radius: 13px;
  padding: 14px 22px;
  margin-bottom: 18px;
  font-size: 1.07rem;
  line-height: 1.7;
  box-shadow: 0 2px 10px #ADD5E610;
}
.faq-list li {
  margin-bottom: 12px;
  padding: 12px 20px;
  background: #182648;
  border-radius: 10px;
  color: #ADD5E6;
  font-size: 1.07rem;
}

/* Filter Bar & News: index, produkttests, vergleichstabellen, technik-news */
.filter-options, .compare-selector, .filter-criteria, .category-filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  background: #10172a;
  color: #EFC944;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 12px;
  font-size: 1.01rem;
}
.category-filters span, .filter-options span {
  color: #ADD5E6;
  font-weight: 700;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
.news-article {
  min-width: 240px;
  flex: 1 1 260px;
  background: #182648;
  border-radius: 14px;
  box-shadow: 0 2px 10px #ADD5E610;
  padding: 20px 18px;
}
.news-article h3 {
  color: #EFC944;
  font-size: 1.15rem;
}
.news-article p {
  color: #ADD5E6;
}

/* Trust Badges */
.trust-signals ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 10px;
  margin-bottom: 0;
  align-items: center;
}
.trust-signals li {
  background: #16335B;
  color: #EFC944;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 10px;
  box-shadow: 0 2px 12px #ADD5E611;
  font-size: 0.99rem;
  font-weight: 600;
}
.trust-signals img {
  width: 20px;
  height: 20px;
}

/* For comparison selector and highlights */
.comparison-highlights ul {
  flex-direction: column;
  gap: 10px;
}
.comparison-highlights li {
  background: #182648;
  color: #EFC944;
}

/* ==================
    RESPONSIVE DESIGN
   ================== */
@media (max-width: 1200px) {
  .container {
    max-width: 98vw;
  }
  .card-container, .content-grid, .news-list, .feature-grid, .team-grid {
    gap: 16px;
  }
}

@media (max-width: 900px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  section { padding: 30px 0 0 0; }
  .feature-grid, .features-list, .team-grid, .service-list,
  .values-list ul, .comparison-highlights ul, .news-teaser-list, .news-list {
    gap: 12px;
    flex-direction: column;
  }
  .card, .team-profile, .news-article, .feature-grid li, .features-list li, .news-teaser-list li {
    min-width: unset;
    width: 100%;
    max-width: 100vw;
    padding: 18px 12px;
  }
  .testimonial-card { width: 100%; padding: 12px; max-width: 100vw; }
  .main-nav { display: none; }
}

@media (max-width: 768px) {
  h1 { font-size: 1.4rem; }
  h2 { font-size: 1.1rem; }
  .container { padding: 0 7px; }
  .content-wrapper { gap: 13px; }
  .section { padding: 16px 3px; margin-bottom: 36px; }
  .text-image-section { flex-direction: column; align-items: stretch; gap: 16px; }
  .testimonial-card { flex-direction: column; align-items: flex-start; }
  .trust-signals ul { gap: 12px; }
  .footer-nav { flex-direction: column; gap: 10px; }
}

/* ===============
   ANIMATIONS & EFFECTS
   =============== */
@media (prefers-reduced-motion: no-preference) {
  .cta,
  .card,
  .testimonial-card,
  .main-nav a:after,
  .mobile-menu,
  .mobile-menu-toggle,
  .mobile-nav a, .mobile-menu-close {
    transition: all 0.2s cubic-bezier(.4,.14,.37,1.02);
  }
}

/* ===============
   MISCELLANEOUS CLASSES
   =============== */
.confirmation-message, .next-steps {
  color: #ADD5E6;
  font-size: 1.13rem;
  margin-bottom: 18px;
}

.cta-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 10px 0;
}

/* ===============
   COOKIE CONSENT BANNER
   =============== */
.cookie-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #171e35;
  color: #EFC944;
  z-index: 3000;
  padding: 18px 12px 18px 28px;
  font-size: 1.06rem;
  box-shadow: 0 -2px 22px 0 #16335B44;
  border-top: 3px solid #EFC944;
  animation: cookieSlideIn 0.5s;
}
@keyframes cookieSlideIn {
  from { transform: translateY(120%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner .cookie-btn {
  margin-left: 16px;
  margin-right: 2px;
  padding: 9px 20px;
  border-radius: 32px;
  font-family: 'Roboto Slab', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  background: #EFC944;
  color: #16335B;
  cursor: pointer;
  box-shadow: 0 1px 4px #ADD5E612;
  transition: background 0.17s, color 0.13s, transform 0.12s;
}
.cookie-banner .cookie-btn.settings {
  background: #ADD5E6;
  color: #16335B;
}
.cookie-banner .cookie-btn.reject {
  background: #16335B;
  color: #EFC944;
  border: 2px solid #EFC944;
}
.cookie-banner .cookie-btn:hover, .cookie-banner .cookie-btn:focus {
  background: #ADD5E6;
  color: #16335B;
  transform: scale(1.05);
  outline: none;
}
.cookie-banner .cookie-btn.reject:hover, .cookie-banner .cookie-btn.reject:focus {
  background: #EFC944;
  color: #16335B;
  border: 2px solid #16335B;
}

/* Cookie Modal Popup */
.cookie-modal {
  display: none;
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  justify-content: center;
  align-items: center;
  background: rgba(16,30,50,0.98);
  z-index: 4000;
  animation: popupFadein 0.3s;
}
.cookie-modal.open {
  display: flex;
}
@keyframes popupFadein {
  from { opacity: 0; } to { opacity: 1; }
}
.cookie-modal-content {
  background: #F5FAFF;
  color: #16335B;
  border-radius: 19px;
  box-shadow: 0 8px 36px #16335B44;
  padding: 36px 30px 28px 30px;
  min-width: 310px;
  max-width: 95vw;
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  font-size: 1.07rem;
}
.cookie-modal-content h2 {
  color: #16335B;
  font-size: 1.34rem;
  font-family: 'Roboto Slab', serif;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 16px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.07rem;
  border-bottom: 1px solid #ADD5E64d;
  padding-bottom: 10px;
}
.cookie-category label {
  font-weight: 600;
  color: #16335B;
}
.cookie-category.toggle input[type='checkbox'] {
  width: 34px;
  height: 18px;
}
.cookie-modal-close {
  position: absolute;
  top: 16px; right: 22px;
  background: none;
  border: none;
  color: #16335B;
  font-size: 2rem;
  cursor: pointer;
  transition: color 0.15s, background 0.12s;
  border-radius: 7px;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: #EFC94433;
  color: #EFC944;
  outline: none;
}
.cookie-modal-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 8px;
}
.cookie-modal-buttons .cookie-btn {
  margin-left: 0;
}

/* Cookie toggle switches */
.switch {
  display: inline-block;
  width: 38px;
  height: 24px;
  position: relative;
}
.switch input {
  opacity: 0;
  width: 0; height: 0;
}
.slider {
  position: absolute; cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #ADD5E6;
  border-radius: 24px;
  box-shadow: 0 1px 3px #16335B22;
  transition: background 0.17s;
}
.switch input:checked + .slider {
  background: #EFC944;
}
.slider:before {
  position: absolute;
  content: '';
  height: 19px;
  width: 19px;
  left: 2.5px; bottom: 2.5px;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0 1px 6px #ADD5E633;
  transition: transform 0.17s;
}
.switch input:checked + .slider:before {
  transform: translateX(14px);
}

/* Responsive Cookie Banner/Modal */
@media (max-width: 700px) {
  .cookie-banner { flex-direction: column; justify-content: flex-start; align-items: flex-start; font-size: 1rem; padding: 16px 8px; gap: 9px; }
  .cookie-modal-content { min-width: 97vw; padding: 18px 7px 15px 7px; }
}

/* ===============
   DARK / LIGHT TEXT CORRECTNESS FOR TESTIMONIALS
   =============== */
.testimonial-card, .cookie-modal-content { background: #F5FAFF; color: #16335B; }

/* ===============
   ICONS and IMG inside features
   =============== */
.feature-grid img, .features-list img, .news-teaser-list img {
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
}

/* Hide outline on mouse but show on keyboard (focus visible) */
:focus:not(:focus-visible) { outline: none; }
:focus-visible {
  outline: 2.5px dashed #EFC944;
  outline-offset: 2px;
}

/* ============= 
   UTILITY CLASSES
   ============= */
.gap-8 { gap: 8px !important; }
.gap-16 { gap: 16px !important; }
.gap-24 { gap: 24px !important; }
.mr-8 { margin-right: 8px !important; }
.mt-8 { margin-top: 8px !important; }
.text-center { text-align: center; }
.font-slab { font-family: 'Roboto Slab',serif; }
.font-body { font-family: 'Open Sans',Arial,Helvetica,sans-serif; }

/* === END === */
