/* =========================================================
   إنجزني — Landing Page Styles
   Operations Expert / Moving Control Center Direction
   ========================================================= */

:root {
  --injaz-charcoal: #172026;
  --injaz-deep-teal: #075E63;
  --injaz-teal: #0F8B8D;
  --injaz-mint: #DDF5F2;
  --injaz-safety-yellow: #F4B942;
  --injaz-warm-white: #FAF8F2;
  --injaz-soft-gray: #EEF2F3;
  --injaz-text: #1F2933;
  --injaz-muted: #667085;
  --injaz-border: #D9E2E4;
  --injaz-whatsapp: #1FAF60;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --shadow-card: 0 10px 30px -12px rgba(23, 32, 38, 0.18);
  --shadow-soft: 0 4px 14px -6px rgba(23, 32, 38, 0.12);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Tajawal', system-ui, -apple-system, sans-serif;
  font-weight: 500;
  color: var(--injaz-text);
  background: var(--injaz-warm-white);
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { font-weight: 800; margin: 0 0 .5em; color: var(--injaz-charcoal); }
p { margin: 0 0 1em; }
button { font-family: inherit; cursor: pointer; }

.container {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 20px;
}
.container.narrow { max-width: 780px; }

/* ---------- Image fallback (shown only if a real photo is missing) ---------- */
.img-fallback {
  background-color: var(--injaz-charcoal);
  background-image:
    repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 2px, transparent 2px 18px),
    linear-gradient(150deg, var(--injaz-deep-teal), var(--injaz-charcoal));
}
.img-fallback::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23DDF5F2' stroke-width='1.6'%3E%3Cpath d='M3 7h11v9H3z'/%3E%3Cpath d='M14 10h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='18' r='1.6'/%3E%3Ccircle cx='17' cy='18' r='1.6'/%3E%3C/svg%3E");
  opacity: .55;
  transform: translateY(-14px);
}
.img-fallback::after {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  color: var(--injaz-mint);
  font-weight: 800;
  font-size: .95rem;
  padding: 0 24px 22px;
}

.section { padding: 72px 0; }
.section-title {
  font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.1rem);
  text-align: center;
  margin-bottom: 44px;
}
.lead-text {
  font-size: 1.1rem;
  color: var(--injaz-muted);
  text-align: center;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: .98rem;
  border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, border-color .15s ease;
  white-space: nowrap;
}
.btn-lg { padding: 16px 32px; font-size: 1.05rem; }
.btn-primary {
  background: var(--injaz-teal);
  color: #fff;
}
.btn-primary:hover { background: var(--injaz-deep-teal); transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.btn-whatsapp {
  background: var(--injaz-whatsapp);
  color: #fff;
}
.btn-whatsapp:hover { filter: brightness(1.07); transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.btn-outline {
  background: transparent;
  border-color: var(--injaz-charcoal);
  color: var(--injaz-charcoal);
}
.btn-outline:hover { background: var(--injaz-charcoal); color: #fff; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--injaz-charcoal);
  color: var(--injaz-mint);
}
.topbar-inner {
  padding: 8px 20px;
  font-size: .82rem;
  text-align: center;
  letter-spacing: .2px;
}

/* ---------- Header ---------- */
.site-header {
  background: var(--injaz-warm-white);
  border-bottom: 1px solid var(--injaz-border);
  position: sticky;
  top: 0;
  z-index: 50;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 14px;
  gap: 16px;
}
.brand { display: flex; align-items: center; width: 220px; height: 60px; }
.brand-logo { height: 100%; width: 100%; object-fit: cover; }
.brand-logo-footer { height: 60px; }

/* Fallback: clean text logo if the logo image file is missing */
.brand-text-fallback { width: auto; flex-direction: column; align-items: flex-start; line-height: 1.2; }
.brand-text-fallback::before {
  content: 'إنجزني';
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--injaz-deep-teal);
}
.brand-text-fallback::after {
  content: 'نقل • تغليف • تخزين';
  font-size: .78rem;
  color: var(--injaz-muted);
  font-weight: 700;
  letter-spacing: .5px;
}
.footer-inner .brand-text-fallback::before { color: var(--injaz-mint); }
.footer-inner .brand-text-fallback::after { color: rgba(255,255,255,.65); }

.main-nav { display: flex; gap: 26px; }
.main-nav a {
  font-weight: 700;
  font-size: .95rem;
  color: var(--injaz-text);
  position: relative;
  padding-bottom: 4px;
}
.main-nav a::after {
  content: '';
  position: absolute;
  right: 0; bottom: 0;
  width: 0; height: 2px;
  background: var(--injaz-safety-yellow);
  transition: width .2s ease;
}
.main-nav a:hover::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 6px;
}
.nav-toggle span { width: 24px; height: 2px; background: var(--injaz-charcoal); border-radius: 2px; }

/* ---------- Micro badges ---------- */
.micro-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--injaz-mint);
  color: var(--injaz-deep-teal);
  border-radius: 999px;
  padding: 7px 16px;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .2px;
  margin-bottom: 14px;
}
.micro-badge-light { background: rgba(221,245,242,.12); color: var(--injaz-mint); }
.micro-badge-accent { background: var(--injaz-safety-yellow); color: var(--injaz-charcoal); }

.section-title-start { text-align: right; margin-bottom: 24px; }

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(circle at 85% 10%, rgba(15,139,141,.10), transparent 45%),
    linear-gradient(180deg, var(--injaz-soft-gray) 0%, var(--injaz-warm-white) 60%);
  padding: 64px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
}
.hero-content h1 {
  font-size: clamp(2rem, 1.5rem + 2vw, 2.9rem);
  line-height: 1.25;
}
.hero-sub {
  font-size: 1.08rem;
  color: var(--injaz-muted);
  max-width: 560px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0; }

.metrics-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--injaz-border);
}
.metrics-bar li {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--injaz-border);
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  font-size: .86rem;
  font-weight: 700;
  color: var(--injaz-deep-teal);
  box-shadow: var(--shadow-soft);
}
.metric-icon { font-size: 1rem; }

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}
.hero-frame {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 8/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: var(--injaz-charcoal);
}
.hero-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-frame.img-fallback img { display: none; }
.hero-frame.img-fallback::after { content: 'إنجزني — نقل • تغليف • تخزين'; }
.hero-overlay {
  position: absolute;
  background: rgba(23,32,38,.88);
  color: #fff;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  font-size: .82rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.hero-overlay-badge {
  bottom: 16px; right: 16px;
  background: var(--injaz-safety-yellow);
  color: var(--injaz-charcoal);
}
.hero-overlay-badge .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--injaz-charcoal);
}

.hero-mini-card {
  position: absolute;
  bottom: -28px;
  left: -18px;
  width: 42%;
  max-width: 220px;
  aspect-ratio: 4/3;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 4px solid var(--injaz-warm-white);
  background: var(--injaz-charcoal);
}
.hero-mini-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-mini-card.img-fallback img { display: none; }
.hero-mini-card.img-fallback::after { content: 'تخزين منظم'; font-size: .78rem; padding: 0 10px 12px; }
.hero-mini-caption {
  position: absolute;
  bottom: 0; right: 0; left: 0;
  background: linear-gradient(0deg, rgba(23,32,38,.85), transparent);
  color: #fff;
  font-weight: 800;
  font-size: .74rem;
  padding: 18px 10px 8px;
}

/* ---------- Problem ---------- */
.problem { background: var(--injaz-charcoal); color: var(--injaz-mint); }
.problem-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
}
.problem h2 { color: #fff; font-size: clamp(1.4rem, 1.2rem + 1vw, 1.9rem); }
.problem-lead { text-align: right; margin: 0 0 20px; }
.problem .lead-text { color: rgba(221,245,242,.85); }
.problem-checklist { display: flex; flex-direction: column; gap: 12px; }
.problem-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: #fff;
}
.problem-checklist .check {
  flex-shrink: 0;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--injaz-safety-yellow);
  color: var(--injaz-charcoal);
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem;
  font-weight: 800;
}
.problem-frame {
  position: relative;
  aspect-ratio: 3/2;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.15);
}
.problem-frame img { width: 100%; height: 100%; object-fit: cover; }
.problem-frame.img-fallback img { display: none; }
.problem-frame.img-fallback::after { content: 'تخطيط قبل التنفيذ'; }

/* ---------- Modules (Triple Solution) ---------- */
.modules-section { background: var(--injaz-warm-white); }
.modules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.module-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--injaz-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, box-shadow .2s ease;
}
.module-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.module-media {
  position: relative;
  aspect-ratio: 4/3;
  background: var(--injaz-charcoal);
  border-bottom: 4px solid var(--injaz-teal);
}
.module-card:nth-child(2) .module-media { border-bottom-color: var(--injaz-safety-yellow); }
.module-card:nth-child(3) .module-media { border-bottom-color: var(--injaz-deep-teal); }
.module-media img { width: 100%; height: 100%; object-fit: cover; }
.module-media.img-fallback img { display: none; }
.module-body { padding: 26px 26px 30px; }
.module-index {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 800;
  -webkit-text-stroke: 1.5px var(--injaz-teal);
  color: transparent;
  margin-bottom: 4px;
}
.module-card h3 { font-size: 1.25rem; }
.module-card p { color: var(--injaz-muted); margin: 0 0 14px; }
.module-points { display: flex; flex-direction: column; gap: 8px; }
.module-points li {
  position: relative;
  padding-right: 20px;
  font-size: .88rem;
  font-weight: 700;
  color: var(--injaz-text);
}
.module-points li::before {
  content: '•';
  position: absolute;
  right: 0;
  color: var(--injaz-teal);
  font-weight: 800;
}

/* ---------- Cases ---------- */
.cases-section { background: var(--injaz-mint); }
.cases-inner {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 40px;
  align-items: center;
}
.cases-frame {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: var(--injaz-charcoal);
}
.cases-frame img { width: 100%; height: 100%; object-fit: cover; }
.cases-frame.img-fallback img { display: none; }
.cases-frame.img-fallback::after { content: 'فريق تشغيل إنجزني'; }
.cases-rows { display: flex; flex-direction: column; gap: 12px; }
.case-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--injaz-border);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  font-weight: 700;
  transition: transform .15s ease, box-shadow .15s ease;
}
.case-item:hover { transform: translateX(-4px); box-shadow: var(--shadow-soft); }
.check {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--injaz-teal);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem;
}

/* ---------- Services ---------- */
.services-section { background: var(--injaz-warm-white); }
.services-inner {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 40px;
  align-items: start;
}
.services-groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.service-group-title {
  font-size: 1rem;
  color: var(--injaz-teal);
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--injaz-mint);
}
.service-group-list { display: flex; flex-direction: column; }
.service-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 4px;
  border-bottom: 1px solid var(--injaz-border);
}
.service-icon { font-size: 1.15rem; flex-shrink: 0; }
.service-text { font-weight: 700; }
.services-frame {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: var(--injaz-charcoal);
}
.services-frame img { width: 100%; height: 100%; object-fit: cover; }
.services-frame.img-fallback img { display: none; }

/* ---------- Storage Hero ---------- */
.storage-hero {
  background: linear-gradient(180deg, var(--injaz-deep-teal), var(--injaz-charcoal));
  color: #fff;
  position: relative;
}
.storage-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.storage-content h2 { color: #fff; }
.storage-content p { color: rgba(255,255,255,.82); }
.storage-bullets { margin: 22px 0; display: flex; flex-direction: column; gap: 12px; }
.storage-bullets li {
  padding-right: 28px;
  position: relative;
  font-weight: 700;
}
.storage-bullets li::before {
  content: '✓';
  position: absolute;
  right: 0;
  color: var(--injaz-safety-yellow);
  font-weight: 800;
}
.storage-visual { position: relative; }
.storage-frame {
  position: relative;
  aspect-ratio: 8/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.15);
}
.storage-frame img { width: 100%; height: 100%; object-fit: cover; }
.storage-frame.img-fallback img { display: none; }
.storage-frame.img-fallback::after { content: 'مساحة تخزين آمنة ومنظمة'; }
.storage-detail-frame {
  position: absolute;
  bottom: -30px;
  left: -24px;
  width: 46%;
  max-width: 240px;
  aspect-ratio: 4/3;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 4px solid var(--injaz-charcoal);
  background: rgba(255,255,255,.06);
}
.storage-detail-frame img { width: 100%; height: 100%; object-fit: cover; }
.storage-detail-frame.img-fallback img { display: none; }

/* ---------- Process ---------- */
.process-section { background: var(--injaz-soft-gray); position: relative; overflow: hidden; }
.process-bg {
  position: absolute;
  inset: 0;
  opacity: .08;
  pointer-events: none;
}
.process-bg img { width: 100%; height: 100%; object-fit: cover; }
.process-section .container { position: relative; z-index: 1; }
.process-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.process-step {
  background: #fff;
  border: 1px solid var(--injaz-border);
  border-radius: var(--radius-md);
  padding: 22px 16px;
  text-align: center;
  box-shadow: var(--shadow-soft);
  transition: transform .15s ease, box-shadow .15s ease;
}
.process-step:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--injaz-charcoal);
  color: var(--injaz-safety-yellow);
  font-weight: 800;
  margin-bottom: 10px;
}
.process-step p { margin: 0; font-weight: 700; font-size: .92rem; }

/* ---------- Areas ---------- */
.areas-section { background: var(--injaz-warm-white); }
.areas-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 40px;
  align-items: center;
}
.areas-groups {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}
.area-group-title {
  font-size: .95rem;
  color: var(--injaz-deep-teal);
  margin-bottom: 10px;
}
.areas-list { display: flex; flex-wrap: wrap; gap: 10px; }
.area-chip {
  background: var(--injaz-mint);
  color: var(--injaz-deep-teal);
  border-radius: 999px;
  padding: 9px 18px;
  font-weight: 700;
  font-size: .9rem;
}
.areas-frame {
  position: relative;
  aspect-ratio: 8/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: var(--injaz-charcoal);
}
.areas-frame img { width: 100%; height: 100%; object-fit: cover; }
.areas-frame.img-fallback img { display: none; }

/* ---------- Pricing ---------- */
.pricing-section { background: var(--injaz-soft-gray); text-align: center; }
.pricing-board {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 32px;
  align-items: center;
  text-align: right;
  margin-top: 36px;
}
.pricing-frame {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: var(--injaz-charcoal);
}
.pricing-frame img { width: 100%; height: 100%; object-fit: cover; }
.pricing-frame.img-fallback img { display: none; }
.pricing-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.pricing-col {
  background: #fff;
  border: 1px solid var(--injaz-border);
  border-radius: var(--radius-md);
  padding: 22px 20px;
  box-shadow: var(--shadow-soft);
}
.pricing-col-accent { border-color: var(--injaz-teal); border-width: 2px; }
.pricing-col h3 { font-size: 1.05rem; margin-bottom: 12px; }
.pricing-col ul { display: flex; flex-direction: column; gap: 8px; }
.pricing-col li {
  font-size: .86rem;
  font-weight: 700;
  color: var(--injaz-muted);
  position: relative;
  padding-right: 18px;
}
.pricing-col li::before {
  content: '•';
  position: absolute;
  right: 0;
  color: var(--injaz-teal);
  font-weight: 800;
}
.pricing-cta { margin-top: 32px; }

/* ---------- Gallery ---------- */
.gallery-section { background: var(--injaz-warm-white); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 160px;
  gap: 16px;
}
.gallery-item {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  background: var(--injaz-charcoal);
  box-shadow: var(--shadow-soft);
}
.gallery-item-featured {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item figcaption {
  position: absolute;
  bottom: 0; right: 0; left: 0;
  background: linear-gradient(0deg, rgba(23,32,38,.85), transparent);
  color: #fff;
  font-weight: 700;
  font-size: .85rem;
  padding: 22px 14px 10px;
}
.gallery-item.img-fallback img { display: none; }
.gallery-item.img-fallback::after { content: 'إنجزني'; padding-bottom: 44px; }

/* ---------- Lead Form ---------- */
.lead-section { background: var(--injaz-charcoal); color: #fff; }
.lead-inner {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
}
.lead-intro h2 { color: #fff; }
.lead-intro p { color: rgba(255,255,255,.75); }
.lead-desk-frame {
  position: relative;
  aspect-ratio: 3/2;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.15);
  margin-bottom: 20px;
}
.lead-desk-frame img { width: 100%; height: 100%; object-fit: cover; }
.lead-desk-frame.img-fallback img { display: none; }
.lead-precheck-caption { font-weight: 800; color: #fff; margin: 18px 0 10px; }
.lead-precheck { display: flex; flex-direction: column; gap: 10px; }
.lead-precheck li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.9);
  font-size: .92rem;
}
.precheck-num {
  flex-shrink: 0;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--injaz-teal);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .78rem;
  font-weight: 800;
}
.form-success {
  background: rgba(31,175,96,.15);
  border: 1px solid var(--injaz-whatsapp);
  color: #b7f0cd;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-weight: 700;
}

.form-alert {
  grid-column: 1 / -1;
  background: rgba(217,45,32,.08);
  border: 1px solid #d92d20;
  color: #a4160a;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: .9rem;
  margin: 0;
}
.form-alert[hidden] { display: none; }

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  background: #fff;
  color: var(--injaz-text);
  padding: 30px;
  border-radius: var(--radius-lg);
}
.form-row { display: flex; flex-direction: column; gap: 6px; }
.form-row-full { grid-column: 1 / -1; }
.form-row label { font-weight: 700; font-size: .9rem; }
.form-row input,
.form-row select,
.form-row textarea {
  font-family: inherit;
  font-size: .95rem;
  padding: 12px 14px;
  border: 1px solid var(--injaz-border);
  border-radius: var(--radius-sm);
  background: var(--injaz-warm-white);
  color: var(--injaz-text);
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--injaz-teal);
  box-shadow: 0 0 0 3px rgba(15,139,141,.15);
}
.form-row.has-error input,
.form-row.has-error select {
  border-color: #d92d20;
}
.field-error {
  display: none;
  color: #d92d20;
  font-size: .8rem;
  font-weight: 700;
}
.form-row.has-error .field-error { display: block; }
.form-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- FAQ ---------- */
.faq-section { background: var(--injaz-warm-white); }
.faq-list { display: flex; flex-direction: column; gap: 16px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--injaz-border);
  border-radius: var(--radius-md);
  padding: 6px 24px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.faq-item[open] {
  border-color: var(--injaz-teal);
  box-shadow: var(--shadow-soft);
}
.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  padding: 20px 0;
  list-style: none;
  position: relative;
  padding-left: 30px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: '+';
  position: absolute;
  left: 0;
  color: var(--injaz-teal);
  font-weight: 800;
  font-size: 1.3rem;
}
.faq-item[open] summary::before { content: '−'; }
.faq-item p { color: var(--injaz-muted); padding-bottom: 20px; margin: 0; }

/* ---------- Final CTA ---------- */
.final-cta {
  position: relative;
  background: linear-gradient(135deg, var(--injaz-teal), var(--injaz-deep-teal));
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.final-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.final-cta-bg img { width: 100%; height: 100%; object-fit: cover; }
.final-cta-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7,94,99,.88), rgba(23,32,38,.92));
}
.final-cta-bg.img-fallback img { display: none; }
.final-cta-content { position: relative; z-index: 1; }
.final-cta h2 { color: #fff; }
.final-cta p { color: rgba(255,255,255,.9); max-width: 600px; margin-inline: auto; }
.final-cta .hero-actions { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--injaz-charcoal);
  color: rgba(255,255,255,.65);
  padding: 32px 0;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-inner p { margin: 0; font-size: .85rem; }

/* ---------- WhatsApp Float ---------- */
.whatsapp-float {
  position: fixed;
  bottom: 22px;
  left: 22px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--injaz-whatsapp);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px -6px rgba(31,175,96,.55);
  z-index: 60;
  transition: transform .2s ease;
}
.whatsapp-float:hover { transform: scale(1.08); }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 70;
  gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid var(--injaz-border);
  box-shadow: 0 -8px 24px -10px rgba(23,32,38,.25);
  transform: translateY(100%);
  transition: transform .25s ease;
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta .btn { flex: 1; padding: 13px 10px; font-size: .92rem; }

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; transition-duration: .01ms !important; }
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { order: -1; margin-bottom: 8px; }
  .hero-frame { max-width: 460px; margin-inline: auto; }
  .hero-mini-card { left: 50%; transform: translateX(calc(-50% - 90px)); }
  .modules-grid { grid-template-columns: 1fr; }
  .problem-inner { grid-template-columns: 1fr; }
  .problem-visual { order: -1; }
  .problem-frame { max-width: 460px; margin-inline: auto; }
  .cases-inner { grid-template-columns: 1fr; }
  .cases-frame { max-width: 460px; margin-inline: auto; }
  .services-inner { grid-template-columns: 1fr; }
  .services-visual { order: -1; }
  .services-frame { max-width: 320px; aspect-ratio: 4/3; margin-inline: auto; }
  .storage-inner { grid-template-columns: 1fr; }
  .storage-visual { order: -1; margin-bottom: 20px; }
  .storage-frame { max-width: 460px; margin-inline: auto; }
  .storage-detail-frame { left: 50%; transform: translateX(calc(-50% - 100px)); }
  .areas-inner { grid-template-columns: 1fr; }
  .areas-visual { order: -1; }
  .areas-frame { max-width: 460px; margin-inline: auto; }
  .pricing-board { grid-template-columns: 1fr; text-align: center; }
  .pricing-frame { max-width: 380px; margin-inline: auto; }
  .pricing-columns { text-align: right; }
  .lead-inner { grid-template-columns: 1fr; }
  .process-board { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .gallery-item-featured { grid-column: span 2; grid-row: span 1; }
}

@media (max-width: 760px) {
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .header-actions .btn-primary { display: none; }

  .site-header.nav-open .main-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%; right: 0; left: 0;
    background: #fff;
    border-bottom: 1px solid var(--injaz-border);
    padding: 16px 20px;
    gap: 14px;
    box-shadow: var(--shadow-card);
  }
  .site-header.nav-open .header-actions .btn-primary {
    display: inline-flex;
  }

  .brand { width: 160px; height: 46px; }

  .cases-rows { gap: 10px; }
  .services-groups { grid-template-columns: 1fr; gap: 20px; }
  .service-row:nth-child(odd) { border-left: none; }
  .process-board { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .lead-form { grid-template-columns: 1fr; padding: 22px; }
  .section { padding: 52px 0; }

  .whatsapp-float { display: none; }
  .sticky-cta { display: flex; }
  body { padding-bottom: 64px; }
}

@media (max-width: 480px) {
  .process-board { grid-template-columns: 1fr; }
  .pricing-columns { grid-template-columns: 1fr; }
  .hero-actions, .form-actions { flex-direction: column; align-items: stretch; }
  .hero-mini-card { transform: translateX(calc(-50% - 60px)); width: 50%; }
  .storage-detail-frame { transform: translateX(calc(-50% - 70px)); width: 56%; }
}
