
:root{
  --bg:#f8fafc;--panel:#ffffff;--ink:#0f172a;--muted:#475569;--soft:#e2e8f0;
  --brand:#0f766e;--brand2:#14b8a6;--accent:#ccfbf1;--warn:#fff7ed;--warn-border:#fed7aa;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--ink)}
a{text-decoration:none}
.p176-page{min-height:100vh}
.p176-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-bottom:1px solid var(--soft)}
.p176-header-inner{max-width:1240px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.p176-brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-weight:950;font-size:22px;letter-spacing:-.03em}
.p176-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:14px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;font-weight:950}
.p176-nav{display:flex;align-items:center;gap:18px}
.p176-nav a{color:#334155;font-weight:800;font-size:14px}
.p176-nav a:hover{color:var(--brand)}
.p176-actions{display:flex;align-items:center;gap:10px}
.p176-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;padding:11px 15px;font-weight:900;font-size:14px;cursor:pointer;color:#fff;background:var(--brand);box-shadow:0 10px 24px rgba(15,118,110,.18)}
.p176-btn.secondary{background:#e2e8f0;color:#0f172a;box-shadow:none}
.p176-lang{display:flex;align-items:center;gap:4px;background:#fff;border:1px solid var(--soft);border-radius:999px;padding:4px}
.p176-lang button{border:0;border-radius:999px;padding:8px 11px;font-weight:950;background:transparent;color:#334155;cursor:pointer}
.p176-lang button.active{background:var(--brand);color:#fff}
.p176-mobile{display:none}
.p176-hero{max-width:1240px;margin:0 auto;padding:84px 24px 48px;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr);gap:38px;align-items:center}
.p176-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:#115e59;border:1px solid #99f6e4;border-radius:999px;padding:7px 11px;font-weight:900;font-size:13px;margin-bottom:18px}
.p176-hero h1{font-size:clamp(38px,5vw,72px);line-height:.98;letter-spacing:-.055em;margin:0 0 20px;color:var(--ink)}
.p176-hero p{font-size:19px;line-height:1.75;color:var(--muted);margin:0 0 24px;max-width:720px}
.p176-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.p176-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.p176-proof span{display:inline-flex;border:1px solid var(--soft);background:#fff;border-radius:999px;padding:8px 11px;color:#334155;font-weight:800;font-size:13px}
.p176-visual{background:linear-gradient(180deg,#fff,#f0fdfa);border:1px solid #bae6fd;border-radius:30px;padding:22px;box-shadow:0 24px 60px rgba(15,23,42,.10)}
.p176-window{background:#0f172a;border-radius:22px;padding:16px;color:#d1fae5;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
.p176-window-bar{display:flex;gap:6px;margin-bottom:14px}
.p176-dot{width:10px;height:10px;border-radius:50%;background:#64748b}
.p176-line{padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.p176-line strong{color:#5eead4}
.p176-card-grid{max-width:1240px;margin:0 auto;padding:28px 24px 70px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.p176-card{background:#fff;border:1px solid var(--soft);border-radius:24px;padding:24px;box-shadow:0 14px 34px rgba(15,23,42,.05)}
.p176-card h3{margin:0 0 10px;color:#0f172a;font-size:20px}
.p176-card p{margin:0;color:#475569;line-height:1.65}
.p176-section{max-width:1240px;margin:0 auto;padding:62px 24px}
.p176-section-head{max-width:780px;margin-bottom:24px}
.p176-section h2{font-size:clamp(30px,3.4vw,48px);line-height:1.08;letter-spacing:-.035em;margin:0 0 12px;color:#0f172a}
.p176-section p{color:#475569;line-height:1.75;font-size:17px}
.p176-flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.p176-step{background:#fff;border:1px solid var(--soft);border-radius:20px;padding:18px}
.p176-step span{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:12px;background:#ccfbf1;color:#115e59;font-weight:950;margin-bottom:10px}
.p176-demo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.p176-demo{background:#fff;border:1px solid var(--soft);border-radius:24px;padding:22px}
.p176-demo h3{margin:0 0 10px}
.p176-demo p{font-size:15px}
.p176-safety{background:var(--warn);border-top:1px solid var(--warn-border);border-bottom:1px solid var(--warn-border)}
.p176-safety-inner{max-width:1240px;margin:0 auto;padding:28px 24px;display:flex;gap:16px;align-items:flex-start}
.p176-safety strong{color:#7c2d12}
.p176-safety p{margin:3px 0 0;color:#7c2d12;line-height:1.65}
.p176-footer{background:#0f172a;color:#cbd5e1;margin-top:0}
.p176-footer-inner{max-width:1240px;margin:0 auto;padding:42px 24px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:28px}
.p176-footer h3{margin:0 0 12px;color:#fff}
.p176-footer p{line-height:1.7;color:#cbd5e1}
.p176-footer a{display:block;color:#e2e8f0;font-weight:750;margin:7px 0}
[data-lang="ar"]{display:none}
html[dir="rtl"] [data-lang="en"]{display:none}
html[dir="rtl"] [data-lang="ar"]{display:initial}
html[dir="rtl"] body{direction:rtl;text-align:right}
html[dir="rtl"] .p176-header-inner,html[dir="rtl"] .p176-nav,html[dir="rtl"] .p176-actions,html[dir="rtl"] .p176-hero-actions,html[dir="rtl"] .p176-proof{direction:rtl}
html[dir="rtl"] .p176-hero h1{letter-spacing:0;line-height:1.13}
html[dir="rtl"] .p176-brand{letter-spacing:0}
@media(max-width:980px){
  .p176-header-inner{align-items:flex-start;flex-direction:column}
  .p176-nav{flex-wrap:wrap}
  .p176-actions{width:100%;flex-wrap:wrap}
  .p176-hero{grid-template-columns:1fr;padding-top:44px}
  .p176-card-grid,.p176-demo-grid{grid-template-columns:1fr}
  .p176-flow{grid-template-columns:1fr 1fr}
  .p176-footer-inner{grid-template-columns:1fr}
}
@media(max-width:560px){
  .p176-nav{display:none}
  .p176-mobile{display:inline-flex}
  .p176-flow{grid-template-columns:1fr}
  .p176-header-inner{padding:12px 16px}
  .p176-hero,.p176-section,.p176-card-grid{padding-left:16px;padding-right:16px}
}
