@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: "Inter", sans-serif; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: "Inter", sans-serif; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Inter", sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a,
span {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

body {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

#root {
  overflow: hidden;
}

.container {
  max-width: 1266px;
  margin: 0 auto;
}

.p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.title {
  text-align: center;
  font-size: 64px;
  font-weight: 500;
}
.title .red-text {
  color: #cb303a;
}
.title .bold-text {
  font-weight: 700;
}

/* --- MODERN HEADER STYLES --- */
.header {
  width: 100%;
  background: #fff;
}

.header__top-bar {
  background: #f7f7f7;
  padding: 8px 0;
  font-size: 13px;
  color: #555;
}

.header__top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.header__top-bar-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.header__contact {
  display: flex;
  align-items: center;
}

.header__contact a {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
}

.header__contact a:hover {
  color: #cb303a;
}

.header__contact-tel {
  font-weight: 600;
  margin-left: 5px;
}

.header__work-time {
  margin: 0;
  color: #777;
}

.header__top-bar-right {
  display: flex;
  gap: 15px;
}

.header__top-bar-right a {
  color: #555;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.header__top-bar-right a:hover {
  color: #cb303a;
}

.header__main {
  padding: 20px 0;
}

.header__main-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}

.header__logo {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #1a1a1a;
  text-decoration: none;
  letter-spacing: -0.5px;
}

.header__logo span {
  color: #cb303a;
}

.header__nav {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: nowrap;
}

.header__nav-link {
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  transition: color 0.2s;
  text-transform: uppercase;
  white-space: nowrap;
}

.header__nav-link:hover {
  color: #cb303a;
}

.header__main-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__tel {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
}

.header__tel:hover {
  color: #cb303a;
}

/* --- MODERN FOOTER STYLES --- */
.footer {
  background: #1a1a1a;
  padding: 80px 0 30px 0;
  margin-top: 80px;
  color: #fff;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footer__logo {
  max-width: 300px;
}

.footer__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.footer__desc {
  font-size: 14px;
  color: #aaa;
}

.footer h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer li {
  margin-bottom: 10px;
}

.footer a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
}

.footer a:hover {
  color: #fff;
}

.footer__bottom {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 14px;
  color: #888;
}

.hero {
  padding: 166px 0 353px 0;
}
.hero__title {
  font-size: 64px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}
.hero__cta {
  display: flex;
  width: 357px;
  height: 64px;
  padding: 20px 60px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #cb303a;
  color: #fffffe;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  transition: background 0.2s ease;
}
.hero__cta:hover {
  background: #a82832;
}

.services {
  padding-bottom: 87px;
}
.services__boxes {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.services__box {
  margin-bottom: 30px;
  text-align: center;
}
.services__box-img {
  height: 234px;
}
.services__box span {
  display: block;
}
.services__box-title {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 17px;
}

.it-insight__black-box-img {
  width: 594px;
  height: 458px;
  flex-shrink: 0;
  aspect-ratio: 594/458;
}
.it-insight__boxes {
  display: flex;
  justify-content: space-between;
}
.it-insight__boxes-left {
  display: flex;
  flex-direction: column;
  gap: 45px;
  height: fit-content;
  align-items: end;
  padding-top: 87px;
  transform: translateX(20px);
}
.it-insight__boxes-left .it-insight__box:first-child {
  width: 321px;
}
.it-insight__boxes-left .it-insight__box:last-child {
  width: 361px;
  background-color: #f7dadd;
}
.it-insight__boxes-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: fit-content;
  padding-top: 87px;
  transform: translateX(-30px);
}
.it-insight__boxes-right .it-insight__box:first-child {
  width: 350px;
  background-color: #c8e8f3;
}
.it-insight__boxes-right .it-insight__box:last-child {
  width: 317px;
  background-color: #f7f1e3;
  margin-left: 32px;
}
.it-insight__box {
  padding: 24px 20px;
  border-radius: 20px;
  background: rgba(202, 231, 217, 0.8);
}

.team {
  padding: 88px 0 80px 0;
}
.team__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 29px;
  margin-top: 44px;
}
.team-card {
  padding: 44px 27px 36px 41px;
  border-radius: 20px;
  background: #f7f1e3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-card:first-child img {
  margin-top: 0;
}
.team-card__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 17px;
}
.team-card img {
  display: block;
  margin: 30px auto 0 auto;
}

.it-solutions__title {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 59px;
}
.it-solutions__boxes {
  display: flex;
  flex-direction: column;
  gap: 85px;
}
.it-solutions__box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.it-solutions__box-title {
  font-size: 32px;
  font-weight: 700;
  width: 353px;
  margin-top: 37px;
}
.it-solutions__card {
  max-width: 829px;
  width: 100%;
  border-radius: 20px;
  background: #f7f1e3;
  display: grid;
  padding: 30px;
  row-gap: 30px;
  column-gap: 15px;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.it-solutions__card h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.it-solutions__card p {
  color: #454545;
}
.it-solutions .benefits__title {
  padding: 88px 0 40px 0;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}
.it-solutions .benefits__cards {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 35px;
  column-gap: 65px;
}
.it-solutions .benefits__card {
  border-radius: 20px;
  background: #f7f1e3;
  padding: 15px 15px 18px 18px;
  display: flex;
  align-items: start;
  gap: 17px;
}
.it-solutions .benefits__card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.it-solutions .benefits__card .p {
  color: #454545;
}

.quick-start {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 126px 0 99px 0;
}
.quick-start .title {
  text-align: left;
  max-width: 466px;
}
.quick-start__cards {
  max-width: 645px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.quick-start__card {
  padding: 30px;
  border-radius: 20px;
}
.quick-start__card:first-child {
  background-color: #f7f1e3;
}
.quick-start__card:nth-child(2) {
  background-color: #c8e8f3;
}
.quick-start__card:last-child {
  background-color: #d5ece0;
}
.quick-start__card-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.quick-start__card .p {
  color: #4c4c4c;
}

.honest-work {
  padding-top: 80px;
}
.honest-work .title {
  margin-bottom: 46px;
}
.honest-work .title span {
  background-color: #f7dadd;
  border-radius: 20px;
  color: #fff;
  padding: 2px;
}
.honest-work__box {
  display: flex;
  align-items: center;
  gap: 52px;
  justify-content: center;
}
.honest-work__box-info {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 52px;
}
.honest-work__box-img {
  width: 343px;
  height: 257px;
  aspect-ratio: 343/257;
}
.honest-work .read-more {
  width: 617px;
  height: 56px;
  color: #fffffe;
  border-radius: 15px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  margin: 45px auto 0 auto;
  transition: background 0.2s ease;
}
.honest-work .read-more:hover {
  background-color: #202020;
}

.new-team {
  padding: 60px 0 80px 0;
}
.new-team__subtitle {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 70px;
  margin: 56px 0 67px 0;
}
.new-team__boxes {
  display: grid;
  row-gap: 113px;
  column-gap: 25px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.new-team__box {
  height: 182px;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new-team__box:first-child {
  grid-column: span 2;
  display: block;
}
.new-team__box:first-child h3 {
  color: #65ac50;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}
.new-team__box:first-child p {
  color: #4c4c4c;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
.new-team__box img {
  margin: 0 auto;
  display: block;
}
.new-team__box span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 150%;
  margin-top: 18px;
  text-align: center;
}

.technologies__title {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 31px;
}
.technologies__cards-top {
  display: flex;
  gap: 24px;
}
.technologies__cards-top .card {
  display: flex;
  gap: 21px;
  align-items: center;
  justify-content: space-between;
}
.technologies__cards {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 22px;
}
.technologies__cards .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.technologies .card {
  border-radius: 20px;
  background: #d5ece0;
  padding: 21px 30px;
  gap: 12px;
}
.technologies .card__title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}
.technologies .card .p {
  color: #454545;
  margin: 12px 0;
}
.technologies .card .more-info {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 23px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.technologies .card .more-info img {
  transition: transform 0.2s ease;
}
.technologies .card .more-info:hover img {
  transform: translateX(5px);
}
.technologies .card__img {
  display: block;
  margin: 17px auto 0 auto;
}

.checklist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px 20px;
  justify-content: space-between;
  border-radius: 20px;
  background: #c8e8f3;
  padding: 28px 85px 28px 49px;
  margin: 53px 0;
}
.checklist__info {
  max-width: 710px;
}
.checklist__info h3 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 500;
}
.checklist__info p {
  color: #454545;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-top: 16px;
}
.checklist__info-boxes {
  display: flex;
  gap: 12px;
  margin: 45px 0;
}
.checklist__info-boxes div {
  padding: 6px 13px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}
.checklist__img {
  width: 392px;
  height: 374px;
  aspect-ratio: 196/187;
}
.checklist .download-btn {
  max-width: 659px;
  width: 100%;
  height: 56px;
  border-radius: 15px;
  background: #000;
  color: #fffffe;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
}

.prices .title {
  text-align: left;
}
.prices__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  max-width: 708px;
  margin: 39px 0 88px 0;
}
.prices-tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
}
.prices-tab__box {
  border-bottom: 5px solid #d9d9d9;
  flex: 1;
  padding-bottom: 12px;
  padding-left: 40px;
  cursor: pointer;
}
.prices-tab__box:first-child {
  padding-left: 0px;
}
.prices-tab__box.active {
  border-color: #000;
}
.prices-tab__title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.prices-tab__desc {
  margin-top: 14px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.prices-tab__content {
  align-items: start;
  gap: 26px;
  justify-content: space-between;
  display: none;
  animation: fade 0.2s linear;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.prices-tab__content.active {
  display: flex;
}
.prices-tab__content-left {
  max-width: 490px;
}
.prices-tab__content-left p {
  color: #454545;
  font-size: 16px;
  line-height: 30px;
}
.prices-tab__content-left ul {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}
.prices-tab__content-left li {
  color: #454545;
  font-size: 16px;
  line-height: 30px;
}
.prices-tab__content-left .read-more {
  width: 489px;
  height: 56px;
  border-radius: 15px;
  background: #000;
  color: #fffffe;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 31px;
}
.prices-tab__content-right {
  border-radius: 20px;
  background: #f7f1e3;
  padding: 30px 17px;
  flex: 1;
}
.prices-tab__content table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.prices-tab__content table thead {
  text-align: left;
}
.prices-tab__content table th {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e9eb;
}
.prices-tab__content table td {
  padding: 12px 0;
  color: #404040;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #e8e9eb;
}
.prices-tab__content table .price {
  color: #3f434a;
}
.prices-tab__content table .status {
  padding: 5px 10px;
  color: #20a144;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  background-color: #e9eeda;
  border-radius: 8px;
  animation: pulseStatus 2s infinite ease-in-out;
  display: inline-block;
}
.prices-tab__content table .status--limited {
  background-color: #fde8e8;
  color: #cb303a;
}
.prices-tab__content table .status--individual {
  background-color: #fef3c7;
  color: #b45309;
}

.contact {
  border-radius: 20px;
  background: #c8e8f3;
  padding: 40px 128px 50px 38px;
  display: flex;
  align-items: start;
  gap: 20px;
  font-family: "Inter", sans-serif;
  justify-content: space-between;
  margin: 119px 0 7px 0;
}
.contact__title {
  font-size: 48px;
  width: 377px;
  font-weight: 500;
}
.contact form {
  max-width: 617px;
}
.contact form p {
  font-size: 18px;
  font-weight: 400;
}
.contact form span {
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
}
.contact form span a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contact form button {
  width: 100%;
  height: 56px;
  border-radius: 15px;
  background: #000;
  color: #fffffe;
  text-align: center;
  font-size: 22px;
  border: none;
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 26px;
}
.contact form input {
  width: 100%;
  height: 47px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 26px 0;
  border: none;
  outline: none;
  border-radius: 15px;
  background: #fff;
  padding-inline: 17px;
}
.contact form input::placeholder {
  color: #8f8f8f;
}

.phone-contact {
  display: flex;
  align-items: center;
  gap: 112px;
  height: 182px;
  padding-left: 38px;
  border-radius: 20px;
  background: #e6e6e6;
  font-family: "Inter", sans-serif;
}
.phone-contact h3 {
  font-size: 32px;
  font-weight: 500;
  width: 377px;
}
.phone-contact a {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  display: block;
}
.phone-contact span {
  font-size: 14px;
  font-weight: 400;
}

.faq {
  margin: 98px 0;
}
.faq .accordions {
  margin-top: 31px;
}
.faq .accordion {
  border-bottom: 3px solid #8a8989;
}
.faq .accordion__header {
  padding: 33px 19px 33px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq .accordion__header img {
  transition: transform 0.2s ease;
}
.faq .accordion__title {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 400;
}
.faq .accordion__content {
  padding: 20px;
  display: none;
}
.faq .accordion.active .accordion__header {
  border-bottom: 0;
}
.faq .accordion.active .accordion__header img {
  transform: rotate(180deg);
}
.faq .accordion.active .accordion__content {
  display: block;
}

@media (max-width: 1300px) {
  .container {
    max-width: calc(100% - 40px);
  }
  .checklist {
    padding: 30px;
  }
}
@media (max-width: 1250px) {
  .it-insight__boxes {
    flex-direction: column;
    align-items: center;
  }
  .it-insight__boxes-left,
  .it-insight__boxes-right {
    flex-direction: row;
    align-items: stretch;
    transform: none;
  }
  .it-insight__boxes-right .it-insight__box:last-child {
    margin-left: 0;
  }
  .it-solutions .benefits__cards {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .contact {
    padding: 30px;
  }
}
@media (max-width: 1150px) {
  .prices-tab__content.active {
    flex-direction: column;
  }
  .prices-tab__content-left {
    max-width: 100%;
  }
  .prices-tab__content-right {
    width: 100%;
  }
  .prices-tab__content-left .read-more {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .services__boxes {
    justify-content: center;
  }
  .hero {
    padding: 100px 0;
  }
  .title {
    font-size: 54px;
  }
  .it-solutions__box {
    flex-direction: column;
    align-items: start;
  }
  .it-solutions__card {
    max-width: 100%;
  }
  .it-solutions__boxes {
    gap: 50px;
  }
  .quick-start {
    flex-direction: column;
  }
  .quick-start__cards {
    max-width: 100%;
    margin-top: 20px;
  }
  .honest-work__box {
    flex-direction: column;
  }
  .honest-work .read-more {
    width: 100%;
  }
  .new-team__subtitle {
    font-size: 20px;
    line-height: 24px;
    margin: 30px 0;
  }
  .new-team__boxes {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }
  .new-team__boxes .media-none {
    display: none;
  }
  .technologies .card {
    flex-direction: column;
  }
  .technologies__cards-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  .checklist__info {
    max-width: 100%;
  }
  .prices-tab__box {
    padding-left: 0;
  }
  .prices-tab {
    gap: 20px;
  }
  .services__boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .header {
    margin-top: 0;
  }
  .it-insight__boxes-left,
  .it-insight__boxes-right {
    padding-top: 30px;
    flex-direction: column;
    gap: 20px;
  }
  .it-insight__boxes-left > div,
  .it-insight__boxes-right > div {
    width: 100% !important;
  }
  .it-insight__black-box-img {
    width: 513px;
    height: 373px;
  }
  .contact,
  .phone-contact {
    gap: 30px;
    padding: 30px;
    align-items: start;
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .hero {
    padding: 80px 0;
  }
  .hero__title {
    font-size: 35px;
  }
  .hero__cta {
    width: 100%;
    height: auto;
    padding: 15px 0;
    font-size: 16px;
  }
  .services__box-img {
    height: 150px;
  }
  .services__box-title {
    margin-top: 10px;
  }
  .it-insight__black-box-img {
    width: 313px;
    height: 273px;
  }
  .title {
    font-size: 30px;
  }
  .services {
    padding-bottom: 80px;
  }
  .team {
    padding: 80px 0;
  }
  .team-card {
    padding: 20px;
  }
  .team__cards {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .container {
    max-width: calc(100% - 20px);
  }
  .it-solutions__card {
    grid-template-columns: 1fr;
  }
  .it-solutions__boxes {
    gap: 30px;
  }
  .it-solutions .benefits__title {
    font-size: 30px;
    padding: 50px 0 20px 0;
  }
  .quick-start {
    padding: 80px 0;
  }
  .honest-work__box-info {
    line-height: 40px;
  }
  .new-team__boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
  .new-team__boxes > div {
    flex: 1 1 150px;
  }
  .new-team__box img {
    height: 110px;
    object-fit: contain;
    width: 100%;
  }
  .new-team__box span {
    margin-top: 10px;
  }
  .new-team__box:first-child h3 {
    font-size: 30px;
  }
  .new-team__box:first-child h3 br {
    display: none;
  }
  .new-team__box:first-child p {
    padding-bottom: 20px;
  }
  .new-team__box {
    height: fit-content;
  }
  .new-team {
    padding: 40px 0 60px 0;
  }
  .checklist__info h3 {
    font-size: 25px;
  }
  .checklist__info p,
  .prices__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .checklist {
    padding: 20px;
  }
  .checklist__info-boxes {
    flex-wrap: wrap;
  }
  .checklist__img {
    width: 100%;
    height: 300px;
    object-fit: contain;
  }
  .prices__subtitle {
    margin: 30px 0;
  }
  .prices-tab {
    flex-wrap: wrap;
  }
  .prices-tab > div {
    flex: 1 1 240px;
  }
  .prices-tab__title {
    font-size: 20px;
  }
  .prices-tab__content table {
    min-width: 650px;
  }
  .prices-tab__content-right {
    overflow-x: auto;
  }
  .prices-tab__content-right::-webkit-scrollbar {
    display: none;
  }
  .contact {
    margin: 80px 0 40px 0;
  }
  .contact__title {
    width: 100%;
    font-size: 35px;
  }
  .phone-contact h3 {
    font-size: 20px;
  }
  .phone-contact a {
    font-size: 25px;
    margin-bottom: 9px;
  }
  .faq .accordion__title {
    font-size: 20px;
  }
  .faq .accordion__header img {
    width: 25px;
    height: 25px;
  }
  .faq .accordion__header {
    gap: 20px;
    padding: 23px 19px 23px 0;
  }
  .faq .accordion__content {
    padding: 0 0 20px 0;
  }
  .faq {
    margin: 80px 0;
  }
  .honest-work__box-info,
  .new-team__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .honest-work .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .services__box-img {
    height: 120px;
  }
  .it-insight .title {
    font-size: 28px;
  }
}
@keyframes pulseStatus {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* Mobile Menu Styles */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.header__nav-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .mobile-menu-btn {
    display: block;
  }
  .header__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 100;
    gap: 15px;
    align-items: flex-start;
  }
  .header__nav.active {
    display: flex;
  }
  .header__main-inner {
    position: relative;
    flex-wrap: nowrap;
  }
  .header__main-actions {
    margin-left: auto;
  }
  .header__tel {
    font-size: 16px;
  }
  .header__logo {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .header__tel {
    font-size: 14px;
  }
  .header__logo {
    font-size: 18px;
  }
}
/* Chrome-like Hero Section */
.services-hero {
  text-align: center;
  padding: 120px 20px 80px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.services-hero::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -50px;
  width: 400px;
  height: 400px;
  background: #cb303a;
  filter: blur(150px);
  opacity: 0.12;
  border-radius: 50%;
  pointer-events: none;
}

.chrome-badge {
  display: inline-block;
  background: #fce8e9;
  color: #cb303a;
  padding: 8px 20px;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 32px;
  letter-spacing: 0.5px;
}

.chrome-badge::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #cb303a;
  border-radius: 50%;
  margin-right: 10px;
}

.services-hero h1 {
  font-family: "Inter", sans-serif;
  font-size: 84px;
  font-weight: 800;
  color: #202124;
  margin-bottom: 32px;
  letter-spacing: -2.5px;
  line-height: 1.05;
}

.services-hero p {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #5f6368;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 400;
}

@media (max-width: 768px) {
  .services-hero {
    padding: 80px 20px 40px;
  }
  .services-hero h1 {
    font-size: 48px;
    letter-spacing: -1px;
  }
  .services-hero p {
    font-size: 18px;
  }
}
/* Generic CTA Block (used in dynamic JSON files) */
.cta {
  background: linear-gradient(135deg, #cb303a 0%, #a0222a 100%);
  border-radius: 24px;
  padding: 60px;
  color: #fff;
  margin-bottom: 60px;
  box-shadow: 0 12px 30px rgba(203, 48, 58, 0.2);
}

.cta .k {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 24px;
  border-radius: 100px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  font-size: 14px;
}

.cta h3 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: -1px;
}

.cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  max-width: 700px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.cta .btnrow {
  margin-top: 40px;
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.cta .btnrow .btn {
  background: #f8f9fa;
  color: #cb303a;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 36px;
  border-radius: 100px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.cta .btnrow .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.cta .btnrow .ph {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 768px) {
  .cta {
    padding: 40px 24px;
  }
  .cta h3 {
    font-size: 28px;
  }
}
/* Generic List Block (used in dynamic JSON files) */
.rlist {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.rlist li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 16px;
}

.rlist li .c {
  color: #cb303a;
  font-weight: bold;
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.mo-case section:not(:last-child) {
  max-width: 900px;
  margin: 0 auto 80px auto;
  background: #f8f9fa;
  border-radius: 48px;
  padding: 64px;
  border: 1px solid #eaeaea;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.02);
}

.mo-case section:last-child {
  max-width: 1200px;
  margin: 0 auto 80px auto;
}

@media (max-width: 768px) {
  .mo-case section:not(:last-child) {
    padding: 32px 24px;
    border-radius: 32px;
    margin-bottom: 40px;
  }
}
.mo-case {
  font-family: "Inter", sans-serif;
}

.mo-case .lead {
  font-size: 20px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 40px;
}

.mo-case .kicker {
  color: #cb303a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 12px;
}

.mo-case h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 24px;
  letter-spacing: -1px;
  margin-top: 60px;
}

.mo-case h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  margin-top: 40px;
}

.mo-case p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 16px;
}

.mo-case ul {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}

.mo-case ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}

.mo-case ul li:before {
  content: "•";
  color: #cb303a;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

.mo-case .quote {
  border-left: 4px solid #cb303a;
  padding: 16px 24px;
  background: rgba(203, 48, 58, 0.05);
  border-radius: 0 12px 12px 0;
  margin: 32px 0;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 1.5;
}

.mo-case .btn-cta {
  display: inline-block;
  background: #cb303a;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 32px;
  border-radius: 100px;
  text-decoration: none;
  margin-top: 24px;
  transition: background 0.2s;
  cursor: pointer;
  border: none;
}

.mo-case .btn-cta:hover {
  background: #a8262f;
}

.mo-case .contact-block {
  margin-top: 60px;
  padding: 40px;
  background: #f8f9fa;
  border-radius: 24px;
  text-align: center;
}

.mo-case .contact-block h3 {
  margin-top: 0;
  font-size: 24px;
  color: #1a1a1a;
}

/* Generic Dynamic Content Styles (tiles, stages, techwrap) */
.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.tt {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.tt .n {
  font-size: 48px;
  font-weight: 800;
  color: #cb303a;
  margin-bottom: 8px;
  line-height: 1;
}

.tt .n small {
  font-size: 20px;
  font-weight: 600;
}

.tt .l {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  font-weight: 500;
}

.techwrap, .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}

.techwrap li, .tags li {
  background: #f1f3f4;
  color: #333;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
}

.stages {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 40px;
}

.stage {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.stage .n {
  background: #cb303a;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}

.stage h3 {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

.foot {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #eaeaea;
  font-size: 14px;
  color: #888;
  text-align: center;
}