/* (full stylesheet pasted) */
:root{
  --bg:#f8fafc; --fg:#0f172a; --muted:#64748b;
  --brand:#0d9488; --brand-700:#0f766e;
  --surface:#ffffff; --border:#e2e8f0; --success:#22c55e; --amber:#f59e0b;
  --shadow:0 10px 25px rgba(2,6,23,.08);
  --radius:18px;
}
*{ box-sizing:border-box; }
html,body{ height:100%; }
[hidden]{ display:none !important; }
body{
  margin:0; font-family:'Cairo',system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;
  color:var(--fg); background:var(--bg); -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale; -webkit-text-size-adjust:100%; scroll-behavior:smooth; touch-action:manipulation;
}
.container{ width:min(1100px,92%); margin-inline:auto; }
.muted{ color:var(--muted); } .small{ font-size:13px; } .link-like a{ text-decoration:underline; }
.btn{ display:inline-flex; align-items:center; gap:10px; padding:10px 16px; border-radius:12px; background:var(--brand-700); color:#fff; text-decoration:none; border:0; cursor:pointer; box-shadow:var(--shadow); }
.btn:hover{ background:var(--brand); }
.icon-btn{ border:1px solid var(--border); background:#fff; color:var(--fg); border-radius:10px; padding:6px 10px; cursor:pointer; }
.icon-btn:hover{ background:#f8fafc; }
input,textarea,select{ padding:12px 14px; border:1px solid var(--border); border-radius:14px; outline:none; background:#fff; font-family:inherit; }
input:focus,textarea:focus,select:focus{ border-color:var(--brand-700); box-shadow:0 0 0 4px rgba(13,148,136,.12); }
header{ position:sticky; top:0; z-index:50; backdrop-filter:saturate(180%) blur(8px); background-color:rgba(255,255,255,.85); border-bottom:1px solid var(--border); }
.nav{ display:flex; align-items:center; justify-content:space-between; padding:14px 0; }
.brand{ display:flex; align-items:center; gap:12px; min-width:0; }
.logo{ width:42px; height:42px; border-radius:16px; background:linear-gradient(135deg,#10b981,#0f766e); color:#fff; display:grid; place-items:center; font-weight:800; box-shadow:var(--shadow); }
.brand h1{ margin:0; font-size:20px; font-weight:800; } .brand small{ color:var(--muted); display:block; }
.menu{ display:flex; align-items:center; gap:18px; } .menu a{ color:var(--fg); text-decoration:none; font-weight:600; } .menu a:hover{ color:var(--brand-700); }
.cta{ display:none; } .login-btn{ display:inline-flex; }
.hamburger{ display:none; border:1px solid var(--border); padding:8px 10px; border-radius:10px; background:#fff; }
.auth-area{ display:flex; align-items:center; gap:12px; min-width:0; }
.user-chip{ display:flex; align-items:center; gap:10px; padding:8px 10px; border:1px solid var(--border); border-radius:999px; background:#fff; }
.avatar{ width:28px; height:28px; border-radius:50%; background:linear-gradient(135deg,#10b981,#0f766e); color:#fff; display:grid; place-items:center; font-weight:800; font-size:12px; }
.user-name{ max-width:140px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
@media (max-width: 1720px){ .nav{ display:grid; grid-template-columns: 1fr auto; grid-template-areas: "brand burger" "auth  auth" "cta   cta"; gap:10px; align-items:center; } .brand{ grid-area:brand; } .hamburger{ grid-area:burger; display:inline-flex; justify-self:end; } .menu{ display:none; } .cta{ grid-area:cta; display:inline-flex; width:20%; justify-content:center; } .auth-area{ grid-area:auth; gap:10px; } .login-btn{ display:none; } }
.hero{ position:relative; padding:42px 0 20px; }
.hero::before{ content:""; position:absolute; inset:0; background:linear-gradient(to bottom,#ecfdf5,transparent 70%); z-index:-1; }
.grid{ display:grid; gap:28px; } .grid-2{ grid-template-columns:1.1fr .9fr; }
.title{ font-size:36px; line-height:1.25; margin:0 0 12px; font-weight:800; } .title span{ color:var(--brand-700); }
.lead{ color:var(--muted); line-height:1.9; margin:0 0 18px; } .actions{ display:flex; gap:12px; flex-wrap:wrap; }
.card{ background:var(--surface); border:1px solid var(--border); border-radius:24px; padding:18px; box-shadow:var(--shadow); }
.mini-grid{ display:grid; grid-template-columns:1fr 1fr; gap:14px; } .mini{ border:1px solid var(--border); border-radius:18px; padding:14px; background:linear-gradient(180deg,#f8fafc,#fff); } .mini-h{ color:var(--brand-700); font-weight:700; margin:0 0 6px; }
.metrics{ display:flex; gap:24px; margin-top:16px; color:var(--muted); font-weight:600; } .metrics .accent{ color:var(--brand-700); font-weight:800; }
section{ padding:44px 0; } h2{ font-size:28px; margin:0 0 8px; font-weight:800; }
.cards{ display:grid; gap:18px; } .cards-3{ grid-template-columns:repeat(3,1fr); }
.tile{ background:var(--surface); border:1px solid var(--border); border-radius:24px; padding:20px; box-shadow:var(--shadow); }
.badge{ width:44px; height:44px; border-radius:14px; display:grid; place-items:center; background:rgba(13,148,136,.1); color:var(--brand-700); font-weight:800; margin-bottom:10px; }
.section-alt{ background:#fff; border-block:1px solid var(--border); } .section-alt-top{ background:#fff; border-top:1px solid var(--border); }
form{ display:grid; gap:14px; } .field{ display:grid; gap:6px; } label{ font-size:14px; }
.form-grid{ grid-template-columns:1fr 1fr; } .form-grid .full{ grid-column:1/-1; } .action-row{ display:flex; align-items:center; gap:14px; }
.testimonial{ display:flex; flex-direction:column; gap:10px; } .testi-row{ display:flex; align-items:center; justify-content:space-between; } .stars{ color:var(--amber); letter-spacing:1px; font-size:18px; }
footer{ border-top:1px solid var(--border); background:#f9fafb; } .footer{ padding:20px 0; display:flex; gap:20px; align-items:center; justify-content:space-between; flex-wrap:wrap; } .footer .links{ display:flex; gap:16px; } .footer a{ text-decoration:none; color:var(--fg); } .footer a:hover{ color:var(--brand-700); }
.wa{ position:fixed; left:16px; bottom:16px; z-index:60; text-decoration:none; transition:opacity .2s ease, transform .2s ease; } html[dir="ltr"] .wa{ right:16px; left:auto; } .wa.hide{ opacity:0; transform:translateY(12px); pointer-events:none; } .wa-btn{ display:flex; align-items:center; gap:10px; background:var(--success); color:#fff; padding:12px 16px; border-radius:999px; box-shadow:var(--shadow); } .wa-btn:hover{ filter:brightness(.95); }
.mobile{ border-top:1px solid var(--border); padding:10px 0; } .mobile[hidden]{ display:none; } .mobile a{ display:block; padding:10px 0; text-decoration:none; color:var(--fg); font-weight:600; } .mobile a:hover{ color:var(--brand-700); }
.modal-backdrop, .backdrop{ position:fixed; inset:0; z-index:70; background:rgba(2,6,23,.55); display:flex; align-items:flex-start; justify-content:center; overflow:auto; -webkit-overflow-scrolling:touch; padding:16px 12px; }
.modal{ background:#fff; border:1px solid var(--border); border-radius:var(--radius); width:clamp(320px, 96vw, 720px); max-height:calc(100vh - 32px); overflow:auto; padding:18px; box-shadow:var(--shadow); }
.modal-row{ display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; } .btn-row{ display:flex; gap:10px; flex-wrap:wrap; }
.modal .actions{ display:flex; gap:10px; flex-wrap:wrap; }
.modal .sticky-actions{ position:sticky; bottom:0; background:#fff; padding:12px 0; border-top:1px solid var(--border); box-shadow:0 -8px 16px rgba(2,6,23,.08); z-index:2; }
.modal form{ padding-bottom:12px; }
@supports(padding:max(0px)){ .modal .sticky-actions{ padding-bottom:max(12px, env(safe-area-inset-bottom)); } }
.page{ padding:20px 0; } .toolbar{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:16px; }
.table{ width:100%; border-collapse:separate; border-spacing:0; background:#fff; border:1px solid var(--border); border-radius:18px; overflow:hidden; box-shadow:var(--shadow); }
.table th,.table td{ padding:12px 14px; border-bottom:1px solid var(--border); text-align:start; } .table th{ background:#f8fafc; font-weight:800; } .table tr:last-child td{ border-bottom:none; }
.status{ padding:4px 10px; border-radius:999px; font-size:12px; font-weight:700; } .ok{ background:#ecfdf5; color:#065f46; } .pending{ background:#fffbeb; color:#92400e; } .danger{ background:#fef2f2; color:#991b1b; }
.bank{ border:1px dashed var(--border); border-radius:14px; padding:12px; margin-bottom:8px; } .kv{ display:flex; justify-content:space-between; gap:8px; }
@media (max-width:920px){ .grid-2{ grid-template-columns:1fr; } .cta{ display:inline-flex; } .cards-3{ grid-template-columns:1fr 1fr; } .title{ font-size:32px; } }
@media (max-width:680px){ .grid-2{ grid-template-columns:1fr !important; } .modal{ max-height:calc(100vh - 24px); } }
@media (max-width:640px){ .cards-3{ grid-template-columns:1fr; } .title{ font-size:28px; } }
@media (max-width:360px){ .actions{ flex-direction:column; } .actions .btn{ width:100%; justify-content:center; } .nav{ padding:10px 0; } .logo{ width:36px; height:36px; border-radius:14px; } .wa-btn{ padding:10px 12px; } }
.backdrop .modal, .modal-backdrop .modal{ width: min(96vw, 720px) !important; max-height: calc(100vh - 32px) !important; overflow: auto !important; }
@media (max-width:480px){ .backdrop, .modal-backdrop{ padding:0 !important; } .backdrop .modal, .modal-backdrop .modal{ width:100vw !important; max-width:100vw !important; height:100vh !important; max-height:100vh !important; border-radius:0 !important; } .modal .sticky-actions{ position:sticky; bottom:0; background:#fff; padding:12px 12px; border-top:1px solid var(--border); box-shadow: 0 -8px 16px rgba(2,6,23,.08); z-index:2; } }
input, textarea, select { font-size: 16px; }
@supports (height: 100dvh){ .backdrop .modal, .modal-backdrop .modal{ max-height: calc(100dvh - 24px) !important; } }
