:root {
  --ink: #14221d;
  --muted: #72807a;
  --line: #e1e8e3;
  --paper: #f7faf7;
  --green: #b7f172;
  --green-dark: #2e593f;
  --orange: #ff8e55;
  --orange-soft: #fff0e8;
  --blue: #cce9f2;
  --blue-dark: #2d6471;
  --yellow: #ffe493;
  --shadow: 0 24px 70px rgba(43, 71, 53, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Vazirmatn", Tahoma, sans-serif;
  line-height: 1.8;
}

a { color: inherit; text-decoration: none; }

.page-shell { max-width: 1400px; margin: 0 auto; padding: 0 5.5vw; overflow: hidden; }

.site-header {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  min-height: 92px;
}

.brand, .footer-brand { align-items: center; display: inline-flex; direction: ltr; gap: 7px; font-size: 23px; font-weight: 800; letter-spacing: -1px; }
.brand-mark { align-items: center; background: var(--ink); border-radius: 9px; color: var(--green); display: inline-flex; font-size: 18px; height: 31px; justify-content: center; width: 31px; }
.brand-name { color: var(--ink); }
.main-nav { display: flex; gap: 34px; margin-right: auto; margin-left: auto; color: var(--muted); font-size: 14px; }
.main-nav a, .text-link, .card-link { transition: color .2s ease, transform .2s ease; }
.main-nav a:hover, .text-link:hover, .card-link:hover { color: var(--green-dark); }
.header-action { border: 1px solid var(--line); border-radius: 99px; font-size: 13px; padding: 7px 17px; transition: background .2s ease, border-color .2s ease; }
.header-action:hover { background: white; border-color: #c8d4cb; }

.hero { align-items: center; display: grid; gap: 5vw; grid-template-columns: 1fr 1.1fr; min-height: 590px; padding: 54px 0 80px; }
.hero-copy { max-width: 530px; }
.eyebrow { align-items: center; color: var(--green-dark); display: flex; font-size: 12px; font-weight: 700; gap: 9px; letter-spacing: .2px; margin: 0 0 16px; }
.eyebrow-dot { background: var(--orange); border-radius: 50%; display: inline-block; height: 7px; width: 7px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(46px, 6vw, 82px); font-weight: 800; letter-spacing: -4px; line-height: 1.16; margin-bottom: 26px; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-text { color: var(--muted); font-size: 16px; max-width: 440px; }
.hero-actions { align-items: center; display: flex; gap: 26px; margin-top: 35px; }
.button { border-radius: 99px; display: inline-flex; font-size: 14px; font-weight: 700; gap: 13px; padding: 12px 21px; }
.button-primary { background: var(--ink); color: white; box-shadow: 0 10px 25px rgba(20,34,29,.15); }
.button-primary:hover { background: var(--green-dark); }
.button-jelo { background: var(--orange-soft); color: var(--orange); }
.button-jelo:hover { background: var(--orange); color: white; }
.text-link { color: var(--muted); font-size: 13px; }

.hero-art { height: 440px; min-width: 0; position: relative; }
.art-glow { background: radial-gradient(circle, rgba(183,241,114,.8), rgba(183,241,114,0) 67%); height: 380px; left: 18%; position: absolute; top: 5%; width: 500px; }
.orbit { border: 1px solid rgba(46,89,63,.22); border-radius: 50%; left: 11%; position: absolute; top: 5%; transform: rotate(-20deg); }
.orbit-large { height: 390px; width: 530px; }
.orbit-small { border-color: rgba(255,142,85,.45); height: 270px; left: 23%; top: 20%; width: 370px; }
.hero-number { align-items: center; color: var(--ink); display: flex; font-size: 255px; font-weight: 800; height: 390px; justify-content: center; letter-spacing: -26px; line-height: 1; position: absolute; right: 17%; text-shadow: 12px 19px 0 rgba(255,255,255,.85); top: 2%; transform: rotate(-8deg); width: 330px; z-index: 1; }
.floating-card { align-items: center; backdrop-filter: blur(10px); background: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.9); border-radius: 13px; box-shadow: var(--shadow); display: flex; gap: 11px; padding: 12px 15px; position: absolute; z-index: 2; }
.floating-card strong, .floating-card small { display: block; line-height: 1.45; }
.floating-card strong { font-size: 12px; }
.floating-card small { color: var(--muted); font-size: 10px; }
.floating-card-top { left: 5%; top: 15%; }
.floating-card-bottom { bottom: 14%; right: 8%; }
.mini-icon { align-items: center; border-radius: 9px; display: flex; font-size: 15px; height: 34px; justify-content: center; width: 34px; }
.mini-icon-green { background: var(--green); color: var(--green-dark); }
.mini-icon-orange { background: var(--orange-soft); color: var(--orange); }

.products-section { padding: 75px 0 100px; }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 38px; }
.section-heading h2, .why-section h2 { font-size: clamp(32px, 4vw, 50px); letter-spacing: -2px; line-height: 1.35; margin-bottom: 0; }
.section-intro { color: var(--muted); font-size: 13px; margin: 0 0 5px; max-width: 320px; }
.product-grid { display: grid; gap: 19px; grid-template-columns: repeat(3, 1fr); }
.product-card { border-radius: 19px; min-height: 445px; padding: 25px 26px 28px; position: relative; transition: box-shadow .25s ease, transform .25s ease; }
.product-card:hover { box-shadow: 0 22px 50px rgba(43,71,53,.12); transform: translateY(-5px); }
.card-barber { background: var(--green); }
.card-vet { background: var(--blue); }
.card-gym { background: var(--yellow); }
.card-topline { align-items: center; display: flex; justify-content: space-between; }
.product-index { font-size: 12px; font-weight: 700; opacity: .55; }
.product-symbol { font-size: 20px; }
.product-illustration { align-items: center; display: flex; height: 130px; justify-content: center; position: relative; }
.product-illustration b { font-size: 70px; font-weight: 400; line-height: 1; transform: rotate(-15deg); }
.product-illustration span { font-size: 15px; position: absolute; }
.illustration-barber b { color: var(--green-dark); }
.illustration-barber span:first-child { left: 31%; top: 28%; }
.illustration-barber span:nth-child(2) { right: 28%; top: 18%; }
.illustration-vet b { color: var(--blue-dark); font-size: 82px; }
.illustration-vet span:first-child { left: 27%; top: 22%; }
.illustration-vet span:nth-child(2) { right: 29%; top: 39%; }
.illustration-gym b { color: #9b711b; font-size: 78px; transform: rotate(-38deg); }
.illustration-gym span:first-child { left: 31%; top: 20%; }
.illustration-gym span:nth-child(2) { right: 26%; top: 31%; }
.product-label { font-size: 11px; font-weight: 600; margin-bottom: 2px; opacity: .63; }
.product-card h3 { font-size: 25px; letter-spacing: -1px; margin-bottom: 8px; }
.product-card > p:not(.product-label) { font-size: 13px; line-height: 1.9; margin-bottom: 17px; max-width: 280px; }
.card-link { align-items: center; display: inline-flex; font-size: 12px; font-weight: 700; gap: 9px; }
.card-link span { font-size: 17px; transition: transform .2s ease; }
.card-link:hover span { transform: translateX(-4px); }

.why-section { align-items: center; background: var(--ink); border-radius: 22px; color: white; display: grid; gap: 34px; grid-template-columns: 105px 1fr 1fr; margin-bottom: 80px; min-height: 235px; padding: 42px 50px; }
.why-section .eyebrow { color: var(--green); }
.why-section h2 { font-size: clamp(28px, 3.5vw, 43px); }
.why-section h2 em { color: var(--green); }
.why-section > p { color: #aab8b0; font-size: 13px; line-height: 2; margin: 0; max-width: 360px; }
.why-badge { align-items: center; background: var(--green); border-radius: 50%; color: var(--ink); display: flex; font-size: 23px; font-weight: 800; height: 84px; justify-content: center; transform: rotate(-12deg); width: 84px; }

.site-footer { align-items: center; border-top: 1px solid var(--line); color: var(--muted); display: flex; font-size: 11px; gap: 25px; justify-content: space-between; padding: 25px 0 30px; }
.footer-brand { color: var(--ink); font-size: 18px; }
.footer-brand .brand-mark { font-size: 14px; height: 25px; width: 25px; }
.site-footer p { margin: 0; }
.site-footer a { color: var(--green-dark); font-weight: 600; }
.copyright { margin-right: auto; }

@media (max-width: 800px) {
  .page-shell { padding: 0 6vw; }
  .site-header { min-height: 75px; }
  .main-nav { display: none; }
  .header-action { margin-right: auto; }
  .hero { display: flex; flex-direction: column; gap: 10px; min-height: auto; padding: 52px 0 65px; }
  .hero-copy { width: 100%; }
  .hero-art { height: 330px; margin: 0 auto; max-width: 520px; width: 100%; }
  .orbit-large { height: 300px; width: 420px; }
  .orbit-small { height: 220px; width: 300px; }
  .hero-number { font-size: 190px; height: 300px; right: 15%; width: 260px; }
  .art-glow { height: 320px; left: 4%; width: 420px; }
  .floating-card-top { left: 0; }
  .floating-card-bottom { bottom: 5%; right: 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 15px; }
  .section-intro { max-width: 450px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 360px; }
  .product-illustration { height: 90px; }
  .why-section { gap: 20px; grid-template-columns: 70px 1fr; padding: 30px; }
  .why-section > p { grid-column: 1 / -1; }
  .why-badge { height: 60px; width: 60px; }
  .site-footer { align-items: start; flex-wrap: wrap; }
  .copyright { margin-right: 0; width: 100%; }
}

@media (max-width: 430px) {
  h1 { letter-spacing: -2px; }
  .hero-art { height: 285px; transform: scale(.88); transform-origin: top center; width: 115%; }
  .hero-actions { align-items: start; flex-direction: column; gap: 17px; }
}
