/* RESET & BASE TYPOGRAPHY */
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%;
  vertical-align: baseline;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1.6;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #2B4257;
  background: #FAF6EF;
  min-height: 100vh;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #2B4257;
  text-decoration: none;
  transition: color .2s;
}
a:hover, a:focus {
  color: #6EC0A7;
  text-decoration: underline;
  outline: none;
}
ul, ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #2B4257;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 18px;
}
h3 {
  font-size: 1.3rem;
}
h4, h5, h6 {
  font-size: 1.1rem;
}
p, li, input, label {
  font-size: 1rem;
  letter-spacing: 0.01em;
}
strong {
  font-weight: 700;
}
blockquote {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  background: #FAF6EF;
  border-left: 4px solid #6EC0A7;
  padding: 18px 22px;
  margin: 0 0 16px 0;
  color: #2B4257;
}

/* CONTAINERS & LAYOUTS */
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 1px 10px 0 rgba(43,66,87,0.07);
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #FAF6EF;
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(43,66,87,0.10);
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  min-width: 260px;
  flex: 1 1 260px;
}
.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;
  margin-bottom: 20px;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #FAF6EF;
  border-radius: 15px;
  box-shadow: 0 3px 16px 0 rgba(43,66,87,0.10);
  margin-bottom: 20px;
  transition: transform .18s;
}
.testimonial-card:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 24px 0 rgba(43,66,87,0.17);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 10px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}
.form-note {
  background: #fffbea;
  border-left: 4px solid #6EC0A7;
  border-radius: 0 8px 8px 0;
  padding: 12px 18px;
  margin-bottom: 16px;
}

/* NAVIGATION */
header {
  background: #2B4257;
  position: relative;
  width: 100%;
  z-index: 100;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0 18px 0;
  gap: 28px;
}
.main-nav > a img {
  height: 38px;
  width: auto;
}
.main-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}
.main-nav li {
  list-style: none;
}
.main-nav a {
  color: #FAF6EF;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 7px 8px;
  border-radius: 5px;
  transition: background .2s, color .2s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #6EC0A7;
  color: #2B4257;
}
.cta-btn {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #6EC0A7;
  color: #2B4257 !important;
  padding: 11px 30px;
  border: none;
  border-radius: 30px;
  font-size: 1.11rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  margin-left: 22px;
  box-shadow: 0 4px 16px 0 rgba(110,192,167,0.11);
  transition: background 0.18s, color 0.2s, box-shadow 0.21s, transform 0.14s;
  display: inline-block;
  text-align: center;
  outline: none;
}
.cta-btn:hover, .cta-btn:focus {
  background: #2B4257;
  color: #FAF6EF !important;
  box-shadow: 0 8px 24px 0 rgba(43,66,87,0.20);
  transform: translateY(-2px) scale(1.03);
  text-decoration: none;
}

/* MOBILE NAVIGATION */
.mobile-menu-toggle {
  display: none;
  position: absolute;
  right: 22px;
  top: 15px;
  background: transparent;
  border: none;
  color: #FAF6EF;
  font-size: 2.2rem;
  z-index: 103;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  transition: background .19s;
}
.mobile-menu-toggle:focus {
  background: #6EC0A7;
  color: #2B4257;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  width: 84vw;
  max-width: 360px;
  height: 100vh;
  background: #fff;
  transform: translateX(110%);
  transition: transform 0.36s cubic-bezier(0.8,0.1,0.2,1);
  box-shadow: -4px 0 24px 0 rgba(43,66,87,0.21);
  z-index: 1100;
  padding: 28px 24px 24px 24px;
  pointer-events: none;
  opacity: 0;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  background: #6EC0A7;
  color: #2B4257;
  border: none;
  border-radius: 100px;
  font-size: 2rem;
  align-self: flex-end;
  padding: 8px 14px;
  margin-bottom: 18px;
  cursor: pointer;
  transition: background .17s, color .17s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #2B4257;
  color: #FAF6EF;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 10px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  color: #2B4257;
  padding: 13px 0 10px 0;
  font-weight: 700;
  border-radius: 7px;
  transition: background .16s, color .15s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #6EC0A7;
  color: #fff;
}

/* Responsive Navigation */
@media (max-width: 1024px) {
  .main-nav ul {
    gap: 12px;
  }
  .cta-btn {
    margin-left: 9px;
    padding: 10px 19px;
  }
}
@media (max-width: 900px) {
  .main-nav ul {
    display: none;
  }
  .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

/* Page Hero & Features */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 10px;
  justify-content: flex-start;
}
.feature-grid li {
  background: #6EC0A7;
  color: #2B4257;
  border-radius: 13px;
  box-shadow: 0 2px 10px 0 rgba(110,192,167,0.09);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  min-width: 210px;
  flex: 1 1 210px;
  padding: 28px 22px 22px 22px;
  margin-bottom: 10px;
  transition: box-shadow .17s, transform .16s;
}
.feature-grid li img {
  height: 38px;
  margin-bottom: 8px;
}
.feature-grid li h3 {
  color: #2B4257;
}
.feature-grid li p {
  color: #2B4257;
}
.feature-grid li:hover {
  box-shadow: 0 8px 36px 0 rgba(110,192,167,0.23);
  transform: translateY(-2px) scale(1.025);
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 12px;
  margin-top: 10px;
}
.feature-list li {
  background: #FAF6EF;
  color: #2B4257;
  border-radius: 12px;
  box-shadow: 0 1px 6px 0 rgba(43,66,87,0.07);
  padding: 20px 15px;
  min-width: 200px;
  flex: 1 1 200px;
  margin-bottom: 8px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  text-align: left;
  transition: box-shadow .13s, transform .13s;
}
.feature-list li:hover {
  box-shadow: 0 4px 22px 0 rgba(110,192,167,0.19);
  transform: translateY(-2px) scale(1.02);
}
.service-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 16px;
}
.service-list li {
  background: #FAF6EF;
  color: #2B4257;
  border-radius: 9px;
  box-shadow: 0 1.5px 7px 0 rgba(43,66,87,0.08);
  padding: 17px 13px;
  margin-bottom: 7px;
  font-weight: 500;
}

/* FOOTER */
footer {
  background: #263547;
  color: #FAF6EF;
  padding: 34px 0 10px 0;
}
.footer-nav {
  display: flex;
  gap: 28px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.footer-nav a {
  color: #6EC0A7;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.97rem;
  transition: color .19s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #fff;
}
.newsletter-signup {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.newsletter-signup input[type="email"] {
  padding: 11px 12px;
  border-radius: 8px;
  border: 1.7px solid #6EC0A7;
  font-size: 1rem;
  color: #2B4257;
  margin-right: 8px;
  outline: none;
  transition: border .17s;
  background: #ffffff;
}
.newsletter-signup input[type="email"]:focus {
  border-color: #2B4257;
}
.newsletter-signup button {
  background: #6EC0A7;
  color: #2B4257;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  border: none;
  border-radius: 21px;
  padding: 10px 28px;
  cursor: pointer;
  transition: background .17s, color .14s;
}
.newsletter-signup button:hover, .newsletter-signup button:focus {
  background: #2B4257;
  color: #FAF6EF;
}
.social-links {
  display: flex;
  gap: 24px;
  margin-bottom: 8px;
}
.social-links a {
  display: inline-block;
  background: #6EC0A7;
  border-radius: 50%;
  padding: 8px;
  transition: background .18s, transform .18s;
  line-height: 0;
}
.social-links a:hover, .social-links a:focus {
  background: #fff;
  outline: none;
  transform: scale(1.12);
}
footer p {
  text-align: center;
  color: #BCC3CC;
  margin-top: 6px;
  font-size: 0.98rem;
}

/* MODALS, BANNERS & INTERACTIVE */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2B4257;
  color: #FAF6EF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 22px 24px;
  gap: 18px;
  font-size: 1rem;
  z-index: 1300;
  box-shadow: 0 -2px 27px 0 rgba(43,66,87,0.19);
  min-height: 64px;
  transition: transform .42s cubic-bezier(0.75,0.03,0.25,1), opacity .17s;
  border-radius: 16px 16px 0 0;
}
.cookie-banner.hide {
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner .cookie-buttons {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.cookie-banner button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 9px 22px;
  border-radius: 21px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  transition: background .18s, color .17s, box-shadow .19s, transform .12s;
  margin: 0 0 0 0;
}
.cookie-banner .accept {
  background: #6EC0A7;
  color: #2B4257;
}
.cookie-banner .accept:hover, .cookie-banner .accept:focus {
  background: #fff;
  color: #2B4257;
  box-shadow: 0 5px 14px 0 rgba(110,192,167,0.22);
}
.cookie-banner .reject {
  background: #fff;
  color: #2B4257;
}
.cookie-banner .reject:hover, .cookie-banner .reject:focus {
  background: #E36B58;
  color: #FFF;
}
.cookie-banner .settings {
  background: #BCC3CC;
  color: #2B4257;
}
.cookie-banner .settings:hover, .cookie-banner .settings:focus {
  background: #6EC0A7;
  color: #fff;
}

.cookie-modal-overlay {
  position: fixed;
  z-index: 2000;
  left: 0; right: 0; top: 0; bottom: 0;
  background: rgba(43,66,87,0.37);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  opacity: 1;
  transition: opacity .22s;
}
.cookie-modal-overlay.hide {
  pointer-events: none;
  opacity: 0;
}
.cookie-modal {
  background: #FAF6EF;
  color: #2B4257;
  border-radius: 16px;
  padding: 44px 32px 30px 32px;
  min-width: 340px;
  width: 96vw;
  max-width: 430px;
  box-shadow: 0 5px 40px 0 rgba(43,66,87,0.21);
  animation: modalFadeIn .4s cubic-bezier(0.8,0.1,0.2,1);
}
@keyframes modalFadeIn {
  from { transform: scale(0.93) translateY(50px); opacity: 0;}
  to { transform: scale(1) translateY(0); opacity: 1;}
}
.cookie-modal h2 {
  font-size: 1.3rem;
  margin-bottom: 13px;
}
.cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}
.cookie-category label {
  font-size: 1rem;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.cookie-category input[type="checkbox"] {
  width: 22px;
  height: 22px;
  accent-color: #6EC0A7;
  cursor: pointer;
}
.cookie-modal .actions {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  margin-top: 18px;
}
.cookie-modal .close-modal {
  background: transparent;
  border: none;
  color: #2B4257;
  font-size: 1.5rem;
  position: absolute;
  top: 15px;
  right: 18px;
  cursor: pointer;
  border-radius: 8px;
}
.cookie-modal .close-modal:hover, .cookie-modal .close-modal:focus {
  background: #6EC0A7;
  color: #fff;
}

/* FAQ Accordion (if needed) */
h3 {
  cursor: pointer;
  position: relative;
}
h3::after {
  content: '';
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}

/* OVERALL UTILITIES */
.mt-2 { margin-top: 18px; }
.mb-2 { margin-bottom: 18px; }
.d-flex { display: flex; }
.flex-center { align-items: center; justify-content: center; }
.text-center { text-align: center; }

/* RESPONSIVE DESIGN */
@media (max-width: 900px) {
  .container { padding: 0 9px; }
  .section { padding: 32px 10px; margin-bottom: 40px; }
  .feature-grid { gap: 13px; }
  .feature-list, .card-container, .content-grid { gap: 13px; }
  .footer-nav { gap: 17px; }
  .newsletter-signup { gap: 7px; flex-direction: column; align-items: flex-start; }
  .social-links { gap: 12px; }
}
@media (max-width: 768px) {
  h1 { font-size: 1.7rem; }
  h2 { font-size: 1.35rem; }
  .section { padding: 22px 6px; margin-bottom: 24px; }
  .content-wrapper { gap: 14px; }
  .feature-grid, .feature-list, .service-list, .card-container, .content-grid, .testimonial-card, .social-links, .footer-nav {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .feature-grid li, .feature-list li, .card, .testimonial-card, .service-list li {
    min-width: 90vw;
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }
  .text-image-section { flex-direction: column; gap: 16px; }
  .container { padding: 0 4px; }
  .form-note { padding: 8px 6px; }
  .mobile-menu {
    width: 100vw;
    max-width: 100vw;
    padding: 20px 12px 18px 13px;
  }
  .cookie-modal { padding: 27px 10px 20px 12px; }
}
@media (max-width: 500px) {
  .testimonial-card { padding: 12px; }
  .footer-nav, .newsletter-signup, .social-links { gap: 7px; }
}

/* MODERN BOLD EFFECTS & HIERARCHY */
h1, h2, h3 {
  text-transform: none;
  letter-spacing: 0.01em;
}
h1 {
  background: linear-gradient(90deg,#2B4257 80%,#6EC0A7 180%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 768px) {
  h1 { background: none; -webkit-text-fill-color: initial; text-fill-color: initial; color: #2B4257; }
}

/* DETAILS FOR INTERACTIVE STATES */
button,
input[type="submit"],
input[type="button"] {
  font-family: inherit;
  outline: none;
}
button:active {
  transform: scale(0.98);
}

input, textarea {
  font-family: inherit;
  font-size: 1rem;
  border: 1.6px solid #6EC0A7;
  border-radius: 7px;
  padding: 13px 11px;
  resize: vertical;
  margin-bottom: 8px;
  background: #fff;
  transition: border .13s;
}
input:focus, textarea:focus {
  border-color: #2B4257;
  outline: none;
}

/* GEOMETRIC SHAPES (optional for section decoration) */
.section::before {
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  left: -30px;
  width: 60px;
  height: 60px;
  background: #6EC0A7;
  opacity: .13;
  border-radius: 18px 55px 18px 65px / 16px 30px 82px 35px;
  z-index: 0;
  pointer-events: none;
}
.section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) { .section::before { display: none; } }

/* VISUAL HIERARCHY & SHADOW EFFECTS */
.card, .testimonial-card, .feature-grid li, .feature-list li, .service-list li {
  box-shadow: 0 2px 10px 0 rgba(43,66,87,0.09);
  border-radius: 14px;
}
.card:hover, .feature-grid li:hover, .feature-list li:hover, .service-list li:hover {
  box-shadow: 0 8px 36px 0 rgba(110,192,167,0.13);
}

/* SPACING & FLEX-GAP ENFORCEMENT */
.card-container, .content-grid, .testimonial-card, .feature-item, .feature-grid, .feature-list, .service-list {
  gap: 20px;
}
.section, .card, .feature-grid li, .feature-list li, .service-list li {
  margin-bottom: 20px;
}

/* CUSTOM COLOR CLASSES (optional for strong emphasis) */
.bg-primary { background: #2B4257 !important; color: #FAF6EF !important; }
.bg-secondary { background: #6EC0A7 !important; color: #2B4257 !important; }
.bg-accent { background: #FAF6EF !important; color: #2B4257 !important; }

/* Accessibility: visible focus */
a:focus, button:focus, input:focus {
  outline: 2px solid #6EC0A7;
  outline-offset: 2px;
}

/* Hide visually but accessible */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Loader/Spinner if needed */
.spinner {
  border: 3px solid #f5f5f5;
  border-top: 3px solid #6EC0A7;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  animation: spin 1.2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}
