:root {
  --sami-blue-950: #052d4f;
  --sami-blue-900: #073e6d;
  --sami-blue-800: #0b518b;
  --sami-blue-700: #1467ad;
  --sami-gold-700: #a97d14;
  --sami-gold-600: #c59a2a;
  --sami-gold-500: #dab34e;
  --sami-text: #17344d;
  --sami-muted: #687988;
}

.sami-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  direction: rtl;
  padding: 118px 0 28px;
  background:
    radial-gradient(circle at 12% 24%, rgba(218,179,78,.10), transparent 29%),
    radial-gradient(circle at 86% 18%, rgba(47,116,219,.07), transparent 31%),
    linear-gradient(180deg, #fff 0%, #fffdf9 74%, #fff 100%);
}

.sami-hero__inner {
  position: relative;
  z-index: 3;
  width: min(100%, 1920px);
  margin-inline: auto;
  padding-inline: clamp(20px, 3vw, 58px);
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(560px, 1.08fr);
  align-items: center;
  gap: clamp(24px, 3vw, 56px);
  min-height: 620px;
}

.sami-hero__content {
  min-width: 0;
  max-width: 640px;
  justify-self: end;
}

.sami-hero__logotype {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: min(100%, 320px) !important;
  max-width: 320px !important;
  height: auto !important;
  margin: 0 0 20px auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 12px 18px rgba(47,116,219,.11));
}

.sami-hero__since {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-bottom: 20px;
  color: var(--sami-gold-700);
}

.sami-hero__since span {
  width: 52px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--sami-gold-500));
}

.sami-hero__since span:last-child {
  background: linear-gradient(90deg, var(--sami-gold-500), transparent);
}

.sami-hero__since strong { font-size: 15px; white-space: nowrap; }

.sami-hero h1 {
  margin: 0;
  color: var(--sami-blue-950);
  font-size: clamp(46px, 4.5vw, 72px);
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: -.045em;
}

.sami-hero h1 small {
  display: block;
  margin-top: 5px;
  color: var(--sami-blue-800);
  font-size: .72em;
  font-weight: 850;
}

.sami-hero__lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--sami-muted);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 2;
}

.sami-hero__rotator {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 36px;
  margin-top: 16px;
  color: var(--sami-muted);
}

.sami-hero__rotator-label { font-size: 14px; }
.sami-hero__rotator strong { color: var(--sami-gold-700); }

.sami-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.sami-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 11px 26px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 13px 28px rgba(5,45,79,.12);
  transition: .25s ease;
}

.sami-btn:hover { transform: translateY(-3px); }
.sami-btn--primary { color:#fff; background:linear-gradient(135deg,var(--sami-blue-800),var(--sami-blue-950)); }
.sami-btn--primary:hover { color:#fff; }
.sami-btn--gold { color:var(--sami-blue-950); background:linear-gradient(135deg,#f3d884,var(--sami-gold-500)); }
.sami-btn--gold:hover { color:var(--sami-blue-950); }

.sami-hero__trust {
  display:flex;
  flex-wrap:wrap;
  gap:13px 22px;
  margin-top:25px;
}

.sami-hero__trust div {
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--sami-muted);
  font-size:13px;
}

.sami-hero__trust i { color:var(--sami-gold-600); }

/* تصویر، بدون امکان کشیده شدن */
.sami-hero__visual {
  position: relative;
  min-width: 0;
  width: 100%;
  justify-self: start;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sami-hero__image-frame {
  position: relative;
  width: min(100%, 720px);
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
}

section.sami-hero .sami-hero__main-image,
.sami-hero__image-frame > img.sami-hero__main-image {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  aspect-ratio: 1 / 1 !important;
  filter: drop-shadow(0 28px 38px rgba(83,56,23,.14));
}

.sami-hero__image-halo {
  position:absolute;
  z-index:-1;
  left:50%;
  top:50%;
  width:min(86%,560px);
  aspect-ratio:1;
  transform:translate(-50%,-50%);
  border:1px solid rgba(218,179,78,.25);
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,247,226,.88),rgba(255,255,255,0) 68%);
}

/* کارت‌ها */
.sami-hero__categories {
  position:relative;
  z-index:8;
  width:calc(100% - 32px);
  max-width:1888px;
  margin:12px auto 0;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  padding:16px;
  border:1px solid rgba(5,45,79,.07);
  border-radius:26px;
  background:rgba(255,255,255,.95);
  box-shadow:0 20px 58px rgba(5,45,79,.10);
}

.sami-category {
  position:relative;
  display:flex;
  align-items:center;
  gap:13px;
  min-width:0;
  min-height:82px;
  padding:12px 18px;
  color:var(--sami-text);
  text-decoration:none;
}

.sami-category:not(:last-child)::after {
  content:"";
  position:absolute;
  left:0;
  top:22%;
  width:1px;
  height:56%;
  background:rgba(5,45,79,.10);
}

.sami-category__icon {
  flex:0 0 48px;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid rgba(197,154,42,.22);
  border-radius:15px;
  color:var(--sami-blue-800);
  background:linear-gradient(145deg,#fff,#fff9e9);
}

.sami-category__icon i { font-size:22px; }
.sami-category strong,.sami-category small { display:block; }
.sami-category strong { color:var(--sami-blue-950); font-size:14px; }
.sami-category small { margin-top:4px; color:var(--sami-muted); font-size:10px; line-height:1.6; }

.sami-hero__decor { position:absolute; z-index:-2; pointer-events:none; border-radius:50%; }
.sami-hero__decor--one { width:540px; height:540px; top:-220px; left:-190px; border:1px solid rgba(218,179,78,.18); }
.sami-hero__decor--two { width:370px; height:370px; right:-150px; bottom:60px; border:1px solid rgba(47,116,219,.11); }
.sami-hero__sparkles span { position:absolute; z-index:1; width:6px; height:6px; border-radius:50%; background:var(--sami-gold-500); }
.sami-hero__sparkles span:nth-child(1){top:16%;left:44%}.sami-hero__sparkles span:nth-child(2){top:30%;left:7%}.sami-hero__sparkles span:nth-child(3){top:58%;left:49%}.sami-hero__sparkles span:nth-child(4){top:72%;right:8%}.sami-hero__sparkles span:nth-child(5){top:23%;right:42%}

@media (min-width: 1600px) {
  .sami-hero__inner { padding-left: 0; }
  .sami-hero__visual { justify-content: flex-start; }
  .sami-hero__image-frame { width: min(100%, 760px); }
}

@media (max-width: 1199px) {
  .sami-hero { padding-top: 100px; }
  .sami-hero__inner {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding-inline: 28px;
  }
  .sami-hero__content { max-width: 820px; margin-inline:auto; justify-self:center; text-align:center; }
  .sami-hero__logotype,.sami-hero__since,.sami-hero__actions,.sami-hero__trust,.sami-hero__rotator { margin-inline:auto !important; justify-content:center; }
  .sami-hero__lead { margin-inline:auto; }
  .sami-hero__visual { justify-self:center; justify-content:center; }
  .sami-hero__image-frame { width:min(100%,620px); }
  .sami-hero__categories { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .sami-category:nth-child(3)::after { display:none; }
}

@media (max-width: 767px) {
  .sami-hero { padding: 82px 0 20px; }
  .sami-hero__inner { display:flex; flex-direction:column; gap:18px; padding-inline:14px; }
  .sami-hero__content { order:1; width:100%; }
  .sami-hero__visual { order:2; width:100%; }
  .sami-hero__logotype { width:min(82vw,280px) !important; }
  .sami-hero h1 { font-size:clamp(36px,10vw,48px); }
  .sami-hero__lead { font-size:15px; line-height:1.9; }
  .sami-hero__actions { display:grid; grid-template-columns:1fr; width:100%; }
  .sami-btn { width:100%; }
  .sami-hero__trust { display:grid; grid-template-columns:1fr 1fr; width:100%; }
  .sami-hero__image-frame { width:100%; max-width:520px; }
  .sami-hero__categories { width:calc(100% - 20px); grid-template-columns:1fr; gap:2px; padding:10px; border-radius:20px; }
  .sami-category { min-height:72px; padding:10px 12px; }
  .sami-category::after { display:none !important; }
}

@media (max-width: 420px) {
  .sami-hero__since span { width:32px; }
  .sami-hero__trust { grid-template-columns:1fr; }
  .sami-hero__image-frame { width:100%; }
}

@media (prefers-reduced-motion: reduce) {
  .sami-hero *, .sami-hero *::before, .sami-hero *::after { animation:none !important; scroll-behavior:auto !important; }
}

.DesignMode .sami-hero,.EditMode .sami-hero { overflow:visible; }
