/* ===== Index Page - MideeLoan Design (1280px) ===== */

.index-page {
  background: #f7f9fb;
  font-family: 'Inter', sans-serif;
  color: #44474d;
}

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

/* ===== Header ===== */
.index-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 81px;
  background: rgba(247, 249, 251, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.index-header__inner {
  max-width: 1280px;
  height: 80px;
  margin: 0 auto;
  padding: 0 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-header__logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.index-header__logo img {
  width: 25px;
  height: 25px;
}

.index-header__logo span {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #031632;
}

.index-header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.index-header__nav a {
  font-size: 16px;
  line-height: 24px;
  color: #44474d;
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s;
}

.index-header__nav a:hover {
  color: #0058bc;
}

.index-header__nav a.active {
  font-weight: 700;
  color: #0058bc;
  border-bottom-color: #0058bc;
}

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

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

.hero__bg img {
  width: 100%;
  height: 138.98%;
  object-fit: cover;
  object-position: center top;
  margin-top: -19.49%;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(3, 22, 50, 0.9) 0%,
    rgba(3, 22, 50, 0.6) 50%,
    rgba(3, 22, 50, 0) 100%
  );
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero__text {
  max-width: 512px;
  padding-top: 24px;
}

.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: 16px;
}

.hero__title-accent {
  color: #ffe088;
}

.hero__desc {
  max-width: 448px;
  font-size: 18px;
  line-height: 28px;
  color: rgba(215, 226, 255, 0.8);
  margin-bottom: 32px;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero__btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 68px;
  background: #0058bc;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 25px 50px -12px rgba(0, 88, 188, 0.2);
}

.hero__btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.hero__btn-secondary img {
  width: 20px;
  height: 20px;
}

.hero__visual {
  position: relative;
  flex-shrink: 0;
  width: 525px;
  height: 525px;
  margin-right: -20px;
}

.hero__card {
  width: 516px;
  padding: 8px;
  border: 8px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: rotate(1deg);
  overflow: hidden;
}

.hero__card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.hero__trust-card {
  position: absolute;
  left: -20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 320px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid #e3e6f2;
  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);
}

.hero__trust-icon {
  width: 40px;
  height: 50px;
  flex-shrink: 0;
}

.hero__trust-label {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.7px;
  color: #041b3c;
  margin-bottom: 4px;
}

.hero__trust-desc {
  font-size: 14px;
  line-height: 21px;
  color: #434654;
}

/* ===== Trust Bar ===== */
.trust-bar {
  background: #ffffff;
  padding: 24px 64px;
}

.trust-bar__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 17px 0;
  border-top: 1px solid rgba(195, 198, 214, 0.3);
  border-bottom: 1px solid rgba(195, 198, 214, 0.3);
}

.trust-bar__item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trust-bar__item img {
  flex-shrink: 0;
}

.trust-bar__item:nth-child(1) img {
  width: 20px;
  height: 20px;
}

.trust-bar__item:nth-child(3) img {
  width: 20px;
  height: 14px;
}

.trust-bar__item:nth-child(5) img {
  width: 16px;
  height: 20px;
}

.trust-bar__item span {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #434654;
  white-space: nowrap;
}

.trust-bar__divider {
  width: 1px;
  height: 24px;
  background: #c3c6d6;
  flex-shrink: 0;
}

/* ===== Features ===== */
.features {
  background: #f2f4f6;
  padding: 96px 64px 64px;
}

.features__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.features__header {
  text-align: center;
  margin-bottom: 64px;
}

.features__title {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.96px;
  color: #031632;
  margin-bottom: 16px;
}

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

.features__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid transparent;
  border-bottom-width: 4px;
  padding: 41px;
  min-height: 265px;
}

.feature-card--1 {
  border-color: #0058bc;
  border-bottom-color: #0058bc;
}

.feature-card--2 {
  border-color: #cca730;
  border-bottom-color: #cca730;
}

.feature-card--3 {
  border-color: #031632;
  border-bottom-color: #031632;
}

.feature-card--4 {
  border-color: #e5af02;
  border-bottom-color: #e5af02;
}

.feature-card--5 {
  border-color: #0070eb;
  border-bottom-color: #0070eb;
}

.feature-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.feature-card__icon--blue {
  background: #0070eb;
}

.feature-card__icon--yellow {
  background: #ffe088;
}

.feature-card__icon--navy {
  background: #1a2b48;
}

.feature-card__icon--gold {
  background: #d4a92e;
}

.feature-card__icon--primary {
  background: #0070eb;
}

.feature-card__icon img {
  width: 28px;
  height: 28px;
}

.feature-card--2 .feature-card__icon img {
  width: 30px;
  height: 30px;
}

.feature-card--5 .feature-card__icon img {
  width: 26px;
  height: 26px;
}

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

.feature-card__title--primary {
  color: #0070eb;
}

.feature-card__desc {
  font-size: 16px;
  line-height: 26px;
  color: #44474d;
}

/* ===== Steps ===== */
.steps {
  background: #ffffff;
  padding: 100px 64px;
}

.steps__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
}

.steps__intro {
  width: 368px;
  flex-shrink: 0;
  padding: 77px 0;
}

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

.steps__desc {
  font-size: 18px;
  line-height: 28px;
  color: #44474d;
  margin-bottom: 32px;
}

.steps__notice {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 25px;
  background: rgba(255, 224, 136, 0.2);
  border: 1px solid rgba(255, 224, 136, 0.3);
  border-radius: 16px;
}

.steps__notice img {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.steps__notice p {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #241a00;
}

.steps__grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.step-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 88, 188, 0.1);
  border-radius: 24px;
  padding: 33px;
}

.step-card__icon {
  width: 48px;
  height: 48px;
  background: #0070eb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.step-card__icon img {
  width: 20px;
  height: 20px;
}

.step-card:nth-child(4) .step-card__icon img {
  width: 24px;
  height: 24px;
}

.step-card__title {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #031632;
  padding-top: 16px;
  margin-bottom: 0;
}

.step-card__desc {
  font-size: 16px;
  line-height: 24px;
  color: #44474d;
}

/* ===== Suitable ===== */
.suitable {
  background: #ffffff;
  padding: 63px 256px 64px;
}

.suitable__inner {
  max-width: 768px;
  margin: 0 auto;
}

.suitable__header {
  text-align: center;
  margin-bottom: 40px;
}

.suitable__title {
  font-family: 'ABeeZee', sans-serif;
  font-size: 32px;
  line-height: 41.6px;
  color: #041b3c;
  margin-bottom: 11px;
}

.suitable__desc {
  font-family: 'ABeeZee', sans-serif;
  font-size: 18px;
  line-height: 28.8px;
  color: #434654;
  text-align: center;
}

.suitable__notice {
  display: flex;
  gap: 24px;
  padding: 41px;
  background: #f1f3ff;
  border: 1px solid #c3c6d6;
  border-radius: 16px;
}

.suitable__notice img {
  width: 27px;
  height: 21px;
  flex-shrink: 0;
  margin-top: 2px;
}

.suitable__notice-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.7px;
  color: #041b3c;
  margin-bottom: 3px;
}

.suitable__notice-text {
  font-family: 'ABeeZee', sans-serif;
  font-size: 16px;
  line-height: 25.6px;
  color: #434654;
}

/* ===== Footer (Figma 28:642) ===== */
.index-footer {
  background: #031632;
  color: rgba(215, 226, 255, 0.7);
  min-height: 432px;
}

.index-footer__main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 62px 64px 0 70px;
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.index-footer__col {
  width: 370.5px;
  flex-shrink: 0;
}

.index-footer__col p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(215, 226, 255, 0.7);
  margin: 0 0 24px;
}

.index-footer__col p:last-child {
  margin-bottom: 0;
}

.index-footer__col--loan {
  margin-left: 97px;
}

.index-footer__col-title {
  font-weight: 500;
  color: #97a5c1;
  margin-bottom: 24px !important;
}

.index-footer__col--loan p:not(.index-footer__col-title) {
  margin-bottom: 16px;
}

.index-footer__col--loan p:last-child {
  margin-bottom: 0;
}

.index-footer__nav {
  width: 138px;
  flex-shrink: 0;
  margin-left: 170px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.index-footer__nav a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(215, 226, 255, 0.7);
  text-decoration: none;
}

.index-footer__nav a:hover {
  color: #d7e2ff;
}

.index-footer__bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 33px 64px 32px 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.index-footer__bottom p {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(215, 226, 255, 0.4);
  margin: 0;
}
