@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;600;700&display=swap");
@font-face {
  font-family: "pinar";
  src: url("./Pinar-FD-VF[DSTY\,KSHD\,wght].woff2");
}
:root {
  --bg: #4a5b46;
  --bg-dark: #1c251d;
  --card: #44533f;
  --card-deep: #3a4636;
  --soft: #70836c;
  --accent: #cfe1b9;
  --white: #ffff;
  --shadow: 0 30px 50px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "pinar", sans-serif;
  background: var(--bg);
  color: var(--white);
  line-height: 1.8;
}

.page {
  max-width: 1300px;
  margin: 0 auto;
  padding: 24px 18px 60px;
}

.hero-top {
  display: flex;
  justify-content: center;
  padding: 10px 0 10px;
}

.logo-mark {
  width: 120px;
}

.logo-mark.lg {
  width: 140px;
}

.hero-card {
  background: linear-gradient(180deg, rgba(12, 16, 12, 0.2) 0%, rgba(12, 16, 12, 0.6) 70%),
    var(--hero-image) center / cover no-repeat;
  border-radius: 28px;
  padding: 40px;
  position: relative;
  min-height: 670px;
  overflow: hidden;
  box-shadow: var(--shadow);
  max-width: 1300px;
  margin: 0 auto;
}

.hero-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.arch {
  position: absolute;
  bottom: -40px;
  width: 220px;
  height: 320px;
  border-radius: 120px 120px 20px 20px;
  border: 14px solid rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.3);
}

.arch-1 {
  left: 30px;
  opacity: 0.2;
}

.arch-2 {
  left: 260px;
  opacity: 0.35;
}

.arch-3 {
  left: 510px;
  opacity: 0.25;
  width: 260px;
}

.stage {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 320px;
  height: 140px;
  border-radius: 24px;
  background: linear-gradient(120deg, #1b231c 0%, #2f3a2d 60%, #192018 100%);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
}

.hero-copy {
  position: absolute;
  z-index: 1;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  width: 90%;
}

.hero-copy h1 {
  font-size: 38px;
  font-weight: 700;
}

.hero-line {
  height: 2px;
  width: 220px;
  background: rgba(255, 255, 255, 0.5);
  margin: 12px auto;
}

.hero-copy p {
  font-size: 12px;
  color: #e2e6dd;
  font-weight: 300;
}

.about {
  margin-top: 30px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 160px;
  align-items: center;
}

.about-card {
  background: var(--card);
  border-radius: 18px;
  padding: 26px 30px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease;
}

.about-card h2 {
  font-size: 32px;
  margin-bottom: 8px;
}
.about-card p {
font-size: 16px;
}
.logo-stand {
  display: flex;
  justify-content: center;
}
.logo02{
    width: 200px;
}
.clients {
  background: var(--white);
  color: #1c1c1c;
  margin-top: 32px;
  border-radius: 20px;
  padding: 20px 24px;
  text-align: center;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease;
}
.iran01{
      width: 180px;
}
.iran02{
      width: 100px;
}
.iran03{
      width: 90px;
}
.iran04{
      width: 120px;
}
.clients h3 {
  margin-bottom: 16px;
  font-size: 30px;
}
.pack01{
  width: 150px;
}
.pack02{
  margin-top: 20px;
  width: 200px;
}
.logo-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  align-items: center;
}

.logo-pill {
  border: 1px  #dadad2;
  border-radius: 14px;
  padding: 10px;
  color: #3f4a3a;
  font-weight: 600;
}

.products {
  margin-top: 40px;
  text-align: center;
}

.products-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #f3f3ef;
}

.products-title h3 {
  font-size: 22px;
}

.spark {
  font-size: 22px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.product-card {
  background: #f8f8f5;
  border-radius: 100% 100% 18px 18px;
  color: #1f2b1f;
  padding: 22px 18px 16px;
  position: relative;
  min-height: 260px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease;
  -webkit-border-radius: 100% 100% 18px 18px;
  -moz-border-radius: 100% 100% 18px 18px;
  -ms-border-radius: 100% 100% 18px 18px;
  -o-border-radius: 100% 100% 18px 18px;
}

.product-arch {
  height: 160px;
  border-radius: 80px 80px 22px 22px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.product-image {
  width: 120px;
  height: 90px;
  border-radius: 20px;
  background: radial-gradient(circle at 30% 30%, #f7c1d5, #e98eb4 45%, #bf6c8e 100%);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.product-image.bag {
  background: radial-gradient(circle at 30% 30%, #76d2d2, #3aa6a6 45%, #1d6b6b 100%);
}

.product-image.slippers {
  background: radial-gradient(circle at 30% 30%, #bfc8f2, #8893df 50%, #5c67b0 100%);
}

.product-card p {
  font-weight: 600;
}

.mini-line {
  height: 2px;
  width: 70%;
  background: #1f2b1f;
  margin: 10px auto;
}

.mini-spark {
  font-size: 16px;
}

.partner {
  margin-top: 40px;
}

.partner-card {
  background: linear-gradient(120deg, #0c0f0c 0%, #27351f 40%, #6a8f55 100%);
  border-radius: 24px;
  padding: 30px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  align-items: center;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease;
}

.partner-copy h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.partner-copy p {
  font-size: 14px;
  color: #dfe6d5;
  margin-bottom: 12px;
}

.label {
  display: block;
  font-size: 12px;
  color: #d0d8c3;
}

.phone {
  margin-top: 6px;
  background: #dfe7d0;
  color: #1d2a1d;
  border: none;
  padding: 8px 16px;
  border-radius: 16px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}

.partner-art {
  display: flex;
  justify-content: center;
}

.leaf {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #c4e59d, #6fa048 45%, #3f5d2c 100%);
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.4);
}

.footer {
  margin-top: 44px;
  display: grid;
  grid-template-columns: 1.5fr 0.9fr 0.6fr;
  gap: 24px;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease;
}

.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.footer h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer h5 {
  color: #cfe1b9;
  font-size: 15px;
}

.footer p {
  font-size: 13px;
  color: #d7dece;
}

.tiny {
  font-size: 11px;
  margin-top: 10px;
  color: #b7c2ad;
}

.footer-logo {
  display: flex;
  justify-content: center;
}

@media (max-width: 880px) {
  .hero-card {
    padding: 32px 24px;
  }

  .arch-3 {
    display: none;
  }

  .about {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .partner-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .hero-copy h1 {
    font-size: 30px;
  }

  .hero-card {
    min-height: 300px;
  }

  .logo-mark.lg {
    width: 110px;
  }

  .partner-card {
    padding: 22px;
  }
}
