/* Aidares site overrides */

@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");

:root {
  --font-body: "Barlow", sans-serif;
  --font-heading: "Barlow", sans-serif;

  /* Aidares logo palette (from aidares.com/old + logo) */
  --aidares-primary: #a51c24;
  --aidares-primary-dark: #8b0000;
  --aidares-accent: #f9b233;
  --aidares-accent-dark: #e69500;
  --aidares-light: #fff3e0;
  --aidares-cream: #fbf7f2;

  --color-primary: #0b3948;
  --color-heading: #0b3948;
  --color-yellow: #f9b233;
  --color-default: #5d6a83;
  --color-default-two: #4c6a6d;
  --color-body: #fbf7f2;
  --color-border: #f0dfc8;
}

body,
h1, h2, h3, h4, h5, h6,
.title,
.section-title .title,
.main-menu ul li a,
.thm-btn,
input,
textarea,
select,
button {
  font-family: "Barlow", sans-serif;
}

/* Top header bar (Oldero-style) */
.aidares-header-top {
  background-color: var(--aidares-light);
  border-bottom: 1px solid rgba(11, 57, 72, 0.08);
  font-size: 14px;
  color: #0b3948;
}

.aidares-header-top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  flex-wrap: wrap;
}

.aidares-header-top__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.aidares-header-top__info li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
}

.aidares-header-top__info i {
  color: #0b3948;
  font-size: 15px;
  flex-shrink: 0;
}

.aidares-header-top__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
  margin-left: auto;
}

.aidares-header-top__links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.aidares-header-top__links a {
  color: #0b3948;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

.aidares-header-top__links a:hover {
  color: var(--aidares-accent-dark);
  text-decoration: underline;
}

.aidares-header-top__social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aidares-header-top__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(11, 57, 72, 0.08);
  color: #0b3948;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.aidares-header-top__social a:hover {
  background: #0b3948;
  color: #fff;
}

.aidares-header-top__social a i {
  font-style: normal;
  line-height: 1;
  display: inline-block;
}

.aidares-header-top__social a svg {
  width: 14px;
  height: 14px;
  display: block;
  fill: currentColor;
}

.aidares-header-top__info i.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.header-logo img,
.xb-logo-mobile img {
  max-height: 48px;
  width: auto;
}

@media (max-width: 767px) {
  .header-logo img,
  .xb-logo-mobile img {
    max-height: 42px;
  }
}

.footer-bottom .social-link a i {
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}

.footer-bottom .social-link a svg {
  width: 16px;
  height: 16px;
  display: block;
  fill: currentColor;
}

.footer-bottom .social-link a:hover {
  color: var(--color-yellow);
}

.xb-footer .footer-widget .xb-item--contact span img {
  max-width: 16px;
  max-height: 16px;
  display: block;
}

.footer-newslatter .xb-email img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 2;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  display: block;
  pointer-events: none;
}

.footer-newslatter .xb-email input {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

/* CQC widget — constrain embed (cleanslate resets max-width) */
.footer-cqc-widget,
.aidares-cqc-widget {
  max-width: 260px;
  width: 100%;
  overflow: hidden;
}

.footer-cqc-widget > .cqc-widget.cleanslate,
.aidares-cqc-widget > .cqc-widget.cleanslate {
  max-width: 100% !important;
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.footer-cqc-widget .cqc-widget .cqc-container,
.aidares-cqc-widget .cqc-widget .cqc-container {
  padding: 16px 12px !important;
}

.footer-cqc-widget .cqc-widget .cqc-widget-icon,
.aidares-cqc-widget .cqc-widget .cqc-widget-icon {
  float: left !important;
  padding-right: 8px !important;
}

.footer-cqc-widget .cqc-widget .cqc-widget-icon img,
.aidares-cqc-widget .cqc-widget .cqc-widget-icon img {
  max-width: 36px !important;
  height: auto !important;
}

.footer-cqc-widget .cqc-widget .cqc-widget-outcome,
.aidares-cqc-widget .cqc-widget .cqc-widget-outcome {
  display: table-cell !important;
  vertical-align: middle !important;
  word-break: break-word !important;
}

.footer-cqc-widget .cqc-widget .cqc-widget-overall,
.aidares-cqc-widget .cqc-widget .cqc-widget-overall {
  top: 0 !important;
  font-size: 1rem !important;
  padding-right: 36px !important;
  float: none !important;
}

.footer-cqc-widget .cqc-widget .widget-button-wrapper,
.aidares-cqc-widget .cqc-widget .widget-button-wrapper {
  width: 100% !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 10px !important;
}

.footer-cqc-widget .cqc-widget .cqc-widget-footer a,
.footer-cqc-widget .cqc-widget .cqc-widget-footer-new-style a,
.aidares-cqc-widget .cqc-widget .cqc-widget-footer a,
.aidares-cqc-widget .cqc-widget .cqc-widget-footer-new-style a {
  float: none !important;
  display: inline-block !important;
}

.cqc-page-widget {
  height: 100%;
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px solid rgba(11, 57, 72, 0.1);
  background: linear-gradient(180deg, #fff 0%, #fbf7f2 100%);
  box-shadow: 0 16px 40px rgba(11, 57, 72, 0.08);
}

.cqc-page-widget__header {
  margin-bottom: 20px;
}

.cqc-page-widget__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(165, 28, 36, 0.08);
  color: var(--aidares-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cqc-page-widget__title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.3;
  color: var(--color-heading);
}

.cqc-page-widget__text {
  margin: 0;
  color: var(--color-default);
  font-size: 15px;
  line-height: 1.7;
}

.cqc-page-widget__embed {
  max-width: 100%;
}

@media (max-width: 575px) {
  .footer-cqc-widget,
  .aidares-cqc-widget {
    max-width: 100%;
  }
}

/* Footer — solid background when theme image is missing */
.footer.footer-bg,
.footer.aidares-footer {
  background-color: #0b3948;
  background-image: none !important;
}

.footer.aidares-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(249, 178, 51, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(11, 57, 72, 0.2) 0%, #0b3948 100%);
  z-index: 0;
  pointer-events: none;
}

.footer.aidares-footer .aidares-footer__wrap {
  position: relative;
  z-index: 1;
  padding-top: 72px;
  padding-bottom: 0;
}

.aidares-footer__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 36px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.aidares-footer__logo img {
  max-height: 56px;
  width: auto;
  display: block;
}

.aidares-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.aidares-footer__badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.aidares-footer__badge--accent {
  border-color: rgba(249, 178, 51, 0.55);
  background: rgba(249, 178, 51, 0.12);
  color: #f9b233;
}

.aidares-footer__grid-wrap {
  padding-top: 24px !important;
}

.aidares-footer__grid {
  row-gap: 10px;
  padding-bottom: 36px !important;
}

.footer.aidares-footer .footer-col {
  min-width: 0;
}

.footer.aidares-footer .footer-widget-wrap .footer-col:nth-child(2) .footer-widget,
.footer.aidares-footer .footer-widget-wrap .footer-col:nth-child(3) .footer-widget {
  margin-left: 0 !important;
}

.footer.aidares-footer .xb-footer .footer-newslatter {
  margin-left: 0 !important;
  max-width: 100% !important;
}

.aidares-footer__about {
  min-width: 0;
  max-width: 100%;
}

.aidares-footer .footer-widget .xb-item--title {
  position: relative;
  display: block;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding-bottom: 12px;
}

.aidares-footer .footer-widget .xb-item--title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f9b233, rgba(249, 178, 51, 0.35));
}

.aidares-footer__about-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.aidares-footer__contact-list {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.aidares-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  transform: none;
  padding: 0;
}

.aidares-footer__contact-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f9b233;
}

.aidares-footer__contact-icon img {
  width: 16px;
  height: 16px;
  display: block;
}

.aidares-footer__contact-icon--muted {
  color: rgba(255, 255, 255, 0.85);
}

.aidares-footer__contact-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.aidares-footer__contact-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.aidares-footer__contact-body a,
.aidares-footer__contact-body span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.aidares-footer__contact-body a:hover {
  color: #f9b233;
}

.aidares-footer .xb-item--contact {
  transform: none;
  padding-bottom: 0;
  font-size: inherit;
}

.aidares-footer__links .xb-item--list {
  margin: 0;
}

.aidares-footer__links .xb-item--list a {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.aidares-footer__links .xb-item--list a:hover {
  color: #f9b233;
  text-decoration: none;
  transform: translateX(4px);
}

.aidares-footer__newsletter {
  max-width: none;
  margin-left: 0 !important;
  padding: 28px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.aidares-footer__newsletter .xb-item--title {
  font-size: 28px !important;
  line-height: 1.25 !important;
  text-transform: none !important;
  letter-spacing: -0.02em;
  padding-bottom: 14px;
}

.aidares-footer__newsletter .xb-item--text {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

.aidares-footer__subscription {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  padding-top: 24px !important;
  padding-bottom: 20px !important;
  flex-wrap: unset !important;
}

.aidares-footer__email-field {
  position: relative;
  min-width: 0;
  width: 100%;
}

.aidares-footer__email-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #5d6a83;
  pointer-events: none;
}

.aidares-footer__email-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.aidares-footer__subscription .xb-email input,
.footer.aidares-footer .xb-footer .footer-newslatter .xb-item--subscription .xb-email input {
  width: 100% !important;
  max-width: 100%;
  min-height: 48px;
  padding: 12px 16px 12px 44px !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #fff;
  color: #0b3948;
  box-sizing: border-box;
  border-radius: 8px;
}

.aidares-footer__submit {
  flex-shrink: 0;
}

.aidares-footer__subscription .xb-field-btn button {
  min-height: 48px;
  height: 100%;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #a51c24;
  color: #fff;
  white-space: nowrap;
  max-width: none;
}

.aidares-footer__subscription .xb-field-btn button:hover {
  background: #8b0000;
  color: #fff;
}

.aidares-footer__quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.aidares-footer__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  background: #f9b233;
  color: #0b3948;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.aidares-footer__action:hover {
  background: #fff;
  color: #0b3948;
}

.aidares-footer__action--outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
}

.aidares-footer__action--outline:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.aidares-footer__cqc {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 100%;
}

.aidares-footer__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 24px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.aidares-footer__trust-item {
  padding: 18px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.aidares-footer__trust-item strong {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 6px;
}

.aidares-footer__trust-item span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.6;
}

.aidares-footer__bottom {
  align-items: flex-start;
  gap: 20px;
  padding-top: 28px;
  border-top: none !important;
}

.aidares-footer__bottom .copyright p,
.aidares-footer__bottom .copyright p a,
.aidares-footer__bottom .social-link p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
}

.aidares-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 10px 0 0;
  padding: 0;
}

.aidares-footer__legal a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  text-decoration: none;
}

.aidares-footer__legal a:hover {
  color: #f9b233;
}

.aidares-footer__bottom .social-link {
  align-items: center;
}

.aidares-footer__bottom .social-link a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  transition: background 0.2s ease, color 0.2s ease;
}

.aidares-footer__bottom .social-link a:hover {
  background: #f9b233;
  color: #0b3948;
}

.aidares-footer__developer {
  padding: 18px 0 28px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.aidares-footer__developer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}

.aidares-footer__developer a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  text-decoration: none;
}

.aidares-footer__developer a:hover {
  color: #f9b233;
}

@media (max-width: 991px) {
  .aidares-footer__trust {
    grid-template-columns: 1fr;
  }

  .aidares-footer__newsletter {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .footer.aidares-footer .aidares-footer__wrap {
    padding-top: 56px;
  }

  .aidares-footer__intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .aidares-footer__bottom {
    flex-direction: column;
  }

  .aidares-footer__newsletter .xb-item--title {
    font-size: 24px !important;
  }

  .aidares-footer__subscription {
    grid-template-columns: 1fr;
  }

  .aidares-footer__subscription .xb-field-btn button {
    width: 100%;
  }
}

.footer.aidares-footer .xb-footer-wrap {
  position: relative;
  z-index: 1;
}

.footer.aidares-footer .xb-footer .footer-widget .xb-item--text,
.footer.aidares-footer .xb-footer .footer-widget .xb-item--list a,
.footer.aidares-footer .footer-bottom .copyright p,
.footer.aidares-footer .footer-bottom .copyright p a,
.footer.aidares-footer .footer-bottom .social-link p {
  color: #fff;
}

.footer.aidares-footer .xb-footer .footer-newslatter .xb-item--title {
  color: #fff;
}

.footer.aidares-footer .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 767px) {
  .aidares-header-top__info {
    justify-content: center;
    width: 100%;
  }

  .aidares-header-top__right {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }
}

/* Modern page hero / breadcrumb */
.breadcrumb.breadcrumb--modern {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  overflow: hidden;
  background-color: #0b3948;
  background-position: center center;
  background-size: cover;
}

.breadcrumb.breadcrumb--modern .breadcrumb__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(11, 57, 72, 0.94) 0%,
    rgba(11, 57, 72, 0.78) 45%,
    rgba(11, 57, 72, 0.55) 100%
  );
  z-index: 1;
}

.breadcrumb.breadcrumb--modern .container {
  position: relative;
  z-index: 2;
}

.breadcrumb.breadcrumb--modern .breadcrumb__inner {
  max-width: 760px;
}

.breadcrumb.breadcrumb--modern .breadcrumb__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.breadcrumb.breadcrumb--modern .breadcrumb__title {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.breadcrumb.breadcrumb--modern .breadcrumb__lead {
  margin: 0 0 28px;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.125rem;
  line-height: 1.7;
}

.breadcrumb.breadcrumb--modern .breadcrumb__nav {
  margin-top: 4px;
}

.breadcrumb.breadcrumb--modern .breadcrumb__trail {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 10px 18px;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.breadcrumb.breadcrumb--modern .breadcrumb__trail-item {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 500;
}

.breadcrumb.breadcrumb--modern .breadcrumb__trail-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 12px;
  border-top: 1.5px solid rgba(255, 255, 255, 0.45);
  border-right: 1.5px solid rgba(255, 255, 255, 0.45);
  transform: rotate(45deg);
}

.breadcrumb.breadcrumb--modern .breadcrumb__trail-item a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb.breadcrumb--modern .breadcrumb__trail-item a:hover {
  color: #fff;
}

.breadcrumb.breadcrumb--modern .breadcrumb__trail-item.is-active,
.breadcrumb.breadcrumb--modern .breadcrumb__trail-item.is-active span {
  color: #fff;
  font-weight: 600;
}

.refer-client-intro {
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.8;
}

.refer-help-panel {
  height: 100%;
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px solid rgba(11, 57, 72, 0.1);
  background: linear-gradient(180deg, #0b3948 0%, #0f4a5d 100%);
  box-shadow: 0 18px 40px rgba(11, 57, 72, 0.18);
  color: #fff;
}

.refer-help-panel__header {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.refer-help-panel__title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.refer-help-panel__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.refer-help-panel__list {
  display: grid;
  gap: 16px;
  margin: 0 0 22px;
  padding: 0;
}

.refer-help-panel__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.refer-help-panel__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f9b233;
}

.refer-help-panel__icon img {
  width: 16px;
  height: 16px;
  display: block;
}

.refer-help-panel__icon--muted {
  color: rgba(255, 255, 255, 0.9);
}

.refer-help-panel__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.refer-help-panel__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.refer-help-panel__body a,
.refer-help-panel__body span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  word-break: break-word;
}

.refer-help-panel__body a:hover {
  color: #f9b233;
}

.refer-help-panel__note {
  margin-bottom: 22px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(249, 178, 51, 0.12);
  border: 1px solid rgba(249, 178, 51, 0.28);
}

.refer-help-panel__note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #f9b233;
}

.refer-help-panel__note span {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.refer-help-panel__actions {
  display: grid;
  gap: 10px;
}

.refer-help-panel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  background: #f9b233;
  color: #0b3948;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.refer-help-panel__btn:hover {
  background: #fff;
  color: #0b3948;
}

.refer-help-panel__btn--outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

.refer-help-panel__btn--outline:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

@media (max-width: 991px) {
  .refer-help-panel {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .breadcrumb.breadcrumb--modern {
    min-height: 300px;
    padding: 100px 0 60px;
  }

  .breadcrumb.breadcrumb--modern .breadcrumb__lead {
    font-size: 1rem;
  }

  .breadcrumb.breadcrumb--modern .breadcrumb__trail {
    padding: 8px 14px;
  }
}

/* FAQ accordion toggle — CSS icons (Font Awesome Pro fonts are not bundled) */
.faq__blockchain .arrow span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.faq__blockchain .arrow span::before,
.faq__blockchain .arrow span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-primary);
  border-radius: 1px;
  font-family: inherit;
  font-weight: 400;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}

.faq__blockchain .arrow span::before {
  width: 12px;
  height: 2px;
  opacity: 1;
}

.faq__blockchain .arrow span::after {
  width: 2px;
  height: 12px;
  opacity: 1;
  z-index: 1;
  top: 50%;
}

.faq__blockchain .acc-btn.active .arrow span::after,
.faq__blockchain .accordion.block.active-block .acc-btn .arrow span::after {
  opacity: 0;
}

.faq__blockchain .acc-btn.active .arrow span::before,
.faq__blockchain .accordion.block.active-block .acc-btn .arrow span::before {
  opacity: 1;
}

/* Brand color overrides for template leftovers */
body,
.home-three,
.home-three main {
  background-color: var(--aidares-cream);
}

.about .hero-btn .thm-btn.btn-main,
.about .hero-btn .thm-btn:not(.thm-white):not(.thm-btn--three_btn) {
  color: #fff;
}

.about .hero-btn .thm-btn.btn-main svg path,
.about .hero-btn .thm-btn:not(.thm-white):not(.thm-btn--three_btn) svg path {
  fill: #fff;
}

.thm-btn.btn-main,
.thm-btn:not(.thm-white):not(.thm-btn--three_btn) {
  background-color: var(--aidares-primary);
  border-color: var(--aidares-primary);
  color: #fff;
}

.thm-btn.btn-main svg path,
.thm-btn:not(.thm-white):not(.thm-btn--three_btn) svg path {
  fill: #fff;
}

.thm-btn.btn-main:hover,
.thm-btn:not(.thm-white):not(.thm-btn--three_btn):hover {
  background-color: var(--aidares-accent);
  border-color: var(--aidares-accent);
  color: var(--aidares-primary);
}

.thm-btn.btn-main:hover svg path,
.thm-btn:not(.thm-white):not(.thm-btn--three_btn):hover svg path {
  fill: var(--aidares-primary);
}

.iconbox_block:hover .iconbox_icon,
.faq__blockchain .accordion.block.active-block .acc-btn .arrow {
  background-color: var(--aidares-accent);
}

.header-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  white-space: nowrap;
  background-color: var(--aidares-primary);
  color: #fff;
  border: 1px solid var(--aidares-primary);
}

.header-contact a:hover {
  background-color: var(--aidares-primary-dark);
  border-color: var(--aidares-primary-dark);
  color: #fff;
}

.header-contact a span {
  line-height: 1;
  font-size: 18px;
}

.header-contact a svg {
  margin-right: 0;
  transform: none;
  flex-shrink: 0;
}

.header__wrap {
  flex-wrap: nowrap;
  gap: 20px;
}

.header__wrap .main-menu__wrap {
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

.header__wrap .main-menu__wrap .main-menu {
  flex-grow: 0;
}

.header__wrap .header-logo {
  flex-shrink: 0;
}

.header__wrap .header-contact {
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .header__wrap {
    align-items: center;
    gap: 12px;
  }

  .header__wrap .main-menu__wrap {
    flex: 0 0 auto;
    width: 0;
    min-width: 0;
    overflow: visible;
    padding: 0;
    margin: 0;
  }

  .header__wrap .main-menu__wrap .main-menu.navbar-collapse {
    display: none !important;
  }

  .header__wrap .header-logo {
    flex: 1 1 auto;
    min-width: 0;
  }

  .header-bar-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: auto;
    z-index: 12;
  }

  .header-bar-mobile .xb-nav-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    color: var(--aidares-primary, #a51c24);
    background: rgba(165, 28, 36, 0.08);
    border: 1px solid rgba(165, 28, 36, 0.15);
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .header-bar-mobile .xb-nav-mobile:hover,
  .header-bar-mobile .xb-nav-mobile.active {
    background: var(--aidares-primary, #a51c24);
    color: #fff;
  }

  .header-bar-mobile .aidares-nav-toggle {
    display: block;
    width: 24px;
    height: 24px;
  }

  .xb-header-menu {
    z-index: 1020;
  }

  .xb-header-menu-backdrop {
    z-index: 1015;
  }
}

@media (min-width: 1200px) {
  .xb-hide-xl {
    display: none !important;
  }
}

.main-menu ul li a,
.main-menu ul li .submenu li a {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.xb-menu-primary li a,
.xb-menu-primary .sub-menu a,
.xb-menu-primary .children a {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (max-width: 1199px) {
  .header-contact a {
    padding: 12px 18px;
  }

  .header-contact a span {
    font-size: 16px;
  }
}

[data-bg-color="#69F1FF"] {
  background-color: var(--aidares-light) !important;
}

.online-clinic-booking__widget {
  min-height: 720px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(139, 0, 0, 0.08);
}

.online-clinic-booking__widget iframe {
  width: 100% !important;
  min-height: 720px;
  border: 0;
}

/* CTA block */
.aidares-cta {
  padding: 70px 0 90px;
  background: linear-gradient(180deg, #fbf7f2 0%, #fff 100%);
}

.aidares-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 36px;
  align-items: center;
  padding: 42px 48px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(249, 178, 51, 0.18), transparent 38%),
    linear-gradient(135deg, #0b3948 0%, #10485a 55%, #0b3948 100%);
  box-shadow: 0 24px 60px rgba(11, 57, 72, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.aidares-cta-panel__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(249, 178, 51, 0.16);
  color: #f9d27a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aidares-cta-panel__title {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
}

.aidares-cta-panel__text {
  margin: 0;
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.7;
}

.aidares-cta-panel__actions {
  display: grid;
  gap: 12px;
}

.aidares-cta-panel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.aidares-cta-panel__btn:hover {
  transform: translateY(-2px);
}

.aidares-cta-panel__btn--primary {
  background: var(--aidares-accent);
  color: #0b3948;
  border: 1px solid var(--aidares-accent);
}

.aidares-cta-panel__btn--primary:hover {
  background: #fff;
  border-color: #fff;
  color: var(--aidares-primary);
}

.aidares-cta-panel__btn--outline {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.aidares-cta-panel__btn--outline:hover {
  background: #fff;
  color: var(--aidares-primary);
  border-color: #fff;
}

.aidares-cta-panel__btn--ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  border: 1px dashed rgba(255, 255, 255, 0.28);
}

.aidares-cta-panel__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 991px) {
  .aidares-cta-panel {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }
}

.contact-form-alert {
  display: none;
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
}

.contact-form-alert.is-success {
  display: block;
  background: rgba(94, 160, 0, 0.12);
  border: 1px solid rgba(94, 160, 0, 0.35);
  color: #2f5f00;
}

.contact-form-alert.is-error {
  display: block;
  background: rgba(165, 28, 36, 0.1);
  border: 1px solid rgba(165, 28, 36, 0.28);
  color: #8b0000;
}

.gmap_canvas iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 12px;
}

.contact_info_box > [class*="col-"] {
  display: flex;
}

.contact_info_box .aidares-contact-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 220px;
  padding: 28px 24px 24px;
  border-radius: 18px;
  border: 1px solid rgba(11, 57, 72, 0.08);
  background: #fff;
  box-shadow: 0 14px 34px rgba(11, 57, 72, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact_info_box .aidares-contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--aidares-primary), var(--aidares-accent));
}

.contact_info_box .aidares-contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(249, 178, 51, 0.45);
  box-shadow: 0 18px 40px rgba(11, 57, 72, 0.12);
}

.contact_info_box .aidares-contact-card__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(165, 28, 36, 0.08);
  color: var(--aidares-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.contact_info_box .aidares-contact-card__icon svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
}

.contact_info_box .aidares-contact-card--phone .aidares-contact-card__icon {
  background: rgba(11, 57, 72, 0.08);
  color: #0b3948;
}

.contact_info_box .aidares-contact-card--email .aidares-contact-card__icon {
  background: rgba(249, 178, 51, 0.16);
  color: #9a6b00;
}

.contact_info_box .aidares-contact-card--hours .aidares-contact-card__icon {
  background: rgba(94, 160, 0, 0.12);
  color: #4d7a00;
}

.contact_info_box .aidares-contact-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.contact_info_box .aidares-contact-card__title {
  margin: 0 0 12px;
  color: #0b3948;
  font-size: 20px;
  line-height: 1.3;
}

.contact_info_box .aidares-contact-card__text {
  margin: 0 0 8px;
  color: #4f5d66;
  font-size: 15px;
  line-height: 1.7;
}

.contact_info_box .aidares-contact-card__text:last-child {
  margin-bottom: 0;
}

.contact_info_box .aidares-contact-card a {
  color: #0b3948;
  font-weight: 600;
  text-decoration: none;
  word-break: break-word;
}

.contact_info_box .aidares-contact-card a:hover {
  color: var(--aidares-primary);
}

.aidares-gallery {
  background-color: var(--aidares-cream);
}

.aidares-gallery-empty {
  padding: 48px 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px dashed rgba(11, 57, 72, 0.18);
  color: var(--color-default);
  font-size: 16px;
  line-height: 1.7;
}

.aidares-gallery-empty p {
  margin: 0;
}

.aidares-service-benefits .aidares-service-benefits__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(165, 28, 36, 0.1);
  color: var(--aidares-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.aidares-service-benefits .aidares-service-benefits__icon svg {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
}

.aidares-service-benefits .iconbox_block {
  align-items: center;
  gap: 14px;
}

.aidares-service-benefits .iconbox_title {
  font-size: 17px;
  font-weight: 600;
  color: #0b3948;
}

.service .feature-img img {
  border-radius: 16px;
  width: 100%;
  max-width: 560px;
  object-fit: cover;
}

/* About Us — Who we are */
.aidares-about-hero {
  align-items: flex-start;
}

.aidares-about-hero__media {
  margin-top: 0;
}

.about .about-img img,
.aidares-about-hero__media img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 16px 40px rgba(11, 57, 72, 0.12);
}

.aidares-about-intro__lead {
  font-size: 18px;
  line-height: 1.75;
  color: #4a5d68;
  margin-bottom: 0;
}

.aidares-about-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 8px;
}

.aidares-about-trust__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(11, 57, 72, 0.08);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(11, 57, 72, 0.05);
}

.aidares-about-trust__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(165, 28, 36, 0.1);
  color: var(--aidares-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.aidares-about-trust__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.aidares-about-trust__text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  color: #0b3948;
}

.aidares-about-panel {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(11, 57, 72, 0.08);
  border-radius: 14px;
  padding: 22px 22px 20px;
  box-shadow: 0 10px 28px rgba(11, 57, 72, 0.06);
}

.aidares-about-panel__title {
  font-size: 20px;
  line-height: 1.3;
  color: var(--aidares-primary);
  margin-bottom: 10px;
}

.aidares-about-panel__text {
  font-size: 15px;
  line-height: 1.7;
  color: #4a5d68;
  margin-bottom: 0;
}

.aidares-about-intro__note {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.75;
  color: #4a5d68;
}

@media (max-width: 767px) {
  .aidares-about-trust {
    grid-template-columns: 1fr;
  }
}

.aidares-about-features .xb-item--icon {
  color: var(--aidares-primary);
}

.aidares-about-features .xb-item--icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.aidares-about-values {
  background: #f7faf6;
}

.aidares-about-values__lead {
  max-width: 640px;
  margin: 0 auto;
  color: #5a6b5f;
  font-size: 18px;
  line-height: 1.6;
}

.aidares-about-values__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
}

.aidares-about-values__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 1px solid #e3ece0;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(20, 52, 35, 0.05);
}

.aidares-about-values__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #e9f4e7;
  color: var(--aidares-primary, #2f7d4c);
}

.aidares-about-values__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.aidares-about-values__text {
  color: #243428;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500;
}

.aidares-about-vm {
  margin-top: 10px;
}

.aidares-vm-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e3ece0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(20, 52, 35, 0.06);
}

.aidares-vm-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.aidares-vm-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.aidares-vm-card__body {
  padding: 28px 30px 32px;
}

.aidares-vm-card__label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e9f4e7;
  color: var(--aidares-primary, #2f7d4c);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.aidares-vm-card__title {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.3;
}

.aidares-vm-card__text {
  margin: 0;
  color: #5a6b5f;
  font-size: 17px;
  line-height: 1.65;
}

.aidares-about-team__card img {
  object-fit: cover;
}

.aidares-about-team__card .xb-item--title a {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 991px) {
  .aidares-about-values__grid {
    grid-template-columns: 1fr;
  }
}

/* Home page */
.aidares-hero {
  position: relative;
  background-color: #0b3948;
  background-image:
    radial-gradient(circle at 88% 18%, rgba(249, 178, 51, 0.18), transparent 42%),
    radial-gradient(circle at 12% 82%, rgba(165, 28, 36, 0.14), transparent 38%),
    linear-gradient(135deg, #0b3948 0%, #124656 52%, #0f4a3d 100%);
}

.aidares-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(11, 57, 72, 0.92) 0%, rgba(11, 57, 72, 0.72) 48%, rgba(11, 57, 72, 0.28) 100%);
}

.aidares-hero.aidares-hero--has-image .aidares-hero__overlay {
  background: linear-gradient(90deg, rgba(11, 57, 72, 0.94) 0%, rgba(11, 57, 72, 0.78) 50%, rgba(11, 57, 72, 0.35) 100%);
}

.aidares-hero .container,
.aidares-hero .hero-right-three {
  position: relative;
  z-index: 2;
}

.aidares-hero .section-title--three .sub-title,
.aidares-hero .section-title--three .title,
.aidares-hero .content,
.aidares-hero .content a {
  color: #fff;
}

.aidares-hero .content a:hover {
  color: #f9b233;
}

.aidares-home-regulated {
  background: #fff;
  border-bottom: 1px solid #e3ece0;
  position: relative;
}

.aidares-home-regulated::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #a51c24, #f9b233);
}

.aidares-home-regulated__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #4a5d68;
}

.aidares-home-regulated__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 8px;
}

.aidares-home-regulated__stat {
  padding: 16px 18px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(11, 57, 72, 0.1);
  box-shadow: 0 8px 24px rgba(11, 57, 72, 0.06);
}

.aidares-home-regulated__stat-label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5a6b5f;
}

.aidares-home-regulated__stat-value {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  color: var(--aidares-primary, #a51c24);
}

.aidares-home-regulated__media {
  position: relative;
}

.aidares-home-regulated__media img {
  width: 100%;
  min-height: 360px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 20px 48px rgba(11, 57, 72, 0.14);
}

.aidares-home-regulated__badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: calc(100% - 48px);
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(165, 28, 36, 0.12);
  box-shadow: 0 12px 32px rgba(11, 57, 72, 0.12);
}

.aidares-home-regulated__badge-eyebrow {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5a6b5f;
}

.aidares-home-regulated__badge strong {
  display: block;
  font-size: 26px;
  line-height: 1.2;
  color: var(--aidares-primary, #a51c24);
}

.aidares-home-regulated__badge-date {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #4a5d68;
}

.aidares-home-steps {
  background: #fff;
}

.aidares-home-steps__intro {
  max-width: 640px;
  margin: 0 auto;
  color: #4a5d68;
  font-size: 17px;
  line-height: 1.7;
}

.aidares-home-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  position: relative;
}

.aidares-home-steps__grid::before {
  content: "";
  position: absolute;
  top: 54px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, rgba(249, 178, 51, 0.15), rgba(249, 178, 51, 0.55), rgba(249, 178, 51, 0.15));
  z-index: 0;
}

.aidares-home-step {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 28px 24px 26px;
  border-radius: 16px;
  background: #f7faf6;
  border: 1px solid #e3ece0;
  box-shadow: 0 10px 30px rgba(20, 52, 35, 0.05);
  text-align: center;
}

.aidares-home-step__num {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(11, 57, 72, 0.45);
}

.aidares-home-step__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(165, 28, 36, 0.1);
  color: var(--aidares-primary, #a51c24);
}

.aidares-home-step__icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.aidares-home-step__title {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.3;
  color: #0b3948;
}

.aidares-home-step__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #4a5d68;
}

@media (max-width: 991px) {
  .aidares-home-steps__grid {
    grid-template-columns: 1fr;
  }

  .aidares-home-steps__grid::before {
    display: none;
  }

  .aidares-home-regulated__stats {
    grid-template-columns: 1fr;
  }
}

.aidares-home-pillars {
  background: #f7faf6;
}

.aidares-home-pillar {
  height: 100%;
  background: #f7faf6;
  border: 1px solid #e3ece0;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(20, 52, 35, 0.05);
}

.aidares-home-pillar__title {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.3;
}

.aidares-home-pillar__list {
  margin: 0 0 28px;
}

.aidares-home-pillar__list li {
  position: relative;
  padding: 0 0 10px 18px;
  color: #4a5d68;
  line-height: 1.55;
}

.aidares-home-pillar__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aidares-primary, #2f7d4c);
}

.aidares-home-services__intro {
  max-width: 680px;
  margin: 0 auto;
  color: #5a6b5f;
  font-size: 17px;
  line-height: 1.6;
}

.aidares-home-about__body p:last-child {
  margin-bottom: 0;
}

.aidares-home-promise {
  height: 100%;
  background: linear-gradient(135deg, #2f7d4c 0%, #3d9460 100%);
  color: #fff;
  border-radius: 16px;
  padding: 40px 36px;
}

.aidares-home-promise__quote {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.55;
  font-weight: 500;
}

.aidares-home-promise__label {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.aidares-home-audience {
  height: 100%;
  background: #fff;
  border: 1px solid #e3ece0;
  border-radius: 16px;
  padding: 40px 36px;
}

.aidares-home-audience__list li {
  position: relative;
  padding: 0 0 12px 18px;
  color: #4a5d68;
  line-height: 1.55;
}

.aidares-home-audience__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aidares-accent, #f6ba2e);
}

.aidares-home-testimonial {
  height: 100%;
  background: #fff;
  border: 1px solid #e3ece0;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 8px 24px rgba(11, 57, 72, 0.06);
}

.aidares-home-testimonial__quote {
  margin: 0 0 18px;
  color: #243428;
  font-size: 18px;
  line-height: 1.65;
}

.aidares-home-testimonial__meta {
  margin: 0;
  color: #5a6b5f;
  font-size: 15px;
  line-height: 1.5;
}

.aidares-home-testimonial__meta span {
  display: block;
  margin-top: 4px;
}

.aidares-home-testimonials {
  background: #f7faf6;
}

.home-three .about .about-img img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 16px 40px rgba(11, 57, 72, 0.12);
}

/* Legal pages — privacy, terms, cookies */
.aidares-legal-content {
  color: #243428;
  font-size: 17px;
  line-height: 1.75;
}

.aidares-legal-updated {
  margin: 0 0 28px;
  padding: 12px 16px;
  background: #f7faf6;
  border-left: 4px solid var(--aidares-accent, #f6ba2e);
  border-radius: 0 8px 8px 0;
  font-size: 15px;
  color: #5a6b5f;
}

.aidares-legal-content h3 {
  margin: 36px 0 14px;
  color: #0b3948;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.aidares-legal-content h4 {
  margin: 24px 0 10px;
  color: #0b3948;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.aidares-legal-content p {
  margin: 0 0 16px;
}

.aidares-legal-content ul {
  margin: 0 0 20px;
  padding-left: 1.35em;
}

.aidares-legal-content li {
  margin-bottom: 8px;
}

.aidares-legal-content a {
  color: #0b6e4f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.aidares-legal-content a:hover {
  color: #085a40;
}
