/* Hamdaramad Analyzer — Detail Page Styles */ .hd-detail-wrap { max-width: 1200px; } .hd-detail-header { margin-bottom: 24px; } .hd-back-link { display: inline-block; color: #7A6A55; font-size: 13.5px; font-weight: 600; text-decoration: none; margin-bottom: 8px; transition: color 0.2s ease; } .hd-back-link:hover { color: #E5A82E; } .hd-card { background: #fff; border-radius: 16px; padding: 24px 28px; margin-bottom: 20px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05); border: 1px solid #f0e8dc; } .hd-card-danger { border-color: #FECACA; background: #FEF2F2; } .hd-card-title { display: flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 800; color: #3D2E1F; margin: 0 0 20px; padding-bottom: 14px; border-bottom: 2px dashed #FDE4A8; } .hd-card-danger .hd-card-title { border-bottom-color: #FECACA; } .hd-info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-bottom: 20px; } .hd-info-item { display: flex; flex-direction: column; gap: 6px; padding: 14px 18px; background: #FDF6EC; border-radius: 12px; border: 1px solid #FDE4A8; } .hd-info-label { font-size: 12.5px; color: #7A6A55; font-weight: 600; } .hd-info-value { font-size: 16px; color: #3D2E1F; font-weight: 700; } .hd-info-value a { color: #E5A82E; text-decoration: none; } .hd-info-value a:hover { text-decoration: underline; } .hd-ltr { direction: ltr; text-align: right; font-family: 'Segoe UI', Tahoma, sans-serif; } .hd-contact-actions { display: flex; gap: 10px; flex-wrap: wrap; } .hd-btn-whatsapp { background: linear-gradient(135deg, #25D366, #128C7E); color: #fff; box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4); } .hd-btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(37, 211, 102, 0.55); color: #fff; } .hd-top-models { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; } .hd-top-model-card { display: flex; align-items: center; gap: 16px; padding: 18px 22px; border-radius: 14px; border: 2px solid; background: #fff; transition: transform 0.25s ease; } .hd-top-model-card:hover { transform: translateX(-4px); } .hd-top-model-1 { background: linear-gradient(135deg, #FFF9E6, #FEF3C7); border-color: #FBC251; box-shadow: 0 6px 20px rgba(251, 194, 81, 0.25); } .hd-top-model-2 { background: linear-gradient(135deg, #F5F5F5, #E5E7EB); border-color: #9CA3AF; } .hd-top-model-3 { background: linear-gradient(135deg, #FEF3E2, #FDE4D0); border-color: #FB923C; } .hd-top-rank { font-size: 32px; flex-shrink: 0; } .hd-top-icon { font-size: 36px; flex-shrink: 0; } .hd-top-content { flex: 1; } .hd-top-name { font-size: 17px; font-weight: 800; color: #3D2E1F; margin-bottom: 4px; } .hd-top-desc { font-size: 13px; color: #7A6A55; line-height: 1.7; } .hd-top-percent { font-size: 26px; font-weight: 900; color: #E5A82E; flex-shrink: 0; } .hd-chart-title { font-size: 15px; font-weight: 700; color: #3D2E1F; margin: 0 0 16px; } .hd-chart { display: flex; flex-direction: column; gap: 12px; } .hd-chart-row { display: grid; grid-template-columns: 200px 1fr 60px; align-items: center; gap: 14px; } .hd-chart-label { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 700; color: #3D2E1F; } .hd-chart-icon { font-size: 18px; } .hd-chart-bar-wrap { background: #F5EDE0; border-radius: 50px; overflow: hidden; height: 24px; } .hd-chart-bar { height: 100%; border-radius: 50px; transition: width 0.6s ease; min-width: 4px; } .hd-chart-value { font-size: 13.5px; font-weight: 800; color: #7A6A55; text-align: left; direction: ltr; } .hd-not-analyzed { text-align: center; padding: 30px 20px; } .hd-not-analyzed-icon { font-size: 56px; margin-bottom: 12px; } .hd-not-analyzed h3 { font-size: 18px; color: #3D2E1F; margin: 0 0 8px; } .hd-not-analyzed p { color: #7A6A55; margin: 0 0 20px; } .hd-status-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; margin-bottom: 20px; } .hd-status-option { cursor: pointer; display: block; } .hd-status-option input[type="radio"] { display: none; } .hd-status-option-inner { display: flex; align-items: center; gap: 10px; padding: 14px 18px; background: #FDF6EC; border: 2px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 700; color: #3D2E1F; transition: all 0.25s ease; } .hd-status-option-inner:hover { background: #FEF3E2; } .hd-status-option-check { width: 20px; height: 20px; border-radius: 50%; border: 2px solid #B8A78F; flex-shrink: 0; position: relative; transition: all 0.25s ease; } .hd-status-option input:checked + .hd-status-option-inner { background: #fff; border-color: #FBC251; box-shadow: 0 4px 12px rgba(251, 194, 81, 0.25); } .hd-status-option input:checked + .hd-status-option-inner .hd-status-option-check { border-color: #FBC251; background: #FBC251; } .hd-status-option input:checked + .hd-status-option-inner .hd-status-option-check::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 8px; height: 8px; border-radius: 50%; background: #fff; } .hd-answer-section { margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px dashed #FDE4A8; } .hd-answer-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } .hd-answer-section-title { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 800; color: #3D2E1F; margin: 0 0 16px; padding: 10px 14px; background: #FDF6EC; border-radius: 10px; border-right: 4px solid #FBC251; } .hd-answer-list { display: flex; flex-direction: column; gap: 12px; } .hd-answer-item { display: grid; grid-template-columns: 40% 60%; gap: 16px; padding: 12px 0; border-bottom: 1px solid #f5ede0; } .hd-answer-item:last-child { border-bottom: none; } .hd-answer-q { display: flex; gap: 8px; font-size: 13.5px; color: #7A6A55; font-weight: 600; line-height: 1.8; } .hd-answer-num { display: inline-flex; align-items: center; justify-content: center; min-width: 26px; height: 26px; background: #EDE9FE; color: #6D28D9; font-size: 12px; font-weight: 700; border-radius: 50%; flex-shrink: 0; } .hd-answer-a { font-size: 14px; color: #3D2E1F; font-weight: 600; line-height: 1.9; } .hd-answer-tags { display: flex; flex-wrap: wrap; gap: 6px; } .hd-answer-tag { display: inline-block; padding: 4px 12px; background: linear-gradient(135deg, #FBC251, #E5A82E); color: #fff; font-size: 12.5px; font-weight: 700; border-radius: 50px; box-shadow: 0 2px 6px rgba(251, 194, 81, 0.3); } .hd-answer-single { display: inline-block; padding: 4px 12px; background: #FDF6EC; color: #3D2E1F; border-radius: 50px; border: 1px solid #FDE4A8; } .hd-textarea { width: 100%; padding: 14px 18px; font-family: inherit; font-size: 14px; line-height: 1.9; color: #3D2E1F; background: #FDF6EC; border: 2px solid transparent; border-radius: 12px; outline: none; transition: border-color 0.25s ease; resize: vertical; box-sizing: border-box; margin-bottom: 14px; } .hd-textarea:focus { border-color: #FBC251; background: #fff; } @media (max-width: 782px) { .hd-card { padding: 18px; } .hd-answer-item { grid-template-columns: 1fr; gap: 8px; } .hd-chart-row { grid-template-columns: 1fr; gap: 6px; } .hd-chart-value { text-align: right; } .hd-top-model-card { flex-wrap: wrap; padding: 14px; } .hd-top-percent { font-size: 22px; } } https://sajadfarajollahi.ir/post-sitemap.xml 2026-09-09T17:07:30+00:00 https://sajadfarajollahi.ir/page-sitemap.xml 2026-09-14T20:08:21+00:00 https://sajadfarajollahi.ir/portfolio-sitemap.xml 2022-12-12T11:21:55+00:00 https://sajadfarajollahi.ir/mega_menu-sitemap.xml 2022-06-02T06:35:45+00:00 https://sajadfarajollahi.ir/mailpoet_page-sitemap.xml 2025-01-16T07:54:47+00:00 https://sajadfarajollahi.ir/category-sitemap.xml 2026-09-09T17:07:30+00:00 https://sajadfarajollahi.ir/post_tag-sitemap.xml 2026-09-11T05:48:07+00:00 https://sajadfarajollahi.ir/portfolio_cat-sitemap.xml 2022-12-12T11:21:55+00:00 https://sajadfarajollahi.ir/author-sitemap.xml 2025-06-11T08:55:13+00:00