.moett{
  --primary:#0f5f66;
  --primary-dark:#0a484e;
  --primary-soft:#eaf6f6;
  --accent:#c49632;
  --text:#17252d;
  --muted:#64737d;
  --border:#dce4e7;
  --border-strong:#c7d3d8;
  --surface:#fff;
  --soft:#f7fafb;
  --danger:#b42318;
  --danger-soft:#fff4f2;
  --success:#16794a;
  --shadow:0 18px 48px rgba(23,37,45,.09);
  direction:rtl;
  padding:14px;
  color:var(--text);
  font-family:inherit;
  line-height:1.65;
}
.moett*,.moett*::before,.moett*::after{box-sizing:border-box}
.moett button,.moett input{font:inherit}
.moett__card{position:relative;max-width:1040px;margin:0 auto;overflow:hidden;border:1px solid var(--border);border-radius:26px;background:var(--surface);box-shadow:var(--shadow)}
.moett__header{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:28px 30px;overflow:hidden;background:radial-gradient(circle at 8% 0%,rgba(196,150,50,.2),transparent 32%),linear-gradient(135deg,#0b5158 0%,#0f6970 56%,#127780 100%);color:#fff}
.moett__header::after{content:"";position:absolute;inset:auto -55px -95px auto;width:230px;height:230px;border:42px solid rgba(255,255,255,.055);border-radius:50%;pointer-events:none}
.moett__hero-icon{position:relative;z-index:1;display:grid;width:64px;height:64px;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:19px;background:rgba(255,255,255,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.18);backdrop-filter:blur(8px)}
.moett__hero-icon svg{width:32px;height:32px}
.moett__hero-copy{position:relative;z-index:1;min-width:0}
.moett__eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:5px;color:#d9eeee;font-size:12px;font-weight:800;letter-spacing:.02em}
.moett__eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:#f2cc6b;box-shadow:0 0 0 4px rgba(242,204,107,.15)}
.moett__header h2{margin:0 0 5px;color:#fff;font-size:clamp(24px,3.3vw,32px);font-weight:900;line-height:1.3}
.moett__header p{max-width:720px;margin:0;color:#d5e9ea;font-size:15px;line-height:1.75}
.moett__service-badge{position:relative;z-index:1;display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.11);color:#fff;font-size:12px;font-weight:800;white-space:nowrap}
.moett__service-badge::before{content:"";width:7px;height:7px;border-radius:50%;background:#76e1ab}
.moett__content{padding:25px 28px 29px}
.moett__instructions{margin:0 0 18px;border:1px solid #d8e5e7;border-radius:15px;background:#f5fafb;overflow:hidden}
.moett__instructions-heading{display:flex;align-items:center;gap:11px;min-height:51px;padding:10px 15px 4px;color:#24434a}
.moett__instructions-heading svg{width:20px;height:20px;color:var(--primary);flex:0 0 auto}
.moett__instructions-heading h4{margin:0;color:inherit;font-size:15px;font-weight:850;line-height:1.5}
.moett__instructions-body{display:grid;width:100%;min-width:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:0 14px 14px}
.moett__instruction-item{display:grid;width:100%;min-width:0;grid-template-columns:30px minmax(0,1fr);gap:9px;align-items:start;padding:12px;overflow:hidden;border:1px solid #e2eaed;border-radius:12px;background:#fff;color:var(--muted);font-size:13px;line-height:1.7;overflow-wrap:anywhere}
.moett__instruction-number{display:grid;width:28px;height:28px;place-items:center;border-radius:9px;background:var(--primary-soft);color:var(--primary-dark);font-weight:900}
.moett__instruction-item strong{color:var(--text)}
.moett__form{display:grid;gap:15px}
.moett__panel{padding:19px;border:1px solid var(--border);border-radius:17px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}
.moett__panel:focus-within{border-color:#a9c7ca;box-shadow:0 0 0 4px rgba(15,95,102,.06)}
.moett__panel-head{display:flex;align-items:flex-start;gap:11px;margin-bottom:15px}
.moett__step{display:grid;width:33px;height:33px;flex:0 0 auto;place-items:center;border-radius:10px;background:var(--primary);color:#fff;font-size:14px;font-weight:900;box-shadow:0 5px 13px rgba(15,95,102,.16)}
.moett__panel-title{margin:0 0 2px;color:var(--text);font-size:16px;font-weight:900;line-height:1.4}
.moett__panel-description{margin:0;color:var(--muted);font-size:13px}
.moett__field{display:block;min-width:0}
.moett__label-row{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-bottom:7px}
.moett__label{color:var(--text);font-size:14px;font-weight:850}
.moett__field-status{display:inline-flex;align-items:center;min-height:24px;padding:2px 8px;border:1px solid #e7cfc9;border-radius:999px;background:#fff7f5;color:#a63b31;font-size:11px;font-weight:800}
.moett__control-shell{position:relative;display:block}
.moett__control-icon{position:absolute;z-index:1;top:50%;right:13px;width:20px;height:20px;color:#70818a;transform:translateY(-50%);pointer-events:none}
.moett__input{display:block;width:100%!important;min-height:52px!important;margin:0!important;padding:10px 44px 10px 15px!important;border:1px solid #cbd6da!important;border-radius:12px!important;background:#fff!important;color:var(--text)!important;font-size:15px!important;line-height:1.4!important;outline:none!important;box-shadow:none!important;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.moett__input:hover{border-color:#aabcc2!important}
.moett__input:focus{border-color:var(--primary)!important;box-shadow:0 0 0 4px rgba(15,95,102,.11)!important}
.moett__input::placeholder{color:#98a5aa}
.moett__query-help{display:flex;align-items:flex-start;gap:7px;margin:8px 0 0;color:var(--muted);font-size:12.5px;line-height:1.7}
.moett__query-help svg{width:17px;height:17px;margin-top:2px;color:var(--primary);flex:0 0 auto}
.moett__actions{display:flex;align-items:center;justify-content:space-between;gap:13px;margin-top:15px;padding-top:15px;border-top:1px solid #edf1f2}
.moett__ready-state{display:inline-flex;align-items:center;gap:7px;color:var(--success);font-size:12.5px;font-weight:750}
.moett__ready-dot{width:9px;height:9px;border-radius:50%;background:#26a56b;box-shadow:0 0 0 4px #e9f7f0}
.moett__buttons{display:flex;flex-wrap:wrap;gap:9px}
.moett__submit,.moett__reset{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:112px;min-height:48px;padding:10px 19px;border-radius:12px;font-size:14px;font-weight:900;line-height:1;cursor:pointer;transition:transform .16s ease,background .16s ease,box-shadow .16s ease,border-color .16s ease}
.moett__submit{border:1px solid var(--primary-dark);background:var(--primary);color:#fff;box-shadow:0 7px 15px rgba(15,95,102,.16)}
.moett__submit svg,.moett__reset svg{width:18px;height:18px}
.moett__submit:hover:not(:disabled){transform:translateY(-1px);background:var(--primary-dark);box-shadow:0 9px 20px rgba(15,95,102,.2)}
.moett__submit:disabled{opacity:.55;cursor:wait}
.moett__reset{min-width:126px;border:1px solid #ced8dc;background:#fff;color:#40535b;box-shadow:none}
.moett__reset:hover{border-color:#b7c6cb;background:#f5f8f9;color:#263b44}
.moett__message{min-height:0;margin:12px 0 0;color:var(--danger);font-size:13px;font-weight:750}
.moett__message:empty{display:none}
.moett__message:not(:empty){display:flex;align-items:flex-start;gap:8px;padding:11px 13px;border:1px solid #efc3be;border-radius:11px;background:var(--danger-soft)}
.moett__message:not(:empty)::before{content:"!";display:grid;width:21px;height:21px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--danger);color:#fff;font-size:12px;font-weight:900}
.moett__loader{margin-top:18px;padding:17px;border:1px solid var(--border);border-radius:15px;background:#fff}
.moett__loader[hidden]{display:none!important}
.moett__loader-head{display:flex;align-items:center;gap:10px;color:#40545c;font-weight:800}
.moett__spinner{width:21px;height:21px;border:3px solid #dce9ea;border-top-color:var(--primary);border-radius:50%;animation:moett-spin .75s linear infinite}
.moett__skeleton{display:grid;gap:9px;margin-top:14px}
.moett__skeleton span{display:block;height:11px;border-radius:999px;background:linear-gradient(90deg,#edf2f3 25%,#f8fafa 50%,#edf2f3 75%);background-size:210% 100%;animation:moett-shimmer 1.25s infinite linear}
.moett__skeleton span:nth-child(1){width:48%}.moett__skeleton span:nth-child(2){width:82%}.moett__skeleton span:nth-child(3){width:67%}
@keyframes moett-spin{to{transform:rotate(360deg)}}
@keyframes moett-shimmer{to{background-position:-210% 0}}
.moett__result{margin-top:18px;transition:opacity .18s ease}
.moett__notice{margin-bottom:14px;padding:11px 13px;border:1px solid #e8d59c;border-radius:11px;background:#fff9e8;color:#725816;font-size:13px;font-weight:750}
.moett__result-card{overflow:hidden;margin:0 0 16px;border:1px solid var(--border);border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(23,37,45,.055)}
.moett__result-title{position:relative;padding:17px 18px 15px;border-bottom:1px solid var(--border);background:linear-gradient(135deg,#f7fafb 0%,#fff 80%)}
.moett__result-title::before{content:"";position:absolute;right:18px;top:18px;width:8px;height:8px;border-radius:50%;background:#26a56b;box-shadow:0 0 0 4px #e9f7f0}
.moett__result-title span{display:block;padding-right:20px;color:var(--muted);font-size:11.5px;font-weight:800}
.moett__result-title h3{margin:3px 0 0;color:var(--text);font-size:20px;font-weight:900;line-height:1.45}
.moett__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}
.moett__item{min-width:0;padding:13px 18px;border-bottom:1px solid #edf1f2}
.moett__item:nth-child(odd){border-left:1px solid #edf1f2}
.moett__item span{display:block;margin-bottom:3px;color:var(--muted);font-size:11.5px;font-weight:750}
.moett__item strong{display:block;color:#33464e;font-size:13.5px;font-weight:850;overflow-wrap:anywhere}
.moett__empty{display:grid;justify-items:center;gap:8px;padding:28px 18px;border:1px dashed #cbdadd;border-radius:16px;background:#fbfdfd;color:var(--muted);text-align:center}
.moett__empty::before{content:"?";display:grid;width:50px;height:50px;place-items:center;border-radius:15px;background:#eef4f5;color:#5b777e;font-size:24px;font-weight:900}
.moett__empty strong{color:var(--text);font-size:15px}.moett__empty span{max-width:520px;font-size:13px}
.moett__privacy{display:flex;align-items:center;justify-content:center;gap:7px;margin:16px 0 0;color:#7a888e;font-size:11.5px;text-align:center}
.moett__privacy svg{width:15px;height:15px;color:#58727a;flex:0 0 auto}
.moett__submit:focus-visible,.moett__reset:focus-visible,.moett__input:focus-visible{outline:3px solid rgba(15,95,102,.24);outline-offset:2px}
.moett [hidden]{display:none!important}
@media(max-width:820px){.moett__header{grid-template-columns:auto minmax(0,1fr);padding:24px}.moett__service-badge{grid-column:2;justify-self:start}.moett__instructions-body{grid-template-columns:minmax(0,1fr)}}
@media(max-width:680px){.moett{padding:6px}.moett__card{border-radius:18px}.moett__header{grid-template-columns:48px minmax(0,1fr);gap:12px;padding:20px 17px}.moett__hero-icon{width:48px;height:48px;border-radius:14px}.moett__hero-icon svg{width:25px;height:25px}.moett__header h2{font-size:22px}.moett__header p{font-size:13px}.moett__service-badge{grid-column:1/-1;margin-right:60px}.moett__content{padding:17px 14px 20px}.moett__instructions-heading{padding-right:12px;padding-left:12px}.moett__instructions-body{padding:0 10px 10px}.moett__panel{padding:15px}.moett__actions{display:grid;grid-template-columns:1fr}.moett__ready-state{justify-self:start}.moett__buttons{display:grid;grid-template-columns:1fr 1fr;width:100%}.moett__submit,.moett__reset{width:100%;min-width:0}.moett__grid{grid-template-columns:1fr}.moett__item:nth-child(odd){border-left:0}}
@media(max-width:420px){.moett__buttons{grid-template-columns:1fr}.moett__service-badge{margin-right:0}.moett__header{grid-template-columns:44px minmax(0,1fr)}.moett__hero-icon{width:44px;height:44px}.moett__header h2{font-size:20px}}
@media(prefers-reduced-motion:reduce){.moett__spinner,.moett__skeleton span{animation:none}.moett__submit,.moett__reset{transition:none}}
