/* 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;
}
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  color: #173863;
  background: #F5FAFE;
  line-height: 1.7;
  min-height: 100vh;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: #26B49C;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #173863;
}
ul, ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #173863;
  font-weight: bold;
  line-height: 1.1;
}
h1 {
  font-size: 2.7rem;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
  color: #26B49C;
  letter-spacing: -1px;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 16px;
  color: #173863;
}
strong {
  font-weight: bold;
}
button, .cta, input[type="button"], input[type="submit"] {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: bold;
  padding: 14px 28px;
  border: none;
  border-radius: 32px;
  background: #26B49C;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  box-shadow: 0 4px 14px 0 rgba(38,180,156,0.14);
  margin: 8px 0 0 0;
  transition: background 0.15s, transform 0.15s, box-shadow 0.2s;
  outline: none;
}
.cta.primary {
  background: #173863;
  color: #fff;
  border: 2px solid #173863;
  box-shadow: 0 2px 16px 0 rgba(23,56,99,0.11);
}
.cta.primary:hover, .cta.primary:focus {
  background: #26B49C;
  color: #173863;
  border-color: #26B49C;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 2px 24px 0 rgba(38,180,156,0.24);
}
.cta:not(.primary):hover, .cta:not(.primary):focus {
  background: #173863;
  color: #fff;
}
::-webkit-input-placeholder { color: #b0b9c9; }
::-moz-placeholder { color: #b0b9c9; }
:-ms-input-placeholder { color: #b0b9c9; }
::placeholder { color: #b0b9c9; }

/* LAYOUT & SPACING: FLEXBOX ONLY */
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 18px;
  width: 100%;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 16px 0 rgba(38,180,156,0.10);
  position: relative;
  padding: 24px;
  transition: box-shadow 0.18s, transform 0.16s;
}
.card:hover {
  box-shadow: 0 4px 32px 0 rgba(23,56,99,0.16);
  transform: translateY(-4px) scale(1.03);
}
.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 {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 14px 0 rgba(23,56,99,0.09);
  border-left: 6px solid #26B49C;
  color: #173863;
  transition: box-shadow 0.18s, border 0.2s;
}
.testimonial-card:hover {
  box-shadow: 0 4px 24px 0 rgba(38,180,156,0.18);
  border-left: 6px solid #173863;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.trust-badges {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
}

/* HEADER/NAVIGATION */
header {
  background: #173863;
  padding: 0;
  box-shadow: 0 2px 16px 0 rgba(23,56,99,0.05);
  position: sticky;
  top: 0;
  z-index: 999;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 18px;
}
.logo img {
  height: 44px;
  width: auto;
  display: block;
}
.main-nav {
  display: flex;
  gap: 22px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.04em;
  position: relative;
  padding: 6px 10px;
  transition: color 0.15s;
}
.main-nav a:hover, .main-nav a:focus {
  color: #26B49C;
}
header .cta.primary {
  margin-left: 22px;
  font-size: 0.97rem;
}
.mobile-menu-toggle {
  background: none;
  border: none;
  color: #26B49C;
  font-size: 2.1rem;
  display: none;
  align-items: center;
  padding: 8px 10px;
  margin-left: 22px;
  border-radius: 8px;
  transition: background 0.2s;
  z-index: 1002;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: rgba(38,180,156,0.18);
  outline: 2px solid #26B49C;
  color: #fff;
}
/* Mobile Offcanvas Navigation */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #173863;
  transform: translateX(-110vw);
  transition: transform 0.33s cubic-bezier(.59,.01,.37,1.02);
  z-index: 1200;
  box-shadow: 3px 0 24px 0 rgba(23,56,99,0.19);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 36px 0;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 2.4rem;
  position: absolute;
  top: 28px;
  right: 28px;
  cursor: pointer;
  z-index: 1220;
  padding: 6px 12px;
  border-radius: 8px;
  transition: background 0.2s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: rgba(38,180,156,0.22);
  color: #26B49C;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 84px 0 0 38px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.31rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 9px 0;
  border-radius: 6px;
  transition: color 0.2s, background 0.18s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #26B49C;
  background: rgba(38,180,156,0.13);
}

/* SECTIONS */
.section, section {
  background: transparent;
}
.text-section {
  font-size: 1.12rem;
  color: #173863;
}
ul li, ol li {
  margin-left: 0;
  margin-bottom: 14px;
  font-size: 1.08rem;
}
ul li strong, ol li strong {
  color: #173863;
}
ul.usp-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
ul.usp-grid li {
  background: #fff;
  border-radius: 17px;
  padding: 14px 20px;
  color: #173863;
  box-shadow: 0 0 20px 0 rgba(23,56,99,0.07);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 1.05rem;
}

.service-tabs {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}
.service-tabs button {
  background: #26B49C;
  color: #fff;
  padding: 10px 20px;
  border-radius: 16px;
  border: none;
  box-shadow: 0 2px 10px 0 rgba(38,180,156,0.10);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  cursor: pointer;
  transition: background 0.17s, color 0.17s, box-shadow 0.2s;
}
.service-tabs button:hover, .service-tabs button:focus {
  background: #173863;
  color: #26B49C;
  box-shadow: 0 4px 15px 0 rgba(23,56,99,0.13);
}

/* FILTERS & SEARCH BAR - Porady */
.search-bar {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.search-bar input {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #d9dbe1;
  padding: 10px 18px;
  font-size: 1.03rem;
  font-family: 'Roboto', Arial, sans-serif;
  width: 100%;
  transition: border-color 0.2s;
}
.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}
.category-filters span {
  background: #26B49C;
  color: #fff;
  border-radius: 14px;
  padding: 7px 18px;
  font-size: 0.98rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.14s, color 0.13s;
}
.category-filters span:hover, .category-filters span:focus {
  background: #173863;
  color: #26B49C;
  outline: none;
}

/* FOOTER */
footer {
  background: #173863;
  color: #fff;
  padding: 40px 0 16px 0;
  box-shadow: 0 -1px 18px 0 rgba(23,56,99,0.09);
  width: 100%;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px 38px;
  justify-content: space-between;
}
.logo-footer img {
  height: 40px;
  margin-bottom: 14px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 8px;
}
.footer-nav a {
  color: #26B49C;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.15s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #fff;
  text-decoration: underline;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 0.98rem;
  margin-top: 10px;
}
.footer-contact div {
  display: flex;
  align-items: center;
  gap: 9px;
}
.brand-tagline {
  margin-top: 24px;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #26B49C;
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  font-weight: 600;
}

/* COOKIE CONSENT */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9002;
  background: #173863;
  color: #fff;
  padding: 26px 24px 22px 24px;
  box-shadow: 0 -2px 24px rgba(23,56,99,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
  transition: transform 0.35s cubic-bezier(.65,.04,.35,1.04);
  transform: translateY(200%);
}
.cookie-banner.active {
  transform: translateY(0);
}
.cookie-banner-text {
  font-size: 1.07rem;
  max-width: 520px;
  line-height: 1.5;
}
.cookie-banner-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}
.cookie-btn {
  background: #26B49C;
  color: #fff;
  border: none;
  border-radius: 18px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.97rem;
  font-weight: 600;
  padding: 10px 22px;
  cursor: pointer;
  transition: background 0.14s, color 0.13s, box-shadow 0.18s;
}
.cookie-btn.settings {
  background: transparent;
  color: #26B49C;
  border: 2px solid #26B49C;
}
.cookie-btn.accept {
  background: #26B49C;
  color: #fff;
}
.cookie-btn.reject {
  background: #fff;
  color: #173863;
  border: 2px solid #173863;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #173863;
  color: #26B49C;
  outline: none;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #26B49C;
  color: #fff;
  border-color: #26B49C;
}

.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(23,56,99,0.68);
  z-index: 10003;
  display: none;
  align-items: center;
  justify-content: center;
}
.cookie-modal-overlay.active {
  display: flex;
  animation: fadeIn 0.33s;
}
@keyframes fadeIn { 0%{opacity:0;} 100%{opacity:1;} }
.cookie-modal {
  background: #fff;
  color: #173863;
  border-radius: 22px;
  max-width: 420px;
  width: 94vw;
  padding: 32px 24px 24px 24px;
  box-shadow: 0 4px 36px 0 rgba(23,56,99,0.19);
  z-index: 10005;
  display: flex;
  flex-direction: column;
  gap: 21px;
  position: relative;
  animation: popIn 0.33s cubic-bezier(.65,.04,.35,1.04);
}
@keyframes popIn { 0%{transform:scale(0.7);} 100%{transform:scale(1);} }
.cookie-modal-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.41rem;
  color: #173863;
  font-weight: bold;
  margin-bottom: 7px;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 16px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.09rem;
  color: #173863;
}
.cookie-switch {
  width: 38px;
  height: 22px;
  background: #26B49C;
  border-radius: 18px;
  position: relative;
  cursor: pointer;
  transition: background 0.14s;
  margin-right: 10px;
  flex-shrink: 0;
}
.cookie-switch.disabled {
  background: #b0b9c9;
  cursor: not-allowed;
}
.cookie-switch .knob {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.20s, background 0.17s;
  box-shadow: 0 1px 4px 0 rgba(23,56,99,0.09);
}
.cookie-switch.off .knob {
  left: 18px;
  background: #d8d8d8;
}
.cookie-modal-close {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #26B49C;
  background: none;
  border: none;
  font-size: 2.1rem;
  cursor: pointer;
  padding: 4px 14px;
  border-radius: 10px;
  transition: background 0.12s, color 0.16s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  color: #173863;
  background: rgba(38,180,156,0.12);
  outline: none;
}
.cookie-modal-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 12px;
}

/* MICRO-INTERACTIONS & SHADOWS */
.card, .testimonial-card, .usp-grid li, .service-tabs button, .footer-nav a, .category-filters span, .cta, .cookie-modal, .cookie-banner, .mobile-menu, .mobile-menu-toggle {
  will-change: transform, box-shadow;
}
.card, .testimonial-card, .usp-grid li, .cookie-modal {
  transition: box-shadow 0.18s, transform 0.13s;
}
.card:active, .testimonial-card:active, .usp-grid li:active {
  transform: scale(0.98);
}

/* RESPONSIVE: MOBILE FIRST */
@media (max-width: 991px) {
  .container {
    max-width: 98vw;
    padding: 0 10px;
  }
  .main-nav, header .cta.primary {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  footer .container {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .section {
    margin-bottom: 38px;
    padding: 26px 5px;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.38rem;
    margin-bottom: 12px;
  }
  .content-wrapper {
    gap: 15px;
  }
  .testimonial-card, .usp-grid li, .card {
    padding: 15px 13px;
    font-size: 0.98rem;
  }
  .usp-grid {
    gap: 12px;
    flex-direction: column;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
  }
  .category-filters {
    gap: 8px;
  }
  .cookie-banner {
    flex-direction: column;
    gap: 13px;
    padding: 15px 8px 15px 8px;
    font-size: 0.99rem;
  }
  .footer-contact, .footer-nav {
    font-size: 0.98rem;
  }
  .logo-footer img, .logo img {
    height: 33px;
  }
  .mobile-nav {
    font-size: 1.1rem;
    margin: 56px 0 0 20px;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 1.35rem;
    margin-bottom: 14px;
  }
  h2 {
    font-size: 1.08rem;
  }
  .footer-contact div {
    font-size: 0.91rem;
  }
}

/* VIBRANT/ENERGETIC COLOR POPS (HIGH IMPACT) */
body, .section, section {
  background: #F5FAFE;
}
.card, .testimonial-card, .usp-grid li {
  background: #fff;
}
.card, .testimonial-card, .usp-grid li, .cookie-modal {
  border-radius: 18px;
}
.button-accent {
  background: #FF5B4D;
  color: #fff;
  border: none;
  border-radius: 40px;
  font-size: 1.11rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  padding: 14px 34px;
  box-shadow: 0 2px 22px 0 rgba(255,91,77,0.12);
  transition: background 0.17s, box-shadow 0.16s, color 0.13s;
}
.button-accent:hover, .button-accent:focus {
  background: #173863;
  color: #FF5B4D;
}

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

/* Utility: highlight section (sometimes used for hightlighted info) */
.highlight {
  background: #26B49C;
  color: #fff;
  border-radius: 12px;
  padding: 6px 12px;
  font-family: 'Montserrat', Arial, sans-serif;
  display: inline-block;
  font-size: 0.96rem;
  font-weight: 600;
  margin-bottom: 7px;
}

/* Extra aids for Vibrant/Energetic Style */
h1, h2, h3, h4 {
  text-shadow: 0 1px 0 rgba(38,180,156,.12), 0 3px 18px rgba(38,180,156,0.07);
}
.cta.primary {
  box-shadow: 0 4px 18px 0 rgba(38,180,156,0.19); /* energetic shadow */
  border-radius: 26px;
  font-size: 1.07rem;
}
.cta {
  text-transform: uppercase;
  letter-spacing: 1px;
}
ul li, ol li {
  padding-left: 0;
}
.text-section {
  border-left: 4px solid #26B49C;
  border-radius: 7px;
  background: #f9fefc;
  padding: 10px 15px 10px 20px;
  margin-bottom: 10px;
}
.text-section img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  height: 18px;
  width: auto;
}

/* Hide scrollbars on mobile nav */
.mobile-menu::-webkit-scrollbar {
  display: none;
}
.mobile-menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* END OF CSS */

