@font-face {
    font-family: "Vazirmatn";
    src: url("/fonts/Vazirmatn-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Vazirmatn";
    src: url("/fonts/Vazirmatn-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Vazirmatn";
    src: url("/fonts/Vazirmatn-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Vazirmatn";
    src: url("/fonts/Vazirmatn-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --edl-primary: #ff004f;
    --edl-primary-dark: #df0046;
    --edl-dark: #1f2937;
    --edl-text: #18212f;
    --edl-muted: #657083;
    --edl-bg: #fafafb;
    --edl-soft: #ffe6ee;
    --edl-border: #e8edf4;
    --edl-shadow: 0 22px 55px rgba(31, 41, 55, .10);
}

html, body, .mud-typography, .mud-button-root, .mud-input, .mud-input-control, * {
    font-family: "Vazirmatn", Tahoma, sans-serif !important;
}
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--edl-text); }
a { color: inherit; text-decoration: none; }

.topbar {
    /*height: 116px;*/
    background: rgba(255,255,255,.98) !important;
    border-bottom: 1px solid rgba(31,41,55,.08);
    box-shadow: 0 6px 18px rgba(17,24,39,.08);
    backdrop-filter: blur(18px);
}
.topbar-inner {
    /*height: 116px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.brand-link { display: inline-flex; align-items: center; }
.brand-logo {
    height: 250px;
    width: auto;
    display: block;
    transition: transform .22s ease;
}
.brand-logo:hover { transform: translateY(-2px) scale(1.03); }
.desktop-nav { display: flex; align-items: center; gap: 3px; }
.desktop-nav .mud-button-root {
    border-radius: 999px;
    font-weight: 800;
    color: #273245;
    min-height: 42px;
}
.desktop-nav .mud-button-root:hover { background: var(--edl-soft); color: var(--edl-primary); }
.nav-cta { margin-right: 8px; box-shadow: 0 14px 28px rgba(255,0,79,.22); color: #fff !important; }
.mobile-menu-btn { color: var(--edl-dark) !important; }
/*.main-content { padding-top: 116px; }*/
.drawer-logo-wrap { padding: 24px 18px 8px; text-align: center; }
.drawer-logo { height: 86px; }
.mobile-drawer { border-radius: 28px 0 0 28px; }
.mobile-nav-menu .mud-nav-link { font-weight: 800; border-radius: 16px; margin: 2px 10px; }

.screenshot-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f7f9fc;
    border-bottom: 1px solid rgba(31,41,55,.06);
}
.screenshot-hero-img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.hero-order-hotspot {
    position: absolute;
    right: 8.5%;
    top: 71%;
    width: 170px;
    height: 58px;
    border-radius: 14px;
}
.hero-order-hotspot:focus-visible {
    outline: 4px solid rgba(255,0,79,.35);
    outline-offset: 6px;
}

.home-tracking-wrap {
    margin-top: -42px;
    position: relative;
    z-index: 2;
}
.home-tracking-card, .quick-panel, .form-card {
    border-radius: 30px;
    border: 1px solid rgba(31,41,55,.08);
    box-shadow: var(--edl-shadow);
    background: rgba(255,255,255,.96);
}
.home-tracking-card { padding: 24px; }
.form-card { padding: 30px; }
.cta-card { background: linear-gradient(135deg, #1f2937, #303b4d); color: #fff; }
.cta-card .mud-typography { color: #fff; }

.section { padding: 80px 0; }
.section-soft { background: #fff; }
.section-services-home { background: #fff; padding-top: 44px; }
.section-head { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.eyebrow { color: var(--edl-primary); font-weight: 900 !important; letter-spacing: .02em; }
.section-title { font-weight: 900 !important; color: var(--edl-dark); }
.section-desc { color: var(--edl-muted); line-height: 2 !important; margin-top: 12px !important; }

.screenshot-service-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}
.screenshot-service-card {
    display: flex;
    min-height: 245px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    padding: 30px 20px 24px;
    background: #fff;
    border: 1px solid var(--edl-border);
    border-radius: 9px;
    box-shadow: 0 12px 26px rgba(17,24,39,.06);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.screenshot-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(17,24,39,.12);
    border-color: rgba(255,0,79,.25);
}
.screenshot-service-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: var(--edl-soft);
    color: var(--edl-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.screenshot-service-icon .mud-icon-root { font-size: 38px; }
.screenshot-service-card h3 {
    color: var(--edl-dark);
    font-size: 17px;
    margin: 0 0 13px;
    font-weight: 900;
}
.screenshot-service-card p {
    color: #586375;
    font-size: 14px;
    line-height: 2;
    margin: 0;
}

.page-hero {
    min-height: 400px;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid rgba(31,41,55,.06);
}
.page-hero-inner { padding-top: 68px; padding-bottom: 68px; }
.page-hero-title { max-width: 720px; color: var(--edl-dark); font-weight: 900 !important; line-height: 1.35 !important; }
.page-hero-desc { max-width: 700px; color: #4d596b; line-height: 2.1 !important; margin-top: 16px !important; font-size: 18px !important; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.service-tile {
    padding: 30px 26px;
    border: 1px solid var(--edl-border);
    border-radius: 28px;
    height: 100%;
    background: #fff;
    transition: .22s ease;
}
.service-tile:hover { transform: translateY(-6px); box-shadow: var(--edl-shadow); border-color: rgba(255,0,79,.22); }
.service-icon {
    width: 66px;
    height: 66px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--edl-soft);
    color: var(--edl-primary);
    margin-bottom: 18px;
}
.service-icon .mud-icon-root { font-size: 34px; }
.service-title { font-weight: 900 !important; color: var(--edl-dark); }
.service-desc { color: var(--edl-muted); line-height: 2 !important; margin-top: 10px !important; }

.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.news-card { overflow: hidden; border-radius: 28px; border: 1px solid var(--edl-border); height: 100%; background: #fff; transition: .22s ease; }
.news-card:hover { transform: translateY(-6px); box-shadow: var(--edl-shadow); }
.news-thumb { height: 190px; background: linear-gradient(135deg, #ff004f, #ff6b98); display: flex; align-items: center; justify-content: center; color: white; }
.news-thumb .mud-icon-root { font-size: 76px; opacity: .92; }
.news-body { padding: 24px; }
.news-title { font-weight: 900 !important; line-height: 1.75 !important; }
.news-summary { color: var(--edl-muted); line-height: 2 !important; margin-top: 10px !important; }

.feature-band { background: var(--edl-dark); color: #fff; border-radius: 36px; padding: 42px; overflow: hidden; position: relative; }
.feature-band:after { content: ''; position: absolute; inset: -70px auto auto -70px; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,0,79,.35); filter: blur(5px); }
.feature-band .mud-typography { color: #fff; }
.faq-panels .mud-expand-panel { border: 1px solid var(--edl-border); margin-bottom: 14px; border-radius: 20px !important; overflow: hidden; }

.footer { background: #111827; color: #d7deea; padding: 58px 0 30px; }
.footer-logo { height: 80px; filter: brightness(0) invert(1); opacity: .95; }
.footer h3 { color: #fff; margin: 0 0 16px; font-size: 18px; }
.footer p, .footer a { color: #c8d1df; line-height: 2; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.10); margin-top: 34px; padding-top: 22px; color: #9aa7ba; font-size: 13px; }

.mud-button-filled-primary {
    background: var(--edl-primary) !important;
    box-shadow: 0 14px 26px rgba(255,0,79,.22) !important;
}
.mud-button-filled-primary:hover { background: var(--edl-primary-dark) !important; }

@media (max-width: 1260px) {
    .screenshot-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
    .topbar, .topbar-inner { height: 86px; }
    .topbar-inner { justify-content: center; }
    .brand-logo { height: 68px; }
    .mobile-menu-btn { position: absolute; right: 14px; top: 21px; }
    .main-content { padding-top: 86px; }
    .screenshot-hero-img { min-height: 310px; object-fit: cover; object-position: 34% center; }
    .hero-order-hotspot { display: none; }
    .home-tracking-wrap { margin-top: -24px; }
    .service-grid, .news-grid, .screenshot-service-grid { grid-template-columns: 1fr; }
    .section { padding: 56px 0; }
    .section-services-home { padding-top: 36px; }
    .page-hero { min-height: 320px; }
    .page-hero-title { font-size: 34px !important; }
    .feature-band { padding: 28px; border-radius: 26px; }
}

@media (max-width: 600px) {
    .screenshot-hero-img { min-height: 360px; object-position: 26% center; }
    .home-tracking-card, .form-card { border-radius: 22px; padding: 20px; }
    .screenshot-service-card { min-height: 220px; }
}
