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

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #ffffff;
  min-height: 100vh;
  overflow: hidden;
  direction: rtl;
}

/* Navbar */
.navbar {
  align-items: center;
  background-color: #000050;
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}

.lang-btn {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-decoration: none;
}

.logo-container {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Hero Section */
.hero {
  align-items: center;
  background-image: url('ksa_mobily_value_booster_bg.jpg');
  background-position: right bottom !important;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

/* Mobile: Move background to show car */
@media (max-width: 1024px) {
  .hero {
    background-image: url('ksa_mobily_value_booster_bg_mobile.jpg');
    background-position: center bottom !important;
  }
}

.hero-text {
  padding: 2.5rem 1.5rem 2rem;
  text-align: center;
}

.hero-text h1 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
}

.hero-text p {
  font-size: 1.125rem;
  margin-top: 1rem;
  opacity: 0.9;
}

.dial-card {
  max-width: 20rem;
  width: calc(100% - 3rem);
  margin: 40px auto;
  background-image: linear-gradient(233deg, #1061ff 101%, #003dcc -6%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 1.5rem 2rem;
  text-align: center;
}

.divider-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0.25rem;
}

.divider-row .line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.divider-row span:not(.line) {
  font-size: 1rem;
}

.accent-text {
  color: #00ffcc;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  direction: ltr;
}

.cta-text {
  font-size: 0.875rem;
  line-height: 1.6;
}

/* Responsive */
@media (min-width: 640px) {
  .hero-text h1 {
    font-size: 2.25rem;
  }

  .hero-text p {
    font-size: 1.25rem;
  }
}
