/* ============================================================
   Mahdi Electronic dark theme
   Cleaned CSS build: v57
   - حذف declarationهای تکراری و overrideهای بی‌اثر
   - حفظ ظاهر فعلی سایت بدون تغییر نام کلاس‌ها
   - فایل مبنا: assets/css/mahdi-dark-exact.css
   ============================================================ */

body.me-home-dark,
body.me-home-dark[data-theme],
html[data-theme="dark"] body.me-home-dark,
html[data-theme="light"] body.me-home-dark {
    --me-bg: #020815;
    --me-bg-2: #06172c;
    --me-card: rgba(8, 24, 45, .76);
    --me-card-2: rgba(12, 34, 60, .82);
    --me-border: rgba(74, 137, 206, .42);
    --me-border-soft: rgba(79, 145, 218, .24);
    --me-blue: #0ea5ff;
    --me-blue-2: #006cf4;
    --me-blue-3: #6bd2ff;
    --me-text: #f5f9ff;
    --me-muted: #9db4d2;
    --me-faint: #6f87a7;
    --me-success: #30d7ff;
    --me-shadow: 0 26px 80px rgba(0, 91, 221, .15);
    --bg-color: var(--me-bg) !important;
    --surface: var(--me-card) !important;
    --surface-2: var(--me-card-2) !important;
    --card-bg: var(--me-card) !important;
    --text-color: var(--me-text) !important;
    --text-muted: var(--me-muted) !important;
    --border-color: var(--me-border) !important;
    background: radial-gradient(circle at 74% 10%, rgba(0, 145, 255, .26), transparent 28%),
        radial-gradient(circle at 12% 18%, rgba(0, 90, 210, .14), transparent 28%),
        linear-gradient(180deg, #01050d 0%, #031020 34%, #010812 100%) !important;
    color: var(--me-text) !important;
    min-height: 100vh;
    overflow-x: hidden;
}

body.me-home-dark::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -3;
    background-image: linear-gradient(rgba(41, 137, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(41, 137, 255, .045) 1px, transparent 1px),
        radial-gradient(circle at center, transparent 0, transparent 60%, rgba(0,0,0,.7) 100%);
    background-size: 44px 44px, 44px 44px, 100% 100%;
}

body.me-home-dark::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -2;
    background: linear-gradient(90deg, transparent 0 7%, rgba(0,151,255,.08) 7.3%, transparent 7.6% 17%, rgba(0,151,255,.055) 17.4%, transparent 17.8% 32%, rgba(0,151,255,.045) 32.3%, transparent 32.8%),
      linear-gradient(0deg, transparent 0 14%, rgba(0,151,255,.04) 14.4%, transparent 14.8% 42%, rgba(0,151,255,.04) 42.2%, transparent 42.6%);
    opacity: .58;
    mask-image: radial-gradient(circle at 50% 18%, #000 0 38%, transparent 78%);
}

body.me-home-dark * {
    box-sizing: border-box;
}

body.me-home-dark a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

body.me-home-dark .me-shell {
    width: min(1280px, calc(100% - 34px));
    margin: 0 auto;
    padding: 0 0 22px;
    position: relative;
}

body.me-home-dark .me-bg-orb {
    position: fixed;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    filter: blur(40px);
    opacity: .28;
    pointer-events: none;
    z-index: -1;
}

body.me-home-dark .me-bg-orb-1 {
    right: -120px;
    top: 80px;
    background: #008cff;
}

body.me-home-dark .me-bg-orb-2 {
    left: -150px;
    top: 320px;
    background: #003c9e;
}

body.me-home-dark .me-maintenance-admin {
    position: sticky;
    top: 0;
    z-index: 99999;
    background: #f59e0b;
    color: #111827;
    text-align: center;
    padding: 8px;
    font-weight: 900;
}

body.me-home-dark #site-loader .spinner {
    border-color: rgba(14,165,255,.25);
}

body.me-home-dark .me-topbar {
    height: 72px;
    margin: 12px 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: sticky;
    top: 10px;
    z-index: 200;
    padding: 7px 10px 7px 12px;
    border: 1px solid var(--me-border-soft);
    background: linear-gradient(180deg, rgba(5,17,34,.86), rgba(2,10,22,.78));
    backdrop-filter: blur(16px);
    box-shadow: 0 14px 52px rgba(0,0,0,.3), inset 0 0 0 1px rgba(255,255,255,.025);
}

body.me-home-dark .me-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 216px;
    margin: 0;
    cursor: pointer;
}

body.me-home-dark .me-brand .logo-img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 50%;
    filter: drop-shadow(0 0 14px rgba(0,145,255,.28));
}

body.me-home-dark .me-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}

body.me-home-dark .me-brand-text strong {
    font-size: 1.15rem;
    color: #fff;
    font-weight: 900;
}

body.me-home-dark .me-brand-text small {
    color: var(--me-muted);
    font-size: .72rem;
}

body.me-home-dark .me-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.me-home-dark .me-nav a {
    height: 42px;
    border-radius: 14px;
    color: #c4d4ea;
    font-weight: 800;
    border: 1px solid transparent;
    position: relative;
}

body.me-home-dark .me-nav a:hover {
    color: #fff;
    background: rgba(14,165,255,.09);
    border-color: rgba(14,165,255,.18);
}

body.me-home-dark .me-nav a.active {
    color: #fff;
}

body.me-home-dark .me-nav a.active::after {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 22%;
    left: 22%;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, transparent, #00a6ff, transparent);
    box-shadow: 0 0 18px #00a6ff;
}

body.me-home-dark .me-actions {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

body.me-home-dark .btn,
body.me-home-dark button.btn,
body.me-home-dark a.btn {
    min-height: 42px;
    border-radius: 12px;
    padding: 10px 18px;
    border: 1px solid rgba(52, 137, 239, .45);
    background: rgba(11, 30, 54, .72);
    color: #e9f6ff;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: .22s ease;
    box-shadow: none;
}

body.me-home-dark .btn:hover {
    transform: translateY(-2px);
    border-color: rgba(0,178,255,.8);
    box-shadow: 0 13px 32px rgba(0,119,255,.18);
}

body.me-home-dark .btn-primary,
body.me-home-dark a.btn-primary,
body.me-home-dark button.btn-primary {
    background: linear-gradient(135deg, #04b9ff 0%, #0059df 100%) !important;
    border-color: rgba(88, 190, 255, .95) !important;
    color: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 15px 36px rgba(0, 111, 255, .24);
}

body.me-home-dark .btn-success {
    background: linear-gradient(135deg,#10b981,#0284c7) !important;
    color: #fff !important;
}

body.me-home-dark .btn-outline {
    background: rgba(6, 19, 36, .5) !important;
    color: #e9f6ff !important;
}

body.me-home-dark .btn-outline-danger, body.me-home-dark .me-exit-btn {
    color: #ffb4b4 !important;
    border-color: rgba(239,68,68,.38) !important;
}

body.me-home-dark .me-request-btn {
    order: 1;
}

body.me-home-dark .me-login-btn {
    order: 2;
}

body.me-home-dark .hamburger {
    display: none;
    background: rgba(9,29,52,.88);
    border: 1px solid var(--me-border-soft);
    border-radius: 12px;
    width: 42px;
    height: 42px;
    padding: 9px;
}

body.me-home-dark .hamburger span {
    background: #e9f6ff;
    height: 2px;
    border-radius: 5px;
    display: block;
    margin: 5px 0;
}

body.me-home-dark .site-page {
    animation: meFade .35s ease both;
}

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

body.me-home-dark .me-hero {
    border: 1px solid var(--me-border);
    border-radius: 23px;
    box-shadow: var(--me-shadow), inset 0 0 0 1px rgba(255,255,255,.025);
}

body.me-home-dark .me-hero::after {
    left: -20%;
    right: -20%;
    bottom: -45%;
    height: 70%;
    background: radial-gradient(ellipse at center, rgba(0,123,255,.23), transparent 60%);
}

body.me-home-dark .me-hero-copy, body.me-home-dark .me-hero-visual {
    position: relative;
    z-index: 1;
}

body.me-home-dark .me-pill {
    display: inline-flex;
    padding: 7px 20px;
    border: 1px solid rgba(0,165,255,.55);
    border-radius: 12px;
    color: #55c4ff;
    background: rgba(0,93,190,.12);
    font-weight: 900;
    font-size: .88rem;
}

body.me-home-dark .me-hero h1 {
    color: #fff;
    text-shadow: 0 6px 28px rgba(0,0,0,.42);
}

body.me-home-dark .me-hero p {
    color: #bdd1e8;
    margin: 0 0 22px;
}

body.me-home-dark .me-hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

body.me-home-dark .me-hero-buttons .btn {
    border-radius: 13px;
}

body.me-home-dark .me-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #8fa9c8;
}

body.me-home-dark .me-hero-stats span {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-left: 18px;
    border-left: 1px solid rgba(111,166,230,.25);
    font-size: .82rem;
}

body.me-home-dark .me-hero-stats span:last-child {
    padding-left: 0;
    border-left: 0;
}

body.me-home-dark .me-hero-stats b {
    color: #fff;
    font-weight: 900;
}

body.me-home-dark .me-hero-stats i {
    color: #0ea5ff;
    font-size: 1.25rem;
}

body.me-home-dark .me-hero-visual {
    place-items: center;
    perspective: 800px;
}

body.me-home-dark .me-chip-floor {
    width: 390px;
    height: 180px;
    position: absolute;
    bottom: 35px;
    border-radius: 34px;
    background: linear-gradient(90deg, transparent 0 7%, rgba(0,185,255,.28) 7.2%, transparent 7.5% 20%, rgba(0,185,255,.22) 20.2%, transparent 20.5%),
      linear-gradient(0deg, transparent 0 28%, rgba(0,185,255,.22) 28.3%, transparent 28.6% 57%, rgba(0,185,255,.16) 57.3%, transparent 57.6%),
      linear-gradient(145deg, rgba(7,40,74,.7), rgba(1,13,31,.95));
    transform: rotateX(62deg) rotateZ(-1deg);
    box-shadow: 0 0 34px rgba(0,157,255,.5), inset 0 0 0 2px rgba(0,183,255,.22);
}

body.me-home-dark .me-chip-floor::before {
    content: "";
    position: absolute;
    inset: 22px;
    border: 2px solid rgba(65,195,255,.35);
    border-radius: 25px;
    box-shadow: 0 0 25px rgba(0,162,255,.25);
}

body.me-home-dark .me-shield {
    width: 150px;
    height: 174px;
    display: grid;
    place-items: center;
    position: relative;
    color: #83e4ff;
    font-size: 4rem;
    background: linear-gradient(150deg, rgba(11,40,74,.95), rgba(4,20,43,.93));
    clip-path: polygon(50% 0, 91% 16%, 82% 75%, 50% 100%, 18% 75%, 9% 16%);
    filter: drop-shadow(0 0 34px rgba(0,172,255,.7));
}

body.me-home-dark .me-shield::before {
    content: "";
    position: absolute;
    inset: 11px;
    clip-path: inherit;
    background: linear-gradient(145deg, rgba(0,153,255,.28), rgba(0,13,42,.68));
    border: 1px solid rgba(110,216,255,.65);
}

body.me-home-dark .me-shield i {
    position: relative;
    z-index: 1;
    text-shadow: 0 0 28px #00a6ff;
}

body.me-home-dark .me-node {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00a6ff;
    position: absolute;
    box-shadow: 0 0 16px #00a6ff;
}

body.me-home-dark .me-node.n1 {
    top: 55px;
    right: 75px;
}

body.me-home-dark .me-node.n2 {
    bottom: 78px;
    left: 90px;
}

body.me-home-dark .me-node.n3 {
    top: 124px;
    left: 155px;
}

body.me-home-dark .me-section {
    margin: 22px 0;
}

body.me-home-dark .me-section-title {
    text-align: center;
    margin: 14px 0 20px;
}

body.me-home-dark .me-section-title h2 {
    color: #fff;
    font-size: 1.56rem;
    font-weight: 950;
    margin: 0;
}

body.me-home-dark .me-section-title p {
    color: var(--me-muted);
    margin: 5px 0 0;
    font-size: .94rem;
}

body.me-home-dark .me-section-title.compact {
    margin-bottom: 10px;
}

body.me-home-dark .me-services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    width: min(1140px,100%);
    margin: 0 auto;
}

body.me-home-dark .me-service-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
}

body.me-home-dark .me-service-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    opacity: .9;
}

body.me-home-dark .me-service-card > * {
    position: relative;
    z-index: 1;
}

body.me-home-dark .me-service-art {
    height: 66px;
    width: 100%;
    display: grid;
    place-items: center;
    margin-bottom: 7px;
    color: #8ddcff;
    font-size: 2.95rem;
    text-shadow: 0 0 18px rgba(0,166,255,.55);
}

body.me-home-dark .me-service-card h3 {
    color: #fff;
    font-weight: 950;
}

body.me-home-dark .me-service-card p {
    margin: 0;
}

body.me-home-dark .me-service-card button {
    font-weight: 900;
    cursor: pointer;
}

body.me-home-dark .me-why {
    width: min(1140px,100%);
    margin: 26px auto 14px;
    border: 1px solid var(--me-border);
    border-radius: 16px;
    background: rgba(9,27,50,.62);
}

body.me-home-dark .me-why h2 {
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    margin: 0 0 12px;
}

body.me-home-dark .me-why-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 0;
}

body.me-home-dark .me-why-grid div {
    display: grid;
    grid-template-columns: 45px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    padding: 0 14px;
    border-left: 1px solid rgba(97,153,216,.28);
    align-items: center;
}

body.me-home-dark .me-why-grid div:last-child {
    border-left: 0;
}

body.me-home-dark .me-why-grid i {
    grid-row: 1 / span 2;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(0,153,255,.5);
    color: #49c8ff;
    background: rgba(0,114,255,.12);
    font-size: 1.2rem;
    box-shadow: 0 0 24px rgba(0,136,255,.18);
}

body.me-home-dark .me-why-grid strong {
    color: #fff;
    font-size: .9rem;
}

body.me-home-dark .me-why-grid span {
    color: #a7bad2;
    font-size: .72rem;
    line-height: 1.7;
}

body.me-home-dark .me-experts-grid,
body.me-home-dark .repairmans-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    width: min(1140px,100%);
    margin: 0 auto;
}

body.me-home-dark .me-home-expert,
body.me-home-dark .repairman-card {
    border: 1px solid var(--me-border);
    text-align: center;
    background: linear-gradient(165deg, rgba(15,39,68,.86), rgba(6,21,40,.88));
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 16px 42px rgba(0,0,0,.12);
}

body.me-home-dark .me-home-expert img,
body.me-home-dark .repairman-card img {
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(70,171,255,.36);
    background: #10243f;
}

body.me-home-dark .me-home-expert h3,
body.me-home-dark .repairman-card h3 {
    color: #fff;
    font-weight: 950;
    margin: 0;
}

body.me-home-dark .me-home-expert p,
body.me-home-dark .repairman-card p {
    color: #b8c9de;
    margin: 2px 0 5px;
}

body.me-home-dark .me-verified {
    color: #62cfff;
    background: rgba(0,126,255,.13);
}

body.me-home-dark .me-verified i {
    background: #0f9dff;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
    font-size: .6rem;
}

body.me-home-dark .me-expert-foot .fas, body.me-home-dark .repairman-card .stars .fas {
    color: #ffd84b !important;
}

body.me-home-dark .me-expert-foot small, body.me-home-dark .repairman-card .reviews-count {
    color: #a8bdd5;
}

body.me-home-dark .repairman-card .btn {
    min-height: 34px;
    padding: 6px 10px;
    font-size: .75rem;
    margin-top: 8px !important;
}

body.me-home-dark .me-loading, body.me-home-dark .me-empty {
    grid-column: 1/-1;
    text-align: center;
    color: #b6c9df;
    padding: 28px;
    border: 1px solid var(--me-border-soft);
    border-radius: 14px;
    background: rgba(8,24,45,.5);
}

body.me-home-dark .me-center {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

body.me-home-dark .me-more-btn {
    min-width: 230px;
}

body.me-home-dark .card,
body.me-home-dark .me-faq-card,
body.me-home-dark .me-form-card,
body.me-home-dark .me-track-card {
    border: 1px solid var(--me-border) !important;
    border-radius: 16px !important;
    background: linear-gradient(165deg, rgba(10,30,54,.84), rgba(4,15,30,.9)) !important;
    box-shadow: 0 20px 55px rgba(0,0,0,.16) !important;
    color: var(--me-text) !important;
}

body.me-home-dark .me-faq-card {
    width: min(1140px,100%);
    margin: 28px auto 10px;
    padding: 12px 14px 18px;
}

body.me-home-dark .me-faq-search {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

body.me-home-dark .me-faq-search .form-control {
    max-width: 420px;
    height: 40px;
}

body.me-home-dark #faqList {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

body.me-home-dark #faqList .faq-item {
    border: 1px solid rgba(72,137,208,.32);
    background: rgba(8,28,51,.58);
    overflow: hidden;
}

body.me-home-dark .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 13px;
    color: #dcecff;
    font-size: .86rem;
    font-weight: 800;
    cursor: pointer;
}

body.me-home-dark .faq-answer {
    padding: 0 13px 12px;
    color: #acc0d8;
    font-size: .82rem;
    line-height: 1.9;
}

body.me-home-dark .faq-arrow {
    color: #7bd7ff;
    font-weight: 900;
}

body.me-home-dark .me-home-ads {
    width: min(1140px,100%);
    margin: 18px auto 0;
    display: grid;
}

body.me-home-dark .me-page-head {
    margin: 20px 0 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid var(--me-border);
    border-radius: 18px;
    background: rgba(6,22,42,.64);
    padding: 18px;
}

body.me-home-dark .me-page-head span {
    color: #68cbff;
    font-weight: 900;
}

body.me-home-dark .me-page-head h1 {
    margin: 3px 0;
    color: #fff;
    font-size: 1.7rem;
}

body.me-home-dark .me-page-head p {
    color: #a9bdd4;
    margin: 0;
}

body.me-home-dark .two-columns {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 20px;
}

body.me-home-dark .me-form-layout {
    align-items: start;
}

body.me-home-dark .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

body.me-home-dark .form-group {
    margin-bottom: 14px;
}

body.me-home-dark label {
    color: #dcecff;
    font-weight: 900;
    margin-bottom: 7px;
    display: block;
}

body.me-home-dark .form-control,
body.me-home-dark input,
body.me-home-dark select,
body.me-home-dark textarea {
    width: 100%;
    border: 1px solid rgba(79,145,218,.35) !important;
    background: rgba(3, 13, 27, .66) !important;
    color: #eef8ff !important;
    border-radius: 12px !important;
    padding: 12px 13px !important;
    outline: none !important;
}

body.me-home-dark .form-control::placeholder, body.me-home-dark textarea::placeholder {
    color: #718aa9;
}

body.me-home-dark .form-control:focus {
    border-color: #20b7ff !important;
    box-shadow: 0 0 0 4px rgba(14,165,255,.13) !important;
}

body.me-home-dark select option {
    color: #0f172a;
}

body.me-home-dark .cost-estimator-card,
body.me-home-dark .front-service-mode-card {
    border: 1px solid rgba(79,145,218,.32);
    border-radius: 14px;
    padding: 14px;
    background: rgba(8,28,51,.48);
    margin: 12px 0;
}

body.me-home-dark .cost-estimator-head, body.me-home-dark .front-service-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #fff;
}

body.me-home-dark .cost-estimator-head i, body.me-home-dark .front-service-head i {
    color: #63cfff;
    font-size: 1.4rem;
}

body.me-home-dark .cost-estimator-head span, body.me-home-dark .front-service-head small {
    color: #9cb3cf;
    display: block;
    font-size: .75rem;
}

body.me-home-dark .cost-estimator-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 10px;
    align-items: center;
}

body.me-home-dark .cost-estimator-result {
    color: #fff;
    padding: 12px;
    border-radius: 12px;
    background: rgba(0,116,255,.12);
    border: 1px solid rgba(0,155,255,.24);
}

body.me-home-dark .front-service-options {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 9px;
}

body.me-home-dark .front-service-option {
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(79,145,218,.3);
    border-radius: 12px;
    background: rgba(5,18,35,.48);
    display: flex;
    gap: 8px;
    align-items: flex-start;
    cursor: pointer;
}

body.me-home-dark .front-service-option input {
    width: auto !important;
    margin-top: 5px;
}

body.me-home-dark .front-service-option b {
    color: #fff;
    display: block;
}

body.me-home-dark .front-service-option small {
    color: #93a8c2;
    font-size: .72rem;
}

body.me-home-dark .front-service-hint {
    margin-top: 10px;
    padding: 10px;
    border-radius: 12px;
    color: #dff6ff;
    background: rgba(14,165,255,.1);
    border: 1px solid rgba(14,165,255,.24);
}

body.me-home-dark .btn-block {
    width: 100%;
}

body.me-home-dark .horizontal-progress {
    background: rgba(7,22,41,.7);
    border: 1px solid var(--me-border-soft);
    border-radius: 16px;
    padding: 16px;
}

body.me-home-dark .articles-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
}

body.me-home-dark .article-card h3 {
    color: #fff;
}

body.me-home-dark .article-card .excerpt, body.me-home-dark .article-card .meta {
    color: #a9bed7;
}

body.me-home-dark .article-image img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}

body.me-home-dark .me-about-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
}

body.me-home-dark .me-big-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: #73d7ff;
    background: rgba(0,119,255,.14);
    border: 1px solid rgba(0,164,255,.3);
    font-size: 1.8rem;
    margin-bottom: 10px;
}

body.me-home-dark .me-contact-info p {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(79,145,218,.18);
    color: #bfd2e9;
}

body.me-home-dark .me-contact-info i {
    color: #62cfff;
    width: 22px;
}

body.me-home-dark .me-footer {
    border-radius: 16px;
}

body.me-home-dark .me-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1.1fr 1fr 1fr 1.1fr;
}

body.me-home-dark .me-footer h3, body.me-home-dark .me-footer h4 {
    color: #fff;
    margin: 0 0 10px;
}

body.me-home-dark .me-footer p, body.me-home-dark .me-footer a {
    display: block;
    color: #aabfd8;
    font-size: .86rem;
    line-height: 2;
}

body.me-home-dark .me-footer-logo .logo-img {
    object-fit: contain;
}

body.me-home-dark .me-socials {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

body.me-home-dark .me-socials a, body.me-home-dark .me-socials span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(79,145,218,.28);
    background: rgba(5,18,35,.6);
    color: #9fdfff;
}

body.me-home-dark .me-trust-badges {
    display: flex;
    gap: 8px;
}

body.me-home-dark .me-trust-badges img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    border-radius: 9px;
    background: rgba(255,255,255,.05);
    padding: 5px;
}

body.me-home-dark .copyright {
    font-size: .82rem;
}

body.me-home-dark .copyright p {
    margin: 0;
}

body.me-home-dark .copyright span {
    color: #b8cae1;
}

body.me-home-dark .modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0,5,13,.72);
    backdrop-filter: blur(10px);
    z-index: 1000;
}

body.me-home-dark .me-auth-card {
    width: min(420px,100%);
    padding: 22px;
}

body.me-home-dark .alert-success {
    background: rgba(16,185,129,.12);
    color: #b7ffe4;
    border: 1px solid rgba(16,185,129,.28);
    border-radius: 12px;
    padding: 10px;
}

body.me-home-dark .alert-danger {
    background: rgba(239,68,68,.12);
    color: #ffd1d1;
    border: 1px solid rgba(239,68,68,.28);
    border-radius: 12px;
    padding: 10px;
}

body.me-home-dark #back-to-top {
    background: linear-gradient(135deg,#04b9ff,#0059df);
    color: #fff;
    border: 1px solid rgba(132,212,255,.7);
    box-shadow: 0 15px 35px rgba(0,111,255,.3);
}

@media (max-width: 1180px) {
    body.me-home-dark .me-services-grid,
    body.me-home-dark .me-experts-grid,
    body.me-home-dark .repairmans-grid { grid-template-columns: repeat(3, 1fr); }

    body.me-home-dark .me-why-grid { grid-template-columns: repeat(2, 1fr); gap:12px; }

    body.me-home-dark .me-why-grid div { border-left:0; border-bottom:1px solid rgba(97,153,216,.16); padding-bottom:10px; }

    body.me-home-dark .me-footer-grid { grid-template-columns: repeat(2,1fr); }

    body.me-home-dark .me-nav { position:fixed; top:0; bottom:0; right:-320px; width:300px; flex-direction:column; justify-content:flex-start; align-items:stretch; padding:90px 18px 18px; background:rgba(3,12,25,.96); border-left:1px solid var(--me-border-soft); transition:.25s ease; z-index:500; }

    body.me-home-dark .me-nav.active { right:0; }

    body.me-home-dark .hamburger { display:block; order:3; }

    body.me-home-dark .me-topbar { gap:10px; }

    body.me-home-dark .me-brand { min-width:auto; }

    body.me-home-dark .me-brand-text small { display:none; }
}

@media (max-width: 860px) {
    body.me-home-dark .me-shell { width:min(100% - 20px,1280px); }

    body.me-home-dark .me-topbar { height:auto; flex-wrap:wrap; border-radius:0 0 18px 18px; position:relative; top:0; }

    body.me-home-dark .me-actions { width:100%; justify-content:space-between; order:4; }

    body.me-home-dark .me-actions .btn { flex:1; padding:9px 10px; font-size:.8rem; }

    body.me-home-dark .me-hero { grid-template-columns:1fr; padding: 26px 20px; min-height:auto; }

    body.me-home-dark .me-hero-visual { height:220px; order:-1; }

    body.me-home-dark .me-chip-floor { width:280px; height:130px; }

    body.me-home-dark .me-shield { width:105px; height:124px; font-size:2.8rem; }

    body.me-home-dark .me-hero h1 { font-size:2.2rem; }

    body.me-home-dark .me-hero-stats { gap:10px; }

    body.me-home-dark .me-services-grid,
    body.me-home-dark .me-experts-grid,
    body.me-home-dark .repairmans-grid,
    body.me-home-dark .articles-grid,
    body.me-home-dark .me-about-grid,
    body.me-home-dark .two-columns,
    body.me-home-dark .form-row,
    body.me-home-dark .front-service-options,
    body.me-home-dark .cost-estimator-grid,
    body.me-home-dark #faqList { grid-template-columns:1fr; }

    body.me-home-dark .me-why-grid { grid-template-columns:1fr; }

    body.me-home-dark .me-footer-grid { grid-template-columns:1fr; }

    body.me-home-dark .copyright { flex-direction:column; gap:6px; }
}

@media (max-width: 520px) {
    body.me-home-dark .me-brand .logo-img { width:48px; height:48px; }

    body.me-home-dark .me-brand-text strong { font-size:1rem; }

    body.me-home-dark .me-hero-buttons .btn { width:100%; }

    body.me-home-dark .me-hero-stats span { width:100%; border-left:0; padding-left:0; }

    body.me-home-dark .me-services-grid { gap:10px; }
}

body.me-home-dark .me-topbar {
    border-radius: 0 0 22px 22px;
    padding-inline: 14px;
}

body.me-home-dark .me-actions {
    margin-inline-start: auto;
}

body.me-home-dark .me-login-btn {
    min-width: 158px;
}

body.me-home-dark .me-exit-btn {
    min-width: 42px;
    padding-inline: 0;
}

body.me-home-dark .me-hero-copy {
    align-self: center;
}

body.me-home-dark .me-hero h1 {
    margin-top: 18px;
    max-width: 580px;
}

body.me-home-dark .me-hero-visual {
    align-self: stretch;
}

body.me-home-dark .me-slider-section {
    margin-top: 28px;
}

body.me-home-dark .me-slider {
    position: relative;
    width: min(1140px, 100%);
    margin: 0 auto;
    overflow: hidden;
    padding: 6px 2px 46px;
}

body.me-home-dark .me-slider .swiper-wrapper {
    align-items: stretch;
}

body.me-home-dark .me-slider .swiper-slide {
    height: auto;
    display: flex;
}

body.me-home-dark .me-slider-controls {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

body.me-home-dark .me-swiper-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(84, 165, 235, .34);
    background: rgba(7, 23, 43, .82);
    color: #dff3ff;
    display: grid;
    place-items: center;
    cursor: pointer;
}

body.me-home-dark .swiper-pagination {
    position: static !important;
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 7px;
}

body.me-home-dark .swiper-pagination-bullet {
    margin: 0 !important;
    opacity: 1;
    background: rgba(121, 166, 208, .35);
}

body.me-home-dark .swiper-pagination-bullet-active {
    border-radius: 999px;
    background: linear-gradient(90deg, #28b9ff, #005ce2);
}

body.me-home-dark .me-services-grid,
body.me-home-dark .me-experts-grid,
body.me-home-dark .repairmans-grid {
    width: 100%;
    margin: 0;
}

body.me-home-dark .me-service-card,
body.me-home-dark .me-home-expert,
body.me-home-dark .repairman-card {
    width: 100%;
    height: 100%;
}

body.me-home-dark .me-service-thumb {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(78, 145, 218, .18);
    background: #071a30;
}

body.me-home-dark .me-service-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.me-home-dark .me-service-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
}

body.me-home-dark .me-service-icon {
    position: absolute;
    display: grid;
    place-items: center;
    color: #bce9ff;
    z-index: 1;
    border: 1px solid rgba(114, 210, 255, .45);
    background: rgba(0, 84, 170, .32);
    box-shadow: 0 8px 18px rgba(0, 92, 186, .16);
}

body.me-home-dark .me-home-expert,
body.me-home-dark .repairman-card {
    min-height: 212px;
    padding: 16px 14px;
    border-radius: 16px;
}

body.me-home-dark .me-home-expert img,
body.me-home-dark .repairman-card img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

body.me-home-dark .me-home-expert h3,
body.me-home-dark .repairman-card h3 {
    font-size: 1rem;
}

body.me-home-dark .me-home-expert p,
body.me-home-dark .repairman-card p {
    font-size: .8rem;
}

body.me-home-dark .me-why {
    margin-top: 18px;
    padding: 16px 18px 20px;
}

body.me-home-dark .me-why-grid div {
    min-height: 80px;
    padding-top: 6px;
    padding-bottom: 6px;
}

body.me-home-dark #faqList {
    gap: 10px 20px;
}

body.me-home-dark #faqList .faq-item {
    border-radius: 12px;
}

body.me-home-dark .faq-question {
    min-height: 44px;
}

body.me-home-dark .me-footer-grid > div {
    padding-inline: 14px;
}

body.me-home-dark .me-footer-logo .logo-img {
    width: 74px;
    height: 74px;
}

body.me-home-dark .copyright {
    margin-top: 12px;
}

@media (max-width: 1180px) {
    body.me-home-dark .me-footer-grid > div:nth-child(odd)::before { display: none; }
}

@media (max-width: 860px) {
    body.me-home-dark .me-topbar {
        min-height: 74px;
        flex-wrap: nowrap;
        padding: 10px 12px;
        gap: 10px;
    }

    body.me-home-dark .me-brand-text small { display: none; }

    body.me-home-dark .me-actions {
        width: auto;
        order: 3;
        margin-inline-start: auto;
    }

    body.me-home-dark .me-actions .btn { min-height: 40px; }

    body.me-home-dark .hamburger { order: 4; }

    body.me-home-dark .me-login-btn { min-width: auto; padding-inline: 14px; }

    body.me-home-dark .me-hero {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 18px;
    }

    body.me-home-dark .me-hero-visual { order: -1; height: 248px; }

    body.me-home-dark .me-hero h1 { font-size: 2rem; }

    body.me-home-dark .me-hero-buttons { gap: 10px; }

    body.me-home-dark .me-slider { padding-bottom: 44px; }

    body.me-home-dark .me-service-thumb { height: 172px; }

    body.me-home-dark .me-footer-grid > div { padding-inline: 0; }

    body.me-home-dark .me-footer-grid > div::before { display: none !important; }
}

@media (max-width: 640px) {
    body.me-home-dark .me-topbar { min-height: 68px; }

    body.me-home-dark .me-brand { gap: 8px; }

    body.me-home-dark .me-brand .logo-img { width: 46px; height: 46px; }

    body.me-home-dark .me-brand-text strong { font-size: .98rem; }

    body.me-home-dark .me-login-btn { font-size: .78rem; padding-inline: 12px; }

    body.me-home-dark .me-hero p { font-size: .95rem; line-height: 1.9; }

    body.me-home-dark .me-hero-buttons .btn { width: 100%; min-width: 100%; }

    body.me-home-dark .me-hero-stats { display: grid; grid-template-columns: 1fr; gap: 8px; }

    body.me-home-dark .me-hero-stats span { border-left: 0; padding-left: 0; width: 100%; }

    body.me-home-dark .me-swiper-btn { width: 38px; height: 38px; }

    body.me-home-dark .me-section-title h2 { font-size: 1.38rem; }

    body.me-home-dark .me-why-grid div { grid-template-columns: 40px 1fr; padding-inline: 0; }

    body.me-home-dark .me-footer { border-radius: 14px; }

    body.me-home-dark .copyright { font-size: .75rem; }
}

body.me-home-dark .me-hero {
    isolation: isolate;
}

body.me-home-dark .me-hero::after {
    opacity: .55;
}

body.me-home-dark .me-hero-copy {
    margin-inline-start: auto !important;
    margin-inline-end: 0 !important;
}

body.me-home-dark .me-services-wrapper,
body.me-home-dark .me-experts-wrapper {
    display: flex !important;
    align-items: stretch !important;
    width: 100%;
}

body.me-home-dark .me-services-slider,
body.me-home-dark .me-experts-slider {
    position: relative;
    overflow: hidden !important;
}

body.me-home-dark .me-services-slider .swiper-slide,
body.me-home-dark .me-experts-slider .swiper-slide {
    height: auto !important;
    display: flex !important;
}

body.me-home-dark .me-services-slider .swiper-slide {
    flex-direction: column;
}

body.me-home-dark .me-service-card {
    height: 100%;
}

body.me-home-dark .me-footer-grid > div {
    position: relative;
}

body.me-home-dark .me-footer-grid > div:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    width: 1px;
}

@media (max-width: 1180px) {
    body.me-home-dark .me-hero {
        min-height: 360px !important;
        padding: 38px 34px 30px !important;
        background-position: 45% center !important;
    }

    body.me-home-dark .me-hero-copy {
        width: min(520px, 100%) !important;
    }

    body.me-home-dark .me-footer-grid > div::before {
        display: none !important;
    }
}

@media (max-width: 860px) {
    body.me-home-dark .me-hero {
        min-height: auto !important;
        padding: 28px 18px 24px !important;
        background:
            linear-gradient(180deg, rgba(2, 8, 18, .72) 0%, rgba(2, 8, 18, .88) 100%),
            url("../images/home-hero-repair.png") center center / cover no-repeat !important;
    }

    body.me-home-dark .me-hero-copy {
        margin: 0 !important;
        width: 100% !important;
    }

    body.me-home-dark .me-hero h1 {
        font-size: 2rem !important;
    }

    body.me-home-dark .me-hero-buttons .btn {
        width: 100%;
    }

    body.me-home-dark .me-service-card {
        min-height: 310px;
    }
}

@media (max-width: 520px) {
    body.me-home-dark .me-hero {
        border-radius: 18px;
        padding: 24px 16px 22px !important;
    }

    body.me-home-dark .me-pill {
        font-size: .76rem;
        padding: 6px 12px;
    }

    body.me-home-dark .me-hero h1 {
        font-size: 1.72rem !important;
        line-height: 1.55;
    }

    body.me-home-dark .me-service-thumb {
        height: 155px;
    }

    body.me-home-dark .me-expert-slide-pair {
        gap: 12px;
    }
}

body.me-home-dark .me-hero::before {
    opacity: .55 !important;
}

body.me-home-dark .me-hero p {
    max-width: 100% !important;
    font-size: 1rem !important;
    line-height: 2.05 !important;
}

body.me-home-dark .me-service-icon {
    top: 8px !important;
    right: 8px !important;
}

body.me-home-dark .me-service-card h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

body.me-home-dark .me-service-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0 !important;
}

body.me-home-dark .me-service-card button {
    width: 100%;
    border: 1px solid rgba(73, 166, 235, .38);
    background: rgba(1, 15, 30, .48);
    color: #7ed6ff;
    justify-content: center;
}

body.me-home-dark .me-service-card button:hover {
    border-color: rgba(73, 190, 255, .66);
    background: rgba(4, 33, 60, .8);
}

body.me-home-dark .me-footer-grid > div:not(:first-child)::before {
    right: -12px !important;
    background: linear-gradient(180deg, transparent, rgba(96, 164, 226, .62), transparent) !important;
}

@media (max-width: 1080px) {
    body.me-home-dark .me-hero {
        grid-template-columns: 1fr .9fr !important;
        padding: 24px 24px 20px 22px !important;
    }

    body.me-home-dark .me-service-thumb { height: 122px !important; }
}

@media (max-width: 860px) {
    body.me-home-dark .me-hero {
        grid-template-columns: 1fr !important;
        padding: 22px 18px !important;
        gap: 14px !important;
        min-height: auto !important;
    }

    body.me-home-dark .me-hero-visual {
        order: -1;
        min-height: 210px;
        height: 210px !important;
    }

    body.me-home-dark .me-hero-visual-frame::before {
        background: linear-gradient(180deg, rgba(1,10,21,.18), rgba(1,10,21,.52));
    }

    body.me-home-dark .me-hero-copy { max-width: 100% !important; }

    body.me-home-dark .me-hero h1 { font-size: 2rem !important; }

    body.me-home-dark .me-service-card { min-height: 290px !important; }

    body.me-home-dark .me-service-thumb { height: 136px !important; }
}

@media (max-width: 520px) {
    body.me-home-dark .me-hero {
        border-radius: 18px !important;
        padding: 18px 14px !important;
    }

    body.me-home-dark .me-hero-visual {
        height: 180px !important;
        min-height: 180px;
    }

    body.me-home-dark .me-hero h1 {
        font-size: 1.74rem !important;
    }

    body.me-home-dark .me-hero p {
        font-size: .9rem !important;
        line-height: 1.9 !important;
    }

    body.me-home-dark .me-service-card {
        min-height: 284px !important;
    }

    body.me-home-dark .me-service-thumb {
        height: 128px !important;
    }

    body.me-home-dark .me-service-card p {
        min-height: 84px;
        -webkit-line-clamp: 3;
    }
}

body.me-home-dark .me-hero-visual-frame::before,
body.me-home-dark .me-hero-visual-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
}

body.me-home-dark .me-hero-visual-frame::after {
    opacity: .85;
}

body.me-home-dark .me-services-slider {
    padding-bottom: 50px !important;
}

body.me-home-dark .me-services-slider .swiper-wrapper {
    align-items: stretch !important;
}

body.me-home-dark .me-service-card::before {
    background: radial-gradient(circle at 50% 0, rgba(77,186,255,.12), transparent 34%) !important;
}

body.me-home-dark .me-service-thumb::after {
    background: linear-gradient(180deg, transparent 22%, rgba(2,10,22,.06) 60%, rgba(2,10,22,.40) 100%) !important;
}

body.me-home-dark .me-service-icon {
    width: 30px !important;
    height: 30px !important;
    border-radius: 9px !important;
    font-size: .88rem !important;
}

body.me-home-dark .me-service-card h3 {
    margin-bottom: 6px !important;
}

body.me-home-dark .me-service-card p {
    color: #c3d4e8 !important;
}

body.me-home-dark .me-service-card button i {
    font-size: .74rem;
}

body.me-home-dark .me-slider-controls {
    gap: 10px !important;
}

body.me-home-dark .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
}

body.me-home-dark .swiper-pagination-bullet-active {
    width: 24px;
}

@media (min-width: 1280px) {
    body.me-home-dark .me-services-slider .swiper-slide { width: 190px !important; }
}

@media (max-width: 1024px) {
    body.me-home-dark .me-hero {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
        padding: 24px 22px 20px !important;
    }

    body.me-home-dark .me-services-slider .swiper-slide { width: 168px !important; }
}

@media (max-width: 860px) {
    body.me-home-dark .me-hero {
        direction: rtl !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        padding: 22px 18px !important;
    }

    body.me-home-dark .me-hero-copy,
    body.me-home-dark .me-hero-visual { order: initial; }

    body.me-home-dark .me-hero-visual {
        order: -1;
        min-height: 200px;
        height: 200px !important;
    }

    body.me-home-dark .me-services-slider .swiper-slide { width: 160px !important; }

    body.me-home-dark .me-service-card { min-height: 262px !important; }
}

@media (max-width: 520px) {
    body.me-home-dark .me-hero {
        padding: 18px 14px !important;
    }

    body.me-home-dark .me-hero-visual {
        min-height: 172px;
        height: 172px !important;
    }

    body.me-home-dark .me-services-slider .swiper-slide { width: 152px !important; }

    body.me-home-dark .me-service-card {
        min-height: 248px !important;
        padding: 9px !important;
    }

    body.me-home-dark .me-service-thumb { height: 84px !important; }

    body.me-home-dark .me-service-card h3 { min-height: 40px !important; font-size: .82rem !important; }

    body.me-home-dark .me-service-card p { min-height: 50px !important; font-size: .68rem !important; }
}

body.me-home-dark .me-hero-visual {
    align-items: stretch !important;
    justify-content: stretch !important;
}

body.me-home-dark .me-hero-visual-frame::before {
    background: linear-gradient(90deg, rgba(2,10,22,.96) 0%, rgba(2,10,22,.44) 18%, rgba(2,10,22,0) 39%, rgba(2,10,22,0) 72%, rgba(2,10,22,.20) 100%),
        linear-gradient(180deg, rgba(2,10,22,.12), rgba(2,10,22,0) 24%, rgba(2,10,22,.30) 100%) !important;
}

body.me-home-dark .me-hero-visual-frame::after {
    background: radial-gradient(circle at 60% 46%, rgba(0,160,255,.12), transparent 40%) !important;
    filter: blur(12px) !important;
}

body.me-home-dark .me-services-slider {
    padding: 6px 4px 50px !important;
}

body.me-home-dark .me-services-slider .swiper-slide {
    flex-shrink: 0 !important;
}

body.me-home-dark .me-service-card {
    padding: 10px !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, rgba(12,39,69,.96), rgba(6,22,42,.98)) !important;
    border: 1px solid rgba(73,140,210,.44) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 10px 24px rgba(0,0,0,.14) !important;
}

body.me-home-dark .me-service-thumb {
    border-radius: 10px !important;
    margin-bottom: 10px !important;
}

body.me-home-dark .me-service-card h3 {
    font-size: .88rem !important;
    line-height: 1.55 !important;
    min-height: 44px !important;
    margin: 0 0 6px !important;
    text-align: center !important;
}

body.me-home-dark .me-service-card p {
    font-size: .72rem !important;
    line-height: 1.7 !important;
    min-height: 56px !important;
    text-align: center !important;
    -webkit-line-clamp: 3 !important;
}

body.me-home-dark .me-service-card button {
    min-height: 34px !important;
    border-radius: 10px !important;
    font-size: .74rem !important;
    padding: 6px 8px !important;
    margin-top: auto !important;
}

body.me-home-dark .me-toast-container {
    position: fixed;
    top: 18px;
    width: min(360px, calc(100vw - 36px));
    z-index: 999999;
    display: grid;
    gap: 10px;
    pointer-events: none;
}

body.me-home-dark .me-toast {
    pointer-events: auto;
    transform: translateY(-12px) scale(.98);
    opacity: 0;
    display: grid;
    grid-template-columns: 42px 1fr 30px;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
    color: #eaf7ff;
    background: radial-gradient(circle at top right, rgba(16,185,255,.18), transparent 42%),
        linear-gradient(160deg, rgba(10,31,56,.96), rgba(4,16,32,.96));
    border: 1px solid rgba(84,174,245,.42);
    box-shadow: 0 18px 46px rgba(0,0,0,.32), 0 0 34px rgba(0,137,255,.12);
    backdrop-filter: blur(14px);
    transition: .26s ease;
}

body.me-home-dark .me-toast.show {
    transform: translateY(0) scale(1);
    opacity: 1;
}

body.me-home-dark .me-toast.hide {
    transform: translateY(-10px) scale(.98);
    opacity: 0;
}

body.me-home-dark .me-toast > i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #7fe1ff;
    background: rgba(0,138,255,.16);
    border: 1px solid rgba(93,199,255,.34);
    font-size: 1.25rem;
}

body.me-home-dark .me-toast strong {
    display: block;
    color: #fff;
    font-size: .92rem;
    margin-bottom: 3px;
}

body.me-home-dark .me-toast span {
    display: block;
    color: #bad2ec;
    font-size: .82rem;
    line-height: 1.8;
}

body.me-home-dark .me-toast button {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 10px;
    color: #b8cee7;
    background: rgba(255,255,255,.06);
    cursor: pointer;
}

body.me-home-dark .me-toast-success > i {
    color: #85f7d2;
    background: rgba(16,185,129,.14);
    border-color: rgba(16,185,129,.30);
}

body.me-home-dark .me-toast-danger > i {
    color: #ffc6c6;
    background: rgba(239,68,68,.14);
    border-color: rgba(239,68,68,.30);
}

@media (min-width: 1280px) {
    body.me-home-dark .me-services-slider .swiper-slide { width: 190px !important; }
}

@media (max-width: 1024px) {
    body.me-home-dark .me-hero {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
        padding: 24px 22px 20px !important;
    }

    body.me-home-dark .me-services-slider .swiper-slide { width: 168px !important; }
}

@media (max-width: 860px) {
    body.me-home-dark .me-hero {
        direction: rtl !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        padding: 22px 18px !important;
    }

    body.me-home-dark .me-hero-copy,
    body.me-home-dark .me-hero-visual { order: initial !important; }

    body.me-home-dark .me-hero-visual {
        order: -1 !important;
        min-height: 200px !important;
        height: 200px !important;
    }

    body.me-home-dark .me-services-slider .swiper-slide { width: 160px !important; }
}

@media (max-width: 520px) {
    body.me-home-dark .me-hero { padding: 18px 14px !important; }

    body.me-home-dark .me-hero-visual { min-height: 172px !important; height: 172px !important; }

    body.me-home-dark .me-services-slider .swiper-slide { width: 152px !important; }

    body.me-home-dark .me-service-card { min-height: 248px !important; padding: 9px !important; }

    body.me-home-dark .me-service-thumb { height: 84px !important; }

    body.me-home-dark .me-toast-container {
        top: 10px;
        left: 10px;
        width: calc(100vw - 20px);
    }
}

body.me-home-dark .me-toast-container {
    right: 18px !important;
    left: auto !important;
}

body.me-home-dark .me-hero {
    width: 100% !important;
    direction: ltr !important;
    grid-template-columns: minmax(0, 1fr) minmax(430px, .98fr) !important;
    align-items: center !important;
    gap: 30px !important;
}

body.me-home-dark .me-hero-copy,
body.me-home-dark .me-hero-visual {
    direction: rtl !important;
}

body.me-home-dark .me-hero-copy {
    order: 1 !important;
}

body.me-home-dark .me-hero-copy > p,
body.me-home-dark .me-section-title p,
body.me-home-dark .me-page-head p {
    display: none !important;
}

body.me-home-dark .me-hero-visual {
    order: 2 !important;
    height: 330px !important;
    min-height: 330px !important;
    position: relative !important;
    z-index: 2 !important;
}

body.me-home-dark .me-hero-visual-frame {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

body.me-home-dark .me-hero-visual-frame::before {
    content: "" !important;
    position: absolute !important;
    inset: -1px !important;
    z-index: 2 !important;
    pointer-events: none !important;
    background: linear-gradient(90deg, rgba(2,10,22,1) 0%, rgba(2,10,22,.72) 12%, rgba(2,10,22,.22) 28%, rgba(2,10,22,0) 45%, rgba(2,10,22,.04) 72%, rgba(2,10,22,.34) 100%),
        linear-gradient(180deg, rgba(2,10,22,.50) 0%, rgba(2,10,22,0) 20%, rgba(2,10,22,0) 72%, rgba(2,10,22,.52) 100%);
}

body.me-home-dark .me-hero-visual-frame::after {
    content: "" !important;
    position: absolute !important;
    inset: -18px !important;
    z-index: 3 !important;
    pointer-events: none !important;
    box-shadow: inset 0 0 42px 44px rgba(2,10,22,.78) !important;
    border-radius: 18px !important;
}

body.me-home-dark .me-hero-illustration {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    filter: brightness(.78) saturate(.96) contrast(1.02) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.me-home-dark .me-section-title p,
body.me-home-dark .me-page-head p {
    display: none !important;
}

body.me-home-dark .me-founder-card {
    width: min(1140px, 100%);
    margin: 0 auto 16px;
    padding: 20px !important;
    display: grid;
    grid-template-columns: 76px 1fr;
    align-items: center;
    gap: 16px;
}

body.me-home-dark .me-founder-icon {
    width: 76px;
    height: 76px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    background: rgba(0, 138, 255, .14);
    border: 1px solid rgba(85, 188, 255, .34);
    color: #78dbff;
    font-size: 2rem;
}

body.me-home-dark .me-founder-card span {
    color: #6dd7ff;
    font-weight: 900;
}

body.me-home-dark .me-founder-card h2 {
    color: #fff;
    margin: 4px 0 8px;
    font-size: 1.45rem;
}

body.me-home-dark .me-founder-card p {
    color: #b9cee6;
    margin: 0;
    line-height: 2;
}

body.me-home-dark .me-footer {
    width: 100% !important;
    max-width: 100% !important;
    margin: 28px 0 0 !important;
    box-sizing: border-box !important;
}

body.me-home-dark .copyright {
    width: 100% !important;
    text-align: center !important;
    direction: rtl !important;
}

body.me-home-dark .copyright p,
body.me-home-dark .copyright span {
    text-align: center !important;
}

body.me-home-dark .me-why,
body.me-home-dark .me-faq-card,
body.me-home-dark .me-slider,
body.me-home-dark .me-home-ads {
    width: 100% !important;
    max-width: 100% !important;
}

@media (max-width: 1080px) {
    body.me-home-dark .me-hero {
        grid-template-columns: 1fr 1fr !important;
        padding: 26px 24px 22px !important;
    }

    body.me-home-dark .me-hero-visual {
        height: 290px !important;
        min-height: 290px !important;
    }
}

@media (max-width: 860px) {
    body.me-home-dark .me-toast-container {
        right: 10px !important;
        left: auto !important;
        width: calc(100vw - 20px) !important;
    }

    body.me-home-dark .me-hero {
        direction: rtl !important;
        grid-template-columns: 1fr !important;
        padding: 20px 16px !important;
        gap: 14px !important;
    }

    body.me-home-dark .me-hero-visual {
        order: -1 !important;
        height: 210px !important;
        min-height: 210px !important;
    }

    body.me-home-dark .me-founder-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    body.me-home-dark .me-founder-icon {
        margin: 0 auto;
    }
}

@media (max-width: 520px) {
    body.me-home-dark .me-hero-visual {
        height: 170px !important;
        min-height: 170px !important;
    }

    body.me-home-dark .me-hero h1 {
        font-size: 1.72rem !important;
    }

    body.me-home-dark .copyright {
        flex-direction: column !important;
        gap: 6px !important;
    }
}

body.me-home-dark .me-hero {
    display: block !important;
    padding: 34px 62px 28px 32px !important;
    background: linear-gradient(90deg, rgba(1,8,18,.92) 0%, rgba(1,8,18,.76) 24%, rgba(1,8,18,.22) 50%, rgba(1,8,18,.04) 100%),
        url("../images/home-hero-repair.png") 58% center / cover no-repeat !important;
    position: relative !important;
    overflow: hidden !important;
}

body.me-home-dark .me-hero::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    background: linear-gradient(90deg, rgba(2,10,22,.94) 0%, rgba(2,10,22,.40) 25%, rgba(2,10,22,0) 55%, rgba(2,10,22,.18) 100%),
        linear-gradient(180deg, rgba(2,10,22,.44) 0%, rgba(2,10,22,0) 24%, rgba(2,10,22,.42) 100%) !important;
}

body.me-home-dark .me-hero::after {
    content: "" !important;
    position: absolute !important;
    inset: -24px !important;
    z-index: 1 !important;
    pointer-events: none !important;
    box-shadow: inset 0 0 58px 48px rgba(2,10,22,.92) !important;
}

body.me-home-dark .me-hero-copy {
    position: relative !important;
    z-index: 3 !important;
    width: min(510px, 100%) !important;
    max-width: 510px !important;
    margin: 0 !important;
}

body.me-home-dark .me-hero-visual {
    display: none !important;
}

body.me-home-dark .me-hero h1 {
    margin: 16px 0 12px !important;
}

body.me-home-dark .me-hero-copy > p {
    display: block !important;
    max-width: 420px !important;
    font-size: .94rem !important;
    line-height: 2 !important;
    color: #bacde4 !important;
    margin-bottom: 18px !important;
}

body.me-home-dark .me-hero-buttons .btn {
    height: 48px !important;
    min-width: 170px !important;
}

body.me-home-dark .me-hero-stats {
    margin-top: 22px !important;
}

body.me-home-dark .me-about-hero {
    width: 100% !important;
    margin: 0 0 18px !important;
    padding: 22px !important;
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 22px;
    align-items: center;
    overflow: hidden;
    position: relative;
}

body.me-home-dark .me-about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 50%, rgba(0,145,255,.16), transparent 38%);
    pointer-events: none;
}

body.me-home-dark .me-manager-photo {
    position: relative;
    z-index: 1;
    width: 230px;
    height: 250px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(87, 180, 255, .32);
    background: rgba(4, 18, 35, .72);
    box-shadow: 0 20px 55px rgba(0,0,0,.20);
}

body.me-home-dark .me-manager-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.me-home-dark .me-about-hero-copy {
    position: relative;
    z-index: 1;
}

body.me-home-dark .me-about-hero-copy span {
    color: #6fd7ff;
    font-weight: 900;
}

body.me-home-dark .me-about-hero-copy h2 {
    color: #fff;
    margin: 6px 0 10px;
    font-size: 1.7rem;
    line-height: 1.6;
}

body.me-home-dark .me-about-hero-copy p {
    color: #bcd0e7;
    line-height: 2.15;
    margin: 0;
}

body.me-home-dark .me-about-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

body.me-home-dark .me-about-badges span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #dff4ff;
    background: rgba(0, 122, 255, .12);
    border: 1px solid rgba(82, 176, 245, .28);
    font-size: .82rem;
}

body.me-home-dark .me-about-badges i {
    color: #6bd8ff;
}

body.me-home-dark .me-about-process {
    width: 100%;
    margin-top: 18px;
    padding: 18px !important;
}

body.me-home-dark .me-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

body.me-home-dark .me-process-grid div {
    border: 1px solid rgba(82, 146, 212, .30);
    border-radius: 16px;
    padding: 14px;
    background: rgba(5, 20, 38, .55);
}

body.me-home-dark .me-process-grid b {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #04b9ff, #0059df);
    color: #fff;
    margin-bottom: 10px;
}

body.me-home-dark .me-process-grid strong {
    display: block;
    color: #fff;
    margin-bottom: 6px;
}

body.me-home-dark .me-process-grid span {
    display: block;
    color: #aebfd5;
    font-size: .82rem;
    line-height: 1.9;
}

@media (max-width: 1024px) {
    body.me-home-dark .me-hero {
        background-position: 62% center !important;
        padding: 30px 28px 26px !important;
    }

    body.me-home-dark .me-hero-copy {
        width: min(480px, 100%) !important;
    }

    body.me-home-dark .me-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 860px) {
    body.me-home-dark .me-hero {
        padding: 26px 18px !important;
        background:
            linear-gradient(180deg, rgba(1,8,18,.82), rgba(1,8,18,.94)),
            url("../images/home-hero-repair.png") center center / cover no-repeat !important;
    }

    body.me-home-dark .me-hero-copy {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.me-home-dark .me-hero h1 {
        font-size: 1.9rem !important;
    }

    body.me-home-dark .me-about-hero {
        grid-template-columns: 1fr;
        text-align: center;
    }

    body.me-home-dark .me-manager-photo {
        width: min(250px, 100%);
        height: 270px;
        margin: 0 auto;
    }

    body.me-home-dark .me-about-badges {
        justify-content: center;
    }
}

@media (max-width: 560px) {
    body.me-home-dark .me-hero h1 {
        font-size: 1.62rem !important;
    }

    body.me-home-dark .me-hero-copy > p {
        font-size: .86rem !important;
        line-height: 1.9 !important;
    }

    body.me-home-dark .me-hero-buttons .btn {
        width: 100%;
    }

    body.me-home-dark .me-process-grid {
        grid-template-columns: 1fr;
    }
}

body.me-home-dark .me-hero,
body.me-home-dark .me-section,
body.me-home-dark .me-why,
body.me-home-dark .me-faq-card,
body.me-home-dark .me-footer,
body.me-home-dark .me-home-ads {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

body.me-home-dark .me-hero {
    min-height: 380px !important;
    background-position: 56% center !important;
}

body.me-home-dark .card:hover,
body.me-home-dark .me-service-card:hover,
body.me-home-dark .me-home-expert:hover,
body.me-home-dark .repairman-card:hover,
body.me-home-dark .me-ad-card:hover {
    border-color: rgba(72, 190, 255, .72) !important;
    box-shadow: 0 20px 46px rgba(0, 125, 255, .16), inset 0 0 0 1px rgba(111, 210, 255, .06) !important;
    transform: translateY(-2px);
}

body.me-home-dark .me-service-card:hover h3,
body.me-home-dark .me-home-expert:hover h3 {
    color: #ffffff !important;
}

body.me-home-dark .me-service-thumb {
    height: 112px !important;
}

body.me-home-dark .me-services-slider .swiper-pagination {
    overflow: hidden;
}

body.me-home-dark #showAllFaqsBtn {
    min-width: 220px;
}

body.me-home-dark .me-expert-slide-pair .me-home-expert {
    width: 100% !important;
    min-height: 190px !important;
}

@media (max-width: 1180px) {
    body.me-home-dark .me-nav,
    body.me-home-dark .me-nav.open,
    body.me-home-dark .me-nav.active {
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
        right: -330px !important;
        width: min(320px, 86vw) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        padding: 92px 18px 20px !important;
        z-index: 10010 !important;
        background: rgba(2, 12, 25, .98) !important;
        border-left: 1px solid rgba(82, 166, 230, .35) !important;
        backdrop-filter: blur(14px) !important;
        transition: right .25s ease !important;
        pointer-events: auto !important;
    }

    body.me-home-dark .me-nav.open,
    body.me-home-dark .me-nav.active {
        right: 0 !important;
    }

    body.me-home-dark .me-nav a {
        width: 100% !important;
        min-height: 46px !important;
        justify-content: flex-start !important;
        padding: 0 14px !important;
        pointer-events: auto !important;
        z-index: 10011 !important;
    }

    body.me-home-dark .nav-overlay {
        position: fixed !important;
        inset: 0 !important;
        z-index: 10000 !important;
        background: rgba(0, 5, 14, .58) !important;
        backdrop-filter: blur(3px) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transition: .2s ease !important;
    }

    body.me-home-dark .nav-overlay.active {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    body.me-home-dark .hamburger {
        z-index: 10012 !important;
        pointer-events: auto !important;
    }
}

body.me-home-dark .me-about-hero-copy h3 {
    color: #6ed7ff;
    margin: -2px 0 10px;
    font-size: 1rem;
    font-weight: 900;
}

body.me-home-dark .me-process-grid.ten-steps {
    grid-template-columns: repeat(5, 1fr) !important;
}

body.me-home-dark .me-process-grid.ten-steps div {
    min-height: 170px;
}

@media (max-width: 1200px) {
    body.me-home-dark .me-process-grid.ten-steps {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 860px) {
    body.me-home-dark .me-services-slider .swiper-slide {
        width: 78vw !important;
        max-width: 330px !important;
    }

    body.me-home-dark .me-service-card {
        min-height: 300px !important;
    }

    body.me-home-dark .me-service-thumb {
        height: 140px !important;
    }

    body.me-home-dark .me-experts-slider .swiper-slide {
        width: 100% !important;
    }

    body.me-home-dark .me-expert-slide-pair {
        grid-template-rows: auto auto !important;
    }

    body.me-home-dark .me-process-grid.ten-steps {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 560px) {
    body.me-home-dark .me-hero h1 {
        font-size: 1.55rem !important;
        line-height: 1.55 !important;
    }

    body.me-home-dark .me-services-slider .swiper-slide {
        width: 84vw !important;
        max-width: 310px !important;
    }

    body.me-home-dark .me-expert-slide-pair .me-home-expert {
        min-height: 178px !important;
    }

    body.me-home-dark .me-process-grid.ten-steps {
        grid-template-columns: 1fr !important;
    }

    body.me-home-dark .me-process-grid.ten-steps div {
        min-height: auto;
    }
}

body.me-home-dark .me-services-slider {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

body.me-home-dark .me-services-wrapper {
    display: flex !important;
    align-items: stretch !important;
}

body.me-home-dark .me-services-slider.is-few-slides .me-services-wrapper {
    justify-content: center !important;
}

body.me-home-dark .me-services-slider .swiper-slide {
    width: auto !important;
    height: auto !important;
    display: flex !important;
}

body.me-home-dark .me-services-slider .swiper-pagination {
    max-width: 170px !important;
    margin-inline: auto !important;
}

body.me-home-dark .me-services-slider .swiper-pagination-bullet:nth-child(n/**/+8) {
    display: none !important;
}

body.me-home-dark .me-experts-slider {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

body.me-home-dark .me-experts-wrapper {
    display: flex !important;
    align-items: stretch !important;
}

body.me-home-dark .me-experts-slider .swiper-slide {
    width: auto !important;
}

body.me-home-dark .me-experts-slider.is-single-slide .me-slider-controls {
    display: none !important;
}

@media (max-width: 860px) {
    body.me-home-dark .me-services-slider.is-few-slides .me-services-wrapper {
        justify-content: flex-start !important;
    }

    body.me-home-dark .me-services-slider .swiper-slide,
    body.me-home-dark .me-experts-slider .swiper-slide {
        width: 100% !important;
    }

    body.me-home-dark .me-service-card {
        width: 100% !important;
        min-height: 300px !important;
    }

    body.me-home-dark .me-expert-slide-pair {
        display: grid !important;
        grid-template-rows: auto auto !important;
        gap: 14px !important;
        width: 100% !important;
    }

    body.me-home-dark .me-expert-slide-pair .me-home-expert {
        min-height: 178px !important;
    }
}

@media (max-width: 1180px) {
    body.me-home-dark .me-nav a {
        cursor: pointer !important;
        user-select: none !important;
    }
}

body.me-home-dark #faqList .faq-item.faq-hidden {
    display: none !important;
}

body.me-home-dark .me-experts-slider .me-loading,
body.me-home-dark .me-experts-slider .me-empty {
    width: 100%;
    min-height: 120px;
    display: grid;
    place-items: center;
}

@media (max-width: 860px) {
    body.me-home-dark .me-experts-slider .swiper-slide {
        width: 100% !important;
        flex-shrink: 0 !important;
    }

    body.me-home-dark .me-expert-slide-pair {
        width: 100% !important;
        max-width: 100% !important;
    }
}

body.me-home-dark .me-home-expert.is-verified .me-verified i {
    background: #0f9dff !important;
    color: #fff !important;
}

body.me-home-dark .me-home-expert.not-verified img {
    border-color: rgba(239, 68, 68, .50) !important;
}

body.me-home-dark .me-home-expert.not-verified .me-verified i {
    background: #ef4444 !important;
    color: #fff !important;
}

body.me-home-dark .me-home-blog-section,
body.me-home-dark .me-home-ads-section {
    width: 100% !important;
    max-width: 100% !important;
}

body.me-home-dark .me-home-article-card {
    border: 1px solid rgba(72, 138, 206, .44);
    background: linear-gradient(165deg, rgba(10,30,54,.84), rgba(4,15,30,.9));
    overflow: hidden;
    cursor: pointer;
    transition: .22s ease;
}

body.me-home-dark .me-home-article-card:hover {
    border-color: rgba(72, 190, 255, .72) !important;
    transform: translateY(-2px);
    box-shadow: 0 20px 46px rgba(0, 125, 255, .16) !important;
}

body.me-home-dark .me-home-article-img {
    position: relative;
    overflow: hidden;
    background: rgba(5,18,35,.8);
}

body.me-home-dark .me-home-article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.me-home-dark .me-home-article-img span {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 9px;
    border-radius: 999px;
    color: #fff;
    background: rgba(0, 118, 255, .55);
    border: 1px solid rgba(118, 214, 255, .4);
    font-size: .72rem;
}

body.me-home-dark .me-home-article-body {
    padding: 12px;
}

body.me-home-dark .me-home-article-body h3 {
    color: #fff;
    margin: 0 0 7px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

body.me-home-dark .me-home-article-body p {
    color: #afc3dc;
    margin: 0 0 8px;
    font-size: .78rem;
    line-height: 1.9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

body.me-home-dark .me-home-article-body small {
    color: #7ed6ff;
    font-size: .74rem;
}

body.me-home-dark .me-home-ads-section {
    padding: 14px;
    border: 1px solid rgba(72, 138, 206, .36);
    border-radius: 16px;
    background: rgba(7,22,41,.50);
}

body.me-home-dark .me-services-slider.services-static {
    padding-bottom: 8px !important;
}

body.me-home-dark .me-services-slider.services-static .swiper-wrapper {
    transform: none !important;
}

body.me-home-dark .me-services-slider.services-static .swiper-slide {
    width: auto !important;
    margin: 0 !important;
}

body.me-home-dark .me-services-slider.services-static .me-slider-controls {
    display: none !important;
}

body.me-home-dark .me-service-card {
    margin-inline: auto !important;
}

body.me-home-dark .me-experts-slider {
    padding-bottom: 48px !important;
}

body.me-home-dark .me-experts-slider .swiper-slide {
    height: auto !important;
    display: flex !important;
}

body.me-home-dark .me-home-expert {
    box-shadow: 0 16px 42px rgba(0,0,0,.12) !important;
    display: flex !important;
    flex-direction: column !important;
    transition: .22s ease !important;
}

body.me-home-dark .me-home-expert img {
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 2px solid rgba(70,171,255,.42) !important;
    background: #10243f !important;
}

body.me-home-dark .me-home-expert h3 {
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 950 !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}

body.me-home-dark .me-home-expert p {
    color: #b8c9de !important;
    margin: 2px 0 7px !important;
    font-size: .8rem !important;
    line-height: 1.7 !important;
}

body.me-home-dark .me-verified {
    display: inline-flex !important;
    gap: 5px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 20px !important;
    padding: 4px 9px !important;
    font-size: .72rem !important;
    margin-bottom: 8px !important;
}

body.me-home-dark .me-expert-foot {
    margin-top: auto !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    color: #e4f4ff !important;
    font-size: .75rem !important;
}

body.me-home-dark .me-home-expert.is-verified {
    border-color: rgba(73, 172, 255, .52) !important;
}

@media (max-width: 900px) {
    body.me-home-dark .me-home-articles {
        grid-template-columns: 1fr;
    }

    body.me-home-dark .me-services-slider.services-static .swiper-wrapper {
        display: flex !important;
        justify-content: flex-start !important;
        gap: 0 !important;
    }

    body.me-home-dark .me-services-slider.services-static .me-slider-controls {
        display: flex !important;
    }
}

@media (max-width: 860px) {
    body.me-home-dark .me-service-card {
        max-width: 100% !important;
    }

    body.me-home-dark .me-experts-slider .swiper-slide {
        width: 100% !important;
    }

    body.me-home-dark .me-home-expert {
        min-height: 188px !important;
    }
}

body.me-home-dark .me-experts-slider.experts-static {
    padding-bottom: 10px !important;
    overflow: visible !important;
}

body.me-home-dark .me-experts-slider.experts-static .swiper-wrapper {
    gap: 16px !important;
    transform: none !important;
    justify-content: center !important;
    align-items: stretch !important;
}

body.me-home-dark .me-experts-slider.experts-static .swiper-slide {
    width: auto !important;
    margin: 0 !important;
    display: block !important;
}

body.me-home-dark .me-experts-slider.experts-static .me-slider-controls {
    display: none !important;
}

body.me-home-dark .me-expert-slide-pair {
    display: grid !important;
    grid-template-rows: auto auto !important;
    gap: 14px !important;
    width: 100% !important;
}

body.me-home-dark .me-home-expert {
    width: 100% !important;
    min-height: 178px !important;
    align-items: center !important;
}

body.me-home-dark .me-home-expert img {
    margin-bottom: 9px !important;
}

body.me-home-dark .me-home-expert.not-verified .me-verified {
    color: #ffc9c9 !important;
    background: rgba(239,68,68,.15) !important;
}

body.me-home-dark .me-home-expert.is-verified .me-verified {
    color: #9be9ff !important;
    background: rgba(0,126,255,.14) !important;
}

body.me-home-dark .me-home-blog-section {
    width: 100% !important;
}

body.me-home-dark .me-home-articles {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

body.me-home-dark .me-home-article-card {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 260px !important;
    border-radius: 18px !important;
}

body.me-home-dark .me-home-article-img {
    height: 150px !important;
}

body.me-home-dark .me-home-article-body h3 {
    font-size: 1rem !important;
}

body.me-home-dark #articles-page {
    width: 100% !important;
}

body.me-home-dark #articles-list {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}

body.me-home-dark #articles-list > .articles-grid,
body.me-home-dark .me-fixed-articles-grid,
body.me-home-dark .articles-grid {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
}

body.me-home-dark .article-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    background: linear-gradient(165deg, rgba(10,30,54,.88), rgba(4,15,30,.94)) !important;
    border: 1px solid rgba(72, 138, 206, .44) !important;
}

body.me-home-dark .article-card .article-image,
body.me-home-dark .article-image {
    width: 100% !important;
    height: 180px !important;
    min-height: 180px !important;
    overflow: hidden !important;
}

body.me-home-dark .article-card .article-image img,
body.me-home-dark .article-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body.me-home-dark .article-card .article-body,
body.me-home-dark .article-body {
    padding: 14px !important;
}

body.me-home-dark .article-card h3,
body.me-home-dark .article-body h3 {
    color: #fff !important;
    font-size: 1.02rem !important;
    line-height: 1.7 !important;
    margin: 0 0 8px !important;
}

body.me-home-dark .article-card .excerpt,
body.me-home-dark .article-body .excerpt {
    color: #b5c8df !important;
    font-size: .82rem !important;
    line-height: 1.9 !important;
}

body.me-home-dark .article-card .meta,
body.me-home-dark .article-body .meta {
    color: #7ed6ff !important;
    font-size: .76rem !important;
    margin-top: 10px !important;
}

body.me-home-dark #articles-list .article-card *,
body.me-home-dark .me-home-article-card * {
    box-sizing: border-box !important;
}

@media (max-width: 1100px) {
    body.me-home-dark #articles-list > .articles-grid,
    body.me-home-dark .me-fixed-articles-grid,
    body.me-home-dark .articles-grid,
    body.me-home-dark .me-home-articles {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 860px) {
    body.me-home-dark .me-experts-slider.experts-static .swiper-wrapper {
        display: flex !important;
        transform: none;
    }

    body.me-home-dark .me-experts-slider.experts-static .me-slider-controls {
        display: flex !important;
    }

    body.me-home-dark .me-experts-slider .swiper-slide {
        width: 100% !important;
    }

    body.me-home-dark #articles-list > .articles-grid,
    body.me-home-dark .me-fixed-articles-grid,
    body.me-home-dark .articles-grid,
    body.me-home-dark .me-home-articles {
        grid-template-columns: 1fr !important;
    }

    body.me-home-dark .article-card .article-image,
    body.me-home-dark .article-image,
    body.me-home-dark .me-home-article-img {
        height: 170px !important;
    }
}

body.me-home-dark .me-hero h1 {
    font-size: clamp(1.72rem, 2.45vw, 2.62rem) !important;
    line-height: 1.48 !important;
    letter-spacing: -.018em !important;
}

body.me-home-dark .me-nav a {
    display: inline-flex !important;
    align-items: center !important;
}

body.me-home-dark .me-nav a i {
    color: #36c8ff !important;
}

body.me-home-dark .me-services-slider.services-native {
    overflow: visible !important;
    padding-bottom: 8px !important;
}

body.me-home-dark .me-services-slider.services-native .swiper-wrapper {
    transform: none !important;
}

body.me-home-dark .me-services-slider.services-static .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(230px, 260px)) !important;
    justify-content: center !important;
    gap: 18px !important;
    overflow: visible !important;
}

body.me-home-dark .me-services-slider.services-scroll .swiper-wrapper {
    display: flex !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    padding: 4px 4px 12px !important;
}

body.me-home-dark .me-services-slider.services-scroll .swiper-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0, 170, 255, .45);
    border-radius: 999px;
}

body.me-home-dark .me-services-slider.services-native .swiper-slide {
    width: auto !important;
    min-width: 250px !important;
    flex: 0 0 250px !important;
    margin: 0 !important;
    scroll-snap-align: center !important;
}

body.me-home-dark .me-services-slider.services-static .swiper-slide {
    min-width: 0 !important;
    flex: initial !important;
}

body.me-home-dark .me-service-card {
    width: 100% !important;
    max-width: 260px !important;
    min-height: 306px !important;
    margin: 0 auto !important;
}

body.me-home-dark .me-services-slider.services-native .swiper-pagination {
    display: none !important;
}

body.me-home-dark .me-experts-slider.experts-native {
    overflow: visible !important;
    padding-bottom: 10px !important;
}

body.me-home-dark .me-experts-grid-native {
    gap: 16px !important;
    justify-content: center !important;
    align-items: stretch !important;
}

body.me-home-dark .me-experts-grid-native .me-home-expert {
    width: 100% !important;
    min-height: 210px !important;
    max-width: none !important;
    margin: 0 !important;
}

body.me-home-dark .me-home-expert {
    padding: 16px 14px !important;
    border-radius: 18px !important;
    text-align: center !important;
    background: radial-gradient(circle at top right, rgba(0, 155, 255, .12), transparent 38%),
        linear-gradient(165deg, rgba(12,36,64,.92), rgba(5,20,38,.96)) !important;
    border: 1px solid rgba(78, 160, 226, .44) !important;
}

body.me-home-dark .me-home-expert.not-verified {
    border-color: rgba(239, 68, 68, .48) !important;
    background: radial-gradient(circle at top right, rgba(239, 68, 68, .10), transparent 38%),
        linear-gradient(165deg, rgba(36,22,34,.92), rgba(12,18,32,.96)) !important;
}

body.me-home-dark .me-home-expert img {
    width: 70px !important;
    height: 70px !important;
}

body.me-home-dark .me-article-actions,
body.me-home-dark .me-home-article-actions {
    margin-top: 10px;
    padding-top: 9px;
    border-top: 1px solid rgba(88, 156, 224, .26);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #9cc6e9;
    font-size: .76rem;
}

body.me-home-dark .me-like-btn {
    border: 1px solid rgba(100, 180, 244, .32);
    background: rgba(0, 135, 255, .08);
    color: #dff4ff;
    border-radius: 10px;
    padding: 6px 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font: inherit;
}

body.me-home-dark .me-like-btn:hover,
body.me-home-dark .me-like-btn.liked {
    border-color: rgba(255, 92, 135, .45);
    background: rgba(255, 75, 115, .13);
    color: #ffd6e1;
}

body.me-home-dark .me-like-btn i {
    color: #ff6b97;
}

body.me-home-dark .article-modal,
body.me-home-dark .me-article-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: 18px;
    opacity: 0;
    transition: .18s ease;
}

body.me-home-dark .article-modal.show {
    opacity: 1;
}

body.me-home-dark .article-modal.closing {
    opacity: 0;
}

body.me-home-dark .article-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 5, 14, .76);
    backdrop-filter: blur(8px);
}

body.me-home-dark .me-article-modal-box,
body.me-home-dark .article-modal-box {
    position: relative;
    z-index: 2;
    width: min(920px, 96vw);
    max-height: 90vh;
    overflow: auto;
    border-radius: 24px;
    border: 1px solid rgba(83, 177, 246, .42);
    background: radial-gradient(circle at top right, rgba(0, 151, 255, .18), transparent 42%),
        linear-gradient(165deg, rgba(8, 27, 50, .98), rgba(3, 12, 26, .98));
    box-shadow: 0 30px 90px rgba(0,0,0,.48), 0 0 55px rgba(0, 136, 255, .16);
}

body.me-home-dark .article-modal-close {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 4;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 13px;
    color: #fff;
    background: rgba(0,0,0,.38);
    cursor: pointer;
}

body.me-home-dark .me-modal-media {
    width: 100%;
    max-height: 360px;
    overflow: hidden;
    background: #030a14;
}

body.me-home-dark .me-modal-media img,
body.me-home-dark .me-modal-media video,
body.me-home-dark .me-modal-media iframe {
    width: 100% !important;
    height: 360px !important;
    object-fit: cover;
    display: block;
}

body.me-home-dark .me-modal-content {
    padding: 22px;
}

body.me-home-dark .me-modal-kicker {
    color: #6edbff;
    font-weight: 900;
    margin-bottom: 8px;
}

body.me-home-dark .me-modal-content h3 {
    color: #fff;
    font-size: 1.55rem;
    line-height: 1.65;
    margin: 0 0 10px;
}

body.me-home-dark .me-modal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #9cc6e9;
    font-size: .82rem;
    margin-bottom: 14px;
}

body.me-home-dark .me-modal-excerpt,
body.me-home-dark .me-modal-body {
    color: #c4d6ec;
    line-height: 2.1;
}

body.me-home-dark .me-modal-body {
    max-height: 320px;
    overflow: auto;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.06);
}

body.me-home-dark .me-modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(89, 158, 223, .25);
}

body.me-home-dark .me-contact-hero {
    display: grid;
    grid-template-columns: 1fr 180px;
    align-items: center;
    gap: 20px;
    padding: 24px !important;
    margin-bottom: 16px;
    overflow: hidden;
}

body.me-home-dark .me-contact-hero span {
    color: #6edbff;
    font-weight: 900;
}

body.me-home-dark .me-contact-hero h2 {
    color: #fff;
    line-height: 1.65;
    margin: 6px 0 8px;
}

body.me-home-dark .me-contact-hero p {
    color: #bdd0e7;
    line-height: 2;
}

body.me-home-dark .me-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

body.me-home-dark .me-contact-glow-icon {
    width: 150px;
    height: 150px;
    border-radius: 34px;
    display: grid;
    place-items: center;
    color: #7ee5ff;
    font-size: 4rem;
    background: radial-gradient(circle, rgba(0,164,255,.24), rgba(0,80,180,.08));
    border: 1px solid rgba(94, 194, 255, .36);
    margin-inline-start: auto;
}

body.me-home-dark .me-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 16px;
}

body.me-home-dark .me-contact-card {
    min-height: 126px;
    padding: 16px !important;
    display: grid;
    gap: 6px;
    align-content: center;
}

body.me-home-dark .me-contact-card > i {
    color: #55d5ff;
    font-size: 1.35rem;
}

body.me-home-dark .me-contact-card strong {
    color: #fff;
}

body.me-home-dark .me-contact-card span {
    color: #b9cbe1;
    line-height: 1.8;
    word-break: break-word;
}

body.me-home-dark .me-contact-layout {
    align-items: stretch;
}

body.me-home-dark .me-contact-socials {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

body.me-home-dark .me-contact-socials a,
body.me-home-dark .me-contact-socials span {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    color: #fff;
    background: rgba(0, 135, 255, .14);
    border: 1px solid rgba(95, 190, 255, .26);
}

body.me-home-dark #homeServices,
body.me-home-dark #homeExperts,
body.me-home-dark #homeBlog,
body.me-home-dark #faqContainer {
    text-align: center;
}

body.me-home-dark #homeServices .me-section-title,
body.me-home-dark #homeExperts .me-section-title,
body.me-home-dark #homeBlog .me-section-title {
    text-align: center;
}

@media (max-width: 980px) {
    body.me-home-dark .me-experts-grid-native {
        grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
    }

    body.me-home-dark .me-contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    body.me-home-dark .me-contact-hero {
        grid-template-columns: 1fr;
    }

    body.me-home-dark .me-contact-glow-icon {
        margin: 0 auto;
        width: 120px;
        height: 120px;
        font-size: 3rem;
    }
}

@media (max-width: 620px) {
    body.me-home-dark .me-hero h1 {
        font-size: 1.42rem !important;
    }

    body.me-home-dark .me-experts-grid-native {
        grid-template-columns: 1fr !important;
    }

    body.me-home-dark .me-services-slider.services-native .swiper-slide {
        min-width: 84vw !important;
        flex-basis: 84vw !important;
    }

    body.me-home-dark .me-contact-grid {
        grid-template-columns: 1fr;
    }

    body.me-home-dark .me-modal-media img,
    body.me-home-dark .me-modal-media video,
    body.me-home-dark .me-modal-media iframe {
        height: 220px !important;
    }

    body.me-home-dark .me-modal-content {
        padding: 16px;
    }

    body.me-home-dark .me-modal-content h3 {
        font-size: 1.15rem;
    }

    body.me-home-dark .me-modal-footer {
        flex-direction: column;
        align-items: stretch;
    }
}

body.me-home-dark .me-header {
    gap: 10px !important;
}

body.me-home-dark .me-nav {
    gap: 4px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    flex-wrap: nowrap !important;
}

body.me-home-dark .me-nav a {
    padding: 8px 8px !important;
    font-size: .82rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    gap: 5px !important;
}

body.me-home-dark .me-nav a i {
    font-size: .78rem !important;
}

body.me-home-dark .me-actions {
    gap: 6px !important;
    flex: 0 0 auto !important;
}

body.me-home-dark .me-actions .btn,
body.me-home-dark .me-login-btn {
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 11px !important;
    font-size: .78rem !important;
    border-radius: 12px !important;
}

body.me-home-dark .me-exit-btn {
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
}

body.me-home-dark .me-logo,
body.me-home-dark .logo {
    flex-shrink: 0 !important;
}

body.me-home-dark .me-experts-slider.experts-real-slider {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    padding: 4px 4px 50px !important;
}

body.me-home-dark .me-experts-slider.experts-real-slider .me-experts-wrapper,
body.me-home-dark .me-experts-slider.experts-real-slider .swiper-wrapper {
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    transform: translate3d(0,0,0);
}

body.me-home-dark .me-experts-slider.experts-real-slider .swiper-slide {
    align-items: stretch !important;
    width: auto;
}

body.me-home-dark .me-experts-slider.experts-real-slider .me-home-expert {
    width: 100% !important;
    min-height: 218px !important;
    max-width: none !important;
    margin: 0 !important;
}

body.me-home-dark .me-experts-slider.experts-real-slider.experts-no-controls .me-slider-controls {
    display: none !important;
}

body.me-home-dark .me-experts-slider.experts-real-slider .swiper-pagination {
    max-width: 220px !important;
    overflow: hidden !important;
    margin-inline: auto !important;
}

body.me-home-dark .me-experts-slider.experts-real-slider .swiper-pagination-bullet:nth-child(n/**/+9) {
    display: none !important;
}

body.me-home-dark .me-experts-grid-native {
    display: flex !important;
    width: auto !important;
    margin: 0 !important;
    grid-template-columns: none !important;
}

body.me-home-dark .me-experts-slider.experts-static .swiper-wrapper {
    display: flex !important;
    grid-template-columns: none !important;
}

body.me-home-dark .me-experts-slider.experts-real-slider .me-expert-slide-pair {
    display: contents !important;
}

@media (max-width: 1360px) and (min-width: 1181px) {
    body.me-home-dark .me-nav a {
        font-size: .76rem !important;
        padding: 7px 6px !important;
        gap: 4px !important;
    }

    body.me-home-dark .me-nav a i {
        font-size: .72rem !important;
    }

    body.me-home-dark .me-actions .btn,
    body.me-home-dark .me-login-btn {
        padding: 0 9px !important;
        font-size: .74rem !important;
    }
}

@media (max-width: 860px) {
    body.me-home-dark .me-experts-slider.experts-real-slider .swiper-slide {
        width: 100% !important;
    }

    body.me-home-dark .me-experts-slider.experts-real-slider .me-home-expert {
        min-height: 205px !important;
    }
}

@media (max-width: 1180px) {
    body.me-home-dark .me-nav {
        flex-wrap: nowrap !important;
    }

    body.me-home-dark .me-nav a {
        font-size: .9rem !important;
        padding: 0 14px !important;
        gap: 8px !important;
    }
}

body.me-home-dark .me-services-slider.services-scroll .swiper-wrapper::-webkit-scrollbar-thumb,
body.me-home-dark .me-services-slider.services-scroll .swiper-wrapper::-webkit-scrollbar-track {
    display: none !important;
    background: transparent !important;
}

body.me-home-dark .me-experts-slider.experts-static-clean {
    overflow: visible !important;
    padding-bottom: 10px !important;
}

body.me-home-dark .me-experts-slider.experts-static-clean .me-experts-wrapper,
body.me-home-dark .me-experts-slider.experts-static-clean .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(230px, 250px)) !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 16px !important;
    transform: none !important;
}

body.me-home-dark .me-experts-slider.experts-static-clean .swiper-slide {
    width: auto !important;
    height: auto !important;
    min-height: 100% !important;
    display: flex !important;
    margin: 0 !important;
}

body.me-home-dark .me-experts-slider.experts-real-slider .swiper-wrapper {
    align-items: stretch !important;
}

body.me-home-dark .me-experts-slider.experts-real-slider .swiper-slide {
    height: auto !important;
    display: flex !important;
}

body.me-home-dark .me-experts-slider .me-home-expert {
    height: 100% !important;
    min-height: 230px !important;
    max-height: 230px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

body.me-home-dark .me-experts-slider .me-home-expert img {
    flex: 0 0 auto !important;
}

body.me-home-dark .me-experts-slider .me-home-expert h3 {
    min-height: 32px !important;
    max-height: 32px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.me-home-dark .me-experts-slider .me-home-expert p {
    min-height: 42px !important;
    max-height: 42px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

body.me-home-dark .me-experts-slider .me-verified {
    flex: 0 0 auto !important;
}

body.me-home-dark .me-experts-slider .me-expert-foot {
    margin-top: auto !important;
    min-height: 28px !important;
}

body.me-home-dark .me-experts-slider.experts-no-controls .me-slider-controls {
    display: none !important;
}

body.me-home-dark .me-contact-socials {
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

body.me-home-dark .me-contact-socials a,
body.me-home-dark .me-contact-socials span {
    display: inline-grid !important;
    place-items: center !important;
    text-align: center !important;
    line-height: 1 !important;
}

body.me-home-dark .me-contact-socials i {
    margin: 0 !important;
    display: block !important;
}

body.me-home-dark .me-contact-form-card h3 {
    margin: 0 0 20px !important;
    padding-bottom: 13px !important;
    border-bottom: 1px solid rgba(83, 160, 226, .22) !important;
}

body.me-home-dark .me-contact-form-card .form-group:first-of-type {
    margin-top: 6px !important;
}

body.me-home-dark .me-contact-form-card .form-group {
    margin-bottom: 13px !important;
}

body.me-home-dark .card:hover,
body.me-home-dark .me-service-card:hover,
body.me-home-dark .me-home-expert:hover,
body.me-home-dark .repairman-card:hover,
body.me-home-dark .article-card:hover,
body.me-home-dark .me-home-article-card:hover,
body.me-home-dark .me-ad-card:hover,
body.me-home-dark .faq-item:hover,
body.me-home-dark .me-contact-card:hover,
body.me-home-dark .me-contact-info:hover,
body.me-home-dark .me-contact-form-card:hover {
    border-color: rgba(62, 195, 255, .78) !important;
    box-shadow: 0 18px 42px rgba(0, 132, 255, .17), inset 0 0 0 1px rgba(108, 213, 255, .07) !important;
    outline-color: rgba(62, 195, 255, .55) !important;
}

body.me-home-dark .btn:hover,
body.me-home-dark .me-swiper-btn:hover,
body.me-home-dark .me-nav a:hover,
body.me-home-dark .me-socials a:hover,
body.me-home-dark .me-contact-socials a:hover,
body.me-home-dark .me-contact-socials span:hover,
body.me-home-dark .me-more-btn:hover {
    border-color: rgba(62, 195, 255, .78) !important;
    color: #eaf9ff !important;
    background: rgba(0, 137, 255, .16) !important;
    box-shadow: 0 12px 28px rgba(0, 132, 255, .18) !important;
}

body.me-home-dark .card:hover i,
body.me-home-dark .me-contact-card:hover > i,
body.me-home-dark .me-big-icon:hover,
body.me-home-dark .me-nav a:hover i,
body.me-home-dark .me-service-card:hover .me-service-icon,
body.me-home-dark .me-home-expert:hover .me-verified i {
    color: #70dcff !important;
}

body.me-home-dark .card:hover::before,
body.me-home-dark .me-service-card:hover::before,
body.me-home-dark .me-home-expert:hover::before,
body.me-home-dark .article-card:hover::before,
body.me-home-dark .me-home-article-card:hover::before {
    background: radial-gradient(circle at 50% 0, rgba(68, 196, 255, .16), transparent 38%) !important;
}

body.me-home-dark .stars i,
body.me-home-dark .me-expert-foot .fa-star,
body.me-home-dark .me-expert-foot .fa-star-half-alt {
    color: #f5b042 !important;
}

@media (max-width: 860px) {
    body.me-home-dark .me-experts-slider .me-home-expert {
        min-height: 220px !important;
        max-height: 220px !important;
    }
}

@media (max-width: 560px) {
    body.me-home-dark .me-experts-slider .me-home-expert {
        min-height: 216px !important;
        max-height: 216px !important;
    }
}

body.me-home-dark #homeExperts {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    overflow: hidden !important;
}

body.me-home-dark #homeExperts .me-section-title {
    text-align: center !important;
}

body.me-home-dark .me-experts-slider.me-experts-carousel {
    width: min(1180px, 100%) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    padding: 4px 0 18px !important;
    direction: rtl !important;
}

body.me-home-dark .me-experts-carousel .me-experts-native-track,
body.me-home-dark .me-experts-carousel .me-experts-wrapper {
    width: 100% !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x mandatory !important;
    padding: 4px 4px 14px !important;
    transform: none !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    box-sizing: border-box !important;
}

body.me-home-dark .me-experts-carousel .me-experts-native-track::-webkit-scrollbar,
body.me-home-dark .me-experts-carousel .me-experts-wrapper::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

body.me-home-dark .me-experts-carousel.is-centered-static .me-experts-wrapper {
    justify-content: center !important;
}

body.me-home-dark .me-expert-native-slide {
    flex: 0 0 238px !important;
    width: 238px !important;
    min-width: 238px !important;
    max-width: 238px !important;
    height: 252px !important;
    display: flex !important;
    scroll-snap-align: center !important;
    box-sizing: border-box !important;
}

body.me-home-dark .me-expert-native-slide .me-home-expert {
    width: 100% !important;
    height: 252px !important;
    min-height: 252px !important;
    max-height: 252px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

body.me-home-dark .me-experts-carousel .swiper-slide,
body.me-home-dark .me-experts-carousel .me-expert-slide-pair,
body.me-home-dark .me-experts-grid-native {
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    gap: 0 !important;
    transform: none !important;
}

body.me-home-dark .me-experts-carousel .swiper-pagination {
    display: none !important;
}

body.me-home-dark .me-experts-carousel .me-slider-controls {
    margin-top: 8px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px !important;
}

body.me-home-dark .me-experts-carousel .me-swiper-btn {
    position: static !important;
    transform: none !important;
    width: 42px !important;
    height: 42px !important;
}

body.me-home-dark .me-experts-carousel .me-home-expert {
    padding: 14px 12px !important;
    border-radius: 18px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    overflow: hidden !important;
    background: radial-gradient(circle at top right, rgba(0, 155, 255, .12), transparent 38%),
        linear-gradient(165deg, rgba(12,36,64,.94), rgba(5,20,38,.97)) !important;
    border: 1px solid rgba(78, 160, 226, .48) !important;
    box-shadow: 0 14px 34px rgba(0,0,0,.13) !important;
}

body.me-home-dark .me-experts-carousel .me-home-expert.not-verified {
    border-color: rgba(239, 68, 68, .42) !important;
    background: radial-gradient(circle at top right, rgba(239, 68, 68, .10), transparent 40%),
        linear-gradient(165deg, rgba(34,21,33,.94), rgba(7,18,32,.97)) !important;
}

body.me-home-dark .me-experts-carousel .me-home-expert img {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    margin: 0 0 9px !important;
    flex: 0 0 auto !important;
}

body.me-home-dark .me-experts-carousel .me-home-expert h3 {
    width: 100% !important;
    min-height: 34px !important;
    height: 34px !important;
    max-height: 34px !important;
    margin: 0 0 4px !important;
    color: #fff !important;
    font-size: .94rem !important;
    line-height: 1.55 !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.me-home-dark .me-experts-carousel .me-home-expert p {
    width: 100% !important;
    min-height: 36px !important;
    height: 36px !important;
    max-height: 36px !important;
    margin: 0 0 8px !important;
    color: #b8cbe2 !important;
    font-size: .76rem !important;
    line-height: 1.65 !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

body.me-home-dark .me-experts-carousel .me-verified {
    min-height: 32px !important;
    max-height: 32px !important;
    margin: 0 0 8px !important;
    padding: 5px 9px !important;
    border-radius: 999px !important;
    font-size: .72rem !important;
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
}

body.me-home-dark .me-experts-carousel .me-expert-foot {
    width: 100% !important;
    margin-top: auto !important;
    padding-top: 8px !important;
    border-top: 1px solid rgba(98, 165, 229, .18) !important;
    min-height: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    font-size: .72rem !important;
    overflow: hidden !important;
}

body.me-home-dark .me-experts-carousel .me-expert-foot b {
    white-space: nowrap !important;
    line-height: 1 !important;
}

body.me-home-dark .me-experts-carousel .me-expert-foot small {
    white-space: nowrap !important;
    color: #a8bdd6 !important;
}

body.me-home-dark .me-services-slider.services-scroll .swiper-wrapper {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

body.me-home-dark .me-services-slider.services-scroll .swiper-wrapper::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

@media (max-width: 860px) {
    body.me-home-dark .me-expert-native-slide {
        flex-basis: min(82vw, 280px) !important;
        width: min(82vw, 280px) !important;
        min-width: min(82vw, 280px) !important;
        max-width: min(82vw, 280px) !important;
        height: 248px !important;
    }

    body.me-home-dark .me-expert-native-slide .me-home-expert {
        height: 248px !important;
        min-height: 248px !important;
        max-height: 248px !important;
    }

    body.me-home-dark .me-experts-carousel.is-centered-static .me-experts-wrapper {
        justify-content: flex-start !important;
    }
}

body.me-home-dark .me-footer a,
body.me-home-dark .me-footer span {
    transition: .22s ease !important;
}

body.me-home-dark .me-footer-grid > div:not(.me-footer-brand) a {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 7px 9px !important;
    border-radius: 11px !important;
    color: #bcd0e7 !important;
    cursor: pointer !important;
}

body.me-home-dark .me-footer-grid > div:not(.me-footer-brand) a::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #38d5ff;
    opacity: .55;
    transition: .22s ease;
}

body.me-home-dark .me-footer-grid > div:not(.me-footer-brand) a:hover {
    color: #fff !important;
    background: rgba(0, 150, 255, .12) !important;
    border-color: rgba(74, 201, 255, .35) !important;
    transform: translateX(-4px);
    box-shadow: 0 12px 28px rgba(0, 132, 255, .12) !important;
}

body.me-home-dark .me-footer-grid > div:not(.me-footer-brand) a:hover::before {
    opacity: 1;
    color: #7ae7ff;
}

body.me-home-dark .me-footer p:hover {
    color: #eaf8ff !important;
}

body.me-home-dark .me-socials a,
body.me-home-dark .me-socials span {
    transition: .22s ease !important;
}

body.me-home-dark .me-socials a:hover,
body.me-home-dark .me-socials span:hover {
    transform: translateY(-3px) scale(1.04);
    background: rgba(0, 150, 255, .16) !important;
    color: #fff !important;
    box-shadow: 0 14px 32px rgba(0, 150, 255, .18) !important;
}

body.me-home-dark .copyright .me-made-with-heart {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #c8d9ee !important;
}

body.me-home-dark .copyright .me-made-with-heart b {
    color: #ff335f !important;
    font-size: 1.25em !important;
    line-height: 1 !important;
    filter: drop-shadow(0 0 10px rgba(255, 51, 95, .55));
    animation: meHeartBeat 1.55s ease-in-out infinite;
}

@keyframes meHeartBeat {
    0%, 100% { transform: scale(1); }
    45% { transform: scale(1.18); }
}

body.me-home-dark .me-trust-badges {
    padding-bottom: 13px !important;
    margin-bottom: 12px !important;
    border-bottom: 1px solid rgba(96, 190, 255, .28) !important;
    position: relative !important;
}

body.me-home-dark .me-trust-badges::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -1px;
    width: 54px;
    height: 1px;
    transform: translateX(50%);
    background: linear-gradient(90deg, transparent, #48d8ff, transparent);
    box-shadow: 0 0 12px rgba(72, 216, 255, .65);
}

body.me-home-dark .me-expert-profile-container {
    width: min(1120px, 100%) !important;
    margin: 0 auto !important;
}

body.me-home-dark .me-profile-hero-card {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 22px;
    align-items: center;
    padding: 24px;
    border: 1px solid rgba(80, 166, 234, .42);
    border-radius: 24px;
    background: radial-gradient(circle at top right, rgba(0, 155, 255, .18), transparent 38%),
        linear-gradient(165deg, rgba(9, 32, 58, .94), rgba(3, 14, 29, .96));
    box-shadow: 0 24px 72px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.035);
    margin-bottom: 16px;
}

body.me-home-dark .me-profile-avatar-wrap {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

body.me-home-dark .me-profile-avatar-wrap img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 32px;
    border: 2px solid rgba(90, 205, 255, .48);
    background: #0a213c;
}

body.me-home-dark .me-profile-avatar-wrap span {
    position: absolute;
    left: -8px;
    bottom: -8px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
}

body.me-home-dark .me-profile-avatar-wrap span.ok {
    background: linear-gradient(135deg, #0088ff, #39dcff);
}

body.me-home-dark .me-profile-avatar-wrap span.bad {
    background: linear-gradient(135deg, #ef4444, #ff7b7b);
}

body.me-home-dark .me-profile-kicker {
    color: #69dcff;
    font-weight: 900;
    font-size: .82rem;
}

body.me-home-dark .me-profile-main-info h2 {
    color: #fff;
    margin: 5px 0 3px;
    font-size: clamp(1.5rem, 2.4vw, 2.25rem);
    line-height: 1.55;
}

body.me-home-dark .me-profile-main-info h3 {
    color: #b9d3ee;
    margin: 0 0 12px;
    font-size: 1rem;
}

body.me-home-dark .me-profile-main-info p {
    color: #bfd1e6;
    line-height: 2;
    margin: 12px 0 0;
}

body.me-home-dark .me-profile-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

body.me-home-dark .me-profile-badges span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(0, 137, 255, .12);
    border: 1px solid rgba(92, 190, 255, .24);
    color: #dff7ff;
    font-size: .78rem;
}

body.me-home-dark .me-profile-badges .verified {
    background: rgba(0, 150, 255, .16);
    color: #91ecff;
}

body.me-home-dark .me-profile-badges .not-verified {
    background: rgba(239, 68, 68, .14);
    border-color: rgba(239, 68, 68, .28);
    color: #ffd0d0;
}

body.me-home-dark .me-profile-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}

body.me-home-dark .me-profile-stats div {
    padding: 16px;
    border-radius: 18px;
    background: rgba(8, 28, 52, .72);
    border: 1px solid rgba(84, 160, 225, .34);
    display: grid;
    gap: 5px;
    text-align: center;
}

body.me-home-dark .me-profile-stats i {
    color: #55d9ff;
    font-size: 1.35rem;
}

body.me-home-dark .me-profile-stats strong {
    color: #fff;
    font-size: 1.25rem;
}

body.me-home-dark .me-profile-stats span {
    color: #afc6df;
    font-size: .78rem;
}

body.me-home-dark .me-profile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

body.me-home-dark .me-profile-panel {
    padding: 18px !important;
    border-radius: 20px !important;
}

body.me-home-dark .me-profile-panel h3 {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
}

body.me-home-dark .me-profile-panel h3 i {
    color: #56dcff;
}

body.me-home-dark .me-profile-panel p {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #c5d5e8;
    line-height: 1.9;
    margin: 8px 0;
}

body.me-home-dark .me-profile-panel p i {
    color: #6ee5ff;
    min-width: 18px;
    margin-top: 5px;
}

body.me-home-dark .me-profile-mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
}

body.me-home-dark .me-profile-mini-card {
    min-height: 92px;
    border-radius: 16px;
    border: 1px solid rgba(88, 160, 224, .26);
    background: rgba(255,255,255,.035);
    padding: 12px;
    display: grid;
    gap: 6px;
    align-content: center;
    color: #c5d8ee;
}

body.me-home-dark .me-profile-mini-card i {
    color: #5adfff;
    font-size: 1.25rem;
}

body.me-home-dark .me-profile-mini-card img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 12px;
}

body.me-home-dark .me-profile-mini-card strong {
    color: #fff;
}

body.me-home-dark .me-profile-empty {
    padding: 18px;
    border-radius: 16px;
    color: #9fb7d0;
    background: rgba(255,255,255,.035);
    border: 1px dashed rgba(104, 175, 235, .26);
}

body.me-home-dark .me-profile-reviews {
    display: grid;
    gap: 10px;
}

body.me-home-dark .me-profile-review {
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(88, 160, 224, .26);
    background: rgba(255,255,255,.035);
}

body.me-home-dark .me-profile-review-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #fff;
}

body.me-home-dark .me-profile-review-head span,
body.me-home-dark .me-profile-review-head i {
    color: #f5b042 !important;
}

body.me-home-dark .me-profile-review p {
    color: #c5d8ee;
    line-height: 2;
    margin: 8px 0;
}

body.me-home-dark .me-profile-review small {
    color: #8fb0cf;
}

@media (max-width: 860px) {
    body.me-home-dark .me-profile-hero-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 18px;
    }

    body.me-home-dark .me-profile-badges {
        justify-content: center;
    }

    body.me-home-dark .me-profile-stats,
    body.me-home-dark .me-profile-grid {
        grid-template-columns: 1fr;
    }

    body.me-home-dark .me-profile-avatar-wrap {
        width: 126px;
        height: 126px;
    }

    body.me-home-dark .me-profile-avatar-wrap img {
        width: 126px;
        height: 126px;
    }
}

body.me-home-dark .me-about-signature-v24 {
    margin: 16px 0;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr);
    gap: 16px;
    align-items: stretch;
}

body.me-home-dark .me-about-signature-copy,
body.me-home-dark .me-about-signature-points {
    border: 1px solid rgba(78, 170, 238, .36);
    border-radius: 24px;
    background: radial-gradient(circle at top right, rgba(0, 150, 255, .16), transparent 42%),
        linear-gradient(165deg, rgba(8, 29, 54, .92), rgba(3, 13, 27, .96));
    box-shadow: 0 22px 60px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.035);
}

body.me-home-dark .me-about-signature-copy {
    padding: 24px;
}

body.me-home-dark .me-about-signature-copy span {
    color: #63dcff;
    font-weight: 900;
}

body.me-home-dark .me-about-signature-copy h2 {
    color: #fff;
    margin: 8px 0 10px;
    line-height: 1.7;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
}

body.me-home-dark .me-about-signature-copy p {
    color: #bdd1e8;
    line-height: 2.05;
    margin: 0;
}

body.me-home-dark .me-about-signature-points {
    padding: 14px;
    display: grid;
    gap: 10px;
}

body.me-home-dark .me-about-signature-points div {
    border-radius: 18px;
    padding: 14px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(94, 185, 255, .20);
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 12px;
    align-items: center;
}

body.me-home-dark .me-about-signature-points i {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #75e5ff;
    background: rgba(0, 150, 255, .13);
    grid-row: span 2;
}

body.me-home-dark .me-about-signature-points strong {
    color: #fff;
}

body.me-home-dark .me-about-signature-points small {
    color: #a9c1dc;
    line-height: 1.7;
}

body.me-home-dark .me-about-grid .card {
    position: relative;
    overflow: hidden;
}

body.me-home-dark .me-about-grid .card::after {
    content: "";
    position: absolute;
    inset: auto 18px 0 18px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(91, 215, 255, .55), transparent);
    opacity: .7;
}

body.me-home-dark .me-about-process {
    border-radius: 24px !important;
    background: radial-gradient(circle at top left, rgba(0, 160, 255, .11), transparent 35%),
        linear-gradient(165deg, rgba(8, 28, 52, .90), rgba(3, 13, 27, .96)) !important;
}

body.me-home-dark .me-process-grid.ten-steps > div {
    transition: .22s ease;
}

body.me-home-dark .me-process-grid.ten-steps > div:hover {
    transform: translateY(-4px);
    border-color: rgba(82, 210, 255, .58) !important;
    box-shadow: 0 14px 32px rgba(0, 132, 255, .14) !important;
}

body.me-home-dark .me-blog-hero-v24 {
    margin: 0 0 18px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(76, 170, 239, .38);
    background: radial-gradient(circle at top left, rgba(0, 160, 255, .20), transparent 36%),
        radial-gradient(circle at bottom right, rgba(0, 210, 255, .10), transparent 32%),
        linear-gradient(165deg, rgba(7, 28, 54, .94), rgba(3, 13, 27, .96));
    display: grid;
    grid-template-columns: 1fr 150px;
    gap: 18px;
    align-items: center;
    box-shadow: 0 24px 70px rgba(0,0,0,.20);
}

body.me-home-dark .me-blog-hero-v24 span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6ee5ff;
    font-weight: 900;
}

body.me-home-dark .me-blog-hero-v24 h2 {
    color: #fff;
    margin: 8px 0 8px;
    line-height: 1.65;
    font-size: clamp(1.25rem, 2vw, 1.85rem);
}

body.me-home-dark .me-blog-hero-v24 p {
    color: #bdd0e7;
    line-height: 2;
    margin: 0;
}

body.me-home-dark .me-blog-hero-icon {
    width: 128px;
    height: 128px;
    border-radius: 32px;
    display: grid;
    place-items: center;
    justify-self: end;
    color: #7ee7ff;
    font-size: 3.4rem;
    background: rgba(0, 150, 255, .13);
    border: 1px solid rgba(98, 205, 255, .30);
    box-shadow: inset 0 0 32px rgba(0, 165, 255, .12);
}

body.me-home-dark .me-home-article-pro,
body.me-home-dark .article-card {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    background: radial-gradient(circle at top right, rgba(0, 150, 255, .12), transparent 38%),
        linear-gradient(165deg, rgba(8, 29, 54, .94), rgba(3, 13, 27, .97)) !important;
    border: 1px solid rgba(82, 165, 232, .40) !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.14) !important;
}

body.me-home-dark .me-home-article-pro:hover,
body.me-home-dark .article-card:hover {
    transform: translateY(-6px) !important;
    border-color: rgba(88, 215, 255, .70) !important;
    box-shadow: 0 26px 65px rgba(0, 132, 255, .16) !important;
}

body.me-home-dark .me-home-article-img,
body.me-home-dark .article-image {
    position: relative !important;
    overflow: hidden !important;
}

body.me-home-dark .me-home-article-img img,
body.me-home-dark .article-image img {
    transition: .35s ease !important;
}

body.me-home-dark .me-home-article-pro:hover .me-home-article-img img,
body.me-home-dark .article-card:hover .article-image img {
    transform: scale(1.055) !important;
}

body.me-home-dark .me-blog-card-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.56));
    pointer-events: none;
}

body.me-home-dark .me-blog-type-badge,
body.me-home-dark .video-tag {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 6px 10px !important;
    border-radius: 999px !important;
    color: #eaf9ff !important;
    background: rgba(0, 20, 38, .70) !important;
    border: 1px solid rgba(109, 218, 255, .34) !important;
    backdrop-filter: blur(8px);
    font-size: .74rem !important;
    font-weight: 800 !important;
}

body.me-home-dark .me-blog-date {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    width: fit-content !important;
    color: #7edfff !important;
    background: rgba(0, 150, 255, .09);
    border: 1px solid rgba(85, 190, 255, .20);
    border-radius: 999px;
    padding: 5px 9px;
    margin-bottom: 8px;
}

body.me-home-dark .me-home-article-body h3,
body.me-home-dark .article-body h3 {
    font-size: 1.05rem !important;
    line-height: 1.75 !important;
}

body.me-home-dark .me-home-article-body p,
body.me-home-dark .article-body .excerpt {
    min-height: 52px !important;
}

body.me-home-dark .me-blog-read-more {
    margin-top: 12px;
    width: 100%;
    border: 1px solid rgba(91, 190, 255, .28);
    background: rgba(0, 150, 255, .10);
    color: #e5f8ff;
    border-radius: 14px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font: inherit;
    transition: .22s ease;
}

body.me-home-dark .me-blog-read-more:hover {
    background: rgba(0, 150, 255, .18);
    border-color: rgba(91, 215, 255, .56);
}

body.me-home-dark .article-card .me-article-actions {
    border-top-color: rgba(91, 180, 244, .24) !important;
    margin-top: 13px !important;
}

body.me-home-dark .me-profile-badges .verified,
body.me-home-dark .me-profile-avatar-wrap span.ok {
    box-shadow: 0 0 24px rgba(0, 170, 255, .18);
}

body.me-home-dark .me-profile-badges .verified i {
    color: #8cf0ff !important;
}

@media (max-width: 900px) {
    body.me-home-dark .me-about-signature-v24,
    body.me-home-dark .me-blog-hero-v24 {
        grid-template-columns: 1fr;
    }

    body.me-home-dark .me-blog-hero-icon {
        justify-self: center;
        width: 104px;
        height: 104px;
        font-size: 2.7rem;
    }
}

body.me-home-dark .me-manager-photo {
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}

body.me-home-dark .me-manager-photo img {
    transition: transform .35s ease !important;
}

body.me-home-dark .me-manager-photo:hover {
    border-color: rgba(108, 224, 255, .68) !important;
    box-shadow: 0 26px 70px rgba(0, 110, 255, .18) !important;
}

body.me-home-dark .me-about-hero,
body.me-home-dark .me-about-signature-copy,
body.me-home-dark .me-about-signature-points,
body.me-home-dark .me-about-grid .card,
body.me-home-dark .me-contact-card,
body.me-home-dark .me-contact-info,
body.me-home-dark .me-contact-form {
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease !important;
}

body.me-home-dark .me-about-hero:hover,
body.me-home-dark .me-about-signature-copy:hover,
body.me-home-dark .me-about-signature-points:hover,
body.me-home-dark .me-about-grid .card:hover {
    transform: translateY(-4px);
    border-color: rgba(95, 214, 255, .58) !important;
    box-shadow: 0 20px 48px rgba(0, 132, 255, .12) !important;
}

body.me-home-dark .me-services-process-wrap {
    margin-top: 18px;
}

body.me-home-dark .me-services-process-wrap .me-section-title {
    margin-bottom: 12px;
}

body.me-home-dark .me-services-process-wrap .me-section-title p {
    color: #a8c3de;
    margin: 8px 0 0;
}

body.me-home-dark .me-services-process-card {
    margin: 0 !important;
}

body.me-home-dark .me-mask-phone {
    direction: ltr !important;
    unicode-bidi: bidi-override;
    display: inline-block;
    letter-spacing: .03em;
}

body.me-home-dark .me-footer-logo {
    width: 84px;
    height: 84px;
    margin-inline: auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.03) !important;
    border: 1px solid rgba(82, 180, 244, .26);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 12px 28px rgba(0,0,0,.18);
    overflow: hidden;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

body.me-home-dark .me-footer-logo .logo-img,
body.me-home-dark .me-footer-logo img {
    width: 78px !important;
    height: 78px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    background: transparent !important;
    padding: 0 !important;
    transition: transform .28s ease, filter .28s ease;
}

body.me-home-dark .me-footer-logo:hover {
    transform: translateY(-4px) scale(1.03);
    border-color: rgba(105, 220, 255, .62);
    box-shadow: 0 18px 42px rgba(0, 132, 255, .18);
}

body.me-home-dark .me-footer-logo:hover img,
body.me-home-dark .me-footer-logo:hover .logo-img {
    transform: scale(1.06);
    filter: drop-shadow(0 0 16px rgba(0, 187, 255, .24));
}

body.me-home-dark .me-footer-brand h3,
body.me-home-dark .me-footer-brand p {
    transition: .22s ease;
}

body.me-home-dark .me-footer-brand:hover h3 {
    color: #fff;
}

body.me-home-dark .me-footer-brand:hover p {
    color: #d7ebff;
}

body.me-home-dark.me-page-loaded .me-hero,
body.me-home-dark.me-page-loaded .me-section,
body.me-home-dark.me-page-loaded .site-page.active > section,
body.me-home-dark.me-page-loaded .me-footer {
    animation: meFadeRiseV27 .65s ease both;
}

body.me-home-dark .me-hero {
    animation-delay: .03s;
}

body.me-home-dark .me-section:nth-of-type(2) {
    animation-delay: .08s;
}

body.me-home-dark .me-section:nth-of-type(3) {
    animation-delay: .12s;
}

@keyframes meFadeRiseV27 {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

body.me-home-dark .card,
body.me-home-dark .me-home-expert,
body.me-home-dark .me-home-article-card,
body.me-home-dark .me-service-slide-card {
    will-change: transform, box-shadow;
}

body.me-home-dark #site-loader {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: radial-gradient(circle at 50% 35%, rgba(0, 140, 255, .16), transparent 28%),
        radial-gradient(circle at 50% 65%, rgba(0, 200, 255, .08), transparent 24%),
        linear-gradient(180deg, #020816, #030c18 55%, #020816);
    transition: opacity .55s ease, visibility .55s ease;
}

body.me-home-dark #site-loader .me-loader-core {
    position: relative;
    width: 158px;
    height: 158px;
    display: grid;
    place-items: center;
}

body.me-home-dark #site-loader .spinner {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 3px solid rgba(27, 120, 190, .22);
    border-top-color: #55dfff !important;
    border-right-color: #0ea5ff !important;
    animation: meLoaderSpin 1.1s linear infinite;
}

body.me-home-dark #site-loader .me-loader-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(86, 195, 255, .15);
}

body.me-home-dark #site-loader .me-loader-ring-a {
    width: 136px;
    height: 136px;
    animation: mePulseRing 1.9s ease-in-out infinite;
}

body.me-home-dark #site-loader .me-loader-ring-b {
    width: 156px;
    height: 156px;
    animation: mePulseRing 2.3s ease-in-out infinite reverse;
}

body.me-home-dark #site-loader .me-loader-logo {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}

body.me-home-dark #site-loader .me-loader-logo img,
body.me-home-dark #site-loader .me-loader-logo .logo-img {
    width: 64px !important;
    height: 64px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.02) !important;
    box-shadow: 0 0 24px rgba(0, 145, 255, .18);
}

body.me-home-dark #site-loader .loader-text {
    color: #eff8ff !important;
    font-size: 1.08rem;
    font-weight: 900;
    letter-spacing: .02em;
}

body.me-home-dark #site-loader small {
    color: #94afcb;
    font-size: .82rem;
}

@keyframes meLoaderSpin { to { transform: rotate(360deg); } }

@keyframes mePulseRing {
    0%,100% { transform: scale(.97); opacity: .5; }
    50% { transform: scale(1.03); opacity: 1; }
}

@media (max-width: 860px) {
    body.me-home-dark .me-footer-logo {
        width: 76px;
        height: 76px;
    }

    body.me-home-dark .me-footer-logo .logo-img,
    body.me-home-dark .me-footer-logo img {
        width: 70px !important;
        height: 70px !important;
    }
}

body.me-home-dark .me-mask-phone,
body.me-home-dark bdi.me-mask-phone {
    direction: ltr !important;
    unicode-bidi: isolate !important;
    display: inline-block !important;
    text-align: left !important;
    letter-spacing: .04em !important;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
}

body.me-home-dark .me-about-hero:hover,
body.me-home-dark .me-about-signature-copy:hover,
body.me-home-dark .me-about-signature-points:hover,
body.me-home-dark .me-about-grid .card:hover,
body.me-home-dark .me-services-process-card:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(95, 214, 255, .72) !important;
    box-shadow: 0 24px 58px rgba(0, 132, 255, .16), inset 0 0 0 1px rgba(255,255,255,.04) !important;
}

body.me-home-dark .me-manager-photo:hover {
    transform: translateY(-6px) scale(1.035) !important;
}

body.me-home-dark .me-manager-photo:hover img {
    transform: scale(1.08) !important;
}

body.me-home-dark .me-footer-logo,
body.me-home-dark .me-footer-logo a {
    background: transparent !important;
    border-radius: 50% !important;
}

body.me-home-dark .me-footer-logo img,
body.me-home-dark .me-footer-logo .logo-img {
    border-radius: 50% !important;
    background: transparent !important;
    object-fit: cover !important;
}

body.me-home-dark.me-page-loaded .card,
body.me-home-dark.me-page-loaded .me-service-card,
body.me-home-dark.me-page-loaded .me-home-expert,
body.me-home-dark.me-page-loaded .me-home-article-card {
    animation: meFadeRiseV27 .48s ease both;
}

body.me-home-dark .nav-overlay,
body.me-home-dark .nav-overlay.active {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: transparent !important;
}

body.me-home-dark .me-about-page-v29 {
    --about-card: rgba(7, 24, 45, .78);
    --about-border: rgba(78, 170, 238, .36);
}

body.me-home-dark .me-about-hero-v29 {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 26px;
    align-items: center;
    padding: 26px !important;
    border-radius: 28px !important;
    background: radial-gradient(circle at 12% 22%, rgba(0, 170, 255, .22), transparent 31%),
        radial-gradient(circle at 88% 82%, rgba(0, 95, 255, .13), transparent 35%),
        linear-gradient(150deg, rgba(7, 30, 56, .94), rgba(2, 12, 26, .98)) !important;
    border: 1px solid rgba(87, 185, 255, .42) !important;
    box-shadow: 0 30px 90px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.035) !important;
}

body.me-home-dark .me-about-hero-v29::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: linear-gradient(120deg, transparent 0 20%, rgba(92, 220, 255, .10) 42%, transparent 62%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 72px);
    opacity: .55;
    pointer-events: none;
}

body.me-home-dark .me-about-founder-card,
body.me-home-dark .me-about-story {
    position: relative;
    z-index: 1;
}

body.me-home-dark .me-about-founder-card {
    min-height: 340px;
    border-radius: 26px;
    padding: 16px;
    display: grid;
    align-content: center;
    justify-items: center;
    background: rgba(0, 16, 32, .42);
    border: 1px solid rgba(90, 190, 255, .24);
    box-shadow: inset 0 0 28px rgba(0, 150, 255, .06);
}

body.me-home-dark .me-founder-photo-v29 {
    width: 220px !important;
    height: 245px !important;
    border-radius: 30px !important;
    position: relative !important;
    background: transparent !important;
    overflow: hidden !important;
    border: 1px solid rgba(113, 220, 255, .45) !important;
    box-shadow: 0 22px 60px rgba(0,0,0,.26), 0 0 0 8px rgba(0, 150, 255, .045) !important;
    transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease !important;
}

body.me-home-dark .me-founder-photo-v29 img {
    transition: transform .42s ease, filter .32s ease !important;
}

body.me-home-dark .me-founder-photo-v29:hover {
    transform: translateY(-6px) scale(1.04) !important;
    border-color: rgba(125, 232, 255, .80) !important;
    box-shadow: 0 32px 76px rgba(0, 132, 255, .20), 0 0 0 9px rgba(0, 190, 255, .065) !important;
}

body.me-home-dark .me-founder-photo-v29:hover img {
    transform: scale(1.085);
    filter: contrast(1.05) saturate(1.06);
}

body.me-home-dark .me-founder-signature {
    margin-top: 14px;
    text-align: center;
    display: grid;
    gap: 4px;
}

body.me-home-dark .me-founder-signature strong {
    color: #fff;
    font-size: 1.05rem;
}

body.me-home-dark .me-founder-signature span {
    color: #75ddff;
    font-size: .84rem;
    font-weight: 900;
}

body.me-home-dark .me-about-kicker {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #86ecff;
    font-weight: 900;
    border: 1px solid rgba(95, 210, 255, .25);
    background: rgba(0, 150, 255, .10);
    padding: 7px 11px;
    border-radius: 999px;
}

body.me-home-dark .me-about-story h2 {
    color: #fff;
    margin: 12px 0 12px;
    font-size: clamp(1.45rem, 2.35vw, 2.35rem);
    line-height: 1.65;
    letter-spacing: -.02em;
}

body.me-home-dark .me-about-story p {
    color: #bdd1e8;
    line-height: 2.1;
    margin: 0 0 8px;
}

body.me-home-dark .me-about-quick-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 18px;
}

body.me-home-dark .me-about-quick-stats div {
    border: 1px solid rgba(94, 190, 255, .25);
    border-radius: 18px;
    background: rgba(255,255,255,.035);
    padding: 13px 12px;
    display: grid;
    gap: 3px;
    transition: .24s ease;
}

body.me-home-dark .me-about-quick-stats div:hover {
    transform: translateY(-4px);
    border-color: rgba(111, 224, 255, .58);
    box-shadow: 0 16px 34px rgba(0, 132, 255, .13);
}

body.me-home-dark .me-about-quick-stats b {
    color: #fff;
    font-size: 1.35rem;
    direction: ltr;
}

body.me-home-dark .me-about-quick-stats span {
    color: #a9c1dc;
    font-size: .78rem;
}

body.me-home-dark .me-about-values-v29 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 18px 0;
}

body.me-home-dark .me-about-values-v29 .card {
    padding: 18px !important;
    border-radius: 22px !important;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top right, rgba(0, 170, 255, .12), transparent 38%),
        linear-gradient(165deg, rgba(8, 29, 54, .88), rgba(3, 13, 27, .96)) !important;
    transition: .25s ease !important;
}

body.me-home-dark .me-about-values-v29 .card:hover {
    transform: translateY(-6px);
    border-color: rgba(90, 220, 255, .70) !important;
    box-shadow: 0 22px 55px rgba(0, 132, 255, .15) !important;
}

body.me-home-dark .me-about-values-v29 i {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: #83edff;
    background: rgba(0, 150, 255, .13);
    border: 1px solid rgba(100, 210, 255, .28);
    font-size: 1.35rem;
    margin-bottom: 12px;
}

body.me-home-dark .me-about-values-v29 h3,
body.me-home-dark .me-about-system-copy h2,
body.me-home-dark .me-about-timeline-grid strong {
    color: #fff;
}

body.me-home-dark .me-about-values-v29 p {
    color: #afc6df;
    line-height: 2;
    margin: 0;
    font-size: .86rem;
}

body.me-home-dark .me-about-system-v29 {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 18px;
    align-items: center;
    padding: 22px !important;
    border-radius: 26px !important;
    background: radial-gradient(circle at top left, rgba(0, 150, 255, .16), transparent 34%),
        linear-gradient(160deg, rgba(8, 29, 54, .92), rgba(3, 13, 27, .97)) !important;
}

body.me-home-dark .me-about-system-v29:hover {
    border-color: rgba(92, 210, 255, .62) !important;
    box-shadow: 0 24px 58px rgba(0, 132, 255, .14) !important;
}

body.me-home-dark .me-about-system-copy span {
    color: #68e2ff;
    font-weight: 900;
}

body.me-home-dark .me-about-system-copy p {
    color: #bdd1e8;
    line-height: 2.1;
}

body.me-home-dark .me-about-system-list {
    display: grid;
    gap: 10px;
}

body.me-home-dark .me-about-system-list div {
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(94, 190, 255, .22);
    background: rgba(255,255,255,.035);
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 12px;
    align-items: center;
    transition: .23s ease;
}

body.me-home-dark .me-about-system-list div:hover {
    transform: translateX(-5px);
    border-color: rgba(102, 220, 255, .56);
    background: rgba(0, 150, 255, .08);
}

body.me-home-dark .me-about-system-list i {
    width: 48px;
    height: 48px;
    border-radius: 17px;
    display: grid;
    place-items: center;
    color: #7ee9ff;
    background: rgba(0, 150, 255, .13);
    grid-row: span 2;
}

body.me-home-dark .me-about-system-list strong {
    color: #fff;
}

body.me-home-dark .me-about-system-list small {
    color: #a9c1dc;
    line-height: 1.7;
}

body.me-home-dark .me-about-timeline-v29 {
    margin-top: 18px;
}

body.me-home-dark .me-about-timeline-v29 .me-section-title p {
    color: #a9c1dc;
    margin-top: 8px;
}

body.me-home-dark .me-about-timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
}

body.me-home-dark .me-about-timeline-grid div {
    position: relative;
    min-height: 150px;
    border-radius: 22px;
    padding: 18px;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(0, 170, 255, .12), transparent 38%),
        rgba(7, 24, 45, .72);
    border: 1px solid rgba(78, 170, 238, .34);
    transition: .25s ease;
}

body.me-home-dark .me-about-timeline-grid div:hover {
    transform: translateY(-6px);
    border-color: rgba(100, 225, 255, .66);
    box-shadow: 0 20px 46px rgba(0, 132, 255, .14);
}

body.me-home-dark .me-about-timeline-grid b {
    color: rgba(107, 220, 255, .35);
    font-size: 2.1rem;
    line-height: 1;
    direction: ltr;
}

body.me-home-dark .me-about-timeline-grid strong {
    display: block;
    margin: 10px 0 6px;
}

body.me-home-dark .me-about-timeline-grid span {
    color: #afc6df;
    line-height: 1.9;
    font-size: .84rem;
}

@media (max-width: 1100px) {
    body.me-home-dark .me-about-hero-v29,
    body.me-home-dark .me-about-system-v29 {
        grid-template-columns: 1fr;
    }

    body.me-home-dark .me-about-values-v29,
    body.me-home-dark .me-about-timeline-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    body.me-home-dark .me-about-founder-card {
        min-height: auto;
    }
}

@media (max-width: 640px) {
    body.me-home-dark .me-about-values-v29,
    body.me-home-dark .me-about-timeline-grid,
    body.me-home-dark .me-about-quick-stats {
        grid-template-columns: 1fr;
    }

    body.me-home-dark .me-about-hero-v29 {
        padding: 18px !important;
    }

    body.me-home-dark .me-founder-photo-v29 {
        width: 190px !important;
        height: 215px !important;
    }
}

body.me-home-dark .me-slider {
    padding-bottom: 70px !important;
}

body.me-home-dark .me-slider-controls {
    bottom: 12px !important;
}

body.me-home-dark .me-services-slider .me-slider-controls,
body.me-home-dark .me-experts-slider .me-slider-controls,
body.me-home-dark .me-experts-carousel .me-slider-controls {
    margin-top: 22px !important;
}

body.me-home-dark .me-experts-slider.me-experts-carousel {
    padding-bottom: 34px !important;
}

body.me-home-dark .me-swiper-btn {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease !important;
}

body.me-home-dark .me-swiper-btn:hover {
    transform: translateY(-4px) scale(1.06) !important;
    background: radial-gradient(circle at 30% 25%, rgba(102,225,255,.26), rgba(0,110,255,.13)) !important;
    border-color: rgba(102, 225, 255, .82) !important;
    box-shadow: 0 16px 34px rgba(0, 132, 255, .22), inset 0 0 0 1px rgba(255,255,255,.05) !important;
}

body.me-home-dark .me-swiper-btn:active {
    transform: translateY(-1px) scale(.98) !important;
}

body.me-home-dark .card,
body.me-home-dark .me-service-card,
body.me-home-dark .me-home-expert,
body.me-home-dark .me-home-article-card,
body.me-home-dark .article-card,
body.me-home-dark .me-contact-card,
body.me-home-dark .me-about-values-v29 .card,
body.me-home-dark .me-about-timeline-grid div,
body.me-home-dark .me-about-system-list div,
body.me-home-dark .faq-item {
    transition: transform .24s cubic-bezier(.2,.8,.2,1),
        box-shadow .24s ease,
        border-color .24s ease,
        background .24s ease,
        filter .24s ease !important;
}

body.me-home-dark .card:hover,
body.me-home-dark .me-service-card:hover,
body.me-home-dark .me-home-expert:hover,
body.me-home-dark .me-home-article-card:hover,
body.me-home-dark .article-card:hover,
body.me-home-dark .me-contact-card:hover,
body.me-home-dark .faq-item:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(93, 214, 255, .72) !important;
    box-shadow: 0 22px 56px rgba(0, 132, 255, .15), inset 0 0 0 1px rgba(255,255,255,.04) !important;
}

body.me-home-dark .me-service-thumb img,
body.me-home-dark .me-home-article-img img,
body.me-home-dark .article-image img,
body.me-home-dark .me-manager-photo img {
    transition: transform .42s ease, filter .32s ease !important;
}

body.me-home-dark .me-service-card:hover .me-service-thumb img,
body.me-home-dark .me-home-article-card:hover .me-home-article-img img,
body.me-home-dark .article-card:hover .article-image img,
body.me-home-dark .me-manager-photo:hover img {
    transform: scale(1.06) !important;
    filter: saturate(1.06) contrast(1.04);
}

body.me-home-dark .me-home-blog-section,
body.me-home-dark #faqContainer,
body.me-home-dark .me-home-ads-section,
body.me-home-dark .me-footer {
    content-visibility: auto;
    contain-intrinsic-size: 420px;
}

body.me-home-dark #site-loader {
    will-change: opacity, visibility;
}

body.me-home-dark #site-loader.hide {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

@media (prefers-reduced-motion: reduce) {
    body.me-home-dark *,
    body.me-home-dark *::before,
    body.me-home-dark *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }
}

body.me-home-dark .me-slider-controls,
body.me-home-dark .me-experts-carousel .me-slider-controls,
body.me-home-dark .me-services-slider .me-slider-controls {
    bottom: 4px !important;
    margin-top: 24px !important;
}

body.me-home-dark .me-ad-slot-section {
    width: 100%;
    max-width: 100%;
    margin: 16px 0 !important;
    box-sizing: border-box !important;
}

body.me-home-dark .me-ad-top-slot {
    margin-top: 18px !important;
    margin-bottom: 6px !important;
}

body.me-home-dark .me-ad-services-slot,
body.me-home-dark .me-ad-between-slot,
body.me-home-dark .me-ad-bottom-slot {
    margin: 18px 0 !important;
}

body.me-home-dark .me-ad-sidebar-slot {
    margin-top: 16px !important;
}

body.me-home-dark .me-ad-slot,
body.me-home-dark .me-home-ads {
    width: 100% !important;
    display: grid !important;
    gap: 12px !important;
}

body.me-home-dark .me-ad-placeholder {
    min-height: 112px;
    border-radius: 22px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    overflow: hidden;
    border: 1px dashed rgba(94, 205, 255, .48);
    background: radial-gradient(circle at top right, rgba(0, 170, 255, .15), transparent 36%),
        linear-gradient(145deg, rgba(7, 28, 52, .72), rgba(3, 14, 29, .88));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.028), 0 14px 34px rgba(0,0,0,.10);
    color: #dcefff;
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background .24s ease;
}

body.me-home-dark .me-ad-placeholder::before {
    content: "ADS";
    position: absolute;
    left: 18px;
    top: 12px;
    direction: ltr;
    color: rgba(132, 230, 255, .09);
    font-weight: 1000;
    font-size: 2.4rem;
    letter-spacing: .08em;
    pointer-events: none;
}

body.me-home-dark .me-ad-placeholder:hover {
    transform: translateY(-4px);
    border-color: rgba(108, 225, 255, .72);
    box-shadow: 0 20px 46px rgba(0, 132, 255, .14), inset 0 0 0 1px rgba(255,255,255,.04);
}

body.me-home-dark .me-ad-placeholder-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 19px;
    display: grid;
    place-items: center;
    color: #80edff;
    background: rgba(0, 150, 255, .14);
    border: 1px solid rgba(108, 220, 255, .28);
    font-size: 1.45rem;
    box-shadow: inset 0 0 22px rgba(0, 160, 255, .08);
}

body.me-home-dark .me-ad-placeholder-copy {
    display: grid;
    gap: 5px;
    position: relative;
    z-index: 1;
}

body.me-home-dark .me-ad-placeholder-copy strong {
    color: #fff;
    font-size: 1.02rem;
    font-weight: 1000;
}

body.me-home-dark .me-ad-placeholder-copy span {
    color: #b9d1e9;
    line-height: 1.9;
    font-size: .88rem;
}

body.me-home-dark .me-ad-placeholder-copy small {
    color: #78ddff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .76rem;
}

body.me-home-dark .me-ad-card {
    min-height: 112px;
    border-radius: 22px;
    padding: 12px;
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 14px;
    align-items: center;
    text-decoration: none !important;
    border: 1px solid rgba(88, 180, 245, .36);
    background: radial-gradient(circle at top right, rgba(0, 170, 255, .12), transparent 38%),
        linear-gradient(145deg, rgba(7, 28, 52, .86), rgba(3, 14, 29, .94));
    transition: .24s ease !important;
    overflow: hidden;
}

body.me-home-dark .me-ad-card:hover {
    transform: translateY(-5px);
    border-color: rgba(105, 225, 255, .72) !important;
    box-shadow: 0 22px 54px rgba(0, 132, 255, .16) !important;
}

body.me-home-dark .me-ad-card img {
    width: 100%;
    height: 92px;
    object-fit: cover;
    border-radius: 16px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.06);
}

body.me-home-dark .me-ad-card-icon {
    width: 100%;
    height: 92px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: #7feaff;
    background: rgba(0, 150, 255, .12);
    border: 1px solid rgba(100, 215, 255, .26);
    font-size: 1.8rem;
}

body.me-home-dark .me-ad-card strong {
    color: #fff;
    display: block;
    margin-bottom: 6px;
    line-height: 1.7;
}

body.me-home-dark .me-ad-card span {
    color: #b9d1e9;
    line-height: 1.9;
    font-size: .86rem;
}

body.me-home-dark .me-ad-sidebar-slot .me-ad-card,
body.me-home-dark .me-ad-sidebar-slot .me-ad-placeholder {
    min-height: 150px;
}

body.me-home-dark .me-ad-sidebar-slot .me-ad-card {
    grid-template-columns: 1fr;
}

body.me-home-dark .me-ad-sidebar-slot .me-ad-card img,
body.me-home-dark .me-ad-sidebar-slot .me-ad-card-icon {
    height: 120px;
}

@media (max-width: 700px) {
    body.me-home-dark .me-ad-placeholder {
        align-items: flex-start;
        flex-direction: column;
        padding: 15px;
    }

    body.me-home-dark .me-ad-card {
        grid-template-columns: 1fr;
    }

    body.me-home-dark .me-ad-card img,
    body.me-home-dark .me-ad-card-icon {
        height: 150px;
    }
}

body.me-home-dark .me-services-slider .swiper-wrapper,
body.me-home-dark .me-services-slider.services-scroll .swiper-wrapper,
body.me-home-dark .me-services-slider.services-native .swiper-wrapper {
    margin-bottom: 37px !important;
}

body.me-home-dark .me-experts-carousel .me-experts-native-track,
body.me-home-dark .me-experts-carousel .me-experts-wrapper {
    margin-bottom: 8px !important;
}

body.me-home-dark .me-trust-badges {
    align-items: center !important;
    flex-wrap: wrap !important;
}

body.me-home-dark .me-trust-badge-slot {
    width: 62px;
    height: 62px;
    min-width: 62px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    gap: 2px;
    padding: 5px;
    text-align: center;
    cursor: default;
    color: #84eaff;
    background: radial-gradient(circle at top right, rgba(0, 170, 255, .16), transparent 46%),
        rgba(255,255,255,.045);
    border: 1px dashed rgba(97, 214, 255, .44);
    transition: .24s ease;
}

body.me-home-dark .me-trust-badge-slot i {
    font-size: 1.35rem;
    line-height: 1;
}

body.me-home-dark .me-trust-badge-slot small {
    display: block;
    color: #b9d8ee;
    font-size: .58rem;
    line-height: 1.3;
    font-weight: 900;
}

body.me-home-dark .me-trust-badge-slot:hover {
    transform: translateY(-3px) scale(1.04);
    border-color: rgba(112, 230, 255, .76);
    box-shadow: 0 14px 30px rgba(0, 132, 255, .15);
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: #03101f !important;
    border-radius: 999px !important;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    border-radius: 999px !important;
    background: linear-gradient(180deg, #58e2ff, #0877ff 58%, #024bb8) !important;
    border: 2px solid #03101f !important;
    box-shadow: 0 0 12px rgba(0, 150, 255, .28) !important;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #86f0ff, #16a2ff 55%, #0664e8) !important;
    box-shadow: 0 0 18px rgba(0, 185, 255, .42) !important;
}

html,
body {
    scrollbar-width: thin !important;
    scrollbar-color: #168cff #03101f !important;
}

body.me-home-dark * {
    scrollbar-width: thin;
    scrollbar-color: rgba(22, 140, 255, .75) rgba(3, 16, 31, .65);
}

body.me-home-dark *::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

body.me-home-dark *::-webkit-scrollbar-track {
    background: rgba(3, 16, 31, .72);
    border-radius: 999px;
}

body.me-home-dark *::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(88, 226, 255, .95), rgba(8, 119, 255, .88));
    border: 2px solid rgba(3, 16, 31, .85);
}

body.me-home-dark .me-trust-v38 {
    min-width: 250px;
}

body.me-home-dark .me-trust-v38 .me-trust-certificates {
    justify-items: stretch !important;
}

body.me-home-dark .me-trust-v38 .me-trust-cert {
    text-align: center;
    text-decoration: none !important;
    color: #dff7ff !important;
    position: relative;
    overflow: hidden;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}

body.me-home-dark .me-trust-v38 .me-trust-cert::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.075), transparent);
    transform: translateX(110%);
    transition: transform .55s ease;
}

body.me-home-dark .me-trust-v38 .me-trust-cert:hover::before {
    transform: translateX(-110%);
}

body.me-home-dark .me-trust-v38 .me-trust-cert i {
    color: #80edff;
    line-height: 1;
}

body.me-home-dark .me-trust-v38 .me-trust-cert strong {
    color: #fff;
    direction: ltr;
    font-weight: 1000;
}

body.me-home-dark .me-trust-v38 .me-trust-cert span {
    color: #b9d5eb;
    font-weight: 900;
}

body.me-home-dark .me-trust-v38 .me-trust-ssl {
    border-color: rgba(87, 255, 186, .34);
    background: radial-gradient(circle at 28% 14%, rgba(87, 255, 186, .20), transparent 45%),
        linear-gradient(145deg, rgba(6, 35, 40, .82), rgba(3, 14, 29, .94));
}

body.me-home-dark .me-trust-v38 .me-trust-ssl i {
    color: #7effc7;
}

body.me-home-dark .me-trust-v38 .me-trust-badge-slot {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    border-style: dashed !important;
}

@media (max-width: 900px) {
    body.me-home-dark .me-trust-v38 .me-trust-certificates {
        grid-template-columns: repeat(2, minmax(80px, 1fr)) !important;
    }
}

@media (max-width: 520px) {
    body.me-home-dark .me-trust-v38 .me-trust-certificates {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    body.me-home-dark .me-trust-v38 .me-trust-cert {
        min-height: 74px;
    }
}

body.me-home-dark .me-trust-v38 .me-trust-enamad {
    gap: 0 !important;
}

body.me-home-dark .me-footer-grid {
    align-items: stretch !important;
}

body.me-home-dark .me-footer-grid > div {
    display: flex !important;
    flex-direction: column !important;
}

body.me-home-dark .me-footer h3,
body.me-home-dark .me-footer h4 {
    color: #fff !important;
}

body.me-home-dark .me-footer-brand {
    align-items: center !important;
    text-align: center !important;
}

body.me-home-dark .me-footer-brand h3 {
    margin-top: 8px !important;
    margin-bottom: 12px !important;
}

body.me-home-dark .me-footer-brand p {
    margin: 4px 0 !important;
    color: #c4d6ea !important;
}

body.me-home-dark .me-footer-links ul {
    display: grid !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.me-home-dark .me-footer-links li,
body.me-home-dark .me-footer-links a {
    line-height: 1.9 !important;
}

body.me-home-dark .me-footer-links a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 3px 0 !important;
    transition: transform .22s ease, color .22s ease, text-shadow .22s ease !important;
}

body.me-home-dark .me-footer-links a:hover {
    transform: translateX(-5px) !important;
    color: #7feaff !important;
    text-shadow: 0 0 14px rgba(0, 190, 255, .35) !important;
}

body.me-home-dark .me-contact-info {
    display: grid !important;
}

body.me-home-dark .me-contact-info p,
body.me-home-dark .me-contact-info a {
    margin: 0 !important;
    line-height: 1.95 !important;
    color: #c4d6ea !important;
}

body.me-home-dark .me-footer .social-links {
    margin-top: 18px !important;
}

body.me-home-dark .me-trust-v38 {
    padding-top: 18px !important;
}

body.me-home-dark .me-trust-v38 h4 {
    margin-bottom: 18px !important;
}

body.me-home-dark .me-trust-v38 .me-trust-cert:hover {
    background: radial-gradient(circle at 24% 12%, rgba(107, 231, 255, .22), transparent 45%),
        linear-gradient(145deg, rgba(9, 37, 66, .88), rgba(3, 14, 29, .96)) !important;
}

body.me-home-dark .me-trust-v38 .me-trust-cert i {
    margin-bottom: 2px !important;
}

body.me-home-dark .me-trust-v38 p {
    width: 100% !important;
    color: #c4d6ea !important;
    position: relative !important;
}

body.me-home-dark .me-trust-v38 p::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, #57dfff, transparent);
}

body.me-home-dark .copyright {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 32px !important;
    flex-wrap: wrap !important;
    color: #aebfd1 !important;
}

body.me-home-dark .copyright p,
body.me-home-dark .copyright span {
    margin: 0 !important;
    line-height: 1.9 !important;
}

@media (max-width: 1100px) {
    body.me-home-dark .me-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.me-home-dark .me-footer-grid > div {
        min-height: auto !important;
    }

    body.me-home-dark .me-footer-grid > div:not(:last-child) {
        border-left: 0 !important;
        border-bottom: 1px solid rgba(94, 175, 245, .16) !important;
    }
}

@media (max-width: 640px) {
    body.me-home-dark .me-footer {
        padding: 0 10px !important;
    }

    body.me-home-dark .me-footer-grid {
        grid-template-columns: 1fr !important;
        padding: 18px 14px !important;
        gap: 6px !important;
    }

    body.me-home-dark .me-footer-grid > div {
        padding: 16px 10px !important;
    }

    body.me-home-dark .me-trust-v38 .me-trust-certificates {
        max-width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.me-home-dark .copyright {
        gap: 8px !important;
        text-align: center !important;
    }
}

body.me-home-dark .me-footer {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    margin-top: 38px !important;
    padding: 0 16px !important;
}

body.me-home-dark .me-footer::before,
body.me-home-dark .me-footer::after {
    display: none !important;
    content: none !important;
}

body.me-home-dark .me-footer-grid {
    max-width: 1280px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 24px 28px !important;
    gap: 0 !important;
    border-radius: 22px !important;
    border: 1px solid rgba(76, 174, 255, .44) !important;
    outline: 0 !important;
    box-shadow: 0 22px 72px rgba(0,0,0,.20), inset 0 0 0 1px rgba(255,255,255,.025) !important;
    background: radial-gradient(circle at 96% 8%, rgba(0, 150, 255, .13), transparent 34%),
        linear-gradient(180deg, rgba(4, 22, 42, .95), rgba(3, 14, 29, .96)) !important;
    overflow: hidden !important;
}

body.me-home-dark .me-footer-grid > div {
    padding: 22px 24px !important;
    min-height: 310px !important;
    justify-content: flex-start !important;
}

body.me-home-dark .me-footer h3,
body.me-home-dark .me-footer h4 {
    margin: 0 0 24px !important;
    padding: 0 !important;
    line-height: 1.9 !important;
}

body.me-home-dark .me-footer-links ul {
    gap: 16px !important;
}

body.me-home-dark .me-footer-links a {
    line-height: 2 !important;
}

body.me-home-dark .me-contact-info {
    gap: 13px !important;
}

body.me-home-dark .me-footer-brand {
    gap: 12px !important;
}

body.me-home-dark .me-footer-brand p {
    line-height: 2.25 !important;
    margin-top: 2px !important;
}

body.me-home-dark .me-trust-v38 .me-trust-cert {
    transform: none !important;
}

body.me-home-dark .me-trust-v38 p {
    margin-top: 18px !important;
}

body.me-home-dark .me-footer-grid > div {
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
}

body.me-home-dark .me-footer-grid > div:not(:last-child) {
    border-left: 1px solid rgba(92, 184, 255, .22) !important;
    border-bottom: 0 !important;
}

body.me-home-dark .copyright {
    max-width: 1280px !important;
    margin: 16px auto 0 !important;
    padding: 16px 18px 20px !important;
    border-top: 1px solid rgba(92, 180, 245, .22) !important;
    background: transparent !important;
    box-shadow: none !important;
}

@media (max-width: 1100px) {
    body.me-home-dark .me-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding: 18px !important;
    }

    body.me-home-dark .me-footer-grid > div {
        min-height: auto !important;
    }

    body.me-home-dark .me-footer-grid > div:not(:last-child) {
        border-left: 0 !important;
        border-bottom: 1px solid rgba(92, 184, 255, .16) !important;
    }
}

@media (max-width: 640px) {
    body.me-home-dark .me-footer {
        padding: 0 10px !important;
    }

    body.me-home-dark .me-footer-grid {
        grid-template-columns: 1fr !important;
        padding: 14px !important;
    }

    body.me-home-dark .me-footer-grid > div {
        padding: 18px 10px !important;
    }

    body.me-home-dark .me-trust-v38 .me-trust-certificates {
        max-width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

body.me-home-dark .me-trust-v38 h4 {
    width: 100% !important;
    text-align: center !important;
}

body.me-home-dark .me-trust-v38 .me-trust-enamad {
    grid-column: 1 / -1 !important;
    min-height: 104px !important;
    place-items: center !important;
    background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.10), transparent 42%),
        linear-gradient(145deg, rgba(9, 34, 60, .82), rgba(3, 14, 29, .94)) !important;
    border: 1px solid rgba(110, 210, 255, .36) !important;
}

body.me-home-dark .me-trust-v38 .me-trust-enamad img {
    background: rgba(255,255,255,.96) !important;
}

body.me-home-dark .me-trust-v38 .me-trust-cert {
    min-height: 86px !important;
    border-radius: 18px !important;
    padding: 10px 8px !important;
    gap: 4px !important;
    display: grid !important;
    place-items: center !important;
    background: radial-gradient(circle at 24% 10%, rgba(107, 231, 255, .16), transparent 44%),
        linear-gradient(145deg, rgba(7, 31, 57, .78), rgba(3, 14, 29, .94)) !important;
    border: 1px solid rgba(94, 202, 255, .35) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.025) !important;
}

body.me-home-dark .me-trust-v38 .me-trust-cert:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(119, 231, 255, .74) !important;
    box-shadow: 0 15px 34px rgba(0, 132, 255, .15), inset 0 0 0 1px rgba(255,255,255,.04) !important;
}

body.me-home-dark .me-trust-v38 .me-trust-cert i {
    font-size: 1.32rem !important;
    margin: 0 !important;
}

body.me-home-dark .me-trust-v38 .me-trust-cert strong {
    font-size: .72rem !important;
    line-height: 1.15 !important;
}

body.me-home-dark .me-trust-v38 .me-trust-cert span {
    font-size: .62rem !important;
    line-height: 1.45 !important;
}

body.me-home-dark .me-trust-v38 #meSecondTrustBadgeSlot {
    min-height: 58px !important;
    display: grid !important;
    grid-template-columns: 34px 1fr !important;
    align-items: center !important;
    justify-items: start !important;
    text-align: right !important;
    column-gap: 10px !important;
    padding: 10px 12px !important;
    border-radius: 16px !important;
    border-style: dashed !important;
}

body.me-home-dark .me-trust-v38 #meSecondTrustBadgeSlot i {
    width: 34px !important;
    height: 34px !important;
    border-radius: 12px !important;
    display: grid !important;
    place-items: center !important;
    background: rgba(0, 150, 255, .12) !important;
}

body.me-home-dark .me-trust-v38 #meSecondTrustBadgeSlot strong {
    display: block !important;
    font-size: .70rem !important;
    line-height: 1.3 !important;
}

body.me-home-dark .me-trust-v38 #meSecondTrustBadgeSlot span {
    display: block !important;
    font-size: .64rem !important;
    line-height: 1.5 !important;
}

body.me-home-dark .me-trust-v38 p {
    border-top: 1px solid rgba(88, 190, 255, .26) !important;
}

body.me-home-dark .me-trust-v38 p::before {
    width: 62px !important;
}

@media (max-width: 640px) {
    body.me-home-dark .me-trust-v38 .me-trust-certificates {
        max-width: 280px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

body.me-home-dark .me-trust-v38 {
    padding: 18px 18px !important;
    align-items: center !important;
    overflow: visible !important;
}

body.me-home-dark .me-trust-v38 h4 {
    margin: 0 0 16px !important;
    font-size: .98rem !important;
    line-height: 1.8 !important;
}

body.me-home-dark .me-trust-v38 .me-trust-certificates {
    width: auto !important;
    max-width: 224px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, 64px) !important;
    gap: 8px !important;
    justify-content: center !important;
    align-items: stretch !important;
}

body.me-home-dark .me-trust-v38 .me-trust-cert,
body.me-home-dark .me-trust-v38 .me-trust-enamad,
body.me-home-dark .me-trust-v38 #meSecondTrustBadgeSlot {
    grid-column: auto !important;
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
    border-radius: 14px !important;
    padding: 6px 5px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    place-items: center !important;
    justify-items: center !important;
    align-items: center !important;
    gap: 2px !important;
    text-align: center !important;
    overflow: hidden !important;
}

body.me-home-dark .me-trust-v38 .me-trust-enamad img {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
    padding: 4px !important;
    border-radius: 12px !important;
    object-fit: contain !important;
}

body.me-home-dark .me-trust-v38 .me-trust-enamad span,
body.me-home-dark .me-trust-v38 .me-trust-enamad strong {
    display: none !important;
}

body.me-home-dark .me-trust-v38 .me-trust-cert i,
body.me-home-dark .me-trust-v38 #meSecondTrustBadgeSlot i {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    font-size: 1.10rem !important;
    line-height: 1 !important;
    margin: 0 !important;
}

body.me-home-dark .me-trust-v38 .me-trust-cert strong,
body.me-home-dark .me-trust-v38 #meSecondTrustBadgeSlot strong {
    display: block !important;
    font-size: .58rem !important;
    line-height: 1.12 !important;
    max-width: 100% !important;
    white-space: normal !important;
}

body.me-home-dark .me-trust-v38 .me-trust-cert span,
body.me-home-dark .me-trust-v38 #meSecondTrustBadgeSlot span {
    display: block !important;
    font-size: .54rem !important;
    line-height: 1.35 !important;
    max-width: 100% !important;
    white-space: normal !important;
}

body.me-home-dark .me-trust-v38 #meSecondTrustBadgeSlot {
    grid-column: 2 / 3 !important;
}

body.me-home-dark .me-trust-v38 .me-trust-cert:hover,
body.me-home-dark .me-trust-v38 .me-trust-enamad:hover,
body.me-home-dark .me-trust-v38 #meSecondTrustBadgeSlot:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 26px rgba(0, 132, 255, .13), inset 0 0 0 1px rgba(255,255,255,.035) !important;
}

body.me-home-dark .me-trust-v38 p {
    max-width: 224px !important;
    margin: 15px auto 0 !important;
    padding-top: 14px !important;
    font-size: .78rem !important;
    line-height: 2 !important;
    text-align: center !important;
}

@media (max-width: 640px) {
    body.me-home-dark .me-trust-v38 .me-trust-certificates {
        max-width: 224px !important;
        grid-template-columns: repeat(3, 64px) !important;
    }
}

body.me-home-dark .me-trust-v38 .me-trust-enamad {
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease !important;
}

body.me-home-dark .me-trust-v38 .me-trust-enamad:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(119, 231, 255, .74) !important;
    background: radial-gradient(circle at 24% 10%, rgba(107, 231, 255, .16), transparent 44%),
        linear-gradient(145deg, rgba(7, 31, 57, .78), rgba(3, 14, 29, .94)) !important;
    box-shadow: 0 12px 26px rgba(0, 132, 255, .13), inset 0 0 0 1px rgba(255,255,255,.035) !important;
}

body.me-home-dark .me-trust-v38 .me-trust-enamad:hover img {
    filter: none !important;
}

body.me-home-dark .me-trust-v38 .me-trust-enamad::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.075), transparent) !important;
    transform: translateX(110%) !important;
    transition: transform .55s ease !important;
    pointer-events: none !important;
}

body.me-home-dark .me-trust-v38 .me-trust-enamad:hover::before {
    transform: translateX(-110%) !important;
}

body.me-home-dark .me-trust-v38 .me-trust-enamad {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0 !important;
    line-height: 1 !important;
}

body.me-home-dark .me-trust-v38 .me-trust-enamad img {
    display: block !important;
    margin: auto !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    object-position: center center !important;
}

body.me-home-dark .me-trust-v38 .me-trust-enamad:hover img {
    transform: none !important;
}

body.me-home-dark .me-home-ads-section .me-section-title.compact h2 {
    letter-spacing: -.02em;
}

body.me-home-dark .me-home-ads {
    gap: 14px !important;
}

body.me-home-dark .me-ad-card--hero {
    grid-template-columns: minmax(0,1fr) 230px !important;
    border: 1px solid rgba(88, 187, 255, .34) !important;
    background: radial-gradient(circle at 12% 20%, rgba(0, 166, 255, .16), transparent 36%),
        radial-gradient(circle at 90% 18%, rgba(0, 125, 255, .16), transparent 36%),
        linear-gradient(135deg, rgba(5, 25, 47, .98), rgba(4, 18, 36, .96)) !important;
    box-shadow: 0 20px 54px rgba(0, 0, 0, .12), inset 0 0 0 1px rgba(255,255,255,.02) !important;
}

body.me-home-dark .me-ad-card--hero:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(108, 225, 255, .72) !important;
    box-shadow: 0 26px 62px rgba(0, 132, 255, .14), inset 0 0 0 1px rgba(255,255,255,.035) !important;
}

body.me-home-dark .me-ad-card--hero .me-ad-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    color: #7df1ff;
    background: rgba(0, 165, 255, .12);
    border: 1px solid rgba(98, 214, 255, .28);
    font-weight: 900;
    white-space: nowrap;
}

body.me-home-dark .me-ad-card--hero strong {
    display: block;
    margin: 0 !important;
    color: #fff !important;
    font-size: 1.28rem !important;
    line-height: 1.9 !important;
    font-weight: 1000 !important;
}

body.me-home-dark .me-ad-card--hero p {
    margin: 0 !important;
    color: #c7d8eb !important;
    line-height: 2 !important;
    font-size: .92rem !important;
    max-width: 92%;
}

body.me-home-dark .me-ad-card--hero .me-ad-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #eefbff;
    background: linear-gradient(135deg, rgba(0, 160, 255, .16), rgba(0, 95, 255, .16));
    border: 1px solid rgba(101, 216, 255, .34);
    font-size: .83rem;
    font-weight: 900;
}

body.me-home-dark .me-ad-card--hero .me-ad-visual {
    align-items: stretch;
    justify-content: stretch;
}

body.me-home-dark .me-ad-card--hero .me-ad-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2,10,20,.02), rgba(2,10,20,.02));
    pointer-events: none;
}

body.me-home-dark .me-ad-card--hero .me-ad-visual img {
    border: 0 !important;
    display: block !important;
}

body.me-home-dark .me-ad-card--hero .me-ad-visual.me-ad-no-image {
    display: grid;
    place-items: center;
}

body.me-home-dark .me-ad-card--hero .me-ad-visual .me-ad-card-icon {
    width: 100%;
    height: 100%;
    min-height: 124px;
    border-radius: 0;
    border: 0;
    background: transparent;
    font-size: 2rem;
}

body.me-home-dark .me-home-ads-section .me-ad-placeholder {
    min-height: 138px !important;
    border-radius: 22px !important;
    align-items: center !important;
    gap: 18px !important;
}

@media (max-width: 900px) {
    body.me-home-dark .me-ad-card--hero {
        grid-template-columns: 1fr 190px !important;
    }

    body.me-home-dark .me-ad-card--hero strong {
        font-size: 1.12rem !important;
    }
}

@media (max-width: 700px) {
    body.me-home-dark .me-home-ads-section .me-section-title.compact h2 {
        font-size: 1.55rem !important;
    }

    body.me-home-dark .me-ad-card--hero {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-visual {
        order: -1;
        min-height: 170px;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-visual img {
        min-height: 170px !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-copy {
        padding: 4px 2px 6px !important;
    }

    body.me-home-dark .me-ad-card--hero p {
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    body.me-home-dark .me-ad-card--hero .me-ad-visual {
        padding: 6px !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-visual img {
        min-height: 170px !important;
        object-fit: contain !important;
    }
}

body.me-home-dark .me-home-ads-section {
    margin-top: 24px !important;
}

body.me-home-dark .me-ad-card--hero {
    flex-direction: row !important;
    gap: 26px !important;
    border-radius: 24px !important;
}

body.me-home-dark .me-ad-card--hero .me-ad-badge {
    margin-bottom: 2px !important;
}

body.me-home-dark .me-ad-card--hero .me-ad-visual {
    flex: 0 0 250px !important;
}

body.me-home-dark .me-home-ads-section .me-section-title.compact {
    margin-bottom: 18px !important;
}

body.me-home-dark .me-home-ads-section .me-section-title.compact h2 {
    font-size: 1.92rem !important;
    line-height: 1.6 !important;
}

body.me-home-dark .me-home-ads {
    align-items: stretch !important;
}

@media (max-width: 980px) {
    body.me-home-dark .me-ad-card--hero {
        gap: 18px !important;
        padding: 16px 18px !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-copy {
        flex-basis: 1 1 auto !important;
        max-width: 100% !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-copy strong {
        font-size: 1.18rem !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-visual {
        flex: 0 0 210px !important;
        width: 210px !important;
        max-width: 210px !important;
        min-width: 210px !important;
        height: 145px !important;
        min-height: 145px !important;
    }
}

@media (max-width: 700px) {
    body.me-home-dark .me-ad-card--hero {
        flex-direction: column !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        padding: 14px !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-visual {
        order: -1 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: 190px !important;
        min-height: 190px !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-copy {
        flex: 1 1 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-copy strong {
        font-size: 1.06rem !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-copy p {
        font-size: .88rem !important;
    }
}

body.me-home-dark .me-ad-card--hero {
    align-items: center !important;
    justify-content: center !important;
    isolation: isolate !important;
}

body.me-home-dark .me-ad-card--hero .me-ad-visual {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.me-home-dark .me-ad-card--hero .me-ad-copy {
    flex: 0 1 760px !important;
}

body.me-home-dark .me-ad-card--hero .me-ad-cta {
    box-shadow: 0 12px 26px rgba(0, 132, 255, .16) !important;
}

@media (max-width: 700px) {
    body.me-home-dark .me-ad-card--hero {
        min-height: 210px !important;
        padding: 18px 14px !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-copy {
        max-width: 100% !important;
        gap: 10px !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-copy strong {
        font-size: 1.08rem !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-copy p {
        font-size: .86rem !important;
        max-width: 100% !important;
    }
}

body.me-home-dark .me-ad-card--hero {
    min-height: 228px !important;
    display: block !important;
    position: relative !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.me-home-dark .me-ad-card--hero .me-ad-visual {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: hidden !important;
    background: radial-gradient(circle at center, rgba(0, 140, 255, .08), transparent 45%),
        linear-gradient(135deg, rgba(5, 25, 47, .96), rgba(4, 18, 36, .94)) !important;
}

body.me-home-dark .me-ad-card--hero .me-ad-visual img {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 0 !important;
    filter: brightness(.48) saturate(1.02) !important;
    transform: none !important;
    background: transparent !important;
}

body.me-home-dark .me-ad-card--hero::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

body.me-home-dark .me-ad-card--hero::after {
    content: "" !important;
    position: absolute !important;
    inset: 12px !important;
    z-index: 1 !important;
    border-radius: 18px !important;
    border: 1px solid rgba(255,255,255,.05) !important;
    pointer-events: none !important;
}

body.me-home-dark .me-ad-card--hero .me-ad-copy {
    position: absolute !important;
    z-index: 2 !important;
    width: min(430px, calc(100% - 56px)) !important;
    max-width: 430px !important;
    min-width: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 12px !important;
}

body.me-home-dark .me-ad-card--hero .me-ad-badge {
    align-self: flex-start !important;
    margin: 0 !important;
    padding: 7px 12px !important;
    font-size: .78rem !important;
}

body.me-home-dark .me-ad-card--hero .me-ad-copy strong {
    display: block !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 1.36rem !important;
    line-height: 1.75 !important;
    font-weight: 1000 !important;
    text-align: right !important;
}

body.me-home-dark .me-ad-card--hero .me-ad-copy p {
    margin: 0 !important;
    max-width: 100% !important;
    color: #d8e6f1 !important;
    font-size: .94rem !important;
    line-height: 1.95 !important;
    text-align: right !important;
}

body.me-home-dark .me-ad-card--hero .me-ad-cta {
    align-self: flex-start !important;
    margin-top: 2px !important;
    padding: 10px 15px !important;
    border-radius: 14px !important;
}

body.me-home-dark .me-ad-card--hero:hover .me-ad-visual img {
    transform: scale(1.01) !important;
    filter: brightness(.52) saturate(1.04) !important;
}

@media (max-width: 980px) {
    body.me-home-dark .me-ad-card--hero {
        min-height: 210px !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-copy {
        left: 22px !important;
        width: min(360px, calc(100% - 44px)) !important;
        max-width: 360px !important;
        gap: 10px !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-copy strong {
        font-size: 1.18rem !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-copy p {
        font-size: .88rem !important;
    }
}

@media (max-width: 700px) {
    body.me-home-dark .me-ad-card--hero {
        min-height: 220px !important;
    }

    body.me-home-dark .me-ad-card--hero::before {
        background:
            linear-gradient(180deg, rgba(2, 10, 20, .58) 0%, rgba(2, 10, 20, .84) 62%, rgba(2, 10, 20, .90) 100%),
            radial-gradient(circle at 50% 20%, rgba(0, 170, 255, .10), transparent 34%) !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-copy {
        left: 16px !important;
        right: 16px !important;
        width: auto !important;
        max-width: none !important;
        top: auto !important;
        bottom: 18px !important;
        transform: none !important;
        gap: 8px !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-copy strong {
        font-size: 1.02rem !important;
    }

    body.me-home-dark .me-ad-card--hero .me-ad-copy p {
        font-size: .84rem !important;
        line-height: 1.8 !important;
    }
}

body.me-home-dark .me-ad-card--hero .me-ad-copy {
    right: 28px !important;
    left: auto !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    direction: rtl !important;
    align-items: flex-start !important;
    text-align: right !important;
}

body.me-home-dark .me-ad-card--hero .me-ad-badge,
body.me-home-dark .me-ad-card--hero .me-ad-cta {
    align-self: flex-start !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}

body.me-home-dark .me-ad-card--hero .me-ad-copy strong,
body.me-home-dark .me-ad-card--hero .me-ad-copy p {
    text-align: right !important;
}

body.me-home-dark .me-ad-card--hero::before {
    background: linear-gradient(90deg, rgba(2, 10, 20, .58) 0%, rgba(2, 10, 20, .55) 34%, rgba(2, 10, 20, .74) 62%, rgba(2, 10, 20, .92) 100%),
        radial-gradient(circle at 80% 40%, rgba(0, 170, 255, .10), transparent 34%) !important;
}

@media (max-width: 700px) {
    body.me-home-dark .me-ad-card--hero .me-ad-copy {
        right: 16px !important;
        left: 16px !important;
        top: auto !important;
        bottom: 18px !important;
        transform: none !important;
        width: auto !important;
        max-width: none !important;
    }
}
