/* ===== Our Service Page ===== */

.our-service-page {
  background: #f7f9fb;
}

.our-service-main {
  overflow: hidden;
}

/* ===== Hero ===== */
.os-hero {
  position: relative;
  height: 527px;
  overflow: hidden;
}

.os-hero__bg {
  position: absolute;
  inset: 0;
}

.os-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.os-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(112.61deg, #002b47 0%, rgba(255, 255, 255, 0) 102.26%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.os-hero__content {
  position: relative;
  z-index: 1;
  max-width: 670px;
  margin-left: 66px;
  padding-top: 117px;
}

.os-hero__title {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  color: #ffffff;
  margin-bottom: 24px;
}

.os-hero__desc {
  padding-top: 8px;
}

.os-hero__desc p {
  font-size: 18px;
  line-height: 29.25px;
  color: #ffffff;
  margin-bottom: 0;
}

.os-hero__desc p + p {
  margin-top: 18px;
}

/* ===== Product ===== */
.os-product {
  background: #ffffff;
  padding: 97px 0 80px;
}

.os-product__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 66px;
  display: flex;
  align-items: center;
  gap: 106px;
}

.os-product__visual {
  flex-shrink: 0;
  width: 444px;
}

.os-product__phone-card {
  position: relative;
  width: 444px;
  height: 444px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.os-product__phone-bg {
  position: absolute;
  left: -9px;
  top: -41px;
  width: 933px;
  height: 525px;
  object-fit: cover;
  opacity: 0.2;
  filter: blur(2px);
  pointer-events: none;
}

.os-product__phone-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 204px;
  height: 411px;
}

.os-product__phone-wrap::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 411px;
  height: 204px;
  transform: translate(-50%, -50%) rotate(90deg);
  background: url('../images/ourService/phone-mockup.png') no-repeat center / contain;
  z-index: 2;
  pointer-events: none;
}

.os-product__phone-screen {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 182px;
  height: 392px;
  object-fit: cover;
  object-position: top center;
  border-radius: 28px;
  z-index: 1;
}

.os-product__info {
  flex: 1;
  padding-top: 5px;
}

.os-product__title {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #031632;
  margin-bottom: 24px;
}

.os-product__desc {
  font-size: 16px;
  line-height: 24px;
  color: #44474d;
  max-width: 533px;
}

/* ===== Application Steps ===== */
.os-apply {
  background: #f2f4f6;
  padding: 70px 0 80px;
}

.os-apply__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}

.os-apply__intro {
  max-width: 672px;
  margin: 0 auto 70px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #44474d;
  text-align: center;
}

.os-apply__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.os-apply-card {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  padding: 40px;
  overflow: hidden;
}

.os-apply-card__num {
  position: absolute;
  top: 17px;
  right: 25px;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 100;
  font-size: 64px;
  line-height: 64px;
  color: #0070eb;
  opacity: 0.1;
}

.os-apply-card__icon {
  height: 21px;
  width: auto;
  margin-bottom: 12px;
  display: block;
}

.os-apply-card:nth-child(2) .os-apply-card__icon {
  height: 19px;
}

.os-apply-card:nth-child(3) .os-apply-card__icon {
  height: 19px;
}

.os-apply-card:nth-child(4) .os-apply-card__icon {
  height: 18px;
}

.os-apply-card:nth-child(5) .os-apply-card__icon {
  height: 19px;
}

.os-apply-card:nth-child(6) .os-apply-card__icon {
  height: 17px;
}

.os-apply-card__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: -0.24px;
  color: #191c20;
  padding-top: 11px;
  margin-bottom: 0;
}

.os-apply-card__desc {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #44474f;
  margin-top: 0;
}

/* ===== Info Panels ===== */
.os-info-panels {
  background: #f2f4f6;
  padding: 0 60px 80px;
}

.os-info-panels__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 27px;
}

.os-consideration {
  position: relative;
  flex: 0 0 667px;
  height: 440px;
  background: #0070eb;
  border-radius: 8px;
  padding: 23px 37px;
  overflow: hidden;
}

.os-consideration__deco {
  position: absolute;
  top: -39px;
  right: -39px;
  width: 124px;
  height: 157px;
  /* opacity: 0.2; */
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}

.os-consideration__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.os-consideration__icon-wrap {
  width: 56px;
  height: 56px;
  background: rgba(0, 82, 255, 0.2);
  border: 1px solid rgba(0, 82, 255, 0.4);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.os-consideration__icon-wrap img {
  width: 21px;
  height: 21px;
}

.os-consideration__title {
  font-family: 'Noto Sans Thai', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  white-space: nowrap;
}

.os-consideration__body {
  border-left: 2px solid rgba(67, 70, 86, 0.3);
  padding-left: 26px;
  margin-bottom: 32px;
}

.os-consideration__body p {
  font-family: 'Noto Sans Thai', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 0;
}

.os-consideration__body p + p {
  margin-top: 18px;
}

.os-consideration__tags {
  display: flex;
  gap: 16px;
  padding-top: 8px;
}

.os-consideration__tag {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px;
  background: rgba(39, 42, 44, 0.4);
  border: 1px solid rgba(67, 70, 86, 0.2);
  border-radius: 4px;
}

.os-consideration__tag img {
  flex-shrink: 0;
}

.os-consideration__tag:nth-child(1) img {
  width: 21px;
  height: 20px;
}

.os-consideration__tag:nth-child(2) img {
  width: 19px;
  height: 19px;
}

.os-consideration__tag span {
  font-family: 'Noto Sans Thai', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #e0e3e5;
  white-space: nowrap;
}

.os-transparency {
  position: relative;
  flex: 1;
  height: 440px;
  border-radius: 8px;
  overflow: hidden;
}

.os-transparency__bg {
  position: absolute;
  inset: -22px -24px;
  width: calc(100% + 48px);
  height: calc(100% + 44px);
  object-fit: cover;
  opacity: 0.6;
}

.os-transparency__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 82, 255, 0.2);
}

.os-transparency__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #101415 0%, rgba(16, 20, 21, 0) 50%, rgba(16, 20, 21, 0) 100%);
}

.os-transparency__card {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 40px 40px;
  background: rgba(183, 196, 255, 0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.os-transparency__label {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #ffffff;
  margin-bottom: 12px;
}

.os-transparency__text {
  font-family: 'Noto Sans Thai', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #c3c5d9;
}

/* ===== Pre-Borrowing ===== */
.os-preborrow {
  background: #f2f4f6;
  padding: 0 60px 80px;
}

.os-preborrow__inner {
  max-width: 1280px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  padding: 48px;
  display: flex;
  gap: 48px;
  position: relative;
  overflow: hidden;
  min-height: 318px;
}

.os-preborrow__inner::before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  width: 256px;
  height: 256px;
  background: rgba(0, 112, 235, 0.05);
  border-radius: 12px;
  filter: blur(40px);
  pointer-events: none;
}

.os-preborrow__left {
  flex: 0 0 32%;
  position: relative;
  z-index: 1;
}

.os-preborrow__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.os-preborrow__icon-wrap {
  width: 56px;
  height: 56px;
  background: #c2daff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.os-preborrow__icon-wrap img {
  width: 24px;
  height: 24px;
}

.os-preborrow__title {
  font-family: 'Noto Sans Thai', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  white-space: nowrap;
}

.os-preborrow__subtitle {
  font-family: 'Noto Sans Thai', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}

.os-preborrow__right {
  flex: 1;
  border-left: 1px solid #000000;
  padding-left: 48px;
  position: relative;
  z-index: 1;
}

.os-preborrow__right p {
  font-family: 'Noto Sans Thai', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 0;
}

.os-preborrow__right p + p {
  margin-top: 18px;
}

.os-preborrow__steps {
  display: flex;
  gap: 24px;
  margin-top: 32px;
}

.os-preborrow__step {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.os-preborrow__step-num {
  font-family: 'Liberation Mono', 'Courier New', monospace;
  font-size: 30px;
  line-height: 36px;
  color: #0070eb;
}

.os-preborrow__step-label {
  font-family: 'Noto Sans Thai', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  white-space: nowrap;
}

.os-preborrow__step-line {
  width: 32px;
  height: 2px;
  background: #000000;
}

/* ===== CTA ===== */
.os-cta {
  background: #f2f4f6;
  padding: 96px 60px;
}

.os-cta__card {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  height: 394px;
  background: #001a48;
  border-radius: 48px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px 96px;
  text-align: center;
}

.os-cta__glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.os-cta__glow--right {
  top: -96px;
  right: -112px;
  background: #00e3fd;
  opacity: 0.1;
}

.os-cta__glow--left {
  bottom: -96px;
  left: -112px;
  background: #b1c5ff;
  opacity: 0.1;
}

.os-cta__title {
  position: relative;
  z-index: 1;
  font-family: 'ABeeZee', sans-serif;
  font-size: 46px;
  line-height: 61.6px;
  letter-spacing: -1.68px;
  color: #ffffff;
  margin-bottom: 24px;
}

.os-cta__desc {
  position: relative;
  z-index: 1;
  max-width: 672px;
}

.os-cta__desc p {
  font-family: 'ABeeZee', sans-serif;
  font-size: 18px;
  line-height: 29.25px;
  color: #b1c5ff;
  margin-bottom: 0;
}

.os-cta__desc p + p {
  margin-top: 18px;
}
