/* ===================
   CSS Reset & Normalize
   =================== */
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 {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  background: #F8F9FB;
  color: #1A2532;
  font-family: 'Georgia', 'Roboto', serif;
  font-size: 16px;
  min-height: 100vh;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul, ol {
  list-style: none;
}
a {
  color: #24487A;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus, a:hover {
  color: #F6A800;
  outline: none;
}
button {
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  border: none;
  cursor: pointer;
  background: none;
  color: inherit;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th, td {
  padding: 12px 16px;
  text-align: left;
}

/* =====================
   Typography Hierarchy
   ===================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Georgia', 'serif';
  color: #183054;
  font-weight: 600;
}
h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.15;
}
h3 {
  font-size: 1.375rem;
  margin-bottom: 14px;
  line-height: 1.2;
}
h4, h5, h6 {
  font-size: 1rem;
  margin-bottom: 8px;
}
p, ul, ol {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 16px;
  color: #25314A;
  line-height: 1.6;
}
strong {
  font-weight: 700;
}

/* ===================
   Layout Containers
   =================== */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1160px;
}

.content-wrapper {
  margin: 0 auto;
  padding: 32px 0 0 0;
  max-width: 840px;
  width: 100%;
}

/* Section defaults */
section {
  margin-bottom: 60px;
  padding: 40px 0;
  background: transparent;
  position: relative;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* =======================
   Header & Navigation
   ======================= */
header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #E4E6EC;
  box-shadow: 0 4px 18px rgba(36,72,122, 0.05);
  position: relative;
  z-index: 60;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 20px;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
.header-top img {
  height: 38px;
  width: auto;
  margin-right: 18px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: 18px;
}
.main-nav a {
  font-family: 'Georgia', serif;
  font-size: 1rem;
  color: #24487A;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s, color 0.2s;
  letter-spacing: 0.3px;
}
.main-nav a:hover, .main-nav a:focus {
  border-bottom: 2px solid #F6A800;
  color: #183054;
}
.cta-primary {
  background: #24487A;
  color: #fff;
  border-radius: 6px;
  font-family: 'Georgia', serif;
  font-size: 1.12rem;
  padding: 12px 34px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(36,72,122,0.10);
  border: 1px solid #24487A;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, border-color 0.2s;
  display: inline-block;
  margin-left: 16px;
}
.cta-primary:hover, .cta-primary:focus {
  background: #F6A800;
  color: #183054;
  border-color: #F6A800;
  box-shadow: 0 4px 18px rgba(246,168,0,0.18);
}
.mobile-menu-toggle {
  display: none;
  background: #F6A800;
  color: #24487A;
  border-radius: 6px;
  font-size: 2rem;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  transition: background 0.18s, color 0.18s;
  border: 1px solid #F6A800;
  box-shadow: 0 2px 8px rgba(36,72,122,0.05);
  position: relative;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #24487A;
  color: #fff;
  border-color: #24487A;
}

/* ==========================
   Mobile Navigation Overlay
   ========================== */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #24487A;
  z-index: 120;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.61, 1, 0.88, 1);
  padding: 32px 22px 22px 22px;
  opacity: 0;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
  transition: transform 0.38s cubic-bezier(0.46, 0.03, 0.52, 0.96), opacity 0.15s linear;
}
.mobile-menu-close {
  color: #fff;
  background: #24487A;
  border: 2px solid #fff;
  font-size: 2rem;
  border-radius: 6px;
  align-self: flex-end;
  margin-bottom: 22px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s, color 0.18s;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: #fff;
  color: #24487A;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
  margin-top: 20px;
}
.mobile-nav a {
  font-family: 'Georgia', serif;
  font-size: 1.18rem;
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid rgba(241,243,248,0.10);
  transition: background 0.2s, color 0.2s;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  color: #F6A800;
  background: rgba(246,168,0,0.08);
  border-radius: 4px;
}

@media (max-width: 1020px) {
  .main-nav, .cta-primary {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}
@media (max-width: 768px) {
  .header-top {
    padding: 14px 0;
  }
  .header-top img {
    height: 32px;
  }
}

/* ===================
   Hero Section
   =================== */
.hero {
  background: linear-gradient(138deg, #F1F3F8 70%, #fff 130%);
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #E4E6EC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
}
.hero .content-wrapper {
  text-align: center;
  padding: 0 12px;
}
.hero h1 {
  color: #204276;
  margin-bottom: 16px;
}
.hero p {
  font-size: 1.18rem;
  margin-bottom: 24px;
}

/* ===============
   Features Section
   =============== */
.features {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 40px rgba(36,72,122,0.07);
  margin-bottom: 60px;
  padding: 40px 0;
}
.features .content-wrapper {
  padding: 0;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 20px;
  justify-content: flex-start;
}
.feature {
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 330px;
  background: #F1F3F8;
  border-radius: 10px;
  padding: 28px 22px 22px 22px;
  box-shadow: 0 2px 18px rgba(36,72,122,0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  transition: box-shadow 0.23s, background 0.18s;
  position: relative;
}
.feature:hover, .feature:focus-within {
  background: #fffbe9;
  box-shadow: 0 4px 28px rgba(246,168,0,0.09);
}
.feature img {
  height: 36px;
  margin-bottom: 4px;
  filter: drop-shadow(0 3px 6px rgba(36,72,122,0.13));
}
.feature h3 {
  margin-bottom: 8px;
  font-size: 1.22rem;
}
.feature p {
  font-size: 1rem;
  color: #24487A;
  margin-bottom: 0;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* ===============
   Course Cards
   =============== */
.course-card {
  flex: 1 1 260px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 18px rgba(36,72,122,0.04);
  padding: 28px 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 20px;
  min-width: 240px;
  max-width: 320px;
  border: 1px solid #E4E6EC;
  position: relative;
}
.level-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 100px;
  background: #24487A;
  color: #fff;
  font-family: 'Georgia', serif;
  font-size: 0.92rem;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}
.course-card h3 {
  margin-bottom: 8px;
}
.course-card .cta-secondary {
  background: #F6A800;
  color: #24487A;
  border-radius: 6px;
  padding: 10px 28px;
  font-family: 'Georgia', serif;
  font-size: 1.04rem;
  font-weight: 500;
  margin-top: 20px;
  align-self: flex-start;
  border: 1px solid #F6A800;
  transition: background 0.18s, color 0.18s, border-color 0.18s, box-shadow 0.18s;
}
.course-card .cta-secondary:hover, .course-card .cta-secondary:focus {
  background: #24487A;
  color: #fff;
  border-color: #24487A;
  box-shadow: 0 2px 18px rgba(36,72,122,0.12);
}

/* ===============
   About Section
   =============== */
.about {
  background: transparent;
}
.text-section {
  margin-top: 10px;
  margin-bottom: 22px;
  font-size: 1.06rem;
}
.text-section ul {
  margin-bottom: 16px;
}
.text-section li {
  margin-bottom: 10px;
  padding-left: 14px;
  position: relative;
}
.text-section li:before {
  content: '\2014';
  position: absolute;
  left: 0;
  color: #F6A800;
  font-weight: bold;
}
.team-snippet {
  margin-top: 28px;
  background: #F8F9FB;
  border-left: 4px solid #24487A;
  padding: 18px 20px;
  border-radius: 8px;
  color: #204276;
}

/* ===============
   Team Section
   =============== */
.team-member-card {
  flex: 1 1 230px;
  background: #F1F3F8;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(36,72,122,0.07);
  padding: 24px 18px 18px 18px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 4px solid #F6A800;
}
.team-member-card h3 {
  margin-bottom: 6px;
}

/* ===============
   Pricing Table
   =============== */
.pricing {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 40px rgba(36,72,122,0.07);
}
.pricing-table {
  width: 100%;
  margin: 24px 0;
  border: 1px solid #E4E6EC;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 18px rgba(36,72,122,0.04);
}
.pricing-table thead {
  background: #F1F3F8;
  color: #24487A;
}
.pricing-table th {
  font-family: 'Georgia', serif;
  font-size: 1rem;
  font-weight: 600;
}
.pricing-table td {
  background: #fff;
  font-size: 1rem;
}
.package-comparisons, .special-offers, .guarantee-statement {
  background: #F1F3F8;
  border-radius: 8px;
  padding: 16px 22px;
  margin-top: 20px;
  margin-bottom: 18px;
  box-shadow: 0 1px 7px rgba(246,168,0,0.07);
}
.special-offers strong {
  color: #F6A800;
}

.guarantee-statement {
  color: #24487A;
  border-left: 4px solid #24487A;
  font-size: 1.08rem;
}

/* ===============
   Testimonials
   =============== */
.testimonials {
  background: #fffbe9;
  border-radius: 16px;
  box-shadow: 0 2px 23px rgba(36,72,122,0.07);
  margin-bottom: 60px;
  padding: 40px 0;
}
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 22px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 22px 20px 18px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 14px rgba(36,72,122,0.09);
  min-width: 240px;
  max-width: 340px;
  flex: 1 1 230px;
  color: #203355;
  margin-bottom: 20px;
  border: 1px solid #F6A80011;
  transition: box-shadow 0.2s, border-color 0.15s;
}
.testimonial-card:hover, .testimonial-card:focus-within {
  box-shadow: 0 6px 36px rgba(246,168,0,0.14);
  border-color: #F6A800;
}
.testimonial-card p {
  font-size: 1.08rem;
  color: #183054;
  text-align: center;
  margin-bottom: 0;
  font-style: italic;
}
.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.98rem;
  color: #24487A;
}
.testimonial-meta span {
  font-size: 1rem;
  color: #F6A800;
}

/* ===============
   Call To Action
   =============== */
.cta {
  background: #24487A;
  color: #fff;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 40px rgba(36,72,122,0.07);
  padding: 50px 0 64px 0;
  margin-bottom: 60px;
}
.cta h2, .cta p {
  color: #fff;
}
.cta .cta-primary {
  margin-top: 20px;
}

/* ===============
   Blog Cards
   =============== */
.blog-list {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 40px rgba(36,72,122,0.07);
  margin-bottom: 60px;
  padding: 40px 0;
}
.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 20px;
}
.blog-post-card {
  background: #F1F3F8;
  border-radius: 10px;
  box-shadow: 0 2px 14px rgba(36,72,122,0.09);
  flex: 1 1 240px;
  min-width: 240px;
  max-width: 320px;
  padding: 24px 18px 18px 18px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 4px solid #F6A800;
  transition: box-shadow 0.21s;
}
.blog-post-card:hover, .blog-post-card:focus-within {
  box-shadow: 0 6px 32px rgba(246,168,0,0.10);
}
.filter-tags {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.filter-tags a {
  background: #24487A;
  color: #fff;
  border-radius: 4px;
  padding: 6px 16px;
  font-size: 0.96rem;
  margin-right: 4px;
  transition: background 0.15s, color 0.15s;
}
.filter-tags a:hover, .filter-tags a:focus {
  background: #F6A800;
  color: #24487A;
}
.blog-tags {
  color: #F6A800;
  font-size: 0.91rem;
  margin-top: 12px;
}
.popular-tags {
  color: #24487A;
  margin-top: 36px;
  font-size: 0.98rem;
}

/* ===============
   Contact Section
   =============== */
.contact-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}
.contact-details ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.04rem;
  margin-bottom: 10px;
}
.contact-details ul li img {
  max-width: 22px;
  opacity: 0.8;
}
.map-embed {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #F1F3F8;
  border-radius: 10px;
  padding: 14px 18px;
  margin-top: 18px;
}

/* ===============
   Footer
   =============== */
footer {
  background: #24487A;
  color: #fff;
  padding: 36px 0 0 0;
  border-top: 1px solid #E4E6EC;
  margin-top: 80px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(241,243,248,0.125);
}
.footer-nav nav {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer-nav nav a {
  color: #dae4f5;
  font-family: 'Georgia', serif;
  font-size: 1.01rem;
  margin-bottom: 0;
  transition: color 0.15s;
  letter-spacing: 0.2px;
}
.footer-nav nav a:hover, .footer-nav nav a:focus {
  color: #F6A800;
}
.brand-address {
  margin-top: 10px;
  color: #e5eaf3;
  font-size: 0.98rem;
}
.brand-address address {
  font-style: normal;
  color: #dae4f5;
  font-size: 0.97rem;
  line-height: 1.5;
}
.brand-address img {
  height: 36px;
  margin-bottom: 10px;
}
.social-media-links {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}
.social-media-links a img {
  height: 28px;
  opacity: 0.84;
  transition: opacity 0.15s, filter 0.15s;
}
.social-media-links a:hover img, .social-media-links a:focus img {
  opacity: 1;
  filter: drop-shadow(0 2px 7px #F6A800AA);
}
.footer-copy {
  color: #dae4f5;
  font-size: 0.97rem;
  text-align: center;
  padding: 18px 0 26px 0;
}

/* ================
   Responsive Layouts
   ================ */
@media (max-width: 970px) {
  .feature-grid, .blog-grid, .testimonial-slider {
    gap: 16px;
  }
  .feature, .course-card, .blog-post-card, .testimonial-card {
    max-width: 98vw;
    min-width: 185px;
  }
  .footer-nav {
    gap: 26px;
    flex-wrap: wrap;
  }
}
@media (max-width: 820px) {
  .feature-grid, .blog-grid, .testimonial-slider {
    flex-direction: column;
    align-items: stretch;
  }
  .content-wrapper {
    max-width: 99vw;
    padding: 0 0 0 0;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 12px;
  }
  .section {
    padding: 24px 4px;
  }
  section {
    padding: 32px 0;
  }
  .hero {
    padding: 26px 0 30px 0;
  }
  .footer-nav {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .testimonial-card, .blog-post-card, .course-card, .feature {
    padding: 18px 8px 14px 12px;
  }
}

/* ===================
   Legal/Policy Sections
   =================== */
.legal {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 14px rgba(36,72,122,0.07);
  margin-bottom: 60px;
  padding: 36px 0 20px 0;
}
.legal h1, .legal h2 {
  margin-top: 0;
  color: #183054;
}
.legal ul {
  margin-bottom: 11px;
}
.legal li {
  margin-bottom: 8px;
  padding-left: 14px;
  position: relative;
  font-size: 1.01rem;
}
.legal li:before {
  content: '\2022';
  position: absolute;
  left: 0;
  color: #F6A800;
  font-size: 1.1rem;
}

/* =====================
   Cookie Consent Banner
   ===================== */
.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1A2532;
  color: #fff;
  padding: 24px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  z-index: 150;
  box-shadow: 0 -4px 36px rgba(36,72,122,0.11);
  font-size: 1rem;
  animation: fadeinBanner 0.7s;
}
@keyframes fadeinBanner {
  0% {transform: translateY(120%); opacity:0;}
  70%{opacity:0.8;}
  100% {transform: translateY(0); opacity:1;}
}
.cookie-consent-banner .banner-buttons {
  display: flex;
  gap: 16px;
}
.cookie-consent-banner .cookie-btn {
  padding: 10px 22px;
  font-family: 'Georgia', serif;
  font-size: 1rem;
  border-radius: 6px;
  margin: 0 2px;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}
.cookie-btn-accept {
  background: #F6A800;
  color: #24487A;
  border: 1px solid #F6A800;
  font-weight: 600;
}
.cookie-btn-accept:hover, .cookie-btn-accept:focus {
  background: #24487A;
  color: #fff;
  border: 1px solid #24487A;
}
.cookie-btn-reject {
  background: #fff;
  color: #183054;
  border: 1px solid #E4E6EC;
  font-weight: 500;
}
.cookie-btn-reject:hover, .cookie-btn-reject:focus {
  background: #F8F9FB;
  color: #24487A;
  border-color: #24487A;
}
.cookie-btn-settings {
  background: transparent;
  color: #F6A800;
  border: 1px solid #F6A800;
}
.cookie-btn-settings:hover, .cookie-btn-settings:focus {
  background: #F6A800;
  color: #1A2532;
}

/* ==========================
   Cookie Settings Modal
   ========================== */
.cookie-modal-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(36,72,122, 0.59);
  align-items: center;
  justify-content: center;
  z-index: 200;
  animation: fadeinBanner 0.4s;
}
.cookie-modal-overlay.open {
  display: flex;
}
.cookie-modal {
  background: #fff;
  color: #1A2532;
  max-width: 390px;
  padding: 34px 26px 26px 26px;
  border-radius: 14px;
  box-shadow: 0 8px 38px rgba(36,72,122,0.18);
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: popInSettings 0.42s;
}
@keyframes popInSettings {
  0% {transform: scale(0.88); opacity: 0;}
  80%{transform: scale(1.07);}
  100% {transform: scale(1); opacity: 1;}
}
.cookie-modal h2 {
  font-size: 1.3rem;
  color: #24487A;
  margin-bottom: 11px;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cookie-modal .cookie-category label {
  font-size: 1.04rem;
  color: #24487A;
}
.cookie-modal .cookie-toggle {
  width: 38px;
  height: 20px;
  background: #F1F3F8;
  border-radius: 10px;
  position: relative;
  display: inline-block;
}
.cookie-modal .cookie-toggle input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-modal .slider {
  position: absolute;
  cursor: pointer;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #E4E6EC;
  border-radius: 10px;
  transition: 0.2s;
}
.cookie-modal .cookie-toggle input:checked + .slider {
  background: #F6A800;
}
.cookie-modal .slider:before {
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: 0 2px 8px rgba(36,72,122,0.11);
}
.cookie-modal .cookie-toggle input:checked + .slider:before {
  transform: translateX(18px);
}
.cookie-modal .cookie-category .cookie-toggle[disabled],
.cookie-modal .cookie-category .cookie-toggle[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.55;
} 
.cookie-modal .cookie-save-btn {
  background: #24487A;
  color: #fff;
  border-radius: 6px;
  padding: 10px 24px;
  font-family: 'Georgia', serif;
  font-size: 1.02rem;
  margin-top: 12px;
  border: 1px solid #24487A;
  align-self: flex-end;
  transition: background 0.2s;
}
.cookie-modal .cookie-save-btn:hover, .cookie-modal .cookie-save-btn:focus {
  background: #F6A800;
  color: #24487A;
  border: 1px solid #F6A800;
}

/* ================
   Utility Classes
   ================ */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
}
.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;
  padding: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .card-container, .content-grid, .testimonial-slider, .feature-grid, .blog-grid {
    flex-direction: column;
    gap: 16px;
  }
}

/* ===============
   Thank you page
   =============== */
.thank-you {
  background: #fffbe9;
  border-radius: 16px;
  box-shadow: 0 2px 18px rgba(36,72,122,0.06);
  padding: 50px 0;
  text-align: center;
  margin-bottom: 60px;
}
.thank-you h1 {
  color: #183054;
}
.additional-links {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin: 24px 0 18px 0;
}
.additional-links a {
  font-family: 'Georgia', serif;
  color: #24487A;
  padding: 10px 22px;
  border-radius: 5px;
  background: #F1F3F8;
  border: 1px solid #24487A22;
  font-size: 1.01rem;
  transition: background 0.17s, color 0.17s;
}
.additional-links a.cta-primary {
  background: #24487A;
  color: #fff;
  border: 1px solid #24487A;
}
.additional-links a:hover, .additional-links a:focus {
  background: #F6A800;
  color: #1A2532;
}

/* ================
   Miscellaneous
   ================ */
::-webkit-input-placeholder { color: #A5B2C3; }
::-moz-placeholder { color: #A5B2C3; }
:-ms-input-placeholder { color: #A5B2C3; }
::placeholder { color: #A5B2C3; }

/* Prevent content overlapping with banner */
body {
  padding-bottom: 100px;
}

/* Hide scrollbars in mobile menu */
.mobile-menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
}
.mobile-menu::-webkit-scrollbar { display: none; }
