/* ============================== */
/*         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,
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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  line-height: 1.5;
  background: #fff;
  color: #205375;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  min-height: 100vh;
  letter-spacing: 0.01em;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  color: #205375;
  text-decoration: none;
  transition: color 0.18s;
}
a:hover, a:focus {
  color: #41B3A3;
}
ul, ol {
  margin-left: 1.4em;
  padding-left: 0.7em;
}
ul {
  list-style: disc inside;
}
ol {
  list-style: decimal inside;
}
strong, b {
  font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #205375;
  font-weight: 700;
}
h1 {
  font-size: 2.5rem;
  line-height: 1.15;
  margin-bottom: 16px;
}
h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 18px;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}
h4 {
  font-size: 1.1rem;
}
p, li {
  font-size: 1rem;
  color: #354554;
  margin-bottom: 12px;
}
blockquote {
  font-size: 1.15rem;
  color: #205375;
  background: #F3F6F8;
  padding: 18px 22px;
  border-radius: 14px;
  font-style: italic;
  border-left: 4px solid #41B3A3;
  margin-bottom: 12px;
}
cite {
  display: block;
  margin-top: 8px;
  font-size: 0.98rem;
  color: #5a7896;
  font-style: normal;
}

/* ============================== */
/*        LAYOUT CONTAINERS       */
/* ============================== */
.container {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 24px 0 rgba(32, 83, 117, 0.04);
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 rgba(32, 83, 117, 0.06);
  padding: 28px 22px;
  position: relative;
  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;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #F3F6F8;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 2px 10px 0 rgba(32, 83, 117, 0.04);
  min-width: 250px;
  margin-bottom: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
.article-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
}
.featured-article {
  background: #F3F6F8;
  border-radius: 16px;
  padding: 22px 18px;
  margin-bottom: 24px;
  box-shadow: 0 1px 5px 0 rgba(32, 83, 117, 0.03);
}
.quick-links {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.next-steps ul {
  padding-left: 18px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #F3F6F8;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 1px 5px 0 rgba(32, 83, 117, 0.03);
}
.map {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 10px;
}
.contact-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
.stepper-process ol {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-left: 18px;
}

/* ============================== */
/*        HEADER & NAVBAR         */
/* ============================== */
header {
  background: #fff;
  box-shadow: 0 1px 8px 0 rgba(32, 83, 117, 0.06);
  padding: 0;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 20px;
}
.logo img {
  height: 40px;
  width: auto;
  display: block;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.main-nav a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #205375;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background 0.18s, color 0.18s;
  position: relative;
}
.main-nav a:hover,
.main-nav a:focus {
  background: #F3F6F8;
  color: #41B3A3;
}
.cta-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  background: #41B3A3;
  color: #fff !important;
  padding: 10px 28px;
  border-radius: 22px;
  border: none;
  box-shadow: 0 2px 8px 0 rgba(65, 179, 163, 0.12);
  margin-left: 12px;
  transition: background 0.18s, box-shadow 0.18s, transform 0.17s;
  cursor: pointer;
  outline: none;
  display: inline-block;
}
.cta-btn:hover,
.cta-btn:focus {
  background: #205375;
  color: #fff;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 18px 0 rgba(32, 83, 117, 0.08);
}

/* ============================== */
/*      MOBILE MENU NAVIGATION    */
/* ============================== */
.mobile-menu-toggle {
  display: none;
  background: #41B3A3;
  color: #fff;
  font-size: 1.6rem;
  border: none;
  border-radius: 7px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 10px;
  transition: background 0.18s;
  z-index: 211;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background: #205375;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 210;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: transform 0.33s cubic-bezier(.71,1.7,.39,.85);
  transform: translateX(-100vw);
  box-shadow: 0 0 0 1px #F3F6F8;
  padding-top: 0;
}
.mobile-menu.open {
  display: flex;
  transform: translateX(0);
}
.mobile-menu-close {
  background: transparent;
  border: none;
  font-size: 2rem;
  color: #205375;
  margin: 22px 22px 8px 18px;
  cursor: pointer;
  align-self: flex-end;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 36px 28px 18px 32px;
}
.mobile-nav a {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.1rem;
  color: #205375;
  background: transparent;
  border-radius: 8px;
  padding: 8px 12px;
  transition: background 0.14s, color 0.14s;
  min-width: 80vw;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background: #F3F6F8;
  color: #41B3A3;
}

@media (max-width: 1110px) {
  .container {
    max-width: 98vw;
    padding: 0 14px;
  }
}
@media (max-width: 900px) {
  .container {
    max-width: 99vw;
    padding: 0 7px;
  }
  .main-nav, .footer-nav {
    gap: 12px;
  }
}
@media (max-width: 858px) {
  .main-nav {
    gap: 8px;
  }
}
@media (max-width: 820px) {
  .main-nav {
    gap: 4px;
  }
  .cta-btn {
    padding: 9px 16px;
    margin-left: 8px;
  }
}
@media (max-width: 780px) {
  .main-nav {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}

/* ============================== */
/*            HERO AREA           */
/* ============================== */
.hero {
  background: #F3F6F8;
  padding: 56px 0;
  border-radius: 0 0 42px 42px;
  box-shadow: 0 4px 24px 0 rgba(65, 179, 163, 0.06);
  margin-bottom: 48px;
}
.hero .container {
  display: flex;
  justify-content: center;
}
.hero .content-wrapper {
  max-width: 690px;
  text-align: center;
  gap: 22px;
}
.hero h1 {
  font-size: 2.6rem;
  color: #205375;
  line-height: 1.13;
  margin-bottom: 8px;
}
.hero p {
  font-size: 1.15rem;
  color: #354554;
  margin-bottom: 24px;
  margin-top: 0;
}
.hero .cta-btn {
  margin: 0 auto;
}

/* ============================== */
/*     FOOTER & CONTACT DETAILS   */
/* ============================== */
footer {
  background: #fff;
  box-shadow: 0 -1px 10px 0 rgba(32, 83, 117, 0.04);
  margin-top: 68px;
  padding: 42px 0 32px 0;
  border-radius: 32px 32px 0 0;
}
footer .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: space-between;
  min-height: 120px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 154px;
}
.footer-nav a {
  font-size: 1rem;
  color: #205375;
  transition: color 0.16s;
}
.footer-nav a:hover,
.footer-nav a:focus {
  color: #41B3A3;
}
.brand-logo {
  align-self: flex-start;
}
.brand-logo img {
  height: 44px;
  width: auto;
  display: block;
}
.contact-details {
  font-size: 0.99rem;
  color: #354554;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-details img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

@media (max-width: 990px) {
  footer .container {
    gap: 28px;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================== */
/*            TABLES              */
/* ============================== */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
  margin-top: 12px;
  background: #F3F6F8;
  border-radius: 16px;
  box-shadow: 0 1px 5px 0 rgba(32, 83, 117, 0.03);
}
.pricing-table th,
.pricing-table td {
  padding: 14px 16px;
  text-align: left;
}
.pricing-table th {
  background: #205375;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 2px solid #41B3A3;
}
.pricing-table tr:last-child td {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.pricing-table td {
  font-family: 'Roboto', Arial, sans-serif;
  color: #354554;
  font-size: 1.02rem;
}
.pricing-table tr:nth-child(even) td {
  background: #fff;
}

/* ============================== */
/*      MICROANIMATIONS & FX      */
/* ============================== */
.card, .testimonial-card, .cta-btn, .mobile-nav a, .main-nav a {
  transition: box-shadow 0.2s, transform 0.17s, background 0.19s, color 0.19s;
}
.card:hover, .testimonial-card:hover, .featured-article:hover {
  box-shadow: 0 4px 30px 0 rgba(32, 83, 117, 0.08);
  transform: translateY(-3px) scale(1.015);
}
.featured-article:hover {
  background: #E0EFEA;
}

/* ============================== */
/*      CTA BLOCKS & PROMOS       */
/* ============================== */
.cta {
  background: #205375;
  color: #fff;
  border-radius: 28px;
  box-shadow: 0 3px 13px 0 rgba(32, 83, 117, 0.07);
  margin-bottom: 60px;
  padding: 38px 22px 48px 22px;
}
.cta h2, .cta p {
  color: #fff;
}
.cta .cta-btn {
  background: #41B3A3;
  color: #fff;
  margin: 24px auto 0 auto;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #205375 !important;
  box-shadow: 0 6px 18px 0 rgba(32, 83, 117, 0.18);
}

/* ============================== */
/*             MISC               */
/* ============================== */
.pricing-notes p {
  color: #5a7896;
}
.text-section h3 {
  margin-bottom: 8px;
  font-size: 1.12rem;
}
.next-steps {
  margin-top: 16px;
  margin-bottom: 20px;
}
.next-steps ul {
  color: #354554;
  font-size: 1rem;
}

/* ============================== */
/*      COOKIE CONSENT BANNER     */
/* ============================== */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: 3000;
  background: #205375;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  box-shadow: 0 -2px 24px 0 rgba(32,83,117,0.11);
  padding: 23px 14px 18px 14px;
  font-size: 1rem;
  border-radius: 18px 18px 0 0;
  animation: fadeIn 0.65s cubic-bezier(.28,.55,.46,1);
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(30px);} to { opacity: 1; transform: none; }
}
.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}
.cookie-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  background: #41B3A3;
  color: #fff;
  padding: 8px 20px;
  border-radius: 17px;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 5px 0 rgba(65, 179, 163, 0.09);
  transition: background 0.17s, color 0.13s, transform 0.16s;
}
.cookie-btn.settings {
  background: #fff;
  color: #41B3A3;
  border: 1px solid #41B3A3;
}
.cookie-btn.settings:hover,
.cookie-btn.settings:focus {
  background: #E0EFEA;
  color: #205375;
}
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: #38a197;
}
.cookie-btn.reject {
  background: #fff;
  color: #205375;
  border: 1px solid #F3F6F8;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #e7eef3;
  color: #41B3A3;
}

/* Cookie Preferences Modal */
.cookie-modal {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(32,83,117,0.20);
  z-index: 3050;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: modalIn 0.36s cubic-bezier(.4,1.5,.67,1.1);
}
@keyframes modalIn {
  from { opacity: 0; transform: translateY(48px);} to { opacity: 1; transform: none; }
}
.cookie-modal-content {
  background: #fff;
  color: #205375;
  padding: 38px 28px 32px 28px;
  border-radius: 22px;
  min-width: 320px;
  max-width: 96vw;
  box-shadow: 0 10px 44px 0 rgba(32,83,117,0.16);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cookie-modal-content h2 {
  font-size: 1.4rem;
  margin-bottom: 7px;
}
.cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F3F6F8;
  border-radius: 10px;
  padding: 11px 18px;
  margin-bottom: 9px;
}
.cookie-category .toggle {
  width: 46px;
  height: 24px;
  background: #e5eef2;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  transition: background 0.18s;
  outline: none;
  border: 1px solid #e5eef2;
}
.cookie-category .toggle.enabled {
  background: #41B3A3;
  border-color: #41B3A3;
}
.cookie-category .toggle::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: left 0.18s, box-shadow 0.18s;
  box-shadow: 0 2px 7px 0 rgba(32,83,117,0.09);
}
.cookie-category .toggle.enabled::before {
  left: 25px;
  background: #fff;
}
.cookie-modal-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.cookie-modal-close {
  font-size: 1.3rem;
  color: #205375;
  background: transparent;
  border: none;
  position: absolute;
  top: 18px;
  right: 22px;
  cursor: pointer;
  z-index: 10;
}

/* ============================== */
/*         RESPONSIVE ONLY        */
/* ============================== */
@media (max-width: 1100px) {
.section {
    margin-bottom: 42px;
    padding: 32px 14px;
}
}
@media (max-width: 850px) {
 .content-grid, .feature-grid, .service-cards, .testimonial-slider, .card-container, .article-grid {
    flex-direction: column;
    gap: 20px;
  }
  .card,
  .testimonial-card,
  .featured-article {
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section {
    margin-bottom: 34px;
    padding: 21px 4vw;
    border-radius: 12px;
  }
  .hero {
    padding: 32px 0;
    border-radius: 0 0 18px 18px;
    margin-bottom: 28px;
  }
  .footer-nav {
    flex-direction: row;
    gap: 18px;
  }
  .brand-logo img {
    height: 36px;
  }
  .testimonial-slider {
    gap: 16px;
  }
  .quick-links {
    flex-direction: column;
    gap: 10px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .feature-item {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 510px) {
  html {
    font-size: 15px;
  }
  body {
    font-size: 15px;
  }
  .hero h1 {
    font-size: 1.35rem;
  }
  .hero p {
    font-size: 0.98rem;
  }
  h1 { font-size: 1.38rem; }
  h2 { font-size: 1.16rem; }
  h3 { font-size: 1.01rem; }
  .footer-nav, .contact-details { font-size: 0.98rem; }
  .section {
    padding: 10px 2vw;
    border-radius: 6px;
  }
  .card, .testimonial-card, .featured-article {
    padding: 12px 6px;
    border-radius: 8px;
  }
  .cookie-banner {
    font-size: 0.97rem;
    padding: 11px 4px 10px 4px;
    border-radius: 9px 9px 0 0;
  }
  .cookie-modal-content {
    padding: 17px 6px 14px 6px;
    border-radius: 12px;
    min-width: 92vw;
  }
}
/* ============================== */
/*     VISUAL ACCESSIBILITY       */
/* ============================== */
body, .card, .testimonial-card, .cta, .section, .footer-nav a, .main-nav a, .mobile-nav a {
  outline: none;
}
*:focus-visible {
  outline: 2px solid #41B3A3;
  outline-offset: 1.5px;
}

/* ============================== */
/*      TYPOGRAPHY OVERRIDES      */
/* ============================== */
@media (max-width: 625px) {
  h1 { font-size: 1.55rem; }
  h2 { font-size: 1.12rem; }
  .hero h1 { font-size: 1.2rem; }
}

/* ============================== */
/*        MISC MINIMAL FX         */
/* ============================== */
::-webkit-scrollbar {
  width: 8px;
  background: #F3F6F8;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: #E0EFEA;
  border-radius: 6px;
}

/* ============================== */
/*        HIDE FILE UPLOAD FX     */
/* ============================== */
input[type="file"]::-webkit-file-upload-button {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #41B3A3;
  color: #fff;
  border-radius: 6px;
  border: none;
  padding: 7px 12px;
  cursor: pointer;
}

/* ============================== */
/*   SUPPORT FOR DISABLED STATES  */
/* ============================== */
[disabled], .cookie-btn[disabled] {
  opacity: 0.55;
  pointer-events: none;
  cursor: not-allowed;
}

/***** End CSS *****/
