/* ===================== 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,
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 {
  scroll-behavior: smooth;
  background: #141E28;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  color: #F9F7F3;
  font-size: 16px;
  background: #141E28;
  min-height: 100vh;
  line-height: 1.6;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
ul, ol {
  list-style: none;
}
a {
  color: #26A6A1;
  text-decoration: none;
  transition: color 0.22s;
}
a:hover, a:focus {
  color: #79FFF6;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  appearance: none;
}
*:focus {
  outline: 2px solid #26A6A1;
  outline-offset: 2px;
}

/* ============ BRAND FONTS ============ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Roboto:wght@400;500;700&display=swap');
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 700;
  color: #F9F7F3;
  margin-bottom: 16px;
  text-shadow: 0 3px 12px #213C53cc;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.5rem;
  line-height: 1.15;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}
h4, h5, h6 {
  font-size: 1.05rem;
  font-weight: 600;
}
p, address, li, span, th, td {
  font-family: 'Roboto', Arial, sans-serif;
  color: #F9F7F3;
  font-size: 1rem;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
strong {
  color: #fff;
  font-weight: 700;
}

/* ========== LAYOUT CONTAINERS ========== */
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.section, section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #1F2631;
  border-radius: 14px;
  box-shadow: 0 4px 24px #0A1D2733;
  transition: transform 0.22s, box-shadow 0.22s;
}
.card:hover {
  transform: translateY(-7px) scale(1.03);
  box-shadow: 0 8px 40px #26A6A144, 0 1.5px 8px #0A1D2711;
  z-index: 2;
}
.content-grid, .feature-grid, .article-list, .case-study-list, .team-list, .service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #F9F7F3;
  color: #213C53;
  border-radius: 12px;
  box-shadow: 0 2px 16px #213C5333;
  margin-bottom: 20px;
  min-width: 0;
  flex: 1 1 300px;
  flex-direction: column;
  transition: box-shadow 0.22s, transform 0.22s;
}
.testimonial-card p {
  color: #1A2433;
  font-size: 1.09rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.testimonial-card span {
  color: #213C53;
  font-size: 0.98rem;
  font-weight: 700;
}
.testimonial-card:hover, .testimonial-card:focus {
  box-shadow: 0 8px 40px #26a6a1aa;
  transform: translateY(-6px);
}

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

/* Ensure gap between all cards and sections */
section + section, .features + .about, .testimonials + .contact {
  margin-top: 40px;
}
ul:not(.feature-grid):not(.article-list):not(.case-study-list):not(.team-list):not(.service-cards) {
  list-style: disc inside;
  color: #79FFF6;
}

/* Specialized Grids */
.feature-grid li,
.service-cards li,
.case-study-list li,
.team-list li,
.article-list li {
  background: #24394C;
  border-radius: 12px;
  box-shadow: 0 2px 16px #14677533;
  flex: 1 1 275px;
  padding: 28px 20px 20px 20px;
  min-width: 220px;
  transition: box-shadow 0.22s, transform 0.22s;
  margin-bottom: 20px;
  border-left: 4px solid #26A6A1;
  position: relative;
}
.feature-grid li:hover,
.service-cards li:hover,
.case-study-list li:hover,
.team-list li:hover,
.article-list li:hover {
  box-shadow: 0 8px 32px #26A6A11a;
  transform: translateY(-6px) scale(1.025);
  border-left-color: #79FFF6;
  z-index: 1;
}
.feature-grid img,
.service-cards img,
.case-study-list img,
.team-list img {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  filter: drop-shadow(0 2px 12px #26A6A1cc);
}

/* ========== HEADER/NAVIGATION ========== */
header {
  background: #1B2836;
  position: relative;
  z-index: 101;
  width: 100%;
  box-shadow: 0 3px 32px #213C5344;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 70px;
}
nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
header nav a {
  color: #F9F7F3;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 6px 10px;
  border-radius: 6px;
  transition: background 0.19s, color 0.19s;
}
header nav a:hover, header nav a:focus {
  background: #213C53;
  color: #26A6A1;
}

/****** CTA BUTTON PRIMARY ******/
.cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', Arial, sans-serif;
  background: linear-gradient(90deg, #26A6A1 30%, #1ba2e2 100%);
  color: #fff;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 11px 30px;
  margin: 0 10px;
  border-radius: 24px;
  box-shadow: 0 4px 22px #26a6a122;
  border: none;
  cursor: pointer;
  text-shadow: 0 1px 8px #213C53bb;
  transition: background 0.22s, color 0.22s, box-shadow 0.22s, transform 0.22s;
}
.cta-primary:hover, .cta-primary:focus {
  background: linear-gradient(90deg, #1ba2e2 30%, #79FFF6 100%);
  color: #213C53;
  transform: scale(1.045);
  box-shadow: 0 10px 48px #26a6a155;
}

/********** MOBILE NAVIGATION *********/
.mobile-menu-toggle {
  display: none;
  font-size: 2rem;
  color: #26A6A1;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  z-index: 130;
  padding: 7px 15px;
  border-radius: 8px;
  transition: background 0.18s, color 0.18s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #24394C;
  color: #fff;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(120deg, #213C53 60%, #1ba2e2 100%);
  z-index: 125;
  transform: translateX(-110vw);
  transition: transform 0.36s cubic-bezier(.44,.13,.26,.92);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 28px 18px 22px;
  width: 100vw;
  height: 100vh;
  box-shadow: 0 24px 48px #0A1D2799;
  overflow-y: auto;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 30px;
  right: 28px;
  font-size: 2.1rem;
  color: #79FFF6;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 155;
  transition: background 0.15s;
  padding: 7px 11px;
  border-radius: 6px;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #213C53;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  margin-top: 60px;
  width: 100%;
}
.mobile-nav a {
  color: #F9F7F3;
  font-size: 1.24rem;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 13px 0;
  width: 100%;
  border-bottom: 1px solid #24394C;
  letter-spacing: 0.01em;
  transition: color 0.18s, background 0.18s;
}
.mobile-nav a:hover {
  color: #26A6A1;
  background: #141E28;
}

/***** Show/hide main nav & burger on mobile *****/
@media (max-width: 992px) {
  header nav,
  header .cta-primary {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (min-width: 993px) {
  .mobile-menu {
    display: none !important;
  }
}

/* ============= HERO & SECTION BACKDROPS ============= */
.hero {
  background: linear-gradient(120deg, #213C53 75%, #146775 100%);
  margin-bottom: 0;
  padding: 60px 0 60px 0;
  width: 100%;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  box-shadow: 0 10px 32px #0A1D2733;
}
.hero h1 {
  color: #79FFF6;
  text-shadow: 0 4px 18px #26a6a180, 0 1px 2px #213C5355;
}
.hero p {
  color: #d9fcff;
  font-size: 1.28rem;
  margin-bottom: 18px;
}

.features, .feature-section {
  background: #1B2836;
  border-radius: 26px;
  box-shadow: 0 6px 48px #24394C33;
  margin-top: 48px;
  margin-bottom: 60px;
}
.features h2, .feature-section h2 {
  color: #79FFF6;
}

.cta {
  background: linear-gradient(110deg, #213C53 80%, #26A6A1 110%);
  border-radius: 24px;
  box-shadow: 0 5px 32px #26a6a122, 0 1px 8px #213C5312;
}
.cta h2 {
  color: #fff;
  margin-bottom: 18px;
  text-shadow: 0 2px 10px #213C5355;
}

/***** POLICIES *****/
.policy {
  background: #192434;
  border-radius: 16px;
  box-shadow: 0 2px 40px #26A6A155;
  margin: 54px 0;
  padding: 4vw 2vw;
}
.policy h1, .policy h2, .policy h3 {
  color: #79FFF6;
}
.text-section {
  margin-bottom: 26px;
}
.text-section ul {
  margin-bottom: 16px;
}
.text-section li {
  margin-bottom: 12px;
}

/***** FAQ & OUTCOMES *****/
.faq-list > div {
  background: #24394C;
  border-radius: 9px;
  padding: 20px 22px;
  margin-bottom: 18px;
  box-shadow: 0 2px 14px #213C531b;
}
.outcome-highlights {
  background: #213C53;
  border-radius: 13px;
  color: #79FFF6;
  padding: 20px 26px;
  margin-top: 15px;
  box-shadow: 0 2px 16px #0A1D2711;
}
.outcome-highlights h3 {
  color: #79FFF6;
}

/***** PRICING TABLE *****/
.pricing-table {
  overflow-x: auto;
  margin: 34px 0 0 0;
}
.pricing-table table {
  width: 100%;
  background: #24394C;
  color: #F9F7F3;
  border-radius: 15px;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: 0 2px 15px #14677533;
}
.pricing-table th, .pricing-table td {
  padding: 18px 22px;
  border-bottom: 1px solid #1B2836;
  text-align: left;
}
.pricing-table th {
  background: #213C53;
  color: #79FFF6;
  font-weight: 700;
  font-size: 1.03rem;
}
.pricing-table tr:last-child td {
  border-bottom: none;
}
.price {
  margin-top: 10px;
  display: inline-block;
  background: #26A6A1;
  color: #fff;
  border-radius: 8px;
  padding: 3px 14px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  box-shadow: 0 1px 6px #213C5344;
  letter-spacing: 0.01em;
}

/***** BLOG LIST & SEARCH BAR *****/
.blog-list {
  background: #1B2836;
  border-radius: 20px;
  margin-top: 44px;
  margin-bottom: 60px;
  box-shadow: 0 4px 38px #213C5322;
}
.search-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.search-bar label {
  color: #79FFF6;
  margin-right: 8px;
}
.search-bar input[type="search"] {
  background: #213C53;
  border-radius: 7px;
  border: 1px solid #26A6A1;
  color: #fff;
  padding: 9px 14px;
  font-size: 1rem;
  transition: box-shadow 0.18s;
}
.search-bar input[type="search"]:focus {
  box-shadow: 0 3px 14px #26A6A188;
}
.categories {
  background: #213C53;
  border-radius: 10px;
  padding: 14px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.categories h3 {
  margin-bottom: 9px;
  color: #79FFF6;
}
.categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.categories li {
  background: #26A6A1;
  color: #192434;
  padding: 4px 11px;
  border-radius: 6px;
  font-size: 0.96rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
}

/**** ADDRESS BLOCK / CONTACT INFO ****/
.address-block, .map-location {
  background: #24394C;
  border-radius: 13px;
  padding: 16px 24px;
  color: #F9F7F3;
  margin-bottom: 20px;
  box-shadow: 0 1px 12px #213C5344;
}
.address-block a { color: #79FFF6; }

/* ========== FOOTER ========== */
footer {
  background: #141E28;
  color: #26A6A1;
  z-index: 10;
  width: 100%;
  border-top: 2px solid #1B2836;
  padding: 32px 0 16px 0;
  margin-top: 70px;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
footer nav {
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
}
footer nav a {
  color: #26A6A1;
  padding: 3px 7px;
  border-radius: 3px;
  font-size: 0.95rem;
  font-family: 'Montserrat', Arial, sans-serif;
}
footer nav a:hover {
  background: #213C53;
  color: #fff;
}
footer div {
  font-size: 0.98rem;
  color: #79FFF6;
  letter-spacing: 0.01em;
}

/* ========== COOKIE CONSENT BANNER ========== */
.cookie-consent-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  z-index: 2000;
  background: #192434f6;
  color: #F9F7F3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 20px;
  gap: 22px;
  box-shadow: 0 -7px 32px #213C5344;
  border-top: 2px solid #26A6A1;
  transition: transform 0.44s cubic-bezier(.53,.01,.41,1) 0s;
  transform: translateY(0);
}
.cookie-consent-banner.hide {
  transform: translateY(140px);
  pointer-events: none;
  opacity: 0.71;
}
.cookie-consent-banner p {
  font-size: 1.01rem;
  flex: 2 1 240px;
  color: #F9F7F3;
}
.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.cookie-btn, .cookie-btn:visited {
  min-width: 115px;
  padding: 8px 19px;
  border-radius: 19px;
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.01rem;
  background: #26A6A1;
  color: #fff;
  box-shadow: 0 2px 12px #14677522;
  transition: background 0.17s, color 0.17s;
  cursor: pointer;
  margin-right: 7px;
}
.cookie-btn.settings {
  background: #213C53;
  color: #79FFF6;
  border: 1px solid #79FFF6;
}
.cookie-btn.reject {
  background: #fff;
  color: #26A6A1;
  border: 1px solid #26A6A1;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #79FFF6;
  color: #213C53;
}

/***** COOKIE MODAL *****/
.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(25,36,52,0.98);
  z-index: 2500;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  animation: cookieModalFadeIn 0.38s cubic-bezier(.42,.32,.34,.88);
}
@keyframes cookieModalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #182340;
  box-shadow: 0 12px 40px #213C5344;
  color: #F9F7F3;
  border-radius: 23px 23px 0 0;
  width: 100%;
  max-width: 450px;
  padding: 38px 30px 30px 30px;
  position: relative;
  margin-bottom: 0;
  animation: cookieModalSlideUp 0.33s cubic-bezier(.52,.22,.21,1);
}
@keyframes cookieModalSlideUp {
  from { transform: translateY(120px); opacity: 0.7; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-modal-close {
  position: absolute;
  top: 15px; right: 18px;
  font-size: 1.7rem;
  color: #26A6A1;
  background: none;
  border: none;
  border-radius: 6px;
  padding: 4px 9px;
  cursor: pointer;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: #213C53;
  color: #fff;
}
.cookie-modal h2 {
  color: #79FFF6;
  margin-bottom: 10px;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 12px;
  margin-bottom: 20px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1B2836;
  border-radius: 7px;
  padding: 7px 9px;
}
.cookie-category label {
  font-size: 1.02rem;
  color: #F9F7F3;
}
.cookie-category input[type="checkbox"] {
  accent-color: #26A6A1;
  width: 18px;
  height: 18px;
}
.cookie-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 15px;
}

/********* Thank you Section *********/
.thankyou {
  background: linear-gradient(125deg, #26A6A1 2%, #213C53 80%);
  border-radius: 22px;
  box-shadow: 0 4px 32px #213C5325;
}
.thankyou h1 {
  color: #fff;
}
.thankyou .cta-primary {
  margin-top: 18px;
}

/* ========== MEDIA QUERIES (Responsive) ========== */
@media (max-width: 1200px) {
  .container {
    max-width: 94vw;
    padding: 0 10vw;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 100vw;
    padding: 0 24px;
  }
  .hero, .features, .about, .blog-list, .cta, .policy, .section {
    padding-left: 12px;
    padding-right: 12px;
  }
  .content-wrapper, .feature-grid, .article-list, .team-list, .service-cards, .case-study-list {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 6px;
  }
  .content-grid, .feature-grid, .case-study-list, .team-list, .article-list, .service-cards {
    flex-direction: column;
    gap: 16px;
  }
  .card, .feature-grid li, .service-cards li, .team-list li, .case-study-list li, .article-list li {
    min-width: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .hero, .features, .about, .blog-list, .cta, .policy, .section {
    padding: 26px 0;
  }
  .testimonials .content-wrapper {
    flex-direction: column;
    gap: 18px;
  }
  .testimonial-card {
    min-width: 0;
    width: 100%;
    padding: 16px;
  }
  .text-image-section { flex-direction: column; gap: 20px; }
  .content-wrapper { gap: 14px; }
}
@media (max-width: 576px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.24rem; }
  .cookie-consent-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 6px;
    font-size: 0.97rem;
  }
  .cookie-modal {
    max-width: 100vw;
    padding: 24px 7px 17px 10px;
  }
}

/* ========== MICRO-INTERACTIONS ========== */
.cta-primary, .cookie-btn {
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
}
.card, .feature-grid li, .service-cards li, .testimonials-card, .testimonial-card {
  transition: box-shadow 0.22s, transform 0.22s;
}

/********* HTML Table Responsive Fallback *********/
@media (max-width: 640px) {
  .pricing-table th, .pricing-table td {
    padding: 10px 7px;
    font-size: 0.96rem;
  }
}

/* ========== UTILITIES ========== */
.hide { display: none !important; }

/**** Accessibility Color Contrast for Review Cards ****/
.testimonial-card, .testimonial-card p, .testimonial-card span {
  color: #213C53 !important;
}
.testimonial-card strong {
  color: #1b2836 !important;
}

/********* END CSS *********/
