/* TaskPal typography system: distinctive headings, interface-first body copy. */
html,
body {
  background: #fff;
}

.redesign25 h1,
.redesign25 h2,
.redesign25 h3 {
  font-family: "Manrope", "Inter", sans-serif;
}

.home .intro_img svg text,
.home .task_img_place svg text {
  font-family: "Inter", sans-serif;
}

.home .intro_img svg text {
  font-size: 18px;
  font-weight: 600;
}

.hero_mobile_demo,
.task_mobile_demo {
  display: none;
}

.tp_language_switcher {
  position: relative;
  color: inherit;
  font-family: "Inter", Arial, sans-serif;
  text-align: left;
}

.tp_language_switcher summary {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(7, 30, 78, 0.14);
  border-radius: 10px;
  background: transparent;
  color: #071e4e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  list-style: none;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.tp_language_switcher summary::-webkit-details-marker {
  display: none;
}

.tp_language_switcher summary:hover,
.tp_language_switcher[open] summary {
  border-color: rgba(49, 118, 255, 0.45);
  background: rgba(49, 118, 255, 0.05);
}

.tp_language_chevron {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.tp_language_switcher[open] .tp_language_chevron {
  margin-top: 3px;
  transform: rotate(225deg);
}

.tp_language_switcher ul {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 100;
  min-width: 158px;
  margin: 0;
  padding: 7px;
  border: 1px solid #dbe4f2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 30, 78, 0.13);
  list-style: none;
}

.tp_language_switcher li {
  margin: 0;
}

.tp_language_switcher li a {
  display: block;
  padding: 9px 11px;
  border-radius: 8px;
  color: #52627f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
}

.tp_language_switcher li a:hover,
.tp_language_switcher li.is-active a {
  background: rgba(49, 118, 255, 0.08);
  color: #2360db;
}

.tp_language_name {
  display: none;
}

.tp_language_switcher--footer {
  width: 240px;
  max-width: 100%;
}

.tp_language_switcher--footer summary {
  width: 100%;
  justify-content: flex-start;
  padding: 10px 13px;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.tp_language_switcher--footer .tp_language_code {
  display: none;
}

.tp_language_switcher--footer .tp_language_name {
  display: inline;
}

.tp_language_switcher--footer .tp_language_chevron {
  margin-left: auto;
}

.tp_language_globe {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 1.4px solid currentColor;
  border-radius: 50%;
  opacity: 0.85;
}

.tp_language_globe::before {
  content: "";
  position: absolute;
  top: -1.4px;
  bottom: -1.4px;
  left: 4px;
  right: 4px;
  border-right: 1px solid currentColor;
  border-left: 1px solid currentColor;
  border-radius: 50%;
}

.tp_language_globe::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 1px;
  right: 1px;
  border-top: 1px solid currentColor;
}

.tp_language_switcher--footer summary:hover,
.tp_language_switcher--footer[open] summary {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.08);
}

.tp_language_switcher--footer ul {
  top: auto;
  bottom: calc(100% + 8px);
  right: 0;
  display: block;
  width: 100%;
  min-width: 100%;
}

footer .footer_bottom .tp_language_switcher--footer ul {
  display: block;
}

footer .footer_bottom .tp_language_switcher--footer ul li {
  margin: 0;
}

@media (min-width: 768px) {
  .tp_mobile_language_menu {
    display: none !important;
  }
}

.simplicity_proof {
  padding: 112px 0 96px;
  background: #fff;
  color: #071e4e;
}

.simplicity_proof .container {
  max-width: 1200px;
}

.simplicity_proof_main {
  align-items: flex-start;
  margin-right: -34px;
  margin-left: -34px;
}

.simplicity_proof_main > [class*="col-"] {
  padding-right: 34px;
  padding-left: 34px;
}

.simplicity_proof_eyebrow,
.simplicity_proof_trust_label {
  margin-bottom: 20px;
  color: #3176ff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.simplicity_proof_intro h2 {
  max-width: 470px;
  margin-bottom: 24px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.simplicity_proof_intro > p {
  max-width: 455px;
  margin-bottom: 0;
  color: #52627f;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.simplicity_proof_point {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  padding: 26px 0 27px;
  border-top: 1px solid #dbe4f2;
}

.simplicity_proof_point:last-child {
  border-bottom: 1px solid #dbe4f2;
}

.simplicity_proof_number {
  padding-top: 4px;
  color: #3176ff;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.simplicity_proof_point h3 {
  margin-bottom: 9px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.simplicity_proof_point p {
  max-width: 570px;
  margin-bottom: 0;
  color: #52627f;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.simplicity_proof_trust {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto;
  gap: 48px;
  align-items: center;
  margin-top: 76px;
  padding: 30px 0;
  border-top: 1px solid #dbe4f2;
  border-bottom: 1px solid #dbe4f2;
}

.simplicity_proof_trust_label {
  margin-bottom: 10px;
}

.simplicity_proof_company_names {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

.simplicity_proof_company_names span {
  margin: 0 10px;
  color: #9cabc2;
  font-weight: 400;
}

.simplicity_proof_stats {
  display: flex;
  align-items: stretch;
}

.simplicity_proof_stats > div {
  min-width: 128px;
  padding: 0 26px;
  border-left: 1px solid #dbe4f2;
}

.simplicity_proof_stats strong,
.simplicity_proof_stats span {
  display: block;
}

.simplicity_proof_stats strong {
  margin-bottom: 4px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
}

.simplicity_proof_stats span {
  color: #52627f;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 991px) and (min-width: 768px) {
  .simplicity_proof {
    padding: 82px 0;
  }

  .simplicity_proof_intro {
    margin-bottom: 44px;
  }

  .simplicity_proof_intro h2 {
    max-width: 620px;
    font-size: 42px;
  }

  .simplicity_proof_trust {
    grid-template-columns: 1fr;
  }

  .simplicity_proof_stats > div:first-child {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 767px) {
  header .tp_mobile_language_menu {
    padding-top: 0;
    padding-bottom: 24px;
  }

  header .tp_mobile_language_menu li {
    margin: 0;
  }

  .tp_language_switcher--mobile {
    text-align: center;
  }

  .tp_language_switcher--mobile summary {
    justify-content: center;
    margin: 0 auto;
    padding-right: 14px;
    padding-left: 14px;
  }

  .tp_language_switcher--mobile .tp_language_code {
    display: none;
  }

  .tp_language_switcher--mobile .tp_language_name {
    display: inline;
  }

  .tp_language_switcher--mobile ul {
    position: static;
    width: min(260px, calc(100vw - 48px));
    margin: 8px auto 0;
    box-shadow: none;
  }

  footer .tp_footer_language {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 18px 0;
  }

  .tp_language_switcher--footer {
    width: min(342px, 100%);
  }

  .simplicity_proof {
    display: block;
    padding: 76px 0 68px;
    overflow: hidden;
  }

  .simplicity_proof .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .simplicity_proof_main {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .simplicity_proof_main > [class*="col-"] {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }

  .simplicity_proof_intro {
    margin-bottom: 38px;
    text-align: center;
  }

  .simplicity_proof_eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
    letter-spacing: 0.11em;
  }

  .simplicity_proof_intro h2 {
    max-width: 345px;
    margin: 0 auto 18px;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-wrap: balance;
  }

  .simplicity_proof_intro > p {
    max-width: 345px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.55;
    text-wrap: balance;
  }

  .simplicity_proof_point {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    padding: 23px 0 24px;
  }

  .simplicity_proof_number {
    padding-top: 3px;
    font-size: 13px;
  }

  .simplicity_proof_point h3 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.3;
  }

  .simplicity_proof_point p {
    font-size: 15px;
    line-height: 1.55;
  }

  .simplicity_proof_trust {
    display: block;
    margin-top: 42px;
    padding: 25px 20px 22px;
    border: 1px solid #dbe4f2;
    border-radius: 22px;
    background: #f6f8fc;
    text-align: center;
  }

  .simplicity_proof_trust_label {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.09em;
  }

  .simplicity_proof_company_names {
    font-size: 17px;
    line-height: 1.45;
  }

  .simplicity_proof_company_names span {
    margin: 0 5px;
  }

  .simplicity_proof_stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 23px;
    padding-top: 21px;
    border-top: 1px solid #dbe4f2;
  }

  .simplicity_proof_stats > div {
    min-width: 0;
    padding: 0 8px;
    border-left: 1px solid #dbe4f2;
  }

  .simplicity_proof_stats > div:first-child {
    border-left: 0;
  }

  .simplicity_proof_stats strong {
    margin-bottom: 6px;
    font-size: 27px;
  }

  .simplicity_proof_stats span {
    font-size: 11px;
    line-height: 1.3;
  }

  .home .intro h1 {
    max-width: 350px;
    margin: 0 auto 0;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: 34px !important;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.04em;
    text-wrap: balance;
  }

  .home .intro > .container > p {
    max-width: 340px;
    margin: 17px auto 24px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-wrap: balance;
  }

  .home .intro > .container > p * {
    font-style: normal;
  }

  .home .friendly_txt h2,
  .home .everything_sections > .container h2,
  .home .everything_sections .everything_sec .ev_text h3,
  .home .quick_mig h2,
  .home .testimonials_sec .testimonials_sec_txt h2 {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.035em;
    text-wrap: balance;
  }

  .home .friendly_txt h2,
  .home .everything_sections > .container h2,
  .home .everything_sections .everything_sec .ev_text h3,
  .home .testimonials_sec .testimonials_sec_txt h2 {
    margin-bottom: 16px;
  }

  .home .quick_mig h2 {
    margin-bottom: 34px;
  }

  .home .quick_mig {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 62px;
    padding-bottom: 64px;
    border-radius: 0;
  }

  .home .quick_mig .quick_1,
  .home .quick_mig .quick_2 {
    margin-right: auto;
    margin-left: auto;
  }

  .home .quick_mig .quick_1 {
    margin-bottom: 42px;
  }

  .home .quick_mig .quick_2 {
    margin-bottom: 0;
  }

  .home .everything_sections .everything_sec .ev_text .label {
    margin-bottom: 13px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.09em;
  }

  .home .everything_sec_wrap .everything_sec:first-child .ev_img {
    overflow: hidden;
  }

  .home .everything_sec_wrap .everything_sec:first-child .ev_img .ev_img_wrap {
    width: calc(100% + 40px);
    max-width: none;
    margin-right: -20px;
    margin-bottom: 10px;
    margin-left: -20px;
    padding-right: 0;
    padding-left: 0;
  }

  .home .everything_sec_wrap .everything_sec:first-child .ev_img .ev_img_wrap img {
    width: 100%;
    max-width: none;
  }

  .home .home_roadmap_link {
    margin-top: -8px;
    padding-bottom: 44px !important;
  }

  .home .home_roadmap_link a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 17px;
    border: 1px solid rgba(49, 118, 255, 0.24);
    border-radius: 999px;
    background: rgba(49, 118, 255, 0.06);
    color: #286be9;
    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
  }

  #gdpr-cookie-consent-show-again {
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    left: 12px !important;
    min-height: 36px;
    padding: 7px 12px !important;
    border: 1px solid rgba(7, 30, 78, 0.1) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 6px 18px rgba(7, 30, 78, 0.1) !important;
    color: #52627f !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .home .friendly_txt > p,
  .home .everything_sections .everything_sec .ev_text > p,
  .home .testimonials_sec .testimonials_sec_txt > p {
    max-width: 330px;
    margin-right: auto;
    margin-bottom: 23px;
    margin-left: auto;
    font-family: "Inter", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    text-wrap: balance;
  }

  .home .intro_img {
    max-width: none;
    margin-top: 38px;
    padding: 0;
  }

  .home .intro_img > .img_holder,
  .home .intro_img > svg {
    display: none;
  }

  .hero_mobile_demo {
    display: block;
  }

  .home .task_img_place {
    max-width: none;
    margin-top: 50px;
    padding: 0;
  }

  .home .task_img_place > .task_img_holder,
  .home .task_img_place > svg {
    display: none;
  }

  .task_mobile_demo {
    display: block;
  }

  .mobile_product_screen {
    width: 100%;
    overflow-x: auto;
    padding: 4px 20px 18px;
    scroll-padding-inline: 20px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .mobile_product_screen::-webkit-scrollbar,
  .mobile_product_callouts::-webkit-scrollbar {
    display: none;
  }

  .mobile_product_screen img {
    display: block;
    width: 760px;
    max-width: none;
    border: 1px solid #dbe4f2;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(7, 30, 78, 0.14);
    scroll-snap-align: start;
  }

  .mobile_product_callouts {
    display: flex;
    gap: 12px;
    width: 100%;
    overflow-x: auto;
    padding: 4px 20px 12px;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .hero_mobile_callout {
    display: flex;
    flex: 0 0 calc(86vw - 20px);
    min-height: 92px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid #dbe4f2;
    border-radius: 16px;
    background: #fff;
    color: #071e4e;
    box-shadow: 0 8px 24px rgba(7, 30, 78, 0.08);
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    scroll-snap-align: start;
  }

  .task_mobile_callout {
    display: flex;
    flex: 0 0 calc(86vw - 20px);
    min-height: 118px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 18px 20px;
    border: 1px solid #dbe4f2;
    border-radius: 16px;
    background: #fff;
    color: #071e4e;
    box-shadow: 0 8px 24px rgba(7, 30, 78, 0.08);
    font-family: "Inter", sans-serif;
    text-align: left;
    scroll-snap-align: start;
  }

  .task_mobile_callout strong {
    display: block;
    margin-bottom: 7px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
  }

  .task_mobile_callout span {
    display: block;
    color: #52627f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }

  .home .intro .hero_mobile_hint {
    position: relative;
    width: max-content;
    max-width: calc(100% - 40px);
    margin: 6px auto 0;
    padding-left: 19px;
    color: #758198;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
  }

  .mobile_product_hint {
    position: relative;
    width: max-content;
    max-width: calc(100% - 40px);
    margin: 6px auto 0;
    padding-left: 19px;
    color: #758198;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
  }

  .mobile_product_hint::before {
    content: "\2194";
    position: absolute;
    top: 0;
    left: 0;
    color: #6f96e6;
    font-size: 14px;
    line-height: 1;
  }
}
