/* ===========================================================
   CSS 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, 
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.45;
  background: #F1FAEE;
  color: #1D3557;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  min-height: 100vh;
  letter-spacing: 0.01em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
ul, ol {
  padding-left: 24px;
}
a {
  color: #1D3557;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s cubic-bezier(.49,.23,.19,.96);
}
a:hover, a:focus {
  color: #457B9D;
  outline: none;
}
strong, b {
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #1D3557;
  font-weight: 800;
  text-wrap: balance;
  letter-spacing: -0.01em;
}
h1 { font-size: 2.6rem; margin-bottom: 24px; line-height: 1.1; }
h2 { font-size: 2rem; margin-bottom: 20px; line-height: 1.15; }
h3 { font-size: 1.4rem; margin-bottom: 12px; line-height: 1.2; }
h4 { font-size: 1.15rem; margin-bottom: 10px; }
.section h2, .section h1 {text-align: left;}

/* -----------------------------------------------------------
   CONTAINER, LAYOUT AND SPACING
   ----------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: none;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 900px) {
  .section {
    margin-bottom: 40px;
    padding: 32px 10px;
    border-radius: 14px;
  }
}

/* -----------------------------------------------------------
   FLEXBOX GRIDS AND SPACING PATTERNS
   ----------------------------------------------------------- */
.card-container,
.card-grid,
.feature-grid,
.service-grid,
.content-grid,
.feature-list,
.icon-list,
.trust-badges,
.expertise-overview,
.program-list,
.learning-methods,
.analysis-types,
.reporting-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card-container, .card-grid, .content-grid {
  justify-content: space-between;
}
.card {
  background: #FFF;
  box-shadow: 0 4px 18px 0 rgba(69, 123, 157, 0.14), 0 1.5px 6px 0 rgba(29,53,87,0.06);
  border-radius: 14px;
  padding: 32px 24px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 900px) {
  .card, .feature-item, .service-item {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}

.feature-grid, .service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.feature-item, .service-item {
  background: #FFF;
  border-radius: 14px;
  box-shadow: 0 6px 24px -4px rgba(29,53,87,0.10),0 2px 6px rgba(69,123,157,0.08);
  padding: 32px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  min-width: 260px;
  flex: 1 1 260px;
  transition: box-shadow 0.28s cubic-bezier(.62,.14,.13,1.01), transform 0.21s;
}
.feature-item:hover, .service-item:hover {
  box-shadow: 0 10px 32px -2px #457B9D44, 0 4px 16px -2px #1D355733;
  transform: translateY(-6px) scale(1.025);
  z-index: 2;
}

/* For lists and icons */
.feature-list, .icon-list, .usp-list ul, .program-list ul, .learning-methods ul, .analysis-types, .reporting-methods {
  gap: 12px 32px;
  flex-direction: row;
  flex-wrap: wrap;
}

/* Testimonial Cards */
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #F1FAEE;
  border-radius: 16px;
  padding: 20px 28px;
  margin-bottom: 20px;
  box-shadow: 0 2px 14px -2px #1D35571c;
  color: #1D3557;
  font-size: 1.08rem;
  position: relative;
  border: 2px solid #457B9D22;
}
.testimonial-info {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #457B9D;
}

@media (max-width: 768px) {
  .feature-grid, .service-grid {
    flex-direction: column;
    gap: 20px;
  }
  .testimonial-card {
    padding: 18px 8px;
  }
}

/* -----------------------------------------------------------
   HERO AND CTA - MODERN BOLD VISUALS
   ----------------------------------------------------------- */
.hero-section {
  background: #1D3557;
  color: #F1FAEE;
  border-radius: 0 0 32px 32px;
  margin-bottom: 40px;
  padding: 54px 0 54px 0;
  box-shadow: 0 6px 24px -6px #457B9D44;
  position: relative;
  overflow: hidden;
}
.hero-section h1,.hero-section h2 {
  color: #F1FAEE;
  font-weight: 900;
  text-shadow: 0 2px 10px #1D355755;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.hero-section p {
  color: #F1FAEE;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 28px;
}
.hero-section .cta-main {
  background: #F1FAEE;
  color: #1D3557;
  font-weight: 900;
  border-radius: 32px;
  padding: 14px 40px;
  font-size: 1.3rem;
  margin-top: 12px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.hero-section .cta-main:hover, .hero-section .cta-main:focus {
  background: #457B9D;
  color: #F1FAEE;
  box-shadow: 0 0 0 4px #f1faee33;
}
@media (max-width: 700px) {
  .hero-section {
    border-radius: 0 0 20px 20px;
    padding: 34px 0 32px 0;
  }
  .hero-section h1 {
    font-size: 2.1rem;
  }
}

.cta-section {
  background: #457B9D;
  color: #fff;
  border-radius: 26px;
  margin-top: 32px;
  margin-bottom: 60px;
  padding: 36px 24px;
  box-shadow: 0 4px 18px -4px #1D355755;
}
.cta-section h2 {
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
}
.cta-section a.cta-main {
  margin-top: 14px;
  background: #F1FAEE;
  color: #1D3557;
  padding: 14px 38px;
  border-radius: 24px;
  font-size: 1.15rem;
  font-weight: 800;
}

.cta-section a.cta-main:hover, .cta-section a.cta-main:focus {
  background: #1D3557;
  color: #F1FAEE;
  box-shadow: 0 0 0 4px #F1FAEE44;
}

/* -----------------------------------------------------------
   BUTTONS & CTAS
   ----------------------------------------------------------- */
.cta-main {
  display: inline-block;
  background: #1D3557;
  color: #F1FAEE;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.18rem;
  padding: 14px 38px;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.13s;
  box-shadow: 0 2px 10px -3px #1D355744;
  outline: none;
  text-align: center;
}
.cta-main:hover, .cta-main:focus {
  background: #457B9D;
  color: #fff;
  box-shadow: 0 6px 24px -2px #457B9D33;
  transform: translateY(-2px) scale(1.03);
}

/* -----------------------------------------------------------
   NAVIGATION STYLES
   ----------------------------------------------------------- */
header {
  background: #FFF;
  box-shadow: 0 4px 18px -4px #1D35572b;
  position: sticky;
  top: 0;
  z-index: 100;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 28px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.09rem;
  color: #1D3557;
  letter-spacing: 0.01em;
  padding: 0 3px;
  transition: color 0.12s;
  border-bottom: 2px solid transparent;
}
.main-nav a:hover, .main-nav a:focus {
  color: #457B9D;
  border-bottom: 2px solid #457B9D;
}
header .cta-main {
  font-size: 1.09rem;
  padding: 10px 24px;
  background: #457B9D;
  color: #fff;
  border-radius: 22px;
  margin-left: 10px;
}
header .cta-main:hover, header .cta-main:focus {
  background: #1D3557;
  color: #F1FAEE;
}
header img {
  height: 42px;
  margin-right: 10px;
}

/* -----------------------------------------------------------
   MOBILE NAVIGATION - BURGER MENU
   ----------------------------------------------------------- */
.mobile-menu-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  color: #457B9D;
  cursor: pointer;
  z-index: 105;
  margin-left: 10px;
  transition: color 0.18s;
}
.mobile-menu-toggle:focus {
  color: #1D3557;
  outline: 2px solid #457B9D;
}
@media (max-width: 900px) {
  .main-nav, header .cta-main {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #1D3557;
  color: #F1FAEE;
  z-index: 110;
  transform: translateX(-100%);
  transition: transform 0.36s cubic-bezier(.64,.09,.14,1.00);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 38px 30px 0 22px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 2.3rem;
  color: #fff;
  margin-bottom: 22px;
  cursor: pointer;
  transition: color 0.18s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #F1FAEE;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.mobile-nav a {
  color: #F1FAEE;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.34rem;
  font-weight: 700;
  padding: 10px 2px;
  border-radius: 5px;
  transition: background 0.18s, color 0.15s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #457B9D;
  color: #fff;
}
@media (min-width: 901px) {
  .mobile-menu { display: none !important; }
}

/* -----------------------------------------------------------
   ABOUT/TRUST BADGES, ICONS, TIMELINE, ETC.
   ----------------------------------------------------------- */
.trust-badges, .icon-list, .feature-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  margin-top: 14px;
}
.trust-badges img, .icon-list img, .feature-icons img {
  height: 46px;
  background: #F1FAEE;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 2px 8px #1D35571a;
}

/* Timeline */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 10px;
  margin-bottom: 12px;
}
.timeline div {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.09rem;
  font-weight: 600;
  color: #457B9D;
}

/* -----------------------------------------------------------
   CONTACT PAGE
   ----------------------------------------------------------- */
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 1.08rem;
  margin-bottom: 18px;
}
.contact-details div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-details strong {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: #1D3557;
}
.map-placeholder {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}

/* -----------------------------------------------------------
   FOOTER DESIGN
   ----------------------------------------------------------- */
footer {
  background: #1D3557;
  color: #F1FAEE;
  padding: 32px 0 0 0;
  border-radius: 34px 34px 0 0;
  box-shadow: 0 -2px 20px -4px #457B9D44;
  margin-top: 60px;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-nav a {
  color: #F1FAEE;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.04rem;
  font-weight: 600;
  transition: color 0.18s;
  margin-bottom: 3px;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #F1FAEE;
  text-decoration: underline;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1rem;
}
.footer-contact div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-logo img {
  height: 48px;
  margin-top: 4px;
}
@media (max-width: 900px) {
  footer .container {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    padding-bottom: 18px;
    text-align: left;
  }
}

/* -----------------------------------------------------------
   LEGAL/CONTENT PAGE STYLES
   ----------------------------------------------------------- */
.legal-section {
  background: #fff;
  padding: 42px 18px 36px 18px;
  border-radius: 20px;
  margin-bottom: 60px;
  box-shadow: 0 3px 15px -4px #457B9D23;
}
.legal-section h1, .legal-section h2 {
  color: #1D3557;
  font-weight: 800;
}
.legal-section ul, .legal-section ol {
  padding-left: 26px;
  margin-bottom: 18px;
}
.legal-section li {
  margin-bottom: 8px;
  font-size: 1rem;
}
.text-section {
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 1.05rem;
  line-height: 1.56;
}
.text-section h3 {
  font-weight: 800;
  font-size: 1.13rem;
  margin-top: 16px;
  margin-bottom: 6px;
  color: #457B9D;
}

/* -----------------------------------------------------------
   THANK YOU, CONFIRMATION, ETC
   ----------------------------------------------------------- */
.thank-you-section {
  background: #fff;
  border-radius: 20px;
  padding: 48px 20px;
  margin: 40px 0 60px 0;
  box-shadow: 0 4px 22px -6px #457B9D33;
  text-align: center;
}
.confirmation-message {
  font-size: 1.22rem;
  margin: 30px 0;
  color: #1D3557;
}

/* -----------------------------------------------------------
   TEAM PHOTOS, PLACEHOLDERS, BADGES ETC
   ----------------------------------------------------------- */
.team-photo-placeholder, .map-placeholder {
  width: 120px;
  height: 120px;
  background: #F1FAEE;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0 2px 10px #457B9D19;
  margin: 0 auto;
}
.team-photo-placeholder img, .map-placeholder img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* -----------------------------------------------------------
   RESPONSIVE ADJUSTMENTS - MOBILE FIRST
   ----------------------------------------------------------- */
@media (max-width: 768px) {
  .container { padding: 0 8px; }
  .content-wrapper {
    gap: 16px;
  }
  .section {
    margin-bottom: 32px;
    padding: 22px 8px;
    border-radius: 12px;
  }
  .hero-section {
    padding: 28px 0;
    border-radius: 0 0 14px 14px;
  }
  .cta-section {
    padding: 22px 8px;
    border-radius: 14px;
    margin-bottom: 24px;
  }
  .footer-logo img {
    height: 36px;
  }
  .thank-you-section {
    padding: 26px 8px;
    border-radius: 12px;
  }
}
@media (max-width: 500px) {
  .feature-item, .service-item, .card {
    padding: 18px 10px;
    border-radius: 8px;
  }
}
@media (max-width: 400px) {
  h1, .hero-section h1 { font-size: 1.3rem; }
  h2 { font-size: 1rem; }
  .cta-main { font-size: 1rem; padding: 10px 12px; }
}

/* -----------------------------------------------------------
   ANIMATIONS & MICRO-INTERACTIONS
   ----------------------------------------------------------- */
.card, .feature-item, .service-item {
  transition: box-shadow 0.26s cubic-bezier(.6,.23,.22,.98), transform 0.16s;
}
.card:focus-within, .feature-item:focus-within {
  box-shadow: 0 0 0 4px #457B9D44;
}

/* -----------------------------------------------------------
   COOKIE CONSENT BANNER & MODAL
   ----------------------------------------------------------- */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 111;
  width: 100vw;
  background: #1D3557;
  color: #F1FAEE;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 14px 19px 14px;
  box-shadow: 0 -2px 16px #457B9D55;
  gap: 24px;
  font-size: 1rem;
  opacity: 1;
  transition: opacity 0.34s;
}
.cookie-banner__text {
  max-width: 520px;
}
.cookie-banner__actions {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
}
.cookie-banner button {
  border: none;
  border-radius: 22px;
  padding: 10px 19px;
  margin: 0 2px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.17s, color 0.14s, box-shadow 0.18s;
}
.cookie-accept {
  background: #457B9D;
  color: #F1FAEE;
  box-shadow: 0 1.5px 6px #457B9D33;
}
.cookie-accept:hover, .cookie-accept:focus {
  background: #F1FAEE;
  color: #1D3557;
}
.cookie-reject {
  background: #fff;
  color: #1D3557;
  border: 2px solid #457B9D77;
}
.cookie-reject:hover, .cookie-reject:focus {
  background: #F1FAEE;
  color: #1D3557;
  border-color: #457B9D;
}
.cookie-settings {
  background: #1D3557;
  color: #F1FAEE;
  border: 2px solid #457B9Dcc;
}
.cookie-settings:hover, .cookie-settings:focus {
  background: #457B9D;
  color: #FFF;
}
@media (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 6px 11px 6px;
    font-size: 0.98rem;
  }
  .cookie-banner__actions {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}

/* COOKIE MODAL (centered overlay) */
.cookie-modal-backdrop {
  position: fixed;
  z-index: 112;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #1D3557aa;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.32s;
  pointer-events: all;
}
.cookie-modal {
  background: #fff;
  color: #1D3557;
  max-width: 420px;
  width: 89vw;
  border-radius: 18px;
  box-shadow: 0 12px 64px -6px #457B9D33, 0 1.5px 6px #1D355722;
  padding: 34px 26px 20px 26px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: fadeInScale 0.22s cubic-bezier(.53,.13,.17,.99);
}
@media (max-width: 470px) {
  .cookie-modal {
    padding: 16px 5vw 10px 8vw;
  }
}
.cookie-modal__categories {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cookie-modal__cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #457B9D14;
}
.cookie-modal__cat:last-child {
  border-bottom: none;
}
.cookie-modal__cat label {
  font-size: 1.07rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
}
.cookie-modal__cat input[type=checkbox] {
  accent-color: #457B9D;
  width: 20px; height: 20px;
}
.cookie-modal__cat--essential label {
  color: #1D3557;
  opacity: 0.7;
  font-style: italic;
}
.cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 8px;
}
.cookie-modal-actions button {
  border: none;
  border-radius: 22px;
  padding: 10px 19px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.18s, color 0.13s;
}
.cookie-modal-close {
  background: #1D3557;
  color: #F1FAEE;
  margin-right: auto;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: #457B9D;
  color: #fff;
}
@keyframes fadeInScale {
  0% { opacity: 0; transform: scale(0.93) translateY(10px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}

/* ===========================================================
   GEOMETRIC / BOLD SHAPE VISUALS (decorative only)
   =========================================================== */
.hero-section::before {
  content: '';
  position: absolute;
  left: -80px; top: -80px;
  width: 180px; height: 180px;
  background: #457B9D44;
  border-radius: 38% 62% 41% 59%/60% 40% 60% 40%;
  z-index: 0;
}
.hero-section::after {
  content: '';
  position: absolute;
  right: -44px; bottom: -64px;
  width: 128px; height: 128px;
  background: #F1FAEE44;
  border-radius: 53% 47% 70% 30%/52% 52% 48% 48%;
  z-index: 0;
}

/* ===========================================================
   UTILITY CLASSES
   =========================================================== */
.visually-hidden {
  position: absolute!important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
}
