:root{--ys-red:#d71920;--ys-black:#080808;--ys-white:#fff}html{scroll-behavior:smooth}body{margin:0;direction:rtl;background:#fff;color:#111;font-family:"Yekan Bakh","YekanBakh",Tahoma,Arial,sans-serif}img{max-width:100%}

/* ---- extracted block ---- */

:root {
  --page-bg: #030303;
  --focus: #ffffff;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--page-bg); }
body { overflow-x: hidden; }
a, button { -webkit-tap-highlight-color: transparent; }

.hero-canvas {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  min-height: 640px;
  overflow: hidden;
  background: #030303;
}

.hero-canvas__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  user-select: none;
  -webkit-user-drag: none;
}

.section-01-header {
  position: absolute;
  inset: 0 0 auto 0;
  height: 12.4%;
  z-index: 5;
}

.section-02-hero {
  position: absolute;
  inset: 12.4% 0 0;
  z-index: 4;
}

.hotspot {
  position: absolute;
  display: block;
  border-radius: 6px;
  background: transparent;
}
.hotspot:focus-visible,
.slider-dot:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

/* Header hotspots based on the final 1536×1024 visual. */
.hotspot--home         { top: 42%; right: 28.4%; width: 7.8%; height: 36%; }
.hotspot--products-nav { top: 42%; right: 36.2%; width: 6.3%; height: 36%; }
.hotspot--services     { top: 42%; right: 43.3%; width: 5.5%; height: 36%; }
.hotspot--about        { top: 42%; right: 49.2%; width: 6.2%; height: 36%; }
.hotspot--articles     { top: 42%; right: 56.1%; width: 5.3%; height: 36%; }
.hotspot--portfolio    { top: 42%; right: 62.2%; width: 6.4%; height: 36%; }
.hotspot--contact      { top: 42%; right: 69.2%; width: 6.3%; height: 36%; }
.hotspot--catalog      { top: 31%; left: 15.3%; width: 9.9%; height: 47%; }
.hotspot--phone        { top: 30%; left: 2.3%; width: 12.8%; height: 48%; }

/* Hero CTA hotspots are relative to the hero section after the header. */
.hotspot--view-products {
  right: 6.3%;
  top: 68.2%;
  width: 18.9%;
  height: 9.5%;
}
.hotspot--request-price {
  right: 26.7%;
  top: 68.2%;
  width: 18.0%;
  height: 9.5%;
}

/* Real, editable hero controls. The approved poster still contains the old
   artwork, so these opaque UI elements cover it and provide working links. */
.hero-brand-overlay {
  position: absolute;
  z-index: 8;
  top: 2.7%;
  right: 2.2%;
  width: 25.5%;
  height: 9.3%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(8px, 1vw, 16px);
  padding: .55% 1.15%;
  color: #fff;
  background: #030303;
  text-decoration: none;
}
.hero-brand-overlay img {
  width: clamp(42px, 5.2vw, 80px);
  height: clamp(42px, 5.2vw, 80px);
  object-fit: contain;
  flex: 0 0 auto;
}
.hero-brand-overlay span { font-size: clamp(15px, 1.55vw, 25px); font-weight: 900; line-height: 1.25; }
.hero-brand-overlay small { display: block; margin-top: 4px; color: #d5a84b; direction: ltr; font: 600 clamp(7px,.58vw,10px)/1.2 Arial,sans-serif; letter-spacing: .14em; }
.section-02-hero .hotspot--view-products,
.section-02-hero .hotspot--request-price {
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.2%;
  border-radius: 8px;
  color: #fff;
  font-size: clamp(13px, 1.45vw, 22px);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  transition: transform .2s ease, filter .2s ease, border-color .2s ease;
}
.section-02-hero .hotspot--view-products { background: #d71920; border: 1px solid #d71920; }
.section-02-hero .hotspot--request-price { background: #080808; border: 1px solid rgba(255,255,255,.82); }
.section-02-hero .hotspot--view-products:hover,
.section-02-hero .hotspot--request-price:hover { transform: translateY(-2px); filter: brightness(1.1); }

.slider-dots {
  position: absolute;
  left: 46.1%;
  bottom: 7.2%;
  display: flex;
  direction: ltr;
  gap: clamp(8px, .8vw, 14px);
}
.slider-dot {
  width: clamp(15px, 1.45vw, 24px);
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.slider-dot.is-active { background: #fff; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 900px) {
  .hero-canvas {
    aspect-ratio: 9 / 14;
    min-height: 720px;
  }
  .hero-canvas__image {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    transform: none;
    object-fit: contain;
    object-position: center top;
  }
  .section-01-header { height: 11%; }
  .section-02-hero { inset: 11% 0 0; }

  .hero-brand-overlay {
    top: 1.8%; right: 2%; width: 34%; height: 7%; padding: 4px 7px;
  }
  .hero-brand-overlay img { width: 34px; height: 34px; }
  .hero-brand-overlay span { font-size: 12px; }
  .hero-brand-overlay small { font-size: 6px; }

  /* On narrow screens the desktop-artwork navigation is decorative; keep the two main CTAs usable. */
  .section-01-header .hotspot { display: none; }
  .hotspot--view-products {
    right: 8%;
    top: 69%;
    width: 39%;
    height: 8.5%;
  }
  .hotspot--request-price {
    right: 53%;
    top: 69%;
    width: 39%;
    height: 8.5%;
  }
  .slider-dots { left: 50%; transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
}

/* ---- extracted block ---- */

:root {
  --ys-red: #d81026;
  --ys-text: #151515;
  --ys-muted: #777777;
  --ys-bg: #ffffff;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--ys-bg);
  color: var(--ys-text);
  font-family: "Yekan Bakh", "YekanBakh", "IRANYekan", Tahoma, Arial, sans-serif;
}

.ys-stats {
  width: 100%;
  min-height: 164px;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}

.ys-stats__container {
  width: min(100%, 1536px);
  margin: 0 auto;
  padding: 0 68px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

.ys-stat {
  min-height: 164px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: right;
}

.ys-stat__icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  color: var(--ys-red);
}

.ys-stat__icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.ys-stat__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.ys-stat__number {
  font-size: 31px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.7px;
  color: #151515;
}

.ys-stat__label {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #777;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .ys-stats { min-height: auto; padding: 14px 0; background: #f6f6f6; }
  .ys-stats__container {
    width: 100%;
    padding: 0 14px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .ys-stat {
    min-height: 82px;
    padding: 0 22px;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,.035);
  }
  .ys-stat__number { font-size: 25px; }
  .ys-stat__label { margin-top: 7px; font-size: 13px; }
  .ys-stat__icon { width: 31px; height: 31px; flex-basis: 31px; }
  .ys-stat__icon svg { width: 27px; height: 27px; }
}

@media (max-width: 420px) {
  .ys-stat { min-height: 78px; padding-inline: 18px; }
}

/* ---- extracted block ---- */

:root {
  --section-bg: #ffffff;
  --text-main: #151515;
  --text-muted: #777777;
  --brand-red: #d20d29;
  --card-radius: 6px;
  --container-width: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--section-bg);
  color: var(--text-main);
  font-family: "Yekan Bakh", "YekanBakh", Tahoma, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.product-categories {
  direction: rtl;
  background: var(--section-bg);
  padding: 74px 24px 62px;
}

.product-categories__container {
  width: min(100%, var(--container-width));
  margin: 0 auto;
}

.product-categories__header {
  text-align: center;
  margin-bottom: 42px;
}
.product-categories__header h2 {
  margin: 0 0 10px;
  font-size: clamp(27px, 2.1vw, 38px);
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.7px;
}
.product-categories__header p {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}

.product-categories__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.category-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: var(--card-radius);
  background: #161616;
  isolation: isolate;
}
.category-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform .45s ease;
}
.category-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,.05) 30%, rgba(0,0,0,.88) 100%);
}
.category-card__content {
  position: absolute;
  z-index: 2;
  right: 18px;
  left: 18px;
  bottom: 18px;
  text-align: right;
  color: #fff;
}
.category-card__content h3 {
  margin: 0 0 13px;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
}
.category-card__content a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 75px;
  height: 32px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.category-card__content a:hover,
.category-card__content a:focus-visible {
  background: var(--brand-red);
  border-color: var(--brand-red);
  color: #fff;
}
.category-card:hover img { transform: scale(1.07); }

.category-card--light {
  background: #f0efed;
}
.category-card--light .category-card__overlay {
  background: linear-gradient(180deg, rgba(255,255,255,.02) 30%, rgba(248,248,248,.95) 100%);
}
.category-card--light .category-card__content { color: #1d1d1d; }
.category-card--light .category-card__content a {
  color: #1d1d1d;
  border-color: rgba(210,13,41,.65);
}
.category-card--light .category-card__content a:hover,
.category-card--light .category-card__content a:focus-visible { color: #fff; }

.product-categories__all {
  display: table;
  margin: 30px auto 0;
  color: var(--brand-red);
  font-size: 13px;
  font-weight: 700;
  padding: 5px 4px;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease;
}
.product-categories__all:hover,
.product-categories__all:focus-visible { border-color: var(--brand-red); }

@media (max-width: 1100px) {
  .product-categories__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .category-card { min-height: 320px; }
}

@media (max-width: 720px) {
  .product-categories { padding: 52px 14px 42px; }
  .product-categories__header { margin-bottom: 28px; }
  .product-categories__header h2 { font-size: 25px; }
  .product-categories__header p { font-size: 12px; }
  .product-categories__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .category-card {
    min-height: 112px;
    border-radius: 4px;
  }
  .category-card img { object-position: center 42%; }
  .category-card__overlay,
  .category-card--light .category-card__overlay {
    background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.18) 78%);
  }
  .category-card--light .category-card__content { color: #fff; }
  .category-card--light .category-card__content a {
    color: #fff;
    border-color: rgba(255,255,255,.75);
  }
  .category-card__content {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    right: 16px;
    left: auto;
    width: 54%;
  }
  .category-card__content h3 {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .category-card__content a {
    min-width: 62px;
    height: 27px;
    font-size: 10px;
    padding: 0 11px;
  }
  .product-categories__all { margin-top: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}

/* ---- extracted block ---- */

:root {
  --factory-bg: #08090b;
  --factory-panel: #0d0f12;
  --factory-text: #ffffff;
  --factory-muted: #c4c5c7;
  --brand-red: #d30b27;
  --container-width: 1320px;
  --radius: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--factory-text);
  font-family: "Yekan Bakh", "YekanBakh", Tahoma, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.factory {
  direction: rtl;
  background: var(--factory-bg);
  padding: 52px 24px 58px;
  position: relative;
  overflow: hidden;
}


.factory__container {
  width: min(100%, var(--container-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
  align-items: center;
  gap: 62px;
}

.factory__media {
  overflow: hidden;
  border-radius: var(--radius);
  min-height: 390px;
  background: #1a1b1e;
  box-shadow: 0 14px 45px rgba(0,0,0,.28);
}

.factory__media img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
}

.factory__content {
  text-align: right;
  padding: 8px 0 6px;
  max-width: 560px;
  justify-self: end;
}

.factory__content h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -.7px;
}

.factory__lead {
  margin: 0 0 26px;
  color: var(--factory-muted);
  font-size: 15px;
  line-height: 2.1;
  font-weight: 400;
  max-width: 510px;
}

.factory__features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 13px;
}

.factory__features li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #f3f3f3;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}

.factory__icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(211,11,39,.14);
  color: var(--brand-red);
}

.factory__icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.factory__button {
  display: inline-flex;
  min-width: 182px;
  height: 47px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 4px;
  background: var(--brand-red);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}

.factory__button:hover,
.factory__button:focus-visible {
  background: #ed1230;
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .factory { padding: 44px 20px 50px; }
  .factory__container {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .factory__content {
    max-width: none;
    justify-self: stretch;
    order: 1;
  }
  .factory__media {
    min-height: 360px;
    order: 2;
  }
  .factory__media img { min-height: 360px; }
}

@media (max-width: 640px) {
  .factory {
    padding: 30px 14px 38px;
  }
  .factory__container { gap: 22px; }
  .factory__content { padding: 0; }
  .factory__content h2 {
    font-size: 25px;
    margin-bottom: 11px;
  }
  .factory__lead {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 18px;
  }
  .factory__features {
    gap: 10px;
    margin-bottom: 20px;
  }
  .factory__features li {
    font-size: 12px;
    line-height: 1.65;
    gap: 9px;
  }
  .factory__icon {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }
  .factory__icon svg {
    width: 14px;
    height: 14px;
  }
  .factory__button {
    min-width: 158px;
    height: 42px;
    font-size: 12px;
  }
  .factory__media,
  .factory__media img {
    min-height: 225px;
  }
  .factory__media { border-radius: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}

/* ---- extracted block ---- */

:root {
  --why-bg: #ffffff;
  --why-title: #111111;
  --why-text: #5d5d5d;
  --why-accent: #d8132a;
  --why-divider: #ededed;
}

* { box-sizing: border-box; }
html { direction: rtl; }
body {
  margin: 0;
  background: var(--why-bg);
  color: var(--why-title);
  font-family: "Yekan Bakh", "YekanBakh", Tahoma, Arial, sans-serif;
}

.why-us {
  width: 100%;
  background: var(--why-bg);
  padding: 52px 24px 58px;
}

.why-us__container {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.why-us__header {
  text-align: center;
  margin-bottom: 42px;
}

.why-us__header h2 {
  margin: 0 0 10px;
  font-size: clamp(25px, 2.05vw, 34px);
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.7px;
}

.why-us__header p {
  margin: 0;
  color: #777;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 500;
}

.why-us__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.why-us__item {
  position: relative;
  text-align: center;
  min-height: 188px;
  padding: 0 28px;
}

.why-us__item:not(:last-child)::after {
  content: "";
  position: absolute;
  inset-block: 12px 18px;
  inset-inline-end: 0;
  width: 1px;
  background: var(--why-divider);
}

.why-us__icon {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 17px;
}

.why-us__icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: var(--why-accent);
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-us__item h3 {
  margin: 0 0 9px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 800;
}

.why-us__item p {
  margin: 0;
  color: var(--why-text);
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
}

@media (max-width: 900px) {
  .why-us { padding: 44px 22px 48px; }
  .why-us__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 34px; }
  .why-us__item { min-height: 170px; }
  .why-us__item:nth-child(2)::after { display: none; }
  .why-us__item:nth-child(-n+2) { border-bottom: 1px solid var(--why-divider); padding-bottom: 30px; }
}

@media (max-width: 560px) {
  .why-us { padding: 38px 18px 42px; }
  .why-us__header { margin-bottom: 28px; }
  .why-us__header h2 { font-size: 25px; }
  .why-us__header p { font-size: 12px; }
  .why-us__grid { grid-template-columns: 1fr; row-gap: 0; }
  .why-us__item {
    display: grid;
    grid-template-columns: 58px 1fr;
    grid-template-areas: "icon title" "icon text";
    column-gap: 14px;
    min-height: 0;
    text-align: right;
    padding: 22px 4px;
    border-bottom: 1px solid var(--why-divider);
  }
  .why-us__item:last-child { border-bottom: 0; }
  .why-us__item::after { display: none !important; }
  .why-us__item:nth-child(-n+2) { padding-bottom: 22px; }
  .why-us__icon { grid-area: icon; width: 52px; height: 52px; margin: 0; align-self: center; }
  .why-us__icon svg { width: 42px; height: 42px; }
  .why-us__item h3 { grid-area: title; margin: 2px 0 3px; font-size: 16px; }
  .why-us__item p { grid-area: text; font-size: 12px; line-height: 1.85; }
}

/* ---- extracted block ---- */

:root{
  --portfolio-bg:#08090b;
  --portfolio-bg-2:#111216;
  --portfolio-text:#fff;
  --portfolio-muted:#d7d7d8;
  --portfolio-border:#696a6d;
  --portfolio-red:#d40c27;
}
*{box-sizing:border-box}
html,body{margin:0}
body{font-family:"Yekan Bakh","YekanBakh",Tahoma,Arial,sans-serif;background:#fff}
.portfolio{
  width:100%;
  background:
    radial-gradient(circle at 20% 0%,rgba(255,255,255,.035),transparent 35%),
    linear-gradient(135deg,var(--portfolio-bg-2),var(--portfolio-bg));
  color:var(--portfolio-text);
  overflow:hidden;
}
.portfolio__inner{
  width:min(1120px,calc(100% - 48px));
  margin-inline:auto;
  padding:54px 0 44px;
  text-align:center;
}
.portfolio__header h2{
  margin:0 0 8px;
  font-size:clamp(27px,2.2vw,38px);
  font-weight:800;
  line-height:1.25;
}
.portfolio__header p{
  margin:0;
  font-size:14px;
  color:var(--portfolio-muted);
}
.portfolio__slider{
  display:grid;
  grid-template-columns:40px minmax(0,1fr) 40px;
  align-items:center;
  gap:17px;
  margin-top:34px;
}
.portfolio__viewport{overflow:hidden}
.portfolio__track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 45px)/4);
  gap:15px;
  transform:translateX(0);
  transition:transform .45s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}
.portfolio__card{
  margin:0;
  height:176px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:10px;
  overflow:hidden;
  background:#16171a;
}
.portfolio__card img{width:100%;height:100%;display:block;object-fit:cover}
.portfolio__arrow{
  width:40px;height:40px;
  display:grid;place-items:center;
  padding:0;border:0;
  color:#fff;background:transparent;
  cursor:pointer;
  font:inherit;
}
.portfolio__arrow span{font-family:Arial,sans-serif;font-size:42px;font-weight:200;line-height:1}
.portfolio__arrow:focus-visible,.portfolio__cta:focus-visible{outline:2px solid var(--portfolio-red);outline-offset:4px}
.portfolio__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:190px;
  min-height:42px;
  margin-top:24px;
  padding:9px 25px;
  color:#fff;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  border:1px solid var(--portfolio-border);
  border-radius:4px;
  background:rgba(0,0,0,.18);
  transition:.2s ease;
}
.portfolio__cta:hover{border-color:var(--portfolio-red);background:var(--portfolio-red)}
@media (max-width:900px){
  .portfolio__inner{width:min(760px,calc(100% - 36px));padding:44px 0 38px}
  .portfolio__track{grid-auto-columns:calc((100% - 16px)/2);gap:16px}
  .portfolio__card{height:210px}
}
@media (max-width:560px){
  .portfolio__inner{width:100%;padding:38px 18px 34px}
  .portfolio__header h2{font-size:27px}
  .portfolio__header p{font-size:12px}
  .portfolio__slider{grid-template-columns:27px minmax(0,1fr) 27px;gap:7px;margin-top:26px}
  .portfolio__track{grid-auto-columns:calc((100% - 16px)/3);gap:8px}
  .portfolio__card{height:145px;border-radius:7px}
  .portfolio__arrow{width:27px;height:34px}
  .portfolio__arrow span{font-size:32px}
  .portfolio__cta{margin-top:22px;min-width:175px;min-height:39px;font-size:13px}
}

/* ---- extracted block ---- */

:root {
  --ys-red: #c9152c;
  --ys-red-dark: #a70d20;
  --ys-black: #080808;
  --ys-white: #ffffff;
  --ys-white-soft: rgba(255,255,255,.88);
  --ys-border: rgba(255,255,255,.28);
  --ys-shadow: 0 18px 45px rgba(126, 0, 17, .22);
  --ys-radius: 6px;
}

@font-face {
  font-family: "Yekan Bakh";
  src: local("Yekan Bakh"), local("YekanBakh");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Yekan Bakh", Tahoma, Arial, sans-serif;
  background: #f6f6f6;
}

button,
input {
  font: inherit;
}

.ys-newsletter {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 164px;
  padding: 34px 24px;
  color: var(--ys-white);
  background:
    linear-gradient(90deg, rgba(125, 0, 18, .28), transparent 30%, transparent 70%, rgba(125, 0, 18, .28)),
    linear-gradient(135deg, var(--ys-red-dark), var(--ys-red) 48%, #d41731);
  box-shadow: var(--ys-shadow);
}

.ys-newsletter::before,
.ys-newsletter::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.ys-newsletter::before {
  width: 360px;
  height: 360px;
  top: -250px;
  right: -70px;
  border: 1px solid rgba(255,255,255,.12);
}

.ys-newsletter::after {
  width: 240px;
  height: 240px;
  bottom: -185px;
  left: 7%;
  background: rgba(0,0,0,.06);
}

.ys-newsletter__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: 56px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ys-newsletter__content {
  text-align: right;
}

.ys-newsletter__title {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.55;
}

.ys-newsletter__subtitle {
  margin: 8px 0 0;
  color: var(--ys-white-soft);
  font-size: 14px;
  line-height: 1.9;
}

.ys-newsletter__form {
  width: 100%;
}

.ys-newsletter__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ys-newsletter__field-group {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 142px;
  gap: 10px;
  direction: ltr;
}

.ys-newsletter__input {
  width: 100%;
  height: 52px;
  padding: 0 20px;
  direction: rtl;
  color: #202020;
  background: var(--ys-white);
  border: 1px solid transparent;
  border-radius: var(--ys-radius);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.ys-newsletter__input::placeholder {
  color: #9a9a9a;
}

.ys-newsletter__input:focus {
  border-color: rgba(0,0,0,.38);
  box-shadow: 0 0 0 4px rgba(255,255,255,.18);
}

.ys-newsletter__button {
  height: 52px;
  padding: 0 26px;
  color: var(--ys-white);
  font-weight: 800;
  background: var(--ys-black);
  border: 1px solid rgba(255,255,255,.44);
  border-radius: var(--ys-radius);
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease;
}

.ys-newsletter__button:hover {
  background: #151515;
  transform: translateY(-1px);
}

.ys-newsletter__button:active {
  transform: translateY(0);
}

.ys-newsletter__status {
  min-height: 21px;
  margin: 8px 2px 0;
  color: rgba(255,255,255,.94);
  font-size: 12px;
  text-align: right;
}

.ys-newsletter__status.is-error {
  color: #ffe0e4;
}

.ys-newsletter__status.is-success {
  color: #ffffff;
}

@media (max-width: 920px) {
  .ys-newsletter {
    padding: 30px 20px;
  }

  .ys-newsletter__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

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

  .ys-newsletter__subtitle {
    max-width: 620px;
    margin-inline: auto;
  }
}

@media (max-width: 560px) {
  .ys-newsletter {
    min-height: 230px;
    padding: 28px 16px;
  }

  .ys-newsletter__title {
    font-size: 21px;
    line-height: 1.7;
  }

  .ys-newsletter__subtitle {
    font-size: 13px;
  }

  .ys-newsletter__field-group {
    grid-template-columns: 1fr;
    direction: rtl;
  }

  .ys-newsletter__button,
  .ys-newsletter__input {
    width: 100%;
  }

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

/* ---- extracted block ---- */

:root{--ys-footer-bg:#080808;--ys-footer-surface:#111;--ys-footer-border:rgba(255,255,255,.1);--ys-footer-text:#d2d2d2;--ys-footer-muted:#8f8f8f;--ys-footer-white:#fff;--ys-footer-red:#d71920}.ys-footer,.ys-footer *{box-sizing:border-box}.ys-footer{position:relative;width:100%;overflow:hidden;background:radial-gradient(circle at 12% 15%,rgba(215,25,32,.08),transparent 25%),var(--ys-footer-bg);color:var(--ys-footer-text);font-family:"Yekan Bakh","YekanBakh",Tahoma,sans-serif;border-top:1px solid var(--ys-footer-border)}.ys-footer:before{content:"";position:absolute;top:0;right:0;width:180px;height:3px;background:var(--ys-footer-red)}.ys-footer__container{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:72px 0 0}.ys-footer__grid{display:grid;grid-template-columns:1.65fr .8fr .9fr 1.3fr;gap:58px;align-items:start;padding-bottom:56px}.ys-footer__brand{max-width:345px}.ys-footer__logo-link{display:inline-flex;align-items:center;text-decoration:none}.ys-footer__logo{display:block;width:215px;max-width:100%;height:auto;object-fit:contain}.ys-footer__description{margin:25px 0 0;color:var(--ys-footer-muted);font-size:14px;line-height:2.05}.ys-footer__socials{display:flex;flex-wrap:wrap;gap:11px;margin-top:25px}.ys-footer__social-link{display:inline-flex;width:41px;height:41px;align-items:center;justify-content:center;color:var(--ys-footer-white);background:var(--ys-footer-surface);border:1px solid var(--ys-footer-border);border-radius:50%;text-decoration:none;transition:.18s ease}.ys-footer__social-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.ys-footer__social-link:nth-child(2) svg,.ys-footer__social-link--whatsapp svg{fill:currentColor;stroke:none}.ys-footer__social-link:hover,.ys-footer__social-link:focus-visible{background:var(--ys-footer-red);border-color:var(--ys-footer-red);transform:translateY(-3px);outline:none}.ys-footer__title{position:relative;margin:3px 0 27px;padding-bottom:13px;color:#fff;font-size:17px;font-weight:800}.ys-footer__title:after{content:"";position:absolute;right:0;bottom:0;width:35px;height:2px;border-radius:4px;background:var(--ys-footer-red)}.ys-footer__links,.ys-footer__contact-list{padding:0;margin:0;list-style:none}.ys-footer__links{display:grid;gap:13px}.ys-footer__links a{position:relative;display:inline-flex;align-items:center;color:var(--ys-footer-muted);font-size:14px;text-decoration:none;transition:.18s ease}.ys-footer__links a:before{content:"";width:5px;height:5px;margin-left:9px;background:var(--ys-footer-red);border-radius:50%;opacity:.75}.ys-footer__links a:hover,.ys-footer__links a:focus-visible{color:#fff;transform:translateX(-4px);outline:none}.ys-footer__contact-list{display:grid;gap:18px}.ys-footer__contact-list li{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start;color:var(--ys-footer-muted);font-size:14px;line-height:1.9}.ys-footer__contact-icon{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;color:var(--ys-footer-red);background:rgba(215,25,32,.1);border-radius:9px}.ys-footer__contact a{color:var(--ys-footer-muted);text-decoration:none}.ys-footer__contact a:hover{color:#fff}.ys-footer__contact address{margin:0;font-style:normal}.ys-footer__bottom{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:24px;padding:18px 0;color:#747474;border-top:1px solid var(--ys-footer-border);font-size:12px}.ys-footer__bottom p{margin:0}@media(max-width:1024px){.ys-footer__container{width:min(100% - 40px,920px);padding-top:60px}.ys-footer__grid{grid-template-columns:1.4fr 1fr 1fr;gap:44px 32px}.ys-footer__brand{grid-column:1/-1;max-width:620px}}@media(max-width:720px){.ys-footer__container{width:min(100% - 32px,540px);padding-top:48px}.ys-footer__grid{grid-template-columns:1fr 1fr;gap:42px 24px;padding-bottom:42px}.ys-footer__brand,.ys-footer__contact{grid-column:1/-1}.ys-footer__logo{width:190px}.ys-footer__bottom{flex-direction:column;justify-content:center;gap:4px;text-align:center}}@media(max-width:440px){.ys-footer__container{width:calc(100% - 28px)}.ys-footer__grid{grid-template-columns:1fr;gap:37px}.ys-footer__brand,.ys-footer__contact{grid-column:auto}}

/* ---- extracted block ---- */

@font-face{font-family:"Yekan Bakh";src:local("Yekan Bakh"),local("YekanBakh");font-display:swap}
html{scroll-behavior:smooth}
body{overflow-x:hidden;font-family:"Yekan Bakh","YekanBakh",Tahoma,Arial,sans-serif}
:focus-visible{outline:3px solid #d71920;outline-offset:3px}
img{height:auto}
.ys-newsletter__status[hidden]{display:none}
.ys-newsletter__button[disabled]{cursor:wait;opacity:.72}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* ---- extracted block ---- */

:root{--app-red:#d71920;--app-dark:#090909;--app-soft:#f5f5f5;--app-border:#e8e8e8;--app-shadow:0 18px 55px rgba(0,0,0,.14)}
.app-topbar{position:fixed;inset:0 0 auto;z-index:9999;height:68px;display:flex;align-items:center;background:rgba(8,8,8,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.11);transform:translateY(-110%);transition:.25s ease}.app-topbar.is-visible{transform:translateY(0)}
.app-topbar__inner{width:min(1260px,calc(100% - 32px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.app-topbar__brand{color:#fff;font-weight:900;font-size:18px;text-decoration:none}.app-topbar__brand b{color:var(--app-red)}.app-topbar__nav{display:flex;gap:22px}.app-topbar__nav a{color:#ddd;text-decoration:none;font-size:13px;font-weight:700}.app-topbar__nav a:hover{color:#fff}.app-btn{border:0;border-radius:7px;padding:12px 20px;background:var(--app-red);color:#fff;font:inherit;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.app-btn--dark{background:#111}.app-btn--outline{background:transparent;border:1px solid #ddd;color:#222}.app-menu-btn{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;border-radius:7px;font-size:23px}
.app-mobile-menu{position:fixed;z-index:9998;top:68px;right:14px;left:14px;background:#111;color:#fff;border:1px solid #333;border-radius:12px;padding:12px;box-shadow:var(--app-shadow)}.app-mobile-menu[hidden]{display:none}.app-mobile-menu a{display:block;color:#fff;text-decoration:none;padding:14px;border-bottom:1px solid #262626;font-weight:700}.app-mobile-menu a:last-child{border:0}
.app-section{direction:rtl;padding:76px 24px;background:#fff}.app-section--soft{background:#f7f7f7}.app-section--dark{background:#0a0a0b;color:#fff}.app-container{width:min(1180px,100%);margin:auto}.app-heading{text-align:center;margin-bottom:38px}.app-heading h2{margin:0 0 10px;font-size:clamp(26px,3vw,40px);font-weight:900}.app-heading p{margin:0;color:#737373;line-height:2}.app-section--dark .app-heading p{color:#bbb}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:#fff;border:1px solid var(--app-border);border-radius:12px;padding:28px;box-shadow:0 8px 24px rgba(0,0,0,.045);transition:.2s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--app-shadow)}.service-card__icon{font-size:34px}.service-card h3{margin:14px 0 8px;font-size:18px}.service-card p{margin:0;color:#666;line-height:2;font-size:13px}
.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;counter-reset:step}.process-card{position:relative;border:1px solid #303033;background:#131316;border-radius:11px;padding:24px 18px;min-height:170px}.process-card:before{counter-increment:step;content:counter(step,decimal-leading-zero);display:block;color:var(--app-red);font-size:28px;font-weight:900;margin-bottom:17px}.process-card h3{font-size:15px;margin:0 0 7px}.process-card p{font-size:12px;color:#bbb;line-height:1.9;margin:0}
.faq-list{max-width:900px;margin:auto;display:grid;gap:10px}.faq-item{border:1px solid var(--app-border);border-radius:10px;background:#fff;overflow:hidden}.faq-item button{width:100%;border:0;background:#fff;padding:19px 22px;text-align:right;font:inherit;font-weight:800;cursor:pointer;display:flex;justify-content:space-between}.faq-item button:after{content:'+';font-size:22px;color:var(--app-red)}.faq-item.is-open button:after{content:'−'}.faq-item div{display:none;padding:0 22px 20px;color:#666;line-height:2;font-size:13px}.faq-item.is-open div{display:block}
.quote-band{padding:55px 24px;background:linear-gradient(135deg,#ad071e,var(--app-red));color:#fff}.quote-band__inner{width:min(1060px,100%);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px}.quote-band h2{margin:0 0 7px;font-size:clamp(24px,3vw,36px)}.quote-band p{margin:0;color:rgba(255,255,255,.85)}.quote-band .app-btn{background:#090909;white-space:nowrap}
.app-modal{position:fixed;z-index:10050;inset:0;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(0,0,0,.72);backdrop-filter:blur(6px)}.app-modal.is-open{display:flex}.app-modal__panel{width:min(720px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:16px;box-shadow:0 25px 90px rgba(0,0,0,.45);direction:rtl}.app-modal__head{position:sticky;top:0;background:#fff;padding:22px 24px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;z-index:2}.app-modal__head h2{margin:0;font-size:22px}.app-modal__close{border:0;background:#eee;width:38px;height:38px;border-radius:50%;font-size:22px;cursor:pointer}.app-form{padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:15px}.app-field{display:grid;gap:7px}.app-field--full{grid-column:1/-1}.app-field label{font-size:13px;font-weight:800}.app-field input,.app-field select,.app-field textarea{width:100%;border:1px solid #ddd;border-radius:8px;padding:13px;font:inherit;background:#fff}.app-field textarea{min-height:110px;resize:vertical}.app-form__actions{grid-column:1/-1;display:flex;gap:10px;flex-wrap:wrap}.app-form__note{grid-column:1/-1;color:#777;font-size:12px;line-height:1.9}.app-status{grid-column:1/-1;min-height:24px;font-size:13px;font-weight:700}.app-status.ok{color:#11863b}.app-status.err{color:#b00020}
.float-actions{position:fixed;z-index:9990;left:18px;bottom:18px;display:grid;gap:10px}.float-actions a,.float-actions button{width:52px;height:52px;border-radius:50%;border:0;display:grid;place-items:center;color:#fff;text-decoration:none;font-size:22px;box-shadow:0 8px 24px rgba(0,0,0,.25);cursor:pointer}.float-actions__wa{background:#1fa855}.float-actions__quote{background:var(--app-red)}.float-actions__top{background:#111;opacity:0;pointer-events:none;transition:.2s}.float-actions__top.is-visible{opacity:1;pointer-events:auto}
.toast{position:fixed;z-index:11000;left:50%;bottom:26px;transform:translate(-50%,30px);opacity:0;background:#111;color:#fff;padding:13px 20px;border-radius:9px;transition:.25s;pointer-events:none}.toast.is-show{opacity:1;transform:translate(-50%,0)}
@media(max-width:850px){.app-topbar__nav,.app-topbar .app-btn{display:none}.app-menu-btn{display:block}.services-grid{grid-template-columns:1fr 1fr}.process-grid{grid-template-columns:1fr 1fr}.quote-band__inner{display:block;text-align:center}.quote-band .app-btn{margin-top:22px}.app-form{grid-template-columns:1fr}.app-field--full,.app-form__actions,.app-form__note,.app-status{grid-column:auto}}
@media(max-width:560px){.app-topbar{height:60px}.app-topbar__inner{width:calc(100% - 24px)}.app-mobile-menu{top:60px}.app-section{padding:52px 14px}.services-grid,.process-grid{grid-template-columns:1fr}.service-card{padding:22px}.app-modal{padding:8px}.app-modal__panel{border-radius:12px}.app-form{padding:17px}.float-actions{left:12px;bottom:12px}.float-actions a,.float-actions button{width:47px;height:47px}.quote-band{padding:42px 16px}}
@media print{.app-topbar,.float-actions,.app-mobile-menu,.app-modal{display:none!important}}
