/* Ajeer Stores — section-specific styles */

/* ============================================================
   HERO — phone visual
   ============================================================ */
.hero-visual {
  position: relative;
  aspect-ratio: 1 / 1.05;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-phone-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  filter: drop-shadow(0 40px 80px rgba(10,31,68,0.18));
}

.hero-phone-bg {
  position: absolute;
  width: 90%;
  height: 90%;
  background: linear-gradient(135deg, var(--blue) 0%, #0048CC 60%, var(--navy) 100%);
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.18;
  z-index: 0;
}

.hero-phone-tag {
  position: absolute;
  top: 60%;
  right: -100px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0;
  pointer-events: none;
}
body[data-lang="en"] .hero-phone-tag {
  right: auto;
  left: -100px;
  flex-direction: row-reverse;
}
.hero-phone-tag-line {
  width: 90px;
  height: 1.5px;
  background: linear-gradient(to left, var(--orange), rgba(238,122,44,0.4));
}
body[data-lang="en"] .hero-phone-tag-line {
  background: linear-gradient(to right, var(--orange), rgba(238,122,44,0.4));
}
.hero-phone-tag-dot {
  width: 12px;
  height: 12px;
  background: var(--orange);
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 0 6px rgba(238,122,44,0.25);
  margin-right: -6px;
}
body[data-lang="en"] .hero-phone-tag-dot {
  margin-right: 0;
  margin-left: -6px;
}
.hero-phone-tag-chip {
  background: var(--orange);
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  margin-left: 10px;
}
body[data-lang="en"] .hero-phone-tag-chip {
  margin-left: 0;
  margin-right: 10px;
}
.hero-phone-tag-chip-dot {
  width: 6px; height: 6px;
  background: white;
  border-radius: 50%;
  animation: pulse-dot 1.5s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.4); }
}

@media (max-width: 1024px) {
  .hero-phone-tag { right: -20px; }
  body[data-lang="en"] .hero-phone-tag { right: auto; left: -20px; }
}
@media (max-width: 600px) {
  .hero-phone-tag { display: none; }
}

/* ============================================================
   PHONE MOCKUP (shared)
   ============================================================ */
.iph {
  width: 380px;
  height: 800px;
  background: #0a0a0a;
  border-radius: 50px;
  padding: 12px;
  position: relative;
  z-index: 2;
  box-shadow:
    0 0 0 1.5px #2a2a2a,
    inset 0 0 0 6px #0a0a0a;
}
.iph-island {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 30px;
  background: #000;
  border-radius: 100px;
  z-index: 20;
}
.iph-screen {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  direction: rtl;
  display: flex;
  flex-direction: column;
}

.iph-status {
  position: absolute;
  top: 18px;
  left: 28px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  z-index: 12;
  direction: ltr;
}
.iph-time { font-family: var(--font-en); }
.iph-icons { display: flex; gap: 6px; align-items: center; }
.iph-sig { font-size: 12px; letter-spacing: 1px; }
.iph-bat {
  background: #000;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 3px;
  font-family: var(--font-en);
  position: relative;
  margin-right: 2px;
}
.iph-bat::after {
  content: "";
  position: absolute;
  right: -3px; top: 3px;
  width: 2px; height: 5px;
  background: #000;
  border-radius: 0 1px 1px 0;
}

.iph-content {
  flex: 1;
  padding: 60px 18px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.iph-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4px 2px 0;
}
.iph-addr { text-align: right; }
.iph-addr-lbl { font-size: 11px; color: #9CA3AF; margin-bottom: 4px; }
.iph-addr-row { display: flex; align-items: center; gap: 5px; font-size: 12px; }
.iph-pin { color: #2563EB; font-size: 13px; }
.iph-home { color: #1E40AF; font-weight: 700; font-size: 13px; }
.iph-addr-txt { color: #6B7280; font-size: 11px; }
.iph-chev { color: #6B7280; font-size: 12px; }
.iph-bell {
  width: 36px; height: 36px;
  background: #F3F4F6;
  border-radius: 50%;
  display: grid; place-items: center;
}
.iph-bell svg { width: 18px; height: 18px; color: #6B7280; }

.iph-search {
  background: #EAF1FB;
  padding: 12px 14px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9CA3AF;
  font-size: 12px;
}
.iph-search svg { width: 16px; height: 16px; color: #9CA3AF; }

.iph-sect-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 2px 0;
}
.iph-sect-ttl {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.iph-more {
  font-size: 12px;
  color: #1E40AF;
  font-weight: 600;
}
.iph-new {
  background: #EF4444;
  color: white;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 5px;
}

.iph-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 4px;
}
.iph-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
  position: relative;
}
.iph-service-ic {
  width: 100%;
  aspect-ratio: 1;
  background: #EAF1FB;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #1E40AF;
}
.iph-service-ic svg { width: 28px; height: 28px; }
.iph-service-lbl {
  font-size: 10px;
  color: #1F2937;
  font-weight: 500;
  line-height: 1.25;
}
.iph-service-cta .iph-service-ic {
  background: linear-gradient(135deg, #2563EB, #1E40AF);
  color: white;
  transform: rotate(-6deg);
  box-shadow: 0 6px 14px -4px rgba(30,64,175,0.45);
  position: relative;
}
.iph-service-cta .iph-service-ic::after {
  content: "حجز سريع";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 8px;
  font-weight: 700;
  color: white;
  white-space: nowrap;
}
.iph-service-cta .iph-service-ic svg { width: 20px; height: 20px; margin-bottom: 6px; }
.iph-service-cta .iph-service-lbl { display: none; }

.iph-stores-sect {
  background: linear-gradient(to bottom,
    rgba(0,92,252,0.06) 0%,
    rgba(0,92,252,0.02) 100%);
  margin-inline: -18px;
  padding: 12px 18px 14px;
  position: relative;
  border-radius: 0;
}
.iph-stores-sect::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 1px;
  background: #F1F5F9;
}

.iph-stores {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-top: 10px;
}
.iph-store {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
}
.iph-store-logo {
  width: 100%;
  aspect-ratio: 1;
  background: white;
  border-radius: 14px;
  border: 1.5px solid #E5E7EB;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 6px;
}
.iph-store-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.iph-store-lbl {
  font-size: 10px;
  color: #1F2937;
  font-weight: 600;
  line-height: 1.2;
}
.iph-store-soon .iph-store-logo {
  border-style: dashed;
  background: #F9FAFB;
  color: #CBD5E1;
  font-size: 22px;
  font-weight: 300;
  font-family: var(--font-en);
}
.iph-store-soon .iph-store-lbl { color: #9CA3AF; }

.iph-banner {
  background: linear-gradient(110deg, #1F2937, #111827);
  border-radius: 12px;
  padding: 12px 14px;
  color: white;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 64px;
}
.iph-banner-text { text-align: right; flex: 1; }
.iph-banner-title { font-size: 14px; font-weight: 700; margin-bottom: 2px; }
.iph-banner-sub { font-size: 10px; color: #D1D5DB; }
.iph-banner-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #F59E0B;
  color: white;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 5px;
}
.iph-banner-ic {
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.06);
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,0.85);
  margin-left: 10px;
}
.iph-banner-ic svg { width: 22px; height: 22px; }

.iph-tabs {
  background: white;
  border-top: 1px solid #F3F4F6;
  padding: 8px 10px 20px;
  display: flex;
  justify-content: space-around;
}
.iph-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: #9CA3AF;
  font-size: 9.5px;
  font-weight: 500;
}
.iph-tab svg { width: 19px; height: 19px; }
.iph-tab-active { color: #1E40AF; font-weight: 700; }
.iph-tab-ai { color: #D97706; font-weight: 700; }
.iph-tab-ai svg { width: 22px; height: 22px; }

/* ============================================================
   SECTORS — cross-portal navigation
   ============================================================ */
.sectors {
  background: white;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.sectors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 900px) { .sectors-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .sectors-grid { grid-template-columns: 1fr; } }

.sector-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.18s ease;
  position: relative;
  overflow: hidden;
}
.sector-card:hover {
  border-color: var(--ink);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.sector-card.active {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.sector-card.active .sector-tagline,
.sector-card.active .sector-desc { color: rgba(255,255,255,0.7); }
.sector-card.active .sector-stat { color: var(--blue); }
.sector-card.active::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 5px; height: 100%;
  background: var(--blue);
}
.sector-active-tag {
  font-size: 11px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.05em;
}
.sector-name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.sector-tagline {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
}
.sector-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
  flex: 1;
}
.sector-foot {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  margin-top: auto;
}
.sector-card.active .sector-foot { border-top-color: rgba(255,255,255,0.1); }
.sector-stat {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
}
.sector-link {
  font-size: 13px;
  color: var(--blue);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ============================================================
   PROBLEM
   ============================================================ */
.problem-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1024px) { .problem-grid { grid-template-columns: 1fr; gap: 40px; } }

.problem-pillars {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.problem-pillar {
  background: white;
  padding: 28px 28px;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 28px;
  align-items: center;
}
.problem-pillar-num {
  font-size: 44px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1;
}
.problem-pillar-num .small {
  font-size: 22px;
  color: var(--muted);
  margin-right: 2px;
}
.problem-pillar-lbl {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.5;
}

/* ============================================================
   PROCESS — 4 step timeline
   ============================================================ */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
@media (max-width: 900px) { .process-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .process-grid { grid-template-columns: 1fr; } }

.process-step {
  position: relative;
  padding: 32px 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.process-step.last {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.process-step-num {
  font-size: 14px;
  color: var(--blue);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.process-step.last .process-step-num { color: var(--blue); }
.process-step h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.process-step.last h3 { color: white; }
.process-step p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}
.process-step.last p { color: rgba(255,255,255,0.7); }
.process-step-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--blue);
  background: var(--blue-50);
  border: 1px solid var(--blue-100);
  border-radius: var(--radius-pill);
  padding: 5px 10px;
  margin-top: 8px;
  align-self: flex-start;
}
.process-step.last .process-step-time {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
  color: white;
}

/* ============================================================
   FEATURES — 6 capability cards
   ============================================================ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .features-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .features-grid { grid-template-columns: 1fr; } }

.feature-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.18s ease;
}
.feature-card:hover {
  transform: translateY(-2px);
  border-color: var(--ink);
  box-shadow: var(--shadow-md);
}

.feature-ic {
  width: 56px;
  height: 56px;
  background: var(--blue-50);
  color: var(--blue);
  border-radius: var(--radius-md);
  display: grid;
  place-items: center;
}
.feature-ic svg { width: 28px; height: 28px; }

.feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
}
.feature-card p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

/* ============================================================
   SHOWCASE — Operations / Marketing / Payments / External
   Two-column composite section with image cards
   ============================================================ */
.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 900px) { .showcase-grid { grid-template-columns: 1fr; } }

.showcase-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.showcase-card-head {
  padding: 32px 32px 16px;
}
.showcase-card-tag {
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.showcase-card-tag::before {
  content: '';
  width: 7px;
  height: 7px;
  background: var(--blue);
  border-radius: 50%;
}
.showcase-card-orange .showcase-card-tag { color: var(--orange); }
.showcase-card-orange .showcase-card-tag::before { background: var(--orange); }

.showcase-card h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.showcase-card p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}
.showcase-card-img {
  padding: 16px 32px 32px;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.showcase-card-img img {
  width: 100%;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
}

/* Big external-store callout */
.ext-store {
  background: var(--ink);
  color: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 0;
  position: relative;
}
@media (max-width: 1024px) { .ext-store { grid-template-columns: 1fr; } }
.ext-store-l {
  padding: 56px 56px 56px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.ext-store-tag {
  font-size: 12px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ext-store-tag::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(238,122,44,0.2);
}
.ext-store h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: white;
}
.ext-store p {
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  margin: 0;
  max-width: 50ch;
}
.ext-store-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.ext-store-point {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
}
.ext-store-point-ic {
  width: 28px;
  height: 28px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  color: var(--orange);
  display: grid;
  place-items: center;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 12px;
}
.ext-store-point b {
  font-size: 16px;
  color: white;
  display: block;
  margin-bottom: 2px;
}
.ext-store-point span {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.55;
}

.ext-store-commission {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.ext-store-commission-amt {
  font-size: 56px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: -0.03em;
  line-height: 1;
}
.ext-store-commission-amt span { font-size: 28px; }
.ext-store-commission-lbl {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.45;
  max-width: 30ch;
}
.ext-store-commission-lbl b { color: white; }

/* Browser mockup */
.ext-store-r {
  padding: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(0,92,252,0.18), transparent 70%),
    linear-gradient(135deg, #0e1c4e, #14264f);
}
.browser {
  width: 100%;
  max-width: 460px;
  background: white;
  border-radius: var(--radius-md);
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
  overflow: hidden;
  direction: rtl;
}
.browser-chrome {
  background: linear-gradient(to bottom, #F1F5F9, #E2E8F0);
  border-bottom: 1px solid #CBD5E1;
  padding: 12px 14px 0;
  position: relative;
}
.browser-traffic {
  display: flex;
  gap: 6px;
  position: absolute;
  top: 16px;
  left: 14px;
}
.browser-tl { width: 12px; height: 12px; border-radius: 50%; }
.browser-tl-r { background: #FF5F57; }
.browser-tl-y { background: #FEBC2E; }
.browser-tl-g { background: #28C840; }
.browser-tabs {
  display: flex;
  padding-right: 0;
  padding-left: 80px;
  margin-bottom: 8px;
  margin-top: 4px;
}
.browser-tab {
  background: white;
  border-radius: 8px 8px 0 0;
  padding: 8px 14px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  border-top: 1px solid #CBD5E1;
  border-right: 1px solid #CBD5E1;
  border-left: 1px solid #CBD5E1;
  margin-bottom: -1px;
}
.browser-fav {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  overflow: hidden;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.browser-fav img { width: 100%; height: 100%; object-fit: contain; }
.browser-urlbar {
  margin: 0 4px 12px;
  background: white;
  border: 1px solid #CBD5E1;
  border-radius: 18px;
  padding: 7px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-family: var(--font-mono);
}
.browser-lock {
  color: #16A34A;
  display: grid;
  place-items: center;
}
.browser-lock svg { width: 14px; height: 14px; }
.browser-url {
  font-family: var(--font-mono);
  font-size: 13px;
  direction: ltr;
}
.browser-url .url-proto { color: #94A3B8; }
.browser-url .url-brand {
  background: rgba(0,92,252,0.12);
  color: var(--blue);
  padding: 1px 6px;
  border-radius: 3px;
  font-weight: 600;
}
.browser-url .url-sub { color: var(--ink); }

.browser-body {
  height: 280px;
  position: relative;
  overflow: hidden;
}
.browser-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.browser-body-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,18,48,0.85), transparent 60%);
}
.browser-body-meta {
  position: absolute;
  bottom: 16px;
  right: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 12px;
  align-items: center;
  color: white;
}
.browser-body-logo {
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 10px;
  padding: 5px;
  display: grid;
  place-items: center;
}
.browser-body-logo img { width: 100%; max-height: 100%; object-fit: contain; }
.browser-body-titles h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 2px;
  letter-spacing: -0.005em;
}
.browser-body-titles span { font-size: 11px; opacity: 0.85; }
.browser-body-cta {
  background: var(--blue);
  color: white;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 700;
  border: none;
}

/* ============================================================
   PRICING
   ============================================================ */
.pricing-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 32px;
  align-items: stretch;
}
@media (max-width: 1024px) { .pricing-grid { grid-template-columns: 1fr; } }

.price-card {
  background: var(--ink);
  color: white;
  border-radius: var(--radius-lg);
  padding: 48px 44px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.price-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: var(--blue);
}

.price-tag {
  font-size: 12px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.price-name {
  font-size: 28px;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
  margin-bottom: 32px;
}
.price-amt {
  display: flex;
  align-items: baseline;
  gap: 14px;
  line-height: 1;
}
.price-amt-num {
  font-size: 92px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: white;
}
.price-amt-cur { font-size: 28px; color: white; }
.price-per {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  margin-top: 12px;
}

.price-commissions {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.price-com-cell {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.price-com-amt {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--blue);
  line-height: 1;
}
.price-com-amt.orange { color: var(--orange); }
.price-com-lbl {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  font-weight: 600;
}
.price-com-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
}

.price-card-cta {
  margin-top: auto;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price-card-cta .btn { width: 100%; padding: 16px 22px; }

.price-features {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
}
.price-features-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--blue);
  margin-bottom: 8px;
}
.price-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.price-features li {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 14px;
  align-items: center;
  font-size: 16px;
  color: var(--ink);
  font-weight: 500;
}
.price-features li:last-child { border-bottom: none; }
.price-features .ck {
  width: 24px; height: 24px;
  background: var(--blue);
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-en);
}

/* ============================================================
   NUMBERS — stats grid
   ============================================================ */
.numbers {
  background: white;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
@media (max-width: 900px) { .numbers-grid { grid-template-columns: 1fr 1fr; } }

.number-cell {
  padding: 36px 28px;
  border-left: 1px solid var(--line);
}
.number-cell:last-child { border-left: none; }
@media (max-width: 900px) {
  .number-cell { border-left: none; border-top: 1px solid var(--line); }
  .number-cell:nth-child(even) { border-left: 1px solid var(--line); }
}

.number-amt {
  font-size: clamp(40px, 4.5vw, 56px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1;
}
.number-amt sup {
  font-size: 24px;
  color: var(--blue);
  font-weight: 500;
  margin-right: 4px;
  vertical-align: top;
}
.number-lbl {
  font-size: 14px;
  color: var(--muted);
  margin-top: 14px;
  line-height: 1.4;
  max-width: 26ch;
}

/* ============================================================
   CASE STUDY
   ============================================================ */
.case-card {
  background: var(--ink);
  color: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 0;
  position: relative;
}
@media (max-width: 1024px) { .case-card { grid-template-columns: 1fr; } }

.case-l {
  padding: 56px 56px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.case-tag {
  font-size: 12px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.case-tag::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
}
.case-logo {
  width: 64px;
  height: 64px;
  background: white;
  border-radius: 14px;
  padding: 6px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
}
.case-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.case-card h2 {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.25;
  color: white;
  letter-spacing: -0.005em;
}
.case-card p {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin: 0;
  max-width: 48ch;
}
.case-card-note {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px dashed rgba(255,255,255,0.15);
}

.case-r {
  background: rgba(255,255,255,0.04);
  border-right: 1px solid rgba(255,255,255,0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .case-r { border-right: none; border-top: 1px solid rgba(255,255,255,0.1); }
}

.case-stat {
  padding: 36px 36px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  border-left: 1px solid rgba(255,255,255,0.08);
}
.case-stat:nth-child(odd) { border-left: none; }
@media (max-width: 1024px) {
  .case-stat { border-left: 1px solid rgba(255,255,255,0.08); }
  .case-stat:nth-child(odd) { border-left: 1px solid rgba(255,255,255,0.08); }
  .case-stat:first-child { border-left: none; }
}

.case-stat-amt {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: white;
  line-height: 1;
}
.case-stat-amt.accent { color: var(--orange); }
.case-stat-amt.blue { color: var(--blue); }
.case-stat-lbl {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin-top: 10px;
  line-height: 1.4;
}

/* ============================================================
   CTA + form
   ============================================================ */
.cta-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1024px) { .cta-grid { grid-template-columns: 1fr; gap: 40px; } }

.cta-side h2 {
  font-size: clamp(32px, 4.5vw, 52px);
}
.cta-side p {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.6;
  margin: 16px 0 0;
  max-width: 50ch;
}
.cta-side .cta-options {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cta-option {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 24px 24px;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 18px;
  align-items: center;
}
.cta-option-ic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--blue-50);
  color: var(--blue);
  display: grid;
  place-items: center;
}
.cta-option h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 2px;
}
.cta-option span {
  font-size: 13px;
  color: var(--muted);
}

.cta-form {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cta-form-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.cta-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cta-field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.cta-field input,
.cta-field select,
.cta-field textarea {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-family: inherit;
  font-size: 14px;
  color: var(--ink);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.cta-field input:focus,
.cta-field select:focus,
.cta-field textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(0,92,252,0.1);
}
.cta-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.cta-form .btn { margin-top: 8px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq-item:last-child { border-bottom: none; }
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  width: 100%;
  text-align: right;
}
.faq-q-text {
  font-size: 19px;
  font-weight: 600;
  color: var(--ink);
  flex: 1;
  letter-spacing: -0.005em;
}
.faq-q-ic {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--paper-2);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.faq-q-ic svg { transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1); }
.faq-item.open .faq-q-ic { background: var(--ink); color: white; }
.faq-item.open .faq-q-ic svg { transform: rotate(45deg); }
.faq-a {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.65;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.2, 0.7, 0.2, 1), padding 0.4s ease;
}
.faq-item.open .faq-a {
  max-height: 400px;
  padding-top: 18px;
}
