/* ========================================================================
   ALNOTRA LANDING — public home page ("Cloud souverain algérien")
   Scoped under body.al-landing so it doesn't leak into other public pages.
   Hides the FossBilling chrome (top header, footer) on this page only so
   the mock's self-contained <nav> / <footer> can own the layout.
   ======================================================================== */

/* Cookie consent banner (modules/Cookieconsent) — overrides its own
   CSS vars so the white card doesn't clash with the dark landing.
   The banner defines --al-surface / --al-text / --al-primary / etc.
   via defaults on its own wrapper; we shadow them here so when the
   landing is active the banner picks up the dark surface + teal
   accent automatically. */
body.al-landing #alnotra-cookie-banner,
body.al-landing .al-cookie-banner,
body.al-landing [class*="cookie-banner"] {
  --al-surface: #101012;
  --al-surface-hover: #1c1c20;
  --al-bg-subtle: #1c1c20;
  --al-text: #f4f4f5;
  --al-text-secondary: #a1a1aa;
  --al-text-muted: #71717a;
  --al-border: #1c1c20;
  --al-border-strong: #3a3a42;
  --al-primary: #5eead4;
  --al-success: #5eead4;
  --al-success-dark: #4dd3be;
  color-scheme: dark;
  box-shadow: 0 -8px 32px rgba(0,0,0,0.6), 0 0 0 1px #26262c inset;
}

/* Hide FossBilling default chrome on the landing only */
body.al-landing > header,
body.al-landing #header-top-sticky,
body.al-landing .master-breadcrumb,
body.al-landing .header-area,
body.al-landing .side-header-menu-active-theme,
body.al-landing .top-header-active-theme,
body.al-landing > footer,
body.al-landing .main-footer-section { display: none !important; }
body.al-landing #main-content,
body.al-landing #main-body,
body.al-landing section[role="main"] {
  padding: 0 !important; margin: 0 !important; background: #0a0a0b !important;
}

/* Reset the dark surface for the landing */
body.al-landing {
  margin: 0;
  padding: 0;
  background: #0a0a0b !important;
  color: #f4f4f5 !important;
  font: 15px/1.55 'Inter', -apple-system, system-ui, sans-serif !important;
  font-feature-settings: "ss01", "cv11" !important;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.005em;
  min-height: 100vh;
}
body.al-landing * { box-sizing: border-box; }
body.al-landing a { color: inherit; text-decoration: none; }
body.al-landing button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
/* Bootstrap / Cloudx / theme.min.css set h1-h4 in dark brand colours that
   read as black on the landing's dark surface. Force white on every
   heading inside .al-landing so copy is always legible. */
body.al-landing h1, body.al-landing h2, body.al-landing h3, body.al-landing h4,
.al-landing h1, .al-landing h2, .al-landing h3, .al-landing h4 {
  color: #f4f4f5 !important;
}
/* The hero <em> is purposely softer (muted grey) so the accent colour
   matches the mock's typography. */
body.al-landing .alh-hero h1 em,
.al-landing .alh-hero h1 em { color: #a1a1aa !important; }

.al-landing {
  --bg: #0a0a0b;
  --bg-2: #101012;
  --line: #1c1c20;
  --line-2: #26262c;
  --text: #f4f4f5;
  --muted: #a1a1aa;
  --dim: #71717a;
  --accent: #5eead4;
  --maxw: 1120px;
  scroll-behavior: smooth;
}
.al-landing [id] { scroll-margin-top: 96px; } /* clear the sticky nav */

.al-landing .mono {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  letter-spacing: 0;
}

/* ── NAV ────────────────────────────────────────────────────────────────── */
.al-landing .alh-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10,10,11,.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.al-landing .alh-nav-inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: 18px 32px;
  display: flex; align-items: center; gap: 40px;
}
.al-landing .alh-logo {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--text);
  font-weight: 600; letter-spacing: -.01em; font-size: 15px;
}
.al-landing .alh-logo-img {
  /* Admin-configured logo rendered as-is. Bigger vertical footprint
     than before so the typical 160×40 banner-shaped admin uploads
     (like gradient.png) stay legible on the dark nav. Width caps so
     a wide banner doesn't eat half the navbar. */
  height: 34px; width: auto; max-width: 180px; display: block;
  object-fit: contain;
}
.al-landing .alh-nav .alh-logo-img { height: 32px; max-width: 170px; }
.al-landing .alh-footer-brand .alh-logo-img { height: 38px; max-width: 200px; }
.al-landing .alh-nav .alh-logo-img { height: 22px; }
.al-landing .alh-footer-brand .alh-logo-img { height: 28px; }
.al-landing .alh-nav-links { display: flex; gap: 28px; flex: 1; }
.al-landing .alh-nav-links a {
  color: var(--muted); font-size: 14px; transition: color .15s;
}
.al-landing .alh-nav-links a:hover,
.al-landing .alh-nav-links a.active { color: var(--text); }
.al-landing .alh-nav-right {
  display: flex; align-items: center; gap: 20px; font-size: 14px;
}
.al-landing .alh-nav-right .lang {
  color: var(--muted);
  display: flex; align-items: center; gap: 6px;
}
.al-landing .alh-nav-right .lang svg {
  width: 14px; height: 10px; border-radius: 1px;
}

/* Mobile landing nav: hide center links + FR badge, keep wordmark + CTA. */
@media (max-width: 720px) {
  .al-landing .alh-nav-inner { padding: 14px 20px; gap: 16px; }
  .al-landing .alh-nav-links { display: none; }
  .al-landing .alh-nav-right { gap: 12px; margin-left: auto; }
  .al-landing .alh-nav-right .lang { display: none; }
}
@media (max-width: 560px) {
  .al-landing .alh-nav-right a:not(.alh-btn-cta) { display: none; }
}

/* Mobile footer stack */
@media (max-width: 720px) {
  .al-landing .alh-footer-inner {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    padding: 48px 24px 28px !important;
  }
  .al-landing .alh-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 24px;
  }
}

/* Numbers grid: 2×2 on narrow viewports */
@media (max-width: 720px) {
  .al-landing .alh-numbers { grid-template-columns: 1fr 1fr; }
  .al-landing .alh-number { padding: 24px 16px; border-bottom: 1px solid var(--line); }
  .al-landing .alh-number:nth-child(-n+2) { border-right: 1px solid var(--line); }
  .al-landing .alh-number:nth-child(2) { border-right: 0 !important; }
  .al-landing .alh-number:nth-child(3),
  .al-landing .alh-number:nth-child(4) { border-bottom: 0; }
}

/* Product showcase on mobile: single col, less padding */
@media (max-width: 720px) {
  .al-landing .alh-product { padding: 48px 24px !important; gap: 32px; }
  .al-landing .alh-product-visual { aspect-ratio: auto; min-height: 240px; }
}

/* Hero CTAs on mobile: stack full-width */
@media (max-width: 560px) {
  .al-landing .alh-ctas { flex-direction: column; align-items: stretch; width: 100%; }
  .al-landing .alh-btn-primary,
  .al-landing .alh-btn-ghost { text-align: center; justify-content: center; }
}
.al-landing .alh-btn-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px; border-radius: 6px;
  background: var(--text); color: var(--bg) !important;
  font-weight: 500; font-size: 13px;
  transition: opacity .15s;
}
.al-landing .alh-btn-cta:hover { opacity: .85; }

/* ── HERO ───────────────────────────────────────────────────────────────── */
.al-landing .alh-hero {
  max-width: var(--maxw); margin: 0 auto;
  padding: 160px 32px 120px;
  text-align: center;
}
@media (max-width: 720px) { .al-landing .alh-hero { padding: 100px 24px 80px; } }

.al-landing .alh-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--muted);
  padding: 5px 12px 5px 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  margin-bottom: 40px;
}
.al-landing .alh-flag {
  width: 18px; height: 12px; border-radius: 2px;
  background: linear-gradient(to right, #006633 50%, #fff 50%);
  position: relative; display: inline-block;
}
.al-landing .alh-flag::after {
  content: ""; position: absolute;
  left: 55%; top: 50%; transform: translate(-50%, -50%);
  width: 5px; height: 5px; border-radius: 50%;
  background: #d21034;
  box-shadow: 1.5px 0 0 -.5px #fff;
}
.al-landing .alh-hero h1 {
  font-size: clamp(44px, 6.2vw, 80px);
  line-height: 1.02; font-weight: 600;
  letter-spacing: -.035em;
  margin: 0 auto 32px;
  max-width: 860px;
  color: var(--text);
}
.al-landing .alh-hero h1 em {
  font-style: normal;
  color: var(--muted);
}
.al-landing .alh-hero-sub {
  font-size: 18px;
  color: var(--muted); max-width: 560px;
  margin: 0 auto 48px;
  line-height: 1.55;
}
.al-landing .alh-ctas { display: inline-flex; gap: 12px; }
.al-landing .alh-btn-primary {
  padding: 11px 20px; border-radius: 8px;
  background: var(--text); color: var(--bg) !important;
  font-weight: 500; font-size: 14px;
  transition: opacity .15s;
}
.al-landing .alh-btn-primary:hover { opacity: .88; }
.al-landing .alh-btn-ghost {
  padding: 11px 20px; border-radius: 8px;
  /* #26262c was too close to the bg #0a0a0b — the outline disappeared.
     Bump to a lifted grey so the button reads at rest. */
  border: 1px solid #3a3a42;
  color: var(--text);
  font-weight: 500; font-size: 14px;
  transition: border-color .15s, background .15s;
}
.al-landing .alh-btn-ghost:hover {
  border-color: #5a5a62;
  background: rgba(255,255,255,0.03);
}

.al-landing .alh-hr {
  max-width: var(--maxw); margin: 0 auto;
  border: 0; border-top: 1px solid var(--line);
}

/* ── SECTIONS ───────────────────────────────────────────────────────────── */
.al-landing .alh-section {
  max-width: var(--maxw); margin: 0 auto;
  padding: 120px 32px;
}
@media (max-width: 720px) { .al-landing .alh-section { padding: 80px 24px; } }

.al-landing .alh-section-head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 56px;
  flex-wrap: wrap; gap: 20px;
}
.al-landing .alh-label {
  display: flex; align-items: center; gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--dim);
  font-weight: 400;
}
.al-landing .alh-label::before {
  content: ""; width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent);
}
.al-landing .alh-section h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 600; letter-spacing: -.025em;
  margin: 12px 0 0; max-width: 640px;
  line-height: 1.15;
  color: var(--text);
}
.al-landing .alh-section-desc {
  color: var(--muted); font-size: 15px; max-width: 360px;
  margin: 0; line-height: 1.55;
}

/* ── PRICING ────────────────────────────────────────────────────────────── */
.al-landing .alh-plans {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line); border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 900px) { .al-landing .alh-plans { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .al-landing .alh-plans { grid-template-columns: 1fr; } }
.al-landing .alh-plan {
  padding: 32px 28px;
  border-right: 1px solid var(--line);
  position: relative;
  display: flex; flex-direction: column;
  background: var(--bg);
}
.al-landing .alh-plan:last-child { border-right: 0; }
@media (max-width: 900px) {
  .al-landing .alh-plan { border-bottom: 1px solid var(--line); }
  .al-landing .alh-plan:nth-child(2) { border-right: 0; }
  .al-landing .alh-plan:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 560px) {
  .al-landing .alh-plan { border-right: 0; border-bottom: 1px solid var(--line); }
  .al-landing .alh-plan:last-child { border-bottom: 0; }
}
.al-landing .alh-plan-name {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--dim);
  text-transform: uppercase; letter-spacing: .08em;
  margin-bottom: 20px;
}
.al-landing .alh-plan-price {
  display: flex; align-items: baseline; gap: 4px;
  margin-bottom: 32px;
}
.al-landing .alh-plan-price .num {
  font-size: 34px; font-weight: 600; letter-spacing: -.025em;
  font-variant-numeric: tabular-nums;
  color: var(--text);
}
.al-landing .alh-plan-price .cur { font-size: 12px; color: var(--muted); margin-left: 2px; }
.al-landing .alh-plan-price .per { font-size: 13px; color: var(--dim); margin-left: 4px; }
.al-landing .alh-plan-specs {
  list-style: none; padding: 0; margin: 0 0 32px;
  display: flex; flex-direction: column; gap: 10px;
  flex: 1;
}
.al-landing .alh-plan-specs li {
  font-size: 13px; color: var(--muted);
  display: flex; justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid var(--line);
}
.al-landing .alh-plan-specs li:last-child { border-bottom: 0; }
.al-landing .alh-plan-specs b { color: var(--text); font-weight: 500; }
.al-landing .alh-plan-desc {
  font-size: 13px; color: var(--muted);
  line-height: 1.55; margin: 0 0 24px;
  flex: 1;
}
.al-landing .alh-plans-empty {
  padding: 64px 32px; text-align: center;
  border: 1px dashed var(--line-2); border-radius: 12px;
  color: var(--muted); font-size: 14px;
}
.al-landing .alh-plans-empty strong { color: var(--text); }
.al-landing .alh-plans-empty code {
  background: var(--bg-2); color: var(--accent);
  padding: 2px 6px; border-radius: 4px;
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
}
.al-landing .alh-plan-cta {
  padding: 9px 0; border-radius: 6px;
  border: 1px solid #3a3a42;          /* was --line-2 (#26262c) — too faint on #0a0a0b */
  font-size: 13px; font-weight: 500;
  text-align: center;
  color: var(--text);
  transition: all .15s;
}
.al-landing .alh-plan-cta:hover { border-color: #5a5a62; background: var(--bg-2); }
.al-landing .alh-plan.featured .alh-plan-cta {
  background: var(--text); color: var(--bg) !important;
  border-color: var(--text);
}
.al-landing .alh-plan.featured .alh-plan-cta:hover { opacity: .88; }
.al-landing .alh-plan.featured {
  background:
    radial-gradient(120% 80% at 50% -20%, rgba(94,234,212,0.06), transparent 60%),
    var(--bg);
  box-shadow: inset 0 1px 0 rgba(94,234,212,0.18);
}
.al-landing .alh-plan.featured::after {
  content: "Populaire";
  position: absolute; top: 20px; right: 20px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: var(--accent);
  padding: 2px 8px; border: 1px solid rgba(94,234,212,.3);
  border-radius: 3px; letter-spacing: .05em;
}

/* ── WHY ────────────────────────────────────────────────────────────────── */
.al-landing .alh-why {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 900px) { .al-landing .alh-why { grid-template-columns: 1fr; } }
.al-landing .alh-why-item {
  background: var(--bg);
  padding: 36px 32px;
  display: flex; flex-direction: column; gap: 16px;
}
.al-landing .alh-why-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--dim);
}
.al-landing .alh-why-item h3 {
  font-size: 18px; font-weight: 600; margin: 0;
  letter-spacing: -.015em;
  color: var(--text);
}
.al-landing .alh-why-item p {
  color: var(--muted); font-size: 14px; margin: 0;
  line-height: 1.6;
}
.al-landing .alh-why-metric {
  margin-top: 12px; padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex; align-items: baseline; gap: 6px;
}
.al-landing .alh-why-metric .val {
  font-size: 26px; font-weight: 600; letter-spacing: -.02em;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.al-landing .alh-why-metric .lbl { font-size: 12px; color: var(--dim); }

/* ── DATACENTERS ────────────────────────────────────────────────────────── */
.al-landing .alh-dc-layout {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px;
  align-items: center;
}
@media (max-width: 900px) { .al-landing .alh-dc-layout { grid-template-columns: 1fr; gap: 40px; } }

.al-landing .alh-dc-list { display: flex; flex-direction: column; }
.al-landing .alh-dc-item {
  display: grid; grid-template-columns: auto 1fr auto auto;
  gap: 20px; align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.al-landing .alh-dc-item:first-child { border-top: 1px solid var(--line); }
.al-landing .alh-dc-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  position: relative;
}
.al-landing .alh-dc-dot::before {
  content: ""; position: absolute; inset: -6px;
  border-radius: 50%; background: var(--accent);
  opacity: .25;
  animation: alh-pulse 2.4s ease-out infinite;
}
@keyframes alh-pulse {
  0% { transform: scale(.5); opacity: .4; }
  100% { transform: scale(1.6); opacity: 0; }
}
.al-landing .alh-dc-dot.soon { background: var(--dim); }
.al-landing .alh-dc-dot.soon::before { display: none; }
.al-landing .alh-dc-name { font-weight: 500; font-size: 15px; letter-spacing: -.01em; color: var(--text); }
.al-landing .alh-dc-meta { color: var(--muted); font-size: 12px; margin-top: 2px; }
.al-landing .alh-dc-lat { font-family: 'JetBrains Mono', monospace; font-size: 13px; color: var(--accent); }
.al-landing .alh-dc-lat.soon { color: var(--dim); }
.al-landing .alh-dc-status {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; text-transform: uppercase; letter-spacing: .08em;
  color: var(--dim);
}
.al-landing .alh-dc-map { aspect-ratio: 5/4; position: relative; }
.al-landing .alh-dc-map svg { width: 100%; height: 100%; }

/* ── STACK ──────────────────────────────────────────────────────────────── */
.al-landing .alh-stack {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 700px) { .al-landing .alh-stack { grid-template-columns: repeat(3, 1fr); } }
.al-landing .alh-stack-item {
  background: var(--bg);
  padding: 28px 16px;
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  transition: color .15s;
}
.al-landing .alh-stack-item:hover { color: var(--text); }
.al-landing .alh-stack-item .mono { font-size: 10px; color: var(--dim); margin-top: 4px; }

/* ── NUMBERS ────────────────────────────────────────────────────────────── */
.al-landing .alh-numbers {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 700px) { .al-landing .alh-numbers { grid-template-columns: repeat(2, 1fr); } }
.al-landing .alh-number {
  padding: 48px 24px;
  border-right: 1px solid var(--line);
  text-align: left;
}
.al-landing .alh-number:last-child { border-right: 0; }
@media (max-width: 700px) {
  .al-landing .alh-number:nth-child(2) { border-right: 0; }
  .al-landing .alh-number:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
.al-landing .alh-number-val {
  font-size: 40px; font-weight: 600; letter-spacing: -.03em;
  margin-bottom: 6px;
  font-variant-numeric: tabular-nums;
  color: var(--text);
}
.al-landing .alh-number-lbl { font-size: 13px; color: var(--muted); }

/* ── CTA ────────────────────────────────────────────────────────────────── */
.al-landing .alh-cta {
  max-width: var(--maxw); margin: 0 auto;
  padding: 160px 32px 140px;
  text-align: center;
}
.al-landing .alh-cta h2 {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 600; letter-spacing: -.03em;
  margin: 0 0 24px; line-height: 1.1;
  color: var(--text);
}
.al-landing .alh-cta p { color: var(--muted); font-size: 17px; margin: 0 0 40px; }
.al-landing .alh-cta-perks {
  margin-top: 32px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--dim);
  display: flex; gap: 24px; justify-content: center; flex-wrap: wrap;
}

/* ── PRODUCT SHOWCASE (page /nos-produits) ─────────────────────────────── */
.al-landing .alh-product {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
  padding: 96px 0;
  border-bottom: 1px solid var(--line);
}
.al-landing .alh-product:last-of-type { border-bottom: 0; }
.al-landing .alh-product.reverse { direction: rtl; }
.al-landing .alh-product.reverse > * { direction: ltr; }
@media (max-width: 900px) {
  .al-landing .alh-product { grid-template-columns: 1fr; gap: 40px; padding: 64px 0; }
  .al-landing .alh-product.reverse { direction: ltr; }
}

.al-landing .alh-product-copy {}
.al-landing .alh-product-copy .alh-label {
  margin-bottom: 16px;
}
.al-landing .alh-product-copy h3 {
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 600; letter-spacing: -.025em;
  line-height: 1.1; margin: 0 0 18px;
  color: var(--text);
}
.al-landing .alh-product-copy h3 em {
  font-style: normal; color: var(--muted);
}
.al-landing .alh-product-copy p {
  font-size: 16px; color: var(--muted);
  line-height: 1.6; margin: 0 0 24px;
  max-width: 460px;
}
.al-landing .alh-product-bullets {
  list-style: none; padding: 0; margin: 0 0 32px;
  display: flex; flex-direction: column; gap: 10px;
}
.al-landing .alh-product-bullets li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--text);
  line-height: 1.5;
}
.al-landing .alh-product-bullets li::before {
  content: ""; margin-top: 7px; flex-shrink: 0;
  width: 12px; height: 12px;
  background: var(--accent);
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'%3E%3Cpolyline points='5,12 10,17 19,7'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'%3E%3Cpolyline points='5,12 10,17 19,7'/%3E%3C/svg%3E") center / contain no-repeat;
}
.al-landing .alh-product-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 11px 20px; border-radius: 8px;
  background: var(--text); color: var(--bg);
  font-weight: 500; font-size: 14px;
  transition: opacity .15s;
}
.al-landing .alh-product-cta:hover { opacity: .88; }
.al-landing .alh-product-cta.ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid #3a3a42;
  margin-left: 8px;
}
.al-landing .alh-product-cta.ghost:hover { border-color: #5a5a62; }

.al-landing .alh-product-visual {
  position: relative;
  aspect-ratio: 5/4;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(94,234,212,0.08), transparent 60%),
    linear-gradient(180deg, var(--bg-2), var(--bg));
  display: flex; align-items: center; justify-content: center;
  padding: 28px;
}

/* VPS visual — fake terminal / instance preview */
.al-landing .alh-vps-mock {
  width: 100%; max-width: 420px;
  background: #060607;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--muted);
  box-shadow: 0 12px 40px rgba(0,0,0,0.5);
}
.al-landing .alh-vps-mock .row { display: flex; gap: 6px; margin-bottom: 12px; }
.al-landing .alh-vps-mock .row i { width: 10px; height: 10px; border-radius: 50%; background: #333; display: block; }
.al-landing .alh-vps-mock .line { margin: 4px 0; }
.al-landing .alh-vps-mock .line .k { color: var(--accent); }
.al-landing .alh-vps-mock .line .v { color: var(--text); }
.al-landing .alh-vps-mock .line .c { color: var(--dim); }
.al-landing .alh-vps-mock .prompt { color: var(--accent); }

/* Panel Alnotra visual — fake admin cards */
.al-landing .alh-panel-mock {
  width: 100%; max-width: 460px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.al-landing .alh-panel-mock .tile {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 12px;
  color: var(--text);
  text-align: left;
}
.al-landing .alh-panel-mock .tile .ic {
  width: 28px; height: 28px; border-radius: 6px;
  background: rgba(94,234,212,0.12);
  color: var(--accent);
  display: grid; place-items: center;
  font-size: 14px; margin-bottom: 10px;
}
.al-landing .alh-panel-mock .tile .lbl {
  font-size: 10.5px; color: var(--dim);
  font-family: 'JetBrains Mono', monospace;
  text-transform: uppercase; letter-spacing: .06em;
}
.al-landing .alh-panel-mock .tile .v {
  font-size: 15px; font-weight: 600;
  margin-top: 2px;
  font-family: 'JetBrains Mono', monospace;
}

/* Marketplace visual — app grid */
.al-landing .alh-apps-mock {
  width: 100%; max-width: 460px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.al-landing .alh-apps-mock .app {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  color: var(--text);
  text-align: center;
  transition: border-color .15s, transform .15s;
}
.al-landing .alh-apps-mock .app:hover {
  border-color: var(--accent);
  transform: translateY(-1px);
}
.al-landing .alh-apps-mock .app .logo {
  width: 32px; height: 32px; border-radius: 6px;
  margin: 0 auto 8px;
  display: grid; place-items: center;
  font-weight: 700; font-size: 14px;
  color: #0a0a0b;
}
.al-landing .alh-apps-mock .app .name {
  font-size: 12px; font-weight: 500;
  color: var(--text);
}
.al-landing .alh-apps-mock .app .cat {
  font-size: 10px; color: var(--dim);
  font-family: 'JetBrains Mono', monospace;
  margin-top: 2px;
}

/* ── FOOTER ─────────────────────────────────────────────────────────────── */
.al-landing .alh-footer {
  border-top: 1px solid var(--line);
  padding: 48px 32px 32px;
  background: var(--bg);
}
.al-landing .alh-footer-inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
@media (max-width: 800px) { .al-landing .alh-footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; } }
.al-landing .alh-footer-brand p {
  color: var(--muted); font-size: 13px; max-width: 280px;
  margin: 16px 0 0; line-height: 1.6;
}
.al-landing .alh-footer-col h4 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; text-transform: uppercase; letter-spacing: .08em;
  color: var(--dim); margin: 0 0 16px; font-weight: 400;
}
.al-landing .alh-footer-col a {
  display: block; font-size: 13px; color: var(--muted);
  padding: 5px 0; transition: color .15s;
}
.al-landing .alh-footer-col a:hover { color: var(--text); }
.al-landing .alh-footer-bottom {
  max-width: var(--maxw); margin: 0 auto;
  padding-top: 24px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between;
  font-size: 12px; color: var(--dim);
  flex-wrap: wrap; gap: 16px;
}
