/* Pecularis Active Warm Friendly CSS */

/* 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 {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  background: #FFFBEA;
  color: #19324B;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  min-height: 100vh;
  position: relative;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Responsive background accent shape */
}

img {
  max-width: 100%;
  display: block;
  border-radius: 12px;
}
a {
  color: #176B87;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #E8A91F;
  outline: none;
}
ul,ol {
  margin-left: 1.2em;
  margin-bottom: 16px;
}
ul li, ol li {
  margin-bottom: 0.5em;
}

hr {
  border: none;
  border-top: 1.5px solid #F5D276;
  margin: 32px 0;
}

/* BRAND COLORS (with fallbacks) */
:root {
  --color-primary: #176B87;
  --color-primary-dark: #135971;
  --color-secondary: #19324B;
  --color-accent: #FAE922;
  --color-accent-dark: #E8A91F;
  --color-bg: #FFFBEA;
  --color-bg-alt: #FFF7D1;
  --color-bg-card: #FFFDF5;
  --color-shadow-soft: rgba(25, 50, 75, 0.06);
  --color-shadow-medium: rgba(25, 50, 75, 0.11);
  --color-border: #EEE7C9;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  color: #19324B;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  line-height: 1.15;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
}
h4 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}
h5, h6 {
  font-size: 1rem;
  margin-bottom: 6px;
}
p, blockquote {
  font-size: 1.07rem;
  margin-bottom: 16px;
  color: #2c4664;
}

blockquote {
  background: var(--color-bg-alt);
  border-left: 4px solid var(--color-accent-dark);
  padding: 18px 25px;
  margin: 20px 0;
  font-style: italic;
  border-radius: 12px;
  color: #15425B;
}

/* Container */
.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Layout Sections */
section {
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: var(--color-bg);
  border-radius: 22px;
  box-shadow: 0 6px 36px var(--color-shadow-soft);
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* FLEXBOX ALIGNMENTS */
.card-container, .content-grid, .features {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: var(--color-bg-card);
  border-radius: 18px;
  box-shadow: 0 4px 20px var(--color-shadow-medium);
  padding: 28px 24px;
  transition: transform 0.17s, box-shadow 0.22s;
}
.card:hover {
  transform: translateY(-2px) scale(1.012);
  box-shadow: 0 6px 30px var(--color-shadow-medium);
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.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: 12px;
  padding: 20px 22px;
  background: #FFFDF5;
  border-radius: 20px;
  box-shadow: 0 3px 22px 0 var(--color-shadow-soft);
  margin-bottom: 20px;
  border: 1.5px solid var(--color-border);
  min-width: 250px;
  max-width: 430px;
  width: 100%;
  color: #19324B;
}
.testimonial-card p {
  font-size: 1.1rem;
  color: #2c4664;
  font-style: italic;
}
.testimonial-card span {
  font-weight: 600;
  color: #176B87;
  font-size: 1rem;
}

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

.contact-details ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* SPACING FOR ALL CARDS/WRAPPERS */
.card-container > *, .content-grid > *, .features > *, .section > .container > .content-wrapper > *, .testimonial-card {
  margin-bottom: 0 !important;
}

/* BUTTON & CTA */
.cta-primary, .cta-secondary, button, .mobile-menu-toggle, .cookie-btn {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.06rem;
  padding: 13px 30px;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  transition: background 0.20s, color 0.20s, box-shadow 0.17s, transform 0.15s;
  font-weight: 700;
  outline: none;
  margin-top: 8px;
  margin-bottom: 8px;
  box-shadow: 0 2px 10px 0 var(--color-shadow-soft);
  display: inline-block;
}
.cta-primary, .cookie-btn.accept {
  background: var(--color-primary);
  color: #fff;
  box-shadow: 0 2px 14px 0 var(--color-shadow-soft);
}
.cta-primary:hover, .cta-primary:focus, .cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: var(--color-secondary);
  color: #fff;
  box-shadow: 0 4px 24px 0 var(--color-shadow-medium);
}
.cta-secondary, .cookie-btn.reject {
  background: #fff;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.cta-secondary:hover, .cta-secondary:focus, .cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: var(--color-accent);
  color: var(--color-secondary);
  border-color: var(--color-accent-dark);
}
button:active, .cta-primary:active {
  transform: scale(0.97);
}

/* NAVIGATION & HEADER */
header {
  width: 100%;
  background: #FFFDF5;
  box-shadow: 0 2px 14px 0 var(--color-shadow-soft);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 0 18px;
  min-height: 80px;
}
header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
header nav a {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.06rem;
  color: var(--color-secondary);
  font-weight: 600;
  padding: 7px 12px;
  border-radius: 18px;
  transition: background 0.17s, color 0.18s;
}
header nav a:not(.cta-primary):hover, header nav a:not(.cta-primary):focus {
  background: var(--color-accent);
  color: var(--color-secondary);
}
header nav .cta-primary {
  margin-left: 6px;
}
.mobile-menu-toggle {
  background: var(--color-accent);
  color: var(--color-secondary);
  display: none;
  padding: 10px 22px;
  font-size: 1.7rem;
  border-radius: 99px;
}
.mobile-menu-toggle:focus {
  box-shadow: 0 0 0 3px var(--color-accent-dark)44;
}

/* MOBILE MENU OVERLAY */
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(255, 247, 209, 0.97);
  z-index: 2000;
  transform: translateX(100%);
  transition: transform 0.33s cubic-bezier(.53,1.58,.53,.81);
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  opacity: 0;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}
.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 2.2rem;
  background: transparent;
  color: var(--color-secondary);
  border: none;
  cursor: pointer;
  border-radius: 50%;
  padding: 7px 13px;
  z-index: 2050;
  transition: background 0.14s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: var(--color-accent);
}
.mobile-nav {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 100%;
}
.mobile-nav a {
  color: var(--color-secondary);
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  border-radius: 24px;
  transition: background 0.13s, color 0.14s;
}
.mobile-nav a.cta-primary {
  background: var(--color-primary);
  color: #fff;
  margin-top: 18px;
  font-size: 1.25rem;
}
.mobile-nav a:not(.cta-primary):hover, .mobile-nav a:not(.cta-primary):focus {
  background: var(--color-accent);
  color: var(--color-secondary);
}

/* MAIN & PAGES */
main {
  flex: 1 1 auto;
  min-height: 60vh;
  margin-top: 34px;
  margin-bottom: 68px;
}

/* TABLES (Pricing) */
table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 18px;
  background: var(--color-bg-card);
  box-shadow: 0 2px 10px var(--color-shadow-soft);
  margin-bottom: 26px;
}
table th, table td {
  padding: 17px 16px;
  text-align: left;
}
table thead {
  background: var(--color-accent);
}
table th {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
}
table tbody tr {
  border-bottom: 1px solid var(--color-border);
}
table tr:last-child {
  border-bottom: none;
}

/* FAQ (dl) */
dl {
  margin-bottom: 22px;
}
dt {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1.07rem;
  font-weight: 600;
  color: #176B87;
  margin-top: 16px;
}
dd {
  margin-bottom: 8px;
}

/* Footer */
footer {
  background: #19324B;
  color: #FAE922;
  width: 100%;
  padding: 0;
  font-size: 1rem;
}
footer .container {
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 30px 18px 36px 18px;
  text-align: center;
}
footer nav a {
  color: #FAE922;
  margin: 0 7px;
  font-size: 1rem;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  transition: color 0.18s;
}
footer nav a:hover, footer nav a:focus {
  color: #fff;
}
.footer-contact {
  color: #ffe25f;
  font-size: 0.97rem;
  margin-top: 10px;
}
footer img {
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 13px;
}

/* Cookie Consent Banner & Modal */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: var(--color-bg);
  color: var(--color-secondary);
  padding: 22px 16px 14px 16px;
  box-shadow: 0 -7px 44px var(--color-shadow-soft);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 3000;
  gap: 16px;
  font-size: 1rem;
  animation: cookieSlideUp 0.6s cubic-bezier(.65,1.76,.46,.84);
}
@keyframes cookieSlideUp {
  from {transform: translateY(120%); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}
.cookie-banner p {
  color: var(--color-secondary);
  flex: 1 1 260px;
  margin: 0;
}
.cookie-btn {
  margin-left: 9px;
  margin-right: 0;
  min-width: 112px;
}
.cookie-btn.settings {
  background: var(--color-accent);
  color: var(--color-secondary);
}
.cookie-btn.settings:hover {
  background: var(--color-accent-dark);
  color: #fff;
}

.cookie-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(25,50,75,0.30);
  z-index: 3020;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInCookieModal 0.35s ease;
}
@keyframes fadeInCookieModal {
  from {opacity: 0;}
  to {opacity: 1;}
}
.cookie-modal {
  background: #FFFDF5;
  border-radius: 22px;
  box-shadow: 0 6px 44px var(--color-shadow-medium);
  padding: 32px 24px 20px 24px;
  min-width: 320px;
  max-width: 96vw;
  min-height: 180px;
  position: relative;
  animation: cookieModalPop 0.45s cubic-bezier(.6,1.57,.53,.86);
}
@keyframes cookieModalPop {
  from {transform: scale(0.84) translateY(80px); opacity: 0;}
  to {transform: scale(1) translateY(0); opacity: 1;}
}
.cookie-modal h3 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  color: var(--color-primary);
  font-size: 1.32rem;
  margin-bottom: 13px;
}
.cookie-modal ul, .cookie-modal label {
  font-size: 1.03rem;
  color: var(--color-secondary);
  margin-bottom: 8px;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 13px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #19324B;
  font-weight: 500;
}
.cookie-modal .cookie-btn {
  margin-top: 13px;
  margin-right: 7px;
}
.cookie-modal .close {
  position: absolute;
  top: 17px;
  right: 15px;
  font-size: 1.65rem;
  border: none;
  background: transparent;
  color: #19324B;
  cursor: pointer;
  border-radius: 37px;
}
.cookie-modal .close:hover {
  background: var(--color-accent);
}

/* Extra Elements */
hr {
  border: 0;
  border-top: 1.5px solid var(--color-border);
  margin: 30px 0;
}

/* Animations / Micro-interactions */
.cta-primary, .cta-secondary, .mobile-menu-toggle, .cookie-btn {
  transition: background 0.18s, color 0.17s, box-shadow 0.14s, transform 0.14s;
}
.card, .testimonial-card {
  transition: box-shadow 0.17s, transform 0.17s;
}
.card:active, .testimonial-card:active {
  transform: scale(0.98);
}

/* Responsive - MOBILE FIRST */
@media (max-width: 992px) {
  .container {
    max-width: 97vw;
    padding-left: 8px;
    padding-right: 8px;
  }
  header .container {
    padding: 0 8px;
  }
  .section {
    padding: 25px 8px;
  }
  .card {
    padding: 17px 12px;
  }
  .testimonial-card {
    padding: 13px 10px;
    min-width: 175px;
    font-size: 0.97rem;
  }
  main {
    margin-top: 24px;
    margin-bottom: 38px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 6px;
    max-width: 100vw;
  }
  .section {
    margin-bottom: 33px;
    padding: 18px 4px;
  }
  .content-grid,.card-container,.features {
    flex-direction: column;
    gap: 16px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  header .container {
    min-height: 67px;
  }
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
    margin-left: auto;
    z-index: 300;
  }
  .mobile-menu {
    padding-top: 7vh;
  }
  .testimonial-card {
    min-width: unset;
    width: 97%;
    max-width: 97vw;
  }
  .card {
    min-width: unset;
    width: 98%;
    max-width: 98vw;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  .section {
    padding: 11px 2px;
    margin-bottom: 17px;
  }
  .testimonial-card, .card {
    padding: 10px 5px;
  }
  .cookie-modal {
    min-width: 96vw;
    padding: 10vw 4vw 5vw 4vw;
  }
}

/* Utility Classes for Margin */
.mt-2 {margin-top: 0.5rem;}
.mb-2 {margin-bottom: 0.5rem;}
.mt-3 {margin-top: 1rem;}
.mb-3 {margin-bottom: 1rem;}
.mt-4 {margin-top: 1.5rem;}
.mb-4 {margin-bottom: 1.5rem;}

/* Hide elements visually but remain accessible */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ===== Scrollbar Styling for Desktop ===== */
@media (min-width: 992px) {
  body {
    scrollbar-color: #FAE922 #FFFBEA;
    scrollbar-width: thin;
  }
  ::-webkit-scrollbar {width: 10px;}
  ::-webkit-scrollbar-thumb {background: #F5D276; border-radius: 9px;}
  ::-webkit-scrollbar-track {background: #FFFBEA; border-radius: 9px;}
}

/* END - Pecularis Active Warm Friendly CSS */