.hero-routme-wrap {
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
  font-family: 'Inter';
}

/* Real font name - Mona Sans */

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff'),
    url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.hero-routme-wrap h1,
.hero-routme-wrap h2,
.hero-routme-wrap h3,
.hero-routme-wrap h4,
.hero-routme-wrap h5,
.hero-routme-wrap h6,
.hero-routme-wrap p,
.hero-routme-wrap ul,
.hero-routme-wrap li,
.hero-routme-wrap a {
  margin: 0;
}

/* ======start css HUGO NEW PAGE hero-routme ====== */

.hero-routme-wrap {
  width: 100%;
  background: #ffffff;
}

.hero-routme-wrap .routme-bg {
  width: 100%;
  background: url(../images/hero-routme.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 93px 20px 0px 20px;
}

.hero-routme-wrap .routme-bg .routme-inn {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 68px;
}

.hero-routme-wrap .routme-bg .routme-inn .banner-routme {
  max-width: 375px;
  margin: 0 auto;
}

.hero-routme-wrap .routme-bg .routme-inn .banner-routme img {
  max-width: 100%;
}

.hero-routme-wrap .routme-bg .routme-inn .mobileimg {
  max-width: 592px;
  margin: 0 auto;
  text-align: center;
}

.hero-routme-wrap .routme-bg .routme-inn .mobileimg img {
  max-width: 592px;
  display: block;
}

.hero-routme-wrap .section-routme {
  width: 100%;
  background: #ffffff;
  padding: 100px 80px 0px 80px;
}

.hero-routme-wrap .section-routme .built-routme {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.hero-routme-wrap .section-routme .built-routme .app-free-title-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-routme-wrap
  .section-routme
  .built-routme
  .app-free-title-box
  .app-free-title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #141318;
}

.hero-routme-wrap
  .section-routme
  .built-routme
  .app-free-title-box
  .app-free-title
  span {
  color: #df6a72;
}

.hero-routme-wrap .section-routme .built-routme .mi-partnered-text {
  width: 100%;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #141318;
}

.hero-routme-wrap .section-routme .built-routme .mi-partnered-text a {
  font-weight: 700;
  color: #df6a72;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.hero-routme-wrap .section-routme .built-routme .now-guides {
  width: 100%;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #3a3a37;
  margin-top: 16px;
}

.hero-routme-wrap .section-routme .built-routme .now-guides a {
  color: #df6a72;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hero-routme-wrap .section-routme .built-routme .takeaways-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-routme-wrap
  .section-routme
  .built-routme
  .takeaways-box
  .takeaways-box-title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #df6a72;
}

.hero-routme-wrap .section-routme .built-routme .takeaways-box .key-built-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.hero-routme-wrap
  .section-routme
  .built-routme
  .takeaways-box
  .key-built-grid
  .box-grid-bg {
  width: 100%;
  border-radius: 18px;
  padding: 20px;

  /* background: linear-gradient(180deg, #FFEDED 0%, #EAE2E1 100%);*/

  border: solid 1px #eae2e1;
  background: linear-gradient(135deg, #fff0f1 0%, #fde8e8 100%);
}

.hero-routme-wrap
  .section-routme
  .built-routme
  .takeaways-box
  .key-built-grid
  .box-grid-bg
  .bulat-text {
  width: 100%;
}

.hero-routme-wrap
  .section-routme
  .built-routme
  .takeaways-box
  .key-built-grid
  .box-grid-bg
  .bulat-text
  ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

.hero-routme-wrap
  .section-routme
  .built-routme
  .takeaways-box
  .key-built-grid
  .box-grid-bg
  .bulat-text
  ul
  span {
  padding-top: 3px;
}

.hero-routme-wrap
  .section-routme
  .built-routme
  .takeaways-box
  .key-built-grid
  .box-grid-bg
  .bulat-text
  ul
  li {
  font-family: 'Inter';
  font-weight: 400;
  text-decoration: none;
  list-style: none;
  color: #000000;
  letter-spacing: 0%;
  font-size: 20px;
  line-height: 150%;
  vertical-align: middle;
}

.hero-routme-wrap .section-why-this {
  width: 100%;
  background: #f9f9f9;
  padding: 100px 80px;
}

.hero-routme-wrap .section-why-this .this-center {
  max-width: 1280px;
  margin: 0 auto;
}

.hero-routme-wrap .section-why-this .this-center .had-grid {
  display: grid;
  grid-template-columns: 556px 1fr;
  gap: 99px;
}

.hero-routme-wrap .section-why-this .this-center .problem-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero-routme-wrap .section-why-this .this-center .problem-right .border-text {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #141318;
  border-left: solid 5px #df6a72;
  padding-left: 45px;
}

.hero-routme-wrap .section-why-this .this-center .problem-right .around-text {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 23px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #141318;
  padding-left: 50px;
}

.hero-routme-wrap .section-why-this .this-center .why-left-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero-routme-wrap .section-why-this .this-center .why-left-box .to-be-title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -2px;
}

.hero-routme-wrap
  .section-why-this
  .this-center
  .why-left-box
  .to-be-title
  span {
  color: #df6a72;
  display: block;
}

.hero-routme-wrap .section-why-this .this-center .why-left-box .two-grid {
  display: grid;
  grid-template-columns: 275px 1fr;
  gap: 16px;
}

.hero-routme-wrap
  .section-why-this
  .this-center
  .why-left-box
  .two-grid
  .improved-red {
  box-sizing: border-box;
  background: linear-gradient(180deg, #df6a72 0%, #d25059 100%);
  border-radius: 24px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-routme-wrap
  .section-why-this
  .this-center
  .why-left-box
  .two-grid
  .improved-black {
  box-sizing: border-box;
  background: linear-gradient(180deg, #1c0b0c 0%, #0f0606 100%);
  border-radius: 24px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-routme-wrap .section-why-this .this-center .why-left-box .the-airport {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 58px;
  line-height: 100%;
  letter-spacing: -1px;
  color: #ffffff;
}

.hero-routme-wrap
  .section-why-this
  .this-center
  .why-left-box
  .the-airport-text {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.8);
}

.hero-routme-wrap .section-why-this .this-center .why-left-box .sources-text {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #7e8492;
}

.hero-routme-wrap .section-why-this .this-center .why-left-box .sources-text a {
  text-decoration: underline;
  color: #df6a72;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hero-routme-wrap .section-challenge {
  width: 100%;
  background: linear-gradient(180deg, #ffffff 22.88%, #e58885 106.95%);
  padding: 100px 80px;
}

.hero-routme-wrap .text-pink {
  color: #df6a72;
}

.hero-routme-wrap .section-challenge .challenge-inn {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.hero-routme-wrap .section-challenge .challenge-inn .challenge-grid {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 100px;
}

.hero-routme-wrap
  .section-challenge
  .challenge-inn
  .challenge-grid
  .challenge-part {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-routme-wrap
  .section-challenge
  .challenge-inn
  .challenge-grid
  .challenge-part
  .challenge-title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #df6a72;
}

.hero-routme-wrap
  .section-challenge
  .challenge-inn
  .challenge-grid
  .challenge-part
  .wayfinding {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #1d1e25;
}

.hero-routme-wrap
  .section-challenge
  .challenge-inn
  .challenge-grid
  .large-airports {
  max-width: 654px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-routme-wrap
  .section-challenge
  .challenge-inn
  .challenge-grid
  .large-airports-text {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #7e8492;
  margin: 0;
}

.hero-routme-wrap .section-challenge .challenge-inn .above-stat {
  width: 100%;
}

.hero-routme-wrap .section-challenge .challenge-inn .above-stat img {
  max-width: 100%;
}

.hero-routme-wrap .section-challenge .challenge-inn .complex {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-routme-wrap .section-challenge .challenge-inn .complex .complex-gird {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero-routme-wrap
  .section-challenge
  .challenge-inn
  .complex
  .complex-gird
  .multi-bg
  .multi-bg-inn {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-routme-wrap
  .section-challenge
  .challenge-inn
  .complex
  .complex-gird
  .multi-bg
  .multi-bg-inn
  .number {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 4%;
  color: #df6a72;
  margin-bottom: 18px;
}

.hero-routme-wrap
  .section-challenge
  .challenge-inn
  .complex
  .complex-gird
  .multi-bg
  .multi-bg-inn
  .terminal-title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: -1px;
  color: #141318;
}

.hero-routme-wrap
  .section-challenge
  .challenge-inn
  .complex
  .complex-gird
  .multi-bg
  .multi-bg-inn
  .commercial {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #7e8492;
}

.hero-routme-wrap
  .section-challenge
  .challenge-inn
  .complex
  .complex-gird
  .multi-bg {
  background: #ffffff;
  border-radius: 36px;
  padding: 24px;
  box-shadow: 0px 0px 0px 1.5px #eceef1;
  border: 5px solid #ffffff;
  will-change: transform;
  transition: background 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.hero-routme-wrap
  .section-challenge
  .challenge-inn
  .complex
  .complex-gird
  .multi-bg:hover {
  background: linear-gradient(180deg, #df6a72 0%, #d25059 100%);
  box-shadow: 2px -1px 14px 0px #f6b4b4;
  border: 5px solid #ffffff;
}

.hero-routme-wrap
  .section-challenge
  .challenge-inn
  .complex
  .complex-gird
  .multi-bg:hover
  .number {
  color: #ffffff;
}

.hero-routme-wrap
  .section-challenge
  .challenge-inn
  .complex
  .complex-gird
  .multi-bg:hover
  .terminal-title {
  color: #ffffff;
}

.hero-routme-wrap
  .section-challenge
  .challenge-inn
  .complex
  .complex-gird
  .multi-bg:hover
  .commercial {
  color: #ffffff;
}

.hero-routme-wrap .section-solution {
  width: 100%;
  background: #141318;
  padding: 100px 80px;
}

.hero-routme-wrap .section-solution .solution-inn {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.hero-routme-wrap .section-solution .solution-inn .solution-grid {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 100px;
}

.hero-routme-wrap
  .section-solution
  .solution-inn
  .solution-grid
  .solution-part {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-routme-wrap
  .section-solution
  .solution-inn
  .solution-grid
  .solution-part
  .solution-title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #df6a72;
}

.hero-routme-wrap .section-solution .solution-inn .solution-part .someone {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #ffffff;
}

.hero-routme-wrap
  .section-solution
  .solution-inn
  .solution-grid
  .solution-part
  .someone
  span {
  color: #df6a72;
}

.hero-routme-wrap
  .section-solution
  .solution-inn
  .solution-grid
  .solution-airports {
  max-width: 654px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-routme-wrap
  .section-solution
  .solution-inn
  .solution-grid
  .solution-airports-text {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #a7adb7;
  margin: 0;
}

.hero-routme-wrap .section-solution .solution-inn .five-step-main {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
}

.hero-routme-wrap .section-solution .solution-inn .five-step-bg {
  display: flex;
  gap: 16px;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

.hero-routme-wrap .section-solution .solution-inn .five-step-bg .step-one-bg,
.hero-routme-wrap .section-solution .solution-inn .five-step-bg .step-two-bg,
.hero-routme-wrap .section-solution .solution-inn .five-step-bg .step-three-bg,
.hero-routme-wrap .section-solution .solution-inn .five-step-bg .step-four-bg {
  flex: 1;
  background: #1f212c;
  border: solid 2px #1f212c;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: auto;
  box-sizing: border-box;
  will-change: transform;
  transition: background 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.hero-routme-wrap
  .section-solution
  .solution-inn
  .five-step-bg
  .step-one-bg:hover,
.hero-routme-wrap
  .section-solution
  .solution-inn
  .five-step-bg
  .step-two-bg:hover,
.hero-routme-wrap
  .section-solution
  .solution-inn
  .five-step-bg
  .step-three-bg:hover,
.hero-routme-wrap
  .section-solution
  .solution-inn
  .five-step-bg
  .step-four-bg:hover {
  border: solid 2px #df6a72;
  box-shadow: 0px 0px 8px 2px #df6a72;
}

.hero-routme-wrap .section-solution .solution-inn .step-one {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 4%;
  color: #df6a72;
}

.hero-routme-wrap .section-solution .solution-inn .scan {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -1px;
  color: #ffffff;
}

.hero-routme-wrap .section-solution .solution-inn .scan-discrip {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #a7adb7;
}

.hero-routme-wrap .section-engineering {
  width: 100%;
  background: #ffffff;
  padding: 100px 80px;
}

.hero-routme-wrap .section-engineering .engineering-inn {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.hero-routme-wrap .section-engineering .engineering-inn .engineering-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-routme-wrap
  .section-engineering
  .engineering-inn
  .engineering-main
  .engineering-title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #141318;
  margin: 0;
}

.hero-routme-wrap
  .section-engineering
  .engineering-inn
  .engineering-main
  .engineering-text {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
  color: #1f212c;
}

.hero-routme-wrap .section-engineering .engineering-inn .computer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.hero-routme-wrap .section-engineering .engineering-inn .computer-bg {
  display: flex;
  flex-direction: column;
  gap: 60px;
  border: 1px solid #0000001a;
  border-radius: 36px;
  padding: 24px;
  background: radial-gradient(
    72.78% 271.8% at 134.92% -19.17%,
    rgba(229, 130, 129, 0.09) 40%,
    rgba(255, 255, 255, 0.9) 100%
  );
  justify-content: space-between;
}

.hero-routme-wrap
  .section-engineering
  .engineering-inn
  .computer-bg
  .vision-icon {
  width: 44px;
}

.hero-routme-wrap
  .section-engineering
  .engineering-inn
  .computer-bg
  .vision-title-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-routme-wrap
  .section-engineering
  .engineering-inn
  .computer-bg
  .vision-title-box
  .vision-title {
  margin: 0;
  font-family: 'Inter';
  color: #141318;
  font-weight: 600;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: -1px;
}

.hero-routme-wrap
  .section-engineering
  .engineering-inn
  .computer-bg
  .vision-title-box
  .vision-text {
  margin: 0;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #7e8492;
}

.hero-routme-wrap
  .section-engineering
  .engineering-inn
  .computer-bg
  .vision-title-box
  .vision-text
  a {
  font-family: 'Inter';
  color: #df6a72;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hero-routme-wrap .section-built-for {
  width: 100%;
  background: radial-gradient(
    60.1% 46.25% at 37.12% 114.02%,
    rgba(229, 136, 133, 0.31) 0%,
    rgba(255, 255, 255, 0.31) 89.66%
  );
  padding: 100px 80px;
}

.hero-routme-wrap .section-built-for .built-for-inn {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.hero-routme-wrap .section-built-for .built-for-inn .built-titel-box {
  max-width: 1013px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-routme-wrap
  .section-built-for
  .built-for-inn
  .built-titel-box
  .built-titel {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #141318;
}

.hero-routme-wrap
  .section-built-for
  .built-for-inn
  .built-titel-box
  .built-titel
  span {
  color: #df6a72;
}

.hero-routme-wrap .section-built-for .built-for-inn .built-discrip {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #141318;
}

.hero-routme-wrap .section-built-for .built-for-inn .built-menu-box {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-routme-wrap .section-built-for .built-for-inn .built-menu-box ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}

.hero-routme-wrap .section-built-for .built-for-inn .built-menu-box ul li {
  text-decoration: none;
  list-style: none;
  display: inline-block;
  /* margin: 7px 24px 7px 0; */
}

.hero-routme-wrap .section-built-for .built-for-inn .built-menu-box ul li span {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-decoration: none;
  list-style: none;
  display: block;
  color: #ffffff;
  border-radius: 100px;
  padding: 16px 32px;
  will-change: transform;
  transition: background 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  background: linear-gradient(180deg, #df6a72 0%, #d25059 100%);
}

.hero-routme-wrap
  .section-built-for
  .built-for-inn
  .built-menu-box
  ul
  li
  span:hover {
  background: linear-gradient(180deg, #d25059 0%, #df6a72 100%);
}

.hero-routme-wrap .section-built-for .built-for-inn .built-border-text {
  max-width: 892px;
  border-left: solid 5px #df6a72;
  font-family: 'Inter';
  color: #141318;
  font-weight: 500;
  font-size: 24px;
  line-height: 200%;
  letter-spacing: 0%;
  padding-left: 40px;
}

.hero-routme-wrap .section-built-for .built-for-inn .built-border-text .boldd {
  font-weight: 700;
}

.hero-routme-wrap .section-built-for .built-for-inn .built-border-text a {
  color: #df6a72;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  font-weight: 700;
}

/* --------------------------------------------------------------------------
       SECTION 3: STICKY TAB NAVIGATION BAR
       -------------------------------------------------------------------------- */

.hero-routme-wrap .at-a-glance-section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0px 80px 0px;
  background: #ffffff;
}

@media (min-width: 1367px) and (max-width: 1440px) {
  .hero-routme-wrap .at-a-glance-section {
    padding: 40px 48px 20px 48px;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .hero-routme-wrap .at-a-glance-section {
    padding: 30px 48px 55px 48px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-routme-wrap .at-a-glance-section {
    padding: 20px 48px 55px 48px;
  }
}

.hero-routme-wrap .sticky-tab-nav-wrapper {
  background: #ffffff;
  z-index: 1000;
  padding: 20px 80px 20px 80px;
  transition: all 0.3s ease;
}

.hero-routme-wrap .sticky-tab-nav-inner-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fef6f6;
  border-radius: 12px;
  padding: 12px 16px;
}

.hero-routme-wrap .tab-menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.hero-routme-wrap .tab-menu::-webkit-scrollbar {
  display: none;
}

.hero-routme-wrap .tab-menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hero-routme-wrap .tab-menu-item {
  flex: 0 0 auto;
}

.hero-routme-wrap .tab-menu-anchor {
  display: inline-block;
  padding: 14px 18px;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  color: #141318;
  text-decoration: none;
  border-radius: 9px;
  transition: background 0.25s ease-out;
  white-space: nowrap;
  cursor: pointer;
}

.hero-routme-wrap .tab-menu-anchor:hover {
  color: #db5454;
  background-color: rgba(219, 84, 84, 0.08);
}

.hero-routme-wrap .tab-menu-anchor.active {
  background: linear-gradient(0deg, #df6a72, #df6a72),
    linear-gradient(180deg, #df6a72 0%, #d25059 100%);
  color: #ffffff;
}

/* --------------------------------------------------------------------------
       SECTIONS WITH SCROLL MARGIN (ALL VISIBLE SEQUENTIALLY)
       -------------------------------------------------------------------------- */

.hero-routme-wrap .content-section {
  scroll-margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero-routme-wrap .section-title {
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  color: #141318;
  letter-spacing: -0.02px;
}

/* --------------------------------------------------------------------------
       SPECIFICATION GRID TABLE (AT A GLANCE)
       -------------------------------------------------------------------------- */

.hero-routme-wrap .info-grid-table {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.hero-routme-wrap .info-row {
  display: flex;
  align-items: center;
  padding: 24px 0;
  gap: 20px;
  border-bottom: 1px solid #ededed;
}

.hero-routme-wrap .info-row:first-child {
  padding: 0 0 24px 0;
}

.hero-routme-wrap .info-row:last-child {
  border-bottom: none;
}

.hero-routme-wrap .info-label {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: #7e8492;
  text-transform: uppercase;
  letter-spacing: 0;
  width: 30%;
}

.hero-routme-wrap .info-value {
  width: 70%;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  color: #141318;
}

.hero-routme-wrap .brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #df6a72;
  font-weight: 600;
  text-decoration: none;
  font-size: 24px;
  line-height: 150%;
  transition: color 0.2s ease;
}

.hero-routme-wrap .brand-link:hover {
  color: #b93838;
}

.hero-routme-wrap .arrow-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22.5px;
  height: 22.5px;
  color: #ffffff;
  border-radius: 50%;
}

.hero-routme-wrap .founder-card {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.hero-routme-wrap .founder-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.hero-routme-wrap .founder-info {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.hero-routme-wrap .founder-name {
  color: #df6a72;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}

.hero-routme-wrap .founder-name a {
  text-decoration: none;
  color: #df6a72;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}

.hero-routme-wrap .founder-role {
  color: #7e8492;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  margin-top: 1px;
}

.hero-routme-wrap .arrow-circle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22.5px;
  height: 22.5px;
  color: #ffffff;
  border-radius: 50%;
  transition: transform 0.2s ease, background-color 0.2s ease;
  margin-left: 4px;
}

.hero-routme-wrap .arrow-circle-btn:hover {
  transform: scale(1.1);
  background-color: #b93838;
}

/* --------------------------------------------------------------------------
       RESPONSIVE MEDIA QUERIES
       -------------------------------------------------------------------------- */

@media (max-width: 1366px) {
  .hero-routme-wrap .info-label {
    font-size: 16px;
  }

  .hero-routme-wrap .info-value {
    font-size: 18px;
  }

  .hero-routme-wrap .brand-link {
    font-size: 22px;
  }

  .hero-routme-wrap .tab-menu-anchor {
    font-size: 17px;
    padding: 14px 16px;
  }

  .hero-routme-wrap .section-title {
    font-size: 40px;
  }

  .hero-routme-wrap .sticky-tab-nav-wrapper {
    padding: 20px 48px 20px 48px;
  }
}

@media (max-width: 1024px) {
  .hero-routme-wrap .tab-menu-anchor {
    font-size: 16px;
    padding: 12px 14px;
  }

  .hero-routme-wrap .section-title {
    font-size: 32px;
  }

  .hero-routme-wrap .info-value {
    font-size: 17px;
  }

  .hero-routme-wrap .sticky-tab-nav-wrapper {
    padding: 20px 48px 20px 48px;
  }
}

@media (max-width: 767px) {
  .hero-routme-wrap .at-a-glance-section {
    padding: 40px 20px 40px 20px;
  }

  .hero-routme-wrap .content-section {
    padding: 0px;
    gap: 30px;
  }

  .hero-routme-wrap .dummy-hero-title {
    font-size: 34px;
  }

  .hero-routme-wrap .overview-grid,
  .hero-routme-wrap .stats-grid {
    grid-template-columns: 1fr;
  }

  .hero-routme-wrap .sticky-tab-nav-wrapper {
    display: none;
  }

  .hero-routme-wrap .tab-menu {
    justify-content: flex-start;
    gap: 4px;
  }

  .hero-routme-wrap .tab-menu-anchor {
    padding: 10px 16px;
    font-size: 16px;
  }

  .hero-routme-wrap .section-title {
    font-size: 28px;
  }

  .hero-routme-wrap .info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 14px 0;
  }

  .hero-routme-wrap .info-label {
    width: 100%;
    font-size: 16px;
  }

  .hero-routme-wrap .info-value {
    width: 100%;
    font-size: 16px;
  }
}

.hero-routme-wrap .section-the-results {
  max-width: 100%;
  padding: 100px 80px;
  background: linear-gradient(138.25deg, #ffffff 63.21%, #e58885 140.21%);
}

.hero-routme-wrap .the-results-inn {
  max-width: 1280px;
  margin: 0 auto;
}

.hero-routme-wrap .the-results-inn .results-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.hero-routme-wrap .the-results-inn .left-usage-part {
  width: 100%;
}

.hero-routme-wrap .the-results-inn .title-smoll {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #df6a72;
  margin-bottom: 24px;
}

.hero-routme-wrap .the-results-inn .title-usage {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #141318;
}

.hero-routme-wrap .the-results-inn .passenger-right {
  display: flex;
  flex-direction: column;
}

.hero-routme-wrap .the-results-inn .passenger-right .passenger {
  width: 100%;
}

.hero-routme-wrap .the-results-inn .passenger-right .passenger .text-point {
  width: 24px;
  height: 24px;
}

.hero-routme-wrap .the-results-inn .passenger-right .passenger .text-point img {
  width: 24px;
}

.hero-routme-wrap
  .the-results-inn
  .passenger-right
  .passenger
  .text-satisfaction {
  width: 100%;
  border-left: solid 1px #df6a72;
  margin-top: -24px;
  padding-left: 83px;
  margin-left: 12px;
}

.hero-routme-wrap
  .the-results-inn
  .passenger-right
  .passenger
  .text-satisfaction
  .satisfaction {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0b0b0b;
}

.hero-routme-wrap
  .the-results-inn
  .passenger-right
  .passenger
  .text-satisfaction
  .satisfaction
  span {
  font-family: 'Inter';
  color: #df6a72;
  font-weight: 600;
  font-size: 56px;
  line-height: 45px;
  letter-spacing: -2px;
}

.hero-routme-wrap
  .the-results-inn
  .passenger-right
  .passenger
  .text-satisfaction
  .across-text {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #7e8492;
  padding-bottom: 80px;
}

.hero-routme-wrap
  .the-results-inn
  .passenger-right
  .passenger
  .text-satisfaction
  .across-pa {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #7e8492;
}

.hero-routme-wrap .section-beacon {
  width: 100%;
  padding: 100px 80px;
}

.hero-routme-wrap .beacon-inn {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.hero-routme-wrap .beacon-inn .beacon-main {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-routme-wrap .beacon-inn .beacon-main .beacon-title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #141318;
}

.hero-routme-wrap .beacon-inn .beacon-main .beacon-title span {
  color: #ce5d5b;
}

.hero-routme-wrap .beacon-inn .beacon-main .beacon-discrip {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: 0;
  color: #1f212c;
}

.hero-routme-wrap .comparison-table {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 234px 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 16px;
  font-family: Arial, sans-serif;
  color: #1f212c;
  justify-content: center;
}

.hero-routme-wrap .comparison-card {
  display: grid;
  border: 1px solid #d1d1d1;
  border-radius: 12px;
  overflow: hidden;
  background: #fcfcfc;
}

.hero-routme-wrap .card-title {
  min-height: 70px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  background: #f3f3f3;
  border-bottom: 1px solid #d9d9d9;
}

.hero-routme-wrap .card-row {
  min-height: 88px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 150%;
  border-bottom: 1px solid #d9d9d9;
}

.hero-routme-wrap .card-row span img {
  display: block;
}

.hero-routme-wrap .card-row:last-child {
  border-bottom: 0;
}

.hero-routme-wrap .matrix-card .card-row {
  padding-left: 11px;
}

.hero-routme-wrap .beacon-card .card-title {
  color: #686868;
}

.hero-routme-wrap .beacon-card .card-row {
  gap: 12px;
}

.hero-routme-wrap .routeme-card {
  background: linear-gradient(180deg, #df6a72 0%, #d25059 100%);
  color: #fff;
  border-image-source: linear-gradient(
    180deg,
    rgba(209, 116, 113, 0.4) 0%,
    #efdbdb 100%
  );
}

.hero-routme-wrap .routeme-card .card-title {
  background: #db5a64;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.hero-routme-wrap .routeme-card .card-row {
  border-color: rgba(255, 255, 255, 0.35);
  gap: 12px;
}

.hero-routme-wrap .status-icon {
  width: 14px;
  height: 14px;
  min-width: 14px;

  border-radius: 50%;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.hero-routme-wrap .status-icon.error {
  background: #d65359;
  color: #fff;
}

.hero-routme-wrap .status-icon.success {
  background: #20c978;
  color: #fff;
}

@media (max-width: 1366px) {
  .hero-routme-wrap .comparison-table {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 200px 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 12px;
    font-family: Arial, sans-serif;
    color: #292d38;
  }

  .hero-routme-wrap .comparison-card {
    display: grid;
  }
}

@media (max-width: 1024px) {
  .hero-routme-wrap .comparison-table {
    grid-template-columns: 200px repeat(2, 400px);
    gap: 16px;
    justify-content: start;
    overflow: auto;
  }

  .hero-routme-wrap .comparison-card {
    display: block;
    grid-row: auto;
    width: 100%;
  }

  .hero-routme-wrap .card-title {
    font-size: 16px;
  }

  .hero-routme-wrap .card-row {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .hero-routme-wrap .comparison-card {
    width: 100%;
  }

  .hero-routme-wrap .card-title {
    min-height: 52px;
    padding: 0 16px;
    font-size: 16px;
  }

  .hero-routme-wrap .card-row {
    min-height: 58px;
    padding: 14px 16px;
    font-size: 16px;
    height: 77px;
  }

  .hero-routme-wrap .routeme-card .card-row {
    min-height: 64px;
  }
}

/* ======end css HUGO NEW PAGE hero-routme ====== */

@media (min-width: 1441px) and (max-width: 1600px) {
  .hero-routme-wrap .routme-bg .routme-inn {
    gap: 30px;
  }
}

@media (min-width: 1367px) and (max-width: 1440px) {
  .hero-routme-wrap
    .section-routme
    .built-routme
    .app-free-title-box
    .app-free-title {
    font-size: 48px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .routme-bg .routme-inn {
    gap: 20px;
  }

  .hero-routme-wrap .section-routme {
    padding: 80px 48px 0px 48px;
  }

  .hero-routme-wrap .section-why-this {
    padding: 80px 48px;
  }

  .hero-routme-wrap .section-challenge {
    padding: 80px 48px;
  }

  .hero-routme-wrap .section-why-this .this-center .problem-right .border-text {
    font-size: 24px;
    padding-left: 30px;
  }

  .hero-routme-wrap .section-why-this .this-center .problem-right .around-text {
    font-size: 21px;
    padding-left: 35px;
  }

  .hero-routme-wrap .section-why-this .this-center .why-left-box .two-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-routme-wrap .section-why-this .this-center .why-left-box .to-be-title {
    font-size: 48px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .challenge-grid
    .challenge-part
    .wayfinding {
    font-size: 48px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .section-solution {
    padding: 80px 48px;
  }

  .hero-routme-wrap .section-solution .solution-inn .solution-part .someone {
    font-size: 48px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .section-engineering {
    padding: 80px 48px;
  }

  .hero-routme-wrap .section-built-for {
    padding: 80px 48px;
  }

  .hero-routme-wrap .section-built-for .built-for-inn .built-titel-box {
    max-width: 100%;
  }

  .hero-routme-wrap
    .section-built-for
    .built-for-inn
    .built-titel-box
    .built-titel {
    font-size: 48px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .section-the-results {
    padding: 80px 48px;
  }

  .hero-routme-wrap .the-results-inn .title-usage {
    font-size: 48px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .the-results-inn .results-grid {
    gap: 16px;
  }

  .hero-routme-wrap .the-results-inn .title-smoll {
    font-size: 18px;
  }

  .hero-routme-wrap
    .the-results-inn
    .passenger-right
    .passenger
    .text-satisfaction
    .satisfaction
    span {
    font-size: 48px;
  }

  .hero-routme-wrap
    .the-results-inn
    .passenger-right
    .passenger
    .text-satisfaction {
    padding-left: 60px;
  }

  .hero-routme-wrap
    .the-results-inn
    .passenger-right
    .passenger
    .text-satisfaction
    .across-text {
    padding-bottom: 60px;
  }

  .hero-routme-wrap .section-beacon {
    padding: 80px 48px;
  }

  .hero-routme-wrap .beacon-inn .beacon-main .beacon-title {
    font-size: 48px;
    letter-spacing: -1px;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .hero-routme-wrap .section-routme {
    padding: 65px 48px 0px 48px;
  }

  .hero-routme-wrap
    .section-routme
    .built-routme
    .app-free-title-box
    .app-free-title {
    font-size: 40px;
  }

  .hero-routme-wrap .section-routme .built-routme .mi-partnered-text {
    font-size: 22px;
  }

  .hero-routme-wrap .section-routme .built-routme .now-guides {
    font-size: 18px;
  }

  .hero-routme-wrap .routme-bg .routme-inn {
    gap: 20px;
  }

  .hero-routme-wrap .section-why-this {
    padding: 65px 48px;
  }

  .hero-routme-wrap .section-challenge {
    padding: 65px 48px;
  }

  .hero-routme-wrap
    .section-routme
    .built-routme
    .takeaways-box
    .key-built-grid
    .box-grid-bg
    .bulat-text
    ul
    li {
    font-size: 18px;
  }

  .hero-routme-wrap .section-routme .built-routme {
    gap: 50px;
  }

  .hero-routme-wrap .section-why-this .this-center .had-grid {
    grid-template-columns: 556px 1fr;
    gap: 25px;
  }

  .hero-routme-wrap .section-why-this .this-center .problem-right {
    gap: 30px;
  }

  .hero-routme-wrap .section-why-this .this-center .problem-right .border-text {
    font-size: 19px;
    padding-left: 25px;
  }

  .hero-routme-wrap .section-why-this .this-center .problem-right .around-text {
    font-size: 18px;
    padding-left: 30px;
  }

  .hero-routme-wrap .section-why-this .this-center .why-left-box .two-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-routme-wrap .section-why-this .this-center .why-left-box .to-be-title {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .section-why-this .this-center .why-left-box .the-airport {
    font-size: 48px;
  }

  .hero-routme-wrap .section-challenge .challenge-inn .challenge-grid {
    gap: 20px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .challenge-grid
    .large-airports {
    gap: 16px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .challenge-grid
    .challenge-part
    .wayfinding {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .section-challenge .challenge-inn {
    gap: 40px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .complex
    .complex-gird
    .multi-bg
    .multi-bg-inn
    .terminal-title {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .complex
    .complex-gird
    .multi-bg
    .multi-bg-inn
    .number {
    margin-bottom: 0;
  }

  .hero-routme-wrap .section-solution .solution-inn {
    gap: 50px;
  }

  .hero-routme-wrap .section-solution .solution-inn .solution-grid {
    gap: 20px;
  }

  .hero-routme-wrap .section-solution {
    padding: 65px 48px;
  }

  .hero-routme-wrap .section-solution .solution-inn .solution-part .someone {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .section-solution .solution-inn .five-step-bg {
    display: flex;
  }

  .hero-routme-wrap .section-solution .solution-inn .five-step-bg .step-one-bg {
    height: auto;
  }

  .hero-routme-wrap .section-solution .solution-inn .five-step-bg .step-two-bg {
    height: auto;
  }

  .hero-routme-wrap
    .section-solution
    .solution-inn
    .five-step-bg
    .step-three-bg {
    height: auto;
  }

  .hero-routme-wrap
    .section-solution
    .solution-inn
    .five-step-bg
    .step-four-bg {
    height: auto;
  }

  .hero-routme-wrap .section-engineering .engineering-inn {
    gap: 50px;
  }

  .hero-routme-wrap
    .section-engineering
    .engineering-inn
    .engineering-main
    .engineering-title {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .section-engineering .engineering-inn .computer-bg {
    gap: 24px;
    border-radius: 24px;
  }

  .hero-routme-wrap
    .section-engineering
    .engineering-inn
    .computer-bg
    .vision-title-box
    .vision-title {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-routme-wrap .section-engineering {
    padding: 65px 48px;
  }

  .hero-routme-wrap .section-built-for {
    padding: 65px 48px;
  }

  .hero-routme-wrap .section-built-for .built-for-inn .built-titel-box {
    max-width: 100%;
  }

  .hero-routme-wrap
    .section-built-for
    .built-for-inn
    .built-titel-box
    .built-titel {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .section-built-for .built-for-inn .built-discrip {
    font-size: 22px;
  }

  .hero-routme-wrap .section-built-for .built-for-inn {
    gap: 50px;
  }

  .hero-routme-wrap
    .section-built-for
    .built-for-inn
    .built-menu-box
    ul
    li
    span {
    padding: 13px 25px;
  }

  .hero-routme-wrap .section-built-for .built-for-inn .built-border-text {
    font-size: 22px;
    line-height: 150%;
    padding-left: 23px;
  }

  .hero-routme-wrap .section-the-results {
    padding: 65px 48px;
  }

  .hero-routme-wrap .the-results-inn .title-usage {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .the-results-inn .results-grid {
    gap: 16px;
  }

  .hero-routme-wrap .the-results-inn .title-smoll {
    font-size: 18px;
  }

  .hero-routme-wrap
    .the-results-inn
    .passenger-right
    .passenger
    .text-satisfaction
    .satisfaction
    span {
    font-size: 38px;
  }

  .hero-routme-wrap
    .the-results-inn
    .passenger-right
    .passenger
    .text-satisfaction {
    padding-left: 40px;
  }

  .hero-routme-wrap
    .the-results-inn
    .passenger-right
    .passenger
    .text-satisfaction
    .across-text {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 50px;
  }

  .hero-routme-wrap .section-beacon {
    padding: 65px 48px;
  }

  .hero-routme-wrap .beacon-inn .beacon-main .beacon-title {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .beacon-inn .beacon-main .beacon-discrip {
    font-size: 22px;
    line-height: 140%;
  }

  .hero-routme-wrap .section-built-for .built-for-inn .built-menu-box ul {
    gap: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-routme-wrap .section-routme {
    padding: 55px 48px 0px 48px;
  }

  .hero-routme-wrap .section-routme .built-routme .mi-partnered-text {
    font-size: 20px;
  }

  .hero-routme-wrap .section-routme .built-routme .now-guides {
    font-size: 18px;
  }

  .hero-routme-wrap
    .section-routme
    .built-routme
    .app-free-title-box
    .app-free-title {
    font-size: 32px;
    letter-spacing: 0;
  }

  .hero-routme-wrap .routme-bg .routme-inn {
    gap: 10px;
  }

  .hero-routme-wrap .section-why-this {
    padding: 55px 48px;
  }

  .hero-routme-wrap .section-challenge {
    padding: 55px 48px;
  }

  .hero-routme-wrap
    .section-routme
    .built-routme
    .takeaways-box
    .key-built-grid {
    gap: 16px;
  }

  .hero-routme-wrap
    .section-routme
    .built-routme
    .takeaways-box
    .key-built-grid
    .box-grid-bg
    .bulat-text
    ul
    li {
    font-size: 16px;
  }

  .hero-routme-wrap .section-routme .built-routme {
    gap: 30px;
  }

  .hero-routme-wrap .section-why-this .this-center .had-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-routme-wrap .section-why-this .this-center .problem-right {
    gap: 30px;
  }

  .hero-routme-wrap .section-why-this .this-center .problem-right .border-text {
    font-size: 20px;
    padding-left: 25px;
  }

  .hero-routme-wrap .section-why-this .this-center .problem-right .around-text {
    padding-left: 30px;
    font-size: 18px;
  }

  .hero-routme-wrap .section-why-this .this-center .why-left-box .two-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-routme-wrap .section-why-this .this-center .why-left-box .to-be-title {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .section-why-this .this-center .why-left-box .the-airport {
    font-size: 36px;
  }

  .hero-routme-wrap .section-challenge .challenge-inn {
    gap: 30px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .challenge-grid
    .challenge-part
    .wayfinding {
    font-size: 32px;
    letter-spacing: 0px;
  }

  .hero-routme-wrap .section-challenge .challenge-inn .challenge-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .challenge-grid
    .challenge-part {
    max-width: 700px;
    gap: 16px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .challenge-grid
    .large-airports {
    max-width: 100%;
    gap: 16px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .challenge-grid
    .large-airports-text {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-routme-wrap .section-challenge .challenge-inn .complex .complex-gird {
    grid-template-columns: 1fr 1fr;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .complex
    .complex-gird
    .multi-bg {
    border-radius: 24px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .complex
    .complex-gird
    .multi-bg
    .multi-bg-inn
    .terminal-title {
    font-size: 22px;
    line-height: 30px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .complex
    .complex-gird
    .multi-bg
    .multi-bg-inn
    .number {
    margin-bottom: 0;
  }

  .hero-routme-wrap .section-solution .solution-inn {
    gap: 40px;
  }

  .hero-routme-wrap .section-solution .solution-inn .solution-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-routme-wrap
    .section-solution
    .solution-inn
    .solution-grid
    .solution-part {
    max-width: 700px;
  }

  .hero-routme-wrap .section-solution .solution-inn .solution-part .someone {
    font-size: 32px;
    letter-spacing: 0;
  }

  .hero-routme-wrap .section-solution {
    padding: 55px 48px;
  }

  .hero-routme-wrap .section-solution .solution-inn .five-step-bg {
    display: grid;
  }

  .hero-routme-wrap .section-solution .solution-inn .five-step-bg .step-one-bg {
    max-width: 100%;
    height: auto;
    gap: 12px;
  }

  .hero-routme-wrap .section-solution .solution-inn .five-step-bg .step-two-bg {
    max-width: 100%;
    height: auto;
    gap: 12px;
  }

  .hero-routme-wrap
    .section-solution
    .solution-inn
    .five-step-bg
    .step-three-bg {
    max-width: 100%;
    height: auto;
    gap: 12px;
  }

  .hero-routme-wrap
    .section-solution
    .solution-inn
    .five-step-bg
    .step-four-bg {
    max-width: 100%;
    height: auto;
    gap: 12px;
  }

  .hero-routme-wrap .section-engineering .engineering-inn {
    gap: 40px;
  }

  .hero-routme-wrap .section-engineering .engineering-inn .computer-bg {
    gap: 24px;
    border-radius: 20px;
  }

  .hero-routme-wrap
    .section-engineering
    .engineering-inn
    .computer-bg
    .vision-title-box
    .vision-title {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-routme-wrap
    .section-engineering
    .engineering-inn
    .engineering-main
    .engineering-title {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .section-engineering {
    padding: 55px 48px;
  }

  .hero-routme-wrap .section-solution .solution-inn .scan-discrip {
    font-size: 16px;
  }

  .hero-routme-wrap .section-engineering .engineering-inn .computer-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-routme-wrap .section-built-for {
    padding: 55px 48px;
  }

  .hero-routme-wrap .section-built-for .built-for-inn {
    gap: 40px;
  }

  .hero-routme-wrap .section-built-for .built-for-inn .built-titel-box {
    max-width: 100%;
  }

  .hero-routme-wrap
    .section-built-for
    .built-for-inn
    .built-titel-box
    .built-titel {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .section-built-for .built-for-inn .built-discrip {
    font-size: 20px;
  }

  .hero-routme-wrap .section-built-for .built-for-inn .built-menu-box ul {
    gap: 14px;
  }

  .hero-routme-wrap
    .section-built-for
    .built-for-inn
    .built-menu-box
    ul
    li
    span {
    padding: 13px 24px;
  }

  .hero-routme-wrap .section-built-for .built-for-inn .built-border-text {
    font-size: 20px;
    line-height: 150%;
    padding-left: 20px;
  }

  .hero-routme-wrap .section-the-results {
    padding: 55px 48px;
  }

  .hero-routme-wrap .the-results-inn .title-usage {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .the-results-inn .results-grid {
    grid-template-columns: 1fr;
  }

  .hero-routme-wrap .the-results-inn .results-grid {
    gap: 40px;
  }

  .hero-routme-wrap .the-results-inn .title-smoll {
    font-size: 18px;
  }

  .hero-routme-wrap
    .the-results-inn
    .passenger-right
    .passenger
    .text-satisfaction
    .satisfaction
    span {
    font-size: 36px;
  }

  .hero-routme-wrap
    .the-results-inn
    .passenger-right
    .passenger
    .text-satisfaction {
    padding-left: 24px;
  }

  .hero-routme-wrap
    .the-results-inn
    .passenger-right
    .passenger
    .text-satisfaction
    .across-text {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 50px;
  }

  .hero-routme-wrap
    .the-results-inn
    .passenger-right
    .passenger
    .text-satisfaction
    .across-pa {
    font-size: 18px;
    line-height: 26px;
  }

  .hero-routme-wrap .the-results-inn .title-smoll {
    margin-bottom: 15px;
  }

  .hero-routme-wrap .section-beacon {
    padding: 55px 48px;
  }

  .hero-routme-wrap .beacon-inn .beacon-main .beacon-title {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .beacon-inn .beacon-main .beacon-discrip {
    font-size: 20px;
    line-height: 140%;
  }

  .hero-routme-wrap
    .section-solution
    .solution-inn
    .solution-grid
    .solution-airports {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-routme-wrap .section-routme {
    padding: 40px 20px 0px 20px;
  }

  .hero-routme-wrap
    .the-results-inn
    .passenger-right
    .passenger
    .text-satisfaction
    .satisfaction {
    font-size: 16px;
  }

  .hero-routme-wrap
    .the-results-inn
    .passenger-right
    .passenger
    .text-satisfaction
    .satisfaction
    span {
    font-size: 38px;
  }

  .hero-routme-wrap .section-routme .built-routme .app-free-title-box {
    gap: 16px;
  }

  .hero-routme-wrap
    .section-routme
    .built-routme
    .app-free-title-box
    .app-free-title {
    font-size: 26px;
    letter-spacing: 0;
  }

  .hero-routme-wrap .section-routme .built-routme .mi-partnered-text {
    font-size: 20px;
  }

  .hero-routme-wrap .section-routme .built-routme .now-guides {
    font-size: 16px;
    margin-top: 5px;
  }

  .hero-routme-wrap .routme-bg .routme-inn .mobileimg img {
    width: 315px;
  }

  .hero-routme-wrap .routme-bg .routme-inn {
    gap: 10px;
  }

  .hero-routme-wrap .section-why-this {
    padding: 40px 20px;
  }

  .hero-routme-wrap .section-challenge {
    padding: 40px 20px;
  }

  .hero-routme-wrap
    .section-routme
    .built-routme
    .takeaways-box
    .key-built-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-routme-wrap
    .section-routme
    .built-routme
    .takeaways-box
    .key-built-grid
    .box-grid-bg
    .bulat-text
    ul
    li {
    font-size: 16px;
  }

  .hero-routme-wrap .section-routme .built-routme {
    gap: 30px;
  }

  .hero-routme-wrap .section-why-this .this-center .had-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-routme-wrap .section-why-this .this-center .problem-right {
    gap: 30px;
  }

  .hero-routme-wrap .section-why-this .this-center .problem-right .border-text {
    font-size: 18px;
    padding-left: 25px;
  }

  .hero-routme-wrap .section-why-this .this-center .problem-right .around-text {
    padding-left: 30px;
    font-size: 16px;
  }

  .hero-routme-wrap .section-why-this .this-center .why-left-box {
    gap: 30px;
  }

  .hero-routme-wrap .section-why-this .this-center .why-left-box .two-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-routme-wrap .section-why-this .this-center .why-left-box .to-be-title {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .section-why-this .this-center .why-left-box .the-airport {
    font-size: 30px;
  }

  .hero-routme-wrap .section-challenge .challenge-inn {
    gap: 24px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .challenge-grid
    .challenge-part
    .wayfinding {
    font-size: 28px;
    letter-spacing: 0px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .challenge-grid
    .large-airports {
    max-width: 100%;
    gap: 16px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .challenge-grid
    .large-airports-text {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-routme-wrap .section-challenge .challenge-inn .challenge-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .challenge-grid
    .challenge-part {
    gap: 16px;
  }

  .hero-routme-wrap .section-challenge .challenge-inn .complex .complex-gird {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .complex
    .complex-gird
    .multi-bg {
    border-radius: 24px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .complex
    .complex-gird
    .multi-bg
    .multi-bg-inn
    .terminal-title {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-routme-wrap
    .section-challenge
    .challenge-inn
    .complex
    .complex-gird
    .multi-bg
    .multi-bg-inn
    .number {
    margin-bottom: 0;
  }

  .hero-routme-wrap .section-solution .solution-inn {
    gap: 40px;
  }

  .hero-routme-wrap .section-solution .solution-inn .solution-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-routme-wrap .section-solution {
    padding: 40px 20px;
  }

  .hero-routme-wrap .section-solution .solution-inn .five-step-bg {
    display: grid;
  }

  .hero-routme-wrap .section-solution .solution-inn .five-step-bg .step-one-bg {
    max-width: 100%;
    height: auto;
    gap: 8px;
  }

  .hero-routme-wrap .section-solution .solution-inn .five-step-bg .step-two-bg {
    max-width: 100%;
    height: auto;
    gap: 8px;
  }

  .hero-routme-wrap
    .section-solution
    .solution-inn
    .five-step-bg
    .step-three-bg {
    max-width: 100%;
    height: auto;
    gap: 8px;
  }

  .hero-routme-wrap
    .section-solution
    .solution-inn
    .five-step-bg
    .step-four-bg {
    max-width: 100%;
    height: auto;
    gap: 8px;
  }

  .hero-routme-wrap .section-solution .solution-inn .solution-part .someone {
    font-size: 28px;
    letter-spacing: 0;
  }

  .hero-routme-wrap .section-engineering .engineering-inn {
    gap: 40px;
  }

  .hero-routme-wrap
    .section-engineering
    .engineering-inn
    .engineering-main
    .engineering-title {
    font-size: 28px;
    letter-spacing: 0;
  }

  .hero-routme-wrap
    .section-engineering
    .engineering-inn
    .engineering-main
    .engineering-text {
    font-size: 20px;
    line-height: 128%;
  }

  .hero-routme-wrap .section-engineering .engineering-inn .computer-bg {
    gap: 24px;
    border-radius: 16px;
  }

  .hero-routme-wrap
    .section-engineering
    .engineering-inn
    .computer-bg
    .vision-title-box
    .vision-title {
    font-size: 22px;
    line-height: 28px;
  }

  .hero-routme-wrap
    .hero-routme-wrap
    .section-solution
    .solution-inn
    .scan-discrip {
    font-size: 16px;
  }

  .hero-routme-wrap .section-engineering {
    padding: 40px 20px;
  }

  .hero-routme-wrap .section-engineering .engineering-inn .computer-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-routme-wrap .section-built-for {
    padding: 40px 20px;
  }

  .hero-routme-wrap .section-built-for .built-for-inn {
    gap: 30px;
  }

  .hero-routme-wrap .section-built-for .built-for-inn .built-titel-box {
    max-width: 100%;
  }

  .hero-routme-wrap
    .section-built-for
    .built-for-inn
    .built-titel-box
    .built-titel {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .section-built-for .built-for-inn .built-discrip {
    font-size: 20px;
  }

  .hero-routme-wrap .section-built-for .built-for-inn .built-menu-box ul {
    gap: 12px;
  }

  .hero-routme-wrap
    .section-built-for
    .built-for-inn
    .built-menu-box
    ul
    li
    span {
    padding: 12px 18px;
  }

  .hero-routme-wrap .section-built-for .built-for-inn .built-border-text {
    font-size: 20px;
    line-height: 150%;
    padding-left: 20px;
  }

  .hero-routme-wrap .section-the-results {
    padding: 40px 20px;
  }

  .hero-routme-wrap .the-results-inn .title-usage {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .the-results-inn .results-grid {
    grid-template-columns: 1fr;
  }

  .hero-routme-wrap .the-results-inn .results-grid {
    gap: 40px;
  }

  .hero-routme-wrap .the-results-inn .title-smoll {
    font-size: 18px;
  }

  .hero-routme-wrap
    .the-results-inn
    .passenger-right
    .passenger
    .text-satisfaction
    .satisfaction
    span {
    font-size: 30px;
    line-height: 25px;
  }

  .hero-routme-wrap
    .the-results-inn
    .passenger-right
    .passenger
    .text-satisfaction {
    padding-left: 24px;
  }

  .hero-routme-wrap
    .the-results-inn
    .passenger-right
    .passenger
    .text-satisfaction
    .across-text {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 40px;
  }

  .hero-routme-wrap
    .the-results-inn
    .passenger-right
    .passenger
    .text-satisfaction
    .across-pa {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-routme-wrap .the-results-inn .title-smoll {
    margin-bottom: 15px;
  }

  .hero-routme-wrap .section-beacon {
    padding: 40px 20px;
  }

  .hero-routme-wrap .beacon-inn .beacon-main .beacon-title {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .beacon-inn .beacon-main .beacon-discrip {
    font-size: 20px;
    line-height: 140%;
  }

  .hero-routme-wrap
    .section-solution
    .solution-inn
    .solution-grid
    .solution-airports {
    max-width: 100%;
  }
}

@media (max-width: 359px) {
  .hero-routme-wrap .routme-bg .routme-inn .mobileimg img {
    width: 282px;
  }
}

/* ====================================
   DEPLOYMENT SECTION
==================================== */

.hero-routme-wrap .deployment-section {
  width: 100%;
  padding: 100px 80px;
  background: radial-gradient(
    119.03% 93.16% at 0% -20.2%,
    rgba(229, 136, 133, 0.31) 0%,
    rgba(255, 255, 255, 0.31) 89.66%
  );
}

.hero-routme-wrap .deployment-container {
  max-width: 1280px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-routme-wrap .deployment-title {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #141318;
  max-width: 900px;
}

.hero-routme-wrap .deployment-description {
  margin: 0;

  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #141318;
}

.hero-routme-wrap .deployment-description a {
  color: #df6a72;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hero-routme-wrap .deployment-quote {
  margin: 0;

  max-width: 1013px;

  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 26px;
  line-height: 150%;
  color: #141318;
}

@media (max-width: 1366px) {
  .hero-routme-wrap .deployment-section {
    padding: 65px 48px;
  }
}

@media (max-width: 1024px) {
  .hero-routme-wrap .deployment-section {
    padding: 55px 48px;
  }

  .hero-routme-wrap .deployment-title {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .deployment-description {
    font-size: 20px;
  }

  .hero-routme-wrap .deployment-quote {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .hero-routme-wrap .deployment-section {
    padding: 40px 20px;
  }

  .hero-routme-wrap .deployment-container {
    gap: 20px;
  }

  .hero-routme-wrap .deployment-title {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .deployment-description {
    font-size: 18px;
    line-height: 160%;
  }

  .hero-routme-wrap .deployment-quote {
    font-size: 20px;
    line-height: 150%;
  }
}

/* ====================================
   QUOTE SECTION
==================================== */

.hero-routme-wrap .quote-section {
  background: #eeeeee;
  padding: 100px 20px;
}

.hero-routme-wrap .quote-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 16px;
  align-items: stretch;
}

/* ====================================
   LEFT CONTENT
==================================== */

.hero-routme-wrap .quote-content {
  flex: 1;
  max-width: 942px;
  background: #ffffff;
  border: 1px solid #eceef1;
  border-radius: 36px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 591px;
}

.hero-routme-wrap .quote-text {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -1px;
  color: #141318;
  max-width: 760px;
}

.hero-routme-wrap .quote-author {
  margin-top: 60px;
}

.hero-routme-wrap .quote-author div {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: -1px;
  color: #141318;
  margin-bottom: 16px;
}

.hero-routme-wrap .quote-links-badges {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-routme-wrap .quote-badge-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 18px 6px 8px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 100px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.hero-routme-wrap .quote-badge-btn:hover {
  border-color: #df6a72;
  background: #fafafa;
}

.hero-routme-wrap .quote-badge-btn .badge-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: contain;
  display: block;
}

.hero-routme-wrap .quote-badge-btn span {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #64748b;
}

/* ====================================
   RIGHT IMAGE
==================================== */

.hero-routme-wrap .quote-image {
  width: 322px;
  height: 591px;

  border: 1px solid #eceef1;
  border-radius: 36px;
  overflow: hidden;

  flex-shrink: 0;
}

.hero-routme-wrap .quote-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  border-radius: 20px;
  display: block;
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .hero-routme-wrap .quote-section {
    background: #eeeeee;
    padding: 65px 48px;
  }
}

/* ====================================
   TABLET
==================================== */

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-routme-wrap .quote-section {
    background: #eeeeee;
    padding: 55px 48px;
  }

  .hero-routme-wrap .quote-content,
  .hero-routme-wrap .quote-image {
    max-width: 100%;
    width: auto;
  }

  .hero-routme-wrap .quote-image {
    height: 500px;
  }

  .hero-routme-wrap .quote-text {
    font-size: 28px;
  }

  .hero-routme-wrap .quote-author div {
    font-size: 24px;
    line-height: 34px;
  }

  .hero-routme-wrap .quote-content {
    min-height: auto;
    padding: 22px;
  }
}

/* ====================================
   MOBILE
==================================== */

@media (max-width: 767px) {
  .hero-routme-wrap .quote-section {
    padding: 40px 20px;
  }

  .hero-routme-wrap .quote-content {
    padding: 20px;
    min-height: auto;
  }

  .hero-routme-wrap .quote-text {
    font-size: 24px;
    line-height: 130%;
  }

  .hero-routme-wrap .quote-author {
    margin-top: 40px;
  }

  .hero-routme-wrap .quote-author div {
    font-size: 22px;
    line-height: 30px;
  }

  .hero-routme-wrap .quote-author span {
    font-size: 16px;
    line-height: 22px;
  }

  .hero-routme-wrap .quote-image {
    display: none;
  }
}

.hero-routme-wrap .route-future-section {
  width: 100%;
  background: #fff;
  padding: 100px 20px;
}

.hero-routme-wrap .route-container {
  max-width: 1280px;
  margin: 0 auto;
}

.hero-routme-wrap .route-section-title {
  margin: 0 0 60px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #141318;
}

.hero-routme-wrap .route-section-title span {
  color: #ce5d5b;
}

.hero-routme-wrap .route-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-routme-wrap .route-row {
  display: grid;
  grid-template-columns: 766px 490px;
  gap: 24px;
}

.hero-routme-wrap .route-row-reverse {
  grid-template-columns: 490px 766px;
}

.hero-routme-wrap .route-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 36px;
  overflow: hidden;

  background: radial-gradient(
      80.4% 315.37% at -18.25% -5.4%,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(229, 130, 129, 0.004) 43.03%
    ),
    #fff;

  border: 1px solid rgba(0, 0, 0, 0.1);

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-routme-wrap .route-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 3px solid #df6a72;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hero-routme-wrap .route-card:hover::before {
  opacity: 1;
}

.hero-routme-wrap .route-card:hover {
  border-color: transparent;
  background: radial-gradient(
      70.6% 276.83% at -18.25% -5.4%,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(229, 130, 129, 0.05) 43.03%
    ),
    #fff;
}

.hero-routme-wrap .route-card-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-routme-wrap .route-card-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.hero-routme-wrap .route-card-content {
  margin-top: auto;
}

.hero-routme-wrap .route-card-content h3 {
  margin: 0 0 16px;

  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: -1px;
  color: #141318;
}

.hero-routme-wrap .route-card-content p {
  margin: 0;

  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #7e8492;
}

.hero-routme-wrap .route-card-content {
  margin-top: auto;
  padding-top: 48px;
}

@media (max-width: 1366px) {
  .hero-routme-wrap .route-future-section {
    padding: 65px 48px;
  }

  .hero-routme-wrap .route-container {
    max-width: unset;
    width: 100%;
  }

  .hero-routme-wrap .route-grid .route-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 1024px) {
  .hero-routme-wrap .route-future-section {
    padding: 55px 48px;
  }

  .hero-routme-wrap .route-section-title {
    font-size: 32px;
    letter-spacing: -1px;
    margin-bottom: 40px;
  }

  .hero-routme-wrap .route-grid {
    grid-template-columns: 1fr;
  }

  .hero-routme-wrap .route-card {
    min-height: 220px;
  }

  .hero-routme-wrap .route-row,
  .hero-routme-wrap .route-row-reverse {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hero-routme-wrap .route-grid .route-row {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .hero-routme-wrap .route-future-section {
    padding: 40px 20px;
  }

  .hero-routme-wrap .route-section-title {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 32px;
  }

  .hero-routme-wrap .route-card {
    min-height: 220px;
    padding: 20px;
    border-radius: 20px;
  }

  .hero-routme-wrap .route-card-content h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-routme-wrap .route-card-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-routme-wrap .route-card-content {
    margin-top: 0;
  }
}

/* ====================================
   FAQ SECTION
==================================== */

.hero-routme-wrap .faq-section {
  width: 100%;
  background: #fff9f9;
  padding: 100px 80px;
}

.hero-routme-wrap .faq-container {
  max-width: 1280px;
  margin: 0 auto;
}

.hero-routme-wrap .faq-title {
  margin: 0 0 60px;

  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #141318;
}

.hero-routme-wrap .faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-routme-wrap .faq-item {
  background: linear-gradient(90deg, #fbecec 0%, #ffffff 100%);

  border-radius: 36px;
  overflow: hidden;
}

/* Question */

.hero-routme-wrap .faq-item.active .faq-question {
  padding-bottom: 16px;
}

.hero-routme-wrap .faq-question {
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  text-align: left;
  transition: padding 0.45s ease;
}

.hero-routme-wrap .faq-question h3:first-child {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 150%;
  color: #141318;
}

.hero-routme-wrap .faq-answer {
  display: none;
}

.hero-routme-wrap .faq-answer p {
  margin: 0;
  padding: 0 32px 32px;

  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #141318;
  transition: padding 0.45s ease;
}

.hero-routme-wrap .faq-answer a {
  color: #df6a72;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .hero-routme-wrap .faq-section {
    padding: 65px 48px;
  }
}

@media (max-width: 1024px) {
  .hero-routme-wrap .faq-section {
    padding: 55px 48px;
  }

  .hero-routme-wrap .faq-title {
    font-size: 42px;
    letter-spacing: -1px;
    margin-bottom: 40px;
  }

  .hero-routme-wrap .faq-question {
    padding: 28px;
  }

  .hero-routme-wrap .faq-question h3:first-child {
    font-size: 24px;
  }

  .hero-routme-wrap .faq-answer p {
    font-size: 18px;
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 767px) {
  .hero-routme-wrap .faq-section {
    padding: 40px 20px;
  }

  .hero-routme-wrap .faq-title {
    font-size: 32px;
    letter-spacing: -1px;
    margin-bottom: 32px;
  }

  .hero-routme-wrap .faq-item {
    border-radius: 24px;
  }

  .hero-routme-wrap .faq-question {
    padding: 24px;
  }

  .hero-routme-wrap .faq-question h3:first-child {
    font-size: 20px;
    line-height: 140%;
  }

  .hero-routme-wrap .faq-answer p {
    font-size: 16px;
    padding: 0 24px 24px;
  }

  .hero-routme-wrap .faq-item.active .faq-answer p {
    padding-top: 16px;
  }
}

/* ====================================
   CTA SECTION
==================================== */

.hero-routme-wrap .cta-section {
  width: 100%;
  padding: 100px 80px;
  background: #fff9f9;
}

.hero-routme-wrap .cta-section .cta-container {
  max-width: 1280px;
  margin: 0 auto;
}

.hero-routme-wrap .cta-section .cta-box {
  position: relative;
  overflow: visible;

  min-height: 428px;

  border-radius: 36px;

  padding: 80px;

  background: linear-gradient(106.42deg, #0c1013 30.43%, #2e1516 77.45%);
}

.hero-routme-wrap .cta-section .cta-content {
  position: relative;
  z-index: 3;

  max-width: 598px;

  display: flex;
  flex-direction: column;
  gap: 36px;
}

.hero-routme-wrap .cta-section .cta-content h2 {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: -1px;
  color: #fff;
}

.hero-routme-wrap .cta-section .cta-content h2 span {
  display: block;
  color: #df6a72;
}

.hero-routme-wrap .cta-section .cta-btn {
  width: fit-content;
  padding: 16px 25px;

  background: linear-gradient(180deg, #df6a72 0%, #d25059 100%);

  border-radius: 999px;

  color: #fff;
  text-decoration: none;

  font-size: 19px;
  font-weight: 700;
  line-height: 24px;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  transition: all 0.3s ease;
}

.hero-routme-wrap .cta-section .cta-btn::after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;

  background-image: url('../images/button-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  transition: transform 0.3s ease;
}

.hero-routme-wrap .cta-section .cta-btn:hover::after {
  transform: translateX(3px);
}

.hero-routme-wrap .cta-section .cta-image {
  position: absolute;
  right: -13px;
  bottom: -6px;

  width: 530px;
  max-width: 50%;

  z-index: 2;
}

.hero-routme-wrap .cta-section .cta-image img {
  display: block;
  width: 100%;
  height: auto;

  box-shadow: 11.15px 4.05px 0px 0px #ffffff59;
}

@media (max-width: 1366px) {
  .hero-routme-wrap .cta-section .cta-content {
    width: 50% !important;
  }

  .hero-routme-wrap .cta-section {
    padding: 0px 48px 65px 48px;
  }
}

@media (max-width: 1024px) {
  .hero-routme-wrap .cta-section {
    padding: 0px 48px 55px 48px;
  }

  .hero-routme-wrap .cta-section .cta-box {
    padding: 60px 40px;
    min-height: unset;
  }

  .hero-routme-wrap .cta-section .cta-content h2 {
    font-size: 40px;
  }

  .hero-routme-wrap .cta-section .cta-image {
    display: none;
  }

  .hero-routme-wrap .cta-section .cta-content {
    max-width: unset !important;
    width: 100% !important;
  }

  .hero-routme-wrap
    .section-routme
    .built-routme
    .takeaways-box
    .key-built-grid
    .box-grid-bg
    .bulat-text
    ul
    span {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .hero-routme-wrap .cta-section {
    padding: 40px 20px;
  }

  .hero-routme-wrap .cta-section .cta-box {
    padding: 32px 24px;
    min-height: auto;
    border-radius: 24px;
    overflow: hidden;
  }

  .hero-routme-wrap .cta-section .cta-content {
    max-width: 100%;
    gap: 24px;
  }

  .hero-routme-wrap .cta-section .cta-content h2 {
    font-size: 28px;
    line-height: 110%;
  }

  .hero-routme-wrap .cta-section .cta-btn {
    font-size: 16px;
    padding: 14px 14px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .hero-routme-wrap .beacon-inn {
    gap: 50px;
  }

  .hero-routme-wrap .deployment-section,
  .hero-routme-wrap .quote-section,
  .hero-routme-wrap .route-future-section,
  .hero-routme-wrap .faq-section,
  .hero-routme-wrap .cta-section {
    padding: 65px 48px;
  }

  .hero-routme-wrap .deployment-title,
  .hero-routme-wrap .route-section-title {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -1.5px;
    margin-bottom: 40px;
  }

  .hero-routme-wrap .faq-title {
    font-size: 46px;
    line-height: 120%;
    letter-spacing: -1.5px;
  }

  .hero-routme-wrap .quote-text {
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .cta-section .cta-content h2 {
    font-size: 38px;
    line-height: 110%;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .deployment-description {
    font-size: 20px;
    line-height: 150%;
  }

  .hero-routme-wrap .deployment-quote {
    font-size: 20px;
    line-height: 150%;
  }

  .hero-routme-wrap .quote-content {
    padding: 36px;
  }

  .hero-routme-wrap .quote-author div {
    font-size: 24px;
    line-height: 130%;
  }

  .hero-routme-wrap .route-card {
    padding: 28px;
  }

  .hero-routme-wrap .route-card-content h3 {
    font-size: 26px;
    line-height: 130%;
  }

  .hero-routme-wrap .route-card-content p {
    font-size: 16px;
    line-height: 150%;
  }

  .hero-routme-wrap .faq-question {
    padding: 28px;
  }

  .hero-routme-wrap .faq-question h3:first-child {
    font-size: 20px;
    line-height: 140%;
  }

  .hero-routme-wrap .faq-answer p {
    padding: 0 28px 28px;
    font-size: 18px;
    line-height: 160%;
    transition: padding 0.45s ease;
  }

  .hero-routme-wrap .cta-section .cta-box {
    padding: 60px 48px;
  }

  .hero-routme-wrap .cta-section .cta-btn {
    font-size: 18px;
    padding: 14px 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-routme-wrap .faq-title {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -1.5px;
  }

  .hero-routme-wrap .route-card-content h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .hero-routme-wrap .route-card-content {
    padding-top: 24px;
  }

  .hero-routme-wrap .beacon-inn {
    gap: 40px;
  }

  .hero-routme-wrap .deployment-section,
  .hero-routme-wrap .quote-section,
  .hero-routme-wrap .route-future-section,
  .hero-routme-wrap .faq-section,
  .hero-routme-wrap .cta-section {
    padding: 40px 20px;
  }

  .hero-routme-wrap .deployment-container .deployment-title {
    margin-bottom: 0 !important;
    font-size: 28px;
  }

  .hero-routme-wrap .deployment-title,
  .hero-routme-wrap .route-section-title {
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }

  .hero-routme-wrap .faq-title {
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .quote-text {
    font-size: 24px;
    line-height: 130%;
  }

  .hero-routme-wrap .cta-section .cta-content h2 {
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -1px;
  }

  .hero-routme-wrap .deployment-description {
    font-size: 18px;
    line-height: 150%;
  }

  .hero-routme-wrap .deployment-quote {
    font-size: 20px;
    line-height: 150%;
  }

  .hero-routme-wrap .quote-content {
    padding: 20px;
    border-radius: 24px;
  }

  .hero-routme-wrap .quote-author {
    margin-top: 32px;
  }

  .hero-routme-wrap .quote-author div {
    font-size: 20px;
    line-height: 130%;
  }

  .hero-routme-wrap .quote-author span {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-routme-wrap .route-card {
    padding: 20px;
    border-radius: 24px;
  }

  .hero-routme-wrap .route-card-content h3 {
    font-size: 22px;
    line-height: 130%;
  }

  .hero-routme-wrap .route-card-content p {
    font-size: 16px;
    line-height: 145%;
  }

  .hero-routme-wrap .faq-item {
    border-radius: 24px;
  }

  .hero-routme-wrap .faq-question {
    padding: 20px 24px;
  }

  .hero-routme-wrap .faq-question h3:first-child {
    font-size: 18px;
    line-height: 140%;
  }

  .hero-routme-wrap .faq-answer p {
    padding: 0 24px 24px;
    font-size: 16px;
    transition: padding 0.45s ease;
    line-height: 150%;
  }

  .hero-routme-wrap .cta-section .cta-box {
    padding: 32px 24px;
    border-radius: 24px;
  }

  .hero-routme-wrap .cta-section .cta-btn::after {
    width: 14px;
    height: 14px;
  }

  .hero-routme-wrap .cta-section .cta-btn {
    font-size: 16px;
    padding: 12px 14px;
  }
}

/* new End */
