﻿/* =========================================================
   TOOS | Saffron Dryer Website
   Main Site Stylesheet
   Bootstrap 5 Compatible
   RTL | Responsive | Modern Corporate Design
   ========================================================= */

/* =========================
   1. Global Variables
   ========================= */

:root {
    --toos-navy: #071b2e;
    --toos-navy-dark: #04121f;
    --toos-navy-light: #103b59;
    --toos-gold: #e49a43;
    --toos-gold-light: #f5bd78;
    --toos-gold-dark: #bd7628;
    --toos-cream: #f8f6f0;
    --toos-bg: #f4f7f8;
    --toos-white: #ffffff;
    --toos-text: #172532;
    --toos-text-dark: #0b1721;
    --toos-muted: #687780;
    --toos-border: #e1e7ea;
    --toos-success: #23864b;
    --toos-danger: #b93636;
    --toos-radius-sm: 10px;
    --toos-radius-md: 16px;
    --toos-radius-lg: 24px;
    --toos-shadow-sm: 0 8px 24px rgba(7, 27, 46, .05);
    --toos-shadow-md: 0 16px 40px rgba(7, 27, 46, .09);
    --toos-shadow-lg: 0 25px 70px rgba(7, 27, 46, .14);
    --toos-transition: all .3s ease;
}

/* =========================
   2. Base Styles
   ========================= */

html {
    font-size: 16px;
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    color: var(--toos-text);
    background: var(--toos-white);
    font-family: "Vazirmatn", Tahoma, sans-serif;
    line-height: 1.8;
    text-align: right;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--toos-transition);
}

button,
input,
textarea,
select {
    font-family: inherit;
}

::selection {
    color: var(--toos-navy);
    background: var(--toos-gold-light);
}

.container {
    width: 100%;
    max-width: 1320px;
    padding-right: 20px;
    padding-left: 20px;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 .15rem rgba(228, 154, 67, .18);
}

/* =========================
   3. Bootstrap Overrides
   ========================= */

.btn {
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 22px;
    transition: var(--toos-transition);
}

.btn-primary {
    border: 1px solid var(--toos-gold);
    background: var(--toos-gold);
    color: var(--toos-navy);
}

    .btn-primary:hover,
    .btn-primary:focus {
        border-color: var(--toos-gold-light);
        background: var(--toos-gold-light);
        color: var(--toos-navy);
        transform: translateY(-2px);
    }

.btn-outline-primary {
    border: 1px solid var(--toos-gold);
    color: var(--toos-gold-dark);
}

    .btn-outline-primary:hover {
        border-color: var(--toos-gold);
        background: var(--toos-gold);
        color: var(--toos-navy);
    }

.btn-dark {
    border-color: var(--toos-navy);
    background: var(--toos-navy);
}

    .btn-dark:hover {
        border-color: var(--toos-navy-light);
        background: var(--toos-navy-light);
        transform: translateY(-2px);
    }

.form-control,
.form-select {
    min-height: 48px;
    border: 1px solid var(--toos-border);
    border-radius: var(--toos-radius-sm);
    color: var(--toos-text);
    background-color: var(--toos-white);
    font-size: 13px;
}

    .form-control:focus,
    .form-select:focus {
        border-color: var(--toos-gold);
        box-shadow: 0 0 0 4px rgba(228, 154, 67, .12);
    }

.form-label {
    margin-bottom: 8px;
    color: var(--toos-navy);
    font-size: 13px;
    font-weight: 700;
}

textarea.form-control {
    min-height: 130px;
}

/* =========================
   4. Header and Navigation
   ========================= */

.main-header {
    position: relative;
    z-index: 1000;
    background: var(--toos-navy);
    box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
}

    .main-header .navbar {
        min-height: 85px;
    }

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--toos-white) !important;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--toos-gold);
    border-radius: 14px 5px 14px 5px;
    color: var(--toos-gold);
    font-size: 24px;
    font-weight: 900;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

    .brand-text strong {
        color: var(--toos-white);
        font-size: 21px;
        font-weight: 900;
        letter-spacing: 3px;
    }

    .brand-text small {
        margin-top: 5px;
        color: #aebfca;
        font-size: 9px;
    }

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, .25);
    color: var(--toos-white);
}

    .navbar-toggler:focus {
        box-shadow: 0 0 0 3px rgba(228, 154, 67, .2);
    }

.nav-link {
    position: relative;
    margin: 0 8px;
    padding: 28px 5px !important;
    color: #d7e1e7 !important;
    font-size: 13px;
    font-weight: 600;
}

    .nav-link::after {
        position: absolute;
        right: 0;
        bottom: 14px;
        left: 0;
        height: 2px;
        content: "";
        background: var(--toos-gold);
        transform: scaleX(0);
        transition: var(--toos-transition);
    }

    .nav-link:hover,
    .nav-link.active {
        color: var(--toos-gold) !important;
    }

        .nav-link:hover::after,
        .nav-link.active::after {
            transform: scaleX(1);
        }

/* =========================
   5. Homepage Hero
   ========================= */

.hero-section {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    padding: 105px 0 90px;
    color: var(--toos-white);
    background: radial-gradient(circle at 80% 25%, rgba(228, 154, 67, .18), transparent 28%), linear-gradient(125deg, #051522 0%, #0a2942 55%, #103b59 100%);
}

    .hero-section::before {
        position: absolute;
        top: -220px;
        left: -220px;
        width: 600px;
        height: 600px;
        border: 1px solid rgba(228, 154, 67, .15);
        border-radius: 50%;
        content: "";
    }

    .hero-section::after {
        position: absolute;
        right: -180px;
        bottom: -300px;
        width: 600px;
        height: 600px;
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 50%;
        content: "";
    }

.hero-content {
    position: relative;
    z-index: 2;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    color: var(--toos-gold);
    font-size: 13px;
    font-weight: 800;
}

    .eyebrow i {
        font-size: 16px;
    }

.hero-content h1 {
    max-width: 650px;
    margin-bottom: 25px;
    color: var(--toos-white);
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 900;
    line-height: 1.45;
}

    .hero-content h1 span {
        display: block;
        color: var(--toos-gold);
    }

.hero-content > p {
    max-width: 570px;
    color: #c5d4dd;
    font-size: 16px;
    line-height: 2.2;
}

.hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 32px;
}

    .hero-buttons .btn {
        min-width: 155px;
    }

.hero-stats {
    display: flex;
    gap: 45px;
    margin-top: 60px;
}

.hero-stat {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .hero-stat strong {
        color: var(--toos-gold);
        font-size: 28px;
        font-weight: 900;
    }

    .hero-stat span {
        color: #a9bdc9;
        font-size: 12px;
    }

/* =========================
   6. Hero Machine Illustration
   ========================= */

.hero-machine {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 460px;
}

.machine-glow {
    position: absolute;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: var(--toos-gold);
    opacity: .13;
    filter: blur(20px);
}

.machine-card {
    position: relative;
    z-index: 2;
    width: min(390px, 90%);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 22px;
    background: linear-gradient(145deg, #526b7b, #182f40);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
    transform: perspective(900px) rotateY(-8deg) rotateX(3deg);
}

.machine-top,
.machine-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 22px;
    color: #dce8ed;
    font-size: 10px;
    letter-spacing: 1px;
}

.machine-top {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    font-weight: 800;
}

.machine-status {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #a7e6b5;
    letter-spacing: 0;
}

    .machine-status i {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #6ad783;
    }

.machine-body {
    display: flex;
    gap: 15px;
    padding: 32px 25px;
}

.machine-screen {
    display: flex;
    flex: 1;
    min-height: 175px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #06131d;
    color: var(--toos-gold);
    text-align: center;
}

    .machine-screen span {
        font-size: 8px;
        letter-spacing: 1px;
    }

    .machine-screen strong {
        margin-top: 10px;
        font-size: 25px;
    }

.machine-door {
    display: flex;
    width: 115px;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 12px;
    border: 5px solid #8298a3;
    border-radius: 9px;
    background: #294453;
}

.machine-tray {
    height: 24px;
    border-radius: 4px;
    background: linear-gradient(#e0a354, #89531f);
    box-shadow: 0 4px 7px #172631;
}

.machine-bottom {
    border-top: 1px solid rgba(255, 255, 255, .15);
    font-size: 8px;
}

.floating-label {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 17px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(12px);
    color: var(--toos-white);
    font-size: 11px;
}

    .floating-label i {
        color: var(--toos-gold);
        font-size: 18px;
    }

.label-temperature {
    top: 65px;
    right: 0;
}

.label-quality {
    bottom: 55px;
    left: 0;
}

/* =========================
   7. General Sections
   ========================= */

.features-section,
.products-preview-section {
    padding: 100px 0;
}

.features-section {
    background: var(--toos-cream);
}

.section-heading {
    margin-bottom: 48px;
    text-align: center;
}

    .section-heading h2 {
        margin: 0 0 14px;
        color: var(--toos-navy);
        font-size: clamp(28px, 4vw, 42px);
        font-weight: 900;
        line-height: 1.5;
    }

    .section-heading p {
        max-width: 650px;
        margin: auto;
        color: var(--toos-muted);
        font-size: 14px;
        line-height: 2.2;
    }

.eyebrow-dark {
    color: var(--toos-gold-dark);
}

/* =========================
   8. Feature Cards
   ========================= */

.feature-card {
    height: 100%;
    padding: 32px 28px;
    border: 1px solid rgba(7, 27, 46, .06);
    border-radius: var(--toos-radius-md);
    background: var(--toos-white);
    box-shadow: var(--toos-shadow-sm);
    transition: var(--toos-transition);
}

    .feature-card:hover {
        border-color: rgba(228, 154, 67, .45);
        box-shadow: var(--toos-shadow-md);
        transform: translateY(-6px);
    }

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 22px;
    border-radius: 17px;
    background: #fff0d9;
    color: var(--toos-gold-dark);
    font-size: 28px;
}

.feature-card h5 {
    margin-bottom: 12px;
    color: var(--toos-navy);
    font-size: 17px;
    font-weight: 900;
}

.feature-card p {
    margin: 0;
    color: var(--toos-muted);
    font-size: 13px;
    line-height: 2.1;
}

/* =========================
   9. Product Cards
   ========================= */

.product-card,
.product-card-page {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--toos-border);
    border-radius: var(--toos-radius-lg);
    background: var(--toos-white);
    box-shadow: var(--toos-shadow-sm);
    transition: var(--toos-transition);
}

    .product-card:hover,
    .product-card-page:hover {
        border-color: rgba(228, 154, 67, .7);
        box-shadow: var(--toos-shadow-lg);
        transform: translateY(-7px);
    }

.product-image {
    position: relative;
    height: 260px;
    overflow: hidden;
    background: linear-gradient(145deg, #eef2f2, #dce5e4);
}

.product-card-page .product-image {
    height: 275px;
}

.product-cover-image,
.product-image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.product-card:hover .product-cover-image,
.product-card-page:hover .product-cover-image {
    transform: scale(1.04);
}

.product-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 260px;
    flex-direction: column;
    color: #7e919b;
    background: linear-gradient(135deg, #f4f7f7, #e5ebeb);
    text-align: center;
}

    .product-placeholder i {
        margin-bottom: 10px;
        font-size: 60px;
    }

    .product-placeholder span {
        font-size: 13px;
        font-weight: 900;
        letter-spacing: 4px;
    }

.product-badge,
.details-featured-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    padding: 7px 12px;
    border-radius: 8px;
    background: var(--toos-gold);
    color: var(--toos-navy);
    font-size: 10px;
    font-weight: 900;
}

.discount-badge {
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 6px 12px;
    border-radius: 7px;
    background: var(--toos-danger);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}

.product-content {
    padding: 25px;
}

    .product-content > small {
        color: var(--toos-gold-dark);
        font-size: 11px;
        font-weight: 700;
    }

    .product-content h5 {
        margin: 10px 0;
        color: var(--toos-navy);
        font-size: 17px;
        font-weight: 900;
        line-height: 1.8;
    }

    .product-content p {
        min-height: 55px;
        margin-bottom: 0;
        color: var(--toos-muted);
        font-size: 13px;
        line-height: 2;
    }

.product-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: 22px;
}

.product-price {
    display: flex;
    flex-direction: column;
}

    .product-price del {
        color: #a1abb0;
        font-size: 11px;
    }

    .product-price strong {
        color: var(--toos-navy);
        font-size: 17px;
        font-weight: 900;
    }

    .product-price small {
        margin-right: 3px;
        font-size: 10px;
        font-weight: 500;
    }

.product-link,
.outline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--toos-gold-dark);
    font-size: 12px;
    font-weight: 800;
}

    .product-link:hover,
    .outline-link:hover {
        gap: 13px;
        color: var(--toos-navy);
    }

/* =========================
   10. Consultation Section
   ========================= */

.consultation-section {
    padding: 0 0 100px;
}

.consultation-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 60px;
    border-radius: var(--toos-radius-lg);
    color: var(--toos-white);
    background: radial-gradient(circle at 10% 10%, rgba(228, 154, 67, .18), transparent 30%), var(--toos-navy);
    box-shadow: var(--toos-shadow-lg);
}

    .consultation-box h2 {
        max-width: 650px;
        margin-bottom: 15px;
        color: #fff;
        font-size: clamp(24px, 3vw, 34px);
        font-weight: 900;
    }

    .consultation-box p {
        max-width: 680px;
        margin: 0;
        color: #b9cbd5;
        line-height: 2.2;
    }

/* =========================
   11. Footer
   ========================= */

.main-footer {
    padding: 75px 0 25px;
    background: var(--toos-navy-dark);
    color: #fff;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

    .footer-brand span:last-child {
        display: flex;
        flex-direction: column;
    }

    .footer-brand strong {
        color: #fff;
        font-size: 20px;
        letter-spacing: 3px;
    }

    .footer-brand small {
        margin-top: 4px;
        color: #94aab8;
        font-size: 10px;
    }

.footer-description {
    max-width: 400px;
    color: #9aafb9;
    font-size: 13px;
    line-height: 2.2;
}

.main-footer h6 {
    margin-bottom: 22px;
    color: var(--toos-gold);
    font-size: 14px;
    font-weight: 900;
}

.footer-links,
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .footer-links a,
    .footer-contact li {
        color: #a9bdc8;
        font-size: 12px;
    }

        .footer-links a:hover {
            color: var(--toos-gold);
            padding-right: 5px;
        }

    .footer-contact li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .footer-contact i {
        color: var(--toos-gold);
        font-size: 16px;
    }

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 55px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #718792;
    font-size: 11px;
}

.mobile-products-link {
    margin-top: 30px;
}

/* =========================
   12. Inner Page Hero
   ========================= */

.page-hero {
    padding: 80px 0;
    color: #fff;
    background: radial-gradient(circle at 80% 20%, rgba(228, 154, 67, .18), transparent 28%), var(--toos-navy);
}

.page-hero-content {
    max-width: 700px;
}

.page-hero h1 {
    margin-bottom: 15px;
    color: #fff;
    font-size: clamp(34px, 5vw, 55px);
    font-weight: 900;
}

.page-hero p {
    margin: 0;
    color: #bdcdd6;
    font-size: 14px;
    line-height: 2.2;
}

/* =========================
   13. Products Page
   ========================= */

.products-page-section {
    min-height: 600px;
    padding: 80px 0 110px;
    background: var(--toos-white);
}

.products-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 42px;
}

.product-filter-form {
    display: flex;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
    gap: 12px;
}

.search-box {
    position: relative;
    min-width: 280px;
    flex: 1;
}

    .search-box i {
        position: absolute;
        top: 50%;
        right: 18px;
        color: var(--toos-gold-dark);
        transform: translateY(-50%);
    }

    .search-box input {
        width: 100%;
        height: 48px;
        padding: 0 48px 0 18px;
        border: 1px solid var(--toos-border);
        border-radius: 10px;
        outline: none;
        color: var(--toos-text);
        font-size: 13px;
    }

.category-select {
    min-width: 210px;
    height: 48px;
    padding: 0 15px;
}

    .search-box input:focus,
    .category-select:focus {
        border-color: var(--toos-gold);
        box-shadow: 0 0 0 4px rgba(228, 154, 67, .12);
    }

.clear-filter {
    color: var(--toos-gold-dark);
    font-size: 12px;
    font-weight: 700;
}

    .clear-filter:hover {
        color: var(--toos-navy);
    }

.products-count {
    white-space: nowrap;
    color: var(--toos-muted);
    font-size: 13px;
}

    .products-count strong {
        color: var(--toos-navy);
        font-size: 21px;
    }

/* =========================
   14. Product Details
   ========================= */

.details-page-section {
    padding: 40px 0 110px;
    background: #f7f9fa;
}

.breadcrumb-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    color: #89979f;
    font-size: 12px;
}

    .breadcrumb-wrapper a {
        color: var(--toos-gold-dark);
        font-weight: 700;
    }

    .breadcrumb-wrapper i {
        font-size: 10px;
    }

.product-details-box,
.product-description-section {
    padding: 45px;
    border: 1px solid var(--toos-border);
    border-radius: var(--toos-radius-lg);
    background: #fff;
    box-shadow: var(--toos-shadow-sm);
}

.details-image-wrapper {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(145deg, #edf2f1, #d4dedd);
}

.details-product-image {
    display: block;
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.details-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 460px;
    flex-direction: column;
    color: #81939a;
}

    .details-placeholder i {
        margin-bottom: 15px;
        font-size: 105px;
    }

    .details-placeholder span {
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 7px;
    }

.details-content {
    padding-top: 15px;
}

.details-category {
    color: var(--toos-gold-dark);
    font-size: 13px;
    font-weight: 800;
}

.details-content h1 {
    margin: 15px 0;
    color: var(--toos-navy);
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 900;
    line-height: 1.55;
}

.details-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 25px;
    color: var(--toos-gold);
    font-size: 15px;
}

    .details-rating span {
        margin-right: 12px;
        color: var(--toos-muted);
        font-size: 11px;
    }

.details-short-description {
    color: var(--toos-muted);
    font-size: 14px;
    line-height: 2.3;
}

.details-price-box {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px 0 18px;
}

    .details-price-box strong {
        color: var(--toos-navy);
        font-size: 30px;
        font-weight: 900;
    }

        .details-price-box strong small {
            font-size: 12px;
            font-weight: 500;
        }

.old-price {
    color: #9da6aa;
    font-size: 13px;
    text-decoration: line-through;
}

.stock-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 26px;
    color: var(--toos-success);
    font-size: 13px;
}

    .stock-status b {
        font-weight: 600;
    }

    .stock-status i {
        font-size: 18px;
    }

    .unavailable-text,
    .stock-status .unavailable {
        color: var(--toos-danger);
    }

.details-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

    .details-actions .btn {
        font-size: 13px;
    }

.trust-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding-top: 25px;
    border-top: 1px solid var(--toos-border);
}

    .trust-items div {
        display: flex;
        align-items: center;
        gap: 8px;
        color: var(--toos-muted);
        font-size: 11px;
        line-height: 1.8;
    }

    .trust-items i {
        color: var(--toos-gold-dark);
        font-size: 21px;
    }

.product-description-section {
    margin-top: 55px;
}

.description-heading h2 {
    color: var(--toos-navy);
    font-size: 30px;
    font-weight: 900;
}

.description-content {
    margin-top: 25px;
    color: var(--toos-muted);
    font-size: 14px;
    line-height: 2.4;
}

.technical-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 35px;
}

.technical-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px;
    border-radius: 12px;
    color: var(--toos-navy);
    background: var(--toos-cream);
    font-size: 12px;
    font-weight: 800;
}

    .technical-item i {
        color: var(--toos-gold-dark);
        font-size: 21px;
    }

.related-products-section {
    padding-top: 80px;
}

/* =========================
   15. General Content Pages
   ========================= */

.content-section {
    padding: 85px 0;
    background: #fff;
}

.info-card,
.form-card,
.table-container {
    padding: 30px;
    border: 1px solid var(--toos-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--toos-shadow-sm);
}

    .info-card h2 {
        margin-bottom: 20px;
        color: var(--toos-navy);
        font-size: 28px;
        font-weight: 900;
    }

    .info-card p {
        color: var(--toos-muted);
        line-height: 2.2;
    }

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.feature-box {
    padding: 28px 22px;
    border-radius: 16px;
    background: var(--toos-cream);
    text-align: center;
}

    .feature-box i {
        color: var(--toos-gold-dark);
        font-size: 35px;
    }

    .feature-box h4 {
        margin: 15px 0 10px;
        color: var(--toos-navy);
        font-weight: 900;
    }

    .feature-box p {
        margin: 0;
        font-size: 13px;
    }

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--toos-text);
}

    .contact-item i {
        color: var(--toos-gold-dark);
        font-size: 19px;
    }

/* =========================
   16. Authentication Pages
   ========================= */

.auth-section {
    min-height: 700px;
    padding: 85px 0;
    background: radial-gradient(circle at 20% 20%, rgba(228, 154, 67, .13), transparent 25%), #f4f7f8;
}

.auth-card {
    width: 100%;
    max-width: 470px;
    margin: auto;
    padding: 40px;
    border: 1px solid var(--toos-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--toos-shadow-lg);
}

.auth-card-large {
    max-width: 650px;
}

.auth-header {
    margin-bottom: 30px;
    text-align: center;
}

.auth-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: var(--toos-cream);
    color: var(--toos-gold-dark);
    font-size: 28px;
}

.auth-header h1 {
    color: var(--toos-navy);
    font-size: 26px;
    font-weight: 900;
}

.auth-header p {
    margin: 0;
    color: var(--toos-muted);
    font-size: 13px;
}

.auth-footer {
    margin-top: 25px;
    color: var(--toos-muted);
    text-align: center;
    font-size: 13px;
}

    .auth-footer a {
        color: var(--toos-gold-dark);
        font-weight: 800;
    }

/* =========================
   17. Dashboard and Tables
   ========================= */

.dashboard-card {
    height: 100%;
    padding: 30px;
    border: 1px solid var(--toos-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--toos-shadow-sm);
}

    .dashboard-card > i {
        color: var(--toos-gold-dark);
        font-size: 38px;
    }

    .dashboard-card h4 {
        margin-top: 18px;
        color: var(--toos-navy);
        font-weight: 900;
    }

    .dashboard-card p {
        min-height: 45px;
        color: var(--toos-muted);
        font-size: 13px;
    }

.page-title-row h1 {
    color: var(--toos-navy);
    font-weight: 900;
}

.table-container {
    overflow-x: auto;
}

.table td,
.table th {
    vertical-align: middle;
    white-space: nowrap;
}

.table th {
    color: var(--toos-navy);
    font-weight: 800;
}

.btn-sm {
    padding: 8px 13px;
    font-size: 12px;
}

/* =========================
   18. Empty States
   ========================= */

.empty-products {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 330px;
    flex-direction: column;
    border: 1px dashed #d3dfe4;
    border-radius: 20px;
    background: #fafcfc;
    text-align: center;
}

    .empty-products > i {
        margin-bottom: 15px;
        color: var(--toos-gold);
        font-size: 48px;
    }

    .empty-products h3 {
        color: var(--toos-navy);
        font-weight: 900;
    }

    .empty-products p {
        color: var(--toos-muted);
        font-size: 13px;
    }

/* =========================
   19. Responsive Design
   ========================= */

@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: clamp(36px, 5vw, 58px);
    }

    .product-details-box,
    .product-description-section {
        padding: 32px;
    }
}

@media (max-width: 991px) {
    .main-header .navbar {
        min-height: 75px;
    }

    .nav-link {
        margin: 4px 0;
        padding: 12px 0 !important;
    }

        .nav-link::after {
            display: none;
        }

    .hero-section {
        padding: 75px 0;
    }

    .hero-machine {
        min-height: 390px;
        margin-top: 35px;
    }

    .hero-stats {
        margin-top: 45px;
    }

    .consultation-box {
        align-items: flex-start;
        flex-direction: column;
        padding: 40px 30px;
    }

    .products-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .product-filter-form {
        width: 100%;
    }

    .products-count {
        align-self: flex-start;
    }

    .details-image-wrapper,
    .details-product-image,
    .details-placeholder {
        min-height: 380px;
        height: 380px;
    }

    .technical-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .hero-content {
        text-align: center;
    }

        .hero-content h1,
        .hero-content > p {
            margin-right: auto;
            margin-left: auto;
        }

    .hero-buttons {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .floating-label {
        font-size: 10px;
    }

    .trust-items {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    html {
        font-size: 15px;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .brand-text strong {
        font-size: 18px;
    }

    .brand-mark {
        width: 42px;
        height: 42px;
    }

    .hero-section {
        min-height: auto;
        padding: 60px 0 70px;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content > p {
        font-size: 14px;
    }

    .hero-buttons {
        align-items: stretch;
        flex-direction: column;
    }

        .hero-buttons .btn {
            width: 100%;
        }

    .hero-stats {
        justify-content: space-between;
        gap: 10px;
    }

    .hero-stat strong {
        font-size: 21px;
    }

    .hero-stat span {
        font-size: 10px;
    }

    .hero-machine {
        min-height: 340px;
    }

    .machine-card {
        width: 300px;
    }

    .machine-body {
        padding: 22px 15px;
    }

    .machine-door {
        width: 90px;
    }

    .floating-label {
        padding: 9px 11px;
        font-size: 9px;
    }

    .label-temperature {
        top: 20px;
        right: 0;
    }

    .label-quality {
        bottom: 15px;
        left: 0;
    }

    .features-section,
    .products-preview-section {
        padding: 65px 0;
    }

    .section-heading {
        margin-bottom: 32px;
    }

        .section-heading h2 {
            font-size: 28px;
        }

    .feature-card,
    .product-content {
        padding: 24px 20px;
    }

    .consultation-section {
        padding-bottom: 65px;
    }

    .consultation-box {
        padding: 32px 22px;
        border-radius: 18px;
    }

    .page-hero {
        padding: 55px 0;
    }

        .page-hero h1 {
            font-size: 34px;
        }

    .product-filter-form {
        align-items: stretch;
        flex-direction: column;
    }

        .search-box,
        .category-select,
        .product-filter-form .btn {
            width: 100%;
        }

        .product-filter-form .btn {
            height: 48px;
        }

    .product-details-box,
    .product-description-section,
    .auth-card,
    .info-card,
    .form-card {
        padding: 20px;
        border-radius: 16px;
    }

    .details-image-wrapper,
    .details-product-image,
    .details-placeholder {
        min-height: 290px;
        height: 290px;
    }

        .details-placeholder i {
            font-size: 75px;
        }

        .details-placeholder span {
            font-size: 16px;
        }

    .details-content h1 {
        font-size: 29px;
    }

    .details-price-box strong {
        font-size: 25px;
    }

    .details-actions {
        flex-direction: column;
    }

        .details-actions .btn {
            width: 100%;
        }

    .technical-features {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .technical-item {
        padding: 13px 10px;
        font-size: 10px;
    }

        .technical-item i {
            font-size: 17px;
        }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 380px) {
    .hero-content h1 {
        font-size: 32px;
    }

    .hero-stats {
        gap: 6px;
    }

    .hero-stat strong {
        font-size: 18px;
    }

    .hero-stat span {
        font-size: 9px;
    }

    .technical-features {
        grid-template-columns: 1fr;
    }
}

/* =========================
   20. Accessibility and Motion
   ========================= */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
/* =========================================
   Footer Trust / QR / Enamad
   ========================================= */

.footer-trust {
    margin-top: 1.5rem;
}

.footer-trust-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
    font-weight: 700;
}

    .footer-trust-title i {
        font-size: 1.05rem;
        color: #d4a017;
    }

.footer-trust-items {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.footer-trust-box {
    width: 118px;
    min-height: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.035);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

    .footer-trust-box:hover {
        transform: translateY(-3px);
        border-color: rgba(212, 160, 23, 0.35);
        background: rgba(255, 255, 255, 0.055);
    }

.footer-trust-label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.72rem;
    font-weight: 600;
}

.footer-qr {
    display: block;
    width: 88px;
    height: 88px;
    padding: 5px;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
}

.enamad-placeholder {
    width: 88px;
    height: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px dashed rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.72rem;
}

    .enamad-placeholder i {
        font-size: 1.8rem;
    }

.footer-enamad {
    display: block;
    width: 88px;
    height: 88px;
    object-fit: contain;
    border-radius: 10px;
    background: #fff;
}

/* موبایل */
@media (max-width: 575.98px) {

    .footer-trust-items {
        gap: 10px;
    }

    .footer-trust-box {
        width: 105px;
        min-height: 135px;
    }

    .footer-qr,
    .enamad-placeholder,
    .footer-enamad {
        width: 80px;
        height: 80px;
    }
}