/* ============================================
   چاپ و تبلیغات دات - استایل اصلی
   Version: 3.7 - 2026
   ============================================ */

/* ========== فونت وزیر - لوکال ========== */
@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-Light.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-ExtraBold.woff2') format('woff2'); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'Vazirmatn'; src: url('../fonts/Vazirmatn-Black.woff2') format('woff2'); font-weight: 900; font-style: normal; font-display: swap; }

/* ========== متغیرها ========== */
:root { --yellow: #ffc20e; --yellow-dark: #e5a800; --yellow-light: #fff3b8; --black: #000000; --gray: #4b4a4a; --gray-light: #6b6a6a; --gray-lighter: #9a9a9a; --white: #ffffff; --bg: #fafaf8; --border: rgba(0,0,0,0.06); --shadow-sm: 0 2px 8px rgba(0,0,0,0.03); --shadow: 0 4px 16px rgba(0,0,0,0.05); --shadow-lg: 0 12px 40px rgba(0,0,0,0.08); --radius-sm: 12px; --radius: 20px; --radius-lg: 28px; --radius-xl: 40px; --radius-full: 9999px; --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

/* ========== ریست ========== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Vazirmatn', sans-serif; background: var(--bg); color: var(--black); line-height: 1.75; -webkit-font-smoothing: antialiased; overflow-x: hidden; direction: rtl; }

/* ========== HEADER ========== */
.header { position: sticky; top: 0; z-index: 1000; background: var(--black); border-bottom: 2px solid var(--yellow); }
.header-inner { max-width: 1340px; margin: 0 auto; padding: 0.4rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.logo { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; color: var(--white); flex-shrink: 0; }
.logo-img { width: 72px; height: 72px; object-fit: contain; flex-shrink: 0; }
.logo-text { font-size: 1.4rem; font-weight: 900; white-space: nowrap; line-height: 1; }
.logo-text span { color: var(--yellow); }
.nav-desktop { display: block; }
.nav { display: flex; gap: 1.5rem; list-style: none; align-items: center; }
.nav a { text-decoration: none; color: #ddd; font-weight: 600; font-size: 1.05rem; transition: var(--transition); padding: 0.5rem 0; white-space: nowrap; line-height: 1; }
.nav a:hover { color: var(--yellow); }
.header-actions { display: flex; align-items: center; gap: 0.3rem; flex-shrink: 0; position: relative; }
.btn-icon {
    width: 38px; height: 38px; border-radius: 50%; display: flex;
    align-items: center; justify-content: center; background: transparent;
    border: 1.5px solid #555; color: #ddd; font-size: 1rem;
    cursor: pointer; transition: 0.3s; text-decoration: none; padding: 0;
}
.btn-icon:hover { background: #fff; color: #000; border-color: #fff; }
.cart-icon { color: #ffc20e !important; border-color: #ffc20e !important; }
.cart-icon:hover { background: #ffc20e !important; color: #000 !important; }

/* ========== BUTTONS ========== */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.6rem 1.4rem; border-radius: var(--radius-full); font-weight: 700; font-size: 0.85rem; text-decoration: none; cursor: pointer; border: none; font-family: inherit; transition: var(--transition); white-space: nowrap; }
.btn-yellow { background: var(--yellow); color: var(--black); }
.btn-yellow:hover { background: var(--yellow-dark); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--white); border: 1.5px solid #555; }
.btn-outline:hover { background: var(--white); color: var(--black); border-color: var(--white); }
.btn-outline-dark { background: transparent; color: var(--black); border: 2px solid var(--black); }
.btn-outline-dark:hover { background: var(--black); color: var(--yellow); }
.btn-lg { padding: 0.9rem 2rem; font-size: 1rem; }
.btn-xl { padding: 1rem 2.5rem; font-size: 1.1rem; }
.btn-sm { font-size: 0.8rem; }
.btn-track { color: var(--yellow) !important; border-color: var(--yellow) !important; }
.btn-track:hover { background: var(--yellow) !important; color: var(--black) !important; }

/* ========== MEGA MENU ========== */
.has-mega { position: static; }
.has-mega > a { padding-bottom: 50px; margin-bottom: -50px; position: relative; z-index: 1001; display: inline-block; }
.has-mega > a i { font-size: 0.6rem; transition: transform 0.3s; }
.has-mega:hover > a i { transform: rotate(180deg); }
.mega { position: absolute; top: 100%; left: 0; right: 0; background: #1a1a1a; border-top: 3px solid var(--yellow); box-shadow: var(--shadow-lg); display: grid; grid-template-columns: repeat(6, 1fr); padding: 2.2rem 2.5rem 1.5rem; gap: 1.5rem; z-index: 999; border-radius: 0 0 var(--radius-lg) var(--radius-lg); opacity: 0; visibility: hidden; transition: opacity 0.2s ease, visibility 0.2s ease; }
.has-mega:hover .mega { opacity: 1; visibility: visible; }
.mega:hover { opacity: 1; visibility: visible; }
.mega-col h4 { color: #fff; font-size: 0.95rem; font-weight: 800; margin-bottom: 0.8rem; padding-bottom: 0.5rem; border-bottom: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; gap: 0.5rem; }
.mega-col h4 i { color: var(--yellow); font-size: 0.85rem; }
.mega-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.15rem; }
.mega-col ul li a { font-size: 0.85rem; color: #bbb; text-decoration: none; display: block; padding: 0.35rem 0.6rem; border-radius: 6px; transition: var(--transition); line-height: 1.5; }
.mega-col ul li a:hover { background: rgba(255,194,14,0.1); color: var(--yellow); padding-right: 0.8rem; }
.mega-bottom-note { grid-column: 1 / -1; text-align: center; font-size: 0.82rem; font-weight: 600; color: #ffffff; padding: 0.8rem 0 0; margin-top: 0.3rem; border-top: 1px solid #333; line-height: 1.5; display: flex; align-items: center; justify-content: center; gap: 0.3rem; }
.mega-bottom-note a { color: var(--yellow); font-weight: 700; text-decoration: none; line-height: 1.5; }
.mega-bottom-note a:hover { text-decoration: underline; }

/* ========== مگا منو - جستجو ========== */
.mega-search-wrapper { grid-column: 1 / -1; margin-bottom: 0.5rem; }
.mega-search-box { position: relative; display: flex; align-items: center; }
.mega-search-icon { position: absolute; right: 1rem; color: #777; font-size: 0.9rem; pointer-events: none; z-index: 1; }
.mega-search-input { width: 100%; padding: 0.7rem 2.8rem 0.7rem 1.5rem; background: #111; border: 1px solid #333; border-radius: 12px; color: #fff; font-family: 'Vazirmatn', sans-serif; font-size: 0.85rem; transition: all 0.3s ease; outline: none; }
.mega-search-input:focus { border-color: #ffc20e; background: #0a0a0a; box-shadow: 0 0 0 3px rgba(255, 194, 14, 0.1); }
.mega-search-input::placeholder { color: #666; }
.mega-search-results { max-height: 200px; overflow-y: auto; margin-top: 0.5rem; display: none; }
.mega-search-results.has-results { display: block; }
.mega-search-results::-webkit-scrollbar { width: 4px; }
.mega-search-results::-webkit-scrollbar-track { background: transparent; }
.mega-search-results::-webkit-scrollbar-thumb { background: #444; border-radius: 2px; }
.mega-search-result-item { padding: 0.5rem 0.8rem; color: #bbb; cursor: pointer; font-size: 0.8rem; transition: all 0.2s ease; border-radius: 6px; display: flex; align-items: center; gap: 0.5rem; }
.mega-search-result-item:hover { background: rgba(255, 194, 14, 0.1); color: #ffc20e; }
.mega-search-no-result { padding: 0.5rem 0.8rem; color: #666; font-size: 0.8rem; text-align: center; }

/* ========== SCROLL / FAB ========== */
.scroll-top-btn { display: none; position: fixed; bottom: 140px; right: 20px; z-index: 1001; width: 48px; height: 48px; background: var(--black); color: var(--yellow); border: 2px solid var(--yellow); border-radius: 50%; align-items: center; justify-content: center; font-size: 1.2rem; cursor: pointer; transition: var(--transition); box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.scroll-top-btn:hover { background: var(--yellow); color: var(--black); }
.scroll-top-btn.visible { display: flex; }
.fab-call { display: none; position: fixed; bottom: 85px; right: 20px; z-index: 1001; width: 58px; height: 58px; background: var(--yellow); color: var(--black); border-radius: 50%; box-shadow: 0 6px 20px rgba(255,194,14,0.4); align-items: center; justify-content: center; font-size: 1.5rem; text-decoration: none; animation: pulse 2s infinite; transition: var(--transition); }
.fab-call:hover { background: var(--yellow-dark); transform: scale(1.1); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,194,14,0.5); } 70% { box-shadow: 0 0 0 15px rgba(255,194,14,0); } 100% { box-shadow: 0 0 0 0 rgba(255,194,14,0); } }

/* ========== HERO ========== */
.hero { max-width: 1340px; margin: 0 auto; padding: 5rem 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-text h1 { font-size: 3.5rem; font-weight: 900; line-height: 1.2; margin-bottom: 1.5rem; }
.typing-wrapper { display: inline; }
.typing-text { color: var(--yellow-dark); }
.typing-cursor { display: inline-block; width: 3px; height: 1em; background: var(--yellow-dark); margin-right: 2px; animation: blink 0.7s infinite; vertical-align: text-bottom; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }
.hero-text p { color: var(--gray); font-size: 1.1rem; margin-bottom: 2rem; max-width: 460px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-visual { display: flex; flex-direction: column; gap: 1.5rem; }
.brand-showcase { background: var(--white); border-radius: var(--radius); padding: 2rem; text-align: center; box-shadow: var(--shadow); border: 1px solid var(--border); position: relative; overflow: hidden; }
.brand-showcase::before { content: ''; position: absolute; top: -30px; right: -30px; width: 100px; height: 100px; background: var(--yellow-light); border-radius: 50%; opacity: 0.5; }
.brand-showcase::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(135deg, transparent 40%, rgba(255,255,255,0.15) 45%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.15) 55%, transparent 60%); animation: shine 4s infinite; pointer-events: none; }
@keyframes shine { 0% { transform: translateX(100%) translateY(100%); } 100% { transform: translateX(-100%) translateY(-100%); } }
.brand-logo { width: 120px; height: 120px; object-fit: contain; margin: 0 auto 0.8rem; display: block; position: relative; z-index: 1; }
.brand-showcase h3 { font-size: 1.3rem; font-weight: 900; position: relative; z-index: 1; }
.brand-showcase p { color: var(--gray-light); font-size: 0.9rem; position: relative; z-index: 1; }
.hero-services-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.hero-service-mini { background: var(--white); border-radius: var(--radius-sm); padding: 1rem; display: flex; align-items: center; gap: 0.8rem; box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: var(--transition); }
.hero-service-mini:hover { border-color: var(--yellow); transform: translateY(-3px); box-shadow: var(--shadow); }
.hero-service-mini i { font-size: 1.5rem; color: var(--yellow-dark); width: 36px; height: 36px; background: #fef9e7; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-service-mini span { font-weight: 700; font-size: 0.85rem; }

/* ========== HERO BOX SLIDER ========== */
.hero-box-slide { display: none; }
.hero-box-slide.active { display: block; animation: boxFade 0.5s ease; }
@keyframes boxFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.hero-box-dots { display: flex; justify-content: center; gap: 0.5rem; padding: 0.8rem 0 0; }
.hero-box-dot { width: 8px; height: 8px; border-radius: 50%; background: #ddd; cursor: pointer; transition: 0.3s; border: none; padding: 0; }
.hero-box-dot.active { background: #ffc20e; width: 22px; border-radius: 9999px; }

/* ========== TRUST BAR ========== */
.trust-bar { display: none; }

/* ========== SECTIONS ========== */
.section-title { text-align: center; font-size: 2.2rem; font-weight: 900; margin-bottom: 0.8rem; }
.section-sub { text-align: center; color: var(--gray-light); margin-bottom: 3rem; font-size: 1rem; }

/* ========== SERVICES GRID ========== */
.services-grid { max-width: 1340px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.service-cell { background: var(--white); padding: 2rem 1.5rem; text-align: center; transition: var(--transition); text-decoration: none; color: inherit; display: flex; flex-direction: column; align-items: center; gap: 0.8rem; }
.service-cell:hover { background: #fef9e7; }
.icon-wrap { width: 56px; height: 56px; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; background: #f5f5f5; font-size: 1.5rem; color: var(--yellow-dark); transition: var(--transition); }
.service-cell:hover .icon-wrap { background: var(--yellow); color: var(--black); }
.service-cell h4 { font-size: 1rem; font-weight: 800; }
.service-cell p { font-size: 0.8rem; color: var(--gray-light); }

/* ========== ALL SERVICES SEARCH ========== */
.all-services-search-wrapper { max-width: 500px; margin: 0 auto 1.5rem; padding: 0 1rem; position: relative; }
.all-services-search-wrapper input { width: 100%; padding: 0.8rem 2.8rem 0.8rem 1.5rem; border: 2px solid #e0e0e0; border-radius: 9999px; font-family: inherit; font-size: 0.9rem; transition: 0.3s; background: #fff; outline: none; }
.all-services-search-wrapper input:focus { border-color: #ffc20e; box-shadow: 0 0 0 4px rgba(255,194,14,0.1); }
.all-services-search-wrapper .fa-search { position: absolute; right: 1.8rem; top: 50%; transform: translateY(-50%); color: #999; font-size: 1rem; z-index: 1; pointer-events: none; }

/* ========== ALL SERVICES SECTION ========== */
.all-services-section { max-width: 1340px; margin: 1rem auto 4rem; padding: 0 2rem; }
.all-services-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin-bottom: 2rem; }
.all-service-tab { background: white; border: 2px solid #e8e8e8; padding: 0.7rem 1.5rem; border-radius: 9999px; font-family: inherit; font-weight: 700; font-size: 0.85rem; cursor: pointer; transition: 0.3s; color: #4b4a4a; }
.all-service-tab:hover { border-color: #ccc; }
.all-service-tab.active { background: #ffc20e; border-color: #ffc20e; color: #000; }
.all-services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
.all-service-card { background: white; border: 1px solid rgba(0,0,0,0.06); border-radius: 12px; padding: 1rem 1.2rem; text-align: center; text-decoration: none; color: #000; font-weight: 600; font-size: 0.85rem; transition: 0.3s; }
.all-service-card:hover { border-color: #ffc20e; background: #fef9e7; transform: translateY(-2px); }

/* ========== WHY US ========== */
.why-us { max-width: 1340px; margin: 0 auto 5rem; padding: 0 2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; }
.why-card { background: var(--white); padding: 2rem; border-radius: var(--radius); display: flex; flex-direction: column; text-align: center; align-items: center; gap: 0.8rem; box-shadow: var(--shadow-sm); transition: var(--transition); border: 1px solid transparent; }
.why-card:hover { border-color: var(--yellow); box-shadow: var(--shadow); transform: translateY(-4px); }
.why-icon { width: 50px; height: 50px; min-width: 50px; border-radius: var(--radius-sm); background: #fef9e7; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--yellow-dark); margin-bottom: 0.3rem; }
.why-card h4 { font-weight: 800; margin-bottom: 0.2rem; }
.why-card p { color: var(--gray-light); font-size: 0.85rem; margin: 0 auto; }

/* ========== CALCULATOR ========== */
.calc-wrapper { max-width: 1100px; margin: 0 auto 5rem; padding: 0 2rem; }
.calc-card { background: var(--white); border-radius: var(--radius-xl); padding: 2.5rem; box-shadow: var(--shadow); border: 1px solid var(--border); display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.calc-left h3 { font-weight: 900; margin-bottom: 0.5rem; font-size: 1.5rem; }
.calc-left p { color: var(--gray-light); margin-bottom: 1.5rem; font-size: 0.9rem; }
.calc-field { margin-bottom: 1rem; }
.calc-field label { display: block; font-weight: 700; font-size: 0.82rem; margin-bottom: 0.4rem; color: var(--gray); }
.calc-field select, .calc-field input { width: 100%; padding: 0.7rem 1rem; border-radius: 8px; border: 1.5px solid #e0e0e0; font-family: inherit; font-size: 0.9rem; background: #fafafa; appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b6a6a' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: left 1rem center; padding-left: 2.5rem; cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.calc-field select:hover { border-color: var(--yellow); background-color: #fff; box-shadow: 0 2px 12px rgba(255,194,14,0.12); transform: translateY(-1px); }
.calc-field select:focus, .calc-field input:focus { outline: none; border-color: var(--yellow); box-shadow: 0 0 0 4px rgba(255,194,14,0.1), 0 4px 16px rgba(255,194,14,0.15); background: #fff; transform: scale(1.01); }
.calc-right { background: linear-gradient(145deg, #fef9e7, #fff7d6); border-radius: var(--radius-lg); padding: 2rem; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.calc-label { font-size: 0.85rem; color: var(--gray); }
.big-price { font-size: 3rem; font-weight: 900; color: var(--black); line-height: 1.2; }
.big-price small { font-size: 1rem; color: var(--gray); display: block; margin-top: 0.3rem; }
.note { font-size: 0.78rem; color: var(--gray-lighter); margin: 1rem 0; }

/* ========== TESTIMONIALS ========== */
.testimonial-grid { max-width: 1340px; margin: 0 auto 5rem; padding: 0 2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
.testimonial-card { background: var(--white); padding: 2rem; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); border-top: 4px solid var(--yellow); }
.stars { color: var(--yellow); margin-bottom: 0.8rem; }
.testimonial-card p { font-style: italic; color: var(--gray); margin-bottom: 1rem; }
.author { display: flex; align-items: center; gap: 0.8rem; }
.author-avatar { width: 40px; height: 40px; border-radius: 50%; background: #eee; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.author-name { font-weight: 700; font-size: 0.9rem; }
.author-role { font-size: 0.75rem; color: var(--gray-lighter); }

/* ========== FAQ ========== */
.faq-wrapper { max-width: 800px; margin: 0 auto 2rem; padding: 0 2rem; }
.faq-item { background: var(--white); margin-bottom: 0.6rem; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--border); transition: var(--transition); }
.faq-item:hover { border-color: #ddd; }
.faq-question { padding: 1.1rem 1.5rem; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 0.95rem; user-select: none; transition: var(--transition); }
.faq-question:hover { background: #fef9e7; }
.faq-question i { color: var(--yellow-dark); transition: transform 0.3s; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; padding: 0 1.5rem; color: var(--gray); background: #fafaf9; }
.faq-answer.open { max-height: 500px; padding: 1rem 1.5rem; }
.faq-item.active .faq-question i { transform: rotate(180deg); }

/* ========== CTA FAQ ========== */
.faq-cta-wrapper { max-width: 800px; margin: 3rem auto 5rem; padding: 0 2rem; }
.faq-cta-inner { background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%); border-radius: 16px; padding: 2rem; text-align: center; border: 1px solid #333; }
.faq-cta-text { color: #ffc20e; font-size: 1.1rem; font-weight: 700; margin-bottom: 1.5rem; }
.faq-cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ========== CTA BANNER با ریبان ========== */
.cta-banner { max-width: 1340px; margin: 0 auto 3rem; padding: 0 2rem; position: relative; }
.cta-inner { background: var(--black); color: white; border-radius: var(--radius-xl); padding: 4rem 3rem; text-align: center; position: relative; overflow: visible; }
.cta-inner::before { content: ''; position: absolute; top: -30%; right: -10%; width: 400px; height: 400px; background: var(--yellow); border-radius: 50%; opacity: 0.06; }
.cta-inner h2 { font-size: 2rem; font-weight: 900; margin-bottom: 1rem; position: relative; }
.cta-inner p { color: #bbb; margin-bottom: 2rem; position: relative; }
.cta-ribbon { position: absolute; top: -15px; left: 50%; transform: translateX(-50%) rotate(-3deg); background: #ffc20e; color: #000; padding: 0.6rem 2.5rem; font-weight: 800; font-size: 1rem; border-radius: 4px; box-shadow: 0 4px 15px rgba(0,0,0,0.2); z-index: 2; white-space: nowrap; }
.cta-ribbon::before { content: ''; position: absolute; bottom: -8px; left: 15px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #cc9900; transform: rotate(-5deg); }
.cta-ribbon::after { content: ''; position: absolute; bottom: -8px; right: 15px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #cc9900; transform: rotate(5deg); }

/* ========== FOOTER ========== */
.footer { background: var(--black); color: #bbb; padding: 4rem 2rem 1.5rem; border-top: 4px solid var(--yellow); }
.footer-grid { max-width: 1340px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 3rem; }
.footer-col h3 { color: var(--yellow); margin-bottom: 1.2rem; font-weight: 800; font-size: 1rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.6rem; color: #999; }
.footer-col ul li a { color: #999; text-decoration: none; transition: var(--transition); }
.footer-col ul li a:hover { color: var(--yellow); }
.footer-brand { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; font-size: 1.5rem; font-weight: 900; color: white; line-height: 1; }
.footer-brand-yellow { color: var(--yellow); }
.footer-logo { width: 80px; height: 80px; object-fit: contain; flex-shrink: 0; }
.footer-col p { margin-bottom: 0.5rem; }
.footer-col p i { margin-left: 0.5rem; color: var(--yellow); width: 16px; text-align: center; }
.social-links { margin-top: 1.5rem; display: flex; gap: 0.8rem; }
.social-links a { width: 38px; height: 38px; background: #222; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--yellow); text-decoration: none; transition: var(--transition); font-size: 1.1rem; }
.social-links a img { width: 18px; height: 18px; object-fit: contain; filter: brightness(0) saturate(100%) invert(77%) sepia(57%) saturate(666%) hue-rotate(356deg) brightness(103%) contrast(103%); }
.social-links a:hover img { filter: none; }
.social-links a:hover { background: var(--yellow); color: black; transform: scale(1.1); }
.enamad-badge { background: #f5f5f5; border: 2px dashed #ccc; border-radius: 12px; padding: 0.8rem; display: inline-flex; align-items: center; justify-content: center; width: 100px; height: 100px; font-size: 0.65rem; color: #999; font-weight: 600; text-align: center; line-height: 1.6; }
.license-badge { background: #1a1a1a; border: 2px dashed #ffc20e; border-radius: 12px; padding: 0.8rem; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; width: 100px; height: 100px; font-size: 0.7rem; color: #ffc20e; font-weight: 700; text-align: center; line-height: 1.6; text-decoration: none; transition: 0.3s; gap: 0.3rem; }
.license-badge i { font-size: 1.5rem; }
.license-badge:hover { background: #ffc20e; color: #000; border-color: #ffc20e; }
.footer-badges { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1rem; }
.footer-bottom { text-align: center; border-top: 1px solid #333; margin-top: 3rem; padding-top: 1.5rem; font-size: 0.82rem; color: #777; }

/* ========== MOBILE NAV ========== */
.mobile-nav { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--black); z-index: 1000; padding: 0.5rem; border-top: 2px solid var(--yellow); }
.mobile-nav-items { display: flex; justify-content: space-around; }
.mobile-nav-item { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: #888; font-size: 0.6rem; font-weight: 600; transition: var(--transition); padding: 0.3rem 0; }
.mobile-nav-item i { font-size: 1.2rem; margin-bottom: 2px; }
.mobile-nav-item.active { color: var(--yellow); }

/* ========== RESPONSIVE ========== */
@media (max-width: 1200px) { .mega { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1024px) {
    .header-inner { padding: 0.4rem 1.5rem; }
    .nav { gap: 1rem; }
    .nav a { font-size: 0.9rem; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .calc-card { grid-template-columns: 1fr; }
    .hero { gap: 2rem; }
    .hero-text h1 { font-size: 2.5rem; }
}
@media (max-width: 768px) {
    .nav-desktop { display: none; }
    .header-actions .btn-track, .header-actions .btn-yellow { display: none; }
    .mobile-nav { display: block; }
    .header-inner { padding: 0.3rem 0.8rem; gap: 0.5rem; }
    .logo-img { width: 48px; height: 48px; }
    .logo-text { font-size: 1.1rem; }
    .mega { display: none; }
    .hero { grid-template-columns: 1fr; text-align: center; padding: 2rem 1rem 2.5rem; gap: 1.5rem; }
    .hero-text h1 { font-size: 1.6rem; line-height: 1.4; margin-bottom: 1rem; }
    .hero-text p { margin: 0 auto 1.5rem; font-size: 0.9rem; }
    .hero-actions { justify-content: center; flex-direction: column; align-items: center; }
    .hero-actions .btn { width: 100%; max-width: 300px; justify-content: center; }
    .hero-visual { display: none; }
    .brand-showcase { padding: 1.2rem; }
    .brand-showcase h3 { font-size: 1rem; }
    .brand-showcase p { font-size: 0.8rem; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .service-cell { padding: 1.2rem 0.8rem; }
    .icon-wrap { width: 44px; height: 44px; font-size: 1.2rem; }
    .service-cell h4 { font-size: 0.85rem; }
    .service-cell p { font-size: 0.7rem; }
    .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 2rem; }
    .footer-brand { justify-content: center; font-size: 1.2rem; }
    .footer-logo { width: 50px; height: 50px; }
    .social-links { justify-content: center; }
    .footer-badges { justify-content: center; }
    body { padding-bottom: 65px; }
    .calc-card { padding: 1.2rem; }
    .calc-left h3 { font-size: 1.2rem; }
    .big-price { font-size: 2rem; }
    .section-title { font-size: 1.4rem; }
    .section-sub { font-size: 0.85rem; margin-bottom: 2rem; }
    .cta-inner { padding: 2.5rem 1.5rem; }
    .cta-inner h2 { font-size: 1.4rem; }
    .cta-ribbon { top: -12px; padding: 0.5rem 1.8rem; font-size: 0.85rem; transform: translateX(-50%) rotate(-2deg); }
    .faq-question { font-size: 0.85rem; padding: 0.9rem 1rem; }
    .testimonial-card { padding: 1.5rem; }
    .why-card { padding: 1.5rem; }
    .faq-cta-buttons { flex-direction: column; align-items: center; }
    .scroll-top-btn { width: 40px; height: 40px; bottom: 120px; right: 12px; font-size: 1rem; }
    .fab-call { width: 48px; height: 48px; bottom: 70px; right: 12px; font-size: 1.2rem; display: flex !important; }
}
@media (max-width: 480px) {
    .header-inner { padding: 0.2rem 0.5rem; }
    .logo-img { width: 40px; height: 40px; }
    .logo-text { font-size: 1rem; }
    .hero-text h1 { font-size: 1.4rem; }
    .btn { padding: 0.4rem 0.8rem; font-size: 0.75rem; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .service-cell { padding: 1rem 0.5rem; gap: 0.5rem; }
    .icon-wrap { width: 38px; height: 38px; font-size: 1rem; }
    .service-cell h4 { font-size: 0.8rem; }
    .service-cell p { font-size: 0.65rem; }
    .big-price { font-size: 1.8rem; }
    .services-grid, .all-services-section, .why-us, .testimonial-grid, .calc-wrapper, .faq-wrapper, .cta-banner { padding: 0 1rem !important; }
    .hero { padding: 2rem 1rem !important; }
    .footer { padding: 3rem 1rem 1.5rem !important; }
}

/* ========== تاچ ========== */
@media (hover: none) {
    .service-cell:hover { background: var(--white); }
    .service-cell:hover .icon-wrap { background: #f5f5f5; color: var(--yellow-dark); }
    .service-cell:active { background: #fef9e7; }
    .service-cell:active .icon-wrap { background: var(--yellow); color: var(--black); }
    .why-card:hover { transform: none; border-color: transparent; box-shadow: var(--shadow-sm); }
    .why-card:active { border-color: var(--yellow); box-shadow: var(--shadow); }
    .hero-service-mini:hover { transform: none; border-color: var(--border); }
    .hero-service-mini:active { border-color: var(--yellow); box-shadow: var(--shadow); }
}