{"id":112,"date":"2026-04-03T23:49:38","date_gmt":"2026-04-03T23:49:38","guid":{"rendered":"https:\/\/parsheal.com\/?page_id=112"},"modified":"2026-04-03T23:49:38","modified_gmt":"2026-04-03T23:49:38","slug":"how-it-works","status":"publish","type":"page","link":"https:\/\/parsheal.com\/index.php\/how-it-works\/","title":{"rendered":"How It Works"},"content":{"rendered":"\n\n\n\n\n\n\n\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>How Pars Heal Works for Iranians Abroad | Pars Heal<\/title>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900&amp;display=swap\" rel=\"stylesheet\">\n\n  <style>\n    :root{\n      --primary:#1f8bff;\n      --primary-2:#5d6dff;\n      --primary-3:#8b5cf6;\n      --dark:#152443;\n      --text:#31415f;\n      --muted:#74829b;\n      --line:#dde7f6;\n      --bg:#f4f8ff;\n      --card:#ffffff;\n      --navy:#0f2d6d;\n      --navy-2:#163e97;\n      --success:#18b46b;\n      --soft-blue:#eef5ff;\n      --soft-purple:#f4efff;\n      --soft-green:#ecfbf3;\n      --shadow:0 18px 40px rgba(24,48,94,.08);\n      --shadow-lg:0 28px 60px rgba(24,48,94,.14);\n      --radius:28px;\n      --container:1380px;\n    }\n\n    *{\n      box-sizing:border-box;\n      margin:0;\n      padding:0;\n    }\n\n    html{\n      scroll-behavior:smooth;\n    }\n\n    body{\n      font-family:'Inter', Arial, Helvetica, sans-serif;\n      background:var(--bg);\n      color:var(--text);\n      line-height:1.6;\n      overflow-x:hidden;\n    }\n\n    a{\n      color:inherit;\n      text-decoration:none;\n    }\n\n    img{\n      display:block;\n      max-width:100%;\n    }\n\n    .container{\n      width:min(var(--container), calc(100% - 32px));\n      margin:0 auto;\n    }\n\n    .btn{\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      min-height:54px;\n      padding:0 24px;\n      border-radius:18px;\n      font-size:15px;\n      font-weight:800;\n      border:none;\n      cursor:pointer;\n      transition:.25s ease;\n    }\n\n    .btn-primary{\n      color:#fff;\n      background:linear-gradient(135deg,var(--primary), var(--primary-2));\n      box-shadow:0 12px 24px rgba(31,139,255,.22);\n    }\n\n    .btn-primary:hover{\n      transform:translateY(-2px);\n      box-shadow:0 18px 30px rgba(31,139,255,.28);\n    }\n\n    .btn-secondary{\n      color:var(--dark);\n      background:#fff;\n      border:1px solid #d8e5fb;\n    }\n\n    .btn-secondary:hover{\n      transform:translateY(-2px);\n      box-shadow:var(--shadow);\n    }\n\n    .btn-light{\n      background:#fff;\n      color:#123672;\n    }\n\n    .btn-light:hover{\n      transform:translateY(-2px);\n    }\n\n    .btn-ghost{\n      background:rgba(255,255,255,.08);\n      color:#fff;\n      border:1px solid rgba(255,255,255,.18);\n    }\n\n    .btn-ghost:hover{\n      background:rgba(255,255,255,.14);\n      transform:translateY(-2px);\n    }\n\n    .btn-sm{\n      min-height:42px;\n      border-radius:14px;\n      padding:0 16px;\n      font-size:14px;\n    }\n\n    .eyebrow{\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      min-height:42px;\n      padding:8px 16px;\n      border-radius:999px;\n      background:rgba(255,255,255,.86);\n      border:1px solid rgba(31,139,255,.14);\n      color:var(--primary);\n      font-size:12px;\n      font-weight:800;\n      letter-spacing:.08em;\n      text-transform:uppercase;\n      box-shadow:0 10px 24px rgba(31,139,255,.08);\n    }\n\n    .section{\n      padding:94px 0;\n      position:relative;\n    }\n\n    .section-head{\n      max-width:860px;\n      margin:0 auto 54px;\n      text-align:center;\n    }\n\n    .section-head h2{\n      margin:14px 0 14px;\n      color:var(--dark);\n      font-size:56px;\n      line-height:1.04;\n      letter-spacing:-1.8px;\n      font-weight:900;\n    }\n\n    .section-head p{\n      color:var(--muted);\n      font-size:18px;\n      line-height:1.85;\n    }\n\n    \/* HEADER *\/\n    .site-header{\n      position:sticky;\n      top:0;\n      z-index:1000;\n      padding:16px 0;\n      background:rgba(244,248,255,.82);\n      backdrop-filter:blur(14px);\n    }\n\n    .nav{\n      display:flex;\n      align-items:center;\n      justify-content:space-between;\n      gap:18px;\n      padding:14px 18px;\n      border-radius:26px;\n      background:rgba(255,255,255,.86);\n      border:1px solid rgba(255,255,255,.84);\n      box-shadow:0 12px 30px rgba(30,65,120,.10);\n    }\n\n    .brand{\n      display:flex;\n      align-items:center;\n      gap:12px;\n      padding:10px 16px;\n      border-radius:20px;\n      background:linear-gradient(135deg,var(--primary), var(--primary-2));\n      color:#fff;\n      min-width:max-content;\n      box-shadow:0 14px 30px rgba(31,139,255,.24);\n    }\n\n    .brand-mark{\n      width:42px;\n      height:42px;\n      border-radius:14px;\n      background:rgba(255,255,255,.18);\n      display:flex;\n      align-items:center;\n      justify-content:center;\n      font-size:20px;\n      font-weight:900;\n    }\n\n    .brand-text strong{\n      display:block;\n      font-size:23px;\n      line-height:1;\n      font-weight:900;\n      letter-spacing:-.5px;\n    }\n\n    .brand-text span{\n      display:block;\n      margin-top:3px;\n      font-size:11px;\n      font-weight:700;\n      letter-spacing:.12em;\n      text-transform:uppercase;\n      opacity:.95;\n    }\n\n    .nav-menu{\n      display:flex;\n      align-items:center;\n      gap:8px;\n      list-style:none;\n      flex-wrap:wrap;\n    }\n\n    .nav-menu a{\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      min-height:44px;\n      padding:0 16px;\n      border-radius:14px;\n      color:var(--dark);\n      font-size:14px;\n      font-weight:700;\n      transition:.25s ease;\n    }\n\n    .nav-menu a:hover,\n    .nav-menu a.active{\n      background:#eef5ff;\n      color:var(--primary);\n      box-shadow:inset 0 0 0 1px #d8e7ff;\n    }\n\n    \/* HERO *\/\n    .hero{\n      position:relative;\n      padding:58px 0 88px;\n      overflow:hidden;\n    }\n\n    .hero::before{\n      content:\"\";\n      position:absolute;\n      inset:0;\n      background:\n        radial-gradient(circle at 10% 10%, rgba(31,139,255,.15), transparent 28%),\n        radial-gradient(circle at 88% 12%, rgba(93,109,255,.10), transparent 24%),\n        radial-gradient(circle at 55% 0%, rgba(139,92,246,.08), transparent 20%),\n        linear-gradient(180deg,#f8fbff 0%, #eef4ff 100%);\n      z-index:-2;\n    }\n\n    .hero-grid{\n      display:grid;\n      grid-template-columns:1.05fr .95fr;\n      gap:34px;\n      align-items:center;\n    }\n\n    .hero-copy h1{\n      margin:18px 0 18px;\n      color:var(--dark);\n      font-size:72px;\n      line-height:1;\n      letter-spacing:-2.4px;\n      font-weight:900;\n      max-width:840px;\n    }\n\n    .hero-copy h1 span{\n      background:linear-gradient(135deg,var(--primary), var(--primary-2), var(--primary-3));\n      -webkit-background-clip:text;\n      -webkit-text-fill-color:transparent;\n      background-clip:text;\n      color:transparent;\n    }\n\n    .hero-copy p{\n      max-width:720px;\n      color:var(--muted);\n      font-size:18px;\n      line-height:1.9;\n      margin-bottom:28px;\n    }\n\n    .hero-actions{\n      display:flex;\n      gap:14px;\n      flex-wrap:wrap;\n      margin-bottom:34px;\n    }\n\n    .hero-mini{\n      display:grid;\n      grid-template-columns:repeat(3, minmax(0,1fr));\n      gap:16px;\n      max-width:780px;\n    }\n\n    .hero-mini-card{\n      padding:18px;\n      border-radius:22px;\n      background:rgba(255,255,255,.84);\n      border:1px solid rgba(255,255,255,.88);\n      box-shadow:var(--shadow);\n    }\n\n    .hero-mini-card strong{\n      display:block;\n      margin-bottom:6px;\n      color:var(--dark);\n      font-size:24px;\n      line-height:1;\n      font-weight:900;\n    }\n\n    .hero-mini-card span{\n      display:block;\n      color:var(--muted);\n      font-size:14px;\n      line-height:1.6;\n    }\n\n    .hero-visual{\n      position:relative;\n      min-height:560px;\n    }\n\n    .hero-card{\n      position:absolute;\n      inset:0;\n      border-radius:36px;\n      overflow:hidden;\n      background:\n        linear-gradient(160deg, #ffffff 0%, #f5f9ff 100%);\n      box-shadow:var(--shadow-lg);\n      border:1px solid rgba(255,255,255,.84);\n      padding:24px;\n    }\n\n    .flow-demo{\n      height:100%;\n      display:grid;\n      grid-template-rows:auto 1fr auto;\n      gap:18px;\n    }\n\n    .flow-top{\n      display:flex;\n      gap:10px;\n      flex-wrap:wrap;\n    }\n\n    .chip{\n      min-height:36px;\n      padding:8px 12px;\n      border-radius:999px;\n      background:#eef5ff;\n      color:var(--primary);\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      font-size:12px;\n      font-weight:800;\n      letter-spacing:.05em;\n      text-transform:uppercase;\n    }\n\n    .flow-steps{\n      display:grid;\n      gap:14px;\n      align-content:start;\n    }\n\n    .flow-step{\n      display:grid;\n      grid-template-columns:54px 1fr;\n      gap:14px;\n      align-items:start;\n      padding:16px;\n      border-radius:22px;\n      background:#fff;\n      border:1px solid #e2ebf8;\n      box-shadow:0 10px 24px rgba(24,48,94,.05);\n    }\n\n    .flow-step:nth-child(2){\n      transform:translateX(24px);\n    }\n\n    .flow-step:nth-child(3){\n      transform:translateX(48px);\n    }\n\n    .flow-step:nth-child(4){\n      transform:translateX(24px);\n    }\n\n    .flow-step:nth-child(5){\n      transform:translateX(0);\n    }\n\n    .flow-index{\n      width:54px;\n      height:54px;\n      border-radius:18px;\n      display:flex;\n      align-items:center;\n      justify-content:center;\n      background:linear-gradient(135deg,var(--primary), var(--primary-2));\n      color:#fff;\n      font-size:18px;\n      font-weight:900;\n      box-shadow:0 12px 24px rgba(31,139,255,.20);\n    }\n\n    .flow-step h4{\n      color:var(--dark);\n      font-size:18px;\n      line-height:1.2;\n      font-weight:900;\n      margin-bottom:6px;\n    }\n\n    .flow-step p{\n      color:var(--muted);\n      font-size:13px;\n      line-height:1.7;\n    }\n\n    .flow-bottom{\n      display:grid;\n      grid-template-columns:repeat(2, minmax(0,1fr));\n      gap:14px;\n    }\n\n    .flow-stat{\n      padding:16px;\n      border-radius:22px;\n      background:linear-gradient(135deg,#0f2d74,#16429c);\n      color:#fff;\n      box-shadow:0 18px 28px rgba(15,45,116,.18);\n    }\n\n    .flow-stat strong{\n      display:block;\n      font-size:24px;\n      line-height:1;\n      font-weight:900;\n      margin-bottom:6px;\n    }\n\n    .flow-stat span{\n      display:block;\n      color:rgba(255,255,255,.84);\n      font-size:13px;\n      line-height:1.6;\n    }\n\n    \/* INNOVATION BAND *\/\n    .innovation-wrap{\n      display:grid;\n      grid-template-columns:1.05fr .95fr;\n      gap:24px;\n      align-items:stretch;\n    }\n\n    .innovation-card,\n    .innovation-side{\n      border-radius:30px;\n      box-shadow:var(--shadow);\n      overflow:hidden;\n      border:1px solid rgba(255,255,255,.84);\n    }\n\n    .innovation-card{\n      background:#fff;\n      padding:32px;\n    }\n\n    .innovation-side{\n      background:\n        linear-gradient(135deg,rgba(15,41,92,.98), rgba(28,73,165,.96));\n      color:#fff;\n      padding:32px;\n      box-shadow:var(--shadow-lg);\n    }\n\n    .innovation-card h3,\n    .innovation-side h3{\n      margin:14px 0 14px;\n      font-size:36px;\n      line-height:1.08;\n      letter-spacing:-1px;\n      font-weight:900;\n    }\n\n    .innovation-card p{\n      color:var(--muted);\n      font-size:16px;\n      line-height:1.85;\n      margin-bottom:18px;\n    }\n\n    .innovation-side p{\n      color:rgba(255,255,255,.84);\n      font-size:16px;\n      line-height:1.85;\n      margin-bottom:18px;\n    }\n\n    .innovation-list{\n      display:grid;\n      gap:14px;\n      margin-top:18px;\n    }\n\n    .innovation-item{\n      display:grid;\n      grid-template-columns:54px 1fr;\n      gap:14px;\n      align-items:start;\n      padding:14px 0;\n      border-top:1px solid rgba(31,139,255,.10);\n    }\n\n    .innovation-item:first-child{\n      border-top:none;\n      padding-top:0;\n    }\n\n    .innovation-icon{\n      width:54px;\n      height:54px;\n      border-radius:18px;\n      display:flex;\n      align-items:center;\n      justify-content:center;\n      background:linear-gradient(135deg,#edf5ff,#dfeeff);\n      color:var(--primary);\n      font-size:20px;\n      font-weight:900;\n    }\n\n    .innovation-item h4{\n      color:var(--dark);\n      font-size:19px;\n      font-weight:900;\n      margin-bottom:6px;\n    }\n\n    .innovation-item p{\n      color:var(--muted);\n      font-size:14px;\n      line-height:1.75;\n      margin:0;\n    }\n\n    .innovation-side-grid{\n      display:grid;\n      grid-template-columns:repeat(2, minmax(0,1fr));\n      gap:14px;\n      margin-top:22px;\n    }\n\n    .innovation-metric{\n      padding:16px;\n      border-radius:18px;\n      background:rgba(255,255,255,.10);\n      border:1px solid rgba(255,255,255,.14);\n    }\n\n    .innovation-metric strong{\n      display:block;\n      font-size:24px;\n      line-height:1;\n      font-weight:900;\n      margin-bottom:6px;\n    }\n\n    .innovation-metric span{\n      color:rgba(255,255,255,.82);\n      font-size:13px;\n      line-height:1.6;\n    }\n\n    \/* DUAL PATHWAYS *\/\n    .pathways-grid{\n      display:grid;\n      grid-template-columns:repeat(2, minmax(0,1fr));\n      gap:24px;\n    }\n\n    .path-card{\n      position:relative;\n      background:rgba(255,255,255,.94);\n      border:1px solid rgba(255,255,255,.86);\n      border-radius:30px;\n      overflow:hidden;\n      box-shadow:var(--shadow);\n      transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;\n      display:flex;\n      flex-direction:column;\n    }\n\n    .path-card:hover{\n      transform:translateY(-10px);\n      box-shadow:var(--shadow-lg);\n      border-color:rgba(31,139,255,.16);\n    }\n\n    .path-card.featured::before{\n      content:\"Core Path\";\n      position:absolute;\n      top:16px;\n      right:16px;\n      z-index:3;\n      min-height:34px;\n      padding:8px 12px;\n      border-radius:999px;\n      background:rgba(255,255,255,.94);\n      color:#16467e;\n      font-size:12px;\n      font-weight:800;\n      letter-spacing:.05em;\n      text-transform:uppercase;\n      box-shadow:0 10px 20px rgba(20,49,93,.12);\n    }\n\n    .path-media{\n      position:relative;\n      height:250px;\n      background-size:cover;\n      background-position:center;\n    }\n\n    .path-media::after{\n      content:\"\";\n      position:absolute;\n      inset:0;\n      background:\n        linear-gradient(180deg, rgba(12,25,56,.05) 0%, rgba(12,25,56,.24) 100%),\n        linear-gradient(135deg, rgba(31,139,255,.18), rgba(93,109,255,.06) 55%, transparent 100%);\n    }\n\n    .path-body{\n      padding:24px 24px 26px;\n      display:flex;\n      flex-direction:column;\n      flex:1 1 auto;\n    }\n\n    .path-pill{\n      display:inline-flex;\n      align-self:flex-start;\n      min-height:34px;\n      padding:7px 12px;\n      border-radius:999px;\n      background:#eef5ff;\n      color:var(--primary);\n      font-size:12px;\n      font-weight:800;\n      letter-spacing:.05em;\n      text-transform:uppercase;\n      margin-bottom:14px;\n    }\n\n    .path-body h3{\n      margin:0 0 12px;\n      color:var(--dark);\n      font-size:30px;\n      line-height:1.08;\n      letter-spacing:-.9px;\n      font-weight:900;\n    }\n\n    .path-body p{\n      margin:0 0 18px;\n      color:var(--muted);\n      font-size:15px;\n      line-height:1.8;\n      min-height:88px;\n    }\n\n    .path-list{\n      list-style:none;\n      display:grid;\n      gap:10px;\n      margin-bottom:24px;\n    }\n\n    .path-list li{\n      position:relative;\n      padding-left:24px;\n      color:var(--text);\n      font-size:14px;\n      font-weight:600;\n      line-height:1.55;\n    }\n\n    .path-list li::before{\n      content:\"\";\n      position:absolute;\n      top:7px;\n      left:0;\n      width:10px;\n      height:10px;\n      border-radius:50%;\n      background:linear-gradient(135deg,var(--primary), var(--primary-2));\n      box-shadow:0 0 0 5px rgba(31,139,255,.08);\n    }\n\n    .path-actions{\n      display:flex;\n      gap:12px;\n      flex-wrap:wrap;\n      margin-top:auto;\n    }\n\n    \/* MASTER STEPS *\/\n    .master-flow{\n      display:grid;\n      gap:20px;\n    }\n\n    .master-step{\n      display:grid;\n      grid-template-columns:96px 1fr 280px;\n      gap:20px;\n      align-items:center;\n      padding:22px;\n      border-radius:28px;\n      background:rgba(255,255,255,.94);\n      border:1px solid rgba(255,255,255,.86);\n      box-shadow:var(--shadow);\n      transition:.25s ease;\n    }\n\n    .master-step:hover{\n      transform:translateY(-4px);\n      box-shadow:var(--shadow-lg);\n    }\n\n    .master-index{\n      width:96px;\n      height:96px;\n      border-radius:28px;\n      display:flex;\n      flex-direction:column;\n      align-items:center;\n      justify-content:center;\n      background:linear-gradient(135deg,var(--primary), var(--primary-2));\n      color:#fff;\n      box-shadow:0 16px 28px rgba(31,139,255,.20);\n    }\n\n    .master-index strong{\n      font-size:28px;\n      line-height:1;\n      font-weight:900;\n      margin-bottom:6px;\n    }\n\n    .master-index span{\n      font-size:12px;\n      font-weight:800;\n      letter-spacing:.08em;\n      text-transform:uppercase;\n      opacity:.92;\n    }\n\n    .master-content h3{\n      color:var(--dark);\n      font-size:28px;\n      line-height:1.1;\n      font-weight:900;\n      margin-bottom:10px;\n      letter-spacing:-.7px;\n    }\n\n    .master-content p{\n      color:var(--muted);\n      font-size:15px;\n      line-height:1.85;\n      max-width:760px;\n    }\n\n    .master-side{\n      border-radius:22px;\n      padding:18px;\n      background:linear-gradient(180deg,#fbfdff 0%, #f4f8ff 100%);\n      border:1px solid #dfe8f6;\n    }\n\n    .master-side strong{\n      display:block;\n      color:var(--dark);\n      font-size:16px;\n      font-weight:900;\n      margin-bottom:8px;\n    }\n\n    .master-side p{\n      color:var(--muted);\n      font-size:13px;\n      line-height:1.75;\n    }\n\n    \/* WHAT YOU NEED *\/\n    .needs-grid{\n      display:grid;\n      grid-template-columns:repeat(4, minmax(0,1fr));\n      gap:22px;\n    }\n\n    .need-card{\n      background:#fff;\n      border-radius:26px;\n      padding:26px 22px;\n      box-shadow:var(--shadow);\n      border:1px solid rgba(255,255,255,.84);\n    }\n\n    .need-icon{\n      width:58px;\n      height:58px;\n      border-radius:18px;\n      display:flex;\n      align-items:center;\n      justify-content:center;\n      background:linear-gradient(135deg,#edf5ff,#dfeeff);\n      color:var(--primary);\n      font-size:22px;\n      font-weight:900;\n      margin-bottom:18px;\n    }\n\n    .need-card h3{\n      margin-bottom:10px;\n      color:var(--dark);\n      font-size:22px;\n      line-height:1.2;\n      font-weight:900;\n    }\n\n    .need-card p{\n      color:var(--muted);\n      font-size:15px;\n      line-height:1.75;\n    }\n\n    \/* SPLIT EXPLANATION *\/\n    .split-panel{\n      display:grid;\n      grid-template-columns:1.06fr .94fr;\n      gap:28px;\n      align-items:stretch;\n    }\n\n    .panel-box{\n      background:#fff;\n      border-radius:30px;\n      padding:32px;\n      box-shadow:var(--shadow);\n      border:1px solid rgba(255,255,255,.86);\n    }\n\n    .panel-box h3{\n      margin:14px 0 12px;\n      color:var(--dark);\n      font-size:36px;\n      line-height:1.08;\n      letter-spacing:-.9px;\n      font-weight:900;\n    }\n\n    .panel-box p{\n      color:var(--muted);\n      font-size:16px;\n      line-height:1.85;\n      margin-bottom:18px;\n    }\n\n    .panel-list{\n      list-style:none;\n      display:grid;\n      gap:12px;\n    }\n\n    .panel-list li{\n      position:relative;\n      padding-left:26px;\n      color:var(--text);\n      font-size:15px;\n      font-weight:600;\n      line-height:1.7;\n    }\n\n    .panel-list li::before{\n      content:\"\";\n      position:absolute;\n      top:9px;\n      left:0;\n      width:10px;\n      height:10px;\n      border-radius:50%;\n      background:linear-gradient(135deg,var(--primary), var(--primary-2));\n      box-shadow:0 0 0 5px rgba(31,139,255,.08);\n    }\n\n    .panel-side{\n      border-radius:30px;\n      padding:32px;\n      background:linear-gradient(135deg,rgba(15,41,92,.98), rgba(28,73,165,.96));\n      color:#fff;\n      box-shadow:var(--shadow-lg);\n    }\n\n    .panel-side h3{\n      margin:14px 0 12px;\n      font-size:36px;\n      line-height:1.08;\n      letter-spacing:-.9px;\n      font-weight:900;\n    }\n\n    .panel-side p{\n      color:rgba(255,255,255,.84);\n      font-size:16px;\n      line-height:1.85;\n      margin-bottom:18px;\n    }\n\n    .mini-stats{\n      display:grid;\n      grid-template-columns:repeat(2, minmax(0,1fr));\n      gap:14px;\n      margin-top:22px;\n    }\n\n    .mini-stat{\n      background:rgba(255,255,255,.10);\n      border:1px solid rgba(255,255,255,.14);\n      border-radius:18px;\n      padding:16px;\n    }\n\n    .mini-stat strong{\n      display:block;\n      font-size:22px;\n      line-height:1;\n      font-weight:900;\n      margin-bottom:6px;\n    }\n\n    .mini-stat span{\n      color:rgba(255,255,255,.82);\n      font-size:13px;\n      line-height:1.6;\n    }\n\n    \/* CTA *\/\n    .big-cta{\n      border-radius:34px;\n      overflow:hidden;\n      padding:46px;\n      color:#fff;\n      background:\n        linear-gradient(135deg,rgba(15,41,92,.98), rgba(28,73,165,.96)),\n        radial-gradient(circle at 20% 20%, rgba(255,255,255,.10), transparent 22%);\n      box-shadow:var(--shadow-lg);\n      display:grid;\n      grid-template-columns:1.1fr .9fr;\n      gap:28px;\n      align-items:center;\n    }\n\n    .big-cta h2{\n      margin:14px 0 14px;\n      font-size:52px;\n      line-height:1.04;\n      letter-spacing:-1.6px;\n      font-weight:900;\n    }\n\n    .big-cta p{\n      color:rgba(255,255,255,.84);\n      font-size:17px;\n      line-height:1.85;\n      max-width:640px;\n      margin-bottom:24px;\n    }\n\n    .cta-actions{\n      display:flex;\n      gap:14px;\n      flex-wrap:wrap;\n    }\n\n    .cta-stats{\n      display:grid;\n      grid-template-columns:repeat(2, minmax(0,1fr));\n      gap:18px;\n    }\n\n    .cta-stat{\n      background:rgba(255,255,255,.10);\n      border:1px solid rgba(255,255,255,.12);\n      border-radius:22px;\n      padding:20px;\n      backdrop-filter:blur(6px);\n    }\n\n    .cta-stat strong{\n      display:block;\n      margin-bottom:8px;\n      font-size:30px;\n      line-height:1;\n      font-weight:900;\n    }\n\n    .cta-stat span{\n      color:rgba(255,255,255,.82);\n      font-size:14px;\n      line-height:1.65;\n    }\n\n    \/* FAQ *\/\n    .faq-wrap{\n      max-width:980px;\n      margin:0 auto;\n      display:grid;\n      gap:16px;\n    }\n\n    .faq-item{\n      background:#fff;\n      border-radius:22px;\n      box-shadow:var(--shadow);\n      border:1px solid rgba(255,255,255,.84);\n      overflow:hidden;\n    }\n\n    .faq-question{\n      width:100%;\n      border:none;\n      background:none;\n      padding:24px 26px;\n      display:flex;\n      align-items:center;\n      justify-content:space-between;\n      gap:18px;\n      cursor:pointer;\n      text-align:left;\n      font-family:inherit;\n      color:var(--dark);\n      font-size:18px;\n      font-weight:800;\n    }\n\n    .faq-icon{\n      width:34px;\n      height:34px;\n      border-radius:12px;\n      background:#eef5ff;\n      color:var(--primary);\n      display:flex;\n      align-items:center;\n      justify-content:center;\n      font-size:22px;\n      font-weight:700;\n      flex:0 0 34px;\n      transition:.25s ease;\n    }\n\n    .faq-answer{\n      max-height:0;\n      overflow:hidden;\n      transition:max-height .35s ease;\n    }\n\n    .faq-answer-inner{\n      padding:0 26px 24px;\n      color:var(--muted);\n      font-size:15px;\n      line-height:1.8;\n    }\n\n    .faq-item.active .faq-answer{\n      max-height:320px;\n    }\n\n    .faq-item.active .faq-icon{\n      transform:rotate(45deg);\n    }\n\n    @media (max-width: 1250px){\n      .hero-grid,\n      .innovation-wrap,\n      .split-panel,\n      .big-cta{\n        grid-template-columns:1fr;\n      }\n\n      .hero-copy h1{\n        font-size:56px;\n      }\n\n      .pathways-grid{\n        grid-template-columns:1fr;\n      }\n\n      .master-step{\n        grid-template-columns:90px 1fr;\n      }\n\n      .master-side{\n        grid-column:1 \/ -1;\n      }\n\n      .needs-grid{\n        grid-template-columns:repeat(2, minmax(0,1fr));\n      }\n    }\n\n    @media (max-width: 920px){\n      .nav{\n        flex-direction:column;\n        align-items:stretch;\n      }\n\n      .nav-menu{\n        justify-content:flex-start;\n      }\n\n      .hero-copy h1{\n        font-size:42px;\n        letter-spacing:-1.2px;\n      }\n\n      .hero-copy p{\n        font-size:16px;\n      }\n\n      .hero-mini,\n      .needs-grid,\n      .cta-stats,\n      .mini-stats,\n      .innovation-side-grid{\n        grid-template-columns:1fr;\n      }\n\n      .benefit-grid,\n      .process-grid{\n        grid-template-columns:repeat(2, minmax(0,1fr));\n      }\n\n      .hero-visual{\n        min-height:420px;\n      }\n\n      .hero-card{\n        position:relative;\n        min-height:420px;\n      }\n\n      .flow-step:nth-child(2),\n      .flow-step:nth-child(3),\n      .flow-step:nth-child(4),\n      .flow-step:nth-child(5){\n        transform:none;\n      }\n\n      .section-head h2{\n        font-size:40px;\n      }\n\n      .big-cta h2{\n        font-size:38px;\n      }\n\n      .master-step{\n        grid-template-columns:1fr;\n      }\n\n      .master-index{\n        width:84px;\n        height:84px;\n      }\n    }\n\n    @media (max-width: 700px){\n      .container{\n        width:min(var(--container), calc(100% - 20px));\n      }\n\n      .site-header{\n        padding:12px 0;\n      }\n\n      .nav{\n        padding:14px;\n        border-radius:22px;\n      }\n\n      .brand{\n        width:100%;\n        justify-content:center;\n      }\n\n      .brand-text strong{\n        font-size:20px;\n      }\n\n      .hero{\n        padding:36px 0 60px;\n      }\n\n      .hero-copy h1{\n        font-size:34px;\n      }\n\n      .hero-card{\n        min-height:340px;\n        padding:18px;\n      }\n\n      .flow-bottom,\n      .benefit-grid,\n      .process-grid{\n        grid-template-columns:1fr;\n      }\n\n      .section{\n        padding:64px 0;\n      }\n\n      .section-head{\n        margin-bottom:32px;\n      }\n\n      .section-head h2{\n        font-size:32px;\n      }\n\n      .innovation-card,\n      .innovation-side,\n      .panel-box,\n      .panel-side{\n        padding:24px 20px;\n        border-radius:24px;\n      }\n\n      .innovation-card h3,\n      .innovation-side h3,\n      .panel-box h3,\n      .panel-side h3{\n        font-size:28px;\n      }\n\n      .big-cta{\n        padding:28px 22px;\n        border-radius:28px;\n      }\n\n      .big-cta h2{\n        font-size:30px;\n      }\n\n      .faq-question{\n        font-size:16px;\n        padding:20px;\n      }\n\n      .faq-answer-inner{\n        padding:0 20px 20px;\n      }\n\n      .cta-actions{\n        flex-direction:column;\n      }\n\n      .cta-actions a{\n        width:100%;\n      }\n\n      .flow-step{\n        grid-template-columns:1fr;\n      }\n\n      .flow-index{\n        width:48px;\n        height:48px;\n        border-radius:16px;\n      }\n    }\n  <\/style>\n\n\n\n  <header class=\"site-header\">\n    <div class=\"container\">\n      <nav class=\"nav\">\n        <a href=\"#\" class=\"brand\">\n          <div class=\"brand-mark\">P<\/div>\n          <div class=\"brand-text\">\n            <strong>Pars Heal<\/strong>\n            <span>Medical Services Abroad<\/span>\n          <\/div>\n        <\/a>\n\n        <ul class=\"nav-menu\">\n          <li><a href=\"#\">Home<\/a><\/li>\n          <li><a href=\"#\">Services<\/a><\/li>\n          <li><a href=\"#\">Book in Iran<\/a><\/li>\n          <li><a href=\"#\">Online Consultations<\/a><\/li>\n          <li><a href=\"#\" class=\"active\">How It Works<\/a><\/li>\n          <li><a href=\"#\">FAQ<\/a><\/li>\n          <li><a href=\"#\">Contact<\/a><\/li>\n        <\/ul>\n\n        <a href=\"#\" class=\"btn btn-primary btn-sm\">Start Your Booking<\/a>\n      <\/nav>\n    <\/div>\n  <\/header>\n\n  <section class=\"hero\">\n    <div class=\"container\">\n      <div class=\"hero-grid\">\n        <div class=\"hero-copy\">\n          <div class=\"eyebrow\">How Pars Heal Works<\/div>\n          <h1>A <span>clearer care journey<\/span> for Iranians abroad<\/h1>\n          <p>\n            Pars Heal is designed to reduce confusion around booking treatment in Iran or accessing online consultations. Instead of leaving users uncertain, the process is structured, transparent, and easier to follow from the first click.\n          <\/p>\n\n          <div class=\"hero-actions\">\n            <a href=\"#journey\" class=\"btn btn-primary\">Explore the Journey<\/a>\n            <a href=\"#faq\" class=\"btn btn-secondary\">View FAQ<\/a>\n          <\/div>\n\n          <div class=\"hero-mini\">\n            <div class=\"hero-mini-card\">\n              <strong>Simple<\/strong>\n              <span>A user-first process instead of a heavy medical workflow<\/span>\n            <\/div>\n            <div class=\"hero-mini-card\">\n              <strong>Guided<\/strong>\n              <span>Each step explains what happens next and why<\/span>\n            <\/div>\n            <div class=\"hero-mini-card\">\n              <strong>Flexible<\/strong>\n              <span>Works for both Book in Iran and Online Consultation paths<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"hero-visual\">\n          <div class=\"hero-card\">\n            <div class=\"flow-demo\">\n              <div class=\"flow-top\">\n                <div class=\"chip\">Discover<\/div>\n                <div class=\"chip\">Choose<\/div>\n                <div class=\"chip\">Submit<\/div>\n                <div class=\"chip\">Coordinate<\/div>\n                <div class=\"chip\">Move Forward<\/div>\n              <\/div>\n\n              <div class=\"flow-steps\">\n                <div class=\"flow-step\">\n                  <div class=\"flow-index\">1<\/div>\n                  <div>\n                    <h4>Choose a care pathway<\/h4>\n                    <p>Select whether you need treatment in Iran or an online consultation based on your current situation.<\/p>\n                  <\/div>\n                <\/div>\n\n                <div class=\"flow-step\">\n                  <div class=\"flow-index\">2<\/div>\n                  <div>\n                    <h4>Submit a focused request<\/h4>\n                    <p>Share only the information needed to understand your goal, without creating a heavy first-step experience.<\/p>\n                  <\/div>\n                <\/div>\n\n                <div class=\"flow-step\">\n                  <div class=\"flow-index\">3<\/div>\n                  <div>\n                    <h4>Receive clarification<\/h4>\n                    <p>If needed, additional context or medical details can be requested later in a more controlled way.<\/p>\n                  <\/div>\n                <\/div>\n\n                <div class=\"flow-step\">\n                  <div class=\"flow-index\">4<\/div>\n                  <div>\n                    <h4>Understand your next step<\/h4>\n                    <p>Users move forward with clearer expectations about consultations, timing, travel, or support.<\/p>\n                  <\/div>\n                <\/div>\n\n                <div class=\"flow-step\">\n                  <div class=\"flow-index\">5<\/div>\n                  <div>\n                    <h4>Proceed with confidence<\/h4>\n                    <p>The process becomes more organized, more predictable, and less stressful for people abroad.<\/p>\n                  <\/div>\n                <\/div>\n              <\/div>\n\n              <div class=\"flow-bottom\">\n                <div class=\"flow-stat\">\n                  <strong>2 Paths<\/strong>\n                  <span>Book in Iran or Online Consultation<\/span>\n                <\/div>\n                <div class=\"flow-stat\">\n                  <strong>1 Goal<\/strong>\n                  <span>Reduce friction and improve clarity<\/span>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"section\">\n    <div class=\"container\">\n      <div class=\"innovation-wrap\">\n        <div class=\"innovation-card\">\n          <div class=\"eyebrow\">Why This Design Works<\/div>\n          <h3>This is not a clinic site. It is a guided decision-making experience.<\/h3>\n          <p>\n            A traditional medical website usually assumes the patient already knows what to do next. Pars Heal is different. It is designed for users who are abroad, uncertain, and trying to understand how to begin without feeling overwhelmed.\n          <\/p>\n\n          <div class=\"innovation-list\">\n            <div class=\"innovation-item\">\n              <div class=\"innovation-icon\">01<\/div>\n              <div>\n                <h4>Fewer barriers at the beginning<\/h4>\n                <p>The first interaction should feel easier than a hospital admission, especially for users living abroad.<\/p>\n              <\/div>\n            <\/div>\n\n            <div class=\"innovation-item\">\n              <div class=\"innovation-icon\">02<\/div>\n              <div>\n                <h4>Clarity before commitment<\/h4>\n                <p>Users should understand the process before sharing records, travelling, or making bigger treatment decisions.<\/p>\n              <\/div>\n            <\/div>\n\n            <div class=\"innovation-item\">\n              <div class=\"innovation-icon\">03<\/div>\n              <div>\n                <h4>Trust through transparency<\/h4>\n                <p>Good UX here means telling users what happens next instead of leaving them in uncertainty.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"innovation-side\">\n          <div class=\"eyebrow\" style=\"background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.14);color:#fff;\">Innovation Lens<\/div>\n          <h3>A niche-specific process beats a generic healthcare flow<\/h3>\n          <p>\n            The innovation is not just visual. It is strategic: the structure matches the mindset of Iranians abroad who need a more understandable and reassuring way to begin.\n          <\/p>\n\n          <div class=\"innovation-side-grid\">\n            <div class=\"innovation-metric\">\n              <strong>Clear<\/strong>\n              <span>Visible next steps reduce uncertainty<\/span>\n            <\/div>\n            <div class=\"innovation-metric\">\n              <strong>Low-Friction<\/strong>\n              <span>Start simple, ask more later if needed<\/span>\n            <\/div>\n            <div class=\"innovation-metric\">\n              <strong>Focused<\/strong>\n              <span>Built around real diaspora use cases<\/span>\n            <\/div>\n            <div class=\"innovation-metric\">\n              <strong>Premium UX<\/strong>\n              <span>More confidence, less confusion<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"section\" id=\"journey\">\n    <div class=\"container\">\n      <div class=\"section-head\">\n        <div class=\"eyebrow\">Two Main Paths<\/div>\n        <h2>Choose the journey that fits your situation<\/h2>\n        <p>\n          Pars Heal is built around two core pathways. One is for people planning care in Iran. The other is for users who need remote access first.\n        <\/p>\n      <\/div>\n\n      <div class=\"pathways-grid\">\n        <article class=\"path-card featured\">\n          <div class=\"path-media\" style=\"background-image:url('https:\/\/images.unsplash.com\/photo-1584515933487-779824d29309?auto=format&amp;fit=crop&amp;w=1400&amp;q=80');\"><\/div>\n          <div class=\"path-body\">\n            <div class=\"path-pill\">Book in Iran<\/div>\n            <h3>Plan treatment before you travel<\/h3>\n            <p>\n              Best for users who want to arrange treatment in Iran in advance, understand timing, and reduce uncertainty before making travel decisions.\n            <\/p>\n            <ul class=\"path-list\">\n              <li>Choose a treatment category such as eye care, dental implants, or skin treatment<\/li>\n              <li>Submit a focused request with travel timing and basic medical context<\/li>\n              <li>Receive guidance on the next step before moving toward booking<\/li>\n            <\/ul>\n            <div class=\"path-actions\">\n              <a href=\"#\" class=\"btn btn-primary\">Go to Book in Iran<\/a>\n              <a href=\"#\" class=\"btn btn-secondary\">Learn More<\/a>\n            <\/div>\n          <\/div>\n        <\/article>\n\n        <article class=\"path-card\">\n          <div class=\"path-media\" style=\"background-image:url('https:\/\/images.unsplash.com\/photo-1573497491765-dccce02b29df?auto=format&amp;fit=crop&amp;w=1400&amp;q=80');\"><\/div>\n          <div class=\"path-body\">\n            <div class=\"path-pill\">Online Consultations<\/div>\n            <h3>Start remotely with expert guidance<\/h3>\n            <p>\n              Best for users who want a first-step consultation without travelling immediately, especially for skin concerns and psychiatry support.\n            <\/p>\n            <ul class=\"path-list\">\n              <li>Select the online consultation type that fits your need<\/li>\n              <li>Share a short summary of your situation and goals<\/li>\n              <li>Move toward scheduling and remote professional input<\/li>\n            <\/ul>\n            <div class=\"path-actions\">\n              <a href=\"#\" class=\"btn btn-primary\">Go to Online Consultations<\/a>\n              <a href=\"#\" class=\"btn btn-secondary\">Learn More<\/a>\n            <\/div>\n          <\/div>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"section\" style=\"background:linear-gradient(180deg,#ffffff 0%, #f7faff 100%);\">\n    <div class=\"container\">\n      <div class=\"section-head\">\n        <div class=\"eyebrow\">Step-by-Step Journey<\/div>\n        <h2>How the Pars Heal process works from beginning to action<\/h2>\n        <p>\n          This section should remove uncertainty by showing the process in a way that feels human, structured, and easy to understand.\n        <\/p>\n      <\/div>\n\n      <div class=\"master-flow\">\n        <div class=\"master-step\">\n          <div class=\"master-index\">\n            <strong>01<\/strong>\n            <span>Discover<\/span>\n          <\/div>\n          <div class=\"master-content\">\n            <h3>Find the service that matches your need<\/h3>\n            <p>\n              Users begin by understanding whether they need care in Iran or an online consultation. This first decision should be clear, fast, and intuitive.\n            <\/p>\n          <\/div>\n          <div class=\"master-side\">\n            <strong>Why this matters<\/strong>\n            <p>A lot of friction disappears when the user immediately knows which path is right for them.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"master-step\">\n          <div class=\"master-index\">\n            <strong>02<\/strong>\n            <span>Request<\/span>\n          <\/div>\n          <div class=\"master-content\">\n            <h3>Submit a focused, lightweight request<\/h3>\n            <p>\n              Instead of a long hospital-style form, users provide a short summary, basic details, and optional supporting information only when necessary.\n            <\/p>\n          <\/div>\n          <div class=\"master-side\">\n            <strong>Why this matters<\/strong>\n            <p>The first step should feel approachable, not intimidating. This is a major trust-building moment.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"master-step\">\n          <div class=\"master-index\">\n            <strong>03<\/strong>\n            <span>Review<\/span>\n          <\/div>\n          <div class=\"master-content\">\n            <h3>Clarify the case and define the next step<\/h3>\n            <p>\n              If needed, more details can be requested. The goal is not to collect everything at once, but to gather what is truly useful for moving forward.\n            <\/p>\n          <\/div>\n          <div class=\"master-side\">\n            <strong>Why this matters<\/strong>\n            <p>Progressive disclosure creates a better experience than asking users for too much, too early.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"master-step\">\n          <div class=\"master-index\">\n            <strong>04<\/strong>\n            <span>Guide<\/span>\n          <\/div>\n          <div class=\"master-content\">\n            <h3>Show the user what happens next<\/h3>\n            <p>\n              Good UX means users are never left wondering. They should understand whether they are moving toward booking, consultation, travel planning, or follow-up.\n            <\/p>\n          <\/div>\n          <div class=\"master-side\">\n            <strong>Why this matters<\/strong>\n            <p>Clear next-step messaging increases confidence and reduces abandonment.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"master-step\">\n          <div class=\"master-index\">\n            <strong>05<\/strong>\n            <span>Proceed<\/span>\n          <\/div>\n          <div class=\"master-content\">\n            <h3>Move forward with more confidence and less confusion<\/h3>\n            <p>\n              Once the request is clear, users can proceed through a more organized care journey that feels tailored to their situation rather than generic.\n            <\/p>\n          <\/div>\n          <div class=\"master-side\">\n            <strong>Why this matters<\/strong>\n            <p>The result is not only a booking flow. It is a more credible and conversion-friendly user journey.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"section\">\n    <div class=\"container\">\n      <div class=\"section-head\">\n        <div class=\"eyebrow\">What You May Need<\/div>\n        <h2>What users may prepare before getting started<\/h2>\n        <p>\n          Keep expectations clear. The page should make the user feel prepared, not pressured.\n        <\/p>\n      <\/div>\n\n      <div class=\"needs-grid\">\n        <div class=\"need-card\">\n          <div class=\"need-icon\">01<\/div>\n          <h3>Basic treatment goal<\/h3>\n          <p>A simple understanding of what service they are looking for, such as Lasik, implants, skin consultation, or psychiatry support.<\/p>\n        <\/div>\n\n        <div class=\"need-card\">\n          <div class=\"need-icon\">02<\/div>\n          <h3>Travel timing<\/h3>\n          <p>If the user is considering in-person care in Iran, approximate travel timing helps guide the path forward.<\/p>\n        <\/div>\n\n        <div class=\"need-card\">\n          <div class=\"need-icon\">03<\/div>\n          <h3>Optional records<\/h3>\n          <p>If they already have useful medical files, these can help later \u2014 but should not block the first step.<\/p>\n        <\/div>\n\n        <div class=\"need-card\">\n          <div class=\"need-icon\">04<\/div>\n          <h3>Contact details<\/h3>\n          <p>Users need an easy way to stay connected through email, phone, or messaging as the process continues.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"section\">\n    <div class=\"container\">\n      <div class=\"split-panel\">\n        <div class=\"panel-box\">\n          <div class=\"eyebrow\">What Makes the Process Better<\/div>\n          <h3>A better flow is not about collecting more information \u2014 it is about collecting the right information at the right time<\/h3>\n          <p>\n            This is where strong UX directly helps business performance. When users feel guided instead of overloaded, they are more likely to continue, trust the platform, and submit a serious request.\n          <\/p>\n\n          <ul class=\"panel-list\">\n            <li>Start with clarity, not complexity<\/li>\n            <li>Show progress so users understand where they are<\/li>\n            <li>Ask for supporting details only when they matter<\/li>\n            <li>Make every next step visible and understandable<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"panel-side\">\n          <div class=\"eyebrow\" style=\"background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.14);color:#fff;\">UX Outcome<\/div>\n          <h3>Why this should increase trust and conversion<\/h3>\n          <p>\n            Users abroad often hesitate because they do not know how the process works. A better-designed journey reduces that hesitation by replacing uncertainty with structure.\n          <\/p>\n\n          <div class=\"mini-stats\">\n            <div class=\"mini-stat\">\n              <strong>Less Friction<\/strong>\n              <span>Smoother entry into the care journey<\/span>\n            <\/div>\n            <div class=\"mini-stat\">\n              <strong>More Trust<\/strong>\n              <span>Transparency improves perceived credibility<\/span>\n            <\/div>\n            <div class=\"mini-stat\">\n              <strong>Better Fit<\/strong>\n              <span>Designed around diaspora-specific needs<\/span>\n            <\/div>\n            <div class=\"mini-stat\">\n              <strong>Higher Intent<\/strong>\n              <span>Users understand what they are moving toward<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"section\">\n    <div class=\"container\">\n      <div class=\"big-cta\">\n        <div>\n          <div class=\"eyebrow\" style=\"background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.14);color:#fff;\">Ready to Begin?<\/div>\n          <h2>Start with the path that fits your situation<\/h2>\n          <p>\n            Whether you are planning treatment in Iran or starting with an online consultation, Pars Heal helps you move forward with more structure, more clarity, and less friction.\n          <\/p>\n\n          <div class=\"cta-actions\">\n            <a href=\"#\" class=\"btn btn-light\">Start Your Booking<\/a>\n            <a href=\"#\" class=\"btn btn-ghost\">Contact Us<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"cta-stats\">\n          <div class=\"cta-stat\">\n            <strong>Book in Iran<\/strong>\n            <span>Plan treatment before travelling<\/span>\n          <\/div>\n          <div class=\"cta-stat\">\n            <strong>Online Consultations<\/strong>\n            <span>Start remotely with specialist input<\/span>\n          <\/div>\n          <div class=\"cta-stat\">\n            <strong>Transparent Steps<\/strong>\n            <span>Know what happens next at each stage<\/span>\n          <\/div>\n          <div class=\"cta-stat\">\n            <strong>User-Centered<\/strong>\n            <span>Designed around real barriers and questions<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"section\" id=\"faq\">\n    <div class=\"container\">\n      <div class=\"section-head\">\n        <div class=\"eyebrow\">FAQ<\/div>\n        <h2>Frequently asked questions<\/h2>\n        <p>\n          These are the questions users are most likely to have before trusting a platform like Pars Heal.\n        <\/p>\n      <\/div>\n\n      <div class=\"faq-wrap\">\n        <div class=\"faq-item active\">\n          <button class=\"faq-question\">\n            <span>Why do I need a \u201cHow It Works\u201d page if I already have Services pages?<\/span>\n            <span class=\"faq-icon\">+<\/span>\n          <\/button>\n          <div class=\"faq-answer\">\n            <div class=\"faq-answer-inner\">\n              Because services tell users what you offer, but this page explains how the process actually works. For people living abroad, that difference is critical for trust and conversion.\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n          <button class=\"faq-question\">\n            <span>What is the main difference between Book in Iran and Online Consultations?<\/span>\n            <span class=\"faq-icon\">+<\/span>\n          <\/button>\n          <div class=\"faq-answer\">\n            <div class=\"faq-answer-inner\">\n              Book in Iran is for users planning in-person care in Iran, often before travel. Online Consultations is for users who want remote access first, such as dermatology or psychiatry support.\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n          <button class=\"faq-question\">\n            <span>Do users need to upload medical documents at the beginning?<\/span>\n            <span class=\"faq-icon\">+<\/span>\n          <\/button>\n          <div class=\"faq-answer\">\n            <div class=\"faq-answer-inner\">\n              Not necessarily. A strong UX approach is to start with a lighter request and ask for additional documentation only if it becomes relevant later.\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n          <button class=\"faq-question\">\n            <span>Why is this process more suitable for Iranians abroad?<\/span>\n            <span class=\"faq-icon\">+<\/span>\n          <\/button>\n          <div class=\"faq-answer\">\n            <div class=\"faq-answer-inner\">\n              Because it recognizes the real barriers they face: distance, uncertainty, travel timing, lack of clarity, and the need for a more structured path to care.\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n          <button class=\"faq-question\">\n            <span>What should the user do after reading this page?<\/span>\n            <span class=\"faq-icon\">+<\/span>\n          <\/button>\n          <div class=\"faq-answer\">\n            <div class=\"faq-answer-inner\">\n              The user should feel confident enough to choose a path, either Book in Iran or Online Consultations, and begin the request process without hesitation.\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <script>\n    const faqItems = document.querySelectorAll('.faq-item');\n\n    faqItems.forEach(item => {\n      const button = item.querySelector('.faq-question');\n\n      button.addEventListener('click', () => {\n        const isActive = item.classList.contains('active');\n\n        faqItems.forEach(faq => faq.classList.remove('active'));\n\n        if (!isActive) {\n          item.classList.add('active');\n        }\n      });\n    });\n  <\/script>\n\n\n\n\n\n\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-112","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/parsheal.com\/index.php\/wp-json\/wp\/v2\/pages\/112","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/parsheal.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/parsheal.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/parsheal.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/parsheal.com\/index.php\/wp-json\/wp\/v2\/comments?post=112"}],"version-history":[{"count":7,"href":"https:\/\/parsheal.com\/index.php\/wp-json\/wp\/v2\/pages\/112\/revisions"}],"predecessor-version":[{"id":158,"href":"https:\/\/parsheal.com\/index.php\/wp-json\/wp\/v2\/pages\/112\/revisions\/158"}],"wp:attachment":[{"href":"https:\/\/parsheal.com\/index.php\/wp-json\/wp\/v2\/media?parent=112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}