.tcm-back-to-top {
  position: fixed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: 22px;
  bottom: 92px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #084233;
  color: #fff;
  box-shadow: 0 12px 26px rgba(8, 66, 51, 0.24);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.tcm-back-to-top span {
  display: block;
  line-height: 1;
  transform: translateY(-1px);
}

body.tcm-cookie-visible {
  --tcm-cookie-offset: 0px;
}

body.tcm-cookie-visible .tcm-back-to-top {
  bottom: calc(var(--tcm-cookie-offset, 0px) + 18px);
}

.tcm-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.tcm-back-to-top:hover,
.tcm-back-to-top:focus {
  background: #2f9e63;
  outline: none;
}

.tcm-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 20px;
}

.tcm-social-links a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tcm-cookie-banner {
  position: fixed;
  box-sizing: border-box;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 14px 16px;
  border: 1px solid rgba(244, 242, 233, 0.18);
  border-radius: 8px;
  background: #0a1310;
  color: #faf8f0;
  box-shadow: 0 18px 46px rgba(10, 19, 16, 0.32);
}

.tcm-cookie-banner[hidden] {
  display: none;
}

.tcm-cookie-copy strong {
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 1.25;
}

.tcm-cookie-copy p {
  margin: 0;
  color: rgba(250, 248, 240, 0.84);
  font-size: 13px;
  line-height: 1.4;
}

.tcm-cookie-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tcm-cookie-actions a {
  color: #43bd7a;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tcm-cookie-actions button {
  min-height: 38px;
  border: 1px solid rgba(250, 248, 240, 0.22);
  border-radius: 999px;
  padding: 0 16px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.tcm-cookie-dismiss {
  background: transparent;
  color: #faf8f0;
}

.tcm-cookie-accept {
  background: #2f9e63;
  color: #0a1310;
}

.tcm-wp-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 70px 24px;
}

.tcm-wp-list {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

.tcm-wp-card {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(8, 66, 51, 0.16);
}

.tcm-wp-card h2 {
  margin: 0 0 8px;
}

.tcm-wp-card a {
  color: #084233;
}

.qform.tcm-gravity-qform {
  display: block;
}

.qform .tcm-gravity-shortcode {
  margin-top: 18px;
}

.qform .gform_wrapper,
.qform .gform-theme {
  margin: 0;
}

.qform .gform_required_legend {
  display: none !important;
}

.qform .gform_fields {
  row-gap: 15px !important;
}

.qform .gfield {
  margin: 0 !important;
}

.qform .gfield_label,
.qform .gform-field-label {
  display: block !important;
  margin: 0 0 6px !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: var(--black, #0a1310) !important;
}

.qform .gfield_required,
.qform .gfield_required_text {
  color: #d13c2f !important;
  font-size: 13px !important;
}

.qform .ginput_container input,
.qform .ginput_container textarea,
.qform .ginput_container select,
.qform .gform-theme-field-control {
  width: 100% !important;
  min-height: 48px !important;
  font-family: inherit !important;
  font-size: 16px !important;
  padding: 13px 15px !important;
  border: 1px solid var(--grey-light, #e3e6df) !important;
  border-radius: 11px !important;
  background: var(--paper, #faf8f0) !important;
  color: var(--ink, #14201b) !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color .2s, box-shadow .2s !important;
}

.qform .ginput_container input:focus,
.qform .ginput_container textarea:focus,
.qform .ginput_container select:focus,
.qform .gform-theme-field-control:focus {
  border-color: var(--lime, #2f9e63) !important;
  box-shadow: 0 0 0 3px rgba(47,158,99,.15) !important;
}

.qform .ginput_container textarea,
.qform textarea.gform-theme-field-control {
  min-height: 78px !important;
  resize: vertical !important;
}

.qform .gform_footer,
.qform .gform_page_footer {
  margin: 16px 0 0 !important;
  padding: 0 !important;
}

.qform .gform_button,
.qform input[type="submit"].gform_button,
.qform button.gform_button,
.qform .gform-theme-button,
.qform input[type="submit"] {
  width: 100% !important;
  min-height: 54px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--lime, #2f9e63) !important;
  color: var(--black, #0a1310) !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-align: center !important;
}

.qform .gform_button:hover,
.qform input[type="submit"].gform_button:hover,
.qform button.gform_button:hover,
.qform .gform-theme-button:hover,
.qform input[type="submit"]:hover {
  background: var(--lime-bright, #43bd7a) !important;
}

.qform .gform_validation_errors,
.qform .validation_message {
  border-radius: 11px !important;
  font-size: 13px !important;
}

.qform .gform_confirmation_message {
  color: var(--char, #1f2f28);
  font-weight: 700;
  text-align: center;
}

.reviews-grid.tcm-trustindex-reviews {
  display: block;
}

.tcm-trustindex-reviews > * {
  max-width: 100%;
}

.services-grid .service-card,
.service-card.tcm-linked-card {
  position: relative;
}

.service-card.tcm-linked-card {
  color: inherit;
}

.service-card .tcm-card-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 20;
  border-radius: inherit;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.service-card .tcm-card-link-overlay:focus-visible {
  outline: 3px solid rgba(47, 158, 99, 0.45);
  outline-offset: 5px;
}

.tcm-powered-by a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tcm-powered-by a:hover {
  color: var(--lime, #2f9e63);
}

@media (max-width: 720px) {
  .alert-bar {
    flex-direction: column;
    gap: 5px;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 1.28;
    text-align: center;
  }

  .alert-bar > span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    max-width: 100%;
  }

  .alert-bar > span:first-child .pulse {
    flex: 0 0 auto;
    margin-right: 0;
  }

  .alert-bar > span:nth-child(2) {
    display: none;
  }

  .alert-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    color: var(--lime, #2f9e63);
  }

  nav.open .nav-links {
    overflow-x: hidden;
  }

  nav.open .nav-links,
  nav.open .nav-links li,
  nav.open .nav-links a,
  nav.open .dropdown {
    box-sizing: border-box;
    max-width: 100%;
  }

  nav.open .has-dropdown {
    display: block;
    overflow: hidden;
  }

  nav.open .has-dropdown > .dd-trigger {
    align-items: center;
    justify-content: flex-start;
    min-height: 50px;
  }

  nav.open .has-dropdown .dropdown,
  nav.open .has-dropdown:hover .dropdown,
  nav.open .has-dropdown:focus-within .dropdown {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0 !important;
    padding: 0 0 12px 14px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
  }

  nav.open .dropdown::before {
    display: none !important;
  }

  nav.open .dropdown a {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-height: 42px;
    padding: 10px 8px !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--grey-dark, #3d4d45) !important;
    white-space: normal !important;
    transform: none !important;
  }

  nav.open .dropdown a:hover,
  nav.open .dropdown a:focus {
    background: transparent !important;
    color: var(--black, #0a1310) !important;
  }

  .tcm-back-to-top {
    right: 18px;
    bottom: 94px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(250, 248, 240, 0.22);
    box-shadow: 0 8px 20px rgba(8, 66, 51, 0.26);
    font-size: 19px;
  }

  .tcm-cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 7px;
  }

  .tcm-cookie-copy strong {
    font-size: 13px;
  }

  .tcm-cookie-copy p {
    font-size: 12px;
    line-height: 1.32;
  }

  .tcm-cookie-actions {
    justify-content: flex-end;
    gap: 7px;
    flex-wrap: nowrap;
  }

  .tcm-cookie-actions a {
    display: none;
  }

  .tcm-cookie-actions button {
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .tcm-cookie-dismiss {
    border-color: rgba(250, 248, 240, 0.3);
  }
}

@media (max-width: 380px) {
  .tcm-cookie-banner {
    grid-template-columns: 1fr;
  }

  .tcm-cookie-actions {
    justify-content: flex-start;
  }
}
