/* Zenara Flow Minimalist CSS — FLEXBOX ONLY, Mobile-first, Brand Adherence */
/* RESET & BASELINE STYLES */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  color: #264653;
  background: #F7F9FA;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  text-rendering: optimizeLegibility;
}
img, svg {
  max-width: 100%;
  display: block;
}
a {
  color: #264653;
  text-decoration: none;
  transition: color 0.18s;
}
a:hover, a:focus {
  color: #43AA8B;
  outline: none;
}
button {
  font-family: inherit;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}
ul, ol {
  margin-left: 22px;
  padding-left: 0;
  margin-bottom: 16px;
}
li {
  margin-bottom: 8px;
}
::selection {
  background: #43AA8B22;
}

/* HEADINGS & TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  color: #264653;
  margin-bottom: 16px;
  line-height: 1.14;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.25rem;
  margin-bottom: 18px;
}
h2 {
  font-size: 1.5rem;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.17rem;
  color: #264653;
  margin-bottom: 12px;
}
.lead {
  font-size: 1.18rem;
  font-weight: 500;
  color: #43AA8B;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}
strong {
  font-weight: 600;
  color: #264653;
}

/* LAYOUT CONTAINERS */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  width: 100%;
  margin: 0 auto;
}

/* SECTION SPACING */
section, .section {
  width: 100%;
  margin-bottom: 60px;
  padding: 40px 20px;
  background: transparent;
}
@media (max-width: 600px) {
  section, .section {
    padding: 28px 8px;
    margin-bottom: 40px;
  }
}

/* FLEXBOX COMPONENTS */
.features-grid, .service-cards, .article-list, .guide-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 0;
  justify-content: flex-start;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  position: relative;
  margin-bottom: 20px;
}
.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;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(38, 70, 83, 0.06);
  border-radius: 12px;
  margin-bottom: 24px;
  max-width: 500px;
}
.testimonial-card blockquote {
  font-size: 1.08rem;
  color: #264653;
  margin-bottom: 0;
  font-style: italic;
}
.testimonial-card p {
  margin-bottom: 0;
  color: #264653;
}
.testimonial-card strong {
  color: #43AA8B;
}

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

/* CARDS */
.feature-card {
  background: #fff;
  padding: 28px 24px;
  border-radius: 14px;
  box-shadow: 0px 3px 18px 0px rgba(38, 70, 83, 0.045);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 230px;
  flex: 1 1 220px;
  transition: box-shadow 0.18s, transform 0.18s;
  margin-bottom: 20px;
  gap: 10px;
}
.feature-card img {
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
}
.feature-card h3 {
  font-size: 1.09rem;
  margin-bottom: 7px;
}
.feature-card p {
  font-size: 0.97rem;
  color: #264653;
  margin-bottom: 6px;
}
.feature-card a {
  font-size: 0.97rem;
  font-weight: 500;
  color: #264653;
  border-bottom: 1px solid #43AA8B55;
  padding-bottom: 2px;
  transition: color 0.18s, border 0.18s;
}
.feature-card a:hover {
  color: #43AA8B;
  border-bottom: 1px solid #43AA8B;
}
.feature-card:hover,
.feature-card:focus-within {
  box-shadow: 0 6px 28px 0px rgba(38, 70, 83, 0.12);
  transform: translateY(-2px) scale(1.015);
}

.text-section {
  margin-bottom: 16px;
  background: none;
  padding: 0;
}
.text-section ul {
  margin-bottom: 12px;
}

.cta-banner {
  background: #fff;
  box-shadow: 0 3px 20px 0 rgba(67, 170, 139, 0.045);
  border-radius: 14px;
  padding: 38px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

/* BUTTONS & CTA */
.cta-btn,
button.cta-btn,
.mobile-menu .cta-btn {
  background: #43AA8B;
  color: #fff;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.03rem;
  padding: 12px 34px;
  border-radius: 24px;
  border: none;
  box-shadow: 0 1.5px 8px 0 rgba(38, 70, 83, 0.055);
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s, transform 0.14s;
  margin-top: 12px;
  margin-bottom: 12px;
  display: inline-block;
}
.cta-btn:hover, .cta-btn:focus, .mobile-menu .cta-btn:hover {
  background: #264653;
  color: #fff;
  transform: translateY(-1.5px) scale(1.03);
  box-shadow: 0 3px 15px 0 rgba(67, 170, 139, 0.12);
}


/* HEADER & NAVIGATION */
header {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0;
  box-shadow: 0 1px 14px 0 rgba(38,70,83,0.04);
  position: sticky;
  top: 0;
  z-index: 1001;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 16px;
}
header img {
  height: 38px;
  margin-right: 20px;
}
header nav {
  display: flex;
  gap: 22px;
}
header nav a {
  padding: 10px 0;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #264653;
  opacity: 0.92;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: color 0.18s, border-bottom 0.18s;
}
header nav a:hover, header nav a:focus {
  color: #43AA8B;
  border-bottom: 2px solid #43AA8B;
  background: none;
  outline: none;
}
header .cta-btn {
  margin-left: 16px;
}

/* HIDE navigation on small screens, show mobile hamburger */
.mobile-menu-toggle {
  display: none;
  font-size: 2.2rem;
  background: #fff;
  color: #264653;
  border-radius: 8px;
  border: none;
  box-shadow: 0 0.5px 3px rgba(38,70,83,0.06);
  position: fixed;
  top: 20px;
  right: 18px;
  z-index: 1102;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.mobile-menu-toggle:focus {
  outline: 2px solid #43AA8B;
}
@media (max-width: 991px) {
  header nav, header .cta-btn {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}

/* MOBILE MENU OVERLAY */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(38,70,83,0.97);
  color: #fff;
  z-index: 1150;
  transform: translateX(-110vw);
  transition: transform 0.34s cubic-bezier(.77,0,.18,1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 36px;
  padding-left: 18px;
  padding-bottom: 30px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  font-size: 2.3rem;
  color: #fff;
  background: none;
  border: none;
  align-self: flex-end;
  margin-right: 20px;
  margin-bottom: 14px;
  cursor: pointer;
  border-radius: 6px;
  padding: 5px 9px 4px 9px;
  transition: background 0.15s, color 0.16s;
}
.mobile-menu-close:hover {
  background: #43AA8B;
  color: #fff;
}
.mobile-nav {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.18rem;
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 500;
  padding: 18px 0 8px 2px;
  border-bottom: 1.5px solid #F7F9FA22;
  width: 90vw;
  transition: color 0.14s, background 0.18s;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  color: #43AA8B;
  background: #26465344;
  outline: none;
}

@media (min-width: 992px) {
  .mobile-menu, .mobile-menu-toggle {
    display: none !important;
  }
}

/* MAIN CONTENT */
main {
  width: 100%;
  margin: 0 auto;
  min-height: 40vh;
  background: transparent;
}

/* FORMS (future-proof) */
input, textarea, select {
  font-family: inherit;
  font-size: 1rem;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1.5px solid #43AA8B33;
  margin-bottom: 15px;
  transition: border 0.18s;
  background: #F7F9FA;
}
input:focus, textarea:focus, select:focus {
  border-color: #43AA8B;
  outline: none;
}

/* FOOTER */
footer {
  background: #fff;
  box-shadow: 0 -1px 13px 0 rgba(67,170,139,0.03);
  font-size: 0.95rem;
  color: #264653;
  margin-top: 32px;
  padding: 30px 0 20px 0;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
  justify-content: center;
}
footer img {
  height: 32px;
  margin-bottom: 13px;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  margin-bottom: 7px;
}
footer nav a {
  color: #264653BB;
  font-weight: 500;
  font-size: 1rem;
  border-bottom: 1px solid transparent;
  transition: color 0.18s, border-bottom 0.18s;
}
footer nav a:hover, footer nav a:focus {
  color: #43AA8B;
  border-bottom: 1.5px solid #43AA8B;
}
footer address {
  font-style: normal;
  color: #264653;
}
footer address p a {
  color: #43AA8B;
  font-weight: 500;
  text-decoration: underline dotted;
  transition: color 0.15s;
}
footer address p a:hover {
  color: #264653;
}

@media (min-width: 600px) {
  footer .container {
    flex-direction: row;
    align-items: flex-start;
    gap: 36px;
  }
}

/* RESPONSIVE CARDS & FLEX */
@media (max-width: 768px) {
  .features-grid, .service-cards, .article-list, .guide-list, .card-container, .content-grid {
    flex-direction: column;
    gap: 18px;
    justify-content: flex-start;
  }
  .feature-card {
    min-width: 0;
    width: 100%;
  }
  .card {
    min-width: 0;
    width: 100%;
  }
}

/* COOKIES BANNER */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1500;
  background: #fff;
  color: #264653;
  box-shadow: 0 -2px 18px 0 rgba(67,170,139,0.09);
  border-top: 2px solid #43AA8B25;
  padding: 22px 19px 22px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100vw;
  min-width: 0;
  transition: transform 0.33s cubic-bezier(.77,0,.18,1), opacity 0.2s;
  opacity: 1;
  transform: translateY(0);
}
.cookie-banner.hide {
  opacity: 0;
  transform: translateY(120%);
  pointer-events: none;
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 3px;
}
.cookie-banner button {
  font-size: 1rem;
  padding: 10px 17px;
  border-radius: 7px;
  border: none;
  margin-right: 7px;
  font-weight: 500;
  transition: background 0.16s, color 0.18s;
}
.cookie-banner .cookie-accept {
  background: #43AA8B;
  color: #fff;
}
.cookie-banner .cookie-accept:hover {
  background: #264653;
}
.cookie-banner .cookie-reject {
  background: #264653;
  color: #fff;
}
.cookie-banner .cookie-reject:hover {
  background: #43AA8B;
}
.cookie-banner .cookie-settings {
  background: #fff;
  color: #264653;
  border: 1.5px solid #43AA8B55;
}
.cookie-banner .cookie-settings:hover {
  background: #43AA8B1A;
}

/* COOKIE MODAL */
.cookie-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1550;
  min-width: 300px;
  max-width: 96vw;
  width: 420px;
  background: #fff;
  color: #264653;
  box-shadow: 0 9px 33px 0 rgba(67,170,139,0.22);
  border-radius: 15px;
  padding: 36px 28px 28px 28px;
  transform: translate(-50%, -60%) scale(0.98);
  opacity: 1;
  transition: opacity 0.2s, transform 0.22s cubic-bezier(.44,.13,.09,1.02);
  display: none;
  flex-direction: column;
  gap: 16px;
}
.cookie-modal.open {
  display: flex;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.cookie-modal h3 {
  font-size: 1.12rem;
  margin-bottom: 11px;
}
.cookie-modal .category-row {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 11px;
}
.cookie-modal .toggle-switch {
  width: 38px;
  height: 22px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cookie-modal .toggle-switch input {
  opacity: 0;
  width: 38px;
  height: 22px;
  margin: 0;
}
.cookie-modal .slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #43AA8B33;
  border-radius: 18px;
  transition: background 0.18s;
}
.cookie-modal .toggle-switch input:checked + .slider {
  background: #43AA8B;
}
.cookie-modal .slider:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 1px 3px #26465318;
  transition: transform 0.17s;
}
.cookie-modal .toggle-switch input:checked + .slider:before {
  transform: translateX(16px);
}
.cookie-modal .category-row .always-enabled {
  font-size: 0.96rem;
  font-weight: 500;
  color: #43AA8B;
}
.cookie-modal .cookie-actions {
  margin-top: 4px;
  display: flex;
  gap: 11px;
}
.cookie-modal button {
  font-size: 1rem;
  padding: 9px 18px;
  border-radius: 7px;
  font-weight: 500;
}
.cookie-modal .cookie-close {
  position: absolute;
  top: 13px;
  right: 18px;
  font-size: 1.6rem;
  color: #264653;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.12s;
}
.cookie-modal .cookie-close:hover {
  color: #43AA8B;
}

@media (max-width: 530px) {
  .cookie-modal {
    width: 98vw;
    padding: 26px 5vw 23px 5vw;
    min-width: 0;
  }
}

/* ANIMATION HELPERS */
.fade-in {
  opacity: 0;
  animation: fadeInAni 0.66s forwards;
}
@keyframes fadeInAni {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* MICRO-INTERACTIONS */
.feature-card, .testimonial-card, .cta-banner, .cookie-banner, .cookie-modal {
  transition: box-shadow 0.19s, transform 0.19s;
}
.feature-card:active, .cta-btn:active {
  transform: scale(0.98);
}

/* UTILITIES & MISC */
.muted, .muted-text {
  color: #26465399;
}
.text-center {
  text-align: center;
}

/* Hide visually but keep for screen readers */
.sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Spacing utilities */
.mt-2 { margin-top: 16px !important; }
.mb-2 { margin-bottom: 16px !important; }

/* Accessibility focus */
:focus:not(:focus-visible) {
  outline: none;
}
:focus-visible {
  outline: 2px solid #43AA8B99;
  outline-offset: 2px;
}

/* Brand accent backgrounds */
.bg-accent {
  background: #F7F9FA;
}

/* Error & Success message future-proof styling */
.alert-success {
  background: #43AA8B15;
  color: #43AA8B;
  padding: 12px 18px;
  border-radius: 7px;
  margin-bottom: 12px;
  font-weight: 500;
}
.alert-error {
  background: #E5737355;
  color: #C0392B;
  padding: 12px 18px;
  border-radius: 7px;
  margin-bottom: 12px;
  font-weight: 500;
}

/* Print styles (minimal) */
@media print {
  header, nav, .mobile-menu, .cta-btn, footer, .cookie-banner, .cookie-modal {
    display: none !important;
  }
  body, section, .container {
    background: #fff !important;
    color: #000 !important;
  }
}

/* END Zenara Flow CSS */
