/* Kontext Group brand treatment for the consulting template. */
:root {
  --primary-color: #0d1614;
  --background-color: #f4f1e6;
  --accent-color: #b5d900 !important;
  --success-color: #c5e600;
  --alert-color: #ff6b4a;
  --cream: #f4efdc;
  --ink-soft: #46524e;
  --line-color: rgba(13, 22, 20, 0.14);
  --accent-text-strong: #3d4d00;
  --accent-border: rgba(83, 102, 0, 0.28);
  --heading-font: "Manrope", sans-serif;
  --body-font: "Manrope", sans-serif;
  --default-font: "Manrope", sans-serif;
  --display-font: "Manrope", sans-serif;
  --default-color: #46524e !important;
  --heading-color: #0d1614 !important;
  --surface-color: #ffffff !important;
  --contrast-color: #0d1614 !important;
  --nav-color: rgba(244, 239, 220, 0.78) !important;
  --nav-hover-color: #b5d900 !important;
  --nav-mobile-background-color: #ffffff !important;
  --nav-dropdown-color: #0d1614 !important;
  --nav-dropdown-hover-color: #0d1614 !important;
}

* {
  letter-spacing: 0;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  width: 100%;
  font-family: var(--body-font);
  color: var(--ink-soft);
  background: #f4f1e6;
  font-size: 16px;
  line-height: 1.6;
}

.main,
.header,
.footer,
section {
  max-width: 100vw;
  overflow-x: clip;
}

section[id],
footer[id] {
  scroll-margin-top: 96px;
}

@supports not (overflow: clip) {
  .main,
  .header,
  .footer,
  section {
    overflow-x: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  font-weight: 700;
}

.header,
.header.sticked,
.header.scrolled,
.scrolled .header {
  background: rgba(13, 22, 20, 0.94) !important;
  border-bottom: 1px solid rgba(244, 239, 220, 0.12);
  backdrop-filter: blur(16px);
}

.header .logo h1,
.header .sitename {
  color: #f4efdc !important;
  font-size: 24px;
}

.header .logo img {
  display: block;
  max-height: 36px;
  max-width: 178px;
  object-fit: contain;
  width: auto;
}

.navmenu a,
.navmenu a:focus,
.header .navmenu a,
.scrolled .navmenu a {
  color: rgba(244, 239, 220, 0.78) !important;
  font-weight: 600;
}

.navmenu a:hover,
.navmenu .active,
.navmenu .active:focus,
.header .navmenu a:hover {
  color: #b5d900 !important;
}

.btn-getstarted,
.header .btn-getstarted,
.btn-primary,
.hero .btn-primary,
.contact-form-wrapper button[type="submit"] {
  align-items: center;
  background: #b5d900 !important;
  border: 1px solid #b5d900 !important;
  color: #0d1614 !important;
  display: inline-flex;
  justify-content: center;
  line-height: 1.1 !important;
  min-height: 48px;
  padding: 13px 22px !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
  text-align: center;
  white-space: nowrap;
}

.btn-getstarted:hover,
.header .btn-getstarted:hover,
.btn-primary:hover,
.hero .btn-primary:hover,
.contact-form-wrapper button[type="submit"]:hover {
  background: #c5e600 !important;
  border-color: #c5e600 !important;
  color: #0d1614 !important;
  transform: translateY(-1px);
}

.hero.dark-background {
  --background-color: #0d1614;
  --default-color: #f4efdc;
  --heading-color: #f4efdc;
  --surface-color: #121b19;
  --contrast-color: #0d1614;
  position: relative;
  overflow: hidden;
  background: #0d1614;
}

.hero.dark-background::before {
  content: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero h2 {
  font-family: var(--display-font);
  font-weight: 900;
  color: #f4efdc !important;
  font-size: clamp(3.5rem, 4.6vw, 4.35rem) !important;
  line-height: 0.98 !important;
  max-width: 760px;
  text-transform: uppercase;
}

.hero p {
  color: rgba(244, 239, 220, 0.82);
  font-size: 19px;
  max-width: 650px;
}

.hero .hero-image {
  padding: 0;
  border: 1px solid rgba(244, 239, 220, 0.14);
  border-radius: 8px;
  background: #0d1614;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.hero .hero-image img {
  display: block;
  aspect-ratio: 3 / 2;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero .hero-image img,
.about .main-image,
.why-choose-us .main-image {
  border-radius: 8px;
}

.about .main-image,
.why-choose-us .main-image {
  aspect-ratio: 3 / 2;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.why-choose-us .main-image {
  object-position: center top;
}

.hero .stat-item,
.service-card,
.about .feature-item,
.features-list .feature-item,
.faq-item,
.faq-card,
.cta-form-wrapper,
.contact-card {
  border-radius: 8px !important;
}

.hero .stat-item h3,
.purecounter,
.cta-stats .number,
.why-choose-us .stat-item h3 {
  color: #b5d900 !important;
}

.light-background .purecounter,
.about .purecounter,
.services .purecounter,
.consultation .purecounter,
.why-choose-us .purecounter,
.why-choose-us .stat-item h3 {
  color: var(--accent-text-strong) !important;
}

.section-title h2::after {
  content: none !important;
}

.section-title h2 {
  align-items: center;
  background: rgba(181, 217, 0, 0.16) !important;
  border: 1px solid rgba(61, 77, 0, 0.2) !important;
  border-radius: 999px;
  color: var(--accent-text-strong) !important;
  display: flex;
  font-size: 12px !important;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 12px;
  text-transform: uppercase;
  width: fit-content;
}

.section-title > div {
  background: transparent !important;
  border: 0;
  border-radius: 0;
  color: #0d1614 !important;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(2.1rem, 2.8vw, 3rem);
  gap: 8px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0;
  line-height: 0.98;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: fit-content;
}

.section-title .description-title {
  color: #0d1614 !important;
}

.section-title p,
.section-title .description-title + span {
  color: #3f4b48 !important;
}

.light-background {
  background: #ede9dc !important;
}

.partner-bar.section {
  background: #fffdf5 !important;
  border-top: 1px solid rgba(13, 22, 20, 0.08);
  border-bottom: 1px solid rgba(13, 22, 20, 0.08);
  padding: 26px 0 !important;
}

.partner-bar-shell {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(150px, 0.18fr) minmax(0, 1fr);
}

.partner-bar-shell p {
  color: var(--accent-text-strong);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.partner-bar-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.partner-pill {
  align-items: center;
  background: linear-gradient(135deg, rgba(13, 22, 20, 0.04), rgba(181, 217, 0, 0.12));
  border: 1px solid rgba(13, 22, 20, 0.12);
  border-radius: 8px;
  box-sizing: border-box;
  display: grid;
  gap: 8px;
  grid-template-columns: 38px minmax(0, 1fr);
  min-height: 74px;
  min-width: 0;
  padding: 6px 8px;
}

.partner-mark {
  align-items: center;
  background: #0d1614;
  border-radius: 8px;
  color: #b5d900;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  height: 38px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  width: 38px;
}

.partner-copy,
.partner-label,
.partner-pill small {
  display: block;
  min-width: 0;
}

.partner-label {
  color: #0d1614;
  font-size: 11.8px;
  font-weight: 900;
  line-height: 1.03;
}

.partner-pill small {
  color: #46524e;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.05;
  margin-top: 4px;
  text-transform: uppercase;
}

.about.section {
  background: #f4efdc !important;
}

.work-process.section {
  background: #fffdf5 !important;
  border-top: 1px solid rgba(13, 22, 20, 0.06);
}

.services.section {
  background: #e8eedc !important;
  border-top: 1px solid rgba(13, 22, 20, 0.06);
}

.consultation.section {
  background: #efe9d8 !important;
  border-top: 1px solid rgba(13, 22, 20, 0.06);
}

.why-choose-us.section {
  background: #f7fbf0 !important;
  border-top: 1px solid rgba(13, 22, 20, 0.06);
}

.faq.section {
  background: #ece3d0 !important;
  border-top: 1px solid rgba(13, 22, 20, 0.06);
}

.about .experience-badge,
.why-choose-us .experience-badge {
  background: #b5d900 !important;
  color: #0d1614 !important;
  border-radius: 8px !important;
}

.about .about-image .experience-badge {
  right: 0;
}

.about .about-image {
  height: 100%;
}

.about .about-content h2,
.why-choose-us .features-content h2 {
  font-size: clamp(2.1rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.about .row.align-items-center {
  align-items: stretch !important;
}

.about .about-proof-row {
  margin-top: 42px;
}

.about .about-proof-row .features-row {
  row-gap: 24px;
}

.about .feature-item .icon i,
.features-list .feature-icon i,
.service-card .service-icon i,
.faq-card i {
  color: #0d1614 !important;
}

.about .feature-item .icon,
.features-list .feature-icon,
.service-card .service-icon,
.services .service-card .icon-box {
  background: #b5d900 !important;
  border-radius: 8px !important;
}

.about .feature-item {
  align-items: start;
  background: rgba(255, 253, 245, 0.62);
  border: 1px solid rgba(13, 22, 20, 0.1);
  border-radius: 8px !important;
  column-gap: 14px;
  display: grid;
  grid-template-areas:
    "icon title"
    "icon text";
  grid-template-columns: 56px minmax(0, 1fr);
  height: 100%;
  margin-bottom: 0;
  padding: 22px;
  row-gap: 6px;
}

.about .feature-item .icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 56px;
  grid-area: icon;
  height: 56px;
  justify-content: center;
  margin: 0;
  width: 56px;
}

.about .feature-item .icon i {
  font-size: 26px;
  line-height: 1;
}

.about .feature-item h4 {
  grid-area: title;
  line-height: 1.12;
  margin: 0;
}

.about .feature-item p {
  grid-area: text;
  line-height: 1.42;
  margin: 0;
}

.why-choose-us .features-image {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.why-choose-us .features-image .stats-card {
  position: static;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line-color);
  box-shadow: none;
}

.work-process .step-number,
.work-process .process-step::before {
  background: #0d1614 !important;
  color: #b5d900 !important;
}

.work-process .steps-content {
  border-left: 4px solid #b5d900;
  max-width: 620px;
  padding-left: 26px;
}

.work-process .steps-content h2 {
  font-weight: 900;
  letter-spacing: 0;
}

.work-process .steps-list {
  background: #ffffff;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(13, 22, 20, 0.06);
  padding: 28px;
}

.work-process .step-item {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: 42px minmax(0, 1fr);
  margin: 0;
  padding: 0 0 24px;
  position: relative;
}

.work-process .step-item:not(:last-child)::after {
  background: rgba(181, 217, 0, 0.42);
  content: "";
  height: calc(100% - 42px);
  left: 20px;
  position: absolute;
  top: 46px;
  width: 2px;
}

.work-process .step-item:last-child {
  padding-bottom: 0;
}

.work-process .step-number {
  align-items: center;
  border-radius: 999px !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  line-height: 1;
  position: relative;
  width: 42px;
  z-index: 1;
}

.work-process .step-content h3 {
  color: #0d1614 !important;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 6px;
}

.work-process .step-content p {
  color: #46524e;
  line-height: 1.55;
  margin: 0;
}

.service-card {
  border: 1px solid var(--line-color);
  background: #ffffff;
}

.services .row.gy-4 {
  counter-reset: service-card;
  justify-content: center;
}

.services .row.gy-4 > [class*="col-"] {
  display: flex;
}

.services .row.gy-4 > .col-lg-4 {
  width: 50%;
}

.services .service-card {
  counter-increment: service-card;
  display: grid;
  grid-template-areas:
    "icon title"
    "desc desc"
    "features features";
  grid-template-columns: 64px minmax(0, 1fr);
  column-gap: 20px;
  row-gap: 18px;
  margin-bottom: 0;
  min-height: 0;
  overflow: hidden;
  padding: 30px;
  position: relative;
  width: 100%;
}

.services .service-card::before {
  background: #b5d900;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.services .service-card::after {
  color: rgba(13, 22, 20, 0.26);
  content: "0" counter(service-card);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  position: absolute;
  right: 30px;
  top: 28px;
}

.services .service-card .icon-box {
  align-items: center;
  display: inline-flex;
  grid-area: icon;
  height: 56px;
  justify-content: center;
  margin: 0;
  width: 56px;
}

.services .service-card .icon-box i {
  color: #0d1614 !important;
  font-size: 27px;
  line-height: 1;
}

.services .service-card h3 {
  align-self: center;
  font-size: 22px;
  font-weight: 900;
  grid-area: title;
  line-height: 1.1;
  max-width: 82%;
  padding-right: 42px;
}

.services .service-card > p {
  grid-area: desc;
  margin: 0;
  max-width: 78ch;
}

.services .service-card .service-features {
  border-top: 1px solid rgba(13, 22, 20, 0.1);
  display: grid;
  gap: 12px 18px;
  grid-area: features;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding-top: 18px;
}

.services .service-card .service-features li {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  line-height: 1.35;
  margin: 0;
}

.section-cta {
  margin-top: 26px;
}

.section-cta .btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 48px;
}

.service-card:hover {
  border-color: rgba(181, 217, 0, 0.55);
  transform: translateY(-4px);
}

.faq-item h3,
.faq-card h3 {
  color: var(--accent-text-strong) !important;
}

.faq .faq-list {
  display: grid;
  gap: 12px;
}

.faq .row.gy-4 {
  align-items: flex-start;
}

.faq .faq-item {
  border: 1px solid rgba(13, 22, 20, 0.1);
  border-radius: 8px !important;
  box-shadow: none;
  margin: 0 !important;
}

.faq-card {
  background: #0d1614 !important;
  border: 1px solid rgba(244, 239, 220, 0.12);
  color: rgba(244, 239, 220, 0.78);
  height: auto !important;
  min-height: 0 !important;
  padding: 34px !important;
  position: sticky;
  top: 112px;
}

.faq-card i {
  background: #b5d900;
  border-radius: 8px;
  color: #0d1614 !important;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  margin-bottom: 18px;
  width: 54px;
}

.faq-card h3 {
  color: #f4efdc !important;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
}

.faq-card p {
  color: rgba(244, 239, 220, 0.78) !important;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 0;
}

.consultation .cta-wrapper {
  background: #0d1614;
  border: 1px solid rgba(244, 239, 220, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(13, 22, 20, 0.16);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  overflow: hidden;
  padding: 42px;
}

.consultation .cta-wrapper > .row {
  margin: 0 !important;
}

.consultation .cta-wrapper > .row > [class*="col-"] {
  max-width: none;
  padding: 0;
  width: 100%;
}

.consultation .cta-wrapper > .row:first-child {
  align-items: center;
  display: flex;
}

.consultation .cta-wrapper > .row:first-child .text-center {
  text-align: left !important;
}

.consultation .cta-wrapper h2 {
  color: #f4efdc !important;
  font-size: clamp(2.2rem, 3.4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.consultation .cta-wrapper .lead {
  color: rgba(244, 239, 220, 0.78);
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  max-width: 62ch;
}

.consultation .cta-stats {
  display: grid !important;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: start !important;
  margin-top: 30px;
}

.consultation .cta-stats .stat-item {
  background: rgba(244, 239, 220, 0.06);
  border: 1px solid rgba(244, 239, 220, 0.12);
  border-radius: 8px;
  min-width: 0;
  padding: 18px 14px;
  text-align: left;
}

.consultation .cta-stats .number {
  color: #b5d900 !important;
  display: block;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
}

.consultation .cta-stats .text {
  color: rgba(244, 239, 220, 0.72);
  display: block;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.consultation .cta-form-wrapper {
  background: transparent !important;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 100%;
  padding: 0;
}

.kontext-contact-panel,
.kontext-audit-form {
  color: #0d1614;
  background: #f4efdc;
  border: 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 32px;
}

.kontext-contact-panel h3,
.kontext-audit-form h3 {
  color: #0d1614 !important;
  font-size: clamp(1.75rem, 2.1vw, 2.2rem);
  font-weight: 900;
  line-height: 1.02;
  margin-bottom: 14px;
}

.kontext-audit-form > p:not(.panel-kicker):not(.panel-note) {
  color: #46524e;
  margin: 0 0 20px;
}

.kontext-audit-form label {
  color: #0d1614;
  display: grid;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.kontext-audit-form input,
.kontext-audit-form textarea {
  background: #fffdf5;
  border: 1px solid rgba(13, 22, 20, 0.16);
  border-radius: 8px;
  color: #0d1614;
  font: 600 15px/1.35 var(--body-font);
  min-height: 46px;
  padding: 12px 13px;
  text-transform: none;
  width: 100%;
}

.kontext-audit-form textarea {
  min-height: 92px;
  resize: vertical;
}

.kontext-audit-form input:focus,
.kontext-audit-form textarea:focus {
  border-color: #799200;
  box-shadow: 0 0 0 3px rgba(181, 217, 0, 0.22);
  outline: none;
}

.kontext-audit-form button[type="submit"] {
  margin-top: 8px;
  width: 100%;
}

.panel-kicker {
  color: var(--accent-text-strong);
  font-weight: 800;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.panel-note {
  margin: 20px 0 0;
  color: #4c5a57;
  font-size: 14px;
}

.footer {
  background: #0d1614 !important;
  color: rgba(244, 239, 220, 0.78) !important;
  padding: 72px 0 30px !important;
}

.footer h2,
.footer h3,
.footer h4,
.footer strong,
.footer .sitename {
  color: #f4efdc !important;
}

.footer-kontext .kontext-footer-shell {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  gap: 28px 42px;
  grid-template-areas:
    "action action"
    "main details";
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  overflow: visible;
}

.kontext-footer-main,
.kontext-footer-details,
.kontext-footer-action {
  min-width: 0;
  padding: 0;
}

.kontext-footer-main {
  grid-area: main;
  border-top: 1px solid rgba(244, 239, 220, 0.14);
  padding-top: 30px;
}

.footer-kicker {
  color: #b5d900;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.kontext-footer-main h2 {
  font-size: clamp(1.65rem, 2vw, 2.35rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 14px;
  max-width: 480px;
  text-transform: uppercase;
}

.kontext-footer-main p:not(.footer-kicker),
.kontext-footer-action p:not(.footer-kicker):not(.footer-note) {
  color: rgba(244, 239, 220, 0.76);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.kontext-footer-details {
  grid-area: details;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: transparent;
  border-top: 1px solid rgba(244, 239, 220, 0.14);
  padding-top: 30px;
}

.kontext-footer-detail {
  color: rgba(244, 239, 220, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.footer h4 {
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.kontext-footer-action {
  background:
    radial-gradient(circle at 50% 0%, rgba(181, 217, 0, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(244, 239, 220, 0.08), rgba(244, 239, 220, 0.025)),
    #101a18;
  border: 1px solid rgba(181, 217, 0, 0.28);
  border-radius: 8px;
  color: #f4efdc;
  display: flex;
  flex-direction: column;
  grid-area: action;
  align-items: center;
  justify-content: center;
  padding: 64px 48px;
  text-align: center;
}

.kontext-footer-action .footer-kicker {
  color: #b5d900 !important;
  margin-bottom: 16px;
}

.kontext-footer-action h3 {
  color: #f4efdc !important;
}

.kontext-footer-action p:not(.footer-kicker):not(.footer-note) {
  color: rgba(244, 239, 220, 0.78) !important;
}

.kontext-footer-action .footer-note {
  color: rgba(244, 239, 220, 0.74) !important;
}

.kontext-footer-action h3 {
  font-size: clamp(2.8rem, 4.6vw, 5.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0 auto;
  max-width: 900px;
  text-transform: uppercase;
}

.kontext-footer-action p:not(.footer-kicker):not(.footer-note) {
  max-width: 660px;
  margin-top: 20px;
}

.kontext-footer-action .footer-cta {
  align-self: center;
  background: #b5d900 !important;
  border-color: #b5d900 !important;
  color: #0d1614 !important;
  font-size: 16px !important;
  margin-top: 30px;
  min-height: 52px;
  min-width: 220px;
  padding: 16px 28px !important;
  white-space: nowrap;
}

.kontext-footer-action .footer-cta:hover {
  background: #c5e600 !important;
  border-color: #c5e600 !important;
  color: #0d1614 !important;
}

.footer-note {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  margin: 14px 0 0;
  max-width: 260px;
  opacity: 0.82;
  text-align: center;
}

.footer .icon,
.footer .social-links a {
  color: #b5d900 !important;
}

.scroll-top {
  background: #b5d900 !important;
  color: #0d1614 !important;
}

@media (max-width: 991px) {
  .hero h2 {
    font-size: 42px !important;
    line-height: 1 !important;
  }

  .partner-bar-shell {
    grid-template-columns: 1fr;
  }

  .partner-bar-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .services .row.gy-4 > .col-lg-4 {
    width: 100%;
  }

  .work-process .steps-list {
    margin-top: 28px;
  }

  .hero .hero-image {
    margin-top: 28px;
  }

  .consultation .cta-wrapper {
    grid-template-columns: 1fr;
    padding: 34px;
  }

  .footer-kontext .kontext-footer-shell {
    grid-template-areas:
      "action"
      "main"
      "details";
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .kontext-footer-main,
  .kontext-footer-details {
    border-top: 1px solid rgba(244, 239, 220, 0.14);
    padding-top: 24px;
  }

  .faq-card {
    position: static;
  }

  .kontext-footer-details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .scroll-top {
    display: none !important;
  }

  section[id],
  footer[id] {
    scroll-margin-top: 84px;
  }

  .about.section,
  .work-process.section,
  .services.section,
  .consultation.section,
  .why-choose-us.section,
  .faq.section {
    padding: 48px 0 !important;
  }

  .partner-bar.section {
    padding: 22px 0 !important;
  }

  .section-title {
    padding-bottom: 34px !important;
  }

  .header .btn-getstarted {
    font-size: 12px !important;
    min-height: 44px;
    padding: 10px 11px !important;
    white-space: nowrap;
  }

  .header .logo img {
    max-height: 36px;
    max-width: 146px;
  }

  .hero h2 {
    font-size: 36px !important;
    line-height: 1 !important;
  }

  .about .about-content h2,
  .why-choose-us .features-content h2 {
    font-size: 35px;
  }

  .partner-bar-list {
    grid-template-columns: 1fr;
  }

  .partner-pill {
    padding: 12px;
  }

  .about .about-proof-row {
    margin-top: 30px;
  }

  .about .about-proof-row .features-row {
    row-gap: 0;
  }

  .about .feature-item,
  .why-choose-us .features-content .features-list .feature-item {
    margin-bottom: 20px !important;
  }

  .about .about-proof-row .features-row > [class*="col-"] {
    margin-bottom: 0;
  }

  .about .feature-item {
    background: transparent;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px solid rgba(13, 22, 20, 0.12);
    margin-bottom: 0 !important;
    padding: 12px 0;
    row-gap: 5px;
  }

  .about .about-proof-row .features-row > [class*="col-"]:first-child .feature-item {
    border-top: 0;
    padding-top: 0;
  }

  .about .feature-item .icon {
    grid-area: icon;
    height: 48px;
    margin: 0;
    width: 48px;
  }

  .about .feature-item h4 {
    grid-area: title;
    font-size: 18px;
    line-height: 1.08;
    margin: 0;
  }

  .about .feature-item p {
    font-size: 15px;
    line-height: 1.32;
  }

  .hero .hero-stats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 26px 0 18px;
  }

  .hero .stat-item {
    padding: 0 4px;
    text-align: center;
  }

  .hero .stat-item h3 {
    font-size: 30px;
    margin-bottom: 6px;
  }

  .hero .stat-item p {
    font-size: 12px;
    line-height: 1.25;
    margin: 0;
  }

  .hero .hero-image {
    margin-top: 8px;
    padding: 10px;
  }

  .why-choose-us .features-image .stats-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
  }

  .work-process .steps-content {
    padding-left: 18px;
  }

  .work-process .steps-list {
    padding: 20px 18px;
  }

  .work-process .step-item {
    gap: 14px;
    padding-bottom: 20px;
  }

  .services .service-card {
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 24px;
    row-gap: 14px;
  }

  .services .service-card h3 {
    max-width: none;
    padding-right: 28px;
  }

  .services .service-card .service-features {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .panel-actions .btn {
    width: 100%;
  }

  .consultation .cta-wrapper {
    padding: 20px;
  }

  .consultation .cta-wrapper h2 {
    font-size: 31px;
  }

  .consultation .cta-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .consultation .cta-stats .stat-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 14px;
  }

  .consultation .cta-stats .number {
    margin-bottom: 0;
  }

  .kontext-contact-panel {
    padding: 22px;
  }

  .faq-card {
    padding: 28px !important;
  }

  .hero .hero-btns .btn,
  .section-cta .btn,
  .steps-cta .btn,
  .services .btn,
  .faq-card .btn {
    width: 100%;
  }

  .footer {
    padding: 48px 0 24px !important;
  }

  .footer-kontext .kontext-footer-shell {
    gap: 22px;
  }

  .kontext-footer-action {
    padding: 42px 24px;
  }

  .kontext-footer-main,
  .kontext-footer-details {
    padding-top: 24px;
  }

  .kontext-footer-main h2 {
    font-size: 28px;
  }

  .kontext-footer-action h3 {
    font-size: 40px;
    line-height: 0.94;
  }

  .kontext-footer-action .footer-cta {
    margin-top: 24px;
    width: 100%;
  }

  .footer-note {
    max-width: none;
    text-align: center;
  }
}
