/* ==========================================================================
   Home Page Sections - Eazy Communications
   ========================================================================== */

/* ==========================================================================
   1. Banner / Hero Section
   ========================================================================== */
.hero-banner {
  position: relative;
  width: 100%;
  min-height: 640px;
  background: var(--primary-gradient);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 125px var(--section-px) 95px;
  overflow: hidden;
}

/* Background Tech Circuits */
.hero-circuit-left {
  position: absolute;
  top: 153px;
  left: max(0px, calc(50% - 720px));
  width: 354px;
  height: 133px;
  pointer-events: none;
  mix-blend-mode: color-dodge;
  opacity: 0.9;
  transform: scale(-1);
  z-index: 1;
}

.hero-circuit-right {
  position: absolute;
  top: 178px;
  right: max(0px, calc(50% - 720px));
  width: 354px;
  height: 133px;
  pointer-events: none;
  mix-blend-mode: color-dodge;
  opacity: 0.9;
  z-index: 1;
}

/* Hero Floating Badges */
.hero-badge-borderless {
  top: 138px;
  left: 140px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-badge-borderless .cursor-icon {
  position: absolute;
  bottom: -12px;
  right: 28px;
  width: 14px;
  height: 18px;
  transform: rotate(180deg);
}

.hero-badge-instant {
  bottom: 200px;
  right: 100px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-badge-instant .cursor-icon {
  position: absolute;
  top: -10px;
  left: -12px;
  width: 14px;
  height: 18px;
}

/* Hero Content Box */
.hero-content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1140px;
  width: 100%;
}

/* Trust Badge Row */
.hero-trust-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
  flex-wrap: wrap;
  justify-content: center;
}

.trust-label {
  font-family: var(--font-body);
  font-size: 11.2px;
  font-weight: 300;
  color: var(--color-white-70);
}

.trust-avatars {
  display: flex;
  align-items: center;
}

.trust-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  margin-left: -8px;
  object-fit: cover;
}

.trust-avatar:first-child {
  margin-left: 0;
}

.trust-meta {
  font-family: var(--font-body);
  font-size: 11.2px;
  font-weight: 300;
  color: var(--color-white-70);
  margin-left: 6px;
}

.trust-stars {
  display: flex;
  align-items: center;
  gap: 3.5px;
  margin-left: 4px;
}

.trust-stars img {
  width: 14px;
  height: 14px;
}

/* Hero Titles */
.hero-title {
  font-family: var(--font-heading);
  font-size: 80px;
  line-height: 0.95;
  font-weight: 400;
  background: linear-gradient(90deg, #f3f5f7 0%, #a1daff 85.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
  max-width: 1130px;
}

.hero-subtitle {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
  color: var(--color-white-70);
  max-width: 860px;
  margin-bottom: 40px;
}

.hero-search-prompt {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 300;
  color: var(--color-white-70);
  margin-bottom: 14px;
}

/* Search Destination Input Bar */
.hero-search-bar {
  position: relative;
  width: 100%;
  max-width: 833px;
  height: 52px;
  background: linear-gradient(138deg, rgba(15, 14, 71, 0.3) 0%, rgba(115, 115, 166, 0.3) 100%);
  border: 0.7px solid var(--border-glass);
  border-radius: 35px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 26px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
}

.hero-search-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}

.hero-search-input::placeholder {
  color: var(--color-white-70);
}

.hero-search-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hero-search-icon img {
  width: 18px;
  height: 18px;
}

/* Bottom Curve Divider */
.hero-bottom-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 155px;
  pointer-events: none;
  z-index: 4;
}

.hero-bottom-curve img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/* ==========================================================================
   2. Popular eSIM Destinations Section
   ========================================================================== */
.destinations-section {
  padding-top: 60px;
  padding-bottom: 90px;
}

.destinations-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  gap: 0;
  flex-wrap: nowrap;
}

.destination-item {
  flex: 1 1 0;
  max-width: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: transform var(--transition-fast);
}

.destination-item:hover {
  transform: translateY(-8px);
}

.destination-sphere {
  width: 100%;
  max-width: 154px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.destination-sphere img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.12));
}

.destination-name {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 300;
  color: var(--color-gray-dark);
}

/* ==========================================================================
   3. Topup & Data Balance Section
   ========================================================================== */
.topup-section {
  padding-bottom: 90px;
}

.topup-grid {
  display: grid;
  grid-template-columns: 1fr 410px;
  gap: 27px;
  align-items: stretch;
}

/* Left CTA Card */
.topup-cta-card {
  background: var(--primary-gradient);
  border-radius: var(--radius-lg);
  padding: 60px 70px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.topup-circuit-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 773px;
  height: 290px;
  pointer-events: none;
  mix-blend-mode: color-dodge;
  opacity: 0.7;
}

.topup-cta-content {
  position: relative;
  z-index: 2;
  max-width: 534px;
}

.topup-title {
  font-family: var(--font-heading);
  font-size: 40px;
  line-height: 1.15;
  color: var(--color-white);
  margin-bottom: 18px;
}

.topup-desc {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
  color: var(--color-white);
  margin-bottom: 36px;
}

.topup-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* Right Status Cards */
.topup-status-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.topup-package-card {
  background: #ffffff;
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow-card);
}

.package-info-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.package-globe-icon {
  width: 48px;
  height: 48px;
}

.package-texts h4 {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-gray-dark);
}

.package-texts p {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 200;
  font-style: italic;
  color: var(--color-gray-dark);
}

.package-progress-badge {
  width: 56px;
  height: 56px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package-progress-badge img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.package-progress-badge span {
  position: relative;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-bright);
}

/* Lower Data Card */
.topup-data-card {
  background: #ffffff;
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.data-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.data-number-wrap {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.data-number {
  font-family: var(--font-body);
  font-size: 88px;
  line-height: 1;
  font-weight: 600;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.data-unit {
  font-family: var(--font-body);
  font-size: 20px;
  color: var(--color-gray-dark);
  font-weight: 400;
}

.data-flag-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.data-flag-wrap img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
}

.data-interview-text {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-gray-dark);
  font-weight: 300;
  text-align: right;
  max-width: 140px;
  line-height: 1.3;
}

.data-card-divider {
  width: 100%;
  height: 1.5px;
  background-color: #68bce8;
  margin: 18px 0;
}

.data-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.data-provider-name {
  font-family: var(--font-body);
  font-size: 22px;
  color: var(--primary-bright);
  font-weight: 400;
}

.data-tagline {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-gray-dark);
  font-weight: 300;
}

.data-globe-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--primary-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--transition-fast);
}

.data-globe-link:hover {
  transform: scale(1.08);
}

.data-globe-link img {
  width: 20px;
  height: 20px;
}

/* ==========================================================================
   4. eSIM Offers Section
   ========================================================================== */
.offers-section {
  padding-bottom: 100px;
}

.offers-nav-wrap {
  margin-top: 36px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
}

/* Product Card */
.offer-card {
  background: #ffffff;
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 10px 10px 18px 10px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.offer-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
}

.offer-card-media {
  position: relative;
  width: 100%;
  height: 164px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 14px;
}

.offer-card-media img.offer-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.offer-card:hover .offer-card-media img.offer-photo {
  transform: scale(1.05);
}

.offer-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.offer-card-country {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

.offer-card-country img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.offer-card-country span {
  font-family: var(--font-heading);
  font-size: 12px;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.offer-card-rating {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
  color: #ffffff;
  font-family: var(--font-meta);
  font-size: 13.4px;
  font-weight: 500;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.offer-card-rating img {
  width: 16px;
  height: 16px;
}

/* Card Body */
.offer-card-body {
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.offer-provider-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.provider-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.provider-logo {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  object-fit: contain;
}

.provider-details h5 {
  font-family: var(--font-heading);
  font-size: 15.5px;
  color: var(--color-gray-dark);
  line-height: 1.2;
}

.provider-details p {
  font-family: var(--font-body);
  font-size: 13.3px;
  color: var(--color-gray-light);
  font-weight: 300;
}

.icon-5g {
  width: 20px;
  height: 20px;
}

.offer-price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 16px;
}

.price-from {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--color-gray-dark);
  font-weight: 400;
}

.price-current {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-cyan);
}

.price-original {
  font-family: var(--font-body);
  font-size: 16px;
  color: rgba(0, 174, 239, 0.5);
  text-decoration: line-through;
}

/* Card Buttons */
.offer-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
}

.offer-card-actions .btn {
  font-size: 12px;
  height: 32px;
  padding: 0 10px;
}

/* ==========================================================================
   5. Activation Steps Section
   ========================================================================== */
.activation-section {
  padding-bottom: 100px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 29px 19px;
  margin-top: 60px;
}

/* Hybrid Step Card */
.step-card {
  display: grid;
  grid-template-columns: 295px 1fr;
  height: 325px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.step-photo-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 18.5px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transform: translateZ(0);
}

.step-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.step-card:nth-child(1) .step-photo-wrap img {
  object-position: center;
}

.step-card:nth-child(2) .step-photo-wrap img {
  object-position: 22% center;
}

.step-card:nth-child(3) .step-photo-wrap img {
  object-position: 82% center;
}

.step-card:nth-child(4) .step-photo-wrap img {
  object-position: 73% center;
}

.step-photo-wrap .step-photo-overlay {
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0) 46.2%);
  pointer-events: none;
  border-radius: 18.5px;
}

.step-content-wrap {
  width: 100%;
  height: 100%;
  border-radius: 18.5px;
  padding: 34px 30px 35px 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  transform: translateZ(0);
}

.step-card-blue .step-content-wrap {
  background: var(--primary-gradient);
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 148, 209, 0.08);
}

.step-card-white .step-content-wrap {
  background: #ffffff;
  color: var(--color-gray-dark);
  border: 1px solid var(--border-card);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.step-title {
  font-family: var(--font-heading);
  font-size: 25px;
  line-height: 1.3;
  margin: 0;
  max-width: 220px;
}

.step-btn-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 15.5px;
  font-weight: 300;
  cursor: pointer;
  margin: 0;
  transition: transform var(--transition-fast);
}

.step-btn-link:hover {
  transform: translateX(4px);
}

.step-btn-link img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.step-card-white .step-btn-link {
  color: var(--color-gray-dark);
}

.step-card-blue .step-btn-link {
  color: #ffffff;
}

.step-desc {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 300;
  margin: 0;
  max-width: 255px;
  opacity: 0.9;
}

/* ==========================================================================
   6. Testimonials Section
   ========================================================================== */
.testimonials-section {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 100px;
  overflow: hidden;
}

.testimonials-track-container {
  --testimonial-gap: 32px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  overflow: hidden;
}

.testimonials-row {
  display: flex;
  gap: var(--testimonial-gap);
  width: 100%;
  overflow: hidden;
  user-select: none;
}

.testimonials-group {
  display: flex;
  gap: var(--testimonial-gap);
  flex-shrink: 0;
  will-change: transform;
}

.testimonials-row-1 .testimonials-group {
  animation: marquee-left 40s linear infinite;
}

.testimonials-row-2 .testimonials-group {
  animation: marquee-right 40s linear infinite;
}

.testimonials-track-container:hover .testimonials-group,
.testimonials-track-container:active .testimonials-group {
  animation-play-state: paused;
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--testimonial-gap)));
  }
}

@keyframes marquee-right {
  from {
    transform: translateX(calc(-100% - var(--testimonial-gap)));
  }
  to {
    transform: translateX(0);
  }
}

.testimonial-card {
  flex: 0 0 379px;
  width: 379px;
  min-height: 183px;
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 24px 24px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.testimonial-user-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.testimonial-user-meta h4 {
  font-family: var(--font-heading);
  font-size: 18px;
  color: var(--color-charcoal);
  line-height: 1.2;
  margin: 0;
}

.testimonial-user-meta p {
  font-family: var(--font-body);
  font-size: 13px;
  color: #8e8e8e;
  font-weight: 300;
  margin: 2px 0 0 0;
}

.testimonial-quote-icon {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 41px;
  height: 41px;
  pointer-events: none;
}

.testimonial-quote-text {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  font-weight: 300;
  margin: 14px 0 0 0;
}

/* ==========================================================================
   7. App Download Section
   ========================================================================== */
.app-download-section {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
}

.app-download-section {
  position: relative;
  width: 100%;
  height: 687px;
  min-height: 687px;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 70px;
  overflow: hidden;
}

.app-banner-bg-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 82px;
  height: 605px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.app-banner-shape {
  position: absolute;
  left: calc(50% - 6px);
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1714.5px;
  height: 605px;
  pointer-events: none;
}

.app-tech-lines {
  position: absolute;
  left: calc(50% - 55px);
  transform: translateX(-50%);
  width: 1347px;
  height: 505px;
  top: 38px;
  pointer-events: none;
  opacity: 0.55;
  mix-blend-mode: color-dodge;
}

.app-download-container {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  align-items: flex-start;
}

.app-download-content {
  position: relative;
  z-index: 10;
  max-width: 540px;
  padding-top: 248px;
}

.app-download-title {
  font-family: var(--font-heading);
  font-size: 40px;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: 400;
}

.app-download-desc {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 36px;
  max-width: 500px;
}

.app-store-label {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 14px;
}

.app-badges-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.app-badge-btn {
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding: 0 16px;
  border-radius: 9px;
  text-decoration: none;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
  cursor: pointer;
}

.app-badge-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.app-badge-apple {
  background: #ffffff;
  color: #000000;
  border: 1px solid #d1d5db;
  width: 158px;
}

.app-badge-google {
  background: #000000;
  color: #ffffff;
  border: 1px solid #374151;
  width: 169px;
}

.app-badge-btn .badge-icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  flex-shrink: 0;
}

.app-badge-btn .badge-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: left;
}

.app-badge-btn .badge-sub {
  font-size: 9.5px;
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: -0.2px;
}

.app-badge-apple .badge-sub {
  color: #000000;
}

.app-badge-google .badge-sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 9px;
  letter-spacing: 0.3px;
}

.app-badge-btn .badge-main {
  font-size: 16px;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: -0.3px;
}

.app-mockup-wrap {
  position: absolute;
  left: calc(50% - 302px);
  top: 0;
  width: 1164px;
  height: 687px;
  overflow: hidden;
  pointer-events: none;
  z-index: 6;
}

.app-mockup-wrap img {
  position: absolute;
  top: -12.89%;
  left: 0;
  width: 100%;
  height: 112.97%;
  max-width: none;
  pointer-events: none;
  display: block;
}

/* ==========================================================================
   8. Travel Blog Section
   ========================================================================== */
.blog-section {
  padding-bottom: 100px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
  margin-top: 60px;
}

.blog-card {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition-normal);
}

.blog-card:hover {
  transform: translateY(-6px);
}

.blog-card-media {
  width: 100%;
  height: 251px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  margin-bottom: 24px;
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-media img {
  transform: scale(1.04);
}

.blog-date-meta {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--color-gray-light);
  margin-bottom: 8px;
}

.blog-title {
  font-family: var(--font-heading);
  font-size: 20px;
  line-height: 1.5;
  color: var(--color-gray-dark);
  margin-bottom: 14px;
}

.blog-excerpt {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-gray-dark);
  font-weight: 300;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--primary-cyan);
  margin-top: auto;
  font-weight: 400;
  transition: gap var(--transition-fast);
}

.blog-read-more:hover {
  gap: 12px;
}

.blog-read-more img {
  width: 16px;
  height: 16px;
}

/* ==========================================================================
   Responsive Adaptations for Sections
   ========================================================================== */
@media (max-width: 1200px) {
  .hero-title {
    font-size: 64px;
  }
  .offers-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .destinations-grid {
    overflow-x: auto;
    padding-bottom: 20px;
    justify-content: flex-start;
    gap: 16px;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-bright) #eaf4fb;
  }
  .destinations-grid::-webkit-scrollbar {
    height: 6px;
  }
  .destinations-grid::-webkit-scrollbar-track {
    background: #eaf4fb;
    border-radius: 9999px;
  }
  .destinations-grid::-webkit-scrollbar-thumb {
    background: var(--primary-gradient-horizontal);
    border-radius: 9999px;
  }
  .destinations-grid::-webkit-scrollbar-thumb:hover {
    background: var(--primary-deep);
  }
  .destination-item {
    flex: 0 0 130px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .step-card {
    grid-template-columns: 280px 1fr;
    height: auto;
    min-height: 290px;
    gap: 16px;
  }
}

@media (max-width: 1024px) {
  .section {
    padding-left: 40px;
    padding-right: 40px;
  }
  .hero-banner {
    padding: 40px 40px 90px;
  }
  .hero-bottom-curve {
    height: 100px;
  }
  .hero-title {
    font-size: 52px;
  }
  .hero-badge-borderless,
  .hero-badge-instant {
    display: none;
  }
  .topup-grid {
    grid-template-columns: 1fr;
  }
  .offers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .step-card {
    grid-template-columns: 260px 1fr;
    height: auto;
    min-height: 280px;
    gap: 16px;
  }
  .step-content-wrap {
    padding: 30px 24px;
    gap: 20px;
  }
  .step-title {
    max-width: 100%;
  }
  .step-desc {
    max-width: 100%;
  }
  .app-download-section {
    height: auto;
    min-height: auto;
    overflow: hidden;
    padding: 0 40px;
    margin-top: 50px;
    margin-bottom: 60px;
    position: relative;
  }
  .app-banner-bg-wrap {
    top: 0;
    left: 40px;
    right: 40px;
    width: calc(100% - 80px);
    height: 100%;
    border-radius: 24px;
    background: linear-gradient(160deg, #2063b0 0%, #0094d1 100%);
    overflow: hidden;
  }
  .app-banner-shape,
  .app-tech-lines {
    display: none;
  }
  .app-download-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    min-height: auto;
    padding: 50px 32px 54px;
  }
  .app-download-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .app-download-title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  .app-download-desc {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 24px;
  }
  .topup-title {
    font-size: 34px;
    line-height: 1.2;
  }
  .topup-desc {
    font-size: 18px;
    line-height: 1.45;
  }
  .app-badges-row {
    justify-content: center;
  }
  .app-mockup-wrap {
    display: none;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .step-card {
    grid-template-columns: 1fr;
    height: auto;
    gap: 16px;
  }
  .step-photo-wrap {
    height: 240px;
  }
  .step-content-wrap {
    padding: 32px 24px;
    gap: 20px;
  }
  .step-title {
    font-size: 24px;
    max-width: 100%;
  }
  .step-desc {
    font-size: 15px;
    line-height: 1.5;
    max-width: 100%;
  }
  .app-download-section {
    padding: 0 24px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .app-banner-bg-wrap {
    left: 24px;
    right: 24px;
    width: calc(100% - 48px);
    border-radius: 20px;
  }
  .app-download-container {
    padding: 44px 24px 48px;
  }
  .app-download-title {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 16px;
  }
  .app-download-desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 22px;
  }
  .app-store-label {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .app-badge-btn {
    height: 44px;
    padding: 0 12px;
    border-radius: 8px;
  }
  .app-badge-apple {
    width: 140px;
  }
  .app-badge-google {
    width: 150px;
  }
  .app-badge-btn .badge-icon {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }
  .app-badge-btn .badge-main {
    font-size: 13.5px;
    letter-spacing: -0.2px;
  }
  .app-badge-btn .badge-sub {
    font-size: 8.5px;
  }
  .topup-title {
    font-size: 30px;
    line-height: 1.25;
  }
  .topup-desc {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 640px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-banner {
    padding: 30px 20px 70px;
  }
  .hero-bottom-curve {
    height: 60px;
  }
  .hero-title {
    font-size: 38px;
    line-height: 1.1;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .section-heading {
    font-size: 28px;
  }
  .section-description {
    font-size: 16px;
  }
  /* Offers Filter Pill Navigation */
  .offers-nav-wrap {
    margin-top: 24px;
    margin-bottom: 36px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .pill-nav {
    display: flex;
    width: 100%;
    max-width: 370px;
    height: auto;
    min-height: 50px;
    padding: 4px;
    gap: 4px;
    border-radius: 50px;
    align-items: stretch;
    overflow: visible;
  }

  .pill-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 8px;
    font-size: 13px;
    line-height: 1.25;
    border-radius: 25px;
    white-space: normal;
    word-break: break-word;
  }

  .offers-grid {
    grid-template-columns: 1fr;
  }
  .step-card {
    grid-template-columns: 1fr;
    height: auto;
    gap: 14px;
  }
  .step-photo-wrap {
    height: 210px;
  }
  .step-content-wrap {
    padding: 28px 20px;
    gap: 18px;
  }
  .step-title {
    font-size: 22px;
    max-width: 100%;
  }
  .step-btn-link {
    font-size: 15px;
    gap: 10px;
  }
  .step-btn-link img {
    width: 30px;
    height: 30px;
  }
  .step-desc {
    font-size: 14.5px;
    line-height: 1.5;
    max-width: 100%;
  }
  .topup-cta-card {
    padding: 36px 24px;
  }
  .topup-title {
    font-size: 28px;
    line-height: 1.25;
  }
  .topup-desc {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .topup-actions {
    flex-direction: column;
    width: 100%;
  }
  .topup-actions .btn {
    width: 100%;
  }
  .app-download-section {
    padding: 0 16px;
    margin-top: 36px;
    margin-bottom: 48px;
  }
  .app-banner-bg-wrap {
    left: 16px;
    right: 16px;
    width: calc(100% - 32px);
    border-radius: 20px;
  }
  .app-download-container {
    padding: 38px 16px 42px;
  }
  .app-download-title {
    font-size: 26px;
    line-height: 1.22;
    margin-bottom: 12px;
  }
  .app-download-desc {
    font-size: 14.5px;
    line-height: 1.5;
    margin-bottom: 18px;
  }
  .app-store-label {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .app-badges-row {
    gap: 10px;
    justify-content: center;
  }
  .app-badge-btn {
    height: 42px;
    padding: 0 12px;
    border-radius: 8px;
  }
  .app-badge-apple {
    width: 132px;
  }
  .app-badge-google {
    width: 142px;
  }
  .app-badge-btn .badge-icon {
    width: 20px;
    height: 20px;
    margin-right: 7px;
  }
  .app-badge-btn .badge-main {
    font-size: 13px;
    letter-spacing: -0.2px;
  }
  .app-badge-btn .badge-sub {
    font-size: 8px;
  }
  .testimonials-track-container {
    --testimonial-gap: 16px;
    gap: 16px;
  }
  .testimonial-card {
    flex: 0 0 300px;
    width: 300px;
    padding: 24px 20px 20px 20px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 30px;
    line-height: 1.15;
  }
  .hero-subtitle {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 28px;
  }
  .hero-search-prompt {
    font-size: 15px;
  }
  .destination-name {
    font-size: 17px;
  }
  .section-heading,
  .section-heading-white {
    font-size: 26px;
    line-height: 1.25;
  }
  .section-description,
  .section-description-white {
    font-size: 15px;
    line-height: 1.5;
  }
  .topup-title {
    font-size: 26px;
    line-height: 1.25;
  }
  .topup-desc {
    font-size: 14.5px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .app-download-section {
    padding: 0 14px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .app-banner-bg-wrap {
    left: 14px;
    right: 14px;
    width: calc(100% - 28px);
    border-radius: 18px;
  }
  .app-download-container {
    padding: 34px 14px 38px;
  }
  .app-download-title {
    font-size: 24px;
    line-height: 1.22;
    margin-bottom: 10px;
  }
  .app-download-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .app-store-label {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
  .app-badges-row {
    gap: 8px;
    justify-content: center;
  }
  .app-badge-btn {
    height: 38px;
    padding: 0 10px;
    border-radius: 7px;
  }
  .app-badge-apple {
    width: 124px;
  }
  .app-badge-google {
    width: 132px;
  }
  .app-badge-btn .badge-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
  .app-badge-btn .badge-main {
    font-size: 12px;
    letter-spacing: -0.2px;
  }
  .app-badge-btn .badge-sub {
    font-size: 7.5px;
  }
}

