.mk-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

@keyframes accordionSlide {
0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}
}

@font-face {
font-family:"Cairo";font-style:normal;font-weight:200 1000;font-display:swap;src:url(../fonts/cairo-v31-arabic.woff2)format("woff2");unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1
}

@font-face {
font-family:"Cairo";font-style:normal;font-weight:200 1000;font-display:swap;src:url(../fonts/cairo-v31-latin-ext.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
font-family:"Cairo";font-style:normal;font-weight:200 1000;font-display:swap;src:url(../fonts/cairo-v31-latin.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

*, ::after, ::before {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  font-family: var(--font-body,"Cairo","Segoe UI",Tahoma,Arial,sans-serif);
  background: var(--mk-bg,#F5F5F5);
  color: var(--ink-900,#16202E);
  -webkit-font-smoothing: antialiased;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
}

a, h1, h2, h3, h4 {
  color: var(--mk-primary-700, #063674);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--mk-primary-900, #042a5a);
}

h1, h2, h3, h4 {
  font-family: var(--font-display,"Cairo",sans-serif);
  margin: 0;
  color: var(--mk-primary-900,#031C3E);
  line-height: 1.35;
}

.mk-container {
  max-width: 1200px;
}

.mk-btn {
  border-radius: 12px;
  font-family: inherit;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  transition: .25s transform,.25s box-shadow,.25s background,.25s color;
}

.mk-btn--primary, .mk-nav-toggle span {
  background: var(--mk-primary-700, #063674);
}

.mk-btn--primary {
  color: #fff;
}

.mk-btn--primary:hover {
  background: var(--mk-primary-900, #042a5a);
  color: #fff;
  box-shadow: 0 8px 22px rgba(6,42,90,.18);
}

.mk-btn--outline-light {
  background: 0 0;
  border-color: rgba(255,255,255,.6);
  color: #fff;
}

.mk-btn--outline-light:hover {
  background: rgba(255,255,255,.12);
  color: #fff;
}

.mk-btn--ghost {
  background: 0 0;
  border-color: var(--mk-border, #e5e7eb);
  color: var(--mk-text, #15314f);
}

.mk-btn--lg {
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 14px;
}

.mk-stat strong {
  color: var(--mk-primary-700, #063674);
}

.mk-country__current, .mk-country__list {
  border: 1px solid var(--mk-border, #e5e7eb);
}

.mk-country__list a:hover {
  background: var(--mk-bg, #f4f8fd);
}

.mk-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px 0;
  border-radius: 2px;
}

.mk-stat span {
  color: var(--mk-text-muted, #5f7694);
}

.mk-stat {
  background: var(--mk-surface, #fff);
  border: 1px solid var(--mk-border, #e5e7eb);
  border-radius: var(--mk-radius);
  box-shadow: var(--mk-shadow);
  padding: 26px 20px;
  text-align: center;
}

.mk-stat strong {
  display: block;
  font-size: 34px;
  font-weight: 900;
}

.mk-stat span {
  font-size: 14px;
}

.mk-tabs {
  margin-top: 56px;
}

.mk-tabs__head {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 8px;
}

.mk-tab {
  color: var(--mk-text-muted, #5f7694);
  padding: 12px 24px;
  border-radius: 12px;
  border: 1px solid var(--mk-border, #e5e7eb);
  background: var(--mk-surface, #fff);
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
  display: inline-flex;
  align-items: center;
  font-family: inherit;
}

.mk-pagination .page-numbers.current, .mk-tab.is-active {
  background: var(--mk-primary-700, #063674);
  border-color: var(--mk-primary-700, #063674);
  color: #fff;
}

.mk-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.mk-section__title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 22px;
  text-align: center;
}

.mk-grid--3 {
  grid-template-columns: repeat(3,1fr);
}

.mk-tech {
  background: var(--mk-surface, #fff);
  border: 1px solid var(--mk-border, #e5e7eb);
  border-radius: var(--mk-radius);
  box-shadow: var(--mk-shadow);
  padding: 24px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.mk-country__list a {
  color: var(--mk-text, #15314f);
}

.mk-page-header p {
  color: var(--mk-text-muted, #5f7694);
}

.mk-page-header {
  margin-bottom: 32px;
  text-align: center;
}

.mk-page-header h1 {
  font-size: clamp(28px,4vw,40px);
  margin-bottom: 8px;
}

.mk-page-header p {
  font-size: 17px;
}

.mk-form {
  border: 1px solid var(--mk-border, #e5e7eb);
  background: var(--mk-surface, #fff);
  border-radius: var(--mk-radius);
  padding: 32px;
  box-shadow: var(--mk-shadow);
}

.mk-form-section {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--mk-border, #e5e7eb);
}

.mk-form-section:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mk-form-section legend {
  font-size: 18px;
  font-weight: 800;
  color: var(--mk-primary-700, #063674);
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--mk-primary-700, #063674);
  display: inline-block;
}

.mk-form-row--3 {
  grid-template-columns: repeat(3,1fr);
}

.mk-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

.mk-form-field label {
  font-weight: 700;
  font-size: 14px;
  color: var(--mk-text, #15314f);
}

.mk-form-field .required {
  color: #e0245e;
  margin-inline-start: 4px;
}

.mk-form-field input, .mk-form-field select, .mk-form-field textarea {
  font-family: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--mk-border, #e5e7eb);
  background: var(--mk-surface, #fff);
  color: var(--mk-text, #15314f);
  transition: border-color .15s,box-shadow .15s;
}

.mk-form-field input:focus, .mk-form-field select:focus, .mk-form-field textarea:focus {
  outline: 0;
  border-color: var(--mk-primary-700, #063674);
  box-shadow: 0 0 0 3px rgba(6,54,116,.15);
}

.mk-form-field .description {
  font-size: 12px;
  color: var(--mk-text-muted, #5f7694);
  margin: 0;
}

.mk-checkbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 6px;
}

.mk-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--mk-border, #e5e7eb);
  border-radius: 999px;
  padding: 8px 14px;
  background: var(--mk-surface, #fff);
  font-size: 14px;
  color: var(--mk-text, #15314f);
  cursor: pointer;
  transition: border-color .15s,background .15s;
}

.mk-checkbox input {
  width: auto;
  margin: 0;
  accent-color: var(--mk-primary-700, #063674);
}

.mk-checkbox:hover {
  border-color: var(--mk-primary-700, #063674);
}

.mk-checkbox:has(input:checked) {
  border-color: var(--mk-primary-700, #063674);
  background: rgba(6,54,116,.06);
  font-weight: 700;
}

.mk-checkbox input:disabled+span {
  opacity: .45;
}

.mk-checkbox:has(input:disabled) {
  opacity: .7;
  cursor: not-allowed;
}

.mk-form-field--checkbox input, .mk-gateway-option input {
  width: auto;
}

.mk-form-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 12px;
}

.mk-alert {
  padding: 18px 22px;
  border-radius: var(--mk-radius-sm);
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mk-alert--success {
  background: #e8f5e9;
  border: 1px solid #c8e6c9;
  color: #2e7d32;
}

.mk-alert--error {
  background: #fdecea;
  border: 1px solid #f5c6cb;
  color: #c62828;
}

.mk-alert strong {
  font-size: 16px;
}

.mk-alert p {
  margin: 0;
  font-size: 14px;
}

.mk-alert a {
  font-weight: 700;
  text-decoration: underline;
}

.mk-image-preview {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.mk-image-preview img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.mk-current-avatar {
  margin-top: 10px;
}

.mk-current-avatar p {
  font-size: 13px;
  color: var(--mk-text-muted, #5f7694);
  margin-top: 6px;
}

.mk-image-preview img, .mk-packages-currency {
  border: 1px solid var(--mk-border, #e5e7eb);
}

.mk-packages-currency {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 12px 18px;
  margin-bottom: 28px;
  border-radius: var(--mk-radius-sm);
  background: var(--mk-bg, #f4f8fd);
  color: var(--mk-text-muted, #5f7694);
  font-size: 14px;
}

.mk-package__features svg, .mk-packages-currency strong {
  color: var(--mk-primary-700, #063674);
}

.mk-packages-currency-hint {
  font-size: 13px;
}

.mk-packages-section {
  margin-bottom: 48px;
}

.mk-packages-tabs {
  margin-top: 40px;
}

.mk-package {
  transform: translateZ(0);
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--mk-surface, #fff);
  border: 1px solid var(--mk-border, #e5e7eb);
  border-radius: 16px;
  padding: 28px 24px 24px;
  box-shadow: var(--mk-shadow);
  transition: transform .15s ease,box-shadow .15s ease,border-color .15s ease;
}

.mk-package:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(6,42,90,.12);
}

.mk-package.is-featured {
  border-color: var(--mk-border, #e5e7eb);
  box-shadow: 0 16px 36px rgba(6,42,90,.14);
}

.mk-package__badge {
  position: absolute;
  top: -12px;
  inset-inline-start: 50%;
  transform: translateX(50%);
  background: var(--mk-badge, #e6af63);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0,0,0,.12);
}

.mk-checkout-summary td, .mk-package__head {
  border-bottom: 1px solid var(--mk-border, #e5e7eb);
}

.mk-package__head {
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.mk-package__name, .mk-package__price strong {
  font-weight: 900;
  color: var(--mk-primary-700, #063674);
}

.mk-package__name {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.35;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mk-package__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
}

.mk-package__price strong {
  font-size: 32px;
}

.mk-package__limit, .mk-package__per {
  color: var(--mk-text-muted, #5f7694);
  font-size: 14px;
}

.mk-package__limit {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  background: var(--mk-bg, #f4f8fd);
  padding: 4px 12px;
  border-radius: 999px;
}

.mk-package__features {
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
  flex: 1;
}

.mk-package__features li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 7px 0;
  color: var(--mk-text, #15314f);
  font-size: 14px;
}

.mk-package__features svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.mk-package__features .mk-package__includes {
  font-weight: 800;
  color: var(--mk-primary-700, #063674);
  border-bottom: 1px dashed var(--mk-border, #e5e7eb);
  margin-bottom: 4px;
  padding-bottom: 10px;
}

.mk-package__actions {
  margin-top: auto;
}

.mk-page--narrow {
  max-width: 680px;
}

.mk-checkout-card {
  background: var(--mk-surface, #fff);
  border: 1px solid var(--mk-border, #e5e7eb);
  border-radius: 16px;
  padding: 28px;
  box-shadow: var(--mk-shadow);
}

.mk-checkout-package-title {
  font-size: 22px;
  font-weight: 900;
  color: var(--mk-primary-700, #063674);
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--mk-primary-700, #063674);
}

.mk-checkout-summary {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
}

.mk-checkout-summary td {
  padding: 12px 6px;
  font-size: 15px;
}

.mk-checkout-summary td:first-child {
  color: var(--mk-text-muted, #5f7694);
}

.mk-checkout-summary td:last-child {
  text-align: end;
  font-weight: 700;
  color: var(--mk-text, #15314f);
}

.mk-checkout-summary .mk-checkout-total td {
  border-bottom: 0;
  font-size: 18px;
  font-weight: 900;
}

.mk-checkout-summary .mk-checkout-total td:last-child {
  color: var(--mk-primary-700, #063674);
  font-size: 24px;
}

.mk-checkout-note {
  color: var(--mk-text-muted, #5f7694);
  font-size: 13px;
  background: var(--mk-bg, #f4f8fd);
  padding: 10px 14px;
  border-radius: 10px;
}

.mk-gateway-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mk-gateway-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--mk-border, #e5e7eb);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color .15s,background .15s;
}

.mk-gateway-option:has(input:checked) {
  border-color: var(--mk-primary-700, #063674);
  background: var(--mk-bg, #f4f8fd);
}

.mk-gateway-title {
  font-weight: 700;
}

.mk-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 32px;
}

.mk-ad-row__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mk-subscriptions-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mk-loadmore {
  text-align: center;
  margin: 26px 0 10px;
}

.mk-loadmore .mk-btn {
  min-width: 180px;
}

.mk-sub {
  background: var(--mk-surface, #fff);
  border: 1px solid var(--mk-border, #e5e7eb);
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: var(--mk-shadow);
}

.mk-sub__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.mk-sub__titles h2 {
  font-size: 18px;
  font-weight: 900;
  color: var(--mk-primary-700, #063674);
  margin: 0 0 4px;
}

.mk-sub__type {
  font-size: 12px;
  font-weight: 700;
  color: var(--mk-text-muted, #5f7694);
}

.mk-sub__status {
  font-size: 13px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 999px;
}

.mk-sub__body {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--mk-border, #e5e7eb);
  border-bottom: 1px solid var(--mk-border, #e5e7eb);
  margin-bottom: 14px;
}

.mk-sub__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mk-sub__meta-label {
  font-size: 12px;
  color: var(--mk-text-muted, #5f7694);
}

.mk-sub__meta-value {
  font-weight: 700;
  font-size: 15px;
  color: var(--mk-text, #15314f);
}

.mk-ads-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mk-ad-row, .mk-ad-row__thumb {
  display: flex;
  align-items: center;
}

.mk-ad-row {
  gap: 16px;
  background: var(--mk-surface, #fff);
  border: 1px solid var(--mk-border, #e5e7eb);
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: var(--mk-shadow);
}

.mk-ad-row__thumb {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--mk-bg, #f4f8fd);
  justify-content: center;
}

.mk-ad-row__noimg {
  font-size: 12px;
  color: var(--mk-text-muted, #5f7694);
  padding: 6px;
  text-align: center;
}

.mk-ad-row__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mk-ad-row__title {
  font-size: 16px;
  font-weight: 800;
  color: var(--mk-primary-700, #063674);
  margin: 0;
}

.mk-ad-row__status {
  font-size: 12px;
  font-weight: 700;
  width: max-content;
  padding: 3px 10px;
  border-radius: 999px;
}

.mk-ad-row__date, .mk-ad-row__note {
  color: var(--mk-text-muted, #5f7694);
}

.mk-ad-row__note {
  font-size: 13px;
  margin: 0;
}

.mk-ad-row__date {
  font-size: 12px;
}

.mk-ad-row__actions {
  display: flex;
  gap: 8px;
}

@media (max-width:768px) {
  .mk-form-row--2, .mk-form-row--3 {
    grid-template-columns: 1fr;
  }
  .mk-form {
    padding: 20px;
  }
}
.mk-pagination {
  margin-top: 30px;
}

.mk-pagination .nav-links {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
}

.mk-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border-radius: 10px;
  border: 1px solid var(--mk-border, #e5e7eb);
  background: var(--mk-surface, #fff);
  color: var(--mk-text, #15314f);
  font-weight: 700;
}

.mk-btn--block {
  display: block;
  width: 100%;
  text-align: center;
}

.mk-package-select {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mk-package-option {
  position: relative;
  display: block;
  border: 2px solid var(--mk-border, #e2e8f0);
  border-radius: 10px;
  padding: 16px;
  cursor: pointer;
  transition: border-color .15s ease,background .15s ease;
}

.mk-package-option:hover {
  border-color: var(--mk-primary-700, #063674);
}

.mk-package-option input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.mk-package-option:has(input:checked) {
  border-color: var(--mk-primary-700, #063674);
  background: rgba(6,54,116,.05);
}

.mk-package-option__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mk-package-option__name {
  font-weight: 700;
  font-size: 15px;
  color: var(--mk-text, #0f172a);
}

.mk-package-option__meta {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 13px;
  color: #64748b;
}

.mk-package-option__meta strong {
  color: var(--mk-primary-700, #063674);
  font-size: 15px;
}

.mk-package-option__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: #042a5a;
  background: var(--mk-badge, var(--mk-primary-700, #063674));
  padding: 2px 8px;
  border-radius: 999px;
  margin-inline-start: 6px;
  vertical-align: 2px;
}

.mk-package-option__limits {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  color: var(--mk-primary-700, #063674);
  margin-top: 2px;
}

.mk-package-option__features {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
  color: #475569;
  margin-top: 4px;
}

.mk-package-option__includes {
  font-size: 12px;
  font-weight: 800;
  color: var(--mk-primary-700, #063674);
  margin-top: 3px;
}

.mk-package-option__features span::before {
  content: "•";
  color: var(--mk-primary-700, #063674);
  margin-inline-end: 6px;
  font-weight: 800;
}

.mk-package-option.is-featured:has(input:checked) {
  background: rgba(6,54,116,.05);
}

.mk-error {
  display: block;
  margin-top: 6px;
  color: #dc2626;
  font-size: 13px;
}

@media (max-width:600px) {
  .mk-package-select {
    grid-template-columns: 1fr;
  }
}
@media (max-width:1024px) {
  .mk-grid--3 {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:600px) {
  .mk-grid--3 {
    grid-template-columns: 1fr;
  }
  .mk-ad-row {
    flex-wrap: wrap;
  }
  .mk-ad-row__actions {
    width: 100%;
  }
  .mk-sub {
    padding: 16px;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: 0;
  background: 0 0;
}

:focus-visible {
  outline: 3px solid var(--mk-frost-400);
  outline-offset: 2px;
}

.top-ribbon {
  height: 5px;
  background: linear-gradient(90deg,var(--mk-primary-900),var(--mk-primary-500) 45%,var(--mk-frost-400));
}

.container, .mk-container {
  max-width: var(--container,1240px);
  margin-inline: auto;
  padding-inline: 20px;
}

.mk-main {
  min-height: 60vh;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 13px 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 15px;
  font-family: inherit;
  transition: .25s transform,.25s box-shadow,.25s background,.25s color;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.4;
  text-align: center;
}

.btn-frost:hover {
  background: #eef3fb;
  color: var(--mk-primary-700);
}

.btn-primary {
  background: var(--mk-primary-700,#063674);
  color: #fff;
  box-shadow: 0 10px 26px -10px rgba(6,54,116,.55);
}

.btn-primary:hover {
  background: var(--mk-primary-900);
  color: #fff;
}

.btn-frost, .btn-outline {
  color: var(--mk-primary-700);
}

.btn-frost {
  background: #fff;
}

.btn-outline {
  background: 0 0;
  border: 1.5px solid var(--mk-primary-700);
}

.btn-outline:hover {
  background: var(--mk-primary-700);
  color: #fff;
}

.btn-ghost {
  background: #fff;
  color: var(--ink-900);
  border: 1px solid var(--sand-200,#EAE1CF);
  box-shadow: 0 6px 16px -12px rgba(6,54,116,.3);
}

.btn-ghost:hover {
  background: #fff;
  border-color: var(--mk-primary-500,#2a85ff);
  color: var(--mk-primary-700,#063674);
}

.btn-whatsapp {
  background: #1e9e5a;
  color: #fff;
}

.btn-whatsapp:hover {
  background: #187f48;
  color: #fff;
}

.btn-light {
  background: #fff;
  color: var(--mk-primary-700);
}

.btn-light:hover {
  background: #eef3fb;
  color: var(--mk-primary-700);
}

@media (hover:hover) {
  .btn:hover {
    transform: translateY(-2px);
  }
  .btn-frost:hover {
    transform: translateY(-1px);
  }
}
.btn-outline-light {
  background: 0 0;
  border: 1.5px solid rgba(255,255,255,.5);
  color: #fff;
}

.btn-outline-light:hover {
  background: rgba(255,255,255,.12);
  color: #fff;
}

.btn-block {
  width: 100%;
}

.btn-sm {
  padding: 9px 16px;
  font-size: 13.5px;
  border-radius: 999px;
}

.btn-lg {
  padding: 15px 30px;
  font-size: 16px;
}

.mk-btn:hover {
  transform: translateY(-2px);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 700;
  white-space: nowrap;
}

.badge-new {
  background: var(--new-100);
  color: var(--new-600);
}

.badge-used {
  background: var(--used-100);
  color: var(--used-600);
}

.badge-warn {
  background: var(--warn-100);
  color: var(--warn-600);
}

.badge-trusted {
  background: var(--new-100);
  color: var(--new-600);
}

.badge-pinned {
  background: #e0f2fe;
  color: #0369a1;
}

.badge-outline {
  border: 1px solid var(--sand-200);
  color: var(--ink-500);
  background: #fff;
}

.badge-gold {
  background: #f6e7c1;
  color: #8a6a1f;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 13px;
  color: var(--mk-primary-700);
  letter-spacing: .3px;
  background: var(--mk-frost-100,#E3F0FB);
  padding: 7px 16px;
  border-radius: 999px;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mk-frost-400);
}

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--sand-200,#EAE1CF);
  position: sticky;
  top: 0;
  z-index: 50;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
}

.site-header .custom-logo-link {
  display: inline-flex;
}

.logo-img, .site-header .custom-logo {
  width: auto;
  height: 58px;
}

.logo-img {
  height: 50px;
  max-width: 180px;
  object-fit: contain;
  flex-shrink: 0;
}

.logo, .mk-mobile-panel__heading h3, .mk-nav__card-body b {
  font-weight: 800;
  font-family: var(--font-display);
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  color: var(--mk-primary-900);
  flex-shrink: 0;
  text-decoration: none;
}

.logo em {
  font-style: normal;
  color: var(--mk-frost-400);
}

.mk-nav, .mk-nav__bar {
  display: flex;
  justify-content: center;
}

.mk-nav {
  flex: 1;
  min-width: 0;
}

.mk-nav__bar {
  align-items: center;
  gap: 2px;
  padding: 0;
  width: 100%;
  max-width: 920px;
  border: 0;
  border-radius: 0;
  background: 0 0;
  box-shadow: none;
}

.mk-nav__home, .mk-nav__list>li>a, .mk-nav__services-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  padding: 14px 20px;
  border-radius: 999px;
  border: 0;
  background: 0 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  color: #063674;
  cursor: pointer;
  text-decoration: none;
}

.mk-nav__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 2px;
}

.mk-nav__home:hover, .mk-nav__list>li.current-menu-item>a, .mk-nav__list>li>a:hover, .mk-nav__services:hover .mk-nav__services-trigger {
  background: rgba(6,54,116,.07);
  color: #042a5a;
}

.mk-nav__services {
  position: relative;
}

.mk-nav__chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -3px;
  transition: transform .22s ease;
  flex-shrink: 0;
}

.mk-nav__services:hover .mk-nav__chevron {
  transform: rotate(-135deg);
  margin-top: 3px;
}

.mk-nav__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  inset-inline-start: 50%;
  transform: translateX(50%) translateY(8px);
  width: 520px;
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(6,54,116,.14);
  border-radius: 20px;
  box-shadow: 0 22px 44px -18px rgba(6,42,90,.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .22s opacity,.22s transform,.22s visibility;
  z-index: 60;
}

.mk-country__list::before, .mk-nav__dropdown::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: -12px;
  height: 12px;
}

.mk-nav__services:hover .mk-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(50%) translateY(0);
  pointer-events: auto;
}

.mk-nav__dropdown-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}

.mk-nav__card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(6,54,116,.1);
  border-radius: 16px;
  background: linear-gradient(180deg,#fff,#f6faff);
  text-decoration: none;
  color: inherit;
  transition: .2s transform,.2s border-color,.2s box-shadow;
}

.mk-nav__card:hover {
  transform: translateY(-2px);
  border-color: rgba(6,54,116,.25);
  box-shadow: 0 12px 24px -14px rgba(6,42,90,.3);
}

.mk-nav__card-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: rgba(6,54,116,.08);
  font-size: 1.05rem;
}

.mk-nav__card-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mk-nav__card-body b {
  color: #063674;
  font-size: 14.5px;
}

.mk-nav__card-body span {
  color: #5f7694;
  font-size: 12.5px;
  line-height: 1.6;
  font-weight: 500;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.action-pill, .mk-country__list a {
  align-items: center;
  text-decoration: none;
}

.action-pill {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 14px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid rgba(6,54,116,.14);
  color: #063674;
  transition: .2s background,.2s border-color,.2s transform;
}

.action-pill:hover {
  background: #f4f8fd;
  border-color: rgba(6,54,116,.28);
  transform: translateY(-1px);
}

.action-pill:active {
  transform: translateY(0);
}

.action-pill__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.action-pill svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.action-pill__count {
  position: absolute;
  top: -5px;
  inset-inline-end: -5px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 999px;
  background: linear-gradient(135deg,#063674,#0a4b9e);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  border: 2px solid #fff;
}

.action-pill__count--zero {
  display: none;
}

.mk-country {
  position: relative;
}

.mk-country, .mk-country--desktop, .mk-country--mobile {
  display: inline-block;
}

.mk-country--mobile {
  width: 100%;
}

.mk-country__current {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f4f8fd;
  border: 1px solid rgba(6,54,116,.12);
  border-radius: 999px;
  padding: 9px 14px;
  font-weight: 700;
  font-size: 13.5px;
  color: #063674;
  white-space: nowrap;
}

.mk-country__current:hover {
  border-color: rgba(6,54,116,.28);
  background: #e3f0fb;
}

.mk-country__caret {
  font-size: 9px;
  opacity: .7;
}

.mk-country__list {
  background: #fff;
  box-shadow: 0 18px 34px -18px rgba(6,42,90,.4);
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  inset-inline-end: 0;
  border: 1px solid rgba(6,54,116,.14);
  border-radius: 14px;
  list-style: none;
  margin: 0;
  padding: 6px;
  min-width: 200px;
  z-index: 70;
}

.mk-country__list::before {
  top: -10px;
  height: 10px;
}

.mk-country.is-open .mk-country__list, .mk-country:hover .mk-country__list {
  display: block;
}

.mk-country__list .mk-country__title {
  font-size: 11.5px;
  font-weight: 800;
  color: #5f7694;
  padding: 8px 11px 6px;
}

.mk-country__list a {
  display: flex;
  gap: 9px;
  padding: 9px 11px;
  border-radius: 10px;
  font-size: 14px;
  color: #15314f;
  font-weight: 500;
}

.mk-country__list a:hover {
  background: #f4f8fd;
}

.mk-country__list a.is-current {
  background: #e3f0fb;
  color: #042a5a;
  font-weight: 700;
}

.mk-country__flag {
  line-height: 1;
}

.mk-country__tick {
  margin-inline-start: auto;
  color: #063674;
  font-weight: 800;
}

.mk-nav-toggle {
  background: #fff;
  border: 1px solid rgba(6,54,116,.14);
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 14px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.mk-nav-toggle__icon {
  width: 24px;
  height: 24px;
  color: #063674;
  display: block;
  flex-shrink: 0;
}

.mk-mobile-panel {
  position: fixed;
  inset: 0;
  height: 100dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--mk-primary-900);
  padding: 20px 20px calc(90px + env(safe-area-inset-bottom,0));
  z-index: 80;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: .28s opacity,.28s transform,.28s visibility;
}

.mk-mobile-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mk-mobile-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 8px 0 16px;
}

.mk-mobile-panel__heading h3 {
  margin: 0;
  color: #fff;
  font-size: 1.3rem;
}

.mk-mobile-panel__heading p {
  margin: 3px 0 0;
  color: rgba(255,255,255,.7);
  font-size: .8rem;
}

.mk-mobile-panel__close {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  color: #fff;
  cursor: pointer;
  position: relative;
  flex: 0 0 52px;
}

.mk-mobile-panel__close-x {
  position: absolute;
  inset: 0;
  display: block;
}

.mk-mobile-panel__close-x::after, .mk-mobile-panel__close-x::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 14px;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
  transform-origin: center;
}

.mk-mobile-panel__close-x::before {
  transform: rotate(45deg);
}

.mk-mobile-panel__close-x::after {
  transform: rotate(-45deg);
}

.mk-mobile-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.mk-mobile-panel__list>li>a, .mk-mobile-panel__sub-trigger {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 64px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: 0 0;
  color: #fff;
  font-family: inherit;
  font-size: .98rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  text-align: start;
}

.mk-mobile-panel__label {
  flex: 1;
  text-align: start;
  color: #fff;
}

.mk-mobile-panel__arrow {
  color: rgba(255,255,255,.4);
  font-size: 1.1rem;
  flex: 0 0 auto;
}

.mk-mobile-panel__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
}

.mk-mobile-panel__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #e6af63;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mk-mobile-panel__sub {
  display: none;
  gap: 10px;
  padding: 4px 4px 16px;
}

.mk-mobile-panel__list>li.is-open .mk-mobile-panel__sub {
  display: grid;
}

.mk-mobile-panel__sub a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
  color: #fff;
  text-decoration: none;
}

.mk-mobile-panel__card-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08);
  border-radius: 10px;
  color: #e6af63;
  font-size: 1rem;
}

.mk-mobile-panel__sub span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mk-mobile-panel__sub b {
  color: #fff;
  font-size: .92rem;
  font-weight: 800;
}

.mk-mobile-panel__sub small {
  color: rgba(255,255,255,.7);
  font-size: .78rem;
  line-height: 1.6;
}

.mk-mobile-panel__cta {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 16px;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 14px 20px;
  margin-top: 22px;
  background: #fff;
  color: #063674;
  font-family: inherit;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: 0 12px 26px -12px rgba(0,0,0,.45);
}

.mk-mobile-panel__geo {
  padding: 16px 0;
}

.mk-mobile-panel__geo .mk-country__current {
  width: 100%;
  justify-content: flex-start;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
  color: #fff;
}

.mk-mobile-panel__geo .mk-country__current:hover {
  background: rgba(255,255,255,.14);
}

.mk-mobile-panel .mk-country__list {
  inset-inline: 0;
  bottom: calc(100% + 6px);
  top: auto;
  background: #042a5a;
  border-color: rgba(255,255,255,.15);
  margin: 0;
}

.mk-mobile-panel .mk-country__list::before {
  top: auto;
  bottom: -6px;
  height: 6px;
}

.mk-mobile-panel .mk-country__list a {
  color: rgba(255,255,255,.9);
}

.mk-mobile-panel .mk-country__list a:hover {
  background: rgba(255,255,255,.1);
  color: #fff;
}

.mk-mobile-panel .mk-country__list a.is-current {
  background: rgba(255,255,255,.14);
  color: #fff;
}

.mk-mobile-panel .mk-country__title {
  color: rgba(255,255,255,.5);
}

.mk-mobile-panel .mk-country__tick {
  color: #e6af63;
}

.mk-mobile-panel__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4,23,50,.35);
  z-index: 70;
  opacity: 0;
  visibility: hidden;
  transition: .28s opacity,.28s visibility;
}

.mk-mobile-panel__backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

body.mk-menu-locked {
  overflow: hidden;
  overscroll-behavior: none;
}

.mobile-tabbar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: var(--mk-primary-900);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 10px 8px calc(12px + env(safe-area-inset-bottom));
  align-items: center;
  justify-items: center;
  grid-template-columns: repeat(5,1fr);
  box-shadow: 0 -8px 24px -12px rgba(4,23,50,.35);
}

.mobile-tabbar a {
  margin: 0;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 6px 2px 5px;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,.48);
  border-radius: 14px;
  position: relative;
  transition: .2s;
  -webkit-tap-highlight-color: transparent;
}

.mobile-tabbar a.active {
  color: #fff;
  background: rgba(255,255,255,.1);
  padding: 6px 16px 5px;
}

.mobile-tabbar a.active::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 3px;
  border-radius: 2px;
  background: #e6af63;
}

.mobile-tabbar .ic {
  width: 28px;
  height: 26px;
  display: grid;
  place-items: center;
}

.mobile-tabbar .ic svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-tabbar .add-btn-wrap {
  justify-self: center;
  position: relative;
}

.mobile-tabbar .add-btn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid #e6af63;
  background: transparent;
  padding: 0;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 30px -16px rgba(4,42,90,.65);
  transition: box-shadow .2s,background .2s;
  cursor: pointer;
  text-decoration: none;
}

.mobile-tabbar .add-btn:hover {
  transform: translate(-50%,-50%);
  background: radial-gradient(circle at 30% 26%,#f7d9a2,#e6af63 48%,#d4994d 100%);
  border: 1px solid rgba(178,116,32,.55);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65),inset 0 -2px 4px rgba(170,110,30,.35),0 20px 36px -12px rgba(4,42,90,.7);
}

.mobile-tabbar .add-btn svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #e6af63;
  stroke-width: 2.8;
  stroke-linecap: round;
}

.mobile-tabbar .add-btn:hover svg, .mobile-tabbar .add-btn:active svg {
  stroke: #fff;
}

.mobile-tabbar__account .ic img, .mobile-tabbar__account .ic .mobile-tabbar__avatar-initial {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,.3);
}

.mobile-tabbar__account .ic .mobile-tabbar__avatar-initial {
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  background: #e8f0fb;
  color: #0a4bb0;
}

.mobile-tabbar__account.is-logged-in .ic img, .mobile-tabbar__account.is-logged-in .ic .mobile-tabbar__avatar-initial {
  border-color: rgba(255,255,255,.6);
}

.section {
  padding: 40px 0;
}

.section-tight {
  padding: 40px 0;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.section-head h2 {
  font-size: clamp(22px,3vw,30px);
}

.section-sub {
  color: var(--ink-500);
  font-size: 15px;
  margin-top: 8px;
  max-width: 560px;
}

.card-b .media a {
  width: 100%;
  height: 60px;
  display: block;
}

.hero {
  position: relative;
  overflow: hidden;
  background-color: #063674;
  color: #fff;
  padding: 80px 0 80px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,rgba(6,54,116,.95)0,rgba(4,42,90,.92) 40%,rgba(2,18,43,.88) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero h1 {
  color: #fff;
  font-size: clamp(30px,4.4vw,48px);
  margin: 18px 0 16px;
}

.hero p {
  color: #cfe4f4;
  font-size: 16.5px;
  max-width: 520px;
  margin: 0 0 30px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.hero-card, .hero-card__icon {
  display: flex;
  align-items: center;
}

.hero-card {
  gap: 12px;
  width: 100%;
  text-align: start;
  cursor: pointer;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 25px;
  transition: .25s;
  font-family: inherit;
  color: #fff;
}

.hero-card:hover {
  background: rgba(255,255,255,.1);
  transform: translateY(-2px);
}

.hero-card.is-active {
  background: #fff;
  border-color: rgba(255,255,255,.5);
  box-shadow: 0 12px 28px -12px rgba(0,0,0,.4);
  color: #042a5a;
}

.hero-card__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  justify-content: center;
  background: rgba(255,255,255,.1);
  border-radius: 11px;
  font-size: 19px;
}

.hero-card.is-active .hero-card__icon {
  background: rgba(6,54,116,.08);
}

.hero-card__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

.hero-card__body b {
  font-size: 15px;
  font-family: var(--font-display);
}

.hero-card__body small {
  font-size: 12px;
  color: #b8d4ea;
  line-height: 1.4;
}

.hero-card.is-active .hero-card__arrow, .hero-card.is-active .hero-card__body small {
  color: #042a5a;
}

.hero-card__arrow {
  font-size: 14px;
  font-weight: 800;
  color: #ffd9a8;
  flex-shrink: 0;
  margin-inline-start: auto;
}

.hero-card__arrow::before {
  content: "استعرض ";
  margin-inline-end: 4px;
}

.mk-tabs__pane[hidden] {
  display: none;
}

.grid-2, .grid-3, .grid-4 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
}

.grid-2, .grid-3 {
  grid-template-columns: repeat(3,1fr);
}

@media (max-width:1180px) {
  .grid-3, .grid-4 {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:768px) {
  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }
}
.mk-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 26px;
}

@media (max-width:1180px) {
  .mk-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:768px) {
  .mk-grid {
    grid-template-columns: 1fr;
  }
}
.card-b {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: .3s transform,.3s box-shadow;
  display: flex;
  flex-direction: column;
}

.card-b .media {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: linear-gradient(180deg,#eef4fb,#e3eef8);
}

.card-b .media a {
  height: 100%;
}

.card-b .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s transform;
}

.card-b .fav {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.7);
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(6,42,90,.16);
  transition: .2s transform;
  z-index: 2;
}

.card-b .fav:active {
  transform: scale(.9);
}

.card-b .fav svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--warn-600);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-b .fav[data-active="1"] svg {
  fill: var(--warn-600);
  stroke: var(--warn-600);
}

.card-b .fav[data-active="1"] {
  animation: mk-heart-pop .35s ease;
}

@media (hover:hover) {
  .card-b:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-card-hover);
  }
  .card-b:hover .media img {
    transform: scale(1.05);
  }
  .card-b .fav:hover {
    transform: scale(1.1);
  }
}
.card-b .corner {
  font-size: 11px;
  font-weight: 800;
  padding: 4px 11px;
  border-radius: 8px;
  color: #fff;
  white-space: nowrap;
}

.card-b .corner.gold {
  background: var(--mk-gold);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.28);
}

.card-b .corner.pin {
  background: rgba(3,105,161,.9);
}

.card-b .pricechip, .card-b .vused {
  position: absolute;
  bottom: 12px;
  font-weight: 800;
  z-index: 2;
}

.card-b .pricechip {
  inset-inline-start: 12px;
  background: rgba(4,42,90,.88);
  color: #fff;
  border-radius: 12px;
  padding: 8px 14px;
  font-size: 15px;
  box-shadow: 0 8px 18px rgba(4,42,90,.35);
}

.card-b .pricechip, .card-b .pricechip .mukaif-price {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
}

.card-b .pricechip .currency-symbol {
  font-size: 10px;
  font-weight: 700;
  color: var(--mk-gold-600);
}

.card-b .vused {
  inset-inline-end: 12px;
  font-size: 11px;
  padding: 5px 12px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(6,42,90,.14);
  white-space: nowrap;
}

.card-b .vused.used {
  background: var(--used-100);
  color: var(--used-600);
}

.card-b .meta .m.ok, .card-b .vused.new {
  background: var(--new-100);
  color: var(--new-600);
}

.card-b .vused.warn {
  background: var(--warn-100);
  color: var(--warn-600);
}

.card-b .vused.outline {
  background: rgba(255,255,255,.94);
  color: var(--ink-700);
  border: 1px solid var(--sand-200);
}

.card-b .body {
  padding: 15px 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: var(--sand-50);
}

.card-b .body .eyebrow, .card-b .meta {
  display: flex;
  align-items: center;
  gap: 6px;
}

.card-b .body .eyebrow {
  font-size: 11px;
  font-weight: 800;
  color: var(--mk-gold-600);
  margin-bottom: 5px;
  background: 0 0;
  padding: 0;
  border-radius: 0;
  letter-spacing: normal;
  white-space: nowrap;
}

.card-b .body .eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mk-gold);
  flex-shrink: 0;
}

.card-b h3 {
  font-size: 15px;
  font-weight: 800;
  color: var(--mk-primary-900);
  margin: 0 0 12px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-b h3 a {
  color: inherit;
  text-decoration: none;
}

.article-body h3 a:hover, .article-body h2 a:hover, .breadcrumb a:hover, .card-b h3 a:hover {
  color: var(--mk-primary-700);
}

.card-b .meta {
  justify-content: space-between;
  border-top: 1px solid var(--sand-200);
  padding-top: 10px;
  margin-top: auto;
  flex-wrap: wrap;
}

.card-b .meta .loc, .card-b .meta .m {
  font-size: 11.5px;
  background: #fff;
  border: 1px solid var(--sand-200);
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.card-b .meta .m {
  font-weight: 700;
  color: var(--ink-700);
}

.card-b .meta .m.ok {
  border-color: transparent;
}

.card-b .meta .loc {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--ink-500);
}

.card-b .meta .loc svg {
  width: 12px;
  height: 12px;
  color: var(--mk-primary-500);
  flex-shrink: 0;
}

@media (max-width:768px) {
  .card-b h3 {
    font-size: 14.5px;
  }
  .card-b .media {
    aspect-ratio: 4/3;
  }
  .card-b .pricechip {
    bottom: 10px;
    font-size: 14px;
    padding: 7px 12px;
  }
  .card-b .body {
    padding: 13px 14px 14px;
  }
}
.mukaif-price {
  display: inline-flex;
  align-items: baseline;
}

.mukaif-price.symbol-after, .mukaif-price.symbol-before {
  gap: 4px;
}

.mukaif-price .currency-symbol {
  font-size: .62em;
  font-weight: 600;
  color: var(--ink-500);
  white-space: nowrap;
}

.tech-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  color: var(--ink-900);
  position: relative;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  transition: .25s transform,.25s box-shadow;
}

.tech-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
}

.tech-body {
  display: flex;
  align-items: center;
  padding: 14px 20px 22px;
  text-align: center;
  flex-direction: column;
  flex: 1;
}

.tech-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  background: var(--sand-50);
  border: 1px solid var(--sand-100);
  padding: 4px 12px;
  border-radius: 999px;
}

.tech-count {
  color: var(--ink-500);
  font-size: 11px;
}

.tech-act.c:hover {
  background: var(--mk-frost-100);
}

.tech-act.c {
  color: var(--mk-primary-700);
}

.tech-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  width: 100%;
}

.tech-act {
  border-radius: 12px;
  text-decoration: none;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  transition: .15s;
  flex-shrink: 0;
  box-shadow: 0 3px 8px -3px rgba(6,54,116,.2);
}

.tech-act svg {
  width: 18px;
  height: 18px;
}

.tech-act.c {
  background: var(--mk-frost-100);
  border: 1px solid var(--sand-200);
}

.tech-act.c:hover {
  color: var(--mk-primary-600);
  border-color: var(--sand-200);
}

.tech-act.w {
  background: #25d366;
  color: #fff;
}

.tech-act.w:hover {
  filter: brightness(.96);
}

@media (hover:none) {
  .tech-act.c:hover {
    border-color: var(--sand-200);
  }
}
.article-card, .cta-banner {
  overflow: hidden;
  display: flex;
}

.cta-banner {
  background: linear-gradient(120deg,var(--mk-primary-700),var(--mk-primary-900));
  border-radius: var(--radius-lg);
  padding: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  flex-wrap: wrap;
  position: relative;
  margin-top: 50px;
}

.cta-banner::before {
  content: "❄";
  position: absolute;
  font-size: 180px;
  left: -20px;
  top: -50px;
  opacity: .08;
}

.cta-banner h3 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 8px;
}

.cta-banner p {
  color: #cfe4f4;
  margin: 0;
  max-width: 460px;
}

.cta-banner .actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.article-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px -14px rgba(6,42,90,.35);
  transition: transform .25s,box-shadow .25s;
  flex-direction: column;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px -16px rgba(6,42,90,.42);
}

.article-media {
  display: block;
  margin: 8px 8px 0;
  width: calc(100% - 16px);
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 12px;
  background: var(--sand-100);
}

.article-media img, .tech-profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-media__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,var(--mk-frost-100,#e8f0fb),var(--sand-100,#f2f5f8));
  color: var(--mk-primary-500);
  font-size: 40px;
}

.article-body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.article-body h3, .article-body h2 {
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 6px;
}

.article-body h3, .article-body h2, .article-body h3 a, .article-body h2 a {
  color: var(--ink-900);
}

.article-meta {
  display: flex;
  gap: 10px;
  font-size: 11px;
  color: var(--ink-500);
  margin-top: auto;
  padding-top: 9px;
  border-top: 1px solid var(--sand-100);
}

.article-cat {
  display: inline-block;
  align-self: flex-start;
  padding: 3px 9px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: var(--mk-frost-100,#e8f0fb);
  color: var(--mk-primary-600);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2px;
}

.article-excerpt {
  font-size: 11.5px;
  color: var(--ink-500);
  line-height: 1.65;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-hero {
  background: var(--sand-100);
  padding: 38px 0;
  border-bottom: 1px solid var(--sand-200);
}

.page-hero h1 {
  font-size: clamp(24px,3vw,32px);
}

.page-hero p {
  color: var(--ink-700);
  max-width: 680px;
  margin-top: 10px;
}

.listing-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  align-items: flex-start;
}

.filters-card {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: 22px;
  position: sticky;
  top: 90px;
}

.filters-card h2 {
  font-size: 17px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filters-card h2 a {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--mk-primary-600);
}

.filter-group {
  margin-bottom: 20px;
}

.filter-group label {
  display: block;
  font-weight: 700;
  font-size: 13.5px;
  margin-bottom: 8px;
  color: var(--ink-700);
}

.filter-select {
  width: 100%;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid var(--sand-200);
  background: #fff;
  font-family: inherit;
  font-size: 13.5px;
  color: var(--ink-900);
}

.chip {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--sand-200);
  font-size: 12.5px;
  font-weight: 700;
  background: #fff;
  color: var(--ink-700);
}

.chip.active {
  background: var(--mk-primary-700);
  border-color: var(--mk-primary-700);
  color: #fff;
}

.listing-toolbar, .range-labels {
  display: flex;
  justify-content: space-between;
}

.listing-toolbar {
  align-items: center;
  margin-bottom: 18px;
  flex-wrap: wrap;
  gap: 10px;
}

.result-count {
  color: var(--ink-500);
  font-size: 14px;
}

.breadcrumb, .spec-list li {
  font-size: 13px;
  color: var(--ink-500);
}

.breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.info-card {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: 26px;
  margin-bottom: 24px;
}

.info-card h2 {
  margin-bottom: 14px;
  font-size: 17px;
  color: var(--ink-900);
}

.spec-list li b {
  color: var(--ink-700);
  font-size: 14.5px;
}

.spec-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.spec-list li {
  background: var(--sand-50);
  border-radius: 10px;
  padding: 12px 14px;
}

.spec-list li b {
  display: block;
  color: var(--mk-primary-900);
  margin-top: 2px;
}

.info-card h2, .spec-list--services li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.spec-list--services li {
  font-weight: 600;
  padding: 13px 14px;
}

.spec-list--services li svg {
  color: var(--mk-primary-600);
  flex-shrink: 0;
}

.spec-list--services li span {
  line-height: 1.5;
}

.spec-list__more {
  color: var(--mk-primary-600);
  font-weight: 700;
  justify-content: center;
  border: 1px dashed var(--mk-frost-400);
  background: #fff!important;
}

.tech-hero {
  background: linear-gradient(180deg,var(--mk-frost-100),var(--sand-50) 70%);
  padding: 30px 0 0;
}

.tech-profile-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-pop);
  padding: 32px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
  transform: translateY(26px);
}

.tech-profile-avatar {
  width: 120px;
  height: 120px;
  border-radius: 26px;
  object-fit: cover;
  background: var(--sand-100);
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 12px 28px -12px rgba(6,54,116,.35);
}

.tech-profile-info h1 {
  font-size: 24px;
  margin-bottom: 8px;
  color: var(--mk-primary-900);
}

.tech-loc-row {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--ink-500);
  font-size: 14px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.tech-profile-badges, .tech-profile-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.tech-profile-badges {
  gap: 6px;
}

.tech-profile-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 190px;
}

.side-card .btn, .tech-profile-actions .btn {
  flex-direction: row-reverse;
}

.tech-body--single {
  padding-top: 78px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  align-items: flex-start;
}

.side-card {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: 22px;
  margin-bottom: 20px;
}

.side-card h2 {
  font-size: 15px;
  margin-bottom: 12px;
  color: var(--ink-900);
}

.stars {
  color: var(--mk-gold-600);
  font-size: 15px;
  letter-spacing: 2px;
}

.empty-state {
  text-align: center;
  padding: 40px 20px;
  color: var(--ink-500);
  background: var(--sand-100);
  border-radius: var(--radius-md);
  font-size: 14px;
}

.tech-rating-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13.5px;
}

.tech-rating-line__stars {
  color: var(--mk-gold-600);
  font-size: 15px;
  letter-spacing: 1px;
}

.tech-rating-line__score {
  font-weight: 800;
  color: var(--mk-primary-900);
  font-size: 19px;
  line-height: 1;
}

.tech-rating-line__count {
  color: var(--ink-500);
  font-size: 12.5px;
}

.mukaif-reviews {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 22px;
}

.mukaif-review {
  background: var(--sand-50);
  border: 1px solid var(--sand-100);
  border-radius: var(--radius-md);
  padding: 14px 16px;
}

.mukaif-review__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.mukaif-review__head strong, .spec-list--services li {
  color: var(--ink-900);
  font-size: 13.5px;
}

.mukaif-review__stars {
  color: var(--mk-gold-600);
  font-size: 12.5px;
  letter-spacing: 1px;
}

.mukaif-review__body {
  color: var(--ink-700);
  font-size: 13.5px;
  line-height: 1.7;
  margin-top: 8px;
}

.mukaif-review__date {
  margin-top: 8px;
  font-size: 11px;
  color: var(--ink-500);
}

.mukaif-rate-msg {
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  font-size: 13.5px;
  margin-bottom: 16px;
  display: none;
}

.mukaif-rate-msg.ok {
  display: block;
  background: var(--mk-gold-100);
  color: var(--mk-gold-600);
  border: 1px solid var(--mk-gold);
}

.mukaif-rate-msg.err {
  display: block;
  background: #fde8e8;
  color: #b3261e;
  border: 1px solid #f5c2c7;
}

.mukaif-rate-form h3 {
  font-size: 14.5px;
  color: var(--ink-900);
  margin: 0 0 10px;
}

.mk-stars-input {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 2px;
  font-size: 26px;
  margin-bottom: 14px;
}

.mk-stars-input input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.mk-stars-input label {
  cursor: pointer;
  color: var(--sand-200);
  transition: color .12s;
}

.mk-stars-input input:checked~label, .mk-stars-input label:hover, .mk-stars-input label:hover~label {
  color: var(--mk-gold-600);
}

.mk-stars-input input:focus-visible+label {
  outline: 2px solid var(--mk-primary-500);
  outline-offset: 2px;
  border-radius: 3px;
}

.mukaif-rate-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.mukaif-rate-form textarea {
  width: 100%;
  min-height: 74px;
  padding: 10px 12px;
  border: 1px solid var(--sand-200);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 13.5px;
  color: var(--ink-900);
  background: #fff;
  margin-bottom: 12px;
  resize: vertical;
}

.mukaif-rate-form input:focus, .mukaif-rate-form textarea:focus {
  border-color: var(--mk-primary-500);
  outline: 0;
}

.mukaif-rate-form input[type=email], .mukaif-rate-form input[type=text] {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid var(--sand-200);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 13.5px;
  color: var(--ink-900);
  background: #fff;
}

.mukaif-rate-form .btn {
  width: auto;
}

@media (max-width:600px) {
  .mukaif-rate-form__row {
    grid-template-columns: 1fr;
  }
}
.contact-form h2, .contact-info h2 {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--mk-primary-900);
  margin: 0 0 10px;
}

.contact-info>p {
  color: var(--ink-500);
  font-size: 14px;
  margin: 0 0 20px;
}

.contact-methods {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-methods li {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--sand-200);
  border-radius: var(--radius-md);
  padding: 16px 18px;
}

.contact-methods__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--mk-frost-100);
  font-size: 1.2rem;
}

.contact-methods b {
  display: block;
  font-size: 13px;
  color: var(--ink-500);
  font-weight: 700;
  margin-bottom: 2px;
}

.contact-methods a {
  color: var(--mk-primary-700);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.contact-methods a:hover {
  color: var(--mk-primary-900);
}

.contact-form .mk-form {
  margin-bottom: 24px;
}

.site-footer {
  background: var(--mk-primary-900);
  color: #cfe4f4;
  margin-top: 70px;
}

.site-footer .logo {
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 28px;
  padding: 52px 0 36px;
}

.footer-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: start;
  gap: 4px 18px;
}

.footer-brand .logo {
  flex-shrink: 0;
}

.footer-brand p {
  min-width: 220px;
  font-size: 14px;
  color: #9fc3e0;
  line-height: 1.7;
}

.footer-logo {
  height: 70px;
  width: auto;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  flex-basis: 100%;
}

.footer-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  color: #cfe4f4;
  transition: background .2s,color .2s;
}

.footer-social a:hover {
  background: var(--mk-gold);
  color: #063674;
}

.footer-social a[href*="wa.me"]:hover {
  background: #187f48;
  color: #fff;
}

.footer-social a svg {
  width: 18px;
  height: 18px;
}

.footer-col summary {
  display: block;
  list-style: none;
  cursor: default;
  margin: 0;
}

.footer-col summary::-webkit-details-marker {
  display: none;
}

.footer-col h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 15px;
  color: #fff;
}

.footer-col ul {
  padding: 8px 0 2px;
  margin: 0;
}

.footer-col li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-col li a {
  color: #cfe4f4;
}

.footer-bottom ul a:hover, .footer-col li a:hover {
  color: var(--mk-frost-400);
}

.footer-col p {
  font-size: 13.5px;
  color: #9fc3e0;
}

.newsletter-form {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.newsletter-form input {
  flex: 1;
  padding: 12px 14px;
  border-radius: 10px;
  border: 0;
  font-family: inherit;
  min-width: 0;
}

.newsletter-form .btn {
  padding: 12px 20px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  color: #7fa9cb;
}

.footer-bottom ul {
  display: flex;
  gap: 18px;
}

.footer-bottom ul a {
  color: #7fa9cb;
}

.mk-page {
  padding-block: 44px 60px;
}

.ck-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(7,18,45,.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.ck-popup-overlay.is-open {
  display: flex;
}

.ck-popup-card {
  font-family: inherit;
  background: var(--mk-primary-900);
  width: 100%;
  max-width: 400px;
  border-radius: 28px;
  padding: 45px 24px;
  position: relative;
  box-shadow: 0 40px 100px rgba(0,0,0,.6);
  border: 1px solid rgba(255,255,255,.1);
  text-align: center;
}

.ck-popup-close {
  position: absolute;
  top: -15px;
  inset-inline-start: -15px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  z-index: 100;
}

.ck-popup-close:hover {
  transform: none;
}

.ck-popup-close svg {
  width: 22px;
  height: 22px;
  stroke: #063674;
}

.ck-popup-title {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 8px;
  display: block;
}

.ck-popup-subtitle {
  color: rgba(255,255,255,.7);
  font-size: 15px;
  margin-bottom: 30px;
  display: block;
}

.ck-popup-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  padding: 18px 20px;
  margin-bottom: 12px;
  text-decoration: none;
  transition: .2s;
}

.ck-popup-option:hover {
  background: rgba(255,255,255,.1);
  border-color: #2a85ff;
  transform: translateY(-2px);
}

.ck-popup-option-info {
  flex: 1;
  text-align: start;
}

.ck-popup-option-info b {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 2px;
}

.ck-popup-option-info span {
  color: rgba(255,255,255,.7);
  font-size: 13px;
}

.ck-popup-option-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: 15px;
  flex-shrink: 0;
}

@media (prefers-reduced-motion:reduce) {
  * {
    animation-duration: .001ms!important;
    transition-duration: .001ms!important;
  }
}
@media (max-width:1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .listing-layout {
    grid-template-columns: 1fr;
  }
  .filters-card {
    position: static;
  }
  .tech-body--single {
    grid-template-columns: 1fr;
  }
  .mk-nav {
    display: none;
  }
  .header-actions .action-pill, .mk-country--desktop {
    display: none;
  }
  .header-actions .action-pill--fav {
    display: inline-flex;
  }
  .header-actions .action-pill {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  .header-actions .action-pill svg {
    width: 24px;
    height: 24px;
  }
  .site-header .custom-logo {
    height: 44px;
  }
  .mk-nav-toggle {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  .mk-nav-toggle__icon {
    width: 24px;
    height: 24px;
  }
  .logo {
    font-size: 21px;
  }
  .logo-img {
    height: 38px;
    max-width: 130px;
  }
  .header-top {
    padding: 11px 16px;
    gap: 12px;
  }
  .grid-3, .grid-4 {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:768px) {
  .mk-container {
    padding-inline: 14px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .header-top {
    padding: 10px 14px;
    gap: 10px;
  }
  .mobile-tabbar {
    display: grid;
  }
  .site-footer {
    padding-bottom: 80px;
  }
  .mk-main, body {
    padding-bottom: 0;
  }
  .cta-banner {
    flex-direction: column;
    text-align: center;
  }
  .cta-banner .actions {
    justify-content: center;
  }
  .tech-profile-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    transform: translateY(18px);
    gap: 22px;
  }
  .tech-profile-info {
    width: 100%;
  }
  .tech-loc-row, .tech-profile-badges, .tech-profile-tags {
    justify-content: center;
    width: 100%;
  }
  .tech-profile-tags {
    flex-direction: column;
    align-items: center;
  }
  .tech-profile-tags .badge, .tech-rating-line {
    width: 100%;
    justify-content: center;
  }
  .tech-profile-actions {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-inline: 25px;
  }
  .footer-brand {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
  }
  .ad-single {
    padding: 10px 0 24px;
  }
  .breadcrumb {
    margin-bottom: 6px;
  }
  .footer-brand p {
    max-width: 300px;
  }
  .footer-social {
    flex-basis: auto;
    margin-top: 18px;
  }
  .footer-col summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    cursor: pointer;
    margin: 0;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(255,255,255,.06);
    transition: background .25s,border-radius .25s;
  }
  .footer-col summary::-webkit-details-marker {
    display: none;
  }
  .footer-col summary::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23CFE4F4' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E")center/contain no-repeat;
    transition: transform .25s;
    vertical-align: middle;
    margin-inline-start: 8px;
    flex-shrink: 0;
  }
  .footer-col details {
    border-radius: 12px;
    background: rgba(255,255,255,.04);
  }
  .footer-col details[open] {
    background: rgba(255,255,255,.06);
  }
  .footer-col details[open] summary {
    background: rgba(255,255,255,.1);
    border-radius: 12px 12px 0 0;
  }
  .footer-col details[open] summary::after {
    transform: rotate(180deg);
  }
  .footer-col>h2 {
    display: none;
  }
  .footer-col details ul {
    padding: 8px 16px 12px;
    margin: 0;
  }
  .footer-col details[open] ul {
    animation: accordionSlide .25s ease;
  }
  .footer-col details[open] p {
    padding: 8px 16px 0;
    margin: 0;
  }
  .footer-col details[open] .newsletter-form {
    padding: 0 16px 12px;
    margin: 0;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .hero {
    padding: 50px 0 40px;
  }
  .hero-grid {
    gap: 24px;
  }
  .hero h1 {
    font-size: 26px;
    margin: 14px 0 12px;
  }
  .hero p {
    margin: 0 0 22px;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-actions .btn {
    width: 100%;
    text-align: center;
  }
  .hero-browse-btn, .hero-card__body small {
    display: none;
  }
  .hero-card, .hero-cards {
    flex-direction: row;
    gap: 8px;
  }
  .hero-card {
    align-items: center;
    padding: 14px;
    gap: 10px;
    border-radius: 12px;
  }
  .hero-card__body {
    flex: 1;
  }
  .hero p, .hero-card__body b {
    font-size: 14px;
  }
  .hero-card__arrow {
    font-size: 0;
  }
  .hero-card__arrow::before {
    content: none;
  }
  .hero-card__arrow::after {
    content: "↓";
    font-size: 16px;
  }
}
@media (max-width:480px) {
  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
  }
  .mk-container {
    padding-inline: 12px;
  }
  .header-top {
    padding: 9px 12px;
    gap: 8px;
  }
  .logo-img {
    height: 32px;
    max-width: 100px;
  }
  .header-actions .action-pill {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
  .mk-nav-toggle {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
  .mk-nav-toggle__icon {
    width: 24px;
    height: 24px;
  }
}
.ph {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: inherit;
  background: var(--sand-100);
  color: var(--ink-500);
}

.ph__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mk-ad-row__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
  margin-inline-start: 0;
}

.mk-ad-row__chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #5f7694;
  background: rgba(6,54,116,.06);
  border: 1px solid rgba(6,54,116,.08);
}

.mk-place, .mk-place__chips a {
  border: 1px solid rgba(6,54,116,.12);
}

.mk-account-hero {
  background: linear-gradient(180deg,var(--mk-frost-100),var(--sand-50) 72%);
}

.mk-account-hero .mk-container {
  padding-block: 34px 28px;
}

.mk-account-id {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.mk-account-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  background: var(--mk-frost-100);
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px -12px rgba(6,54,116,.35);
  flex-shrink: 0;
}

.action-pill--user .action-pill__avatar img, .mk-account-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mk-account-avatar .initial {
  font-size: 30px;
  font-weight: 900;
  color: var(--mk-primary-700);
}

.mk-account-id__name {
  font-size: clamp(20px,2.6vw,26px);
  font-weight: 900;
  color: var(--mk-primary-900);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mk-account-id__meta {
  color: var(--ink-500);
  font-size: 13.5px;
  margin-top: 5px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.mk-account-id__meta svg {
  vertical-align: -2px;
}

.mk-account-toolbar {
  margin-inline-start: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.mk-account-stats {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
  margin-top: 26px;
}

.mk-account-stats .mk-stat {
  padding: 20px 14px;
}

.mk-account-stats .mk-stat strong {
  font-size: 30px;
}

.mk-account-section+.mk-account-section {
  margin-top: 30px;
}

.mk-account-section>h2 {
  font-size: 19px;
  color: var(--mk-primary-900);
  margin-bottom: 6px;
}

.mk-account-section>p {
  color: var(--ink-500);
  font-size: 13.5px;
  margin-bottom: 16px;
}

.mk-nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(225px,1fr));
  gap: 16px;
}

.mk-nav-card {
  background: #fff;
  border: 1px solid var(--sand-200);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  box-shadow: var(--shadow-card);
  transition: .18s transform,.18s box-shadow,.18s border-color;
  text-decoration: none;
  color: var(--ink-900);
}

.mk-nav-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--mk-frost-400);
}

.mk-nav-card__top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mk-nav-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: var(--mk-frost-100);
  color: var(--mk-primary-700);
  flex-shrink: 0;
}

.mk-nav-card__icon svg {
  width: 22px;
  height: 22px;
}

.mk-nav-card__title {
  font-weight: 800;
  color: var(--mk-primary-900);
  font-size: 15.5px;
}

.mk-nav-card__count {
  font-size: 11.5px;
  font-weight: 800;
  color: var(--mk-primary-600);
  background: var(--mk-frost-100);
  padding: 3px 9px;
  border-radius: 999px;
  margin-inline-start: auto;
  white-space: nowrap;
}

.mk-nav-card__desc {
  color: var(--ink-500);
  font-size: 12.5px;
  line-height: 1.75;
  flex: 1;
}

.mk-nav-card__go {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--mk-primary-600);
}

.mk-nav-card__go::after {
  content: "←";
  color: var(--mk-frost-400);
}

.mk-avatar-form {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mk-avatar-file {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.mk-avatar-upload {
  cursor: pointer;
  white-space: nowrap;
}

.mk-account-toolbar .mk-avatar-upload {
  background: var(--mk-primary-700,#063674);
  border-color: var(--mk-primary-700,#063674);
  color: #fff;
}

.mk-account-toolbar .mk-avatar-upload:hover {
  background: var(--mk-primary-900,#042a5a);
  color: #fff;
  box-shadow: 0 8px 22px rgba(6,42,90,.18);
}

.mk-account-toolbar .mk-btn--ghost {
  background: 0 0;
  border-color: rgba(6,54,116,.25);
  color: var(--mk-text,#15314f);
}

.mk-sub-card {
  background: #fff;
  border: 1px solid var(--sand-200);
  border-radius: 16px;
  padding: 24px;
  box-shadow: var(--shadow-card);
}

.mk-sub-card+.mk-sub-card {
  margin-top: 18px;
}

.mk-sub-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mk-sub-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: var(--mk-frost-100);
  color: var(--mk-primary-700);
  flex-shrink: 0;
}

.mk-sub-card__icon svg {
  width: 23px;
  height: 23px;
}

.mk-sub-card__eyebrow {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: var(--mk-frost-400);
}

.mk-sub-card__title {
  font-size: 20px;
  font-weight: 900;
  color: var(--mk-primary-900);
  margin: 2px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mk-sub-card__status {
  margin-inline-start: auto;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

.mk-sub-card__status--on {
  background: #e7f6ec;
  color: #177245;
  border: 1px solid #bfe3cc;
}

.mk-sub-card .mk-account-stats {
  margin-top: 22px;
}

.mk-sub-card__foot {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8px;
  border-top: 1px solid var(--sand-100);
  padding-top: 16px;
}

.mk-sub-card__date {
  color: var(--ink-500);
  font-size: 12.5px;
}

.mk-onboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  gap: 16px;
}

@media (max-width:768px) {
  .mk-account-id {
    gap: 14px;
  }
  .mk-account-avatar {
    width: 85px;
    height: 85px;
  }
  .mk-account-id__name {
    font-size: 19px;
    line-height: 1.4;
  }
  .mk-account-id__meta {
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
    font-size: 12.5px;
  }
  .mk-account-toolbar {
    margin-inline-start: 0;
    width: 100%;
    padding-top: 6px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(0,1fr));
    gap: 8px;
  }
  .mk-avatar-form {
    display: contents;
  }
  .mk-account-toolbar .mk-btn {
    padding-inline: 10px;
    font-size: 13.5px;
  }
  .mk-account-stats {
    grid-template-columns: repeat(2,1fr);
  }
}
.mk-auth-screen .mk-main {
  background: var(--sand-50, #f6f9fc);
}

.mk-auth-screen .site-footer {
  margin-top: 0;
}

.mk-auth-screen__wrap {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 40px 0;
}

.mk-auth-screen__logo {
  display: none;
}

.mk-auth-screen__card {
  width: 100%;
  background: #fff;
  border: 1px solid var(--sand-200, #e7e9ee);
  border-radius: 20px;
  padding: 36px 30px;
  color: var(--ink-900, #1f2430);
  box-shadow: var(--shadow-card, 0 10px 30px rgba(6,54,116,.08));
}

.mk-auth-screen__form label, .mk-auth-screen__heading {
  display: block;
  margin-bottom: 22px;
}

.mk-auth-screen__heading h1 {
  margin: 0 0 6px;
  font-size: 23px;
  font-weight: 800;
  color: var(--ink-900, #1f2430);
  line-height: 1.3;
}

.mk-auth-screen__heading p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--ink-500, #5b6472);
}

@media (max-width:768px) {
  .mk-auth-screen__heading {
    padding-inline: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .mk-auth-screen__heading h1 {
    font-size: 21px;
  }
}
.mk-auth-screen__form {
  padding: 0;
  margin: 0;
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.mk-auth-screen__form .mk-form-field {
  margin-bottom: 16px;
  gap: 8px;
}

.mk-auth-screen__form label {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-700, #2a2f3a);
  margin-bottom: 0;
}

.mk-auth-screen__form .required {
  color: var(--mk-primary-600, #174ea6);
}

.mk-auth-screen__form input[type=email], .mk-auth-screen__form input[type=password], .mk-auth-screen__form input[type=text] {
  background: #fff;
  border: 1.5px solid var(--sand-200, #d4d9e0);
  border-radius: 10px;
  padding: 12px 15px;
  color: var(--ink-900, #1f2430);
  font-size: 14px;
  width: 100%;
  outline: 0;
  transition: border-color .2s ease;
  box-sizing: border-box;
}

.mk-auth-screen__form input::placeholder {
  color: var(--ink-500, #9aa2ae);
  font-size: 13px;
}

.mk-auth-screen__form input:focus {
  border-color: var(--mk-primary-500, #2f6bd8);
  box-shadow: 0 0 0 3px rgba(47,107,216,.12);
}

.mk-password {
  position: relative;
}

.mk-password input {
  width: 100%;
  padding-inline-end: 46px;
}

.mk-password__toggle {
  position: absolute;
  inset-inline-end: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: 0 0;
  border: 0;
  color: var(--ink-500, #5b6472);
  transition: .15s;
  cursor: pointer;
}

.mk-password__toggle:hover {
  color: var(--mk-primary-600, #174ea6);
  background: var(--mk-frost-100, #eef2f8);
}

.mk-password__toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mk-password__toggle .mk-eye-off, .mk-password__toggle.is-visible .mk-eye {
  display: none;
}

.mk-password__toggle.is-visible .mk-eye-off {
  display: block;
}

.mk-form-field--error input {
  border-color: #c62828!important;
}

.mk-form-field--error input:focus {
  box-shadow: 0 0 0 3px rgba(198,40,40,.15)!important;
}

.mk-field-error {
  color: #c62828;
  font-size: 12.5px;
  font-weight: 600;
  margin-top: 6px;
  display: block;
}

.mk-form-field--checkbox {
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.mk-auth-screen__form label.mk-auth-screen__remember, .mk-auth-screen__remember {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-700, #2a2f3a);
}

.mk-auth-screen__remember input[type=checkbox] {
  appearance: auto;
  -webkit-appearance: checkbox;
  accent-color: var(--mk-primary-600, #0a4b9e);
  width: 18px!important;
  height: 18px!important;
  flex: 0 0 18px;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  padding: 0!important;
  margin: 0!important;
  border: 0!important;
  border-radius: 0!important;
  background: 0 0!important;
  cursor: pointer;
  flex-shrink: 0;
  box-sizing: border-box;
}

.mk-auth-screen__remember span {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-700, #2a2f3a);
}

.mk-form-row {
  display: grid;
  gap: 16px;
}

.mk-form-row--2 {
  grid-template-columns: repeat(2,1fr);
}

.mk-auth-screen__form .mk-btn--primary, .mk-auth-screen__form button[type=submit] {
  background: var(--mk-primary-700, #0f3c82);
  color: #fff;
  border-radius: 50px;
  padding: 14px;
  font-size: 14px;
  font-weight: 800;
  border: 0;
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .2s ease;
  font-family: inherit;
}

.mk-auth-screen__form .mk-btn--primary:hover, .mk-auth-screen__form button[type=submit]:hover {
  background: var(--mk-primary-900, #0b2f63);
}

.mk-auth-screen__forgot {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: var(--mk-primary-600, #174ea6);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease;
}

.mk-auth-screen__forgot:hover, .mk-auth-screen__switch a:hover {
  color: var(--mk-primary-900, #042a5a);
  text-decoration: underline;
}

.mk-auth-screen__switch {
  margin-top: 16px;
  text-align: center;
  font-size: 13px;
  color: var(--ink-500, #454c59);
}

.mk-auth-screen__switch a {
  color: var(--mk-primary-600, #174ea6);
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease;
}

.mk-auth-screen__card .mk-alert {
  margin-bottom: 18px;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 600;
}

.mk-auth-screen__card .mk-alert--success {
  background: #e6f6ec;
  border: 1px solid #b7e3c7;
  color: #1b7a3d;
}

.mk-auth-screen__card .mk-alert--error {
  background: #fdecec;
  border: 1px solid #f5c2c2;
  color: #b91c1c;
}

.mk-auth-screen__card .mk-alert p {
  margin: 4px 0 0;
  font-weight: 400;
  font-size: 13px;
  color: inherit;
}

@media (max-width:768px) {
  .mk-auth-screen__wrap {
    min-height: 60vh;
    padding: 32px 16px;
  }
  .mk-auth-screen__card {
    padding: 28px 20px;
    border-radius: 20px;
  }
  .mk-form-row--2 {
    grid-template-columns: 1fr;
  }
  .mk-auth-screen__logo img {
    max-width: 220px;
    max-height: 64px;
  }
  .mk-auth-screen__logo {
    margin-bottom: 20px;
  }
}
.action-pill--user .action-pill__avatar, .mobile-tabbar__account .ic .mobile-tabbar__avatar-initial {
  border-radius: 50%;
  background: var(--mk-frost-100);
  color: var(--mk-primary-700);
  display: grid;
  place-items: center;
}

.action-pill--user .action-pill__avatar {
  width: 34px;
  height: 34px;
  overflow: hidden;
  flex-shrink: 0;
}

.action-pill--user .action-pill__avatar--initial {
  font-size: 16px;
  font-weight: 900;
}

.mk-blog-header {
  text-align: center;
  margin-bottom: 38px;
}

.mk-blog-header h1 {
  font-size: clamp(26px,3.4vw,36px);
  font-weight: 900;
  color: var(--ink-900);
}

.mk-blog-header p {
  margin-top: 10px;
  color: var(--ink-500);
  font-size: 15px;
  max-width: 600px;
  margin-inline: auto;
}

.mk-blog-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}

.mk-blog-empty {
  padding: 40px;
  text-align: center;
  color: var(--ink-500);
}

.mk-single {
  max-width: 1240px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.mk-single__col {
  flex: 1;
  min-width: 0;
}

.mk-single__article {
  background: #fff;
  border-radius: var(--radius-lg,18px);
  box-shadow: 0 10px 30px -18px rgba(6,42,90,.35);
  overflow: hidden;
}

.mk-single__sidebar {
  width: 320px;
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: sticky;
  top: 100px;
}

.mk-single__s-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 26px -16px rgba(6,42,90,.22);
  overflow: hidden;
}

.mk-single__s-head {
  padding: 14px 18px;
  border-bottom: 1px solid var(--sand-100,#f2f5f8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mk-single__s-head h3 {
  font-size: 14px;
  font-weight: 900;
  color: var(--ink-900);
  margin: 0;
}

.mk-single__s-head a {
  font-size: 11.5px;
  font-weight: 700;
  text-decoration: none;
}

.mk-single__nav a:hover, .mk-single__s-head a:hover {
  color: var(--mk-primary-900,#042a5a);
}

.mk-single__s-related {
  padding: 6px 0;
}

.mk-single__s-row {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 11px 18px;
  text-decoration: none;
  transition: .2s;
}

.mk-single__s-row:hover {
  background: var(--sand-50,#f7f9fc);
}

.mk-single__s-row+.mk-single__s-row {
  border-top: 1px solid var(--sand-100,#f2f5f8);
}

.mk-single__s-thumb {
  flex: 0 0 74px;
  width: 74px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg,var(--mk-primary-500,#1263c4),var(--mk-primary-700,#063674));
}

.mk-single__s-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mk-single__s-ph {
  font-size: 20px;
  color: #fff;
}

.mk-single__s-title {
  font-size: 12.5px;
  font-weight: 800;
  color: var(--ink-900);
  line-height: 1.5;
}

.mk-single__content a, .mk-single__nav a, .mk-single__s-head a, .mk-single__s-row:hover .mk-single__s-title {
  color: var(--mk-primary-600,#0a4b9e);
}

.mk-single__s-time {
  font-size: 11px;
  color: var(--ink-500);
  margin-top: 4px;
}

.mk-single__s-cats {
  padding: 14px 18px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mk-single__s-chip {
  font-size: 12px;
  font-weight: 800;
  color: var(--mk-primary-700,#063674);
  background: #e8f0fb;
  padding: 6px 13px;
  border-radius: 999px;
  text-decoration: none;
}

.mk-single__s-chip:hover {
  background: var(--mk-primary-600,#0a4b9e);
  color: #fff;
}

.mk-single__s-cta {
  padding: 20px 18px;
  background: linear-gradient(120deg,var(--mk-primary-900,#042a5a),var(--mk-primary-500,#1263c4));
  color: #fff;
  text-align: center;
}

.mk-single__s-cta b {
  font-size: 14px;
}

.mk-single__s-cta p {
  font-size: 12px;
  color: rgba(255,255,255,.85);
  margin: 8px 0 14px;
  line-height: 1.7;
}

.mk-single__s-btn {
  display: inline-block;
  background: #fff;
  color: var(--mk-primary-700,#063674);
  font-weight: 800;
  font-size: 12.5px;
  padding: 9px 22px;
  border-radius: 999px;
  text-decoration: none;
}

.mk-single__content blockquote, .mk-single__s-btn:hover {
  background: var(--sand-50,#f7f9fc);
}

.mk-single__head {
  position: relative;
  padding: 24px 34px 28px;
}

.mk-single__topbar {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--sand-200,#DDE3EA);
}

.mk-single__meta {
  align-self: center;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  color: var(--ink-500);
  font-size: 13px;
}

.mk-single__author {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--ink-700,#3A4858);
}

.mk-single__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  background: var(--mk-primary-500,#1263c4);
  box-shadow: 0 2px 6px rgba(6,42,90,.2);
  overflow: hidden;
  flex: 0 0 34px;
}

.mk-single__author img, .mk-single__avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mk-single__author b {
  color: var(--ink-700,#3A4858);
}

.mk-single__meta .mk-single__item, .mk-single__ribbon, .seller-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.mk-single__meta .mk-single__author+.mk-single__item, .mk-single__meta .mk-single__item+.mk-single__item {
  margin-inline-start: 22px;
  padding-inline-start: 22px;
  border-inline-start: 1px solid var(--sand-200,#DDE3EA);
}

.mk-single__ribbon {
  position: absolute;
  inset-block: -22px 0;
  inset-inline-start: auto;
  inset-inline-end: -30px;
  gap: 8px;
  padding: 0 26px;
  background: linear-gradient(120deg,var(--mk-primary-900,#042a5a),var(--mk-primary-600,#0a4b9e));
  color: #fff;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .2px;
  box-shadow: 0 4px 12px -6px rgba(6,42,90,.45);
  white-space: nowrap;
  z-index: 2;
}

.mk-single__ribbon::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: -16px;
  width: 0;
  height: 0;
  border-block: 28px solid transparent;
  border-inline-end: 16px solid var(--mk-primary-600,#0a4b9e);
}

.mk-single__ribbon .mk-single__ribbon-icon {
  font-size: 14px;
  line-height: 1;
}

.mk-single__ribbon .mk-single__ribbon-icon svg {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
}

.mk-single__title {
  font-size: clamp(24px,3.2vw,30px);
  font-weight: 900;
  line-height: 1.5;
  color: var(--ink-900);
  margin: 0;
}

.mk-single__media {
  margin: 0;
  width: 100%;
  height: 270px;
  overflow: hidden;
  background: var(--sand-100,#f2f5f8);
}

.mk-single__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mk-single__media--placeholder {
  display: grid;
  place-items: center;
  color: var(--mk-primary-500);
  font-size: 56px;
  background: linear-gradient(135deg,var(--mk-frost-100,#e8f0fb),var(--sand-100,#f2f5f8));
}

.mk-single__content {
  padding: 26px 34px 34px;
  color: var(--ink-900);
  font-size: 16px;
  line-height: 1.95;
}

.mk-single__content p {
  margin-bottom: 1.1em;
}

.mk-single__content h2, .mk-single__content h3 {
  font-size: 24px;
  font-weight: 800;
  margin: 1.4em 0 .6em;
  color: var(--ink-900);
}

.mk-single__content h3 {
  font-size: 20px;
  margin: 1.2em 0 .5em;
}

.mk-single__content img {
  border-radius: 14px;
  max-width: 100%;
  height: auto;
}

.mk-single__content ol, .mk-single__content ul {
  margin: 0 1.2em 1.1em 0;
  padding-right: 0;
}

.mk-single__content li {
  margin-bottom: .4em;
}

.mk-single__content blockquote {
  margin: 1.4em 0;
  padding: 4px 20px;
  border-inline-start: 4px solid var(--mk-primary-500,#1263c4);
  border-radius: 10px;
  color: var(--ink-700,#3A4858);
}

.mk-single__content .wp-caption {
  max-width: 100%;
}

.mk-single__content .wp-caption-text {
  font-size: 13px;
  color: var(--ink-500);
  text-align: center;
  margin-top: 6px;
}

.mk-single__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 0 34px 10px;
}

.mk-single__tags-label {
  color: var(--ink-500);
  font-size: 13px;
}

.mk-single__tag {
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--sand-100,#f2f5f8);
  color: var(--ink-700,#3A4858);
  font-size: 12.5px;
  text-decoration: none;
}

.mk-single__tag:hover {
  background: var(--ink-700,#3A4858);
  color: #fff;
}

.mk-single__related {
  margin-top: 46px;
}

.mk-single__related>h2 {
  font-size: clamp(20px,2.6vw,26px);
  font-weight: 900;
  color: var(--ink-900);
  margin-bottom: 22px;
}

.mk-single__related .mk-blog-grid {
  grid-template-columns: repeat(4,1fr);
}

.mk-single__nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.mk-single__nav a {
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.mk-single__back {
  margin-top: 18px;
}

@media (max-width:1024px) {
  .mk-single {
    flex-direction: column;
  }
  .mk-single__sidebar {
    width: 100%;
    flex: 1 1 auto;
    position: static;
  }
  .mk-single__head {
    padding: 22px 26px 24px;
  }
  .mk-single__content {
    padding: 22px 26px 28px;
  }
  .mk-single__tags {
    padding: 0 26px 8px;
  }
}
@media (max-width:768px) {
  .mk-single__head {
    padding: 0 18px 22px;
  }
  .mk-single__topbar {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-bottom: 0;
    margin-inline: -18px;
    border-bottom: 1px solid var(--sand-200,#DDE3EA);
  }
  .mk-single__meta, .mk-single__ribbon {
    align-self: stretch;
    justify-content: flex-start;
  }
  .mk-single__ribbon {
    position: relative;
    inset: auto;
    order: -1;
    width: 100%;
    margin: 0;
    padding: 12px 18px;
    box-shadow: none;
  }
  .mk-single__ribbon::before {
    display: none;
  }
  .mk-single__meta {
    padding: 14px 18px;
    flex-wrap: nowrap;
    gap: 6px 8px;
  }
  .mk-single__meta .mk-single__avatar {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }
  .mk-single__meta .mk-single__item {
    font-size: 11px;
    white-space: nowrap;
    gap: 5px;
  }
  .mk-single__meta .mk-single__author {
    font-size: 11px;
    gap: 7px;
  }
  .mk-single__meta .mk-single__author+.mk-single__item, .mk-single__meta .mk-single__item+.mk-single__item {
    margin-inline-start: 8px;
    padding-inline-start: 8px;
  }
  .mk-single__title {
    padding: 20px 18px 0;
  }
  .mk-single__media {
    height: 210px;
  }
  .mk-single__content {
    padding: 22px 18px 28px;
  }
  .mk-single__tags {
    padding: 0 18px 8px;
  }
  .mk-blog-grid, .mk-single__related .mk-blog-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
.seller-page .breadcrumb {
  margin-bottom: 22px;
}

.seller-page__head h1 {
  font-size: 26px;
  color: var(--mk-primary-900);
  margin-bottom: 16px;
}

.seller-hero, .seller-hero__main {
  position: relative;
  display: flex;
  align-items: center;
}

.seller-hero {
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  background: linear-gradient(135deg,var(--mk-primary-700),var(--mk-primary-500) 70%,var(--mk-gold));
  border-radius: 20px;
  padding: 24px;
  color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: var(--shadow-card,0 6px 24px -10px rgba(6,42,90,.2));
}

.seller-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 220px at 90% -20%,rgba(255,255,255,.18),transparent 60%);
  pointer-events: none;
}

.seller-hero__main {
  gap: 16px;
  min-width: 0;
}

.seller-hero__av {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,.35);
  box-shadow: 0 6px 18px -6px rgba(0,0,0,.35);
  flex-shrink: 0;
  object-fit: cover;
}

.seller-hero__av--alt {
  display: grid;
  place-items: center;
  font-size: 34px;
  font-weight: 800;
  background: rgba(255,255,255,.2);
}

.seller-hero__info {
  min-width: 0;
}

.seller-hero__name {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #fff;
  font-size: 22px;
  margin: 0;
  line-height: 1.25;
}

.seller-hero__name .badge {
  font-size: 11px;
  background: var(--new-100);
  color: var(--new-600);
}

.seller-hero__meta {
  margin: 8px 0 0;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.9);
  font-size: 13px;
}

.seller-hero__meta svg {
  width: 15px;
  height: 15px;
  vertical-align: -3px;
  display: inline-block;
}

.seller-hero__meta span {
  gap: 5px;
}

.seller-hero__stats {
  position: relative;
  display: flex;
  gap: 12px;
}

.seller-hero__stat {
  text-align: center;
  min-width: 96px;
  padding: 12px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255,255,255,.25);
}

.seller-hero__stat b {
  display: block;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.seller-hero__stat span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: rgba(255,255,255,.92);
}

.seller-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
  margin-bottom: 34px;
}

@media (max-width:1180px) {
  .seller-grid {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (max-width:1024px) {
  .seller-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:600px) {
  .seller-grid {
    grid-template-columns: 1fr;
  }
  .seller-hero {
    padding: 20px;
  }
  .seller-hero__stats {
    width: 100%;
  }
  .seller-hero__stat {
    flex: 1;
    min-width: 0;
  }
}
.mk-gallery-edit {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mk-gallery-item {
  position: relative;
  display: inline-block;
}

.mk-gallery-item img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--sand-200);
  display: block;
}

.mk-gallery-item input {
  position: absolute;
  top: 6px;
  inset-inline-start: 6px;
  width: 16px;
  height: 16px;
  accent-color: var(--mk-primary-600);
}

.mk-gallery-item:has(input:checked) img {
  opacity: .45;
}

.mk-gallery-remove {
  position: absolute;
  bottom: 6px;
  inset-inline-start: 6px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: rgba(200,30,40,.85);
  padding: 2px 8px;
  border-radius: 6px;
  pointer-events: none;
}

@media (max-width:768px) {
  .article-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:390px) {
  .mk-form {
    padding: 16px;
  }
  .mk-auth-screen__card {
    padding: 24px 16px;
  }
  .mk-checkout-card {
    padding: 20px 16px;
  }
  .mk-package-option__name {
    flex-wrap: wrap;
  }
  .mk-package-option__badge {
    margin-inline-start: 0;
    margin-top: 4px;
  }
  .mk-checkbox {
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
  }
  .mk-checkbox span {
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .mk-form-actions {
    flex-direction: column;
  }
  .mk-form-actions .mk-btn, .mk-form-actions button[type=submit] {
    width: 100%;
  }
  .mk-form-field .mk-password input {
    padding-inline-end: 38px;
  }
  .mk-form-row, .mk-form-row--2, .mk-form-row--3 {
    gap: 12px;
  }
  .mk-page-header p {
    font-size: 15px;
  }
  .mk-checkout-summary td {
    padding: 10px 4px;
    font-size: 14px;
  }
  .mk-form-actions .mk-btn--lg {
    padding: 14px 18px;
  }
  .filters-card {
    padding: 18px;
  }
  .mk-gateway-option {
    padding: 12px 12px;
  }
  .mk-gateway-title {
    font-size: 15px;
  }
  .mk-tech-hasprofile {
    padding: 20px 14px!important;
  }
  .mk-form-section {
    margin-bottom: 22px;
    padding-bottom: 22px;
  }
  .mk-form-field {
    width: 100%;
    max-width: 100%;
  }
  .mk-form-field input[type=file] {
    max-width: 100%;
  }
  .mk-image-preview {
    max-width: 100%;
    overflow: hidden;
  }
}
.mk-ad-wizard {
  position: relative;
}

.mk-wizard-steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  counter-reset: none;
  --mk-step-num: 38px;
  --mk-step-line: 3px;
}

.mk-wizard-steps li, .mk-wizard-steps ol, .mk-wizard-steps ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mk-wizard-step {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  min-width: 60px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  list-style: none;
  counter-increment: none;
}

.mk-wizard-step::marker, .mk-wizard-step::before, .mk-wizard-step::after, .mk-wizard-steps::marker {
  content: none!important;
  content: "";
  display: none;
  list-style: none;
}

.mk-wizard-step__num {
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  border-radius: 50%;
  display: grid;
  place-items: center;
  place-content: center;
  line-height: 1;
  font-weight: 800;
  font-size: 15px;
  text-align: center;
  background: var(--sand-100,#f2f5f8);
  color: var(--ink-500,#5b6472);
  border: 2px solid var(--mk-border,#e5e7eb);
  transition: all .2s;
  z-index: 2;
}

.mk-wizard-step.is-active .mk-wizard-step__num {
  background: var(--mk-primary-700,#063674);
  border-color: var(--mk-primary-700,#063674);
  color: #fff;
  box-shadow: 0 0 0 5px rgba(6,54,116,.12);
}

.mk-wizard-step.is-done .mk-wizard-step__num {
  background: var(--mk-gold,#e6af63);
  border-color: var(--mk-gold,#e6af63);
  color: var(--mk-primary-700-900,#031C3E);
}

.mk-wizard-step__label {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-500,#5b6472);
  text-align: center;
  line-height: 1.3;
}

.mk-wizard-step.is-active .mk-wizard-step__label {
  color: var(--mk-primary-700-700,#063674);
}

.mk-wizard-connector {
  flex: 1;
  height: var(--mk-step-line,3px);
  background: var(--mk-border,#e5e7eb);
  border-radius: calc(var(--mk-step-line,3px)/2);
  margin: 0 6px;
  position: relative;
  z-index: 1;
  list-style: none;
  transform: translateY(calc((var(--mk-step-num,38px) - var(--mk-step-line,3px))/2));
}

.mk-wizard-connector::marker {
  content: "";
  display: none;
  list-style: none;
}

.mk-wizard-connector.is-filled {
  background: var(--mk-gold,#e6af63);
}

.mk-wizard-panel {
  background: var(--mk-surface,#fff);
  border: 1px solid var(--mk-border,#e5e7eb);
  border-radius: var(--radius-lg,18px);
  padding: 28px;
  box-shadow: var(--shadow-card,0 10px 30px rgba(6,54,116,.08));
  animation: mkWizardFade .28s ease;
}

.mk-wizard-panel__head {
  margin-bottom: 18px;
}

.mk-wizard-panel__head h2 {
  font-family: var(--font-display,"Cairo",sans-serif);
  font-size: 19px;
  font-weight: 800;
  color: var(--mk-primary-700-900,#031C3E);
  margin: 0;
}

.mk-wizard-panel__head p {
  font-size: 13px;
  color: var(--ink-500,#5b6472);
  margin: 2px 0 0;
}

.mk-wizard-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.mk-wizard-nav__end {
  margin-inline-start: auto;
}

@keyframes mkWizardFade {
from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}
}

@media (max-width:600px) {
  .mk-wizard-step {
    flex: 1;
    min-width: 0;
  }
  .mk-wizard-step__label {
    font-size: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    max-width: 100%;
  }
  .mk-wizard-step__num {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  .mk-wizard-steps {
    --mk-step-num: 32px;
  }
}
.mk-wizard-nav .mk-btn {
  white-space: nowrap;
}

.mk-field-error, .mk-field-error:focus {
  border-color: #c62828!important;
  box-shadow: 0 0 0 3px rgba(198,40,40,.15)!important;
}

@media (max-width:600px) {
  body {
    font-size: 15.5px;
  }
  .mk-page-header h1 {
    font-size: clamp(20px,5.5vw,28px);
  }
  .mk-page-header p {
    font-size: 13.5px;
  }
  .section-head h2 {
    font-size: clamp(18px,4.5vw,24px);
  }
  .cta-banner h3 {
    font-size: 21px;
  }
  .hero h1 {
    font-size: clamp(24px,6vw,34px);
  }
  .mk-btn {
    min-height: 40px;
    min-width: 0;
  }
  .mk-btn--lg {
    padding: 12px 16px;
    font-size: 15px;
  }
  .mk-form-actions {
    gap: 10px;
  }
  .mk-form-field input, .mk-form-field select, .mk-form-field textarea {
    font-size: 14.5px;
    padding: 11px 12px;
  }
  .mk-form-field textarea {
    padding: 11px 12px;
  }
  .mk-form {
    padding: 14px;
  }
  .mk-form-row, .mk-form-row--2, .mk-form-row--3 {
    gap: 10px;
  }
  .mk-package-option {
    padding: 13px 12px;
  }
  .mk-package__price strong {
    font-size: 26px;
  }
  .mk-package-option__meta strong {
    font-size: 14px;
  }
  .mk-package__features li {
    font-size: 13.5px;
  }
  .mk-image-preview img {
    width: 64px;
    height: 64px;
  }
  .mk-checkout-summary td {
    font-size: 13px;
    padding: 9px 4px;
  }
  .mk-sub__titles h2 {
    font-size: 16.5px;
  }
}
@media (max-width:420px) {
  .mk-form {
    padding: 12px;
  }
  .mk-form-field input, .mk-form-field select, .mk-form-field textarea {
    padding: 10px 11px;
    font-size: 14px;
  }
  .mk-form-field textarea {
    padding: 10px 11px;
  }
  .mk-btn--lg {
    padding: 11px 14px;
    font-size: 14.5px;
  }
  .mk-package__price strong {
    font-size: 24px;
  }
  .mk-package-option {
    padding: 12px 11px;
  }
  .mk-image-preview img {
    width: 58px;
    height: 58px;
  }
  .mk-checkout-summary td {
    font-size: 12.5px;
    padding: 8px 3px;
  }
  .mk-page-header h1 {
    font-size: clamp(18px,6vw,24px);
  }
}
@media (max-width:390px) {
  .mk-page-header h1 {
    font-size: clamp(16px,6vw,22px);
  }
  .mk-btn--lg {
    font-size: 14px;
  }
  .mk-form-field input, .mk-form-field select, .mk-form-field textarea {
    padding: 9px 10px;
    font-size: 13.5px;
  }
  .mk-form-field textarea {
    padding: 9px 10px;
  }
  .mk-image-preview img {
    width: 54px;
    height: 54px;
  }
  .mk-package-option {
    padding: 11px 10px;
  }
  .mk-package__features li {
    font-size: 13px;
  }
}
@media (max-width:600px) {
  .mk-wizard-panel {
    padding: 20px;
  }
  .mk-wizard-panel__head {
    margin-bottom: 16px;
  }
  .mk-wizard-panel__head h2 {
    font-size: 18px;
  }
  .mk-wizard-panel__head p {
    font-size: 12.5px;
  }
  .mk-wizard-nav {
    margin-top: 18px;
    gap: 10px;
  }
  .mk-image-preview {
    gap: 8px;
    margin-top: 10px;
  }
  .mk-wizard-nav__back {
    max-width: 120px;
  }
}
@media (max-width:420px) {
  .mk-wizard-panel {
    padding: 16px 14px;
  }
  .mk-wizard-panel__head h2 {
    font-size: 16.5px;
  }
  .mk-wizard-panel__head p {
    font-size: 12px;
  }
  .mk-wizard-nav {
    gap: 8px;
  }
  .mk-wizard-nav .mk-btn {
    flex: 1;
    min-height: 40px;
  }
  .mk-wizard-nav__back {
    max-width: 96px;
  }
}
@media (max-width:390px) {
  .mk-wizard-panel {
    padding: 14px 12px;
  }
  .mk-wizard-panel__head h2 {
    font-size: 15.5px;
  }
  .mk-wizard-panel__head p {
    font-size: 11.5px;
    line-height: 1.5;
  }
  .mk-wizard-nav {
    margin-top: 16px;
  }
  .mk-wizard-nav .mk-btn {
    padding: 11px 12px;
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .hero-card__icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
    border-radius: 10px;
  }
  .card-b .meta .loc, .card-b .meta .m {
    font-size: 11px;
  }
  .card-b .body .eyebrow {
    font-size: 11px;
  }
  .card-b .vused {
    bottom: 11px;
    font-size: 11px;
  }
  .card-b .pricechip .currency-symbol {
    font-size: 10px;
  }
  .tech-count {
    font-size: 12px;
  }
  .mk-wizard-step__label {
    font-size: 10px;
  }
  .mk-wizard-panel__head p {
    font-size: 12px;
  }
  .article-cat {
    font-size: 11px;
  }
  .article-meta {
    font-size: 12px;
    gap: 8px;
  }
  .article-excerpt {
    font-size: 13px;
  }
  .mk-single__s-head a {
    font-size: 12px;
  }
  .mk-single__s-time {
    font-size: 12px;
  }
  .mk-nav-card__desc {
    font-size: 13px;
  }
  .mk-nav-card__go {
    font-size: 14px;
  }
  .mk-sub-card__date {
    font-size: 13px;
  }
  .mk-sub-card__status {
    font-size: 12px;
  }
  .mobile-tabbar a {
    font-size: 11px;
  }
  .footer-col summary h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    display: inline;
  }
  .footer-col li a, .footer-bottom ul a {
    font-size: 13px;
  }
}
@media (max-width:480px) {
  .hero h1 {
    font-size: 24px;
  }
  .hero p, .hero-card__body b {
    font-size: 13px;
  }
}
.header-actions .action-pill svg, .header-actions .mk-nav-toggle__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

@media (max-width:480px) {
  .mk-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }
  .card-b .body {
    padding: 9px 9px 10px;
  }
  .card-b h3 {
    font-size: 12px;
    margin: 0 0 7px;
    line-height: 1.4;
  }
  .card-b .body .eyebrow {
    font-size: 9px;
    margin-bottom: 3px;
  }
  .card-b .pricechip {
    font-size: 12px;
    padding: 4px 8px;
    bottom: 8px;
  }
  .card-b .pricechip .currency-symbol {
    font-size: 8px;
  }
  .card-b .vused {
    font-size: 9px;
    padding: 3px 7px;
    bottom: 9px;
  }
  .card-b .corner {
    font-size: 9px;
    padding: 3px 7px;
  }
  .card-b .fav {
    top: 7px;
    inset-inline-end: 7px;
    width: 26px;
    height: 26px;
  }
  .card-b .fav svg {
    width: 13px;
    height: 13px;
  }
  .card-b .meta .loc, .card-b .meta .m {
    font-size: 9px;
    padding: 2px 6px;
  }
  .card-b .meta {
    row-gap: 0;
    flex-wrap: nowrap;
    gap: 4px;
  }
  .card-b .meta .loc {
    flex: 0 1 auto;
    min-width: 0;
  }
  .card-b .meta .loc .loc__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .card-b .meta .m {
    flex-shrink: 0;
    margin-inline-start: auto;
  }
  .grid-3, .grid-4 {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }
  .grid-3 .tech-card, .grid-4 .tech-card {
    border-radius: 14px;
  }
  .grid-3 .tech-card .tech-body, .grid-4 .tech-card .tech-body {
    padding: 9px 10px 12px;
  }
  .grid-3 .tech-card .tech-rating, .grid-4 .tech-card .tech-rating {
    gap: 4px;
    margin-top: 7px;
    padding: 3px 8px;
  }
  .grid-3 .tech-card .tech-count, .grid-4 .tech-card .tech-count {
    font-size: 9.5px;
  }
  .grid-3 .tech-card .tech-actions, .grid-4 .tech-card .tech-actions {
    margin-top: 12px;
    gap: 6px;
  }
  .grid-3 .tech-card .tech-act, .grid-4 .tech-card .tech-act {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }
  .grid-3 .tech-card .tech-act svg, .grid-4 .tech-card .tech-act svg {
    width: 15px;
    height: 15px;
  }
}
@media (max-width:600px) {
  .site-footer {
    margin-top: 28px;
  }
}
@media (max-width:1180px) {
  .mk-grid, .grid-3, .grid-4 {
    grid-template-columns: repeat(2,1fr);
    gap: 22px;
  }
}
@media (max-width:768px) {
  .mk-grid, .grid-3, .grid-4 {
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
  }
}
@media (max-width:480px) {
  .mk-grid, .grid-3, .grid-4 {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }
  .grid-4.article-grid {
    gap: 10px;
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .article-card .article-media {
    margin: 5px 5px 0;
    width: calc(100% - 10px);
    border-radius: 9px;
  }
  .article-card {
    border-radius: 12px;
  }
  .article-body {
    padding: 8px 9px 10px;
  }
  .article-body h3, .article-body h2 {
    font-size: 12.5px;
    margin-bottom: 4px;
    line-height: 1.4;
  }
  .article-cat {
    font-size: 9px;
    padding: 2px 6px;
    margin-bottom: 5px;
  }
  .mk-single__related .mk-blog-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 0;
  margin-top: 20px;
  width: 100%;
}

.hero-stats .hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 26px;
  min-width: 0;
}

.hero-stats .hero-stat:not(:last-child) {
  border-inline-end: 1px solid rgba(255,255,255,.14);
}

.hero-stats .hero-stat__num {
  color: #fff;
  font-family: var(--font-display,var(--font-body,"Cairo","Segoe UI",Tahoma,Arial,sans-serif));
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
}

.hero-stats .hero-stat__num b {
  color: #e6af63;
  font-weight: 700;
  font-style: normal;
}

.hero-stats .hero-stat__rule {
  width: 60px;
  height: 3px;
  border-radius: 3px;
  margin: 14px 0 0;
  background: linear-gradient(90deg,transparent,#e6af63 45%,#e6af63 55%,transparent);
  flex: none;
  display: block;
}

.hero-stats .hero-stat__label {
  font-size: 12.5px;
  color: #cfe4f4;
  letter-spacing: .3px;
  margin-top: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

@media (max-width:768px) {
  .hero-stats .hero-stat {
    padding: 6px 16px;
  }
  .hero-stats .hero-stat__num {
    font-size: 32px;
  }
  .hero-stats .hero-stat__rule {
    width: 44px;
  }
  .hero-stats .hero-stat__label {
    font-size: 11px;
  }
  .hero-stats .hero-stat:not(:last-child) {
    border-inline-end: none;
    position: relative;
  }
  .hero-stats .hero-stat:not(:last-child)::before {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 34px;
    background: rgba(255,255,255,.14);
  }
}
@media (max-width:480px) {
  .hero-stats .hero-stat {
    padding: 8px 8px;
    min-height: 0;
  }
  .hero-stats .hero-stat__num {
    font-size: 20px;
    letter-spacing: 0;
  }
  .hero-stats .hero-stat__num b {
    font-size: 14px;
    line-height: 1.6;
  }
  .hero-stats .hero-stat__rule {
    width: 32px;
    margin-top: 10px;
  }
  .hero-stats .hero-stat__label {
    font-size: 11px;
    margin-top: 9px;
  }
}
@media (min-width:769px) {
  .hero-stats {
    display: flex;
    align-items: center;
    gap: 0;
  }
  .hero-stats .hero-stat {
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 70px;
    text-align: start;
  }
  .hero-stats .hero-stat:first-child {
    padding-inline-start: 0;
  }
  .hero-stats .hero-stat:not(:first-child) {
    border-inline-start: none;
    position: relative;
  }
  .hero-stats .hero-stat:not(:first-child)::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 44px;
    background: rgba(255,255,255,.14);
  }
  .hero-stats .hero-stat:not(:last-child) {
    border-inline-end: none;
  }
}
.mk-tc:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(6,54,116,.12);
}

@keyframes mk-tc-heart {
0%{transform:scale(1)}40%{transform:scale(1.25)}100%{transform:scale(1)}
}

.mk-tc__avatar svg {
  width: 100%;
  height: 100%;
  padding: 12px;
  color: #5b6472;
}

.mk-tc__name:hover {
  color: #0a4b9e;
}

.mk-tc__verified {
  width: 17px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #1e9e5a;
}

.mk-tc__verified svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.mk-tc__stars {
  color: #d4994d;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
}

.mk-tc__score {
  font-size: 14.5px;
  font-weight: 800;
  color: #042a5a;
  line-height: 1;
}

.fav-section:not(:last-child) {
  margin-bottom: 38px;
}

.fav-section .section-head {
  margin-bottom: 18px;
}

.mk-tc__fav:hover svg {
  transform: scale(1.15);
}

.mk-tc__fav:active svg {
  transform: scale(.9);
}

.mk-tc__fav[data-active="1"] svg {
  fill: #D64545;
  stroke: #D64545;
}

.mk-tc__fav[data-active="1"] {
  background: #fff;
  animation: mk-heart-pop .35s ease;
}

@media (max-width:768px) {
  .mk-tc__name {
    font-size: 15.5px;
  }
  .mk-tc__loc {
    font-size: 12.5px;
    margin: 5px 0 13px;
  }
  .mk-tc__stars {
    font-size: 13px;
  }
  .mk-tc__score {
    font-size: 13.5px;
  }
  .mk-tc__exp {
    font-size: 11.5px;
  }
  .mk-tc__chip {
    font-size: 11px;
  }
}
@media (max-width:480px) {
  .mk-tc__loc {
    font-size: 11.5px;
    margin: 4px 0 11px;
  }
  .mk-tc__stars {
    font-size: 12px;
  }
  .mk-tc__score {
    font-size: 12.5px;
  }
  .mk-tc__exp {
    font-size: 10.5px;
  }
}
@media (max-width:390px) {
  .mk-tc__name {
    font-size: 13px;
  }
  .mk-tc__loc {
    font-size: 11px;
  }
  .mk-tc__chip {
    font-size: 9.5px;
  }
}
.mk-ad-delete-form {
  display: inline-flex;
  margin: 0;
}

.mk-btn--danger {
  color: #D64545;
  border-color: rgba(214,69,69,.4);
}

.mk-btn--danger:hover {
  background: rgba(214,69,69,.08);
  color: #D64545;
  border-color: rgba(214,69,69,.6);
}

@media (max-width:480px) {
  #mk-tech-results {
    grid-template-columns: 1fr;
  }
  .mk-tc .tech-act svg {
    width: 14px;
    height: 14px;
  }
}
.mk-tc {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 26px -20px rgba(3,28,62,.6);
  border: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  transition: transform .2s ease,box-shadow .2s ease;
  align-items: stretch;
}

.mk-tc__actions {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  display: flex;
  justify-content: flex-end;
  z-index: 4;
}

.mk-tc__fav {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.7);
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(6,42,90,.16);
  transition: .2s transform;
  z-index: 2;
}

.mk-tc__fav svg {
  fill: none;
  stroke: #D64545;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .15s ease,.15s fill;
  width: 16px;
  height: 16px;
}

.mk-tc__fav:hover {
  transform: scale(1.1);
}

.mk-tc__fav:active {
  transform: scale(.9);
}

.mk-tc__fav[data-active="1"] svg {
  fill: #D64545;
  stroke: #D64545;
}

@keyframes mk-heart-pop {
0%{transform:scale(1)}40%{transform:scale(1.25)}100%{transform:scale(1)}
}

.mk-tc__side {
  width: 118px;
  min-width: 118px;
  background: linear-gradient(175deg,#E3F0FB,#eef6fe);
  border-inline-end: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  padding: 18px 6px 16px;
  box-sizing: border-box;
}

.mk-tc__avatar {
  display: flex;
  margin: 2px auto 0;
  width: 86px;
  height: 86px;
  border-radius: 18px;
  background: #fff;
  border: 3px solid #fff;
  padding: 0;
  background-clip: border-box;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px -9px rgba(6,54,116,.5);
  position: relative;
  text-decoration: none;
}

.mk-tc__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  padding: 0;
}

.mk-tc__ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a85ff;
}

.mk-tc__rating {
  text-align: center;
  line-height: 1.2;
  display: block;
}

.mk-tc__rating .mk-tc__stars {
  color: #f5a623;
  font-size: 13px;
  letter-spacing: 1px;
  display: block;
  line-height: 1;
}

.mk-tc__rating .mk-tc__score {
  display: none;
}

.mk-tc__exp {
  display: inline-flex;
  font-size: 9.5px;
  color: #174ea6;
  font-weight: 800;
  align-items: center;
  gap: 4px;
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 3px 9px;
  border-radius: 99px;
  white-space: nowrap;
  margin: 0;
}

.mk-tc__exp svg {
  width: 10px;
  height: 10px;
  flex: none;
}

.mk-tc__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: 16px 18px;
  min-width: 0;
  box-sizing: border-box;
}

.mk-tc__top {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}

.mk-tc__nm {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.mk-tc__name {
  font-size: 16.5px;
  font-weight: 800;
  color: #031C3E;
  text-decoration: none;
  margin: 0;
  line-height: 1.3;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mk-tc__loc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #5f7694;
  font-size: 12px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mk-tc__loc svg {
  width: 13px;
  height: 13px;
  flex: none;
  color: #d4994d;
}

.mk-tc__tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 0;
  min-height: 20px;
}

.mk-tc__chip {
  background: #f4f8fd;
  color: #5f7694;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 11px;
  border-radius: 7px;
  white-space: nowrap;
  border: 1px solid #e2e8f0;
  box-shadow: none;
  margin: 0;
}

.mk-tc__chip.mk-tc__more {
  background: #E3F0FB;
  color: #174ea6;
  border-color: transparent;
}

.mk-tc__contact {
  display: flex;
  gap: 8px;
  align-self: stretch;
  margin-top: 10px;
}

.mk-tc .tech-act {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  height: 38px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  flex: 1 1 0;
  flex-direction: row-reverse;
  min-width: 0;
  box-shadow: none;
}

.mk-tc .tech-act svg {
  width: 14px;
  height: 14px;
  flex: none;
}

.mk-tc .tech-act .mk-tc__act-txt {
  white-space: nowrap;
}

.mk-tc .tech-act.c {
  background: #063674;
  color: #fff;
  border: none;
}

.mk-tc .tech-act.c:hover {
  background: #031C3E;
  color: #fff;
  border: none;
  filter: none;
}

.mk-tc .tech-act.w {
  background: #1e9e5a;
  color: #fff;
  border: none;
}

.mk-tc .tech-act.w:hover {
  background: #187f48;
  color: #fff;
  border: none;
  filter: none;
}

@media (max-width:480px) {
  .mk-tc__side {
    width: 108px;
    min-width: 108px;
    padding: 14px 5px;
    gap: 8px;
  }
  .mk-tc__avatar {
    width: 78px;
    height: 78px;
  }
  .mk-tc__info {
    padding: 14px 12px;
    gap: 7px;
  }
  .mk-tc__top {
    gap: 8px;
  }
  .mk-tc__nm {
    gap: 6px;
  }
  .mk-tc__name {
    font-size: 14px;
  }
  .mk-tc .tech-act {
    height: 36px;
    padding: 0 10px;
    font-size: 10.5px;
  }
  .mk-tc__fav {
    width: 26px;
    height: 26px;
  }
  .mk-tc__chip {
    font-size: 9px;
    padding: 0 10px;
  }
}
.grid-2, .grid-3, .grid-4, .mk-grid, .mk-grid--3 {
  display: grid;
}

.grid-2 {
  grid-template-columns: repeat(2,1fr);
  gap: 22px;
}

.grid-4 {
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
}

.mk-grid, .mk-grid--3 {
  grid-template-columns: repeat(3,1fr);
  gap: 26px;
}

#mk-fav-list .mk-grid {
  grid-template-columns: repeat(4,1fr);
}

@media (max-width:1180px) {
  .mk-grid, .mk-grid--3, .grid-3, .grid-4, #mk-fav-list .mk-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 22px;
  }
}
@media (max-width:768px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .mk-grid, .mk-grid--3, .grid-3, .grid-4, #mk-fav-list .mk-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
  }
}
@media (max-width:480px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .mk-grid, .mk-grid--3, .grid-3, .grid-4, #mk-fav-list .mk-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }
}
@media (max-width:600px) {
  .ck-popup-card {
    max-width: 340px;
    padding: 36px 18px;
    border-radius: 22px;
  }
  .ck-popup-title {
    font-size: 23px;
  }
  .ck-popup-subtitle {
    font-size: 13.5px;
    margin-bottom: 22px;
  }
  .ck-popup-option {
    padding: 14px 16px;
    border-radius: 16px;
    margin-bottom: 10px;
  }
  .ck-popup-option-info b {
    font-size: 15px;
  }
  .ck-popup-option-info span {
    font-size: 12px;
  }
  .ck-popup-option-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }
  .ck-popup-close {
    top: -12px;
    inset-inline-start: -12px;
    width: 34px;
    height: 34px;
  }
  .ck-popup-close svg {
    width: 19px;
    height: 19px;
  }
}
.region-grid {
  display: grid;
  gap: 13px;
}

.region-card {
  display: block;
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(20,40,80,.04);
  transition: border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.region-card:hover {
  border-color: #bcd7f7;
  box-shadow: 0 6px 18px rgba(20,40,80,.08);
  transform: translateY(-1px);
}

.region-band {
  display: block;
  height: 5px;
  background: linear-gradient(90deg,#2a85ff,#063674);
}

.region-row {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 16px 18px;
}

.region-pin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: rgba(42,133,255,.1);
  color: #2a85ff;
  flex: 0 0 auto;
  transition: background .15s ease,color .15s ease;
}

.region-pin svg {
  width: 17px;
  height: 17px;
}

.region-card:hover .region-pin {
  background: #2a85ff;
  color: #fff;
}

.region-name {
  font-size: 14.5px;
  color: #063674;
  font-weight: 800;
}

.region-go {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 18px;
  border-top: 1px solid #f0f4f9;
  font-size: 12px;
  font-weight: 700;
  color: #2a85ff;
}

.region-go svg {
  width: 14px;
  height: 14px;
}

.region-flag {
  font-size: 1.1em;
  line-height: 1;
}

.mk-place {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  background: transparent;
  border-radius: 0;
  padding: 16px 0;
  margin-bottom: 24px;
  border: 0;
  border-bottom: 1px solid #e7eef7;
  overflow-x: auto;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.mk-place__label {
  font-weight: 800;
  font-size: 13.5px;
  color: #063674;
  white-space: nowrap;
  flex: 0 0 auto;
}

.mk-place__chips {
  display: flex;
  gap: 9px;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  min-width: 0;
}

.mk-place__chips a {
  color: #0f1e33;
  background: #fff;
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .15s ease,color .15s ease,border-color .15s ease;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border: 1px solid rgba(6,54,116,.14);
}

.mk-place__chips a:hover {
  background: rgba(6,54,116,.08);
}

.mk-place__chips a.is-active {
  background: #063674;
  border-color: #063674;
  color: #fff;
}

.mk-place__dim-select {
  display: none;
}

@media (max-width:600px) {
  .mk-place {
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 0;
  }
  .mk-place__label {
    width: auto;
    font-size: 13px;
  }
  .mk-place__chips {
    display: none;
  }
  .mk-place__dim-select {
    display: block;
    flex: 1;
    min-width: 0;
    appearance: none;
    -webkit-appearance: none;
    background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23063674' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>") no-repeat left 12px center;
    border: 1px solid rgba(6,54,116,.18);
    border-radius: 12px;
    padding: 11px 14px;
    font-size: 14px;
    font-weight: 700;
    color: #0f1e33;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(20,40,80,.04);
  }
}
@media (max-width:1180px) {
  .region-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
body.tax-mukaif_location .mk-container.section {
  padding-block: 0;
}

@media (max-width:600px) {
  .mk-grid--3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width:480px) {
  .header-actions .action-pill svg, .header-actions .mk-nav-toggle__icon {
    width: 20px;
    height: 20px;
  }
  .mk-form-field label {
    font-size: 12px;
  }
  .mk-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
  }
  .mk-checkbox {
    justify-content: center;
    padding: 9px 10px;
  }
}
.contact-layout {
  display: grid;
  grid-template-columns: 1.4fr .9fr;
  gap: 30px;
  align-items: start;
}

.contact-social {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin-top: 22px;
}

.contact-social__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 10px;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  transition: transform .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.05);
}

.contact-social__btn svg {
  flex: none;
}

.contact-social__label {
  white-space: nowrap;
}

.contact-social__btn:hover {
  transform: translateY(-1px);
  background: #fff;
  color: var(--mk-social-ink,#1da1f2);
  box-shadow: none;
}

.contact-social--facebook {
  background: #1877F2;
  --mk-social-ink: #1877F2;
  --mk-social-glow: rgba(24,119,242,.20);
}

.contact-social--instagram {
  background: radial-gradient(circle at 30% 110%,#FDF497,transparent 45%),radial-gradient(circle at 70% 107%,#F58529 0%,#DD2A7B 50%,#8134AF 80%,#515BD4 100%);
  --mk-social-ink: #DD2A7B;
  --mk-social-glow: rgba(221,42,123,.20);
}

.contact-social--x {
  background: #1DA1F2;
  --mk-social-ink: #1DA1F2;
  --mk-social-glow: rgba(29,161,242,.20);
}

.contact-social--youtube {
  background: #FF0000;
  --mk-social-ink: #FF0000;
  --mk-social-glow: rgba(255,0,0,.18);
}

.contact-social--whatsapp {
  background: #25D366;
  --mk-social-ink: #128C7E;
  --mk-social-glow: rgba(37,211,102,.20);
}

.contact-social--tiktok {
  background: #FE2C55;
  --mk-social-ink: #FE2C55;
  --mk-social-glow: rgba(254,44,85,.20);
}

.mk-carousel-head {
  flex-wrap: nowrap;
}

.mk-carousel-head__title {
  min-width: 0;
  flex: 1 1 auto;
}

.mk-carousel-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  background: #fff;
  border: 1px solid var(--sand-200);
  border-radius: 12px;
  padding: 4px;
  flex-shrink: 0;
}

.mk-carousel-nav svg {
  width: 18px;
  height: 18px;
}

.mk-carousel-arrow {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  border: 0;
  background: transparent;
  color: var(--mk-primary-700);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: .15s;
  padding: 0;
}

.mk-carousel-arrow:hover {
  background: var(--sand-100);
}

.mk-carousel-arrow:disabled {
  opacity: .3;
  cursor: default;
}

.mk-carousel__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding-block: 4px 12px;
  padding-inline: 4px 0;
  border-inline-start: 4px solid transparent;
  scrollbar-width: none;
  max-width: 100%;
}

.mk-carousel__track::-webkit-scrollbar {
  display: none;
}

.mk-carousel__track>.card-b {
  flex: 0 0 auto;
  width: calc((100% - 36px)/3);
  scroll-snap-align: start;
}

.mk-carousel__foot {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.mk-carousel__progress {
  flex: 1 1 auto;
  min-width: 0;
}

.mk-carousel__progress>i {
  display: flex;
  gap: 6px;
  align-items: center;
  width: 100%;
}

.mk-carousel__seg {
  flex: 1 1 0;
  height: 4px;
  border-radius: 99px;
  background: var(--sand-200);
  overflow: hidden;
  position: relative;
}

.mk-carousel__seg i {
  position: absolute;
  inset: 0;
  border-radius: 99px;
  background: linear-gradient(90deg,var(--mk-primary-500),var(--mk-gold));
  opacity: 0;
  transition: opacity .35s ease;
}

.mk-carousel__seg.is-active i {
  opacity: 1;
  box-shadow: 0 0 10px -2px rgba(42,133,255,.55);
}

@media (max-width:1024px) {
  .mk-carousel__track>.card-b {
    width: calc((100% - 18px)/2);
  }
}
@media (max-width:600px) {
  .mk-carousel-head {
    gap: 12px;
  }
  .mk-carousel-head h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mk-carousel-head .section-sub {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4px;
  }
  .mk-carousel-nav {
    padding: 3px;
  }
  .mk-carousel-nav svg {
    width: 16px;
    height: 16px;
  }
  .mk-carousel-arrow {
    width: 34px;
    height: 34px;
  }
  .mk-carousel__track {
    gap: 10px;
  }
  .mk-carousel__track>.card-b {
    width: calc((100% - 10px)/2);
  }
}
@media (max-width:480px) {
  .mk-carousel__track .card-b h3 {
    font-size: 10px;
  }
  .mk-tc__fav svg {
    width: 15px;
    height: 15px;
  }
}

/* RTL refinements (merged from assets/css/rtl.css). WordPress already emits
   dir="rtl" on <html> for Arabic, so these only reinforce direction-specific
   bits and stay harmless for LTR pages. */
[dir="rtl"] input,
[dir="rtl"] textarea,
[dir="rtl"] select {
  text-align: right;
}

[dir="rtl"] .mk-password input,
[dir="rtl"] .mk-form-field .mk-password input {
  padding-inline-end: 42px;
}

.mk-form-field input:focus-visible,
.mk-form-field select:focus-visible,
.mk-form-field textarea:focus-visible,
.mukaif-rate-form input:focus-visible,
.mukaif-rate-form textarea:focus-visible,
.mk-auth-screen__form input:focus-visible,
.mk-auth-screen__form textarea:focus-visible,
.mk-auth-screen__form select:focus-visible {
  outline: 3px solid var(--mk-frost-400);
  outline-offset: 2px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact-layout {
  grid-template-columns: minmax(0, 1.4fr) minmax(0, .9fr);
}
@media (max-width:768px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}
.contact-methods a {
  overflow-wrap: anywhere;
}
@media (max-width:480px) {
  .contact-social {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home #ads-panel,
.home #tech-panel,
.home .mk-container .section,
.home .cta-banner {
  content-visibility: auto;
  contain-intrinsic-size: auto 420px;
}
