/* Sepidazin custom design */

:root {
    --saz-red: #B12025;
    --saz-red-dark: #551314;
    --saz-black: #151313;
    --saz-dark: #250F10;
    --saz-gray: #6D7273;
    --saz-bg: #F5F5F5;
    --saz-border: #E7E7E7;
    --saz-shadow: 0 18px 48px rgba(21, 19, 19, .08);
    --saz-shadow-soft: 0 10px 28px rgba(21, 19, 19, .06);
}

.saz-home,
.saz-home * {
    box-sizing: border-box;
}

.saz-home {
    direction: rtl;
    font-family: Vazirmatn, Tahoma, Arial, sans-serif;
    background: var(--saz-bg);
    color: var(--saz-black);
    overflow: hidden;
}

.saz-home a {
    text-decoration: none;
    color: inherit;
}

.saz-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 22px;
}

.saz-section {
    padding: 72px 0;
    background: var(--saz-bg);
}

.saz-white {
    background: #fff;
}

.saz-hero {
    position: relative;
    padding: 76px 0 58px;
    background:
        radial-gradient(circle at 10% 0%, rgba(177, 32, 37, .10), transparent 32%),
        var(--saz-bg);
}

.saz-hero::before {
    content: "";
    position: absolute;
    left: -120px;
    top: -120px;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    background: rgba(177, 32, 37, .08);
}

.saz-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 42px;
    align-items: center;
}

.saz-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.saz-badges span {
    display: inline-flex;
    background: #fff;
    border: 1px solid var(--saz-border);
    border-radius: 999px;
    padding: 8px 13px;
    font-size: 13px;
    font-weight: 900;
    box-shadow: var(--saz-shadow-soft);
}

.saz-badges span:first-child {
    color: var(--saz-red);
    background: rgba(177, 32, 37, .055);
    border-color: rgba(177, 32, 37, .20);
}

.saz-home h1 {
    font-size: clamp(42px, 6vw, 78px);
    line-height: 1.15;
    letter-spacing: -1.6px;
    margin: 0 0 18px;
    font-weight: 950;
}

.saz-home h2 {
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.25;
    letter-spacing: -.8px;
    margin: 0 0 14px;
    font-weight: 950;
}

.saz-home h3 {
    font-size: 22px;
    margin: 0 0 8px;
    font-weight: 950;
}

.saz-home p {
    line-height: 2;
    margin: 0 0 16px;
}

.saz-lead {
    font-size: clamp(17px, 2vw, 21px);
    color: #343434;
    max-width: 720px;
    font-weight: 800;
}

.saz-muted,
.saz-head p,
.saz-card p,
.saz-product p,
.saz-store p,
.saz-seo p {
    color: #666;
}

.saz-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 22px;
}

.saz-center {
    justify-content: center;
}

.saz-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 950;
    border: 1px solid transparent;
    white-space: nowrap;
}

.saz-btn-primary {
    background: var(--saz-red);
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(177, 32, 37, .22);
}

.saz-btn-primary:hover {
    background: var(--saz-red-dark);
}

.saz-btn-outline {
    background: #fff;
    color: var(--saz-black) !important;
    border-color: #ddd;
}

.saz-btn-outline:hover {
    color: var(--saz-red) !important;
    border-color: var(--saz-red);
}

.saz-btn-soft {
    background: rgba(177, 32, 37, .06);
    color: var(--saz-red) !important;
    border-color: rgba(177, 32, 37, .20);
}

.saz-btn-white {
    background: #fff;
    color: var(--saz-black) !important;
}

.saz-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 26px;
}

.saz-points div,
.saz-trust div {
    background: #fff;
    border: 1px solid var(--saz-border);
    border-radius: 18px;
    padding: 13px 14px;
    font-size: 14px;
    font-weight: 900;
    box-shadow: var(--saz-shadow-soft);
}

.saz-visual {
    position: relative;
    min-height: 520px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 30% 20%, rgba(177, 32, 37, .14), transparent 32%),
        linear-gradient(145deg, #fff, #f8f8f8 58%, #fff);
    border: 1px solid #e8e8e8;
    box-shadow: var(--saz-shadow);
    padding: 28px;
    overflow: hidden;
}

.saz-visual::after {
    content: "S";
    position: absolute;
    left: 14px;
    bottom: -86px;
    font-size: 360px;
    line-height: 1;
    font-weight: 950;
    color: rgba(177, 32, 37, .045);
    font-family: Arial, sans-serif;
}

.saz-spool {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 34px solid var(--saz-red);
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 24px 60px rgba(21, 19, 19, .12);
}

.saz-spool::before {
    content: "";
    position: absolute;
    inset: 42px;
    border-radius: 50%;
    border: 18px solid rgba(177, 32, 37, .42);
}

.saz-thread-line {
    position: absolute;
    height: 18px;
    border-radius: 999px;
    background: var(--saz-red);
    left: 50px;
    right: 50px;
    top: 255px;
    box-shadow: 0 44px 0 var(--saz-red), 0 88px 0 var(--saz-red);
}

.saz-float {
    position: absolute;
    background: #fff;
    border: 1px solid var(--saz-border);
    border-radius: 20px;
    padding: 16px;
    box-shadow: var(--saz-shadow-soft);
    z-index: 2;
}

.saz-float small {
    color: var(--saz-gray);
    font-weight: 800;
}

.saz-float strong {
    display: block;
    font-size: 22px;
    font-weight: 950;
    color: var(--saz-black);
}

.saz-f1 { right: 28px; top: 30px; width: 185px; }
.saz-f2 { left: 28px; top: 86px; width: 178px; }
.saz-f3 { right: 38px; bottom: 32px; width: 210px; }
.saz-f4 { left: 36px; bottom: 52px; width: 174px; }

.saz-dots {
    display: flex;
    gap: 7px;
    margin-top: 10px;
}

.saz-dots i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #ddd;
}

.saz-dots i:nth-child(1) { background: #151313; }
.saz-dots i:nth-child(2) { background: #B12025; }
.saz-dots i:nth-child(3) { background: #6D7273; }
.saz-dots i:nth-child(4) { background: #551314; }
.saz-dots i:nth-child(5) { background: #250F10; }

.saz-strip {
    padding: 22px 0 44px;
    background: var(--saz-bg);
}

.saz-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.saz-trust div {
    padding: 18px;
    font-size: 15px;
}

.saz-trust span {
    display: block;
    color: var(--saz-red);
    font-size: 13px;
    margin-bottom: 4px;
}

.saz-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 28px;
}

.saz-head p {
    max-width: 620px;
}

.saz-eyebrow {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--saz-red);
    font-weight: 950;
    font-size: 14px;
    margin-bottom: 12px;
}

.saz-eyebrow::before {
    content: "";
    width: 22px;
    height: 3px;
    border-radius: 999px;
    background: var(--saz-red);
    display: inline-block;
}

.saz-grid {
    display: grid;
    gap: 18px;
}

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

.saz-card,
.saz-product {
    background: #fff;
    border: 1px solid var(--saz-border);
    border-radius: 20px;
    padding: 24px;
    box-shadow: var(--saz-shadow-soft);
    display: block;
    min-height: 245px;
}

.saz-card:hover,
.saz-product:hover {
    border-color: rgba(177, 32, 37, .28);
}

.saz-card b,
.saz-product b {
    width: 52px;
    height: 52px;
    border-radius: 17px;
    display: grid;
    place-items: center;
    background: rgba(177, 32, 37, .08);
    color: var(--saz-red);
    font-weight: 950;
    margin-bottom: 16px;
    font-size: 22px;
}

.saz-card span,
.saz-product span {
    display: inline-flex;
    margin-top: 12px;
    color: var(--saz-red);
    font-weight: 950;
}

.saz-product em {
    display: inline-flex;
    background: #f6f6f6;
    border: 1px solid #eee;
    border-radius: 999px;
    padding: 4px 10px;
    color: #555;
    font-size: 12px;
    font-weight: 800;
    font-style: normal;
    margin: 2px;
}

.saz-featured {
    background: linear-gradient(145deg, #fff, #fff7f7);
    border-color: rgba(177, 32, 37, .24);
}

.saz-pain {
    background: var(--saz-dark);
    color: #fff;
    border-radius: 38px;
    padding: 52px;
    position: relative;
    overflow: hidden;
}

.saz-pain h2 {
    color: #fff;
}

.saz-pain p {
    color: #e3dada;
    max-width: 780px;
}

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

.saz-mini-grid div {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    padding: 18px;
    font-weight: 950;
}

.saz-mini-grid small {
    display: block;
    color: #f3c5c7;
    font-size: 13px;
    font-weight: 700;
    margin-top: 6px;
}

.saz-size-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.saz-size-box {
    background: #fff;
    border: 1px solid var(--saz-border);
    border-radius: 28px;
    box-shadow: var(--saz-shadow-soft);
    padding: 30px;
}

.saz-size-box div {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.saz-size-box span {
    min-width: 54px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #f7f7f7;
    border: 1px solid #eee;
    font-weight: 950;
    font-size: 18px;
}

.saz-durak {
    background: #fff;
    border: 1px solid var(--saz-border);
    border-radius: 38px;
    padding: 48px;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 34px;
    align-items: center;
    box-shadow: var(--saz-shadow);
}

.saz-durak-logo {
    min-height: 260px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 50% 50%, rgba(177, 32, 37, .12), transparent 38%),
        #f8f8f8;
    border: 1px dashed #ddd;
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--saz-red);
    font-size: 44px;
    font-weight: 950;
}

.saz-bulk {
    background: linear-gradient(145deg, var(--saz-black), var(--saz-dark));
    color: #fff;
    border-radius: 38px;
    padding: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    box-shadow: var(--saz-shadow);
}

.saz-bulk h2 {
    color: #fff;
}

.saz-bulk p {
    color: #eee;
    max-width: 680px;
}

.saz-shop-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.saz-shop-card {
    background: #fff;
    border: 1px solid var(--saz-border);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--saz-shadow-soft);
    display: block;
}

.saz-shop-img {
    aspect-ratio: 1.2 / 1;
    background: linear-gradient(135deg, rgba(177, 32, 37, .10), transparent), #fafafa;
    display: grid;
    place-items: center;
    color: var(--saz-red);
    font-size: 52px;
    font-weight: 950;
}

.saz-shop-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.saz-shop-body {
    padding: 16px;
}

.saz-shop-body h3 {
    font-size: 17px;
}

.saz-shop-body strong {
    display: block;
    color: var(--saz-red);
    font-weight: 950;
}

.saz-shop-body span {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid #eee;
    font-weight: 900;
    font-size: 13px;
}

.saz-store {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
}

.saz-store ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.saz-store li {
    background: #fff;
    border: 1px solid var(--saz-border);
    border-radius: 18px;
    padding: 14px;
    font-weight: 800;
}

.saz-store li::before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(177, 32, 37, .1);
    color: var(--saz-red);
    font-weight: 950;
    margin-left: 10px;
}

.saz-store-image {
    min-height: 340px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(21, 19, 19, .08), rgba(177, 32, 37, .08)), #fff;
    border: 1px dashed #ccc;
    display: grid;
    place-items: center;
    color: #777;
    font-weight: 900;
    text-align: center;
    padding: 28px;
    overflow: hidden;
}

.saz-store-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
}

.saz-seo {
    background: #fff;
    border: 1px solid var(--saz-border);
    border-radius: 32px;
    padding: 34px;
    box-shadow: var(--saz-shadow-soft);
}

.saz-mobile-sticky {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 12px;
    left: 12px;
    bottom: 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 999px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .18);
    padding: 8px;
    gap: 8px;
}

.saz-mobile-sticky a {
    flex: 1;
    min-height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 950;
    font-size: 13px;
    text-decoration: none;
}

.saz-mobile-sticky a:first-child {
    background: var(--saz-red);
    color: #fff;
}

.saz-mobile-sticky a:last-child {
    background: #f5f5f5;
    color: var(--saz-black);
}

@media (max-width: 980px) {
    .saz-hero-grid,
    .saz-durak,
    .saz-store {
        grid-template-columns: 1fr;
    }

    .saz-trust,
    .saz-mini-grid,
    .saz-shop-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .saz-bulk {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .saz-container {
        padding: 0 16px;
    }

    .saz-section {
        padding: 52px 0;
    }

    .saz-hero {
        padding: 46px 0 30px;
    }

    .saz-badges {
        gap: 8px;
    }

    .saz-badges span {
        font-size: 12px;
        padding: 7px 10px;
    }

    .saz-points,
    .saz-trust,
    .saz-grid-3,
    .saz-size-grid,
    .saz-mini-grid,
    .saz-shop-grid {
        grid-template-columns: 1fr;
    }

    .saz-visual {
        min-height: 390px;
    }

    .saz-spool {
        width: 190px;
        height: 190px;
        border-width: 25px;
    }

    .saz-spool::before {
        inset: 34px;
        border-width: 14px;
    }

    .saz-thread-line {
        top: 210px;
        left: 36px;
        right: 36px;
        height: 14px;
    }

    .saz-float {
        padding: 12px;
        border-radius: 16px;
    }

    .saz-float strong {
        font-size: 17px;
    }

    .saz-f1 { right: 16px; top: 18px; width: 155px; }
    .saz-f2 { left: 16px; top: 72px; width: 145px; }
    .saz-f3 { right: 18px; bottom: 26px; width: 170px; }
    .saz-f4 { left: 16px; bottom: 72px; width: 145px; }

    .saz-head {
        display: block;
    }

    .saz-pain,
    .saz-durak,
    .saz-bulk,
    .saz-seo {
        border-radius: 26px;
        padding: 28px 22px;
    }

    .saz-mobile-sticky {
        display: flex;
    }

    body {
        padding-bottom: 74px;
    }
}
