.custom-container {
    margin-inline: auto;
    width: 100%;
    max-width: 80rem;
    min-width: 0;
    padding-inline: 1rem;
    overflow-x: clip;
}

@media (min-width: 640px) {
    .custom-container {
        padding-inline: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .custom-container {
        padding-inline: 2rem;
    }
}

.home-page-main {
    overflow-x: clip;
    width: 100%;
    max-width: 100%;
    --home-fs-xs: 0.75rem;
    --home-fs-sm: 0.8125rem;
    --home-fs-base: 0.875rem;
    --home-fs-md: 1rem;
    --home-fs-lg: 1.0625rem;
    --home-fs-xl: 1.125rem;
    --home-fs-2xl: 1.25rem;
}

.home-lazy-img {
    opacity: 0;
    transition: opacity 0.35s ease;
}

.home-lazy-img.is-loaded {
    opacity: 1;
}

.home-section-title {
    font-size: var(--home-fs-md);
    font-weight: 700;
    color: rgb(15 23 42);
}

@media (min-width: 768px) {
    .home-section-title {
        font-size: var(--home-fs-lg);
    }
}

.home-section-link {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: var(--home-fs-xs);
    font-weight: 600;
    color: rgb(139 92 246);
}

.home-section-link:hover {
    text-decoration: underline;
}

.home-creator-slider__subtitle {
    margin: 0.35rem 0 0;
    font-size: var(--home-fs-xs);
    line-height: 1.7;
    color: rgb(100 116 139);
}

@media (min-width: 640px) {
    .home-creator-slider__subtitle {
        font-size: var(--home-fs-sm);
    }
}

.home-creator-sliders .page-experts-swiper__card.home-creator-slider__card {
    width: min(46vw, 11.75rem);
}

.home-creator-sliders .page-experts-swiper__card.home-creator-slider__card .creator-search-card__media {
    aspect-ratio: 1 / 1;
    border-radius: 1rem;
}

.home-creator-sliders .page-experts-swiper__card.home-creator-slider__card .expert-profile-card {
    min-height: 0;
}

@media (min-width: 640px) {
    .home-creator-sliders .page-experts-swiper__card.home-creator-slider__card {
        width: 11.75rem;
    }
}

@media (min-width: 640px) {
    .home-section-link {
        font-size: var(--home-fs-sm);
    }
}

.home-reviews__title,
.home-branches__title {
    font-size: var(--home-fs-md);
    font-weight: 700;
    color: rgb(15 23 42);
}

@media (min-width: 768px) {
    .home-reviews__title,
    .home-branches__title {
        font-size: var(--home-fs-lg);
    }
}

.home-order-steps__title {
    font-size: var(--home-fs-lg);
    font-weight: 700;
    color: rgb(15 23 42);
}

@media (min-width: 768px) {
    .home-order-steps__title {
        font-size: var(--home-fs-xl);
    }
}

.home-reviews__intro,
.home-branches__subtitle,
.home-order-steps__subtitle {
    font-size: var(--home-fs-sm);
    line-height: 1.7;
    color: rgb(100 116 139);
}

#home-typewriter-wrap .invisible,
#home-typewriter {
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* —— هیرو صفحه اصلی —— */
.home-hero {
    margin-bottom: 3.5rem;
    padding-top: 1.5rem;
}

.home-hero__shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 0.85);
    border-radius: 1.5rem;
    background:
        linear-gradient(135deg, rgb(255 255 255 / 0.96), rgb(248 250 252 / 0.98)),
        linear-gradient(135deg, rgb(237 233 254 / 0.55), rgb(224 242 254 / 0.45));
    box-shadow:
        0 1px 2px rgb(15 23 42 / 0.04),
        0 18px 48px rgb(124 58 237 / 0.08);
    padding: 1.25rem;
}

.home-hero__glow {
    position: absolute;
    border-radius: 9999px;
    filter: blur(64px);
    pointer-events: none;
}

.home-hero__glow--violet {
    top: -4rem;
    left: -3rem;
    height: 12rem;
    width: 12rem;
    background: rgb(167 139 250 / 0.35);
}

.home-hero__glow--sky {
    right: -2rem;
    bottom: -3rem;
    height: 10rem;
    width: 10rem;
    background: rgb(56 189 248 / 0.28);
}

.home-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
}

.home-hero__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 1rem;
}

.home-hero__eyebrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.625rem;
}

.home-hero__brand-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    background: linear-gradient(135deg, rgb(124 58 237), rgb(109 40 217));
    padding: 0.375rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 800;
    color: #fff;
    box-shadow: 0 8px 20px rgb(124 58 237 / 0.25);
}

.home-hero__typewriter-wrap {
    position: relative;
    display: grid;
    min-width: 0;
    max-width: 100%;
}

.home-hero__typewriter-ghost,
.home-hero__typewriter {
    grid-area: 1 / 1;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.5;
}

.home-hero__typewriter-ghost {
    visibility: hidden;
}

.home-hero__typewriter {
    color: rgb(109 40 217);
}

.home-hero__headline {
    margin: 0;
    max-width: 100%;
    font-size: clamp(1.5rem, 2.4vw + 0.75rem, 2.25rem);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: rgb(15 23 42);
    text-wrap: balance;
}

.home-hero__copy {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    border: 1px solid rgb(237 233 254);
    border-radius: 1rem;
    background:
        linear-gradient(180deg, rgb(255 255 255 / 0.94), rgb(248 250 252 / 0.88));
    padding: 1rem 1.125rem;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.95);
}

.home-hero__subtitle {
    position: relative;
    margin: 0;
    padding-inline-start: 0.875rem;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.9;
    color: rgb(51 65 85);
    text-wrap: pretty;
}

.home-hero__subtitle::before {
    content: "";
    position: absolute;
    top: 0.35rem;
    bottom: 0.35rem;
    right: 0;
    width: 3px;
    border-radius: 9999px;
    background: linear-gradient(180deg, rgb(124 58 237), rgb(56 189 248));
}

.home-hero__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0.25rem 0 0;
    list-style: none;
    border-top: 1px dashed rgb(226 232 240);
}

.home-hero__highlight {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgb(221 214 254);
    border-radius: 9999px;
    background: rgb(255 255 255 / 0.95);
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: rgb(91 33 182);
    box-shadow: 0 1px 2px rgb(124 58 237 / 0.06);
}

.home-hero__intro {
    margin: 0;
    padding-top: 0.25rem;
    border-top: 1px dashed rgb(226 232 240);
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 2;
    color: rgb(100 116 139);
    text-align: justify;
    text-wrap: pretty;
}

.home-hero__actions {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    margin-top: 0.25rem;
}

.home-hero__search {
    position: relative;
    display: flex;
    min-width: 0;
    max-width: 32rem;
    cursor: pointer;
    align-items: center;
    border: 1px solid rgb(226 232 240);
    border-radius: 0.875rem;
    background: #fff;
    box-shadow: 0 10px 24px rgb(15 23 42 / 0.06);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.home-hero__search:hover,
.home-hero__search:focus-visible {
    border-color: rgb(167 139 250);
    box-shadow: 0 12px 28px rgb(124 58 237 / 0.12);
    outline: none;
}

.home-hero__search-icon {
    position: absolute;
    right: 1rem;
    height: 1.125rem;
    width: 1.125rem;
    color: rgb(148 163 184);
    pointer-events: none;
}

.home-hero__search-input {
    width: 100%;
    border: none;
    background: transparent;
    padding: 1rem 2.75rem 1rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgb(30 41 59);
    cursor: pointer;
    outline: none;
    pointer-events: none;
}

.home-hero__search-input::placeholder {
    color: rgb(148 163 184);
    font-weight: 500;
}

.home-hero__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.home-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    padding: 0.75rem 1.125rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 0.15s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.home-hero__cta:active {
    transform: translateY(1px);
}

.home-hero__cta--primary {
    background: linear-gradient(135deg, rgb(124 58 237), rgb(109 40 217));
    color: #fff;
    box-shadow: 0 10px 24px rgb(124 58 237 / 0.28);
}

.home-hero__cta--primary:hover {
    background: linear-gradient(135deg, rgb(109 40 217), rgb(91 33 182));
}

.home-hero__cta--secondary {
    border: 1px solid rgb(221 214 254);
    background: rgb(255 255 255 / 0.95);
    color: rgb(91 33 182);
}

.home-hero__cta--secondary:hover {
    border-color: rgb(196 181 253);
    background: rgb(245 243 255);
}

.home-hero__visual {
    min-width: 0;
}

.home-hero__visual-card {
    height: 100%;
    border: 1px solid rgb(255 255 255 / 0.9);
    border-radius: 1.125rem;
    background: rgb(255 255 255 / 0.72);
    padding: 0.75rem;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.8);
}

.home-hero__slider,
.home-hero__swiper {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.home-hero__slide-img {
    display: block;
    width: 100%;
    border-radius: 0.875rem;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.home-hero__slider-pagination {
    margin-top: 0.875rem;
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) {
    .home-hero__shell {
        padding: 1.75rem;
    }

    .home-hero__grid {
        grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
        align-items: start;
        gap: 1.75rem;
    }

    .home-hero__content {
        gap: 1.125rem;
    }

    .home-hero__subtitle {
        padding: 1.125rem 1.25rem;
        padding-inline-start: 1.125rem;
        font-size: 1rem;
    }

    .home-hero__visual-card {
        position: sticky;
        top: 5.5rem;
    }
}

@media (min-width: 1024px) {
    .home-hero {
        padding-top: 2rem;
    }

    .home-hero__shell {
        padding: 2rem 2.25rem;
    }
}

/* —— معرفی پلتفرم زیر هیرو —— */
.home-platform-intro {
    margin-bottom: 3.5rem;
}

.home-platform-intro__shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 0.9);
    border-radius: 1.5rem;
    background:
        linear-gradient(145deg, rgb(255 255 255 / 0.98), rgb(248 250 252 / 0.95)),
        linear-gradient(145deg, rgb(245 243 255 / 0.7), rgb(224 242 254 / 0.55));
    padding: 1.25rem;
    box-shadow:
        0 1px 2px rgb(15 23 42 / 0.04),
        0 20px 50px rgb(124 58 237 / 0.08);
}

.home-platform-intro__glow {
    position: absolute;
    border-radius: 9999px;
    filter: blur(72px);
    pointer-events: none;
}

.home-platform-intro__glow--left {
    top: -3rem;
    left: -2rem;
    height: 11rem;
    width: 11rem;
    background: rgb(167 139 250 / 0.28);
}

.home-platform-intro__glow--right {
    right: -2rem;
    bottom: -2rem;
    height: 10rem;
    width: 10rem;
    background: rgb(56 189 248 / 0.22);
}

.home-platform-intro__features {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
}

.home-platform-intro__feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    border: 1px solid rgb(237 233 254);
    border-radius: 1rem;
    background: rgb(255 255 255 / 0.88);
    padding: 0.875rem 1rem;
    box-shadow: 0 8px 20px rgb(124 58 237 / 0.05);
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.home-platform-intro__feature:hover {
    transform: translateY(-2px);
    border-color: rgb(196 181 253);
    box-shadow: 0 12px 28px rgb(124 58 237 / 0.1);
}

.home-platform-intro__feature-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 0.875rem;
    background: linear-gradient(135deg, rgb(237 233 254), rgb(224 231 255));
    color: rgb(109 40 217);
}

.home-platform-intro__feature-icon svg {
    height: 1.25rem;
    width: 1.25rem;
}

.home-platform-intro__feature-title {
    font-size: 0.8125rem;
    font-weight: 800;
    line-height: 1.5;
    color: rgb(30 41 59);
}

.home-platform-intro__body {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
    align-items: center;
}

.home-platform-intro__visual {
    display: flex;
    justify-content: center;
    min-width: 0;
}

.home-platform-graphic {
    position: relative;
    height: 17.5rem;
    width: min(100%, 22rem);
}

.home-platform-graphic__orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px dashed rgb(196 181 253 / 0.8);
    border-radius: 9999px;
    transform: translate(-50%, -50%);
}

.home-platform-graphic__orbit--outer {
    height: 15rem;
    width: 15rem;
    animation: home-platform-orbit-spin 28s linear infinite;
}

.home-platform-graphic__orbit--inner {
    height: 10.5rem;
    width: 10.5rem;
    border-color: rgb(125 211 252 / 0.75);
    animation: home-platform-orbit-spin 20s linear infinite reverse;
}

.home-platform-graphic__hub {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.5rem;
    width: 5.5rem;
    transform: translate(-50%, -50%);
}

.home-platform-graphic__hub-ring {
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    background: linear-gradient(135deg, rgb(124 58 237), rgb(56 189 248));
    box-shadow: 0 16px 36px rgb(124 58 237 / 0.35);
    animation: home-platform-hub-pulse 3s ease-in-out infinite;
}

.home-platform-graphic__hub-core {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.25rem;
    width: 4.25rem;
    border-radius: 9999px;
    background: #fff;
    padding: 0.25rem;
    font-size: 0.6875rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    color: rgb(91 33 182);
}

.home-platform-graphic__node {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    width: 4.5rem;
}

.home-platform-graphic__node-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.75rem;
    width: 2.75rem;
    border-radius: 0.875rem;
    background: rgb(255 255 255 / 0.95);
    border: 1px solid rgb(237 233 254);
    color: rgb(109 40 217);
    box-shadow: 0 10px 24px rgb(124 58 237 / 0.12);
}

.home-platform-graphic__node-icon svg {
    height: 1.125rem;
    width: 1.125rem;
}

.home-platform-graphic__node-label {
    font-size: 0.6875rem;
    font-weight: 800;
    color: rgb(71 85 105);
    white-space: nowrap;
}

.home-platform-graphic__node--seller {
    top: 0.25rem;
    left: 50%;
    transform: translateX(-50%);
}

.home-platform-graphic__node--helper {
    top: 50%;
    right: -0.25rem;
    transform: translateY(-50%);
}

.home-platform-graphic__node--content {
    bottom: 0.25rem;
    left: 50%;
    transform: translateX(-50%);
}

.home-platform-graphic__node--report {
    top: 50%;
    left: -0.25rem;
    transform: translateY(-50%);
}

.home-platform-graphic__connector {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    height: 2px;
    width: 4.5rem;
    border-radius: 9999px;
    background: linear-gradient(90deg, rgb(124 58 237 / 0.15), rgb(124 58 237 / 0.55), rgb(56 189 252 / 0.15));
    transform-origin: center;
}

.home-platform-graphic__connector--a {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.home-platform-graphic__connector--b {
    transform: translate(-50%, -50%) rotate(0deg);
}

.home-platform-graphic__connector--c {
    transform: translate(-50%, -50%) rotate(90deg);
}

.home-platform-graphic__connector--d {
    transform: translate(-50%, -50%) rotate(180deg);
}

.home-platform-graphic__float {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 9999px;
    background: rgb(255 255 255 / 0.95);
    border: 1px solid rgb(221 214 254);
    color: rgb(109 40 217);
    box-shadow: 0 8px 18px rgb(124 58 237 / 0.12);
    animation: home-platform-float 4s ease-in-out infinite;
}

.home-platform-graphic__float svg {
    height: 1rem;
    width: 1rem;
}

.home-platform-graphic__float--shield {
    top: 1.25rem;
    right: 1rem;
}

.home-platform-graphic__float--link {
    bottom: 1.5rem;
    left: 1rem;
    animation-delay: 1.2s;
}

.home-platform-intro__copy {
    min-width: 0;
}

.home-platform-intro__text {
    margin: 0;
    border: 1px solid rgb(237 233 254);
    border-radius: 1.125rem;
    background: rgb(255 255 255 / 0.82);
    padding: 1.125rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    color: rgb(71 85 105);
    text-align: justify;
    text-wrap: pretty;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.95);
}

@keyframes home-platform-orbit-spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes home-platform-hub-pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.04);
    }
}

@keyframes home-platform-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

@media (min-width: 640px) {
    .home-platform-intro__features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .home-platform-intro__shell {
        padding: 1.75rem;
    }

    .home-platform-intro__body {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: 1.5rem;
    }

    .home-platform-intro__text {
        font-size: 0.9375rem;
        padding: 1.25rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    .home-platform-intro__features {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .home-platform-intro__feature-title {
        font-size: 0.875rem;
    }

    .home-platform-graphic {
        height: 19rem;
        width: 24rem;
    }
}

#hero-section,
#hero-section .home-hero__grid > *,
.hero-search-slider,
#hero-search-slider {
    min-width: 0;
    max-width: 100%;
}

#hero-search-slider.swiper {
    overflow: hidden;
}

#hero-search-slider:not(.swiper-initialized) .swiper-slide:not(:first-child) {
    display: none;
}

#home-hero-main-slider:not(.swiper-initialized) .swiper-slide:not(:first-child) {
    display: none;
}

.image-inset-shadow {
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5);
}

.swiper.swiper-pagination--custom .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding: 0.75rem;
    bottom: 10px !important;
}

.swiper.swiper-pagination--custom .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper.swiper-pagination--custom .swiper-pagination-bullet-active {
    width: 2.5rem;
    border-radius: 0.375rem;
    background: rgb(139 92 246);
}

.swiper:not(.swiper-initialized).four-slides {
    overflow: hidden;
}

.swiper:not(.swiper-initialized).four-slides .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 576px) {
    .swiper:not(.swiper-initialized).four-slides .swiper-slide {
        width: 50%;
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }
}

@media (min-width: 768px) {
    .swiper:not(.swiper-initialized).four-slides .swiper-slide {
        width: 33.333333%;
    }
}

@media (min-width: 1024px) {
    .swiper:not(.swiper-initialized).four-slides .swiper-slide {
        width: 25%;
    }
}

.home-hero-search-menu {
    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s;
}

.home-hero-search-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}

.home-hero-search-menu.is-closed {
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
}

/* —— دیدگاه مشتریان —— */
.home-reviews {
  padding-bottom: 3.5rem;
}

.home-reviews__header {
  margin-bottom: 1.25rem;
  text-align: center;
}

.home-reviews__intro {
  margin: 0.5rem auto 0;
  max-width: 42rem;
  line-height: 1.85;
  text-align: justify;
}

@media (min-width: 640px) {
  .home-reviews__intro {
    text-align: center;
  }
}

.home-reviews__audio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .home-reviews__audio-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.125rem;
  }
}

.home-reviews__audio-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgb(226 232 240);
  background: #fff;
  box-shadow: 0 2px 10px rgb(15 23 42 / 0.04);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-reviews__audio-card:hover {
  border-color: rgb(221 214 254);
  box-shadow: 0 8px 22px rgb(124 58 237 / 0.1);
}

.home-reviews__audio-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1rem 0.75rem;
}

.home-reviews__audio-badge {
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: linear-gradient(145deg, rgb(245 243 255) 0%, rgb(237 233 254) 100%);
  color: rgb(124 58 237);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.85);
}

.home-reviews__audio-badge svg {
  height: 1.35rem;
  width: 1.35rem;
}

.home-reviews__audio-info {
  min-width: 0;
  flex: 1;
}

.home-reviews__person {
  font-size: var(--home-fs-base);
  font-weight: 800;
  line-height: 1.4;
  color: rgb(15 23 42);
}

.home-reviews__service {
  margin-top: 0.5rem;
}

.home-reviews__service-tag {
  display: inline-block;
  max-width: 100%;
  border-radius: 0.375rem;
  background: rgb(248 250 252);
  padding: 0.25rem 0.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(71 85 105);
  border: 1px solid rgb(226 232 240);
}

/* پلیر صوتی — نوار پایین کارت */
.home-reviews__audio-card .home-audio-player {
  margin-top: auto;
}

.home-audio-player__native {
  display: none;
}

.home-audio-player__shell {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid rgb(241 245 249);
  background: rgb(248 250 252);
  padding: 0.75rem 1rem 0.875rem;
}

.home-audio-player__btn {
  position: relative;
  display: flex;
  height: 2.625rem;
  width: 2.625rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 9999px;
  background: rgb(124 58 237);
  color: #fff;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease;
}

.home-audio-player__btn:hover {
  background: rgb(109 40 217);
}

.home-audio-player__btn:active {
  transform: scale(0.96);
}

.home-audio-player.is-playing .home-audio-player__btn {
  background: rgb(91 33 182);
}

.home-audio-player__btn-icon {
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.home-audio-player__btn-icon svg {
  display: block;
  height: 1.125rem;
  width: 1.125rem;
}

.home-audio-player:not(.is-playing):not(.is-loading) .home-audio-player__btn-icon--play {
  display: flex;
}

.home-audio-player.is-playing .home-audio-player__btn-icon--pause {
  display: flex;
}

.home-audio-player__btn-icon--play svg {
  margin-inline-start: 1px;
}

.home-audio-player__spinner {
  display: none;
  height: 1.125rem;
  width: 1.125rem;
  border: 2px solid rgb(255 255 255 / 0.35);
  border-top-color: #fff;
  border-radius: 9999px;
  animation: home-audio-spin 0.7s linear infinite;
}

.home-audio-player.is-loading .home-audio-player__spinner {
  display: block;
}

.home-audio-player.is-loading .home-audio-player__btn-icon {
  display: none !important;
}

@keyframes home-audio-spin {
  to {
    transform: rotate(360deg);
  }
}

.home-audio-player__main {
  flex: 1;
  min-width: 0;
}

.home-audio-player__track {
  position: relative;
  height: 1.25rem;
  cursor: pointer;
  touch-action: none;
  user-select: none;
}

.home-audio-player__track.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.home-audio-player__track:focus-visible {
  outline: 2px solid rgb(139 92 246);
  outline-offset: 3px;
  border-radius: 0.25rem;
}

.home-audio-player__track-bg,
.home-audio-player__track-fill {
  position: absolute;
  top: 50%;
  height: 0.3125rem;
  transform: translateY(-50%);
  border-radius: 9999px;
}

.home-audio-player__track-bg {
  right: 0;
  left: 0;
  background: rgb(203 213 225);
}

.home-audio-player__track-fill {
  right: 0;
  width: 0%;
  background: rgb(124 58 237);
  pointer-events: none;
}

.home-audio-player__track-thumb {
  position: absolute;
  top: 50%;
  right: 0;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  background: #fff;
  border: 2px solid rgb(124 58 237);
  box-shadow: 0 1px 4px rgb(124 58 237 / 0.35);
  transform: translate(50%, -50%);
  pointer-events: none;
}

.home-audio-player__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.4375rem;
}

.home-audio-player__status {
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgb(100 116 139);
}

.home-audio-player.is-playing .home-audio-player__status {
  color: rgb(124 58 237);
}

.home-audio-player__status::before {
  content: "";
  display: inline-block;
  height: 0.375rem;
  width: 0.375rem;
  margin-inline-end: 0.375rem;
  border-radius: 9999px;
  background: rgb(148 163 184);
  vertical-align: middle;
}

.home-audio-player.is-playing .home-audio-player__status::before {
  background: rgb(124 58 237);
  animation: home-audio-pulse 1.2s ease-in-out infinite;
}

@keyframes home-audio-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

.home-audio-player__times {
  font-size: 0.6875rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: rgb(100 116 139);
  white-space: nowrap;
}

.home-audio-player__times-sep {
  margin-inline: 0.125rem;
  opacity: 0.5;
}

.home-audio-player.is-playing [data-home-audio-current] {
  color: rgb(124 58 237);
}

.home-reviews__testimonials {
  margin-top: 1.5rem;
  padding-top: 0.25rem;
}

.home-reviews-testimonials__frame {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

@media (min-width: 640px) {
  .home-reviews-testimonials__frame {
    gap: 0.625rem;
  }
}

.home-reviews-testimonials {
  position: relative;
  flex: 1;
  min-width: 0;
}

.home-reviews-testimonials .swiper-slide {
  height: auto;
  padding-top: 2.125rem;
}

.home-reviews-testimonial {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 15.5rem;
  flex-direction: column;
  align-items: center;
  border-radius: 0.875rem;
  border: 1px solid rgb(226 232 240);
  background: #fff;
  padding: 3rem 1rem 1.125rem;
  text-align: center;
  box-shadow: 0 1px 3px rgb(15 23 42 / 0.05);
}

.home-reviews-testimonial__avatar {
  position: absolute;
  top: -2.125rem;
  left: 50%;
  height: 4.25rem;
  width: 4.25rem;
  transform: translateX(-50%);
  border-radius: 9999px;
  border: 4px solid #fff;
  background: rgb(241 245 249);
  object-fit: cover;
  box-shadow: 0 4px 12px rgb(124 58 237 / 0.15);
}

.home-reviews-testimonial__text {
  flex: 1;
  font-size: 0.8125rem;
  line-height: 1.8;
  color: rgb(71 85 105);
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.home-reviews-testimonial__stars {
  display: flex;
  justify-content: center;
  gap: 0.125rem;
  margin-top: 0.75rem;
}

.home-reviews-testimonial__star {
  height: 0.875rem;
  width: 0.875rem;
  color: rgb(251 191 36);
}

.home-reviews-testimonial__user {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: rgb(15 23 42);
}

.home-reviews-testimonials__prev,
.home-reviews-testimonials__next {
  position: relative;
  inset: auto;
  flex-shrink: 0;
  align-self: center;
  margin: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  border: 1px solid rgb(221 214 254);
  background: #fff;
  color: rgb(124 58 237);
  box-shadow: 0 2px 8px rgb(124 58 237 / 0.12);
  cursor: pointer;
  z-index: 2;
}

@media (min-width: 640px) {
  .home-reviews-testimonials__prev,
  .home-reviews-testimonials__next {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.home-reviews-testimonials__prev::after,
.home-reviews-testimonials__next::after {
  font-size: 0.875rem;
  font-weight: 700;
}

.home-reviews-testimonials__pagination {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.375rem;
  width: 100% !important;
  margin-top: 1rem;
}

.home-reviews-testimonials__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  background: rgb(147 197 253);
  opacity: 1;
}

.home-reviews-testimonials__pagination .swiper-pagination-bullet-active {
  background: rgb(124 58 237);
  width: 1.25rem;
  border-radius: 9999px;
}

.home-categories__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(6.25rem, 1fr));
    gap: 0.5rem;
}

@media (min-width: 640px) {
    .home-categories__grid {
        grid-template-columns: repeat(auto-fill, minmax(6.75rem, 1fr));
        gap: 0.625rem;
    }
}

.home-category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    border-radius: 0.625rem;
    border: 1px solid rgb(226 232 240);
    background: #fff;
    padding: 0.625rem 0.375rem 0.5rem;
    text-align: center;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.home-category-card:hover {
    transform: translateY(-2px);
    border-color: rgb(147 197 253);
    background: rgb(245 243 255);
    box-shadow: 0 6px 16px rgb(124 58 237 / 0.1);
}

.home-category-card__icon {
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: linear-gradient(
        145deg,
        rgb(248 250 252) 0%,
        rgb(241 245 249) 100%
    );
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.home-category-card:hover .home-category-card__icon {
    transform: scale(1.03);
    background: linear-gradient(
        145deg,
        rgb(245 243 255) 0%,
        rgb(237 233 254) 100%
    );
}

.home-category-card__icon .service-icon-img {
    display: block;
    height: 2rem;
    width: 2rem;
    background-color: rgb(100 116 139);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 0.2s ease;
}

.home-category-card__icon svg {
    height: 2rem;
    width: 2rem;
    color: rgb(100 116 139);
    transition: color 0.2s ease;
}

.home-category-card:hover .home-category-card__icon .service-icon-img {
    background-color: rgb(124 58 237);
}

.home-category-card:hover .home-category-card__icon svg {
    color: rgb(124 58 237);
}

.home-category-card__title {
    display: -webkit-box;
    min-height: 2.125rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.35;
    color: rgb(30 41 59);
    transition: color 0.2s ease;
}

@media (min-width: 640px) {
    .home-category-card__title {
        font-size: 0.8125rem;
    }
}

.home-category-card:hover .home-category-card__title {
    color: rgb(109 40 217);
}

.home-categories__empty {
    padding: 2.5rem 1rem;
    text-align: center;
    font-size: 0.875rem;
    color: rgb(100 116 139);
}

/* —— شعب تهران —— */
.home-branches__header {
    margin-bottom: 1rem;
    text-align: center;
}

@media (min-width: 640px) {
    .home-branches__header {
        margin-bottom: 1.125rem;
    }
}

.home-branches__subtitle {
    margin: 0.375rem auto 0;
    max-width: 32rem;
}

.home-branches__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

@media (min-width: 480px) {
    .home-branches__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.875rem;
    }
}

@media (min-width: 1024px) {
    .home-branches__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
}

.home-branch-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0.75rem;
    border: 1px solid rgb(226 232 240);
    background: #fff;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.home-branch-card:hover {
    transform: translateY(-3px);
    border-color: rgb(147 197 253);
    box-shadow: 0 10px 24px rgb(124 58 237 / 0.12);
}

.home-branch-card__media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: rgb(241 245 249);
}

.home-branch-card__image {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.home-branch-card:hover .home-branch-card__image {
    transform: scale(1.05);
}

.home-branch-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0.75rem 0.875rem 0.875rem;
}

@media (min-width: 640px) {
    .home-branch-card__body {
        padding: 0.875rem 1rem 1rem;
    }
}

.home-branch-card__desc {
    margin-top: 0;
    flex: 1;
    font-size: 0.75rem;
    line-height: 1.65;
    color: rgb(100 116 139);
}

@media (min-width: 640px) {
    .home-branch-card__desc {
        font-size: 0.8125rem;
    }
}

.home-branch-card__cta {
    margin-top: 0.75rem;
    width: 100%;
    border-radius: 0.5rem;
    border: none;
    background: linear-gradient(
        180deg,
        rgb(139 92 246) 0%,
        rgb(124 58 237) 100%
    );
    padding: 0.5625rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition:
        background 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.15s ease;
}

.home-branch-card__cta:hover {
    background: linear-gradient(
        180deg,
        rgb(96 165 250) 0%,
        rgb(139 92 246) 100%
    );
    box-shadow: 0 4px 14px rgb(124 58 237 / 0.35);
}

.home-branch-card__cta:active {
    transform: scale(0.98);
}

/* —— مراحل ثبت سفارش —— */
.home-order-steps__header {
    margin-bottom: 1.5rem;
    text-align: center;
}

.home-order-steps__subtitle {
    margin: 0.375rem auto 0;
    max-width: 30rem;
}

/* لیست + خط پیوسته تایم‌لاین */
.home-order-steps__list {
    --step-badge-size: 2.75rem;
    --step-rail-width: 3rem;
    --step-line-color: rgb(147 197 253);
    --step-line-strong: rgb(139 92 246);

    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}

.home-order-step {
    position: relative;
    display: grid;
    grid-template-columns: var(--step-rail-width) 1fr;
    gap: 1rem;
    align-items: stretch;
}

.home-order-step__rail {
    display: flex;
    justify-content: center;
    align-self: stretch;
    padding-top: 0.125rem;
    position: relative;
    z-index: 2;
}

/* موبایل — خط فقط بین شماره‌ها، نه زیر ۳ */
.home-order-step:not(:last-child) .home-order-step__rail::after {
    content: "";
    position: absolute;
    top: var(--step-badge-size);
    left: 50%;
    width: 4px;
    height: calc(100% - var(--step-badge-size));
    margin-left: -2px;
    border-radius: 9999px;
    background: linear-gradient(
        180deg,
        var(--step-line-strong) 0%,
        var(--step-line-color) 50%,
        var(--step-line-color) 100%
    );
    z-index: 0;
}

.home-order-step__badge {
    display: flex;
    height: var(--step-badge-size);
    width: var(--step-badge-size);
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: linear-gradient(
        145deg,
        rgb(139 92 246) 0%,
        rgb(109 40 217) 100%
    );
    font-size: var(--home-fs-md);
    font-weight: 800;
    color: #fff;
    box-shadow:
        0 0 0 5px #fff,
        0 0 0 7px rgb(237 233 254),
        0 6px 16px rgb(124 58 237 / 0.35);
}

.home-order-step__card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0.875rem;
    border: 1px solid rgb(226 232 240);
    background: #fff;
    padding: 1.125rem 1.125rem 1.25rem;
    box-shadow: none;
    cursor: default;
}

.home-order-step__label {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 0.75rem;
    border-radius: 9999px;
    background: rgb(245 243 255);
    padding: 0.25rem 0.625rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgb(124 58 237);
}

.home-order-step__icon-wrap {
    display: flex;
    height: 4.5rem;
    width: 4.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 1.125rem;
    background: linear-gradient(
        160deg,
        rgb(248 250 252) 0%,
        rgb(245 243 255) 55%,
        rgb(237 233 254) 100%
    );
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.9);
}

.home-order-step__icon {
    display: block;
    height: 2.75rem;
    width: 2.75rem;
    object-fit: contain;
}

.home-order-step__heading {
    margin-top: 1rem;
    font-size: var(--home-fs-base);
    font-weight: 800;
    line-height: 1.5;
    color: rgb(15 23 42);
}

.home-order-step__text {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.8;
    color: rgb(100 116 139);
    text-align: justify;
}

/* دسکتاپ — سه ستون + خط افقی پیوسته */
@media (min-width: 1024px) {
    .home-order-steps__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
        padding-top: 0;
    }

    .home-order-steps__list::before {
        content: "";
        position: absolute;
        top: calc(var(--step-badge-size) / 2 - 2px);
        bottom: auto;
        height: 4px;
        inset-inline: 16.666%;
        width: auto;
        border-radius: 9999px;
        background: linear-gradient(
            90deg,
            var(--step-line-strong) 0%,
            var(--step-line-color) 25%,
            var(--step-line-color) 75%,
            var(--step-line-strong) 100%
        );
        z-index: 0;
    }

    .home-order-step:not(:last-child) .home-order-step__rail::after {
        display: none;
    }

    .home-order-step {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .home-order-step__rail {
        position: absolute;
        top: calc(var(--step-badge-size) / 2);
        left: 50%;
        padding-top: 0;
        margin-top: 0;
        transform: translate(-50%, -50%);
    }

    .home-order-step__card {
        margin-top: calc(var(--step-badge-size) + 0.75rem);
        height: 100%;
        padding: 1.375rem 1.125rem 1.5rem;
        text-align: center;
        align-items: center;
    }

    .home-order-step__label {
        align-self: center;
        font-size: 0.75rem;
    }

    .home-order-step__icon-wrap {
        margin-top: 0.25rem;
    }

    .home-order-step__heading {
        margin-top: 1rem;
        min-height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: var(--home-fs-base);
    }

    .home-order-step__text {
        text-align: center;
        font-size: var(--home-fs-sm);
    }
}

@media (min-width: 1280px) {
    .home-order-steps__list {
        gap: 1.5rem;
    }

    .home-order-step__card {
        padding-inline: 1.25rem;
    }
}

/* —— چرا یومارکتینگ —— */
.home-why-choose__header {
    margin-bottom: 1.5rem;
    text-align: center;
}

.home-why-choose__title {
    font-size: var(--home-fs-lg);
    font-weight: 800;
    line-height: 1.45;
    color: rgb(51 65 85);
}

@media (min-width: 768px) {
    .home-why-choose__title {
        font-size: var(--home-fs-2xl);
    }
}

.home-why-choose__brand {
    color: rgb(139 92 246);
}

.home-why-choose__subtitle {
    margin: 0.5rem auto 0;
    max-width: 28rem;
    font-size: var(--home-fs-sm);
    font-weight: 600;
    line-height: 1.75;
    color: rgb(100 116 139);
}

.home-why-choose__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.875rem;
}

@media (min-width: 640px) {
    .home-why-choose__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

@media (min-width: 1024px) {
    .home-why-choose__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.125rem;
    }
}

.home-why-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0.875rem;
    border: 1px solid rgb(226 232 240);
    background: linear-gradient(180deg, #fff 0%, rgb(248 250 252) 100%);
    padding: 1.125rem 1rem 1.25rem;
    box-shadow: 0 1px 2px rgb(15 23 42 / 0.04);
}

.home-why-card::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline: 0;
    height: 3px;
    background: var(--why-accent-bar);
}

.home-why-card__top {
    margin-bottom: 0.875rem;
}

.home-why-card__icon-wrap {
    display: flex;
    height: 3.5rem;
    width: 3.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: var(--why-accent-icon-bg);
    box-shadow:
        inset 0 1px 0 rgb(255 255 255 / 0.85),
        0 4px 14px var(--why-accent-shadow);
}

.home-why-card__icon {
    display: block;
    height: 2rem;
    width: 2rem;
    flex-shrink: 0;
    color: var(--why-accent-icon-color, rgb(124 58 237));
}

.home-why-card--support {
    --why-accent-bar: linear-gradient(90deg, rgb(139 92 246), rgb(96 165 250));
    --why-accent-border: rgb(147 197 253);
    --why-accent-shadow: rgb(124 58 237 / 0.12);
    --why-accent-icon-bg: linear-gradient(145deg, rgb(245 243 255) 0%, rgb(237 233 254) 100%);
    --why-accent-icon-color: rgb(124 58 237);
}

.home-why-card--price {
    --why-accent-bar: linear-gradient(90deg, rgb(16 185 129), rgb(52 211 153));
    --why-accent-border: rgb(110 231 183);
    --why-accent-shadow: rgb(5 150 105 / 0.12);
    --why-accent-icon-bg: linear-gradient(145deg, rgb(236 253 245) 0%, rgb(209 250 229) 100%);
    --why-accent-icon-color: rgb(5 150 105);
}

.home-why-card--trust {
    --why-accent-bar: linear-gradient(90deg, rgb(99 102 241), rgb(129 140 248));
    --why-accent-border: rgb(165 180 252);
    --why-accent-shadow: rgb(79 70 229 / 0.12);
    --why-accent-icon-bg: linear-gradient(145deg, rgb(238 242 255) 0%, rgb(224 231 255) 100%);
    --why-accent-icon-color: rgb(79 70 229);
}

.home-why-card--variety {
    --why-accent-bar: linear-gradient(90deg, rgb(14 165 233), rgb(56 189 248));
    --why-accent-border: rgb(125 211 252);
    --why-accent-shadow: rgb(2 132 199 / 0.12);
    --why-accent-icon-bg: linear-gradient(145deg, rgb(240 249 255) 0%, rgb(224 242 254) 100%);
    --why-accent-icon-color: rgb(2 132 199);
}

.home-why-card__title {
    margin-bottom: 0.5rem;
    font-size: var(--home-fs-base);
    font-weight: 800;
    line-height: 1.55;
    color: rgb(15 23 42);
    text-align: justify;
}

.home-why-card__text {
    margin: 0;
    font-size: var(--home-fs-sm);
    line-height: 1.85;
    color: rgb(100 116 139);
    text-align: justify;
}

@media (min-width: 1024px) {
    .home-why-card {
        padding: 1.25rem 1.125rem 1.375rem;
    }
}

/* —— دانلود اپلیکیشن اندروید —— */
.home-download-app__panel {
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgb(226 232 240);
    background:
        radial-gradient(ellipse 70% 80% at 100% 20%, rgb(187 247 208 / 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 60% 70% at 0% 80%, rgb(237 233 254 / 0.55) 0%, transparent 50%),
        linear-gradient(180deg, #fff 0%, rgb(248 250 252) 100%);
    box-shadow:
        0 1px 2px rgb(15 23 42 / 0.04),
        0 10px 28px rgb(15 23 42 / 0.06);
}

.home-download-app__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: center;
    padding: 1.25rem 1rem;
}

@media (min-width: 768px) {
    .home-download-app__grid {
        grid-template-columns: 1.2fr 0.8fr;
        gap: 2rem;
        padding: 1.5rem 1.75rem;
    }
}

.home-download-app__content {
    text-align: center;
}

@media (min-width: 768px) {
    .home-download-app__content {
        text-align: start;
    }
}

.home-download-app__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    border-radius: 9999px;
    border: 1px solid rgb(187 247 208);
    background: rgb(240 253 244);
    padding: 0.3125rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: rgb(22 101 52);
}

.home-download-app__badge-icon {
    display: block;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    object-fit: contain;
}

.home-download-app__title {
    margin-top: 0.75rem;
    font-size: var(--home-fs-lg);
    font-weight: 800;
    line-height: 1.45;
    color: rgb(15 23 42);
}

@media (min-width: 768px) {
    .home-download-app__title {
        font-size: var(--home-fs-xl);
    }
}

.home-download-app__desc {
    margin-top: 0.5rem;
    max-width: 32rem;
    font-size: var(--home-fs-sm);
    line-height: 1.85;
    color: rgb(100 116 139);
}

@media (min-width: 768px) {
    .home-download-app__desc {
        margin-inline: 0;
    }
}

.home-download-app__features {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.home-download-app__features li {
    position: relative;
    padding-inline-start: 1.125rem;
    font-size: var(--home-fs-sm);
    font-weight: 600;
    color: rgb(51 65 85);
    text-align: start;
}

.home-download-app__features li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.55em;
    height: 0.375rem;
    width: 0.375rem;
    border-radius: 9999px;
    background: rgb(34 197 94);
    transform: translateY(-50%);
}

.home-download-app__btn {
    display: inline-flex;
    margin-top: 1.25rem;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.625rem;
    background: linear-gradient(145deg, rgb(139 92 246) 0%, rgb(124 58 237) 100%);
    padding: 0.75rem 1.25rem;
    font-size: var(--home-fs-sm);
    font-weight: 700;
    color: #fff;
    box-shadow: 0 8px 20px rgb(124 58 237 / 0.3);
    transition:
        transform 0.15s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.home-download-app__btn:hover {
    background: linear-gradient(145deg, rgb(96 165 250) 0%, rgb(139 92 246) 100%);
    box-shadow: 0 10px 24px rgb(124 58 237 / 0.38);
    transform: translateY(-1px);
}

.home-download-app__btn svg {
    height: 1.125rem;
    width: 1.125rem;
    flex-shrink: 0;
}

.home-download-app__visual {
    display: flex;
    justify-content: center;
}

.home-download-app__phone {
    position: relative;
    width: 12.5rem;
    border-radius: 2rem;
    border: 3px solid rgb(51 65 85);
    background: linear-gradient(165deg, rgb(51 65 85) 0%, rgb(15 23 42) 100%);
    padding: 0.5rem;
    box-shadow:
        0 24px 48px rgb(15 23 42 / 0.28),
        inset 0 1px 0 rgb(255 255 255 / 0.1);
}

.home-download-app__phone::before {
    content: "";
    position: absolute;
    top: 0.45rem;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    width: 3.25rem;
    height: 0.3125rem;
    border-radius: 9999px;
    background: rgb(71 85 105);
}

.home-download-app__phone-screen {
    position: relative;
    display: flex;
    min-height: 18.75rem;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at 50% 0%, rgb(187 247 208 / 0.45) 0%, transparent 42%),
        linear-gradient(180deg, rgb(248 250 252) 0%, rgb(245 243 255) 55%, rgb(237 233 254) 100%);
}

.home-download-app__screen-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem 0.875rem 0.25rem;
}

.home-download-app__screen-time {
    font-size: 0.625rem;
    font-weight: 700;
    color: rgb(51 65 85);
}

.home-download-app__screen-signal {
    display: flex;
    gap: 0.125rem;
    align-items: flex-end;
}

.home-download-app__screen-signal::before,
.home-download-app__screen-signal::after {
    content: "";
    display: block;
    border-radius: 1px;
    background: rgb(100 116 139);
}

.home-download-app__screen-signal::before {
    width: 0.1875rem;
    height: 0.375rem;
}

.home-download-app__screen-signal::after {
    width: 0.1875rem;
    height: 0.5625rem;
}

.home-download-app__screen-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem 1.25rem;
    text-align: center;
}

.home-download-app__app-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.home-download-app__app-icon-glow {
    position: absolute;
    height: 5.5rem;
    width: 5.5rem;
    border-radius: 1.5rem;
    background: rgb(61 220 132 / 0.22);
    filter: blur(10px);
}

.home-download-app__app-icon-box {
    position: relative;
    display: flex;
    height: 4.75rem;
    width: 4.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 1.125rem;
    background: linear-gradient(145deg, #fff 0%, rgb(248 250 252) 100%);
    box-shadow:
        0 10px 24px rgb(15 23 42 / 0.12),
        inset 0 1px 0 rgb(255 255 255 / 0.95),
        0 0 0 1px rgb(226 232 240);
}

.home-download-app__android-icon {
    display: block;
    height: 2.75rem;
    width: 2.75rem;
    object-fit: contain;
}

.home-download-app__brand {
    font-size: var(--home-fs-base);
    font-weight: 800;
    letter-spacing: -0.01em;
    color: rgb(15 23 42);
}

.home-download-app__brand-sub {
    margin-top: 0.25rem;
    font-size: 0.6875rem;
    font-weight: 600;
    color: rgb(100 116 139);
}

.home-download-app__screen-chips {
    display: flex;
    justify-content: center;
    gap: 0.375rem;
    padding: 0 0.75rem 1.125rem;
}

.home-download-app__screen-chips span {
    border-radius: 9999px;
    border: 1px solid rgb(221 214 254);
    background: rgb(255 255 255 / 0.85);
    padding: 0.25rem 0.5rem;
    font-size: 0.625rem;
    font-weight: 700;
    color: rgb(124 58 237);
}

/* about */
.home-about__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .home-about__grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

.home-about__media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-about__img {
    display: block;
    width: 100%;
    max-height: 25rem;
    border-radius: 0.75rem;
    object-fit: cover;
}

.home-about__content {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

@media (min-width: 1024px) {
    .home-about__content {
        padding-inline-start: 1rem;
    }
}

.home-about__title {
    margin: 0 0 0.35rem;
    font-size: var(--home-fs-lg);
    font-weight: 700;
    line-height: 1.5;
    color: rgb(15 23 42);
    text-align: center;
}

.home-about__brand {
    color: rgb(139 92 246);
}

@media (min-width: 1024px) {
    .home-about__title {
        font-size: var(--home-fs-2xl);
        text-align: right;
    }
}

.home-about__text {
    margin: 0;
    font-size: var(--home-fs-base);
    line-height: 2;
    color: rgb(15 23 42);
    text-align: justify;
}

/* —— CTA banners —— */
.home-cta__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .home-cta__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }
}

.home-cta-card {
    position: relative;
    display: flex;
    min-height: 15.5rem;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 1.15rem;
    border: 1px solid transparent;
    padding: 1.15rem 1.15rem 1rem;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-cta-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.home-cta-card--violet {
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.22) 0%, transparent 42%),
        linear-gradient(145deg, #8b5cf6 0%, #6d28d9 58%, #5b21b6 100%);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.home-cta-card--sky {
    background:
        radial-gradient(circle at 0% 100%, rgba(255, 255, 255, 0.2) 0%, transparent 45%),
        linear-gradient(145deg, #38bdf8 0%, #2563eb 58%, #1d4ed8 100%);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.home-cta-card--emerald {
    background:
        radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.18) 0%, transparent 42%),
        linear-gradient(145deg, #34d399 0%, #059669 58%, #047857 100%);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.home-cta-card__content {
    position: relative;
    z-index: 2;
    max-width: 16rem;
}

.home-cta-card__badge {
    display: inline-flex;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.16);
    padding: 0.2rem 0.6rem;
    font-size: 0.68rem;
    font-weight: 700;
    backdrop-filter: blur(4px);
}

.home-cta-card__title {
    margin: 0.55rem 0 0;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.55;
}

@media (min-width: 768px) {
    .home-cta-card__title {
        font-size: 1.05rem;
    }
}

.home-cta-card__text {
    margin: 0.45rem 0 0;
    font-size: 0.78rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
}

.home-cta-card__button {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.85rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
}

.home-cta-card__button svg {
    width: 1rem;
    height: 1rem;
    transition: transform 0.15s ease;
}

.home-cta-card:hover .home-cta-card__button svg {
    transform: translateX(-3px);
}

.home-cta-card__visual {
    position: absolute;
    inset-inline-end: -0.25rem;
    bottom: -0.35rem;
    z-index: 1;
    width: 8.5rem;
    height: 8.5rem;
    pointer-events: none;
}

.home-cta-graphic {
    position: relative;
    width: 100%;
    height: 100%;
}

.home-cta-graphic--creators .home-cta-graphic__orb {
    position: absolute;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.14);
}

.home-cta-graphic__orb--1 {
    top: 0.5rem;
    right: 1.25rem;
    width: 3.5rem;
    height: 3.5rem;
}

.home-cta-graphic__orb--2 {
    right: 0;
    bottom: 1rem;
    width: 2.25rem;
    height: 2.25rem;
}

.home-cta-graphic__avatar-stack {
    position: absolute;
    right: 0.75rem;
    bottom: 1.35rem;
    display: flex;
}

.home-cta-graphic__stack-item {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 9999px;
    border: 2px solid rgba(255, 255, 255, 0.65);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(237, 233, 254, 0.9));
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
}

.home-cta-graphic__stack-item--2 {
    margin-right: -0.85rem;
    margin-top: 0.65rem;
    transform: scale(0.92);
    opacity: 0.92;
}

.home-cta-graphic__stack-item--3 {
    margin-right: -0.85rem;
    margin-top: 1.25rem;
    transform: scale(0.84);
    opacity: 0.84;
}

.home-cta-graphic__platform-chip {
    position: absolute;
    top: 0.35rem;
    right: 0.2rem;
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.95);
    color: #db2777;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

.home-cta-graphic__platform-chip svg {
    width: 1.1rem;
    height: 1.1rem;
}

.home-cta-graphic--search .home-cta-graphic__ring {
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 9999px;
    border: 2px solid rgba(255, 255, 255, 0.22);
}

.home-cta-graphic__ring--outer {
    width: 7rem;
    height: 7rem;
}

.home-cta-graphic__ring--inner {
    width: 4.75rem;
    height: 4.75rem;
    border-style: dashed;
}

.home-cta-graphic__search-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.95);
}

.home-cta-graphic__search-icon svg {
    width: 2.25rem;
    height: 2.25rem;
}

.home-cta-graphic--join .home-cta-graphic__profile-card {
    position: absolute;
    right: 0.5rem;
    bottom: 1rem;
    width: 6.25rem;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.94);
    padding: 0.65rem;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}

.home-cta-graphic__avatar {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, #6ee7b7, #10b981);
}

.home-cta-graphic__line {
    display: block;
    height: 0.45rem;
    margin-top: 0.45rem;
    border-radius: 9999px;
    background: #e2e8f0;
}

.home-cta-graphic__line--lg {
    width: 75%;
}

.home-cta-graphic__line--sm {
    width: 52%;
}

.home-cta-graphic__badge-float {
    position: absolute;
    top: 0.5rem;
    right: 0.25rem;
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: #fff;
    color: #059669;
    font-size: 1.25rem;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
}

.home-cta-graphic__spark {
    position: absolute;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.22);
}

.home-cta-graphic__spark--1 {
    top: 1.25rem;
    right: 2.5rem;
    width: 0.65rem;
    height: 0.65rem;
}

.home-cta-graphic__spark--2 {
    top: 2.5rem;
    right: 0.5rem;
    width: 0.45rem;
    height: 0.45rem;
}

.home-cta-featured {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    overflow: hidden;
    margin-top: 1rem;
    border-radius: 1.25rem;
    border: 1px solid #e9d5ff;
    background:
        radial-gradient(circle at 0% 0%, rgba(167, 139, 250, 0.28) 0%, transparent 45%),
        radial-gradient(circle at 100% 100%, rgba(56, 189, 248, 0.2) 0%, transparent 42%),
        linear-gradient(135deg, #faf5ff 0%, #eff6ff 48%, #ffffff 100%);
    padding: 1.25rem 1.15rem;
    box-shadow: 0 14px 36px rgba(91, 33, 182, 0.08);
}

@media (min-width: 768px) {
    .home-cta-featured {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
        align-items: center;
        padding: 1.5rem 1.75rem;
    }
}

.home-cta-featured__glow {
    position: absolute;
    top: -3rem;
    left: -2rem;
    width: 10rem;
    height: 10rem;
    border-radius: 9999px;
    background: rgba(139, 92, 246, 0.16);
    filter: blur(24px);
    pointer-events: none;
}

.home-cta-featured__content {
    position: relative;
    z-index: 1;
}

.home-cta-featured__title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.55;
    color: #0f172a;
}

@media (min-width: 768px) {
    .home-cta-featured__title {
        font-size: 1.35rem;
    }
}

.home-cta-featured__text {
    margin: 0.55rem 0 0;
    max-width: 34rem;
    font-size: 0.85rem;
    line-height: 1.85;
    color: #475569;
}

.home-cta-featured__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}

.home-cta-featured__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    padding: 0.7rem 1.1rem;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.home-cta-featured__btn:hover {
    transform: translateY(-1px);
}

.home-cta-featured__btn--primary {
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    color: #fff;
    box-shadow: 0 10px 24px rgba(124, 58, 237, 0.28);
}

.home-cta-featured__btn--secondary {
    border: 1px solid #c4b5fd;
    background: #fff;
    color: #6d28d9;
}

.home-cta-featured__visual {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 9rem;
    align-items: center;
    justify-content: center;
}

.home-cta-featured__orbit {
    position: relative;
    width: 8.5rem;
    height: 8.5rem;
}

.home-cta-featured__core {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, #7c3aed, #2563eb);
    color: #fff;
    box-shadow: 0 12px 28px rgba(79, 70, 229, 0.35);
}

.home-cta-featured__core svg {
    width: 1.65rem;
    height: 1.65rem;
}

.home-cta-featured__planet {
    position: absolute;
    border-radius: 9999px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.home-cta-featured__planet--1 {
    top: 0.25rem;
    left: 50%;
    width: 1.35rem;
    height: 1.35rem;
    transform: translateX(-50%);
    background: #fce7f3;
}

.home-cta-featured__planet--2 {
    right: 0.35rem;
    bottom: 1.35rem;
    width: 1.1rem;
    height: 1.1rem;
    background: #dbeafe;
}

.home-cta-featured__planet--3 {
    left: 0.2rem;
    bottom: 1.75rem;
    width: 0.9rem;
    height: 0.9rem;
    background: #d1fae5;
}
