:root{--sky-lightest: #f0f9ff;--sky-lighter: #e0f2fe;--sky-light: #bae6fd;--sky-medium: #7dd3fc;--sky-normal: #38bdf8;--sky-dark: #0284c7;--sky-darker: #0369a1;--sky-darkest: #075985;--yellow-lightest: #fefce8;--yellow-lighter: #fef3c7;--yellow-light: #fde68a;--yellow-medium: #fcd34d;--yellow-normal: #fbbf24;--yellow-dark: #f59e0b;--yellow-darker: #d97706;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-sky: 0 4px 14px 0 rgba(56, 189, 248, .15);--shadow-yellow: 0 4px 14px 0 rgba(251, 191, 36, .15)}.service-content{background:#fff;border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-md);border:1px solid var(--sky-lighter);margin-bottom:2rem}@media (max-width: 768px){.service-content{padding:0!important;background:transparent!important;border:none!important;box-shadow:none!important}}.service-content h1,.service-content h2,.service-content h3,.service-content h4,.service-content h5,.service-content h6{color:var(--sky-darkest);font-weight:700;line-height:1.3;margin-bottom:1rem}.service-content h1{font-size:2rem;border-bottom:3px solid var(--yellow-normal);padding-bottom:.75rem;margin-bottom:1.5rem}.service-content h2{font-size:1.5rem;color:var(--sky-darker);margin-top:2rem;position:relative;padding-right:1rem}.service-content h2:before{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:4px;height:100%;background:var(--yellow-normal);border-radius:2px}.service-content h3{font-size:1.25rem;color:var(--sky-dark);margin-top:1.5rem}.service-content h4{font-size:1.125rem;color:var(--sky-normal)}.service-content p{color:var(--gray-700);line-height:1.8;margin-bottom:1rem;font-size:1rem}.service-content p strong,.service-content p b{color:var(--sky-darker);font-weight:600}.service-content a{color:var(--sky-dark);text-decoration:none;font-weight:500;border-bottom:2px solid transparent;transition:all .3s ease}.service-content a:hover{color:var(--sky-darker);border-bottom-color:var(--yellow-normal)}.service-content ul,.service-content ol{margin-bottom:1rem;padding-right:1.5rem;color:var(--gray-700)}.service-content ul li,.service-content ol li{margin-bottom:.5rem;line-height:1.8;position:relative}.service-content ul li:before{content:"◈";color:var(--yellow-normal);font-weight:700;position:absolute;right:-1.25rem}.service-content ol{counter-reset:item}.service-content ol li{counter-increment:item}.service-content ol li:before{content:counter(item);background:var(--sky-normal);color:#fff;font-weight:700;font-size:.875rem;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;right:-2rem;top:.125rem}.service-content blockquote{background:var(--sky-lightest);border-right:4px solid var(--sky-normal);border-radius:var(--radius-md);padding:1.5rem;margin:1.5rem 0;font-style:italic;color:var(--sky-darker);position:relative}.service-content blockquote:before{content:'"';font-size:3rem;color:var(--sky-light);position:absolute;top:-.5rem;right:1rem;font-family:Georgia,serif}.service-content code{background:var(--gray-100);color:var(--sky-darker);padding:.25rem .5rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.875rem;direction:ltr;display:inline-block}.service-content pre{background:var(--gray-900);color:var(--gray-100);padding:1.5rem;border-radius:var(--radius-md);overflow-x:auto;margin:1.5rem 0;direction:ltr;font-size:.875rem;line-height:1.6}.service-content pre code{background:transparent;color:inherit;padding:0}.service-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#fff;box-shadow:var(--shadow-sm);border-radius:var(--radius-md);overflow:hidden}.service-content table thead{background:var(--sky-dark);color:#fff}.service-content table th,.service-content table td{padding:.75rem 1rem;text-align:right;border-bottom:1px solid var(--gray-200)}.service-content table th{font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.service-content table tbody tr:hover{background:var(--sky-lightest);transition:background .3s ease}.service-content table tbody tr:last-child td{border-bottom:none}.service-content img{max-width:100%;height:auto;border-radius:var(--radius-md);margin:1.5rem auto;display:block;box-shadow:var(--shadow-md)}.service-content .highlight-box{background:var(--yellow-lightest);border:2px solid var(--yellow-light);border-radius:var(--radius-md);padding:1.5rem;margin:1.5rem 0;position:relative}.service-content .highlight-box:before{content:"💡";position:absolute;top:-1rem;right:1.5rem;background:#fff;padding:0 .5rem;font-size:1.5rem}.service-content .info-box{background:var(--sky-lightest);border-right:4px solid var(--sky-normal);border-radius:var(--radius-md);padding:1.5rem;margin:1.5rem 0}.service-content .warning-box{background:#fef3c7;border-right:4px solid #f59e0b;border-radius:var(--radius-md);padding:1.5rem;margin:1.5rem 0}.service-content .success-box{background:#d1fae5;border-right:4px solid #10b981;border-radius:var(--radius-md);padding:1.5rem;margin:1.5rem 0}.service-result{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;margin:1.5rem 0}.service-result-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid var(--sky-lighter)}.service-result-title{font-size:1.125rem;font-weight:600;color:var(--sky-darker)}.service-result-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--gray-200)}.service-result-row:last-child{border-bottom:none}.service-result-label{color:var(--gray-600);font-size:.875rem}.service-result-value{color:var(--gray-900);font-weight:500;font-family:IRANSansWebFaNum,monospace;direction:ltr;text-align:left}.service-content .btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:500;font-size:1rem;transition:all .3s ease;cursor:pointer;border:none;text-decoration:none;margin:.5rem}.service-content .btn-primary{background:var(--sky-normal);color:#fff;box-shadow:var(--shadow-sky)}.service-content .btn-primary:hover{background:var(--sky-dark);transform:translateY(-2px);box-shadow:0 6px 20px #38bdf840}.service-content .btn-secondary{background:var(--yellow-normal);color:var(--gray-900);box-shadow:var(--shadow-yellow)}.service-content .btn-secondary:hover{background:var(--yellow-dark);transform:translateY(-2px);box-shadow:0 6px 20px #fbbf2440}.service-content form{background:var(--gray-50);padding:2rem;border-radius:var(--radius-lg);margin:1.5rem 0}.service-content label{display:block;color:var(--gray-700);font-weight:500;margin-bottom:.5rem}.service-content input,.service-content select,.service-content textarea{width:100%;padding:.75rem 1rem;border:2px solid var(--gray-200);border-radius:var(--radius-md);font-size:1rem;transition:all .3s ease;background:#fff}.service-content input:focus,.service-content select:focus,.service-content textarea:focus{outline:none;border-color:var(--sky-normal);box-shadow:0 0 0 3px #38bdf81a}.service-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;margin:1rem 0;transition:all .3s ease}.service-card:hover{border-color:var(--sky-normal);box-shadow:var(--shadow-sky);transform:translateY(-2px)}.service-faq{margin:2rem 0}.service-faq-item{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-md);margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.service-faq-item:hover{border-color:var(--sky-light)}.service-faq-question{padding:1.25rem;background:var(--sky-lightest);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:500;color:var(--sky-darker)}.service-faq-answer{padding:1.25rem;color:var(--gray-700);line-height:1.8;display:none}.service-faq-item.active .service-faq-answer{display:block}@media (max-width: 768px){.service-content{padding:1.5rem}.service-content h1{font-size:1.5rem}.service-content h2{font-size:1.25rem}.service-content h3{font-size:1.125rem}.service-result-row{flex-direction:column;align-items:flex-start;gap:.5rem}}@media print{.service-content{box-shadow:none;border:1px solid #ddd}.service-content a{color:inherit;text-decoration:underline}.service-content .btn{display:none}}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.service-content .text-primary{color:var(--sky-normal)}.service-content .text-secondary{color:var(--yellow-normal)}.service-content .bg-primary{background-color:var(--sky-normal)}.service-content .bg-secondary{background-color:var(--yellow-normal)}.service-content .border-primary{border-color:var(--sky-normal)}.service-content .border-secondary{border-color:var(--yellow-normal)}
