﻿:root {
  --blue: #1F5A9B;
  --blue-dark: #144D82;
  --blue-darkest: #0C233C;
  --blue-medium: #163F6D;
  --orange: #F27633;
  --orange-dark: #AB5324;
  --white: #FFFFFF;
  --gray-light: #F5F7FA;
  --gray-border: #E8ECF1;
  --gray-text: #6B7280;
  --shadow: 0 4px 24px rgba(30,111,217,0.10);
  --shadow-lg: 0 8px 40px rgba(30,111,217,0.15);
  --radius: 16px;
  --radius-sm: 10px;
}
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  background: var(--white);
  color: var(--blue-darkest);
  direction: rtl;
  overflow-x: hidden;
  line-height: 1.7;
}
:lang(en) {
  font-family: 'IBM Plex Sans', sans-serif;
}
body.nav-open {
  overflow: hidden;
}
a { text-decoration: none; color: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  top: -48px;
  right: 24px;
  background: var(--blue-darkest);
  color: var(--white);
  padding: 10px 16px;
  border-radius: 10px;
  z-index: 1000;
  transition: top .2s ease;
}
.skip-link:focus {
  top: 16px;
}

/* Keep section headers visible under fixed navbar after smooth scroll */
#services,
#how,
#calc,
#stores,
#register {
  scroll-margin-top: 90px;
}

/* ===== NAV ===== */
nav {
  position: fixed; top: 0; width: 100%; z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  padding: 12px 0;
}
nav .container { display: flex; align-items: center; justify-content: space-between; }
nav .logo img { height: 36px; }
nav .nav-links { display: flex; gap: 28px; align-items: center; }
nav .nav-links a { font-weight: 500; font-size: 15px; color: var(--blue-darkest); transition: color .2s; }
nav .nav-links a:hover { color: var(--orange); }
nav .nav-toggle,
nav .nav-close,
.mobile-nav-overlay {
  display: none;
}
nav .nav-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid var(--gray-border);
  border-radius: 12px;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
nav .nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--blue-darkest);
  border-radius: 2px;
}
nav .nav-close {
  border: 0;
  background: rgba(30,111,217,0.08);
  color: var(--blue-darkest);
  width: 38px;
  height: 38px;
  border-radius: 10px;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
nav .btn-nav {
  background: var(--orange); 
  color: #fff !important; 
  padding: 10px 28px;
  border-radius: 50px; font-weight: 600; font-size: 14px;
  transition: all .3s; border: none; cursor: pointer;
}
nav .btn-nav:hover { background: var(--orange-dark); transform: translateY(-1px); }
nav .btn-nav.btn-nav-outline {
  background: transparent;
  color: var(--blue-darkest) !important;
  border: 1px solid rgba(30,111,217,0.26);
}
nav .btn-nav.btn-nav-outline:hover {
  background: rgba(30,111,217,0.08);
  border-color: rgba(30,111,217,0.46);
}

@media (min-width: 641px) {
  nav .nav-links .btn-nav {
    min-width: 140px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

/* ===== HERO ===== */
.hero {
  min-height: 90vh;
  background: linear-gradient(135deg, var(--blue-darkest) 0%, var(--blue) 50%, var(--blue-medium) 100%);
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  padding-top: 80px;
}
.hero::before {
  content: '';
  position: absolute; top: -50%; left: -30%; width: 80%; height: 200%;
  background: radial-gradient(ellipse, rgba(242,140,40,0.08) 0%, transparent 70%);
  animation: pulse 8s ease-in-out infinite;
}
.hero::after {
  content: '';
  position: absolute; bottom: -20%; right: -20%; width: 60%; height: 120%;
  background: radial-gradient(ellipse, rgba(30,111,217,0.15) 0%, transparent 70%);
}
@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.1); } }

.hero .container { display: flex; align-items: center; gap: 60px; position: relative; z-index: 2; }
.hero-text { flex: 1; }
.hero-text .badge {
  display: inline-block;
  background: rgba(242,140,40,0.15); color: var(--orange);
  padding: 8px 20px; border-radius: 50px;
  font-size: 14px; font-weight: 700; margin-bottom: 20px;
  border: 1px solid rgba(242,140,40,0.3);
}
.hero-text h1 {
  font-size: 52px; font-weight: 900; color: #fff;
  line-height: 1.3; margin-bottom: 20px;
}
.hero-text h1 span { color: var(--orange); }
.hero-text p { font-size: 20px; color: rgba(255,255,255,0.8); margin-bottom: 36px; line-height: 1.8; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-btns .btn-primary,
.hero-btns .btn-secondary {
  min-width: 316px;
  min-height: 58px;
  box-sizing: border-box;
}
.btn-primary {
  background: var(--orange); color: #fff;
  padding: 16px 40px; border-radius: 50px;
  font-size: 18px; font-weight: 700;
  transition: all .3s; border: none; cursor: pointer;
  box-shadow: 0 8px 30px rgba(242,140,40,0.4);
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(242,140,40,0.5); }
.btn-secondary {
  background: rgba(255,255,255,0.1); color: #fff;
  padding: 16px 40px; border-radius: 50px;
  font-size: 18px; font-weight: 700;
  border: 2px solid rgba(255,255,255,0.3);
  transition: all .3s; cursor: pointer;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary:hover { background: rgba(255,255,255,0.2); border-color: #fff; }

.hero-visual { flex: 1; display: flex; justify-content: center; align-items: center; }
.hero-illustration {
  width: 480px; height: 420px;
  background: rgba(255,255,255,0.05);
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  backdrop-filter: blur(10px);
}
.hero-illustration svg { width: 320px; height: 320px; }

/* Floating elements */
.float-card {
  position: absolute; background: #fff; border-radius: 14px;
  padding: 14px 20px; box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 10px;
  animation: float 4s ease-in-out infinite;
}
.float-card.card-1 { top: 20px; right: -40px; animation-delay: 0s; }
.float-card.card-4 { top: 48px; left: -42px; animation-delay: 0.75s; }
.float-card.card-2 { bottom: 40px; left: -50px; animation-delay: 1.5s; }
.float-card.card-3 { top: 60%; right: -60px; animation-delay: 3s; }
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.float-card .icon-circle {
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.float-card .fc-text { font-size: 13px; }
.float-card .fc-text strong { display: block; font-size: 15px; color: var(--blue-darkest); }

/* ===== STATS ===== */
.stats {
  padding: 80px 0;
  background: var(--white);
  margin-top: -40px;
  position: relative; z-index: 3;
}
.stats h2 {
  font-size: 38px;
  font-weight: 900;
  color: var(--blue-darkest);
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  background: #fff; border-radius: 20px;
  padding: 50px 40px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-border);
}
.stat-item { text-align: center; position: relative; }
.stat-item:not(:last-child)::after {
  content: ''; position: absolute;
  left: 0; top: 20%; height: 60%;
  width: 1px; background: var(--gray-border);
}
.stat-icon {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, rgba(30,111,217,0.08), rgba(242,140,40,0.08));
  border-radius: 16px; margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
}
.stat-number {
  font-size: 42px; font-weight: 900;
  background: linear-gradient(135deg, var(--blue), var(--orange));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-label { font-size: 16px; color: var(--gray-text); margin-top: 4px; font-weight: 500; }

/* ===== SERVICES ===== */
.services {
  padding: 100px 0;
  background: var(--gray-light);
}
.section-header { text-align: center; margin-bottom: 60px; }
.section-header .overline {
  font-size: 14px; font-weight: 700; color: var(--orange);
  text-transform: uppercase; letter-spacing: 3px; margin-bottom: 12px;
}
.section-header h2 {
  font-size: 40px; font-weight: 900; color: var(--blue-darkest);
  margin-bottom: 16px;
}
.section-header p { font-size: 18px; color: var(--gray-text); max-width: 600px; margin: 0 auto; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.service-card {
  background: #fff; border-radius: var(--radius);
  padding: 44px 36px; position: relative;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-border);
  transition: all .4s; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute;
  top: 0; right: 0; width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--orange));
  transform: scaleX(0); transform-origin: right;
  transition: transform .4s;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.service-card:hover::before { transform: scaleX(1); }
.service-card.coming-soon { opacity: 0.92; }
.service-card-header {
  display: flex; align-items: center; gap: 16px; margin-bottom: 20px;
}
.service-card .s-icon {
  width: 72px; height: 72px; flex-shrink: 0;
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
}
.service-card .s-icon.blue { background: linear-gradient(135deg, var(--blue), var(--blue-dark)); }
.service-card .s-icon.orange { background: linear-gradient(135deg, var(--orange), var(--orange-dark)); }
.service-card h3 { font-size: 24px; font-weight: 800; margin-bottom: 0; color: var(--blue-darkest); }
.service-card p { font-size: 16px; color: var(--gray-text); line-height: 1.8; }
.service-card .features-list { list-style: none; margin-top: 16px; }
.service-card .features-list li {
  padding: 6px 0; font-size: 15px; color: var(--blue-darkest);
  display: flex; align-items: center; gap: 8px;
}
.service-card .features-list li::before {
  content: '✓'; color: var(--orange); font-weight: 900; font-size: 14px;
  background: rgba(242,140,40,0.1); width: 24px; height: 24px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.service-card .service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 15px;
  font-weight: 700;
  color: var(--orange);
  text-decoration: none;
  transition: gap .2s ease, color .2s ease;
}
.service-card .service-link::after {
  content: '\2190';
  line-height: 1;
}
.service-card .service-link:hover {
  gap: 12px;
  color: var(--orange-dark);
}

/* ===== HOW IT WORKS ===== */
.how-it-works {
  padding-top: 100px;
  padding-bottom: 75px;
  background: linear-gradient(180deg, #fff 0%, var(--gray-light) 100%);
}
.steps-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  position: relative;
}
.steps-grid::before {
  content: ''; position: absolute;
  top: 35px; left: 10%; width: 80%; height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--blue), var(--orange), var(--blue));
  border-radius: 2px;
}
.step-card { text-align: center; position: relative; z-index: 1; }
.step-number {
  width: 64px; height: 64px; margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; font-weight: 900; color: #fff;
  border: 4px solid #fff;
  box-shadow: 0 4px 20px rgba(30,111,217,0.3);
}
.step-card:nth-child(even) .step-number {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 4px 20px rgba(242,140,40,0.3);
}
.step-icon-box {
  width: 100px; height: 100px; margin: 0 auto 16px;
  background: #fff; border-radius: 20px;
  box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--gray-border);
}
.step-card h4 { font-size: 18px; font-weight: 800; margin-bottom: 8px; color: var(--blue-darkest); }
.step-card p { font-size: 14px; color: var(--gray-text); line-height: 1.7; padding: 0 8px; }

/* ===== CALCULATOR ===== */
.calculator {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--blue-darkest), var(--blue));
  position: relative; overflow: hidden;
}
.calculator::before {
  content: ''; position: absolute;
  top: -50%; right: -20%; width: 70%; height: 200%;
  background: radial-gradient(ellipse, rgba(242,140,40,0.06) 0%, transparent 70%);
}
.calculator .container {
  max-width: 1320px;
}
.calc-wrapper {
  display: flex; gap: 60px; align-items: center;
  position: relative; z-index: 2;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.calc-info { flex: 1; color: #fff; }
.calc-info h2 { font-size: 38px; font-weight: 900; margin-bottom: 16px; }
.calc-info h2 span { color: var(--orange); }
.calc-info p { font-size: 18px; opacity: 0.8; line-height: 1.8; margin-bottom: 24px; }
.calc-features { list-style: none; }
.calc-features li {
  padding: 8px 0; font-size: 16px;
  display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.9);
}
.calc-features li svg { flex-shrink: 0; }

.calc-form {
  flex: 1; background: #fff;
  border-radius: 24px; padding: 40px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}
.calc-form h3 { font-size: 22px; font-weight: 800; margin-bottom: 28px; color: var(--blue-darkest); text-align: center; }
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block; font-size: 14px; font-weight: 700;
  color: var(--blue-darkest); margin-bottom: 8px;
}
.form-group select, .form-group input {
  width: 100%; 
  padding: 14px 32px;
  border: 2px solid var(--gray-border);
  border-radius: var(--radius-sm);
  font-size: 16px; font-family: 'IBM Plex Sans Arabic', 'IBM Plex Sans', sans-serif;
  transition: border-color .3s;
  direction: rtl;
  background: var(--gray-light);
}
.form-group #destination-country-input {
  margin-bottom: 0;
  padding-left: 46px;
  padding-right: 42px;
}
.country-input-wrap {
  position: relative;
}
.country-input-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 6L8 10.5L12.5 6' fill='none' stroke='%23163F6D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  opacity: 0.75;
  transition: transform .2s ease, opacity .2s ease;
}
.country-input-wrap:focus-within::after {
  transform: translateY(-50%) rotate(180deg);
  opacity: 1;
}
.country-input-wrap input[list]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.country-clear-btn {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: rgba(30,111,217,0.12);
  color: var(--blue);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: background .2s, color .2s;
}
.country-clear-btn:hover {
  background: rgba(242,140,40,0.16);
  color: var(--orange-dark);
}
.country-input-wrap.has-value .country-clear-btn {
  display: inline-flex;
}
.country-input-wrap.has-tom-select .ts-wrapper {
  width: 100%;
}
.country-input-wrap.has-tom-select .ts-control {
  width: 100%;
  min-height: 0;
  height: 54px;
  border: 2px solid var(--gray-border);
  border-radius: var(--radius-sm);
  background: var(--gray-light);
  box-shadow: none !important;
  padding: 14px 32px 14px 46px !important;
  padding-inline-start: 32px !important;
  font-size: 16px;
  line-height: 1.35;
  font-family: 'IBM Plex Sans Arabic', 'IBM Plex Sans', sans-serif;
  direction: rtl;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  transition: border-color .3s, background-color .3s;
}
.country-input-wrap.has-tom-select .ts-wrapper.focus .ts-control,
.country-input-wrap.has-tom-select .ts-wrapper.single.input-active .ts-control {
  border-color: var(--blue);
  background: var(--gray-light);
}
.country-input-wrap.has-tom-select .ts-control::after {
  display: none;
}
.country-input-wrap.has-tom-select .ts-control input {
  font-size: 16px;
  line-height: 1.35;
  font-family: 'IBM Plex Sans Arabic', 'IBM Plex Sans', sans-serif;
  color: var(--blue-darkest);
  margin: 0 !important;
  padding: 0 !important;
  min-width: 2ch !important;
  max-width: 100% !important;
  flex: 1 1 0;
  text-align: right;
}
.country-input-wrap.has-tom-select .ts-control > .item {
  margin: 0;
  padding: 0 0 0 2px;
  font-size: 16px;
  line-height: 1.35;
  color: var(--blue-darkest);
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.country-option-row,
.country-item-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.country-option-name,
.country-item-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.country-flag {
  width: 18px;
  height: 13px;
  border-radius: 2px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid rgba(12, 35, 60, 0.12);
}
.country-flag-placeholder {
  background: rgba(31, 90, 155, 0.08);
}
.country-input-wrap.has-tom-select .ts-dropdown {
  border: 1px solid var(--gray-border);
  border-radius: 12px;
  box-shadow: var(--shadow);
  text-align: right;
  overflow: hidden;
}
.country-input-wrap.has-tom-select .ts-dropdown .option {
  padding: 10px 14px;
}
.country-input-wrap.has-tom-select .ts-dropdown .active {
  background: rgba(31,90,155,0.1);
  color: var(--blue-darkest);
}
.form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-left: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' fill='none' stroke='%231F5A9B' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 14px center;
  background-size: 14px 14px;
}
.form-group select::-ms-expand { display: none; }
.form-group select:focus, .form-group input:focus {
  border-color: var(--blue); outline: none;
  background: #fff;
}
.form-row { display: grid; grid-template-columns: 4fr 2fr; gap: 16px; }
.btn-calc {
  width: 100%; padding: 16px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #fff; border: none; border-radius: var(--radius-sm);
  font-size: 18px; font-weight: 800; cursor: pointer;
  font-family: 'IBM Plex Sans Arabic', 'IBM Plex Sans', sans-serif;
  transition: all .3s;
  box-shadow: 0 6px 24px rgba(242,140,40,0.4);
}
.btn-calc:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(242,140,40,0.5); }

.calc-results-status {
  margin-top: 14px;
  font-size: 14px;
  color: var(--gray-text);
  min-height: 22px;
}
.calc-results-status.is-error {
  color: #B54708;
}
.calc-results-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.calc-result-card {
  border: 1px solid var(--gray-border);
  border-radius: 12px;
  padding: 12px 14px;
  background: #fff;
}
.calc-result-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 6px;
}
.calc-service-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}
.calc-service-logo {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  border: 1px solid var(--gray-border);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 4px 14px rgba(12, 35, 60, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  padding: 6px;
}
.calc-service-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.calc-service-logo-fallback {
  font-size: 20px;
  font-weight: 800;
  color: var(--blue);
  background: rgba(30,111,217,0.08);
}
.calc-service-name {
  font-size: 16px;
  font-weight: 800;
  color: var(--blue-darkest);
  line-height: 1.45;
  word-break: break-word;
}
.calc-price {
  font-size: 18px;
  font-weight: 900;
  color: var(--orange);
  white-space: nowrap;
  background: #FFF4EC;
  border: 1px solid #FFD8C2;
  border-radius: 999px;
  padding: 6px 12px;
}
.calc-result-meta {
  color: var(--gray-text);
  font-size: 13px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 12px;
}
.calc-result-meta-item {
  display: block;
  line-height: 1.6;
}
.calc-result-meta-item strong {
  color: var(--blue-darkest);
}

/* ===== STORES ===== */
.stores {
  padding: 100px 0;
  background: var(--gray-light);
}
.store-categories-wrapper {
  background: #fff;
  border: 1px solid var(--gray-border);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  padding: 22px 24px;
  margin-bottom: 22px;
}
.store-categories-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--blue-darkest);
  margin-bottom: 6px;
}
.store-categories-meta {
  font-size: 13px;
  color: var(--gray-text);
  margin-bottom: 14px;
}
.store-categories-meta.is-error {
  color: #B54708;
}
.store-categories-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}
.store-categories-list::-webkit-scrollbar { display: none; }
.category-chip {
  border: 1px solid rgba(30,111,217,0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--blue-darkest);
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'IBM Plex Sans Arabic', 'IBM Plex Sans', sans-serif;
  cursor: pointer;
  transition: all .2s;
  flex: 0 0 auto;
  white-space: nowrap;
}
.category-chip:hover {
  border-color: rgba(242,140,40,0.4);
  color: var(--orange-dark);
}
.category-chip.is-active {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  border-color: transparent;
  color: #fff;
}
.stores-results-meta {
  font-size: 13px;
  color: var(--gray-text);
  margin-bottom: 14px;
}
.stores-results-meta.is-error {
  color: #B54708;
}
.stores-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.stores-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.stores-toggle-wrap[hidden] {
  display: none;
}
.stores-toggle-btn {
  border: 1px solid rgba(30,111,217,0.26);
  border-radius: 999px;
  background: transparent;
  color: var(--blue-darkest);
  font-family: 'IBM Plex Sans Arabic', 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 28px;
  cursor: pointer;
  transition: all .3s;
}
.stores-toggle-btn:hover {
  background: rgba(30,111,217,0.08);
  border-color: rgba(30,111,217,0.46);
  transform: translateY(-1px);
}
.stores-toggle-btn:focus-visible {
  outline: 3px solid rgba(30,111,217,0.2);
  outline-offset: 3px;
}
.store-card {
  background: #fff; border-radius: var(--radius);
  padding: 32px 20px; text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-border);
  transition: all .3s;
  display: block;
}
.store-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--orange); }
.store-logo {
  width: 80px; height: 80px; margin: 0 auto 16px;
  background: var(--gray-light); border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 32px; font-weight: 900;
  overflow: hidden;
}
.store-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
.store-logo-fallback {
  color: var(--blue);
}
.store-card h4 { font-size: 16px; font-weight: 700; color: var(--blue-darkest); margin-bottom: 4px; }
.store-card p { font-size: 13px; color: var(--gray-text); }

/* ===== TESTIMONIALS ===== */
.testimonials {
  padding: 100px 0;
  background: #fff;
}
.testimonials-slider-wrap { overflow: hidden; }
.testimonials-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 28px;
  padding-bottom: 8px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.testimonials-grid::-webkit-scrollbar { display: none; }
.testimonials-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
.t-btn {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: none;
  background: var(--orange);
  color: #fff;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .25s;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(242,140,40,0.35);
}
.t-btn:hover:not(:disabled) { background: var(--blue-darkest); box-shadow: 0 4px 14px rgba(0,0,0,0.18); }
.t-btn:disabled { opacity: 0.25; cursor: default; pointer-events: none; box-shadow: none; }
.testimonial-card {
  background: #fff;
  padding: 36px 28px;
  border-radius: 22px;
  position: relative;
  border: 1px solid var(--gray-border);
  transition: all .3s;
  flex: 0 0 calc(33.333% - 19px);
  min-width: 260px;
  scroll-snap-align: start;
}

/* ===== APP DOWNLOAD ===== */
.app-download {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, var(--blue-darkest) 0%, var(--blue-medium) 50%, #1a3a6b 100%);
  overflow: hidden;
  color: #fff;
}
.app-download-bg-shapes { position: absolute; inset: 0; pointer-events: none; }
.app-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  background: var(--orange);
}
.app-shape-1 { width: 500px; height: 500px; top: -180px; left: -100px; }
.app-shape-2 { width: 300px; height: 300px; bottom: -80px; right: 5%; background: #fff; opacity: 0.05; }
.app-shape-3 { width: 150px; height: 150px; top: 30%; right: 42%; opacity: 0.06; }

.app-download-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: center;
}

/* --- Phone Mockup --- */
.app-phone-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.app-phone {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 230px;
  min-height: 460px;
  background: #0a1628;
  border-radius: 38px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.08);
  padding: 16px 12px 20px;
  z-index: 2;
  animation: app-fly 4.6s ease-in-out infinite;
}
@keyframes app-fly {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(-10px, -16px, 0) rotate(1deg);
  }
}
.app-phone-notch {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 10px;
  background: #0a1628;
  border-radius: 0 0 10px 10px;
  border: 2px solid rgba(255,255,255,0.1);
  border-top: none;
  z-index: 3;
}
.app-phone-btn {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  border-radius: 4px;
  background: rgba(255,255,255,0.25);
}
.app-phone-screen { display: flex; flex-direction: column; gap: 10px; }
.app-phone-screen {
  flex: 1;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #eef2f7;
}
.app-screen-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.app-screen-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.app-screen-logo {
  font-size: 13px;
  font-weight: 800;
  color: var(--orange);
  letter-spacing: 0.5px;
}
.app-screen-dots { display: flex; gap: 4px; }
.app-screen-dots span {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
}
.app-screen-dots span:first-child { background: #4CAF50; }
.app-screen-card {
  background: linear-gradient(135deg, var(--orange), #e05a10);
  border-radius: 14px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.app-screen-card-icon { font-size: 22px; }
.app-screen-card-text { flex: 1; }
.app-screen-card-text strong { display: block; font-size: 12px; color: #fff; }
.app-screen-card-text span { font-size: 10px; color: rgba(255,255,255,0.8); }
.app-screen-badge { font-size: 18px; }

.app-screen-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 10px 8px;
}
.app-track-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 9px;
  color: rgba(255,255,255,0.4);
}
.app-track-step.done, .app-track-step.active { color: rgba(255,255,255,0.9); }
.app-track-step.active { color: var(--orange); }
.app-track-step span { white-space: nowrap; }
.app-track-line {
  flex: 1;
  height: 2px;
  background: rgba(255,255,255,0.15);
  border-radius: 2px;
  margin: 0 2px;
  margin-bottom: 10px;
}
.app-track-line.done { background: #4CAF50; }

.app-screen-notif {
  background: rgba(76,175,80,0.15);
  border: 1px solid rgba(76,175,80,0.3);
  border-radius: 10px;
  padding: 7px 10px;
  font-size: 10px;
  color: #81C784;
  display: flex;
  align-items: center;
  gap: 6px;
}
.notif-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #4CAF50;
  flex-shrink: 0;
  animation: pulse-dot 1.6s infinite;
}
@keyframes pulse-dot {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}

.app-screen-calc {
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 10px;
}
.app-calc-label { font-size: 10px; color: rgba(255,255,255,0.6); margin-bottom: 6px; }
.app-calc-bar {
  height: 4px;
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 6px;
}
.app-calc-fill {
  height: 100%;
  width: 65%;
  background: linear-gradient(90deg, var(--orange), #ffb347);
  border-radius: 4px;
}
.app-calc-price { font-size: 14px; font-weight: 800; color: var(--orange); }

.app-phone-glow {
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242,140,40,0.35) 0%, transparent 70%);
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  filter: blur(20px);
}

/* --- Content --- */
.app-download-content { z-index: 2; }
.app-badge-pill {
  display: inline-block;
  background: rgba(242,140,40,0.18);
  border: 1px solid rgba(242,140,40,0.35);
  color: #ffb070;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}
.app-download-content h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 16px;
}
.app-download-content h2 span {
  background: linear-gradient(90deg, var(--orange), #ffb347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.app-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 500px;
}

.app-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
}
.app-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 14px;
  transition: background 0.2s;
}
.app-feature:hover { background: rgba(255,255,255,0.1); }
.app-feature-icon { font-size: 22px; flex-shrink: 0; line-height: 1; margin-top: 2px; }
.app-feature strong { display: block; font-size: 14px; color: #fff; margin-bottom: 2px; }
.app-feature span { font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.5; }

.app-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 14px;
}
.app-stars { color: #FFD700; font-size: 18px; letter-spacing: 2px; }
.app-rating strong { font-size: 18px; font-weight: 800; color: #fff; }
.app-rating span { color: rgba(255,255,255,0.55); }

.app-download-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.app-store-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 22px;
  border-radius: 14px;
  font-family: 'IBM Plex Sans Arabic', 'IBM Plex Sans', sans-serif;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  min-width: 180px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.app-store-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.4); }
.app-store-btn--google {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.app-store-btn--apple {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.app-store-btn--google:hover,
.app-store-btn--apple:hover { background: rgba(255,255,255,0.18); }
.store-icon { width: 28px; height: 28px; flex-shrink: 0; }
.app-store-btn--google .store-icon { color: #fff; }
.app-store-btn--apple .store-icon { color: #fff; }
.store-btn-text { display: flex; flex-direction: column; line-height: 1.2; }
.store-btn-sub { font-size: 11px; opacity: 0.65; }
.store-btn-main { font-size: 17px; font-weight: 800; letter-spacing: 0.2px; }

.app-users-count {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}
.app-users-count strong { color: #fff; font-size: 16px; }

@media (max-width: 900px) {
  .app-download-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .app-phone-wrap { order: -1; }
  .app-phone { width: 200px; min-height: 400px; }
  .app-phone-wrap .app-phone-glow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .app-phone {
    animation: none;
  }
}
@media (max-width: 600px) {
  .app-features { grid-template-columns: 1fr; }
  .app-download-btns { flex-direction: column; }
  .app-store-btn { min-width: unset; width: 100%; justify-content: center; }
}

.testimonial-card .quote-icon {
  font-size: 48px; color: var(--orange); opacity: 0.2;
  position: absolute; top: 16px; left: 20px;
  font-family: serif;
}
.stars { margin-bottom: 16px; }
.stars span { color: #FFC107; font-size: 20px; }
.testimonial-card .text { font-size: 16px; color: var(--blue-darkest); line-height: 1.9; margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar {
  width: 50px; height: 50px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--orange));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 20px; font-weight: 800;
}
.testimonial-author .info h5 { font-size: 16px; font-weight: 700; color: var(--blue-darkest); }
.testimonial-author .info p { font-size: 13px; color: var(--gray-text); margin: 0; }

/* ===== REGISTER FORM ===== */
.auth-page { 
  padding: 160px 0;
  background: linear-gradient(135deg, var(--blue), var(--blue-darkest)); 
   position: relative; overflow: hidden;
}


.register-wrapper {
  display: flex; gap: 60px; align-items: center;
  position: relative; z-index: 2;
}
.register {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--blue), var(--blue-darkest));
  position: relative; overflow: hidden;
}

.register-wrapper {
  display: flex; gap: 60px; align-items: center;
  position: relative; z-index: 2;
}
.register-info { flex: 1; color: #fff; }
.register-info-panel { display: none; }
.register-info-panel.active { display: block; }
.register-info h2 { font-size: 38px; font-weight: 900; margin-bottom: 16px; line-height: 1.4; }
.register-info h2 span { color: var(--orange); }
.register-info p { font-size: 18px; opacity: 0.85; line-height: 1.8; margin-bottom: 24px; }
.register-benefits { list-style: none; }
.register-benefits li {
  padding: 10px 0; font-size: 16px; color: rgba(255,255,255,0.9);
  display: flex; align-items: center; gap: 12px;
}
.register-benefits li svg { flex-shrink: 0; }

.register-form {
  flex: 1; 
  background: #fff; border-radius: 24px;
  padding: 44px; box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}
.register-form h3 {
  font-size: 24px; font-weight: 800; color: var(--blue-darkest);
  text-align: center; margin-bottom: 8px;
}
.register-form .subtitle {
  text-align: center; font-size: 15px;
  color: var(--gray-text); margin-bottom: 28px;
}
.register-tabs {
  background: var(--gray-light);
  border: 1px solid var(--gray-border);
  border-radius: 999px;
  padding: 4px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.register-tab {
  border: 0;
  background: transparent;
  color: var(--gray-text);
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
  cursor: pointer;
  transition: all .25s;
  font-family: 'IBM Plex Sans Arabic', 'IBM Plex Sans', sans-serif;
}
.register-tab.active {
  background: #fff;
  color: var(--blue-darkest);
  box-shadow: 0 4px 12px rgba(30,111,217,0.12);
}
.register-panel { display: none; }
.register-panel.active { display: block; }
.register-form .form-group input {
  background: var(--gray-light);
}
.register-form .form-group input.is-error {
  border-color: #e74c3c;
  background: #fff;
}
.register-form .form-group .field-error-message {
  font-size: 12px;
  color: #e74c3c;
  margin-top: 6px;
  line-height: 1.5;
}
.phone-input { display: flex; gap: 10px; direction: ltr; }
.phone-input .country-code {
  max-width: 120px !important; 
  padding: 14px 12px;
  text-align: center;
  border: 2px solid var(--gray-border);
  border-radius: var(--radius-sm);
  font-size: 16px; font-weight: 700;
  background: var(--gray-light);
  color: var(--blue-darkest);
  font-family: 'IBM Plex Sans Arabic', 'IBM Plex Sans', sans-serif;
}
.phone-input input { flex: 1; }
.otp-note {
  font-size: 12px; color: var(--gray-text);
  margin-top: 6px; display: flex; align-items: center; gap: 4px;
}
.terms-checkbox-wrap {
  margin-bottom: 16px;
}
.terms-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  color: var(--gray-text);
  line-height: 1.5;
}
.terms-checkbox-label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid var(--gray-border);
  border-radius: 5px;
  background: #fff;
  margin-top: 2px;
  cursor: pointer;
  position: relative;
  transition: background 0.2s, border-color 0.2s;
  flex-shrink: 0;
}
.terms-checkbox-label input[type="checkbox"]:checked {
  background: var(--orange);
  border-color: var(--orange);
}
.terms-checkbox-label input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.terms-checkbox-label input[type="checkbox"]:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}
.terms-checkbox-label a {
  color: var(--orange);
  text-decoration: underline;
  font-weight: 600;
}
.terms-checkbox-label a:hover {
  color: var(--blue-darkest);
}
.terms-error {
  font-size: 12px;
  color: #e74c3c;
  margin-top: 5px;
  line-height: 1.5;
}
.btn-register {
  width: 100%; 
  padding: 18px;
  background: linear-gradient(135deg, var(--orange), #E8611D);
  color: #fff; border: none; border-radius: var(--radius-sm);
  font-size: 20px; font-weight: 900; cursor: pointer;
  font-family: 'IBM Plex Sans Arabic', 'IBM Plex Sans', sans-serif;
  transition: all .3s;
  box-shadow: 0 8px 30px rgba(242,140,40,0.4);
  margin-top: 8px;
  position: relative;
}
.btn-register:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(242,140,40,0.5); }
.btn-register:disabled { opacity: 0.8; cursor: not-allowed; }
.btn-register .btn-loader {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: btn-spin 0.6s linear infinite;
  margin-left: 8px;
  vertical-align: middle;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btn-register.is-loading .btn-loader {
  opacity: 1;
}
.btn-register .btn-text {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.btn-register.is-loading{
  opacity: 0.5;
}
@keyframes btn-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.register-form .note {
  text-align: center; font-size: 13px;
  color: var(--gray-text); margin-top: 16px;
}

.register-form .note.is-error {
  color: #e74c3c;
}

/* ===== CTA BAR ===== */
.cta-bar {
  background: linear-gradient(135deg, #1E6FD9 0%, #1558B0 100%);
  padding: 28px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.cta-content {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cta-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}
.cta-title { color: #fff; font-size: 18px; font-weight: 700; }
.cta-subtitle { color: rgba(255,255,255,0.75); font-size: 14px; margin-top: 3px; }
.cta-btn {
  background: #F28C28;
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 18px rgba(242,140,40,0.35);
  text-decoration: none;
  display: inline-block;
}
.cta-btn:hover {
  background: #d97a1f;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(242,140,40,0.45);
}

/* ===== TRUST BAR ===== */
.trust-bar {
  background: #1a2536;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.trust-label { color: rgba(255,255,255,0.45); font-size: 13px; font-weight: 600; }
.trust-badge {
  background: rgba(255,255,255,0.07);
  padding: 6px 16px;
  border-radius: 6px;
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.trust-divider { width: 1px; height: 24px; background: rgba(255,255,255,0.12); margin: 0 8px; }
.payment-badge {
  background: rgba(255,255,255,0.07);
  padding: 6px 16px;
  border-radius: 6px;
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.payment-badge i { font-size: 15px; color: rgba(255,255,255,0.5); }

/* ===== MAIN FOOTER ===== */
.footer-main {
  background: #1e2d40;
  padding: 52px 40px 36px;
}
.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.1fr;
  gap: 36px;
}

/* Brand Column */
.footer-brand-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-main .logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #1E6FD9, #1558B0);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.footer-main .logo-text { font-weight: 700; font-size: 18px; color: #fff; }
.footer-main .logo-text .and { color: #F28C28; font-size: 11px; vertical-align: super; margin: 0 2px; }
.footer-brand-desc { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.75; margin-bottom: 22px; }

/* Newsletter */
.newsletter-title { color: #fff; font-size: 14px; font-weight: 600; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.newsletter-form { display: flex; }
.newsletter-input {
  flex: 1;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,0.12);
  border-left: none;
  border-radius: 0 8px 8px 0;
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-size: 13px;
  outline: none;
  direction: ltr;
  text-align: left;
  transition: border-color 0.3s;
}
.newsletter-input::placeholder { color: rgba(255,255,255,0.35); }
.newsletter-input:focus { border-color: #1E6FD9; background: rgba(255,255,255,0.1); }
.newsletter-btn {
  padding: 11px 20px;
  background: #F28C28;
  color: #fff;
  border: none;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.3s;
  white-space: nowrap;
}
.newsletter-btn:hover { background: #d97a1f; }

/* Column Titles */
.footer-col-title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #1E6FD9;
  border-radius: 2px;
}

/* Footer Links */
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 2px; }
.footer-links a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 14px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}
.footer-links a:hover { color: #F28C28; padding-right: 8px; }
.footer-links a .link-icon { font-size: 12px; width: 16px; text-align: center; flex-shrink: 0; }
.badge-soon { background: #F28C28; color: #fff; font-size: 10px; padding: 2px 8px; border-radius: 10px; font-weight: 600; margin-right: 4px; }

/* Contact Items */
.contact-item { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; }
.contact-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(30,111,217,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #1E6FD9;
  font-size: 15px;
}
.contact-label { color: rgba(255,255,255,0.45); font-size: 12px; margin-bottom: 2px; }
.contact-value { color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 500; }
.contact-value.ltr { direction: ltr; text-align: left; }

/* Social Icons */
.social-icons { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.social-icon:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.3); }
.social-icon.facebook  { background: #1877F2; }
.social-icon.instagram { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.social-icon.tiktok    { background: #000; }
.social-icon.whatsapp  { background: #25D366; }
.social-icon.linkedin  { background: #0A66C2; }

/* App Download */
.app-title { color: #fff; font-size: 14px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 6px; }
.app-btn {
  background: #000;
  border-radius: 8px;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 8px;
  transition: background 0.3s;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.1);
}
.app-btn:hover { background: #1a1a1a; }
.app-btn i { color: #fff; font-size: 22px; }
.app-btn-label { color: rgba(255,255,255,0.65); font-size: 10px; }
.app-btn-name  { color: #fff; font-size: 14px; font-weight: 600; }

/* ===== LEGAL BAR ===== */
.legal-bar {
  background: #162030;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.legal-links { display: flex; gap: 24px; }
.legal-links a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 13px; transition: color 0.25s; }
.legal-links a:hover { color: #F28C28; }
.copyright { color: rgba(255,255,255,0.35); font-size: 13px; direction: ltr; text-align: left; }
.copyright a { color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.25s; }
.copyright a:hover { color: #F28C28; }

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float { position: fixed; bottom: 24px; left: 24px; z-index: 1000; }
.whatsapp-float a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}
.whatsapp-float a:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.55); }
.whatsapp-float a i { color: #fff; font-size: 28px; }


/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero .container { flex-direction: column; text-align: center; padding-top: 40px; }
  .hero-text h1 { font-size: 38px; }
  .hero-btns { justify-content: center; }
  .hero-visual { width: 100%; }
  .hero-illustration { width: 360px; height: 320px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2)::after { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid::before { display: none; }
  .calc-wrapper { flex-direction: column; }
  .stores-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-card { flex: 0 0 calc(50% - 14px); }
  .register-wrapper { flex-direction: column; }
  .register-form { max-width: 100%; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: span 3; }
  .cta-bar { padding: 24px 20px; }
  .trust-bar { padding: 16px 20px; }
  .footer-main { padding: 36px 20px 28px; }
  .legal-bar { padding: 16px 20px; }
}
@media (max-width: 768px) {
  .services-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .testimonial-card { flex: 0 0 85%; }
  nav {
    z-index: 1200;
  }
  nav .logo img { height: 28px; }
  nav .nav-toggle {
    display: inline-flex;
  }
  nav .nav-links {
    position: fixed;
    top: 0;
    right: -320px;
    width: min(84vw, 300px);
    height: 100vh;
    background: #fff;
    box-shadow: -10px 0 34px rgba(12, 35, 60, 0.22);
    z-index: 1100;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 84px 22px 22px;
    transition: right .28s ease;
  }
  nav .nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 18px;
    left: 18px;
  }
  nav .nav-links a {
    display: block;
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    border-bottom: 1px solid var(--gray-border);
  }
  nav .nav-links .btn-nav {
    margin-top: 16px;
    text-align: center;
    padding: 12px 18px;
  }

  .mobile-nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(12,35,60,0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
    z-index: 1000;
    border: 0;
  }
  body.nav-open nav .nav-links {
    right: 0;
  }
  body.nav-open .mobile-nav-overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .hero {
    min-height: 100svh;
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .hero .container {
    gap: 24px;
    padding-top: 16px;
  }
  .hero-text { text-align: center; }
  .hero-text h1 { font-size: 28px; line-height: 1.35; }
  .hero-text p { font-size: 16px; margin-bottom: 24px; }
  .hero-text .badge { font-size: 13px; padding: 6px 16px; }
  .hero-btns { flex-direction: column; align-items: center; gap: 12px; }
  .btn-primary, .btn-secondary {
    width: 100%; max-width: 320px;
    font-size: 16px; padding: 14px 28px;
    text-align: center; display: block;
  }
  .hero-visual { width: 100%; }
  .hero-illustration {
    width: min(300px, 88vw);
    height: 220px;
    overflow: visible;
  }
  .hero-illustration svg {
    width: min(220px, 72vw);
    height: auto;
  }
  .float-card {
    padding: 10px 14px;
    gap: 9px;
    border-radius: 12px;
  }
  .float-card.card-1 { top: 8px; right: 4px; }
  .float-card.card-3 { top: auto; bottom: 8px; right: 4px; }
  .float-card.card-4 { top: 8px; left: 4px; }
  .float-card.card-2 { bottom: 8px; left: 4px; }
  .float-card .icon-circle { width: 32px; height: 32px; font-size: 15px; }
  .float-card .fc-text { font-size: 11px; }
  .float-card .fc-text strong { font-size: 13px; }
  .stats-grid { grid-template-columns: 1fr; padding: 30px 20px; }
  .stat-item::after { display: none !important; }
  .stores-grid { grid-template-columns: 1fr 1fr; }
  .store-categories-wrapper { padding: 18px 16px; }
  .store-categories-title { font-size: 18px; }
  .category-chip { font-size: 13px; padding: 7px 12px; }
  .form-row { grid-template-columns: 1fr; }
  .calc-form h3 { margin-bottom: 18px; }
  .calc-form .form-group { margin-bottom: 14px; }
  .calc-form .btn-calc { margin-top: 4px; }
  .calc-result-card {
    padding: 14px;
  }
  .calc-result-top {
    flex-direction: column;
    gap: 10px;
  }
  .calc-service-main {
    width: 100%;
  }
  .calc-service-logo {
    width: 48px;
    height: 48px;
  }
  .calc-service-name {
    font-size: 15px;
  }
  .calc-price {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
  .calc-result-meta {
    grid-template-columns: 1fr;
    font-size: 12.5px;
  }
  .register-form { padding: 28px 20px; }
  .register-form h3 { margin-bottom: 4px; }
  .register-form .subtitle { margin-bottom: 18px; }
  .register-tabs { margin-bottom: 18px; }
  .register-form .form-group { margin-bottom: 14px; }
  .register-form .note { margin-top: 10px; }
  .register-form .btn-register { margin-top: 4px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .cta-bar { flex-direction: column; text-align: center; }
  .cta-content { flex-direction: column; text-align: center; }
  .trust-divider { display: none; }
  .legal-bar { flex-direction: column; text-align: center; }
  .legal-links { flex-wrap: wrap; justify-content: center; gap: 16px; }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
  .trust-badge, .payment-badge { font-size: 11px; padding: 5px 12px; }
}

@media (max-width: 400px) {
  nav .logo img { height: 24px; }
  .hero {
    padding-top: 65px;
    padding-bottom: 32px;
  }
  .hero .container { gap: 20px; }
  .hero-text h1 { font-size: 24px; }
  .hero-text p { font-size: 15px; }
  .hero-illustration {
    width: 90vw;
    height: 180px;
    overflow: visible;
  }
  .hero-illustration svg {
    width: 65vw;
    height: auto;
  }
  .float-card { padding: 8px 11px; gap: 7px; }
  .float-card.card-1 { top: 6px; right: 2px; }
  .float-card.card-3 { bottom: 6px; right: 2px; }
  .float-card.card-4 { top: 6px; left: 2px; }
  .float-card.card-2 { bottom: 6px; left: 2px; }
  .float-card .icon-circle { width: 28px; height: 28px; font-size: 13px; }
  .float-card .fc-text { font-size: 10px; }
  .float-card .fc-text strong { font-size: 12px; }
  .btn-primary, .btn-secondary { font-size: 15px; padding: 13px 20px; }
  .calc-form h3 { margin-bottom: 14px; }
  .calc-form .form-group { margin-bottom: 12px; }
  .calc-form .btn-calc { margin-top: 2px; }
  .register-form { padding: 22px 16px; }
  .register-form .subtitle { margin-bottom: 14px; }
  .register-form .form-group { margin-bottom: 12px; }
  .register-form .note { margin-top: 8px; }
}

/* Decorative pattern */
.pattern-dots {
  position: absolute;
  opacity: 0.03;
  background-image: radial-gradient(var(--white) 1px, transparent 1px);
  background-size: 20px 20px;
  width: 100%; height: 100%; top: 0; left: 0;
  pointer-events: none;
}

