/* ═══════════════════════════════════════════════════════
   Ghazal Go — UI matched to app (#FDF8F2 · gold · brown)
   ═══════════════════════════════════════════════════════ */

:root {
  --bg: #FDF8F2;
  --bg-elevated: #FFFFFF;
  --bg-muted: #F5EDE3;
  --gold: #D4A017;
  --gold-bright: #E8B923;
  --gold-soft: #FFF6E0;
  --gold-glow: rgba(232, 185, 35, 0.28);
  --brown: #3D2914;
  --brown-mid: #6B5344;
  --brown-soft: #9A8578;
  --green: #1F9D63;
  --green-soft: #E8F8EF;
  --white: #FFFFFF;
  --line: rgba(61, 41, 20, 0.09);
  --shadow: 0 20px 50px rgba(61, 41, 20, 0.09);
  --shadow-md: 0 12px 32px rgba(61, 41, 20, 0.07);
  --shadow-sm: 0 4px 16px rgba(61, 41, 20, 0.05);
  --shadow-gold: 0 12px 36px rgba(212, 160, 23, 0.22);
  --radius: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;
  --max: 1200px;
  --font: 'IBM Plex Sans Arabic', 'Plus Jakarta Sans', system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--brown);
  background: var(--bg);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0; z-index: 300;
  background: linear-gradient(90deg, var(--gold-bright), var(--gold));
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 700; font-size: 15px; padding: 14px 28px; border-radius: var(--radius-pill);
  border: 2px solid transparent;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.25s;
  white-space: nowrap;
}
.btn-sm { padding: 10px 20px; font-size: 14px; }
.btn-lg { padding: 16px 36px; font-size: 16px; }
.btn-block { width: 100%; }

.btn-gold {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: var(--brown);
  box-shadow: var(--shadow-gold);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(212, 160, 23, 0.32); }

.btn-dark {
  background: var(--brown); color: var(--white);
  box-shadow: var(--shadow-sm);
}
.btn-dark:hover { transform: translateY(-2px); background: #2a1c0e; }

.btn-outline {
  background: var(--white); color: var(--brown);
  border-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.btn-outline:hover { border-color: var(--gold); transform: translateY(-2px); }

/* Header */
.site-header {
  position: fixed; top: 16px; left: 50%; transform: translateX(-50%);
  z-index: 200; width: calc(100% - 32px); max-width: 1140px;
  transition: top 0.35s var(--ease);
}
.site-header.scrolled { top: 10px; }

.header-shell {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 8px 8px 8px 18px;
  background: rgba(253, 248, 242, 0.88);
  backdrop-filter: blur(16px) saturate(1.2);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
}
.site-header.scrolled .header-shell {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-md);
}

.brand-logo { height: 42px; width: auto; border-radius: 10px; }

.main-nav { display: flex; gap: 2px; }
.main-nav a {
  padding: 9px 13px; border-radius: var(--radius-pill);
  font-size: 14px; font-weight: 600; color: var(--brown-mid);
  transition: color 0.2s, background 0.2s;
}
.main-nav a:hover { color: var(--brown); background: var(--gold-soft); }
.main-nav a.active { color: var(--brown); background: var(--gold-soft); }

.header-actions { display: flex; align-items: center; gap: 8px; }

.lang-toggle {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 13px; border-radius: var(--radius-pill);
  font-size: 13px; font-weight: 700; color: var(--brown);
  background: var(--white); border: 1px solid var(--line);
  transition: background 0.2s;
}
.lang-toggle:hover { background: var(--gold-soft); }

.nav-burger {
  display: none; width: 40px; height: 40px; border-radius: 50%;
  background: var(--brown); color: var(--white); font-size: 17px;
}

/* Hero */
.hero {
  position: relative; min-height: 100vh; min-height: 100dvh;
  display: flex; align-items: center; padding: 110px 0 70px; overflow: hidden;
}

.hero-mesh {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 70% 55% at 15% 10%, var(--gold-glow), transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 20%, rgba(31, 157, 99, 0.06), transparent 50%),
    var(--bg);
}

.hero-grain {
  position: absolute; inset: 0; z-index: 1; opacity: 0.35; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
}

.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 14px 7px 10px; margin-bottom: 24px;
  background: var(--white); border-radius: var(--radius-pill);
  border: 1px solid var(--line); font-size: 13px; font-weight: 600;
  color: var(--brown-mid); box-shadow: var(--shadow-sm);
}
.hero-badge-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--green); box-shadow: 0 0 0 3px var(--green-soft);
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 800; line-height: 1.1; letter-spacing: -0.03em;
  margin-bottom: 20px; color: var(--brown);
}
.hero h1 .line { display: block; }
.hero h1 .highlight {
  background: linear-gradient(135deg, var(--gold-bright), #C9920F);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-lead {
  font-size: clamp(1rem, 1.7vw, 1.12rem); color: var(--brown-soft);
  max-width: 480px; margin-bottom: 32px; line-height: 1.75;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }

.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; }
.hero-trust li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 600; color: var(--brown-mid);
}
.trust-icon {
  width: 40px; height: 40px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; font-size: 16px;
  background: var(--white); border: 1px solid var(--line); color: var(--gold);
}

/* Hero phone */
.hero-visual { position: relative; height: 560px; display: flex; justify-content: center; align-items: center; }

.hero-phones { position: relative; width: 100%; max-width: 380px; height: 100%; }

.device {
  position: absolute; background: #1a1208; border-radius: 36px; padding: 10px;
  box-shadow: var(--shadow), 0 0 0 1px rgba(255,255,255,0.06);
}
.device::before {
  content: ''; position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 72px; height: 22px; background: #1a1208; border-radius: 0 0 14px 14px; z-index: 3;
}
.device-screen {
  border-radius: 28px; overflow: hidden; background: var(--bg);
  aspect-ratio: 540/1200;
}
.device-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.device-main {
  width: 240px; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  animation: float-main 5s ease-in-out infinite;
  box-shadow: var(--shadow), 0 0 0 1px rgba(255,255,255,0.06), 0 0 60px var(--gold-glow);
}
.device-back-left {
  width: 200px; left: -4%; top: 14%;
  transform: rotate(-8deg); opacity: 0.55; z-index: 1;
  filter: blur(0.5px);
}
.device-back-right {
  width: 200px; right: -4%; top: 18%;
  transform: rotate(8deg); opacity: 0.55; z-index: 1;
}

@keyframes float-main {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-12px); }
}

.float-card {
  position: absolute; padding: 12px 16px;
  background: var(--white); border-radius: 14px;
  box-shadow: var(--shadow-md); border: 1px solid var(--line);
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; color: var(--brown);
  z-index: 5; animation: float-card 4.5s ease-in-out infinite;
}
.float-card i { color: var(--gold); font-size: 18px; }
.float-card small { display: block; font-weight: 500; color: var(--brown-soft); font-size: 11px; }
.float-card.c1 { top: 6%; right: 0; animation-delay: 0s; }
.float-card.c2 { bottom: 12%; left: -2%; animation-delay: 1s; }

@keyframes float-card {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Marquee */
.marquee-section {
  padding: 16px 0;
  background: linear-gradient(90deg, #2a1c0e 0%, var(--brown) 40%, #4a3520 100%);
  overflow: hidden;
}
.marquee-track {
  display: flex; width: max-content;
  animation: marquee 40s linear infinite;
}
.marquee-item {
  display: flex; align-items: center; gap: 10px;
  padding: 0 28px; font-size: 14px; font-weight: 600;
  color: rgba(255,255,255,0.85); white-space: nowrap;
}
.marquee-item span { color: var(--gold-bright); }
.marquee-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold-bright); opacity: 0.5; }

@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
html[dir="ltr"] .marquee-track { animation-name: marquee-ltr; }
@keyframes marquee-ltr { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }

/* Stats */
.stats-ribbon { margin-top: 32px; position: relative; z-index: 10; padding-bottom: 48px; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
}
.stat-cell {
  text-align: center; padding: 28px 16px;
  background: var(--white); transition: background 0.25s;
}
.stat-cell:hover { background: var(--gold-soft); }
.stat-cell b {
  display: block; font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 800; letter-spacing: -0.03em; color: var(--brown); line-height: 1;
}
.stat-cell span { font-size: 13px; font-weight: 600; color: var(--brown-soft); margin-top: 8px; display: block; }

/* Sections */
.section { padding: 88px 0; }
.section-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.section-tag::before { content: ''; width: 20px; height: 2px; background: var(--gold-bright); border-radius: 1px; }
.section-head { margin-bottom: 48px; }
.section-head.center { text-align: center; }
.section-head.center .section-tag { justify-content: center; }
.section-head h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 800; letter-spacing: -0.03em; line-height: 1.15;
  color: var(--brown); max-width: 580px;
}
.section-head.center h2 { margin-inline: auto; }
.section-head p { color: var(--brown-soft); margin-top: 14px; font-size: 1.02rem; max-width: 520px; }
.section-head.center p { margin-inline: auto; }

/* About bento */
.about-bento { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 24px; align-items: start; }
.about-bento > * { min-width: 0; }
.bento-side { display: grid; gap: 16px; position: relative; z-index: 2; }
.bento-main {
  background: var(--brown); color: var(--white);
  border-radius: var(--radius-lg); padding: 44px 36px;
  position: relative; overflow: hidden;
}
.bento-main::after {
  content: ''; position: absolute; top: -30%; right: -15%;
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, var(--gold-glow), transparent 70%);
}
.bento-main h3 { font-size: 1.6rem; font-weight: 800; margin-bottom: 14px; position: relative; }
.bento-main p { color: rgba(255,255,255,0.72); font-size: 15px; position: relative; margin-bottom: 10px; }
.bento-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; position: relative; }
.bento-tag {
  padding: 7px 14px; border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  font-size: 13px; font-weight: 600;
}

.bento-card {
  background: var(--white); border-radius: var(--radius);
  padding: 28px; border: 1px solid var(--line);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.bento-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.bento-card-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; margin-bottom: 14px;
  background: var(--gold-soft); color: var(--gold);
}
.bento-card h4 { font-size: 1.05rem; font-weight: 800; margin-bottom: 6px; color: var(--brown); }
.bento-card p { font-size: 14px; color: var(--brown-soft); }

/* Categories — app-aligned */
.cat-mosaic {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.cat-tile {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px 20px;
  transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s;
  position: relative; overflow: hidden;
}
.cat-tile::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold-bright), var(--gold));
  transform: scaleX(0); transform-origin: left; transition: transform 0.35s var(--ease);
}
html[dir="rtl"] .cat-tile::before { transform-origin: right; }
.cat-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.cat-tile:hover::before { transform: scaleX(1); }
.cat-emoji { font-size: 2rem; margin-bottom: 14px; }
.cat-tile h3 { font-size: 1rem; font-weight: 800; color: var(--brown); margin-bottom: 4px; }
.cat-tile small { font-size: 12px; color: var(--brown-soft); font-weight: 500; }

/* Steps */
.steps-wrap {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px;
  position: relative;
}
.steps-wrap::before {
  content: ''; position: absolute; top: 34px; left: 8%; right: 8%; height: 2px;
  background: linear-gradient(90deg, var(--gold-soft), var(--gold-bright), var(--gold-soft));
  z-index: 0;
}
.step-item { text-align: center; padding: 0 8px; position: relative; z-index: 1; }
.step-num {
  width: 68px; height: 68px; margin: 0 auto 16px;
  border-radius: 50%; background: var(--white);
  border: 2px solid var(--gold-soft);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; box-shadow: var(--shadow-sm);
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.step-item:hover .step-num {
  transform: scale(1.06); border-color: var(--gold-bright);
  box-shadow: var(--shadow-gold);
}
.step-item h4 { font-size: 14px; font-weight: 800; color: var(--brown); margin-bottom: 4px; }
.step-item p { font-size: 12.5px; color: var(--brown-soft); line-height: 1.5; }

/* App gallery strip */
.app-gallery {
  padding: 48px 0 64px;
  background: linear-gradient(180deg, var(--bg-muted) 0%, var(--bg) 100%);
}
.gallery-scroll {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 8px 24px 0;
}
.gallery-phone {
  scroll-snap-align: center;
  background: #1a1208; border-radius: 32px; padding: 9px;
  box-shadow: var(--shadow);
  transition: transform 0.35s var(--ease);
}
.gallery-phone:hover { transform: translateY(-8px) scale(1.02); }
.gallery-phone img {
  width: 100%; border-radius: 24px; aspect-ratio: 540/1200; object-fit: cover; object-position: top;
}
.gallery-label {
  text-align: center; margin-top: 12px;
  font-size: 13px; font-weight: 700; color: var(--brown-mid);
}

/* Apps section */
.apps-section { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.app-tabs {
  display: inline-flex; gap: 6px; padding: 5px;
  background: var(--bg-muted); border-radius: var(--radius-pill);
  margin: 0 auto 40px; flex-wrap: wrap; justify-content: center;
  width: 100%; max-width: fit-content;
  display: flex;
}
.app-tab {
  padding: 11px 22px; border-radius: var(--radius-pill);
  font-size: 14px; font-weight: 700; color: var(--brown-soft);
  transition: all 0.3s var(--ease);
}
.app-tab.active {
  background: var(--white); color: var(--brown);
  box-shadow: var(--shadow-sm);
}
.app-tab:hover:not(.active) { color: var(--brown); }

.app-panel { display: none; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.app-panel.active { display: grid; animation: fade-panel 0.45s var(--ease); }
@keyframes fade-panel {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

.app-panel-copy h3 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800; letter-spacing: -0.02em; margin-bottom: 14px; color: var(--brown);
}
.app-panel-copy > p { color: var(--brown-soft); margin-bottom: 24px; }

.feature-list { display: grid; gap: 10px; margin-bottom: 28px; }
.feature-list li {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px 16px; background: var(--bg);
  border-radius: 14px; border: 1px solid var(--line);
  transition: border-color 0.25s, background 0.25s;
}
.feature-list li:hover { border-color: var(--gold); background: var(--gold-soft); }
.feature-list i {
  width: 36px; height: 36px; flex-shrink: 0; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: var(--white); color: var(--gold); font-size: 15px;
  border: 1px solid var(--line);
}
.feature-list b { display: block; font-size: 14px; color: var(--brown); margin-bottom: 1px; }
.feature-list small { font-size: 12.5px; color: var(--brown-soft); }

.phone-mock { position: relative; max-width: 260px; margin-inline: auto; }
.phone-frame {
  background: #1a1208; border-radius: 38px; padding: 10px;
  box-shadow: var(--shadow);
}
.phone-notch {
  width: 80px; height: 22px; background: #1a1208;
  border-radius: 0 0 14px 14px; margin: 0 auto 6px;
}
.phone-screen {
  border-radius: 28px; overflow: hidden;
  aspect-ratio: 540/1200; background: var(--bg);
}
.phone-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

/* Why bento */
.why-bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.why-cell {
  padding: 28px 24px; border-radius: var(--radius);
  background: var(--white); border: 1px solid var(--line);
  transition: transform 0.3s, box-shadow 0.3s;
}
.why-cell:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.why-cell.large {
  grid-column: span 2;
  background: linear-gradient(135deg, var(--gold-soft) 0%, #FFEFC8 100%);
  border-color: rgba(212, 160, 23, 0.15);
}
.why-cell-icon { font-size: 26px; margin-bottom: 12px; }
.why-cell h4 { font-size: 1rem; font-weight: 800; color: var(--brown); margin-bottom: 4px; }
.why-cell p { font-size: 13.5px; color: var(--brown-soft); }
.why-cell.large p { color: var(--brown-mid); }

/* Partner */
.partner-cta {
  margin: 0 24px; border-radius: var(--radius-lg); overflow: hidden;
  background: var(--brown); position: relative;
}
.partner-cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 20%, var(--gold-glow), transparent 50%);
}
.partner-inner {
  position: relative; display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 36px; align-items: center; padding: 64px 48px;
}
.partner-inner h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem); font-weight: 800;
  color: var(--white); letter-spacing: -0.02em; margin-bottom: 14px;
}
.partner-inner > div > p { color: rgba(255,255,255,0.68); margin-bottom: 24px; max-width: 440px; }

.perk-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.perk-chip {
  padding: 16px; border-radius: 14px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  color: var(--white); transition: background 0.25s;
}
.perk-chip:hover { background: rgba(255,255,255,0.1); }
.perk-chip i { color: var(--gold-bright); font-size: 18px; margin-bottom: 8px; display: block; }
.perk-chip b { display: block; font-size: 13px; margin-bottom: 3px; }
.perk-chip small { font-size: 11.5px; color: rgba(255,255,255,0.55); }

/* Download */
.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.dl-card {
  text-align: center; padding: 36px 24px; border-radius: var(--radius-lg);
  background: var(--white); border: 1px solid var(--line);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.dl-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--gold); }
.dl-icon {
  width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; background: var(--gold-soft); color: var(--gold);
}
.dl-card h3 { font-size: 1.1rem; font-weight: 800; color: var(--brown); margin-bottom: 4px; }
.dl-card > p { font-size: 13px; color: var(--brown-soft); margin-bottom: 20px; }

.store-row { display: flex; flex-direction: column; gap: 8px; align-items: center; }
.store-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 18px; border-radius: 11px;
  background: var(--brown); color: var(--white);
  font-size: 13px; font-weight: 700; width: 100%; max-width: 190px;
  justify-content: center; opacity: 0.5; pointer-events: none;
}
.store-btn i { font-size: 20px; }
.store-btn span { text-align: start; line-height: 1.2; }
.store-btn small { display: block; font-size: 9px; font-weight: 500; opacity: 0.65; }

/* Contact */
.contact-split { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 32px; align-items: start; }
.contact-cards { display: grid; gap: 12px; }
.contact-card {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 20px; background: var(--white);
  border-radius: var(--radius); border: 1px solid var(--line);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--gold); }
.contact-card-icon {
  width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; background: var(--gold-soft); color: var(--gold);
}
.contact-card b { display: block; font-size: 11px; color: var(--brown-soft); margin-bottom: 2px; font-weight: 600; }
.contact-card .ltr-text,
.contact-card bdi.ltr-text { font-weight: 700; font-size: 14px; color: var(--brown); }
.contact-card span:not(.contact-card-icon):not(.ltr-text) { font-weight: 700; font-size: 14px; color: var(--brown); }
.ltr-text, .phone-link {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}
.footer-col .phone-link {
  display: block;
  width: fit-content;
}

.contact-social { display: flex; gap: 8px; margin-top: 16px; }
.contact-social a {
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--brown); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; transition: transform 0.25s, background 0.25s;
}
.contact-social a:hover { transform: translateY(-3px); background: var(--gold); color: var(--brown); }

.contact-form {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 36px 32px; box-shadow: var(--shadow-md); border: 1px solid var(--line);
}
.contact-form h3 { font-size: 1.3rem; font-weight: 800; color: var(--brown); margin-bottom: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; font-family: inherit; font-size: 15px;
  padding: 13px 16px; border: 1.5px solid var(--line); border-radius: 12px;
  background: var(--bg); margin-bottom: 12px; color: var(--brown);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--gold-bright);
  box-shadow: 0 0 0 3px var(--gold-glow); background: var(--white);
}

/* Footer */
.site-footer {
  background: var(--brown); color: rgba(255,255,255,0.6);
  padding: 56px 0 0; margin-top: 32px;
}
.footer-top {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px;
  padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand img { height: 48px; border-radius: 10px; margin-bottom: 14px; }
.footer-brand p { font-size: 13.5px; max-width: 260px; line-height: 1.7; }
.footer-col h4 { color: var(--white); font-size: 13px; font-weight: 800; margin-bottom: 14px; letter-spacing: 0.04em; }
.footer-col a { display: block; font-size: 13.5px; margin-bottom: 8px; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold-bright); }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 10px; padding: 18px 24px 24px; font-size: 12.5px;
}

/* Floats */
.wa-float {
  position: fixed; bottom: 24px; inset-inline-end: 24px; z-index: 150;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; box-shadow: 0 10px 28px rgba(37, 211, 102, 0.4);
  transition: transform 0.25s;
}
.wa-float:hover { transform: scale(1.08); }

.to-top {
  position: fixed; bottom: 92px; inset-inline-end: 24px; z-index: 150;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--white); color: var(--brown);
  font-size: 15px; border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none;
  transform: translateY(10px); transition: all 0.3s var(--ease);
}
.to-top.show { opacity: 1; pointer-events: auto; transform: none; }
.to-top:hover { background: var(--gold-soft); border-color: var(--gold); }

/* Reveal */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-inner, .about-bento, .app-panel, .contact-split, .partner-inner { grid-template-columns: 1fr; }
  .hero-visual { height: 460px; margin-top: 32px; }
  .device-back-left, .device-back-right { display: none; }
  .cat-mosaic { grid-template-columns: repeat(2, 1fr); }
  .gallery-scroll {
    display: flex; gap: 20px; overflow-x: auto; padding: 8px 24px 32px;
    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    scrollbar-width: none; max-width: none;
  }
  .gallery-scroll::-webkit-scrollbar { display: none; }
  .gallery-phone { flex: 0 0 200px; }
  .steps-wrap { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .steps-wrap::before { display: none; }
  .why-bento { grid-template-columns: 1fr 1fr; }
  .why-cell.large { grid-column: span 2; }
  .download-grid { grid-template-columns: 1fr; max-width: 340px; margin-inline: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .site-header { top: 10px; width: calc(100% - 20px); }
  .main-nav {
    position: fixed; top: 72px; inset-inline: 10px;
    flex-direction: column; background: var(--white);
    padding: 14px; border-radius: var(--radius);
    box-shadow: var(--shadow); transform: translateY(-130%);
    transition: transform 0.35s var(--ease); border: 1px solid var(--line);
  }
  .main-nav.open { transform: translateY(0); }
  .nav-burger { display: flex; align-items: center; justify-content: center; }
  .header-actions .btn-sm { display: none; }
  .hero { padding-top: 90px; min-height: auto; }
  .float-card.c2 { display: none; }
  .cat-mosaic, .why-bento, .steps-wrap, .stats-grid, .footer-top, .perk-row { grid-template-columns: 1fr; }
  .why-cell.large { grid-column: span 1; }
  .partner-cta { margin: 0 12px; }
  .partner-inner { padding: 44px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-bottom { justify-content: center; text-align: center; }
  .device-main { width: 220px; }
}
