/* Safety Mission page — mockup-aligned layout */

body.safety-mission-page {
  background: #f4f7fc;
}

body.safety-mission-page .site-footer {
  display: none;
}

body.safety-mission-page .main-nav a.nav-active {
  color: #6d28d9;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sm-page {
  --sm-purple: #7c3aed;
  --sm-purple-dark: #6d28d9;
  --sm-navy: #0f2744;
  --sm-blue: #2563eb;
  --sm-sky: #e8f0fe;
  --sm-card: #ffffff;
  --sm-muted: #64748b;
  --sm-radius: 18px;
  --sm-shadow: 0 12px 40px rgba(15, 39, 68, 0.08);
}

.sm-page .container {
  width: min(1180px, 92%);
}

.sm-section {
  padding: 3.5rem 0;
}

.sm-section h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: var(--sm-navy);
  margin-bottom: 0.65rem;
}

.sm-lead {
  color: var(--sm-muted);
  max-width: 42ch;
  margin-bottom: 1.75rem;
}

.sm-btn-primary {
  background: linear-gradient(135deg, var(--sm-purple), var(--sm-purple-dark)) !important;
  color: #fff !important;
  border-radius: 999px;
  font-weight: 800;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.28);
}

.sm-btn-outline {
  background: #fff !important;
  color: var(--sm-purple-dark) !important;
  border: 2px solid var(--sm-purple) !important;
  border-radius: 999px;
  font-weight: 800;
  padding: 0.72rem 1.45rem;
}

/* Hero — anasayfa ile aynı arka plan + tipografi */
.sm-hero {
  position: relative;
  display: flex;
  align-items: center;
  max-height: 530px;
  min-height: 530px;
  padding: 0;
  overflow: hidden;
  background-color: #e0f2fe;
  background-image: var(--sm-hero-bg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 530px;
}

.sm-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.72) 46%,
    rgba(255, 255, 255, 0.18) 62%,
    transparent 76%
  );
  pointer-events: none;
}

.sm-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
}

.sm-hero-copy {
  max-width: min(820px, 62%);
  padding-inline-start: 120px;
}

.sm-hero-title {
  margin: 0 0 30px;
  font-family: 'Nunito', system-ui, sans-serif;
  font-size: clamp(1.75rem, 3.6vw, 2.65rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #0a1931;
}

.sm-hero-sub {
  font-family: 'Nunito', system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 400;
  color: #4b5563;
  line-height: 1.6;
  max-width: min(680px, 100%);
  margin: 0 0 50px;
}

.sm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

/* Split layout */
.sm-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

/* Process steps — mockup renkli kutular */
.sm-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.35rem 1.75rem;
  padding: 0;
  margin-top: 0.5rem;
}

.sm-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  background: transparent;
  box-shadow: none;
  min-height: 0;
}

.sm-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 3.35rem;
  inset-inline-end: -1.05rem;
  width: 1.1rem;
  height: 1.1rem;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cbd5e1' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
  transform: none;
}

.sm-step-num {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  margin-bottom: 0.7rem;
  box-shadow: 0 6px 16px rgba(15, 39, 68, 0.12);
}

.sm-step-1 .sm-step-num { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.sm-step-2 .sm-step-num { background: linear-gradient(135deg, #4ade80, #16a34a); }
.sm-step-3 .sm-step-num { background: linear-gradient(135deg, #fb923c, #ea580c); }
.sm-step-4 .sm-step-num { background: linear-gradient(135deg, #a78bfa, #7c3aed); }

.sm-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.75rem;
  height: 4.75rem;
  margin: 0 auto 0.9rem;
  border-radius: 18px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 58%;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.sm-step-1 .sm-step-icon {
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.22), 0 0 0 1px rgba(191, 219, 254, 0.9);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Crect x='10' y='12' width='44' height='30' rx='4' stroke='%232563eb' stroke-width='3'/%3E%3Cpath d='M18 48h28' stroke='%232563eb' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M28 48v6h8v-6' stroke='%232563eb' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 24h28M18 30h20' stroke='%2393c5fd' stroke-width='2.5' stroke-linecap='round'/%3E%3Ccircle cx='44' cy='22' r='8' stroke='%232563eb' stroke-width='2.5'/%3E%3Cpath d='M41 22l2 2 5-5' stroke='%232563eb' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.sm-step-2 .sm-step-icon {
  box-shadow: 0 12px 32px rgba(22, 163, 74, 0.22), 0 0 0 1px rgba(187, 247, 208, 0.95);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Crect x='12' y='34' width='8' height='18' rx='2' fill='%2386efac'/%3E%3Crect x='28' y='24' width='8' height='28' rx='2' fill='%2322c55e'/%3E%3Crect x='44' y='16' width='8' height='36' rx='2' fill='%2316a34a'/%3E%3Cpath d='M14 30l14-10 10 8 16-18' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='52' cy='10' r='3' fill='%2316a34a'/%3E%3C/svg%3E");
}

.sm-step-3 .sm-step-icon {
  box-shadow: 0 12px 32px rgba(234, 88, 12, 0.22), 0 0 0 1px rgba(254, 215, 170, 0.95);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Crect x='16' y='10' width='32' height='44' rx='4' stroke='%23ea580c' stroke-width='3'/%3E%3Cpath d='M24 20h16M24 28h16M24 36h10' stroke='%23fdba74' stroke-width='2.5' stroke-linecap='round'/%3E%3Ccircle cx='44' cy='44' r='12' fill='%23fff7ed' stroke='%23ea580c' stroke-width='2.5'/%3E%3Cpath d='M38 44l4 4 8-8' stroke='%23ea580c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.sm-step-4 .sm-step-icon {
  box-shadow: 0 12px 32px rgba(124, 58, 237, 0.22), 0 0 0 1px rgba(233, 213, 255, 0.95);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M32 8l18 7v14c0 12-7.5 22.8-18 27-10.5-4.2-18-15-18-27V15l18-7z' fill='%23ede9fe' stroke='%237c3aed' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M24 32l6 6 12-12' stroke='%237c3aed' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.sm-step-body strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--sm-navy);
  margin-bottom: 0.35rem;
}

.sm-step-body span {
  display: block;
  font-size: 0.74rem;
  color: var(--sm-muted);
  line-height: 1.45;
  max-width: 11rem;
  margin-inline: auto;
}

/* Level cards — mockup renkli sertifika kartları */
.sm-level-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.sm-level-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.1rem 0.65rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(15, 39, 68, 0.07);
  box-shadow: 0 8px 24px rgba(15, 39, 68, 0.06);
  min-height: 100%;
}

.sm-level-bronze {
  background: linear-gradient(180deg, #fff7ed 0%, #fff 100%);
  border-color: rgba(180, 83, 9, 0.12);
}

.sm-level-silver {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-color: rgba(100, 116, 139, 0.14);
}

.sm-level-gold {
  background: linear-gradient(180deg, #fffbeb 0%, #fff 100%);
  border-color: rgba(202, 138, 4, 0.14);
}

.sm-level-platinum {
  background: linear-gradient(180deg, #f5f3ff 0%, #fff 100%);
  border-color: rgba(124, 58, 237, 0.14);
}

.sm-level-badge {
  width: auto;
  height: 4.5rem;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 0.65rem;
}

.sm-level-card h3 {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sm-level-bronze h3 { color: #b45309; }
.sm-level-silver h3 { color: #64748b; }
.sm-level-gold h3 { color: #ca8a04; }
.sm-level-platinum h3 { color: #7c3aed; }

.sm-level-range {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f2744;
  letter-spacing: 0.01em;
}

.sm-level-divider {
  width: 100%;
  border: none;
  border-top: 1px solid rgba(15, 39, 68, 0.08);
  margin: 0 0 0.7rem;
}

.sm-level-desc {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.45;
  color: #64748b;
}

/* Scoring — mockup layout */
.sm-scoring {
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.sm-scoring-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 2rem 2.5rem;
  align-items: start;
  padding: 2rem 2.1rem;
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(15, 39, 68, 0.07);
  box-shadow: 0 14px 40px rgba(15, 39, 68, 0.06);
}

.sm-scoring-left h2,
.sm-scoring-right h2 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
}

.sm-scoring-lead {
  color: var(--sm-muted);
  font-size: 0.88rem;
  line-height: 1.55;
  margin-bottom: 1.35rem;
  max-width: 36ch;
}

.sm-gauge-wrap {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  flex-wrap: wrap;
}

.sm-gauge {
  position: relative;
  width: min(100%, 260px);
  flex-shrink: 0;
}

.sm-gauge svg {
  width: 100%;
  height: auto;
  display: block;
}

.sm-gauge-track-bg {
  fill: none;
  stroke: #eef2f7;
  stroke-width: 18;
  stroke-linecap: round;
}

.sm-gauge-track {
  fill: none;
  stroke: url(#smGaugeGrad);
  stroke-width: 18;
  stroke-linecap: round;
  opacity: 0.35;
}

.sm-gauge-fill {
  fill: none;
  stroke: url(#smGaugeGrad);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-dasharray: 270.2;
  stroke-dashoffset: calc(270.2 - (270.2 * var(--gauge-pct) / 100));
  transition: stroke-dashoffset 1s ease;
}

.sm-gauge-score {
  position: absolute;
  left: 50%;
  bottom: 16%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.sm-gauge-num {
  display: block;
  font-size: 2.75rem;
  font-weight: 800;
  color: #0a1931;
  line-height: 1;
  letter-spacing: -0.03em;
}

.sm-gauge-max {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #94a3b8;
  margin-top: 0.1rem;
}

.sm-gauge-label {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #0f2744;
}

.sm-gauge-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  min-width: 0;
}

.sm-cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.sm-cert-trophy {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ca8a04' viewBox='0 0 24 24'%3E%3Cpath d='M5 3h14v2H5V3zm2 4h10l-1 12H8L7 7zm3 14h4v2h-4v-2z'/%3E%3C/svg%3E");
}

.sm-cert-gold {
  background: #dcfce7;
  color: #15803d;
  border: 1px solid #bbf7d0;
}

.sm-cert-silver {
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.sm-cert-bronze {
  background: #ffedd5;
  color: #9a3412;
  border: 1px solid #fed7aa;
}

.sm-cert-platinum {
  background: #ede9fe;
  color: #6d28d9;
  border: 1px solid #ddd6fe;
}

.sm-scale-box {
  background: #fff;
  border: 1px solid rgba(15, 39, 68, 0.08);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  box-shadow: 0 6px 18px rgba(15, 39, 68, 0.05);
  min-width: min(100%, 210px);
}

.sm-scale-box h3 {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: #0f2744;
}

.sm-scale {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sm-scale li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.28rem 0;
  font-size: 0.72rem;
  color: #64748b;
  line-height: 1.35;
}

.sm-scale-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: #cbd5e1;
}

.sm-scale .scale-platinum .sm-scale-dot { background: #6366f1; }
.sm-scale .scale-gold .sm-scale-dot { background: #eab308; }
.sm-scale .scale-silver .sm-scale-dot { background: #94a3b8; }
.sm-scale .scale-bronze .sm-scale-dot { background: #f97316; }
.sm-scale .scale-none .sm-scale-dot { background: #ef4444; }

.sm-components {
  display: grid;
  gap: 0.7rem;
}

.sm-comp {
  background: #fff;
  border-radius: 16px;
  padding: 0.95rem 1rem 0.85rem;
  border: 1px solid rgba(15, 39, 68, 0.08);
  box-shadow: 0 4px 16px rgba(15, 39, 68, 0.04);
}

.sm-comp header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.sm-comp-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  flex-shrink: 0;
}

.sm-comp-ai .sm-comp-icon {
  background: #eff6ff center/58% no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2l8 3v5.5c0 4.9-3.4 9.5-8 10.5-8-1-8-5.6-8-10.5V5l8-3z' fill='%232563eb'/%3E%3Cpath d='M9 12l2 2 4-4' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.sm-comp-edu .sm-comp-icon {
  background: #ecfdf5 center/58% no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 7l8-4 8 4-8 4-8-4z' fill='%2316a34a'/%3E%3Cpath d='M6 10v4c0 2.2 2.7 4 6 4s6-1.8 6-4v-4' stroke='%2316a34a' stroke-width='1.8'/%3E%3C/svg%3E");
}

.sm-comp-parent .sm-comp-icon {
  background: #f5f3ff center/58% no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237c3aed'%3E%3Cpath d='M16 11c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3zm-8 0c1.7 0 3-1.3 3-3S9.7 5 8 5 5 6.3 5 8s1.3 3 3 3zm0 2c-2.3 0-7 1.2-7 3.5V19h14v-2.5C15 14.2 10.3 13 8 13zm8 0c-.3 0-.7 0-1 .1 1.2.9 2 2 2 3.4V19h6v-2.5c0-2.3-4.7-3.5-7-3.5z'/%3E%3C/svg%3E");
}

.sm-comp-quality .sm-comp-icon {
  background: #fff7ed center/58% no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ea580c'%3E%3Cpath d='M12 17.3 18.2 21l-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7 2 9.3l5.4 4.7-1.6 7L12 17.3z'/%3E%3C/svg%3E");
}

.sm-comp-head h3 {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 800;
  color: #0f2744;
}

.sm-comp-head p {
  margin: 0.15rem 0 0;
  font-size: 0.74rem;
  font-weight: 700;
}

.sm-comp-ai .sm-comp-head p { color: #2563eb; }
.sm-comp-edu .sm-comp-head p { color: #16a34a; }
.sm-comp-parent .sm-comp-head p { color: #7c3aed; }
.sm-comp-quality .sm-comp-head p { color: #ea580c; }

.sm-comp ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem 0.85rem;
  padding: 0;
  margin: 0;
}

.sm-comp li {
  position: relative;
  padding-inline-start: 0.85rem;
  font-size: 0.7rem;
  color: #64748b;
  line-height: 1.4;
}

.sm-comp li::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: 0.45em;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: #cbd5e1;
}

.sm-comp-ai li::before { background: #93c5fd; }
.sm-comp-edu li::before { background: #86efac; }
.sm-comp-parent li::before { background: #c4b5fd; }
.sm-comp-quality li::before { background: #fdba74; }

/* Table */
.sm-table-wrap {
  overflow-x: auto;
  border-radius: var(--sm-radius);
  box-shadow: var(--sm-shadow);
}

.sm-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.85rem;
}

.sm-table th,
.sm-table td {
  padding: 0.75rem 0.85rem;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
}

.sm-table thead th {
  background: #f8fafc;
  color: var(--sm-navy);
  font-weight: 800;
}

.sm-table tbody th {
  text-align: start;
  color: var(--sm-muted);
  font-weight: 600;
}

.sm-table .col-bronze { color: #b45309; }
.sm-table .col-silver { color: #64748b; }
.sm-table .col-gold { color: #ca8a04; }
.sm-table .col-platinum { color: #7c3aed; }

.sm-table-total td,
.sm-table-total th {
  font-weight: 800;
  background: #f8fafc;
}

/* Trust card — mockup Parent Trust Voting */
.sm-trust-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem 1.35rem 1.25rem;
  border: 1px solid rgba(15, 39, 68, 0.07);
  box-shadow: 0 12px 36px rgba(15, 39, 68, 0.07);
}

.sm-trust-head h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  color: #0f2744;
}

.sm-trust-sub {
  margin: 0 0 1.15rem;
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.45;
}

.sm-trust-rating-box {
  text-align: center;
  margin-bottom: 1.1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(15, 39, 68, 0.06);
}

.sm-trust-rating-box h3 {
  margin: 0 0 0.65rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: #0f2744;
}

.sm-trust-rating-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 0.35rem;
}

.sm-trust-num {
  font-size: 2.15rem;
  font-weight: 800;
  color: #0f2744;
  line-height: 1;
  letter-spacing: -0.02em;
}

.sm-stars {
  display: flex;
  gap: 0.12rem;
}

.sm-stars span {
  width: 1.15rem;
  height: 1.15rem;
  background: #e2e8f0;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.sm-stars span.on { background: #f59e0b; }
.sm-stars span.half {
  background: linear-gradient(90deg, #f59e0b 50%, #e2e8f0 50%);
}

.sm-trust-of {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #334155;
}

.sm-trust-votes {
  margin: 0.2rem 0 0;
  font-size: 0.72rem;
  color: #94a3b8;
}

.sm-trust-stats {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.sm-trust-stat {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  font-size: 0.78rem;
}

.sm-trust-stat-label {
  color: #475569;
  font-weight: 600;
}

.sm-trust-stat strong {
  font-size: 0.8rem;
  font-weight: 800;
}

.sm-trust-stat--positive {
  background: #ecfdf5;
}

.sm-trust-stat--positive .sm-trust-stat-label { color: #166534; }
.sm-trust-stat--positive strong { color: #15803d; }

.sm-trust-stat--negative {
  background: #fef2f2;
}

.sm-trust-stat--negative .sm-trust-stat-label { color: #991b1b; }
.sm-trust-stat--negative strong { color: #dc2626; }

.sm-trust-stat--reviews {
  background: #fff;
  border: 1px solid #e2e8f0;
}

.sm-trust-stat--reviews strong { color: #475569; }

.sm-trust-stat--complaints {
  background: #fef2f2;
}

.sm-trust-stat--complaints .sm-trust-stat-label { color: #991b1b; }
.sm-trust-stat--complaints strong { color: #dc2626; }

.sm-trust-stat-icon {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
  background: center/contain no-repeat;
}

.sm-trust-icon-up {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2316a34a'%3E%3Cpath d='M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3H14zm-9 11H2V9h3v11z'/%3E%3C/svg%3E");
}

.sm-trust-icon-down {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23dc2626'%3E%3Cpath d='M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3H10zm9-11h-3v11h3V4z'/%3E%3C/svg%3E");
}

.sm-trust-icon-review {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v8z'/%3E%3C/svg%3E");
}

.sm-trust-icon-warn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23dc2626'%3E%3Cpath d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/%3E%3C/svg%3E");
}

.sm-trust-vote-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
  background: linear-gradient(135deg, #7c3aed, #6d28d9) !important;
  color: #fff !important;
  border-radius: 12px;
  font-weight: 800;
  font-size: 0.88rem;
  box-shadow: 0 8px 22px rgba(124, 58, 237, 0.28);
}

.sm-trust-heart {
  width: 1rem;
  height: 1rem;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E");
}

.sm-trust-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.25rem;
}

.sm-trust-foot p {
  margin: 0;
  flex: 1;
  font-size: 0.72rem;
  line-height: 1.5;
  color: #64748b;
  max-width: 16rem;
}

.sm-trust-kids {
  width: 108px;
  height: 72px;
  flex-shrink: 0;
  background: center bottom/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108 72'%3E%3Ccircle cx='18' cy='18' r='14' fill='%23fde68a'/%3E%3Cellipse cx='18' cy='52' rx='12' ry='16' fill='%2360a5fa'/%3E%3Ccircle cx='40' cy='16' r='13' fill='%23fbcfe8'/%3E%3Cellipse cx='40' cy='50' rx='11' ry='15' fill='%23a78bfa'/%3E%3Ccircle cx='68' cy='17' r='13' fill='%23bfdbfe'/%3E%3Cellipse cx='68' cy='51' rx='11' ry='15' fill='%2334d399'/%3E%3Ccircle cx='90' cy='18' r='12' fill='%23fcd34d'/%3E%3Cellipse cx='90' cy='52' rx='10' ry='14' fill='%23f472b6'/%3E%3C/svg%3E");
}

/* Verify */
.sm-verify {
  background: linear-gradient(180deg, #fff, var(--sm-sky));
}

.sm-verify-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

.sm-verify-form {
  display: flex;
  gap: 0.65rem;
  margin: 1.25rem 0 1rem;
  flex-wrap: wrap;
}

.sm-verify-form input {
  flex: 1 1 220px;
  min-width: 0;
  padding: 0.85rem 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  font: inherit;
  background: #fff;
}

.sm-verify-features {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  padding: 0;
  font-size: 0.85rem;
  color: var(--sm-muted);
}

.sm-vf-icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-inline-end: 0.35rem;
  vertical-align: middle;
  border-radius: 50%;
  background: #dcfce7 center/65% no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2316a34a' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/%3E%3C/svg%3E");
}

.sm-verify-side {
  position: relative;
  background: #fff;
  border-radius: var(--sm-radius);
  padding: 1.5rem;
  box-shadow: var(--sm-shadow);
}

.sm-verify-side h3 {
  color: var(--sm-navy);
  margin-bottom: 0.85rem;
}

.sm-checklist {
  list-style: none;
  padding: 0;
}

.sm-checklist li {
  position: relative;
  padding-inline-start: 1.5rem;
  margin-bottom: 0.55rem;
  font-size: 0.88rem;
  color: var(--sm-muted);
}

.sm-checklist li::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: 0.2rem;
  width: 1rem;
  height: 1rem;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2316a34a' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/%3E%3C/svg%3E");
}

.sm-verify-shield {
  position: absolute;
  inset-inline-end: 1rem;
  bottom: 1rem;
  width: 90px;
  height: 100px;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232563eb' viewBox='0 0 24 24'%3E%3Cpath d='M12 1 3 5v6c0 5.5 3.8 10.7 9 12 5.2-1.3 9-6.5 9-12V5l-9-4zm-1 14.9-3.6-3.6 1.4-1.4 2.2 2.2 5-5 1.4 1.4-6.4 6.4z'/%3E%3C/svg%3E");
  opacity: 0.85;
}

/* Stats bar */
.sm-stats-bar {
  background: linear-gradient(90deg, #dbeafe, #e0e7ff);
  padding: 1.75rem 0;
}

.sm-stats-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.sm-stat {
  text-align: center;
}

.sm-stat-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.35rem;
  opacity: 0.85;
}

.sm-stat-globe { background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232563eb' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1 17.9A8 8 0 0 1 4.1 13H11v6.9zm0-8.9H4.1A8 8 0 0 1 11 4.1V11zm2 8.9V13h6.9A8 8 0 0 1 13 18.9zM13 11V4.1A8 8 0 0 1 19.9 11H13z'/%3E%3C/svg%3E"); }
.sm-stat-shield { background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232563eb' viewBox='0 0 24 24'%3E%3Cpath d='M12 1 3 5v6c0 5.5 3.8 10.7 9 12 5.2-1.3 9-6.5 9-12V5l-9-4z'/%3E%3C/svg%3E"); }
.sm-stat-users { background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232563eb' viewBox='0 0 24 24'%3E%3Cpath d='M16 11c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3zm-8 0c1.7 0 3-1.3 3-3S9.7 5 8 5 5 6.3 5 8s1.3 3 3 3zm0 2c-2.3 0-7 1.2-7 3.5V19h14v-2.5C15 14.2 10.3 13 8 13z'/%3E%3C/svg%3E"); }
.sm-stat-star { background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23eab308' viewBox='0 0 24 24'%3E%3Cpath d='M12 17.3 18.2 21l-1.6-7 5.4-4.7-7.1-.6L12 2 9.1 8.7 2 9.3l5.4 4.7-1.6 7L12 17.3z'/%3E%3C/svg%3E"); }
.sm-stat-trophy { background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232563eb' viewBox='0 0 24 24'%3E%3Cpath d='M5 3h14v2H5V3zm2 4h10l-1 12H8L7 7z'/%3E%3C/svg%3E"); }

.sm-stat strong {
  display: block;
  font-size: 1.35rem;
  color: var(--sm-navy);
}

.sm-stat span {
  font-size: 0.78rem;
  color: var(--sm-muted);
}

/* Footer */
.sm-footer {
  background: #0f2744;
  color: #cbd5e1;
  padding-top: 3rem;
}

.sm-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2rem;
  padding-bottom: 2rem;
}

.sm-footer h4 {
  color: #fff;
  margin-bottom: 0.85rem;
  font-size: 0.95rem;
}

.sm-footer a {
  display: block;
  color: #cbd5e1;
  margin-bottom: 0.45rem;
  text-decoration: none;
  font-size: 0.88rem;
}

.sm-footer a:hover {
  color: #fff;
}

.sm-footer-brand p {
  margin: 1rem 0;
  max-width: 28ch;
  line-height: 1.55;
}

.sm-footer-kids {
  width: 140px;
  height: 70px;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 70'%3E%3Ccircle cx='25' cy='35' r='18' fill='%23fde68a'/%3E%3Ccircle cx='55' cy='32' r='16' fill='%23bfdbfe'/%3E%3Ccircle cx='85' cy='36' r='17' fill='%23fbcfe8'/%3E%3Ccircle cx='115' cy='33' r='15' fill='%23bbf7d0'/%3E%3C/svg%3E");
}

.sm-social {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.sm-social a {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sm-newsletter {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.sm-newsletter input {
  flex: 1 1 140px;
  min-width: 0;
  padding: 0.55rem 0.85rem;
  border: none;
  border-radius: 999px;
  font: inherit;
}

.sm-newsletter .btn {
  padding: 0.55rem 1rem;
  font-size: 0.85rem;
}

.sm-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1rem 0 1.5rem;
  font-size: 0.82rem;
  text-align: center;
}

body.rtl .sm-hero {
  background-position: left bottom;
}

body.rtl .sm-hero-overlay {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.7) 42%,
    rgba(255, 255, 255, 0.15) 58%,
    transparent 72%
  );
}

/* Responsive */
@media (max-width: 960px) {
  .sm-hero {
    max-height: none;
    min-height: 0;
    padding: 1.75rem 0 2rem;
    align-items: center;
    background-position: right bottom;
    background-size: auto min(320px, 85%);
  }

  .sm-hero-copy {
    max-width: 100%;
    padding-inline-start: 0;
  }

  .sm-split,
  .sm-verify-grid,
  .sm-footer-grid {
    grid-template-columns: 1fr;
  }

  .sm-scoring-panel {
    grid-template-columns: 1fr;
    padding: 1.5rem 1.25rem;
  }

  .sm-gauge-wrap {
    justify-content: center;
  }

  .sm-gauge-side {
    align-items: center;
    width: 100%;
  }

  .sm-scale-box {
    width: 100%;
  }

  .sm-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .sm-step:not(:last-child)::after {
    display: none;
  }

  .sm-stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .sm-steps {
    grid-template-columns: 1fr;
  }

  .sm-level-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm-comp ul {
    grid-template-columns: 1fr;
  }

  .sm-stats-inner {
    grid-template-columns: 1fr;
  }

  .sm-verify-form {
    flex-direction: column;
  }

  .sm-verify-form .btn {
    width: 100%;
  }
}
