
/* =========================
   404 Page
========================= */

.ultra-404 {
    min-height: 50vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.error-box {
    max-width: 600px;
    margin: 0 auto;
}

.error-code {
    font-size: 120px;
    font-weight: 900;
    color: var(--primary);
    margin-bottom: 10px;
}

.error-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.error-text {
    font-size: 12px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.8;
}

.error-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 300;
  transition: 0.2s;
  font-size: 12px;
}

.btn-primary {
    background: var(--primary);
    color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(14, 68, 230, 0.42);
}

.btn-primary:hover {
    opacity: 0.85;
}

.btn-secondary {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.btn-secondary:hover {
    background: #f5f5f5;
}
 


/* ================================
   Service Landing – Ultra Shop
================================ */

/* 🌟 Base */
.service-landing {
    max-width: 1200px;
    margin: auto;
    padding: 0 16px;
}

/* ================================
   🌟 Hero Section
================================ */
.service-hero {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    align-items: center;
    gap: 48px;
    padding: 64px 0;
}

.service-title {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 16px;
  color: #333;
}

.service-subtitle {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
  font-weight: bold;
}
.service-subdec {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 24px;
  color: #4b5563;
}
.service-hero-image img {
    width: 100%;
    border-radius: 16px;
    height: 250px;
}

.btn-actions {
  display: inline-flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
/* ================================
   🧾 Content
================================ */
.service-content {
    line-height: 2;
    font-size: 14px;
    color: #374151;
}

/* ================================
   🧾 Proof Section
================================ */
.service-proof {
    margin: 80px 0;
    text-align: center;
}
.service-trust h2, .service-pricing h2, .service-faq h2 {
  font-size: 18px;
  font-weight: 600;
}
.service-proof h2 {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 600;
}

.ultra-proof-carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
}

/* ================================
   ✅ Proof Card – Professional
================================ */

.proof-item {
    flex: 0 0 200px;
    background: #ffffff;
    border-radius: 18px;
    padding: 20px 18px;
    scroll-snap-align: start;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all .25s ease;
}

.proof-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}

/* 🔰 Logo */
.proof-item img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 14px;
    border-radius: 12px;
    background: #f9fafb;
    padding: 8px;
}

/* 🏷 Client Name */
.proof-title {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 6px;
}

/* 🧾 Description */
.proof-desc {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 14px;

    /* ✅ جلوگیری از کش آمدن کارت */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 🔗 CTA */
.proof-link {
    font-size: 13px;
    font-weight: 600;
    color: #2563eb;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.proof-link::after {
    content: "←";
    font-size: 12px;
    transition: transform .2s ease;
}

.proof-link:hover::after {
    transform: translateX(-4px);
}

/* ================================
   📱 Mobile Optimization
================================ */
@media (max-width: 768px) {
    .proof-item {
        flex: 0 0 160px;
        padding: 16px;
    }

    .proof-desc {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }
}


/* ================================
   🛡 Trust Badges
================================ */
.service-trust {
    background: #f3f4f6;
    padding: 48px;
    border-radius: 20px;
}

.trust-badges {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.badge-item {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  font-weight: 300;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
align-items: center;
}

/* ================================
   💰 Pricing
================================ */
.service-pricing {
    margin: 80px 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.pricing-card {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 32px;
    text-align: center;
    background: #fff;
}

.pricing-card.featured {
    border: 2px solid #2563eb;
    transform: translateY(-6px);
}

.pricing-card h3 {
    font-size: 18px;
    margin-bottom: 16px;
}

.price {
  font-size: 25px;
  font-weight: 300;
  color: #2563eb;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

.pricing-card ul li {
    padding: 8px 0;
    border-bottom: 1px dashed #e5e7eb;
    font-size: 12px;
}

/* ================================
   ❓ FAQ
================================ */
.service-faq { margin: 60px 0; }
.faq-items .faq-item { border-bottom: 1px solid #e5e7eb; padding: 16px 0; }
.faq-items h3 { cursor: pointer; font-size: 15px; font-weight: 600; position: relative; }
.faq-items p { display: none; line-height: 1.8; font-size: 14px;}
.faq-items .faq-item.active p { display: block; }
/* ================================
   📣 CTA
================================ */

.service-cta {
  background-color: #185ADB;
  color: #fff;
  padding: 60px 24px;
  border-radius: 24px;
  text-align: center;
  margin: 50px 0;
  background-image: url("/wp-content/uploads/2026/02/bulb-live.webp");
}
.service-cta h2 {
    font-size: 25px;
    margin-bottom: 12px;
}

.service-cta p {
    opacity: 0.9;
    margin-bottom: 24px;
    font-size: 12px;
}

/* ================================
   📱 Mobile Sticky CTA
================================ */
.mobile-sticky-cta {
    display: none;
}

@media (max-width: 768px) {

    .service-hero {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .service-title {
        font-size: 14px;
    }

    .mobile-sticky-cta {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #2563eb;
        padding: 14px;
        text-align: center;
        z-index: 9999;
    }

    .mobile-sticky-cta a {
        color: #fff;
        font-weight: 700;
    }
}



.service-cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-btn {
  padding: 14px 28px;
  border-radius: 14px;
  font-weight: 300;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .25s ease;
  text-decoration: none;
}

.cta-btn.whatsapp {
  background: #204bc2;
  color: #fff;
  border: 1px solid;
}

.cta-btn.whatsapp:hover {
    transform: translateY(-2px);
}
/* ✅ Phone */
.cta-btn.phone {
    background: #ffffff;
    color: #1e40af;
}

.cta-btn.phone:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
}

/* ================================
   Service Content Collapsible
================================ */

.service-collapsible .service-content-inner {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    transition: max-height .45s ease;
}

/* Fade پایین محتوا */
.service-collapsible:not(.open) .service-content-inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 120px;
    background: linear-gradient(
        to top,
        #fff 0%,
        rgba(255,255,255,0) 100%
    );
}

/* حالت باز */
.service-collapsible.open .service-content-inner {
    max-height: none;
}

.service-toggle {
    display: block;  
    margin: 24px auto 0; 
    background: none;
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 10px 26px;
    border-radius: 12px;
    font-weight: 300;
    cursor: pointer;
    transition: all .25s ease;
    text-align: center;
	font-size: 10px;
}

.service-toggle:hover {
    background: var(--primary);
    color: #fff;
}

.service-proof h2::before,
.service-trust h2::before,
.service-pricing h2::before,
.service-faq h2::before {
  content: "";
  width: 4px;
  height: 10px;
  border-radius: 2px;
  background-color: var(--primary);
  display: inline-block;
  margin-left: 7px;
  box-shadow: 0px 5px 15px 0px rgba(14, 68, 230, 0.42);
}