/* ------------------ 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, main, 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;
}
body {
  background: #F7F7F2;
  color: #232964;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  min-height: 100vh;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #17A39B;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #232964;
  text-decoration: underline;
}
ul, ol {
  padding-left: 1.3em;
  margin-bottom: 16px;
}
strong {
  font-weight: bold;
}
/* ------------------ BRAND FONTS ------------------ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Arial Rounded MT Bold', Arial, sans-serif;
  letter-spacing: 0.01em;
  color: #232964;
  font-weight: 700;
}
h1 { font-size: 2.8rem; line-height: 1.1; margin-bottom: 24px; }
h2 { font-size: 2.1rem; margin-bottom: 18px; }
h3 { font-size: 1.3rem; margin-bottom: 12px; font-weight: 600; }
h4 { font-size: 1.1rem; margin-bottom: 8px; font-weight: 500; }

/* ------------------ FLEX CONTAINERS ------------------ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: transparent;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 6px 32px 0 rgb(23 163 155 / 12%), 0 1.5px 5px #23296411;
  transition: box-shadow .23s, transform .23s;
  min-width: 260px;
  flex: 1 1 280px;
}
.card:hover {
  box-shadow: 0 12px 40px 0 rgb(23 163 155 / 22%), 0 1.5px 14px #23296422;
  transform: translateY(-6px) scale(1.025);
  z-index: 2;
}
.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;
  background: #F7F7F2;
  border-radius: 20px;
  box-shadow: 0 2px 18px #23296414;
  margin-bottom: 20px;
  color: #232964;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* ---------- HEADER & NAVIGATION FLEX ---------- */
header {
  background: #fff;
  box-shadow: 0 4px 28px 0 #17A39B11;
  padding: 0 0 0 0;
  position: relative;
  z-index: 40;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 16px 18px 16px;
}
header nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
header nav a {
  font-family: 'Montserrat', 'Arial Rounded MT Bold', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #232964;
  padding: 6px 14px;
  border-radius: 30px;
  transition: background .18s, color .18s;
  position: relative;
}
header nav a:hover,
header nav a:focus {
  background: #17A39B13;
  color: #17A39B;
}
.cta-button {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  background: #17A39B;
  padding: 10px 26px;
  border-radius: 32px;
  margin-left: 18px;
  box-shadow: 0 3px 12px #17A39B20;
  border: none;
  transition: background 0.2s, box-shadow 0.2s, transform 0.17s;
  cursor: pointer;
  letter-spacing: 0.03em;
}
.cta-button:hover, .cta-button:focus {
  background: #232964;
  color: #fff;
  box-shadow: 0 6px 24px #2329641c;
  transform: translateY(-2px) scale(1.03);
}

/* ---------------------- HERO ---------------------- */
.hero {
  background: linear-gradient(90deg, #F7F7F2 42%, #17A39B 100%);
  min-height: 330px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.hero .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 220px;
  flex-wrap: wrap;
}
.hero .content-wrapper {
  background: transparent;
  padding: 0;
}
.hero h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #232964;
  font-size: 2.5rem;
  text-shadow: 1px 2px 0 #17A39B22;
  margin-bottom: 18px;
}
.hero p {
  color: #232964;
  font-size: 1.22rem;
  margin-bottom: 23px;
}

/* ----------- ARTISTIC FEATURE GRID ----------- */
.feature-grid, .review-grid, .startup-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 18px;
}
.feature-grid > div, .review-grid > .review-card, .startup-grid > div {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 18px #23296414;
  padding: 28px 22px 23px 22px;
  flex: 1 1 240px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  transition: box-shadow .18s, transform .18s;
  position: relative;
}
.feature-grid > div:hover, .review-grid > .review-card:hover, .startup-grid > div:hover {
  box-shadow: 0 8px 35px #17A39B1a;
  transform: translateY(-3px) scale(1.03);
}
.feature-grid img, .startup-grid img {
  width: 48px;
  height: 48px;
  filter: drop-shadow(2px 3px 0 #17A39B12);
}

/* --------------- ARTICLE LIST --------------- */
.article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.article-list article {
  flex: 1 1 250px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2.4px 12px #23296411;
  padding: 24px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
  transition: box-shadow .18s, transform .17s;
}
.article-list article:hover {
  box-shadow: 0 8px 24px #17A39B15;
  transform: translateY(-2px) scale(1.02);
}
.article-list a {
  color: #17A39B;
  font-weight: 600;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-top: 12px;
}

/* ------------- REVIEW CARD/GRIDS ------------- */
.review-grid {
  margin-bottom: 18px;
}
.review-card {
  background: #fff;
  border-radius: 20px;
  padding: 26px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  box-shadow: 0 3.6px 14px #17A39B13;
  min-width: 225px;
  flex: 1 1 240px;
  position: relative;
  margin-bottom: 20px;
  transition: box-shadow .14s, transform .14s;
}
.review-card:hover {
  box-shadow: 0 8px 28px #23296414;
  transform: translateY(-3px) scale(1.04);
}
.star-rating {
  font-size: 1.2rem;
  color: #17A39B;
  margin-bottom: 7px;
  letter-spacing: 0.2em;
}

/* ------------- COMPARISON TABLES ------------- */
.comparison-table {
  width: 100%;
  border-spacing: 0;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 1.5px 10px #23296410;
}
.comparison-table th, .comparison-table td {
  padding: 18px 13px;
  text-align: left;
  font-size: 1rem;
}
.comparison-table thead {
  background: #17A39B22;
}
.comparison-table th {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: #232964;
}
.comparison-table tbody tr {
  border-bottom: 1px solid #17A39B18;
  transition: background .16s;
}
.comparison-table tbody tr:hover {
  background: #17A39B10;
}

/* ---------- PROS/CONS FLEX COMPARE ---------- */
.pros-cons {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.pros-cons > div {
  flex: 1 1 210px;
  min-width: 180px;
  background: #F7F7F2;
  border-radius: 12px;
  padding: 18px 16px 12px 16px;
  box-shadow: 0 1.5px 7px #17A39B0a;
  margin-bottom: 20px;
}
.pros-cons h4 { color: #17A39B; margin-bottom: 8px; font-size:1.08rem; }

/* ------------ GUIDES & TRENDS -------------- */
.trend-list, .news-list, .faq-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 16px;
}
.trend-list li, .news-list li, .faq-list li {
  background: #fff;
  border-radius: 12px;
  padding: 18px 16px;
  box-shadow: 0 1.5px 8px #23296413;
}

.faq-list strong {
  color: #17A39B;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.10rem;
}
.faq-list p {
  color: #232964;
}

/* ----------- TEAM & INTERVIEW FLEX ---------- */
.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin-bottom: 18px;
}
.team-member {
  flex: 1 1 220px;
  min-width: 180px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 13px #17A39B13;
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  align-items: flex-start;
  transition: box-shadow .16s,transform .15s;
}
.team-member:hover {
  box-shadow: 0 10px 18px #23296415;
  transform: scale(1.034);
}
.interview-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.interview-previews > div {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 1px 12px #23296413;
  padding: 18px 16px;
  flex: 1 1 240px;
  min-width: 210px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  align-items: flex-start;
  transition: box-shadow .15s;
}
.interview-previews > div:hover {
  box-shadow: 0 8px 18px #17A39B1b;
}
.interview-previews a {
  color: #17A39B;
  margin-top: 7px;
  font-weight: 600;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* --------- NEWSLETTER BANNER/SECTION --------- */
.newsletter {
  background: #232964;
  background-image: repeating-linear-gradient(135deg, #232964 0 35px,#17A39B 70px, #232964 110px);
  color: #fff;
  text-align: center;
  border-radius: 18px;
  margin-bottom: 64px;
  box-shadow: 0 8px 36px #2329641a;
}
.newsletter .content-wrapper {
  align-items: center;
}
.newsletter h2, .newsletter p {
  color: #fff;
}
.newsletter .cta-button {
  background: #fff;
  color: #232964;
  margin-top: 12px;
  box-shadow: 0 3px 18px #17A39B32;
}
.newsletter .cta-button:hover {
  background: #17A39B;
  color: #fff;
}

/* ------------ CONTACT DETAILS ------------- */
.contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 8px;
  align-items: center;
}
.contact-details div {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 220px;
}
.contact-details a {
  color: #17A39B;
  font-weight: 600;
}
.contact-details img {
  width: 24px;
  height: 24px;
}

/* ------------ SOCIAL LINKS ------------- */
.social-links {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 10px;
}
.social-links a {
  border-radius: 50%;
  padding: 5px;
  background: #ffffff;
  box-shadow: 0 2px 7px #17A39B18;
  transition: box-shadow .16s, background .13s, transform .18s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links a:hover, .social-links a:focus {
  background: #17A39B;
  box-shadow: 0 5px 18px #23296422;
  transform: scale(1.09);
}
.social-links img {
  width: 28px;
  height: 28px;
  display: block;
}

/* --------------- FOOTER FLEX --------------- */
footer {
  background: #232964;
  color: #fff;
  padding: 38px 0 0 0;
  box-shadow: 0 -5px 32px #17A39B0f;
  margin-top: 80px;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  padding-bottom: 20px;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.footer-menu a {
  color: #17A39B;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: .025em;
  padding: 7px 6px;
  border-radius: 14px;
  transition: background .13s, color .13s;
}
.footer-menu a:hover, .footer-menu a:focus {
  background: #F7F7F2;
  color: #232964;
}
.contact-short {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 0.98rem;
  color: #fff;
}
.contact-short img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  margin-bottom: 8px;
}
.contact-short address {
  font-style: normal;
  color: #fff;
}
.contact-short a {
  color: #17A39B;
  font-weight: 600;
  margin-left: 6px;
}
.contact-short p {
  color: #F7F7F2;
  margin-top: 2px;
}
.disclaimer {
  margin-top: 10px;
  color: #d8fff9;
  font-size: 0.95rem;
}
@media (max-width: 1000px) {
  .footer-menu, .contact-short {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }
}

/* ------------- TEXT SECTION/GENERAL ------------- */
.text-section, .text-section p {
  font-size: 1.05rem;
  color: #232964;
  margin-bottom: 12px;
  background: none;
}
.text-section h3 {
  margin-top: 18px;
  margin-bottom: 9px;
  font-size: 1.15rem;
  color: #17A39B;
  font-weight: 700;
}
.text-section ul li {
  margin-bottom: 7px;
}

/* ---------------- MOBILE MENU ------------------ */
.mobile-menu-toggle {
  display: none;
  background: #17A39B;
  border: none;
  color: #fff;
  font-size: 2rem;
  border-radius: 10px;
  padding: 6px 17px 3px 17px;
  cursor: pointer;
  margin-left: 10px;
  box-shadow: 0 2px 8px #17A39B44;
  transition: background .14s, color .13s, transform .14s;
  z-index: 110;
  position: absolute;
  top: 11px;
  right: 18px;
}
.mobile-menu-toggle:active {
  background:#232964;
  color: #fff;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #232964fa;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateX(-105vw);
  transition: transform 0.5s cubic-bezier(.85,-0.18,.26,1.1);
  pointer-events: none;
  opacity: 0;
}
.mobile-menu.show {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
  transition: transform 0.46s cubic-bezier(.85,-0.18,.36,1.13), opacity 0.19s;
}
.mobile-menu-close {
  margin: 18px 22px 12px 0;
  font-size: 2.2rem;
  background: none;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: color .13s, transform .13s;
}
.mobile-menu-close:active, .mobile-menu-close:focus {
  color: #17A39B;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100vw;
  align-items: center;
  padding: 6vh 0 0 0;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding: 15px 34px;
  border-radius: 26px;
  letter-spacing: .02em;
  background: none;
  text-align: center;
  transition: background .13s, color .13s, transform .13s;
  min-width: 180px;
  box-sizing: border-box;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #17A39B;
  color: #232964;
  transform: scale(1.05);
}

/* Hide nav/cta on mobile, show burger */
@media (max-width: 1010px) {
  header nav, .cta-button {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (max-width: 570px) {
  .mobile-nav a {
    font-size: 1.12rem;
    padding: 12px 14px;
    min-width: 90vw;
  }
}

/* --------------- RESPONSIVITY --------------- */
@media (max-width: 1180px) {
  .container { max-width: 1000px; }
}
@media (max-width: 920px) {
  .container { max-width: 97vw; }
  .hero .container { min-height: 120px; }
  .feature-grid > div, .review-grid > .review-card, .team-member, .startup-grid > div {
    flex: 1 1 45%;
    min-width: 180px;
  }
  .pros-cons { flex-direction: column; gap: 24px; }
}
@media (max-width: 768px) {
  .hero { min-height: 180px; padding: 19px 2px 24px 2px; }
  .hero h1 { font-size: 1.5rem; }
  .hero .container { flex-direction: column; align-items: flex-start; }
  .content-grid, .feature-grid, .review-grid, .startup-grid, .team-list, .interview-previews, .card-container {
    flex-direction: column;
    gap: 18px;
  }
  .card, .feature-grid > div, .review-card, .startup-grid > div, .team-member, .interview-previews > div {
    min-width: 80vw;
    padding: 18px 8vw;
    border-radius: 15px;
  }
  .testimonial-card {
    flex-direction: column;
    gap: 14px;
    padding: 16px 7vw;
  }
  .footer-menu, .contact-short, .social-links {
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
  }
  .pros-cons { flex-direction: column; gap: 18px; }
  .contact-details { flex-direction: column; gap: 13px; }
  .section { margin-bottom: 36px; padding: 23px 8px; }
  h1 { font-size: 2rem; }
  .newsletter { padding: 13px 5px; border-radius: 13px; }
}
@media (max-width: 460px) {
  .card, .feature-grid > div, .review-card, .startup-grid > div, .team-member, .interview-previews > div {
    padding: 12px 2vw;
    font-size: 0.97rem;
  }
  .newsletter { border-radius: 7px; }
  .section { padding: 14px 2px; }
  h1 { font-size: 1.38rem; }
}

/* ----- CONTENT/CARD FOCUS EFFECTS ----- */
.card:focus-within {
  border: 2px solid #17A39B;
  background: #eafffb;
}

/* --------- BUTTONS (General) --------- */
button,
input[type="submit"],
input[type="button"] {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  border: none;
  border-radius: 30px;
  padding: 9px 28px;
  background: #17A39B;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 2.5px 9px #17A39B25;
  margin: 8px 0;
  transition: background .18s, box-shadow 0.15s, color .14s, transform .14s;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:focus {
  background: #232964;
  color: #fff;
  transform: scale(1.04);
}

/* ------------ COOKIE CONSENT -------------- */
.cookie-consent-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  background: #232964;
  color: #FFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 18px 5vw 18px 5vw;
  z-index: 1500;
  box-shadow: 0 -7px 30px #17A39B33;
  animation: fadeInBanner .5s;
  gap: 30px;
}
.cookie-consent-banner__text {
  font-size: 1.08rem;
  flex: 2 1 230px;
}
.cookie-consent-banner__actions {
  display: flex;
  gap: 17px;
  align-items: center;
}
.cookie-consent-banner button {
  padding: 8px 24px;
  font-size: 1.01rem;
  border-radius: 25px;
  font-weight: bold;
  border: none;
  box-shadow: 0 1px 6px #17A39B24;
  background: #17A39B;
  color: #fff;
  transition: background .18s, color .13s;
}
.cookie-consent-banner button.settings {
  background: #fff;
  color: #17A39B;
}
.cookie-consent-banner button.reject {
  background: #232964;
  color: #fff;
  border: 1.5px solid #17A39B;
}
.cookie-consent-banner button:focus,
.cookie-consent-banner button:hover {
  background: #17A39B;
  color: #fff;
}
@keyframes fadeInBanner {
  0% { opacity: 0; transform: translateY(40px); }
  100%{ opacity: 1; transform: translateY(0); }
}
@media (max-width:600px) {
  .cookie-consent-banner {
    flex-direction: column;
    gap: 12px;
    padding: 12px 7px;
    align-items: flex-start;
  }
}

/* --- COOKIE PREFERENCES MODAL --- */
.cookie-modal-overlay {
  position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
  background: #232964e6;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.cookie-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal {
  width: 96vw; max-width: 430px;
  background: #fff;
  border-radius: 17px 17px 0 0;
  box-shadow: 0 6px 30px #23296448;
  padding: 30px 24px 20px 24px;
  position: relative;
  color: #232964;
  display: flex;
  flex-direction: column;
  gap: 22px;
  animation: modalUp .45s cubic-bezier(.86,0,.59,1.05);
}
@keyframes modalUp {
  0% { transform: translateY(60px); opacity: .3; }
  100% { transform: translateY(0); opacity: 1; }
}
.cookie-modal h2 {
  color: #17A39B;
  font-size: 1.43rem;
  margin-bottom: 9px;
}
.cookie-modal ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 4px;
}
.cookie-modal li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cookie-modal label {
  font-size: 1.06rem;
  font-family: 'Montserrat', Arial, sans-serif;
}
.cookie-modal .toggle {
  width: 44px;
  height: 26px;
  border-radius: 13px;
  background: #17A39B22;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.cookie-modal .toggle input { display: none; }
.cookie-modal .toggle span {
  position: absolute; left: 3px; top: 3px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: #17A39B;
  transition: left 0.16s cubic-bezier(.77,0,.45,1);
}
.cookie-modal .toggle input:not(:checked) + span {
  left: 3px;
  background: #17A39B99;
}
.cookie-modal .toggle input:checked + span {
  left: 21px;
  background: #17A39B;
}
.cookie-modal .toggle[disabled] {
  opacity: 0.4;
  pointer-events: none;
}
.cookie-modal-actions {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-top: 8px;
}
.cookie-modal .close-cookie-modal {
  position: absolute;
  top: 14px; right: 17px;
  background: none;
  color: #232964;
  font-size: 1.46rem;
  border: none;
  cursor: pointer;
}
.cookie-modal .close-cookie-modal:hover {
  color: #17A39B;
}
@media (max-width: 560px) {
  .cookie-modal {
    padding: 17px 7px 17px 7px;
    font-size: 0.99rem;
    min-width: unset;
  }
}

/* ---- SPECIAL: Artistic flair (drawing highlights, font effects) ---- */
h1, h2, h3 {
  position:relative;
}
h1:after, h2:after {
  content:'';
  display:block;
  position:absolute;
  left:0; bottom:-9px;
  width:48px; height:5px;
  border-radius:9px;
  background: #17A39B;
  opacity: 0.23;
  z-index:0;
}
h2:after {
  width:32px; height:4px;
  left:0;
  bottom:-7px;
  background: #232964;
  opacity:0.21;
}
@media (max-width:680px){
  h1:after, h2:after { width: 24px; height:2.5px; }
}

/* -- Artistic touch for .testimonial-card, reviews -- */
.testimonial-card {
  position: relative;
  border-left: 6px solid #17A39B;
  background: #fff;
  color: #232964;
}
.testimonial-card:before {
  content: '“';
  font-family: Georgia, serif;
  color: #17A39B;
  font-size: 2.8rem;
  position: absolute;
  left: 13px; top: 10px;
  opacity: 0.18;
  z-index: 1;
}

/* --- Misc Spacing --- */
.section + .section {
  margin-top: 28px;
}
.card + .card {
  margin-top: 20px;
}
.team-member + .team-member {
  margin-left: 10px;
}

/* Focus/Active for Accessibility */
a, button, .card, .cta-button {
  outline: none;
}
a:focus, .cta-button:focus, button:focus, .card:focus, .footer-menu a:focus {
  outline: 2px dotted #17A39B;
  outline-offset: 2px;
  z-index: 2;
}

/* ------------- Hide visually -------------- */
.visually-hidden {
  border: 0 !important;
  clip: rect(1px,1px,1px,1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* ============== END ============== */
