/* RESET & BASE STYLES (Normalize + Custom Reset) */
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, main, 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-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  background: #F2F7FA;
}
body {
  background: #F2F7FA;
  color: #15232B;
  min-height: 100vh;
  line-height: 1.65;
  font-size: 1rem;
  transition: background 0.3s;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
a {
  color: #23647A;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #19505e;
  text-decoration: underline;
}
ul, ol {
  list-style: none;
  padding-left: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
}
:focus-visible {
  outline: 2px solid #23647A;
  outline-offset: 2px;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #14374A;
  font-weight: 700;
  letter-spacing: 0.02em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 18px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}
h4 {
  font-size: 1rem;
  margin-bottom: 10px;
}
p, ul, ol, li {
  color: #233745;
  font-size: 1rem;
}
.text-section p,
.text-section ul,
.text-section ol,
.text-section li {
  color: #233745;
}
strong, b {
  font-weight: 700;
}
em, i {
  font-style: italic;
}

/* CONTAINER UTILITY */
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.text-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* SECTIONS & SPACING */
section {
  background: #fff;
  border-radius: 18px;
  margin-bottom: 60px;
  padding: 40px 20px;
  box-shadow: 0 2px 12px 0 rgba(44, 64, 87, 0.08);
}
@media (max-width: 768px) {
  section {
    padding: 32px 10px;
    margin-bottom: 48px;
  }
}

/* FLEX LAYOUTS PER SPECIFICATION */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}
.card {
  margin-bottom: 20px;
  position: relative;
  border-radius: 12px;
  background: #F2F7FA;
  box-shadow: 0 2px 8px rgba(44, 64, 87, 0.05);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #F6FAFC;
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(35, 100, 122, 0.07);
  margin-bottom: 20px;
  min-width: 250px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

/* FLEX GROUPS BY HTML CLASS USAGE */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 -12px;
}
.feature-grid li {
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #F6FAFC;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(44, 64, 87, 0.04);
  margin: 12px;
  padding: 20px 18px 18px 18px;
  min-width: 220px;
  gap: 10px;
}
@media (max-width: 768px) {
  .feature-grid {
    flex-direction: column;
    gap: 18px;
    margin: 0;
  }
  .feature-grid li {
    margin: 0;
    min-width: 0;
  }
}

.service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
  align-items: stretch;
  width: 100%;
}
.service-card {
  background: #F2F7FA;
  border: 1px solid #D1E6F2;
  border-radius: 14px;
  box-shadow: 0 1px 6px 0 rgba(35, 100, 122, 0.04);
  flex: 1 1 250px;
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 220px;
  margin-bottom: 20px;
  transition: box-shadow 0.2s, border-color 0.2s;
  position: relative;
}
.service-card:hover {
  box-shadow: 0 4px 24px 0 rgba(35, 100, 122, 0.09);
  border-color: #C9E265;
}
@media (max-width: 768px) {
  .service-cards {
    flex-direction: column;
    gap: 18px;
  }
  .service-card {
    min-width: 0;
    width: 100%;
  }
}

.product-cards,
.team-bios,
.blog-preview-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}
.product-cards .text-section,
.team-bios .text-section,
.blog-preview-cards .text-section {
  background: #F6FAFC;
  border-radius: 12px;
  padding: 18px 18px 15px 18px;
  min-width: 220px;
  flex: 1 1 220px;
  margin-bottom: 20px;
  box-shadow: 0 1px 5px 0 rgba(35, 100, 122, 0.04);
}
@media (max-width: 768px) {
  .product-cards,
  .team-bios,
  .blog-preview-cards {
    flex-direction: column;
    gap: 16px;
  }
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}
.faq-item {
  background: #F2F7FA;
  border-radius: 10px;
  padding: 16px 14px;
  box-shadow: 0 1px 6px 0 rgba(35, 100, 122, 0.03);
  transition: box-shadow 0.2s;
}
.faq-item:hover {
  box-shadow: 0 4px 18px 0 rgba(35, 100, 122, 0.09);
}

.categories-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
}
.categories-filter li a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 0.98rem;
  color: #23647A;
  background: #E0F0FA;
  padding: 6px 16px;
  border-radius: 24px;
  transition: background 0.2s, color 0.2s;
  font-weight: 500;
}
.categories-filter li a:hover,
.categories-filter li a:focus {
  background: #C9E265;
  color: #15232B;
}

/* NAVIGATION */
header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #fff;
  padding: 18px 0;
  box-shadow: 0 2px 16px 0 rgba(35, 100, 122, 0.07);
  position: relative;
  min-height: 70px;
  z-index: 100;
}
header > a img {
  height: 38px;
  margin-right: 16px;
}
nav.main-nav {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-left: 22px;
}
nav.main-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #23647A;
  font-weight: 500;
  letter-spacing: 0.01em;
  position: relative;
  padding: 4px 0;
  transition: color 0.2s;
}
nav.main-nav a::after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background: #C9E265;
  transition: width 0.2s;
  position: absolute;
  left: 0;
  bottom: -2px;
}
nav.main-nav a:hover::after, nav.main-nav a:focus::after {
  width: 100%;
}
nav.main-nav a:hover,
nav.main-nav a:focus {
  color: #14374A;
}
.cta-btn {
  margin-left: 32px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  color: #fff;
  background: #23647A;
  padding: 12px 30px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 2px 8px 0 rgba(35, 100, 122, 0.08);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.2s, color 0.2s;
  display: inline-block;
  letter-spacing: 0.02em;
}
.cta-btn:hover, .cta-btn:focus {
  background: #C9E265;
  color: #14374A;
  box-shadow: 0 4px 18px 0 rgba(201, 226, 101, 0.15);
}

button.mobile-menu-toggle {
  display: none;
  background: none;
  font-size: 1.7rem;
  color: #23647A;
  border: none;
  cursor: pointer;
  margin-left: 22px;
  padding: 6px 12px;
  border-radius: 7px;
  transition: background 0.2s;
}
button.mobile-menu-toggle:active, button.mobile-menu-toggle:focus {
  background: #E0F0FA;
}

/* MOBILE MENU */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #F2F7FA;
  box-shadow: 0 4px 32px 0 rgba(35,100,122,0.10);
  z-index: 2200;
  transform: translateX(-100%);
  transition: transform 0.37s cubic-bezier(.7,.2,.2,1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 24px 24px 24px;
  gap: 24px;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.mobile-menu-close {
  align-self: flex-end;
  background: none;
  font-size: 2rem;
  border: none;
  color: #14374A;
  cursor: pointer;
  margin-bottom: 20px;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #23647A;
  padding: 12px 4px 8px 0;
  border-radius: 7px;
  transition: background 0.2s, color 0.2s;
}
.mobile-nav a:active, .mobile-nav a:focus, .mobile-nav a:hover {
  background: #C9E265;
  color: #14374A;
}
@media (max-width: 1024px) {
  nav.main-nav {
    gap: 16px;
    margin-left: 12px;
  }
  .cta-btn {
    margin-left: 18px;
  }
}
@media (max-width: 960px) {
  nav.main-nav,
  .cta-btn {
    display: none;
  }
  button.mobile-menu-toggle {
    display: inline-block;
  }
}

/* MAIN LAYOUT & SECTION UTILS */
main {
  width: 100%;
  padding-bottom: 40px;
  min-height: 60vh;
}

/* TESTIMONIALS */
.testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 10px;
}
.testimonial-card p {
  color: #14374A;
  font-size: 1rem;
  margin-bottom: 10px;
}
.testimonial-card span {
  font-size: 1rem;
  color: #23647A;
  font-style: italic;
}
.star-rating {
  color: #C9E265;
  font-size: 1.20rem;
  letter-spacing: 2px;
}
@media (max-width: 900px) {
  .testimonial-list {
    flex-direction: column;
    gap: 16px;
  }
}

/* MISCELLANEOUS */
.read-more {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  display: inline-block;
  margin-top: 10px;
  color: #23647A;
  background: none;
  border-bottom: 2px solid #23647A;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.2s, border-color 0.2s;
}
.read-more:hover, .read-more:focus {
  color: #14374A;
  border-color: #C9E265;
}
.map-location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

/* FOOTER */
footer {
  background: #23647A;
  color: #fff;
  padding: 28px 0 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.footer-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 8px;
}
.footer-nav nav {
  display: flex;
  gap: 22px;
}
.footer-nav nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 0.97rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  opacity: 0.9;
  transition: opacity 0.18s, color 0.2s;
}
.footer-nav nav a:hover,
.footer-nav nav a:focus {
  color: #C9E265;
  opacity: 1;
}
.footer-branding {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.97rem;
  opacity: 0.9;
}
.footer-branding img {
  height: 28px;
}

@media (max-width: 700px) {
  .footer-nav nav {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-branding {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* BUTTONS GENERAL */
button, .btn {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  background: #23647A;
  color: #fff;
  border-radius: 999px;
  padding: 11px 26px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.19s, color 0.17s, box-shadow 0.2s;
  border: none;
}
button:hover, button:focus, .btn:hover, .btn:focus {
  background: #C9E265;
  color: #14374A;
  box-shadow: 0 3px 14px 0 rgba(201, 226, 101, 0.15);
}

/* TABLE, FORMS, ETC - BASIC STYLES */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
}
th, td {
  text-align: left;
  padding: 12px 7px;
  border-bottom: 1px solid #D1E6F2;
}

/* COOKIE CONSENT BANNER & MODAL */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #14374A;
  color: #fff;
  padding: 26px 20px 18px 20px;
  box-shadow: 0 -4px 20px 0 rgba(35, 100, 122, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  z-index: 3000;
  animation: cookie-slide-up 0.44s cubic-bezier(.8,.2,.2,1);
}
@keyframes cookie-slide-up {
  0% {transform: translateY(130%);opacity:0;}
  50% {opacity: 0.6;}
  100% {transform: translateY(0);opacity:1;}
}
.cookie-banner__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.cookie-banner__btn {
  background: #C9E265;
  color: #14374A;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 2px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}
.cookie-banner__btn:hover, .cookie-banner__btn:focus {
  background: #fff;
  color: #14374A;
}
.cookie-banner__btn--settings {
  background: #F2F7FA;
  color: #23647A;
  border: 1px solid #23647A;
  margin-left: 2px;
}
.cookie-banner__btn--settings:hover, .cookie-banner__btn--settings:focus {
  background: #C9E265;
  color: #14374A;
  border-color: #C9E265;
}

/* COOKIE MODAL */
.cookie-modal__overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(20, 55, 74, 0.55);
  z-index: 3100;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  animation: modal-fade-in 0.25s cubic-bezier(.7,.2,.2,1);
}
@keyframes modal-fade-in {
  0% {opacity:0;}
  100% {opacity:1;}
}
.cookie-modal {
  background: #fff;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 4px 48px 0 rgba(35, 100, 122, 0.10);
  padding: 34px 22px 22px 22px;
  max-width: 460px;
  width: 97vw;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  animation: modal-popup-in 0.34s cubic-bezier(.7,.2,.2,1);
}
@keyframes modal-popup-in {
  from {transform: translateY(160px);opacity:.7;}
  to {transform: translateY(0);opacity:1;}
}
.cookie-modal__title {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #14374A;
  margin-bottom: 8px;
}
.cookie-modal__options {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.cookie-modal__category {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
}
.cookie-modal__category input[type='checkbox'] {
  width: 20px; height: 20px;
  margin-right: 2px;
  accent-color: #23647A;
}
.cookie-modal__btns {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 10px;
}
.cookie-modal__btn {
  background: #23647A;
  color: #fff;
  border-radius: 999px;
  padding: 11px 26px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: background 0.18s, color 0.18s;
}
.cookie-modal__btn:hover, .cookie-modal__btn:focus {
  background: #C9E265;
  color: #14374A;
}
.cookie-modal__close {
  position: absolute;
  top: 18px;
  right: 20px;
  background: none;
  font-size: 1.8rem;
  color: #14374A;
  border: none;
  cursor: pointer;
}
@media (max-width: 540px) {
  .cookie-modal {
    max-width: 100vw;
    border-radius: 0;
    padding: 30px 6px 18px 6px;
  }
}

/* UTILITIES & HELPERS */
::-webkit-scrollbar {
  width: 10px;
  background: #F2F7FA;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #D1E6F2;
}
::selection {
  background: #C9E265;
  color: #14374A;
}

/* RESPONSIVE MEDIA QUERIES - MOBILE FIRST */
@media (max-width: 900px) {
  h1 {font-size: 2rem;}
  h2 {font-size: 1.5rem;}
  .container {padding: 0 10px;}
}
@media (max-width: 768px) {
  .content-wrapper, .text-section {
    gap: 12px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .testimonial-card {
    min-width: 0;
    padding: 14px 12px;
  }
  .feature-item {
    gap: 9px;
  }
  .categories-filter {
    gap: 10px;
  }
}
/* Ultra narrow screens */
@media (max-width: 520px) {
  .container {
    padding: 0 3vw;
  }
  h1 {font-size: 1.4rem;}
  h2 {font-size: 1.15rem;}
}

/* ANIMATIONS */
.cta-btn, .btn, button, .read-more, .categories-filter li a {
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.service-card, .feature-grid li, .testimonial-card, .faq-item, .product-cards .text-section, .blog-preview-cards .text-section {
  transition: box-shadow 0.2s, border-color 0.2s;
}

/* END OF PUREFLOWPET PROFESSIONAL CORPORATE STYLE CSS */
