/*
Theme Name: Hello Paraste Child
Theme URI: https://example.com/
Description: Child Theme for Hello Elementor - Paraste Print Homepage
Author: Ninja
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-paraste-child
*/

/* Base */
:root{
  --primary:#c62828;
  --primary-dark:#8e1b1b;
  --secondary:#222;
  --muted:#666;
  --bg:#fff;
  --light:#f7f7f7;
  --border:#e8e8e8;
  --radius:16px;
  --shadow:0 10px 30px rgba(0,0,0,.06);
}

html {
  direction: rtl;
}

body {
  margin: 0;
  padding: 0;
  direction: rtl;
  text-align: right;
  font-family: inherit;
  background: var(--bg);
  color: #111;
  line-height: 1.8;
}

.home-page-wrapper{
  width: 100%;
}

.paraste-container{
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.section-space{
  padding: 72px 0;
}

.section-light{
  background: var(--light);
}

.section-title{
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 800;
  color: #111;
}

.section-subtitle{
  margin: 0 auto 24px;
  max-width: 800px;
  color: var(--muted);
  font-size: 16px;
}

.text-center{
  text-align: center;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: .25s ease;
  cursor: pointer;
  font-weight: 700;
}

.btn-primary{
  background: var(--primary);
  color: #fff;
}

.btn-primary:hover{
  background: var(--primary-dark);
  color: #fff;
}

.btn-outline{
  background: transparent;
  border-color: #d0d0d0;
  color: #111;
}

.btn-outline:hover{
  border-color: var(--primary);
  color: var(--primary);
}

.grid-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.grid-4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.card{
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* Hero */
.paraste-hero{
  padding: 72px 0 48px;
}

.paraste-hero-inner{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  align-items: center;
}

.paraste-hero-title{
  margin: 0 0 16px;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.3;
  font-weight: 900;
}

.paraste-hero-text{
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 17px;
}

.paraste-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.paraste-trust-bar{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.paraste-trust-item{
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  color: #444;
}

.paraste-hero-media{
  min-height: 380px;
  border-radius: 24px;
  background: linear-gradient(135deg,#f8f8f8,#ececec);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.paraste-hero-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Paths */
.path-card{
  padding: 24px;
}

.path-card h3{
  margin: 0 0 10px;
  font-size: 20px;
}

.path-card p{
  margin: 0 0 16px;
  color: var(--muted);
}

/* Products */
.product-card{
  overflow: hidden;
}

.product-thumb{
  aspect-ratio: 4/3;
  background: #f3f3f3;
}

.product-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-body{
  padding: 18px;
}

.product-body h3{
  margin: 0 0 10px;
  font-size: 20px;
}

.product-body p{
  margin: 0 0 16px;
  color: var(--muted);
}

/* Features */
.feature-card{
  padding: 24px;
}

.feature-card h3{
  margin: 0 0 10px;
  font-size: 19px;
}

.feature-card p{
  margin: 0;
  color: var(--muted);
}

/* Steps */
.steps-wrap{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}

.step-card{
  padding: 24px;
  position: relative;
}

.step-number{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 16px;
}

.step-card h3{
  margin: 0 0 10px;
  font-size: 18px;
}

.step-card p{
  margin: 0;
  color: var(--muted);
}

/* Quote */
.quote-box{
  padding: 28px;
}

.quote-grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
}

.quote-field,
.quote-box textarea,
.quote-box select{
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
  background: #fff;
}

.quote-box textarea{
  min-height: 140px;
  resize: vertical;
}

/* Testimonials */
.testimonial-card{
  padding: 24px;
}

.testimonial-card p{
  margin: 0 0 16px;
  color: #333;
}

.testimonial-meta{
  color: var(--muted);
  font-size: 14px;
}

/* FAQ */
.faq-list{
  display: grid;
  gap: 14px;
}

.faq-item{
  padding: 18px 20px;
}

.faq-item h3{
  margin: 0 0 8px;
  font-size: 18px;
}

.faq-item p{
  margin: 0;
  color: var(--muted);
}

/* CTA */
.final-cta{
  padding: 36px;
}

.final-cta-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.final-cta h2{
  margin: 0 0 10px;
  font-size: 30px;
}

.final-cta p{
  margin: 0;
  color: var(--muted);
}

/* Mobile sticky */
.paraste-mobile-sticky{
  display: none;
}

@media (max-width: 1024px){
  .grid-4{
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-wrap{
    grid-template-columns: repeat(2,1fr);
  }

  .paraste-hero-inner{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .section-space{
    padding: 52px 0;
  }

  .grid-3,
  .grid-4,
  .quote-grid,
  .steps-wrap{
    grid-template-columns: 1fr;
  }

  .section-title{
    font-size: 28px;
  }

  .paraste-hero{
    padding-top: 42px;
  }

  .final-cta-inner{
    flex-direction: column;
    align-items: flex-start;
  }

  .paraste-mobile-sticky{
    position: fixed;
    bottom: 12px;
    right: 12px;
    left: 12px;
    display: block;
    z-index: 999;
  }

  .paraste-mobile-sticky .btn{
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
  }
}
