/*
Theme Name: Ali Asghar Design PRO
Theme URI: https://aliasghardesign.site/
Author: Ali Asghar Design
Description: Premium RTL mobile-first creative studio theme.
Version: 3.1.0
Text Domain: aliasghar-design-pro
*/
:root {
  color-scheme: dark;
  --bg: #050408;
  --bg-soft: #0a0810;
  --surface: rgba(17, 13, 24, 0.76);
  --surface-solid: #110d18;
  --surface-2: #171020;
  --text: #f8f5fb;
  --muted: #aaa3b3;
  --muted-2: #7f7888;
  --purple: #9a62ff;
  --purple-2: #6d32df;
  --purple-pale: #d8c0ff;
  --green: #65e3b1;
  --line: rgba(255, 255, 255, 0.09);
  --line-bright: rgba(190, 147, 255, 0.32);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
  --radius-sm: 16px;
  --radius: 24px;
  --radius-lg: 34px;
  --shell: min(1180px, calc(100vw - 40px));
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
  scrollbar-color: var(--purple-2) var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 5%, rgba(106, 50, 223, 0.11), transparent 25rem),
    radial-gradient(circle at 88% 35%, rgba(142, 78, 255, 0.06), transparent 30rem),
    var(--bg);
  color: var(--text);
  font-family: "Vazirmatn Variable", Vazirmatn, Tahoma, sans-serif;
  font-variation-settings: "wght" 430;
  line-height: 1.85;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

::selection {
  color: #fff;
  background: rgba(126, 67, 235, 0.78);
}

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

img,
canvas {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.35;
  letter-spacing: -0.035em;
  font-variation-settings: "wght" 780;
}

p {
  color: var(--muted);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  inset-block-start: 8px;
  inset-inline-start: 8px;
  z-index: 999;
  translate: 0 -160%;
  padding: 10px 16px;
  border-radius: 12px;
  background: #fff;
  color: #050408;
  transition: translate .2s ease;
}

.skip-link:focus {
  translate: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 88px;
  border-bottom: 1px solid transparent;
  transition: height .3s var(--ease), background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}

.site-header.is-scrolled {
  height: 72px;
  border-color: var(--line);
  background: rgba(5, 4, 8, .82);
  backdrop-filter: blur(20px) saturate(140%);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 40px;
  aspect-ratio: 1;
  border: 1px solid rgba(211, 183, 255, .35);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.13), transparent 45%),
    linear-gradient(135deg, #331367, #8e54ee);
  box-shadow: inset 0 1px rgba(255,255,255,.28), 0 8px 26px rgba(105, 48, 218, .28);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.brand__text {
  display: grid;
  line-height: 1.15;
}

.brand__text b {
  font-size: .94rem;
  font-variation-settings: "wght" 720;
}

.brand__text small {
  margin-top: 4px;
  color: var(--muted-2);
  font-family: Arial, sans-serif;
  font-size: .56rem;
  letter-spacing: .16em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
}

.desktop-nav a {
  padding: 7px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: .82rem;
  transition: color .2s ease, background .2s ease;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: #fff;
  background: rgba(155, 101, 255, .12);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-phone {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: .8rem;
  letter-spacing: .035em;
}

.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 12px 24px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 15px;
  font-variation-settings: "wght" 680;
  transition: translate .25s var(--ease), border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  translate: -110% 0;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.22), transparent);
  transition: translate .55s var(--ease);
}

.btn:hover {
  translate: 0 -2px;
}

.btn:hover::before {
  translate: 110% 0;
}

.btn:disabled {
  cursor: wait;
  opacity: .58;
  translate: 0 !important;
}

.btn--small {
  min-height: 42px;
  padding: 8px 17px;
  border-radius: 13px;
  font-size: .78rem;
}

.btn--primary {
  border-color: rgba(217, 195, 255, .2);
  background: linear-gradient(135deg, #7136dc, #9a62ff);
  box-shadow: inset 0 1px rgba(255,255,255,.28), 0 14px 38px rgba(112, 54, 220, .26);
  color: #fff;
}

.btn--primary:hover {
  box-shadow: inset 0 1px rgba(255,255,255,.34), 0 18px 48px rgba(112, 54, 220, .38);
}

.btn--ghost {
  border-color: var(--line);
  background: rgba(255,255,255,.035);
  color: #fff;
}

.btn--ghost:hover {
  border-color: var(--line-bright);
  background: rgba(153, 98, 255, .08);
}

.btn--full {
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 12px 10px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255,255,255,.035);
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  margin-block: 5px;
  background: #fff;
  transition: rotate .25s ease, translate .25s ease, opacity .2s ease;
}

.menu-open .menu-toggle span:nth-child(1) { translate: 0 6px; rotate: 45deg; }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { translate: 0 -6px; rotate: -45deg; }

.mobile-menu {
  position: fixed;
  inset: 72px 12px auto;
  z-index: 99;
  padding: 20px;
  border: 1px solid var(--line-bright);
  border-radius: 24px;
  background: rgba(12, 9, 17, .96);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  translate: 0 -12px;
  backdrop-filter: blur(22px);
  transition: opacity .25s ease, translate .25s var(--ease), visibility .25s;
}

.mobile-menu[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  translate: 0;
}

.mobile-menu nav {
  display: grid;
  gap: 6px;
}

.mobile-menu nav a {
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  font-variation-settings: "wght" 650;
}

.mobile-menu nav a[aria-current="page"] { color: var(--purple-pale); }

.mobile-menu__phone {
  display: block;
  margin-top: 16px;
  color: var(--purple-pale);
  text-align: center;
}

main {
  min-height: 70vh;
}

.section {
  position: relative;
  padding-block: 110px;
}

.section--tight {
  padding-block: 80px;
}

.section--surface::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-block: 1px solid rgba(255,255,255,.04);
  background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.006));
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}

.section-heading__copy {
  max-width: 690px;
}

.section-heading h2 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(2rem, 4.5vw, 4rem);
}

.section-heading p {
  max-width: 650px;
  margin-bottom: 0;
  font-size: 1.04rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  color: var(--purple-pale);
  font-size: .78rem;
  font-variation-settings: "wght" 690;
  letter-spacing: .015em;
}

.eyebrow::before {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

.text-gradient {
  background: linear-gradient(105deg, #fff 5%, #e5d6ff 34%, #a16aff 76%, #fff 104%);
  background-size: 180% auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

[data-reveal] {
  opacity: 0;
  translate: 0 28px;
  transition: opacity .75s var(--ease), translate .75s var(--ease);
}

[data-reveal].is-visible {
  opacity: 1;
  translate: 0;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 820px;
  padding-block: 150px 90px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  width: min(65vw, 720px);
  aspect-ratio: 1;
  inset-inline-start: -16%;
  inset-block-start: 8%;
  z-index: -1;
  border: 1px solid rgba(159, 104, 255, .12);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(124, 64, 231, .018),
    0 0 0 110px rgba(124, 64, 231, .012),
    inset 0 0 100px rgba(131, 71, 237, .06);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 24px;
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 650px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 7px 13px;
  border: 1px solid rgba(182, 140, 255, .22);
  border-radius: 999px;
  background: rgba(136, 72, 246, .07);
  color: #d7c3fb;
  font-size: .77rem;
  box-shadow: inset 0 1px rgba(255,255,255,.05);
}

.hero-kicker i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px var(--green);
  animation: pulse-dot 2s ease-in-out infinite;
}

.hero h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(3.1rem, 6.4vw, 6.8rem);
  line-height: 1.12;
}

.hero-copy > p {
  max-width: 590px;
  margin-bottom: 30px;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 42px;
}

.hero-stat {
  display: grid;
  gap: 1px;
}

.hero-stat strong {
  font-family: Arial, sans-serif;
  font-size: 1.33rem;
  letter-spacing: -.02em;
}

.hero-stat span {
  color: var(--muted-2);
  font-size: .73rem;
}

.hero-stat + .hero-stat {
  padding-inline-start: 24px;
  border-inline-start: 1px solid var(--line);
}

.hero-visual {
  position: relative;
  height: 610px;
  min-width: 0;
}

#hero-canvas {
  position: absolute;
  inset: -10% -10% -8%;
  width: 120%;
  height: 118%;
  touch-action: pan-y;
}

.float-chip {
  position: absolute;
  z-index: 5;
  min-width: 142px;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(28,21,39,.78), rgba(9,7,13,.58));
  box-shadow: 0 18px 45px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  animation: float-chip 6s ease-in-out infinite;
}

.float-chip b {
  display: block;
  font-size: 1.05rem;
}

.float-chip span {
  color: var(--muted);
  font-size: .7rem;
}

.float-chip--one { inset: 15% auto auto 1%; animation-delay: -1.5s; }
.float-chip--two { inset: auto 5% 16% auto; animation-delay: -3.4s; }

.scroll-cue {
  position: absolute;
  inset: auto 50% 26px auto;
  z-index: 8;
  display: grid;
  place-items: center;
  width: 28px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  translate: 50% 0;
}

.scroll-cue::after {
  content: "";
  width: 3px;
  height: 7px;
  border-radius: 4px;
  background: var(--purple-pale);
  animation: scroll-cue 1.8s ease-in-out infinite;
}

.proof-strip {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(255,255,255,.018);
}

.proof-strip__track {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 5vw, 72px);
  width: max-content;
  min-width: 100%;
  padding-block: 18px;
  color: #c9c3cf;
  font-size: .78rem;
  white-space: nowrap;
}

.proof-strip__track span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.proof-strip__track span::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 10px var(--purple);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  perspective: 1200px;
}

.service-card,
.price-card,
.glass-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at var(--mx, 80%) var(--my, 10%), rgba(152, 91, 255, .11), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  box-shadow: inset 0 1px rgba(255,255,255,.045), 0 24px 70px rgba(0,0,0,.16);
  transform: perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transform-style: preserve-3d;
  transition: transform .25s var(--ease), border-color .25s ease, background .25s ease;
}

.service-card:hover,
.glass-card:hover {
  border-color: rgba(176, 128, 255, .25);
}

.service-card {
  min-height: 360px;
  padding: 24px;
  border-radius: var(--radius);
}

.service-card::after {
  content: "";
  position: absolute;
  width: 140px;
  aspect-ratio: 1;
  inset: auto -55px -60px auto;
  border: 1px solid rgba(177, 132, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(152, 91, 255, .02), 0 0 0 40px rgba(152,91,255,.012);
}

.service-card__index {
  color: var(--muted-2);
  font-family: Arial, sans-serif;
  font-size: .7rem;
}

.service-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 64px;
  aspect-ratio: 1;
  margin-block: 42px 25px;
  border: 1px solid rgba(217, 193, 255, .26);
  border-radius: 21px;
  background: linear-gradient(145deg, rgba(161, 101, 255, .24), rgba(79, 32, 155, .08));
  box-shadow: inset 0 1px rgba(255,255,255,.18), 0 16px 35px rgba(94, 42, 181, .18);
  color: var(--purple-pale);
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  transform: translateZ(24px);
}

.service-icon::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid currentColor;
  border-radius: 12px;
  opacity: .35;
  rotate: 12deg;
}

.service-card h3 {
  margin-bottom: 12px;
  font-size: 1.22rem;
  transform: translateZ(18px);
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .87rem;
  line-height: 1.9;
}

.service-card__link {
  position: absolute;
  inset: auto 24px 22px;
  color: var(--purple-pale);
  font-size: .76rem;
}

.about-panel {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 54px;
  align-items: center;
  padding: clamp(24px, 4vw, 58px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 15% 50%, rgba(132, 68, 238, .14), transparent 33%),
    linear-gradient(140deg, rgba(255,255,255,.04), rgba(255,255,255,.012));
  box-shadow: var(--shadow);
}

.portrait-scene {
  position: relative;
  min-height: 500px;
  perspective: 1000px;
}

.portrait-ring {
  position: absolute;
  inset: 6% 7% 9%;
  border: 1px solid rgba(174, 123, 255, .22);
  border-radius: 48% 52% 47% 53%;
  box-shadow: 0 0 70px rgba(113, 54, 220, .14), inset 0 0 65px rgba(126, 66, 235, .07);
  rotate: -7deg;
  animation: slow-spin 16s linear infinite;
}

.portrait-source {
  position: absolute;
  inset: 12% 13% 7%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 42% 42% 25% 25% / 32% 32% 19% 19%;
  background-image:
    linear-gradient(180deg, transparent 60%, rgba(5,4,8,.78)),
    url("../images/instagram-profile.jpg");
  background-repeat: no-repeat;
  background-size: cover, 510%;
  background-position: center, 13% 17.8%;
  box-shadow: 0 38px 80px rgba(0,0,0,.52);
  transform: rotateY(-5deg) rotateX(2deg);
}

.portrait-source::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,.11), transparent 28%, transparent 65%, rgba(136,72,246,.1));
  mix-blend-mode: screen;
}

.portrait-badge {
  position: absolute;
  inset: auto auto 5% 1%;
  padding: 13px 17px;
  border: 1px solid var(--line-bright);
  border-radius: 18px;
  background: rgba(14,10,20,.76);
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
  backdrop-filter: blur(15px);
}

.portrait-badge b { display: block; }
.portrait-badge span { color: var(--muted); font-size: .72rem; }

.about-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(2.1rem, 4.2vw, 4.2rem);
}

.about-copy p {
  font-size: 1rem;
}

.about-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-block: 28px 32px;
}

.about-points span {
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255,255,255,.022);
  color: #d9d4df;
  font-size: .8rem;
}

.about-points span::before {
  content: "✓";
  margin-inline-end: 8px;
  color: var(--green);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: steps;
}

.step-card {
  position: relative;
  min-height: 250px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.018);
  counter-increment: steps;
}

.step-card::before {
  content: "۰" counter(steps);
  display: block;
  margin-bottom: 50px;
  color: var(--purple-pale);
  font-family: Arial, sans-serif;
  font-size: .72rem;
}

.step-card::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 1px;
  inset: 42px 70px auto auto;
  background: linear-gradient(90deg, rgba(153,98,255,.45), transparent);
}

.step-card h3 {
  margin-bottom: 12px;
  font-size: 1.15rem;
}

.step-card p {
  margin-bottom: 0;
  font-size: .84rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  perspective: 1300px;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 590px;
  padding: 25px;
  border-radius: var(--radius);
}

.price-card--featured {
  border-color: rgba(183, 140, 255, .42);
  background:
    radial-gradient(circle at var(--mx, 70%) var(--my, 0%), rgba(164, 103, 255, .22), transparent 33%),
    linear-gradient(145deg, rgba(137, 74, 238, .12), rgba(255,255,255,.018));
  box-shadow: 0 30px 90px rgba(68, 27, 137, .24), inset 0 1px rgba(255,255,255,.12);
}

.price-card__top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
}

.price-card h3 {
  margin-bottom: 0;
  font-size: 1.55rem;
}

.popular-tag {
  padding: 5px 9px;
  border: 1px solid rgba(211, 186, 255, .24);
  border-radius: 999px;
  background: rgba(155, 96, 255, .12);
  color: var(--purple-pale);
  font-size: .61rem;
  white-space: nowrap;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-block: 32px 17px;
}

.price strong {
  font-size: clamp(1.65rem, 2.6vw, 2.45rem);
  letter-spacing: -.055em;
  white-space: nowrap;
}

.price span {
  color: var(--muted-2);
  font-size: .72rem;
}

.package-volume {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 14px;
  border-block: 1px solid var(--line);
  color: #d8d2dd;
  font-size: .76rem;
}

.package-volume b {
  color: #fff;
  font-size: .98rem;
}

.package-volume i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--purple);
}

.price-card ul {
  display: grid;
  gap: 11px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-inline-start: 19px;
  color: var(--muted);
  font-size: .76rem;
}

.price-card li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  inset: .72em 0 auto auto;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 9px rgba(154,98,255,.6);
}

.price-card .btn {
  margin-top: auto;
}

.price-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
  color: var(--muted-2);
  font-size: .74rem;
  text-align: center;
}

.price-note i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(101,227,177,.6);
}

.guide-teaser {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 42px;
  align-items: center;
  padding: clamp(26px, 5vw, 64px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(130deg, rgba(255,255,255,.035), rgba(255,255,255,.008)),
    radial-gradient(circle at 85% 20%, rgba(141, 78, 247, .16), transparent 34%);
}

.guide-teaser h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.schedule-widget {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 25px;
  background: rgba(6,5,9,.66);
  box-shadow: 0 30px 70px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.05);
}

.schedule-widget__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: .7rem;
}

.schedule-row {
  display: grid;
  grid-template-columns: 56px 1fr 82px;
  align-items: center;
  gap: 12px;
  margin-block: 14px;
  font-size: .74rem;
}

.schedule-bar {
  height: 7px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255,255,255,.06);
}

.schedule-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #5d27c4, #b67cff);
  box-shadow: 0 0 15px rgba(155,98,255,.4);
}

.cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 35px;
  padding: clamp(32px, 6vw, 76px);
  overflow: hidden;
  border: 1px solid rgba(186, 141, 255, .28);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 8% 20%, rgba(158, 93, 255, .2), transparent 32%),
    linear-gradient(135deg, #120c1d, #09070d);
  box-shadow: var(--shadow);
}

.cta-panel::after {
  content: "";
  position: absolute;
  width: 280px;
  aspect-ratio: 1;
  inset: auto -90px -130px auto;
  border: 1px solid rgba(190, 151, 255, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(154,98,255,.025), 0 0 0 80px rgba(154,98,255,.015);
}

.cta-panel h2 {
  max-width: 720px;
  margin-bottom: 10px;
  font-size: clamp(2rem, 4.5vw, 4.2rem);
}

.cta-panel p { margin-bottom: 0; }

.page-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 590px;
  padding-block: 175px 90px;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  width: min(70vw, 820px);
  aspect-ratio: 1;
  inset: -25% auto auto -22%;
  z-index: -1;
  border: 1px solid rgba(154,98,255,.11);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124,58,229,.12), transparent 58%);
  box-shadow: 0 0 0 70px rgba(134, 67, 236, .014), 0 0 0 140px rgba(134,67,236,.01);
}

.page-hero__inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 40px;
  align-items: end;
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 7vw, 6.6rem);
}

.page-hero p {
  max-width: 660px;
  font-size: 1.08rem;
}

.page-hero__aside {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.025);
}

.page-hero__aside strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.page-hero__aside span {
  color: var(--muted);
  font-size: .8rem;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.service-detail {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  min-height: 300px;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.018);
}

.service-detail__number {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid var(--line-bright);
  border-radius: 20px;
  background: rgba(147, 84, 255, .08);
  color: var(--purple-pale);
  font-family: Arial, sans-serif;
}

.service-detail h2 { font-size: 1.55rem; }

.service-detail ul,
.feature-list {
  display: grid;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.service-detail li,
.feature-list li {
  position: relative;
  padding-inline-start: 18px;
  color: var(--muted);
  font-size: .83rem;
}

.service-detail li::before,
.feature-list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  inset: .72em 0 auto auto;
  border-radius: 50%;
  background: var(--purple);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin-inline: auto;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.018);
}

.faq-list summary {
  padding: 18px 21px;
  list-style: none;
  font-variation-settings: "wght" 680;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: left; color: var(--purple-pale); font-family: Arial; font-size: 1.25rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 21px 20px; margin: 0; }

.guide-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 25px;
  align-items: start;
}

.guide-nav {
  position: sticky;
  top: 95px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(12,9,17,.7);
  backdrop-filter: blur(15px);
}

.guide-nav a {
  padding: 9px 12px;
  border-radius: 11px;
  color: var(--muted);
  font-size: .78rem;
}

.guide-nav a:hover { color: #fff; background: rgba(153,98,255,.08); }

.guide-content {
  display: grid;
  gap: 18px;
}

.article-card {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.016);
  scroll-margin-top: 100px;
}

.article-card h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); }
.article-card h3 { margin-top: 30px; }

.sector-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-block: 24px;
}

.sector-picker button {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: rgba(255,255,255,.025);
  color: var(--muted);
}

.sector-picker button:hover,
.sector-picker button[aria-pressed="true"] {
  border-color: var(--line-bright);
  background: rgba(149, 85, 255, .12);
  color: #fff;
}

.time-result {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  min-height: 130px;
}

.time-result > div {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.02);
}

.time-result span { display: block; color: var(--muted); font-size: .7rem; }
.time-result strong { display: block; margin-top: 7px; color: var(--purple-pale); }
.time-result small { display: block; margin-top: 7px; color: var(--muted-2); font-size: .62rem; }

[hidden] { display: none !important; }

.source-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-inline-start: 2px solid var(--purple);
  background: rgba(146, 83, 251, .05);
  color: var(--muted);
  font-size: .74rem;
}

.source-note a { color: var(--purple-pale); text-decoration: underline; text-underline-offset: 3px; }

.order-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 26px;
  align-items: start;
}

.order-aside {
  position: sticky;
  top: 105px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 90% 5%, rgba(152,91,255,.14), transparent 30%),
    rgba(255,255,255,.018);
}

.order-aside h2 { font-size: 1.8rem; }

.contact-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
  color: var(--muted);
  font-size: .78rem;
}

.contact-chip b { color: #fff; }

.order-form,
.admin-login,
.package-editor {
  padding: clamp(23px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.018);
  box-shadow: inset 0 1px rgba(255,255,255,.035);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.field {
  display: grid;
  gap: 7px;
}

.field--full { grid-column: 1 / -1; }

.field label {
  color: #ddd7e2;
  font-size: .76rem;
  font-variation-settings: "wght" 620;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  outline: none;
  border-radius: 14px;
  background: rgba(4,3,7,.68);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.field textarea {
  min-height: 145px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(174, 122, 255, .55);
  box-shadow: 0 0 0 4px rgba(149, 83, 255, .08);
}

.field small { color: var(--muted-2); font-size: .65rem; }

.form-status {
  min-height: 30px;
  margin-top: 14px;
  color: var(--muted);
  font-size: .75rem;
}

.form-status.is-error { color: #ff9dba; }
.form-status.is-success { color: var(--green); }

.success-panel {
  display: none;
  padding: clamp(25px, 5vw, 45px);
  border: 1px solid rgba(101,227,177,.22);
  border-radius: var(--radius);
  background: radial-gradient(circle at 15% 10%, rgba(101,227,177,.09), transparent 32%), rgba(255,255,255,.018);
}

.success-panel.is-visible { display: block; }

.success-mark {
  display: grid;
  place-items: center;
  width: 66px;
  aspect-ratio: 1;
  margin-bottom: 22px;
  border: 1px solid rgba(101,227,177,.35);
  border-radius: 22px;
  background: rgba(101,227,177,.09);
  color: var(--green);
  font-size: 1.7rem;
}

.admin-page {
  min-height: 100vh;
  padding-block: 125px 80px;
}

.admin-login {
  max-width: 470px;
  margin-inline: auto;
}

.admin-login__mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border: 1px solid var(--line-bright);
  border-radius: 18px;
  background: rgba(148,83,255,.1);
  color: var(--purple-pale);
  font-family: Georgia, serif;
  font-size: 1.4rem;
}

.admin-dashboard { display: none; }
.admin-dashboard.is-visible { display: block; }
.admin-login.is-hidden { display: none; }

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 25px;
}

.admin-stat {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(255,255,255,.018);
}

.admin-stat span { color: var(--muted); font-size: .72rem; }
.admin-stat strong { display: block; margin-top: 6px; font-size: 1.6rem; }

.admin-columns {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 20px;
  align-items: start;
}

.admin-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.014);
}

.admin-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}

.editor-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr .7fr .8fr;
  gap: 8px;
  padding-block: 10px;
  border-bottom: 1px solid var(--line);
}

.editor-row input {
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: none;
  background: rgba(4,3,7,.6);
  font-size: .72rem;
}

.orders-list {
  display: grid;
  gap: 10px;
  max-height: 620px;
  overflow: auto;
  padding-inline-end: 3px;
}

.order-card {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.018);
}

.order-card__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.order-card__head b { font-size: .9rem; }
.order-card__head time { color: var(--muted-2); font-size: .62rem; }

.order-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  color: var(--muted);
  font-size: .7rem;
}

.order-card p {
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: .72rem;
}

.mini-bars { display: grid; gap: 9px; margin-top: 14px; }
.mini-bar { display: grid; grid-template-columns: 100px 1fr 28px; align-items: center; gap: 8px; font-size: .66rem; color: var(--muted); }
.mini-bar i { height: 6px; border-radius: 99px; background: linear-gradient(90deg, #6430ce, #a96fff); }

.site-footer {
  position: relative;
  padding-block: 82px 20px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: #07050a;
}

.footer-orbit {
  position: absolute;
  width: 450px;
  aspect-ratio: 1;
  inset: auto auto -330px -130px;
  border: 1px solid rgba(151,89,255,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(151,89,255,.018), 0 0 0 120px rgba(151,89,255,.01);
}

.footer-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.35fr .65fr .8fr;
  gap: 65px;
}

.footer-grid h2 {
  margin-bottom: 15px;
  color: var(--muted-2);
  font-size: .74rem;
  letter-spacing: .02em;
}

.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 8px; }
.footer-grid > div:not(.footer-brand) a,
.footer-grid > div:not(.footer-brand) span { color: var(--muted); font-size: .76rem; }
.footer-grid a:hover { color: #fff !important; }
.footer-brand p { max-width: 430px; margin-top: 22px; font-size: .82rem; }

.footer-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-family: Arial, Tahoma, sans-serif;
  font-size: .67rem;
}

.not-found {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 80px 20px;
  text-align: center;
}

.not-found strong {
  display: block;
  color: transparent;
  font-size: clamp(7rem, 20vw, 15rem);
  line-height: 1;
  -webkit-text-stroke: 1px rgba(175,125,255,.45);
}

.not-found h1 { font-size: clamp(2rem, 5vw, 4rem); }

.cursor-glow {
  position: fixed;
  inset: -170px auto auto -170px;
  z-index: -1;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(132,68,238,.08), transparent 68%);
  will-change: translate;
}

.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;
}

@keyframes pulse-dot {
  50% { opacity: .45; scale: .8; }
}

@keyframes float-chip {
  50% { translate: 0 -12px; rotate: .8deg; }
}

@keyframes slow-spin {
  to { rotate: 353deg; }
}

@keyframes scroll-cue {
  0%, 100% { translate: 0 -5px; opacity: .25; }
  50% { translate: 0 6px; opacity: 1; }
}

@media (max-width: 1100px) {
  .desktop-nav,
  .header-phone { display: none; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .service-grid,
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card { min-height: 560px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .admin-columns { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 28px, 720px); }
  .site-header { height: 72px; }
  .header-actions .btn { display: none; }
  .section { padding-block: 80px; }
  .section-heading { display: block; }
  .section-heading .btn { margin-top: 18px; }
  .hero { min-height: auto; padding-block: 118px 65px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; margin-inline: auto; }
  .hero h1 { font-size: clamp(3rem, 13vw, 5.8rem); }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions,
  .hero-stats { justify-content: center; }
  .hero-visual { height: 590px; margin-top: -30px; }
  .float-chip--one { inset: 16% auto auto 2%; }
  .float-chip--two { inset: auto 2% 15% auto; }
  .scroll-cue { display: none; }
  .about-panel { grid-template-columns: 1fr; }
  .portrait-scene { min-height: 460px; }
  .guide-teaser,
  .page-hero__inner,
  .order-layout { grid-template-columns: 1fr; }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-panel .btn { width: fit-content; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .guide-layout { grid-template-columns: 1fr; }
  .guide-nav { position: static; display: flex; overflow: auto; }
  .guide-nav a { white-space: nowrap; }
  .order-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .admin-stats { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  body { line-height: 1.75; }
  .brand__mark { width: 36px; border-radius: 12px; }
  .brand__text b { font-size: .82rem; }
  .brand__text small { font-size: .47rem; }
  .section { padding-block: 66px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: 2rem; }
  .hero { padding-top: 105px; }
  .hero-kicker { font-size: .67rem; }
  .hero h1 { font-size: 3.15rem; }
  .hero-copy > p { font-size: .94rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-stats { gap: 12px; margin-top: 32px; }
  .hero-stat + .hero-stat { padding-inline-start: 12px; }
  .hero-stat strong { font-size: 1.05rem; }
  .hero-stat span { font-size: .61rem; }
  .hero-visual { height: 500px; margin-top: -20px; }
  #hero-canvas { inset: -7% -20% -8%; width: 140%; }
  .float-chip { min-width: 120px; padding: 10px 12px; }
  .float-chip b { font-size: .88rem; }
  .float-chip span { font-size: .62rem; }
  .service-grid,
  .pricing-grid,
  .steps-grid,
  .time-result,
  .form-grid,
  .admin-stats { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .service-icon { margin-block: 28px 20px; }
  .price-card { min-height: auto; }
  .price-card .btn { margin-top: 10px; }
  .about-panel { padding: 20px; }
  .portrait-scene { min-height: 380px; }
  .portrait-source { inset: 10% 8% 5%; }
  .about-points { grid-template-columns: 1fr; }
  .guide-teaser { padding: 23px; }
  .page-hero { min-height: 520px; padding-block: 135px 65px; }
  .page-hero h1 { font-size: 3rem; }
  .service-detail { grid-template-columns: 1fr; padding: 23px; }
  .cta-panel { padding: 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { gap: 20px; flex-direction: column; }
  .editor-row { grid-template-columns: 1fr 1fr; }
  .order-meta { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  [data-reveal] { opacity: 1; translate: 0; }
}

@media print {
  .site-header,
  .site-footer,
  .hero-visual,
  .btn,
  .guide-nav { display: none !important; }
  body { background: #fff; color: #111; }
  p, .service-detail li, .feature-list li { color: #333; }
  .section, .page-hero { padding: 24px 0; min-height: auto; }
  * { box-shadow: none !important; }
}

/* =========================================================
   ALI ASGHAR DESIGN — MOBILE OPTIMIZATION
   Original design/content preserved. Mobile-only UX pass.
   ========================================================= */
@media (max-width: 820px){
  html,body{width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%}
  .shell{width:min(calc(100% - 28px),720px)}
  .site-header{height:68px}.site-header__inner{min-height:68px}
  .desktop-nav,.header-actions .btn{display:none!important}
  .menu-toggle{display:grid!important;place-items:center}
  .header-actions{margin-inline-start:auto}
  .mobile-menu{max-height:calc(100vh - 80px);overflow:auto}

  .hero{min-height:auto;padding:100px 0 38px}
  .hero-grid{grid-template-columns:1fr;gap:4px}
  .hero-copy{text-align:center;max-width:680px;margin-inline:auto}
  .hero h1{max-width:680px;margin-inline:auto}
  .hero-copy>p{max-width:620px;margin-inline:auto}
  .hero-actions{justify-content:center;flex-wrap:wrap}
  .hero-stats{justify-content:center}
  .hero-visual{height:clamp(420px,72vw,560px);width:100%;margin-top:-4px;overflow:visible}
  #hero-canvas{position:absolute;inset:-5% -12% -8%;width:124%;height:113%;max-width:none}
  .float-chip{z-index:5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}

  .proof-strip{overflow:hidden}.proof-strip__track{gap:30px}
  .section{padding-block:68px}.section-heading{display:block}.section-heading .btn{margin-top:14px}

  .service-grid{grid-template-columns:1fr 1fr;gap:11px}
  .service-card{min-height:275px;padding:19px;border-radius:19px}
  .service-card h3{font-size:1.05rem}.service-card p{font-size:.76rem}

  .about-panel{grid-template-columns:1fr;gap:22px;padding:21px}
  .portrait-scene{min-height:380px}.about-points{grid-template-columns:1fr 1fr}

  .steps-grid{grid-template-columns:1fr 1fr;gap:11px}.step-card{padding:19px}
  .pricing-grid{grid-template-columns:1fr;gap:12px}
  .price-card{min-height:auto;padding:23px}.price-card--featured{transform:none}
  .price-card__price{font-size:2rem}

  .guide-teaser{grid-template-columns:1fr;gap:22px;padding:23px}
  .guide-layout{grid-template-columns:1fr}.guide-nav{position:static;display:flex;overflow-x:auto;scrollbar-width:none;gap:7px;padding:8px}
  .guide-nav::-webkit-scrollbar{display:none}.guide-nav a{flex:0 0 auto;white-space:nowrap}

  .cta-panel{grid-template-columns:1fr;gap:20px;padding:26px}.cta-panel .btn{width:100%}
  .page-hero{min-height:auto;padding:112px 0 62px}.page-hero__inner{grid-template-columns:1fr;gap:24px}
  .service-detail-grid{grid-template-columns:1fr}.service-detail{grid-template-columns:58px 1fr;gap:15px;padding:21px;min-height:auto}

  .order-layout{grid-template-columns:1fr}.order-aside{position:static}.form-grid{grid-template-columns:1fr}.field--full{grid-column:auto}
  .schedule-widget{width:100%}
  .admin-page{padding-block:96px 55px}.admin-columns{grid-template-columns:1fr}.admin-stats{grid-template-columns:1fr 1fr}.orders-list{max-height:none}
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:9px}
  input,select,textarea,button{font-size:16px}
}
@media (max-width:560px){
  .shell{width:calc(100% - 24px)}.site-header{height:64px}.site-header__inner{min-height:64px}
  .brand__mark{width:36px;height:36px}.brand__text b{font-size:.79rem}.brand__text small{font-size:.45rem}
  .hero{padding-top:92px;padding-bottom:24px}.hero h1{font-size:clamp(2.45rem,13.5vw,3.3rem);line-height:1.2;letter-spacing:-.035em}
  .hero-kicker{font-size:.6rem;padding-inline:9px}.hero-copy>p{font-size:.86rem;line-height:1.95}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:9px}.hero-actions .btn{width:100%}
  .hero-stats{display:grid;grid-template-columns:repeat(3,1fr);width:100%;gap:0;margin-top:25px}.hero-stat{min-width:0;padding-inline:5px}.hero-stat strong{font-size:.9rem;white-space:nowrap}.hero-stat span{font-size:.52rem;line-height:1.5}
  .hero-visual{height:430px;margin-top:-5px}#hero-canvas{inset:-7% -25% -10%;width:150%;height:116%}
  .float-chip{min-width:106px;max-width:132px;padding:8px 10px;border-radius:13px}.float-chip b{font-size:.71rem}.float-chip span{font-size:.51rem;line-height:1.5}
  .section{padding-block:56px}.section-heading{margin-bottom:24px}.section-heading h2{font-size:1.82rem;line-height:1.35}.section-heading p{font-size:.77rem}
  .service-grid{grid-template-columns:1fr;gap:9px}.service-card{min-height:0;padding:18px}.service-card h3{margin-block:17px 8px;font-size:1.02rem}.service-card p{font-size:.75rem}.service-icon{width:42px;height:42px}
  .about-panel{padding:18px;border-radius:20px}.portrait-scene{min-height:315px}.about-copy h2{font-size:1.8rem}.about-copy p{font-size:.8rem}.about-points{grid-template-columns:1fr;gap:7px}.about-points span{font-size:.67rem}
  .steps-grid{grid-template-columns:1fr;gap:9px}.step-card{padding:18px}.step-card h3{margin-top:19px}
  .pricing-grid{grid-template-columns:1fr}.price-card{padding:20px;border-radius:20px}.price-card__price{font-size:1.82rem}
  .guide-teaser{padding:20px;border-radius:20px}.guide-teaser h2{font-size:1.72rem}.schedule-row{grid-template-columns:54px 1fr 48px;gap:7px;font-size:.57rem}
  .cta-panel{padding:22px;border-radius:20px}.cta-panel h2{font-size:1.82rem}.cta-panel .btn{width:100%}
  .page-hero{padding-top:105px}.page-hero h1{font-size:2.65rem}.page-hero p{font-size:.81rem}
  .service-detail{grid-template-columns:1fr;padding:19px}.service-detail__number{width:48px;height:48px}
  .order-form,.admin-login,.package-editor{padding:19px;border-radius:19px}.admin-stats{grid-template-columns:1fr}.editor-row{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{font-size:.59rem}
}
@supports(padding:max(0px)){.site-footer{padding-bottom:max(20px,env(safe-area-inset-bottom))}.site-header{padding-top:max(0px,env(safe-area-inset-top))}}


/* ===== ALI ASGHAR DESIGN PRO — WORDPRESS MOBILE FINISH ===== */
@font-face{font-family:VazirmatnLocal;src:url("fonts/vazirmatn-arabic-wght-normal-Cafbb7Zc.woff2") format("woff2");font-weight:100 900;font-style:normal;font-display:swap}
:root{--aad-gold:#D9B86C;--aad-gold-strong:#F2D58A;--aad-purple:#7C4DFF;--aad-purple-deep:#32155C}
html{scroll-behavior:smooth}body{font-family:VazirmatnLocal,Vazirmatn,Tahoma,sans-serif}
.text-gradient{background-image:linear-gradient(100deg,var(--aad-gold-strong),#B78CFF 65%,#9A6CFF);-webkit-background-clip:text;background-clip:text}
.btn--primary{box-shadow:0 10px 35px rgba(124,77,255,.18),inset 0 1px rgba(255,255,255,.16)}
.price-card--featured{border-color:rgba(217,184,108,.55)!important;box-shadow:0 18px 70px rgba(124,77,255,.18),0 0 0 1px rgba(217,184,108,.10)}
.price-card--featured .popular-tag{background:linear-gradient(135deg,var(--aad-gold),#8e6a25);color:#100d12}
.proof-strip{border-color:rgba(217,184,108,.14)}
.brand__mark{border-color:rgba(217,184,108,.65)!important;color:var(--aad-gold-strong)!important}
.eyebrow{color:#D9B86C}
@media(max-width:820px){
 .shell{width:min(calc(100% - 26px),720px)}
 .site-header__inner{min-height:66px}
 .header-phone,.desktop-nav{display:none!important}
 .menu-toggle{display:flex!important}
 .hero{padding-top:98px;min-height:auto}
 .hero-grid{grid-template-columns:1fr;gap:8px}
 .hero-copy{text-align:center}
 .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
 .hero-actions .btn{width:100%}
 .hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
 .hero-visual{height:440px;margin-top:0}
 #hero-canvas{width:125%;height:110%;left:-12.5%;top:-5%}
 .section{padding-block:58px}
 .section-heading{display:block}.section-heading .btn{margin-top:15px}
 .service-grid,.steps-grid{grid-template-columns:1fr 1fr;gap:12px}
 .about-panel,.guide-teaser,.cta-panel,.page-hero__inner,.order-layout{grid-template-columns:1fr}
 .about-points{grid-template-columns:1fr 1fr}
 .pricing-grid,.service-detail-grid{grid-template-columns:1fr}
 .price-card--featured{transform:none}
 .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
 .shell{width:calc(100% - 22px)}
 .hero h1{font-size:clamp(2.35rem,13vw,3.2rem)}
 .hero-visual{height:400px}
 .service-grid,.steps-grid,.about-points,.footer-grid{grid-template-columns:1fr}
 .section{padding-block:50px}
 .section-heading h2{font-size:1.9rem}
 .page-hero{padding-block:104px 50px}
 .page-hero h1{font-size:2.5rem}
 input,select,textarea,button{font-size:16px}
 .order-form{padding:18px}
}


/* ===== Premium footer + mobile conversion layer ===== */
.site-footer{
 position:relative;
 overflow:hidden;
 margin-top:40px;
 padding:76px 0 22px;
 border-top:1px solid rgba(190,147,255,.16);
 background:
  radial-gradient(circle at 18% 0%,rgba(133,72,245,.16),transparent 28rem),
  radial-gradient(circle at 84% 40%,rgba(101,61,185,.10),transparent 26rem),
  #07050b;
}
.footer-orbit{
 position:absolute;
 width:480px;height:480px;
 inset:auto -180px -300px auto;
 border:1px solid rgba(166,116,255,.16);
 border-radius:50%;
 box-shadow:0 0 0 34px rgba(166,116,255,.035),0 0 0 70px rgba(166,116,255,.02);
 transform:rotateX(62deg);
 pointer-events:none;
}
.footer-grid{
 position:relative;
 display:grid;
 grid-template-columns:1.45fr 1fr 1.1fr;
 gap:48px;
}
.footer-grid>div{display:grid;align-content:start;gap:9px}
.footer-grid h2{font-size:.92rem;margin:0 0 8px}
.footer-grid a,.footer-grid span{color:var(--muted);font-size:.86rem}
.footer-grid a:hover{color:#fff}
.footer-brand p{max-width:440px;margin:14px 0 0;line-height:2}
.footer-bottom{
 position:relative;
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:20px;
 margin-top:48px;
 padding-top:18px;
 border-top:1px solid var(--line);
 color:var(--muted-2);
 font-size:.75rem;
}
.footer-bottom a:hover{color:#fff}
.mobile-bottom-bar{display:none}
.not-found-page{display:grid;min-height:82vh;place-items:center;padding:140px 0 80px}
.not-found-card{
 position:relative;
 overflow:hidden;
 padding:56px;
 border:1px solid var(--line-bright);
 border-radius:32px;
 background:linear-gradient(145deg,rgba(28,19,42,.9),rgba(9,7,13,.95));
 box-shadow:0 35px 100px rgba(0,0,0,.48),inset 0 1px rgba(255,255,255,.08);
 text-align:center;
 transform:perspective(1100px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));
 transform-style:preserve-3d;
}
.not-found-number{
 margin:-5px 0 2px;
 font:800 clamp(5rem,17vw,11rem)/1 Arial,sans-serif;
 letter-spacing:-.09em;
 background:linear-gradient(135deg,#fff 5%,#c59bff 45%,#6d32df 100%);
 -webkit-background-clip:text;background-clip:text;color:transparent;
 text-shadow:0 20px 70px rgba(128,69,232,.2);
}
.not-found-card h1{font-size:clamp(1.7rem,4vw,2.7rem)}
.not-found-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:26px}
[data-tilt]{transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d}
@media (max-width:900px){
 .desktop-nav,.header-phone,.header-actions .btn{display:none}
 .menu-toggle{display:block}
 .footer-grid{grid-template-columns:1fr 1fr;gap:34px}
 .footer-brand{grid-column:1/-1}
}
@media (max-width:640px){
 :root{--shell:min(100% - 28px,1180px)}
 .site-header{height:70px}
 .site-header.is-scrolled{height:64px}
 .mobile-menu{inset:64px 10px auto}
 .brand__mark{width:36px;border-radius:12px}
 .brand__text b{font-size:.82rem}
 .brand__text small{font-size:.49rem}
 .section{padding-block:72px}
 .section--tight{padding-block:56px}
 .footer-grid{grid-template-columns:1fr;gap:26px}
 .footer-brand{grid-column:auto}
 .site-footer{padding:58px 0 88px}
 .footer-bottom{margin-top:30px;align-items:flex-start;flex-direction:column}
 .mobile-bottom-bar{
  position:fixed;z-index:98;display:grid;grid-template-columns:1fr 1fr 1.25fr;
  inset:auto 10px 10px;border:1px solid rgba(190,147,255,.24);
  border-radius:18px;padding:5px;background:rgba(10,7,14,.9);
  box-shadow:0 18px 50px rgba(0,0,0,.5);backdrop-filter:blur(18px)
 }
 .mobile-bottom-bar a{display:grid;place-items:center;min-height:43px;border-radius:13px;color:var(--muted);font-size:.72rem}
 .mobile-bottom-bar__primary{background:linear-gradient(135deg,#7136dc,#9a62ff)!important;color:#fff!important}
 .not-found-page{min-height:78vh;padding:110px 0 100px}
 .not-found-card{padding:38px 20px;border-radius:26px}
 .not-found-actions{display:grid}
 .not-found-actions .btn{width:100%}
}
