/* =============================
   Icy Hollow Media CSS RESET & BASE
   ============================= */
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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  color: #14324D;
  background: #F4F8FB;
  line-height: 1.6;
  min-height: 100vh;
  font-size: 16px;
  letter-spacing: 0.01em;
  scroll-behavior: smooth;
}
a {
  color: #20B2C6;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #14324D;
  text-decoration: underline;
}
ul, ol {
  padding-left: 24px;
  margin-bottom: 20px;
}
img {
  max-width: 100%;
  display: block;
}
button, input[type="submit"], .cta-button {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  background: #20B2C6;
  color: #fff;
  border: none;
  border-radius: 32px;
  padding: 12px 28px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(32,178,198,0.09);
  transition: background 0.18s, transform 0.18s, box-shadow 0.18s;
  outline: none;
  text-align: center;
  letter-spacing: 0.03em;
}
button:hover, input[type="submit"]:hover, .cta-button:hover, button:focus, .cta-button:focus {
  background: #14324D;
  color: #fff;
  transform: translateY(-2px) scale(1.04) rotate(-1deg);
  box-shadow: 0 4px 18px rgba(32, 178, 198, 0.15);
}

/* =============================
   TYPOGRAPHY
   ============================= */
h1, .hero-section h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  color: #14324D;
  text-shadow: 0 2px 0 #20B2C6, 0 4px 16px #F4F8FB;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
  line-height: 1.16;
}
h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #14324D;
  margin-bottom: 20px;
  margin-top: 16px;
  letter-spacing: 0.01em;
}
h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #20B2C6;
  margin-bottom: 10px;
  margin-top: 8px;
}
p, li, span, .subheadline {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 12px;
}
.subheadline {
  font-size: 1.17rem;
  color: #20B2C6;
  margin-bottom: 20px;
  font-weight: 500;
}
strong, b {
  font-weight: 700;
  color: #14324D;
}
.text-section ul, .text-section ol {
  margin-bottom: 12px;
}

/* =============================
   SPACING, LAYOUT & CONTAINERS
   ============================= */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.section, main > section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 16px 0 rgba(20,50,77,0.07);
}
main > section.hero-section {
  margin-bottom: 60px;
  padding-top: 44px;
  padding-bottom: 44px;
  background: #20B2C6;
  color: #fff;
  box-shadow: 0 4px 32px 0 rgba(20,50,77,0.09);
  border-radius: 0 0 40px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
main > section.hero-section h1, main > section.hero-section p, main > section.hero-section .subheadline {
  color: #fff;
  text-shadow: 0 2px 12px #14324d50;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.feature-grid, .testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 18px;
}
.feature-grid > div, .testimonial-slider > div {
  flex: 1 1 260px;
  background: #F4F8FB;
  border-radius: 21px;
  padding: 24px 20px;
  min-width: 240px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.22s, transform 0.22s;
  box-shadow: 0 2px 10px 0 rgba(32, 178, 198, 0.08);
}
.feature-grid > div:hover, .testimonial-slider > div:hover {
  box-shadow: 0 6px 24px 1px #20B2C630;
  transform: translateY(-4px) scale(1.035);
}
.text-section {
  width: 100%;
  background: #fff;
  border-radius: 19px;
  box-shadow: 0 2px 10px 0 #14324d10;
  padding: 28px 20px;
}
.text-section ul li {
  list-style-type: circle;
  margin-left: 16px;
  margin-bottom: 8px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #FFF;
  border-radius: 19px;
  box-shadow: 0 2px 10px 0 #20B2C610;
  transition: box-shadow 0.2s, transform 0.2s;
}
.card:hover {
  box-shadow: 0 6px 16px 2px #20B2C635;
  transform: scale(1.03) rotate(-1deg);
}
.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-section {
  background: #F4F8FB;
  border-radius: 32px;
  box-shadow: 0 4px 32px 0 #14324d0c;
  margin-top: 30px;
  margin-bottom: 60px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #fff;
  color: #14324D;
  border-radius: 20px;
  min-width: 220px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px 0 #14324d19;
  border-left: 7px solid #20B2C6;
}
.testimonial-card p {
  color: #14324D;
  font-weight: 500;
  font-size: 1.1rem;
}
.testimonial-card span {
  color: #20B2C6;
  font-weight: 700;
  font-family: 'Montserrat', Arial, sans-serif;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.client-logos {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 26px;
}
.cta-section .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.cta-section {
  background: #20B2C6;
  color: #fff;
  text-align: center;
  border-radius: 32px;
  box-shadow: 0 4px 32px 0 rgba(20,50,77,0.07);
}
.cta-section h2 { color: #fff }

.category-filters {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 0 0;
}
.category-filters a {
  color: #14324D;
  background: #F4F8FB;
  border-radius: 16px;
  padding: 6px 16px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin: 2px 0;
  transition: background 0.16s, color 0.16s;
  border: 2px solid transparent;
}
.category-filters a:hover, .category-filters a.active {
  background: #20B2C6;
  color: #fff;
  border-color: #20B2C6;
}

/* Contact Section (on contact.html) */
.contact-section .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  margin-top: 16px;
}
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1 1 320px;
}
.map-placeholder {
  background: #F4F8FB;
  border-radius: 14px;
  padding: 20px 20px 18px 20px;
  flex: 2 1 420px;
  min-width: 220px;
}

/* =============================
   NAVIGATION STYLES
   ============================= */
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 12px 0 #14324d0a;
  padding: 0;
  position: relative;
  z-index: 21;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  min-height: 74px;
}
header img {
  height: 44px;
  margin-right: 16px;
}
.main-nav {
  display: flex;
  gap: 20px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  color: #14324D;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 3px 10px;
  border-radius: 11px;
  transition: background 0.18s, color 0.18s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #20B2C6;
  color: #fff;
}
.cta-button {
  margin-left: 20px;
  align-self: center;
  min-width: 112px;
  box-shadow: 0 2px 16px 0 #20b2c620;
  border: 2px solid #20B2C6;
}
.cta-button:active {
  transform: scale(0.97) rotate(-1.5deg);
}

/* =============================
   MOBILE NAVIGATION
   ============================= */
.mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #20B2C6;
  color: #fff;
  font-size: 2rem;
  border-radius: 50%;
  border: none;
  width: 44px;
  height: 44px;
  margin-left: 30px;
  box-shadow: 0 1px 6px #20B2C633;
  cursor: pointer;
  z-index: 31;
  transition: background 0.11s, transform 0.12s;
}
.mobile-menu-toggle:active, .mobile-menu-toggle:focus {
  background: #14324D;
}
/* Hide mobile menu/toggle on desktop */
.main-nav, .cta-button { display: flex; }
.mobile-menu-toggle { display: none; }
@media (max-width: 1024px) {
  .main-nav, .cta-button { display: none !important; }
  .mobile-menu-toggle { display: inline-flex !important; }
}
.mobile-menu {
  position: fixed;
  top: 0; left: 100vw;
  width: 100vw; height: 100vh;
  background: #fff;
  z-index: 120;
  transition: transform 0.35s cubic-bezier(0.69,0.01,0,.93);
  transform: translateX(0);
  box-shadow: -6px 0 28px 0 #20B2C640;
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-direction: column;
}
.mobile-menu.open {
  transform: translateX(-100vw);
  left: 0;
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  background: #20B2C6;
  color: #fff;
  border: none;
  font-size: 2.1rem;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  align-self: flex-end;
  margin: 20px 40px 8px 0;
  z-index: 123;
  cursor: pointer;
  transition: background 0.18s, transform 0.18s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #14324D;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  padding: 20px 40px;
  width: 100%;
}
.mobile-nav a {
  color: #14324D;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  background: #F4F8FB;
  border-radius: 11px;
  padding: 11px 17px;
  margin-bottom: 7px;
  width: 98%;
  box-sizing: border-box;
  transition: background 0.14s, color 0.13s;
}
.mobile-nav a:hover {
  background: #20B2C6;
  color: #fff;
}

/* =============================
   FOOTER
   ============================= */
footer {
  background: #14324D;
  color: #fff;
  padding: 40px 0 26px 0;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  margin-top: 80px;
  box-shadow: 0 -3px 24px rgba(20,50,77,0.11);
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 10px;
}
.footer-nav a {
  color: #20B2C6;
  font-size: 1.08rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  background: transparent;
  border-radius: 9px;
  padding: 3px 10px;
  transition: background 0.13s, color 0.11s;
}
.footer-nav a:hover, .footer-nav a:focus {
  background: #20B2C6;
  color: #fff;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 1rem;
  line-height: 1.45;
  color: #fff;
}
.contact-info img {
  width: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.footer-brand {
  margin: 16px 0 6px 0;
}
.footer-brand img {
  height: 34px;
}
.footer-copy {
  color: #fff;
  opacity: 0.82;
  font-size: 0.98rem;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-top: 8px;
}

/* =============================
   BLOG SEARCH BAR
   ============================= */
.search-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 3px 14px #20B2C60A;
  padding: 4px 10px;
}
.search-bar input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 1rem;
  flex: 1 1 120px;
  padding-left: 10px;
  height: 42px;
  font-family: 'Roboto', Arial, sans-serif;
}
.search-bar button {
  background: #20B2C6;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s;
}
.search-bar button:hover {
  background: #14324D;
}
.search-bar button img {
  width: 20px;
  height: 20px;
}

/* =============================
   COOKIE CONSENT BANNER & MODAL
   ============================= */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #14324D;
  color: #fff;
  padding: 20px 12px;
  z-index: 1005;
  box-shadow: 0 -3px 12px #14324d17;
  flex-wrap: wrap;
  gap: 20px;
  animation: cookieSlideUp 0.55s cubic-bezier(.68,-0.25,.35,1.09);
}
@keyframes cookieSlideUp {
  from { transform: translateY(120%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-banner p {
  color: #fff;
  font-size: 1rem;
  margin-right: 22px;
}
.cookie-banner .cookie-btn {
  margin: 0 8px;
  background: #20B2C6;
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #fff;
  border-radius: 21px;
  padding: 10px 22px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 1px 8px #20B2C62e;
  transition: background 0.15s, transform 0.14s;
  outline: none;
}
.cookie-banner .cookie-btn.cookie-settings {
  background: #fff;
  color: #20B2C6;
  border: 2px solid #20B2C6;
}
.cookie-banner .cookie-btn:hover, .cookie-banner .cookie-btn:focus {
  background: #14324D;
  color: #fff;
  transform: scale(1.08);
}
.cookie-banner .cookie-btn.cookie-settings:hover {
  background: #20B2C6;
  color: #fff;
}

.cookie-modal-backdrop {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #14324d70;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
}
.cookie-modal-backdrop.open {
  display: flex;
  animation: fadeInBg 0.38s ease;
}
@keyframes fadeInBg {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  border-radius: 28px;
  max-width: 420px;
  width: calc(100vw - 32px);
  padding: 34px 30px 28px 30px;
  box-shadow: 0 12px 54px #14324d17;
  color: #14324D;
  position: relative;
  z-index: 2100;
  animation: cookieModalPop 0.4s cubic-bezier(.75, .67, .35, 1.19);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@keyframes cookieModalPop {
  from { transform: translateY(50px) scale(0.96); opacity: 0; }
  to   { transform: translateY(0) scale(1); opacity: 1; }
}
.cookie-modal h3 {
  color: #20B2C6;
  text-align: center;
  font-size: 1.35rem;
  margin-bottom: 0;
}
.cookie-modal .cookie-category {
  margin: 12px 0 10px 0;
  font-family: 'Roboto', Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.05rem;
  padding: 8px 0;
}
.cookie-modal .cookie-toggle {
  appearance: none;
  width: 39px;
  height: 22px;
  background: #20B2C6;
  border-radius: 22px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: background 0.17s;
}
.cookie-modal .cookie-toggle:before {
  content: '';
  position: absolute;
  left: 3px; top: 3px;
  width: 16px; height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.18s;
  box-shadow: 0 0 4px #14324d0b;
}
.cookie-modal .cookie-toggle:checked {
  background: #14324D;
}
.cookie-modal .cookie-toggle:checked:before {
  left: 19px;
}
.cookie-modal .cookie-toggle[disabled] {
  background: #d2d2d2;
  cursor: not-allowed;
}
.cookie-modal .cookie-actions {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 18px;
}
.cookie-modal .cookie-actions .cookie-btn {
  font-size: 1rem;
  min-width: 110px;
}
.cookie-modal .modal-close {
  position: absolute;
  right: 14px;
  top: 18px;
  background: #F4F8FB;
  color: #14324D;
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 1.3rem;
  cursor: pointer;
  transition: background 0.13s, color 0.13s;
  z-index: 2101;
}
.cookie-modal .modal-close:hover {
  background: #20B2C6;
  color: #fff;
}

/* =============================
   playful_dynamic ANIMATIONS
   ============================= */
.feature-grid > div, .card, .testimonial-card, .category-filters a, .cta-button, .main-nav a, .mobile-nav a {
  transition: box-shadow 0.22s, transform 0.22s, background 0.17s, color 0.16s, border 0.16s;
}
.cta-button {
  animation: pulseBtn 2.5s infinite cubic-bezier(.66,0,.34,1.01) 0.3s;
}
@keyframes pulseBtn {
  0%, 100% { box-shadow: 0 2px 16px 0 #20b2c625; }
  50% { box-shadow: 0 8px 24px 8px #20b2c66a; transform: scale(1.045) rotate(-1deg); }
}

.testimonial-section {
  animation: floatyFadeIn 0.8s cubic-bezier(.44,0,.34,1.01);
}
@keyframes floatyFadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: none; }
}

/* =============================
   PLAYFUL/WHIMSICAL ACCENTS
   ============================= */
.feature-grid > div:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 9px; right: 13px;
  width: 22px; height: 22px;
  background: #20B2C6;
  opacity: 0.08;
  border-radius: 50%;
  z-index: 0;
}
.testimonial-card:before {
  content: '"';
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 3rem;
  color: #20B2C6;
  opacity: 0.10;
  position: absolute;
  left: 14px; top: 10px;
  z-index: 0;
}

/* =============================
   RESPONSIVE BREAKPOINTS
   ============================= */
@media (max-width: 1024px) {
  .container {
    max-width: 95vw;
    padding: 0 12px;
  }
  .feature-grid, .testimonial-slider, .card-container, .content-grid {
    flex-wrap: wrap;
    gap: 20px;
  }
  .feature-grid > div, .testimonial-slider > div {
    flex: 1 1 240px;
  }
}
@media (max-width: 768px) {
  main > section, .section {
    padding: 25px 4vw;
    margin-bottom: 36px;
    border-radius: 13px;
  }
  main > section.hero-section {
    border-radius: 0 0 18px 18px;
    padding: 32px 4vw 32px 4vw;
  }
  .content-wrapper, .cta-section .content-wrapper {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .feature-grid, .testimonial-slider, .card-container, .content-grid {
    flex-direction: column;
    gap: 15px;
  }
  .feature-grid > div, .testimonial-slider > div {
    min-width: 90vw;
    max-width: 98vw;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .contact-section .content-wrapper {
    flex-direction: column;
    gap: 18px;
  }
  .client-logos {
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
  }
  header .container {
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 60px;
    gap: 0;
  }
  .mobile-menu-close {
    margin-right: 17px;
    width: 44px; height: 44px;
  }
  .mobile-nav {
    padding: 15px 18px;
  }
  .search-bar { max-width: 100%; }
}
@media (max-width: 480px) {
  h1, .hero-section h1 { font-size: 1.75rem; }
  h2 { font-size: 1.3rem; }
  main > section, .section {
    padding: 13px 6px;
  }
  .feature-grid > div, .testimonial-slider > div {
    min-width: 96vw;
    padding: 17px 6px;
  }
  .testimonial-card {
    padding: 13px 6px 13px 16px;
    font-size: 0.96rem;
  }
  .cookie-modal {
    max-width: 97vw;
    padding: 18px 6px 9px 8px;
  }
  .cookie-modal h3 { font-size: 1.12rem; }
}

/* =============================
   PLAYFUL FONTS (Fallbacks)
   ============================= */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');


/* ==============
 UTILITIES
===============*/
.text-center { text-align: center !important; }
.flex-row { display: flex; flex-direction: row; }
.flex-col { display: flex; flex-direction: column; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.gap-20 { gap: 20px; }
.mt-3 { margin-top: 1rem; }
.mb-3 { margin-bottom: 1rem; }

/* =============================
   ACCESSIBLE FOCUS STYLES
   ============================= */
a:focus, button:focus, .cta-button:focus, input:focus {
  outline: 2px dashed #20B2C6;
  outline-offset: 2px;
  background: #F4F8FB;
}

/* =============================
   END OF FILE
   ============================= */
