@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");

:root {
  --lp03-navy: #0f2135;
  --lp03-orange: #e7350a;
  --lp03-orange-light: #ff6732;
  --lp03-pale: #eef3f6;
  --lp03-line: #c5cdd4;
  --lp03-text: #111;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body.lp03-page {
  margin: 0;
  overflow-x: hidden;
  color: var(--lp03-text);
  background:
    linear-gradient(107deg, #eff3f5 1%, #cbdce5 100%) top left / 100% 600px no-repeat,
    linear-gradient(165deg, #fff 0 45%, #f2f7fa 45% 100%) 0 600px / 100% 574px no-repeat,
    #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.lp03-page *,
body.lp03-page *::before,
body.lp03-page *::after {
  box-sizing: border-box;
}

body.lp03-page img {
  display: block;
  max-width: 100%;
}

body.lp03-page a {
  color: inherit;
  text-decoration: none;
}

.lp03-shell {
  width: calc(100% - 320px);
  min-width: 1000px;
  overflow: visible;
}

.lp03-main {
  position: relative;
  padding-top: 0;
}

.lp03-container {
  width: min(1000px, calc(100% - 48px));
  margin: 0 auto;
}

.lp03-header {
  position: absolute;
  z-index: 100;
  top: 16px;
  left: 0;
  width: calc(100% - 320px);
}

.lp03-header__inner {
  display: flex;
  align-items: center;
  width: min(920px, calc(100% - 48px));
  height: 55px;
  margin: 0 auto;
  padding: 0 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 12px rgba(15, 33, 53, 0.1);
  backdrop-filter: blur(8px);
}

.lp03-logo {
  flex: 0 0 120px;
}

.lp03-logo img {
  width: 120px;
}

.lp03-header__nav {
  display: flex;
  gap: 24px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
}

.lp03-header__nav a:hover {
  color: var(--lp03-orange);
}

.lp03-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 24px;
  font-size: 14px;
  font-weight: 700;
}

.lp03-header__login,
.lp03-header__client,
.lp03-header__register {
  display: grid;
  min-height: 40px;
  place-items: center;
  border-radius: 999px;
}

.lp03-header__login {
  display: flex;
  width: 110px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid var(--lp03-line);
}

.lp03-header__login img,
.lp03-mobile-menu__login img {
  width: 15px;
  height: 15px;
}

.lp03-header__client {
  width: 148px;
  color: #fff !important;
  background: var(--lp03-navy);
}

.lp03-header__register {
  width: 112px;
  color: #fff !important;
  background: linear-gradient(90deg, var(--lp03-orange-light), var(--lp03-orange));
  font-weight: 900;
}

.lp03-menu-button,
.lp03-mobile-menu,
.lp03-mobile-cta {
  display: none;
}

.lp03-hero {
  height: 600px;
  overflow: hidden;
  background: transparent;
}

.lp03-hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.lp03-hero__copy {
  position: absolute;
  z-index: 2;
  top: 125px;
  left: calc(50% - 466px);
  display: flex;
  width: 460px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.lp03-hero__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 40px;
}

.lp03-hero__eyebrow::before,
.lp03-hero__eyebrow::after {
  width: 28px;
  height: 2px;
  margin: 0 16px;
  border-radius: 2px;
  background: var(--lp03-navy);
  content: "";
  transform: rotate(45deg);
}

.lp03-hero__eyebrow::after {
  transform: rotate(-45deg);
}

.lp03-hero__eyebrow span {
  color: var(--lp03-orange);
  font-size: 24px;
}

.lp03-hero h1 {
  height: 118px;
  flex: 0 0 118px;
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 56px;
  letter-spacing: -0.04em;
}

.lp03-hero h1 strong {
  font-size: 48px;
  line-height: 64px;
}

.lp03-hero h1 small {
  font-size: 32px;
  font-weight: 900;
  line-height: inherit;
}

.lp03-hero__cta {
  display: flex;
  width: 375px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 0 8px;
}

.lp03-hero__cta > span {
  position: relative;
  z-index: 2;
  display: flex;
  width: 231px;
  height: 45px;
  align-items: center;
  margin-bottom: 14px;
  padding: 0;
}

.lp03-hero__cta > span::after {
  display: none;
}

.lp03-hero__cta > span img {
  width: 231px;
  height: 45px;
  max-width: none;
}

.lp03-hero__cta a,
.lp03-primary-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(90deg, var(--lp03-orange-light), var(--lp03-orange));
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-weight: 900;
}

.lp03-hero__cta a {
  width: 300px;
  font-size: 24px;
  background: linear-gradient(90deg, #ff7138, #ff3b0a);
}

.lp03-hero__note {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.lp03-hero__note b {
  color: var(--lp03-orange);
}

.lp03-hero__person {
  position: absolute;
  z-index: 1;
  top: 62px;
  right: calc(50% - 419px);
  width: 400px;
  height: 693px;
  max-width: none !important;
  object-fit: cover;
}

.lp03-side-form {
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  width: 320px;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  scrollbar-width: thin;
}

@media (min-width: 1126px) {
  .lp03-side-form {
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }

  .lp03-side-form .brexa-top-register__head {
    margin-top: 0;
  }
}

body.lp03-page .grecaptcha-badge {
  right: 0 !important;
}

.lp03-stats {
  position: relative;
  height: 574px;
  overflow: hidden;
  background: transparent;
}

.lp03-stats::before {
  position: absolute;
  top: 80px;
  left: -80px;
  width: 420px;
  height: 420px;
  border: 90px solid rgba(203, 220, 229, 0.25);
  border-radius: 50%;
  content: "";
}

.lp03-stats__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 285px 595px;
  gap: 40px;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
}

.lp03-stats__intro {
  text-align: center;
}

.lp03-stats__intro h2 {
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 900;
  line-height: 2;
}

.lp03-stats__intro h2 em,
.lp03-section-title em,
.lp03-flow em {
  color: var(--lp03-orange);
  font-style: normal;
}

.lp03-stats__intro p {
  margin: 0;
  font-size: 16px;
}

.lp03-stats__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 398px;
}

.lp03-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 139px;
  padding: 16px 24px;
  border-bottom: 1px solid #d4dce1;
}

.lp03-stat:nth-child(odd) {
  border-right: 1px solid #d4dce1;
}

.lp03-stat:nth-last-child(2) {
  border-right: 1px solid #d4dce1;
}

.lp03-stat:last-child {
  border-right: 0;
}

.lp03-stat--wide {
  grid-column: 1 / 3;
  min-height: 104px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-right: 0 !important;
}

.lp03-stat__icon {
  display: block;
  flex: 0 0 auto;
  width: 62.563px;
  height: 70.993px;
  object-fit: contain;
}

.lp03-stat--wide .lp03-stat__icon {
  width: 62px;
  height: 62px;
  margin-right: 24px;
}

.lp03-stat__icon--locations {
  width: 79px;
  height: 53px;
}

.lp03-stat__icon--employees {
  width: 62px;
  height: 66.429px;
}

.lp03-stat__companies {
  position: relative;
  display: block;
  flex: 0 0 62px;
  width: 62px;
  height: 47px;
}

.lp03-stat__companies img {
  position: absolute;
  object-fit: contain;
}

.lp03-stat__companies img:nth-child(1) {
  top: 0;
  left: 18px;
  width: 25.391px;
  height: 45.919px;
}

.lp03-stat__companies img:nth-child(2) {
  top: 20px;
  left: 48px;
  width: 14.474px;
  height: 26.88px;
}

.lp03-stat__companies img:nth-child(3) {
  top: 20px;
  left: 0;
  width: 14.474px;
  height: 26.88px;
}

.lp03-stat > div {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.lp03-stat--wide > div {
  flex: 0 1 auto;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  text-align: left;
}

.lp03-stat--wide > div > span,
.lp03-stat--wide > div > strong,
.lp03-stat--wide > div > small {
  white-space: nowrap;
}

.lp03-stat span {
  font-size: 13px;
  font-weight: 800;
}

.lp03-stat strong {
  color: var(--lp03-navy);
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 36px;
}

.lp03-stat strong small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.lp03-stat strong i {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
}

.lp03-stat > div > small {
  color: #666;
  font-size: 11px;
}

.lp03-stat:last-child > div > small {
  transform: translateY(-11px);
}

.lp03-projects {
  position: relative;
  isolation: isolate;
  min-height: 843px;
  padding: 0 24px;
  background: transparent;
}

.lp03-projects__box {
  position: relative;
  width: 920px;
  min-height: 843px;
  margin: 0 auto;
  padding: 40px;
  border: 2px solid var(--lp03-navy);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 8px rgba(15, 33, 53, 0.12);
  text-align: center;
}

.lp03-projects h2 {
  position: absolute;
  top: -34px;
  left: 50%;
  width: 507px;
  margin: 0;
  background: #fff;
  font-size: 32px;
  font-weight: 900;
  transform: translateX(-50%);
}

.lp03-projects h2 em {
  color: var(--lp03-orange);
  font-style: normal;
  font-size: 40px;
}

.lp03-projects__title-break {
  display: none;
}

@media (min-width: 1126px) {
  .lp03-projects h2 {
    display: flex;
    width: 507px;
    align-items: center;
    justify-content: center;
    gap: 0;
    white-space: nowrap;
  }

  .lp03-projects__title-slash {
    position: relative;
    display: inline-block;
    width: 2px;
    height: 45px;
    flex: 0 0 2px;
    background: var(--lp03-navy);
    font-size: 0;
    line-height: 0;
  }

  .lp03-projects__title-slash:first-child {
    left: -5px;
    margin-right: 12px;
    transform: rotate(-40deg);
  }

  .lp03-projects__title-slash:last-child {
    right: -4px;
    margin-left: 5px;
    transform: rotate(40deg);
  }
}

.lp03-projects__lead {
  margin: 0 0 16px;
  font-size: 16px;
}

.lp03-projects__viewport {
  position: relative;
}

.lp03-projects__track {
  display: flex;
  gap: 16px;
  width: 100%;
  min-height: 562px;
  padding-top: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  text-align: left;
  scroll-snap-type: x mandatory;
}

.lp03-projects__track::-webkit-scrollbar {
  display: none;
}

.lp03-job {
  position: relative;
  display: flex;
  flex: 0 0 370px;
  min-height: 546px;
  flex-direction: column;
  border-radius: 8px;
  scroll-snap-align: start;
}

.lp03-job__money {
  position: absolute;
  z-index: 2;
  top: -11px;
  left: 10px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
}

.lp03-job__money img {
  width: 28px;
  height: 28px;
}

.lp03-job header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 151px;
  padding: 28px 24px 8px;
  color: #fff;
  background: var(--lp03-navy);
  border-radius: 8px 8px 0 0;
}

.lp03-job h3 {
  height: 48px;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.lp03-job header b {
  max-width: 100%;
  overflow: hidden;
  align-self: flex-start;
  padding: 3px 8px;
  border-radius: 4px;
  color: var(--lp03-orange);
  background: #fff;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lp03-job__location {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}

.lp03-job__location img {
  width: 11px;
  height: 14px;
  flex: 0 0 auto;
}

.lp03-job__body {
  min-height: 372px;
  flex: 1;
  padding: 12px 24px 24px;
  background: var(--lp03-pale);
  border-radius: 0 0 8px 8px;
}

.lp03-job__body > strong {
  display: block;
  color: var(--lp03-orange);
  font-family: Montserrat, sans-serif;
  font-size: 32px;
   font-weight: 700;
}

.lp03-job__body > strong small {
  margin-left: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.lp03-job h4 {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 64px;
  margin: 4px 0 8px;
  padding: 8px 0;
  overflow: hidden;
  border-top: 1px solid var(--lp03-line);
  border-bottom: 1px solid var(--lp03-line);
  font-size: 13px;
  line-height: 1.8;
}

.lp03-job h4 > span:last-child {
  font-weight: 700;
  line-height: 22.1px;
}

.lp03-job__code-icon {
  display: grid;
  width: 20px;
  height: 23px;
  flex: 0 0 20px;
  place-items: center;
}

.lp03-job__code-icon img {
  width: 20px;
  height: 23px;
}

.lp03-job__body > p {
  min-height: 150px;
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.lp03-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.lp03-tags span {
  padding: 1px 5px;
  border-radius: 3px;
  background: var(--lp03-line);
  font-size: 10px;
  font-weight: 800;
}

.lp03-job time {
  display: block;
  padding-top: 8px;
  color: #666;
  font-size: 12px;
  text-align: right;
}

.lp03-slider-arrow {
  position: absolute;
  z-index: 4;
  top: 48%;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.lp03-slider-arrow img {
  display: block;
  width: 40px;
  height: 40px;
  max-width: none;
  pointer-events: none;
}

.lp03-slider-arrow:hover {
  transform: scale(1.05);
}

.lp03-slider-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.lp03-slider-arrow:disabled:hover {
  transform: none;
}

.lp03-slider-arrow--prev {
  left: -31px;
}

.lp03-slider-arrow--next {
  right: -31px;
}

.lp03-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 12px 0 20px;
}

.lp03-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  appearance: none;
  background: var(--lp03-line);
  cursor: pointer;
}

.lp03-dots button.is-active {
  background: var(--lp03-navy);
}

.lp03-dots button:focus-visible {
  outline: 2px solid var(--lp03-orange);
  outline-offset: 3px;
}

.lp03-projects .lp03-primary-button {
  width: 320px;
  margin: 0 auto;
}

.lp03-projects__mobile-cta {
  display: none;
}

.lp03-projects__desktop-cta {
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

body.lp03-projects-modal-open {
  overflow: hidden;
}

.lp03-projects-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  padding: 24px;
  background: rgba(0, 0, 0, 0.78);
  place-items: center;
}

.lp03-projects-modal[hidden] {
  display: none;
}

.lp03-projects-modal__dialog {
  position: relative;
  width: min(880px, calc(100vw - 48px));
  min-height: 495px;
  padding: 28px 40px 40px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.28);
}

.lp03-projects-modal__dialog:focus {
  outline: none;
}

.lp03-projects-modal__logo {
  display: block;
  width: 120px;
  height: auto;
}

.lp03-projects-modal__close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.lp03-projects-modal__close::before,
.lp03-projects-modal__close::after {
  position: absolute;
  top: 13px;
  left: 0;
  width: 28px;
  height: 3px;
  background: #3b3b3b;
  content: "";
}

.lp03-projects-modal__close::before {
  transform: rotate(45deg);
}

.lp03-projects-modal__close::after {
  transform: rotate(-45deg);
}

.lp03-projects-modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lp03-projects-modal__icon {
  width: 47px;
  height: 47px;
  margin: 45px 0 22px;
}

.lp03-projects-modal__body h2 {
  margin: 0;
  color: var(--lp03-orange);
  font-size: 36px;
  line-height: 1.5;
  font-weight: 800;
}

.lp03-projects-modal__body p {
  margin: 18px 0 28px;
  color: #383838;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 700;
}

.lp03-projects-modal__body p b {
  color: var(--lp03-orange);
}

.lp03-projects-modal__mobile-break {
  display: none;
}

.lp03-projects-modal__register {
  display: inline-flex;
  width: 270px;
  min-height: 61px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: linear-gradient(90deg, #d51f1f, #f04420);
  box-shadow: 0 7px 18px rgba(213, 31, 31, 0.28);
  color: #fff !important;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.lp03-primary-button {
  gap: 16px;
  width: 285px;
  padding: 0 20px;
  font-size: 16px;
}

.lp03-primary-button span,
.lp03-outline-button span {
  position: relative;
  display: inline-flex;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  color: var(--lp03-orange);
  background: #fff;
  font-size: 0;
  line-height: 1;
}

.lp03-primary-button span::before,
.lp03-outline-button span::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: translateX(-1px) rotate(45deg);
}

.lp03-strengths {
  position: relative;
  isolation: isolate;
  min-height: 779px;
  padding: 80px 0;
}

.lp03-section-title {
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
}

.lp03-section-title em {
  display: inline-block;
  font-size: 40px;
}

.lp03-section-lead {
  margin: 8px 0 0;
  font-size: 16px;
  text-align: center;
}

.lp03-strengths__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 72px 40px 0;
}

.lp03-strength-card {
  position: relative;
  min-height: 450px;
  padding: 58px 22px 24px;
  border: 1px solid #e2e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 8px rgba(15, 33, 53, 0.16);
}

.lp03-strength-card h3 {
  position: absolute;
  top: -18px;
  left: 18px;
  display: flex;
  gap: 10px;
  margin: 0;
  line-height: 1.3;
}

.lp03-strength-card h3 b {
  color: var(--lp03-orange);
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.lp03-strength-card h3 span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  padding-top: 4px;
  font-size: 17px;
}

.lp03-strength-card h3 i,
.lp03-strength-card h3 strong {
  display: block;
  padding: 2px 9px 3px;
  color: #fff;
  background: var(--lp03-navy);
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.lp03-strength-card h3 strong {
  margin-left: 0px;
}

.lp03-strength-card > img,
.lp03-skill-board {
  display: block;
  width: 248px;
  height: 266px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  object-fit: cover;
}

.lp03-strength-card:nth-child(2) > img {
  object-fit: contain;
}

.lp03-strength-card > p {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 26.6px;
  font-weight: 400;
}

.lp03-voice[aria-disabled="true"] {
  pointer-events: none;
  cursor: default;
}

.lp03-outline-button[aria-disabled="true"] {
  pointer-events: auto;
  cursor: pointer;
}

.lp03-outline-button[aria-disabled="true"]:active {
  transform: translateY(1px);
}

.lp03-skill-board {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px;
  background: var(--lp03-pale);
}

.lp03-skill-board > h4,
.lp03-skill-board > p {
  position: relative;
  top: -5px;
}

.lp03-skill-board h4 {
  margin: 4px 0;
  color: var(--lp03-navy);
  font-size: 15px;
  text-align: center;
  font-weight: 700;
}

.lp03-skill-board h4:first-of-type {
  font-weight: 700;
}

.lp03-skill-board p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  margin: 0;
}

.lp03-skill-board p span {
  padding: 7px 4px;
  border-radius: 4px;
  color: var(--lp03-navy);
  background: var(--lp03-line);
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}

.lp03-skill-board h4 + p + h4 + p span {
  color: #fff;
  background: var(--lp03-navy);
}

.lp03-voices {
  position: relative;
  isolation: isolate;
  min-height: 657px;
  padding: 80px 0;
  border: 0;
  background: transparent;
}

.lp03-voices__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 32px 40px 0;
}

.lp03-voice {
  position: relative;
  min-width: 0;
  padding-right: 40px;
}

.lp03-voices__grid .lp03-voice,
.lp03-voices__grid .lp03-voice:hover {
  opacity: 1;
  transition: none;
}

.lp03-voice:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 8px;
  width: 1px;
  height: 250px;
  background: var(--lp03-line);
  content: "";
  transform: rotate(10deg);
}

.lp03-voice h3 {
  min-height: 58px;
  margin: 0 0 12px;
  color: rgba(230, 50, 0, 1);
  font-size: 17px;
  font-weight: 700;
  line-height: 26.35px;
}

.lp03-voice h3 span {
  position: relative;
  display: inline-flex;
  width: 17px;
  height: 17px;
  margin-left: 4px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--lp03-orange);
  font-size: 0;
  line-height: 1;
  vertical-align: -3px;
}

@media (min-width: 1126px) {
  .lp03-voice {
    display: flex;
    flex-direction: column;
  }

  .lp03-voice h3 {
    position: relative;
    min-height: 106px;
    padding-right: 26px;
  }

  .lp03-voices__grid .lp03-voice blockquote {
    min-height: 150px;
  }

  .lp03-voice h3 span {
    position: absolute;
    top: 13px;
    right: 0;
    margin-left: 0;
    vertical-align: 0;
  }
}

.lp03-voice h3 span::before,
.lp03-article-card__more b::before {
  width: 5px;
  height: 5px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  transform: translateX(-1px) rotate(45deg);
}

.lp03-voice blockquote {
  position: relative;
  min-height: 100px;
  margin: 0;
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  line-height: 1.8;
}

.lp03-voice blockquote::after {
  position: absolute;
  bottom: -14px;
  left: 12px;
  border-top: 18px solid #fff;
  border-right: 18px solid transparent;
  content: "";
}

.lp03-voice > div {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}

.lp03-voice img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
}

.lp03-voice p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin: 0;
}

.lp03-voice p b {
  padding: 3px 8px;
  border-radius: 4px;
  color: #fff;
  background: var(--lp03-navy);
  font-size: 11px;
  text-wrap-mode: nowrap;
}

.lp03-voice__mobile-break {
  display: none;
}

.lp03-outline-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  min-height: 56px;
  margin: 40px auto 0;
  padding: 0 24px;
  border: 2px solid var(--lp03-navy);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 800;
}

.lp03-outline-button span {
  color: #fff;
  background: var(--lp03-orange);
}

.lp03-flow {
  position: relative;
  isolation: isolate;
  min-height: 618px;
  padding: 80px 0;
  background: transparent;
}

.lp03-flow__inner {
  display: grid;
  grid-template-columns: 320px 590px;
  gap: 25px;
  align-items: start;
}

.lp03-flow__intro {
  text-align: center;
}

.lp03-flow__intro h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 2;
}

.lp03-flow__intro h2 em {
  font-size: 40px;
}

.lp03-flow__intro p {
  margin: 20px 0 30px;
  font-size: 16px;
}

.lp03-flow__steps {
  margin: 0;
  padding: 0;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(15, 33, 53, 0.15);
  list-style: none;
  overflow: hidden;
}

.lp03-flow__steps li {
  display: grid;
  grid-template-columns: 76px 1fr 85px;
  gap: 18px;
  align-items: center;
  min-height: 113px;
  padding: 16px 24px;
  border-bottom: 1px solid #fff;
  background: var(--lp03-pale);
}

.lp03-flow__steps li:last-child {
  border-bottom: 0;
}

.lp03-flow__steps li > b {
  display: block;
  color: var(--lp03-orange);
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  padding-left: 14px;
  font-weight: 700;
}

.lp03-flow__steps li > b,
.lp03-flow__steps li > div {
  transform: translateY(-10px);
}

.lp03-flow-step__number {
  font-size: 32px;
  font-weight: 700;
}

.lp03-flow__steps h3,
.lp03-flow__steps p {
  margin: 0;
}

.lp03-flow__steps h3 {
  font-size: 20px;
  font-weight: 700;
}

.lp03-flow__steps p {
  font-size: 14px;
}

.lp03-flow__steps li > img {
  width: 80px;
  height: 80px;
}

.lp03-flow-step__dots {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-top: 0;
}

.lp03-flow-step__dots img {
  width: 4px;
  height: 4px;
}

@media (min-width: 1126px) {
  .lp03-flow__steps li {
    grid-template-columns: 90px 1fr 85px;
  }

  .lp03-flow__steps li > b {
    padding-left: 0;
  }
}

.lp03-articles {
  position: relative;
  isolation: isolate;
  min-height: 721px;
  padding: 80px 0;
  background: transparent;
}

.lp03-articles__title-break {
  display: none;
}

.lp03-articles__title-article {
  font-weight: 900;
}

.lp03-articles__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 32px 40px 0;
}

.lp03-article-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 320px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  color: #fff !important;
  background: var(--lp03-navy);
  box-shadow: 0 0 6px rgba(15, 33, 53, 0.18);
}

.lp03-articles__grid .lp03-article-card,
.lp03-articles__grid .lp03-article-card:hover {
  opacity: 1;
  transition: none;
}

.lp03-article-card__image {
  position: relative;
  height: 122px;
}

.lp03-article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp03-article-card__image p {
  position: absolute;
  bottom: -18px;
  left: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  margin: 0;
}

.lp03-article-card__image span {
  padding: 2px 7px;
  border: 1px solid var(--lp03-navy);
  border-radius: 3px;
  color: var(--lp03-navy);
  background: #fff;
  font-size: 11px;
  font-weight: 800;
}

.lp03-article-card h3 {
  height: 129px;
  margin: 0;
  padding: 24px 16px 16px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

.lp03-article-card__more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: auto 16px 0;
  padding: 8px 0;
  border-top: 1px solid #fff;
  font-size: 12px;
}

.lp03-article-card__more > span {
  display: inline-flex;
  height: 17px;
  align-items: center;
  line-height: 1;
}

.lp03-article-card__more b {
  display: inline-flex;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--lp03-orange);
  font-size: 0;
  line-height: 1;
}

.lp03-faq {
  position: relative;
  isolation: isolate;
  min-height: 1125px;
  padding: 80px 0 127px;
  background: transparent;
}

.lp03-faq__list {
  width: 800px;
  margin: 32px auto 0;
}

.lp03-faq details {
  margin-bottom: 16px;
  border-radius: 7px;
  background: var(--lp03-pale);
  overflow: hidden;
}

.lp03-faq details[open] {
  border: 1px solid var(--lp03-orange);
  background: #fff;
}

.lp03-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 61px;
  padding: 15px 52px 15px 16px;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.lp03-faq summary::-webkit-details-marker {
  display: none;
}

.lp03-faq summary b,
.lp03-faq details > div > b {
  margin-right: 8px;
  color: var(--lp03-orange);
  font-size: 24px;
}

.lp03-faq details > div > b {
  color: #000;
}

.lp03-faq summary span::before {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--lp03-orange);
  border-bottom: 2px solid var(--lp03-orange);
  content: "";
  transform: rotate(45deg);
  transform-origin: center;
}

.lp03-faq details[open] summary span::before {
  top: 29px;
  transform: rotate(225deg);
}

.lp03-faq details[open] summary {
  border-bottom: 1px solid #d8dee3;
  background: var(--lp03-pale);
}

.lp03-faq details > div {
  display: flex;
  min-height: 64px;
  align-items: baseline;
  padding: 12px 16px;
}

.lp03-faq details > div > b {
  flex: 0 0 auto;
  line-height: 1;
}

.lp03-faq details > div p {
  margin: 0;
  font-size: 14px;
  line-height: 26.6px;
  transform: translateY(-2px);
  font-weight: 400;
}

.lp03-faq__highlight {
  color: #C02E1D;
  font-weight: bold;
}

.lp03-footer {
  position: relative;
  isolation: isolate;
  min-height: 308px;
  color: #fff;
  background: transparent;
}

.lp03-projects::after,
.lp03-strengths::after,
.lp03-voices::after,
.lp03-flow::after,
.lp03-articles::after,
.lp03-faq::after,
.lp03-footer::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  content: "";
}

.lp03-projects::after {
  background: #f8fbfc;
}

.lp03-strengths::after,
.lp03-faq::after {
  background: #fff;
}

.lp03-voices::after {
  border-top: 1px dashed var(--lp03-navy);
  border-bottom: 1px dashed var(--lp03-navy);
  background: var(--lp03-pale);
}

.lp03-flow::after {
  background-color: #fff;
  background-image: url("../../images/lp03/flow-pattern.png");
  background-size: 15px 15px;
}

.lp03-articles::after {
  background: var(--lp03-pale);
}

.lp03-footer::after {
  left: 0;
  width: 100%;
  background: var(--lp03-navy);
  box-shadow: 0 0 0 100vmax var(--lp03-navy);
  clip-path: inset(0 -100vmax);
}

.lp03-footer__inner {
  display: grid;
  grid-template-columns: 216px 664px;
  gap: 40px;
  width: 920px;
  margin: 0 auto;
  padding: 40px;
}

.lp03-footer__company > img {
  width: 180px;
  margin-bottom: 12px;
}

.lp03-footer__company p {
  margin: 2px 0;
  font-size: 13px;
}

.lp03-footer__marks {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 14px;
}

.lp03-footer__marks img:first-child {
  width: 88px;
  max-height: 72px;
  object-fit: contain;
}

.lp03-footer__marks img:last-child {
  width: 65px;
  max-height: 64px;
  object-fit: contain;
}

.lp03-footer__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.lp03-footer__actions a {
  display: grid;
  min-height: 74px;
  border-radius: 999px;
  place-items: center;
  text-align: center;
  font-weight: 700;
}

.lp03-footer__client {
  color: var(--lp03-navy) !important;
  background: #fff;
}

.lp03-footer__register {
  color: #fff !important;
  background: linear-gradient(90deg, var(--lp03-orange-light), var(--lp03-orange));
  font-size: 20px;
}

.lp03-footer__nav {
  display: flex;
  gap: 24px;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #9eabb8;
  border-bottom: 1px solid #9eabb8;
  font-size: 11px;
}

.lp03-footer__nav a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.lp03-footer__nav a img {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

.lp03-footer__copyright {
  margin: 12px 0 0;
  font-size: 12px;
}

@media (max-width: 1335px) {
  body.lp03-page {
    min-width: 0;
  }

  .lp03-shell,
  .lp03-header {
    width: 100%;
    min-width: 0;
  }

  .lp03-stats__inner {
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .lp03-footer__inner {
    grid-template-columns: 216px minmax(0, 1fr);
    width: min(920px, calc(100% - 48px));
  }

  .lp03-footer__nav {
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .lp03-side-form {
    display: none;
  }
}

@media (min-width: 1126px) {
  .lp03-header {
    position: fixed;
  }
}

@media (min-width: 1126px) and (max-width: 1335px) {
  body.lp03-page {
    --lp03-compact-desktop-scale: calc((100vw - 335px) / 1000px);
  }

  .lp03-voices::after,
  .lp03-flow::after,
  .lp03-articles::after {
    width: calc(100vw / var(--lp03-compact-desktop-scale));
  }

  .lp03-shell,
  .lp03-header {
    width: calc(100% - 320px);
  }

  .lp03-header__inner {
    width: 920px;
    zoom: var(--lp03-compact-desktop-scale);
  }

  .lp03-main > section,
  .lp03-footer {
    width: 1000px;
    zoom: var(--lp03-compact-desktop-scale);
  }

  .lp03-side-form {
    right: 0;
    display: block;
  }
}

@media (min-width: 1336px) {
  .lp03-voices::after,
  .lp03-flow::after,
  .lp03-articles::after {
    left: calc(660px - 50vw);
    width: 100vw;
  }

  .lp03-shell {
    position: relative;
    width: 1000px;
    margin-left: max(0px, calc((100% - 1320px) / 2));
  }

  .lp03-header {
    left: max(0px, calc((100% - 1320px) / 2));
    width: 1000px;
  }

  .lp03-side-form {
    right: auto;
    left: calc(52.5% + 320px);
  }
}

@media (max-width: 1125px) {
  .lp03-header {
    position: fixed;
    top: 16px;
    padding: 0 20px;
  }

  .lp03-header__inner {
    width: 100%;
    height: 49px;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: none;
  }

  .lp03-logo {
    flex-basis: 120px;
  }

  .lp03-header__actions {
    margin-left: auto;
    transform: translateX(6px);
  }

  .lp03-header__nav,
  .lp03-header__login,
  .lp03-header__client {
    display: none;
  }

  .lp03-header__register {
    width: 78px;
    min-height: 36px;
    font-size: 13px;
  }

  .lp03-menu-button {
    display: flex;
    width: 42px;
    height: 36px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 0;
    border: 2px solid #c4ccd4;
    border-radius: 5px;
    background: #f7f9fa;
    box-shadow: none;
    box-sizing: border-box;
  }

  .lp03-menu-button span {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: var(--lp03-navy);
    transition: transform 0.2s, opacity 0.2s;
  }

  .lp03-menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .lp03-menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .lp03-menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .lp03-mobile-menu {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    height: 100vh;
    flex-direction: column;
    gap: 20px;
    padding: 90px 32px 32px;
    background: rgba(15, 33, 53, 0.97);
  }

  .lp03-mobile-menu[hidden] {
    display: none;
  }

  .lp03-mobile-menu nav a {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid #8793a0;
    color: #fff;
    font-weight: 700;
  }

  .lp03-mobile-menu > a {
    display: grid;
    min-height: 56px;
    border-radius: 999px;
    place-items: center;
    font-weight: 800;
  }

  .lp03-mobile-menu__login {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #fff;
    color: #fff !important;
  }

  .lp03-mobile-menu__login img {
    filter: brightness(0) invert(1);
  }

  .lp03-mobile-menu__client {
    color: var(--lp03-navy) !important;
    background: #fff;
  }

  .lp03-mobile-menu__register {
    color: #fff !important;
    background: linear-gradient(90deg, var(--lp03-orange-light), var(--lp03-orange));
  }

  body.lp03-menu-open {
    overflow: hidden;
  }
}

@media (max-width: 1125px) {
  body.lp03-page {
    width: 100%;
    min-width: 0;
    font-size: 14px;
    overflow-x: clip;
  }

  .lp03-shell,
  .lp03-main,
  .lp03-main > section,
  .lp03-main > .lp03-stats-projects-bg,
  .lp03-footer {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    zoom: 1;
  }

  .lp03-container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .lp03-header {
    position: fixed;
    top: 16px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    padding: 0 20px;
  }

  .lp03-header__inner {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 49px;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: none;
  }

  .lp03-logo {
    flex-basis: 120px;
  }

  .lp03-header__actions {
    margin-left: auto;
    transform: none;
  }

  .lp03-header__nav,
  .lp03-header__login,
  .lp03-header__client {
    display: none;
  }

  .lp03-header__register {
    width: 78px;
    min-height: 36px;
    font-size: 13px;
  }

  .lp03-menu-button {
    display: flex;
    width: 42px;
    height: 36px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 0;
    border: 2px solid #c4ccd4;
    border-radius: 5px;
    background: #f7f9fa;
    box-shadow: none;
    box-sizing: border-box;
  }

  .lp03-menu-button span {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: var(--lp03-navy);
    transition: transform 0.2s, opacity 0.2s;
  }

  .lp03-menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .lp03-menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .lp03-menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .lp03-mobile-menu {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    height: 100vh;
    flex-direction: column;
    gap: 20px;
    padding: 90px 32px 32px;
    background: rgba(15, 33, 53, 0.97);
  }

  .lp03-mobile-menu[hidden] {
    display: none;
  }

  .lp03-mobile-menu nav a {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid #8793a0;
    color: #fff;
    font-weight: 700;
  }

  .lp03-mobile-menu > a {
    display: grid;
    min-height: 56px;
    border-radius: 999px;
    place-items: center;
    font-weight: 800;
  }

  .lp03-mobile-menu__login {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #fff;
    color: #fff !important;
  }

  .lp03-mobile-menu__login img {
    filter: brightness(0) invert(1);
  }

  .lp03-mobile-menu__client {
    color: var(--lp03-navy) !important;
    background: #fff;
  }

  .lp03-mobile-menu__register {
    color: #fff !important;
    background: linear-gradient(90deg, var(--lp03-orange-light), var(--lp03-orange));
  }

  body.lp03-menu-open {
    overflow: hidden;
  }

  /* =========================================
     LP03 HERO - MOBILE ONLY
     Desktop styles above remain unchanged.
     ========================================= */
  .lp03-hero {
    position: relative;
    height: 510px;
    overflow: hidden;
    background: #eef3f6;
  }

.lp03-hero__inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 520px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background: #eef3f6;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  .lp03-hero__copy {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    padding: 80px 0 0;
    text-align: center;
    background: transparent;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  .lp03-hero__eyebrow {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin: 0;
    padding: 8px 0;
    font-size: 16px;
    line-height: 28px;
    background: transparent;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  .lp03-hero__eyebrow::before,
  .lp03-hero__eyebrow::after {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 2px;
    margin: 0 8px;
    border: 0;
    border-radius: 2px;
    background: var(--lp03-navy);
    content: "";
    transform: rotate(45deg);
  }

  .lp03-hero__eyebrow::after {
    transform: rotate(-45deg);
  }

  .lp03-hero__eyebrow span {
    font-size: 16px;
  }

  .lp03-hero h1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    align-self: center;
    margin: 0;
    padding: 0;
    font-size: 21px;
    line-height: 1.4;
    background: transparent;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  .lp03-hero h1 strong {
    font-size: 28px;
    line-height: 1.2;
  }

  .lp03-hero h1 small {
    font-weight: 900;
    line-height: 1.2;
  }

  .lp03-hero h1 small:first-of-type {
    font-size: 16px;
  }

  .lp03-hero h1 small:last-of-type {
    font-size: 20px;
  }

  .lp03-hero__person {
    position: absolute;
    z-index: 0;
    top: 200px;
    left: 50%;
    right: auto;
    width: 55%;
    max-width: 360px;
    height: 307px;
    margin: 0;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: top center;
    overflow: hidden;
  }

  .lp03-hero__cta {
    position: absolute;
    z-index: 3;
    top: 377px;
    left: 50%;
    display: flex;
    width: calc(100% - 40px);
    max-width: 350px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 10px 0;
    transform: translateX(-50%);
    border: 0;
    outline: 0;
    box-shadow: none;
  }

  .lp03-hero__cta > span {
    width: 140px;
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }

  .lp03-hero__cta > span img {
    width: 140px;
    height: auto;
  }

  .lp03-hero__cta a {
    display: flex;
    width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
  }

  .lp03-hero__note {
    position: absolute;
    z-index: 4;
    top: 477px;
    left: 50%;
    width: max-content;
    max-width: calc(100% - 40px);
    margin: 0;
    padding: 2px 8px;
    transform: translateX(-50%);
    background: rgba(238, 243, 246, 0.75);
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    white-space: nowrap;
  }

  .lp03-stats {
    height: 598px;
    background: linear-gradient(165deg, #fff 0 60%, #f2f7fa 60% 100%);
  }

  .lp03-stats::before {
    display: none;
  }

  .lp03-stats__inner {
    display: block;
    padding-top: 40px;
  }

  .lp03-stats__intro {
    padding: 0;
  }

  .lp03-stats__intro h2 {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 1.6;
    white-space: nowrap;
  }

  .lp03-stats__intro h2 br {
    display: none;
  }

  .lp03-stats__intro p {
    font-size: 16px;
  }

  .lp03-stats__intro p br:last-of-type {
    display: none;
  }

  .lp03-stats__grid {
    height: auto;
    margin-top: 24px;
  }

  .lp03-stat {
    min-height: 112px;
    padding: 10px 8px;
  }

  .lp03-stat > div {
    gap: 0;
    font-size: 13px;
  }

  .lp03-stat--wide {
    min-height: 90px;
  }

  .lp03-stat--wide > div {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }

  .lp03-stat--wide .lp03-stat__icon {
    margin-right: 12px;
  }

  .lp03-stat__icon {
    flex-basis: 44px;
    height: 44px;
    font-size: 38px;
  }

  .lp03-stat span {
    font-size: 9px;
  }

  .lp03-stat strong {
    font-size: 22px;
  }

  .lp03-stat strong small {
    font-size: 12px;
  }

  .lp03-stat > div > small {
    font-size: 8px;
  }

  .lp03-projects {
    min-height: 876px;
    padding: 40px 20px 20px;
  }

  .lp03-projects__box {
    width: 100%;
    min-height: 816px;
    padding: 40px 16px 28px;
    border-radius: 12px;
  }

  .lp03-projects h2 {
    top: -26px;
    width: calc(100% - 100px);
    font-size: 32px;
    line-height: 1.35;
  }

  .lp03-projects h2 em {
    font-size: 32px;
  }

  .lp03-projects__title-break {
    display: block;
  }

  .lp03-projects__title-slash {
    position: absolute;
    top: 4px;
    width: 2px;
    height: 77px;
    background: var(--lp03-navy);
    font-size: 0;
    line-height: 0;
  }

  .lp03-projects__title-slash:first-child {
    left: 16px;
    transform: rotate(-24deg);
  }

  .lp03-projects__title-slash:last-child {
    right: 18px;
    transform: rotate(26deg);
  }

  .lp03-projects__lead {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.5;
  }

  .lp03-projects__lead br {
    display: none;
  }

  .lp03-projects__track {
    min-height: 590px;
  }

  .lp03-job {
    flex-basis: 100%;
    min-height: 572px;
  }

  .lp03-job header {
    height: 151px;
  }

  .lp03-job__body > p {
    min-height: 168px;
  }

  .lp03-slider-arrow--prev {
    left: -36px;
  }

  .lp03-slider-arrow--next {
    right: -36px;
  }

  .lp03-projects .lp03-primary-button {
    width: 100%;
  }

  .lp03-projects__desktop-cta {
    display: flex;
    width: min(320px, calc(100% - 32px)) !important;
  }

  .lp03-projects__mobile-cta {
    position: fixed;
    z-index: 180;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    width: auto;
    max-width: none;
    grid-template-columns: minmax(0, 164px) minmax(0, 200px);
    align-items: center;
    justify-content: center;
    gap: 4px 12px;
    margin: 0;
    padding: 8px max(12px, calc((100vw - 390px) / 2));
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -3px 12px rgba(15, 33, 53, 0.16);
    backdrop-filter: blur(6px);
  }

  .lp03-projects__mobile-cta > img {
    width: 164px;
    min-width: 158px;
    max-width: 100%;
  }

  .lp03-projects__mobile-cta .lp03-primary-button {
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    border: 0;
    font-size: 16px;
    font-weight: 900;
    font-family: inherit;
    cursor: pointer;
  }

  .lp03-projects__mobile-cta > p {
    grid-column: 1 / -1;
    margin: 0;
    text-align: center;
    font-size: 11px;
    line-height: 15.19px;
    font-weight: 400;
  }

  .lp03-projects__mobile-cta > p b {
    color: var(--lp03-orange);
    font-weight: 700;
  }

  .lp03-projects-modal {
    padding: 10px;
  }

  .lp03-projects-modal__dialog {
    width: min(360px, calc(100vw - 20px));
    min-height: 398px;
    padding: 18px 20px 20px;
  }

  .lp03-projects-modal__logo {
    width: 100px;
  }

  .lp03-projects-modal__close {
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
  }

  .lp03-projects-modal__close::before,
  .lp03-projects-modal__close::after {
    top: 11px;
    width: 24px;
  }

  .lp03-projects-modal__icon {
    width: 40px;
    height: 40px;
    margin: 30px 0 15px;
  }

  .lp03-projects-modal__body h2 {
    font-size: 22px;
  }

  .lp03-projects-modal__body p {
    margin: 14px 0 18px;
    font-size: 14px;
    line-height: 1.5;
  }

  .lp03-projects-modal__mobile-break {
    display: block;
  }

  .lp03-projects-modal__register {
    width: 220px;
    min-height: 50px;
    font-size: 16px;
  }

  .lp03-strengths {
    min-height: 1552px;
    padding: 56px 0;
  }

  .lp03-section-title {
    font-size: 22px;
  }

  .lp03-section-title em {
    font-size: 28px;
  }

  .lp03-section-lead {
    font-size: 16px;
  }

  .lp03-strengths__grid {
    display: flex;
    flex-direction: column;
    gap: 46px;
    padding: 44px 0 0;
  }

  .lp03-strength-card {
    min-height: 410px;
    padding-top: 52px;
  }

  .lp03-strength-card > img,
  .lp03-skill-board {
    height: 250px;
    object-fit: contain;
  }

  .lp03-strength-card h3 b {
    font-size: 42px;
  }

  .lp03-strength-card h3 span {
    flex-direction: row;
    align-items: center;
    gap: 0;
    font-size: 20px;
    white-space: nowrap;
  }

  .lp03-strength-card h3 i {
    padding-right: 0;
  }

  .lp03-strength-card h3 strong {
    margin-left: 0;
    padding-left: 0;
  }

  .lp03-voices {
    min-height: 1195px;
    padding: 56px 0;
  }

  .lp03-voices__grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 32px 66px 0;
  }

  .lp03-voice {
    padding: 0 0 28px;
    border-bottom: 1px solid var(--lp03-line);
  }

  .lp03-voice:not(:last-child)::after {
    display: none;
  }

  .lp03-voice h3 {
    position: relative;
    min-height: 0;
    padding-right: 26px;
  }

  .lp03-voice h3 span {
    position: absolute;
    top: 50%;
    right: 0;
    margin-left: 0;
    transform: translateY(-50%);
  }

  .lp03-voice blockquote {
    min-height: 88px;
  }

  .lp03-voice__mobile-break {
    display: block;
  }

  .lp03-voice__desktop-slash {
    display: none;
  }

  .lp03-outline-button {
    margin-top: 32px;
  }

  .lp03-flow {
    min-height: 926px;
    padding: 56px 0 16px;
  }

  .lp03-flow__inner {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .lp03-flow__intro {
    width: 100%;
  }

  .lp03-flow__intro h2 {
    font-size: 24px;
    white-space: nowrap;
  }

  .lp03-flow__intro h2 br {
    display: none;
  }

  .lp03-flow__intro p br {
    display: none;
  }

  .lp03-flow__intro h2 em {
    font-size: 32px;
  }

  .lp03-flow__intro .lp03-primary-button {
    margin: 0 auto;
  }

  .lp03-flow__steps {
    width: 100%;
  }

  .lp03-flow__steps li {
    grid-template-columns: 95px minmax(0, 1fr) 80px;
    gap: 12px;
    min-height: 118px;
    padding: 16px 18px;
  }

  .lp03-flow-step__number {
    font-size: 32px;
  }

  .lp03-flow__steps li > b {
    padding-left: 0;
  }

  .lp03-flow__steps li > b,
  .lp03-flow__steps li > div {
    transform: none;
  }

  .lp03-flow__steps li > div {
    display: flex;
    width: 100%;
    align-self: center;
    flex-direction: column;
    justify-content: center;
    padding-right: 25px;
    padding-left: 25px;
  }

  .lp03-flow__steps h3 {
    font-size: 20px;
    line-height: 1.3;
    padding-right: 0;
    padding-left: 0;
  }

  .lp03-flow__steps p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.8;
    padding-right: 0;
    padding-left: 0;
  }

  .lp03-flow__steps li > img {
    width: 80px;
    height: 80px;
    max-width: none;
    transform: none;
  }

  .lp03-articles {
    min-height: 1485px;
    padding: 56px 0 52px;
  }

  .lp03-articles__title-break {
    display: block;
  }

  .lp03-articles__grid {
    display: flex;
    width: 100%;
    max-width: 430px;
    flex-direction: column;
    gap: 16px;
    margin-right: auto;
    margin-left: auto;
    padding: 32px 0 0;
  }

  .lp03-article-card {
    width: 100%;
    height: auto;
    min-height: 270px;
  }

  .lp03-article-card__image {
    height: auto;
    flex: 0 0 auto;
  }

  .lp03-article-card__image img {
    height: auto;
    object-fit: contain;
  }

  .lp03-article-card__image p {
    bottom: 10px;
  }

  .lp03-article-card__image span {
    padding: 0 3px;
  }

  .lp03-article-card h3 {
    height: 84px;
    padding: 10px 16px;
    font-size: 12px;
    line-height: 1.8;
  }

  .lp03-faq {
    min-height: 1254px;
    padding: 56px 0 72px;
  }

  .lp03-faq__list {
    width: 100%;
    margin-top: 28px;
  }

  .lp03-faq summary {
    min-height: 72px;
    font-size: 16px;
  }

  .lp03-faq details > div p {
    font-size: 14px;
  }

  .lp03-footer {
    min-height: 415px;
  }

  .lp03-footer__inner {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 12px;
    padding: 12px 20px 24px;
  }

  .lp03-footer__right {
    display: contents;
  }

  .lp03-footer__actions {
    order: 1;
    gap: 12px;
  }

  .lp03-footer__company {
    display: grid;
    order: 2;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 12px;
    margin-top: 11px;
  }

  .lp03-footer__company > img {
    grid-row: 1;
    grid-column: 1 / -1;
  }

  .lp03-footer__company > p {
    grid-column: 1;
  }

  .lp03-footer__company .lp03-footer__marks {
    grid-row: 2 / span 3;
    grid-column: 2;
    align-self: center;
    margin-top: 0;
  }

  .lp03-footer__actions a {
    min-height: 73px;
    font-size: 16px;
  }

  .lp03-footer__register {
    font-size: 16px !important;
  }

  .lp03-footer__nav {
    display: grid;
    order: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin-top: 24px;
  }

  .lp03-footer__copyright {
    order: 4;
  }

  .lp03-footer__company > img {
    width: 150px;
  }

  .lp03-mobile-cta {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 8px 12px;
    background: #fff;
    box-shadow: 0 -3px 12px rgba(15, 33, 53, 0.15);
  }

  .lp03-mobile-cta a {
    display: grid;
    min-height: 48px;
    border-radius: 999px;
    place-items: center;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
  }

  .lp03-mobile-cta a:first-child {
    border: 1px solid var(--lp03-navy);
    color: var(--lp03-navy);
  }

  .lp03-mobile-cta a:last-child {
    color: #fff;
    background: linear-gradient(90deg, var(--lp03-orange-light), var(--lp03-orange));
    font-size: 15px;
  }
}

@media (max-width: 400px) {
  .lp03-footer__inner {
    padding-right: 14px;
    padding-left: 14px;
  }

  .lp03-footer__company {
    grid-template-columns: minmax(0, 1fr) 145px;
    column-gap: 8px;
  }

  .lp03-footer__company p {
    font-size: 11px;
    white-space: nowrap;
  }

  .lp03-footer__company .lp03-footer__marks {
    gap: 8px;
  }

  .lp03-footer__marks img:first-child {
    width: 76px;
  }

  .lp03-footer__marks img:last-child {
    width: 56px;
  }

  /* Hero mobile dùng chung rule ở max-width: 1125px.
     Không override height/inner tại <=400px để tránh phá layout. */

  .lp03-flow__intro h2 em {
    font-size: 28px;
  }

  .lp03-flow__intro p {
    font-size: 14px;
  }

  .lp03-flow__steps li {
    grid-template-columns: 82px minmax(0, 1fr) 70px;
    gap: 8px;
    min-height: 116px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .lp03-flow__steps h3 {
    font-size: 17px;
  }

  .lp03-flow__steps p {
    font-size: 12px;
  }

  .lp03-flow__steps li > img {
    width: 70px;
    height: 70px;
    transform: none;
  }

  .lp03-stats__intro h2 {
    font-size: 28px;
  }

  .lp03-stats__intro p {
    font-size: 14px;
  }

  .lp03-projects h2 {
    width: calc(100% - 24px);
    font-size: 28px;
  }

  .lp03-projects h2 em {
    font-size: 28px;
  }

  .lp03-projects__title-slash {
    top: 5px;
    height: 46px;
  }

  .lp03-projects__title-slash:first-child {
    left: 28px;
  }

  .lp03-projects__title-slash:last-child {
    right: 28px;
  }

  .lp03-projects__lead {
    font-size: 14px;
  }
}

.lp03-stats-projects-bg {
  position: relative;
  isolation: isolate;
}

.lp03-stats-projects-bg::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: calc(100vw + 320px);
  content: "";
  background: #f7f9fa url("../../images/lp03/stats-projects-background.svg") center / 100% 100% no-repeat;
  transform: translateX(-50%);
}

.lp03-stats-projects-bg .lp03-stats,
.lp03-stats-projects-bg .lp03-projects {
  background: transparent;
}

.lp03-stats-projects-bg .lp03-stats::before,
.lp03-stats-projects-bg .lp03-projects::after {
  display: none;
}

@media (max-width: 1125px) {
  .lp03-stats-projects-bg::before {
    width: 100vw;
  }

  .lp03-mobile-menu {
    position: fixed;
    z-index: 200;
    inset: 0;
    display: flex;
    height: 100dvh;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 8px 0;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.72);
  }

  .lp03-mobile-menu[hidden] {
    display: none;
  }

  .lp03-mobile-menu__panel {
    width: min(calc(100% - 24px), 390px);
    height: 470px;
    padding: 10px 26px 36px;
    border: 2px solid #1689d4;
    border-radius: 6px;
    background: #fff;
  }

  .lp03-mobile-menu__head {
    display: flex;
    min-height: 32px;
    align-items: center;
    justify-content: space-between;
  }

  .lp03-mobile-menu__logo {
    display: block;
    width: 96px;
    margin-left: -17px;
  }

  .lp03-mobile-menu__logo img {
    display: block;
    width: 96px;
    height: 17px;
  }

  .lp03-mobile-menu__close {
    position: relative;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateX(16px);
  }

  .lp03-mobile-menu__close::before,
  .lp03-mobile-menu__close::after {
    position: absolute;
    top: 12px;
    left: 4px;
    width: 19px;
    height: 2px;
    content: "";
    background: var(--lp03-navy);
  }

  .lp03-mobile-menu__close::before {
    transform: rotate(45deg);
  }

  .lp03-mobile-menu__close::after {
    transform: rotate(-45deg);
  }

  .lp03-mobile-menu nav {
    margin-top: 10px;
  }

  .lp03-mobile-menu nav a {
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 15px;
    border-bottom: 1px solid #cbd3da;
    color: var(--lp03-ink);
    font-size: 14px;
    font-weight: 600;
  }

  .lp03-mobile-menu nav a span {
    display: flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    padding-bottom: 4px;
    border-radius: 50%;
    color: #fff;
    background: var(--lp03-orange);
    font-size: 16px;
    line-height: 1;
  }

  .lp03-mobile-menu__actions {
    display: grid;
    gap: 15px;
    margin-top: 50px;
  }

  .lp03-mobile-menu__actions > a {
    display: flex;
    width: 100%;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
  }

  .lp03-mobile-menu__login {
    gap: 6px;
    border: 1px solid #bdc8d3;
    color: var(--lp03-navy) !important;
    background: #fff;
  }

  .lp03-mobile-menu__login img {
    width: 14px;
    height: 14px;
    filter: none;
  }

  .lp03-mobile-menu__client {
    color: #fff !important;
    background: var(--lp03-navy);
  }

  .lp03-mobile-menu__register {
    color: #fff !important;
    background: linear-gradient(90deg, var(--lp03-orange-light), var(--lp03-orange));
  }
}
