/* استایل‌های اختصاصی سایت تعمیرات دسته و کنسول PS4/PS5 */

.device-search-form-large .device-search-field-wrap {
    display: flex;
    gap: 10px;
    max-width: 600px;
    margin: 0 auto;
}

.device-search-form-large .device-search-field {
    flex: 1;
    height: 55px;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 0 20px;
    font-size: 15px;
}

.device-search-form-large .device-search-btn {
    height: 55px;
    padding: 0 30px;
    border: none;
    border-radius: 6px;
    background: #1caf60;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.device-search-form-small .device-search-field-wrap {
    display: flex;
    border: 2px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.device-search-form-small .device-search-field {
    flex: 1;
    height: 46px;
    border: none;
    padding: 0 15px;
}

.device-search-form-small .device-search-btn {
    border: none;
    background: #1caf60;
    color: #fff;
    padding: 0 18px;
    cursor: pointer;
}

.ps-hero-section {
    position: relative;
    background: linear-gradient(135deg, #0a1622 0%, #123524 55%, #1caf60 150%);
    padding: 90px 0 80px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.ps-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 15% 20%, rgba(28,175,96,0.25) 0, transparent 45%),
        radial-gradient(circle at 85% 75%, rgba(28,175,96,0.2) 0, transparent 40%);
    pointer-events: none;
}

.ps-hero-section .container {
    position: relative;
    z-index: 1;
}

.ps-hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    color: #d7ffe9;
    font-size: 13px;
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 20px;
    letter-spacing: .3px;
}

.ps-hero-section h1 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 42px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.25);
}

.ps-hero-section p {
    color: #dfe9e6;
    margin-bottom: 35px;
    font-size: 17px;
}

.ps-hero-search-box {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    max-width: 650px;
    margin: 0 auto;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

.ps-hero-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 45px;
    flex-wrap: wrap;
}

.ps-hero-stats .stat-item {
    text-align: center;
}

.ps-hero-stats .stat-number {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    display: block;
}

.ps-hero-stats .stat-label {
    color: #cfe9dd;
    font-size: 13px;
}

.ps-service-card {
    text-align: center;
    padding: 35px 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
    border: 1px solid #f0f0f0;
}

.ps-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(28,175,96,0.15);
    border-color: #1caf60;
}

.ps-service-card .ps-icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8f9ef, #d3f3e2);
    margin-bottom: 18px;
    transition: background .25s ease;
}

.ps-service-card:hover .ps-icon-circle {
    background: linear-gradient(135deg, #1caf60, #159650);
}

.ps-service-card:hover .ps-icon-circle i {
    color: #fff;
}

.ps-service-card i {
    font-size: 32px;
    color: #1caf60;
    margin-bottom: 0;
    transition: color .25s ease;
}

.ps-service-card h5 {
    margin-bottom: 10px;
    font-weight: 700;
}

.ps-why-icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 6px 18px rgba(28,175,96,0.18);
    margin-bottom: 16px;
}

.ps-why-icon {
    font-size: 30px;
    color: #1caf60;
    margin-bottom: 0;
}

.ps-steps-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1caf60, #159650);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    box-shadow: 0 6px 16px rgba(28,175,96,0.3);
}

.ps-steps-col {
    position: relative;
}

.ps-steps-col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 25px;
    right: -25%;
    width: 50%;
    border-top: 2px dashed #cfe9dd;
    z-index: 0;
}

.ps-cta-section {
    background: linear-gradient(135deg, #123524 0%, #1caf60 100%);
    border-radius: 14px;
    padding: 50px 30px;
    text-align: center;
    color: #fff;
    margin: 0 15px;
}

.ps-cta-section h3 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 12px;
    font-size: 26px;
}

.ps-cta-section p {
    color: #dfe9e6;
    margin-bottom: 25px;
}

.ps-cta-btn {
    display: inline-block;
    background: #fff;
    color: #159650;
    font-weight: 700;
    padding: 12px 34px;
    border-radius: 30px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.ps-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    color: #0f7a40;
}

.logo-placeholder-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    border: 2px dashed #bbb;
    border-radius: 6px;
    color: #999;
    font-size: 11px;
    text-align: center;
}

.footer-logo-placeholder-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 2px dashed #666;
    border-radius: 6px;
    color: #aaa;
    font-size: 10px;
    text-align: center;
    margin-bottom: 15px;
}

.logo-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
}

.footer-logo-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.logo-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.track-device-card {
    background: #fff;
    border-radius: 12px;
    padding: 22px 26px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    border: 1px solid #f0f0f0;
    border-top: 3px solid #1caf60;
    margin-bottom: 30px;
}

.track-device-card h5 {
    font-weight: 800;
    color: #123524;
    margin-bottom: 15px;
}

.track-device-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.track-device-row:last-child {
    border-bottom: none;
}

.track-device-label {
    color: #888;
    font-size: 13px;
}

.track-device-value {
    font-weight: 700;
}

.track-history-card {
    background: #fff;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    border: 1px solid #f0f0f0;
    transition: box-shadow .2s ease, transform .2s ease;
}

.track-history-card:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,.08);
    transform: translateY(-2px);
}

.track-history-card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.track-history-owner {
    font-weight: 700;
}

.track-history-date {
    color: #888;
    font-size: 13px;
}

.track-history-explain {
    color: #555;
    margin-bottom: 10px;
}

.track-delivery-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
}

.track-delivery-badge--yes {
    background: #e6f7ec;
    color: #159650;
}

.track-delivery-badge--no {
    background: #fff8e1;
    color: #9a7b16;
}

.ps-not-found-box {
    background: #fff8f6;
    border: 1px solid #fbdcd3;
    border-radius: 10px;
    padding: 45px 25px;
}

.ps-not-found-box i {
    font-size: 46px;
    color: #e05a3a;
    margin-bottom: 18px;
}

.ps-not-found-box h5 {
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
}

.ps-not-found-box p {
    color: #777;
    margin-bottom: 0;
}

.about-us-wlc {
    background: linear-gradient(135deg,#f7fdfa,#eef8f2);
}

.about-welcome-text h2 {
    font-size: 26px;
    font-weight: 800;
    color: #159650;
    margin-bottom: 15px;
}

.about-welcome-text .welcome-dec {
    color: #555;
    line-height: 2;
    max-width: 800px;
    margin: 0 auto;
}

.service-bg {
    background: #f8fbfa;
}

.single-mission {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    border: 1px solid #f0f0f0;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}

.single-mission:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(28,175,96,.15);
    border-color: #1caf60;
}

.single-mission h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.single-mission-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8f9ef, #d3f3e2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #1caf60;
    font-size: 26px;
}

.contact-info-wrap {
    background: #fff;
    border-radius: 14px;
    padding: 35px 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    border: 1px solid #f0f0f0;
}

.contact-title h3 {
    font-weight: 800;
    color: #123524;
    margin-bottom: 20px;
}

.contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px dashed #eee;
    text-align: right;
}

.contact-info-card:last-child {
    border-bottom: none;
}

.contact-icon-circle {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8f9ef, #d3f3e2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1caf60;
    font-size: 20px;
}

.contact-info-card h4 {
    margin-bottom: 4px;
    font-weight: 700;
}

.contact-info-card p {
    margin-bottom: 0;
    color: #555;
}
