:root {
  --primary: #6254c6;
  --primary-dark: #332a85;
  --primary-deep: #171451;
  --primary-soft: #eeeaff;
  --blue: #6198f2;
  --gold: #f5be4f;
  --pink: #e659c2;
  --green: #21b76d;
  --ink: #17172c;
  --muted: #686a7f;
  --white: #ffffff;
  --surface: #f8f8ff;
  --surface-2: #f1efff;
  --border: rgba(42, 34, 121, .11);
  --shadow: 0 25px 70px rgba(43, 31, 111, .14);
  --shadow-soft: 0 15px 40px rgba(43, 31, 111, .09);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  font-family: "Cairo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.75;
  overflow-x: hidden;
  max-width: 100%;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 105px 0; }
.skip-link {
  position: fixed; inset-inline-start: 16px; top: -80px; z-index: 2000;
  background: var(--primary-deep); color: #fff; padding: 10px 18px; border-radius: 10px;
}
.skip-link:focus { top: 14px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 1000; padding: 10px 0;
  background: rgba(250,250,255,.82); backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(45, 37, 117, .06);
}
.nav-wrap { min-height: 66px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark {
  width: 52px; height: 52px; padding: 5px; border-radius: 17px; display: grid; place-items: center;
  background: linear-gradient(145deg, #ffffff, #eceaff); overflow: hidden;
  border: 1px solid rgba(98,84,198,.15); box-shadow: 0 10px 24px rgba(82,58,205,.13);
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; border-radius: 12px; }
.brand-copy { line-height: 1.05; display: grid; gap: 4px; }
.brand-copy strong { font-size: 20px; font-weight: 900; color: var(--primary-deep); }
.brand-copy small { font-size: 9px; letter-spacing: 2.3px; color: var(--muted); font-weight: 800; }
.main-nav {
  display: flex; align-items: center; gap: 4px; margin-inline: auto;
  padding: 6px; border-radius: 999px; background: #fff;
  border: 1px solid var(--border); box-shadow: 0 10px 30px rgba(43,31,111,.06);
}
.main-nav a { padding: 9px 15px; border-radius: 999px; font-size: 12px; font-weight: 800; color: #515266; transition: .25s ease; }
.main-nav a:hover { color: var(--primary); background: var(--primary-soft); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.social-button {
  width: 43px; height: 43px; display: grid; place-items: center; border-radius: 14px;
  color: var(--primary); background: var(--primary-soft); border: 1px solid rgba(98,84,198,.12); transition: .25s ease;
}
.social-button svg { width: 20px; height: 20px; fill: currentColor; }
.social-button:hover { transform: translateY(-2px); background: var(--primary); color: #fff; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 26px; border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), #7960ed);
  color: #fff; font-weight: 800; box-shadow: 0 14px 30px rgba(93,70,215,.25);
  transition: transform .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 20px 38px rgba(93,70,215,.3); }
.button-small { min-height: 43px; padding: 0 18px; border-radius: 14px; font-size: 12px; }
.nav-toggle, .nav-button { display: none; }

/* Hero */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: 790px; display: grid; align-items: center;
  background: #fbfbff url("assets/hero-bg.webp") center/cover no-repeat;
  padding: 82px 0 96px;
}
.hero::before {
  content: ""; position: absolute; inset: auto 0 0; height: 170px; z-index: -1;
  background: linear-gradient(to top, #fff, transparent);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .7; z-index: -2; }
.hero-glow-one { width: 500px; height: 500px; background: rgba(107,79,229,.12); top: -250px; right: -100px; }
.hero-glow-two { width: 400px; height: 400px; background: rgba(103,159,255,.12); bottom: -160px; left: -80px; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 40px; }
.eyebrow, .section-tag {
  width: fit-content; display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 15px; border-radius: 999px; background: var(--primary-soft);
  color: var(--primary); font-size: 13px; font-weight: 800;
}
.pulse-dot { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 6px rgba(245,190,79,.15); }
.hero h1 { margin: 22px 0 18px; font-size: clamp(46px,5.2vw,76px); line-height: 1.18; letter-spacing: -2px; font-weight: 900; }
.hero h1 span, .section-heading h2 span, .showcase-content h2 span, .services-copy h2 span, .faq-copy h2 span { color: var(--primary); }
.hero-lead { max-width: 650px; margin: 0 0 29px; font-size: 18px; color: var(--muted); }
.store-buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.store-button {
  display: flex; align-items: center; gap: 11px; min-width: 188px; min-height: 62px;
  padding: 9px 17px; border-radius: 17px; background: var(--primary-deep); color: #fff;
  box-shadow: 0 14px 30px rgba(23,20,81,.22); transition: .25s ease;
}
.store-button:hover { transform: translateY(-3px); background: #0e0d36; }
.store-button svg { width: 29px; height: 34px; fill: currentColor; flex-shrink: 0; }
.store-button .play-icon { width: 31px; height: 34px; }
.store-button span { display: grid; line-height: 1.15; direction: ltr; text-align: left; }
.store-button small { font-size: 10px; opacity: .72; }
.store-button strong { font-size: 17px; font-family: Arial, sans-serif; }
.hero-trust { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 17px; color: #55566b; font-size: 13px; font-weight: 700; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust i { width: 21px; height: 21px; border-radius: 50%; display: grid; place-items: center; background: #e8fff2; color: #15905a; font-style: normal; font-size: 11px; }
.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.hero-visual::before {
  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 48% 52% 57% 43% / 46% 45% 55% 54%;
  background: linear-gradient(145deg, #684fdc, #97b9ff); transform: rotate(-8deg);
  box-shadow: 0 40px 100px rgba(63,49,169,.22);
}
.hero-phone { position: relative; z-index: 3; width: 400px; max-height: 610px; object-fit: contain; filter: drop-shadow(0 45px 55px rgba(20,15,79,.35)); transform: rotate(-2deg); }
.visual-orbit { position: absolute; border: 1px dashed rgba(255,255,255,.45); border-radius: 50%; z-index: 1; }
.orbit-one { width: 560px; height: 560px; }
.orbit-two { width: 440px; height: 440px; }
.floating-card {
  position: absolute; z-index: 6; display: flex; align-items: center; gap: 10px;
  min-width: 175px; padding: 13px 15px; border-radius: 17px;
  background: rgba(255,255,255,.93); border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 18px 45px rgba(27,21,93,.2); backdrop-filter: blur(12px);
  animation: float 5s ease-in-out infinite;
}
.floating-card div { display: grid; line-height: 1.35; }
.floating-card small { color: var(--muted); font-size: 10px; }
.floating-card strong { color: var(--primary-deep); font-size: 13px; }
.float-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #fff; font-weight: 900; }
.wallet-icon { background: linear-gradient(135deg,var(--primary),#8b76f0); }
.card-icon { background: linear-gradient(135deg,#f5b840,#ef7d49); }
.wifi-icon { background: linear-gradient(135deg,#4f93ef,#54c5f3); }
.float-card-one { top: 78px; right: -6px; }
.float-card-two { bottom: 92px; left: -22px; animation-delay: -1.5s; }
.float-card-three { top: 280px; left: -45px; animation-delay: -3s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }

/* Trust strip */
.trust-strip { position: relative; z-index: 5; margin-top: -43px; }
.trust-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 0; padding: 25px 30px;
  border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); border: 1px solid var(--border);
}
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 12px; border-inline-end: 1px solid var(--border); }
.trust-grid > div:last-child { border-inline-end: 0; }
.trust-symbol { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary); font-weight: 900; }
.trust-grid p { margin: 0; display: grid; line-height: 1.4; }
.trust-grid strong { font-size: 14px; }
.trust-grid small { font-size: 11px; color: var(--muted); }

/* Shared */
.section-heading { margin-bottom: 50px; }
.section-heading.centered { text-align: center; display: grid; justify-items: center; }
.section-heading h2, .showcase-content h2, .services-copy h2, .faq-copy h2 {
  margin: 16px 0 13px; font-size: clamp(34px,4vw,50px); line-height: 1.35; letter-spacing: -1px;
}
.section-heading p { max-width: 720px; margin: 0; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.feature-card { position: relative; overflow: hidden; padding: 30px 25px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 10px 35px rgba(42,34,121,.06); transition: .3s ease; }
.feature-card::after { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; left: -50px; bottom: -60px; opacity: .08; background: currentColor; }
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-soft); }
.feature-icon { width: 60px; height: 60px; border-radius: 19px; display: grid; place-items: center; margin-bottom: 21px; background: currentColor; }
.feature-icon svg { width: 29px; fill: none; stroke: white; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 0 0 10px; color: var(--ink); font-size: 18px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; }
.accent-purple { color: var(--primary); }
.accent-blue { color: var(--blue); }
.accent-gold { color: #e6a625; }
.accent-pink { color: var(--pink); }

/* App showcase */
.app-showcase { background: linear-gradient(180deg,#fbfbff,#f5f3ff); }
.showcase-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.showcase-media { position: relative; min-height: 620px; display: grid; place-items: center; }
.media-blob { position: absolute; width: 520px; height: 520px; border-radius: 47% 53% 42% 58% / 53% 45% 55% 47%; background: linear-gradient(135deg,#e9e5ff,#dce9ff); transform: rotate(10deg); }
.mini-phone { position: relative; z-index: 2; width: 285px; height: 585px; border: 10px solid #1c1b2a; border-radius: 47px; overflow: hidden; background: #fff; box-shadow: var(--shadow); transform: rotate(4deg); }
.mini-phone::before { content: ""; position: absolute; z-index: 3; top: 0; left: 50%; transform: translateX(-50%); width: 95px; height: 22px; border-radius: 0 0 14px 14px; background: #1c1b2a; }
.mini-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.media-badge { position: absolute; z-index: 4; min-width: 190px; padding: 14px 18px; border-radius: 18px; background: #fff; box-shadow: var(--shadow-soft); display: grid; line-height: 1.45; }
.media-badge strong { color: var(--primary-deep); font-size: 14px; }
.media-badge small { color: var(--muted); font-size: 11px; }
.badge-top { top: 90px; right: 0; }
.badge-bottom { bottom: 90px; left: 0; }
.showcase-content > p, .services-copy > p, .faq-copy > p { color: var(--muted); max-width: 610px; }
.check-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 18px; }
.check-list li { display: flex; align-items: flex-start; gap: 14px; }
.check-list li > span { width: 32px; height: 32px; flex: 0 0 32px; border-radius: 11px; display: grid; place-items: center; background: #e7fff2; color: #16905b; font-weight: 900; }
.check-list li div { display: grid; line-height: 1.55; }
.check-list strong { font-size: 15px; }
.check-list small { color: var(--muted); font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-weight: 800; }
.text-link b { transition: .2s ease; }
.text-link:hover b { transform: translateX(-5px); }

/* Payment */
.payment-section { padding-top: 75px; }
.payment-card { min-height: 600px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 45px; padding: 55px; overflow: hidden; border-radius: 40px; background: radial-gradient(circle at 10% 10%,rgba(255,255,255,.17),transparent 30%), linear-gradient(135deg,#21176e,#5e45d6 55%,#759ef2); color: #fff; box-shadow: 0 35px 90px rgba(51,36,145,.26); }
.section-tag.light { color: #fff; background: rgba(255,255,255,.14); }
.payment-content h2 { margin: 14px 0 13px; font-size: clamp(36px,4vw,53px); line-height: 1.3; }
.payment-content h2 span, .partner-copy h2 span { color: #ffcf66; }
.payment-content p { max-width: 560px; color: rgba(255,255,255,.78); }
.payment-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 28px; }
.payment-points span { padding: 7px 12px; border: 1px solid rgba(255,255,255,.19); border-radius: 999px; background: rgba(255,255,255,.08); font-size: 12px; }
.button-white { background: #fff; color: var(--primary-deep); box-shadow: none; }
.button-white:hover { box-shadow: 0 14px 30px rgba(0,0,0,.15); }
.payment-methods { position: relative; display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; padding: 24px; border-radius: 30px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.17); backdrop-filter: blur(16px); }
.payment-methods::before { content: ""; position: absolute; width: 250px; height: 250px; border-radius: 50%; background: rgba(255,255,255,.08); top: -80px; left: -70px; }
.method-card { position: relative; z-index: 2; min-height: 92px; display: flex; align-items: center; gap: 13px; padding: 15px; border-radius: 19px; background: rgba(255,255,255,.93); color: var(--ink); box-shadow: 0 13px 30px rgba(15,10,64,.12); }
.method-card.method-featured { grid-column: span 2; min-height: 104px; background: linear-gradient(135deg,#fff,#f2efff); }
.method-icon { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg,var(--primary),#8778ed); color: #fff; font-size: 14px; font-weight: 900; direction: ltr; }
.method-card div { display: grid; line-height: 1.4; }
.method-card small { color: var(--muted); font-size: 10px; }
.method-card strong { color: var(--primary-deep); font-size: 14px; }

/* Steps */
.how-section { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; position: relative; }
.steps-grid::before { content: ""; position: absolute; top: 76px; right: 17%; left: 17%; height: 2px; border-top: 2px dashed rgba(93,70,215,.23); }
.step-card { position: relative; z-index: 2; padding: 32px 28px; text-align: center; border-radius: var(--radius-lg); border: 1px solid var(--border); background: #fff; box-shadow: 0 12px 35px rgba(44,31,112,.06); }
.step-card.featured-step { background: linear-gradient(145deg,#5e46d7,#715fe4); color: #fff; transform: translateY(-12px); box-shadow: 0 25px 55px rgba(80,59,198,.24); }
.step-number { position: absolute; top: 17px; left: 20px; font-size: 13px; font-weight: 900; color: rgba(93,70,215,.25); }
.featured-step .step-number { color: rgba(255,255,255,.4); }
.step-icon { width: 72px; height: 72px; margin: 0 auto 20px; border-radius: 22px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary); font-size: 28px; font-weight: 900; }
.featured-step .step-icon { background: rgba(255,255,255,.16); color: #fff; }
.step-card h3 { margin: 0 0 7px; font-size: 19px; }
.step-card p { margin: 0; font-size: 13px; color: var(--muted); }
.featured-step p { color: rgba(255,255,255,.75); }

/* Services */
.services-section { background: linear-gradient(180deg,#f7f5ff,#fff); }
.services-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.service-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.service-pills span { padding: 10px 15px; border-radius: 12px; background: #fff; border: 1px solid var(--border); color: #44445d; font-size: 12px; font-weight: 700; box-shadow: 0 8px 20px rgba(42,34,121,.04); }
.services-art { position: relative; }
.services-art::before { content: ""; position: absolute; inset: 8% -5% -5% 10%; border-radius: 35px; background: linear-gradient(135deg,#dfdaff,#e7f1ff); transform: rotate(-5deg); }
.services-art img { position: relative; z-index: 2; border-radius: 32px; box-shadow: var(--shadow); transform: rotate(2deg); }

/* Gallery */
.gallery-section { background: #11103b; color: #fff; }
.split-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 50px; }
.split-heading .section-tag { background: rgba(255,255,255,.09); color: #d8d0ff; }
.split-heading h2 { margin-bottom: 0; }
.split-heading h2 span { color: #a995ff; }
.split-heading > p { color: rgba(255,255,255,.62); padding-bottom: 7px; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 20px; align-items: stretch; }
.gallery-item { position: relative; margin: 0; border-radius: 26px; overflow: hidden; min-height: 420px; background: #26224f; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .45s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(10,8,43,.9)); }
.gallery-item figcaption { position: absolute; z-index: 3; right: 22px; left: 22px; bottom: 20px; display: grid; line-height: 1.5; }
.gallery-item figcaption strong { font-size: 18px; }
.gallery-item figcaption span { color: rgba(255,255,255,.66); font-size: 12px; }
.gallery-tall { min-height: 550px; }

/* Partner section */
.partner-section { background: #f7f6ff; }
.partner-card { position: relative; overflow: hidden; min-height: 650px; display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 55px; padding: 58px; border-radius: 42px; color: #fff; background: radial-gradient(circle at 5% 0,rgba(255,255,255,.13),transparent 26%), linear-gradient(135deg,#191451,#4536a3 55%,#6e65c9); box-shadow: 0 32px 90px rgba(37,28,112,.26); }
.partner-card::after { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: rgba(255,255,255,.06); left: -130px; bottom: -180px; }
.partner-copy { position: relative; z-index: 2; }
.partner-copy h2 { margin: 15px 0 13px; font-size: clamp(37px,4vw,54px); line-height: 1.3; }
.partner-copy > p { max-width: 600px; color: rgba(255,255,255,.72); }
.partner-benefits { display: grid; gap: 12px; margin: 28px 0; }
.partner-benefits article { display: flex; align-items: flex-start; gap: 13px; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.partner-benefits article > span { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.13); color: #ffcf66; font-weight: 900; }
.partner-benefits article div { display: grid; line-height: 1.5; }
.partner-benefits strong { font-size: 14px; }
.partner-benefits small { font-size: 11px; color: rgba(255,255,255,.64); }
.partner-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.whatsapp-button { background: linear-gradient(135deg,#20b66a,#33d17d); box-shadow: 0 14px 30px rgba(23,164,94,.25); }
.partner-phone { font-size: 14px; font-weight: 800; color: rgba(255,255,255,.8); }
.partner-visual { position: relative; z-index: 2; min-height: 540px; display: grid; place-items: center; }
.partner-image-wrap { width: 100%; border-radius: 31px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 30px 70px rgba(14,9,53,.34); transform: rotate(-2deg); }
.partner-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.partner-stat { position: absolute; min-width: 185px; display: grid; padding: 13px 16px; border-radius: 17px; background: rgba(255,255,255,.94); box-shadow: 0 17px 38px rgba(16,10,58,.2); color: var(--primary-deep); line-height: 1.45; }
.partner-stat strong { font-size: 14px; }
.partner-stat small { max-width: 190px; font-size: 10px; color: var(--muted); }
.stat-one { top: 42px; right: -22px; }
.stat-two { bottom: 45px; left: -20px; }

/* FAQ */
.faq-section { background: #fbfbff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.support-card { margin-top: 28px; max-width: 360px; padding: 18px; display: flex; align-items: center; gap: 13px; background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow-soft); }
.support-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: var(--primary-soft); color: var(--primary); font-size: 20px; }
.support-card div { display: grid; line-height: 1.45; }
.support-card small { color: var(--muted); font-size: 11px; }
.support-card a { color: var(--primary-deep); font-weight: 900; font-size: 18px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 0 22px; box-shadow: 0 8px 25px rgba(42,34,121,.04); }
.faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 19px 34px 19px 0; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; right: 2px; top: 50%; width: 13px; height: 2px; background: var(--primary); transition: .2s ease; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details p { margin: -3px 34px 18px 0; color: var(--muted); font-size: 13px; }

/* Download CTA */
.download-cta { padding: 0 0 90px; background: #fbfbff; }
.download-card { min-height: 210px; border-radius: 34px; padding: 38px 45px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: linear-gradient(135deg,#5f47d8,#2e267e); color: #fff; overflow: hidden; position: relative; box-shadow: 0 25px 70px rgba(55,40,155,.25); }
.download-card::after { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; background: rgba(255,255,255,.07); left: -100px; top: -120px; }
.download-copy { display: flex; align-items: center; gap: 20px; position: relative; z-index: 2; }
.download-copy > img { width: 82px; height: 82px; object-fit: contain; border-radius: 21px; box-shadow: 0 12px 30px rgba(15,10,64,.2); }
.download-copy span { color: #ffd36d; font-size: 13px; font-weight: 800; }
.download-copy h2 { margin: 3px 0; font-size: 28px; }
.download-copy p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; }
.store-buttons-compact { position: relative; z-index: 2; flex-wrap: nowrap; }
.light-store { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.17); box-shadow: none; }
.light-store:hover { background: rgba(255,255,255,.18); }

/* Footer */
.site-footer { background: #0d0c2d; color: #fff; padding: 65px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr .8fr; gap: 45px; }
.footer-logo .brand-copy strong { color: #fff; }
.footer-logo .brand-copy small { color: rgba(255,255,255,.55); }
.footer-brand p { max-width: 370px; color: rgba(255,255,255,.58); font-size: 13px; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.footer-socials a { padding: 7px 12px; border-radius: 10px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.75); font-size: 11px; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 10px; }
.footer-links strong, .footer-contact strong { margin-bottom: 7px; font-size: 14px; }
.footer-links a, .footer-contact a, .footer-contact span { color: rgba(255,255,255,.58); font-size: 12px; transition: .2s ease; }
.footer-links a:hover, .footer-contact a:hover, .footer-socials a:hover { color: #fff; }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.42); font-size: 11px; }
.footer-bottom p { margin: 0; }

/* Responsive */
@media (max-width: 1050px) {
  .main-nav a { padding-inline: 11px; font-size: 11px; }
  .hero-grid { gap: 15px; }
  .hero-visual { transform: scale(.92); }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .showcase-grid, .services-layout { gap: 40px; }
  .payment-card, .partner-card { padding: 45px 35px; }
  .gallery-grid { grid-template-columns: 1.1fr .9fr; }
  .gallery-grid .gallery-item:last-child { grid-column: span 2; min-height: 420px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 880px) {
  .section { padding: 78px 0; }
  .site-header { padding: 5px 0; }
  .nav-wrap { min-height: 68px; }
  .header-download { display: none; }
  .social-button { margin-inline-start: auto; }
  .nav-button { display: grid; gap: 5px; cursor: pointer; width: 42px; height: 42px; place-content: center; border-radius: 12px; background: var(--primary-soft); }
  .nav-button span { width: 21px; height: 2px; background: var(--primary-deep); border-radius: 4px; transition: .2s ease; }
  .main-nav { position: absolute; top: 78px; right: 20px; left: 20px; display: grid; gap: 2px; padding: 10px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); border: 1px solid var(--border); transform: translateY(-15px); opacity: 0; visibility: hidden; transition: .2s ease; }
  .main-nav a { padding: 12px 13px; font-size: 13px; border-radius: 11px; }
  .main-nav a:hover { background: var(--primary-soft); }
  .nav-toggle:checked ~ .main-nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-toggle:checked + .nav-button span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle:checked + .nav-button span:nth-child(2) { opacity: 0; }
  .nav-toggle:checked + .nav-button span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero { padding-top: 55px; min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-content { display: grid; justify-items: center; }
  .hero h1 { font-size: clamp(42px,10vw,64px); }
  .hero-visual { min-height: 630px; transform: scale(.9); margin-top: -20px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); row-gap: 20px; }
  .trust-grid > div:nth-child(2) { border-inline-end: 0; }
  .trust-grid > div:nth-child(-n+2) { padding-bottom: 18px; border-bottom: 1px solid var(--border); }

  .showcase-grid, .services-layout, .faq-grid, .payment-card, .partner-card { grid-template-columns: 1fr; }
  .showcase-media { order: 2; }
  .showcase-content { order: 1; text-align: center; display: grid; justify-items: center; }
  .check-list { text-align: right; }
  .payment-card { text-align: center; justify-items: center; }
  .payment-content { display: grid; justify-items: center; }
  .payment-methods { width: min(590px,100%); }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid::before { display: none; }
  .step-card.featured-step { transform: none; }
  .services-copy { text-align: center; display: grid; justify-items: center; }
  .service-pills { justify-content: center; }
  .split-heading { grid-template-columns: 1fr; text-align: center; }
  .split-heading > div { display: grid; justify-items: center; }
  .split-heading > p { margin-inline: auto; }
  .partner-copy { text-align: center; display: grid; justify-items: center; }
  .partner-benefits { text-align: right; width: min(650px,100%); }
  .partner-actions { justify-content: center; }
  .partner-visual { min-height: 430px; width: min(680px,100%); margin-inline: auto; }
  .faq-copy { display: grid; justify-items: center; text-align: center; }
  .download-card { flex-direction: column; text-align: center; }
  .download-copy { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-contact { grid-column: auto; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 26px),var(--container)); }
  .section { padding: 65px 0; }
  .brand-mark { width: 46px; height: 46px; border-radius: 14px; }
  .brand-copy strong { font-size: 17px; }
  .social-button { width: 40px; height: 40px; }
  .hero { padding-bottom: 40px; }
  .hero h1 { font-size: clamp(34px, 9.5vw, 44px); letter-spacing: -1px; line-height: 1.28; text-wrap: balance; }
  .hero-lead { font-size: 15px; }
  .store-buttons { width: 100%; display: grid; }
  .store-button { width: 100%; justify-content: center; }
  .hero-trust { justify-content: center; gap: 9px 14px; }
  .hero-grid, .hero-content { min-width: 0; width: 100%; }
  .hero-visual { min-height: 505px; width: 100%; max-width: 430px; transform: scale(.76); transform-origin: top center; margin: -25px auto -115px; }
  .hero-phone { width: 360px; }
  .trust-strip { margin-top: 10px; }
  .trust-grid { padding: 20px 14px; }
  .trust-grid > div { justify-content: flex-start; padding-inline: 8px; }
  .trust-symbol { width: 36px; height: 36px; }
  .trust-grid strong { font-size: 12px; }
  .feature-grid { grid-template-columns: 1fr; }
  .section-heading h2, .showcase-content h2, .services-copy h2, .faq-copy h2 { font-size: 32px; }
  .showcase-media { min-height: 520px; transform: scale(.85); margin: -40px -35px; }
  .media-badge { min-width: 165px; }
  .payment-card, .partner-card { padding: 35px 20px; border-radius: 28px; }
  .payment-content h2, .partner-copy h2 { font-size: 34px; }
  .payment-methods { grid-template-columns: 1fr; padding: 14px; }
  .method-card.method-featured { grid-column: auto; }
  .method-card { min-height: 82px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid .gallery-item:last-child { grid-column: auto; }
  .gallery-item, .gallery-tall { min-height: 430px; }
  .partner-visual { min-height: 310px; margin-top: 10px; }
  .partner-stat { display: none; }
  .faq-list details { padding-inline: 15px; }
  .faq-list summary { padding-left: 0; font-size: 14px; }
  .download-card { padding: 34px 20px; border-radius: 26px; }
  .download-copy h2 { font-size: 22px; }
  .store-buttons-compact { width: 100%; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
