.home-v5 {
  background: #ffffff;
  color: #101828;
  font-family: "Poppins", sans-serif;
}

.home-v5 .container-xl {
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-v5 .topbar {
  padding: 20px 0 10px;
}

.home-v5 .topbar.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08);
}

.home-v5.is-menu-fixed {
  padding-top: 90px;
}

.home-v5 .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.home-v5 .top-logo img {
  height: 36px;
  width: auto;
}

.home-v5 .top-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-v5 .top-menu a {
  color: #1a2437;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}

.home-v5 .top-menu .active a {
  padding-bottom: 8px;
  border-bottom: 3px solid #1d273a;
}

.home-v5 .top-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-v5 .burger-btn {
  display: none;
  border: 1px solid #c6d7ea;
  background: #fff;
  border-radius: 10px;
  width: 42px;
  height: 38px;
  padding: 8px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.home-v5 .burger-btn span {
  width: 20px;
  height: 2px;
  background: #1d2a3f;
  display: block;
  border-radius: 2px;
}

.home-v5 .lang-btn {
  border: 1px solid #2b78be;
  background: #fff;
  color: #1f4d8f;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  min-width: 112px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border: 1px solid #2b78be;
  cursor: pointer;
}

.home-v5 .lang-btn:hover {
  text-decoration: none;
  color: #2b3a52;
}

.home-v5 .lang-flag {
  width: 30px;
  height: 28px;
  border-radius: 2px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.home-v5 .lang-label {
  font-size: 15px;
  letter-spacing: 0.2px;
  color: #1f4d8f;
  font-weight: 500;
}

.home-v5 .lang-caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #2b78be;
  margin-top: 2px;
}

.home-v5 .lang-dropdown {
  position: relative;
}

.home-v5 .lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 112px;
  padding: 6px;
  border: 1px solid #d7e2f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.12);
  display: none;
  z-index: 1000;
}

.home-v5 .lang-dropdown.is-open .lang-menu {
  display: block;
}

.home-v5 .lang-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 6px;
  text-decoration: none;
  color: #1f4d8f;
  font-size: 14px;
  font-weight: 500;
}

.home-v5 .lang-option:hover {
  background: #edf4fc;
  color: #1f4d8f;
  text-decoration: none;
}

.home-v5 .login-btn {
  background: #1d71b7;
  color: #fff;
  border: 1px solid #1d71b7;
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 600;
  min-width: 230px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-v5 .login-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #17639f;
}

.home-v5 .mobile-menu {
  display: none;
  position: fixed;
  top: 72px;
  left: 16px;
  right: 16px;
  z-index: 998;
  background: #fff;
  border: 1px solid #dce7f6;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(16, 24, 40, 0.12);
  padding: 14px;
}

.home-v5 .mobile-menu-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-v5 .mobile-menu-links li + li {
  margin-top: 8px;
}

.home-v5 .mobile-menu-links a {
  color: #1a2437;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  display: block;
  padding: 8px 6px;
}

.home-v5 .mobile-menu-links .active a {
  color: #1d71b7;
}

.home-v5 .mobile-menu-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #ebf1fa;
}

.home-v5.menu-open .mobile-menu {
  display: block;
}

.home-v5 .hero {
  padding: 22px 0 40px;
}

.home-v5 .hero-title {
  font-size: 54px;
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 16px;
  color: #121a2f;
}

.home-v5 .hero-title .accent {
  color: #e29413;
}

.home-v5 .hero-desc {
  max-width: 540px;
  font-size: 18px;
  line-height: 1.6;
  color: #3b4658;
  margin-bottom: 28px;
}

.home-v5 .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.home-v5 .btn-primary-v5,
.home-v5 .btn-secondary-v5 {
  border-radius: 7px;
  padding: 14px 24px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  gap: 10px;
  border: 1px solid #000000;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.home-v5 .btn-primary-v5:hover,
.home-v5 .btn-secondary-v5:hover {
  background: #000000;
  color: #fff;
}

.home-v5 .btn-primary-v5:active,
.home-v5 .btn-secondary-v5:active {
  transform: translateY(1px);
}

.home-v5 .btn-primary-v5:focus,
.home-v5 .btn-secondary-v5:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.home-v5 .btn-primary-v5:disabled,
.home-v5 .btn-secondary-v5:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.home-v5 .btn-primary-v5 {
  background: #1976d2;
  color: #fff;
  border: 1px solid #1976d2;
}

.home-v5 .btn-primary-v5:hover {
  color: #fff;
  text-decoration: none;
  background: #1668b8;
}

.home-v5 .btn-secondary-v5 {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.home-v5 .btn-secondary-v5:hover {
  color: #000;
  text-decoration: none;
  background: #000;
  color: #fff;
}

.home-v5 .hero-visual-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  isolation: isolate;
}

.home-v5 .hero-visual {
  max-width: 500px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.home-v5 .hero-visual img {
  width: 100%;
  display: block;
}

.home-v5 .mobile-app {
  margin: 36px 0 26px;
  border-radius: 26px;
  overflow: hidden;
  background: #1d71b7;
  color: #fff;
}

.home-v5 .mobile-content {
  padding: 54px 42px;
}

.home-v5 .mobile-title {
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
}

.home-v5 .mobile-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #d8eafd;
  max-width: 540px;
}

.home-v5 .store-list {
  display: flex;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.home-v5 .store-list img {
  height: 46px;
  width: auto;
}

.home-v5 .phone-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}

.home-v5 .phone-wrap img {
  width: 100%;
  max-width: 390px;
}

.home-v5 .steps {
  background: #e7f0fb;
  border-radius: 0;
  padding: 54px 0 64px;
}

.home-v5 .results-banner {
  padding: 42px 0 0px;
  background: #ffffff;
}

.home-v5 .results-banner.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.home-v5 .results-banner.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-v5 .results-visual {
  position: relative;
  width: 100%;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
}

.home-v5 .results-pill {
  position: absolute;
  left: 86px;
  bottom: 0;
  width: 255px;
  height: 355px;
  border-radius: 130px 130px 0 0;
  background: #f8982a;
  z-index: 1;
}

.home-v5 .results-student {
  position: relative;
  z-index: 2;
  max-width: 330px;
  width: auto;
}

.home-v5 .results-badge {
  position: absolute;
  left: 205px;
  top: 58px;
  min-width: 360px;
  background: #e9f2fb;
  border-left: 6px solid #2490de;
  border-radius: 0px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
}

.home-v5 .results-badge-icon {
  font-size: 22px;
}

.home-v5 .results-badge-title {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: #184067;
  line-height: 1.15;
}

.home-v5 .results-badge-sub {
  margin: 0;
  font-size: 15px;
  color: #4b5b73;
}

.home-v5 .results-content {
  max-width: 560px;
  margin-left: auto;
  padding-bottom: 8px;
}

.home-v5 .results-title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  line-height: 1.08;
}

.home-v5 .results-desc {
  font-size: 19px;
  color: #000;
  margin-bottom: 22px;
  max-width: 620px;
}

.home-v5 .results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}

.home-v5 .results-operator {
  background: #e9f3ff;
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
}

.home-v5 .results-operator .op-name {
  font-weight: 600;
  color: #18528e;
  font-size: 18px;
}

.home-v5 .results-operator .op-code {
  font-size: 14px;
  color: #000;
}

.home-v5 .steps-title {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  color: #182033;
  margin-bottom: 10px;
}

.home-v5 .steps-subtitle {
  text-align: center;
  font-size: 20px;
  color: #44506a;
  margin-bottom: 34px;
}

.home-v5 .step-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #dce7f6;
  padding: 35px 25px;
  height: 100%;
  position: relative;
}

.home-v5 .step-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 44px;
  border-radius: 5px;
  border: 0.5px solid #2269ac;
  color: #2269ac;
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.home-v5 .step-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
}

.home-v5 .step-title {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.home-v5 .step-desc {
  font-size: 14px;
  line-height: 1.45;
  color: #000;
  margin-bottom: 0;
}

.home-v5 .step-icon svg {
  width: 48px;
  height: 48px;
  fill: #78addd;
}

@media (max-width: 1199px) {
  .home-v5 .hero-title {
    font-size: 46px;
  }

  .home-v5 .mobile-title {
    font-size: 40px;
  }

  .home-v5 .step-title {
    font-size: 24px;
  }

  .home-v5 .results-pill {
    left: 54px;
    width: 232px;
    height: 330px;
  }

  .home-v5 .results-student {
    max-width: 300px;
  }

  .home-v5 .results-badge {
    left: 132px;
    min-width: 320px;
    top: 52px;
  }

  .home-v5 .results-title {
    font-size: 40px;
  }

  .home-v5 .results-desc {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .home-v5 .container-xl {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-v5 .topbar-inner {
    flex-wrap: nowrap;
  }

  .home-v5 .top-menu {
    display: none;
  }

  .home-v5 .burger-btn {
    display: inline-flex;
  }

  .home-v5 .topbar .lang-btn,
  .home-v5 .topbar .login-btn {
    display: none;
  }

  .home-v5 .hero {
    padding-top: 20px;
  }

  .home-v5 .hero-title {
    font-size: 38px;
  }

  .home-v5 .hero-desc {
    font-size: 16px;
  }

  .home-v5 .hero-visual {
    max-width: 460px;
  }

  .home-v5 .hero-visual-wrap::before {
    width: 540px;
    height: 440px;
    filter: blur(12px);
  }

  .home-v5 .hero-actions a {
    min-width: 220px;
  }

  .home-v5 .mobile-content {
    padding: 40px 24px;
  }

  .home-v5 .mobile-title {
    font-size: 34px;
  }

  .home-v5 .mobile-desc {
    font-size: 17px;
  }

  .home-v5 .phone-wrap {
    margin-top: 6px;
    justify-content: flex-end;
  }

  .home-v5 .phone-wrap img {
    max-width: 320px;
  }

  .home-v5 .results-banner {
    padding: 30px 0 38px;
  }

  .home-v5 .results-visual {
    min-height: 320px;
    justify-content: center;
    margin: 0 auto 14px;
    max-width: 420px;
  }

  .home-v5 .results-pill {
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 290px;
  }

  .home-v5 .results-student {
    max-width: 260px;
  }

  .home-v5 .results-badge {
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
    min-width: 0;
    width: min(320px, calc(100% - 24px));
    padding: 10px 14px;
  }

  .home-v5 .results-badge-title {
    font-size: 17px;
  }

  .home-v5 .results-badge-sub {
    font-size: 13px;
  }

  .home-v5 .results-content {
    margin-left: 0;
    max-width: 100%;
  }

  .home-v5 .results-title {
    font-size: 34px;
  }

  .home-v5 .results-desc {
    font-size: 16px;
  }

  .home-v5 .results-operator .op-name {
    font-size: 16px;
  }

  .home-v5 .results-operator .op-code {
    font-size: 13px;
  }

  .home-v5 .steps-title {
    font-size: 34px;
  }

  .home-v5 .steps-subtitle {
    font-size: 18px;
  }

  .home-v5 .steps {
    padding: 44px 0 52px;
  }

  .home-v5 .step-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .home-v5 .topbar {
    padding-top: 14px;
  }

  .home-v5 .top-logo img {
    height: 30px;
  }

  .home-v5 .top-actions {
    gap: 8px;
  }

  .home-v5 .burger-btn {
    width: 38px;
    height: 34px;
    padding: 7px;
  }

  .home-v5 .lang-btn {
    min-width: 100px;
    height: 44px;
    padding: 6px 10px;
  }

  .home-v5 .lang-flag {
    width: 20px;
    height: 20px;
  }

  .home-v5 .lang-label {
    font-size: 13px;
  }

  .home-v5 .login-btn {
    min-width: 160px;
    height: 44px;
    padding: 8px 14px;
    font-size: 14px;
  }

  .home-v5 .mobile-menu {
    top: 66px;
    left: 12px;
    right: 12px;
  }

  .home-v5 .mobile-menu-actions .login-btn {
    flex: 1;
    text-align: center;
    border-radius: 7px !important;
  }

  .home-v5 .hero-title {
    font-size: 32px;
    line-height: 1.14;
  }

  .home-v5 .hero-desc {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .home-v5 .hero-actions {
    flex-direction: column;
    gap: 10px;
  }

  .home-v5 .hero-actions a {
    width: 100%;
    min-width: 0;
  }

  .home-v5 .btn-primary-v5,
  .home-v5 .btn-secondary-v5 {
    padding: 12px 17px !important;
    font-size: 13px !important;
  }

  .home-v5 .hero-visual {
    max-width: 100%;
  }

  .home-v5 .hero-visual-wrap::before {
    width: 115%;
    height: 350px;
    border-radius: 34px;
    transform: translate(-50%, -50%);
    filter: blur(10px);
  }

  .home-v5 .mobile-app {
    margin-top: 24px;
    border-radius: 18px;
  }

  .home-v5 .mobile-content {
    padding: 28px 18px 18px;
  }

  .home-v5 .mobile-title {
    font-size: 28px;
  }

  .home-v5 .mobile-desc {
    font-size: 15px;
    line-height: 1.5;
  }

  .home-v5 .store-list {
    gap: 10px;
    margin-top: 16px;
  }

  .home-v5 .store-list a {
    width: calc(50% - 5px);
  }

  .home-v5 .store-list img {
    width: 100%;
    height: auto;
  }

  .home-v5 .phone-wrap {
    justify-content: center;
  }

  .home-v5 .phone-wrap img {
    max-width: 260px;
  }

  .home-v5 .results-banner {
    padding: 28px 0 32px;
  }

  .home-v5 .results-visual {
    min-height: 250px;
    margin-bottom: 12px;
    justify-content: center;
    max-width: 320px;
  }

  .home-v5 .results-pill {
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 205px;
  }

  .home-v5 .results-student {
    max-width: 228px;
  }

  .home-v5 .results-badge {
    left: 50%;
    transform: translateX(-50%);
    top: 6px;
    min-width: 0;
    width: min(250px, calc(100% - 12px));
    padding: 8px 9px;
    gap: 6px;
  }

  .home-v5 .results-badge-icon {
    font-size: 16px;
  }

  .home-v5 .results-badge-title {
    font-size: 14px;
  }

  .home-v5 .results-badge-sub {
    font-size: 11px;
  }

  .home-v5 .results-content {
    text-align: left;
  }

  .home-v5 .results-title {
    font-size: 25px;
  }

  .home-v5 .results-desc {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .home-v5 .results-grid {
    grid-template-columns: 1fr;
  }

  .home-v5 .results-operator {
    padding: 10px 12px;
  }

  .home-v5 .results-operator .op-name {
    font-size: 15px;
  }

  .home-v5 .results-operator .op-code {
    font-size: 12px;
  }

  .home-v5 .steps {
    padding: 34px 0 42px;
  }

  .home-v5 .steps-title {
    font-size: 28px;
  }

  .home-v5 .steps-subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .home-v5 .step-card {
    padding: 20px 16px;
  }

  .home-v5 .step-title {
    font-size: 20px;
  }

  .home-v5 .step-desc {
    font-size: 14px;
  }
}

