* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Google Sans", Arial, sans-serif;
  background-color: #FFFFF3;
}

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

img {
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
}

textarea {
  resize: none;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Google Sans", Arial, sans-serif;
  border: none;
  background: none;
}

.container {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 15px;
}

body {
  background-color: #FFFFF3;
  min-height: 100vh;
}

.wrp {
  margin: 0 !important;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 24px clamp(16px, 3.968vw + 0.05px, 56px) 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-wrap {
  background: rgba(244, 244, 244, 0.1);
  backdrop-filter: blur(27px);
  -webkit-backdrop-filter: blur(27px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: clamp(10px, 0.992vw + 6.01px, 20px);
  padding: clamp(8px, 1.587vw + 1.62px, 24px) clamp(16px, 4.762vw - 3.14px, 64px);
  min-height: clamp(48px, 7.143vw + 19.29px, 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-wrap__row {
  width: 100%;
  max-width: 1199.276px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-wrap__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: clamp(96px, 8.262vw + 62.79px, 179.276px);
  height: auto;
  aspect-ratio: 179.276/26.657;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header-wrap__logo img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.header-wrap__logo:hover {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.header-wrap__logo:hover img {
  -webkit-filter: drop-shadow(0 0 8px rgba(255, 176, 0, 0.55));
          filter: drop-shadow(0 0 8px rgba(255, 176, 0, 0.55));
}

.header-wrap__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(24px, 8.036vw - 8.3px, 105px);
}

.header-wrap__link {
  font-family: "Google Sans", Arial, sans-serif;
  color: #2B1213;
  font-size: clamp(0.75rem, calc(0.5688405797rem + 0.0077294686 * 100vw), 1.25rem);
  line-height: 1.6;
  letter-spacing: -0.44px;
  white-space: nowrap;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header-wrap__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#FFB000), color-stop(50%, #FFD900), to(#FFB000));
  background: linear-gradient(90deg, #FFB000 0%, #FFD900 50%, #FFB000 100%);
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header-wrap__link:hover {
  color: #501F21;
}

.header-wrap__link:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.header-wrap__lang {
  font-family: "Google Sans", Arial, sans-serif;
  color: #000;
  font-size: clamp(0.75rem, calc(0.5688405797rem + 0.0077294686 * 100vw), 1.25rem);
  line-height: 1.6;
  letter-spacing: -0.44px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(4px, 1.984vw - 3.98px, 24px);
}

.header-wrap__lang span:not(.is-inactive):not(:nth-child(2)) {
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header-wrap__lang span:not(.is-inactive):not(:nth-child(2)):hover {
  color: #FFB000;
}

.header-wrap__lang .is-inactive {
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.header-wrap__lang .is-inactive:hover {
  opacity: 1;
  color: #FFB000;
}

.header__burger {
  display: none;
}

.header__burger-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 1102px;
  max-width: 100%;
  background-color: #fff;
  background-image: linear-gradient(192.92deg, rgba(255, 176, 0, 0.8) 11.9%, rgba(255, 217, 0, 0.8) 23.6%, rgba(255, 244, 108, 0.8) 32.2%, rgba(251, 250, 223, 0.8) 62.1%, rgba(255, 255, 255, 0) 84.9%);
  overflow: hidden;
}

.hero__spring {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 0;
}

.hero__spring--left {
  left: 0;
  top: 144px;
  max-width: 375px;
  width: 26vw;
  height: auto;
}

.hero__spring--right {
  right: 0;
  top: 158px;
  max-width: 391px;
  width: 27vw;
  height: auto;
}

.hero__hline {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
  pointer-events: none;
  z-index: 0;
}

.hero__hline--1 {
  top: 228px;
}

.hero__hline--2 {
  top: 457px;
}

.hero__hline--3 {
  top: 883px;
}

.hero .hero-wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 1102px;
  padding: 464px clamp(16px, 8.3vw, 120px) 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero .hero-wrap__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero .hero-wrap__line {
  position: absolute;
  background: rgba(255, 255, 255, 0.55);
}

.hero .hero-wrap__line--v {
  top: 0;
  width: 1px;
  height: 100%;
}

.hero .hero-wrap__line--v1 {
  left: 8.333%;
}

.hero .hero-wrap__line--v2 {
  left: 50%;
}

.hero .hero-wrap__line--v3 {
  left: 91.667%;
}

.hero .hero-wrap__bg-curve {
  position: absolute;
  left: 120px;
  top: 228px;
  max-width: 1200px;
  width: calc(100% - 240px);
  height: auto;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
}

.hero .hero-wrap__heading {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  z-index: 1;
}

.hero .hero-wrap__title {
  margin: 0;
  width: 100%;
  gap: 10px;
  padding-bottom: 10px;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(2rem, calc(1.2753623188rem + 0.0309178744 * 100vw), 4rem);
  line-height: 1.25;
  color: #0F0000;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero .hero-wrap__title-top {
  display: block;
  width: 100%;
}

.hero .hero-wrap__title-line2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  white-space: nowrap;
}

.hero .hero-wrap__title-bottom {
  display: inline-block;
}

.hero .hero-wrap__cashbee {
  display: inline-block;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.25;
  background-image: -webkit-gradient(linear, left top, right top, from(#501F21), color-stop(11.78%, #FFB000), color-stop(24.52%, #FFD900), color-stop(36.54%, #FFB000), color-stop(50%, #501F21), color-stop(50%, #2B1213), color-stop(74.5%, #501F21), to(#2B1213));
  background-image: linear-gradient(90deg, #501F21 0%, #FFB000 11.78%, #FFD900 24.52%, #FFB000 36.54%, #501F21 50%, #2B1213 50%, #501F21 74.5%, #2B1213 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  cursor: default;
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
}

.hero .hero-wrap__title:hover .hero .hero-wrap__cashbee,
.hero .hero-wrap__cashbee:hover {
  background-position: 0 0;
}

.hero .hero-wrap__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 282px;
  min-height: 80px;
  padding: 23px 56px;
  border-radius: 80px;
  background: #FFD900;
  border: 1px solid #FBFADF;
  color: #501F21;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, calc(0.9891304348rem + 0.0057971014 * 100vw), 1.5rem);
  line-height: 1.5;
  letter-spacing: -0.528px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform, box-shadow;
}

.hero .hero-wrap__btn:hover {
  -webkit-box-shadow: 0 -4px 12px rgba(255, 176, 0, 0.5), 0 6px 16px rgba(255, 176, 0, 0.45);
          box-shadow: 0 -4px 12px rgba(255, 176, 0, 0.5), 0 6px 16px rgba(255, 176, 0, 0.45);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.hero .hero-wrap__btn:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 -2px 6px rgba(255, 176, 0, 0.4), 0 2px 8px rgba(255, 176, 0, 0.35);
          box-shadow: 0 -2px 6px rgba(255, 176, 0, 0.4), 0 2px 8px rgba(255, 176, 0, 0.35);
}

.hero .hero-wrap__bottom {
  margin-top: auto;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.hero .hero-wrap__lead {
  max-width: 383px;
  margin: 0;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, calc(0.8188405797rem + 0.0077294686 * 100vw), 1.5rem);
  line-height: 1.3;
  color: #2B1213;
}

.hero .hero-wrap__stats {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 793px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2B1213;
}

.hero .hero-wrap__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.hero .hero-wrap__stat-num {
  margin: 0;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, calc(1.2282608696rem + 0.0115942029 * 100vw), 2.25rem);
  line-height: 1.3;
  text-transform: uppercase;
}

.hero .hero-wrap__stat-label {
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, calc(0.7391304348rem + 0.0057971014 * 100vw), 1.25rem);
  line-height: 1.3;
}

.hero .hero-wrap__stat-label p {
  margin: 0;
}

.about {
  padding: 0 16px;
  margin-top: 8px;
}

.about-wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  border: 1px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFF3), to(#FFFFF3)), -webkit-gradient(linear, left top, right top, from(#501F21), color-stop(23.56%, #FFB000), color-stop(49.04%, #FFD900), color-stop(73.08%, #FFB000), to(#501F21));
  background-image: linear-gradient(#FFFFF3, #FFFFF3), linear-gradient(90deg, #501F21 0%, #FFB000 23.56%, #FFD900 49.04%, #FFB000 73.08%, #501F21 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 20px;
  padding: clamp(40px, 5.5vw, 80px) clamp(16px, 1.3vw, 19px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.about-wrap__top,
.about-wrap__visual {
  position: relative;
  z-index: 1;
}

.about-wrap__top {
  width: 100%;
  max-width: 1199px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(40px, 10.5vw, 152px);
}

.about-wrap__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 354px;
  margin: 0;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, calc(0.5942028986rem + 0.038647343 * 100vw), 4rem);
  line-height: 1.3;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#2B1213), color-stop(49.038%, #501F21), to(#2B1213));
  background: linear-gradient(to right, #2B1213 0%, #501F21 49.038%, #2B1213 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
}

.about-wrap__lead {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 693px;
          flex: 1 1 693px;
  max-width: 693px;
  margin: 0;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, calc(0.4673913043rem + 0.0173913043 * 100vw), 2rem);
  line-height: 1.5;
  color: #0F0000;
}

.about-wrap__visual {
  position: relative;
  width: 100%;
  max-width: 1370.69px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-wrap__orb {
  width: 100%;
  max-width: 1371px;
  height: auto;
  display: block;
}

.about-wrap__labels {
  margin-top: clamp(24px, 4.2vw, 60px);
  width: 100%;
  max-width: 960px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: clamp(8px, 1.13vw, 16px);
     -moz-column-gap: clamp(8px, 1.13vw, 16px);
          column-gap: clamp(8px, 1.13vw, 16px);
}

.about-wrap__labels-side {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(8px, 1.13vw, 16px);
}

.about-wrap__labels-side--left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.about-wrap__labels-side--right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.about-wrap__label {
  margin: 0;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, calc(0.2862318841rem + 0.0251207729 * 100vw), 2.5rem);
  line-height: 1.4;
  text-transform: uppercase;
  color: #2B1213;
  white-space: nowrap;
}

.about-wrap__label--user,
.about-wrap__label--product {
  padding-top: clamp(33px, 4.27vw, 60px);
}

.about-wrap__label--center {
  text-align: center;
  white-space: normal;
}

.about-wrap__line {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: clamp(80px, 10vw, 144px);
  height: 1px;
  background: #2B1213;
  margin-top: clamp(48px, 6.26vw, 88px);
}

.our {
  position: relative;
  margin-top: 8px;
  padding: 0 16px;
  overflow: visible;
}

.our__orb {
  position: absolute;
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
  height: auto;
  display: block;
}

.our__orb--left {
  width: 706px;
  left: 0;
  top: -50px;
}

.our__orb--right {
  width: 415px;
  right: 0;
  bottom: -200px;
}

.our-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 20px;
  padding: clamp(40px, 5.5vw, 80px) clamp(16px, 1.3vw, 19px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#501F21), color-stop(23.56%, #FFB000), color-stop(49.04%, #FFD900), color-stop(73.08%, #FFB000), to(#501F21));
  background: linear-gradient(90deg, #501F21 0%, #FFB000 23.56%, #FFD900 49.04%, #FFB000 73.08%, #501F21 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.our-wrap__grid {
  width: 100%;
  max-width: 1200px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}

.our-wrap__title-wrap {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: start;
      justify-self: start;
  -ms-grid-row-align: start;
      align-self: start;
  margin-top: clamp(60px, 10.4vw, 146px);
  min-width: 322px;
}

.our-wrap__title {
  margin: 0;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(2.25rem, calc(1.615942029rem + 0.0270531401 * 100vw), 4rem);
  line-height: 1.3;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#2B1213), color-stop(49.038%, #501F21), to(#2B1213));
  background: linear-gradient(to right, #2B1213 0%, #501F21 49.038%, #2B1213 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.our-wrap__title span {
  display: block;
}

.our-wrap__card {
  position: relative;
  border: 1px solid transparent;
  background-image: linear-gradient(#FFFFF3, #FFFFF3), linear-gradient(174.83deg, #FFB000 0%, #FFD900 42.31%, #FFF46C 75.37%, #FBFADF 91.68%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 20px;
  overflow: hidden;
  height: 473px;
  padding: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

.our-wrap__card-title,
.our-wrap__card-text {
  position: relative;
  z-index: 2;
}

.our-wrap__card-img {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 360px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.our-wrap__card--radical {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.our-wrap__card--expertise {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.our-wrap__card--deep {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.our-wrap__card-title {
  margin: 0;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, calc(1.1376811594rem + 0.0154589372 * 100vw), 2.5rem);
  line-height: 1.4;
  text-transform: uppercase;
  color: #2B1213;
}

.our-wrap__card-text {
  margin: 0;
  max-width: 510px;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(1.125rem, calc(0.8079710145rem + 0.01352657 * 100vw), 2rem);
  line-height: 1.5;
  color: #2B1213;
}

.join {
  position: relative;
  margin-top: 8px;
  padding: 0 16px;
  overflow: visible;
}

.join__orb {
  position: absolute;
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.join__orb--left {
  left: 0;
  bottom: -250px;
  width: 511px;
  height: 1283px;
}

.join__orb--right {
  right: 0;
  top: -80px;
  width: 356px;
  height: 1072px;
}

.join-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 79px 96px;
  background: transparent;
}

.join-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#501F21), color-stop(23.56%, #FFB000), color-stop(49.04%, #FFD900), color-stop(73.08%, #FFB000), to(#501F21));
  background: linear-gradient(90deg, #501F21 0%, #FFB000 23.56%, #FFD900 49.04%, #FFB000 73.08%, #501F21 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.join-wrap__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}

.join-wrap__top {
  width: 100%;
}

.join-wrap__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.join-wrap__title {
  margin: 0;
  max-width: 100%;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(2.25rem, calc(1.615942029rem + 0.0270531401 * 100vw), 4rem);
  line-height: 1.3;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#2B1213), color-stop(49.038%, #501F21), to(#2B1213));
  background: linear-gradient(to right, #2B1213 0%, #501F21 49.038%, #2B1213 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.join-wrap__lead {
  margin: 0;
  width: 643px;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(1.125rem, calc(0.8079710145rem + 0.01352657 * 100vw), 2rem);
  line-height: 1.5;
  color: #2B1213;
}

.join-wrap__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.join-wrap__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.join-wrap__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Google Sans", Arial, sans-serif;
  border: none;
  background: none;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
  align-items: center;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, calc(0.8188405797rem + 0.0077294686 * 100vw), 1.5rem);
  line-height: 1.3;
  color: #501F21;
  -webkit-transition: color 0.3s ease, gap 0.3s ease;
  transition: color 0.3s ease, gap 0.3s ease;
}

.join-wrap__more svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.join-wrap__more svg path {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.join-wrap__more:hover {
  color: #FFB000;
  gap: 20px;
}

.join-wrap__more:hover svg {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

.join-wrap__more:hover svg path {
  stroke: #FFB000;
}

.join-wrap__more.is-open svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.join-wrap__more.is-open:hover svg {
  -webkit-transform: rotate(180deg) translateY(4px);
      -ms-transform: rotate(180deg) translateY(4px);
          transform: rotate(180deg) translateY(4px);
}

.job-card--hidden { display: none !important; }

.job-card {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc((100% - 48px) / 3);
          flex: 1 1 calc((100% - 48px) / 3);
  max-width: calc((100% - 48px) / 3);
  border-radius: 20px;
  padding: 41px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: linear-gradient(45.97deg, rgba(255, 217, 0, 0.1) 0%, rgba(251, 250, 223, 0.1) 49.038%, rgba(255, 176, 0, 0.1) 96.635%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.job-card:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 32px rgba(255, 176, 0, 0.18), 0 4px 12px rgba(80, 31, 33, 0.08);
          box-shadow: 0 12px 32px rgba(255, 176, 0, 0.18), 0 4px 12px rgba(80, 31, 33, 0.08);
}

.job-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(50%, rgba(255, 255, 255, 0.4)), to(#FFD900));
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.4) 50%, #FFD900 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.job-card__inner {
  width: 100%;
  max-width: 288px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
}

.job-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.job-card__cat {
  margin: 0;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, calc(0.7391304348rem + 0.0057971014 * 100vw), 1.25rem);
  line-height: 1.3;
  color: #2B1213;
}

.job-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.job-card__title {
  margin: 0;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(1.375rem, calc(1.1485507246rem + 0.0096618357 * 100vw), 2rem);
  line-height: 1.4;
  color: #2B1213;
}

.job-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.job-card__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 24px;
  border: 1px solid #2B1213;
  border-radius: 80px;
  opacity: 0.6;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, calc(0.7391304348rem + 0.0057971014 * 100vw), 1.25rem);
  line-height: 1.3;
  color: #2B1213;
  white-space: nowrap;
}

.job-card__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}

.job-card__price {
  margin: 0;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, calc(0.8188405797rem + 0.0077294686 * 100vw), 1.5rem);
  line-height: 1.3;
  color: #2B1213;
}

.job-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Google Sans", Arial, sans-serif;
  border: none;
  background: none;
  position: relative;
  width: 100%;
  height: 56px;
  padding: 0 48px;
  border: none;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.5);
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, calc(0.8188405797rem + 0.0077294686 * 100vw), 1.5rem);
  line-height: 1.5;
  letter-spacing: -0.528px;
  color: #501F21;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

.job-card__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FBFADF), color-stop(50%, #FFD900), to(#FFB000));
  background: linear-gradient(180deg, #FBFADF 0%, #FFD900 50%, #FFB000 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.job-card__btn:hover {
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 -4px 12px rgba(251, 250, 223, 0.6), 0 6px 16px rgba(255, 176, 0, 0.5);
          box-shadow: 0 -4px 12px rgba(251, 250, 223, 0.6), 0 6px 16px rgba(255, 176, 0, 0.5);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.job-card__btn:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 -2px 6px rgba(251, 250, 223, 0.5), 0 2px 8px rgba(255, 176, 0, 0.4);
          box-shadow: 0 -2px 6px rgba(251, 250, 223, 0.5), 0 2px 8px rgba(255, 176, 0, 0.4);
}

.cta {
  padding: 8px 16px 40px;
}

.cta-wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 424px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(128.41deg, rgba(255, 176, 0, 0.8) 1.69%, rgba(255, 217, 0, 0.64) 20.58%, rgba(255, 244, 108, 0.56) 40.89%, rgba(251, 250, 223, 0.8) 59.06%, rgba(251, 250, 223, 0.8) 75.81%);
}

.cta-wrap__lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cta-wrap__lines::before,
.cta-wrap__lines::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}

.cta-wrap__lines span {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}

.cta-wrap__lines span.h1 {
  left: 0;
  right: 0;
  top: 80px;
  height: 1px;
}

.cta-wrap__lines span.h2 {
  left: 0;
  right: 0;
  top: 170px;
  height: 1px;
}

.cta-wrap__lines span.h3 {
  left: 0;
  right: 0;
  top: 344px;
  height: 1px;
}

.cta-wrap__lines span.v1 {
  top: 0;
  bottom: 0;
  left: 80px;
  width: 1px;
}

.cta-wrap__lines span.v2 {
  top: 0;
  bottom: 0;
  left: 620px;
  width: 1px;
}

.cta-wrap__inner {
  position: relative;
  padding: 80px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}

.cta-wrap__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}

.cta-wrap__title {
  max-width: 519px;
  min-height: 90px;
  margin: 0;
  color: #2B1213;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, calc(0.5942028986rem + 0.038647343 * 100vw), 4rem);
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
}

.cta-wrap__lead {
  max-width: 574px;
  margin: 0;
  color: #2B1213;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, calc(0.4673913043rem + 0.0173913043 * 100vw), 2rem);
  line-height: 1.5;
}

.cta-wrap__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 282px;
  min-height: 80px;
  padding: 23px 56px;
  border: 1px solid #FBFADF;
  border-radius: 80px;
  background: #FFD900;
  color: #501F21;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, calc(0.6485507246rem + 0.0096618357 * 100vw), 1.5rem);
  line-height: 1.5;
  letter-spacing: -0.022em;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform, box-shadow;
}

.cta-wrap__btn:hover {
  -webkit-box-shadow: 0 -4px 12px rgba(255, 176, 0, 0.5), 0 6px 16px rgba(255, 176, 0, 0.45);
          box-shadow: 0 -4px 12px rgba(255, 176, 0, 0.5), 0 6px 16px rgba(255, 176, 0, 0.45);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.cta-wrap__btn:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 -2px 6px rgba(255, 176, 0, 0.4), 0 2px 8px rgba(255, 176, 0, 0.35);
          box-shadow: 0 -2px 6px rgba(255, 176, 0, 0.4), 0 2px 8px rgba(255, 176, 0, 0.35);
}

.footer {
  padding: 32px 0;
  background: #FFFFF3;
  position: relative;
}

.footer-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
  position: relative;
  min-height: 232px;
}

.footer-wrap__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 204px;
}

.footer-wrap__logo {
  width: 204px;
  height: 60px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.footer-wrap__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.footer-wrap__logo:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.footer-wrap__logo:hover img {
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 176, 0, 0.55));
          filter: drop-shadow(0 0 10px rgba(255, 176, 0, 0.55));
}

.footer-wrap__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
}

.footer__copy {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  color: #271011;
  opacity: 0.5;
  white-space: nowrap;
}

.footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-col__title {
  font-size: clamp(1rem, calc(0.9094202899rem + 0.0038647343 * 100vw), 1.25rem);
  line-height: 1.5;
  font-weight: 500;
  color: #2B1213;
  letter-spacing: -0.44px;
}

.footer-col--contacts {
  width: 243px;
}

.footer-col--contacts .footer-col__title {
  margin-bottom: 24px;
}

.footer-col--contacts .footer-col__link {
  margin-top: 4px;
}

.footer-col--contacts .footer-col__link--phone {
  width: 144px;
}

.footer-col--contacts .footer-col__link--loc {
  width: 141px;
}

.footer-col--company {
  width: 105px;
}

.footer-col--company .footer-col__title {
  margin-bottom: 33px;
}

.footer-col--company .footer-col__list--links {
  width: 84px;
}

.footer-col--company .footer-col__link {
  width: 84px;
}

.footer-col--follow {
  width: 216px;
}

.footer-col--follow .footer-col__title {
  margin-bottom: 8px;
}

.footer-col__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.footer-col__list--links {
  gap: 19px;
}

.footer-col__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-height: 40px;
}

.footer-col__ico {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer-col__ico img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-col__link {
  font-size: clamp(1rem, calc(0.9094202899rem + 0.0038647343 * 100vw), 1.25rem);
  line-height: 1.3;
  color: #2B1213;
  font-weight: 400;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.footer-col__link:not(.footer-col__link--loc):hover {
  color: #FFB000;
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}

.footer-col__lang {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: 72px;
  height: 32px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.44px;
  color: #2B1213;
}

.footer-col__lang .footer-col__lang-sep {
  opacity: 1;
}

.footer-col__lang .footer-col__lang-alt {
  color: #2B1213;
  opacity: 0.4;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.footer-col__lang .footer-col__lang-alt:hover {
  opacity: 1;
  color: #FFB000;
}

.footer-col__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  height: 76px;
}

.footer-col__social {
  width: 56px;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.footer-col__social img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.footer-col__social:hover {
  -webkit-transform: translateY(-3px) scale(1.06);
      -ms-transform: translateY(-3px) scale(1.06);
          transform: translateY(-3px) scale(1.06);
  -webkit-box-shadow: 0 6px 18px rgba(255, 176, 0, 0.35);
          box-shadow: 0 6px 18px rgba(255, 176, 0, 0.35);
}

.footer-col__social:hover img {
  -webkit-filter: drop-shadow(0 0 6px rgba(255, 217, 0, 0.65));
          filter: drop-shadow(0 0 6px rgba(255, 217, 0, 0.65));
}

.footer-col__social:active {
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal.modal-active {
  display: block;
}

.modal__box {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: 40px auto;
  background: rgba(251, 250, 223, 0.7);
  backdrop-filter: blur(27px);
  -webkit-backdrop-filter: blur(27px);
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(43, 18, 19, 0.2);
          box-shadow: 0 0 10px 0 rgba(43, 18, 19, 0.2);
  padding: 32px 48px 48px;
}

.modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  margin-left: auto;
  margin-bottom: 16px;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.modal__close:hover {
  opacity: 1;
}

.modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}

.modal__tabs {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 52px;
  border-bottom: 1px solid rgba(43, 18, 19, 0.2);
  gap: 56px;
}

.modal__tab {
  position: relative;
  padding: 0 0 12px;
  border: none;
  background: none;
  cursor: pointer;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.022em;
  color: #2B1213;
  opacity: 0.4;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.modal__tab::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #2B1213;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.modal__tab--active {
  opacity: 1;
}

.modal__tab--active::after {
  opacity: 1;
}

.modal__panel {
  width: 100%;
  max-width: 1200px;
  display: none;
}

.modal__panel--visible {
  display: block;
}

.modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.modal__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.modal__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.modal__field--full {
  width: 100%;
}

.modal__label {
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.022em;
  color: #2B1213;
}

.modal__input,
.modal__textarea {
  width: 100%;
  background: white;
  border: 1px solid rgba(80, 31, 33, 0.2);
  border-radius: 16px;
  padding: 24px 40px;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.022em;
  color: #2B1213;
}

.modal__input::-webkit-input-placeholder, .modal__textarea::-webkit-input-placeholder {
  color: #2B1213;
  opacity: 0.3;
}

.modal__input::-moz-placeholder, .modal__textarea::-moz-placeholder {
  color: #2B1213;
  opacity: 0.3;
}

.modal__input:-ms-input-placeholder, .modal__textarea:-ms-input-placeholder {
  color: #2B1213;
  opacity: 0.3;
}

.modal__input::-ms-input-placeholder, .modal__textarea::-ms-input-placeholder {
  color: #2B1213;
  opacity: 0.3;
}

.modal__input::placeholder,
.modal__textarea::placeholder {
  color: #2B1213;
  opacity: 0.3;
}

.modal__textarea {
  min-height: 112px;
  resize: none;
}

.modal__select-wrap {
  position: relative;
}

.modal__select-wrap .choices {
  margin-bottom: 0;
  width: 100%;
}

.modal__select-wrap .choices__inner {
  background: white;
  border: 1px solid #fbfadf;
  border-radius: 16px;
  padding: 24px 40px;
  min-height: auto;
  cursor: pointer;
}

.modal__select-wrap .choices[data-type*=select-one] .choices__inner {
  padding-bottom: 24px;
}

.modal__select-wrap .choices__list--single {
  padding: 0;
}

.modal__select-wrap .choices__list--single .choices__item {
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.022em;
  color: #2B1213;
}

.modal__select-wrap .choices__list--single .choices__placeholder {
  opacity: 0.5;
}

.modal__select-wrap .choices[data-type*=select-one]::after {
  border: none;
  width: 15px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 8L14 1' stroke='%232B1213' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  right: 40px;
  top: 50%;
  margin-top: -4.5px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.modal__select-wrap .choices[data-type*=select-one].is-open::after {
  top: 50%;
  margin-top: -4.5px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal__select-wrap .choices__list--dropdown {
  background: white;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 2px rgba(80, 31, 33, 0.2);
          box-shadow: 0 4px 2px rgba(80, 31, 33, 0.2);
  overflow: hidden;
  margin-top: 4px;
  z-index: 100;
}

.modal__select-wrap .choices__list--dropdown .choices__item {
  min-height: 80px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.022em;
  color: #2B1213;
}

.modal__select-wrap .choices__list--dropdown .choices__item.is-highlighted {
  background: rgba(251, 250, 223, 0.5);
  color: #2B1213;
}

.modal__select-wrap .choices__list--dropdown .choices__item--disabled {
  display: none;
}

.modal__select-wrap .choices__list--dropdown .choices__list {
  max-height: none;
}

.modal__upload {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
  background: white;
  border: 1px dashed rgba(80, 31, 33, 0.2);
  border-radius: 16px;
  padding: 24px 40px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}

.modal__upload p {
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.022em;
  color: #2B1213;
  opacity: 0.3;
}

.modal__upload-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.modal .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.modal .wpcf7-form p {
  margin: 0;
}

.modal .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.modal .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file) {
  width: 100%;
  background: white;
  border: 1px solid rgba(80, 31, 33, 0.2);
  border-radius: 16px;
  padding: 24px 40px;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.022em;
  color: #2B1213;
}

.modal .wpcf7-form textarea.wpcf7-form-control {
  min-height: 112px;
  resize: none;
}

.modal .wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-family: "Google Sans", Arial, sans-serif;
  font-size: 14px;
  color: #d32f2f;
}

.modal .wpcf7-form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 16px;
  border-radius: 12px;
  font-family: "Google Sans", Arial, sans-serif;
  font-size: 14px;
}

.modal .wpcf7-form .wpcf7-spinner {
  margin: 0 0 0 12px;
}

.wpcf7-spinner {
  position: absolute;
}

.modal__upload input[type="file"],
.modal .wpcf7-form .modal__upload input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.modal__upload .wpcf7-form-control-wrap {
  position: absolute;
  inset: 0;
  display: block;
}

.modal .wpcf7-form .modal__submit {
  cursor: pointer;
}

.modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal__submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 282px;
  min-height: 80px;
  padding: 23px 56px;
  border: none;
  border-radius: 80px;
  background: #501F21;
  color: white;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.022em;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}

.modal__submit:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(80, 31, 33, 0.3);
          box-shadow: 0 6px 16px rgba(80, 31, 33, 0.3);
}

.modal__submit:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 1374px) {
  .hero .hero-wrap__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: clamp(16px, 2vw, 24px);
  }

  .hero .hero-wrap__lead {
    max-width: 100%;
  }

  .hero .hero-wrap__stats {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: clamp(16px, 3vw, 48px);
  }

  .hero .hero-wrap__stat {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (max-width: 1024px) {
  .cta .cta-wrap__inner {
    padding: 48px 40px;
    gap: 32px;
  }

  .cta .cta-wrap__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }

  .cta .cta-wrap__title {
    max-width: 100%;
    white-space: normal;
  }

  .cta .cta-wrap__lead {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .about {
    padding: 0 16px;
  }

  .about .container {
    padding: 0;
  }

  .about .about-wrap {
    padding: 24px 16px;
    border-radius: 10px;
    gap: 16px;
    overflow: visible;
  }

  .about .about-wrap__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .about .about-wrap__title {
    max-width: 100%;
    white-space: nowrap;
  }

  .about .about-wrap__lead {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 280px;
    margin-left: 58px;
    line-height: 1.4;
  }

  .about .about-wrap__visual {
    margin-top: 0;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .about .about-wrap__orb {
    width: calc(100% + 80px);
    max-width: none;
    margin-left: -40px;
    margin-right: -40px;
  }

  .about .about-wrap__labels {
    margin-top: 38px;
    max-width: 266px;
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .about .about-wrap__labels-side {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11px;
  }

  .about .about-wrap__labels-side--left {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .about .about-wrap__labels-side--right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .about .about-wrap__label {
    font-weight: 500;
  }

  .about .about-wrap__label--user,
  .about .about-wrap__label--product {
    padding-top: 0;
  }

  .about .about-wrap__line {
    width: 20px;
    margin-top: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 12px;
  }

  .header-wrap {
    display: none;
  }

  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 71px;
    height: 71px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 8px 16px;
    background: rgba(244, 244, 244, 0.1);
    backdrop-filter: blur(27px);
    -webkit-backdrop-filter: blur(27px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .header__burger-toggle {
    position: relative;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .header__burger-toggle:hover img {
    -webkit-filter: drop-shadow(0 0 6px rgba(255, 176, 0, 0.55));
            filter: drop-shadow(0 0 6px rgba(255, 176, 0, 0.55));
  }

  .header__burger-toggle:active {
    -webkit-transform: scale(0.92);
        -ms-transform: scale(0.92);
            transform: scale(0.92);
  }

  .header__burger-toggle img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: opacity 0.2s ease, -webkit-filter 0.3s ease;
    transition: opacity 0.2s ease, -webkit-filter 0.3s ease;
    transition: opacity 0.2s ease, filter 0.3s ease;
    transition: opacity 0.2s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
  }

  .header__burger-close {
    position: absolute;
    inset: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }

  .header__burger-close::before,
  .header__burger-close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26px;
    height: 2.5px;
    background: #2B1213;
    border-radius: 2px;
  }

  .header__burger-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }

  .header__burger-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }

  .header__burger-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 16px;
    width: 100%;
    padding: 22px 24px;
    background: rgba(244, 244, 244, 0.1);
    backdrop-filter: blur(27px);
    -webkit-backdrop-filter: blur(27px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .header__burger-link {
    padding: 4px 6px;
    font-family: "Google Sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #2B1213;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  .header__burger-link:hover {
    color: #FFB000;
  }

  .header__burger-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    font-family: "Google Sans", Arial, sans-serif;
    color: #2B1213;
  }

  .header__burger-lang span {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.4px;
    -webkit-transition: color 0.3s ease, opacity 0.3s ease;
    transition: color 0.3s ease, opacity 0.3s ease;
  }

  .header__burger-lang span:nth-child(2) {
    font-size: 20px;
    line-height: 1.6;
  }

  .header__burger-lang .is-inactive {
    opacity: 0.4;
    cursor: pointer;
  }

  .header__burger-lang .is-inactive:hover {
    opacity: 1;
    color: #FFB000;
  }

  .header__burger--active .header__burger-toggle img {
    opacity: 0;
  }

  .header__burger--active .header__burger-toggle .header__burger-close {
    opacity: 1;
  }

  .header__burger--active ~ .header__burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero {
    min-height: auto;
  }

  .hero__hline {
    display: none;
  }

  .hero__spring {
    display: block;
    position: absolute;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 0;
    opacity: 1;
    height: auto;
  }

  .hero__spring--left {
    top: -40px;
    left: -60px;
    right: auto;
    bottom: auto;
    width: 65vw;
    max-width: 320px;
  }

  .hero__spring--right {
    top: auto;
    left: auto;
    right: -60px;
    bottom: 80px;
    width: 70vw;
    max-width: 340px;
  }

  .hero .hero-wrap {
    min-height: 874px;
    padding: 280px 24px 48px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .hero .hero-wrap__grid {
    display: block;
    inset: 0;
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }

  .hero .hero-wrap__line {
    background: rgba(255, 255, 255, 0.55);
  }

  .hero .hero-wrap__line--v1,
  .hero .hero-wrap__line--v3 {
    display: none;
  }

  .hero .hero-wrap__line--v2 {
    display: block;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .hero .hero-wrap__bg-curve {
    left: 50%;
    top: 50%;
    width: 264vw;
    max-width: none;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .hero .hero-wrap__heading {
    gap: 16px;
    max-width: 354px;
  }

  .hero .hero-wrap__title {
    gap: 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
  }

  .hero .hero-wrap__title-hq {
    display: none;
  }

  .hero .hero-wrap__title-line2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    white-space: normal;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hero .hero-wrap__title-bottom::before {
    content: "high-quality ";
  }

  .hero .hero-wrap__cashbee {
    display: inline-block;
    font-size: 48px;
    line-height: 1.25;
  }

  .hero .hero-wrap__btn {
    min-width: 170px;
    width: 170px;
    min-height: 48px;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.308px;
  }

  .hero .hero-wrap__bottom {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 48px;
    width: auto;
    max-width: none;
    margin-top: 0;
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hero .hero-wrap__lead {
    display: none;
  }

  .hero .hero-wrap__stats {
    width: 100%;
    max-width: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }

  .hero .hero-wrap__stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: normal;
    text-align: center;
  }

  .hero .hero-wrap__stat-num {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
  }

  .hero .hero-wrap__stat-label {
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
  }

  .hero .hero-wrap__stat-label p {
    text-align: center;
  }

  .our {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0 16px;
    overflow: visible;
    overflow-x: clip;
  }

  .our__orb {
    opacity: 1;
    max-width: none;
    aspect-ratio: 506.843/575.516;
  }

  .our__orb--left {
    width: 126.08vw;
    height: auto;
    left: -47.46vw;
    top: -17.54vw;
    right: auto;
    bottom: auto;
  }

  .our__orb--right {
    display: block;
    width: 126.08vw;
    height: auto;
    left: 36.14vw;
    top: 103.1vw;
    right: auto;
    bottom: auto;
  }

  .our .our-wrap {
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #501F21;
    max-width: none;
    overflow: hidden;
  }

  .our .our-wrap::before {
    display: none;
  }

  .our .our-wrap__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-columns: none;
    grid-template-columns: none;
    -ms-grid-rows: none;
    grid-template-rows: none;
    row-gap: 16px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    max-width: none;
    width: 100%;
  }

  .our .our-wrap__title-wrap {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
    margin-bottom: 2px;
    min-width: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .our .our-wrap__title {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
  }

  .our .our-wrap__title span {
    display: inline;
  }

  .our .our-wrap__card {
    grid-column: auto;
    grid-row: auto;
    height: 251px;
    padding: 31px;
    border-radius: 20px;
    gap: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .our .our-wrap__card-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
  }

  .our .our-wrap__card-text {
    font-size: 14px;
    line-height: 1.4;
    max-width: 258px;
  }

  .our .our-wrap__card-img {
    width: 175px;
    height: auto;
    top: 0;
    right: 0;
  }

  .our .our-wrap__card--deep {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .our .our-wrap__card--radical {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .our .our-wrap__card--expertise {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .join {
    margin-top: 8px;
    padding: 0 16px;
    overflow: visible;
    overflow-x: clip;
  }

  .join__orb {
    display: block;
    width: 190px;
    height: auto;
    opacity: 0.7;
  }

  .join__orb--left {
    content: url(../img/main/orb-join-left-mobile.png);
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 190px;
  }

  .join__orb--right {
    content: url(../img/main/orb-join-right-mobile.png);
    right: 0;
    left: auto;
    top: auto;
    bottom: -200px;
    width: 210px;
  }

  .join .join-wrap {
    padding: 24px;
    border-radius: 10px;
    max-width: none;
  }

  .join .join-wrap::before {
    background: #501F21;
  }

  .join .join-wrap__inner {
    max-width: none;
    gap: 24px;
  }

  .join .join-wrap__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 9px;
  }

  .join .join-wrap__title {
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
    color: #501F21;
    max-width: 100%;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    white-space: nowrap;
  }

  .join .join-wrap__lead {
    max-width: min(238px, 100% - 84px);
    margin-left: 84px;
    font-size: 14px;
    line-height: 1.4;
  }

  .join .join-wrap__bottom {
    gap: 16px;
  }

  .join .join-wrap__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  .join .join-wrap__more {
    min-width: 52px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.308px;
    gap: 8px;
    color: #501F21;
  }

  .join .join-wrap__more svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11px;
            flex: 0 0 11px;
    width: 11px;
  }

  .join .job-card {
    width: 100%;
    max-width: 100%;
    border: 0;
    border-radius: 20px;
    padding: 24px 16px;
    background-image: linear-gradient(30.77deg, rgba(255, 217, 0, 0.05) 0%, rgba(251, 250, 223, 0.05) 49.038%, rgba(255, 176, 0, 0.05) 96.635%);
  }

  .join .job-card__inner {
    max-width: 100%;
    gap: 24px;
  }

  .join .job-card__head {
    gap: 8px;
  }

  .join .job-card__cat {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.264px;
  }

  .join .job-card__meta {
    gap: 16px;
  }

  .join .job-card__title {
    font-size: 16px;
    line-height: 1.4;
  }

  .join .job-card__tags {
    gap: 8px;
  }

  .join .job-card__tag {
    min-height: 24px;
    padding: 0 16px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.264px;
  }

  .join .job-card__foot {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }

  .join .job-card__price {
    font-size: 14px;
    line-height: 1.4;
  }

  .join .job-card__btn {
    width: auto;
    min-height: 32px;
    padding: 0 48px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.308px;
  }

  .cta {
    padding: 8px 16px 0;
    position: relative;
  }

  .cta::before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 70%;
    height: 55%;
    background: radial-gradient(ellipse at 80% 80%, rgba(255, 176, 0, 0.22) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
  }

  .cta .cta-wrap {
    min-height: 232px;
    border-radius: 10px;
    background: linear-gradient(110.88deg, rgba(255, 176, 0, 0.8) 1.69%, rgba(255, 217, 0, 0.64) 20.58%, rgba(255, 244, 108, 0.56) 40.89%, rgba(251, 250, 223, 0.8) 59.06%, rgba(251, 250, 223, 0.8) 75.81%);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 176, 0, 0.18);
            box-shadow: inset 0 0 0 1px rgba(255, 176, 0, 0.18);
  }

  .cta .cta-wrap__lines {
    display: block;
  }

  .cta .cta-wrap__lines span.h1 {
    top: 26px;
  }

  .cta .cta-wrap__lines span.h2 {
    top: 61px;
  }

  .cta .cta-wrap__lines span.h3 {
    top: 130px;
  }

  .cta .cta-wrap__lines span.v1 {
    left: 21px;
    right: auto;
    width: 1px;
  }

  .cta .cta-wrap__lines span.v2 {
    left: 126px;
    right: auto;
    height: 151px;
    width: 1px;
  }

  .cta .cta-wrap__inner {
    padding: 24px;
    gap: 19px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .cta .cta-wrap__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
  }

  .cta .cta-wrap__title {
    max-width: 100%;
    min-height: 0;
    font-size: 24px;
    line-height: 1.4;
    white-space: nowrap;
  }

  .cta .cta-wrap__lead {
    max-width: 192px;
    margin-left: 102px;
    font-size: 14px;
    line-height: 1.4;
  }

  .cta .cta-wrap__btn {
    min-width: 170px;
    max-width: 170px;
    min-height: 48px;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.308px;
  }

  .footer {
    padding: 16px 0;
    background: #fbfadf;
  }

  .footer .footer-wrap {
    max-width: 100%;
    min-height: auto;
    padding: 0 24px;
  }

  .footer .footer-wrap__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }

  .footer .footer-wrap__logo {
    width: 122px;
    height: 36px;
  }

  .footer .footer-wrap__cols {
    width: 100%;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer .footer__copy {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: block;
    margin-top: 16px;
    width: 100%;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.264px;
    color: #501F21;
    opacity: 0.4;
    text-align: center;
    white-space: normal;
  }

  .footer .footer-col__title {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .footer .footer-col--contacts {
    width: auto;
    max-width: none;
  }

  .footer .footer-col--contacts .footer-col__title {
    margin-bottom: 8px;
  }

  .footer .footer-col--contacts .footer-col__link {
    margin-top: 0;
  }

  .footer .footer-col--contacts .footer-col__link--phone {
    width: auto;
  }

  .footer .footer-col--contacts .footer-col__link--loc {
    width: auto;
  }

  .footer .footer-col--company {
    width: auto;
  }

  .footer .footer-col--company .footer-col__title {
    margin-bottom: 8px;
  }

  .footer .footer-col--company .footer-col__list--links {
    width: auto;
    gap: 8px;
  }

  .footer .footer-col--company .footer-col__list--links li {
    line-height: 0;
  }

  .footer .footer-col--company .footer-col__link {
    width: auto;
    vertical-align: top;
  }

  .footer .footer-col--follow {
    width: auto;
  }

  .footer .footer-col--follow .footer-col__title {
    display: none;
  }

  .footer .footer-col__list {
    gap: 8px;
  }

  .footer .footer-col__item {
    gap: 8px;
    min-height: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer .footer-col__ico {
    width: 24px;
    height: 24px;
  }

  .footer .footer-col__link {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.264px;
  }

  .footer .footer-col__lang {
    width: auto;
    height: auto;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.264px;
    gap: 4px;
  }

  .footer .footer-col__lang .footer-col__lang-sep {
    font-size: 14px;
    line-height: 1.6;
  }

  .footer .footer-col__socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer .footer-col__social {
    width: 32px;
    height: 32px;
  }

  .modal__box {
    max-width: 700px;
    padding: 24px 32px 40px;
  }

  .modal__close {
    width: 36px;
    height: 36px;
    margin-bottom: 16px;
  }

  .modal__inner {
    gap: 32px;
  }

  .modal__tabs {
    height: 44px;
    gap: 24px;
  }

  .modal__tab {
    font-size: 18px;
    padding: 0 0 10px;
  }

  .modal__form,
  .modal .wpcf7-form {
    gap: 24px;
  }

  .modal__grid {
    gap: 16px;
  }

  .modal__label {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .modal__input,
  .modal__textarea,
  .modal .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file) {
    padding: 16px 20px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .modal__textarea,
  .modal .wpcf7-form textarea.wpcf7-form-control {
    min-height: 96px;
  }

  .modal__select-wrap .choices__inner {
    padding: 16px 20px;
    border-radius: 12px;
  }

  .modal__select-wrap .choices[data-type*=select-one] .choices__inner {
    padding-bottom: 16px;
  }

  .modal__select-wrap .choices__list--single .choices__item {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .modal__select-wrap .choices[data-type*=select-one]::after {
    right: 20px;
  }

  .modal__select-wrap .choices__list--dropdown .choices__item {
    min-height: 72px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .modal__select-wrap select {
    padding: 16px 20px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .modal__upload {
    min-height: 160px;
    padding: 16px 20px;
    border-radius: 12px;
  }

  .modal__upload p {
    font-size: 16px;
    line-height: 1.5;
  }

  .modal__submit {
    min-width: 220px;
    min-height: 56px;
    padding: 14px 40px;
    font-size: 18px;
  }
}

@media (max-width: 550px) {
  .about .about-wrap__labels {
    max-width: 100%;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }

  .about .about-wrap__labels-side {
    gap: 8px;
    min-width: 0;
  }

  .about .about-wrap__line {
    width: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (max-width: 480px) {
  .modal__box {
    width: 100%;
    max-width: 354px;
    margin: 16px auto;
    padding: 16px 24px 40px;
  }

  .modal__close {
    width: 32px;
    height: 32px;
    margin-bottom: 24px;
  }

  .modal__inner {
    gap: 24px;
  }

  .modal__tabs {
    height: 38px;
    gap: 0;
  }

  .modal__tab {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    font-size: 16px;
    padding: 0 0 8px;
  }

  .modal__form,
  .modal .wpcf7-form {
    gap: 16px;
  }

  .modal__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .modal__field {
    gap: 8px;
  }

  .modal__label {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .modal__input,
  .modal__textarea,
  .modal .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file) {
    padding: 16px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .modal__textarea,
  .modal .wpcf7-form textarea.wpcf7-form-control {
    min-height: 80px;
  }

  .modal__select-wrap .choices__inner {
    padding: 16px;
    border-radius: 10px;
  }

  .modal__select-wrap .choices[data-type*=select-one] .choices__inner {
    padding-bottom: 16px;
  }

  .modal__select-wrap .choices__list--single .choices__item {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .modal__select-wrap .choices[data-type*=select-one]::after {
    right: 16px;
  }

  .modal__select-wrap .choices__list--dropdown .choices__item {
    min-height: 64px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .modal__select-wrap select {
    padding: 16px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .modal__upload {
    min-height: 140px;
    padding: 16px;
    border-radius: 10px;
  }

  .modal__upload p {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .modal__footer {
    margin-top: 24px;
  }

  .modal__submit {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 12px 32px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.308px;
  }
}

@media (max-width: 375px) {
  .about .about-wrap__labels {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }

  .about .about-wrap__labels-side {
    gap: 6px;
  }

  .about .about-wrap__line {
    width: 10px;
  }
}

@media (max-width: 1439px) and (min-width: 1375px) {
  .hero .hero-wrap {
    padding-left: clamp(24px, 3vw, 48px);
    padding-right: clamp(24px, 3vw, 48px);
  }

  .hero .hero-wrap__stats {
    gap: 24px;
  }
}

@media (max-width: 1127px) and (min-width: 769px) {
  .join-wrap {
    padding-left: 48px;
    padding-right: 48px;
  }

  .job-card {
    min-width: 0;
  }
}

@media (max-width: 900px) and (min-width: 769px) {
  .hero__spring {
    opacity: 0.6;
  }

  .hero .hero-wrap__stats {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px 12px;
  }

  .hero .hero-wrap__stat {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .join-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .job-card {
    padding: 24px;
  }

  .job-card__inner {
    max-width: none;
  }
}
.page-text { padding: 180px 16px 100px; }
.page-text--404 { padding-top: 180px; padding-bottom: 140px; }
.page-text .container { max-width: 880px; margin: 0 auto; }
.page-text__article { color: #2B1213; }
.page-text__article--center { text-align: center; }
.page-text__title {
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(1.75rem, 1rem + 2vw, 3rem);
  line-height: 1.15;
  margin: 0 0 24px;
  color: #2B1213;
}
.page-text__code {
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(4rem, 3rem + 6vw, 8rem);
  line-height: 1;
  color: #FFB606;
  margin: 0 0 16px;
}
.page-text__lead {
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.125rem);
  line-height: 1.6;
  color: #5A3537;
  margin: 0 0 28px;
}
.page-text__body {
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.0625rem);
  line-height: 1.7;
  color: #2B1213;
}
.page-text__body p { margin: 0 0 16px; }
.page-text__body h2 { font-size: 1.6rem; margin: 32px 0 12px; }
.page-text__body h3 { font-size: 1.3rem; margin: 24px 0 10px; }
.page-text__body ul, .page-text__body ol { margin: 0 0 16px 22px; }
.page-text__body a { color: #FFB606; text-decoration: underline; }
.page-text__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 32px;
  background: #FFB606;
  color: #2B1213;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s ease;
}
.page-text__btn:hover { background: #FFC840; }
@media (max-width: 768px) {
  .page-text { padding: 110px 16px 64px; }
  .page-text--404 { padding-top: 110px; padding-bottom: 80px; }
}

.modal--success.modal-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal--success .modal__box--success {
  max-width: 576px;
  padding: 48px;
  padding-bottom: 80px;
  margin: 20px auto;
  background: rgba(251, 250, 223, 0.5);
  backdrop-filter: blur(27px);
  -webkit-backdrop-filter: blur(27px);
  text-align: center;
}

.modal--success .modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  margin: 0;
  width: 32px;
  height: 32px;
  opacity: 1;
}

.modal__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.modal__success-img {
  width: 197.534px;
  max-width: 100%;
  height: auto;
  display: block;
}

.modal__success-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #2B1213;
}

.modal__success-title {
  margin: 0;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
}

.modal__success-desc {
  margin: 0;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  max-width: 468px;
}

.modal__upload {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background: white;
  border: 1px dashed rgba(80, 31, 33, 0.2);
  border-radius: 16px;
  padding: 24px 40px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  transition: border-color 0.2s, border-style 0.2s;
}

.modal__upload.is-dragover {
  border-color: #FFB606;
  background: rgba(255, 244, 108, 0.2);
}

.modal__upload.is-filled,
.modal__upload.is-loading,
.modal__upload.is-error {
  min-height: 0;
  border-style: solid;
  border-color: rgba(80, 31, 33, 0.2);
  padding: 24px 40px;
  align-items: stretch;
  cursor: default;
}

.modal__upload.is-error {
  border-color: #EE000A;
}

.modal__upload-empty {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.modal__upload.is-filled .modal__upload-empty,
.modal__upload.is-loading .modal__upload-empty,
.modal__upload.is-error .modal__upload-empty {
  display: none;
}

.modal__upload-file {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}

.modal__upload-file[hidden] { display: none; }

.modal__upload-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.modal__upload-info {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.modal__upload-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.modal__upload-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: "Google Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.022em;
  color: #2B1213;
}

.modal__upload-name {
  margin: 0;
}

.modal__upload-size {
  margin: 0;
  opacity: 0.5;
}

.modal__upload-status {
  display: none;
  align-items: center;
  gap: 4px;
  font-family: "Google Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.022em;
}

.modal__upload-status--success { color: #009B1A; }
.modal__upload-status--error { color: #EE000A; }

.modal__upload.is-filled .modal__upload-file {
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.modal__upload.is-filled .modal__upload-status--success { display: inline-flex; }
.modal__upload.is-error .modal__upload-file {
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.modal__upload.is-error .modal__upload-status--error { display: inline-flex; }

.modal__upload-actions {
  display: none;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.modal__upload.is-filled .modal__upload-actions,
.modal__upload.is-error .modal__upload-actions {
  display: inline-flex;
}

.modal__upload-action {
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2B1213;
}

.modal__upload-progress {
  display: none;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.modal__upload.is-loading .modal__upload-progress { display: flex; }
.modal__upload.is-loading .modal__upload-file {
  flex-direction: column;
}
.modal__upload.is-loading .modal__upload-actions { display: none; }

.modal__upload-bar {
  position: relative;
  flex: 1;
  height: 9px;
  background: rgba(217, 217, 217, 0.5);
  border-radius: 20px;
  overflow: hidden;
}

.modal__upload-bar span {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 20px;
  background: linear-gradient(180deg, #FBFADF 0%, #FFF46C 22.92%, #FFD900 47.6%, #FFB000 74.93%);
  transition: width 0.2s linear;
}

.modal__upload-percent {
  margin: 0;
  min-width: 48px;
  text-align: right;
  font-family: "Google Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #2B1213;
}

.modal__upload.is-loading .modal__upload-row {
  width: 100%;
}

.modal__upload-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.modal__upload.is-filled .modal__upload-input,
.modal__upload.is-loading .modal__upload-input,
.modal__upload.is-error .modal__upload-input {
  display: none;
}

@media (max-width: 768px) {
  .modal--success .modal__box--success {
    max-width: 520px;
    padding: 32px 32px 56px;
  }
  .modal__success { gap: 32px; }
  .modal__success-img { width: 160px; }
  .modal__success-title { font-size: 26px; }
  .modal__success-desc { font-size: 20px; }
  .modal__upload-meta,
  .modal__upload-status,
  .modal__upload-percent { font-size: 16px; }
  .modal__upload.is-filled .modal__upload-file,
  .modal__upload.is-error .modal__upload-file {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .modal--success .modal__box--success {
    width: 100%;
    max-width: 354px;
    margin: 16px auto;
    padding: 24px 24px 40px;
  }
  .modal--success .modal__close { top: 16px; right: 16px; width: 28px; height: 28px; }
  .modal__success { gap: 24px; }
  .modal__success-img { width: 132px; }
  .modal__success-title { font-size: 22px; }
  .modal__success-desc { font-size: 16px; line-height: 1.4; }
  .modal__upload-meta,
  .modal__upload-status,
  .modal__upload-percent { font-size: 14px; line-height: 1.4; }
  .modal__upload-icon,
  .modal__upload-action { width: 24px; height: 24px; }
  .modal__upload-icon svg,
  .modal__upload-action svg { width: 24px; height: 24px; }
  .modal__upload-actions { gap: 12px; }
}

/* ===== CB UPDATES 2026-05-13 ===== */
/* ===== CB UPDATES 2026-05-13 ===== */

/* (2) Menu underline — from center outward */
.header-wrap__link::after {
  left: 50%;
  right: auto;
  width: 100%;
  transform: translateX(-50%) scaleX(0);
  -webkit-transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  -webkit-transform-origin: center;
}
.header-wrap__link:hover::after {
  transform: translateX(-50%) scaleX(1);
  -webkit-transform: translateX(-50%) scaleX(1);
}

/* (3) Lang switcher — active brown, inactive hover white */
.header-wrap__lang span:not(.is-inactive):not(:nth-child(2)) {
  color: #501F21;
  font-weight: 500;
}
.header-wrap__lang span:not(.is-inactive):not(:nth-child(2)):hover {
  color: #501F21;
}
.header-wrap__lang .is-inactive {
  color: #501F21;
  opacity: 0.4;
}
.header-wrap__lang .is-inactive:hover {
  color: #FFFFFF;
  opacity: 1;
}
.header-wrap__lang .lang-sep {
  opacity: 0.5;
}

/* (4) Mobile logo in burger header */
.header__mobile-logo {
  display: none;
}
@media (max-width: 768px) {
  .header {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 20px 0 !important;
    gap: 12px;
  }
  .header__mobile-logo {
    display: inline-block;
    width: 140px;
    height: 36px;
    transition: filter 0.3s ease, transform 0.3s ease;
    -webkit-transition: filter 0.3s ease, transform 0.3s ease;
  }
  .header__mobile-logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: left center;
  }
  .header__mobile-logo:hover {
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    filter: drop-shadow(0 0 10px rgba(255, 176, 0, 0.7));
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 176, 0, 0.7));
  }
  .header__burger {
    align-self: auto !important;
  }
  .header__burger-menu {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    margin-top: 8px;
    z-index: 20;
  }
}

/* (5) Header full-width — logo to edge, nav to edge + stronger logo glow */
.header-wrap__row {
  max-width: 100% !important;
}
.header-wrap__logo {
  transition: opacity 0.4s ease, transform 0.4s ease, filter 0.4s ease;
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease, filter 0.4s ease;
}
.header-wrap__logo:hover {
  transform: translateY(-1px) scale(1.04);
  -webkit-transform: translateY(-1px) scale(1.04);
  filter: drop-shadow(0 0 14px rgba(255, 217, 0, 0.85)) drop-shadow(0 0 22px rgba(255, 176, 0, 0.55));
  -webkit-filter: drop-shadow(0 0 14px rgba(255, 217, 0, 0.85)) drop-shadow(0 0 22px rgba(255, 176, 0, 0.55));
}
.header-wrap__logo:hover img {
  filter: drop-shadow(0 0 8px rgba(255, 217, 0, 0.7));
  -webkit-filter: drop-shadow(0 0 8px rgba(255, 217, 0, 0.7));
}

/* (6) Hero — brighter bg + visible grid */
.hero {
  background-image: linear-gradient(192.92deg, rgba(255, 176, 0, 0.95) 8%, rgba(255, 217, 0, 0.92) 22%, rgba(255, 244, 108, 0.85) 38%, rgba(251, 250, 223, 0.75) 65%, rgba(255, 255, 255, 0) 90%);
}
.hero__hline,
.hero .hero-wrap__line {
  background: rgba(255, 255, 255, 0.85);
}

/* (6) Hero title reveal — words appear with stagger */
.cb-reveal-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(24px);
  -webkit-transform: translateY(24px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  -webkit-transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  will-change: opacity, transform;
}
.cb-reveal-word.is-in {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/* (7) Stats counter — fade-in stagger */
.hero-wrap__stat {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.hero-wrap__stat.is-in {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/* (8) About — orb butterfly float */
@keyframes cb-float-orb {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-8px) rotate(0.6deg); }
}
.about-wrap__orb {
  animation: cb-float-orb 6s ease-in-out infinite;
  will-change: transform;
}

/* (9) USER — IGAMING — PRODUCT line draw */
.about-wrap__line {
  transform-origin: left center;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: transform 0.9s cubic-bezier(.6,.1,.2,1) 0.2s;
  -webkit-transition: transform 0.9s cubic-bezier(.6,.1,.2,1) 0.2s;
}
.about-wrap__labels-side--right .about-wrap__line {
  transform-origin: right center;
  -webkit-transform-origin: right center;
}
.about-wrap__labels.is-in .about-wrap__line {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.about-wrap__label {
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  -webkit-transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.about-wrap__labels.is-in .about-wrap__label {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.about-wrap__labels.is-in .about-wrap__label--user { transition-delay: 0s; }
.about-wrap__labels.is-in .about-wrap__label--center { transition-delay: 0.35s; }
.about-wrap__labels.is-in .about-wrap__label--product { transition-delay: 0.7s; }

/* (10) Our Approach — card hover + img tilt + appear from top-right */
.our-wrap__card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  -webkit-transition: transform 0.4s ease, box-shadow 0.4s ease;
  will-change: transform;
}
.our-wrap__card:hover {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(255, 176, 0, 0.35), 0 6px 16px rgba(80, 31, 33, 0.12);
  -webkit-box-shadow: 0 18px 40px rgba(255, 176, 0, 0.35), 0 6px 16px rgba(80, 31, 33, 0.12);
}
.our-wrap__card-img {
  transition: transform 0.6s cubic-bezier(.2,.7,.2,1);
  -webkit-transition: transform 0.6s cubic-bezier(.2,.7,.2,1);
  transform-origin: top right;
  -webkit-transform-origin: top right;
}
.our-wrap__card:hover .our-wrap__card-img {
  transform: scale(1.08) rotate(-4deg);
  -webkit-transform: scale(1.08) rotate(-4deg);
}
/* fade-in img from top-right on first appearance handled by AOS-like class */
.our-wrap__card .our-wrap__card-img {
  opacity: 0;
  transform: translate(40px, -40px) scale(0.9);
  -webkit-transform: translate(40px, -40px) scale(0.9);
}
.our-wrap__card.aos-animate .our-wrap__card-img,
.our-wrap__card.is-in .our-wrap__card-img {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  -webkit-transform: translate(0, 0) scale(1);
  transition: opacity 0.9s ease-out 0.2s, transform 0.9s cubic-bezier(.2,.7,.2,1) 0.2s;
  -webkit-transition: opacity 0.9s ease-out 0.2s, transform 0.9s cubic-bezier(.2,.7,.2,1) 0.2s;
}
.our-wrap__card:hover .our-wrap__card-img {
  transition: transform 0.5s cubic-bezier(.2,.7,.2,1);
  -webkit-transition: transform 0.5s cubic-bezier(.2,.7,.2,1);
}

/* (11) Social icons — brand hover like .hero-wrap__btn */
.footer-col__social {
  background: transparent;
  border: 1px solid rgba(80, 31, 33, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
.footer-col__social:hover {
  background: #FFD900;
  border-color: #FBFADF;
  transform: translateY(-3px) scale(1.08);
  -webkit-transform: translateY(-3px) scale(1.08);
  box-shadow: 0 -4px 12px rgba(255, 176, 0, 0.5), 0 8px 22px rgba(255, 176, 0, 0.55);
  -webkit-box-shadow: 0 -4px 12px rgba(255, 176, 0, 0.5), 0 8px 22px rgba(255, 176, 0, 0.55);
}
.footer-col__social:hover img {
  filter: none;
  -webkit-filter: none;
}
.footer-col__social:active {
  transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
  box-shadow: 0 -2px 6px rgba(255, 176, 0, 0.4), 0 2px 8px rgba(255, 176, 0, 0.35);
  -webkit-box-shadow: 0 -2px 6px rgba(255, 176, 0, 0.4), 0 2px 8px rgba(255, 176, 0, 0.35);
}

/* (12) Modal — glass overlay + compact + brand button */
.modal {
  background: rgba(43, 18, 19, 0.35);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}
.modal__box {
  background: rgba(251, 250, 223, 0.55);
  backdrop-filter: blur(30px) saturate(160%);
  -webkit-backdrop-filter: blur(30px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 60px rgba(43, 18, 19, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 30px 60px rgba(43, 18, 19, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* Career modal compact layout */
#contactModal .modal__box {
  margin: 16px auto;
  max-width: 1100px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  padding: 16px 32px 28px;
}
#contactModal .modal__inner { gap: 24px; }
#contactModal .modal__tabs {
  height: 44px;
  gap: 32px;
}
#contactModal .modal__tab {
  font-size: 20px;
  padding: 0 0 10px;
}
#contactModal .modal__form,
#contactModal .modal .wpcf7-form { gap: 20px; }
#contactModal .modal__grid { gap: 16px; }
#contactModal .modal__field { gap: 8px; }
#contactModal .modal__label { font-size: 16px; line-height: 1.4; }
#contactModal .modal__input,
#contactModal .modal__textarea,
#contactModal .modal .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-file),
#contactModal .modal__select-wrap .choices__inner {
  padding: 14px 20px;
  font-size: 16px;
  border-radius: 12px;
  min-height: auto;
}
#contactModal .modal__select-wrap .choices__list--single .choices__item { font-size: 16px; }
#contactModal .modal__select-wrap .choices[data-type*=select-one]::after { right: 20px; }
#contactModal .modal__textarea,
#contactModal .modal .wpcf7-form textarea.wpcf7-form-control { min-height: 80px; }
#contactModal .modal__upload {
  min-height: 120px;
  padding: 14px 20px;
}
#contactModal .modal__upload p { font-size: 14px; line-height: 1.4; }
#contactModal .modal__close { width: 36px; height: 36px; margin-bottom: 8px; }
#contactModal .modal__footer { margin-top: 4px; }

/* Brand button styled like .hero-wrap__btn */
#contactModal .modal__submit,
#contactModal .modal .wpcf7-form .wpcf7-submit {
  min-width: 240px;
  min-height: 60px;
  padding: 16px 40px;
  border-radius: 60px;
  background: #FFD900 !important;
  border: 1px solid #FBFADF !important;
  color: #501F21 !important;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.022em;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease, transform 0.3s ease;
}
#contactModal .modal__submit:hover,
#contactModal .modal .wpcf7-form .wpcf7-submit:hover {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  box-shadow: 0 -4px 12px rgba(255, 176, 0, 0.5), 0 6px 16px rgba(255, 176, 0, 0.45) !important;
  -webkit-box-shadow: 0 -4px 12px rgba(255, 176, 0, 0.5), 0 6px 16px rgba(255, 176, 0, 0.45) !important;
}
#contactModal .modal__submit:active,
#contactModal .modal .wpcf7-form .wpcf7-submit:active {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

@media (max-width: 768px) {
  #contactModal .modal__box {
    padding: 14px 16px 20px;
    margin: 8px;
    max-height: calc(100vh - 16px);
  }
  #contactModal .modal__inner { gap: 16px; }
  #contactModal .modal__grid {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
  }
}
/* ===== END CB UPDATES ===== */

/* ===== CB UPDATES 2 ===== */

/* (1) Mobile logo — fix squish: keep aspect ratio of the SVG */
@media (max-width: 768px) {
  .header__mobile-logo {
    width: 140px !important;
    height: 21px !important;
    aspect-ratio: 179.276 / 26.657;
    overflow: hidden;
  }
  .header__mobile-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: left center;
    display: block;
  }
}

/* (3) About/Our/Join — animated gradient border (top → bottom cycle) */
@keyframes cb-border-flow {
  0%   { background-position: 0 0%; }
  100% { background-position: 0 200%; }
}

.about-wrap {
  background-image:
    linear-gradient(#FFFFF3, #FFFFF3),
    linear-gradient(180deg, #501F21 0%, #FFB000 25%, #FFD900 50%, #FFB000 75%, #501F21 100%) !important;
  background-size: auto, 100% 200% !important;
  background-repeat: no-repeat, repeat-y !important;
  animation: cb-border-flow 4s linear infinite;
  will-change: background-position;
}

.our-wrap::before,
.join-wrap::before {
  background-image: linear-gradient(180deg, #501F21 0%, #FFB000 25%, #FFD900 50%, #FFB000 75%, #501F21 100%) !important;
  background-size: 100% 200% !important;
  background-repeat: repeat-y !important;
  animation: cb-border-flow 4s linear infinite;
  will-change: background-position;
}

/* (3b) Restore section titles (gradient-text was rendering invisible) */
.about-wrap__title,
.our-wrap__title,
.join-wrap__title {
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #2B1213 !important;
  color: #2B1213 !important;
}

/* (4) About orb — butterfly wing flap on scroll (replaces the float loop) */
.about-wrap__orb {
  animation: none !important;
  transform-origin: 50% 60%;
  -webkit-transform-origin: 50% 60%;
  transition: transform 0.12s linear;
  -webkit-transition: -webkit-transform 0.12s linear;
  will-change: transform;
}

/* (5) Modal — vertically centered, hidden scrollbar but still scrollable */
.modal.modal-active {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
}

#contactModal .modal__box,
.modal__box {
  margin: 0 auto !important;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#contactModal .modal__box::-webkit-scrollbar,
.modal__box::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

@media (max-width: 768px) {
  .modal.modal-active {
    padding: 8px 0;
  }
  #contactModal .modal__box {
    max-height: calc(100vh - 16px);
    margin: 0 8px !important;
  }
}

/* ===== END CB UPDATES 2 ===== */
