﻿

@font-face {
    font-family: 'VazirmatnMF';
    src: url('/css-js/Fonts/Vazir-FD.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VazirmatnMF';
    src: url('/css-js/Fonts/Vazir-FD.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VazirmatnMF';
    src: url('/css-js/Fonts/Vazir-FD.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VazirmatnMF';
    src: url('/css-js/Fonts/Vazir-FD.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


:root {
    --ink: #16083f;
    --ink-2: #251b4d;
    --muted: #676276;
    --line: #ece8f5;
    --soft: #f7f5fb;
    --soft-2: #fbfafd;
    --white: #fff;
    --brand: #16083f;
    --accent: #3fd6a3;
    --accent-2: #eafff7;
    --warning: #ffb84d;
    --radius: 24px;
    --radius-sm: 16px;
    --shadow: 0 18px 48px rgba(22,8,63,.10);
    --shadow-soft: 0 12px 32px rgba(22,8,63,.075);
    --container: 1160px;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: 'VazirmatnMF', Tahoma, Arial, sans-serif;
    color: var(--ink);
    background: var(--white);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    line-height: 1.9;
}

a {
    color: inherit;
    text-decoration: none
}
.mobile-login-item {
    color: #130735;
    font-weight: 700;
}

    .mobile-login-item i {
        font-size: 22px;
    }

.mobile-profile-img {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

    .mobile-profile-img img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
    }
img, svg {
    max-width: 100%;
    display: block
}

button, input {
    font: inherit
}

.container {
    width: min(var(--container), calc(100% - 48px));
    margin-inline: auto
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap
}

/* Header */
.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    transition: .25s ease;
    background: rgba(255,255,255,.72);
    backdrop-filter: saturate(160%) blur(16px);
    border-bottom: 1px solid rgba(236,232,245,.62);
}

    .site-header.is-scrolled {
        box-shadow: 0 10px 30px rgba(22,8,63,.08);
        background: rgba(255,255,255,.92);
    }

.nav {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 142px;
    font-weight: 800;
    letter-spacing: -.5px;
    color: var(--brand);
}

.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: linear-gradient(135deg,var(--brand),#392276);
    display: grid;
    place-items: center;
    box-shadow: 0 10px 24px rgba(22,8,63,.20);
}

    .brand-mark svg {
        width: 24px;
        height: 24px
    }

.nav-links {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-inline-start: 14px;
}

    .nav-links a {
        padding: 11px 14px;
        color: #28213f;
        font-size: 14.5px;
        font-weight: 500;
        border-radius: 999px;
        transition: .2s ease;
    }

        .nav-links a:hover {
            background: var(--soft);
            color: var(--brand);
        }

.nav-actions {
    margin-inline-start: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.link-login {
    color: #1f183b;
    font-size: 14.5px;
    font-weight: 600;
    padding: 10px 4px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    cursor: pointer;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 14px;
    font-weight: 700;
    transition: .22s ease;
    white-space: nowrap;
}

.btn-primary {
    background: var(--brand);
    color: #fff;
    box-shadow: 0 12px 26px rgba(22,8,63,.22);
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 34px rgba(22,8,63,.28)
    }

.btn-secondary {
    background: #fff;
    color: var(--brand);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
}

    .btn-secondary:hover {
        border-color: #d9d1e9;
        transform: translateY(-2px)
    }

.btn-ghost {
    background: transparent;
    border: 1px solid rgba(255,255,255,.5);
    color: #fff;
}

.mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 14px;
    background: var(--soft);
    color: var(--brand);
    cursor: pointer;
}

/* Hero */
main {
    overflow: hidden
}

.hero {
    position: relative;
    min-height: 720px;
    padding-top: 104px;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at 82% 18%, rgba(63,214,163,.12), transparent 24%), radial-gradient(circle at 15% 28%, rgba(22,8,63,.05), transparent 28%), linear-gradient(135deg,#fff 0%,#fbfafd 55%,#f4f0fb 100%);
}

    .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(255,255,255,.72), rgba(255,255,255,0) 35%, rgba(255,255,255,.42));
        pointer-events: none;
    }

    .hero .container {
        position: relative;
        z-index: 1
    }

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 72px;
    min-height: 590px;
}

    .hero-grid > div:first-child {
        grid-column: auto;
        max-width: 560px;
        justify-self: start;
    }

.hero-visual {
    min-height: 520px;
    width: 100%;
    max-width: 620px;
    justify-self: end;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-art {
    width: 100%;
    max-width: 560px;
    aspect-ratio: 1.18/1;
    position: relative;
    border-radius: 36px;
    background: #fff;
    border: 1px solid #e9e3f3;
    box-shadow: 0 28px 70px rgba(22,8,63,.10);
    overflow: visible;
}

    .hero-art::before {
        content: "";
        position: absolute;
        inset: 14% 12%;
        border-radius: 30px;
        background: #f8f6fc;
        border: 1px solid #eee8f7;
    }

.house-line {
    position: absolute;
    inset: 19% 15% 18%;
    z-index: 2;
}

.hero-check {
    position: absolute;
    left: 8%;
    top: -7%;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: #6de1bd;
    display: grid;
    place-items: center;
    box-shadow: 0 20px 42px rgba(63,214,163,.28);
    z-index: 4;
}

.floating-card {
    position: absolute;
    z-index: 5;
    background: #fff;
    border: 1px solid #e9e3f3;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(22,8,63,.09);
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    min-width: 220px;
}

    .floating-card.top {
        right: -42px;
        top: 40px;
    }

    .floating-card.bottom {
        left: -38px;
        bottom: 40px;
    }

    .floating-card .dot {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #eafff7;
        display: grid;
        place-items: center;
        flex: 0 0 34px;
    }

    .floating-card.bottom .dot {
        background: #fff4de
    }

.floating-lines {
    display: grid;
    gap: 8px;
    flex: 1
}

    .floating-lines span {
        height: 7px;
        border-radius: 999px;
        background: #928aa8;
        opacity: .7;
    }

        .floating-lines span:last-child {
            width: 68%
        }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13.5px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(22,8,63,.06);
    margin-bottom: 22px;
}

    .eyebrow::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: var(--accent);
        box-shadow: 0 0 0 5px rgba(63,214,163,.13);
    }

h1 {
    margin: 0;
    font-size: clamp(34px, 4.8vw, 40px);
    line-height: 1.48;
    letter-spacing: -1.6px;
    color: var(--brand);
    font-weight: 800;
}

.hero-lead {
    margin: 22px 0 0;
    color: #4f4863;
    font-size: 18px;
    line-height: 2.05;
    max-width: 590px;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.hero-trust {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
    margin-top: 36px;
    max-width: 560px;
}

.trust-chip {
    background: rgba(255,255,255,.82);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 10px 28px rgba(22,8,63,.055);
}

    .trust-chip strong {
        display: block;
        font-size: 21px;
        color: var(--brand);
        line-height: 1.4
    }

    .trust-chip span {
        display: block;
        color: var(--muted);
        font-size: 12.5px;
        margin-top: 2px
    }

.hero-visual {
    min-height: 480px
}

/* Sections */
section {
    position: relative
}

.section {
    padding: 88px 0
}

.section-soft {
    background: var(--soft-2)
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 28px;
    margin-bottom: 34px;
}

.section-kicker {
    margin: 0 0 8px;
    color: #5f567a;
    font-weight: 700;
    font-size: 14px;
}

h2 {
    margin: 0;
    font-size: clamp(27px, 3vw, 40px);
    line-height: 1.55;
    letter-spacing: -.9px;
    color: var(--brand);
    font-weight: 800;
}

.section-desc {
    margin: 10px 0 0;
    color: var(--muted);
    max-width: 650px;
    font-size: 16px;
}


/* Two audience cards */
.two-audience {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.audience-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 14px 34px rgba(22,8,63,.055);
}

    .audience-card.dark {
        background: linear-gradient(145deg,var(--brand),#2b1a65);
        color: #fff;
        border: 0;
        box-shadow: 0 26px 60px rgba(22,8,63,.22);
    }

    .audience-card h3 {
        margin: 0 0 12px;
        color: var(--brand);
        font-size: 26px;
        font-weight: 800;
    }

    .audience-card.dark h3 {
        color: #fff;
    }

    .audience-card p {
        color: var(--muted);
        margin: 0 0 20px;
    }

    .audience-card.dark p {
        color: rgba(255,255,255,.78);
    }

.check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    gap: 10px;
}

    .check-list li {
        position: relative;
        padding-right: 28px;
        color: #514a64;
    }

.dark .check-list li {
    color: rgba(255,255,255,.86);
}

.check-list li::before {
    content: "✓";
    position: absolute;
    right: 0;
    top: 0;
    color: var(--accent);
    font-weight: 800;
}

/* SEO content */
.seo-content {
    background: #fff;
    padding: 42px;
    border-radius: 28px;
    border: 1px solid var(--line);
    box-shadow: 0 12px 30px rgba(22,8,63,.045);
}

    .seo-content h2,
    .seo-content h3 {
        color: var(--brand);
        margin-top: 34px;
        margin-bottom: 12px;
        line-height: 1.7;
    }

        .seo-content h2:first-child,
        .seo-content h3:first-child {
            margin-top: 0;
        }

    .seo-content p {
        color: #555064;
        text-align: justify;
        margin: 0 0 12px;
        line-height: 2.25;
    }

.seo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

    .seo-links a {
        background: #f5f2fb;
        color: var(--brand);
        padding: 10px 17px;
        border-radius: 12px;
        font-weight: 800;
        font-size: 14px;
        border: 1px solid #e8e0f5;
    }

        .seo-links a:hover {
            background: var(--brand);
            color: #fff;
        }

/* Cities */
.city-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.city-card {
    display: flex;
    min-height: 210px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    transition: .25s ease;
    box-shadow: 0 12px 30px rgba(22,8,63,.045);
    padding: 24px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

    .city-card::after {
        content: "";
        position: absolute;
        inset: auto -50px -70px auto;
        width: 145px;
        height: 145px;
        border-radius: 50%;
        background: rgba(63,214,163,.12);
        transition: .25s ease;
    }

    .city-card:hover {
        color: #fff;
        background: var(--brand);
        transform: translateY(-4px);
        box-shadow: 0 26px 50px rgba(22,8,63,.20);
        border-color: transparent;
    }

        .city-card:hover::after {
            background: rgba(255,255,255,.12);
            transform: scale(1.5)
        }

.city-icon {
    width: 108px;
    height: 108px;
    display: grid;
    place-items: center;
    z-index: 1;
}

    .city-icon svg {
        width: 86px;
        height: 86px
    }

.city-card h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    z-index: 1;
}

.city-card p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    z-index: 1;
    transition: .25s ease;
}

.city-card:hover p {
    color: rgba(255,255,255,.78)
}

.city-card:hover svg * {
    stroke: #fff !important;
    fill: none
}

.city-card:hover .city-fill {
    fill: #fff !important;
    opacity: .18
}

/* Cards */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.feature-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 28px;
    min-height: 235px;
    box-shadow: 0 12px 30px rgba(22,8,63,.045);
    transition: .22s ease;
}

    .feature-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow)
    }

.mini-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: var(--accent-2);
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    color: var(--brand);
}

    .mini-icon svg {
        width: 27px;
        height: 27px
    }

.feature-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: var(--brand)
}

.feature-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14.5px;
    line-height: 2
}

/* Services */
.service-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 34px;
    align-items: stretch;
}

.service-panel {
    border-radius: 28px;
    background: linear-gradient(145deg,var(--brand),#2b1a65);
    padding: 42px;
    color: #fff;
    box-shadow: 0 26px 60px rgba(22,8,63,.22);
    overflow: hidden;
    position: relative;
    min-height: 420px;
}

    .service-panel::after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(63,214,163,.13);
        left: -80px;
        bottom: -80px;
    }

    .service-panel h2 {
        color: #fff
    }

    .service-panel p {
        color: rgba(255,255,255,.75);
        font-size: 16px;
        line-height: 2.1
    }

.service-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
}

.service-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 24px;
    min-height: 198px;
    box-shadow: 0 12px 30px rgba(22,8,63,.045);
}

    .service-item h3 {
        margin: 0 0 9px;
        font-size: 18px
    }

    .service-item p {
        margin: 0;
        color: var(--muted);
        font-size: 14px;
        line-height: 2
    }

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--brand);
    font-weight: 800;
    font-size: 14px;
}

/* Steps */
.steps {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    counter-reset: step;
}

.step {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 30px;
    position: relative;
    box-shadow: 0 12px 30px rgba(22,8,63,.045);
    counter-increment: step;
}

    .step::before {
        content: counter(step, decimal-leading-zero);
        width: 54px;
        height: 54px;
        border-radius: 18px;
        display: grid;
        place-items: center;
        background: var(--brand);
        color: #fff;
        font-weight: 800;
        margin-bottom: 22px;
        box-shadow: 0 12px 26px rgba(22,8,63,.20);
    }

    .step h3 {
        margin: 0 0 10px;
        font-size: 19px
    }

    .step p {
        margin: 0;
        color: var(--muted);
        font-size: 14.5px;
        line-height: 2
    }

/* Stats */
.stats-band {
    background: var(--brand);
    color: #fff;
    border-radius: 32px;
    padding: 36px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    box-shadow: 0 26px 60px rgba(22,8,63,.22);
}

.stat {
    text-align: center;
    padding: 18px 10px;
    border-left: 1px solid rgba(255,255,255,.13);
}

    .stat:last-child {
        border-left: 0
    }

    .stat strong {
        display: block;
        font-size: 34px;
        line-height: 1.4
    }

    .stat span {
        display: block;
        color: rgba(255,255,255,.72);
        font-size: 14px
    }

/* Testimonials */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.quote {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(22,8,63,.045);
}

    .quote p {
        margin: 0 0 22px;
        color: #514a64;
        font-size: 15px;
        line-height: 2.1
    }

    .quote footer {
        display: flex;
        align-items: center;
        gap: 12px;
        color: var(--brand);
        font-weight: 800
    }

.avatar {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(135deg,#efeafd,#fff);
    display: grid;
    place-items: center;
    color: var(--brand);
    border: 1px solid var(--line);
}

/* FAQ */
.faq-wrap {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 34px;
    align-items: start;
}

.faq-list {
    display: grid;
    gap: 12px
}

.faq-item {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(22,8,63,.04);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 20px 22px;
    border: 0;
    background: #fff;
    color: var(--brand);
    cursor: pointer;
    text-align: right;
    font-weight: 800;
}

    .faq-question svg {
        width: 18px;
        height: 18px;
        transition: .2s ease;
        flex: 0 0 18px
    }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
}

    .faq-answer p {
        margin: 0;
        padding: 0 22px 20px;
        color: var(--muted);
        font-size: 14.5px;
        line-height: 2.1;
    }

.faq-item.is-open .faq-answer {
    max-height: 240px
}

.faq-item.is-open .faq-question svg {
    transform: rotate(45deg)
}

/* CTA */
.final-cta {
    background: radial-gradient(circle at 15% 18%, rgba(63,214,163,.18), transparent 25%), linear-gradient(135deg,#1a0b46,#130735);
    color: #fff;
    border-radius: 36px;
    padding: 54px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    overflow: hidden;
    position: relative;
}

    .final-cta h2 {
        color: #fff
    }

    .final-cta p {
        margin: 12px 0 0;
        color: rgba(255,255,255,.72);
        max-width: 720px
    }

    .final-cta .btn-secondary {
        border-color: rgba(255,255,255,.15)
    }

/* Footer */
.footer {
    background: #f5f2fb;
    padding: 72px 0 28px;
    border-top: 1px solid var(--line);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(4,1fr);
    gap: 34px;
}

.footer p {
    color: var(--muted);
    font-size: 14px;
    line-height: 2.1;
    margin: 18px 0 0
}

.footer h3 {
    font-size: 16px;
    margin: 0 0 16px;
    color: var(--brand)
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px
}

.footer a {
    color: #5b536e;
    font-size: 14px;
    transition: .2s
}

    .footer a:hover {
        color: var(--brand)
    }

.footer-bottom {
    margin-top: 46px;
    padding-top: 22px;
    border-top: 1px solid #e5def1;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    color: #766e86;
    font-size: 13px;
}

/* Mobile */
@media (max-width:980px) {
    .container {
        width: min(100% - 32px, var(--container))
    }

    .mobile-toggle {
        display: grid;
        place-items: center
    }

    .nav {
        min-height: 66px
    }

    .nav-links {
        position: fixed;
        inset: 66px 16px auto;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 22px;
        padding: 14px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        box-shadow: var(--shadow);
        margin: 0;
    }

        .nav-links.is-open {
            display: flex
        }

        .nav-links a {
            border-radius: 14px
        }

    .nav-actions {
        margin-inline-start: auto
    }

    .link-login {
        display: none
    }

    .nav-actions .btn {
        display: none
    }

    .hero {
        min-height: auto;
        padding: 118px 0 64px
    }

        .hero::after {
            display: none
        }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        min-height: auto
    }

        .hero-grid > div:first-child {
            justify-self: stretch;
            max-width: none
        }

    .hero-visual {
        display: flex;
        min-height: 360px;
        justify-self: center
    }

    .hero-art {
        max-width: 420px
    }

    .floating-card {
        min-width: 170px;
        padding: 14px 16px
    }

        .floating-card.top {
            right: -6px;
            top: 20px
        }

        .floating-card.bottom {
            left: -6px;
            bottom: 18px
        }

    .hero-check {
        width: 82px;
        height: 82px;
        left: 6%;
        top: -4%
    }

    .hero-trust {
        grid-template-columns: 1fr
    }

    .section {
        padding: 64px 0
    }

    .section-head {
        display: block
    }

    .city-grid, .feature-grid, .steps, .testimonial-grid {
        grid-template-columns: 1fr 1fr
    }

    .service-layout, .faq-wrap, .two-audience {
        grid-template-columns: 1fr
    }

    .service-list {
        grid-template-columns: 1fr
    }

    .stats-band {
        grid-template-columns: 1fr 1fr
    }

    .stat:nth-child(2) {
        border-left: 0
    }

    .final-cta {
        grid-template-columns: 1fr;
        padding: 34px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:620px) {
    h1 {
        letter-spacing: -.8px
    }

    .city-grid, .feature-grid, .steps, .testimonial-grid, .stats-band, .footer-grid {
        grid-template-columns: 1fr
    }

    .stat {
        border-left: 0;
        border-bottom: 1px solid rgba(255,255,255,.13)
    }

        .stat:last-child {
            border-bottom: 0
        }

    .hero-actions {
        align-items: stretch
    }

        .hero-actions .btn {
            width: 100%
        }

    .city-card {
        min-height: 165px
    }

    .footer-bottom {
        flex-direction: column
    }

    .seo-content {
        padding: 24px
    }
}
/* Mobile Bottom Nav */
.mobile-bottom-nav {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    height: 64px;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -4px 14px rgba(0,0,0,.14);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: space-around;
    direction: rtl;
}

.mobile-nav-item {
    flex: 1;
    height: 64px;
    color: #444;
    text-decoration: none;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

    .mobile-nav-item i {
        font-size: 20px;
        color: #00a6a6;
    }

    .mobile-nav-item span {
        white-space: nowrap;
        line-height: 1;
    }

    .mobile-nav-item:hover,
    .mobile-nav-item:active {
        background: #f2ffff;
        color: #00a6a6;
    }

@media (min-width: 992px) {
    .mobile-bottom-nav {
        display: none !important;
    }
}


